/* ======================================= Шрифты ================================================= */
/* @font-face {
      font-family:"Epilogue-Bold";
      src: url("../fonts/Epilogue-Bold.ttf");
}*/
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.eot');
    src: local('Oswald Bold'), local('Oswald-Bold'),
        url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Bold.woff') format('woff'),
        url('../fonts/Oswald-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.eot');
    src: local('Oswald Regular'), local('Oswald-Regular'),
        url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Regular.woff') format('woff'),
        url('../fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* ======================================= Обнуление ================================================= */
* { 
	box-sizing: border-box;
    padding: 0; 
    margin: 0;  
  } 
fieldset, img, abbr { 
    border: 0; 
  } 
address, caption, cite, code, dfn, em,  
h1, h2, h3, h4, h5, h6, strong, th, var { 
  font-weight: normal; 
  font-style: normal; 
  } 
ul { 
  list-style: none; 
  } 
caption, th { 
  text-align: left; 
  } 
h1, h2, h3, h4, h5, h6 { 
  font-size: 1.0em; 
  } 
q:before, q:after { 
  content: ''; 
  } 
a, ins { 
  text-decoration: none; 
  }
/* ======================================= Основные стили ================================================= */
body{
    font-family:'Oswald', Helvetica, sans-serif;
    font-size:17px;  
    color:#242323; 
    background-color:#FFFFFF;
}
a{
    color: #949494; 
}
/* a:hover{             
    text-decoration: underline;
} */
p{
	line-height: 28px;
	color: #949494;
	margin: 8px 0 10px 0;
}
h1{
    font-size: 76px;
    line-height: 91px;
	font-weight: bold;
	margin: 2px 0 10px 0;
}
h2{
    font-size: 43px; 
    line-height: 51px; 
	margin: 2px 0 10px 0;
}
h3{
    font-size: 34px;
    line-height: 54px; 
	margin: 2px 0 10px 0;
}
h4{
    font-size: 24px;
    line-height: 33px; 
	margin: 2px 0 10px 0;
}
/* img{
	width:100%;
} */
/* ======================БИБЛИОТЕКА========================== */
.width_1170{
    width: 1170px;
    margin: 0 auto; 
}
.width_100{
	width:100%;
	padding:0 12px;
	box-sizing:border-box;
}
.width_80{
	width:80%;
	padding:0 12px;
	box-sizing:border-box;
}
.width_66{
	width:66.66666%;
	padding:0 12px;
	box-sizing:border-box;
}
.width_60{
	width:60%;
	padding:0 12px;
	box-sizing:border-box;
}
.width_50{
	width:50%;
	padding:0 12px;
	box-sizing:border-box;
}
.width_40{
	width:40%;
	padding:0 12px;
	box-sizing:border-box;
}
.width_33{
	width:33.33333333%;
	padding:0 12px;
	box-sizing:border-box;
}
.width_30{
	width:30%;
	padding:0 12px;
	box-sizing:border-box;
}
.width_25{
	width:25%;
	padding:0 12px;
	box-sizing:border-box;
}
.width_23{
	width:23%;
	padding:0 12px;
	box-sizing:border-box;
}
.width_20{
	width:20%;
	padding:0 12px;
	box-sizing:border-box;
}
.width_16{
	width:16.333333%;
	padding:0 12px;
	box-sizing:border-box;
}
.width_8{
	width:8.666666%;
	padding:0 12px;
	box-sizing:border-box;
}
.d_flex{
	display:flex;
	flex-wrap:wrap;
}
.d_nflex{
	display:flex;
	flex-wrap: nowrap;
}
.d_nnflex{
	display:flex;
	flex-wrap: wrap;
}
.d_flex_between{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.d_flex_around{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
.d_none{
	display:none;
}
.text_center{
	text-align: center;
}
/*=====================================СТИЛИ ГЛАВНОЙ==========================*/
header{
	padding: 20px 0;			/* внутрненние отступы сверху и снизу по 20 и по бокам по 0 */
}
header .width_1170{
	display: flex;
    justify-content: space-between;
	align-items:center;
}
header nav ul{
	display: flex;
}
header nav a{
	margin-left:60px;
}
.beliy{
	color: #fff;
}
header{
	margin-bottom: 60px;
}
#preview .width_66 li a{
	font-size: 15px;
}
.d_nnflex {
    justify-content: space-between;
	align-items: flex-end;
}
.blue_button1{
	color: #fff;
	background-color: #2408E8;
	padding: 10px 30px;
	display: inline-block;
}
.blue_button{
	color: #fff;
	background-color: #2408E8;
	padding: 10px 30px;
	display: inline-block;
}
#preview{
	padding: 50px 0 70px 0;
	color: #fff;
    background: url(../img/fon.png) no-repeat right center;
	background-size: cover;
}
/* #preview .width_1170{
	color: #fff;
	background: url(../img/fon.png) no-repeat right center;
} */
#preview .width_30{
	margin-top: 30px;
}
#preview p{
	color: #F7F7FD;
}
#preview .width_50 p{
	margin-bottom: 40px;
}
#preview .width_50 img{
	width: 90%;
}
#preview .width_30 p{
	margin-bottom: 0;
	font-size: 15px;
}
#variants{
	padding: 90px 0 10px 0;
}
#variants .width_23{
	background: #fff;
	padding: 20px 30px 30px 30px;
	box-shadow: 0px 25px 40px rgba(6, 7, 28, 0.05);
}
#variants .width_50{
	text-align: center;
	margin-bottom: 60px;
}
#variants .width_50 h2{
	margin-bottom: 20px;
}
#variants .width_23 p{
	margin-bottom: 30px;
}
#variants .width_23 img{
	cursor: not-allowed;
	width: 100%;
}
#variants .width_23 .star_clients i{
	color: #FBC400;
}
#video{
	padding: 20px 0 90px 0;
}
#video iframe{
	width: 1146px;
    height: 648px;
}
#video .width_50{
	margin-bottom: 60px;
	text-align: center;
	margin-top: 60px;
}
#feature{
	padding: 20px 0 90px 0;
}
#feature .width_33 .d_nflex{
	margin-bottom: 40px;
}
#feature .width_33 div img{
	width: 60px;
	height: 60px;
	margin-right: 15px;
	cursor: not-allowed;
}
#feature .pervoe{
	text-align: right;
}
#feature .pervoe img{
	margin-left: 15px;
}
#feature .vtoroe{
	text-align: left;
}
#feature .vtoroe img{
	margin-right: 15px;
}
#feature .width_50{
	margin-bottom: 60px;
	text-align: center;
}
#motor{
	padding: 30px 0 60px 0;
}
#motor .width_40 p{
	margin-top: 30px;
}
#motor .width_40 img{
	width: 100%;
}
#contacts{
	padding: 40px 0 80px 0;
}
#contacts .width_40 p{
	margin-top: 30px;
	margin-bottom: 20px;
}
#contacts .width_50 img{
	width: 100%;
}
#contacts .width_40 ul li{
	margin-bottom: 10px;
}
#contacts .width_40 span{
	font-size: 24px;
}
#contacts .width_40 ul li i{
	color: #2408E8;
    background-color: #F6F4FF;
    padding: 10px 10px 10px 10px;
    border-radius: 50%;
	border: 1px solid #2408E84D;
    width: 40px;
    height: 40px;
	margin-right: 20px;
}
form{
	display: flex;
}
footer{
	padding: 100px 0 50px 0;
	background: url(../img/fon1.png) repeat right center;
	color: #fff;
	line-height: 40px;
}

