
.pacmans-input{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;height:66px;width:100%
}
.pacmans-input label{position:absolute;z-index:2;top:23px;left:17px;font-size:17px;line-height:20px;color:#B4BDC8;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
.pacmans-input label.required:after{content:'*';display:inline;color:#bfc5cc;margin-left:3px
}
.pacmans-input label.active{-webkit-transform:translate(0, -12px) scale(0.76);transform:translate(0, -12px) scale(0.76)
}
.pacmans-input input{outline:0;font-size:17px;line-height:normal;height:66px;padding:30px 17px 9px
}

.pacmans-checkbox{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:30px;height:30px;border:2px solid #ccc;border-radius:0px;background-color:rgba(0,0,0,0);cursor:pointer;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;outline:0
}
.pacmans-checkbox:after{content:'';display:block;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='24' height='24'%3E%3Cpath fill='%23639' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:70%;-webkit-transform:scale(0.6);transform:scale(0.6);opacity:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.pacmans-checkbox:hover{border-color:#639
}
.pacmans-checkbox.checked{border-color:#639
}
.pacmans-checkbox.checked:after{-webkit-transform:scale(1);transform:scale(1);opacity:1
}
.pacmans-checkbox.error{border-color:#D56363
}
.pacmans-checkbox input{position:absolute;top:-9999px;left:0;visibility:hidden;opacity:0
}

.pacmans-radio{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:30px;height:30px;border-radius:50%;border:2px solid #ccc;background-color:rgba(0,0,0,0);cursor:pointer;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;outline:0
}
.pacmans-radio:after{content:'';display:block;width:18px;height:18px;border-radius:25px;background-color:#639;-webkit-transform:scale(0.6);transform:scale(0.6);opacity:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.pacmans-radio:hover{border-color:#639
}
.pacmans-radio.checked{border-color:#639
}
.pacmans-radio.checked:after{-webkit-transform:scale(1);transform:scale(1);opacity:1
}
.pacmans-radio.error{border-color:#D56363
}
.pacmans-radio input{position:absolute;top:-9999px;left:0;visibility:hidden;opacity:0
}

.pacmans-textarea{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;height:163px;width:100%
}
.pacmans-textarea label{position:absolute;z-index:2;top:23px;left:17px;font-size:17px;line-height:20px;color:#B4BDC8;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
.pacmans-textarea label.required:after{content:'*';display:inline;color:#bfc5cc;margin-left:3px
}
.pacmans-textarea label.active{-webkit-transform:translate(0, -12px) scale(0.76);transform:translate(0, -12px) scale(0.76)
}
.pacmans-textarea label.hide{opacity:0
}
.pacmans-textarea textarea{outline:0;font-size:17px;line-height:normal;height:163px;padding:37px 17px 9px
}

html.mm-active{overflow-y:scroll
}
html.mm-active body{overflow:visible;position:fixed;width:100%;min-height:100%
}
.mobile-menu{display:none
}
@media (max-width: 575.98px){
.mobile-menu{display:block
}
}
.mobile-menu .mobile-menu-bg{position:fixed;z-index:9998;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.6);opacity:0;-webkit-transition:opacity 0.5s ease, -webkit-transform 0s ease 0.5s;transition:opacity 0.5s ease, -webkit-transform 0s ease 0.5s;transition:opacity 0.5s ease, transform 0s ease 0.5s;transition:opacity 0.5s ease, transform 0s ease 0.5s, -webkit-transform 0s ease 0.5s;-webkit-transform:translateX(-100%);transform:translateX(-100%);cursor:pointer
}
.mobile-menu .menu-panel{position:fixed;z-index:9999;top:0;bottom:0;left:auto;right:0;width:100%;background-color:#282930;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform 0.5s ease;transition:-webkit-transform 0.5s ease;transition:transform 0.5s ease;transition:transform 0.5s ease, -webkit-transform 0.5s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column
}
.mobile-menu .menu-panel .top-block{height:81px;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex
}
.mobile-menu .menu-panel .top-block .back{height:40px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;line-height:30px;font-weight:400;color:#fff;cursor:pointer;margin-top:20px;margin-left:10px
}
.mobile-menu .menu-panel .top-block .back .icon{font-size:28px;color:#fff;margin-right:2px
}
.mobile-menu .menu-panel .top-block .close{width:60px;height:60px;background-color:#639;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:30px;font-weight:400;color:#639;cursor:pointer;margin-left:auto
}
.mobile-menu .menu-panel .top-block .close .icon{font-size:24px;color:#fff;text-align:center
}
.mobile-menu .menu-panel .content-block{position:relative;-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden
}
.mobile-menu .menu-panel .content-block ul.menu{position:absolute;top:0;left:0;bottom:0;right:0;overflow-y:auto;list-style:none;margin-bottom:0;padding-left:0;padding-bottom:34px;overflow-x:hidden;background-color:#282930;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:all 0.5s ease;transition:all 0.5s ease
}
.mobile-menu .menu-panel .content-block ul.menu li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#ffffff;font-size:22px;line-height:25px;font-weight:700;padding:13px 30px 13px 20px
}
.mobile-menu .menu-panel .content-block ul.menu.top-lvl li a{font-size:26px;line-height:30px;font-weight:900;color:#9d58f5
}
.mobile-menu .menu-panel .content-block ul.menu.state-1{-webkit-transform:translateX(-30%);transform:translateX(-30%)
}
.mobile-menu .menu-panel .content-block ul.menu.active{-webkit-transform:translateX(0%);transform:translateX(0%);opacity:1
}
.mobile-menu .menu-panel .bottom-block{-ms-flex-negative:0;flex-shrink:0;height:40px;background-color:#6f42c1;display:none
}
.mobile-menu.active .mobile-menu-bg{-webkit-transition:opacity 0.5s ease, -webkit-transform 0s ease 0s;transition:opacity 0.5s ease, -webkit-transform 0s ease 0s;transition:opacity 0.5s ease, transform 0s ease 0s;transition:opacity 0.5s ease, transform 0s ease 0s, -webkit-transform 0s ease 0s;-webkit-transform:translateX(0);transform:translateX(0);opacity:1
}
.mobile-menu.active .menu-panel{-webkit-transform:translateX(0);transform:translateX(0)
}

html.mm-active{overflow-y:scroll
}
html.mm-active body{overflow:visible;position:fixed;width:100%;min-height:100%
}
.main-menu{display:block
}
@media (max-width: 575.98px){
.main-menu{display:none
}
}
.main-menu .main-menu-bg{position:fixed;z-index:9998;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.6);opacity:0;-webkit-transition:opacity 0.5s ease, -webkit-transform 0s ease 0.5s;transition:opacity 0.5s ease, -webkit-transform 0s ease 0.5s;transition:opacity 0.5s ease, transform 0s ease 0.5s;transition:opacity 0.5s ease, transform 0s ease 0.5s, -webkit-transform 0s ease 0.5s;-webkit-transform:translateX(-100%);transform:translateX(-100%);cursor:pointer
}
.main-menu .menu-panel{position:fixed;z-index:9999;top:0;bottom:0;left:auto;right:0;width:100%;background-color:#282930;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform 0.5s ease;transition:-webkit-transform 0.5s ease;transition:transform 0.5s ease;transition:transform 0.5s ease, -webkit-transform 0.5s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column
}
.main-menu .menu-panel .top-block{padding-left:36px;height:100px;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.main-menu .menu-panel .top-block .logo{margin-top:5px
}
.main-menu .menu-panel .top-block .close{width:100px;height:100px;background-color:#639;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:30px;font-weight:400;color:#639;cursor:pointer;margin-left:auto
}
.main-menu .menu-panel .top-block .close .icon{font-size:36px;color:#fff;text-align:center
}
.main-menu .menu-panel .content-block{color:#fff;padding-top:59px
}
.main-menu .menu-panel .content-block ul{list-style:none;padding-left:0;margin-bottom:0
}
.main-menu .menu-panel .content-block ul a{color:#fff
}
.main-menu .menu-panel .content-block ul.top-lvl{position:relative
}
.main-menu .menu-panel .content-block ul.top-lvl>li{width:380px
}
.main-menu .menu-panel .content-block ul.top-lvl>li>a{color:#9d58f5;font-size:42px;line-height:50px;font-weight:900;display:block;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;padding:15px 0
}
.main-menu .menu-panel .content-block ul.top-lvl>li:hover>a{color:#fff
}
.main-menu .menu-panel .content-block ul.top-lvl>li:hover>ul{left:370px;opacity:1;-webkit-transition:opacity 0.3s ease, left 0s ease 0s;transition:opacity 0.3s ease, left 0s ease 0s
}
.main-menu .menu-panel .content-block ul.top-lvl>li>ul{position:absolute;top:0;left:-9999px;width:410px;padding-left:130px;height:100%;opacity:0;-webkit-transition:opacity 0.3s ease, left 0s ease 0.3s;transition:opacity 0.3s ease, left 0s ease 0.3s;padding-top:12px
}
.main-menu .menu-panel .content-block ul.top-lvl>li>ul.p0{padding-top:12px
}
.main-menu .menu-panel .content-block ul.top-lvl>li>ul.p1{padding-top:102px
}
.main-menu .menu-panel .content-block ul.top-lvl>li>ul.p2{padding-top:192px
}
.main-menu .menu-panel .content-block ul.top-lvl>li>ul.p3{padding-top:282px
}
.main-menu .menu-panel .content-block ul.top-lvl>li>ul.p4{padding-top:372px
}
.main-menu .menu-panel .content-block ul.top-lvl>li>ul.p5{padding-top:462px
}
.main-menu .menu-panel .content-block ul.top-lvl>li>ul.p6{padding-top:552px
}
.main-menu .menu-panel .content-block ul.top-lvl>li>ul.p7{padding-top:642px
}
.main-menu .menu-panel .content-block ul.top-lvl>li>ul>li{width:280px
}
.main-menu .menu-panel .content-block ul.top-lvl>li>ul>li>a{color:rgba(255,255,255,0.45);font-size:18px;line-height:25px;font-weight:700;padding:15px 0;display:block;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.main-menu .menu-panel .content-block ul.top-lvl>li>ul>li:hover>a{color:#fff
}
.main-menu .menu-panel .content-block ul.top-lvl>li>ul>li:hover>ul{left:400px;opacity:1;-webkit-transition:opacity 0.3s ease, left 0s ease 0s;transition:opacity 0.3s ease, left 0s ease 0s
}
.main-menu .menu-panel .content-block ul.top-lvl>li>ul>li>ul{position:absolute;top:0;left:-9999px;width:410px;padding-left:130px;height:100%;opacity:0;-webkit-transition:opacity 0.3s ease, left 0s ease 0.3s;transition:opacity 0.3s ease, left 0s ease 0.3s;padding-top:12px
}
.main-menu .menu-panel .content-block ul.top-lvl>li>ul>li>ul>li>a{color:rgba(255,255,255,0.45);font-size:18px;line-height:25px;font-weight:700;padding:15px 0;display:block;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.main-menu .menu-panel .content-block ul.top-lvl>li>ul>li>ul>li:hover>a{color:#fff
}
.main-menu .menu-panel .bottom-block{-ms-flex-negative:0;flex-shrink:0;height:40px;background-color:#6f42c1;display:none
}
.main-menu.active .main-menu-bg{-webkit-transition:opacity 0.5s ease, -webkit-transform 0s ease 0s;transition:opacity 0.5s ease, -webkit-transform 0s ease 0s;transition:opacity 0.5s ease, transform 0s ease 0s;transition:opacity 0.5s ease, transform 0s ease 0s, -webkit-transform 0s ease 0s;-webkit-transform:translateX(0);transform:translateX(0);opacity:1
}
.main-menu.active .menu-panel{-webkit-transform:translateX(0);transform:translateX(0)
}

inline-svg{display:inline-block
}
.inline-svg{display:inline-block
}

.modal-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9001;-webkit-transform:translate3D(0, 0, 0);transform:translate3D(0, 0, 0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
}
.modal-wrapper:before{content:'';display:block;position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.7);pointer-events:none
}
.modal-wrapper .modal-body{background-color:#fff;-webkit-box-shadow:0 8px 46px rgba(0,0,0,0.08),0 2px 6px rgba(0,0,0,0.03);box-shadow:0 8px 46px rgba(0,0,0,0.08),0 2px 6px rgba(0,0,0,0.03);position:relative;z-index:2;max-width:90vw;max-height:100vh;overflow-y:auto;border-radius:2px
}
@media (max-width: 575.98px){
.modal-wrapper .modal-body{max-width:96vw
}
}
.modal-wrapper .modal-body .modal-close{position:absolute;top:0;right:0;padding:10px;cursor:pointer
}
.modal-wrapper .modal-body .modal-close svg path{fill:#aaa;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.modal-wrapper .modal-body .modal-close:hover svg path{fill:#639
}
.modal-wrapper .modal-body .modal-content{color:#000
}
.modal-wrapper .modal-body-transition-enter-active,.modal-wrapper .modal-body-transition-leave-active{-webkit-transition:all 0.35s ease;transition:all 0.35s ease
}
.modal-wrapper .modal-body-transition-enter{opacity:0;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)
}
.modal-wrapper .modal-body-transition-leave-to{opacity:0
}
.modal-wrapper .modal-success-transition-enter-active,.modal-wrapper .modal-success-transition-leave-active{-webkit-transition:all 0.35s ease;transition:all 0.35s ease
}
.modal-wrapper .modal-success-transition-enter,.modal-wrapper .modal-success-transition-leave-to{opacity:0;-webkit-transform:translate3d(0, 0, 0) scale(0.7);transform:translate3d(0, 0, 0) scale(0.7)
}
@-webkit-keyframes rotate{
from{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)
}
to{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)
}
}
@keyframes rotate{
from{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)
}
to{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)
}
}
.modal-wrapper .modal-loader{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border:8px solid rgba(100,100,100,0.4);border-top:8px solid rgba(255,255,255,0.6);border-radius:100%;height:70px;width:70px;-webkit-animation:rotate .8s infinite linear;animation:rotate .8s infinite linear;background:transparent;z-index:99999
}
.modal-wrapper .modal-loader-transition-enter-active,.modal-wrapper .modal-loader-transition-leave-active{-webkit-transition:all .4s ease;transition:all .4s ease
}
.modal-wrapper .modal-loader-transition-enter,.modal-wrapper .modal-loader-transition-leave-to{opacity:0
}
.modal-transition-enter-active,.modal-transition-leave-active{-webkit-transition:all .4s ease;transition:all .4s ease
}
.modal-transition-enter-active:before,.modal-transition-leave-active:before{-webkit-transition:all .4s ease;transition:all .4s ease
}
.modal-transition-enter:before,.modal-transition-leave-to:before{opacity:0
}
body.modal-visible{height:100%;overflow:hidden
}

