body{
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 1400px;padding: 0;}
h1,
.heading_h1{
    font-weight: 900;
    font-size: 48px;
    line-height: 56px;
}
h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #0B1F33;
}
h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #0B1F33;
}
h5{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px; 
    color: #0B1F33;
    margin-bottom: 16px;
}
.subtitle{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #66727F;
}
p{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
a{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}
*{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section_area{
    padding: 96px 24px;
}
.section_area .title{
    margin-top: 32px;
}
.icon-wrap,
.icon-wrap .icon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.icon-wrap .icon{
    background-color: #0D4CD3;
    width: 62px;
    height: 62px;
    border-radius: 16px;
    justify-content: center;
}
.icon-wrap .subtitle{
    margin-left: 32px;
}
.button{
    display: inline-block;
    padding: 0 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 68px;
    font-family: 'Inter';
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
}
.button.blue{
    border: 2px solid #0D4CD3;  
    background-color: #0D4CD3;
    color: #FFFFFF;
}
.button.blue:hover{
    border: 2px solid #0D4CD3;  
    background-color: #FFFFFF;
    color: #0D4CD3;
}
.button.blue.border{
    border: 2px solid #0D4CD3;
    background-color: transparent;
    color: #0D4CD3;
}
.button.blue.border:hover{
    border: 2px solid #0D4CD3;  
    background-color: #0D4CD3;
    color: #FFFFFF;
}
.button.white{
    border: 2px solid #FFFFFF;  
    background-color: transparent;
    color: #FFFFFF;
}
.button.white:hover{
    border: 2px solid #FFFFFF;  
    background-color: #FFFFFF;
    color: #0D4CD3;
}
.button.grey{
    border: 2px solid #E4ECFD;  
    background-color: #E4ECFD;
    color: #0D4CD3;
}
.button.grey:hover{
    border: 2px solid #0D4CD3;  
    background-color: #0D4CD3;
    color: #FFFFFF;
}
.header-area{
    padding: 158px 24px;
    background: url("../img/header_banner.jpg")no-repeat center center;
}
.header-area h1,
.header-area h4{
    color: #FFFFFF;
}
.header-area h1,
.header-area .button{
    margin-top: 56px;
}
.header-area h4{
    margin-top: 32px;
}
.header-area .logo-mobile{
    display: none;
}
.header-area .header-image img{
    width: 100%;
    margin-left: -100px;
}
.section_area.mission {

}
.section_area.mission p{
    padding-left: 96px;
    margin-bottom: 48px;
}
.section_area.mission p:last-child{
    margin-bottom: 0;
}
.section_area.region{
    padding-top: 39px;
}
.region-items-wrap,
.partner-items-wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.region-item,
.partner-item{
    padding: 8px;
    background-color: #FFFFFF;
    box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    margin-bottom: 24px;
    max-width: 267px;
    cursor: pointer;
}
.partner-item{
    background-color: #F2F6FE;
    box-shadow: none;
    max-width: 220px;
}
.region-item .region-item-image{
    height: 220px;
    width: 251px;
}
.region-item .region-item-image img{
    position:absolute; 
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.region-item .region-item-image img.hover{
    opacity:0;
    filter:alpha(opacity=0);
}
.region-item:hover .region-item-image img{
    opacity:0;
    filter:alpha(opacity=0);
}
.region-item:hover .region-item-image img.hover{
    opacity:1;
    filter:alpha(opacity=100);
}
.region-item-image,
.partner-item-image{
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 16px;
    position: relative;
}
.region-item-text,
.partner-item-text{
    padding: 0 16px;
}
.region-item-text p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    
    margin-bottom: 8px;
}
.section_area.advantage .container{
    max-width: 1730px;
}
.section_area.advantage .align-items-center {
    background: #F2F6FE;
    border-radius: 32px;
    padding: 96px;
}
.advantage-items-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.advantage-item{
    width: 29%;
    margin-right: 5%;
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
}
.advantage-icon{
    margin-right: 32px;
}
.advantage-text p{
    font-size: 14px;
    line-height: 20px;
    color: #66727F;
}
.advantage-item:nth-child(3n){
    margin-right: 0px;
}
.section_area.tabs>.container{
    padding: 0;
}
.tabs-items-wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}
.tabs-item{
    width: 33%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 32px;
    background-color: #F2F6FE;
    border-radius: 32px 32px 0px 0px;
    margin-right: 16px;
    max-width: 400px;
    position: relative;
    cursor: pointer;
    margin-bottom: -1px;
}
.tabs-item .tabs-icon{
    background-color: #FFFFFF;
    border-radius: 60px;
    padding: 20px;
}
.tabs-item h4{
    margin-left: 32px;
    margin-bottom: 0;
}
.tabs-item.active{
    background-color: #FFFFFF;
    box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.08);
    z-index: 2;
}
.tabs-item.active .tabs-icon{
    background-color: #F2F6FE;
}
.tabs-item.active h4{
    color: #0D4CD3;
}
.tabs-item.active:after,
.tabs-item.active:before{
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    bottom: -1px;
    right: -56px;
    z-index: 1;
    background-image: url("../img/tabs/tabscircle.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.tabs-item[data-tab="tab1"]:before{
    display: none;
}
.tabs-item.active:before{
    left: -56px;
    transform: rotate(270deg);
}
.content-items-wrap{
    position: relative;
}
.white-block{
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    z-index: 3;
    height: 50px;
    border-radius: 0 32px 0 0;
}
.content-item{
    padding: 56px;
    border-radius:0px 32px 32px 32px;
    box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.08);
    background-color: #FFFFFF;
    display: none;
    position: relative;
}
.content-item.active{
    display: block;
}
.opportunity-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
}
.opportunity-item{
    width: 48%;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.opportunity-item:before{
    display: block;
    content: "";
    max-width: 24px;
    width: 100%;
    height: 24px;
    background: url("../img/tabs/check.svg")no-repeat center center;
    margin-right: 8px;
}
.content-item .button{
    position: absolute;
    bottom: 56px;
}
.content-item p{
    color: #66727F;
    margin-bottom: 56px;
}
.section_area.start .container{
    background: linear-gradient(100.87deg, #3561EA 0%, #5087F5 102.11%, rgba(13, 76, 211, 0) 102.12%), #0D4CD3;
    border-radius: 32px;
}
.section_area.start .container .align-items-center{
    background-image: url("../img/map.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
.section_area.start .container .start-wrap{
    padding: 96px 140px;
    background-image: url("../img/start_image.png");
    background-repeat: no-repeat;
    background-position: 80% bottom;
}
.section_area.start .heading_h1{
    color: #FFFFFF;
}
.section_area.start h4{
    color: #CEDEFF;
    margin-top: 6px;
}
.section_area.start .button{
    margin-top: 48px;
}
.section_area.partner .button{
    margin-top: 56px;
}
.section_area.partner .partner-items-wrap{
    padding-top: 96px;
}
.footer{
    background-color: #0B1F33;
    padding: 60px 24px 68px;
}
.footer .container{
    max-width: 1640px;
}
.footer .logo-mobile{
    display: none;
}
.footer-logo-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer .tabs-links{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .tabs-links a{
    cursor: pointer;
}
.footer .tabs-links h5{
    margin-bottom: 0;
    margin-left: 70px;
    color: #FFFFFF;
}
.footer .contact-item p,
.footer .copyright p{
    color: #FFFFFF;
}
.footer .tabs-links .button{
    margin-left: 90px;
}
.footer .contact{
    border-top: 1px solid #313B45;
    margin-top: 47px;
    padding-top: 47px;
    display: flex;
}
.footer .contact-item{
    margin-right: 32px;
}
.footer .contact-item p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}
.footer .copyright{
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    flex-direction: row-reverse;
}
.footer .copyright a{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
    margin-right: 24px;

}
.footer .copyright a:hover{
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}
.footer .copyright p{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
}
.popup{
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0 16px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 0s 1s;
}
.feedback-form{
    background-color: #F2F6FE;
    border-radius: 16px;
    overflow: hidden;
    padding: 36px 24px 24px;
    max-width: 460px;
    width: 100%;
    margin-left: -230px;
    position: fixed;
    left: 50%;
    top: 10%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 0s 1s;
}
.feedback-form input[type="text"],
.feedback-form textarea{
    background: #FFFFFF;
    border: 1px solid rgba(11, 31, 51, 0.1);
    border-radius: 12px;
    width: 100%;
    padding: 16px;
    margin-bottom: 8px;
}
.feedback-form .close{
    background-color: #FFFFFF;
    padding: 16px;
    position: absolute;
    top: 20px;
    right: 24px;
    border-radius: 56px;
    cursor: pointer;
}
.feedback-form h4{
    margin-bottom: 56px;
}
.submit-btn{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.submit-btn .button{
    width: 47%;
    line-height: 52px;
}
.input-field.checkbox{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0B1F33;
}
.input-field.checkbox a{
    color: #0D4CD3;
    cursor: pointer;
}
.input-field.checkbox a:hover{
    color: #0D4CD3;
    text-decoration: underline;
} 
.feedback-form-success{
    background: linear-gradient(100.87deg, #3561EA 0%, #5087F5 102.11%, rgba(13, 76, 211, 0) 102.12%);
    border-radius: 16px;
    overflow: hidden;
    padding: 36px 24px 24px;
    max-width: 460px;
    width: 100%;
    margin-left: -230px;
    position: fixed;
    left: 50%;
    top: 10%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 0s 1s;
}
.feedback-form-success h5{
    color: #FFFFFF;
}
.feedback-form-success p{
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 20px;
}
.feedback-form-success .button{
    margin-top: 24px;
    line-height: 52px;
}
.input-field input:active,
.input-field input:focus,
.input-field input:visited,
.input-field textarea:active,
.input-field textarea:focus,
.input-field textarea:visited{
    outline: none;
}
.popup.active,
.feedback-form.active,
.feedback-form-success.active{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0s;

}
input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label{
    display: inline-block;
    position: relative;
    padding-left: 36px;
    line-height: 26px;
    cursor: pointer;
}

input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(11, 31, 51, 0.1);
    border-radius: 4px;
    background-color: #ffffff;
}
input[type="checkbox"]:checked + label:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border: 1px solid #0D4CD3;
    border-radius: 4px;
    background-color: #0D4CD3;
}
input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after{
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    left: 6px;
    top: 8px;
    width: 12px;
    height: 6px;
    border-radius: 1px;
    border-left: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="checkbox"]:not(:checked) + label:after{
    opacity: 0;
}

input[type="checkbox"]:checked + label:after{
    opacity: 1;
}
.politicy{
    box-shadow: 8px 8px 40px rgb(0 0 0 / 50%);
    max-width: 1024px;
    width: 100%;
    position: fixed;
    border-radius: 32px;
    top: 10%;
    background: #ffffff;
    margin-left: -512px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 7;
    transition: opacity 0.3s, visibility 0s 0.3s;
}
.politicy .text-content{
    margin: 32px;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 600px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.politicy .text-content .politicy-close{
    background-color: #F2F6FE;
    padding: 16px;
    position: absolute;
    top: 20px;
    right: 24px;
    border-radius: 56px;
    cursor: pointer;
}
.politicy h5{
    margin: 32px;
    margin-bottom: 0;
}
.politicy .text-content::-webkit-scrollbar {
  width: 5px;
}
.politicy-link{
    cursor: pointer;
}
.politicy.active{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0s;
}
.politicy .text-content::-webkit-scrollbar-track {
  /*-webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;*/
  background-color: #f9f9fd;
  border-radius: 10px;
}
.politicy .text-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0D4CD3;
}

@media screen and (max-width: 1600px){
    .header-area .header-image img{
        margin-left: 0px;
    }
}
@media screen and (max-width: 1200px){
    .advantage-item{
        width: 44%;
    }
    .content-item-image img{
        width: 100%;
    }
}
@media screen and (max-width: 1024px){
    h1,
    .heading_h1{
        font-size: 28px;
        line-height: 32px;
    }
    h2{
        font-size: 26px;
        line-height: 30px;
    }
    h4{
        font-size: 20px;
        line-height: 24px;
    }
    h5{
        font-size: 20px;
        line-height: 24px; 
    }
    .subtitle{
        font-size: 14px;
        line-height: 18px;
    }
    p{
        font-size: 18px;
        line-height: 24px;
    }
    a{
        font-size: 14px;
        line-height: 20px;
    }
    .button{
        line-height: 52px;
    }
    .section_area{
        padding: 56px 24px;
    }
    .header-area{
        padding: 16px 24px 56px;
    }
    .header-area .header-image{
        text-align: center;
    }
    .header-area .header-image img{
        margin-left: 0;
        width: auto;
        max-height: 305px;
    }
    .header-area h4{
        margin-top: 24px;
    }
    .header-area .button{
        margin-top: 32px;
    }
    .section_area.mission p{
        padding: 0;
        margin-top: 48px;
    }
    .region-items-wrap, 
    .partner-items-wrap{
        justify-content: unset;
        flex-wrap: unset;
        overflow-x: scroll;
        -ms-overflow-style: none;  /* IE и Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .region-items-wrap::-webkit-scrollbar,
    .partner-items-wrap::-webkit-scrollbar{
      display: none;
    }
    .section_area.region,
    .section_area.partner{
        overflow: hidden;
    }
    .section_area.region .align-items-center,
    .section_area.partner .align-items-center{
        margin-right: -24px;
    }
    .region-item, 
    .partner-item{
        margin-left: 16px;
    }
    .region-item:first-child, 
    .partner-item:first-child{
        margin-left: 0px;
    }
    .partner-item:nth-child(11),
    .partner-item:last-child{
        display: none;
    }
    .section_area.advantage,
    .section_area.tabs{
        padding: 56px 0px;
    }
    .section_area.advantage .align-items-center{
        padding: 56px 24px;
    }
    .advantage-items-wrap{
        margin-top: 0;
    }
    .advantage-item{
        width: 100%;
        margin-right:0;
        margin-top: 32px;
        justify-content: flex-start;
    }
    .tabs-item{
        width: auto;
        padding: 16px;
    }
    .tabs-item.active{
        padding-right: 24px;
    }
    .tabs-item h4{
        display: none;
    }
    .tabs-item.active h4{
        display: block;
        margin-bottom: 0;
        margin-left: 8px;
    }
    .tabs-item .tabs-icon{
        padding: 14px;
    }
    .tabs-item .tabs-icon img{
        max-width: 24px;
    }
    .tabs-item.active:after, 
    .tabs-item.active:before{
        width: 32px;
        height: 32px;
        right: -32px;
    }
    .tabs-item.active:before{
        left: -32px;
    }
    .content-item .button{
        position: static;
    }
    .content-item{
        padding: 32px 24px;
        border-radius: 0 0 32px 32px;
    }
    .white-block{
        height: 35px;
    }
    .section_area.start .align-items-center{
        margin: 0;
    }
    .section_area.start .container .start-wrap{
        padding: 56px 32px 250px;
    }
    .section_area.start .container .align-items-center{
        overflow: hidden;
        border-radius: 32px;
    }
    .section_area.partner p{
        margin-top: 56px;
    }
    .footer .tabs-links{
        display: block;
    }
    .footer .tabs-links h5{
        margin-left: 0;
        margin-top: 24px;
    }
    .footer .tabs-links .button{
        margin-top: 56px;
        margin-left: 0px;
    }
    .footer-logo-wrap,
    .footer-logo-wrap .logo-mobile{
        display: block;
    }
    .footer-logo-wrap .logo-mobile{
        margin-bottom: 56px;
    }
    .footer-logo-wrap .logo{
        display: none;
    }
    .footer .stores{
        margin-top: 26px;
    }
    .footer .copyright,
    .footer .copyright p{
        display: block;
        margin-top: 0;
    }
    .politicy{
        top: 0;
        left: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 991px){
    .content-item-image img{
        width: auto;
    }
    .content-item-image{
        text-align: center;
        margin-bottom: 32px;
    }
    .content-item p,
    .opportunity-wrap{
        margin-bottom: 32px;
    }
    .opportunity-wrap{
        display: block;
    }
    .opportunity-item{
        width: 100%;
    }
    
}
@media screen and (max-width: 768px){
    .header-area .header-image .logo-mobile{
        display: block;
        max-width: 136px;
        margin-bottom: 66px;
    }
    .header-area .header-image .logo-mobile img{
        width: 100%;
    }
    .header-area .logo{
        display: none;
    }
    .feedback-form{
        margin-left: 0;
        left: 0;
        top: 0
    }
    .politicy .text-content{
        top: 0;
        max-height: 500px;
    }
    .footer .contact{
        flex-wrap: wrap;
    }
    .footer .contact-item{
        margin-right: 0;
    }
    .footer .contact-item:first-child{
        margin-right: 32px;
    }
    .footer .contact-item:last-child{
        width: 100%;
        margin-top: 32px;
    }
    .footer .copyright-wrap{
        margin-top: 32px;
    }
    .footer .copyright p,
    .link-wrap{
        margin-bottom: 24px;
    }
    .section_area.start .container .align-items-center{
        background-image: url(../img/map_small.svg);
    }
}
@media screen and (max-width: 550px){
    .section_area.start .container .start-wrap{
        background-position: 41% 107%;
        background-size: 185%;
    }
    .link-wrap a{
        display: block;
    }
    .link-wrap a{
        margin-top: 24px;
    }
}
@media screen and (max-width: 400px){
    .tabs-item{
        padding: 8px;
        margin-right: 8px;
    }
    .tabs-item.active h4{
        font-size: 16px;
    }
    .content-item-image img{
        width: 100%;
    }
    .footer .stores img{
        margin-top: 16px;
    }
}
@media screen and (max-width: 380px){
    .feedback-form{
        overflow: scroll;
        max-height: 500px;
    }
}