@font-face{
    font-family:'Ubuntu Regular';
    src:url(/fonts/Ubuntu-Regular.eot);
    src:url(/fonts/Ubuntu-Regular.eot?#iefix) format('embedded-opentype'),url(/fonts/Ubuntu-Regular.woff) format('woff'),url(/fonts/Ubuntu-Regular.ttf) format('truetype');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'Ubuntu Bold';
    src:url(/fonts/Ubuntu-Bold.eot);
    src:url(/fonts/Ubuntu-Bold.eot?#iefix) format('embedded-opentype'),url(/fonts/Ubuntu-Bold.woff) format('woff'),url(/fonts/Ubuntu-Bold.ttf) format('truetype');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'Ubuntu Light';
    src:url(/fonts/Ubuntu-Light.eot);
    src:url(/fonts/Ubuntu-Light.eot?#iefix) format('embedded-opentype'),url(/fonts/Ubuntu-Light.woff) format('woff'),url(/fonts/Ubuntu-Light.ttf) format('truetype');
    font-weight:400;
    font-style:normal
}
html *{
    max-height:999999px;
    -webkit-font-smoothing:antialiased;
    margin:0;
    padding:0;
    border:0;
    vertical-align:top;
    box-sizing:border-box;
    outline:0
}
section{
    position:relative
}
html,body{
    width:100%;
    height:100%;
    min-width:320px
}
body{
    font-size:14px;
    line-height:22px;
    color:#000;
    min-height:100%;
    height:100%;
    position:relative;
    -webkit-text-size-adjust:100%;
    background:#fff
}
.page-wrap{
    min-height:100%;
    position:relative;
    min-width:320px;
    overflow:hidden
}
form,p,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6{
    font-weight:400;
    list-style:none
}
.pull-right{
    float:right
}
.pull-left{
    float:left
}
.text-center{
    text-align:center
}
.text-right{
    text-align:right
}
.width-wrap{
    display:block;
    margin:0 auto;
    max-width:1140px;
    width:100%;
    padding:0 15px
}
.width-wrap.width-wrap-l{
    max-width:1250px
}
ol,ul,.grid{
    list-style:none;
    font-size:0;
    line-height:0;
    letter-spacing:-1px
}
li,.grid-item{
    line-height:normal;
    letter-spacing:normal;
    display:inline-block;
    vertical-align:top;
    zoom:1
}
.hidden-block{
    display:none!important
}
.justifyed{
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between;
    flex-flow:wrap;
    align-content:flex-start;
    align-items:flex-start
}
.vertical-center{
    align-items:center;
    align-content:center
}
main{
    padding-top:100px
}
@media (max-width:765px){
    main{
        padding-top:80px
    }

}
a,p,span,li,input,time,blockquote,textarea,div{
    font-family:Ubuntu Regular,sans-serif;
    font-size:18px;
    line-height:normal;
    text-decoration:none;
    color:#000
}
i{
    display:block;
    font:inherit;
    line-height:inherit;
    font-style:normal
}
@media (max-width:765px){
    i{
        display:inline
    }

}
a{
    cursor:pointer
}
h1{
    font-family:Ubuntu Regular,sans-serif;
    color:#000;
    font-size:80px;
    line-height:80px;
    text-align:center;
    display:block
}
@media (max-width:765px){
    h1{
        font-size:38px;
        line-height:46px
    }

}
h1 small{
    display:block;
    font-size:38px;
    line-height:normal;
    margin-top:25px;
    max-width:700px
}
@media (max-width:765px){
    h1 small{
        font-size:20px;
        line-height:26px
    }

}
h2{
    font-family:Ubuntu Bold,sans-serif;
    color:#000;
    font-size:48px;
    line-height:66px;
    display:block;
    text-align:center
}
@media (max-width:765px){
    h2{
        font-size:32px;
        line-height:40px
    }

}
h3{
    font-family:Ubuntu Bold,sans-serif;
    color:#000;
    font-size:20px;
    display:block;
    text-align:center;
    text-transform:uppercase
}
@media (max-width:765px){
    h3{
        font-size:18px
    }

}
h4{
    font-family:Ubuntu Bold,sans-serif;
    color:#000;
    font-size:32px;
    display:block;
    text-align:left
}
@media (max-width:765px){
    h4{
        font-size:22px
    }

}
h5{
    font-family:Ubuntu Bold,sans-serif;
    color:#000;
    font-size:20px;
    display:block;
    text-align:center
}
.text-list li{
    display:block;
    padding-left:20px;
    font-size:20px;
    line-height:36px;
    position:relative
}
@media (max-width:765px){
    .text-list li{
        font-size:16px;
        line-height:22px
    }

}
.text-list li:before{
    position:absolute;
    content:"";
    width:4px;
    height:4px;
    background:#578dd8;
    border-radius:100%;
    left:0;
    top:14px
}
@media (max-width:765px){
    .text-list li:before{
        top:8px
    }

}
.btn{
    box-sizing:border-box;
    font-size:18px;
    text-align:center;
    border:0;
    cursor:pointer;
    transition:all .2s ease-in-out;
    border-radius:50px;
    padding:0;
    outline:0;
    box-shadow:none;
    display:-ms-inline-flexbox;
    display:inline-flex;
    align-items:center;
    align-content:center;
    justify-content:center;
    margin:0 auto
}
@media (max-width:765px){
    .btn{
        padding:15px 0!important;
        display:-ms-flexbox!important;
        display:flex!important;
        font-size:16px!important
    }

}
.btn img{
    display:inline-block;
    vertical-align:top;
    margin-right:15px
}
.btn-green{
    background:#77ce6f;
    color:#fff
}
.btn-gray-border{
    background:0 0;
    border:1px solid #e1e1e1;
    color:#000
}
.btn-l{
    font-size:28px;
    padding:28px 65px;
    font-family:Ubuntu Bold,sans-serif
}
.btn-s{
    font-size:20px;
    padding:20px 65px;
    font-family:Ubuntu Bold,sans-serif
}
.main-form{
    max-width:540px;
    display:block;
    margin:0 auto
}
.main-form h4,.main-form h5{
    text-align:center;
    margin-bottom:50px
}
@media (max-width:765px){
    .main-form h4,.main-form h5{
        margin-bottom:20px
    }

}
.main-form .btn{
    margin-top:40px;
    margin-bottom:40px
}
@media (max-width:765px){
    .main-form .btn{
        margin:20px 0 0;
        display:-ms-flexbox;
        display:flex;
        width:100%
    }

}
.inp{
    box-sizing:border-box;
    background:#f8f8f8;
    box-shadow:none;
    text-align:center;
    outline:0;
    width:100%;
    height:64px;
    display:block;
    font-size:20px;
    color:#7f7f7f;
    border:2px solid #e1e1e1;
    border-radius:30px;
    -webkit-appearance:none;
    transition:all .2s ease-in-out;
    margin-bottom:20px
}
@media (max-width:765px){
    .inp{
        height:40px;
        margin-bottom:10px;
        font-size:16px
    }

}
.inp::-webkit-input-placeholder{
    opacity:1;
    font-size:20px;
    color:#7f7f7f
}
.inp::-moz-placeholder{
    opacity:1;
    font-size:20px;
    color:#7f7f7f
}
.inp:-ms-input-placeholder{
    opacity:1;
    font-size:20px;
    color:#7f7f7f
}
.inp::placeholder{
    opacity:1;
    font-size:20px;
    color:#7f7f7f
}
@media (max-width:765px){
    .inp::-webkit-input-placeholder{
        font-size:16px
    }
    .inp::-moz-placeholder{
        font-size:16px
    }
    .inp:-ms-input-placeholder{
        font-size:16px
    }
    .inp::placeholder{
        font-size:16px
    }

}
.inp:focus::-webkit-input-placeholder{
    opacity:0
}
.inp:focus::-moz-placeholder{
    opacity:0
}
.inp:focus:-ms-input-placeholder{
    opacity:0
}
.inp:focus::placeholder{
    opacity:0
}
.inp.error{
    border:2px solid red
}
.header{
    position:fixed;
    left:0;
    top:0;
    right:0;
    z-index:20;
    background:#fff
}
.header.open .nav{
    -webkit-transform:translateX(0);
    transform:translateX(0)
}
.header.open .header__hamburger span{
    opacity:0
}
.header.open .header__hamburger:before{
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%) rotate(45deg);
    transform:translate(-50%,-50%) rotate(45deg)
}
.header.open .header__hamburger:after{
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%) rotate(-45deg);
    transform:translate(-50%,-50%) rotate(-45deg)
}
.header .width-wrap{
    border-bottom:1px solid #e1e1e1;
    padding:20px 15px
}
.header__logo{
    display:-ms-inline-flexbox;
    display:inline-flex;
    align-content:center;
    align-items:center
}
.header__logo__icon{
    display:-ms-inline-flexbox;
    display:inline-flex;
    vertical-align:top;
    width:60px
}
@media (max-width:765px){
    .header__logo__icon{
        width:40px
    }

}
.header__logo__text{
    display:-ms-inline-flexbox;
    display:inline-flex;
    vertical-align:top;
    margin-left:20px;
    font-size:22px;
    font-family:Ubuntu Bold,sans-serif
}
@media (max-width:765px){
    .header__logo__text{
        display:none
    }

}
.header .nav{
    display:-ms-inline-flexbox;
    display:inline-flex;
    align-items:center;
    align-content:center
}
@media (max-width:1139px){
    .header .nav{
        position:fixed;
        left:0;
        top:0;
        right:0;
        bottom:0;
        z-index:10;
        display:-ms-flexbox;
        display:flex;
        align-items:center;
        align-content:center;
        justify-content:center;
        background:#fff;
        transition:all .2s ease-in-out;
        -webkit-transform:translateX(-110%);
        transform:translateX(-110%)
    }

}
.header .nav__list{
    display:-ms-inline-flexbox;
    display:inline-flex
}
@media (max-width:1139px){
    .header .nav__list{
        display:block;
        max-width:280px;
        margin:0 auto
    }

}
.header .nav__item{
    display:-ms-inline-flexbox;
    display:inline-flex;
    vertical-align:top;
    margin:0 15px;
    position:relative
}
@media (max-width:1139px){
    .header .nav__item{
        display:-ms-flexbox;
        display:flex;
        align-items:center;
        align-content:center;
        flex-wrap:wrap;
        margin:0 auto 30px
    }

}
.header .nav__item:hover .nav__dropdown{
    opacity:1;
    pointer-events:auto
}
@media (max-width:1139px){
    .header .nav__item:hover .nav__dropdown{
        display:block
    }

}
.header .nav__item:last-child{
    margin-bottom:0
}
.header .nav__icon{
    position:absolute;
    left:50%;
    bottom:-10px;
    width:24px;
    height:4px;
    background:url(../img/decor__points.png) no-repeat 50% 50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    z-index:10
}
@media (max-width:1139px){
    .header .nav__icon{
        display:inline-block;
        vert-align:top;
        margin-left:30px;
        position:relative;
        left:auto;
        bottom:auto;
        -webkit-transform:translateX(-50%);
        transform:translateX(-50%)
    }

}
.header .nav__dropdown{
    position:absolute;
    top:18px;
    padding-top:40px;
    width:255px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    transition:all .2s ease-in-out;
    opacity:0;
    pointer-events:none;
    z-index:10
}
@media (max-width:1139px){
    .header .nav__dropdown{
        width:100%!important;
        -webkit-transform:translateX(0);
        transform:translateX(0);
        position:relative;
        display:block;
        opacity:1;
        left:auto;
        width:auto;
        top:auto;
        padding:0
    }

}
.header .nav__dropdown:after{
    position:absolute;
    content:"";
    width:0;
    height:0;
    border-style:solid;
    border-width:0 6px 6px 6px;
    border-color:transparent transparent #fff transparent;
    left:50%;
    top:34px;
    -webkit-transform:translateX(-6px);
    transform:translateX(-6px);
    z-index:10
}
.header .nav__inner{
    display:block;
    background:#fff;
    border-radius:30px;
    padding:20px 0;
    box-shadow:0 0 15px rgba(0,0,0,.25);
    position:relative;
    width:100%;
    overflow:hidden;
    z-index:5
}
@media (max-width:1139px){
    .header .nav__inner{
        box-shadow:none;
        padding:0
    }

}
.header .nav__inner__item{
    display:block;
    width:100%
}
.header .nav__inner__link{
    display:block;
    padding:5px 30px;
    background:0 0;
    transition:all .2s ease-in-out
}
.header .nav__inner__link:hover{
    background:#578dd8;
    color:#fff
}
.header__phone{
    display:inline-block;
    vertical-align:top;
    font-size:22px;
    font-family:Ubuntu Bold,sans-serif
}
@media (max-width:765px){
    .header__phone{
        font-size:0;
        width:40px;
        height:40px;
        background:url(../img/icon__phone.svg) no-repeat 50% 50%;
        background-size:cover
    }

}
.header__login{
    display:-ms-inline-flexbox;
    display:inline-flex;
    align-content:center;
    align-items:center;
    justify-content:center;
    vertical-align:top;
    height:60px;
    border:1px solid #e1e1e1;
    border-radius:100%;
}
@media (max-width:765px){
    .header__login{
        width:40px;
        height:40px
    }

}
.header__login img{
    display:block;
    width:22px;
    margin:0 auto
}
@media (max-width:765px){
    .header__login img{
        width:18px
    }

}
.header__hamburger{
    display:none;
    position:relative;
    width:40px;
    height:25px;
    z-index:20
}
@media (max-width:1139px){
    .header__hamburger{
        display:inline-block;
        vert-align:top
    }

}
.header__hamburger:before,.header__hamburger:after,.header__hamburger span{
    position:absolute;
    content:"";
    left:0;
    right:0;
    height:2px;
    background:#000;
    transition:all .2s ease-in-out;
    opacity:1;
    -webkit-transform:rotate(0);
    transform:rotate(0)
}
.header__hamburger:before{
    top:0
}
.header__hamburger:after{
    top:100%;
    -webkit-transform:translateY(-2px);
    transform:translateY(-2px)
}
.header__hamburger span{
    top:50%;
    -webkit-transform:translateY(-1px);
    transform:translateY(-1px)
}
.psevdofooter{
    height:200px
}
@media (max-width:765px){
    .psevdofooter{
        height:400px
    }

}
.footer{
    position:absolute;
    height:200px;
    background:#fff;
    left:0;
    right:0;
    bottom:0
}
@media (max-width:765px){
    .footer{
        height:400px
    }

}
.footer .width-wrap{
    padding-top:40px;
    border-top:1px solid #7f7f7f
}
.footer .one-fourth{
    display:inline-block;
    vertical-align:top;
    width:25%;
    padding-right:5%
}
@media (max-width:765px){
    .footer .one-fourth{
        width:100%;
        display:block;
        margin-bottom:20px;
        padding:0
    }

}
.footer .one-fourth:last-child{
    padding-right:0
}
@media (max-width:765px){
    .footer .one-fourth:last-child{
        margin-bottom:0
    }

}
.footer__logo{
    display:block;
    font-size:20px;
    font-family:Ubuntu Bold,sans-serif
}
.footer__adress{
    display:block;
    margin-bottom:24px;
    font-size:16px
}
@media (max-width:765px){
    .footer__adress{
        margin-bottom:10px
    }

}
.footer__copyright{
    display:block;
    font-size:14px;
    opacity:.5
}
.footer__mail{
    display:block
}
.footer__mail li{
    display:block;
    margin-bottom:15px
}
@media (max-width:765px){
    .footer__mail li{
        margin-bottom:10px
    }

}
.footer__mail li:last-child{
    margin-bottom:0
}
.footer__mail li a{
    display:block;
    font-size:16px
}
.footer__mail li span{
    display:block;
    font-size:12px;
    opacity:.5
}
.footer__phone{
    display:block;
    font-size:30px;
    line-height:28px;
    font-family:Ubuntu Bold,sans-serif;
    margin-bottom:24px;
    white-space:nowrap
}
@media (max-width:1139px){
    .footer__phone{
        font-size:20px
    }

}
.footer__social{
    display:block
}
@media (max-width:1139px){
    .footer__social{
        text-align:center
    }

}
@media (max-width:765px){
    .footer__social{
        text-align:left
    }

}
.footer__social li{
    display:inline-block;
    margin-right:15px
}
@media (max-width:1139px){
    .footer__social li{
        margin:0 5px
    }

}
.footer__social li:last-child{
    margin-right:0
}
.footer__social li a{
    display:-ms-inline-flexbox;
    display:inline-flex;
    align-items:center;
    align-content:center;
    justify-content:center;
    width:50px;
    height:50px;
    border-radius:20px;
    transition:all .2s ease-in-out;
    background:#e1e1e1
}
@media (max-width:1139px){
    .footer__social li a{
        width:30px;
        height:30px;
        border-radius:10px
    }

}
.footer__social li a:hover{
    background:#578dd8
}
.footer__social li a img{
    display:block;
    width:23px;
    margin:0 auto;
    border-radius:7px
}
.footer__nav{
    padding-left:95px
}
@media (max-width:1139px){
    .footer__nav{
        padding-left:0
    }

}
.footer__nav li{
    display:block;
    margin-bottom:20px
}
.footer__nav li a{
    display:block;
    font-size:16px;
    opacity:.5;
    text-decoration:underline
}
.popup{
    width:100%!important;
    padding:30px!important;
    background:0 0!important
}
.popup__content{
    background:#fff;
    padding:40px!important;
    border-radius:30px!important
}
@media (max-width:1139px){
    .popup__content{
        padding:30px!important
    }

}
@media (max-width:765px){
    .popup__content{
        padding:30px 15px!important
    }

}
.popup-feedback{
    max-width:800px!important
}
.popup-feedback .popup-video{
    display:block;
    width:100%;
    height:500px;
    margin-bottom:30px
}
.popup-feedback h4{
    display:block;
    margin-bottom:30px
}
.popup-feedback p{
    display:block;
    font-size:20px;
    line-height:30px;
    color:#373737;
    margin-bottom:20px
}
@media (max-width:765px){
    .popup-feedback p{
        font-size:16px;
        line-height:22px
    }

}
.popup-feedback p:last-child{
    margin-bottom:0
}
.popup-notification{
    max-width:540px!important
}
.popup-notification h4{
    margin-bottom:50px
}
@media (max-width:765px){
    .popup-notification h4{
        margin-bottom:30px
    }

}
.popup-notification img{
    display:block;
    margin:0 auto 35px
}
@media (max-width:765px){
    .popup-notification img{
        max-width:50%;
        margin:0 auto 20px
    }

}
.popup-notification p{
    display:block;
    text-align:center;
    font-size:20px;
    line-height:30px;
    color:#7f7f7f;
    margin-bottom:35px
}
@media (max-width:765px){
    .popup-notification p{
        font-size:16px;
        line-height:22px;
        margin-bottom:30px
    }

}
.popup-notification .btn{
    display:-ms-flexbox;
    display:flex;
    width:100%
}
.popup-form{
    max-width:730px!important
}
.popup-form p.text-center{
    margin-bottom:30px;
    font-size:20px;
    line-height:30px;
    color:#7f7f7f
}
@media (max-width:765px){
    .popup-form p.text-center{
        font-size:16px;
        line-height:22px;
        margin-bottom:20px
    }

}
.popup__logo{
    display:-ms-flexbox;
    display:flex;
    align-content:center;
    align-items:center;
    margin-bottom:45px
}
@media (max-width:765px){
    .popup__logo{
        margin-bottom:15px
    }

}
.popup__logo__img{
    display:inline-block;
    vertical-align:top;
    width:60px;
    margin-right:10px
}
.popup__logo__text{
    display:inline-block;
    vertical-align:top;
    font-size:22px;
    font-family:Ubuntu Bold,sans-serif
}
.popup__link{
    display:block;
    text-align:center;
    color:#578dd8;
    text-decoration:underline;
    margin-bottom:30px
}
@media (max-width:765px){
    .popup__link{
        margin-bottom:20px
    }

}
.popup__link.c-gray{
    color:#7f7f7f
}
.popup__link:last-child{
    margin-bottom:0
}
.fancybox-button{
    opacity:1!important;
    width:65px;
    height:65px;
    top:15px!important;
    right:15px!important;
    background:#fff!important;
    border-radius:100%!important;
    box-shadow:0 0 3px rgba(0,0,0,.2)!important
}
@media (max-width:1139px){
    .fancybox-button{
        top:20px!important;
        right:20px!important
    }

}
.site{
    position:relative;
    min-height:100%
}
.promo{
    background-position:50% 50%!important;
    background-size:cover!important;
    padding:244px 0 70px
}
@media (max-width:1139px){
    .promo{
        padding:150px 0 50px
    }

}
@media (max-width:765px){
    .promo{
        padding:50px 0
    }

}
.promo *{
    color:#fff
}
.promo h1{
    margin-bottom:43px
}
@media (max-width:765px){
    .promo h1{
        margin-bottom:30px
    }

}
.promo__subtitle{
    display:block;
    text-align:center;
    font-size:38px;
    line-height:normal;
    margin:0 auto 113px;
    max-width:835px
}
@media (max-width:1139px){
    .promo__subtitle{
        margin-bottom:50px
    }

}
@media (max-width:765px){
    .promo__subtitle{
        font-size:22px
    }

}
.promo__text{
    display:-ms-inline-flexbox;
    display:inline-flex;
    align-content:center;
    align-items:center
}
.promo__text span{
    display:inline-block;
    vertical-align:top;
    font-family:Ubuntu Bold,sans-serif;
    font-size:14px;
    margin-right:15px;
    max-width:345px
}
@media (max-width:765px){
    .promo__text span{
        width:calc(100% - 65px)
    }

}
.promo__text__img{
    display:-ms-inline-flexbox;
    display:inline-flex;
    align-items:center;
    align-content:center;
    justify-content:center;
    background:#fff;
    border-radius:10px;
    width:52px;
    height:52px
}
.promo__text__img img{
    display:block;
    maxrgin:0 auto;
    width:37px
}
.reference{
    padding:52px 0 53px;
    background:#578dd8
}
.reference_l{
    padding:75px 0 74px
}
.reference_l h2 small{
    display:block;
    font-family:Ubuntu Light,sans-serif;
    font-size:30px;
    line-height:34px
}
@media (max-width:765px){
    .reference_l h2 small{
        font-size:20px;
        line-height:26px
    }

}
.reference *{
    color:#fff
}
.reference__left{
    display:inline-block;
    vertical-align:top;
    max-width:285px;
    padding-top:3px
}
@media (max-width:765px){
    .reference__left{
        display:block;
        max-width:100%;
        margin-bottom:20px
    }

}
.reference__definition{
    display:inline-block;
    vertical-align:top;
    max-width:740px;
    font-size:20px;
    line-height:36px
}
@media (max-width:1139px){
    .reference__definition{
        width:calc(100% - 300px)
    }

}
@media (max-width:765px){
    .reference__definition{
        width:100%;
        font-size:16px;
        line-height:22px
    }

}
.reference__img{
    display:inline-block;
    vertical-align:top;
    width:38px;
    margin-top:5px
}
.reference__text{
    display:inline-block;
    vertical-align:top;
    margin-left:15px;
    max-width:225px;
    padding-right:25px
}
.reference__title{
    display:block;
    font-size:24px;
    line-height:28px;
    font-family:Ubuntu Bold,sans-serif;
    margin-bottom:5px
}
.reference__translation{
    display:block;
    font-size:14px;
    opacity:.5
}
.reference h2{
    font-size:40px;
    line-height:48px
}
@media (max-width:765px){
    .reference h2{
        font-size:32px;
        line-height:40px
    }

}
.how{
    padding:77px 0 0;
    position:relative;
    z-index:10
}
@media (max-width:1139px){
    .how{
        padding:50px 0
    }

}
.how_padding{
    padding-bottom:75px
}
.how h3{
    margin-bottom:20px
}
@media (max-width:765px){
    .how h3{
        margin-bottom:10px
    }

}
.how h2{
    margin-bottom:103px;
    line-height:50px
}
@media (max-width:1139px){
    .how h2{
        margin-bottom:50px
    }

}
@media (max-width:765px){
    .how h2{
        margin-bottom:30px
    }

}
.how__list{
    margin-bottom:56px;
    text-align:center
}
@media (max-width:765px){
    .how__list{
        margin-bottom:30px
    }

}
.how__item{
    display:inline-block;
    vertical-align:top;
    width:25%;
    position:relative
}
.how__item:nth-child(1):after,.how__item:nth-child(3):after,.how__item:nth-child(1):before,.how__item:nth-child(3):before{
    position:absolute;
    content:"";
    bottom:-150px;
    right:-50px;
    width:200px;
    height:200px;
    border-radius:100%;
    border:1px dashed;
    border-color:#000
}
@media (max-width:765px){
    .how__item:nth-child(1):after,.how__item:nth-child(3):after,.how__item:nth-child(1):before,.how__item:nth-child(3):before{
        display:none
    }

}
.how__item:nth-child(1):before,.how__item:nth-child(3):before{
    border-color:transparent transparent;
    -webkit-transform:rotate(43deg);
    transform:rotate(43deg)
}
.how__item:nth-child(1):after,.how__item:nth-child(3):after{
    border-color:transparent #000 transparent transparent;
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg)
}
.how__item:nth-child(2):after,.how__item:nth-child(2):before{
    position:absolute;
    content:"";
    top:-150px;
    right:-100px;
    width:200px;
    height:200px;
    border-radius:100%;
    border:1px dashed;
    border-color:#000
}
@media (max-width:765px){
    .how__item:nth-child(2):after,.how__item:nth-child(2):before{
        display:none
    }

}
.how__item:nth-child(2):before{
    border-color:transparent transparent;
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
}
.how__item:nth-child(2):after{
    border-color:transparent #000 transparent transparent;
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg)
}
@media (max-width:765px){
    .how__item{
        width:100%;
        margin-top:0!important;
        margin-bottom:30px
    }

}
@media (max-width:765px){
    .how__item:last-child{
        margin-bottom:0
    }

}
.how__item:nth-child(2){
    margin-top:190px
}
.how__item:nth-child(3){
    margin-top:-30px
}
.how__item:nth-child(4){
    margin-top:153px
}
.how__item img{
    display:block;
    max-width:100%;
    margin-bottom:58px
}
@media (max-width:1139px){
    .how__item img{
        max-width:70%;
        margin:0 auto 40px
    }

}
@media (max-width:765px){
    .how__item img{
        margin:0 auto 10px
    }

}
.how__item span{
    display:block;
    text-align:center;
    color:#1e2638;
    padding:0 10%
}
@media (max-width:1139px){
    .how__item span{
        padding:0
    }

}
.how .btn{
    margin-bottom:-44px
}
@media (max-width:1139px){
    .how .btn{
        margin-bottom:30px
    }

}
.how__video{
    display:block;
    overflow:hidden;
    border:1px solid rgba(0,0,0,.3);
    border-radius:17px;
    max-width:1023px;
    position:relative;
    margin:0 auto 75px
}
@media (max-width:765px){
    .how__video{
        margin:0 auto 30px
    }

}
.how__video img{
    width:100%;
    height:100%;
    object-fit:cover
}
.how__video .play_video{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    margin-top:20px
}
.how__presentation h2{
    margin-bottom:73px
}
@media (max-width:765px){
    .how__presentation h2{
        margin-bottom:30px
    }

}
.how__presentation a{
    width:176px;
    display:block;
    margin:0 auto
}
.use{
    padding:125px 0 80px;
    background:#f9fbfb
}
@media (max-width:1139px){
    .use{
        pading:50px 0
    }

}
@media (max-width:765px){
    .use{
        padding:30px 0
    }

}
.use h3{
    margin-bottom:20px
}
@media (max-width:765px){
    .use h3{
        margin-bottom:10px
    }

}
.use h2{
    margin-bottom:54px
}
@media (max-width:765px){
    .use h2{
        margin-bottom:30px
    }

}

