@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
	scroll-behavior: smooth;
  }
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
button{
	font-size: 16px;
	transition: 0.2s;
}
a{
	text-decoration: none;
	color: #0A0A0A;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 26px;
}
h1,h2,h3,h4{
	font-family: "Poppins", sans-serif;
}
a:hover{
	transition: 0.2s;
	text-decoration: underline;
}
p{
    font-size: 18px;
    line-height: 28px;
}
body {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	color: #0A0A0A;
	font-weight: 500;
	overflow-x: hidden;
}
ul li{
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* RESET FINISH------------------------------------ */
.container{
    max-width: 1400px;
    margin: 0 auto;
}

/* HEADER------------------------------------ */
.header-left{
    display: flex;
    align-items: center;
}
.menu-icon{
    display: none;
}
.header-wrapper{
    display: flex;
    justify-content: space-between;
}
.menu-wrapper .menu{
    display: flex;
    gap: 50px;
    font-weight: 400;
}
.menu .active a{
    color: #0167FF;
    border-bottom: 1px solid #0167FF;
    padding-bottom: 5px;
}
button{
    background-color: #0167FF;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #0167FF;
    transition: 0.2s;
    font-weight: 500;
}
button:hover{
    background-color: transparent;
    color: #0A0A0A;
}
.header-right .btn-wrapper button{
    padding: 13px 50px;
}
#about-prep{
    background-image: url(../assets/img/first-bg.png);
    width: 100%;
    min-height: 800px;
    padding-top: 20px;
    background-position: center center;
}
.first-section{
    margin-top: 125px;
    position: relative;
}
.first-left{
    max-width: 800px;
}
h1{
    color: #0167FF;
    font-size: 128px;
    line-height: 138px;
    font-weight: 700;
}
h2{
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    font-weight: 300;
    padding-bottom: 25px;
}
.first-right{
    position: absolute;
    top: 0px;
    right: 0px;
}
.first-list{
    margin-top: 25px;
    display: flex;
    gap: 25px;
}
.flist-item{
    background-color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    transition: 0.2s;
}
#perevahy, #about-company{
    background-color: #F0F6FF;
    padding: 100px 0;
}
#how_to_use , #contact{
    padding: 100px 0;
}
h3{
    font-size: 64px;
    line-height: 84px;
    font-weight: 500;
}
.section-subtitle{
    margin-top: 25px;
}
.perevahy-list{
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.perevahy-list-item{
    background-color: #fff;
    min-height: 195px;
    padding: 30px 35px;
    border-radius: 50px;
    transition: 0.2s;
}
.perevahy-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 18px;
}
@keyframes ticker {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
  }
  		
  .ticker {
	background: #9CD5FF;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
    line-height: 26px;
    font-weight: 600;
	max-width: 100%;
	overflow: hidden;
    text-transform: uppercase;
  }
  .ticker__in {
	display: flex;
    align-items: center;
	width: fit-content;
	animation: ticker 20s linear infinite;
  }
  .ticker__item {
	padding: .5em .75em;
	white-space: nowrap;
	color: #1c1c1c;
	-webkit-backface-visibility: hidden; /* Фикс возможного глюка с морганием в Сафари */
  }
  .use-list-item p{
    font-size: 16px;
    line-height: 26px;
  }
  .row-wrapper{
    display:flex;
    gap: 20px;
  }
  .top {
    margin-top: 50px;
  }
  .use-list-item{
    background-color: #F0F6FF;
    border: 2px solid #F0F6FF;
    transition: 0.2s;
    padding: 30px 25px;
    border-radius: 30px;
  }
  .use-list{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

span{
    color: #0167FF;
}
.row-left ul li{
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
display: flex;
gap: 15px;
align-items: center;
}
.form-row p{
    display: flex;
    gap: 15px;
}
form div{
    margin-bottom: 25px;
}
label{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.form-field{
    font-family: 'Poppins', sans-serif;
    border: 1px solid #CBCBCB;
    border-radius: 15px;
    height: 50px;
    width: 330px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px;    
    padding-top: 5px;


}
textarea{
    width: 100%!important;
    min-height: 140px;
}
::placeholder{
    font-size: 14px;
    line-height: 24px;
    color: #CBCBCB;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.form-wrapper{
    margin-top: 50px;
}
.form-text{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    font-weight: 500;
}
.wpcf7-spinner{
    display: none;
}
.wpcf7-submit{
    background-color: #0167FF;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #0167FF;
    transition: 0.2s;
    font-weight: 500;
    width: 100%;
    height: 50px;
}
.wpcf7-submit:hover{
    background-color: transparent;
    color: #0A0A0A;
}
footer{
    background-color: #E3ECF9;
}
.footer-wrap{
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}
.footer-wrap p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
}

.flist-item:hover, .perevahy-list-item:hover{
    background-color: #9CD5FF;
}
.use-list-item:hover{
    background-color: #fff;

}

.row-left, .row-right{
    max-width: 50%;
}

.row-img{
    width: 100%;
    height: 100%;
}




@keyframes fadeInUp {
	from {
	  opacity: 0;
	  transform: translateY(20px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  
  .fade-in-up {
	animation: fadeInUp 1s ease-in-out;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  }
  .fade-in-up.active {
	opacity: 1;
	transform: translateY(0);
  }