@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&amp;display=swap");
*,:after,:before{
    box-sizing:border-box
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
    line-height:1
}
body,html{
    overflow-x:hidden;
}
body{
    margin:0;
    padding:0;
    line-height:1
}
a{
    text-decoration:none
}
a,a:hover,a:visited{
    color:#fff
}
a:focus{
    outline:none
}
p,ul{
    margin:0
}
ul{
    list-style-type:none;
    padding:0
}
input{
    border-radius:0!important
}
input:focus{
    outline:none
}
input[type=submit]{
    border:0;
    padding:0
}
textarea{
    resize:none
}
textarea:focus{
    outline:none
}
button{
    border:0;
    background:unset;
    border-radius:0;
    padding:0;
    color:#fff
}
button:focus{
    outline:none
}
body{
    position:relative;
    font:16px Poppins;
    display:flex;
    flex-direction:column;
    min-height:100vh;
    color:#fff
}
footer{
    margin-top:auto
}
.body-background{
    position:absolute;
    height:100%;
    width:100%;
    background-color:#3752b8;
    top:0;
    left:0;
    z-index:-1
}
.wrapper{
    width:100%;
    max-width:1675px;
    padding:0 15px;
    margin:0 auto
}
@media screen and (max-width:1700px){
    .wrapper{
        padding:0 30px
    }
}
@media screen and (max-width:575px){
    .wrapper{
        padding:0 15px;
        max-width:calc(100% + 30px);
        margin:unset
    }
}
@media screen and (max-width:768px){
    p{
        font-size:14px
    }
}
@media screen and (max-width:575px){
    p{
        font-size:12px
    }
}
h1{
    font-size:96px;
    font-weight:700
}
@media screen and (max-width:1024px){
    h1{
        font-size:60px
    }
}
@media screen and (max-width:768px){
    h1{
        font-size:42px
    }
}
@media screen and (max-width:575px){
    h1{
        font-size:39px
    }
}
h2{
    font-size:60px;
    font-weight:700
}
@media screen and (max-width:1024px){
    h2{
        font-size:36px
    }
}
@media screen and (max-width:768px){
    h2{
        font-size:24px
    }
}
@media screen and (max-width:575px){
    h2{
        font-size:28px
    }
}
h3{
    font-size:36px;
    font-weight:600
}
@media screen and (max-width:1024px){
    h3{
        font-size:24px
    }
}
@media screen and (max-width:768px){
    h3{
        font-size:20px
    }
}
@media screen and (max-width:575px){
    h3{
        font-size:18px
    }
}
h4{
    font-size:24px;
    font-weight:400
}
@media screen and (max-width:1024px){
    h4{
        font-size:20px
    }
}
@media screen and (max-width:768px){
    h4{
        font-size:16px
    }
}
h5{
    font-size:16px
}
h5,h6{
    font-weight:400
}
h6{
    font-size:14px
}
section{
    position:relative
}
section .section-background{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:.07;
    z-index:-1
}
.page-template-services section .section-background{
    opacity:.07
}
section .background-grid{
    opacity:1!important;
    width:47%!important;
    z-index:1!important;
    top:-10%!important
}
.background-fluid{
    background-size:cover;
    background-position:50%
}
.overflow{
    position:absolute;
    opacity:.9;
    top:0;
    left:0;
    z-index:1;
    width:100%;
    height:100%;
    background:linear-gradient(175.99deg,#556ee6 3.28%,#243f99 80.25%)
}
form.is-disabled{
    pointer-events:none;
    animation:b .5s alternate infinite
}
form .select-input{
    display:flex
}
form .select-input .select2,form .select-input>input{
    width:100%;
    max-width:50%
}
label{
    position:relative
}
label.is-error input:focus+.error-message{
    opacity:0
}
label .error-message{
    position:absolute;
    background-color:rgba(235,87,87,.3);
    width:100%;
    top:0;
    bottom:0;
    right:0;
    padding-right:20px;
    margin:auto 0;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    font-weight:300;
    font-size:11px;
    opacity:0;
    pointer-events:none;
    transition:all .3s ease
}
label .error-message svg{
    margin-left:5px
}
label.is-error .error-message{
    opacity:1;
    pointer-events:all
}
input:not([type=submit]),textarea{
    border:1px solid hsla(0,0%,100%,.3);
    background:unset;
    width:100%;
    padding:15px 22px;
    font-size:18px;
    color:#fff;
    transition:border-color .3s ease
}
input:not([type=submit])::placeholder,textarea::placeholder{
    font-size:18px;
    color:hsla(0,0%,100%,.3)
}
input:not([type=submit]):focus,textarea:focus{
    border-color:hsla(0,0%,100%,.5)
}
@media screen and (max-width:768px){
    input:not([type=submit]),textarea{
        padding:10px 12px
    }
}
@media screen and (max-width:575px){
    input:not([type=submit]),textarea{
        font-size:10px
    }
    input:not([type=submit])::placeholder,textarea::placeholder{
        font-size:10px
    }
}
input[type=date]::-webkit-calendar-picker-indicator{
    filter:invert(1)
}
input[type=number]{
    -moz-appearance:textfield
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance:none;
    margin:0
}
.bg-waves:before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-image:url(../assets/images/wave-background.png);
    z-index:-1
}
.uppercase{
    text-transform:uppercase
}
.float-right{
    float:right
}
.float-left{
    float:left
}
.row-reverse{
    flex-direction:row-reverse
}
.i-cross{
    width:36px;
    height:36px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer
}
.i-cross:after,.i-cross:before{
    content:"";
    position:absolute;
    width:100%;
    height:1px;
    background-color:#fff
}
.i-cross:before{
    transform:rotate(45deg)
}
.i-cross:after{
    transform:rotate(-45deg)
}
.i-cross.is-black:after,.i-cross.is-black:before{
    background-color:#000
}
.noselect{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.background-gradient:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
    background:linear-gradient(#445dc6,rgba(55,82,184,0),#445dc6)
}
#elementor-popup-modal-131,.is-hidden{
    display:none!important
}
.pojo-a11y-toolbar-toggle{
    opacity:.5!important
}
@keyframes a{
    0%{
        opacity:0;
        transform:translate3d(0,-300px,0)
    }
    to{
        opacity:1;
        transform:translateZ(0)
    }
}
@keyframes b{
    0%{
        opacity:.7
    }
    to{
        opacity:.4
    }
}
@keyframes c{
    0%{
        transform:scale3d(.4,.4,.4)
    }
    to{
        transform:scaleX(1)
    }
}
.header{
    padding:32px 0 29px;
    position:fixed;
    z-index:999
}
.header,.header:before{
    top:0;
    left:0;
    width:100%;
    transition:all .3s ease
}
.header:before{
    content:"";
    position:absolute;
    opacity:0;
    z-index:-1;
    height:100%;
    background:linear-gradient(180deg,#516adf,#4760cf)
}
.header__inner{
    display:flex;
    align-items:center
}
.header__burger-menu{
    display:none;
    width:22px;
    height:18px;
    position:relative
}
.header__burger-menu .line{
    display:block;
    background:#fff;
    width:22px;
    height:2px;
    position:absolute;
    left:0;
    border-radius:2;
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s
}
.header__burger-menu .line#line-1{
    top:0
}
.header__burger-menu .line#line-2{
    top:50%
}
.header__burger-menu .line#line-3{
    top:100%
}
.header__burger-menu .line:focus .line,.header__burger-menu .line:hover .line{
    background-color:#dadada
}
.header__burger-menu.is-active #line-1{
    transform:translateY(9px) rotate(45deg);
    -webkit-transform:translateY(9px) rotate(45deg);
    -moz-transform:translateY(9px) rotate(45deg)
}
.header__burger-menu.is-active #line-2{
    opacity:0
}
.header__burger-menu.is-active #line-3{
    transform:translateY(-9px) rotate(-45deg);
    -webkit-transform:translateY(-9px) rotate(-45deg);
    -moz-transform:translateY(-9px) rotate(-45deg)
}
.header__logo{
    line-height:0
}
.header__nav{
    display:flex;
    flex-basis:838px;
    justify-content:space-between;
    margin:0 auto;
    padding:0 15px
}
.header__nav a{
    font-size:14px;
    color:#fff;
    border-bottom:1px solid transparent;
    transition:border-bottom .3s ease
}
.header__nav a:hover{
    border-bottom:1px solid #fff
}
.header__nav .menu-item:last-child{
    display:none
}
.header.is-scrolled{
    box-shadow:0 20px 50px rgba(0,0,0,.1)
}
.header.is-scrolled:before{
    opacity:1
}
.header__social{
    margin:0 40px 0 auto;
    display:flex;
    align-items:center
}
.header__social a{
    display:block;
    width:20px;
    height:20px
}
.header__social a:not(:last-child){
    margin-right:25px
}
.header__social img{
    width:100%;
    height:100%
}
@media screen and (max-width:1024px){
    .header{
        padding:28px 0 25px
    }
    .header__inner{
        justify-content:space-between
    }
    .header__inner>.header__social{
        display:none
    }
    .header__logo{
        position:absolute;
        left:0;
        right:0;
        margin:auto;
        width:fit-content
    }
    .header__social{
        margin:0
    }
    .header:before{
        opacity:1
    }
    .header__burger-menu{
        display:block
    }
    .header__nav{
        display:none;
        background-color:rgba(51,78,177,.8);
        position:absolute;
        flex-direction:column;
        align-items:center;
        justify-content:space-around;
        top:75px;
        left:0;
        margin:0;
        height:calc(100vh - 75px);
        width:100%;
        padding-bottom:30%
    }
    .header__nav.is-active{
        display:flex
    }
    .header__nav a{
        font-size:24px
    }
    .header__nav .menu-item:last-child{
        display:block
    }
}
@media screen and (max-width:575px){
    .header__logo{
        transform:scale(.63)
    }
    .header__nav{
        height:calc(100vh - 40px);
        top:71px;
        padding:5% 0 55%
    }
    .header__nav a{
        font-weight:600
    }
}
.footer{
    padding:36px 0 80px;
    border-top:1px solid hsla(0,0%,100%,.2);
    font-weight:300;
    position:relative
}
.footer.background-gradient{
    z-index:1
}
.footer .wrapper{
    position:relative;
    z-index:2
}
.footer__contact{
    position:relative;
    display:flex;
    padding-bottom:35px;
    margin-bottom:40px
}
.footer__contact:after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    display:block;
    width:100%;
    background-color:hsla(0,0%,100%,.2);
    height:1px
}
.footer__disclaimer{
    font-size:14px;
    margin-bottom:40px;
    font-weight:500
}
.footer__bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap
}
.footer__bottom span{
    font-size:12px
}
.footer__copyright{
    width:100%;
    display:block
}
.footer__cards{
    display:flex;
    align-items:center
}
.footer__cards-item:not(:last-child){
    margin-right:16px
}
.footer__social{
    display:flex
}
.footer__social a{
    display:block;
    margin-bottom:auto;
    width:30px;
    height:30px
}
.footer__social a:not(:last-child){
    margin-right:20px
}
.footer__social img{
    width:100%;
    height:100%
}
.footer__col{
    flex-grow:1
}
.footer__col--phones{
    flex-grow:2;
    display:flex;
    flex-direction:column
}
.footer__col--phones a{
    width:fit-content;
    padding-left:0;
    font-size:16px;
    font-weight:500;
    margin-left:28px
}
.footer__col--phones a span{
    width:37px;
    display:inline-block
}
.footer__col--phones h6{
    margin-bottom:12px
}
.footer__col-title{
    font-weight:600;
    text-transform:capitalize;
    position:relative
}
.footer__col-title:not(:first-child){
    margin-top:30px
}
.footer__col-title img{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    margin:auto 0
}
.footer__col-title-wrap{
    position:relative;
    display:flex;
    align-items:center
}
.footer__col-title-wrap a,.footer__col-title-wrap span{
    margin-left:28px
}
.footer__col-text{
    font-size:12px;
    line-height:24px;
    padding-left:30px
}
.footer__col-link{
    display:block;
    margin-top:10px;
    padding-left:30px;
    font-weight:500;
    text-transform:none
}
.footer:before{
    z-index:1
}
@media screen and (max-width:1024px){
    .footer__social{
        width:100%;
        justify-content:center;
        margin:20px 0
    }
    .footer__col-text{
        padding-left:5px
    }
    .footer__cards{
        flex-wrap:wrap;
        margin:0 auto
    }
    .footer__copyright{
        text-align:center
    }
}
@media screen and (max-width:768px){
    .footer{
        padding:36px 0
    }
    .footer__contact{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        padding-bottom:25px
    }
    .footer__col{
        display:flex;
        flex-direction:column;
        justify-content:space-around
    }
    .footer__col--phones h6{
        display:none
    }
    .footer__col--phones a{
        display:block
    }
    .footer__col:nth-child(2){
        grid-row-start:2
    }
    .footer__col:last-child{
        grid-row-start:1;
        grid-column-start:2;
        grid-row-end:3
    }
    .footer__col-title span{
        display:none
    }
    .footer__col-title img{
        position:static
    }
    .footer__col-title:not(:first-child){
        margin-top:unset
    }
    .footer__col-text{
        display:none
    }
    .footer__social{
        display:flex;
        justify-content:center;
        border-left:unset;
        padding-left:unset
    }
    .footer__bottom{
        flex-direction:column
    }
    .footer__cards{
        width:100%;
        align-items:center;
        justify-content:center
    }
    .footer__cards-item{
        max-width:50px
    }
    .footer__cards-item img{
        width:100%;
        height:auto
    }
}
@media screen and (max-width:575px){
    .footer__contact{
        display:flex;
        flex-direction:column;
        padding-bottom:0
    }
    .footer__col h6{
        font-weight:700
    }
    .footer__col:not(.footer__col--phones) .footer__col-title{
        background-color:hsla(0,0%,100%,.05);
        border:1px solid transparent;
        border-radius:7px;
        padding:10px 22px;
        max-height:48px;
        height:48px;
        margin-bottom:6px;
        cursor:pointer
    }
    .footer__col:not(.footer__col--phones) .footer__col-title img{
        width:25px
    }
    .footer__col--phones{
        padding:0 22px;
        margin-top:25px;
        flex-wrap:wrap;
        flex-direction:row
    }
    .footer__col--phones h6{
        flex-basis:100%;
        width:100%
    }
    .footer__col--phones a{
        flex-basis:50%;
        width:50%;
        margin-bottom:15px;
        margin-left:0;
        font-size:12px;
        font-weight:500
    }
    .footer__col--phones a span{
        width:unset
    }
    .footer__social a:not(:last-child){
        margin-right:15px
    }
    .footer__disclaimer{
        margin-bottom:20px
    }
    .footer__disclaimer-text{
        font-size:10px
    }
    .footer__cards{
        justify-content:unset;
        flex-wrap:nowrap
    }
    .footer__cards-item{
        max-width:53px;
        margin:unset
    }
}
.language-switcher{
    position:relative;
    font-weight:800;
    text-transform:uppercase;
    font-size:14px;
    cursor:pointer
}
.language-switcher__active{
    display:flex;
    align-items:center
}
.language-switcher__active img{
    width:14px;
    height:14px;
    border-radius:50%;
    margin-right:9px
}
.language-switcher__active:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-left:1px solid #fff;
    border-bottom:1px solid #fff;
    margin-left:8px;
    transform:rotate(-45deg) translate3d(0,-2px,0);
    transition:all .3s ease
}
.is-active .language-switcher__active:after{
    transform:rotate(135deg) translate3d(0,-2px,0)
}
.language-switcher__list{
    position:absolute;
    right:16px;
    transition:opacity .3s ease;
    opacity:0;
    pointer-events:none
}
.is-active .language-switcher__list{
    opacity:1;
    pointer-events:all
}
.language-switcher__link{
    color:inherit;
    border-bottom:1px solid transparent;
    transition:border-bottom .3s ease
}
.language-switcher__link:hover{
    color:#fff;
    border-bottom:1px solid #fff
}
.btn{
    width:252px;
    line-height:59px;
    border:1px solid #f6b73b;
    display:block;
    white-space:nowrap;
    background-color:#f6b73b;
    font-size:18px;
    text-align:center;
    cursor:pointer;
    transition:all .2s ease;
    border-radius:15px
}
.btn:hover{
    background-color:#e1a42c;
    border-color:#e1a42c
}
.btn:active{
    background-color:#d19725;
    border-color:#d19725;
    transform:scale3d(.9,.9,.9)
}
.btn--transparent{
    background-color:transparent;
    border:1px solid #fff
}
.btn--transparent:hover{
    background-color:hsla(0,0%,100%,.07);
    border-color:#fff
}
.btn--transparent:active{
    background-color:hsla(0,0%,100%,.03);
    border-color:#fff
}
@media screen and (max-width:575px){
    .btn{
        width:214px;
        margin:auto;
        margin-top:28px
    }
}
.youtube-btn{
    background:#000;
    border-radius:50%/10%;
    color:#fff;
    font-size:1em;
    height:3em;
    margin:20px auto;
    padding:0;
    position:relative;
    text-align:center;
    text-indent:.1em;
    transition:all .15s ease-out;
    width:4em
}
.youtube-btn:hover{
    background:red
}
.youtube-btn:before{
    background:inherit;
    border-radius:5%/50%;
    bottom:9%;
    content:"";
    left:-5%;
    position:absolute;
    right:-5%;
    top:9%
}
.youtube-btn:after{
    border-style:solid;
    border-width:1em 0 1em 1.732em;
    border-color:transparent transparent transparent #fff;
    content:" ";
    font-size:.75em;
    height:0;
    margin:-1em 0 0 -.75em;
    top:50%;
    position:absolute;
    width:0
}
.accordion{
    background-color:hsla(0,0%,100%,.05);
    border:1px solid transparent;
    border-radius:7px;
    padding:20px 50px;
    cursor:pointer;
    transition:all .3s ease
}
.accordion:hover{
    background-color:hsla(0,0%,100%,.15)
}
.accordion__title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-weight:700;
    font-size:20px;
    transition:all .3s ease
}
.accordion__title:after{
    content:"";
    display:block;
    flex-shrink:0;
    width:15px;
    height:15px;
    border-left:2px solid #fff;
    border-bottom:2px solid #fff;
    transform:rotate(-45deg);
    transition:all .3s ease
}
.accordion.is-active{
    border-color:#fff
}
.accordion.is-active .accordion__title{
    margin-bottom:10px
}
.accordion.is-active .accordion__title:after{
    transform:rotate(135deg) translate3d(0,-5px,0)
}
.accordion__text{
    font-weight:300;
    font-size:14px;
    height:0;
    overflow:hidden
}
@media screen and (max-width:1024px){
    .accordion{
        padding:20px 30px
    }
    .accordion__title{
        font-size:16px
    }
}
@media screen and (max-width:575px){
    .accordion{
        padding:15px 20px
    }
    .accordion__title{
        font-size:12px
    }
    .accordion__title:after{
        width:14px;
        height:14px
    }
    .accordion__text{
        font-size:12px
    }
}
.step{
    display:flex;
    align-items:center;
    transition:all .3s ease
}
.step__description{
    font-weight:300;
    font-size:20px;
    margin-right:25px;
    transition:all .3s ease
}
.step__image{
    display:flex;
    align-items:center;
    justify-content:center;
    width:80px;
    height:80px;
    background-color:#f6b73b;
    border-radius:50%;
    transition:all .3s ease;
    margin-right:10px
}
.step__number{
    font-weight:700;
    font-size:24px
}
.step:hover{
    transform:scale(1.1)
}
.review{
    position:relative;
    display:flex;
    flex-direction:column;
    width:fit-content;
    max-width:530px;
    padding:90px 45px 37px;
    background-color:#3c5aca;
    transition:all .3s ease
}
.review,.review__photo{
    box-shadow:-12px -13px 46px 20px #26419d,14px 21px 54px 15px rgba(0,0,0,.05)
}
.review__photo{
    position:absolute;
    top:-72.5px;
    left:0;
    right:0;
    margin:0 auto;
    width:145px;
    height:145px;
    border-radius:50%;
    border:6px solid #f9c461
}
.review__photo img{
    object-fit:cover
}
.review__author{
    font-weight:600;
    text-transform:uppercase;
    font-size:40px;
    text-align:center
}
.review__rating{
    align-self:center;
    margin-bottom:10px
}
.review__title{
    font-size:22px;
    font-weight:700
}
.review__text{
    font-size:14px;
    font-weight:300;
    margin-bottom:15px
}
.review__date{
    font-size:13px;
    font-weight:300;
    text-align:right;
    opacity:.7
}
@media screen and (max-width:1024px){
    .review{
        padding:50px 20px 25px
    }
    .review__photo{
        width:120px;
        height:120px;
        top:-60px
    }
    .review__title{
        font-size:16px
    }
    .review__author{
        font-size:24px
    }
}
@media screen and (max-width:640px){
    .review{
        margin:0 auto
    }
}
@media screen and (max-width:575px){
    .review{
        max-width:330px;
        padding:60px 15px 18px
    }
    .review__photo{
        width:75px;
        height:75px;
        top:-37.5px
    }
    .review__author{
        font-size:20px;
        margin-bottom:10px
    }
    .review__rating{
        width:125px;
        display:flex;
        justify-content:space-between;
        margin-bottom:20px
    }
    .review__rating svg{
        width:14.5px;
        height:12.5px
    }
    .review__title{
        text-align:center;
        font-size:10px
    }
    .review__text{
        max-width:320px;
        text-align:center
    }
    .review__date{
        text-align:center;
        font-size:11px
    }
}
.slick-slider{
    position:relative
}
.slick-slider .slick-arrow{
    content:"";
    position:absolute;
    bottom:-70px;
    width:30px;
    padding:15px;
    cursor:pointer;
    border:solid #fff;
    border-width:0 2px 2px 0;
    margin:0 auto;
    transition:border-color .3s ease;
    z-index:1
}
.slick-slider .slick-arrow:hover{
    border-color:#eac249
}
.slick-slider .slick-arrow:active{
    border-color:#dfb536
}
.slick-slider .slick-prev{
    left:0;
    right:40px;
    transform:rotate(135deg)
}
.slick-slider .slick-next{
    right:0;
    left:40px;
    transform:rotate(-45deg)
}
.article{
    position:relative;
    width:100%;
    max-width:530px;
    color:#000
}
.article__image{
    display:block;
    width:100%;
    height:316px;
    object-fit:cover
}
.article__image img{
    width:100%;
    height:100%
}
.article__content{
    position:relative;
    top:-95px;
    width:73.5%;
    background-color:#fff;
    padding:26px 36px 0
}
.article__date{
    font-weight:300;
    font-size:11px;
    color:#2e2e2e
}
.article__title{
    margin:20px 0
}
.article__text{
    font-size:12px;
    font-weight:300;
    line-height:1.5
}
.article .btn{
    margin:0 auto;
    position:relative;
    top:30px;
    z-index:1
}
@media screen and (max-width:1300px){
    .article__content{
        width:80%
    }
    .article .btn{
        width:175px
    }
}
@media screen and (max-width:640px){
    .article{
        max-width:unset
    }
}
@media screen and (max-width:575px){
    .article{
        padding-bottom:20px
    }
    .article__content{
        padding:20px 25px 0;
        width:100%;
        top:0;
        margin-bottom:25px
    }
    .article__title{
        margin:13px 0;
        font-size:14px
    }
    .article__text{
        font-size:9px
    }
    .article__image{
        max-height:170px
    }
    .article__image img{
        object-fit:cover
    }
    .article .btn{
        width:213px
    }
}
.side-article{
    display:flex
}
.side-article__image{
    display:block;
    width:264px;
    line-height:0;
    flex-shrink:0
}
.side-article__image img{
    width:100%;
    height:100%;
    object-fit:cover
}
.side-article__content{
    padding:30px 20px 15px;
    background-color:hsla(0,0%,100%,.09)
}
.side-article__title{
    font-size:18px;
    font-weight:700
}
.side-article__date{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:10px;
    font-weight:300;
    margin:10px 0
}
.side-article__categories{
    display:flex;
    flex-wrap:wrap
}
.side-article__categories .chip{
    font-size:14px;
    margin-bottom:12px
}
.side-article__categories .chip:not(:last-child){
    margin-right:10px
}
.side-article__text{
    font-size:11px;
    margin-bottom:15px
}
.side-article .btn{
    line-height:35px;
    width:177px;
    font-size:14px
}
@media screen and (max-width:1024px){
    .side-article{
        flex-direction:column
    }
    .side-article__image{
        width:100%
    }
    .side-article__content{
        padding:15px
    }
    .side-article__date{
        margin-bottom:10px
    }
}
@media screen and (max-width:768px){
    .side-article__content{
        display:flex;
        flex-direction:column;
        height:100%
    }
    .side-article__image{
        display:block
    }
    .side-article .btn{
        margin-top:auto
    }
}
@media screen and (max-width:575px){
    .side-article__title{
        font-weight:400;
        font-size:14px
    }
    .side-article__date{
        font-size:11px;
        font-weight:300;
        margin:5px 0
    }
    .side-article__text{
        font-size:9px;
        font-weight:300
    }
    .side-article__content{
        padding:10px
    }
    .side-article .btn{
        margin-bottom:unset;
        line-height:35px;
        width:130px;
        font-size:16px
    }
}
.archive-article__image{
    width:100%;
    display:block;
    line-height:0
}
.archive-article__image img{
    width:100%;
    min-height:360px
}
.archive-article__content{
    background-color:#fff;
    padding:28px 65px 46px 48px
}
.archive-article__title{
    color:#2c2c2c;
    display:flex;
    align-items:center;
    justify-content:space-between
}
.archive-article__date{
    color:#8f8f8f;
    font-size:14px;
    white-space:nowrap
}
.archive-article__categories{
    margin-bottom:35px
}
.archive-article__categories .chip:not(:last-child){
    margin-right:10px
}
.archive-article__text{
    font-size:18px;
    color:rgba(86,86,86,.9);
    margin-bottom:27px
}
.archive-article__reading-time{
    color:#2c2c2c;
    margin:10px 0
}
@media screen and (max-width:768px){
    .archive-article__image{
        min-height:unset
    }
    .archive-article__image img{
        width:100%;
        height:100%;
        min-height:unset;
        object-fit:cover
    }
    .archive-article__content{
        padding:15px 25px
    }
}
@media screen and (max-width:575px){
    .archive-article{
        padding-bottom:20px
    }
    .archive-article__title{
        font-size:14px;
        font-weight:400
    }
    .archive-article__reading-time{
        font-size:12px;
        margin:5px 0
    }
    .archive-article__date{
        font-weight:300;
        font-size:11px
    }
    .archive-article__text{
        font-size:9px;
        font-weight:300;
        margin-bottom:15px
    }
    .archive-article .btn{
        margin-top:0;
        line-height:35px;
        width:130px;
        font-size:16px
    }
}
.popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:rgba(0,0,0,.5);
    opacity:0;
    pointer-events:none;
    transition:all .3s ease;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px)
}
.popup#thanks-popup{
    z-index:9999
}
.popup.is-active{
    opacity:1;
    pointer-events:all
}
.popup .wrapper{
    height:100%
}
.popup__inner{
    height:100%;
    display:flex;
    padding:20px 0;
    overflow-y:auto;
    -ms-overflow-style:none;
    scrollbar-width:none
}
.popup__inner::-webkit-scrollbar{
    display:none
}
.popup-thanks-modal{
    flex-basis:912px;
    padding:63px 0 50px;
    margin:auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    background-color:rgba(37,64,153,.83);
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);
    border-radius:7px;
    position:relative
}
.popup-thanks-modal__subtitle{
    font-weight:300;
    margin:13px 0 35px;
    color:hsla(0,0%,100%,.9)
}
.popup-thanks-modal__image{
    margin-bottom:30px
}
.popup-thanks-modal .i-cross{
    position:absolute;
    top:45px;
    right:45px
}
.is-active .popup-thanks-modal{
    animation:c .4s forwards
}
.popup .contact-modal{
    flex-basis:1063px;
    position:relative;
    margin:auto;
    padding:60px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    background:rgba(37,64,153,.83);
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px)
}
.popup .contact-modal .btn{
    width:100%
}
.popup .contact-modal__close{
    position:absolute;
    top:15px;
    right:15px;
    z-index:1
}
.popup .contact-modal__image{
    width:100%;
    max-width:41.2%;
    position:absolute;
    top:0;
    right:60px
}
.popup .contact-modal__image img{
    width:100%
}
.popup .contact-modal__title{
    font-size:48px
}
.popup .contact-modal__subtitle{
    font-size:14px;
    color:hsla(0,0%,100%,.9);
    margin:15px 0
}
.popup .contact-modal__form form{
    max-width:422px
}
.popup .contact-modal.is-success .contact-modal__form,.popup .contact-modal.is-success .contact-modal__image,.popup .contact-modal__success{
    display:none
}
.popup .contact-modal.is-success .contact-modal__success{
    display:block
}
.popup .contact-modal form{
    display:flex;
    flex-direction:column
}
.popup .contact-modal form label{
    width:100%
}
.popup .contact-modal form label:not(:last-child){
    margin-bottom:15px
}
.popup .contact-modal form label.is-error input{
    border-color:rgba(235,87,87,.3);
    color:rgba(235,87,87,.3)
}
.popup .contact-modal form label.is-error input::placeholder{
    color:rgba(235,87,87,.3)
}
.popup .contact-modal input,.popup .contact-modal textarea{
    padding:15px 22px
}
.popup .contact-modal input::placeholder,.popup .contact-modal textarea::placeholder{
    font-weight:300
}
.popup .contact-modal textarea{
    height:144px
}
@media screen and (max-width:1600px){
    .popup-thanks-modal__image{
        width:45%
    }
}
@media screen and (max-width:1500px){
    .popup-thanks-modal{
        padding:25px 0
    }
}
@media screen and (max-width:1440px){
    .popup .contact-modal__form{
        min-width:unset
    }
    .popup .contact-modal__image img{
        width:unset
    }
    .popup .contact-modal form label:nth-child(-n+4){
        width:100%
    }
}
@media screen and (max-width:1400px){
    .popup-thanks-modal__image{
        width:40%
    }
}
@media screen and (max-width:1200px){
    .popup .contact-modal{
        flex-direction:column;
        background-image:unset!important;
        padding:40px 20px
    }
    .popup .contact-modal__close{
        visibility:visible
    }
    .popup .contact-modal__form{
        margin-top:10px;
        padding:0
    }
}
@media screen and (max-width:1024px){
    .popup .contact-modal__image,.popup .contact-modal__image img{
        width:100%
    }
}
@media screen and (max-width:992px){
    .popup .contact-modal{
        max-width:600px
    }
    .popup .contact-modal__image{
        display:none
    }
    .popup .contact-modal__form form{
        max-width:unset
    }
    .popup .contact-modal .btn{
        margin:0 auto
    }
}
@media screen and (max-width:768px){
    .popup-thanks-modal__image{
        max-width:100%
    }
    .popup .contact-modal__title{
        font-size:36px
    }
    .popup .contact-modal input{
        padding:10px 20px
    }
}
@media screen and (max-width:575px){
    .popup-thanks-modal__image{
        width:75%
    }
    .popup-thanks-modal .i-cross{
        top:15px;
        right:15px
    }
    .popup .contact-modal__title{
        font-size:28px
    }
    .popup .contact-modal__subtitle{
        font-size:12px;
        margin:15px 0
    }
    .popup .contact-modal form input{
        font-size:10px
    }
    .popup .contact-modal form input::placeholder{
        font-size:11px
    }
    .popup .contact-modal .btn{
        margin-top:unset;
        line-height:40px
    }
}
@media screen and (max-width:375px){
    .popup-thanks-modal{
        padding:25px 0 30px
    }
}
.rtl .popup .contact-modal__image{
    transform:scaleX(-1)
}
.rtl .popup .contact-modal__form{
    padding-left:inset;
    padding-right:20px
}
.chip{
    display:inline-block;
    line-height:1.6;
    padding:0 14px;
    width:fit-content;
    border-radius:90px;
    color:#fff;
    border:1px solid #fff;
    font-size:18px
}
.chip:nth-child(3n+1){
    background-color:#219653;
    border-color:#219653
}
.chip:nth-child(3n+2){
    background-color:#f6b73b;
    border-color:#f6b73b
}
.chip:nth-child(3n+3){
    background-color:#eb5757;
    border-color:#eb5757
}
@media screen and (max-width:575px){
    .chip{
        font-size:14px;
        line-height:1.3
    }
}
.country-item{
    display:flex;
    align-items:center;
    width:100%;
    height:65px;
    padding:10px 20px;
    background:hsla(0,0%,100%,.05);
    border-radius:7px
}
.country-item__image{
    width:45px;
    height:45px;
    border-radius:50%;
    margin-right:20px
}
.country-item__name{
    font-weight:600;
    font-size:14px;
    color:#fff
}
.select2-container{
    width:100%!important
}
.select2-selection{
    height:53px;
    display:flex!important;
    align-items:center;
    padding:0 20px;
    background-color:hsla(0,0%,100%,.05)!important;
    border:1px solid hsla(0,0%,100%,.3)!important;
    border-radius:0!important
}
.select2-selection__rendered{
    padding-left:0!important;
    padding-right:0!important;
    color:#fff!important;
    font-size:18px
}
.select2-selection__arrow{
    top:calc(50% - 12px)!important;
    right:13px!important;
    border-left:2px solid #fff;
    border-bottom:2px solid #fff;
    width:15px!important;
    height:15px!important;
    transform:rotate(-45deg)
}
.select2-selection__arrow b{
    display:none
}
.select2-dropdown{
    border-radius:0;
    background-color:#fff!important;
    border:1px solid hsla(0,0%,100%,.3)!important;
    color:#000!important
}
.select2-results__option--highlighted,.select2-results__option--selected{
    background-color:#f6b73b!important;
    color:#fff
}
.select2-search__field{
    border:1px solid rgba(0,0,0,.3)!important;
    color:#000!important
}
@media screen and (max-width:768px){
    .select2-selection{
        height:43px;
    }
}
@media screen and (max-width:575px){
    .select2-selection{
        height:33px;
    }
    .select2-selection__rendered{
        font-size:10px
    }
    .select2-selection__arrow{
        width:10px!important;
        height:10px!important;
        top:calc(50% - 7px)!important
    }
    .select2-results__option{
        font-size:10px
    }
}
.steps{
    display:flex
}
.steps-item{
    font-size:28px;
    color:#fff;
    font-style:italic
}
.steps-item:not(:last-child):after{
    content:"";
    width:22px;
    height:8px;
    margin:0 .64em;
    display:inline-block;
    background-image:url(../assets/images/svg/step-arrow.svg);
    background-size:cover;
    vertical-align:middle;
    opacity:.5
}
.steps-item.is-active~li{
    color:hsla(0,0%,100%,.5)
}
.steps-item.is-active:after{
    opacity:1
}
.scroll-button{
    position:fixed;
    display:flex;
    align-items:center;
    justify-content:center;
    bottom:20px;
    right:50px;
    width:50px;
    height:50px;
    border-radius:50%;
    opacity:.7;
    background-color:#f6b73b;
    transition:all .1s ease;
    z-index:10
}
.scroll-button:after{
    content:"";
    display:block;
    position:absolute;
    top:40%;
    width:30%;
    height:30%;
    border-bottom:2px solid #fff;
    border-left:2px solid #fff;
    transform:rotate(135deg)
}
.scroll-button:hover{
    transform:scale(1.05);
    opacity:1
}
.scroll-button:active{
    transform:scale(.9)
}
@media screen and (max-width:575px){
    .scroll-button{
        display:none
    }
}
.loader{
    color:#f6b73b;
    font-size:100px;
    text-indent:-9999em;
    overflow:hidden;
    width:1em;
    height:1em;
    border-radius:50%;
    margin:72px auto;
    position:relative;
    transform:translateZ(0);
    animation:d 1.7s infinite ease,e 1.7s infinite ease
}
@keyframes d{
    0%{
        box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em
    }
    5%,95%{
        box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em
    }
    10%,59%{
        box-shadow:0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em
    }
    20%{
        box-shadow:0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em
    }
    38%{
        box-shadow:0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em
    }
    to{
        box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em
    }
}
@keyframes e{
    0%{
        transform:rotate(0deg)
    }
    to{
        transform:rotate(1turn)
    }
}
#calculator-popup .popup__inner{
    justify-content:center;
    align-items:center
}
.calculator-modal{
    width:100%;
    height:fit-content;
    max-width:912px;
    padding:150px 180px 100px;
    background:rgba(37,64,153,.83);
    backdrop-filter:blur(15px);
    border-radius:7px;
    position:relative
}
.calculator-modal .is-complete{
    padding:100px
}
.calculator-modal .i-cross{
    position:absolute;
    z-index:1;
    top:45px;
    right:49px
}
.calculator-modal__title{
    font-size:50px;
    margin-bottom:20px;
    text-align:center
}
.calculator-modal .steps{
    margin-bottom:20px;
    justify-content:center
}
.calculator-modal p{
    font-size:14px;
    font-weight:300;
    line-height:2.2;
    margin-bottom:20px
}
.calculator-modal label{
    font-size:21px;
    line-height:2.17
}
.calculator-modal label:not(:last-child){
    margin-bottom:25px;
    display:block
}
.calculator-modal textarea{
    height:135px
}
.calculator-modal .is-error{
    border-color:rgba(235,87,87,.7);
    color:rgba(235,87,87,.7)
}
.calculator-modal-screen{
    display:none
}
.calculator-modal-screen.is-active{
    display:block
}
.calculator-modal-screen--loading h2{
    text-align:center
}
.calculator-modal-screen--thanks h2{
    text-align:center;
    font-size:36px;
    margin-bottom:0
}
.calculator-modal-screen--thanks p{
    text-align:center
}
.calculator-modal-screen--thanks .btn{
    margin:0 auto
}
@media screen and (max-width:992px){
    .calculator-modal{
        padding:50px
    }
}
@media screen and (max-width:768px){
    .calculator-modal__title{
        font-size:40px
    }
    .calculator-modal .i-cross{
        top:15px;
        right:25px
    }
    .calculator-modal .steps-item{
        font-size:20px
    }
    .calculator-modal p{
        line-height:1.5
    }
    .calculator-modal label{
        font-size:18px
    }
    .calculator-modal label:not(:last-child){
        margin-bottom:15px
    }
}
@media screen and (max-width:500px){
    .calculator-modal{
        padding:20px
    }
    .calculator-modal__title{
        font-size:25px;
        margin-bottom:10px
    }
    .calculator-modal .steps{
        margin-bottom:10px
    }
    .calculator-modal .steps-item{
        font-size:18px
    }
    .calculator-modal label{
        line-height:1.5;
        font-size:14px
    }
    .calculator-modal .i-cross{
        top:10px;
        right:10px;
        width:30px;
        height:30px
    }
    .calculator-modal .btn{
        margin-top:0;
        line-height:45px
    }
}
.calculator-form{
    display:none;
    flex-wrap:wrap
}
.calculator-form label{
    width:100%
}
.calculator-form.is-active{
    display:flex
}
.calculator-icon{
    position:fixed;
    bottom:30px;
    right:30px;
    z-index:999;
    line-height:0;
    perspective:1000px
}
.calculator-icon-inner{
    position:relative;
    width:125px;
    height:125px;
    border-radius:50%;
    /*border:1.5px solid hsla(0,0%,100%,.3);*/
    transition:all .3s ease;
    transform-style:preserve-3d
}
@media screen and (max-width:768px){
    .calculator-icon-inner{
        width:85px;
        height:85px;
        font-size:12px
    }
}
.calculator-icon__side{
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all .2s ease;
    position:absolute;
    z-index:1;
    width:100%;
    height:100%;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    text-align:center;
    line-height:1
}
.calculator-icon__side--back{
    transform:rotateY(180deg)
}
.calculator-icon__side:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #8797d6;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0px 6px 0px 6px rgb(85 107 197) inset;
}