.feedback-modal-form{padding:46px 81px 54px;text-align:center;width:633px;max-width:100%
}
@media (max-width: 575.98px){
.feedback-modal-form{padding:36px 20px 54px
}
}
.feedback-modal-form h2{font-size:32px;line-height:40px;margin-bottom:33px
}
@media (max-width: 575.98px){
.feedback-modal-form h2{font-size:24px;line-height:25px;margin-bottom:20px
}
}
.feedback-modal-form p{font-size:16px;line-height:18px;margin-bottom:40px
}
@media (max-width: 575.98px){
.feedback-modal-form p{font-size:12px;line-height:16px;margin-bottom:25px
}
}
.feedback-modal-form form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left
}
.feedback-modal-form form .form-line{margin-bottom:30px;position:relative
}
.feedback-modal-form form .form-line span.label{color:#5a5a5a;font-size:12px;line-height:12px;margin-bottom:1px;display:block
}
.feedback-modal-form form button{-ms-flex-item-align:center;align-self:center;margin-top:10px;height:66px;padding:0 80px;border-radius:5px
}
@media (max-width: 575.98px){
.feedback-modal-form form button{padding:0;width:100%
}
}

.feedback-form{margin-top:162px
}
@media (max-width: 575.98px){
.feedback-form{margin-top:-25px
}
}
.feedback-form h2{color:#000000;font-size:45px;line-height:50px;font-weight:700;margin-bottom:40px
}
@media (max-width: 575.98px){
.feedback-form h2{font-size:20px;line-height:25px;margin-bottom:23px
}
}
.feedback-form p{font-size:16px;line-height:30px;margin-bottom:20px
}
@media (max-width: 575.98px){
.feedback-form p{margin-bottom:15px
}
.feedback-form p br{display:none
}
}
.feedback-form form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:100%;background-color:#f4f5f7;color:#000;padding:33px 41px 40px 41px
}
@media (max-width: 575.98px){
.feedback-form form{margin-left:-20px;margin-right:-20px;width:auto;max-width:none;padding:30px 19px 26px 19px
}
}
.feedback-form form .form-line{margin-bottom:17px;position:relative;line-height:12px
}
@media (max-width: 575.98px){
.feedback-form form .form-line{width:100% !important;margin-bottom:19px
}
}
.feedback-form form .form-line label{width:100%
}
.feedback-form form .form-line span.label{color:#5a5a5a;font-size:12px;line-height:12px;margin-bottom:5px;display:inline-block
}
.feedback-form form .form-line input,.feedback-form form .form-line textarea{width:100%;margin-top:-5px
}
.feedback-form form .form-line textarea{height:82px
}
@media (max-width: 575.98px){
.feedback-form form .form-line textarea{height:129px
}
}
.feedback-form form button{width:281px;height:66px;margin-top:10px;color:#ffffff;font-size:18px;line-height:35px;font-weight:400
}
@media (max-width: 575.98px){
.feedback-form form button{width:100%;margin-top:14px
}
}

.services-feedback-form{margin-top:98px
}
@media (max-width: 575.98px){
.services-feedback-form{margin-top:30px
}
}
.services-feedback-form p{font-size:16px;line-height:25px;width:289px
}
@media (max-width: 575.98px){
.services-feedback-form p{font-size:14px;line-height:22px;width:100%;margin-bottom:29px
}
}
.services-feedback-form form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;background-color:#f4f5f7;color:#000;padding:32px 39px 36px 39px;width:480px
}
@media (max-width: 575.98px){
.services-feedback-form form{margin-left:-20px;margin-right:-20px;width:auto;max-width:none;padding:34px 27px 36px 27px
}
}
.services-feedback-form form .form-line{margin-bottom:17px;position:relative;line-height:12px
}
@media (max-width: 575.98px){
.services-feedback-form form .form-line{width:100% !important;margin-bottom:19px
}
}
.services-feedback-form form .form-line label{width:100%
}
.services-feedback-form form .form-line span.label{color:#5a5a5a;font-size:12px;line-height:12px;margin-bottom:5px;display:inline-block
}
.services-feedback-form form .form-line input,.services-feedback-form form .form-line textarea{width:100%;margin-top:-5px
}
.services-feedback-form form .form-line textarea{height:82px
}
@media (max-width: 575.98px){
.services-feedback-form form .form-line textarea{height:129px
}
}
.services-feedback-form form button{width:281px;height:66px;margin-top:23px;color:#ffffff;font-size:18px;line-height:35px;font-weight:400
}
@media (max-width: 575.98px){
.services-feedback-form form button{width:100%;margin-top:20px
}
}

.offers-feedback-form{margin-top:-70px;background:#F6F6F6;padding:48px 115px 68px 90px
}
@media (max-width: 575.98px){
.offers-feedback-form{margin-top:0;margin-left:-20px;margin-right:-20px;padding:29px 20px 30px
}
}
.offers-feedback-form p{font-size:16px;line-height:25px;max-width:790px
}
@media (max-width: 575.98px){
.offers-feedback-form p{font-size:14px;line-height:22px;width:100%;margin-bottom:29px
}
}
.offers-feedback-form form{margin-top:43px;display:-webkit-box;display:-ms-flexbox;display:flex;color:#000
}
@media (max-width: 575.98px){
.offers-feedback-form form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:35px
}
}
.offers-feedback-form form .form-line{position:relative;line-height:12px;width:310px;margin-right:50px
}
@media (max-width: 575.98px){
.offers-feedback-form form .form-line{width:100% !important;margin-bottom:22px
}
}
.offers-feedback-form form .form-line label{width:100%
}
.offers-feedback-form form .form-line span.label{color:#5a5a5a;font-size:12px;line-height:12px;margin-bottom:5px;display:inline-block
}
.offers-feedback-form form .form-line input,.offers-feedback-form form .form-line textarea{width:100%;margin-top:-5px
}
.offers-feedback-form form .form-line textarea{height:82px
}
@media (max-width: 575.98px){
.offers-feedback-form form .form-line textarea{height:129px
}
}
.offers-feedback-form form button{width:255px;height:66px;color:#ffffff;font-size:18px;line-height:35px;font-weight:400
}
@media (max-width: 575.98px){
.offers-feedback-form form button{width:100%;margin-top:-2px
}
}

.offers-feedback-form2{margin-top:80px;background:#F6F6F6;padding:48px 115px 68px 90px
}
@media (max-width: 575.98px){
.offers-feedback-form2{margin-top:31px;margin-left:-20px;margin-right:-20px;padding:29px 20px 30px
}
}
.offers-feedback-form2 p{font-size:16px;line-height:25px;max-width:790px
}
@media (max-width: 575.98px){
.offers-feedback-form2 p{font-size:14px;line-height:22px;width:100%;margin-bottom:29px
}
}
.offers-feedback-form2 form{margin-top:43px;display:-webkit-box;display:-ms-flexbox;display:flex;color:#000
}
@media (max-width: 575.98px){
.offers-feedback-form2 form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:35px
}
}
.offers-feedback-form2 form .form-line{position:relative;line-height:12px;width:310px;margin-right:50px
}
@media (max-width: 575.98px){
.offers-feedback-form2 form .form-line{width:100% !important;margin-bottom:22px
}
}
.offers-feedback-form2 form .form-line label{width:100%
}
.offers-feedback-form2 form .form-line span.label{color:#5a5a5a;font-size:12px;line-height:12px;margin-bottom:5px;display:inline-block
}
.offers-feedback-form2 form .form-line input,.offers-feedback-form2 form .form-line textarea{width:100%;margin-top:-5px
}
.offers-feedback-form2 form .form-line textarea{height:82px
}
@media (max-width: 575.98px){
.offers-feedback-form2 form .form-line textarea{height:129px
}
}
.offers-feedback-form2 form button{width:255px;height:66px;color:#ffffff;font-size:18px;line-height:35px;font-weight:400
}
@media (max-width: 575.98px){
.offers-feedback-form2 form button{width:100%;margin-top:-2px
}
}

.catalog-form{margin-top:141px
}
@media (max-width: 575.98px){
.catalog-form{margin-top:70px
}
}
.catalog-form p{font-size:16px;line-height:25px;width:289px
}
@media (max-width: 575.98px){
.catalog-form p{font-size:14px;line-height:22px;width:100%;margin-bottom:29px
}
}
.catalog-form form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;background-color:#f4f5f7;color:#000;padding:32px 39px 36px 39px;width:480px
}
@media (max-width: 575.98px){
.catalog-form form{margin-left:-20px;margin-right:-20px;width:auto;max-width:none;padding:34px 27px 36px 27px
}
}
.catalog-form form .form-line{margin-bottom:17px;position:relative;line-height:12px
}
@media (max-width: 575.98px){
.catalog-form form .form-line{width:100% !important;margin-bottom:19px
}
}
.catalog-form form .form-line label{width:100%
}
.catalog-form form .form-line span.label{color:#5a5a5a;font-size:12px;line-height:12px;margin-bottom:5px;display:inline-block
}
.catalog-form form .form-line input,.catalog-form form .form-line textarea{width:100%;margin-top:-5px
}
.catalog-form form .form-line textarea{height:82px
}
@media (max-width: 575.98px){
.catalog-form form .form-line textarea{height:129px
}
}
.catalog-form form button{width:281px;height:66px;margin-top:23px;color:#ffffff;font-size:18px;line-height:35px;font-weight:400
}
@media (max-width: 575.98px){
.catalog-form form button{width:100%;margin-top:20px
}
}

