@font-face {
    font-family: 'Avenir Next Cyr Light';

    font-display: auto;
    src: url('/fonts/AvenirNextCyr-Light.eot');
    src: url('/fonts/AvenirNextCyr-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AvenirNextCyr-Light.woff') format('woff'),
    url('/fonts/AvenirNextCyr-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Next Cyr Bold';
    src: url('/fonts/AvenirNextCyr-Bold.eot');
    src: url('/fonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AvenirNextCyr-Bold.woff') format('woff'),
    url('/fonts/AvenirNextCyr-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

    font-display: auto;
}
@font-face {
    font-family: 'Avenir Next Cyr Medium';
    src: url('/fonts/AvenirNextCyr-Medium.eot');
    src: url('/fonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AvenirNextCyr-Medium.woff') format('woff'),
    url('/fonts/AvenirNextCyr-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

    font-display: auto;
}
@font-face {
    font-family: 'Avenir Next Cyr Demi';
    src: url('/fonts/AvenirNextCyr-Demi.eot');
    src: url('/fonts/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AvenirNextCyr-Demi.woff') format('woff'),
    url('/fonts/AvenirNextCyr-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

    font-display: auto;
}
@font-face {
    font-family: 'Avenir Next Cyr Regular';
    src: url('/fonts/AvenirNextCyr-Regular.eot');
    src: url('/fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AvenirNextCyr-Regular.woff') format('woff'),
    url('/fonts/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

    font-display: auto;
}
*{
    padding: 0;
    margin: 0;
}
a, input, button, .slick-slide{
    outline: 0;
}
body{
    font-family: 'Avenir Next Cyr Light';
    font-size: 15px;
    color: #303030;
    line-height: 20px;
}
.container {
    width: 1200px;
}
header{
    background: #000 url(/img/fon.jpg) 50% 50% no-repeat;
    height: 640px;
}
header .logo{
    font-family: 'Avenir Next Cyr Bold';
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

header .logo span {
    color: #c249c5;
}
header .logo:hover{
    text-decoration: none;
}
header .navbar{
    margin: 45px 0 0 0;
}
#topnav{
    float: right;
}
.navbar-nav>li>a{
    font-family: 'Avenir Next Cyr Medium';
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0;
    position: relative;
}
.navbar-nav>li{
    padding: 0 4rem;
}
.navbar-nav>li{
    padding: 0 4rem;
}
.navbar-nav>li:last-child{
    padding: 0 0 0 2rem;
}
.navbar-nav>li>a:after {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    opacity: 0;
    background-color: #fff;
    transition: all .5s;
}
.navbar-nav>li:hover a:after, .navbar-nav>li>a.active:after {
    bottom: -5px;
    opacity: 1;
    transition: all .5s;
}
.navbar-nav>li:hover a, .navbar-nav>li>a.active {
    color: #fff;
    transition: all .5s;
}
.nav>li>a:focus, .nav>li>a:hover {
    background: none;
}
.top{
    margin: 75px 0 0 0;
}
.top .title{
    color: #fff;
    font-size: 40px;
    font-family: 'Avenir Next Cyr Bold';
    text-transform: uppercase;
    width: 70%;
    line-height: 58px;
}
.top .sub-title{
    color: #fff;
    font-size: 17px;
    margin: 27px 0 0 0;
    line-height: 25px;
}
.top .bottom{
    margin: 47px 0 0 0;
}
.top .bottom .btn{
    color: #fff;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Demi';
    background: #5a085c;
    padding: 17px 0;
    width: 300px;
    text-transform: uppercase;
    border-radius: 30px;
    transition: all .5s;
    position: relative;
}
.top .bottom .btn:hover{
    background: #97009a;
}
.top .bottom .btn:before, .top .bottom .btn:after {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}
.top .bottom .btn:active {
    transform: scale(0.9);
    background-color: #97009a;
    box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}
.rabota{
    margin-top: 73px;
}
.rabota .title{
    color: #300f46;
    font-size: 32px;
    font-family: 'Avenir Next Cyr Demi';
    position: relative;
    text-align: center;
    width: 480px;
    margin: 0 auto;
}
.rabota .title span{
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 45px;
}
.rabota .title:after{
    content: '';
    background: #300f46;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    top: 10px;
}
.rabota .box{
    display: flex;
    justify-content: space-between;
    margin-top: 57px;
    position: relative;
}
.rabota .box .uslug{
    width: 25%;
    position: relative;
    z-index: 1;
}
.rabota .box .uslug:after{
    content: '';
    background: url(/img/li.png) 0 0 repeat;
    display: block;
    width: 39%;
    height: 10px;
    position: absolute;
    top: 75px;
    right: -72px;
    left: 233px;
}
.rabota .box .uslug:last-child:after{
    display: none;
}
.rabota .box .uslug .sl{
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.rabota .box .uslug .sl .img{
    background: #5a085c;
    border-radius: 50%;
    width: 151px;
    height: 151px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.rabota .box .uslug .sl .img img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
}
.rabota .box .uslug .sl .zag{
    color: #300f46;
    font-size: 20px;
    font-family: 'Avenir Next Cyr Demi';
    text-align: center;
    margin: 19px 0 13px 0;
}
.rabota .box .uslug .sl .text{
    text-align: center;
}
.uslugi{
    margin-top: 73px;
    margin-bottom: 45px;
}
.uslugi .title{
    color: #300f46;
    font-size: 32px;
    font-family: 'Avenir Next Cyr Demi';
    position: relative;
    text-align: center;
    width: 285px;
    margin: 0 auto;
}
.uslugi .title span{
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 45px;
}
.uslugi .title:after{
    content: '';
    background: #300f46;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    top: 10px;
}
.uslugi .box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
    position: relative;
}
.uslugi .box .uslug{
    width: 33%;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.uslugi .hides{
    display: none;
}
.uslugi .info{
    margin-top: 60px;
}
.uslugi .box .uslug .img,
.uslugi .info .img{
    width: 251px;
    height: 251px;
    margin: 0 auto;
    display: block;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.uslugi .box .uslug .img img,
.uslugi .info .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.uslugi .box .uslug .zag,
.uslugi .info .zag{
    color: #300f46;
    font-size: 20px;
    font-family: 'Avenir Next Cyr Demi';
    text-align: center;
    margin: 15px auto 11px auto;
    line-height: 23px;
    width: 300px;
}
.uslugi .box .uslug .text,
.uslugi .info .text{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    line-height: 23px;
}
.uslugi .info .link{
    margin: 0 0 0 63px;
}
.uslugi .link.btn{
    border: 1px solid #200730;
    border-radius: 10px;
    padding: 3px 0;
    background: transparent;
    text-decoration: none;
    width: 185px;
    margin: 30px auto 0 auto;
    transition: all .5s;
    position: relative;
}
.uslugi .link.btn:hover, .uslugi .link.btn:hover{
    background: #97009a;
    color: #fff;
    border-color: transparent;
}
.uslugi .link.btn:before, .uslugi .link.btn:after {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}
.uslugi .link.btn:active {
    transform: scale(0.9);
    background-color: #97009a;
}
.uslugi .bottom{
    margin: 15px auto 0 auto;
    width: 180px;
    overflow: hidden;
}
.uslugi .bottom .btn{
    color: #fff;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Regular';
    background: #5a085c;
    padding: 4px 0;
    margin: 2px 0 10px 0;
    width: 100%;
    text-transform: uppercase;
    border-radius: 30px;
    transition: all .5s;
    position: relative;
    display: block;
    box-shadow: 0 3px 5px rgba(32, 7, 48, 0.31);
}
.uslugi .info .bottom .btn{
    margin: 10px 0 25px 0;
}
.uslugi .bottom .btn.def{
    background: #fff;
    border: 1px solid #5a085c;
    color: #5a085c;
    box-shadow: 0 0 0 #000;
}
.uslugi .bottom .btn:hover, .uslugi .bottom .btn.def:hover{
    background: #97009a;
    color: #fff;
    border-color: transparent;
}
.uslugi .bottom .btn:before, .uslugi .bottom .btn:after {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}
.uslugi .bottom .btn:active {
    transform: scale(0.9);
    background-color: #97009a;
}
.uslugi .link{
    display: block;
    text-decoration: underline;
    font-size: 15px;
    color: #200730;
    font-family: 'Avenir Next Cyr Regular';
    margin: -24px 0 0 63px;
    background: url(/img/bak.png) 0 50% no-repeat;
    padding: 0 0 0 16px;
    position: relative;
    z-index: 1;
}
.uslugi .link:hover{
    text-decoration: none;
}
.page{
    background: url(/img/smoke.png) 0 -50px no-repeat;
    position: relative;
    overflow: hidden;
}
.page:after{
    content: '';
    background: url(/img/smoke1.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    bottom: 170px;
    width: 598px;
    height: 747px;
}
.page:before{
    content: '';
    background: url(/img/smoke2.png) 0 0 no-repeat;
    position: absolute;
    right: 0;
    bottom: -170px;
    width: 935px;
    height: 722px;
}
.ozivi{
    background: #211033 url(/img/smoke3.png) 0 0 no-repeat;
    position: relative;
    overflow: hidden;
}
.ozivi:after{
    content: '';
    background: url(/img/smoke4.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 835px;
    height: 722px;
}
.ozivi:before{
    content: '';
    background: url(/img/smoke2.png) 0 0 no-repeat;
    position: absolute;
    right: 0;
    bottom: -160px;
    width: 935px;
    height: 722px;
    opacity: 0.5;
}
.ozivi .title{
    color: #fff;
    font-size: 32px;
    font-family: 'Avenir Next Cyr Demi';
    position: relative;
    text-align: center;
    width: 285px;
    margin: 53px auto 11px auto;
}
.ozivi .title span{
    background: #211033;
    position: relative;
    z-index: 1;
    padding: 0 45px;
}
.ozivi .title:after{
    content: '';
    background: #fff;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    top: 10px;
}
.ozivi iframe{
    width: 100%;
    height: 245px;
    transition: all .5s;
    z-index: -5;
    position: relative;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.ozivi .slick-current iframe {
    z-index: 5;
}
.ozivi .text{
    color: #fff;
    font-size: 17px;
    background: #200730;
    box-shadow: 0 0px 10px #fff;
    border-radius: 30px;
    margin: 12px auto;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    opacity: 0;
    transition: all .5s;
}
.ozivi .slick-track{
    height: 480px;
}
.ozivi .slick-cloned.slick-active iframe{
    width: 430px;
    margin: 0 0 0 -30px;
}
.ozivi .slick-active iframe{
    width: 430px;
    margin: 0 0 0 -45px;
}
.ozivi .slick-center iframe{
    height: 345px;
    width: 606px;
    margin: 0 0 0 -128px;
}
.ozivi .slick-center .text{
    opacity: 1;
}
.ozivi .slick-slide{
    transition: all .5s;
}
.ozivi .slick-active{
    margin-top: 37px;
    position: relative;
    z-index: 1;
}
.ozivi .slick-center.slick-active{
    margin: 65px 0px 0 0px;
    position: relative;
    z-index: 2;
}
.ozivi .slick-dots{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: fit-content;
    margin: -53px auto 13px auto;
    position: relative;
    z-index: 10;
}
.ozivi .slick-dots li{
    margin-right: 8px;
}
.ozivi .slick-dots li button{
    font-size: 0;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    border: none;
    position: relative;
}
.ozivi .slick-dots li button:after{
    content: '';
    border: 1px solid #fff;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -3px;
    top: -3px;
    border-radius: 100%;
    opacity: 0;
    transition: all .5s;
}
.ozivi .slick-dots li.slick-active{
    margin: 0 8px 0 0;
}
.ozivi .slick-dots li.slick-active button:after{
    opacity: 1;
}
.ozivi .slick-arrow{
    background-image: url(/img/arrow.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    position: absolute;
    bottom: -8px;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 10;
}
.ozivi .slick-arrow.slick-prev{
    background-position: 0 0;
    left: 500px;
}
.ozivi .slick-arrow.slick-next{
    background-position: 100% 0;
    right: 510px;
}
.ozivi .center.slider{
    margin-bottom: 50px;
    margin-top: 10px;
    height: 500px;
    z-index: 10;
}
.ozivi .center.slider .slick-list{
    height: 545px;
}
.ozivi .test{
    background: url('../img/pattern.png') center no-repeat, #fff;
    overflow: hidden;
    margin: 74px auto 70px auto;
    width: 970px;
    padding: 33px;
    position: relative;
}
.ozivi .test .title{
    color: #5a085c;
    width: 100%;
    margin: 70px 0 70px 0;
    font-size: 26px;
    text-transform: uppercase;
}

.ozivi .test .title b {
    font-weight: bold;

    font-family: 'Avenir Next Cyr Bold';
}
.ozivi .test .test-5 .title{
    display: block !important;
}
.ozivi .test .test-5{
    width: 100%;
    padding-bottom: 60px;
}
.ozivi .test .title:after{
    display: none;
}
.ozivi .test form{
    margin: 0;
    border: 3px solid #5a085c;
}
.ozivi .test .form{
    margin: 0 auto;
    width: 100%;
    height: 350px;
    position: relative;
}
.ozivi .test .form .hiden{
    display: none;
}
.count{
    display: block;
    width: 90%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.ozivi .test .form .zag{
    color: #300f46;
    font-size: 28px;
    font-family: 'Avenir Next Cyr Demi';
    text-align: center;
    margin: 0 auto;
    line-height: 23px;
}
.ozivi .test .form .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
}
.ozivi .test .form .box .redio{
    width: 50%;
    margin-bottom: 33px;
    padding-left: 75px;
}

.ozivi .test .form .test-2 .box .redio {
    padding-left: 60px;
}

.ozivi .test .form .test-3 .box .redio {
    padding-left: 29px;
}

.ozivi .test .form .test-2 .box .redio,
.ozivi .test .form .test-3 .box .redio{
    width: 33%;
}
.ozivi .test .form .radio {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}
.ozivi .test .form .radio + label {
    cursor: pointer;
    color: #300f46;
    font-size: 24px;
    font-family: 'Avenir Next Cyr Medium';
}
.ozivi .test .form .radio:not(checked) {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.ozivi .test .form .radio:not(checked) + label {
    position: relative;
    padding: 5px 0 0 60px;
}
.ozivi .test .form .radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 25px;
    width: 25px;
    height: 25px;
    border: 2px solid #5a085c;
    border-radius: 50%;
    background: #FFF;
}
.ozivi .test .form .radio:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 25px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #5a085c;
    opacity: 0;
    transition: .2s;
}
.ozivi .test .form .radio:checked + label:after {
    opacity: 1;
}
.ozivi .test .dots{
    list-style: none;
    padding: 0;
    margin: 33px auto 65px auto;
    display: flex;
    justify-content: space-between;
    width: fit-content;
    position: relative;
}
.ozivi .test .dots li{
    margin-left: 8px;
}
.ozivi .test .dots li button{
    font-size: 0;
    border: 1px solid #5a085c;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    transition: all .5s;
    cursor: default;
    background-color: #fff;
}
.ozivi .test .dots li button:hover{
    background: transparent;
}
.ozivi .test .dots li.active button{
    background: #5a085c;
}
.ozivi .test .form .mail input{
    border-radius: 30px;
    border: 2px solid #5a085c;
    background: #fff;
    height: 60px;
    padding-left: 27px;
    width: 400px;
    font-size: 20px;
    margin: 30px auto 0 auto;
    display: block;
}
.ozivi .test .form button.btn, .ozivi .test .test-5 .btn{
    color: #fff;
    font-size: 22px;
    font-family: 'Avenir Next Cyr Demi';
    background: #5a085c;
    padding: 14px 0;
    width: 400px;
    border-radius: 30px;
    transition: all .5s;
    position: relative;
    outline: 0;
    margin: 30px auto 0 auto;
    display: block;
}
.ozivi .test .form button.btn:hove, .ozivi .test .test-5 .btn:hover{
    background: #97009a;
}
.ozivi .test .form button.btn:before, .ozivi .test .form button.btn:after, .ozivi .test .test-5 .btn:before, , .ozivi .test .test-5 .btn:after {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}
.ozivi .test .form button.btn:active, .ozivi .test .test-5 .btn:active {
    transform: scale(0.9);
    background-color: #97009a;
    box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}
footer{
    background: #100219;
}
footer .menu{
    width: 815px;
    margin: 20px auto 0 auto;
    border-bottom: 1px solid #fff;
    padding: 0 35px 26px 35px;
}
footer .menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
footer .menu ul li{
    padding: 0 4rem;
}
footer .menu ul li a{
    font-family: 'Avenir Next Cyr Medium';
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0;
    position: relative;
}
footer .menu ul li a:after {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    opacity: 0;
    background-color: #fff;
    transition: all .5s;
}
footer .menu ul li:hover a, footer .menu ul li a.active {
    color: #fff;
    transition: all .5s;
    text-decoration: none;
}
footer .menu ul li:hover a:after, footer .menu ul li a.active:after {
    bottom: -5px;
    opacity: 1;
    transition: all .5s;
}
footer .copyright{
    font-size: 13px;
    color: #b8b8b8;
    margin: 20px auto;
    width: 57%;
    text-align: center;
}
footer .copyright p{
    margin-bottom: 25px;
}
.modal-content{
    background: #200730;
    border-radius: 15px;
    border: none;
}
.modal-header{
    border: none;
    padding: 40px 15px;
}
.modal-header .close{
    margin-top: -25px;
    opacity: 1;
}
.modal-title{
    text-align: center;
    font-family: 'Avenir Next Cyr Demi';
    font-size: 25px;
    color: #fff;
}
.modal-body{
    position: relative;
    padding: 0 50px 40px 50px;
}
.modal-body .form-control{
    background: transparent;
    border: 1px solid #b8b8b8;
    height: 48px;
    border-radius: 10px;
    color: #b8b8b8;
    font-size: 17px;
    padding: 0 12px;
    box-shadow: 0 0 0 #000;
}
.modal-body .btn-default{
    color: #fff;
    font-size: 16px;
    font-family: 'Avenir Next Cyr Regular';
    background: #5a085c;
    padding: 14px 0;
    width: 400px;
    border-radius: 30px;
    transition: all .5s;
    position: relative;
    outline: 0;
    margin: 30px auto 0 auto;
    display: block;
    border: none;
    text-transform: uppercase;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.31);
}
.modal-body .btn-default:hover{
    background: #97009a;
}
.modal-body .btn-default:before, .modal-body .btn-default:after {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}
.modal-body .btn-default:active {
    transform: scale(0.9);
    background-color: #97009a;
    box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}
header.mini{
    background: #000 url(/img/fon.jpg) 0% 0% no-repeat;
    height: auto;
    padding-bottom: 15px;
}
.main{
    background: #211033;
}
.main .title{
    color: #fff;
    font-size: 32px;
    font-family: 'Avenir Next Cyr Demi';
    position: relative;
    text-align: center;
    width: 285px;
    margin: 53px auto 11px auto;
}
.main .title span{
    background: #211033;
    position: relative;
    z-index: 1;
    padding: 0 45px;
}
.main .title:after{
    content: '';
    background: #fff;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    top: 10px;
}
.main .piple{
    
}
.main .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main .box .col{
    width: 45%;
}
.main .box .col .img{
    margin: 50px 0 25px 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.31);
}
.main .box .col .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main .box .col .name{
    font-family: 'Avenir Next Cyr Demi';
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
}
.main .box .col .dol{
    font-family: 'Avenir Next Cyr Light';
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 100;
    font-style: italic;
}
.main .box .col .text{
    color: #b8b8b8;
    text-align: center;
    line-height: 25px;
}
.main .serti{
    
}
.main .serti .title{
    width: 470px;
    margin: 80px auto 50px auto;
}
.main .serti a{
    display: block;
    margin: 0 0 40px 0;
}
.main .serti a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width:1199px){
    .container {
        width: 970px;
    }
    .ozivi .slick-arrow{
        display: none !important;
    }
    .ozivi .center.slider{
        z-index: 1000;
        margin-top: 50px;
        height: auto;
        overflow: hidden;
    }
    .ozivi .center.slider .slick-list {
        height: auto;
    }
    .ozivi .slick-track {
        height: auto;
    }
    .ozivi .slick-center iframe{
        width: 100%;
        margin: 0;
    }
    .ozivi .slick-center.slick-active{
        margin: 0;
    }
    .ozivi .slick-dots{
        margin: 20px auto;
    }
    .ozivi iframe{
        height: 345px;
    }
    .ozivi .test {
        margin: 50px auto;
        width: 100%;
        padding: 20px;
    }
}
@media (max-width:991px){
    .container {
        width: 750px;
    }
    .rabota .box{
        flex-wrap: wrap;
    }
    .rabota .box .uslug {
        width: 50%;
        margin-bottom: 20px;
    }
    .rabota .box .uslug:after{
        right: -125px;
    }
    .rabota .box .uslug:nth-child(2):after{
        display: none;
    }
    .uslugi .box .uslug {
        width: 50%;
    }
    .ozivi .test .title{
        line-height: 45px;
        margin: 35px 0;
    }
    .ozivi .test .form .radio + label{
        font-size: 18px;
    }
    .ozivi .test .form .zag{
        line-height: 40px;
    }
    .ozivi .test .form .mail input{
        margin: 15px auto 0 auto;
    }
    .ozivi .test .form button.btn, .ozivi .test .test-5 .btn{
        margin: 15px auto 0 auto;
    }
    footer .menu {
        width: 100%;
    }
}
@media (max-width:767px){
    .container {
        width: 100%;
    }
    .navbar-toggle{
        border: 1px solid #fff;
        margin: 0 0 0 0;
    }
    .navbar-toggle .icon-bar{
        background: #fff;
    }
    header .navbar {
        margin: 0;
        background: rgba(0, 0, 0, 0.8);
        padding: 15px 15px 0 15px;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 10000;
    }
    header .logo{
        margin-top: 8px;
        margin-bottom: 20px;
        display: block;
    }
    #topnav {
        float: none;
        width: 100%;
        overflow: hidden;
    }
    .navbar-nav {
        margin: 7.5px 0;
    }
    .navbar-nav>li {
        padding: 0 0 25px 0;
    }
    .navbar-nav>li:last-child {
        padding: 0 0 25px 0;
    }
    .navbar-nav>li>a{
        text-align: center;
    }
    .top {
        margin: 125px 0 0 0;
    }
    .top .title{
        width: 100%;
    }
    .top .sub-title br{
        display: none;
    }
    header{
        height: auto;
        padding-bottom: 50px;
    }
    .rabota .title:after,
    .uslugi .title:after{
        display: none;
    }




    .rabota .title span,
    .uslugi .title span{
        background: transparent;
        padding: 0;
    }
    .rabota .box .uslug .sl {
        width: 100%;
    }
    .rabota .box .uslug {
        width: 100%;
    }
    .uslugi .box .uslug,
    .uslugi .box .uslug .text,
    .uslugi .info .text{
        width: 100%;
    }
    .modal-body {
        position: relative;
        padding: 0 20px 40px 20px;
    }
    .count{
        width: 100%;
        position: relative;
        padding: 0 10px;
    }
    footer .menu{
        display: none;
    }
    .ozivi .test .form .box .redio {
        width: 100%;
        margin-bottom: 33px;
        padding-left: 0;
    }
    .ozivi .test .form .box {
        display: block;
        margin: 20px 0 0 0;
    }
    .ozivi .test .form .box .redio {
        width: 100%;
        margin: 0 0 33px 0;
    }
    .ozivi .test .form{
        height: auto;
    }
    .main .box .col {
        width: 100%;
    }
    .main {
        padding-top: 50px;
    }
    .main .title:after{
        display: none;
    }
    .main .box .col .img {
        margin: 50px auto 25px auto;
        width: 320px;
    }
    .main .serti a {
        margin: 0 auto 15px auto;
        width: 320px;
    }
    .rabota .title{
        width: 100%;
    }
    .ozivi .test .title {
        font-size: 25px;
    }
    .ozivi .test .form .zag{
        font-size: 22px;
    }
    .ozivi .test .form .test-2 .box .redio, .ozivi .test .form .test-3 .box .redio {
        width: 100%;
    }
    .ozivi .test .form .mail input{
        width: 100%;
        font-size: 18px;
    }
    .ozivi .test .form button.btn, .ozivi .test .test-5 .btn {
        margin: 15px auto 0 auto;
        width: 100%;
        font-size: 18px;
    }
    footer .copyright{
        width: 100%;
    }
    .main .serti .title {
        width: 100%;
    }
    .main .title span{
        padding: 0;
    }
    .modal-body .btn-default{
        width: 100%;
    }
    .modal-dialog{
        margin-top: 100px;
    }
    .ozivi .slick-dots li button{
        width: 15px;
        height: 15px;
    }
    .ozivi .slick-dots li button:after{
        width: 21px;
        height: 21px;
    }

    .rabota .box .uslug:after {
        display: block;
        position: relative;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        height: 54px;
        width: 15px;
        margin: 20px auto 0;
        background-image: url(../img/li-mb.png);

    }
}

.ajax-form-order input[type=file]{
    color: #fff;
    margin-bottom: 25px;
    display: block;
}

.ajax-form-order label{
    color: #fff;
}

*:focus, *:target {
    outline: none !important;
}

.slick-list {
    overflow: visible;
}

.uslug .cat {
    background: #5a085c;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 13px;
    margin-bottom: 5px;
}

.uslug {
    text-align: center;
}

#time-modal {
    z-index: 9999999999;
}

#time-modal .modal-content {
    background: url('../img/modal-bg.png') no-repeat, #fff;
    background-size: auto 100%;
    /*width: 677px;*/
    font-size: 18px;
    color: #303030;
    line-height: 32px;
    padding: 46px 65px;
}

#time-modal .btns .btn {
    color: #fff;
    font-size: 14px;
    font-family: 'Avenir Next Cyr Regular';
    background: #5a085c;
    padding: 10px;
    margin: 2px 0 10px 0;
    width: 100%;
    text-transform: uppercase;
    border-radius: 30px;
    transition: all .5s;
    position: relative;
    display: block;
    margin-right: 20px;

}

#time-modal button.close {
    right: 30px;
    position: absolute;
    top: 30px;
    opacity: 1;
}

#time-modal .modal-dialog {
    width: 677px;
    max-width: calc(100% - 20px);
}

#time-modal .btns .btn:last-child {
    margin-right: 0;
}