.calculator-icon__side:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    border: 1.5px solid #8797d6;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.calculator-icon.is-hidden{
    display:none
}
.calculator-icon img{
    width:42%;
    flex-shrink:0;
    position:relative;
    margin-top: 10px;
    z-index:1
}
.calculator-icon:hover .calculator-icon-inner{
    transform:rotateY(180deg)
}
@media screen and (max-width:768px){
    .calculator-icon{
        bottom:15px;
        right:15px
    }
}
.l-columns-2{
    display:flex
}
.l-columns-2>div{
    width:50%
}
@media screen and (max-width:575px){
    .l-columns-2{
        flex-direction:column
    }
    .l-columns-2>div{
        width:100%
    }
}
.l-tabs__nav{
    display:flex;
    margin-bottom:70px
}
.l-tabs__nav button{
    flex-grow:1;
    display:block;
    height:63px;
    border-bottom:1px solid hsla(0,0%,100%,.2);
    color:hsla(0,0%,100%,.2);
    font-weight:300;
    font-size:18px;
    transition:all .3s ease;
    cursor:pointer
}
.l-tabs__nav button.is-active,.l-tabs__nav button:hover{
    color:#fff;
    border-color:#fff
}
.l-tabs__nav button.is-active{
    font-weight:700;
    font-size:24px;
    pointer-events:none
}
.l-tabs__item{
    display:none
}
.l-tabs__item.is-active{
    display:flex
}
.l-tabs__item-header{
    display:none
}
.l-tabs__item-body{
    display:flex;
    flex-direction:row!important
}
.l-tabs__item-body.accordion__text{
    display:flex!important
}
.l-tabs__item-body>div{
    display:flex;
    flex-direction:column;
    justify-content:center
}
.l-tabs__item-title{
    margin-bottom:30px
}
.l-tabs__item-description{
    font-weight:300;
    color:#bac8ff
}
.l-tabs__item-image{
    padding-right:100px
}
@media screen and (max-width:1300px){
    .l-tabs__item-body>div{
        width:50%
    }
    .l-tabs__item-image img{
        width:90%
    }
}
@media screen and (max-width:768px){
    .l-tabs__nav{
        display:none
    }
    .l-tabs__item{
        display:flex
    }
    .l-tabs__item-title{
        display:none
    }
    .l-tabs__item-block{
        padding:20px 0;
        border-bottom:1px solid hsla(0,0%,100%,.2);
        width:100%
    }
    .l-tabs__item-block.is-active .accordion__title{
        margin-bottom:10px
    }
    .l-tabs__item-block.is-active .accordion__title:after{
        transform:rotate(135deg) translate3d(0,-5px,0)
    }
    .l-tabs__item-header{
        display:block;
        padding:0 10px
    }
    .l-tabs__item-header h3.accordion__title{
        font-size:18px
    }
    .l-tabs__item-body{
        flex-direction:column!important;
        width:100%
    }
    .l-tabs__item-body>div,.l-tabs__item-image{
        width:100%;
        flex-shrink:0
    }
    .l-tabs__item-image{
        padding-right:unset;
        align-items:center;
        margin:20px 0
    }
    .l-tabs__item-image img{
        width:65%;
        flex-shrink:0
    }
}
@media screen and (max-width:575px){
    .l-tabs__item-description{
        font-size:12px
    }
}
.l-contact-us{
    padding:69px 0 135px
}
.l-contact-us.background-gradient{
    z-index:1
}
.l-contact-us .wrapper{
    z-index:2
}
.l-contact-us__text,.l-contact-us__title{
    margin-bottom:30px
}
.l-contact-us__form{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
.l-contact-us__form label{
    width:100%
}
.l-contact-us__form label.half-width{
    width:49%
}
.l-contact-us__form label:not(:last-child){
    margin-bottom:20px
}
.l-contact-us__form [name=message]{
    height:144px
}
.l-contact-us__image img{
    float:right
}
@media screen and (max-width:1500px){
    .l-contact-us__image img{
        width:90%
    }
}
@media screen and (max-width:1300px){
    .l-contact-us__image{
        display:flex;
        justify-content:center;
        align-items:center
    }
}
@media screen and (max-width:1024px){
    .l-contact-us__image{
        display:none
    }
    .l-contact-us .l-columns-2 div:first-child{
        width:100%
    }
}
@media screen and (max-width:768px){
    .l-contact-us__form label.half-width{
        width:100%
    }
    .l-contact-us__form [type=submit]{
        margin:0 auto
    }
    .l-contact-us [name=message]{
        height:90px
    }
}
@media screen and (max-width:575px){
    .l-contact-us{
        padding:45px 0 80px
    }
    .l-contact-us__title{
        text-align:center;
        margin-bottom:20px
    }
    .l-contact-us__text{
        margin-bottom:40px
    }
    .l-contact-us__form{
        display:flex;
        flex-direction:column;
        grid-gap:unset
    }
    .l-contact-us__form label{
        margin-bottom:15px
    }
    .l-contact-us__form input{
        margin-bottom:unset
    }
    .l-contact-us__form [name=message]{
        height:144px
    }
}
.page-template-faq .section-background{
    position:fixed
}
.page-template-faq .background-gradient:after{
    display:none
}
.s-faq{
    padding-top:210px;
    padding-bottom:155px;
    position:relative
}
.s-faq .section-background{
    opacity:.07;
    object-fit:cover
}
.page-template-services .s-faq .section-background{
    opacity:.04
}
.s-faq .l-columns-2{
    z-index:2;
    position:relative
}
.s-faq .accordion{
    margin-bottom:10px
}
.s-faq__title{
    margin-bottom:45px
}
@media screen and (max-width:1500px){
    .s-faq__image{
        width:90%
    }
    .page-template-services .s-faq__image{
        width:85%
    }
    .page-template-faq .s-faq__image{
        width:100%
    }
}
@media screen and (max-width:1300px){
    .s-faq .l-columns-2>div:last-child{
        display:flex;
        align-items:center
    }
}
@media screen and (max-width:1024px){
    .s-faq{
        padding-top:90px!important;
        padding-bottom:60px
    }
    .s-faq__title{
        margin-bottom:30px
    }
}
@media screen and (max-width:575px){
    .s-faq{
        padding:45px 0!important
    }
    .page-template-home .s-faq{
        padding:35px 0!important
    }
    .s-faq .l-columns-2{
        flex-direction:column-reverse
    }
    .s-faq .l-columns-2>div:last-child{
        display:flex;
        justify-content:center
    }
    .s-faq__image{
        width:100%;
        display:none
    }
    .page-template-services .s-faq__image{
        width:85%
    }
    .page-template-faq .s-faq__image{
        display:block;
        width:65%
    }
    .s-faq__title{
        text-align:center;
        margin-bottom:25px;
        font-size:33px
    }
}
.l-map [id*=country]{
    cursor:pointer
}
.l-map svg{
    width:100%
}
.l-map .country-list{
    display:none
}
.l-map .country-list .country-item:not(:last-child){
    margin-bottom:10px
}
@media screen and (max-width:1024px){
    .l-map svg{
        display:none
    }
    .l-map .country-list{
        display:block
    }
}
.map-popover{
    position:absolute;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    width:fit-content;
    height:97px;
    padding:0 30px 0 17px;
    background-color:#fff;
    border-radius:48.5px 48.5px 48.5px 0;
    transition:transform .2s ease,opacity .2s ease;
    opacity:0;
    pointer-events:none;
    transform-origin:bottom left;
    transform:scale(0)
}
.map-popover.is-active{
    pointer-events:all;
    transform:scale(1);
    opacity:1
}
.map-popover__icon{
    width:55px;
    height:55px;
    border-radius:50%;
    margin-right:15px;
    box-shadow:0 3px 6px 0 rgba(0,0,0,.2);
    display:none
}
.map-popover__icon.is-active{
    display:block
}
.map-popover__text{
    color:#4f4f4f;
    font-weight:600;
    font-size:18px;
    text-transform:capitalize
}
.l-payment .payment{
    max-width:865px;
    margin:0 auto
}
.payment{
    padding:130px 0
}
.payment__title{
    text-align:center
}
.payment .steps{
    justify-content:center
}
@media screen and (max-width:425px){
    .payment .steps-item{
        font-size:20px
    }
}
.payment>:not(:last-child){
    margin-bottom:20px
}
.payment-step{
    display:none
}
.payment-step>:not(:last-child){
    margin-bottom:20px
}
.payment-step.is-active{
    display:block
}
.payment-step__buttons{
    display:flex;
    justify-content:center
}
.payment-step__buttons .btn:not(:last-child){
    margin-right:10px
}
.payment-step #js-download-report{
    margin:40px auto;
    text-align: center;
    max-width: 500px;
    width: 100%
}
.payment__subtitle{
    color:#bac8ff;
    font-weight:300
}
.payment-contact-form{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}