.pages-feedback-form{margin-top:110px;margin-bottom:100px
}
@media (max-width: 575.98px){
.pages-feedback-form{margin-top:14px;margin-bottom:20px
}
}
.pages-feedback-form h2{margin-bottom:27px
}
.pages-feedback-form form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.pages-feedback-form form .form-line{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:376px;margin-right:20px;margin-bottom:25px;position:relative
}
@media (max-width: 575.98px){
.pages-feedback-form form .form-line{margin-bottom:7px
}
}
.pages-feedback-form form .form-line label{display:block;width:100%
}
.pages-feedback-form form .form-line label .label{font-size:15px;line-height:15px;margin-bottom:10px;display:none
}
@media (max-width: 575.98px){
.pages-feedback-form form .form-line label .label{display:block
}
}
@media (max-width: 575.98px){
.pages-feedback-form form .form-line input::-webkit-input-placeholder,.pages-feedback-form form .form-line textarea::-webkit-input-placeholder{color:transparent
}
.pages-feedback-form form .form-line input:-moz-placeholder,.pages-feedback-form form .form-line textarea:-moz-placeholder{color:transparent
}
.pages-feedback-form form .form-line input::-moz-placeholder,.pages-feedback-form form .form-line textarea::-moz-placeholder{color:transparent
}
.pages-feedback-form form .form-line input:-ms-input-placeholder,.pages-feedback-form form .form-line textarea:-ms-input-placeholder{color:transparent
}
}
.pages-feedback-form form .form-line textarea{height:163px
}
.pages-feedback-form form button{-ms-flex-item-align:start;align-self:flex-start;height:52px;padding:0;font-size:18px;width:100%
}
@media (max-width: 575.98px){
.pages-feedback-form form button{width:100%;margin-top:27px
}
}.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:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.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;-webkit-transition-duration:inherit;transition-duration:inherit;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(.47,0,.74,.71);transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;-webkit-transition:opacity .25s ease,visibility 0s ease .25s;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;-webkit-transition:opacity .25s ease 0s,visibility 0s ease 0s;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;-ms-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:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;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--current,.fancybox-slide--next,.fancybox-slide--previous{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:transparent;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;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;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;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .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-iframe,.fancybox-video{background:transparent;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;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;-webkit-transition:color .2s;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.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--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){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;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;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;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:-webkit-gradient(linear,left bottom, left top,color-stop(0, rgba(0,0,0,.85)),color-stop(50%, rgba(0,0,0,.3)),color-stop(65%, rgba(0,0,0,.15)),color-stop(75.5%, rgba(0,0,0,.075)),color-stop(82.85%, rgba(0,0,0,.037)),color-stop(88%, rgba(0,0,0,.019)),to(transparent));background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.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:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;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 a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{-webkit-transition-timing-function:cubic-bezier(0,0,.25,1);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:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);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:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.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:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(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:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.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-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.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}.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;min-width:130px;padding:0 15px;text-decoration:none;-webkit-transition:all .2s;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{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:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);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;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);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:50%;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:none;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;-webkit-transition:all .2s cubic-bezier(.25,.46,.45,.94);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 (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}/*!
 * fullPage 3.0.7
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */ /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
/* Auto Height */
/* 3D Effects */
/* IE10 Windows Phone 8 Fixes */
/* Common Styles */
/* Bullets */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
/* Progress */
/* Scrollbar */
/* Preloader */
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
@charset "UTF-8";
/* Modals */
/* Form inputs and buttons */
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

 footer, header, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Proxima Nova", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 25px;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #663399;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #282930;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  margin-bottom: 0.5rem;
  font-family: "Proxima Nova", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

h1, .h1 {
  font-size: 54px;
}

h2, .h2 {
  font-size: 45px;
}

h3, .h3 {
  font-size: 25px;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
}

@media (min-width: 576px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

 .col-3, .col-4, .col-12, .col, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-9, .col-md-10, .col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 576px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.p-0 {
  padding: 0 !important;
}


.py-0 {
  padding-top: 0 !important;
}


.py-0 {
  padding-bottom: 0 !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

@font-face {
  font-family: 'fontello';
  src: url("/fonts/fontello/fontello.eot?95196514");
  src: url("/fonts/fontello/fontello.eot?95196514#iefix") format("embedded-opentype"), url("/fonts/fontello/fontello.woff2?95196514") format("woff2"), url("/fonts/fontello/fontello.woff?95196514") format("woff"), url("/fonts/fontello/fontello.ttf?95196514") format("truetype"), url("/fonts/fontello/fontello.svg?95196514#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/fonts/fontello/fontello.svg?95196514#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */
.icon-vkontakte:before {
  content: '\e83f';
}

/* '' */
.icon-facebook-1:before {
  content: '\e840';
}

/* '' */
.icon-odnoklassniki:before {
  content: '\e841';
}

/* '' */
.icon-twitter:before {
  content: '\e842';
}

/* '' */
.icon-instagram:before {
  content: '\e843';
}

/* '' */
.icon-linkedin:before {
  content: '\e844';
}

/* '' */

/* '' */
.icon-telegram-1:before {
  content: '\e846';
}

/* '' */
.icon-viber:before {
  content: '\e847';
}

/* '' */
.icon-whatsapp:before {
  content: '\e848';
}

/* '' */
.icon-mailru:before {
  content: '\e94a';
}

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */
.icon-youtube:before {
  content: '\f167';
}

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */
.icon-calendar-today:before {
  content: '\f1d4';
}

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */
.icon-checkbox-marked-circle:before {
  content: '\f205';
}

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */
.icon-chevron-left:before {
  content: '\f212';
}

/* '' */
.icon-chevron-right:before {
  content: '\f213';
}

/* '' */

/* '' */

/* '' */

/* '' */
.icon-clock:before {
  content: '\f221';
}

/* '' */

/* '' */
.icon-close:before {
  content: '\f223';
}

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */
.icon-filter:before {
  content: '\f2e8';
}

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */
.icon-menu:before {
  content: '\f3f1';
}

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */
.icon-phone:before {
  content: '\f477';
}

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */

/* '' */
html, body {
  height: 100%;
}

#app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

#header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Modals */
/* Form inputs and buttons */
input, textarea, select {
  display: block;
  width: 100%;
  height: 52px;
  padding: 0;
  border: 2px solid #ccc;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0px;
  background-color: transparent;
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  color: #000;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #B4BDC8;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #B4BDC8;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #B4BDC8;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #B4BDC8;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:focus, textarea:focus, select:focus {
  border-color: #663399;
  outline: 0;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder, select:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder {
  color: transparent;
}

input.error, textarea.error, select.error {
  border-color: #D56363;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6-6-6 1.41-1.42z' fill='%23000'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  cursor: pointer;
}

select.empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6-6-6 1.41-1.42z' fill='%23B4BDC8'/%3E%3C/svg%3E");
  color: #B4BDC8;
}

select.error {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6-6-6 1.41-1.42z' fill='%23D56363'/%3E%3C/svg%3E");
  color: #B4BDC8;
}

textarea {
  height: 163px;
  padding: 15px 0;
  line-height: 22px;
  resize: none;
}

.btn, button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  padding: 0;
  background-color: #663399;
  border: 0px solid #ddd;
  border-radius: 0px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn:focus, button:focus {
  outline: 0;
}

.btn:hover, button:hover {
  text-decoration: none;
  background-color: #282930;
  border-color: #282930;
  color: #fff;
}

.btn[disabled], button[disabled] {
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: not-allowed;
  background-color: #663399 !important;
  border: 0px solid #ddd !important;
}

nav.main-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

nav.main-menu .menu-link {
  cursor: pointer;
}

nav.main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

nav.main-menu > ul > li {
  position: relative;
  margin: 0 11px;
}

nav.main-menu > ul > li > .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 19px 12px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #663399;
}

nav.main-menu > ul > li:hover > .menu-link {
  background-color: #282930;
  color: #fff;
}

nav.main-menu > ul > li.active > .menu-link {
  background-color: #282930;
  color: #fff;
}

/* Второй уровень вложенности */
nav.main-menu > ul > li {
  /*&:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 4px;
  }*/
}

nav.main-menu > ul > li > ul {
  position: absolute;
  z-index: 2;
  top: -9999px;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, top 0s ease 0.3s;
  transition: opacity 0.3s ease, top 0s ease 0.3s;
  background-color: rebeccapurple;
  width: 253px;
}

nav.main-menu > ul > li > ul > li {
  display: block;
  position: relative;
}

nav.main-menu > ul > li > ul > li > .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 21px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

nav.main-menu > ul > li > ul > li:hover > .menu-link {
  background-color: #d0021b;
  color: #fff;
}

nav.main-menu > ul > li > ul > li.active > .menu-link {
  background-color: #d0021b;
  color: #fff;
}

nav.main-menu > ul > li > ul > li.has-children > .menu-link {
  position: relative;
}

nav.main-menu > ul > li > ul > li.has-children > .menu-link:after, nav.main-menu > ul > li > ul > li.has-children > .menu-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
  width: 4px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='4' height='8' viewBox='0 0 4 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4L0 8V0z' fill='%23663399' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 100%;
}

nav.main-menu > ul > li > ul > li.has-children > .menu-link:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='4' height='8' viewBox='0 0 4 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4L0 8V0z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

nav.main-menu > ul > li > ul > li.has-children.active .menu-link:after, nav.main-menu > ul > li > ul > li.has-children:hover .menu-link:after {
  opacity: 1;
}

nav.main-menu > ul > li:hover > ul {
  top: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* Третий уровень вложенности */
nav.main-menu > ul > li > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: transparent;
  width: 4px;
  height: 100%;
}

nav.main-menu > ul > li > ul > li > ul {
  position: absolute;
  z-index: 3;
  top: 0;
  left: -9999px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, left 0s ease 0.3s;
  transition: opacity 0.3s ease, left 0s ease 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  width: 240px;
}

nav.main-menu > ul > li > ul > li > ul > li {
  display: block;
  position: relative;
}

nav.main-menu > ul > li > ul > li > ul > li > .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav.main-menu > ul > li > ul > li > ul > li:hover > .menu-link {
  background-color: #663399;
  color: #fff;
}

nav.main-menu > ul > li > ul > li > ul > li.active > .menu-link {
  background-color: #282930;
  color: #fff;
}

nav.main-menu > ul > li > ul > li:hover > ul {
  top: 0;
  left: calc(100% + 4px);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.social-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.social-links a, .social-links .js-link {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-right: 40px;
  margin-bottom: 7px;
}

@media (max-width: 575.98px) {
  .social-links a, .social-links .js-link {
    margin: 0 6px 7px;
  }
}

.social-links a .icon-wrap, .social-links .js-link .icon-wrap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #663399;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.social-links a .icon-wrap .icon, .social-links .js-link .icon-wrap .icon {
  font-size: 14px;
  line-height: 1;
}

.social-links a span.title, .social-links .js-link span.title {
  margin-left: 12px;
  font-size: 12px;
}

@media (max-width: 575.98px) {
  .social-links a span.title, .social-links .js-link span.title {
    display: none;
  }
}

.social-links a:hover, .social-links .js-link:hover {
  color: #fff;
}

.social-links a:hover .icon-wrap, .social-links .js-link:hover .icon-wrap {
  background-color: #282930;
}

body.services-one-page .breadcrumbs, body.catalog-with-menu-page .breadcrumbs {
  margin-left: 300px;
}

@media (max-width: 575.98px) {
  body.services-one-page .breadcrumbs, body.catalog-with-menu-page .breadcrumbs {
    margin-left: 0;
  }
}

body.white-breadcrumbs .breadcrumbs {
  color: #fff;
}

body.white-breadcrumbs .breadcrumbs ol li > a {
  color: #fff;
}

body.white-breadcrumbs .breadcrumbs ol li > a:hover {
  text-decoration: underline;
}

body.margin-breadcrumbs .breadcrumbs {
  margin-left: 100px;
}

@media (max-width: 575.98px) {
  body.margin-breadcrumbs .breadcrumbs {
    margin-left: 0;
  }
}

.breadcrumbs {
  font-size: 12px;
  line-height: 25px;
  color: #000;
  margin-top: 48px;
  margin-bottom: 28px;
}

@media (max-width: 575.98px) {
  .breadcrumbs {
    margin-top: 21px;
    margin-bottom: 16px;
    font-size: 10px;
    line-height: 15px;
  }
}

.breadcrumbs ol {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .breadcrumbs ol {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
  }
}

.breadcrumbs ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs ol li > a {
  color: #663399;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}

.breadcrumbs ol li > a:hover {
  color: #282930;
}

.breadcrumbs ol li > span {
  cursor: default;
}

.breadcrumbs ol li:after {
  content: '—';
  display: inline-block;
  margin: 0 8px;
}

@media (max-width: 575.98px) {
  .breadcrumbs ol li:after {
    margin: 0 5px;
  }
}

.breadcrumbs ol li:last-child:after {
  display: none;
}

.lang-select-block {
  margin-right: 38px;
  margin-top: 4px;
}

@media (max-width: 575.98px) {
  .lang-select-block {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
  }
}

.lang-select-block ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1px;
  position: relative;
}

.lang-select-block ul li {
  margin: 0 5px;
}

@media (max-width: 575.98px) {
  .lang-select-block ul li {
    margin: 0 3px;
  }
}

.lang-select-block ul li .link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .lang-select-block ul li .link {
    border-width: 0;
  }
}

@media (max-width: 575.98px) {
  .lang-select-block ul li .link {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}

.lang-select-block ul li:hover .link {
  background-color: #663399;
  border-color: #663399;
}

.lang-select-block ul li.active .link {
  background-color: #663399;
  border-color: #663399;
}

ul.pagination {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 47px;
  padding-bottom: 20px;
}

@media (max-width: 575.98px) {
  ul.pagination {
    padding-top: 20px;
    padding-bottom: 4px;
  }
}

ul.pagination a {
  text-decoration: none;
  color: #000;
}

ul.pagination .page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 11px;
}

@media (max-width: 575.98px) {
  ul.pagination .page-item {
    margin: 0 4px;
  }
}

ul.pagination .page-item .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border: 2px solid #663399;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
  ul.pagination .page-item .page-link {
    width: 34px;
    height: 34px;
    border: 1px solid #663399;
    font-size: 11px;
  }
}

ul.pagination .page-item .page-link:hover {
  background-color: #663399;
  color: #fff;
}

ul.pagination .page-item.active .page-link {
  background-color: #663399;
  color: #fff;
  cursor: default;
}

ul.pagination .page-item.page-dots {
  margin: 0 8px;
}

ul.pagination .page-item.page-dots span {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.pagination .page-item.page-prev, ul.pagination .page-item.page-next {
  margin: 0;
}

ul.pagination .page-item.page-prev > a, ul.pagination .page-item.page-prev > span, ul.pagination .page-item.page-next > a, ul.pagination .page-item.page-next > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  font-size: 20px;
  padding: 0 10px 0 3px;
}

ul.pagination .page-item.page-prev > a:hover, ul.pagination .page-item.page-next > a:hover {
  color: #282930;
}

ul.pagination .page-item.page-prev.disabled, ul.pagination .page-item.page-next.disabled {
  opacity: 0.5;
}

ul.pagination .page-item.disabled {
  cursor: default;
}

body {
  font-family: "Proxima Nova", Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 575.98px) {
  body {
    font-size: 14px;
    line-height: 25px;
  }
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, h5 {
  font-family: "Proxima Nova", Arial, sans-serif;
  font-weight: 700;
  color: #000;
  text-transform: none;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
}

h1, .h1 {
  font-size: 54px;
  line-height: 59px;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 27px;
  }
}

h2, .h2 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 36px;
}

