*{
    font-family: 'Avenir Next Cyr', sans-serif;
    margin:0;
    padding:0;
    outline: none;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

a, span{
    text-decoration: none;
    display: block;
}

a, input[type=submit]{
    cursor: pointer;
}

body{
    margin: 0;
}

.container {
    width: 100%;
    padding-right: 6.9444vw;
    padding-left: 6.9444vw;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6.9444vw;
    margin-left: -6.9444vw;
    padding: 0 6.9444vw;
}

.lang{
    display: none;
}

.header{
    display: flex;
    justify-content: space-between;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1.3889vw 0;
    align-items: center;
}

.logo a img{
    width: 7.6389vw;
}
.header .social{
    display: flex;
}

.header .menu ul{
    list-style: none;
    display: flex;
}

.header .menu ul li a{
    font-style: normal;
    font-weight: normal;
    font-size: 1.25vw;
    line-height: 1.5278vw;
    color: #080D2B;
    margin: 0 1.3889vw;
    position: relative;
}

.header .menu ul li a::after{
    display: block;
    position: absolute;
    bottom: -0.3472vw;
    width: 120%;
    left: -10%;
    height: 3px;
    background: transparent;
    content: "";
    transition: .5s;
}

.header .menu ul li a:hover::after{
    box-shadow: inset 10.4167vw 0 0 0.0069vw #fcdc52;
}

.header .social a img{
    width: 1.875vw;
    height: 1.875vw;
    margin-left: 1.0417vw;
    transition: .5s;
    border-radius: 50%;
    cursor: pointer;
}

.header .social a:hover img{
    transform: rotateZ(-20deg);
}

.contact-left .social-icons a:hover img{
    transform: rotateZ(-20deg);
}

.mainslider{
    background: url("../images/mainslider.png");
    background-size: 100% 100%;
    min-height: 43.0556vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.secondslider{
    min-height: 30.5556vw;
    background: url("../images/mainslider2.png");
	background-size: 100% 100%;
}

.mainslider .textblock{
    display: flex;
    flex-direction: column;
    color: #fff;
    max-width: 61.1111vw;
}

.mainslider .textblock h1{
    font-style: normal;
    font-weight: bold;
    font-size: 4.1667vw;
    line-height: 120.9%;
    color: #000;
}

.mainslider .textblock p{
    font-style: normal;
    font-weight: normal;
    font-size: 1.25vw;
    line-height: 134.9%;
    color: #000;
    margin: 2.4306vw 0;
    width: 41.6667vw;
}

.btn-theme{
    background: #fcdc52;
    border-radius: 0.3472vw;
    padding: 1.3889vw 3.4722vw;
    width: fit-content;
    color: #000;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.5278vw;
    text-align: center;
    transition: 1s;
}

.mainslider .btn-theme{
    border: 2px solid #000;
}

.btn-theme:hover{
    box-shadow: inset 20.8333vw 0 0 0.0069vw #fccf1d;
}

.rightimage .textblock, .leftimage .textblock, .rightimage .image, .leftimage .image{
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rightimage{
    padding: 5.5556vw 0;
    background: #F8F9F9;
}

.leftimage{
    padding: 5.5556vw 0;
}

.rightimage .textblock{
    padding-right: 3.4722vw;
}

h2{
    font-style: normal;
    font-weight: bold;
    font-size: 2.7778vw;
    line-height: 120.9%;
    color: #080D2B;
}

.rightimage .textblock h2,.leftimage .textblock h2{
    margin: 1.3889vw 0 1.3889vw 0;
}

.rightimage .textblock p,.leftimage .textblock p{
    font-style: normal;
    font-weight: normal;
    font-size: 1.25vw;
    line-height: 134.9%;
    color: #18191C;
    margin-top: 1.3889vw;
}

.rightimage .image img{
    width: 100%;
}

.services{
    padding: 4.8611vw 0 3.4722vw 0;
}

.services h2{
    margin-bottom: 2.7778vw;
}

.services .row{
    justify-content: flex-start;
}

.services .item{
    flex: 0 0 32%;
    max-width: 32%;
    position: relative;
    margin-bottom: 1.3889vw;
    border-radius: 0.3472vw;
    transition: .5s;
	margin: .65%;
}

.services .item .productimg img{
    width: 100%;
    transition: .5s;
    height: 19.4444vw;
}

.services .item .productimg{
    position: relative;
    overflow: hidden;
    transition: .5s;
    height: 19.4444vw;
    border-radius: 0.3472vw;
}


.alignleft{
    float: left;
    padding-right: 2.4306vw;
}

.row-rewerce{
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    font-size: 1.25vw;
    line-height: 134.9%;
    color: #18191C;
    margin-top: 1.3889vw;
}

.row-rewerce .alignleft{
    padding-right: 0;
    padding-left: 2.4306vw;
}

.services .item .textblock{
    position: absolute;
    bottom: 1.0417vw;
    left: 1.7361vw;
    font-style: normal;
    font-weight: bold;
    font-size: 1.6667vw;
    line-height: 120.9%;
    color: #FFFFFF;
    max-width: 70%;
    width: 70%;
    padding: 1.0417vw;
    filter: drop-shadow(0 0 0.2778vw #000);
}

.rightimage .textblock p, .leftimage .textblock p{
    align-items: center;
    margin-bottom: 2.7778vw;
}

.servicepagetextblock img{
    max-width: 50%;
    height: auto;
}
.services .item:hover .productimg img{
    transform: scale(1.1);
}


.advs{
    background: #F8F9F9;
    padding-bottom: 4.8611vw;
}

.advs .item{
    flex: 0 0 32%;
    max-width: 32%;
    position: relative;
    margin-bottom: 1.3889vw;
    border-radius: 0.3472vw;
    transition: .5s;
    background: #fff;
    padding: 2.0833vw 3.4722vw;
    text-align: center;
}
.advs h2{
    padding: 5.5556vw 0;
}

.advs .row{
    justify-content: space-between;
}

.advs .item .icon{
    justify-content: center;
    display: block;
    position: relative;
    margin: 0 auto;
    width: 4.6528vw;
    z-index: 2;
    left: 1.3889vw;
}

.advs .item .icon::before{
    position: absolute;
    top: -1.0417vw;
    content: "";
    width: 4.6528vw;
    height: 4.6528vw;
    display: block;
    background: #fcdc52;
    z-index: -1;
    border-radius: 50%;
    left: -2.0833vw;
}

.advs .item .icon img{
    width: 4.6528vw;
}

.advs .item h3{
    font-style: normal;
    font-weight: bold;
    font-size: 1.6667vw;
    line-height: 120.9%;
    text-align: center;
    color: #18191C;
    margin-bottom: 1.0417vw;
    margin-top: 1.0417vw;
}

.advs .item p{
    font-style: normal;
    font-weight: normal;
    font-size: 0.9722vw;
    line-height: 134.9%;
    text-align: center;
    color: #18191C;
}

.leftimage .textblock{
    padding-left: 3.4722vw;
}


.contacts{
    display: flex;
}

.contact-form{
    background: #F8F9F9;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 6.9444vw;
}

.contact-left{
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 6.9444vw;
}


footer{
    background: #080D2B;
    color: #fff;
}

footer .header .menu ul li a{
    color: #fff;
}

.contact-left a, .contact-left span{
    margin-bottom: 2.0833vw;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6667vw;
    line-height: 2.0139vw;
    color: #18191C;
}

.contact-left a img, .contact-left span img{
    width: 1.3889vw;
    margin-right: 1.3889vw;
}

.contacts h2{
    padding-top: 5.5556vw;
    margin-bottom: 2.7778vw;
}

.contact-left .social-icons{
    display: flex;
}

.contact-left .social-icons a img{
    transition: .5s;
}


.contact-left .social-icons img{
    margin-right: 1.6667vw;
    width: 2.2222vw;
}

.contact-form .form{
    padding-right: 6.9444vw;
    padding-bottom: 4.8611vw;
}

.contact-form input{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #F0F5F8;
    box-sizing: border-box;
    border-radius: 0.3472vw;
    padding: 1.3889vw 2.7778vw;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25vw;
    line-height: 1.5278vw;
    color: #18191C;
    margin-bottom: 1.3889vw;
}

.contact-form input::placeholder{
    font-style: normal;
    font-weight: normal;
    font-size: 1.25vw;
    line-height: 1.5278vw;
    color: #18191C;
}

.contact-form input.btn-theme{
    background: #fcdc52;
    color: #000;
}

.contact-form input.btn-theme:hover{
    box-shadow: inset 55.5556vw 0 0 0.0069vw #fccf1d;
}

footer .logo img{
    filter: invert(1);
}

.services.servpage .item .textblock{
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    min-height: 12.5vw;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    filter: none;
}



.services.servpage .item .textblock h3{
    font-style: normal;
    font-weight: bold;
    font-size: 1.6667vw;
    line-height: 120.9%;
    color: #080D2B;
    margin: 1.0417vw 0;
}

.services.servpage .item .textblock p{
    font-style: normal;
    font-weight: normal;
    font-size: 0.9722vw;
    line-height: 134.9%;
    color: #18191C;
    margin-bottom: 1.0417vw;
    max-height: 5.2778vw;
    overflow: hidden;
}

.leftimage h3, .rightimage h3{
    font-style: normal;
    font-weight: bold;
    font-size: 1.6667vw;
    line-height: 120.9%;
    color: #2D4EC6;
}

.whiteback{
    background: #fff;
}
.leftimage .textblock.servicepagetextblock,.rightimage .textblock.servicepagetextblock{
    flex: 0 0 100%;
    max-width: 100%;
}

.servicepagetextblock ul{
    list-style: decimal inside;
}
.textblock ul{
    margin: 1.0417vw 0;
}
.leftimage ul li, .rightimage ul li{
    font-style: normal;
    font-weight: normal;
    font-size: 1.25vw;
    line-height: 134.9%;
    color: #fcdc52;
}

.map, .contacts-map{
    min-height: 38.1944vw;
}

header{
    position: sticky;
    top: 0;
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(5px);
    z-index: 999;
}

.services .item.hidden{
	display: none;
}
.textblock a, .textblock span{
	display: inline-block
}
.servicepagetextblock .row-rewerce img{
	max-width: 100%;
}

.row-rewerce div{
	flex: 0 0 50%;
	max-width: 50%;
}


.new_table table {
	width: 83.3333vw;
	border-radius: 1.3889vw;
	font-style: normal;
	font-weight: 600;
	font-size: 1.25vw;
	line-height: 1.7361vw;
	color: #070F2B;
	margin: 0 auto;
	margin-bottom: 2.7778vw;
	margin-top: 2.7778vw;
}

.new_table span{
	font-weight: 400;
}
.new_table thead td{ 
	background: #FCDC52 !important;
	padding: 1.0417vw 1.3889vw;
	text-align: center;
	border-bottom: 0.4861vw solid #fff;
}
.new_table thead td:first-child{
	border-radius: 1.3889vw 0 0 0;
}
.new_table thead td:last-child{
	border-radius: 0 1.3889vw 0 0;
}
.new_table td{
	border-right: 0.9722vw solid #fff;
}
.new_table td:last-child{
	border-right: none;
}
.new_table tr:nth-child(2n) td{
	background-color: #F9F9F9;
}
.new_table tr td:first-child{
	background-color: #FFF9E0;
	padding: 2.0833vw 3.4722vw;
	width: 30.5556vw;
}
.new_table svg{
	width: 1.8056vw;
	height: 1.8056vw;
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.new_table tbody td{
	border-bottom: 0.4861vw solid #fff;
	font-style: normal;
	font-weight: 600;
	font-size: 1.1111vw;
	line-height: 1.5278vw;
	color: #070F2B;
}
.new_table tbody tr:last-child td:first-child{
	border-radius: 0 0 0 1.3889vw;
}
.new_table tbody tr:last-child td:last-child{
	border-radius: 0 0 1.3889vw 0;
}



	.accordeon{
    width: 100%;
	margin-top: 0.6944vw;
}
.accordeon_header{
    background-color: #FCDC52;
}
.accordeon_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 600;
    font-size: 1.1111vw;
    line-height: 1.5278vw;
    padding: 0.6944vw 1.0417vw;
    color: #070F2B;
}
.accordeon_header span{
    font-weight: 400;
}
.accordeon_item{
    margin-bottom: 0.6944vw;
}
.accordeon_header_svg{
    background-color: #fff;
    border-radius: 50%;
    width: 1.8056vw ;
    height: 1.8056vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordeon_inner{
    display: none;
    flex-direction: column;

}
.acc_inner_item{
    display: flex;
    align-items: center;
    margin-top: 0.3472vw;
}
.acc_inner_item_text{
    width: 80%;
    padding: 1.0417vw 0.3472vw 1.0417vw 1.0417vw;
    background-color: #FFF9E0;
    margin-right: 0.2778vw;
    font-style: normal;
    font-weight: 600;
    font-size: 0.9722vw;
    line-height: 1.3194vw;
    color: #070F2B;

}
.acc_symbol{
    background-color: #F9F9F9;
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    height: auto;
}
.acc_symbol svg{
    width: 1.3889vw;
    height: 1.3889vw;
}



.accordeon_inner.active{
    display: flex;
}
.accordeon_header svg{
    transition: .3s;
	width: 0.8333vw;
	height: 0.8333vw;
}
.accordeon_header.active svg{
    transform: rotate(180deg);
	width: 0.8333vw;
	height: 0.8333vw;
}