.payment-contact-form>*{
    width:100%;
    max-width:49%;
    margin-bottom:20px
}
.payment-contact-form>.payment-contact_row{
	max-width: 100%;
	
}
.payment-contact-form>:last-child{
    max-width:unset;
    margin-bottom:0;
    margin-top:30px
}
@media screen and (max-width:768px){
    .payment-contact-form>*{
        max-width:unset
    }
    .payment-contact-form>:last-child{
        margin-top:0
    }
}
.payment-card-form{
    flex-direction:column;
    align-items:center;
    justify-content:space-between
}

.payment #iban-element{
    border:1px solid hsla(0,0%,100%,.3);
    background:unset;
    width:100%;
    padding:15px 22px;
    display: none;
    font-size:18px;
    color:#fff;
    transition:border-color .3s ease
}

.payment #au-bank-account-element{
    border:1px solid hsla(0,0%,100%,.3);
    background:unset;
    width:100%;
    padding:15px 22px;
    display: none;
    font-size:18px;
    color:#fff;
    transition:border-color .3s ease
}

.payment #sofort-element{

    display: none;
}

.payment #sofort-element p {
	text-align: center;
}

.payment #sofort-element .select-input {
	margin-top: 20px;
	justify-content: center;

}

.payment #card-element{
    border:1px solid hsla(0,0%,100%,.3);
    background:unset;
    width:100%;
    padding:15px 22px;
    font-size:18px;
    color:#fff;
    transition:border-color .3s ease
}
.payment #card-errors{
    text-align:center;
    margin:20px 0
}
.payment-bottom{
    margin-bottom:30px
}
.payment-bottom__inner{
    display:flex;
    justify-content:center
}
.payment-bottom svg{
    width:1em;
    height:1em;
    vertical-align:bottom;
    fill:#fff
}
.payment-bottom p{
    line-height:1
}
.payment-bottom p:not(:last-child){
    margin-right:10px
}
.s-first-screen{
    padding-top:119px
}
.s-first-screen__title{
    text-transform:uppercase;
    line-height:1
}
.s-first-screen__subtitle{
    text-transform:uppercase;
    font-size:30px;
    font-weight:300;
    letter-spacing:.445em;
    margin-bottom:40px
}
.s-first-screen .l-columns-2>div{
    display:flex;
    flex-direction:column;
    justify-content:center
}
.s-first-screen .l-columns-2>div:first-child{
    align-items:flex-start
}
.s-first-screen .l-columns-2>div:last-child{
    align-items:flex-end
}
.s-first-screen__buttons{
    display:flex
}
.s-first-screen__buttons .btn:not(:last-child){
    margin-right:17px
}
.s-first-screen__image{
    width:100%
}
@media screen and (max-width:1650px){
    .s-first-screen__title{
        font-size:72px
    }
}
@media screen and (max-width:1300px){
    .s-first-screen__title{
        white-space:nowrap;
        font-size:60px
    }
    .s-first-screen__image{
        width:95%
    }
}
@media screen and (max-width:1024px){
    .s-first-screen__subtitle{
        font-size:32px
    }
    .s-first-screen__title{
        white-space:nowrap;
        font-size:50px
    }
    .s-first-screen__buttons{
        flex-direction:column
    }
    .s-first-screen .btn:not(:last-child){
        margin-right:unset;
        margin-bottom:25px
    }
}
@media screen and (max-width:768px){
    .s-first-screen__title{
        white-space:unset
    }
    .s-first-screen__subtitle{
        font-size:24px;
        margin:10px 0 20px
    }
}
@media screen and (max-width:575px){
    .s-first-screen{
        padding-top:60px
    }
    .s-first-screen .l-columns-2{
        flex-direction:column-reverse
    }
    .s-first-screen__title{
        width:100%;
        margin-top:10px;
        font-size:39px;
        text-align:center
    }
    .s-first-screen__subtitle{
        width:100%;
        text-align:center;
        font-size:16px;
        font-weight:300;
        margin-top:8px;
        margin-bottom:20px
    }
    .s-first-screen__buttons,.s-first-screen__image{
        width:100%
    }
    .s-first-screen .btn{
        width:100%;
        margin:21px 0 0
    }
    .s-first-screen .btn:not(:last-child){
        margin:21px 0 0
    }
}
.s-steps__image{
    margin-bottom:20px
}
.s-steps__title{
    margin-bottom:34px
}
.s-steps__text{
    font-weight:300;
    margin-bottom:22px
}
.s-steps__item{
    position:relative;
    display:grid;
    grid-template-areas:"a b" "a c";
    grid-template-columns:82px 1fr;
    column-gap:30px
}
.s-steps__item:not(:last-child){
    margin-bottom:90px
}
.s-steps__item:not(:last-child):after{
    content:"";
    position:absolute;
    bottom:-50px;
    left:25px;
    display:block;
    width:20px;
    height:20px;
    border-bottom:3px solid #fff;
    border-right:3px solid #fff;
    border-radius:3px;
    transform:rotate(45deg)
}
.s-steps__item-image{
    grid-area:a
}
.s-steps__item-count{
    grid-area:b;
    font-size:18px;
    color:hsla(0,0%,100%,.7)
}
.s-steps__item-title{
    grid-area:c;
    font-weight:500
}
.s-steps .l-columns-2{
    align-items:flex-end
}
.s-steps .l-columns-2>div:nth-child(2){
    padding:73px 0 95px 122px;
    height:fit-content;
    background:linear-gradient(180deg,#516adf,#4760cf);
    background:linear-gradient(180deg,rgba(81,106,223,.2),rgba(71,96,207,.2));
    backdrop-filter:opacity(20%);
    -webkit-backdrop-filter:opacity(20%);
    border-radius:38px 0 0 38px;
    transform:translateX(135px)
}
.s-steps .l-columns-2>div:nth-child(2) h2{
    margin-bottom:76px
}
@media screen and (max-width:1500px){
    .s-steps .l-columns-2>div:nth-child(2){
        padding:83px 0 95px 122px
    }
    .s-steps .l-columns-2>div:last-child{
        transform:translateX(50px)
    }
}
@media screen and (max-width:1300px){
    .s-steps .l-columns-2>div:last-child{
        padding:83px 0 137px 30px
    }
    .s-steps__image{
        width:90%
    }
}
@media screen and (max-width:1024px){
    .s-steps .l-columns-2>div:last-child{
        transform:translateX(30px)
    }
    .s-steps__list-title{
        margin-bottom:40px!important
    }
}
@media screen and (max-width:575px){
    .s-steps .l-columns-2>div:first-child{
        display:flex;
        flex-direction:column;
        align-items:center
    }
    .s-steps .l-columns-2>div:last-child{
        width:115%;
        transform:translateX(10%);
        border-radius:unset;
        padding:34px calc(30px + 7%) 45px 30px
    }
    .s-steps__image{
        margin-top:21px;
        margin-bottom:14px
    }
    .s-steps__title{
        margin-bottom:11px;
        text-align:center
    }
    .s-steps__text{
        margin:unset
    }
    .s-steps .btn{
        margin:50px auto 40px
    }
    .s-steps__list-title{
        text-align:center;
        margin-bottom:24px!important
    }
    .s-steps__item{
        column-gap:19px;
        grid-template-columns:50px 1fr
    }
    .s-steps__item:not(:last-child):after{
        left:0;
        right:0;
        margin:0 auto
    }
    .s-steps__item img{
        width:100%
    }
    .s-steps__item-count,.s-steps__item-title{
        font-size:14px
    }
}
.s-info{
    padding-top:90px;
    padding-bottom:60px
}
.s-info .l-columns-2>div:nth-child(2){
    display:flex;
    flex-direction:column;
    justify-content:center
}
.s-info__title{
    margin-bottom:30px
}
.s-info__text{
    font-weight:300
}
.s-info__image{
    width:95%
}
.s-info .btn{
    margin-top:150px
}
@media screen and (max-width:1300px){
    .s-info__image{
        width:95%;
        max-height:815px
    }
}
@media screen and (max-width:1024px){
    .s-info .btn{
        margin-top:65px
    }
}
@media screen and (max-width:575px){
    .s-info{
        padding-top:unset;
        padding-bottom:unset
    }
    .s-info .l-columns-2>div:first-child{
        display:flex;
        justify-content:center
    }
    .s-info__image{
        width:100%;
        max-height:545px
    }
    .s-info__title{
        text-align:center
    }
    .s-info .btn{
        margin-top:40px
    }
}
.s-digits__inner{
    display:flex;
    align-items:center;
    justify-content:space-around
}
.s-digits-column{
    flex-direction:column;
    height:305px
}
.s-digits-column,.s-digits-column__image{
    display:flex;
    align-items:center;
    position:relative
}
.s-digits-column__image{
    width:168px;
    height:168px;
    justify-content:center;
    border:2px solid hsla(0,0%,100%,.3);
    border-radius:50%
}
.s-digits-column__image:before{
    content:"";
    position:absolute;
    width:93%;
    height:93%;
    background:hsla(0,0%,100%,.1);
    border-radius:50%
}
.s-digits-column__title{
    margin:10px 0 27px
}
.s-digits-column__text{
    font-size:60px;
    font-weight:700;
    line-height:1;
    position:absolute;
    bottom:0
}
@media screen and (max-width:1300px){
    .s-digits__image img{
        width:90%
    }
    .s-digits-column{
        width:25%;
        min-height:215px;
        height:unset;
        display:flex;
        flex-direction:column
    }
    .s-digits-column__image{
        width:134px;
        height:134px
    }
    .s-digits-column__title{
        text-align:center
    }
    .s-digits-column__text{
        font-size:32px;
        margin-top:auto
    }
}
@media screen and (max-width:768px){
    .s-digits-column{
        min-height:187px
    }
    .s-digits-column__image{
        width:110px;
        height:110px
    }
    .s-digits-column__text{
        font-size:28px
    }
}
@media screen and (max-width:575px){
    .s-digits{
        padding-top:65px
    }
    .s-digits__inner{
        flex-direction:column
    }
    .s-digits-column{
        min-height:200px
    }
    .s-digits-column:not(:first-child){
        margin-top:38px
    }
    .s-digits-column__image{
        width:104px;
        height:104px
    }
    .s-digits-column__title{
        margin:20px 0
    }
    .s-digits__image img{
        width:100%
    }
}
.page-template-home .s-faq{
    padding-top:0
}
.page-template-home .s-faq .section-background{
    opacity:.05
}
.page-template-home .s-faq__title{
    margin-bottom:40px
}
.page-template-home .s-faq .accordion:not(:last-child){
    margin-bottom:15px
}
.page-template-home .s-faq .btn{
    margin-top:25px
}
.page-template-home .s-faq .l-columns-2>div:first-child{
    display:flex;
    flex-direction:column;
    justify-content:center
}
.s-our-clients{
    padding:142px 0
}
.s-our-clients__title{
    text-align:center;
    margin-bottom:75px
}
@media screen and (max-width:1024px){
    .s-our-clients{
        padding-top:130px;
        padding-bottom:60px
    }
    .s-our-clients__title{
        margin-bottom:55px
    }
}
@media screen and (max-width:575px){
    .s-our-clients{
        padding-bottom:unset
    }
    .s-our-clients__title{
        font-size:33px
    }
}
.s-posts{
    padding:30px 0 100px
}
.s-posts__title{
    text-align:center;
    margin-bottom:60px
}
.s-posts__slider{
    height:100%
}
.s-posts__slider-item{
    height:inherit
}
.s-posts .slick-slider .slick-arrow{
    bottom:-20px
}
@media screen and (max-width:1024px){
    .s-posts__title{
        margin-bottom:35px
    }
}
@media screen and (max-width:575px){
    .s-posts .slick-slider .slick-arrow{
        bottom:-50px
    }
}
.s-scams{
    padding:70px 0 100px
}
.s-scams__title{
    text-align:center;
    margin-bottom:85px
}
@media screen and (max-width:1024px){
    .s-scams__title{
        margin-bottom:35px
    }
}
@media screen and (max-width:768px){
    .s-scams{
        padding:70px 0 0
    }
}
.page-template-home .l-video-reviews .video{
    max-width:900px;
    margin:0 auto
}
.lazyembed{
    width:100%;
    background-color:#000
}
.lazyembed__overlay:hover .youtube-btn{
    color:red
}
.s-mobile-image{
    padding:50px 0
}
.s-mobile-image img{
    display:block;
    margin:0 auto
}
.s-about-us{
    position:relative;
    padding-bottom:90px;
    padding-top:250px
}
.s-about-us .section-background{
    opacity:.07
}
.s-about-us .l-columns-2{
    z-index:2;
    position:relative
}
.s-about-us__title{
    margin-bottom:34px
}
.s-about-us__subtitle{
    font-weight:500;
    font-size:36px;
    line-height:1.25;
    margin-bottom:27px;
    max-width:778px
}
.s-about-us__text{
    font-weight:300;
    font-size:16px;
    line-height:1.25;
    max-width:778px;
    text-align:justify
}
@media screen and (max-width:1500px){
    .s-about-us__image{
        width:95%
    }
}
@media screen and (max-width:1024px){
    .s-about-us{
        padding-top:150px;
        padding-bottom:60px
    }
    .s-about-us__title{
        margin-bottom:15px
    }
    .s-about-us__subtitle{
        font-size:24px;
        margin-bottom:15px
    }
    .s-about-us__image{
        width:100%
    }
}
@media screen and (max-width:768px){
    .s-about-us__subtitle{
        font-size:18px
    }
}
@media screen and (max-width:575px){
    .s-about-us{
        padding:60px 0
    }
    .s-about-us .l-columns-2{
        flex-direction:column-reverse
    }
    .s-about-us .l-columns-2>div{
        width:100%;
        flex-shrink:0
    }
    .s-about-us .l-columns-2>div:last-child{
        display:flex;
        justify-content:center
    }
    .s-about-us__title{
        text-align:center;
        margin:0 0 25px
    }
    .s-about-us__subtitle{
        text-align:center;
        font-size:20px
    }
    .s-about-us__text{
        font-size:12px
    }
    .s-about-us__image{
        width:75%;
        max-height:205px;
        flex-shrink:0
    }
}
.s-blue-block{
    padding:83px 0 69px
}
@media screen and (max-width:1024px){
    .s-blue-block{
        padding:60px 0
    }
}
@media screen and (max-width:575px){
    .s-blue-block{
        padding:45px 0
    }
}
.s-testimonials{
    padding-top:205px;
    padding-bottom:111px
}
.s-testimonials__title{
    margin-bottom:20px
}
.s-testimonials__subtitle{
    margin-bottom:50px
}
.s-testimonials .testimonials{
    text-align:center
}
.s-testimonials .testimonials .video{
    display:flex;
    max-width:1090px;
    width:100%;
    margin:0 auto
}
@media screen and (max-width:1024px){
    .s-testimonials{
        padding-top:150px;
        padding-bottom:60px
    }
    .s-testimonials__subtitle{
        margin-bottom:30px
    }
    .s-testimonials .video iframe{
        height:425px!important
    }
}
@media screen and (max-width:575px){
    .s-testimonials{
        padding-top:85px;
        padding-bottom:45px
    }
    .s-testimonials__subtitle,.s-testimonials__title{
        margin-bottom:10px
    }
    .s-testimonials .video iframe{
        height:320px!important
    }
    .s-testimonials .video.slick-slider .slick-arrow{
        bottom:-55px
    }
}
.s-reviews{
    padding-top:80px;
    padding-bottom:160px
}
.s-reviews .slick-list{
    padding:0!important
}
.s-reviews .slick-slider{
    direction:ltr
}
.s-reviews .slick-slide{
    opacity:.4;
    margin:0 10px;
    outline:unset;
    padding-top:75px;
    transition:all .3s ease
}
.s-reviews .slick-center{
    opacity:1
}
.s-reviews__title{
    margin-bottom:60px;
    text-align:center
}
.s-reviews .l-reviews{
    display:flex
}
.s-reviews .l-reviews .review,.s-reviews .l-reviews .review img{
    box-shadow:unset
}
@media screen and (max-width:1024px){
    .s-reviews{
        padding-top:90px;
        padding-bottom:120px
    }
    .s-reviews__title{
        margin-bottom:45px
    }
}
@media screen and (max-width:575px){
    .s-reviews__title{
        margin-bottom:unset
    }
}
.page-template-contact-us .l-contact-us{
    padding-top:200px
}
@media screen and (max-width:1024px){
    .page-template-contact-us .l-contact-us{
        padding-top:150px;
        padding-bottom:60px
    }
}
@media screen and (max-width:768px){
    .page-template-contact-us .l-contact-us .l-columns-2{
        flex-direction:column-reverse
    }
    .page-template-contact-us .l-contact-us .l-columns-2>div{
        width:100%
    }
    .page-template-contact-us .l-contact-us__image{
        display:block;
        display:flex;
        justify-content:center;
        padding-bottom:40px
    }
    .page-template-contact-us .l-contact-us__image img{
        width:60%
    }
    .page-template-contact-us .l-contact-us__title{
        text-align:center
    }
}
@media screen and (max-width:575px){
    .page-template-contact-us .l-contact-us{
        padding-top:85px;
        padding-bottom:45px
    }
    .page-template-contact-us .l-contact-us__image img{
        width:70%
    }
}
@media screen and (max-width:575px){
    .page-template-home .l-contact-us{
        padding-bottom:15px
    }
}
.s-contact-us{
    padding-top:200px;
    padding-bottom:40px
}
.s-contact-us .section-background{
    opacity:.05
}
.s-contact-us__title{
    font-size:72px;
    line-height:100px
}
.s-contact-us__subtitle{
    font-weight:400;
    font-size:17px;
    line-height:21px
}
.s-contact-us__image{
    float:right
}
.s-our-services{
    padding-top:270px;
    padding-bottom:150px
}
.s-our-services .l-columns-2 div:first-child{
    z-index:2
}
.s-our-services__image{
    margin-top:60px
}
.s-our-services__title{
    margin-bottom:60px
}
.s-our-services__text{
    max-width:765px;
    font-weight:300
}
@media screen and (max-width:1500px){
    .s-our-services__image{
        width:90%
    }
}
@media screen and (max-width:1300px){
    .s-our-services .background-grid{
        width:60%!important;
        left:-12%!important
    }
}
@media screen and (max-width:1024px){
    .s-our-services{
        padding-top:150px;
        padding-bottom:60px
    }
    .s-our-services__title{
        margin-bottom:30px
    }
}
@media screen and (max-width:768px){
    .s-our-services .background-grid{
        width:100%!important;
        left:-40%!important
    }
}
@media screen and (max-width:575px){
    .s-our-services{
        padding-top:85px;
        padding-bottom:45px
    }
    .s-our-services .l-columns-2 div{
        z-index:2
    }
    .s-our-services .background-grid{
        width:100%!important;
        left:0!important;
        top:0!important
    }
    .s-our-services__image{
        width:100%;
        margin:30px 0 40px;
        float:unset
    }
    .s-our-services__title{
        text-align:center;
        margin:25px 0
    }
}
.s-refund{
    padding-top:160px;
    padding-bottom:152px
}
.s-refund__title{
    margin-bottom:25px
}
.s-refund__subtitle{
    margin-bottom:35px;
    font-weight:500;
    font-size:36px
}
.s-refund__text{
    max-width:750px;
    font-weight:300
}
@media screen and (max-width:1500px){
    .s-refund__image{
        width:90%
    }
}
@media screen and (max-width:1300px){
    .s-refund .l-columns-2>div:last-child{
        display:flex;
        align-items:center
    }
}
@media screen and (max-width:1024px){
    .s-refund{
        padding-top:90px;
        padding-bottom:60px
    }
    .s-refund__subtitle{
        margin-bottom:25px;
        font-size:24px
    }
}
@media screen and (max-width:768px){
    .s-refund__subtitle{
        font-size:18px
    }
}
@media screen and (max-width:575px){
    .s-refund{
        padding:45px 0
    }
    .s-refund .l-columns-2{
        flex-direction:column-reverse
    }
    .s-refund__image{
        width:100%;
        margin:15px 0;
        float:unset
    }
    .s-refund__title{
        text-align:center;
        margin:0 0 25px
    }
    .s-refund__subtitle{
        text-align:center;
        font-size:20px
    }
}
.s-our-works{
    padding-top:145px;
    padding-bottom:200px
}
.s-our-works .l-columns-2>div{
    width:90%
}
.s-our-works .l-columns-2>div:first-child{
    width:10%
}
.s-our-works__list{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:90px
}
.s-our-works__list:before{
    content:"";
    z-index:-1;
    position:absolute;
    height:100%;
    border:1px solid #f6b73b
}
.s-our-works__list-item{
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
    width:50px;
    height:50px;
    border:1px solid #f6b73b;
    background-color:#f6b73b;
    border-radius:50px;
    transition:all .3s ease;
    font-size:19px;
    font-weight:500
}
.s-our-works__list-item:not(:first-child){
    margin-top:55px
}
.s-our-works__list-item:not(.is-active):hover{
    background-color:#d19725;
    border:1px solid #d19725
}
.s-our-works__list-item.is-active{
    width:82px;
    height:82px;
    font-size:30px;
    font-weight:700
}
.s-our-works__list-item.is-active~li{
    background-color:#3752b8;
    position:relative;
    border:1px solid hsla(0,0%,100%,.4)
}
.s-our-works__list-item.is-active~li:not(.is-active):hover{
    background-color:#445fc0;
    border:1px solid hsla(0,0%,100%,.4)
}
.s-our-works__list-item.is-active~li:before{
    content:"";
    position:absolute;
    top:-56px;
    height:55px;
    border:1px solid #8797d4
}
.s-our-works__slide{
    display:none;
    justify-content:space-between
}
.s-our-works__slide.is-active{
    display:flex;
    animation:a .5s forwards
}
.s-our-works__slide-description{
    display:flex;
    flex-direction:column;
    justify-content:center
}
.s-our-works__slide-step{
    font-size:24px;
    margin-bottom:25px
}
.s-our-works__slide-text{
    max-width:580px;
    font-weight:300;
    margin-top:20px
}
@media screen and (max-width:1500px){
    .s-our-works__slide img{
        width:90%
    }
}
@media screen and (max-width:1300px){
    .s-our-works .l-columns-2>div:last-child{
        display:flex;
        align-items:center
    }
}
@media screen and (max-width:1024px){
    .s-our-works{
        padding-top:90px;
        padding-bottom:60px
    }
    .s-our-works__title{
        margin-bottom:30px
    }
    .s-our-works__list{
        margin-top:30px
    }
    .s-our-works__list-item{
        width:30px;
        height:30px
    }
    .s-our-works__list-item.is-active{
        width:50px;
        height:50px
    }
}
@media screen and (max-width:768px){
    .s-our-works .l-columns-2>div{
        width:80%
    }
    .s-our-works .l-columns-2>div:first-child{
        width:20%
    }
    .s-our-works__title{
        margin-bottom:40px
    }
    .s-our-works__slide{
        flex-direction:column;
        flex-shrink:0
    }
    .s-our-works__slide-img{
        display:flex;
        justify-content:center;
        flex-shrink:0
    }
    .s-our-works__slide-img img{
        width:80%;
        max-height:190px;
        flex-shrink:0
    }
    .s-our-works__slide-step{
        font-size:18px;
        margin-bottom:10px
    }
    .s-our-works__slide-text{
        margin-top:10px
    }
    .s-our-works__list{
        margin-top:70px
    }
}
@media screen and (max-width:575px){
    .s-our-works{
        padding:45px 0
    }
    .s-our-works .l-columns-2{
        flex-direction:row
    }
    .s-our-works__title{
        text-align:center
    }
    .s-our-works__list{
        margin-top:unset
    }
    .s-our-works__list-item{
        width:25px;
        height:25px;
        font-size:14px
    }
    .s-our-works__list-item:not(:first-child){
        margin-top:35px
    }
    .s-our-works__list-item.is-active{
        font-size:18px;
        width:40px;
        height:40px
    }
    .s-our-works__list-item.is-active~li:before{
        top:-36px;
        height:35px
    }
    .s-our-works__slide-step{
        font-size:14px
    }
}
.s-archive{
    padding:156px 0 148px
}
.s-archive__post-list{
    max-width:530px;
    overflow:auto;
    padding-right:5px
}
.s-archive__post-list::-webkit-scrollbar{
    width:10px
}
.s-archive__post-list::-webkit-scrollbar-track{
    background:transparent
}
.s-archive__post-list::-webkit-scrollbar-thumb{
    background:#f6b73b;
    border-radius:5px
}
.s-archive__post-list::-webkit-scrollbar-thumb:hover{
    background:#f6b73b
}
.s-archive__inner{
    display:grid;
    column-gap:30px;
    grid-template-areas:"d d" "e f"
}
.s-archive__title{
    grid-area:d;
    margin-bottom:41px;
    text-align:center
}
.s-archive .archive-main-column{
    grid-area:e;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
.s-archive .archive-main-column .archive-article:first-child{
    margin-bottom:20px
}
.s-archive .archive-main-column .archive-article:nth-child(2),.s-archive .archive-main-column .archive-article:nth-child(3){
    width:49%
}
.s-archive__post-list{
    grid-area:f
}
.s-archive__post-list li{
    overflow:hidden
}
.s-archive__post-list li:not(:last-child){
    margin-bottom:20px
}
@media screen and (max-width:1355px){
    .s-archive__inner{
        column-gap:unset;
        grid-template-areas:"d" "e" "f";
        display:flex;
        flex-direction:column
    }
    .s-archive__post-list{
        max-width:unset;
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        max-height:unset;
        padding-right:unset
    }
    .s-archive__post-list .side-article{
        width:49%
    }
    .s-archive .archive-main-column .archive-article,.s-archive__post-list li{
        margin-bottom:20px
    }
}
@media screen and (max-width:1100px){
    .s-archive .archive-main-column .archive-article:nth-child(2),.s-archive .archive-main-column .archive-article:nth-child(3),.s-archive__post-list .side-article,.s-archive__post-list .side-article__content{
        width:100%
    }
}
@media screen and (max-width:1024px){
    .s-archive{
        padding-top:150px;
        padding-bottom:60px
    }
    .s-archive__post-list{
        max-width:unset
    }
    .s-archive .side-article__image{
        height:auto
    }
}
@media screen and (max-width:768px){
    .s-archive__inner{
        display:flex;
        flex-direction:column;
        column-gap:unset
    }
    .s-archive__post-list{
        display:flex;
        flex-wrap:wrap;
        width:100%;
        max-width:unset;
        justify-content:space-between
    }
}
@media screen and (max-width:575px){
    .s-archive{
        padding-top:85px;
        padding-bottom:45px
    }
    .s-archive__title{
        margin-bottom:20px
    }
}
.single-post .l-contact-us .section-background{
    display:none
}
.s-single-post{
    padding-top:200px;
    padding-bottom:350px
}
.s-single-post .section-background{
    height:100vh;
    position:fixed;
    opacity:.08
}
.s-single-post .l-columns-2>div{
    width:calc(100% - 560px)
}
.s-single-post .l-columns-2>div:not(:first-child){
    width:560px
}
.s-single-post__title{
    font-size:48px;
    max-width:1035px
}
.s-single-post__date,.s-single-post__status-bar{
    display:flex;
    align-items:center
}
.s-single-post__status-bar{
    margin:20px 0;
    flex-wrap:wrap
}
.s-single-post__status-bar span{
    font-size:18px;
    font-weight:300;
    color:hsla(0,0%,100%,.65)
}
.s-single-post__update-time{
    margin-left:15px
}
.s-single-post__categories{
    margin-left:10px
}
.s-single-post__categories .chip:not(:last-child){
    margin-right:10px
}
.s-single-post__thumbnail{
    width:100%;
    height:565px;
    margin-bottom:75px
}
.s-single-post__thumbnail img{
    width:100%;
    height:100%
}
.s-single-post__content p{
    font-weight:500;
    margin-bottom:20px
}
.s-single-post__content h3{
    font-size:30px
}
.s-single-post__content figure{
    margin:45px 0 65px;
    height:auto
}
.s-single-post__content figure img{
    height:100%;
    object-fit:contain
}
.s-single-post__content figure figcaption{
    margin:10px 0 0;
    font-weight:700;
    color:hsla(0,0%,100%,.8)
}
.s-single-post__recent-posts{
    max-width:530px;
    margin:0 15px
}
.s-single-post__recent-posts.is-active{
    position:absolute;
    bottom:350px
}
.s-single-post__recent-posts h2{
    font-size:48px;
    margin-bottom:30px
}
.s-single-post__recent-posts ul li{
    margin-bottom:18px
}
.s-single-post__recent-posts ul li h3{
    font-size:14px
}
.s-single-post__info{
    margin-right:auto;
    display:flex;
    align-items:center
}
.s-single-post-author{
    display:flex;
    align-items:center;
    margin-right:20px
}
.s-single-post-author img{
    width:40px;
    height:40px;
    margin-right:10px;
    border-radius:50%
}
.s-single-post-reading{
    font-weight:300;
    font-size:18px;
    color:hsla(0,0%,100%,.65)
}
@media screen and (max-width:1500px){
    .s-single-post__thumbnail{
        height:auto
    }
    .s-single-post__thumbnail img{
        object-fit:contain
    }
}
@media screen and (max-width:1024px){
    .s-single-post{
        padding-top:150px;
        padding-bottom:60px
    }
    .s-single-post .l-columns-2>div{
        width:60%
    }
    .s-single-post .l-columns-2>div:not(:first-child){
        width:40%
    }
    .s-single-post__recent-posts.is-active{
        bottom:50px
    }
}
@media screen and (max-width:992px){
    .s-single-post__info{
        width:100%;
        margin-bottom:10px
    }
}
@media screen and (max-width:768px){
    .s-single-post .l-columns-2{
        flex-direction:column
    }
    .s-single-post .l-columns-2>div{
        width:100%!important
    }
    .s-single-post__full-content{
        padding-bottom:40px
    }
    .s-single-post__thumbnail{
        margin-bottom:40px
    }
    .s-single-post__recent-posts{
        position:static!important;
        max-width:unset
    }
    .s-single-post__recent-posts ul{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between
    }
}
@media screen and (max-width:575px){
    .s-single-post{
        padding-top:85px;
        padding-bottom:45px
    }
    .s-single-post__title{
        font-size:28px
    }
    .s-single-post__status-bar span{
        font-size:11px
    }
    .s-single-post__status-bar img{
        width:16px;
        height:16px
    }
    .s-single-post-reading{
        font-size:11px
    }
    .s-single-post__update-time{
        margin-left:10px;
        padding-top:3px
    }
    .s-single-post__thumbnail{
        margin-bottom:15px
    }
    .s-single-post__content figure{
        margin:30px 0
    }
    .s-single-post__content figure figcaption{
        font-size:12px
    }
    .s-single-post__content h3{
        font-size:18px
    }
    .s-single-post__recent-posts h2{
        font-size:28px
    }
}
.s-default-page{
    padding:180px 0
}
.s-default-page .section-background{
    height:100vh;
    position:fixed;
    opacity:.08
}
.s-default-page .entry-title{
    text-align:center;
    margin-bottom:50px;
    margin-top:0!important
}
.s-default-page h2{
    margin-top:45px;
    margin-bottom:10px
}
.s-default-page h3{
    margin-top:20px;
    margin-bottom:10px
}
@media screen and (max-width:1024px){
    .s-default-page{
        padding-top:150px;
        padding-bottom:60px
    }
}
@media screen and (max-width:575px){
    .s-default-page{
        padding-top:85px;
        padding-bottom:45px
    }
}

.payment-contact_row .payment-contact_types .payment-contact_type label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.payment-contact_row .payment-contact_types .payment-contact_type label svg {
    max-width: 25px;
    width: 100%;
    margin-right: 15px;
    display: block;
}

.payment-contact_row .payment-contact_types .payment-contact_type label img {
    max-width: 105px;
    width: 100%;
    transition: .3s ease;
}

.payment-contact_row .payment-contact_types .payment-contact_type.sepa-btn label svg {
    max-width: 95px;
    width: 100%;
    display: block;
    height: 40px;
    margin-right: 0;
}

.payment-contact_row .payment-contact_types .payment-contact_type.sofort-btn label {
        padding: 11px 0;
}

.payment-contact_row .payment-contact_types .payment-contact_type.sepa-btn label {
        padding: 7px 0;
}




.radio-types {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: none;
	margin: 10px 0 0 7px;
}
.radio-types + label {
	position: relative;
    padding: 15px 22px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    display: block;
    border: 1px solid hsla(0,0%,100%,.3);
    transition: .3s ease;
}

.radio-types + label svg path {
    fill: #fff;
    transition: .3s ease;
}

.radio-types:checked + label {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.radio-types:checked + label img {
    filter: invert(1);
}

.radio-types:checked + label svg path {
    fill: #000;
}

.payment-contact_row .payment-contact_types {
	width: 100%;
	display: flex;
	    margin-top: 20px;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}

.payment-contact_row .payment-contact_types .payment-contact_type{
	max-width: calc(100%/2 - 10px);
	width: 100%;
   
}




@media screen and (max-width: 768px) {
	.radio-types + label {
	    padding: 10px 12px;

	}

    .payment-contact_row .payment-contact_types {
        flex-direction: column;
    }

    .payment-contact_row .payment-contact_types .payment-contact_type {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .payment-contact_row .payment-contact_types .payment-contact_type:last-child {
        margin-bottom: 0;
    }

    .payment-contact_row .payment-contact_types .payment-contact_type label img {
        max-width: 80px
     }


    .payment-contact_row .payment-contact_types .payment-contact_type.sepa-btn label svg {
        height: 30px;
        max-width: 70px;
    }
    .radio-types + label {

    }

}

@media screen and (max-width: 575px) {
	.radio-types + label {
	    font-size: 13px;
	}
}


.news-list {
    position: absolute;
    bottom: 0;
    right: 27px;
    max-width: 310px;
    width: 100%;
    background-color: #4355a4;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px 20px 30px 20px;
    height: 700px;


}


.news-list .news-slider {
    width: 100%;
    overflow: hidden;
    height: calc(100% - 50px);
    /*height: 100%;*/
}

.news-list .news-slider .news-slide {
    text-align: center;
}

.news-list h2.title {
    font-size: 24px;
    line-height: 21px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.news-list .news-slider .news-slide h2 {
    color: #f6b73b;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}

.news-list .news-slider .news-slide__content {
    margin-bottom: 30px;
}

.news-list .news-slider .news-slide h3 {
    color: #d5ecf2;
    font-size: 34px;
    line-height: 42px;
    font-weight: 300;
}

.news-list .news-slider .news-slide + .news-slide {
    margin-top: 25px;
}

.news-list .news-slider .news-slide h2 + p {
    margin-top: 20px;
}

.news-list .news-slider .news-slide h2 + h3 {
    margin-top: 40px;
}

.news-list .news-slider .news-slide h3 + p {
    margin-top: 0;
}

.news-list .news-slider .news-slide .link {
    display: block;
    text-align: center;
    max-width: 210px;
    width: 100%;
    color: #f6b73b;
    margin: 0 auto;
    border-bottom: 1px solid #1f313a;
    padding-bottom: 35px;
    transition: .3s;
}

.news-list .news-slider .news-slide .link svg {
    max-width: 130px;
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 100%;
}

.news-list .news-slider .news-slide .link:hover {
    color: #fff;
}

.news-list .news-slider .news-slide p + h3 {
    margin-top: 0;
}

.news-list .news-slider .news-slide p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #d5ecf2;
}

.news-list-mobile {
    display: none;
}

.link--closenews {
    display: none;
}

.s-first-screen__image {
    /*padding-right: 130px;*/
}

.l-columns-2>div.width-auto {
    width: 40%;
}

@media screen and (max-width: 1600px) {
    .news-list {
        height: 500px;
        padding: 20px 20px 30px 20px;
        max-width: 280px;
        right: 0;
    }

    .news-list h2.title {
        font-size: 20px;
    }

    .news-list .news-slider .news-slide h2 {
        color: #f6b73b;
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
    }

    .news-list .news-slider .news-slide__content {
        margin-bottom: 20px;
    }

    .news-list .news-slider .news-slide h3 {
        color: #d5ecf2;
        font-size: 25px;
        line-height: 30px;
        font-weight: 300;
    }

    .news-list .news-slider .news-slide + .news-slide {
        margin-top: 25px;
    }

    .news-list .news-slider .news-slide h2 + p {
        /*margin-top: 5px;*/
    }

    .news-list .news-slider .news-slide h2 + h3 {
        margin-top: 20px;
    }

    .news-list .news-slider .news-slide h3 + p {
        margin-top: 0;
    }

    .news-list .news-slider .news-slide .link {
        display: block;
        text-align: center;
        max-width: 210px;
        width: 100%;
        color: #f6b73b;
        margin: 0 auto;
        border-bottom: 1px solid #1f313a;
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 25px;
        transition: .3s;
    }

    .news-list .news-slider .news-slide .link svg {
        max-width: 100px;
    }

    .news-list .news-slider .news-slide .link:hover {
        color: #fff;
    }

    .news-list .news-slider .news-slide p + h3 {
        margin-top: 0;
    }

.news-list .news-slider .news-slide p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: #d5ecf2;
}

}

@media screen and (max-width: 1200px) {
    .news-list {
        height: 400px;
    }
}

@media screen and (max-width: 768px) {

    #pojo-a11y-toolbar {
            top: initial !important;
            bottom: 30px !important;
    }

    #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
        bottom: 0;
    }


    .l-columns-2>div.width-auto {
        width: 100%;
    }


    .news-list {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        max-width: 100%;
        width: 100%;
        z-index: 99999;
        height: 100vh;
        background-color: #4355a4;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 23px ​15px 15px 15px;
    }

    .news-list .news-slider {
        padding-top: 25px;
        overflow: auto;
    }

    .news-list-mobile {
        display: block;
        position: fixed;
        top: 69px;
        z-index: 9;
        left: 0;
        max-width: 100%;
        width: 100%;
        background-color: #4355a4;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 5px 5px 5px 5px;
        height: 40px;
    }

    .news-list-mobile:after {
        position: absolute;
        width: 40px;
        height: 100%;
        right: 0;
        top: 0;
        content: '+';
        text-align: center;
        display: flex;
        background-color: #f6b73b;
        z-index: 3;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #fff;
    }

    .news-slider-mobile {
        width: 100%;
        height: 100%;
        display: flex;
        overflow: hidden;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .link--closenews {
        display: block;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 15px;
        left: 15px;
        cursor: pointer;

    }

    .link--closenews svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .news-slider-mobile + .news-slide-mobile {
        /*width: 1000px;*/
    }
    .news-slider-mobile .js-marquee-wrapper {
        width: auto;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        display: flex;
    }

    .news-slider-mobile .js-marquee {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        height: 30px;
    }

    .news-slide-mobile {
        width: auto
    }

    .news-slide-mobile .news-slide__content {
        width: auto;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .news-list-mobile .news-slider-mobile .news-slide-mobile h2 {
    color: #f6b73b;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    white-space: nowrap;
}

.news-list-mobile .news-slider-mobile .news-slide-mobile h3 {
    color: #d5ecf2;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    white-space: nowrap;
}

.news-list-mobile .news-slider-mobile .news-slide-mobile + .news-slide-mobile {
    margin-left: 15px;
    border-left: 1px solid #fff;
    padding-left: 15px;
}

.news-list-mobile .news-slider-mobile .news-slide-mobile h2 + p {
    margin-left: 5px;
}

.news-list-mobile .news-slider-mobile .news-slide-mobile h2 + h3 {
    margin-left: 15px;
}

.news-list-mobile .news-slider-mobile .news-slide-mobile h3 + p {
    margin-left: 10px;
}


.news-list-mobile .news-slider-mobile .news-slide-mobile p + h3 {
    margin-left: 10px;
}

.news-list-mobile .news-slider-mobile .news-slide-mobile p br {
    display: none;
}

.news-list-mobile .news-slider-mobile .news-slide-mobile p {
    font-size: 15px;
    white-space: nowrap;
    line-height: 15px;
    font-weight: 300;
    color: #d5ecf2;
}

}