@media (max-width: 575.98px) {
  h2, .h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
  }
}

h3, .h3 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  h3, .h3 {
    font-size: 16px;
    line-height: 25px;
  }
}

p {
  margin-bottom: 25px;
}

@media (max-width: 575.98px) {
  p {
    margin-bottom: 25px;
  }
}

.redactor .chart-js {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0;
  position: relative;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .redactor .chart-js {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.redactor .chart-js .canvas-wrap {
  position: relative;
  width: 100%;
  height: auto;
}

.redactor .chart-js canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.redactor a:hover {
  text-decoration: underline;
}

.redactor span.js-link {
  color: #663399;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.redactor span.js-link:hover {
  color: #282930;
  text-decoration: none;
  text-decoration: underline;
}

.redactor iframe {
  max-width: 100%;
}

.redactor table {
  border-collapse: collapse;
}

 .redactor .icon {
  position: relative;
}

 .redactor .row {
  margin-bottom: 25px;
}

 .redactor ul, .redactor ol {
  padding-left: 0;
}

 .redactor img[width] {
  height: auto !important;
}

 .redactor img.left, .redactor img[style*=left], .redactor img[align=left] {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}

 .redactor img.right, .redactor img[style*=right], .redactor img[align=right] {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
}

 .redactor hr {
  background-color: #000;
  border: 0;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

 .redactor ul, .redactor ol {
  margin-left: 25px;
  margin-bottom: 25px;
}

 .redactor ul {
  list-style: disc;
}

 .redactor ol {
  list-style: decimal;
}

 .redactor table {
  margin-bottom: 25px;
  border-color: #b6b6b6;
  border-collapse: collapse;
  border-width: 0;
}

 .redactor table tbody {
  border-color: #b6b6b6;
}

 .redactor table:last-child {
  margin-bottom: 0;
}

 .redactor table td, .redactor table th {
  padding: 0;
  vertical-align: top;
  border-color: #b6b6b6;
}

 .redactor table[cellpadding="1"] td, .redactor table[cellpadding="1"] th {
  padding: 10px;
}

 .redactor table[cellpadding="2"] td, .redactor table[cellpadding="2"] th {
  padding: 15px;
}

 .redactor table[cellpadding="3"] td, .redactor table[cellpadding="3"] th {
  padding: 20px;
}

 .redactor p a.document {
  margin-bottom: calc(25px - $body-font-size*1.2/2);
}

 .redactor a.document {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 25px-calc($body-font-size*1.2/2);
  margin-bottom: 45px-calc($body-font-size*1.2/2);
}

 .redactor a.document:before {
  content: 'file';
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 0;
  line-height: 12px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  padding-top: 23px;
  text-align: center;
  display: block;
  width: 22px;
  height: 28px;
  background: url("data:image/svg+xml,%3Csvg width='21' height='27' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M11.79 9.44h7.25l-7.25-7.41v7.41zM2.64 0h10.5L21 8.11v16.23c-.04.76-.3 1.4-.8 1.9-.49.5-1.1.76-1.84.76H2.64c-.74 0-1.35-.25-1.84-.76-.5-.5-.76-1.14-.8-1.9V2.66c.04-.76.3-1.4.8-1.9C1.29.26 1.9 0 2.64 0z' fill='%23663399'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
}

 .redactor a.document span {
  margin-top: 4px;
  display: inline-block;
}

 .redactor a.document[href*=".doc"]:before, .redactor a.document[href*=".docx"]:before, .redactor a.document[href*=".rtf"]:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='28' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M147 614.31v-2.62h5.31v2.62H151l1.19 5.63 1.5-2.94h2.62l1.5 2.94 1.19-5.63h-1.31v-2.62h5.3v2.62h-1.3l-2 9.38h-2.7l-2-4-2 4h-2.68l-2-9.38zm16.69-5.3h-7.38v-7.32zm-18.57-8.57c-.5.5-.77 1.13-.81 1.88v21.37c.04.75.31 1.38.81 1.88s1.13.75 1.88.75h16c.75 0 1.37-.25 1.87-.75s.77-1.13.81-1.88v-16l-8-8H147c-.75 0-1.38.25-1.88.75z' id='a'/%3E%3C/defs%3E%3Cg transform='translate%28-144 -599%29'%3E%3Cuse xlink:href='%23a' fill='%23663399'/%3E%3C/g%3E%3C/svg%3E");
}

 .redactor a.document[href*=".xls"]:before, .redactor a.document[href*=".cvs"]:before, .redactor a.document[href*=".xlsx"]:before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='27' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M73.07 63.83h-1.35l-3.93 3.42 3.93 3.36h1.35v2.73h-5.28V70.6h1.35l-2.64-2.28-2.64 2.28h1.35v2.73h-5.28V70.6h1.35l3.93-3.36-3.93-3.42h-1.35v-2.66h5.28v2.66h-1.35l2.64 2.28 2.64-2.28h-1.35v-2.66h5.28zm1.97-5.4h-7.25v-7.4zM56.8 49.76c-.5.5-.76 1.14-.8 1.9v21.68c.04.76.3 1.4.8 1.9.49.5 1.1.76 1.84.76h15.72c.74 0 1.35-.25 1.84-.76.5-.5.76-1.14.8-1.9V57.1L69.14 49h-10.5c-.74 0-1.35.25-1.84.76z' id='a'/%3E%3C/defs%3E%3Cg transform='translate%28-56 -49%29'%3E%3Cuse xlink:href='%23a' fill='%23663399'/%3E%3C/g%3E%3C/svg%3E");
}

 .redactor a.document[href*=".jpg"]:before, .redactor a.document[href*=".png"]:before, .redactor a.document[href*=".gif"]:before, .redactor a.document[href*=".bmp"]:before, .redactor a.document[href*=".jpeg"]:before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='27' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M61.28 169.44a2.67 2.67 0 0 0-2.64 2.73c0 .76.26 1.4.77 1.9s1.13.76 1.87.76c.74 0 1.35-.25 1.84-.76.5-.5.74-1.14.74-1.9s-.25-1.4-.74-1.93-1.1-.8-1.84-.8zm-2.64 14.9h15.72V173.5l-5.22 5.39-2.64-2.66zm0-24.34h10.5l7.86 8.11v16.23c-.04.76-.3 1.4-.8 1.9-.49.5-1.1.76-1.84.76H58.64c-.74 0-1.35-.25-1.84-.76-.5-.5-.76-1.14-.8-1.9v-21.68c.04-.76.3-1.4.8-1.9.49-.5 1.1-.76 1.84-.76zm9.15 9.43h7.25l-7.25-7.4z' id='a'/%3E%3C/defs%3E%3Cg transform='translate%28-56 -160%29'%3E%3Cuse xlink:href='%23a' fill='%23663399'/%3E%3C/g%3E%3C/svg%3E");
}

 .redactor a.document[href*=".pdf"]:before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='27' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M66 225.9c-.3-1.23-.34-2.14-.13-2.72l.12-.2.19.07c.2.3.24.78.12 1.45l-.25 1.33zm-4.01 9.38c-.86 1.6-1.6 2.5-2.22 2.66.04-.25.2-.58.5-.98.28-.4.65-.83 1.1-1.3zm12.07-1.96l.12.12c0 .13-.04.2-.12.2h-.3c-.67 0-1.49-.24-2.47-.7.08-.09.16-.13.24-.13.9 0 1.54.06 1.91.19.37.13.58.23.62.32zm.55.95c.2-.26.33-.54.37-.86.04-.31-.02-.58-.18-.79-.37-.63-1.36-.95-2.96-.95l-1.72.13-1.17-.83a8.27 8.27 0 0 1-2.1-3.42l.06-.2c.25-.92.42-1.85.5-2.78.08-.93-.08-1.63-.5-2.1a1.2 1.2 0 0 0-.8-.3h-.3c-.25 0-.48.1-.68.3-.2.22-.33.45-.37.7-.25.9-.33 1.65-.25 2.29.09.63.25 1.35.5 2.15a21.54 21.54 0 0 1-1.42 4l-1.23 2.4-1.17.64a8.85 8.85 0 0 0-1.79 1.58c-.4.5-.63.95-.68 1.33-.04.26-.02.49.07.7l.06.06.61.45.56.12c.53 0 1.12-.32 1.75-.98a16.2 16.2 0 0 0 2.19-3.14l.18-.12c1.32-.42 3.08-.76 5.3-1.02a10.25 10.25 0 0 0 4 1.02c.54 0 .93-.13 1.17-.38zm-8.5-5.2a7.77 7.77 0 0 0 1.98 2.92l.55.44c-1.2.21-2.65.63-4.37 1.27l-.19.06.68-1.4a25.84 25.84 0 0 0 1.35-3.29zM59.6 215h10.53l7.88 8.11v16.23c0 .76-.26 1.4-.77 1.9s-1.14.76-1.88.76H59.6c-.74 0-1.36-.25-1.85-.76-.5-.5-.74-1.14-.74-1.9v-21.68c0-.76.25-1.4.74-1.9.5-.5 1.1-.76 1.85-.76zm9.23 9.43h7.2l-7.2-7.4z' id='a'/%3E%3C/defs%3E%3Cg transform='translate%28-57 -215%29'%3E%3Cuse xlink:href='%23a' fill='%23663399'/%3E%3C/g%3E%3C/svg%3E");
}

 .redactor a.document[href*=".rar"]:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M12.31 10h7.38L12.3 2.69V10zM3 .69h10.69l8 8v16a2.77 2.77 0 0 1-.82 1.87c-.5.5-1.12.75-1.87.75H3c-.75 0-1.37-.25-1.88-.75-.5-.5-.77-1.12-.8-1.87V3.3c.03-.75.3-1.37.8-1.87S2.25.69 3 .69z' fill='%23663399'/%3E%3Cpath d='M5.44 22v-4.84h1.23v.87h.03c.16-.6.58-.93 1.15-.93.15 0 .28.02.38.05v1.14a1.37 1.37 0 0 0-.48-.08c-.65 0-1.03.4-1.03 1.08V22H5.44zm5.18-.88c.6 0 1.07-.37 1.07-.9v-.35l-1.02.07c-.53.03-.82.25-.82.6 0 .36.3.58.77.58zm-.42.94c-.93 0-1.63-.59-1.63-1.45 0-.88.68-1.38 1.91-1.45l1.2-.08v-.32c0-.46-.31-.72-.84-.72-.47 0-.8.25-.85.6H8.8c.04-.92.87-1.56 2.08-1.56 1.25 0 2.06.64 2.06 1.6V22h-1.24v-.75h-.03c-.26.5-.86.8-1.48.8zm3.61-.06v-4.84h1.24v.87h.03c.16-.6.58-.93 1.15-.93.15 0 .28.02.37.05v1.14a1.37 1.37 0 0 0-.47-.08c-.65 0-1.04.4-1.04 1.08V22h-1.28z' fill='%23F3F3F3'/%3E%3C/g%3E%3C/svg%3E");
}

 .redactor a.document[href*=".zip"]:before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='27' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M11.79 9.44h7.25l-7.25-7.41v7.41zM2.64 0h10.5L21 8.11v16.23c-.04.76-.3 1.4-.8 1.9-.49.5-1.1.76-1.84.76H2.64c-.74 0-1.35-.25-1.84-.76-.5-.5-.76-1.14-.8-1.9V2.66c.04-.76.3-1.4.8-1.9C1.29.26 1.9 0 2.64 0z' fill='%23663399'/%3E%3Cpath d='M5 21.47v-.71l2.49-2.99v-.02H5.04v-.95H9v.8l-2.35 2.9v.02h2.4v.95H5zm4.88 0V16.8h1.31v4.67H9.88zm.66-5.18c-.39 0-.7-.28-.7-.65 0-.36.31-.64.7-.64.39 0 .7.28.7.64 0 .37-.31.65-.7.65zm4.43.46c1.25 0 2.03.9 2.03 2.39 0 1.48-.77 2.39-2.01 2.39-.72 0-1.27-.31-1.54-.84h-.03V23h-1.31v-6.2h1.3v.8h.02c.26-.53.84-.85 1.54-.85zm-.44 3.78c.68 0 1.13-.55 1.13-1.4 0-.83-.45-1.38-1.13-1.38-.67 0-1.11.55-1.11 1.39 0 .84.44 1.39 1.11 1.39z' fill='%23F3F3F3'/%3E%3C/g%3E%3C/svg%3E");
}

 .redactor table[data-type="style-1"] tr:nth-child(2n) {
  background-color: #f5f5f5;
  color: #000;
}

 .redactor table[data-type="style-2"] tr:nth-child(2n+1) {
  background-color: #f5f5f5;
  color: #000;
}

 .redactor table[data-hover-type="style-1"] tr {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

 .redactor table[data-hover-type="style-1"] tr:hover {
  background-color: #e4e4e4;
  color: #000;
}

 .redactor .offers-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  background: #663399;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 34px;
}