.feedback{
    padding:50px 0 60px;
    background:#f9fafc
}
@media (max-width:765px){
    .feedback{
        padding:30px 0
    }

}
.feedback h3{
    margin-bottom:20px
}
@media (max-width:765px){
    .feedback h3{
        margin-bottom:10px
    }

}
.feedback h2{
    margin-bottom:65px
}
@media (max-width:765px){
    .feedback h2{
        margin-bottom:30px
    }

}
.feedback__slider{
    width:100%;
    padding-bottom:100px;
    position:relative;
    text-align:center
}
.feedback__slider_s{
    max-width:970px!important;
    margin:0 auto
}
@media (max-width:765px){
    .feedback__slider{
        padding-bottom:50px
    }

}
.feedback__slider .owl-dots{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    text-align:center
}
.feedback__slider .owl-dots .owl-dot{
    display:inline-block;
    vertical-align:top;
    width:10px;
    height:10px;
    border:1px solid #373737;
    transition:sll .2s ease-in-out;
    background:0 0;
    border-radius:100%;
    margin:0 5px
}
.feedback__slider .owl-dots .owl-dot.active{
    background:#578dd8;
    border:1px solid #578dd8
}
.feedback__slider .owl-item .feedback__item{
    display:block;
    max-width:100%
}
.feedback__item{
    display:inline-block;
    vertical-align:top;
    max-width:calc(33.3% - 10px);
    margin:0 11px
}
@media (max-width:1139px){
    .feedback__item{
        max-width:calc(50% - 10px)
    }

}
@media (max-width:765px){
    .feedback__item{
        display:block;
        max-width:100%;
        margin:0 0 20px
    }

}
.feedback__link{
    display:block;
    margin-bottom:35px
}
.feedback__link_video{
    position:relative
}
.feedback__link_video:after{
    position:absolute;
    content:"";
    width:50px;
    height:50px;
    background:url(../img/icon__video.png) no-repeat 50% 50%;
    background-size:cover;
    right:20px;
    bottom:20px
}
.feedback__img{
    display:-ms-flexbox;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    border:1px solid rgba(0,0,0,.3);
    border-radius:17px;
    overflow:hidden;
    margin:0 auto 24px;
    height:200px;
    width:200px
}
.feedback__img img{
    width:auto!important;
    height:auto;
    max-width:83%
}
.feedback__img_full img{
    max-width:100%;
    width:100%!important;
    height:100%;
    object-fit:cover
}
.feedback__name{
    display:block;
    font-size:20px;
    font-family:Ubuntu Bold,sans-serif;
    text-align:center;
    margin-bottom:5px;
    color:#373737
}
@media (max-width:765px){
    .feedback__name{
        font-size:16px;
        line-height:22px
    }

}
.feedback__position{
    display:block;
    text-align:center;
    font-size:16px;
    color:#373737
}
.offer{
    padding:67px 0 69px;
    position:relative;
    overflow:hidden
}
@media (max-width:765px){
    .offer{
        padding:30px 0
    }

}
.offer .decor{
    position:absolute;
    opacity:.05
}
.offer .decor_1{
    width:1396px;
    height:1400px;
    background:url(../img/decor__1.png) no-repeat 50% 50%;
    top:-230px;
    left:50%;
    margin-left:-60px
}
.offer .decor_2{
    width:1608px;
    height:1105px;
    background:url(../img/decor__2.png) no-repeat 50% 50%;
    top:-250px;
    right:50%;
    margin-right:-205px
}
.offer h3{
    margin-bottom:21px
}
@media (max-width:765px){
    .offer h3{
        margin-bottom:10px
    }

}
.offer h2{
    margin-bottom:73px
}
@media (max-width:1139px){
    .offer h2{
        margin-bottom:50px
    }

}
@media (max-width:765px){
    .offer h2{
        margin-bottom:30px
    }

}
.offer__list{
    display:block;
    text-align:center;
    min-height:520px
}
@media (max-width:1139px){
    .offer__list{
        min-height:auto
    }

}
.offer__item{
    display:inline-block;
    vertical-align:top;
    border:1px solid #7f7f7f;
    border-radius:30px;
    width:30%;
    padding:0 5% 60px;
    transition:all .2s ease-in-out;
    -webkit-transform:translateY(0);
    transform:translateY(0);
    margin:0 1%;
    background:#fff
}
@media (max-width:1139px){
    .offer__item{
        padding:30px 20px
    }

}
@media (max-width:765px){
    .offer__item{
        display:block;
        width:100%;
        padding:20px 10px;
        margin-bottom:10px
    }

}
@media (max-width:765px){
    .offer__item:last-child{
        margin-bottom:0
    }

}
.offer__item:hover .offer__btn{
    opacity:1
}
.offer__icon{
    display:block;
    height:100px;
    transition:all .2s ease-in-out;
    margin-top:60px;
    margin-bottom:105px
}
@media (max-width:1139px){
    .offer__icon{
        margin-top:0;
        margin-bottom:30px
    }

}
@media (max-width:765px){
    .offer__icon{
        margin:0 auto 20px
    }

}
.offer h4{
    font-size:32px;
    line-height:40px;
    margin-bottom:20px;
    text-transform:uppercase
}
@media (max-width:1139px){
    .offer h4{
        font-size:26px;
        line-height:32px
    }

}
@media (max-width:765px){
    .offer h4{
        font-size:20px;
        line-height:25px;
        margin-bottom:10px;
        text-align:center
    }

}
.offer p{
    display:block;
    font-size:20px;
    color:#373737;
    margin-bottom:25px
}
@media (max-width:1139px){
    .offer p{
        font-size:16px
    }

}
@media (max-width:765px){
    .offer p{
        font-size:16px;
        line-height:22px;
        margin-bottom:10px
    }

}
.offer__btn{
    opacity:0;
    transition:all .2s ease-in-out
}
@media (max-width:1139px){
    .offer__btn{
        height:auto
    }

}
.offer__btn .btn{
    width:100%;
    padding:20px 0
}
@media (max-width:1139px){
    .offer__btn .btn{
        padding:15px 0
    }

}
.inner-header{
    background-size:cover!important;
    min-height:670px;
    display:-ms-flexbox;
    display:flex;
    align-items:center;
    align-content:center
}
@media (max-width:1139px){
    .inner-header{
        min-height:10px;
        padding:100px 0
    }

}
@media (max-width:765px){
    .inner-header{
        padding:50px 0
    }

}
.inner-header__earn{
    padding-top:80px
}
.inner-header__earn h1{
    font-size:60px;
    line-height:65px;
    font-weight:700;
    letter-spacing:7px;
    margin-bottom:46px
}
@media (max-width:765px){
    .inner-header__earn h1{
        font-size:38px;
        line-height:46px;
        margin-bottom:30px
    }

}
.inner-header__earn span{
    display:block;
    color:#fff;
    text-align:center;
    margin-bottom:74px;
    font-size:24px;
    line-height:28px
}
@media (max-width:765px){
    .inner-header__earn span{
        margin-bottom:40px
    }

}
.inner-header__earn .play_video{
    display:block;
    text-align:center;
    width:200px;
    margin:0 auto 48px
}
@media (max-width:765px){
    .inner-header__earn .play_video{
        margin:0 auto 25px
    }

}
.inner-header__earn .play_video img{
    display:block;
    margin:0 auto
}
.inner-header__earn .icon_arrow{
    display:block;
    text-align:center;
    width:70px;
    margin:0 auto 55px
}
@media (max-width:765px){
    .inner-header__earn .icon_arrow{
        margin:0 auto
    }

}
.inner-header__earn .icon_arrow img{
    display:block;
    margin:0 auto
}
.inner-header h1{
    color:#fff
}
.inner-header h1 i{
    font:inherit
}
@media (max-width:1139px){
    .inner-header h1 i{
        display:inline
    }

}
.inner-content{
    padding:75px 0
}
@media (max-width:1139px){
    .inner-content{
        padding:50px 0
    }

}
@media (max-width:765px){
    .inner-content{
        padding:30px 0
    }

}
.editor{
    margin-bottom:75px
}
@media (max-width:1139px){
    .editor{
        margin-bottom:50px
    }

}
.editor__el{
    display:block;
    margin-bottom:40px
}
@media (max-width:765px){
    .editor__el{
        margin-bottom:30px
    }

}
.editor__el:last-child{
    margin-bottom:0
}
.editor__el span{
    display:block;
    font-size:20px;
    line-height:36px;
    font-family:Ubuntu Bold,sans-serif
}
@media (max-width:765px){
    .editor__el span{
        font-size:16px!important;
        line-height:22px!important
    }

}
.editor__el p{
    display:block;
    font-size:20px;
    line-height:36px
}
@media (max-width:765px){
    .editor__el p{
        font-size:16px!important;
        line-height:22px!important
    }

}
.editor__el p.editor__info{
    font-family:Ubuntu Bold,sans-serif;
    text-align:center;
    font-size:28px;
    line-height:38px;
    max-width:865px;
    margin:100px auto;
    color:#7f7f7f
}
@media (max-width:1139px){
    .editor__el p.editor__info{
        margin:100px 0
    }

}
@media (max-width:765px){
    .editor__el p.editor__info{
        margin:30px 0
    }

}
.editor__el p.editor__notification{
    color:#7f7f7f;
    font-style:italic
}
.editor__list{
    display:block
}
.editor__list li{
    display:-ms-flexbox;
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    margin-bottom:80px
}
@media (max-width:765px){
    .editor__list li{
        display:block!important;
        margin-bottom:30px
    }

}
.editor__list li:nth-child(odd){
    flex-flow:row
}
.editor__list li:nth-child(even){
    flex-flow:row-reverse
}
.editor__list li:nth-child(even) .content p{
    text-align:right
}
@media (max-width:765px){
    .editor__list li:nth-child(even) .content p{
        text-align:left
    }

}
.editor__list li img{
    display:inline-block;
    vertical-align:top;
    width:255px;
    border-radius:20px
}
@media (max-width:765px){
    .editor__list li img{
        display:block;
        margin:0 auto 20px
    }

}
.editor__list li .content{
    display:inline-block;
    vertical-align:top;
    width:calc(100% - 345px)
}
@media (max-width:765px){
    .editor__list li .content{
        display:block;
        width:100%
    }

}
.editor__list li .content p{
    display:block;
    font-size:20px;
    line-height:36px
}
@media (max-width:765px){
    .editor__list li .content p{
        font-size:16px!important;
        line-height:22px!important
    }

}
.editor .fotorama{
    width:100%;
    margin-bottom:40px
}
.editor .fotorama .fotorama__wrap{
    width:100%!important
}
.editor .fotorama__img{
    border-radius:30px!important
}
.editor .fotorama__nav__frame{
    position:relative
}
.editor .fotorama__nav__frame.fotorama__active:before{
    opacity:0
}
.editor .fotorama__nav__frame:before{
    position:absolute;
    content:"";
    left:0;
    top:2px;
    right:2px;
    bottom:2px;
    z-index:10;
    transition:all .2s ease-in-out;
    opacity:.5;
    background:#000
}
.editor .fotorama__nav__frame .fotorama__img{
    border-radius:0!important;
    background:0 0!important;
    border-color:transparent!important
}
.editor .fotorama__html{
    border-radius:30px;
    overflow:hidden
}
.editor .fotorama__item{
    position:relative;
    height:100%;
    border-radius:30px;
    overflow:hidden
}
.editor .fotorama__item img{
    width:100%;
    border-radius:30px
}
.editor .fotorama__video:after{
    position:absolute;
    content:"";
    width:50px;
    height:50px;
    background:url(../img/icon__video.png) no-repeat 50% 50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    top:50%;
    left:50%
}
.editor__link{
    color:#578dd8;
    text-decoration:underline;
    font-size:20px;
    line-height:36px
}
@media (max-width:765px){
    .editor__link{
        font-size:16px;
        line-height:22px
    }

}
.btns{
    margin-bottom:75px
}
.btns:last-child{
    margin-bottom:0
}
.btns .btn{
    width:48%;
    padding-left:0;
    padding-right:0
}
@media (max-width:1139px){
    .btns .btn{
        flex-flow:column
    }

}
@media (max-width:765px){
    .btns .btn{
        display:-ms-flexbox;
        display:flex;
        width:100%;
        margin-bottom:20px
    }

}
@media (max-width:765px){
    .btns .btn:last-child{
        margin-bottom:0
    }

}
.post__img{
    display:block;
    margin-bottom:55px;
    border-radius:1px
}
@media (max-width:765px){
    .post__img{
        margin-bottom:20px
    }

}
.post img{
    display:block;
    width:100%;
    margin-bottom:55px;
    border-radius:1px
}
@media (max-width:765px){
    .post img{
        margin-bottom:20px
    }

}
.post h1{
    margin:30px 0
}
@media (max-width:765px){
    .post h1{
        margin:20px 0
    }

}
.post h2,.post h3,.post h4,.post h5,.post h6{
    margin:15px 0
}
@media (max-width:765px){
    .post h2,.post h3,.post h4,.post h5,.post h6{
        margin:10px 0
    }

}
.post p{
    display:block;
    margin-bottom:20px;
    font-size:20px;
    line-height:36px
}
.post p:last-child{
    margin-bottom:0
}
.post ol{
    display:block;
    counter-reset:myCounter;
    margin-bottom:20px
}
.post ol li{
    display:block;
    list-style:none;
    font-size:20px;
    line-height:36px
}
.post ol li:before{
    counter-increment:myCounter;
    content:counter(myCounter);
    display:inline-block;
    text-align:center;
    margin-left:70px;
    margin-right:55px
}
@media (max-width:765px){
    .post ol li:before{
        margin:0 20px
    }

}
.post ul{
    display:block;
    margin-bottom:20px
}
.post ul li{
    display:block;
    list-style:none;
    font-size:20px;
    line-height:36px
}
.post ul li:before{
    content:"—";
    display:inline-block;
    text-align:center;
    margin:0 15px
}
.post .entry-footer{
    display:none
}
.post iframe{
    max-width:100%
}
.articles{
    display:block;
    padding:80px 0 40px
}
@media (max-width:1139px){
    .articles{
        padding:40px 0
    }

}
.articles h1{
    margin-bottom:30px
}
@media (max-width:765px){
    .articles h1{
        margin-bottom:20px
    }

}
.articles__list{
    padding-bottom:20px
}
.articles__list li{
    display:-ms-flexbox;
    display:flex;
    align-content:flex-start;
    align-items:flex-start;
    justify-content:space-between;
    margin-bottom:40px
}
@media (max-width:765px){
    .articles__list li{
        display:block;
        margin-bottom:30px
    }

}
.articles__img{
    display:inline-block;
    vertical-align:top;
    width:370px;
    border-radius:20px 0 0 20px;
    overflow:hidden;
    max-height:250px
}
@media (max-width:1139px){
    .articles__img{
        width:230px;
        height:230px;
        overflow:hidden
    }

}
@media (max-width:765px){
    .articles__img{
        width:100%;
        display:block;
        height:auto;
        margin-bottom:10px
    }

}
.articles__img img{
    display:block;
    width:100%
}
@media (max-width:1139px){
    .articles__img img{
        object-fit:cover;
        width:auto;
        position:relative;
        left:50%;
        -webkit-transform:translateX(-50%);
        transform:translateX(-50%)
    }

}
.articles__content{
    display:inline-block;
    vertical-align:top;
    width:calc(100% - 400px)
}
@media (max-width:1139px){
    .articles__content{
        width:calc(100% - 250px)
    }

}
@media (max-width:765px){
    .articles__content{
        display:block;
        width:100%
    }

}
.articles__content p{
    display:block;
    margin-bottom:29px
}
@media (max-width:765px){
    .articles__content p{
        margin-bottom:10px
    }

}
.articles__content p:last-child{
    margin-bottom:40px
}
@media (max-width:765px){
    .articles__content p:last-child{
        margin-bottom:10px
    }

}
.articles__content time{
    display:block;
    font-size:15px;
    color:#7f7f7f
}
.articles__title{
    display:block;
    font-size:28px;
    margin-bottom:5px;
    transition:all .2s ease-in-out
}
@media (max-width:765px){
    .articles__title{
        margin-bottom:10px;
        font-size:22px;
        line-height:30px
    }

}
.pagination{
    display:block
}
.pagination__links{
    margin-bottom:14px
}
.pagination__links a{
    display:inline-block;
    vertical-align:top;
    transition:all .2s ease-in-out
}
.pagination__links a:first-child{
    margin-right:75px
}
.pagination__links span{
    display:inline-block;
    vertical-align:top
}
.pagination__links span:first-child{
    margin-right:75px;
    color:#adb5bd
}
.pagination__numbers li{
    display:inline-block;
    vertical-align:top;
    margin-right:67px
}
@media (max-width:765px){
    .pagination__numbers li{
        margin-right:17px
    }

}
.pagination__numbers li:last-child{
    margin-right:0
}
.pagination__numbers li a{
    display:block;
    font-size:20px;
    padding:0 1px;
    transition:all .2s ease-in-out;
    border-bottom:4px solid transparent
}
.pagination__numbers li span{
    display:block;
    font-size:20px;
    border-bottom:4px solid #000;
    padding:0 1px
}
.width-wrap_l{
    max-width:1330px
}
.startearning{
    padding:85px 0 80px
}
.startearning h3{
    margin-bottom:30px
}
.startearning h2{
    margin-bottom:48px
}
.startearning__list{
    display:block;
    text-align:center
}
.startearning__el{
    display:-ms-inline-flexbox;
    display:inline-flex;
    align-items:center;
    width:50%;
    padding-right:13px;
    margin-bottom:55px
}
@media (max-width:1139px){
    .startearning__el{
        display:-ms-flexbox;
        display:flex;
        width:100%;
        padding-right:0;
        margin-bottom:30px
    }

}
.startearning__el:last-child{
    margin-bottom:0
}
.startearning__el img{
    display:inline-block;
    width:175px
}
@media (max-width:765px){
    .startearning__el img{
        width:100px
    }

}
.startearning__el p{
    display:inline-block;
    width:calc(100% - 180px);
    font-size:18px;
    line-height:22px;
    text-align:left
}
@media (max-width:765px){
    .startearning__el p{
        width:calc(100% - 110px)
    }

}
.partnership{
    padding:82px 0 53px;
    overflow:hidden
}
.partnership .decor{
    position:absolute;
    z-index:-1;
    opacity:.5
}
.partnership .decor_1{
    width:1433px;
    height:1433px;
    background:url(../img/decor__3.png) no-repeat 50% 50%;
    top:-130px;
    left:50%;
    margin-left:-1560px
}
.partnership .decor_2{
    width:1433px;
    height:1433px;
    background:url(../img/decor__4.png) no-repeat 50% 50%;
    top:-100px;
    right:50%;
    margin-right:-1505px
}
.partnership .decor_3{
    width:1433px;
    height:1433px;
    background:url(../img/decor__4.png) no-repeat 50% 50%;
    top:200px;
    right:50%;
    margin-right:-1550px
}
.partnership h3{
    margin-bottom:31px
}
.partnership h2{
    margin-bottom:51px
}
.partnership__list{
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap
}
.partnership__item{
    display:inline-block;
    text-align:center;
    width:310px;
    margin-bottom:45px
}
.partnership__item:nth-child(2),.partnership__item:nth-child(5){
    margin:0 50px 45px
}
@media (max-width:1139px){
    .partnership__item{
        width:50%;
        margin:0 auto 30px!important
    }

}
@media (max-width:765px){
    .partnership__item{
        width:100%;
        margin:0 auto 20px!important
    }

}
.partnership__item img display block{
    margin:0 auto
}
.partnership__item span{
    display:block;
    text-align:center;
    font-size:30px;
    line-height:35px
}
.partnership__icon{
    margin-bottom:7px;
    display:-ms-flexbox;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    min-height:150px
}
.green_form{
    background:#77ce6f;
    padding:49px 0;
    overflow:hidden;
    position:relative
}
.green_form .decor{
    position:absolute;
    z-index:1
}
.green_form .decor_1{
    width:300px;
    height:300px;
    background:url(../img/decor__5.png) no-repeat 50% 50%;
    top:-30px;
    left:50%;
    margin-left:-890px
}
.green_form .decor_2{
    width:300px;
    height:300px;
    background:url(../img/decor__5.png) no-repeat 50% 50%;
    top:-80px;
    right:50%;
    margin-right:-880px
}
.green_form .decor_3{
    width:300px;
    height:300px;
    background:url(../img/decor__5.png) no-repeat 50% 50%;
    top:50px;
    right:50%;
    margin-right:-910px
}
.green_form .main-form{
    display:-ms-flexbox;
    display:flex;
    width:100%;
    max-width:100%;
    justify-content:space-between
}
@media (max-width:765px){
    .green_form .main-form{
        display:block
    }

}
.green_form .main-form .inputs{
    display:-ms-inline-flexbox;
    display:inline-flex;
    justify-content:space-between;
    width:calc(75% - 18px)!important
}
@media (max-width:1139px){
    .green_form .main-form .inputs{
        width:calc(75% - 4px)!important
    }

}
@media (max-width:765px){
    .green_form .main-form .inputs{
        width:100%!important;
        display:block
    }

}
.green_form .main-form .inputs .inp{
    width:calc(33.3% - 4px);
    height:51px;
    border:1px solid #fff;
    margin-bottom:0;
    text-align:left;
    padding-left:25px;
    padding-right:50px;
    color:#fff;
    background-color:#55b64c!important;
    font-size:18px;
    line-height:21px
}
@media (max-width:765px){
    .green_form .main-form .inputs .inp{
        width:100%;
        margin-bottom:20px
    }

}
.green_form .main-form .inputs .inp::-webkit-input-placeholder{
    color:#fff;
    font-size:18px;
    line-height:21px
}
.green_form .main-form .inputs .inp::-moz-placeholder{
    color:#fff;
    font-size:18px;
    line-height:21px
}
.green_form .main-form .inputs .inp:-ms-input-placeholder{
    color:#fff;
    font-size:18px;
    line-height:21px
}
.green_form .main-form .inputs .inp::placeholder{
    color:#fff;
    font-size:18px;
    line-height:21px
}
.green_form .main-form .inputs .inp.inp-name{
    background:#fff url(../img/icon--user.svg) no-repeat 92% 50%
}
.green_form .main-form .inputs .inp.inp-mail{
    background:#fff url(../img/icon--mail.svg) no-repeat 92% 50%
}
.green_form .main-form .inputs .inp.inp-phone{
    background:#fff url(../img/icon--phone.svg) no-repeat 92% 50%
}
.green_form .main-form .btn{
    width:calc(25% - 18px)!important;
    height:51px!important;
    padding-top:0!important;
    padding-bottom:0!important;
    color:#505050;
    font-size:20px;
    line-height:23px;
    margin:0;
    background:#fff;
    font-family:Ubuntu Bold,sans-serif
}
@media (max-width:1139px){
    .green_form .main-form .btn{
        width:calc(25% - 4px)!important
    }

}
@media (max-width:765px){
    .green_form .main-form .btn{
        width:100%!important
    }

}
.allready{
    padding:64px 0 25px
}
.allready h3{
    margin-bottom:31px
}
.allready h2{
    margin-bottom:57px
}
.allready__list{
    display:block;
    margin:0 auto;
    text-align:center
}
.allready__item{
    display:inline-block;
    width:200px;
    margin:0 20px 40px
}
.allready__img{
    display:-ms-flexbox;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    border:1px solid rgba(0,0,0,.3);
    border-radius:17px;
    overflow:hidden;
    margin:0 auto 24px;
    height:200px
}
.allready__img img{
    width:auto;
    height:auto;
    max-width:83%
}
.allready__img_full img{
    max-width:100%;
    width:100%;
    height:100%;
    object-fit:cover
}
.allready__title{
    display:block;
    text-align:center;
    font-weight:700;
    font-size:18px;
    line-height:21px;
    margin-bottom:5px
}
.forever{
    padding:44px 0 110px;
    position:relative;
    overflow:hidden
}
.forever .decor{
    position:absolute;
    z-index:-1
}
.forever .decor_1{
    width:1433px;
    height:1433px;
    background:url(../img/decor__2.png) no-repeat 50% 50%;
    top:-230px;
    left:50%;
    margin-left:-1660px;
    opacity:.1
}
.forever .decor_2{
    width:1433px;
    height:1433px;
    background:url(../img/decor__4.png) no-repeat 50% 50%;
    top:-200px;
    right:50%;
    margin-right:-1505px
}
.forever h3{
    margin-bottom:31px
}
.forever h2{
    margin-bottom:33px
}
.forever ol{
    counter-reset:myCounter;
    max-width:1230px;
    margin:0 auto
}
.forever ol li{
    list-style:none;
    position:relative;
    padding-left:70px;
    font-size:30px;
    line-height:35px;
    font-family:Ubuntu Light,sans-serif;
    margin-bottom:32px
}
@media (max-width:765px){
    .forever ol li{
        font-size:20px;
        line-heigh:28px;
        margin-bottom:20px
    }

}
.forever ol li:last-child{
    margin-bottom:0
}
.forever ol li::before{
    counter-increment:myCounter;
    content:counter(myCounter);
    position:absolute;
    top:50%;
    left:0;
    width:36px;
    height:36px;
    -webkit-transform:translateY(-18px);
    transform:translateY(-18px);
    background:#578dd8;
    border-radius:100%;
    display:-ms-flexbox;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:15px;
    font-weight:700
}
body.compensate-for-scrollbar{
    overflow:hidden
}
.fancybox-active{
    height:auto
}
.fancybox-is-hidden{
    left:-9999px;
    margin:0;
    position:absolute!important;
    top:-9999px;
    visibility:hidden
}
.fancybox-container{
    -webkit-backface-visibility:hidden;
    height:100%;
    left:0;
    outline:0;
    position:fixed;
    -webkit-tap-highlight-color:transparent;
    top:0;
    touch-action:manipulation;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    width:100%;
    z-index:99992
}
.fancybox-container *{
    box-sizing:border-box
}
.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage{
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0
}
.fancybox-outer{
    -webkit-overflow-scrolling:touch;
    overflow-y:auto
}
.fancybox-bg{
    background:#1e1e1e;
    opacity:0;
    transition-duration:inherit;
    transition-property:opacity;
    transition-timing-function:cubic-bezier(.47,0,.74,.71)
}
.fancybox-is-open .fancybox-bg{
    opacity:.9;
    transition-timing-function:cubic-bezier(.22,.61,.36,1)
}
.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button{
    direction:ltr;
    opacity:0;
    position:absolute;
    transition:opacity .25s ease,visibility 0s ease .25s;
    visibility:hidden;
    z-index:99997
}
.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button{
    opacity:1;
    transition:opacity .25s ease 0s,visibility 0s ease 0s;
    visibility:visible
}
.fancybox-infobar{
    color:#ccc;
    font-size:13px;
    -webkit-font-smoothing:subpixel-antialiased;
    height:44px;
    left:0;
    line-height:44px;
    min-width:44px;
    mix-blend-mode:difference;
    padding:0 10px;
    pointer-events:none;
    top:0;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.fancybox-toolbar{
    right:0;
    top:0
}
.fancybox-stage{
    direction:ltr;
    overflow:visible;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    z-index:99994
}
.fancybox-is-open .fancybox-stage{
    overflow:hidden
}
.fancybox-slide{
    -webkit-backface-visibility:hidden;
    display:none;
    height:100%;
    left:0;
    outline:0;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    padding:44px;
    position:absolute;
    text-align:center;
    top:0;
    transition-property:opacity,-webkit-transform;
    transition-property:-webkit-transform,opacity;
    transition-property:transform,opacity;
    transition-property:-webkit-transform,opacity,-webkit-transform;
    transition-property:transform,opacity,-webkit-transform;
    white-space:normal;
    width:100%;
    z-index:99994
}
.fancybox-slide::before{
    content:'';
    display:inline-block;
    font-size:0;
    height:100%;
    vertical-align:middle;
    width:0
}
.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next{
    display:block
}
.fancybox-slide--image{
    overflow:hidden;
    padding:44px 0
}
.fancybox-slide--image::before{
    display:none
}
.fancybox-slide--html{
    padding:6px
}
.fancybox-content{
    background:#fff;
    display:inline-block;
    margin:0;
    max-width:100%;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    padding:44px;
    position:relative;
    text-align:left;
    vertical-align:middle
}
.fancybox-slide--image .fancybox-content{
    -webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);
    animation-timing-function:cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility:hidden;
    background:0 0;
    background-repeat:no-repeat;
    background-size:100% 100%;
    left:0;
    max-width:none;
    overflow:visible;
    padding:0;
    position:absolute;
    top:0;
    -webkit-transform-origin:top left;
    transform-origin:top left;
    transition-property:opacity,-webkit-transform;
    transition-property:-webkit-transform,opacity;
    transition-property:transform,opacity;
    transition-property:-webkit-transform,opacity,-webkit-transform;
    transition-property:transform,opacity,-webkit-transform;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    z-index:99995
}
.fancybox-can-zoomOut .fancybox-content{
    cursor:zoom-out
}
.fancybox-can-zoomIn .fancybox-content{
    cursor:zoom-in
}
.fancybox-can-swipe .fancybox-content,.fancybox-can-pan .fancybox-content{
    cursor:grab
}
.fancybox-is-grabbing .fancybox-content{
    cursor:grabbing
}
.fancybox-container [data-selectable=true]{
    cursor:text
}
.fancybox-image,.fancybox-spaceball{
    background:0 0;
    border:0;
    height:100%;
    left:0;
    margin:0;
    max-height:none;
    max-width:none;
    padding:0;
    position:absolute;
    top:0;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    width:100%
}
.fancybox-spaceball{
    z-index:1
}
.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--iframe .fancybox-content{
    height:100%;
    overflow:visible;
    padding:0;
    width:100%
}
.fancybox-slide--video .fancybox-content{
    background:#000
}
.fancybox-slide--map .fancybox-content{
    background:#e5e3df
}
.fancybox-slide--iframe .fancybox-content{
    background:#fff
}
.fancybox-video,.fancybox-iframe{
    background:0 0;
    border:0;
    display:block;
    height:100%;
    margin:0;
    overflow:hidden;
    padding:0;
    width:100%
}
.fancybox-iframe{
    left:0;
    position:absolute;
    top:0
}
.fancybox-error{
    background:#fff;
    cursor:default;
    max-width:400px;
    padding:40px;
    width:100%
}
.fancybox-error p{
    color:#444;
    font-size:16px;
    line-height:20px;
    margin:0;
    padding:0
}
.fancybox-button{
    background:rgba(30,30,30,.6);
    border:0;
    border-radius:0;
    box-shadow:none;
    cursor:pointer;
    display:inline-block;
    height:44px;
    margin:0;
    padding:10px;
    position:relative;
    transition:color .2s;
    vertical-align:top;
    visibility:inherit;
    width:44px
}
.fancybox-button,.fancybox-button:visited,.fancybox-button:link{
    color:#ccc
}
.fancybox-button:hover{
    color:#fff
}
.fancybox-button:focus{
    outline:0
}
.fancybox-button.fancybox-focus{
    outline:1px dotted
}
.fancybox-button[disabled],.fancybox-button[disabled]:hover{
    color:#888;
    cursor:default;
    outline:0
}
.fancybox-button div{
    height:100%
}
.fancybox-button svg{
    display:block;
    height:100%;
    overflow:visible;
    position:relative;
    width:100%
}
.fancybox-button svg path{
    fill:currentColor;
    stroke-width:0
}
.fancybox-button--play svg:nth-child(2),.fancybox-button--fsenter svg:nth-child(2){
    display:none
}
.fancybox-button--pause svg:nth-child(1),.fancybox-button--fsexit svg:nth-child(1){
    display:none
}
.fancybox-progress{
    background:#ff5268;
    height:2px;
    left:0;
    position:absolute;
    right:0;
    top:0;
    -webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:0;
    transform-origin:0;
    transition-property:-webkit-transform;
    transition-property:transform;
    transition-property:-webkit-transform,-webkit-transform;
    transition-property:transform,-webkit-transform;
    transition-timing-function:linear;
    z-index:99998
}
.fancybox-close-small{
    background:0 0;
    border:0;
    border-radius:0;
    color:#ccc;
    cursor:pointer;
    opacity:.8;
    padding:8px;
    position:absolute;
    right:-12px;
    top:-44px;
    z-index:401
}
.fancybox-close-small:hover{
    color:#fff;
    opacity:1
}
.fancybox-slide--html .fancybox-close-small{
    color:currentColor;
    padding:10px;
    right:0;
    top:0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content{
    overflow:hidden
}
.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{
    display:none
}
.fancybox-navigation .fancybox-button{
    background-clip:content-box;
    height:100px;
    opacity:0;
    position:absolute;
    top:calc(50% - 50px);
    width:70px
}
.fancybox-navigation .fancybox-button div{
    padding:7px
}
.fancybox-navigation .fancybox-button--arrow_left{
    left:0;
    padding:31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right{
    padding:31px 6px 31px 26px;
    right:0
}
.fancybox-caption{
    bottom:0;
    color:#eee;
    font-size:14px;
    font-weight:400;
    left:0;
    line-height:1.5;
    padding:25px 44px 25px 44px;
    right:0;
    text-align:center;
    z-index:99996
}
.fancybox-caption::before{
    background-image:url(data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat:repeat-x;
    background-size:contain;
    bottom:0;
    content:'';
    display:block;
    left:0;
    pointer-events:none;
    position:absolute;
    right:0;
    top:-44px;
    z-index:-1
}
.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{
    color:#ccc;
    text-decoration:none
}
.fancybox-caption a:hover{
    color:#fff;
    text-decoration:underline
}
.fancybox-loading{
    -webkit-animation:fancybox-rotate 1s linear infinite;
    animation:fancybox-rotate 1s linear infinite;
    background:0 0;
    border:4px solid #888;
    border-bottom-color:#fff;
    border-radius:50%;
    height:50px;
    left:50%;
    margin:-25px 0 0 -25px;
    opacity:.7;
    padding:0;
    position:absolute;
    top:50%;
    width:50px;
    z-index:99999
}
@-webkit-keyframes fancybox-rotate{
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }

}
.fancybox-animated{
    transition-timing-function:cubic-bezier(0,0,.25,1)
}
.fancybox-fx-slide.fancybox-slide--previous{
    opacity:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0)
}
.fancybox-fx-slide.fancybox-slide--next{
    opacity:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0)
}
.fancybox-fx-slide.fancybox-slide--current{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next{
    opacity:0;
    transition-timing-function:cubic-bezier(.19,1,.22,1)
}
.fancybox-fx-fade.fancybox-slide--current{
    opacity:1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous{
    opacity:0;
    -webkit-transform:scale3d(1.5,1.5,1.5);
    transform:scale3d(1.5,1.5,1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next{
    opacity:0;
    -webkit-transform:scale3d(.5,.5,.5);
    transform:scale3d(.5,.5,.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current{
    opacity:1;
    -webkit-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1)
}
.fancybox-fx-rotate.fancybox-slide--previous{
    opacity:0;
    -webkit-transform:rotate(-360deg);
    transform:rotate(-360deg)
}
.fancybox-fx-rotate.fancybox-slide--next{
    opacity:0;
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
}
.fancybox-fx-rotate.fancybox-slide--current{
    opacity:1;
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
}
.fancybox-fx-circular.fancybox-slide--previous{
    opacity:0;
    -webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);
    transform:scale3d(0,0,0) translate3d(-100%,0,0)
}
.fancybox-fx-circular.fancybox-slide--next{
    opacity:0;
    -webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);
    transform:scale3d(0,0,0) translate3d(100%,0,0)
}
.fancybox-fx-circular.fancybox-slide--current{
    opacity:1;
    -webkit-transform:scale3d(1,1,1) translate3d(0,0,0);
    transform:scale3d(1,1,1) translate3d(0,0,0)
}
.fancybox-fx-tube.fancybox-slide--previous{
    -webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
    transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next{
    -webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);
    transform:translate3d(100%,0,0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current{
    -webkit-transform:translate3d(0,0,0) scale(1);
    transform:translate3d(0,0,0) scale(1)
}
@media all and (max-height:576px){
    .fancybox-caption{
        padding:12px
    }
    .fancybox-slide{
        padding-left:6px;
        padding-right:6px
    }
    .fancybox-slide--image{
        padding:6px 0
    }
    .fancybox-close-small{
        right:-6px
    }
    .fancybox-slide--image .fancybox-close-small{
        background:#4e4e4e;
        color:#f2f4f6;
        height:36px;
        opacity:1;
        padding:6px;
        right:0;
        top:0;
        width:36px
    }

}
.fancybox-share{
    background:#f4f4f4;
    border-radius:3px;
    max-width:90%;
    padding:30px;
    text-align:center
}
.fancybox-share h1{
    color:#222;
    font-size:35px;
    font-weight:700;
    margin:0 0 20px 0
}
.fancybox-share p{
    margin:0;
    padding:0
}
.fancybox-share__button{
    border:0;
    border-radius:3px;
    display:inline-block;
    font-size:14px;
    font-weight:700;
    line-height:40px;
    margin:0 5px 10px 5px;
    min-width:130px;
    padding:0 15px;
    text-decoration:none;
    transition:all .2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    white-space:nowrap
}
.fancybox-share__button:visited,.fancybox-share__button:link{
    color:#fff
}
.fancybox-share__button:hover{
    text-decoration:none
}
.fancybox-share__button--fb{
    background:#3b5998
}
.fancybox-share__button--fb:hover{
    background:#344e86
}
.fancybox-share__button--pt{
    background:#bd081d
}
.fancybox-share__button--pt:hover{
    background:#aa0719
}
.fancybox-share__button--tw{
    background:#1da1f2
}
.fancybox-share__button--tw:hover{
    background:#0d95e8
}
.fancybox-share__button svg{
    height:25px;
    margin-right:7px;
    position:relative;
    top:-1px;
    vertical-align:middle;
    width:25px
}
.fancybox-share__button svg path{
    fill:#fff
}
.fancybox-share__input{
    background:0 0;
    border:0;
    border-bottom:1px solid #d7d7d7;
    border-radius:0;
    color:#5d5b5b;
    font-size:14px;
    margin:10px 0 0 0;
    outline:0;
    padding:10px 15px;
    width:100%
}
.fancybox-thumbs{
    background:#ddd;
    bottom:0;
    display:none;
    margin:0;
    -webkit-overflow-scrolling:touch;
    padding:2px 2px 4px 2px;
    position:absolute;
    right:0;
    -webkit-tap-highlight-color:transparent;
    top:0;
    width:212px;
    z-index:99995
}
.fancybox-thumbs-x{
    overflow-x:auto;
    overflow-y:hidden
}
.fancybox-show-thumbs .fancybox-thumbs{
    display:block
}
.fancybox-show-thumbs .fancybox-inner{
    right:212px
}
.fancybox-thumbs__list{
    font-size:0;
    height:100%;
    list-style:none;
    margin:0;
    overflow-x:hidden;
    overflow-y:auto;
    padding:0;
    position:absolute;
    position:relative;
    white-space:nowrap;
    width:100%
}
.fancybox-thumbs-x .fancybox-thumbs__list{
    overflow:hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{
    width:7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{
    background:#fff;
    border-radius:10px;
    box-shadow:inset 0 0 6px rgba(0,0,0,.3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{
    background:#2a2a2a;
    border-radius:10px
}
.fancybox-thumbs__list a{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    background-color:rgba(0,0,0,.1);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    cursor:pointer;
    float:left;
    height:75px;
    margin:2px;
    max-height:calc(100% - 8px);
    max-width:calc(50% - 4px);
    outline:0;
    overflow:hidden;
    padding:0;
    position:relative;
    -webkit-tap-highlight-color:transparent;
    width:100px
}
.fancybox-thumbs__list a::before{
    border:6px solid #ff5268;
    bottom:0;
    content:'';
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    transition:all .2s cubic-bezier(.25,.46,.45,.94);
    z-index:99991
}
.fancybox-thumbs__list a:focus::before{
    opacity:.5
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before{
    opacity:1
}
@media all and (max-width:576px){
    .fancybox-thumbs{
        width:110px
    }
    .fancybox-show-thumbs .fancybox-inner{
        right:110px
    }
    .fancybox-thumbs__list a{
        max-width:calc(100% - 10px)
    }

}
@-webkit-keyframes fancybox-rotate{
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }

}
@keyframes fancybox-rotate{
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }

}
.owl-carousel,.owl-carousel .owl-item{
    -webkit-tap-highlight-color:transparent;
    position:relative
}
.owl-carousel{
    display:none;
    width:100%;
    z-index:1
}
.owl-carousel .owl-stage{
    position:relative;
    touch-action:manipulation;
    -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout:none
}
.owl-carousel .owl-item img{
    display:block;
    width:100%
}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
    display:none
}
.no-js .owl-carousel,.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
    cursor:pointer;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
    background:0 0;
    color:inherit;
    border:0;
    padding:0!important;
    font:inherit
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
    touch-action:pan-y;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.owl-carousel .animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    -webkit-animation-name:fadeOut;
    animation-name:fadeOut
}
.owl-height{
    transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    transition:opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{
    max-height:0
}
.owl-carousel .owl-item img.owl-lazy{
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper{
    position:relative;
    height:100%;
    background:#000
}
.owl-carousel .owl-video-play-icon{
    position:absolute;
    height:80px;
    width:80px;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    cursor:pointer;
    z-index:1;
    -webkit-backface-visibility:hidden;
    transition:-webkit-transform .1s ease;
    transition:transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover{
    -webkit-transform:scale(1.3,1.3);
    transform:scale(1.3,1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{
    display:none
}
.owl-carousel .owl-video-tn{
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    transition:opacity .4s ease
}
.owl-carousel .owl-video-frame{
    position:relative;
    z-index:1;
    height:100%;
    width:100%
}
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
    left:0;
    bottom:0
}
.fotorama--fullscreen,.fotorama__img{
    max-width:99999px!important;
    max-height:99999px!important;
    min-width:0!important;
    min-height:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    padding:0!important
}
.fotorama__wrap .fotorama__grab{
    cursor:move;
    cursor:grab
}
.fotorama__grabbing *{
    cursor:move;
    cursor:grabbing
}
.fotorama__spinner{
    position:absolute!important;
    top:50%!important;
    left:50%!important
}
.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
}
.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{
    outline:0
}
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{
    content:'';
    border-radius:inherit;
    background-color:rgba(0,175,234,.5)
}
.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{
    -webkit-transform:none!important;
    transform:none!important
}
.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{
    transition-property:-webkit-transform,width;
    transition-property:transform,width;
    transition-timing-function:cubic-bezier(.1,0,.25,1);
    transition-duration:0ms
}
.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.fotorama__select{
    -webkit-user-select:text;
    -moz-user-select:text;
    user-select:text
}
.fotorama__nav,.fotorama__nav__frame{
    margin:auto;
    padding:0
}
.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{
    -moz-box-orient:vertical;
    display:inline-block;
    vertical-align:middle
}
.fotorama__nav__frame,.fotorama__thumb-border{
    box-sizing:content-box
}
.fotorama__caption__wrap{
    box-sizing:border-box
}
.fotorama--hidden,.fotorama__load{
    position:absolute;
    left:-99999px;
    top:-99999px;
    z-index:-1
}
.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{
    -webkit-tap-highlight-color:transparent
}
.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{
    background:url(../img/fotorama/fotorama.png) no-repeat
}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){
    .fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{
        background:url(../img/fotorama/fotorama.png) 0 0/96px 160px no-repeat
    }

}
.fotorama__thumb{
    background-color:#7f7f7f;
    background-color:rgba(127,127,127,.2)
}
@media print{
    .fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{
        background:0 0!important
    }

}
.fotorama{
    min-width:1px;
    overflow:hidden
}
.fotorama:not(.fotorama--unobtrusive)>:not(:first-child){
    display:none
}
.fullscreen{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    background:#000
}
.fotorama--fullscreen{
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    float:none!important;
    z-index:2147483647!important;
    background:#000;
    width:100%!important;
    height:100%!important;
    margin:0!important
}
.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{
    background:#000
}
.fotorama__wrap{
    -webkit-text-size-adjust:100%;
    position:relative;
    direction:ltr;
    z-index:0
}
.fotorama__wrap--rtl .fotorama__stage__frame{
    direction:rtl
}
.fotorama__nav,.fotorama__stage{
    overflow:hidden;
    position:relative;
    max-width:100%
}
.fotorama__wrap--pan-y{
    left:0;
    top:0
}
.fotorama__wrap--fade .fotorama__fade-front{
    z-index:8
}
.fotorama__wrap--fade .fotorama__fade-rear{
    z-index:7
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{
    z-index:9
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{
    display:none
}
.fotorama__img{
    opacity:0;
    border:0!important
}
.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{
    opacity:1!important
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{
    display:none
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{
    display:block
}
.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{
    max-width:99999px!important
}
.fotorama__wrap--only-active .fotorama__stage__frame{
    visibility:hidden
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{
    visibility:visible
}
.fotorama__nav{
    font-size:0;
    line-height:0;
    text-align:center;
    display:none;
    white-space:nowrap;
    z-index:5
}
.fotorama__nav__shaft{
    position:relative;
    left:0;
    top:0;
    text-align:left
}
.fotorama__nav__frame{
    position:relative;
    cursor:pointer
}
.fotorama__nav--dots{
    display:block
}
.fotorama__nav--dots .fotorama__nav__frame{
    width:18px;
    height:30px
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{
    display:none
}
.fotorama__nav--thumbs{
    display:block
}
.fotorama__nav--thumbs .fotorama__nav__frame{
    padding-left:0!important
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child{
    padding-right:0!important
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot{
    display:none
}
.fotorama__dot{
    display:block;
    width:4px;
    height:4px;
    position:relative;
    top:12px;
    left:6px;
    border-radius:6px;
    border:1px solid #7f7f7f
}
.fotorama__nav__frame:focus .fotorama__dot:after{
    padding:1px;
    top:-1px;
    left:-1px
}
.fotorama__nav__frame.fotorama__active .fotorama__dot{
    width:0;
    height:0;
    border-width:3px
}
.fotorama__nav__frame.fotorama__active .fotorama__dot:after{
    padding:3px;
    top:-3px;
    left:-3px
}
.fotorama__thumb{
    overflow:hidden;
    position:relative;
    width:100%;
    height:100%
}
.fotorama__nav__frame:focus .fotorama__thumb{
    z-index:2
}
.fotorama__thumb-border{
    position:absolute;
    z-index:9;
    top:0;
    left:0;
    border-style:solid;
    border-color:#00afea;
    background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))
}
.fotorama__caption{
    position:absolute;
    z-index:12;
    bottom:0;
    left:0;
    right:0;
    font-family:'Helvetica Neue',Arial,sans-serif;
    font-size:14px;
    line-height:1.5;
    color:#000
}
.fotorama__caption a{
    text-decoration:none;
    color:#000;
    border-bottom:1px solid;
    border-color:rgba(0,0,0,.5)
}
.fotorama__caption a:hover{
    color:#333;
    border-color:rgba(51,51,51,.5)
}
.fotorama__wrap--rtl .fotorama__caption{
    left:auto;
    right:0
}
.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{
    display:none
}
.fotorama__caption__wrap{
    background-color:#fff;
    background-color:rgba(255,255,255,.9);
    padding:5px 10px
}
@-webkit-keyframes spinner{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }

}
.fotorama__wrap--css3 .fotorama__spinner{
    -webkit-animation:spinner 24s infinite linear;
    animation:spinner 24s infinite linear
}
.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{
    transition-property:opacity;
    transition-timing-function:linear;
    transition-duration:.3s
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{
    opacity:0
}
.fotorama__select{
    cursor:auto
}
.fotorama__video{
    top:32px;
    right:0;
    bottom:0;
    left:0;
    position:absolute;
    z-index:10
}
@-moz-document url-prefix(){
    .fotorama__active{
        box-shadow:0 0 0 transparent
    }

}
.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{
    position:absolute;
    z-index:11;
    cursor:pointer
}
.fotorama__arr{
    position:absolute;
    width:32px;
    height:32px;
    top:50%;
    margin-top:-16px
}
.fotorama__arr--prev{
    left:30px;
    background-position:0 0
}
.fotorama__arr--next{
    right:2px;
    background-position:-32px 0
}
.fotorama__arr--disabled{
    pointer-events:none;
    cursor:default
}
.fotorama__fullscreen-icon{
    width:32px;
    height:32px;
    top:2px;
    right:2px;
    background-position:0 -32px;
    z-index:20
}
.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{
    border-radius:50%
}
.fotorama--fullscreen .fotorama__fullscreen-icon{
    background-position:-32px -32px
}
.fotorama__video-play{
    width:96px;
    height:96px;
    left:50%;
    top:50%;
    margin-left:-48px;
    margin-top:-48px;
    background-position:0 -64px;
    opacity:0
}
.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{
    display:none
}
.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{
    opacity:1;
    display:block
}
.fotorama__nav__frame .fotorama__video-play{
    width:32px;
    height:32px;
    margin-left:-16px;
    margin-top:-16px;
    background-position:-64px -32px
}
.fotorama__video-close{
    width:32px;
    height:32px;
    top:0;
    right:0;
    background-position:-64px 0;
    z-index:20;
    opacity:0
}
.fotorama__wrap--css2 .fotorama__video-close{
    display:none
}
.fotorama__wrap--css3 .fotorama__video-close{
    -webkit-transform:translate3d(32px,-32px,0);
    transform:translate3d(32px,-32px,0)
}
.fotorama__wrap--video .fotorama__video-close{
    display:block;
    opacity:1
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{
    opacity:0
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{
    opacity:1
}
.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{
    opacity:0!important
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{
    display:none
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{
    display:block
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{
    display:none!important
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){
    -webkit-transform:translate3d(32px,-32px,0);
    transform:translate3d(32px,-32px,0)
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){
    -webkit-transform:translate3d(-48px,0,0);
    transform:translate3d(-48px,0,0)
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){
    -webkit-transform:translate3d(48px,0,0);
    transform:translate3d(48px,0,0)
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{
    -webkit-transform:translate3d(32px,-32px,0)!important;
    transform:translate3d(32px,-32px,0)!important
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{
    -webkit-transform:translate3d(-48px,0,0)!important;
    transform:translate3d(-48px,0,0)!important
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{
    -webkit-transform:translate3d(48px,0,0)!important;
    transform:translate3d(48px,0,0)!important
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){
    transition-property:-webkit-transform,opacity;
    transition-property:transform,opacity;
    transition-duration:.3s
}
.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{
    content:"";
    display:block;
    position:absolute;
    text-decoration:none;
    top:0;
    bottom:0;
    width:10px;
    height:auto;
    z-index:10;
    pointer-events:none;
    background-repeat:no-repeat;
    background-size:1px 100%,5px 100%
}
.fotorama__nav:before,.fotorama__stage:before{
    background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);
    background-position:0 0,0 0;
    left:-10px
}
.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{
    left:0
}
.fotorama__nav:after,.fotorama__stage:after{
    background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);
    background-position:100% 0,100% 0;
    right:-10px
}
.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{
    right:0
}
.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{
    display:none
}
@-webkit-keyframes spinner{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }

}
@keyframes spinner{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }

}

.banner__arrow{
    margin: 0 auto;
    width:27px;
    -webkit-animation:popup 3s infinite;
    animation:popup 3s infinite;

}

.banner .width-wrap{
    position:relative;
    z-index:10;
    text-align: center;

}

.fancybox-inner .inp{
    color:#000!important;

}

.fancybox-inner .inp::-webkit-input-placeholder{
    color:#ccc
}