footer .width_20 img{
	margin-top: 17px;
}
footer input[type='email']{
	border: none;
    width: 63%;
    padding: 20px 22px;
    font-size: 20px;
	font-family: 'Oswald', Helvetica, sans-serif;
}
.blue_button:hover{
	background-color: #005EEB;
	cursor: pointer;
	color: #fff;
}
footer .blue_button{
	color: #fff;
    background-color: #2408E8;
	border: none;
    font-size: 20px;
	font-family: 'Oswald', Helvetica, sans-serif;
}
/* =============================================knopka======================================= */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
}
.menu-icon:checked + label,
.menu-icon:not(:checked) + label{
  position: fixed;
  top: 63px;
  right: 75px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 10;
}
.menu-icon:checked + label:before,
.menu-icon:not(:checked) + label:before{
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 20px;
  z-index: 20;
  top: 0;
  left: 0;
  border-top: 2px solid #ececee;
  border-bottom: 2px solid #ececee;
  transition: border-width 100ms 1500ms ease, 
              top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
              height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), 
              background-color 200ms ease,
              transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:after,
.menu-icon:not(:checked) + label:after{
  position: absolute;
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  z-index: 20;
  top: 10px;
  right: 4px;
  background-color: #ececee;
  margin-top: -1px;
  transition: width 100ms 1750ms ease, 
              right 100ms 1750ms ease,
              margin-top 100ms ease, 
              transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:before{
  top: 10px;
  transform: rotate(45deg);
  height: 2px;
  background-color: #ececee;
  border-width: 0;
  transition: border-width 100ms 340ms ease, 
              top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
              height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), 
              background-color 200ms 500ms ease,
              transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:after{
  width: 30px;
  margin-top: 0;
  right: 0;
  transform: rotate(-45deg);
  transition: width 100ms ease,
              right 100ms ease,  
              margin-top 100ms 500ms ease, 
              transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav{
  position: fixed;
  top: 33px;
  right: 50px;
  display: block;
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 8px 30px 0 rgba(0,0,0,0.3);
  background-color: #19088e;
  animation: border-transform 7s linear infinite;
  transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),  
              right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 250ms 1100ms ease,
              width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
              height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
@keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
  14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
  28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
  42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
  56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
  70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
  84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}

.menu-icon:checked ~ .nav {
  animation-play-state: paused;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 200%;
  height: 200%;
  transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),  
              right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 250ms 700ms ease,
              width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
              height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav ul{
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 6;
  text-align: center;
  transform: translateY(-50%);
  list-style: none;
}
.nav ul li{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  text-align: center;
  list-style: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 250ms linear;
}
.nav ul li:nth-child(1){
  transition-delay: 200ms;
}
.nav ul li:nth-child(2){
  transition-delay: 150ms;
}
.nav ul li:nth-child(3){
  transition-delay: 100ms;
}
.nav ul li:nth-child(4){
  transition-delay: 50ms;
}
.nav ul li a{
  font-size: 9vh;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 800;
  color: #ececee;
}
}
.nav ul li a:hover{
  text-decoration: none;
  color: #ffeba7;
}
.nav ul li a:after{
  display: block;
  position: absolute;
  top: 50%;
  content: '';
  height: 2vh;
  margin-top: -1vh;
  width: 0;
  left: 0;
  background-color: #353746;
  opacity: 0.8;
  transition: width 250ms linear;
}
.nav ul li a:hover:after{
  width: 100%;
}