.no-img-placeholder {
  background-color: #f5f7fa;
  background-image: url("/img/image-placeholder.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40% 40%;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.mobile-table-wrap {
  overflow-x: auto;
}

#slides-menu {
  position: absolute;
  left: 0;
  top: 50vh;
  z-index: 999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  width: 280px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 575.98px) {
  #slides-menu {
    display: none;
  }
}

#slides-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#slides-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 15px;
  font-weight: 400;
  height: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 81px;
  position: relative;
}

#slides-menu li a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: right;
          transform-origin: right;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#slides-menu li.active a, #slides-menu li:hover a {
  color: white;
}

#slides-menu li.active a:before {
  -webkit-transform: translateY(-50%) scaleX(2);
          transform: translateY(-50%) scaleX(2);
}

#index-content {
  color: #fff;
}

#index-content h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

@media (max-width: 575.98px) {
  #index-content h2 {
    font-size: 22px;
    line-height: 25px;
  }
}

#step1 {
  width: 980px;
  padding-left: 200px;
  margin: 0 auto;
  padding-top: 130px;
}

@media (max-width: 575.98px) {
  #step1 {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 80px;
  }
}

#step1 #main-page-logo {
  margin-bottom: 86px;
  position: relative;
}

@media (max-width: 575.98px) {
  #step1 #main-page-logo {
    margin-bottom: 51px;
  }
}

#step1 #main-page-logo:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: -79px;
  left: -61px;
  width: 181px;
  height: 181px;
  background-color: #663399;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
}

@media (max-width: 575.98px) {
  #step1 #main-page-logo:before {
    width: 88px;
    height: 88px;
    top: -45px;
    left: -31px;
  }
}

#step1 #main-page-logo svg {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0s ease 0.7s;
  transition: all 0s ease 0.7s;
}

@media (max-width: 575.98px) {
  #step1 #main-page-logo svg {
    display: none;
  }
}

#step1 #main-page-logo .mobile-logo-text {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 56px;
  font-weight: 800;
  line-height: 50px;
  text-transform: uppercase;
}

#step1 #main-page-logo.active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#step1 #main-page-logo.active svg {
  opacity: 1;
}

#step1 .line-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

@media (max-width: 575.98px) {
  #step1 .line-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#step1 .line-2 h1 {
  color: #ffffff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  width: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 575.98px) {
  #step1 .line-2 h1 {
    width: auto;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 45px;
  }
}

#step1 .line-2 .right-block .year-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 66px;
}

@media (max-width: 575.98px) {
  #step1 .line-2 .right-block .year-line {
    margin-left: 4px;
  }
}

#step1 .line-2 .right-block .year-line b {
  font-size: 66px;
  font-weight: 700;
  line-height: 66px;
  margin-right: 18px;
}

#step1 .line-2 .right-block .year-line span {
  padding-top: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

#step1 .line-2 .right-block .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 53px;
}

.main-video-block {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}

.main-video-block > picture > img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
}

.main-video-block video {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 140%;
  width: auto;
  height: auto;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-video-block:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#loader {
  background-color: #282930;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#loader .loader-logo {
  margin-bottom: 19px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

@media (max-width: 575.98px) {
  #loader .loader-logo {
    margin-bottom: -10px;
  }
}

@media (max-width: 575.98px) {
  #loader .loader-logo svg {
    width: 270px;
  }
}

#loader .loader-logo.opacity-0 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

#loader .percent-box {
  width: 759px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.09);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
  #loader .percent-box {
    width: 70%;
  }
}

#loader .percent-box .handle {
  width: 0;
  height: 4px;
  background-color: white;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#loader.loaded {
  background-color: rgba(40, 41, 48, 0);
}

#loader.loaded .percent-box {
  opacity: 0;
}

.p-animate {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.p-animate.p-animate-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Файл генерируется автоматически «php artisan generate-styles» */
.news .elem {
  position: relative;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .news .elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 46px;
  }
}

.news .elem .img-a {
  width: 540px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
}

@media (max-width: 575.98px) {
  .news .elem .img-a {
    width: 100%;
    margin-bottom: 19px;
  }
}

.news .elem .img-a img, .news .elem .img-a .img {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .news .elem .img-a img, .news .elem .img-a .img {
    width: 100%;
  }
}

.news .elem .right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news .elem .date {
  height: 40px;
  border: 1px solid #d8d8d8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 44px;
}

@media (max-width: 575.98px) {
  .news .elem .date {
    margin-bottom: 20px;
  }
}

.news .elem .title {
  color: #000;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .news .elem .title {
    font-size: 18px;
    line-height: 22px;
  }
}

.news .elem .title:hover {
  color: #663399;
}

.news .elem .annonce {
  color: #7e7e7e;
  font-size: 16px;
  line-height: 25px;
  margin-left: 100px;
  margin-top: 54px;
}

@media (max-width: 575.98px) {
  .news .elem .annonce {
    font-size: 14px;
    line-height: 20px;
    margin-top: 13px;
    margin-left: 0;
  }
}

.news.news-on-main {
  padding-top: 29px;
  margin-bottom: 60px;
  position: relative;
}

.news.news-on-main .h2 {
  margin-bottom: 90px;
}

.news.news-on-main .show-all {
  position: absolute;
  top: 41px;
  right: 100px;
  width: 280px;
  height: 60px;
  padding: 0;
  font-size: 18px;
}

.news.news-on-main .elem {
  margin-bottom: 0;
}

.catalog .catalog-elem {
  padding-bottom: 20px;
  height: 100%;
}

@media (max-width: 575.98px) {
  .catalog .catalog-elem {
    height: auto;
    padding-bottom: 10px;
  }
}

.catalog .catalog-elem a.img-box {
  border: 5px solid #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 28px;
  padding-bottom: 29px;
  height: 100%;
}

@media (max-width: 575.98px) {
  .catalog .catalog-elem a.img-box {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 15px 10px 15px 12px;
  }
}

.catalog .catalog-elem a.img-box img, .catalog .catalog-elem a.img-box .img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.46;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
  .catalog .catalog-elem a.img-box img, .catalog .catalog-elem a.img-box .img {
    width: 80px;
    height: 80px;
    margin-right: 26px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    opacity: 1;
  }
}

.catalog .catalog-elem a.img-box .title {
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  width: 220px;
  margin-top: 28px;
}

@media (max-width: 575.98px) {
  .catalog .catalog-elem a.img-box .title {
    margin-top: 0;
    font-size: 13px;
    line-height: 18px;
  }
}

.catalog .catalog-elem a.img-box:hover img, .catalog .catalog-elem a.img-box:hover .img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.catalog-page h1 {
  margin-bottom: 47px;
}

@media (max-width: 575.98px) {
  .catalog-page h1 {
    margin-bottom: 22px;
  }
}

.catalog-page .catalog-elements {
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .catalog-page .catalog-elements {
    margin-bottom: 25px;
  }
}

.catalog-filters {
  margin-top: 40px;
}

@media (max-width: 575.98px) {
  .catalog-filters {
    margin-top: 0;
  }
  .catalog-filters .filters-wrap {
    background-color: #ffffff;
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 280px;
    padding: 23px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .catalog-filters .filters-wrap .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 34px;
    cursor: pointer;
  }
}

.catalog-filters .mobile-bg {
  position: fixed;
  z-index: 888;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  cursor: pointer;
  background-color: black;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0s ease 0.5s;
  transition: opacity 0.5s ease, -webkit-transform 0s ease 0.5s;
  transition: opacity 0.5s ease, transform 0s ease 0.5s;
  transition: opacity 0.5s ease, transform 0s ease 0.5s, -webkit-transform 0s ease 0.5s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.catalog-filters .filter-block {
  margin-bottom: 40px;
}

.catalog-filters .filter-block .h3 {
  margin-bottom: 19px;
}

.catalog-filters .apply-filter-btn {
  width: 276px;
  max-width: 100%;
  margin-top: 13px;
  font-size: 18px;
}

.catalog-filters.active .mobile-bg {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0s ease 0s;
  transition: opacity 0.5s ease, -webkit-transform 0s ease 0s;
  transition: opacity 0.5s ease, transform 0s ease 0s;
  transition: opacity 0.5s ease, transform 0s ease 0s, -webkit-transform 0s ease 0s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 0.6;
}

.catalog-filters.active .filters-wrap {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile-catalog-filters-btn {
  height: 50px;
  font-size: 15px;
  margin-top: 19px;
}

.mobile-catalog-filters-btn .icon {
  font-size: 23px;
  margin-right: 5px;
}

.catalog-images-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-images-slider-wrapper #catalog-thumb-images-slider {
  width: 144px;
  height: 356px;
  margin-right: auto;
  margin-top: 46px;
}

.catalog-images-slider-wrapper #catalog-images-slider {
  width: 644px;
  height: 462px;
}

@media (max-width: 575.98px) {
  .catalog-images-slider-wrapper #catalog-images-slider {
    width: 100%;
    height: auto;
  }
}

#catalog-images-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

#catalog-images-slider .swiper-container, #catalog-images-slider .swiper-wrapper {
  height: 100%;
}

#catalog-images-slider .swiper-slide {
  height: 100%;
}

@media (max-width: 575.98px) {
  #catalog-images-slider .swiper-slide {
    padding-top: 72%;
  }
}

#catalog-images-slider .swiper-slide .bg-img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

#catalog-images-slider .swiper-slide .slide-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

#catalog-images-slider .swiper-custom-button-prev, #catalog-images-slider .swiper-custom-button-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  #catalog-images-slider .swiper-custom-button-prev, #catalog-images-slider .swiper-custom-button-next {
    display: none;
  }
}

#catalog-images-slider .swiper-custom-button-prev svg, #catalog-images-slider .swiper-custom-button-next svg {
  display: block;
  width: 34px;
  height: 34px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#catalog-images-slider .swiper-custom-button-prev svg path, #catalog-images-slider .swiper-custom-button-next svg path {
  fill: #fff;
}

#catalog-images-slider .swiper-custom-button-prev:hover, #catalog-images-slider .swiper-custom-button-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

#catalog-images-slider .swiper-custom-button-prev.disabled, #catalog-images-slider .swiper-custom-button-next.disabled {
  opacity: 0 !important;
}

#catalog-images-slider .swiper-custom-button-prev {
  left: 20px;
}

#catalog-images-slider .swiper-custom-button-next {
  right: 20px;
}

#catalog-images-slider .swiper-custom-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#catalog-images-slider:hover .swiper-custom-button-prev, #catalog-images-slider:hover .swiper-custom-button-next {
  opacity: 1;
}

#catalog-thumb-images-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

#catalog-thumb-images-slider .swiper-container, #catalog-thumb-images-slider .swiper-wrapper {
  height: 100%;
}

#catalog-thumb-images-slider .swiper-slide {
  width: 144px;
  height: 98px;
  cursor: pointer;
}

#catalog-thumb-images-slider .swiper-slide .bg-img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

#catalog-thumb-images-slider .swiper-slide .slide-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

#catalog-thumb-images-slider .swiper-slide:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #282930;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#catalog-thumb-images-slider .swiper-slide:hover:after {
  border: 2px solid #663399;
  opacity: 1;
}

#catalog-thumb-images-slider .swiper-slide.active-thumb:after {
  border: 2px solid #282930;
  opacity: 1;
}

#catalog-thumb-images-slider .swiper-custom-button-prev, #catalog-thumb-images-slider .swiper-custom-button-next {
  position: absolute;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#catalog-thumb-images-slider .swiper-custom-button-prev svg, #catalog-thumb-images-slider .swiper-custom-button-next svg {
  display: block;
  width: 34px;
  height: 34px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#catalog-thumb-images-slider .swiper-custom-button-prev svg path, #catalog-thumb-images-slider .swiper-custom-button-next svg path {
  fill: #663399;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#catalog-thumb-images-slider .swiper-custom-button-prev:hover svg path, #catalog-thumb-images-slider .swiper-custom-button-next:hover svg path {
  fill: #282930;
}