#time-modal .btns .btn-op {
    background: #c1c1c1;
    color: #fff;
}

#time-modal .btns {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#time-modal .title {
    font-size: 25px;
    line-height: 32px;
    display: block;
    text-align: center;
    margin: 40px 0;
    font-family: 'Avenir Next Cyr Medium';
}

#time-modal .title span {
color: #5a085c;
    font-family: 'Avenir Next Cyr Bold';
}

#timer .time {
    color: #fff;
    font-size: 32px;
    height: 62px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    border-radius: 10px;
    background: linear-gradient(#5a085c, #2d062e);
}

#timer .item {
    margin-right: 20px;
}

#timer .item:last-child {
    margin-right: 0;
}

#time-modal p {
    font-size: 16px;
    line-height: 32px;
    color: #303030;
    display: block;text-align: center;

    font-family: 'Avenir Next Cyr Medium';
}

#timer .item span {
    display: block;
    text-align: center;
    color: #5a5a5a;
    font-size: 16px;
}

#timer .item-group {
    display: flex;
}

#timer {
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width:768px){
    #time-modal .modal-content {
        padding: 30px;
    }
    #timer .time {
        height: 50px;
        padding: 0 6px;
    }
    #time-modal .btns {
        display: block;
    }
    .ozivi .slick-slide {
        opacity: 0;
    }
    .ozivi .slick-slide.slick-current {
        display: block;
        opacity: 1;
    }
    .ozivi .test {
        background: url('../img/mb-opros-bg.png') no-repeat, #fff;
        background-size: 100%;
    }
    .ozivi .test .form .test-2 .box .redio,
    .ozivi .test .form .test-3 .box .redio {
        padding-left: 0;
    }
    .rabota .box .uslug:nth-child(2):after {
        display: block;
    }
}

a.footer__mail{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    margin-left: 10px;
}

#bonus {
    transition: all .4s;
}

#bonus.active {
    transform: scale(1.2);
}


@keyframes glowing {
    60% { background-color: #5a085c;  }
    80% { background-color: #97009a;}
    100% { background-color: #5a085c;  }
}

.top .bottom .btn,
.uslugi .bottom .btn:not(.def),
.ozivi .test .form button.btn,
#time-modal .btns .btn:not(.btn-op),
*.glowanimate
{
    animation: glowing 5000ms infinite;
}

.top .bottom .btn:hover,
.uslugi .bottom .btn:hover,
.ozivi .test .form button.btn:hover,
#time-modal .btns .btn:hover
{
    transform: scale(0.95);
    /*animation: none;*/
}



.preloader-wrapper {
    width: 100%;
    height: 1000%;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    padding-top: 10%;
    z-index: 9999999999;
}

.cssload-loader {
    position: relative;
    left: calc(50% - 31px);
    width: 100px;
    height: 100px;
    margin: 130px 0;
    perspective: 780px;
}
.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid #5A085C;
}
.cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 3px solid rgba(76, 70, 101, 0.99);
}
.cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 3px solid #2C0D3F;
}
@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