.menu-icon:checked ~ .nav  ul li {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 350ms ease,
              transform 250ms ease;
}
.menu-icon:checked ~ .nav ul li:nth-child(1){
  transition-delay: 1400ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(2){
  transition-delay: 1480ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(3){
  transition-delay: 1560ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(4){
  transition-delay: 1640ms;
}

@media screen and (max-width: 991px) {
  .menu-icon:checked + label,
  .menu-icon:not(:checked) + label{
    right: 55px;
  }
  .nav{
    right: 30px;
  }
}

/* ======================================thanks==================================== */
header .moto li a{
	color: #black;
}
#thanks h1{
	font-size: 50px;
    margin-bottom: 15%;
    margin-top: 10%;
    text-align: center;
}
/* ===============MOBILE MENU END=================== */

/*=================================АДАПТИВКА=========================*/
@media screen and (max-width: 1024px){
	.width_1170{
		width: 100%;
	}
	#video iframe {
		width: 100%;
		height: 648px;
	}
	#variants .width_23 h4{
		font-size: 20px;
	}
}
@media screen and (max-width: 768px){
	#preview .width_30 h3 {
		font-size: 25px;
	}
	h1 {
    font-size: 60px;
	}
	#variants .width_23 {
		padding: 15px 15px 15px 15px;
	}
	#variants .width_23 h4 {
		font-size: 19px;
	}
	#feature .width_33{
		width: 98%;
	}
	#feature .pervoe {
		text-align: left;
	}
	#contacts .width_40 span {
		font-size: 19px;
	}
	footer .width_20 img{
		width: 90%;
	}
}
@media screen and (max-width: 426px){
	.d_none{
		display:block;
	}
	.m_none{
		display:none;
	}
	#preview .d_none li a{
		font-size: 40px;
	}
	#preview .blue_button{
		display:none;
	}
	#preview .width_50{
		width: 100%;
	}
	#preview .width_30 h3 {
		font-size: 20px;
	}
	#preview .width_30 p {
		font-size: 14px;
	}
	#preview .width_50 img {
		margin-top: 10%;
	}
	#variants .width_23 {
		width: 50%;
		box-shadow: 0px 25px 6px rgb(6 7 28 / 5%);
	}
	#variants .width_50{
		width: 100%;
	}
	#video iframe {
		width: 100%;
		height: 180px;
	}
	#video iframe {
		width: 100%;
		height: 230px;
	}
	#video .width_50{
		width: 100%;
	}
	#feature {
		padding: 20px 0 20px 0;
	}
	#feature .width_50{
		width: 100%;
	}
	#feature .width_25{
		width: 100%;
	}
	#motor .width_40{
		width: 100%;
	}
	#motor .d_flex_between{
		flex-direction: column-reverse;
	}
	#contacts .width_40{
		width: 100%;
	}
	#contacts .width_50{
		width: 100%;
	}
	footer .verh{
		width: 70%;
	}
	footer .konets{
		width: 50%;
	}
	footer .konets2{
		width: 50%;
	}
	footer .width_40{
		width: 100%;
	}
}
@media screen and (max-width: 376px){
	#video iframe {
		width: 100%;
		height: 210px;
	}
}
@media screen and (max-width: 321px){
	#video iframe {
		width: 100%;
		height: 180px;
	}
}