#catalog-thumb-images-slider .swiper-custom-button-prev.disabled, #catalog-thumb-images-slider .swiper-custom-button-next.disabled {
  opacity: 0;
}

#catalog-thumb-images-slider .swiper-custom-button-prev {
  top: -63px;
}

#catalog-thumb-images-slider .swiper-custom-button-prev svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#catalog-thumb-images-slider .swiper-custom-button-next {
  bottom: -63px;
}

#catalog-thumb-images-slider .swiper-custom-button-next svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.catalog-top-li:hover .catalog-top-menu-wrap {
  opacity: 1;
  top: 98px;
  -webkit-transition: opacity 0.3s ease 0.2s;
  transition: opacity 0.3s ease 0.2s;
}

.catalog-top-menu-wrap {
  position: absolute;
  z-index: 10001;
  top: -9999px;
  left: 0;
  width: 100%;
  background-color: #663399;
  padding-bottom: 40px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, top 0s ease 0.3s;
  transition: opacity 0.3s ease, top 0s ease 0.3s;
}

.catalog-top-menu-wrap a {
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog-top-menu-wrap ul.catalog-top-menu {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0;
}

.catalog-top-menu-wrap ul.catalog-top-menu:hover a {
  opacity: 0.3;
}

.catalog-top-menu-wrap ul.catalog-top-menu > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 45px;
}

.catalog-top-menu-wrap ul.catalog-top-menu > li:hover a {
  opacity: 1;
}

.catalog-top-menu-wrap ul.catalog-top-menu > li:hover > a {
  opacity: 1;
}

.catalog-top-menu-wrap ul.catalog-top-menu > li > a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.catalog-top-menu-wrap ul.catalog-top-menu > li > a .icon {
  display: none;
}

.catalog-top-menu-wrap ul.catalog-top-menu > li ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 29px;
}

.catalog-top-menu-wrap ul.catalog-top-menu > li ul li {
  margin-bottom: 10px;
}

.catalog-top-menu-wrap ul.catalog-top-menu > li ul li a {
  font-size: 16px;
  line-height: 25px;
}

.catalog-top-menu-wrap ul.catalog-top-menu > li ul li a:hover {
  text-decoration: underline;
}

.catalog-top-menu-wrap ul.catalog-top-menu > li ul li:hover a {
  opacity: 1;
}

nav.catalog-menu {
  margin-top: 15px;
}

nav.catalog-menu .menu-back-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

nav.catalog-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

nav.catalog-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 38px;
  width: 220px;
}

nav.catalog-menu > ul > li {
  position: relative;
  margin-bottom: 26px;
}

nav.catalog-menu > ul > li > a {
  color: #000000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
}

nav.catalog-menu > ul > li > a .icon {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  display: none;
}

nav.catalog-menu > ul > li:hover > a {
  color: #663399;
}

nav.catalog-menu > ul > li.active > a {
  font-weight: bold;
  color: #663399;
}

/* Второй уровень вложенности */
nav.catalog-menu > ul > li > ul {
  position: absolute;
  z-index: 10;
  top: 0;
  left: -9999px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, top 0s ease 0.3s;
  transition: opacity 0.3s ease, top 0s ease 0.3s;
  background-color: #fff;
  width: 294px;
}

nav.catalog-menu > ul > li > ul:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -4px;
  background-color: transparent;
  width: 4px;
  height: 100%;
}

nav.catalog-menu > ul > li > ul > li {
  display: block;
  position: relative;
  margin-bottom: 2px;
}

nav.catalog-menu > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 26px;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  color: #000;
  background-color: #f1f3f5;
}

nav.catalog-menu > ul > li > ul > li > a .icon {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
}

nav.catalog-menu > ul > li > ul > li:hover > a {
  background-color: #663399;
  color: #fff;
}

nav.catalog-menu > ul > li > ul > li.active > a {
  background-color: #282930;
  color: #fff;
}

nav.catalog-menu > ul > li:hover > ul {
  left: calc(100% + 4px);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* Третий уровень вложенности */
nav.catalog-menu > ul > li > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: transparent;
  width: 4px;
  height: 100%;
}

nav.catalog-menu > ul > li > ul > li > ul {
  position: absolute;
  z-index: 3;
  top: 0;
  left: -9999px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, left 0s ease 0.3s;
  transition: opacity 0.3s ease, left 0s ease 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  width: 240px;
}

nav.catalog-menu > ul > li > ul > li > ul > li {
  display: block;
  position: relative;
}

nav.catalog-menu > ul > li > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav.catalog-menu > ul > li > ul > li > ul > li:hover > a {
  background-color: #663399;
  color: #fff;
}

nav.catalog-menu > ul > li > ul > li > ul > li.active > a {
  background-color: #282930;
  color: #fff;
}

nav.catalog-menu > ul > li > ul > li:hover > ul {
  top: 0;
  left: calc(100% + 4px);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.catalog-sections-on-main {
  margin-bottom: -58px;
}

@media (max-width: 575.98px) {
  .catalog-sections-on-main {
    padding-top: 40px;
    margin-bottom: -26px;
  }
}

.catalog-sections-on-main h2 {
  margin-bottom: 74px;
}

@media (max-width: 575.98px) {
  .catalog-sections-on-main h2 {
    margin-bottom: 39px;
    max-width: 200px;
  }
}

.catalog-section-elem {
  margin-bottom: 58px;
}

@media (max-width: 575.98px) {
  .catalog-section-elem {
    margin-bottom: 26px;
  }
}

.catalog-section-elem a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-top: 104px;
  max-width: 210px;
}

@media (max-width: 575.98px) {
  .catalog-section-elem a {
    max-width: none;
    font-size: 12px;
    line-height: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 78px;
    min-height: 44px;
  }
}

.catalog-section-elem a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 34px;
  left: 36px;
  width: 110px;
  height: 110px;
  background-color: #663399;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
}

@media (max-width: 575.98px) {
  .catalog-section-elem a:before {
    width: 70px;
    height: 70px;
    top: 31px;
    left: 24px;
  }
}

.catalog-section-elem a svg {
  position: absolute;
  z-index: 2;
  top: 34px;
  left: 36px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 575.98px) {
  .catalog-section-elem a svg {
    top: 50%;
    left: 24px;
    -webkit-transform: translate(-50%, -50%) scale(0.65);
            transform: translate(-50%, -50%) scale(0.65);
  }
}

.catalog-section-elem a:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 575.98px) {
  .catalog-section-elem a:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
}

body.catalog-sections-main-page #content .redactor {
  color: #fff;
  margin-top: -9px;
}

@media (max-width: 575.98px) {
  body.catalog-sections-main-page #content .redactor {
    margin-top: 0;
  }
}

body.catalog-sections-main-page #content .redactor h1 {
  color: #fff;
  font-size: 72px;
  line-height: 70px;
  margin-bottom: 89px;
}

@media (max-width: 575.98px) {
  body.catalog-sections-main-page #content .redactor h1 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 32px;
  }
}

.catalog-top-section-page .top-block {
  margin-top: -9px;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .top-block {
    margin-top: 0;
  }
}

.catalog-top-section-page .top-block h1 {
  /*font-size: 72px;
      line-height: 70px;*/
  color: #fff;
  margin-bottom: 47px;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .top-block h1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

.catalog-top-section-page .top-block .annonce {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  margin-left: 0 !important;
  max-width: 780px;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .top-block .annonce {
    display: none;
  }
}

.catalog-top-section-page .top-block ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  width: 100%;
  margin-top: 87px;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .top-block ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    margin-top: 36px;
  }
}

.catalog-top-section-page .top-block ul li {
  margin-bottom: 20px;
  margin-right: 30px;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .top-block ul li {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.catalog-top-section-page .top-block ul li a {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .top-block ul li a {
    font-size: 12px;
    line-height: 20px;
  }
}

.catalog-top-section-page .top-block ul li a:hover {
  text-decoration: underline;
}

.catalog-top-section-page .other-sections {
  margin-top: 178px;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .other-sections {
    margin-top: 83px;
  }
}

.catalog-top-section-page .other-sections h2 {
  margin-bottom: 54px;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .other-sections h2 {
    margin-bottom: 26px;
  }
}

.catalog-top-section-page .other-sections a.other-sections-elem {
  display: block;
  height: 215px;
  background-color: #663399;
  padding: 38px 52px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .other-sections a.other-sections-elem {
    padding: 32px 31px 38px;
    height: auto;
    margin-bottom: 10px;
  }
}

.catalog-top-section-page .other-sections a.other-sections-elem .title {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .other-sections a.other-sections-elem .title {
    min-height: 70px;
    font-size: 18px;
    line-height: 22px;
  }
}

.catalog-top-section-page .other-sections a.other-sections-elem .more {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  left: 52px;
  bottom: 34px;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .other-sections a.other-sections-elem .more {
    font-size: 13px;
    left: 31px;
    bottom: 22px;
  }
}

.catalog-top-section-page .other-sections a.other-sections-elem .more span {
  margin-right: 20px;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .other-sections a.other-sections-elem .more span {
    margin-right: 16px;
  }
}

.catalog-top-section-page .other-sections a.other-sections-elem:hover {
  background-color: #282930;
}

.catalog-top-section-page .info-block {
  background-color: #f6f6f6;
  margin-top: 40px;
  padding: 67px 56px 1px;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .info-block {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 7px;
    padding: 31px 22px 1px;
  }
}

.catalog-top-section-page .info-block .redactor {
  margin-left: 0 !important;
  font-size: 18px;
  line-height: 25px;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .info-block .redactor {
    font-size: 16px;
    line-height: 25px;
  }
}

.catalog-top-section-page .info-block .redactor p {
  margin-bottom: 25px;
}

.catalog-top-section-page .info-block .redactor h2 {
  margin-bottom: 46px;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .info-block .redactor h2 {
    margin-bottom: 33px;
  }
}

.catalog-top-section-page .info-block .redactor h3 {
  margin-bottom: 51px;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .info-block .redactor h3 {
    margin-bottom: 27px;
  }
}

.catalog-top-section-page .info-block .redactor ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.catalog-top-section-page .info-block .redactor ul li {
  margin-bottom: 21px;
}

.catalog-top-section-page .info-block .redactor ul li a {
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .info-block .redactor ul li a {
    font-size: 16px;
    line-height: 22px;
  }
}

.catalog-top-section-page .info-block .redactor ul li a:hover {
  text-decoration: underline;
}

.catalog-top-section-page .info-block .redactor .call-me-btn {
  width: 229px;
  height: 66px;
  text-decoration: none;
  font-size: 18px;
  margin-top: 23px;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .info-block .redactor .call-me-btn {
    width: 100%;
  }
}

.catalog-top-section-page .section-redactor {
  margin-left: 0 !important;
  margin-top: 75px;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .section-redactor {
    margin-top: 30px;
  }
}

.catalog-top-section-page .section-redactor h2 {
  margin-bottom: 54px;
}

@media (max-width: 575.98px) {
  .catalog-top-section-page .section-redactor h2 {
    margin-bottom: 30px;
  }
}

.gallery .elem {
  margin-bottom: 40px;
}

.gallery .elem .img-a {
  display: block;
}

.gallery .elem .img-a img, .gallery .elem .img-a .img {
  display: block;
  margin-bottom: 10px;
}

.gallery-items .gallery-item {
  margin-bottom: 30px;
}

.gallery-items .gallery-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid #663399;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-items .gallery-item a:hover {
  border: 2px solid #282930;
}

.projects-slider-on-main-wrapper {
  padding-top: 100px;
  position: relative;
}

@media (max-width: 575.98px) {
  .projects-slider-on-main-wrapper {
    padding-top: 0;
  }
}

.projects-slider-on-main-wrapper h2 {
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .projects-slider-on-main-wrapper h2 {
    margin-bottom: 27px;
  }
}

.projects-slider-on-main-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(50% - 296px);
}

@media (max-width: 575.98px) {
  .projects-slider-on-main-wrapper:before {
    display: none;
  }
}

#projects-slider-on-main {
  position: relative;
  z-index: 2;
  width: auto;
  margin-left: calc(50% - 690px);
  height: 440px;
}

@media (max-width: 575.98px) {
  #projects-slider-on-main {
    height: 300px;
    margin-left: 0;
  }
}

#projects-slider-on-main .swiper-container, #projects-slider-on-main .swiper-wrapper {
  height: 100%;
}

#projects-slider-on-main .swiper-slide {
  width: 380px;
  height: 440px;
}

@media (max-width: 575.98px) {
  #projects-slider-on-main .swiper-slide {
    width: 180px;
    height: 300px;
  }
}

