@font-face {
   font-family: 'Montserrat400';
    src: url(./fonts/static/Montserrat-Regular.ttf);
}
@font-face {
   font-family: 'Montserrat500';
    src: url(./fonts/static/Montserrat-Medium.ttf);
}
@font-face {
   font-family: 'Montserrat600';
    src: url(./fonts/static/Montserrat-SemiBold.ttf);
}
@font-face {
   font-family: 'Montserrat700';
    src: url(./fonts/static/Montserrat-Bold.ttf);
}
@font-face {
   font-family: 'Montserrat800';
    src: url(./fonts/static/Montserrat-ExtraBold.ttf);
}



input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1;
    color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

html {
    overflow-x: hidden
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    color: #fff;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}


li {
    list-style: none;
}

a {
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    transition: .3s;
}


.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container {
    max-width: 1078px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 17px;
    z-index: 9;
}
header .container{
    gap: 20px;
}
header nav {
    gap: 29px;
    margin-right: 16px;
}

header nav a {
   font-size: 18px;
   line-height: 22px;
   color: #415690;
   font-family: 'Montserrat500';
}

header nav a:hover {
    background: linear-gradient(180deg, #ED9F46 0%, #FF8800 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
position: relative;
}
header nav a:hover:before{
    content: '';
    display: block;
    position: absolute;
    bottom: -19px;
    left: 50%;
     -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ED9F46 0%, #FF8800 100%);
}
.btn{
    max-width: 270px;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: 'Montserrat600';
    background: linear-gradient(180deg, #ED9F46 0%, #FF8800 100%);
    border-radius: 155px;
    text-align: center;
    cursor: pointer;
}
.h-logo{
    margin-top: 10px;
}
.block1 {
    padding-top: 230px;
}
h2{
    font-size: 18px;
line-height: 112.4%;
text-transform: uppercase;
color: #415690;
    font-family: 'Montserrat700';

}
h1{
    font-size: 35px;
line-height: 107.9%;
text-transform: uppercase;
font-family: 'Montserrat800';
color: #F98300;
margin-top: 8px;
margin-bottom: 21px;
}
h3{
font-size: 18px;
line-height: 140%;
color: #2F437C;
font-family: 'Montserrat500';
}
.block1 .left-col{
    max-width: 600px;
    width: 100%;
    margin-right: auto;
}
.block1 .left-col-top{
    margin-bottom: 65px;
}
.form{
    background: rgba(255, 255, 255, 0.5);
border: 2px solid #FFFFFF;
box-shadow: 0px 20px 80px rgba(47, 38, 85, 0.06);
backdrop-filter: blur(3px);
border-radius: 16px;
padding: 17px 14px;
max-width: 450px;
width: 100%;
}
.form form{
    background: #FFFFFF;
box-shadow: 0px 30px 50px rgba(47, 38, 85, 0.04);
border-radius: 16px;
padding: 30px 27px;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 16px;
align-items: center;
}
.form form input{
    width: 100%;
    background: rgba(227, 231, 246, 0.55);
    border: 0;
    border-radius: 7px;
    padding-top: 13px;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Montserrat500';
    color: #000;
}
.form form input::placeholder{
    color: #B4B4B4;
}
.form-button{
    margin-top: 5px;
    max-width: 198px;
    width: 100%;
    border: 0;
}
form h4{
    font-family: 'Montserrat700';
    font-size: 20px;
    line-height: 24px;
    color: #415690;
}
.block1{
    padding-bottom: 116px;
    background: url(./img/bg1.png) no-repeat;
    background-size: cover;
}
.block1 .container{
    position: relative;
}
.block1 .right-col{
    position: absolute;
    bottom: 0px;
    right: 0;
}
.block1 .right-col img{
    width: 520px;
    display: block;
}
.block2{
    padding-top: 83px;
    padding-bottom: 82px;
    background: #fff;
}
.title{
    font-size: 35px;
    line-height: 140%;
    font-family: 'Montserrat800';
    color: #FE7F2D;
    max-width: 655px;
    width: 100%;
}
.title span{
    color: #415690;
}
.text p{
    font-family: 'Montserrat400';
    font-size: 18px;
    line-height: 125%;
    color: #2F437C;
}
.block2 .text{
    margin-top: 13px;
    margin-bottom: 27px;
}
.block2 .right-col{
    max-width: 600px;
    width: 100%;
}
.block2-wrapper{
    gap: 52px;
}
.block3{
    padding-top: 116px;
    padding-bottom: 116px;
    background: url(./img/bg2.png) no-repeat;
    background-size: cover;
}
.block3-wrapper{
    margin-top: 73px;
    gap: 5px;
}
.block3-wrapper .item-wrapper{
    max-width: 230px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}
.block3-wrapper .item-wrapper .item{
    position: relative;
    border-radius: 6px;
}
.block3-wrapper .item-wrapper .item .block3-text{
    position: absolute;
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
    bottom: 14px;
    font-size: 11px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: 'Montserrat400';
}
.block3-wrapper .name{
    font-size: 18px;
    line-height: 24px;
    font-family: 'Montserrat700';
    margin-top: 13px;
    margin-bottom: 10px;
    color: #333A4A;
}
.block3-wrapper .item-wrapper .block3-mask{
    position: absolute;
    width: 100%;
    height: 191px;
    bottom: 0;
    background: linear-gradient(3.93deg, #333A4A 3.48%, rgba(65, 86, 144, 0) 98.55%);
    border-radius: 0px 0px 6px 6px;
}
.companies-item{
    width: 29px;
    height: 29px;
    border-radius: 50%;
    overflow: hidden;
}
.companies-item img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block3-wrapper .companies{
    gap: 9px;
}
.block3 .title{
    margin: 0 auto;
}
.block4{
    padding-top: 116px;
    padding-bottom: 72px;
    background: #F4F4F3;
}
.block4-wrapper{
    margin-top: 60px;
    flex-direction: column;
    gap: 55px;
}
.block4 .item{
    gap: 10px;
    max-width: 330px;
    width: 100%;
}
.block4 .item-wrapper{
    width: 100%;
}
.block4 .item .img{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 5px 8px 15px rgba(65, 86, 144, 0.35);
    border-radius: 5px;
        width: 55px;
    height: 55px;
}
.block4 .item .right-col{
    max-width: 255px;
    width: 100%;
    font-size: 18px;
    line-height: 140%;
    color: #2F437C;
    font-family: 'Montserrat400';
}
.block5{
    background: url(./img/bg3.png) no-repeat;
    background-size: cover;
    padding-top: 116px;
    padding-bottom: 130px;
}
.block5 .pre-title{
    font-size: 18px;
    line-height: 135%;
    font-family: 'Montserrat400';
    text-align: center;
    color: #415690;
    margin-top: 5px;
    margin-bottom: 121px;
}
.block5 .pre-title span{
    font-family: 'Montserrat700';
}
.block5 .title{
    margin: 0 auto;
    text-align: center;
}

.block5 .slider{
    width: 1042px;
}
.block5 .slider .item-wrapper{
    max-width: 223px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 26px;
    background: #FFFFFF;
box-shadow: 0px 30px 80px rgba(51, 58, 74, 0.06);
border-radius: 7px;
position: relative;
text-align: center;

box-shadow: none;
}
.slider .item{
    padding-top: 50px;
    margin: 0 25px;
}
.slick-dots{
    position: static !important;
    margin-right: auto !important;
    max-width: 914px;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between;
    height: 5px;
    position: relative !important;
   margin-top: 30px !important;
}
.slick-dots:before{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
     -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
     background: #EDF0F3;

}
.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}
.slider-wrapper{
    position: relative;
}
.arrows{
    width: 100px;
    height: 45px;
    position: absolute;
    right: 15px;
    bottom: -45px;
}
.arrows-wrap{
    position: relative;
}
.arrows .arr{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgb(51 58 74 / 10%);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    cursor: pointer;
}
.arrows .arr svg path{
    stroke:  #415690;
}
.arrows-wrap .arr.next{
    left: unset;
    right: 0;

}
.arrows-wrap .arr.next{
    -moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.arrows-wrap .arr:hover svg path{
    stroke: #fff;
}
.arrows-wrap .arr:hover{
    background: #FE7F2D;
}
.arrows .img{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrows .arrows-wrap{
    position: relative;
}
.slick-dots li{
    display: block !important;
    width: calc(100% / 6) !important;
    margin: 0 !important;
    background: none;
    border-radius: 4px;
    height: 5px !important;
}
.slick-dots li.slick-active{
    background: #FE7F2D;
}
.slick-dots li button:before{
    display: none !important;
}
.block5 .slider .item .item-logo{
    position: absolute;
    height: 86px;
    width: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    left: 50%;
     -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -50px;
    border-radius: 50%;
}
.block5 .slider .item .name{
    font-size: 25px;
line-height: 140%;
color: #333A4A;
font-family: 'Montserrat600';
margin-bottom: 5px;
}
.block5 .slider .item .cost{
    font-size: 18px;
line-height: 140%;
color: #1E863F;
}
.block5 .img-wrapper{
    width: 40px;
    height: 40px;
}
.block5 .img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block6{
    padding-top: 202px;
    padding-bottom: 130px;
}
.block6 .title{
    text-align: left;
    max-width: 515px;
    width: 100%;
}
.block6 .title span{
    display: block;
}
footer{
    background: #333A4A;
    padding-top: 60px;
    padding-bottom: 66px;
}
footer .container{
    gap: 3px;
}
footer .container .politic, footer .container p, footer .container p span{
    font-size: 18px;
line-height: 22px;
font-family: 'Montserrat400';
color: #FFFFFF;
}
footer .container p span{
    font-family: 'Montserrat600';
    display: block;

}
.footer-wrapper{
    width: fit-content;
    flex-direction: column;
}
footer .container .footer-wrapper a.politic{
    position: relative;
    padding-bottom: 3px;
}
footer .container .footer-wrapper:first-child{
    gap: 3px;
    align-items: flex-start;
}
footer .container .footer-wrapper:last-child{
    gap: 13px;
align-items: flex-end;
}
footer .container .footer-wrapper:first-child a.politic:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #FE7F2D;
}
footer .container .footer-wrapper:last-child a{
 width: fit-content;
}
footer .container .footer-wrapper:last-child a:last-child{
    padding: 4px 14px;
    border: 1px solid #FE7F2D;
    border-radius: 100px;
    font-size: 18px;
line-height: 22px;
 font-family: 'Montserrat600';
    align-self: flex-start;
}

.slider-wrapper{
    max-width: 1078px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}

html.onMenu .mob-menu {
    right: 0;
    opacity: 1;
}

html.onMenu {
    overflow: hidden;
}

.mob-menu nav {
    flex-direction: column;
    gap: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}









.mob-menu nav a {
    font-size: 24px;
}

.mob-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    opacity: 0;
    transition: .3s;
    height: 100%;
    width: 100%;
    background: #F98300;
    z-index: 999999;
    color: #fff;
    font-family: 'Montserrat600';
    font-size: 16px;
    padding: 30px;
}

.mob-menu-top .close-m, .close-p-wrap {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;

}
.mob-menu-top .close-m{
    top: -8px;
}
.close-p-wrap{
    width: 20px;
    height: 20px;
}
.mob-menu-top .close-m span, .close-p-wrap span{
    position: absolute;
    height: 40px;
    width: 2px;
    background: #fff;
    display: block;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
    top: 0;

}
.close-p-wrap span{
    right: 8px;
     height: 20px;
    background: #F98300;
}
.mob-menu-top .close-m span:first-child, .close-p-wrap span:first-child {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger {
    display: none;
    width: 30px;
    height: 20px;
    flex-direction: column;
}

.burger span {
    display: block;
    width: 25px;
    height: 2px;
    background: #364a83;
}
.burger span:first-child, .burger span:last-child{
    width: 30px;
}
.popup{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
     -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
}


html.onpopup .popup{
    display: block;
}
html.onpopup .overflow {
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
}

html.onmenu .mob-menu{

right: 0;
opacity: 1;
}

.popup{
max-width: 450px !important;
width: 100% !important; 
}

.popup .form{
    position: relative;
}
.close-p{
    position: absolute;    right: 30px;
    top: 30px;
}
.form-button{
    padding-top: 14px;
    padding-bottom: 14px;
}





























@media (max-width:1050px){
    header{
        padding-top: 25px
    }
    header .btn{
        display: none
    }
    .block1 .right-col{
        position: static;
    }
    .block1-wrapper{
        flex-direction: column;
    }
    .block1 .left-col{
        margin: 0 auto;
        margin-bottom: 35px
    }
    .form{
        max-width: unset;
    }
    .block1 .left-col-top{
        margin-bottom: 35px
    }
    .block1 .right-col img{
        display: block;
        width: 100%;
    }
    .block2-wrapper{
        flex-direction: column;
    }
    .block1{
        padding-bottom: 137px
    }
    .block2{
        padding-top: 0
    }
    .block2 .left-col{
        width: 100%;

    }
    .block2 .left-col img{
        display: block;
        max-width: 527px;
        width: 100%;
        margin: 0 auto;
    }
    .block2-wrapper{
        gap: 80px;
    }
    .block3-wrapper{
        flex-wrap: wrap;
            justify-content: space-evenly;
            margin-top: 56px
    }
    .block3-wrapper .item-wrapper{
            max-width: unset;
    width: fit-content;
    }
    .block3{
        padding-top: 70px
    }
    .block2{
        padding-bottom: 0
    }
    .block4 .item-wrapper{
        flex-direction: column;
        gap: 55px;
    }
    .block4-wrapper{
        flex-direction: inherit;
        gap: 5px;
    }
    .block3{
        padding-bottom: 70px
    }
    .title{
        margin: 0 auto;
        text-align: center;
    }
    .block5 .slider, .slider-wrapper{
        width: 710px;
        margin: 0 auto;
    }
    .slick-dots{
        max-width: unset !important;
         width: calc(100% - 150px) !important;
    }
    .slider .item{
        margin: 0 10px;
    }
    .block6-wrapper{
        flex-direction: column;
        gap: 35px;
    }
    .block6{
        padding-top: 150px;
        padding-bottom: 100px
    }
    .block5{
        padding-bottom: 0
    }
    .block2 .title{
        text-align: left
    }
    .block3-wrapper .item-wrapper{
        align-items: flex-start;
    }
    .popup {
max-width: 450px !important;
width: 100% !important; 
}

   
}

@media (max-width:770px){
    .block3-wrapper .item-wrapper{
        width: fit-content;
        
    }
    .block3-wrapper{
        gap: 30px;
    }
}

@media (max-width:750px){
    .block5 .slider, .slider-wrapper{
        width: 380px;
    }
    .mob-menu{
        display: block;
    }
    .block5 .slider .item{
        width: 223px;
    }
    .arrows{
        right: 0;
    }
    header nav{
        display: none !important;
    }
    .burger{
        display: flex;
    }
}
@media (max-width:550px){
    .form form{
        padding: 15px 20px 25px 20px
    }
    .slider-wrapper{
        padding: 0;
        padding-left: 30px
    }
    .slick-dots{
        width: 100% !important;
    }
    .block5 .slider, .slider-wrapper{
        width: 100%;
    }
    .arrows{
        display: none;
    }
    .block3-wrapper .item-wrapper{
        max-width: 137px;
        width: 100%;
        align-items: flex-start;
    }
    .block3-wrapper .item-wrapper .item img{
        display: block;
        width: 100%
    }
    .block4-wrapper{
        flex-direction: column;
        gap: 25px;
    }
    .block4 .item-wrapper{
        gap: 25px;
    }
    .companies-item{
        width: 18px;
        height: 18px;
    }
    header{
        padding-top: 15px
    }
    .block1{
        padding-top: 105px
    }
    h2{
        font-size: 14px;
line-height: 112.4%;
    }
    h1{
        font-size: 17px;
line-height: 107.9%;
margin-bottom: 30px
    }
    h3{
        font-size: 14px;
line-height: 140%;
max-width: 240px;
width: 100%;
    }
    .container{
        padding: 0 25px
    }
    form h4{
        font-size: 17px;
line-height: 21px;
    }
    .form form input, .btn{
        font-size: 14px;
line-height: 17px;
    }
    .btn{
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .form-button{
        max-width: 147px;
        padding-top: 8px;
        padding-bottom: 8px
    }
    .title{
        font-size: 17px;
line-height: 140%;

    }
    .block2{
        padding-bottom: 62px;
    }.block3{
        padding-top: 50px
    }
    .block2 .title{
        text-align: left
    }
    .block2-wrapper{
        gap: 30px;
    }
    .text p{
        font-size: 14px;
line-height: 125%;
    }
    .block5{
        padding-top: 50px;
    }
    .block5 .pre-title{
        margin-bottom: 50px
    }
    footer .container{
        flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
    .footer-wrapper{
        gap: 16px !important;
    }
    footer .container .footer-wrapper:last-child a:last-child{
        font-size: 18px;
line-height: 22px;
    }
    .block1{
        padding-bottom: 50px
    }
    .block4{
        padding-top: 50px
    }
    .block4-wrapper{
        margin-top: 30px
    }
    .block4{
        padding-bottom: 40px
    }
}

































