*{
    margin:0;
    padding:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    outline:0
}
html{
    scroll-behavior:smooth
}
body,html{
    overflow-x:hidden
}
ul{
    list-style:none
}
a{
    text-decoration:none
}
a,button,input,textarea{
    background:0 0;
    color:inherit;
    font-family:inherit;
    border:none;
    cursor:pointer
}
textarea{
    resize:none
}
@-webkit-keyframes rotate-center{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes rotate-center{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-webkit-keyframes pulse{
    0%,100%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes pulse{
    0%,100%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
body{
    font-family:Roboto,sans-serif;
    font-size:17px;
    line-height:1.5;
    color:#000810;
    position:relative
}
body.fixed{
    position:fixed;
    width:100%
}
body.swal2-shown{
    padding:0!important
}
.section{
    padding:80px 0
}
.section-nopb{
    padding:80px 0 0
}
.section_header .subtitle{
    text-transform:uppercase;
    padding-left:60px;
    position:relative;
    display:inline-block;
    font-size:16px;
    line-height:21px;
    margin-bottom:15px;
    font-family:Archivo,sans-serif;
    font-weight:600
}
.section_header .subtitle:before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    height:2px;
    width:40px;
    background:#ffc631
}
.section_header .subtitle--extended{
    padding-left:20px;
    margin-left:40px
}
.section_header .subtitle--extended:before{
    width:1000%;
    left:-1000%
}
.section_header .text{
    margin:20px 0 30px
}
.highlight{
    color:#0da574
}
.primary-bg{
    background:#001f3f;
    color:#fff
}
h1,h2,h3,h4,h5,h6{
    font-family:Archivo,sans-serif;
    font-weight:700
}
h1{
    font-size:40px;
    line-height:1.2
}
h2{
    font-size:36px;
    line-height:1.1
}
h3,h4{
    font-size:26px;
    line-height:1.2
}
h5{
    font-size:18px;
    line-height:1.2
}
h6{
    font-size:14px;
    line-height:1.5
}
.link-arrow{
    text-transform:uppercase;
    font-size:18px;
    line-height:23px;
    color:#0da574;
    letter-spacing:1px;
    font-family:Archivo,sans-serif;
    font-weight:600
}
.link-arrow--alt{
    color:#ffc631
}
.link-arrow i{
    margin-left:5px;
    -webkit-transition:margin-left .3s ease-in-out;
    -o-transition:margin-left .3s ease-in-out;
    transition:margin-left .3s ease-in-out;
    font-size:16px
}
.link-arrow:hover i{
    margin-left:10px
}
.btn{
    font-family:Archivo,sans-serif;
    font-weight:700;
    padding:18px 30px;
    color:#000810;
    font-size:18px;
    line-height:23px;
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out;
    background:#ffc631;
    text-transform:uppercase;
    position:relative;
    bottom:0;
    display:inline-block;
    text-align:center
}
.btn:not(.btn--static):focus,.btn:not(.btn--static):hover{
    bottom:5px
}
.btn-play{
    width:55px;
    height:55px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translateY(-50%) translateX(-50%);
    -ms-transform:translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
    border:2px solid #001f3f;
    border-radius:50%;
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out;
    color:#001f3f;
    font-size:24px
}
.btn-play i{
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
.btn-play:focus,.btn-play:hover{
    border-color:#ffc631
}
.btn-play:focus i,.btn-play:hover i{
    color:#ffc631
}
.socials_item{
    margin-right:20px
}
.socials_item:last-of-type{
    margin-right:0
}
.socials_item-link{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    font-size:18px;
    width:40px;
    height:40px;
    border-radius:50%;
    background:#001f3f;
    color:#fff;
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out;
    line-height:30px
}
.socials_item-link:focus,.socials_item-link:hover{
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
    background-color:#ffc631
}
.socials--alt .socials_item-link{
    color:#001f3f;
    background:#ffc631
}
.hamburger{
    width:30px;
    height:28px;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column wrap;
    flex-flow:column wrap;
    position:relative;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end
}
.hamburger .line{
    width:100%;
    height:2px;
    background:#fff;
    -webkit-transition:width .3s ease-in-out;
    -o-transition:width .3s ease-in-out;
    transition:width .3s ease-in-out;
    border-radius:3px
}
.hamburger .line--short{
    width:50%
}
.hamburger.active .line--short{
    width:100%
}
input[type=checkbox]{
    display:none
}
input[type=checkbox]:checked+label .icon{
    color:#0da574
}
input[type=checkbox]+label{
    cursor:pointer
}
input[type=checkbox]+label .icon{
    color:transparent;
    width:18px;
    height:18px;
    border:1px solid #c8c8c8;
    margin-right:20px;
    text-align:center;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-transition:color .3s ease-in-out;
    -o-transition:color .3s ease-in-out;
    transition:color .3s ease-in-out
}
.field.error{
    border-color:red
}
.brand{
    display:inline-block;
    font-size:11px;
    line-height:22px;
    color:#fff;
    font-family:Archivo,sans-serif;
    font-weight:700
}
.brand svg{
    margin-right:10px
}
.brand .highlight{
    margin-left:5px
}
#scrollToTop{
    position:fixed;
    right:12px;
    bottom:-100px;
    z-index:99999;
    width:40px;
    height:40px;
    opacity:.5;
    background:#ffc631;
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
#scrollToTop.active{
    bottom:12px
}
#scrollToTop:hover{
    opacity:1
}
#scrollToTop .icon{
    display:inline-block;
    -webkit-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg);
    color:#001f3f;
    font-size:24px;
    line-height:24px
}
@media screen and (min-width:767.98px){
    body{
        font-size:15px
    }
    h1{
        font-size:46px;
        line-height:1.1
    }
    h2{
        font-size:40px;
        line-height:1.3
    }
    h3,h4{
        font-size:26px;
        line-height:1.2
    }
    #scrollToTop{
        right:20px
    }
    #scrollToTop.active{
        bottom:20px
    }
    .btn-play{
        width:110px;
        height:110px;
        font-size:34px
    }
}
@media screen and (min-width:991.98px){
    h1{
        font-size:58px;
        line-height:1
    }
    h2{
        font-size:39px;
        line-height:1.1
    }
    h3{
        font-size:22px;
        line-height:1.2
    }
    h4{
        Line-height:1.1
    }
    .section{
        padding:19px 0
    }
    .section-nopb{
        padding:30px 0 0
    }
}
@media screen and (min-width:1199.98px){
    #scrollToTop{
        right:40px
    }
    #scrollToTop.active{
        bottom:40px
    }
}
.alert_popup{
    border-radius:0;
    padding-bottom:30px!important
}
.alert_popup-close{
    -webkit-box-shadow:none!important;
    box-shadow:none!important
}
.alert_popup-title{
    font-family:Archivo,sans-serif;
    color:#001f3f!important;
    padding:30px 30px 0
}
.alert_popup-content .main{
    font-size:20px;
    line-height:24px;
    font-weight:500
}
.header_navbar{
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out;
    padding:10px 0;
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:100000;
    background:#001f3f
}
.header_navbar-nav{
    width:100%;
    -webkit-box-ordinal-group:4;
    -ms-flex-order:3;
    order:3
}
.header_navbar-nav .link{
    display:inline-block;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    line-height:.9
}
.header_navbar-nav_list{
    max-height:0;
    margin-top:0;
    overflow:hidden;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s
}
.header_navbar-nav_list.active{
    max-height:90vh;
    margin-top:30px;
    overflow-y:scroll
}
.header_navbar-nav_list .list-item{
    text-transform:uppercase;
    font-size:14px;
    font-family:Archivo,sans-serif;
    font-weight:600;
    padding:20px 0
}
.header_navbar-nav_list .list-item .dropdown-content{
    max-height:0;
    overflow:hidden;
    -webkit-transition:.4s;
    -o-transition:.4s;
    transition:.4s;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    margin:0 0 0 15px
}
.header_navbar-nav_list .list-item .dropdown-content.active{
    max-height:1000px;
    margin:20px 0 0 15px
}
.header_navbar-nav_list .list-item .dropdown-content .link{
    margin-bottom:20px
}
.header_navbar-nav_list .list-item .dropdown-content .link:last-of-type{
    margin-bottom:0
}
.header_navbar-nav_list .list-item .dropdown-trigger{
    text-transform:inherit;
    font-size:inherit;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%
}
.header_navbar-nav_list .list-item .dropdown-trigger.active .icon{
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    transform:rotate(-90deg)
}
.header_navbar-nav_list .list-item .dropdown-trigger .icon{
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    display:inline-block;
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out;
    color:#ffc631;
    margin:0 10px
}
.header_extension{
    padding:100px 0 40px;
    position:relative;
    overflow:hidden
}
.header_extension .section_header{
    position:relative;
    z-index:3
}
.header_extension .plan{
    position:absolute;
    width:50%;
    -webkit-transform:rotate(153deg);
    -ms-transform:rotate(153deg);
    transform:rotate(153deg);
    bottom:-22%;
    right:10%;
    opacity:.8;
    z-index:1
}
.header_extension .breadcrumbs{
    margin-top:30px
}
.header_extension .breadcrumbs_item{
    font-weight:500;
    position:relative;
    margin-right:84px
}
.header_extension .breadcrumbs_item:hover:before{
    width:100%
}
.header_extension .breadcrumbs_item:after,.header_extension .breadcrumbs_item:before{
    content:'';
    position:absolute
}
.header_extension .breadcrumbs_item:after{
    width:30px;
    height:2px;
    background:#fff;
    top:50%;
    right:-58px;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
.header_extension .breadcrumbs_item:before{
    width:0;
    height:2px;
    background-color:#ffc631;
    bottom:-6px;
    -webkit-transition:width .3s ease-in-out;
    -o-transition:width .3s ease-in-out;
    transition:width .3s ease-in-out
}
.header_extension .breadcrumbs_item--current{
    font-weight:400;
    padding:0;
    margin:0
}
.header_extension .breadcrumbs_item--current:after,.header_extension .breadcrumbs_item--current:before{
    display:none
}
@media screen and (min-width:575.98px){
    .header_extension .plan{
        bottom:-50%
    }
}
@media screen and (min-width:767.98px){
    .header_navbar{
        padding:15px 0
    }
    .header_navbar-nav_list.active{
        max-height:1000px;
        overflow-y:unset
    }
    .header_extension .plan{
        bottom:-73%
    }
}
@media screen and (min-width:991.98px){
    .header .brand{
        font-size:18px
    }
    .header_navbar{
        background:1 0;
        padding:10px -20px 0
    }
    .header_navbar.sticky{
        padding:2px 0;
        background:#001f3f
    }
    .header_navbar .hamburger{
        display:none
    }
    .header_navbar .link--single{
        position:relative
    }
    .header_navbar .link--single:before{
        content:'';
        position:absolute;
        width:0;
        height:2px;
        background:#ffc631;
        left:0;
        bottom:-6px;
        -webkit-transition:width .3s ease-in-out;
        -o-transition:width .3s ease-in-out;
        transition:width .3s ease-in-out
    }
    .header_navbar .link--single.active:before,.header_navbar .link--single:focus:before,.header_navbar .link--single:hover:before{
        width:100%
    }
    .header_navbar-nav{
        -webkit-box-ordinal-group:unset;
        -ms-flex-order:unset;
        order:unset
    }
    .header_navbar-nav_list{
        max-height:unset;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:end;
        -ms-flex-pack:end;
        justify-content:flex-end;
        margin-left:30px
    }
    .header_navbar-nav_list .list-item{
        padding:0;
        margin-right:20px;
        font-size:14px;
        font-family:Archivo,sans-serif;
        font-weight:600
    }
    .header_navbar-nav_list .list-item:last-of-type{
        margin-right:0
    }
    .header_navbar-nav_list .list-item .dropdown-content{
        position:absolute;
        width:unset;
        max-height:unset;
        visibility:hidden;
        opacity:0;
        -webkit-transition:opacity .3s ease-in-out;
        -o-transition:opacity .3s ease-in-out;
        transition:opacity .3s ease-in-out;
        margin:10px 0 0;
        padding:15px;
        background:#001f3f
    }
    .header_navbar-nav_list .list-item .dropdown-content.visible,.header_navbar-nav_list .list-item .dropdown-content:hover{
        visibility:visible;
        opacity:1
    }
    .header_navbar-nav_list .list-item .dropdown-content.active{
        margin:10px 0 0
    }
    .header_navbar-nav_list .list-item .dropdown-content .link{
        margin-bottom:20px;
        line-height:22px
    }
    .header_navbar-nav_list .list-item .dropdown-content .link:last-of-type{
        margin-bottom:0
    }
    .header_navbar-nav_list .list-item .dropdown-trigger{
        text-transform:inherit;
        font-size:inherit
    }
    .header_navbar-nav_list .list-item .dropdown-trigger:focus+.dropdown-content,.header_navbar-nav_list .list-item .dropdown-trigger:hover+.dropdown-content{
        visibility:visible;
        opacity:1
    }
    .header_navbar-nav_list .list-item .dropdown-trigger:focus .icon,.header_navbar-nav_list .list-item .dropdown-trigger:hover .icon{
        -webkit-transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
        transform:rotate(-90deg)
    }
    .header_navbar-nav_list .list-item .dropdown-trigger .icon{
        -webkit-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        transform:rotate(90deg);
        display:inline-block;
        -webkit-transition:.3s ease-in-out;
        -o-transition:.3s ease-in-out;
        transition:.3s ease-in-out;
        color:#ffc631;
        margin-left:10px
    }
    .header_extension{
        padding:200px 0 80px;
        position:relative;
        overflow:hidden
    }
    .header_extension .plan{
        bottom:-62%
    }
    .header_extension .breadcrumbs{
        margin-top:30px
    }
}
@media screen and (min-width:1199.98px){
    .header .brand{
        font-size:23px
    }
    .header_extension{
        padding:200px 0 80px;
        position:relative;
        overflow:hidden
    }
    .header_extension .plan{
        width:651px;
        bottom:-82%;
        right:128px
    }
    .header_extension .breadcrumbs{
        margin-top:30px
    }
}
@media screen and (min-width:1399.98px){
    #scrollToTop{
        width:58px;
        height:58px;
        right:30px
    }
    #scrollToTop.active{
        bottom:30px
    }
    .header_navbar-nav_list{
        -webkit-box-pack:end;
        -ms-flex-pack:end;
        justify-content:flex-end
    }
    .header_navbar-nav_list .list-item{
        margin-right:40px
    }
}
@-webkit-keyframes slideUp{
    0%{
        bottom:-1000%
    }
    100%{
        bottom:-15%
    }
}
@keyframes slideUp{
    0%{
        bottom:-1000%
    }
    100%{
        bottom:-15%
    }
}
@-webkit-keyframes slideUp-md{
    0%{
        bottom:-1000%
    }
    100%{
        bottom:-5%
    }
}
@keyframes slideUp-md{
    0%{
        bottom:-1000%
    }
    100%{
        bottom:-5%
    }
}
.hero{
    padding:100px 0 0;
    position:relative;
    overflow:hidden
}
.hero_container{
    padding-bottom:200px;
    position:relative
}
.hero_header{
    position:relative;
    z-index:100
}
.hero_header .title{
    font-family:Archivo,sans-serif;
    font-weight:800
}
.hero_header .text{
    text-shadow:0 0 5px #001f3f
}
.hero_header .btn{
    width:100%
}
.hero .plan{
    position:absolute;
    display:none
}
.hero_building{
    position:absolute;
    right:-50%;
    bottom:-15%;
    max-height:50%;
    -webkit-animation-name:slideUp;
    animation-name:slideUp;
    -webkit-animation-duration:3s;
    animation-duration:3s;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out
}
.hero_info{
    color:#000810;
    position:relative
}
.hero_info .wrapper{
    padding:20px
}
.hero_info-numbers{
    margin:15px 0
}
.hero_info-numbers_group{
    width:100%
}
.hero_info-numbers_group:first-of-type{
    margin:30px 0
}
.hero_info-numbers_group .number{
    font-family:Archivo,sans-serif;
    font-weight:700;
    color:#ffc631
}
.hero_info-numbers_group .label{
    color:#fff;
    font-weight:700;
    letter-spacing:.5px
}
.hero_info-numbers_group .label,.hero_info-numbers_group .number{
    display:block
}
.hero_info-card{
    display:none;
    background:-o-radial-gradient(1.55% 6.12%,97.35% 239.81%,rgba(255,255,255,.9) 0,rgba(255,255,255,.52) 100%);
    background:radial-gradient(97.35% 239.81% at 1.55% 6.12%,rgba(255,255,255,.9) 0,rgba(255,255,255,.52) 100%);
    -webkit-backdrop-filter:blur(80px);
    backdrop-filter:blur(80px);
    overflow:hidden
}
.hero_info-card_underlay{
    position:absolute;
    width:100%;
    height:100%;
    background:-o-radial-gradient(1.55% 6.12%,97.35% 239.81%,rgba(255,255,255,.9) 0,rgba(255,255,255,.52) 100%);
    background:radial-gradient(97.35% 239.81% at 1.55% 6.12%,rgba(255,255,255,.9) 0,rgba(255,255,255,.52) 100%);
    top:0;
    left:0;
    z-index:-1
}
.hero_info-card .hero_building--mini{
    position:absolute;
    -webkit-transform:rotate(2deg);
    -ms-transform:rotate(2deg);
    transform:rotate(2deg);
    right:-14%;
    top:30%;
    max-height:80%
}
.hero_info-card .info,.hero_info-card .square{
    display:block
}
.hero_info-card .square{
    font-family:Archivo,sans-serif;
    font-weight:800;
    font-size:28px;
    line-height:32px;
    margin:15px 0 5px
}
.hero_info-card .square sup{
    font-size:16px;
    position:relative;
    bottom:2px
}
.hero_info-card .info{
    font-weight:500
}
.hero_info-card .link-arrow{
    margin-top:30px;
    display:inline-block
}
@media screen and (min-width:575.98px){
    .hero .plan{
        display:block;
        opacity:.5;
        -webkit-transform:rotate(154deg);
        -ms-transform:rotate(154deg);
        transform:rotate(154deg);
        max-width:50%;
        bottom:-10%;
        left:-10%
    }
    .hero_building{
        right:-50%;
        max-height:65%
    }
    .hero_header .btn{
        width:unset
    }
    .hero_info-card{
        max-width:388px;
        width:100%;
        margin:0 auto
    }
}
@media screen and (min-width:767.98px){
    .hero{
        padding:200px 0 0
    }
    .hero_container{
        padding-bottom:128px
    }
    .hero_building{
        right:0;
        max-height:60%;
        bottom:-5%;
        -webkit-animation-name:slideUp-md;
        animation-name:slideUp-md
    }
    .hero_info{
        margin-top:0
    }
    .hero_info-card{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start;
        margin:189px auto 0
    }
    .hero_info-card .hero_building--mini{
        right:-25%
    }
    .hero_info-card .wrapper{
        padding:30px
    }
    .hero_info-numbers{
        margin:0
    }
    .hero_info-numbers_group:first-of-type{
        margin-right:0;
        margin-top:0;
        margin-bottom:30px
    }
    .hero_info-numbers_group .label{
        text-align:right
    }
}
@media screen and (min-width:991.98px){
    .hero .plan{
        bottom:-20%
    }
    .hero_building{
        right:4%;
        max-height:70%
    }
    .hero_info-numbers_group .label{
        line-height:25px
    }
    .hero_info-card .hero_building--mini{
        right:-14%
    }
    .hero_info-card .wrapper{
        padding:40px
    }
    .hero_info-card .square{
        font-size:36px;
        line-height:40px
    }
    .hero_info-card .info{
        font-size:18px;
        line-height:22px
    }
}
@media screen and (min-width:1199.98px){
    .hero{
        padding:40px 0 0
    }
    .hero .plan{
        max-width:60%;
        left:-15%;
        bottom:-35%
    }
    .hero_building{
        right:0;
        max-height:80%
    }
    .hero_header{
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1
    }
    .hero_header .title{
        max-width:550px
    }
    .hero_header .text{
        max-width:471px
    }
    .hero_info{
        min-width:388px
    }
    .services_list-item[data-order="3"]{
        margin-top:0
    }
}
.services_header{
    margin-bottom:30px;
    max-width:510px;
    width:100%
}
@media screen and (min-width:991.98px){
    .services_header{
        margin-bottom:40px
    }
}
.services_list-item{
    margin-top:30px
}
.services_list-item[data-order="1"]{
    margin-top:0
}
.services_list-item .wrapper{
    height:100%;
    border:1px solid #c8c8c8;
    padding:30px;
    -webkit-transition:border-color .3s ease-in-out;
    -o-transition:border-color .3s ease-in-out;
    transition:border-color .3s ease-in-out
}
.services_list-item .wrapper:hover{
    border-color:#0da574
}
.services_list-item .wrapper .number{
    color:#e9e6e6;
    font-family:Archivo,sans-serif;
    font-weight:800;
    font-size:36px;
    line-height:40px
}
.services_list-item .wrapper .title{
    margin:20px 0
}
.services_list-item .wrapper .description{
    margin-bottom:40px;
    color:#202c38
}
@media screen and (min-width:575.98px){
    .services_list-item .wrapper{
        padding:40px
    }
    .services_list-item .wrapper .number{
        font-size:40px;
        line-height:50px
    }
}
@media screen and (min-width:767.98px){
    .services_list{
        margin:0 -15px
    }
    .services_list-item{
        padding:0 15px
    }
    .services_list-item[data-order="2"]{
        margin-top:0
    }
    .services_list-item .wrapper{
        padding:30px
    }
}
@media screen and (min-width:991.98px){
    .services_list{
        margin:0 -15px
    }
    .services_list-item{
        padding:0 15px;
        margin-top:30px
    }
    .services_list-item .wrapper{
        padding:40px
    }
    .services_list-item .wrapper .number{
        font-size:48px;
        line-height:55px
    }
}
.projects_header{
    margin-bottom:30px
}
.projects_list-item{
    margin-top:30px
}
.projects_list-item[data-order="1"]{
    margin-top:0
}
.projects_list-item .wrapper{
    height:100%
}
.projects_list-item_title{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    margin-top:20px
}
.projects_list-item .text-wrapper{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1
}
.projects_list-item .img-wrapper{
    overflow:hidden;
    max-height:500px;
    width:100%;
    position:relative
}
.projects_list-item .img-wrapper::before{
    float:left;
    padding-top:80%;
    content:''
}
.projects_list-item .img-wrapper::after{
    display:block;
    content:'';
    clear:both
}
.projects_list-item .img-wrapper img{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    display:block;
    -o-object-fit:cover;
    object-fit:cover;
    -webkit-transition:-webkit-transform .5s ease-in-out;
    transition:transform .5s ease-in-out;
    -o-transition:transform .5s ease-in-out;
    transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out
}
.projects_list-item .img-wrapper:hover img{
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
.projects_list-item_info{
    position:relative;
    margin-top:15px;
    padding-top:15px
}
.projects_list-item_info .separator{
    position:absolute;
    width:100%;
    height:1px;
    background:#a9a9a9;
    top:0;
    left:0
}
.projects_list-item_info .location{
    width:100%;
    margin-bottom:15px
}
.projects_list-item_info .location .icon{
    color:#ffc631;
    font-size:24px;
    margin-right:10px
}
.projects_list-item_info .link-arrow{
    margin-right:auto
}
@media screen and (min-width:575.98px){
    .projects_list-item_info .location{
        width:unset;
        margin-right:15px;
        margin-bottom:0
    }
    .projects_list-item_info .link-arrow{
        margin-left:auto;
        margin-right:unset
    }
}
@media screen and (min-width:767.98px){
    .projects_list{
        margin:0 -15px
    }
    .projects_list-item{
        padding:0 15px
    }
    .projects_list-item[data-order="2"]{
        margin-top:0
    }
    .projects_list-item_info .location{
        margin-bottom:15px
    }
    .projects_list-item_info .link-arrow{
        margin-left:unset;
        margin-right:auto
    }
}
@media screen and (min-width:991.98px){
    .projects_header{
        margin-bottom:40px
    }
    .projects_list{
        margin:0 -20px
    }
    .projects_list-item{
        padding:0 20px;
        margin-top:0px
    }
    .projects_list-item_info .location{
        width:100%
    }
}
@media screen and (min-width:1199.98px){
    .projects_list-item_info .location{
        width:unset;
        margin-right:15px;
        margin-bottom:0
    }
    .projects_list-item_info .link-arrow{
        margin-left:auto;
        margin-right:unset
    }
    .faq_header{
        max-width:472px;
        margin-top:137px;
        margin-right:30px
    }
    .faq_accordion{
        -ms-flex-negative:1;
        flex-shrink:1;
        max-width:740px
    }
}
.faq_header{
    margin-bottom:40px
}
.faq_header .text{
    margin:30px 0 40px
}
@media screen and (min-width:575.98px){
    .faq_header .btn{
        width:unset;
        margin:0
    }
}
@media screen and (min-width:991.98px){
    .faq_header .btn{
        margin:0 auto
    }
}
.features_header .title{
    margin-bottom:30px
}
.features_header-list{
    margin-bottom:40px
}
.features_header-list_item{
    margin-bottom:16px
}
.features_header-list_item:last-of-type{
    margin-bottom:0
}
.features_header-list_item .icon{
    color:#0da574;
    margin-right:10px
}
.features_card{
    cursor:pointer;
    margin-top:30px
}
.features_card[data-order="1"]{
    margin-top:0
}
.features_card .wrapper{
    height:100%;
    border:1px solid #fff;
    -webkit-transition:border-color .3s ease-in-out;
    -o-transition:border-color .3s ease-in-out;
    transition:border-color .3s ease-in-out;
    padding:30px
}
.features_card .wrapper:hover{
    border-color:#ffc631
}
.features_card-title{
    margin:30px 0 20px
}
.features_card-icon *{
    fill:#ffc631
}
.features_card--alt .wrapper{
    border-color:#a9a9a9
}
.features_card--alt .wrapper:hover{
    border-color:#001f3f
}
.features_card--alt .features_card-icon *{
    fill:#001f3f
}
.features_card--alt .features_card-description{
    color:#001f3f
}
@media screen and (min-width:767.98px){
    .features_header{
        padding:0 15px
    }
    .features_header-list{
        margin-bottom:0
    }
    .features_card{
        padding:0 15px
    }
    .features_card[data-order="1"]{
        margin-top:30px
    }
}
@media screen and (min-width:1399.98px){
    .features_card .wrapper{
        padding:50px
    }
}
.spots_info{
    color:#202c38
}
.spots_info-text{
    margin:30px 0
}
.spots_info-number{
    max-width:218px;
    margin-bottom:20px
}
.spots_info-number:last-of-type{
    margin-bottom:0
}
.spots_info-number .label,.spots_info-number .number{
    display:block
}
.spots_info-number .number{
    color:#0da574;
    font-family:Archivo,sans-serif;
    font-weight:800;
    margin-bottom:6px;
    font-size:60px;
    line-height:60px
}
.spots_info-number .label{
    font-weight:700
}
.spots_info-btn{
    width:100%;
    margin-top:40px
}
.spots_map{
    margin-top:30px;
    position:relative
}
.spots_map-map{
    display:block;
    -o-object-fit:cover;
    object-fit:cover;
    width:100%
}
.hot-spot{
    width:15px;
    height:15px;
    background-color:#ffc631;
    border-radius:50%;
    position:absolute;
    z-index:100;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    cursor:pointer
}
.hot-spot:before{
    content:'';
    width:30px;
    height:30px;
    background-color:rgba(255,198,49,.4);
    position:absolute;
    border-radius:50%;
    top:-50%;
    left:-50%;
    -webkit-transform:translate(50%,50%);
    -ms-transform:translate(50%,50%);
    transform:translate(50%,50%);
    -webkit-animation:3s infinite pulse;
    animation:3s infinite pulse;
    z-index:99
}
.speech-bubble{
    background:#0da574;
    color:#fff;
    display:block;
    padding:15px;
    font-family:Archivo,sans-serif;
    font-weight:700;
    max-width:250px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translateY(-50%) translateX(-50%);
    -ms-transform:translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
    z-index:-1;
    visibility:hidden;
    opacity:0;
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
.speech-bubble.active{
    visibility:visible;
    opacity:1;
    z-index:1000
}
@media screen and (min-width:575.98px){
    .spots_info-btn{
        width:unset
    }
    .spots .speech-bubble{
        padding:30px
    }
}
@media screen and (min-width:991.98px){
    .spots_map{
        margin-top:40px
    }
    .spots .speech-bubble{
        min-width:300px
    }
    .spots_info{
        margin-left:30px
    }
    .spots_info-number .number{
        font-size:80px;
        line-height:80px
    }
    .spots_info-text{
        margin-top:15px
    }
    .spots_info-btn{
        margin-top:30px
    }
}
@media screen and (min-width:1199.98px){
    .features_card[data-order="1"],.features_card[data-order="2"]{
        margin-top:0
    }
    .spots_info{
        max-width:521px;
        margin-left:60px
    }
    .spots_info-number:first-of-type{
        margin-bottom:40px
    }
    .spots_info-btn{
        margin-top:60px
    }
}
.team_header .title{
    max-width:615px
}
.team_btn{
    width:100%;
    margin-top:20px
}
.team_video{
    max-height:500px;
    overflow:hidden;
    position:relative;
    margin:40px 0 30px
}
.team_video::before{
    float:left;
    padding-top:38.46153846153846%;
    content:''
}
.team_video::after{
    display:block;
    content:'';
    clear:both
}
.team_video-thumb{
    width:100%
}
.team_main{
    font-size:16px;
    line-height:24px
}
.team_main-text{
    text-align:justify;
    word-break:break-all
}
.team_main-list{
    margin:30px 0
}
.team_main-list_item{
    margin-bottom:15px
}
.team_main-list_item:last-of-type{
    margin-bottom:0
}
.team_main-list_item .icon{
    color:#ffc631;
    margin-right:10px
}
.team_quote .quote-icon{
    display:none
}
.team_quote-wrapper{
    padding:30px;
    background:-o-radial-gradient(5.3% 9.03%,123.37% 123.37%,rgba(255,255,255,.7) 0,rgba(255,255,255,.4) 99.92%);
    background:radial-gradient(123.37% 123.37% at 5.3% 9.03%,rgba(255,255,255,.7) 0,rgba(255,255,255,.4) 99.92%);
    -webkit-backdrop-filter:blur(84px);
    backdrop-filter:blur(84px);
    color:#000810
}
.team_quote-quote{
    quotes:none;
    font-family:Archivo,sans-serif;
    font-weight:700;
    font-size:18px;
    line-height:23px;
    margin-bottom:21px;
    display:inline-block
}
.team_quote-author .wrapper--info{
    margin-left:22px
}
.team_quote-author_avatar{
    border-radius:50%;
    display:block;
    width:100%;
    min-width:53px;
    max-width:106px
}
.team_quote-author_name,.team_quote-author_profession{
    display:inline-block;
    width:100%
}
.team_quote-author_profession{
    font-weight:500
}
@media screen and (min-width:575.98px){
    .team_btn{
        width:unset;
        margin-left:0
    }
    .team_quote-wrapper{
        padding:60px
    }
    .team_quote-quote{
        font-size:26px;
        line-height:31px
    }
    .team_quote-author{
        font-size:19px;
        line-height:28px
    }
    .team_quote-author_icon{
        width:83px;
        height:73px
    }
}
@media screen and (min-width:767.98px){
    .team_main{
        font-size:19px;
        line-height:28px
    }
    .team_quote .quote-icon{
        height:73px;
        width:83px;
        display:inline-block
    }
}
@media screen and (min-width:991.98px){
    .team_btn{
        margin-bottom:5px
    }
    .team_main-list{
        margin:30px 0 0
    }
    .team_quote{
        padding-left:30px
    }
}
@media screen and (min-width:1199.98px){
    .team_video{
        margin-bottom:40px
    }
    .team_main{
        padding-right:58px
    }
    .team_main-list{
        margin:40px 0 0
    }
    .team_quote{
        padding-left:0
    }
}
.faq_header .text{
    color:#162739
}
.faq_header .btn{
    width:100%
}
@media screen and (min-width:991.98px){
    .faq_header{
        max-width:472px;
        margin-right:30px
    }
    .faq_header .btn{
        margin:0
    }
    .accordion-trigger{
        text-align:left
    }
}
.accordion-wrapper{
    border:.5px solid #c8c8c8;
    -webkit-transition:.3s ease-in;
    -o-transition:.3s ease-in;
    transition:.3s ease-in;
    padding:10px 15px;
    margin-bottom:30px
}
.accordion-wrapper:last-of-type{
    margin-bottom:0
}
.accordion-wrapper.expanded{
    border-color:#0da574;
    padding:15px
}
.accordion-wrapper.expanded .accordion-trigger{
    color:#0da574
}
.accordion-wrapper.expanded .accordion-trigger_icon .line{
    background:#0da574
}
.accordion-wrapper.expanded .accordion-trigger_icon .line--y{
    left:0;
    top:50%;
    -webkit-transform:rotate(0) translateX(0) translateY(0);
    -ms-transform:rotate(0) translateX(0) translateY(0);
    transform:rotate(0) translateX(0) translateY(0)
}
.accordion-trigger{
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    font-family:Archivo,sans-serif;
    font-weight:700;
    -webkit-transition:.3s ease-in;
    -o-transition:.3s ease-in;
    transition:.3s ease-in
}
.accordion-trigger .question{
    display:block;
    text-align:left;
    font-size:24px;
    line-height:28px
}
.accordion-trigger_icon{
    font-size:18px;
    line-height:24px;
    display:block;
    margin-left:10px
}
.accordion-content{
    max-height:0;
    overflow:hidden;
    -webkit-transition:max-height .2s;
    -o-transition:max-height .2s;
    transition:max-height .2s
}
.accordion-content .text{
    margin-top:22px;
    max-height:0;
    -webkit-transition:max-height .2s;
    -o-transition:max-height .2s;
    transition:max-height .2s
}
.accordion-content.show,.accordion-content.show .text{
    max-height:1000px
}
.blog_btn{
    margin:15px 0;
    width:100%
}
@media screen and (min-width:575.98px){
    .faq_header .btn{
        width:unset
    }
    .accordion-wrapper{
        padding:20px 30px
    }
    .accordion-wrapper.expanded{
        padding:30px
    }
    .blog_btn{
        width:unset
    }
}
@media screen and (min-width:767.98px){
    .accordion-trigger .question{
        font-size:26px;
        line-height:32px
    }
    .blog_btn{
        margin:0
    }
}
.blog_list{
    margin-top:40px
}
.blog_list-item{
    margin-top:30px
}
.blog_list-item[data-order="1"]{
    margin-top:0
}
.blog_list-item .wrapper{
    height:100%
}
.blog_list-item .img-wrapper{
    max-height:320px;
    overflow:hidden
}
.blog_list-item .img-wrapper::before{
    float:left;
    padding-top:78.04878048780488%;
    content:''
}
.blog_list-item .img-wrapper::after{
    display:block;
    content:'';
    clear:both
}
.blog_list-item .img-wrapper img{
    display:block;
    height:100%;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.blog_list-item .text-wrapper{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1
}
.blog_list-item .text-wrapper .info{
    text-transform:uppercase;
    font-size:14px;
    margin:15px 0 10px
}
.blog_list-item .text-wrapper .info .category{
    line-height:22px;
    font-family:Archivo,sans-serif;
    font-weight:600;
    -webkit-transition:color .3s ease-in-out;
    -o-transition:color .3s ease-in-out;
    transition:color .3s ease-in-out
}
.blog_list-item .text-wrapper .info .category:focus,.blog_list-item .text-wrapper .info .category:hover{
    color:#ffc631
}
.blog_list-item .text-wrapper .info .divider{
    width:5px;
    height:5px;
    background:#ffc631;
    border-radius:50%;
    display:inline-block;
    margin:0 15px
}
.blog_list-item .text-wrapper .info .date{
    color:#202c38
}
.blog_list-item .text-wrapper .title{
    margin-bottom:10px;
    margin-top: 16px;
}
.blog_list-item .text-wrapper .preview{
    color:#202c38
}
.blog_list-item .text-wrapper .divider--link{
    padding-top:15px;
    margin-top:15px;
    border-top:1px solid #c8c8c8
}
@media screen and (min-width:767.98px){
    .blog_list{
        margin:40px -15px 0
    }
    .blog_list-item{
        margin-top:40px;
        padding:0 15px
    }
    .blog_list-item[data-order="2"]{
        margin-top:0
    }
}
@media screen and (min-width:991.98px){
    .blog_list-item{
        margin-top:0
    }
}
.gallery_list-item{
    position:relative;
    cursor:pointer
}
.gallery_list-item::before{
    float:left;
    padding-top:114.58333333333333%;
    content:''
}
.gallery_list-item::after{
    display:block;
    content:'';
    clear:both
}
.gallery_list-item:hover .text-wrapper{
    opacity:1
}
.gallery_list-item .img-wrapper,.gallery_list-item .img-wrapper img,.gallery_list-item .text-wrapper{
    width:141%;
    height:87%
}
.gallery_list-item .img-wrapper img{
    display:block;
    -o-object-fit:cover;
    object-fit:cover
}
.gallery_list-item .text-wrapper{
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,31,63,.7);
    color:#fff;
    padding:40px;
    -webkit-transition:opacity .4s ease-in-out;
    -o-transition:opacity .4s ease-in-out;
    transition:opacity .4s ease-in-out;
    opacity:0
}
.gallery_list-item .text-wrapper .title{
    margin:15px 0 20px
}
.gallery_list-item .text-wrapper .label,.gallery_list-item .text-wrapper .subtitle{
    text-transform:uppercase;
    font-size:18px;
    line-height:23px;
    font-family:Archivo,sans-serif;
    font-weight:600
}
.gallery_list-item .text-wrapper .label{
    color:#ffc631
}
.gallery_list-item .text-wrapper .subtitle{
    padding-left:60px;
    position:relative
}
.gallery_list-item .text-wrapper .subtitle:before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    height:1px;
    width:40px;
    background:#ffc631
}
.contact_form-header{
    margin-bottom:30px
}
.contact_info{
    margin-top:60px
}
.contact_info-header{
    max-width:340px;
    margin-bottom:30px
}
@media screen and (min-width:991.98px){
    .contact_info{
        margin-top:0
    }
    .contact_info-header{
        margin-bottom:40px
    }
    .contact_info .socials{
        margin-bottom:5px
    }
}
@media screen and (min-width:1199.98px){
    .contact_form{
        margin-right:140px
    }
}
.contact-form_btn,.contact-form_field{
    width:100%
}
.contact-form_field{
    font-size:inherit;
    line-height:inherit;
    padding:17px 20px;
    border:1px solid #a9a9a9;
    margin-bottom:30px;
    color:#202c38;
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
.contact-form_field[data-type=message]{
    margin-bottom:0;
    min-height:164px
}
.contact-form_field::-webkit-input-placeholder{
    font-size:inherit;
    line-height:inherit;
    color:#a9a9a9;
    -webkit-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.contact-form_field::-moz-placeholder{
    font-size:inherit;
    line-height:inherit;
    color:#a9a9a9;
    -moz-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.contact-form_field:-ms-input-placeholder{
    font-size:inherit;
    line-height:inherit;
    color:#a9a9a9;
    -ms-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.contact-form_field::-ms-input-placeholder{
    font-size:inherit;
    line-height:inherit;
    color:#a9a9a9;
    -ms-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.contact-form_field::placeholder{
    font-size:inherit;
    line-height:inherit;
    color:#a9a9a9;
    -webkit-transition:opacity .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.contact-form_field:focus{
    border-color:#202c38
}
.contact-form_field:focus::-webkit-input-placeholder{
    opacity:0
}
.contact-form_field:focus::-moz-placeholder{
    opacity:0
}
.contact-form_field:focus:-ms-input-placeholder{
    opacity:0
}
.contact-form_field:focus::-ms-input-placeholder{
    opacity:0
}
.contact-form_field:focus::placeholder{
    opacity:0
}
.contact-form_btn{
    margin-top:40px
}
.contact-info{
    max-width:285px;
    margin-bottom:40px
}
.contact-info_group{
    font-family:Archivo,sans-serif;
    margin-bottom:30px
}
.contact-info_group:last-of-type{
    margin-bottom:0
}
.contact-info_group span{
    display:block
}
.contact-info_group .name{
    text-transform:uppercase;
    font-size:14px;
    line-height:22px;
    margin-bottom:8px;
    color:#a9a9a9;
    font-weight:500
}
.contact-info_group .content{
    font-weight:600;
    font-size:18px;
    line-height:23px
}
.contact-info_group .content .link{
    -webkit-transition:color .3s ease-in-out;
    -o-transition:color .3s ease-in-out;
    transition:color .3s ease-in-out
}
.contact-info_group .content .link:focus,.contact-info_group .content .link:hover{
    color:#0da574
}
@media screen and (min-width:575.98px){
    .contact-form_field--half{
        width:calc(50% - 15px)
    }
    .contact .socials_item-link{
        width:50px;
        height:50px;
        font-size:26px;
        line-height:30px
    }
}
@media screen and (min-width:991.98px){
    .contact-info{
        margin-bottom:87px
    }
    .contact-info_group{
        margin-bottom:40px
    }
}
.footer{
    padding-top:20px;
    padding-bottom:10px;
    text-align:center
}
.footer_main-block{
    margin-bottom:40px
}
.footer_main-block:last-of-type{
    margin-bottom:0
}
.footer_main-block .brand,.footer_main-block_title{
    margin-bottom:20px
}
.footer_main-block_form{
    margin-top:20px
}
.footer_main-block_form .btn,.footer_main-block_form .field{
    width:100%
}
.footer_main-block_form .field{
    background:#fff;
    border:1px solid transparent;
    padding:17px 19px;
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out;
    color:#000810;
    font-size:inherit;
    line-height:inherit;
    margin-bottom:20px
}
.footer_main-block_form .field::-webkit-input-placeholder{
    color:#a9a9a9;
    -webkit-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out;
    font-size:16px;
    line-height:23px
}
.footer_main-block_form .field::-moz-placeholder{
    color:#a9a9a9;
    -moz-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out;
    font-size:16px;
    line-height:23px
}
.footer_main-block_form .field:-ms-input-placeholder{
    color:#a9a9a9;
    -ms-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out;
    font-size:16px;
    line-height:23px
}
.footer_main-block_form .field::-ms-input-placeholder{
    color:#a9a9a9;
    -ms-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out;
    font-size:16px;
    line-height:23px
}
.footer_main-block_form .field::placeholder{
    color:#a9a9a9;
    -webkit-transition:opacity .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out;
    font-size:16px;
    line-height:23px
}
.footer_main-block_form .field:focus{
    border-color:#ffc631
}
.footer_main-block_form .field:focus::-webkit-input-placeholder{
    opacity:0
}
.footer_main-block_form .field:focus::-moz-placeholder{
    opacity:0
}
.footer_main-block_form .field:focus:-ms-input-placeholder{
    opacity:0
}
.footer_main-block_form .field:focus::-ms-input-placeholder{
    opacity:0
}
.footer_main-block_form .field:focus::placeholder{
    opacity:0
}
.footer_main-block_form .field.error{
    border-color:red
}
.footer_main-block_form .btn{
    padding:18px 20px
}
.footer_main-block_form .btn:focus,.footer_main-block_form .btn:hover{
    background:#ffd464
}
.footer_main-block .group-wrapper:first-of-type{
    margin-bottom:15px
}
.footer_main-block .group-wrapper .icon{
    color:#ffc631;
    font-size:38px;
    margin-right:14px;
    margin-top:4px
}
.footer_main-block .group-wrapper .group{
    text-align:left;
    line-height:23px
}
.footer_main-block .group-wrapper .group a,.footer_main-block .group-wrapper .group span{
    display:inline-block
}
.footer_main-block .group-wrapper .group a{
    -webkit-transition:opacity .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}
.footer_main-block .group-wrapper .group a:focus,.footer_main-block .group-wrapper .group a:hover{
    opacity:.8
}
.footer_main-block_nav .list-item{
    margin-bottom:13px
}
.footer_main-block_nav .list-item:last-of-type{
    margin-bottom:0
}
.footer_main-block_nav .list-item .link{
    font-family:Archivo,sans-serif;
    font-weight:600;
    font-size:14px;
    line-height:22px;
    text-transform:uppercase;
    letter-spacing:1px;
    position:relative
}
.footer_main-block_nav .list-item .link .icon{
    position:absolute;
    font-size:14px;
    color:#ffc631;
    left:-15px;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transition:opacity .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out;
    opacity:0
}
.footer_main-block_nav .list-item .link:focus .icon,.footer_main-block_nav .list-item .link:hover .icon{
    opacity:1
}
.footer_secondary{
    border-top:1px solid #a9a9a9;
    margin-top:60px;
    padding-top:60px
}
.footer_secondary-copyright{
    text-align:center;
    margin:0 0 40px
}
.footer_secondary-copyright span{
    display:inline-block
}
@media screen and (min-width:575.98px){
    .footer_main-block_subtitle{
        width:100%;
        margin:0 auto
    }
    .footer_main-block_subtitle--newsletter{
        max-width:330px
    }
    .footer_main-block_subtitle--brand{
        max-width:314px
    }
    .footer_main-block_form{
        max-width:330px;
        width:100%;
        margin:20px auto 0
    }
    .footer_main-block_form .field{
        margin-bottom:0
    }
    .footer_main-block_form .btn{
        width:auto
    }
}
@media screen and (min-width:767.98px){
    .footer{
        text-align:left
    }
    .footer_main{
        padding-bottom:80px
    }
    .footer_main-block{
        margin:0;

    }
    .footer_main-block_subtitle--brand{
        max-width:314px;
        margin:0 auto 30px 0
    }
    .footer_secondary{
        margin:0;
        padding-top:33px
    }
    .footer_secondary-copyright{
        max-width:350px;
        text-align:left;
        margin:0
    }
}
@media screen and (min-width:1199.98px){
    .footer_main-block_subtitle--brand{
        margin:0 auto 0 0
    }
}
/*# sourceMappingURL=../sourcemaps/index.css.map */
 