#projects-slider-on-main .swiper-slide .elem {
  height: 440px;
}

@media (max-width: 575.98px) {
  #projects-slider-on-main .swiper-slide .elem {
    height: 300px;
  }
}

#projects-slider-on-main .swiper-custom-button-prev, #projects-slider-on-main .swiper-custom-button-next {
  position: absolute;
  z-index: 3;
  top: -109px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 66px;
  height: 66px;
  border: 1px solid #d8d8d8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  #projects-slider-on-main .swiper-custom-button-prev, #projects-slider-on-main .swiper-custom-button-next {
    display: none;
  }
}

#projects-slider-on-main .swiper-custom-button-prev .icon, #projects-slider-on-main .swiper-custom-button-next .icon {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

#projects-slider-on-main .swiper-custom-button-prev .icon:before, #projects-slider-on-main .swiper-custom-button-next .icon:before {
  margin: 0;
}

#projects-slider-on-main .swiper-custom-button-prev svg, #projects-slider-on-main .swiper-custom-button-next svg {
  display: block;
  width: 34px;
  height: 34px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#projects-slider-on-main .swiper-custom-button-prev svg path, #projects-slider-on-main .swiper-custom-button-next svg path {
  fill: #fff;
}

#projects-slider-on-main .swiper-custom-button-prev:hover, #projects-slider-on-main .swiper-custom-button-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

#projects-slider-on-main .swiper-custom-button-prev {
  margin-left: 444px;
}

#projects-slider-on-main .swiper-custom-button-next {
  margin-left: 510px;
}

#projects-slider-on-main .swiper-custom-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.projects-slider-wrapper {
  padding-top: 5px;
  position: relative;
}

@media (max-width: 575.98px) {
  .projects-slider-wrapper {
    padding-top: 0;
    margin-top: -10px;
  }
}

#projects-slider {
  position: relative;
  z-index: 2;
  width: auto;
  height: 500px;
}

@media (max-width: 575.98px) {
  #projects-slider {
    height: 300px;
    margin-left: 0;
  }
}

#projects-slider .swiper-container, #projects-slider .swiper-wrapper {
  height: 100%;
}

#projects-slider .swiper-slide {
  width: 380px;
  height: 500px;
}

@media (max-width: 575.98px) {
  #projects-slider .swiper-slide {
    width: 180px;
    height: 300px;
  }
}

#projects-slider .swiper-slide .elem {
  height: 500px;
}

@media (max-width: 575.98px) {
  #projects-slider .swiper-slide .elem {
    height: 300px;
  }
}

#projects-slider .swiper-custom-button-prev, #projects-slider .swiper-custom-button-next {
  position: absolute;
  z-index: 3;
  top: -114px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 66px;
  height: 66px;
  border: 1px solid #d8d8d8;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  #projects-slider .swiper-custom-button-prev, #projects-slider .swiper-custom-button-next {
    display: none;
  }
}

#projects-slider .swiper-custom-button-prev .icon, #projects-slider .swiper-custom-button-next .icon {
  color: #d8d8d8;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#projects-slider .swiper-custom-button-prev .icon:before, #projects-slider .swiper-custom-button-next .icon:before {
  margin: 0;
}

#projects-slider .swiper-custom-button-prev svg, #projects-slider .swiper-custom-button-next svg {
  display: block;
  width: 34px;
  height: 34px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#projects-slider .swiper-custom-button-prev svg path, #projects-slider .swiper-custom-button-next svg path {
  fill: #fff;
}

#projects-slider .swiper-custom-button-prev:hover, #projects-slider .swiper-custom-button-next:hover {
  border-color: #000;
  z-index: 4;
}

#projects-slider .swiper-custom-button-prev:hover .icon, #projects-slider .swiper-custom-button-next:hover .icon {
  color: #000;
}

#projects-slider .swiper-custom-button-prev {
  margin-left: 459px;
}

#projects-slider .swiper-custom-button-next {
  margin-left: 524px;
}

#projects-slider .swiper-custom-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.projects a.elem {
  width: 380px;
  display: block;
  height: 500px;
  position: relative;
}

@media (max-width: 575.98px) {
  .projects a.elem {
    width: 180px;
  }
}

.projects a.elem .bg-img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

.projects a.elem .bg-img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(40, 41, 48, 0.51);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.projects a.elem .slide-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 160px 36px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
  .projects a.elem .slide-content {
    padding: 94px 17px 0;
  }
}

.projects a.elem .slide-content .title {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 42px;
}

@media (max-width: 575.98px) {
  .projects a.elem .slide-content .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.projects a.elem .slide-content .annonce {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
  .projects a.elem .slide-content .annonce {
    display: none;
  }
}

.projects a.elem .link {
  position: absolute;
  z-index: 3;
  left: 66px;
  bottom: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
}

@media (max-width: 575.98px) {
  .projects a.elem .link {
    font-size: 12px;
    left: 30px;
    bottom: 43px;
  }
}

.projects a.elem .link:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -28px;
  width: 5px;
  height: 40px;
  background-color: #ffffff;
}

@media (max-width: 575.98px) {
  .projects a.elem .link:before {
    width: 3px;
    height: 34px;
    left: -13px;
  }
}

.projects a.elem:hover .bg-img:after {
  background-color: rgba(102, 51, 153, 0.82);
}

.projects a.elem:hover .slide-content {
  -webkit-transform: translateY(-116px);
          transform: translateY(-116px);
}

@media (max-width: 575.98px) {
  .projects a.elem:hover .slide-content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.projects a.elem:hover .slide-content .annonce {
  opacity: 1;
}

.projects.projects-one .top-info {
  height: 447px;
}

@media (max-width: 575.98px) {
  .projects.projects-one .top-info {
    height: 384px;
  }
}

.projects.projects-one .top-info h1 {
  color: #fff;
  height: 204px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .projects.projects-one .top-info h1 {
    height: 134px;
  }
}

.projects.projects-one .top-info .line-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .projects.projects-one .top-info .line-elem {
    margin-bottom: 15px;
  }
}

.projects.projects-one .top-info .line-elem .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 66px;
  height: 66px;
  border: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 25px;
  font-size: 30px;
}

@media (max-width: 575.98px) {
  .projects.projects-one .redactor {
    font-size: 14px;
    line-height: 22px;
  }
}

.project-gallery {
  margin-top: 76px;
}

@media (max-width: 575.98px) {
  .project-gallery {
    margin-top: 33px;
  }
}

.project-gallery h2 {
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .project-gallery h2 {
    margin-bottom: 22px;
  }
}

#project-gallery-slider {
  position: relative;
  z-index: 2;
  width: 100%;
}

@media (max-width: 575.98px) {
  #project-gallery-slider {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}

#project-gallery-slider .swiper-container, #project-gallery-slider .swiper-wrapper {
  height: 100%;
}

#project-gallery-slider .swiper-slide {
  height: 582px;
}

@media (max-width: 575.98px) {
  #project-gallery-slider .swiper-slide {
    height: 320px;
  }
}

#project-gallery-slider .swiper-slide .bg-img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

#project-gallery-slider .swiper-slide .slide-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

#project-gallery-slider .swiper-custom-button-prev, #project-gallery-slider .swiper-custom-button-next {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 66px;
  height: 66px;
  border: 1px solid #d8d8d8;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#project-gallery-slider .swiper-custom-button-prev .icon, #project-gallery-slider .swiper-custom-button-next .icon {
  color: #d8d8d8;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#project-gallery-slider .swiper-custom-button-prev .icon:before, #project-gallery-slider .swiper-custom-button-next .icon:before {
  margin: 0;
}

#project-gallery-slider .swiper-custom-button-prev svg, #project-gallery-slider .swiper-custom-button-next svg {
  display: block;
  width: 34px;
  height: 34px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#project-gallery-slider .swiper-custom-button-prev svg path, #project-gallery-slider .swiper-custom-button-next svg path {
  fill: #fff;
}

#project-gallery-slider .swiper-custom-button-prev:hover, #project-gallery-slider .swiper-custom-button-next:hover {
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.6);
}

#project-gallery-slider .swiper-custom-button-next {
  left: 65px;
}

#project-gallery-slider .swiper-custom-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.other-projects-block {
  margin-top: 67px;
}

@media (max-width: 575.98px) {
  .other-projects-block {
    margin-top: 47px;
  }
}

.other-projects-block h2 {
  margin-bottom: 54px;
}

@media (max-width: 575.98px) {
  .other-projects-block h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 24px;
  }
}

.services .elem {
  position: relative;
  margin-bottom: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .services .elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 51px;
  }
}

.services .elem .img-a {
  width: 540px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
}

@media (max-width: 575.98px) {
  .services .elem .img-a {
    width: 100%;
    margin-bottom: 19px;
  }
}

.services .elem .img-a img, .services .elem .img-a .img {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .services .elem .img-a img, .services .elem .img-a .img {
    width: 100%;
  }
}

.services .elem .right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-top: 56px;
  padding-left: 100px;
}

@media (max-width: 575.98px) {
  .services .elem .right-block {
    padding-top: 31px;
    padding-left: 47px;
  }
}

.services .elem .index {
  position: absolute;
  z-index: -1;
  top: -17px;
  left: -1px;
  color: #efeff3;
  font-size: 180px;
  line-height: 180px;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .services .elem .index {
    font-size: 100px;
    line-height: 100px;
    top: -6px;
    left: 0;
  }
}

.services .elem .title {
  color: #000;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .services .elem .title {
    font-size: 18px;
    line-height: 22px;
  }
}

.services .elem .title:hover {
  color: #663399;
}

.services .elem .annonce {
  color: #7e7e7e;
  font-size: 16px;
  line-height: 25px;
  margin-top: 68px;
}

@media (max-width: 575.98px) {
  .services .elem .annonce {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
}

.services.services-one {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 20px;
}

@media (max-width: 575.98px) {
  .services.services-one {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 0;
    margin-bottom: -64px;
  }
}

.services-one-menu {
  padding-top: 20px;
  padding-right: 40px;
}

.services-one-menu .title {
  color: #663399;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.services-one-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.services-one-menu ul li {
  margin-bottom: 30px;
}

.services-one-menu ul li a {
  color: #000000;
  font-size: 15px;
  line-height: 20px;
  display: block;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-one-menu ul li a:hover {
  color: #663399;
}

.services-one-menu ul li.active a {
  color: #663399;
  font-weight: 700;
}

.faq .elem {
  background-color: #f5f5f5;
  border: 5px solid #f5f5f5;
  padding: 33px 15px 72px 47px;
  margin-bottom: 20px;
  min-height: 215px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 575.98px) {
  .faq .elem {
    padding: 18px 15px 43px 25px;
    min-height: 0;
    margin-bottom: 10px;
  }
}

.faq .elem .title {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 49px;
}

@media (max-width: 575.98px) {
  .faq .elem .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
  }
}

.faq .elem .content {
  display: none;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.faq .elem .content p {
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .faq .elem .content {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
  }
}

.faq .elem .link {
  position: absolute;
  bottom: 29px;
  left: 47px;
  color: #969696;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .faq .elem .link {
    font-size: 13px;
    left: 25px;
    bottom: 11px;
  }
}

.faq .elem .link span {
  margin-right: 21px;
}

@media (max-width: 575.98px) {
  .faq .elem .link span {
    margin-right: 16px;
  }
}

.faq .elem .link.open-link {
  opacity: 1;
  z-index: 2;
}

.faq .elem .link.close-link {
  opacity: 0;
  z-index: -1;
}

.faq .elem .link:hover {
  color: #663399;
}

.faq .elem.active {
  border: 5px solid #663399;
}

.faq .elem.active .content {
  opacity: 1;
}

.faq .elem.active .link.open-link {
  opacity: 0;
  z-index: -1;
}

.faq .elem.active .link.close-link {
  opacity: 1;
  z-index: 2;
}

.faq.faq-page {
  padding-top: 6px;
}

@media (max-width: 575.98px) {
  .faq.faq-page {
    padding-top: 0;
    margin-top: -5px;
  }
}

.offers.offers-one .top-info h1 {
  font-size: 52px;
  color: #fff;
  margin-bottom: 44px;
}

@media (max-width: 575.98px) {
  .offers.offers-one .top-info h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 36px;
  }
}

.offers.offers-one .top-info .annonce {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  max-width: 780px;
  margin-bottom: 66px;
}

@media (max-width: 575.98px) {
  .offers.offers-one .top-info .annonce {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 30px;
  }
}

.offers.offers-one .top-info .annonce p {
  margin-bottom: 20px;
}

.offers.offers-one .top-info .btn {
  width: 300px;
  height: 66px;
  font-size: 18px;
  margin-bottom: 136px;
}

@media (max-width: 575.98px) {
  .offers.offers-one .top-info .btn {
    margin-bottom: 28px;
    width: 100%;
  }
}

.offers.offers-one .content-1 {
  margin-top: 68px;
}

@media (max-width: 575.98px) {
  .offers.offers-one .content-1 {
    margin-top: 35px;
  }
}

.offers.offers-one .video-block {
  position: relative;
  margin-top: 167px;
}

@media (max-width: 575.98px) {
  .offers.offers-one .video-block {
    margin-top: 30px;
  }
}

.offers.offers-one .video-block a.video-link {
  position: absolute;
  z-index: 2;
  top: -79px;
  right: 0;
  display: block;
  width: 580px;
  height: 360px;
}

@media (max-width: 575.98px) {
  .offers.offers-one .video-block a.video-link {
    position: relative;
    top: 0;
    right: auto;
    left: -20px;
    width: calc(100% + 40px);
    height: auto;
  }
}

.offers.offers-one .video-block a.video-link .play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #663399;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
  .offers.offers-one .video-block a.video-link .play-btn {
    width: 68px;
    height: 68px;
  }
  .offers.offers-one .video-block a.video-link .play-btn svg {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.offers.offers-one .video-block a.video-link:hover .play-btn {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.offers.offers-one .video-block .wrap {
  position: relative;
  background: #F6F6F6;
  padding-top: 78px;
  padding-left: 62px;
  padding-bottom: 38px;
}

@media (max-width: 575.98px) {
  .offers.offers-one .video-block .wrap {
    margin-top: 46px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 20px 36px;
    font-size: 14px;
    line-height: 22px;
  }
  .offers.offers-one .video-block .wrap p {
    margin-bottom: 22px;
  }
}

.offers.offers-one .video-block .wrap .img {
  position: absolute;
  top: -43px;
  left: 62px;
}

@media (max-width: 575.98px) {
  .offers.offers-one .video-block .wrap .img {
    width: 52px;
    top: -40px;
    left: 20px;
  }
}

.offers.offers-one .video-block .wrap .text {
  max-width: 444px;
}

.offers.offers-one .video-block .wrap .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  margin-left: -7px;
}

@media (max-width: 575.98px) {
  .offers.offers-one .video-block .wrap .line {
    margin-top: -28px;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.offers.offers-one .video-block .wrap .line svg {
  margin-right: 120px;
}

@media (max-width: 575.98px) {
  .offers.offers-one .video-block .wrap .line svg {
    width: 162px;
    margin-right: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.offers.offers-one .video-block .wrap .line .fio {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  margin-right: 19px;
  margin-top: 44px;
}

@media (max-width: 575.98px) {
  .offers.offers-one .video-block .wrap .line .fio {
    margin-top: -4px;
    font-size: 14px;
    line-height: 22px;
  }
}

.offers.offers-one .video-block .wrap .line .post {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  margin-top: 44px;
}

@media (max-width: 575.98px) {
  .offers.offers-one .video-block .wrap .line .post {
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
  }
}

.offers.offers-one .content-2 {
  margin-top: 79px;
}

@media (max-width: 575.98px) {
  .offers.offers-one .content-2 {
    margin-top: 29px;
  }
}

@media (max-width: 575.98px) {
  .offers.offers-one .content {
    font-size: 14px;
    line-height: 22px;
  }
  .offers.offers-one .content br:first-child {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .offers.offers-one .content h2 {
    margin-bottom: 18px;
  }
}

.offers.offers-one .content h3 {
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 34px;
  margin-top: 80px;
}

.offers.offers-one .content h3:first-child {
  margin-top: 0;
}

@media (max-width: 575.98px) {
  .offers.offers-one .content h3 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.offers.offers-one .content .row {
  padding-top: 34px;
}

@media (max-width: 575.98px) {
  .offers.offers-one .content .row {
    padding-top: 0;
  }
   .offers.offers-one .content .row .col-3, .offers.offers-one .content .row .col-4, .offers.offers-one .content .row .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.offers.offers-one .content .row p:last-child {
  margin-bottom: 0;
}

.offers-project-block {
  margin-top: 80px;
}

@media (max-width: 575.98px) {
  .offers-project-block {
    margin-top: 26px;
  }
}

.offers-project-block h2 {
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 74px;
}

@media (max-width: 575.98px) {
  .offers-project-block h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
  }
}

html, body {
  height: 100%;
  min-height: 100%;
}

script2 {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.remove-link {
  cursor: default !important;
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body {
  background-color: #fff;
}

body #app {
  position: relative;
  z-index: 2;
}

body #app .inner-bg-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-color: #282930;
}

@media (max-width: 575.98px) {
  body #app .inner-bg-image {
    height: 460px;
  }
}

body #app .inner-bg-image:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(40, 41, 48, 0.51);
}

body #app .inner-bg-image2 {
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 0;
  width: 100%;
  height: 740px;
  background-size: cover;
  background-color: #282930;
}

@media (max-width: 575.98px) {
  body #app .inner-bg-image2 {
    height: 550px;
    top: 60px;
  }
}

body #app .inner-bg-image2:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(40, 41, 48, 0.51);
}

@media (min-width: 576px) {
  body {
    min-width: 1240px;
  }
}

body.services-one-page #app:before, body.catalog-with-menu-page #app:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 0;
  width: calc(50% - 330px);
  height: 100%;
  background-color: #fafafa;
}

@media (max-width: 575.98px) {
  body.services-one-page #app:before, body.catalog-with-menu-page #app:before {
    display: none;
  }
}

body.margin-redactor #content .redactor {
  margin-left: 100px;
}

@media (max-width: 575.98px) {
  body.margin-redactor #content .redactor {
    margin-left: 0;
  }
}

#app {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  height: 100px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 575.98px) {
  #header {
    height: 60px;
    padding-left: 6px;
  }
}

#header:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  background-color: #b7b7b7;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .logo {
  padding-top: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 575.98px) {
  #header .logo {
    padding-top: 0;
  }
}

#header .logo img {
  display: block;
}

#header .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

@media (max-width: 575.98px) {
  #header .top-menu {
    display: none;
  }
}

#header .top-menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  white-space: nowrap;
  padding: 8px 19px 0;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .top-menu > li:hover a {
  background-color: #663399;
}

#header .call-me-btn {
  margin-left: auto;
  width: 163px;
  height: 50px;
}

@media (max-width: 575.98px) {
  #header .call-me-btn {
    display: none;
  }
}

#header .phone-block {
  margin-left: 36px;
  color: #fff;
  margin-right: 34px;
  padding-top: 6px;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  #header .phone-block {
    margin-right: 12px;
    padding-top: 2px;
    display: none;
  }
}

#header .phone-block .label {
  font-size: 13px;
  line-height: 1;
  pointer-events: none;
}

#header .phone-block .phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
}

#header .phone-block .phone a .icon {
  color: #ffffff;
  font-size: 24px;
  position: relative;
  left: -5px;
}

#header .mobile-phone-link {
  font-size: 26px;
  color: #fff;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -17px;
}

#header .main-menu-handle, #header .mobile-menu-handle {
  position: relative;
  z-index: 2;
  width: 100px;
  height: 100px;
  background-color: #663399;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  #header .main-menu-handle, #header .mobile-menu-handle {
    width: 60px;
    height: 60px;
  }
}

#header .main-menu-handle .icon, #header .mobile-menu-handle .icon {
  color: #fff;
  font-size: 36px;
}

@media (max-width: 575.98px) {
  #header .main-menu-handle .icon, #header .mobile-menu-handle .icon {
    font-size: 24px;
  }
}

#header.inner-page {
  background-color: #fff;
}

#header.inner-page .top-menu > li > a {
  color: #000;
}

#header.inner-page .top-menu > li:hover a {
  color: #fff;
}

#header.inner-page .lang-select-block ul li .link {
  color: #000;
  border-width: 0;
}

#header.inner-page .lang-select-block ul li .link:hover {
  color: #fff;
}

#header.inner-page .lang-select-block ul li.active .link {
  color: #fff;
}

#header.inner-page .mobile-phone-link {
  color: #663399;
}

#header.inner-page .phone-block {
  color: #000;
}

#header.inner-page .phone-block .phone a {
  color: #663399;
}

#header.inner-page .phone-block .phone a .icon {
  color: #663399;
}

#header.index-page {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}

body.scrolled #header:after {
  opacity: 1;
}

#content {
  margin-top: 100px;
}

@media (max-width: 575.98px) {
  #content {
    margin-top: 60px;
  }
}

#footer {
  margin-top: 64px;
  padding-top: 61px;
  padding-bottom: 81px;
  background-color: #282930;
  color: #59595c;
  font-size: 14px;
  line-height: 25px;
}

@media (max-width: 575.98px) {
  #footer {
    text-align: center;
    padding-top: 42px;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 50px;
  }
}

#footer.margin-top-0 {
  margin-top: 0;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer .copy {
  padding-top: 7px;
}

@media (max-width: 575.98px) {
  #footer .copy {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 25px;
  }
}

#footer .footer-text-1 {
  padding-top: 7px;
}

#footer .row-2 {
  font-size: 16px;
  line-height: 30px;
  margin-top: 63px;
  color: #fff;
}

@media (max-width: 575.98px) {
  #footer .row-2 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 25px;
  }
}

@media (max-width: 575.98px) {
  #footer .footer-text-3 {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575.98px) {
  #footer .footer-text-3 table td {
    width: auto !important;
  }
}

#footer .footer-text-3 table td:first-child {
  color: #59595c;
}

@media (max-width: 575.98px) {
  #footer .footer-text-3 table td:first-child {
    padding-right: 20px;
  }
}

#footer .pac-block {
  font-size: 14px;
  margin-top: 6px;
}

@media (max-width: 575.98px) {
  #footer .pac-block {
    margin-top: 40px;
  }
}

#footer .pac-block a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #59595c;
}

@media (max-width: 575.98px) {
  #footer .pac-block a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#footer .pac-block a .text {
  margin-bottom: 5px;
}

@media (max-width: 575.98px) {
  #footer .pac-block a .text {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#footer .pac-block a svg {
  display: block;
}

#footer .pac-block a svg path {
  fill: #59595c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footer .pac-block a:hover {
  color: #fff;
}

#footer .pac-block a:hover svg path {
  fill: #fff;
}

.main-redactor {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 100px;
}

@media (max-width: 575.98px) {
  .main-redactor {
    margin-top: 0;
    font-size: 15px;
    line-height: 24px;
  }
}

.main-redactor .circle {
  background-color: #663399;
  border-radius: 50%;
  position: absolute;
}

.main-redactor .circle.c1 {
  width: 384px;
  height: 384px;
  top: -49px;
  left: 50%;
  margin-left: 56px;
}

@media (max-width: 575.98px) {
  .main-redactor .circle.c1 {
    width: 185px;
    height: 185px;
    margin-left: -44px;
    top: 94px;
  }
}

.main-redactor .circle.c2 {
  width: 94px;
  height: 94px;
  top: 249px;
  left: 50%;
  margin-left: -54px;
}

@media (max-width: 575.98px) {
  .main-redactor .circle.c2 {
    width: 46px;
    height: 46px;
    margin-left: -98px;
    top: 237px;
  }
}

.main-redactor .circle.c3 {
  width: 30px;
  height: 30px;
  top: 235px;
  left: 50%;
  margin-left: -143px;
}

@media (max-width: 575.98px) {
  .main-redactor .circle.c3 {
    width: 15px;
    height: 15px;
    margin-left: -140px;
    top: 232px;
  }
}

.main-redactor h2 {
  margin-bottom: 62px;
}

@media (max-width: 575.98px) {
  .main-redactor h2 {
    margin-bottom: 31px;
  }
}

@media (max-width: 575.98px) {
  .main-redactor .col-4 {
    display: none;
  }
}

.contacts-redactor {
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 575.98px) {
  .contacts-redactor {
    font-size: 14px;
    line-height: 22px;
  }
}

.contacts-redactor h1 {
  white-space: nowrap;
  margin-bottom: 102px;
}

@media (max-width: 575.98px) {
  .contacts-redactor h1 {
    white-space: normal;
    margin-bottom: 29px;
  }
}

.contacts-redactor h2 {
  margin-bottom: 47px;
}

@media (max-width: 575.98px) {
  .contacts-redactor h2 {
    margin-bottom: 41px;
  }
}

.contacts-redactor h3 {
  margin-bottom: 59px;
}

@media (max-width: 575.98px) {
  .contacts-redactor h3 {
    margin-right: 40px;
    margin-bottom: 16px;
  }
}

/* new footer */

.footer-menu-title {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}

/* end new footer */
/* new footer */

.footer-menu ul {
  list-style-type: none;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
}

.border {
  border-top: 1px solid #b7b7b7ab;
  border-bottom: 2px solid #b7b7b7ab;
  max-height: 100px;
}

body.offers-page #app .inner-bg-image:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.redactor.content.content-2 table th:nth-child(5),
.redactor.content.content-2 table td:nth-child(5) {
  display: none;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-position-top {
  -o-object-position: top;
     object-position: top;
}

.w-100 {
  width: 100% !important;
}
