
.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:#757575;-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:1px solid #c3d500;border-radius:0;background-color:transparent;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='%23fff' 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.5);transform:scale(0.5);opacity:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.pacmans-checkbox:hover{border-color:#c3d500
}
.pacmans-checkbox.checked{border-color:#c3d500
}
.pacmans-checkbox.checked:after{-webkit-transform:scale(0.85);transform:scale(0.85);opacity:1
}
.pacmans-checkbox.error{border-color:#dc3545
}
.pacmans-checkbox input{position:absolute;top:-9999px;left:0;visibility:hidden;opacity:0
}
.pacmans-checkbox.schedule-checkbox{border-width:2px;width:26px;height:26px
}
.pacmans-checkbox.schedule-checkbox:after{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='%23000' 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")
}
.pacmans-checkbox.contacts-checkbox{border-width:2px;width:26px;height:26px
}

.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:1px solid #979797;background-color:#fff;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:#c3d500;-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:#c3d500
}
.pacmans-radio.checked{border-color:#c3d500
}
.pacmans-radio.checked:after{-webkit-transform:scale(1);transform:scale(1);opacity:1
}
.pacmans-radio.error{border-color:#dc3545
}
.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:#757575;-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
}

.mx-calendar{color:#000 !important
}
.mx-datepicker .mx-input-append{cursor:pointer;width:60px;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
}
.mx-datepicker .mx-input-append .icon{font-size:22px
}
.mx-datepicker-popup{border:0 !important;-webkit-box-shadow:0 3px 5px rgba(0,0,0,0.175) !important;box-shadow:0 3px 5px rgba(0,0,0,0.175) !important
}
.mx-datepicker-popup .mx-calendar-content{width:271px;height:284px
}
.mx-datepicker-popup .mx-panel-date td,.mx-datepicker-popup .mx-panel-date th{height:40px
}
.mx-datepicker-popup .mx-calendar-content .cell{-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.mx-datepicker-popup .mx-calendar-content .cell:hover{background-color:rgba(195,213,0,0.2)
}
.mx-datepicker-popup .mx-calendar-content .cell.actived{background-color:#c3d500
}
.mx-datepicker-popup .mx-calendar-content .cell.disabled{background-color:rgba(204,204,204,0.2)
}

.pacmans-select{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;height:66px;width:100%
}
.pacmans-select label{position:absolute;z-index:2;top:23px;left:17px;font-size:17px;line-height:20px;color:#757575;-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-select label.required:after{content:'*';display:inline;color:#bfc5cc;margin-left:3px
}
.pacmans-select label.active{-webkit-transform:translate(0, -12px) scale(0.76);transform:translate(0, -12px) scale(0.76)
}
.pacmans-select select{outline:0;font-size:17px;line-height:normal;height:66px;padding:30px 17px 9px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none !important
}
.pacmans-select select.no-value{color:transparent !important
}

.cookies-modal{position:fixed;z-index:19;bottom:30px;right:30px;width:447px;height:272px;background:rgba(0,0,0,0.8);border-radius:12px;color:#fff;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;-webkit-transform:translateY(calc(100% + 35px));transform:translateY(calc(100% + 35px));padding:40px
}
@media (max-width: 575.98px){
.cookies-modal{height:auto;width:auto;left:10px;right:10px;bottom:10px;padding:25px;-webkit-transform:translateY(calc(100% + 15px));transform:translateY(calc(100% + 15px))
}
}
.cookies-modal .container{padding:0
}
.cookies-modal .text{font-weight:400;font-size:18px;line-height:28px;margin-bottom:30px
}
@media (max-width: 575.98px){
.cookies-modal .text{font-size:16px;line-height:25px;margin-bottom:23px;text-align:center
}
}
.cookies-modal .text a{color:#fff;text-decoration:underline;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.cookies-modal .text a:hover{color:#c3d500
}
.cookies-modal .btn{width:227px;height:50px;font-size:14px;font-weight:400;background-color:#c3d500;color:#000
}
@media (max-width: 575.98px){
.cookies-modal .btn{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto
}
}
.cookies-modal .btn:hover{color:#000;background:#a4b300;border-color:#a4b300
}
.cookies-modal.active{-webkit-transform:translateY(0);transform:translateY(0)
}

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%;max-width:84%;background-color:#000;-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{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:0;line-height:30px;font-weight:400;color:#c3d500;cursor:pointer;margin-top:20px;margin-left:auto
}
.mobile-menu .menu-panel .top-block .close .icon{font-size:34px;color:#fff;margin-right:8px
}
.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:#000;-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:first-child .section-title{padding-top:0
}
.mobile-menu .menu-panel .content-block ul.menu li .section-title{text-transform:uppercase;color:#c3d500;font-weight:900;font-size:12px;line-height:20px;margin-bottom:5px;margin-left:28px;padding-top:30px
}
.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;font-size:18px;line-height:25px;font-weight:900;color:#ffffff;padding:10px 30px 10px 28px
}
.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)
}

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:calc(100% - 40px)
}
}
.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:#c3d500
}
.modal-wrapper .modal-body .modal-content{color:#000
}
.modal-wrapper .modal-body .modal-content .success-msg,.modal-wrapper .modal-body .modal-content .failure-msg{padding:44px 80px 44px;text-align:center
}
@media (max-width: 575.98px){
.modal-wrapper .modal-body .modal-content .success-msg,.modal-wrapper .modal-body .modal-content .failure-msg{padding:30px 10px;max-width:100%;width:400px
}
}
.modal-wrapper .modal-body .modal-content .success-msg h2,.modal-wrapper .modal-body .modal-content .failure-msg h2{font-size:26px;line-height:32px;margin-bottom:16px;color:#000
}
@media (max-width: 575.98px){
.modal-wrapper .modal-body .modal-content .success-msg h2,.modal-wrapper .modal-body .modal-content .failure-msg h2{font-size:24px;line-height:28px;padding-left:28px;padding-right:28px
}
}
.modal-wrapper .modal-body .modal-content .success-msg p,.modal-wrapper .modal-body .modal-content .failure-msg p{font-size:14px;line-height:22px;margin-bottom:0
}
.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-wrapper.white-close .modal-body .modal-close{top:5px;right:16px
}
.modal-wrapper.white-close .modal-body .modal-close svg{width:32px;height:32px
}
.modal-wrapper.white-close .modal-body .modal-close svg path{fill:#fff
}
.modal-wrapper.white-close .modal-body .modal-close:hover svg path{fill:#000
}
.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:26px 14px 34px
}
}
.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:28px;margin-bottom:18px
}
}
.feedback-modal-form p{font-size:16px;line-height:18px;margin-bottom:40px
}
@media (max-width: 575.98px){
.feedback-modal-form p{font-size:14px;line-height:18px;margin-bottom:28px
}
}
.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
}
.feedback-modal-form form .form-line{margin-bottom:20px;position:relative
}
.feedback-modal-form form .form-line .error-line{min-height:21px;padding-top:3px;font-size:13px;line-height:18px;color:#dc3545;text-align:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;opacity:0;visibility:hidden
}
.feedback-modal-form form .agree-line{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-top:2px;margin-bottom:10px
}
@media (max-width: 575.98px){
.feedback-modal-form form .agree-line{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left
}
}
.feedback-modal-form form .agree-line .pacmans-checkbox{margin-right:15px
}
.feedback-modal-form form .agree-line .agree-label{font-size:13px;line-height:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:left
}
.feedback-modal-form form .agree-line .error-line{width:100%;padding-top:13px;font-size:13px;line-height:18px;color:#dc3545;text-align:center;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default
}
.feedback-modal-form form button{-ms-flex-item-align:center;align-self:center;margin-top:10px;padding:0 80px;height:60px
}
@media (max-width: 575.98px){
.feedback-modal-form form button{width:100%;padding:0
}
}

.select-club-modal-form{padding:46px 54px;width:982px;background-color:#000000;max-width:100%;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
}
.select-club-modal-form .logo{margin-bottom:30px
}
.select-club-modal-form h2{color:#ffffff;font-size:23px;font-weight:700;line-height:35px;text-transform:uppercase;margin-bottom:20px
}
.select-club-modal-form ul{list-style:none;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px
}
.select-club-modal-form ul:last-child{margin-bottom:0
}
.select-club-modal-form ul li{margin:0 10px
}
.select-club-modal-form ul li a{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;width:270px;height:123px;border:1px solid #c3d500;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;color:#fff;padding-top:24px
}
.select-club-modal-form ul li a .title{font-size:16px;font-weight:800;line-height:20px;text-transform:uppercase;margin-bottom:21px;text-align:center
}
.select-club-modal-form ul li a .title span{color:#c3d500;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.select-club-modal-form ul li a .addr{font-size:14px;font-weight:400;line-height:16px
}
.select-club-modal-form ul li a:hover{background-color:#c3d500;color:#000
}
.select-club-modal-form ul li a:hover .title span{color:#000
}

.first-visit-modal-form{width:660px;max-width:100%;padding-bottom:60px
}
@media (max-width: 575.98px){
.first-visit-modal-form{padding-bottom:40px
}
}
.first-visit-modal-form h2{color:#000000;font-size:42px;font-weight:700;line-height:45px;height:130px;background-color:#c3d500;padding-top:46px;padding-left:41px;margin-bottom:46px
}
@media (max-width: 575.98px){
.first-visit-modal-form h2{height:117px;padding-top:25px;padding-left:10px;font-size:26px;font-weight:700;line-height:30px;padding-right:60px;margin-bottom:22px
}
}
.first-visit-modal-form .info-block{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:30px;margin-bottom:45px
}
@media (max-width: 575.98px){
.first-visit-modal-form .info-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:10px;margin-bottom:0
}
}
.first-visit-modal-form .info-block .elem{-ms-flex-negative:0;flex-shrink:0;width:280px;margin:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000000;font-size:16px;font-weight:400;line-height:20px
}
@media (max-width: 575.98px){
.first-visit-modal-form .info-block .elem{margin:0 0 19px
}
}
.first-visit-modal-form .info-block .elem .count{width:100px;height:100px;background-color:#c3d500;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:27px;color:#000000;font-size:50px;font-weight:700;line-height:30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column
}
@media (max-width: 575.98px){
.first-visit-modal-form .info-block .elem .count{width:60px;height:60px;font-size:30px;font-weight:700;line-height:18px;margin-right:22px
}
}
.first-visit-modal-form .info-block .elem .count .day{padding-top:16px
}
@media (max-width: 575.98px){
.first-visit-modal-form .info-block .elem .count .day{padding-top:5px
}
}
.first-visit-modal-form .info-block .elem .count .month{font-size:14px;line-height:14px;margin-top:5px
}
@media (max-width: 575.98px){
.first-visit-modal-form .info-block .elem .count .month{font-size:8px;line-height:8px
}
}
.first-visit-modal-form .info-block .elem .label{width:92px
}
@media (max-width: 575.98px){
.first-visit-modal-form .info-block .elem .label{width:auto;margin-right:30px
}
}
.first-visit-modal-form .conditions-block{padding-left:40px
}
@media (max-width: 575.98px){
.first-visit-modal-form .conditions-block{padding-left:5px;margin-bottom:20px
}
}
.first-visit-modal-form .conditions-block .handle{display:inline-block;font-size:14px;line-height:16px;color:#c3d500;border-bottom:1px dashed #c3d500;cursor:pointer;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.first-visit-modal-form .conditions-block .handle:hover{color:#666f00;border-color:#666f00
}
.first-visit-modal-form .conditions-block .content{font-size:14px;line-height:18px;padding-top:10px;padding-right:10px
}
.first-visit-modal-form .conditions-block .content ul{padding-left:20px
}
.first-visit-modal-form .conditions-block .content ul li{margin-bottom:4px
}
.first-visit-modal-form .sms-block{padding-left:40px;padding-right:40px
}
.first-visit-modal-form .sms-block p{font-size:16px;line-height:18px;text-align:center
}
.first-visit-modal-form .sms-block .pacmans-input{width:230px;margin-left:auto;margin-right:auto
}
.first-visit-modal-form .sms-block .sms-error{color:#dc3545;font-size:14px;text-align:center;margin-bottom:-20px
}
.first-visit-modal-form .sms-block button.btn-2{display:-webkit-box;display:-ms-flexbox;display:flex;width:230px;margin-left:auto;margin-right:auto;margin-top:30px
}
.first-visit-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
}
@media (max-width: 575.98px){
.first-visit-modal-form form{padding:0 10px
}
}
.first-visit-modal-form form .form-line{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:580px;margin-left:40px
}
@media (max-width: 575.98px){
.first-visit-modal-form form .form-line{width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:0
}
}
.first-visit-modal-form form .form-line .pacmans-input,.first-visit-modal-form form .form-line .date-field,.first-visit-modal-form form .form-line .pacmans-select{margin-bottom:20px;width:280px
}
@media (max-width: 575.98px){
.first-visit-modal-form form .form-line .pacmans-input,.first-visit-modal-form form .form-line .date-field,.first-visit-modal-form form .form-line .pacmans-select{width:100%;margin-bottom:19px
}
}
.first-visit-modal-form form .form-line .pacmans-input input,.first-visit-modal-form form .form-line .date-field input,.first-visit-modal-form form .form-line .pacmans-select input{color:#25242a
}
.first-visit-modal-form form .form-line .error-line{min-height:21px;padding-top:3px;font-size:13px;line-height:18px;color:#dc3545;text-align:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;opacity:0;visibility:hidden
}
.first-visit-modal-form form .form-line .date-field{position:relative
}
.first-visit-modal-form form .form-line .date-field label{position:absolute;z-index:2;top:23px;left:17px;font-size:17px;line-height:20px;color:#757575;-webkit-transform-origin:0 50%;transform-origin:0 50%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transform:translate(0, -12px) scale(0.76);transform:translate(0, -12px) scale(0.76)
}
.first-visit-modal-form form .form-line .date-field label.required:after{content:'*';display:inline;color:#bfc5cc;margin-left:3px
}
.first-visit-modal-form form .form-line .date-field .mx-datepicker{cursor:pointer
}
.first-visit-modal-form form .form-line .date-field .mx-datepicker .icon{display:none
}
.first-visit-modal-form form .form-line .date-field .mx-datepicker input{outline:0;font-size:17px;line-height:normal;height:66px;padding:30px 17px 9px;color:#25242a;cursor:pointer
}
.first-visit-modal-form form .controls-block{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:40px;margin-right:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:30px
}
@media (max-width: 575.98px){
.first-visit-modal-form form .controls-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:0;margin-right:0
}
}
.first-visit-modal-form form .agree-line{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:300px
}
@media (max-width: 575.98px){
.first-visit-modal-form form .agree-line{width:100%
}
}
.first-visit-modal-form form .agree-line .pacmans-checkbox{margin-right:10px
}
.first-visit-modal-form form .agree-line .agree-label{font-size:13px;line-height:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
.first-visit-modal-form form .agree-line .error-line{width:100%;padding-top:13px;font-size:13px;line-height:18px;color:#dc3545;text-align:center;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default
}
.first-visit-modal-form form .btn-2{width:258px;height:50px;border-radius:25px;border:2px solid #c3d500;margin-left:40px
}
@media (max-width: 575.98px){
.first-visit-modal-form form .btn-2{margin-left:0;margin-top:20px
}
}

.feedback-form{margin-top:58px;background-color:#000;color:#fff;padding-top:38px;padding-bottom:47px
}
@media (max-width: 575.98px){
.feedback-form{margin-top:-30px;padding:31px 20px 38px
}
}
.feedback-form h2{color:#c3d500;font-size:32px;font-weight:800;line-height:48px;text-transform:uppercase;text-align:center;margin-bottom:27px
}
@media (max-width: 575.98px){
.feedback-form h2{font-size:26px
}
}
.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:516px;margin:0 auto
}
.feedback-form form .form-line{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:23px
}
@media (max-width: 575.98px){
.feedback-form form .form-line{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:0
}
}
.feedback-form form .form-line .error-line{min-height:21px;padding-top:3px;font-size:13px;line-height:18px;color:#dc3545;text-align:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;display:none
}
.feedback-form form .form-line .pacmans-input{width:248px
}
@media (max-width: 575.98px){
.feedback-form form .form-line .pacmans-input{width:100%;margin-bottom:10px
}
}
.feedback-form form .form-line textarea{height:146px
}
@media (max-width: 575.98px){
.feedback-form form .form-line textarea{height:172px
}
}
.feedback-form form .controls-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
@media (max-width: 575.98px){
.feedback-form form .controls-line{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-top:39px
}
}
.feedback-form form .agree-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:236px
}
@media (max-width: 575.98px){
.feedback-form form .agree-line{width:100%
}
}
.feedback-form form .agree-line .pacmans-checkbox{margin-right:15px
}
.feedback-form form .agree-line .agree-label{font-size:12px;line-height:18px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
.feedback-form form button{-ms-flex-item-align:start;align-self:flex-start;width:251px;height:50px;font-size:14px;font-weight:400
}
@media (max-width: 575.98px){
.feedback-form form button{width:100%;margin-top:37px
}
}

.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 .form-line .error-line{min-height:21px;padding-top:3px;font-size:13px;line-height:18px;color:#dc3545;text-align:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;display:none
}
.pages-feedback-form form .agree-line{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px
}
.pages-feedback-form form .agree-line .pacmans-checkbox{margin-right:10px
}
.pages-feedback-form form .agree-line .agree-label{font-size:13px;line-height:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
.pages-feedback-form form .agree-line .error-line{width:100%;padding-top:13px;font-size:13px;line-height:18px;color:#dc3545;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default
}
.pages-feedback-form form button{-ms-flex-item-align:start;align-self:flex-start;height:66px;padding:0;font-size:18px;width:100%
}
@media (max-width: 575.98px){
.pages-feedback-form form button{width:100%;margin-top:27px
}
}

.services-feedback-form{margin-top:320px;position:relative;height:436px;background-color:#000000
}
@media (max-width: 575.98px){
.services-feedback-form{height:auto;padding-bottom:35px;margin-top:167px
}
}
.services-feedback-form>img{position:absolute;z-index:3;bottom:0;left:50%;margin-left:70px;width:478px;height:726px
}
@media (max-width: 575.98px){
.services-feedback-form>img{display:none
}
}
.services-feedback-form>h2{position:absolute;top:-192px;left:50%;margin-left:-590px;color:#000000;font-size:50px;font-weight:800;line-height:60px;max-width:641px
}
@media (max-width: 575.98px){
.services-feedback-form>h2{top:-123px;left:20px;margin-left:0;font-size:26px;font-weight:800;line-height:30px;min-height:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:20px
}
}
.services-feedback-form form{display:block;width:580px;padding-top:65px
}
@media (max-width: 575.98px){
.services-feedback-form form{width:100%;padding-top:42px
}
}
.services-feedback-form form>p{color:#ffffff;font-size:16px;font-weight:400;line-height:25px;max-width:480px;margin-bottom:56px
}
@media (max-width: 575.98px){
.services-feedback-form form>p{margin-bottom:40px
}
}
.services-feedback-form form .form-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px
}
@media (max-width: 575.98px){
.services-feedback-form form .form-line{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:8px
}
}
.services-feedback-form form .form-line label{display:block;width:280px
}
@media (max-width: 575.98px){
.services-feedback-form form .form-line label{width:100%;margin-bottom:14px
}
}
.services-feedback-form form .form-line label .label{font-size:15px;line-height:15px;margin-bottom:10px;display:none
}
@media (max-width: 575.98px){
.services-feedback-form form .form-line label .label{display:block
}
}
.services-feedback-form form .form-line input,.services-feedback-form form .form-line textarea{border-color:#fff
}
.services-feedback-form form .form-line input:focus,.services-feedback-form form .form-line textarea:focus{border-color:#c3d500
}
.services-feedback-form form .form-line input.error,.services-feedback-form form .form-line textarea.error{border-color:#dc3545
}
@media (max-width: 575.98px){
.services-feedback-form form .form-line input::-webkit-input-placeholder,.services-feedback-form form .form-line textarea::-webkit-input-placeholder{color:transparent
}
.services-feedback-form form .form-line input:-moz-placeholder,.services-feedback-form form .form-line textarea:-moz-placeholder{color:transparent
}
.services-feedback-form form .form-line input::-moz-placeholder,.services-feedback-form form .form-line textarea::-moz-placeholder{color:transparent
}
.services-feedback-form form .form-line input:-ms-input-placeholder,.services-feedback-form form .form-line textarea:-ms-input-placeholder{color:transparent
}
}
.services-feedback-form form .form-line textarea{height:163px
}
.services-feedback-form form .form-line .error-line{min-height:21px;padding-top:3px;font-size:13px;line-height:18px;color:#dc3545;text-align:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;display:none
}
.services-feedback-form form .agree-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px;color:#fff
}
@media (max-width: 575.98px){
.services-feedback-form form .agree-line{margin-bottom:25px
}
}
.services-feedback-form form .agree-line .pacmans-checkbox{margin-right:10px
}
.services-feedback-form form .agree-line .agree-label{font-size:13px;line-height:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
.services-feedback-form form .agree-line .agree-label a:hover{color:#c3d500;text-decoration:underline
}
.services-feedback-form form .agree-line .error-line{width:100%;padding-top:13px;font-size:13px;line-height:18px;color:#dc3545;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default
}
.services-feedback-form form button{color:#ffffff;font-size:24px;font-weight:700;line-height:50px;text-transform:uppercase;width:404px;height:80px;border-radius:40px;border:5px solid #c3d500
}
@media (max-width: 575.98px){
.services-feedback-form form button{width:100%;font-size:18px;height:64px;border-radius:40px
}
}

.lk-login-modal-form{padding:46px 81px 54px;text-align:center;width:633px;max-width:100%
}
@media (max-width: 575.98px){
.lk-login-modal-form{padding:26px 14px 34px
}
}
.lk-login-modal-form h2{font-size:32px;line-height:40px;margin-bottom:33px
}
@media (max-width: 575.98px){
.lk-login-modal-form h2{font-size:24px;line-height:28px;margin-bottom:18px
}
}
.lk-login-modal-form p{font-size:16px;line-height:18px;margin-bottom:40px
}
@media (max-width: 575.98px){
.lk-login-modal-form p{font-size:14px;line-height:18px;margin-bottom:28px
}
}
.lk-login-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
}
.lk-login-modal-form form .form-line{margin-bottom:20px;position:relative
}
.lk-login-modal-form form .form-line .error-line{min-height:21px;padding-top:3px;font-size:13px;line-height:18px;color:#dc3545;text-align:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;opacity:0;visibility:hidden
}
.lk-login-modal-form form .error-text{font-size:14px;color:#dc3545;height:20px;display:none;margin-top:-10px;margin-bottom:10px
}
.lk-login-modal-form form .error-text.has-error{display:block
}
.lk-login-modal-form form button{-ms-flex-item-align:center;align-self:center;margin-top:10px;padding:0 80px;height:60px
}
@media (max-width: 575.98px){
.lk-login-modal-form form button{width:100%;padding:0
}
}

.yandex-map-wrapper{margin-top:76px
}
@media (max-width: 575.98px){
.yandex-map-wrapper{margin-top:38px
}
}
.yandex-map-wrapper h2{text-align:center;color:#000000;font-size:36px;font-weight:800;line-height:40px;text-transform:uppercase;margin-bottom:51px
}
@media (max-width: 575.98px){
.yandex-map-wrapper h2{font-size:22px;line-height:30px;margin-bottom:30px;text-transform:none
}
}
.yandex-map-wrapper .ymap-container{width:100%;height:508px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAgMAAAAOFJJnAAAACVBMVEX6+vrn5+f09PSMzk0VAAAAGklEQVQY02MIYAADVoYECIOTYSQDWCDAgwUA204BfdYq8A4AAAAASUVORK5CYII=);background-size:16px 16px
}
@media (max-width: 575.98px){
.yandex-map-wrapper .ymap-container{height:331px
}
}
.yandex-map-wrapper ul{list-style:none;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:10px 0
}
.yandex-map-wrapper ul li{margin:0 14px
}
.yandex-map-wrapper ul li a{display:inline-block;line-height:1;border-bottom:1px dashed #c3d500
}
.yandex-map-wrapper ul li.active a{color:#000;border-color:transparent
}

.schedule{padding-top:10px
}
@media (max-width: 575.98px){
.schedule{padding-top:0;margin-top:-10px
}
}
.schedule .zone-filter-block{margin-bottom:22px
}
@media (max-width: 575.98px){
.schedule .zone-filter-block{padding-top:2px;margin-bottom:22px
}
}
.schedule .zone-filter-block ul{list-style:none;padding-left:0;margin-bottom:0;margin-top:-21px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
.schedule .zone-filter-block ul li{height:40px;border:2px dashed #c3d500;padding:0 13px;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;font-weight:400;line-height:20px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;cursor:pointer;margin-right:20px;margin-bottom:14px
}
.schedule .zone-filter-block ul li:hover{border:2px dashed #727272
}
.schedule .zone-filter-block ul li.active{border:2px dashed #c3d500;background-color:#c3d500;cursor:default
}
.schedule .zone-filter-block ul li.active-reset{border:2px dashed #c3d500;cursor:default
}
.schedule .zone-filter-block select{height:50px;border:1px solid #c3d500;border-radius:0;padding-right:34px
}
.schedule .date-filter-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:480px;margin-bottom:28px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
@media (max-width: 575.98px){
.schedule .date-filter-block{margin-bottom:21px
}
}
.schedule .date-filter-block .icon{-ms-flex-negative:0;flex-shrink:0;width:50px;height:50px;background-color:#c3d500;color:#000000;font-size:32px;line-height:48px;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;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.schedule .date-filter-block .icon:hover{background-color:#282828;color:#fff
}
.schedule .date-filter-block .icon.disabled{opacity:0.4;-webkit-filter:grayscale(100%);filter:grayscale(100%);background-color:#c3d500;color:#000000;cursor:default
}
.schedule .date-filter-block .title{-ms-flex-preferred-size:100%;flex-basis:100%;text-align:center;color:#000000;font-size:24px;font-weight:700;line-height:48px;text-transform:uppercase
}
@media (max-width: 575.98px){
.schedule .date-filter-block .title{font-size:20px
}
}
.schedule .filters-line{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:20px
}
@media (max-width: 575.98px){
.schedule .filters-line{border:1px solid #afafaf;height:48px
}
.schedule .filters-line .row{display:none
}
.schedule .filters-line.active{height:auto
}
.schedule .filters-line.active .row{display:-webkit-box;display:-ms-flexbox;display:flex
}
}
.schedule .filters-line .mobile-filters-btn{width:calc(100% + 2px);position:relative;top:-1px;left:-1px;height:50px;background-color:#c3d500;color:#000000;font-size:16px;font-weight:700;line-height:20px;text-transform:uppercase;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:19px;padding-right:19px;cursor:pointer;display:none;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
@media (max-width: 575.98px){
.schedule .filters-line .mobile-filters-btn{display:-webkit-box;display:-ms-flexbox;display:flex
}
}
.schedule .filters-line .mobile-filters-btn .icon{margin-left:auto
}
.schedule .filters-line .mobile-filters-btn .icon svg path{fill:#000;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.schedule .filters-line .mobile-filters-btn .title{padding-top:3px
}
.schedule .filters-line.active .mobile-filters-btn{color:#fff;background-color:#000
}
.schedule .filters-line.active .mobile-filters-btn .icon svg path{fill:#c3d500
}
.schedule .day-part-filter-block{margin-bottom:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
@media (max-width: 575.98px){
.schedule .day-part-filter-block{display:block;padding-top:30px;margin-bottom:8px
}
}
.schedule .day-part-filter-block .title{color:#000000;font-size:16px;font-weight:700;line-height:20px;margin-right:33px
}
@media (max-width: 575.98px){
.schedule .day-part-filter-block .title{text-align:center;margin-right:0;margin-bottom:27px
}
}
.schedule .day-part-filter-block ul{list-style:none;padding-left:0;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
@media (max-width: 575.98px){
.schedule .day-part-filter-block ul{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:260px;margin:0 auto
}
}
.schedule .day-part-filter-block ul li{height:40px;border:2px dashed #c3d500;width:99px;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;font-size:16px;font-weight:400;line-height:20px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;cursor:pointer;margin-right:20px
}
@media (max-width: 575.98px){
.schedule .day-part-filter-block ul li{margin-right:10px;margin-left:10px;margin-bottom:8px
}
}
.schedule .day-part-filter-block ul li:last-child{margin-right:0
}
@media (max-width: 575.98px){
.schedule .day-part-filter-block ul li:last-child{margin-right:10px;margin-left:10px
}
}
.schedule .day-part-filter-block ul li:hover{border:2px dashed #727272
}
.schedule .day-part-filter-block ul li.active{border:2px dashed #c3d500;background-color:#c3d500;cursor:default
}
.schedule .day-part-filter-block ul li.active-reset{border:2px dashed #c3d500;cursor:default
}
.schedule .day-part-filter-block select{height:50px;border:1px solid #c3d500;border-radius:0;padding-right:34px
}
.schedule .program-types-filter-block{margin-bottom:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:6px;padding-right:1px
}
@media (max-width: 575.98px){
.schedule .program-types-filter-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:10px;padding-right:0;margin-bottom:22px
}
}
.schedule .program-types-filter-block .title{color:#000000;font-size:16px;font-weight:700;line-height:20px;margin-right:-5px
}
@media (max-width: 575.98px){
.schedule .program-types-filter-block .title{text-align:center;margin-right:0;margin-bottom:27px
}
}
.schedule .program-types-filter-block .checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-left:34px
}
@media (max-width: 575.98px){
.schedule .program-types-filter-block .checkbox{margin-left:0;width:179px;margin-bottom:15px
}
}
@media (max-width: 575.98px){
.schedule .program-types-filter-block .checkbox .pacmans-checkbox.schedule-checkbox{width:40px;height:40px
}
}
.schedule .program-types-filter-block .checkbox .label{cursor:pointer;padding-left:15px;font-size:16px
}
@media (max-width: 575.98px){
.schedule .program-types-filter-block .checkbox .label{padding-left:21px
}
}
.schedule .trainers-filter-block{margin-bottom:27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-top:6px;padding-right:1px
}
@media (max-width: 575.98px){
.schedule .trainers-filter-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:10px;padding-right:0;margin-bottom:2px;margin-right:15px;margin-left:15px
}
}
.schedule .trainers-filter-block .title{color:#000000;font-size:16px;font-weight:700;line-height:20px;width:120px
}
@media (max-width: 575.98px){
.schedule .trainers-filter-block .title{text-align:center;margin-right:0;margin-bottom:27px
}
}
.schedule .trainers-filter-block select{height:46px;width:300px;font-size:14px;border-radius:0;border-color:#e9e9e9
}
@media (max-width: 575.98px){
.schedule .trainers-filter-block select{width:100%
}
}
.schedule .search-block{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:52px;margin-bottom:28px
}
.schedule .search-block input{width:407px;height:50px;border:1px solid #e9e9e9;background-color:#f6f6f6;border-radius:0;padding-left:24px;color:#afafaf;font-size:16px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.schedule .search-block input:focus{color:#000000;background-color:#fff
}
.schedule .search-block input.active{color:#000000;background-color:#fff
}
.schedule .search-block .icon{width:50px;height:50px;background-color:#c3d500;color:#000;font-size:32px;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;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;cursor:pointer
}
.schedule .search-block .icon:hover{color:#fff;background-color:#000
}
.schedule .icon.icon-printer{width:50px;height:50px;background-color:#c3d500;color:#000;font-size:32px;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;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;cursor:pointer;margin-left:auto
}
.schedule .icon.icon-printer:hover{color:#fff;background-color:#000
}
.schedule .schedule-slider-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;overflow:hidden
}
.schedule .schedule-slider-wrap .schedule-slide{width:100%;-ms-flex-negative:0;flex-shrink:0
}
@media (max-width: 575.98px){
.schedule .schedule-slider-wrap .schedule-slide{padding-top:16px
}
}
.schedule .schedule-slider-wrap .schedule-slide .days-title-line{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px
}
@media (max-width: 575.98px){
.schedule .schedule-slider-wrap .schedule-slide .days-title-line{display:none
}
}
.schedule .schedule-slider-wrap .schedule-slide .days-title-line .day{width:14.28571%;-ms-flex-negative:0;flex-shrink:0
}
.schedule .schedule-slider-wrap .schedule-slide .days-title-line .day .title{text-align:center
}
.schedule .schedule-slider-wrap .schedule-slide .days-title-line .day .title .date{color:#afafaf;font-size:16px;line-height:16px;font-weight:400;margin-bottom:8px
}
.schedule .schedule-slider-wrap .schedule-slide .days-title-line .day .title .dow{color:#000000;font-size:19px;line-height:20px;font-weight:400;text-transform:capitalize
}
.schedule .schedule-slider-wrap .schedule-slide .group-block{padding-top:10px;padding-bottom:10px
}
@media (max-width: 575.98px){
.schedule .schedule-slider-wrap .schedule-slide .group-block{padding-bottom:3px;padding-top:0;margin-top:-5px
}
}
.schedule .schedule-slider-wrap .schedule-slide .group-block .title-line{position:relative;height:40px;margin-bottom:15px
}
@media (max-width: 575.98px){
.schedule .schedule-slider-wrap .schedule-slide .group-block .title-line{margin-bottom:3px
}
}
.schedule .schedule-slider-wrap .schedule-slide .group-block .title-line:after{content:'';display:block;position:absolute;z-index:1;top:50%;left:0;margin-top:-1px;width:100%;height:3px;background-color:#c3d500
}
@media (max-width: 575.98px){
.schedule .schedule-slider-wrap .schedule-slide .group-block .title-line:after{margin-top:-2px
}
}
.schedule .schedule-slider-wrap .schedule-slide .group-block .title-line .text{position:absolute;z-index:2;top:0;left:50%;width:180px;height:40px;margin-left:-90px;background-color:#fff;color:#000000;font-size:18px;font-weight:700;line-height:48px;text-transform:uppercase;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
}
@media (max-width: 575.98px){
.schedule .schedule-slider-wrap .schedule-slide .group-block .title-line .text{font-size:14px;width:128px;margin-left:-64px
}
}
.schedule .schedule-slider-wrap .schedule-slide .group-block .group-days{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.schedule .schedule-slider-wrap .schedule-slide .group-block .group-days .day{width:160px;-ms-flex-negative:0;flex-shrink:0
}
@media (max-width: 575.98px){
.schedule .schedule-slider-wrap .schedule-slide .group-block .group-days .day{width:100%
}
}

.schedule-card{width:160px;height:200px;border:1px solid #cfcfcf;padding:15px 15px 10px;margin-bottom:10px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;cursor:pointer
}
@media (max-width: 575.98px){
.schedule-card{width:100%;position:relative;height:auto;padding-bottom:14px
}
}
.schedule-card .time{color:#000000;font-size:16px;font-weight:700;line-height:24px;margin-bottom:10px
}
@media (max-width: 575.98px){
.schedule-card .time{margin-bottom:13px
}
}
.schedule-card .marks-line{display:-webkit-box;display:-ms-flexbox;display:flex;height:25px;margin-bottom:15px
}
@media (max-width: 575.98px){
.schedule-card .marks-line{margin-bottom:0;position:absolute;top:15px;right:8px
}
}
.schedule-card .marks-line .mark{width:25px;height:25px;border:2px solid #ffffff;border-radius:50%;background-color:#c3d500;color:#ffffff;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:2px
}
.schedule-card .marks-line .mark .icon{font-size:14px;line-height:16px
}
.schedule-card .marks-line .mark .pay-icon{display:block;height:23px;width:23px;background-image:url("data:image/svg+xml,%3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath d='M4.2 0c2.2 0 3.5 1.4 3.5 3.7 0 2.4-1.3 3.7-3.5 3.7H3V8h2v2H3v1.2H1V10H0V8h1V0zm0 5.6c1 0 1.5-.6 1.5-1.9C5.7 2.5 5.2 2 4.1 2h-1v3.7z' fill='%23fff'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat
}
.schedule-card .title{color:#000000;font-size:14px;font-weight:400;line-height:16px;min-height:32px;margin-bottom:12px
}
@media (max-width: 575.98px){
.schedule-card .title{min-height:0;margin-bottom:8px
}
}
.schedule-card .trainer-title{color:rgba(0,0,0,0.6);font-size:12px;font-weight:400;line-height:14px;min-height:28px;margin-bottom:4px
}
@media (max-width: 575.98px){
.schedule-card .trainer-title{min-height:0
}
.schedule-card .trainer-title br{display:none
}
}
.schedule-card .free-count{color:rgba(0,0,0,0.6);font-size:10px;font-weight:400;line-height:14px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:-4px
}
@media (max-width: 575.98px){
.schedule-card .free-count{position:absolute;right:14px;bottom:18px
}
}
.schedule-card .free-count .icon{color:#c3d500;font-size:14px;line-height:10px;margin-right:2px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.schedule-card:hover{background-color:#c3d500;border-color:#c3d500
}
.schedule-card:hover .free-count .icon{color:#fff
}
.schedule-card.is-finished{opacity:0.3;background-color:rgba(0,0,0,0.04)
}
.schedule-card.is-finished .mark{-webkit-filter:grayscale(100%);filter:grayscale(100%)
}
.schedule-card.is-finished .free-count .icon{color:#777
}
.schedule-card.is-finished:hover{background-color:#ddd;border-color:#ddd
}

.resume-form{padding-top:20px
}
.resume-form form{display:block;max-width:640px
}
.resume-form form h4{border-bottom:1px solid #aaa;padding-bottom:14px;margin-top:60px;margin-bottom:40px;font-size:18px
}
@media (max-width: 575.98px){
.resume-form form h4{margin-top:40px;margin-bottom:30px
}
}
.resume-form form .other-work-btn{padding:0 15px;margin-top:20px
}
.resume-form form .form-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:18px
}
@media (max-width: 575.98px){
.resume-form form .form-line{-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
}
}
.resume-form form .form-line label{width:220px;margin-right:20px;-ms-flex-negative:0;flex-shrink:0;font-size:14px;line-height:20px
}
@media (max-width: 575.98px){
.resume-form form .form-line label{width:auto;margin-bottom:5px
}
}
.resume-form form .form-line input,.resume-form form .form-line select,.resume-form form .form-line .mx-datepicker{-ms-flex-negative:0;flex-shrink:0;max-width:400px;height:44px;font-size:16px
}
.resume-form form .form-line input[type=file]{height:auto;padding:10px;font-size:14px
}
.resume-form form .form-line.file-line label{padding-bottom:38px
}
@media (max-width: 575.98px){
.resume-form form .form-line.file-line label{padding-bottom:0
}
}
.resume-form form .file-field .comment{max-width:400px;font-size:12px;line-height:15px;color:#777;margin-top:8px
}
.resume-form form .date-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:400px
}
.resume-form form .date-field label{margin-right:0
}
.resume-form form .date-field input,.resume-form form .date-field .mx-datepicker{-ms-flex-negative:1;flex-shrink:1
}
.resume-form form .controls-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:50px
}
@media (max-width: 575.98px){
.resume-form form .controls-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column
}
}
.resume-form form .controls-block button{padding:0 40px
}
.resume-form form .agree-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
@media (max-width: 575.98px){
.resume-form form .agree-line{margin-bottom:20px
}
}
.resume-form form .agree-line .agree-label{font-size:12px;padding-left:20px;cursor:pointer
}
@media (max-width: 575.98px){
.resume-form form .agree-line .agree-label{line-height:15px
}
}

.shop-form{padding-top:20px
}
.shop-form p{font-size:16px;line-height:20px
}
.shop-form .comment-block{margin-top:40px;font-size:14px;line-height:15px;font-weight:bold
}
.shop-form .comment-block:hover{text-decoration:underline
}
.shop-form form{display:block;max-width:640px
}
.shop-form form h4{border-bottom:1px solid #aaa;padding-bottom:14px;margin-top:60px;margin-bottom:40px;font-size:18px
}
@media (max-width: 575.98px){
.shop-form form h4{margin-top:40px;margin-bottom:30px
}
}
.shop-form form .form-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:18px
}
@media (max-width: 575.98px){
.shop-form form .form-line{-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
}
}
.shop-form form .form-line label{width:220px;margin-right:20px;-ms-flex-negative:0;flex-shrink:0;font-size:14px;line-height:20px
}
@media (max-width: 575.98px){
.shop-form form .form-line label{width:auto;margin-bottom:5px
}
}
.shop-form form .form-line input,.shop-form form .form-line select,.shop-form form .form-line .mx-datepicker{-ms-flex-negative:0;flex-shrink:0;max-width:400px;height:44px;font-size:16px
}
.shop-form form .form-line input[type=file]{height:auto;padding:10px;font-size:14px
}
.shop-form form .controls-block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:100px
}
@media (max-width: 575.98px){
.shop-form form .controls-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:30px
}
}
.shop-form form .controls-block button{padding:0 40px
}
@media (max-width: 575.98px){
.shop-form form .controls-block button{margin-top:8px
}
}
.shop-form form .controls-block .cost{position:absolute;top:-50px;right:0;font-size:24px;font-weight:bold
}
@media (max-width: 575.98px){
.shop-form form .controls-block .cost{position:relative;top:0;right:auto;left:0;font-size:20px;margin-top:16px
}
}
.shop-form form .agree-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
@media (max-width: 575.98px){
.shop-form form .agree-line{margin-bottom:20px
}
}
.shop-form form .agree-line .agree-label{font-size:12px;padding-left:20px;cursor:pointer
}
@media (max-width: 575.98px){
.shop-form form .agree-line .agree-label{line-height:15px
}
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline: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)}}/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
@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;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Avenir Next Cyr", 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, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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;
}

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

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: #c3d500;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #666f00;
  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,
kbd,
samp {
  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;
}

figure {
  margin: 0 0 1rem;
}

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,
optgroup,
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;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Avenir Next Cyr", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
}

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

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

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

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

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

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.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;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto {
  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-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.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-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .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-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .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-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

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

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

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

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

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

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

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

/* 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?65501057#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-slideshare:before {
  content: '\e800';
}

/* '' */
.icon-chart-arc:before {
  content: '\e801';
}

/* '' */
.icon-glass:before {
  content: '\e802';
}

/* '' */
.icon-music:before {
  content: '\e803';
}

/* '' */
.icon-search:before {
  content: '\e804';
}

/* '' */
.icon-mail:before {
  content: '\e805';
}

/* '' */
.icon-heart-1:before {
  content: '\e806';
}

/* '' */
.icon-heart-empty:before {
  content: '\e807';
}

/* '' */
.icon-star-1:before {
  content: '\e808';
}

/* '' */
.icon-star-empty:before {
  content: '\e809';
}

/* '' */
.icon-star-half:before {
  content: '\e80a';
}

/* '' */
.icon-user:before {
  content: '\e80b';
}

/* '' */
.icon-users:before {
  content: '\e80c';
}

/* '' */
.icon-picture:before {
  content: '\e80d';
}

/* '' */
.icon-camera-1:before {
  content: '\e80e';
}

/* '' */
.icon-camera-alt:before {
  content: '\e80f';
}

/* '' */
.icon-th-large:before {
  content: '\e810';
}

/* '' */
.icon-th:before {
  content: '\e811';
}

/* '' */
.icon-th-list:before {
  content: '\e812';
}

/* '' */
.icon-ok:before {
  content: '\e813';
}

/* '' */
.icon-ok-circled:before {
  content: '\e814';
}

/* '' */
.icon-ok-circled2:before {
  content: '\e815';
}

/* '' */
.icon-cancel:before {
  content: '\e816';
}

/* '' */
.icon-cancel-circled:before {
  content: '\e817';
}

/* '' */
.icon-cancel-circled2:before {
  content: '\e818';
}

/* '' */
.icon-plus-1:before {
  content: '\e819';
}

/* '' */
.icon-plus-circled:before {
  content: '\e81a';
}

/* '' */
.icon-minus:before {
  content: '\e81b';
}

/* '' */
.icon-minus-circled:before {
  content: '\e81c';
}

/* '' */
.icon-minus-squared:before {
  content: '\e81d';
}

/* '' */
.icon-minus-squared-alt:before {
  content: '\e81e';
}

/* '' */
.icon-home-1:before {
  content: '\e81f';
}

/* '' */
.icon-link-1:before {
  content: '\e820';
}

/* '' */
.icon-lock-1:before {
  content: '\e821';
}

/* '' */
.icon-lock-open-1:before {
  content: '\e822';
}

/* '' */
.icon-eye-1:before {
  content: '\e823';
}

/* '' */
.icon-eye-off-1:before {
  content: '\e824';
}

/* '' */
.icon-thumbs-up:before {
  content: '\e825';
}

/* '' */
.icon-thumbs-down:before {
  content: '\e826';
}

/* '' */
.icon-upload:before {
  content: '\e827';
}

/* '' */
.icon-download-1:before {
  content: '\e828';
}

/* '' */
.icon-comment:before {
  content: '\e829';
}

/* '' */
.icon-chat:before {
  content: '\e82a';
}

/* '' */
.icon-folder-1:before {
  content: '\e82b';
}

/* '' */
.icon-folder-open:before {
  content: '\e82c';
}

/* '' */
.icon-cog:before {
  content: '\e82d';
}

/* '' */
.icon-cog-alt:before {
  content: '\e82e';
}

/* '' */
.icon-basket-1:before {
  content: '\e82f';
}

/* '' */
.icon-cart-plus:before {
  content: '\e830';
}

/* '' */
.icon-down-dir:before {
  content: '\e831';
}

/* '' */
.icon-up-dir:before {
  content: '\e832';
}

/* '' */
.icon-left-dir:before {
  content: '\e833';
}

/* '' */
.icon-right-dir:before {
  content: '\e834';
}

/* '' */
.icon-down-open:before {
  content: '\e835';
}

/* '' */
.icon-left-open:before {
  content: '\e836';
}

/* '' */
.icon-right-open:before {
  content: '\e837';
}

/* '' */
.icon-up-open:before {
  content: '\e838';
}

/* '' */
.icon-angle-left:before {
  content: '\e839';
}

/* '' */
.icon-angle-right:before {
  content: '\e83a';
}

/* '' */
.icon-angle-up:before {
  content: '\e83b';
}

/* '' */
.icon-close-1:before {
  content: '\e83c';
}

/* '' */
.icon-menu-1:before {
  content: '\e83d';
}

/* '' */
.icon-info:before {
  content: '\e83e';
}

/* '' */
.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-rss:before {
  content: '\e845';
}

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

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

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

/* '' */
.icon-stackoverflow-1:before {
  content: '\e849';
}

/* '' */
.icon-speedometer-1:before {
  content: '\e84a';
}

/* '' */
.icon-chart-area:before {
  content: '\e84b';
}

/* '' */
.icon-award:before {
  content: '\e84c';
}

/* '' */
.icon-flag-filled:before {
  content: '\e84d';
}

/* '' */
.icon-spin6:before {
  content: '\e84e';
}

/* '' */
.icon-spin5:before {
  content: '\e84f';
}

/* '' */
.icon-spin4:before {
  content: '\e850';
}

/* '' */
.icon-printer-1:before {
  content: '\e851';
}

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

/* '' */
.icon-link-ext:before {
  content: '\f08e';
}

/* '' */
.icon-mail-alt:before {
  content: '\f0e0';
}

/* '' */
.icon-comment-empty:before {
  content: '\f0e5';
}

/* '' */
.icon-chat-empty:before {
  content: '\f0e6';
}

/* '' */
.icon-download-cloud:before {
  content: '\f0ed';
}

/* '' */
.icon-upload-cloud:before {
  content: '\f0ee';
}

/* '' */
.icon-plus-squared:before {
  content: '\f0fe';
}

/* '' */
.icon-account:before {
  content: '\f101';
}

/* '' */
.icon-account-alert:before {
  content: '\f102';
}

/* '' */
.icon-account-box:before {
  content: '\f103';
}

/* '' */
.icon-account-box-outline:before {
  content: '\f104';
}

/* '' */
.icon-account-check:before {
  content: '\f105';
}

/* '' */
.icon-account-circle:before {
  content: '\f106';
}

/* '' */
.icon-angle-down:before {
  content: '\f107';
}

/* '' */
.icon-account-location:before {
  content: '\f108';
}

/* '' */
.icon-account-multiple:before {
  content: '\f10a';
}

/* '' */
.icon-account-multiple-outline:before {
  content: '\f10b';
}

/* '' */
.icon-account-outline:before {
  content: '\f10e';
}

/* '' */
.icon-spinner:before {
  content: '\f110';
}

/* '' */
.icon-folder-empty:before {
  content: '\f114';
}

/* '' */
.icon-folder-open-empty:before {
  content: '\f115';
}

/* '' */
.icon-alarm-multiple:before {
  content: '\f11a';
}

/* '' */
.icon-star-half-alt:before {
  content: '\f123';
}

/* '' */
.icon-unlink:before {
  content: '\f127';
}

/* '' */
.icon-apps:before {
  content: '\f130';
}

/* '' */
.icon-arrow-down:before {
  content: '\f13a';
}

/* '' */
.icon-arrow-down-bold:before {
  content: '\f13b';
}

/* '' */
.icon-arrow-down-bold-circle:before {
  content: '\f13c';
}

/* '' */
.icon-arrow-down-bold-circle-outline:before {
  content: '\f13d';
}

/* '' */
.icon-lock-open-alt:before {
  content: '\f13e';
}

/* '' */
.icon-arrow-left:before {
  content: '\f140';
}

/* '' */
.icon-arrow-left-bold:before {
  content: '\f141';
}

/* '' */
.icon-arrow-left-bold-circle:before {
  content: '\f142';
}

/* '' */
.icon-arrow-left-bold-circle-outline:before {
  content: '\f143';
}

/* '' */
.icon-arrow-right:before {
  content: '\f145';
}

/* '' */
.icon-arrow-right-bold:before {
  content: '\f146';
}

/* '' */
.icon-arrow-right-bold-circle:before {
  content: '\f147';
}

/* '' */
.icon-arrow-right-bold-circle-outline:before {
  content: '\f148';
}

/* '' */
.icon-ok-squared:before {
  content: '\f14a';
}

/* '' */
.icon-arrow-up:before {
  content: '\f14c';
}

/* '' */
.icon-arrow-up-bold:before {
  content: '\f14d';
}

/* '' */
.icon-arrow-up-bold-circle:before {
  content: '\f14e';
}

/* '' */
.icon-arrow-up-bold-circle-outline:before {
  content: '\f14f';
}

/* '' */
.icon-at:before {
  content: '\f151';
}

/* '' */
.icon-attachment:before {
  content: '\f152';
}

/* '' */
.icon-backup-restore:before {
  content: '\f158';
}

/* '' */
.icon-bank:before {
  content: '\f159';
}

/* '' */
.icon-basket:before {
  content: '\f15e';
}

/* '' */
.icon-thumbs-up-alt:before {
  content: '\f164';
}

/* '' */
.icon-thumbs-down-alt:before {
  content: '\f165';
}

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

/* '' */
.icon-bell-outline:before {
  content: '\f183';
}

/* '' */
.icon-bell-ring:before {
  content: '\f184';
}

/* '' */
.icon-bell-ring-outline:before {
  content: '\f185';
}

/* '' */
.icon-block-helper:before {
  content: '\f191';
}

/* '' */
.icon-bluetooth:before {
  content: '\f193';
}

/* '' */
.icon-plus-squared-alt:before {
  content: '\f196';
}

/* '' */
.icon-book-open:before {
  content: '\f1a0';
}

/* '' */
.icon-border-color:before {
  content: '\f1ab';
}

/* '' */
.icon-briefcase:before {
  content: '\f1b6';
}

/* '' */
.icon-briefcase-check:before {
  content: '\f1b7';
}

/* '' */
.icon-bullhorn:before {
  content: '\f1c6';
}

/* '' */
.icon-cake-variant:before {
  content: '\f1c9';
}

/* '' */
.icon-calculator:before {
  content: '\f1ca';
}

/* '' */
.icon-calendar:before {
  content: '\f1cb';
}

/* '' */
.icon-calendar-blank:before {
  content: '\f1cc';
}

/* '' */
.icon-calendar-check:before {
  content: '\f1cd';
}

/* '' */
.icon-calendar-clock:before {
  content: '\f1ce';
}

/* '' */
.icon-calendar-multiple:before {
  content: '\f1cf';
}

/* '' */
.icon-calendar-multiple-check:before {
  content: '\f1d0';
}

/* '' */
.icon-calendar-plus:before {
  content: '\f1d1';
}

/* '' */
.icon-calendar-remove:before {
  content: '\f1d2';
}

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

/* '' */
.icon-camera:before {
  content: '\f1d9';
}

/* '' */
.icon-cart:before {
  content: '\f1e6';
}

/* '' */
.icon-cart-outline:before {
  content: '\f1e7';
}

/* '' */
.icon-cash:before {
  content: '\f1e8';
}

/* '' */
.icon-cash-multiple:before {
  content: '\f1ea';
}

/* '' */
.icon-cellphone-android:before {
  content: '\f1f1';
}

/* '' */
.icon-cellphone-iphone:before {
  content: '\f1f3';
}

/* '' */
.icon-cellphone-link:before {
  content: '\f1f4';
}

/* '' */
.icon-trash:before {
  content: '\f1f8';
}

/* '' */
.icon-chart-areaspline:before {
  content: '\f1f9';
}

/* '' */
.icon-chart-bar:before {
  content: '\f1fa';
}

/* '' */
.icon-chart-histogram:before {
  content: '\f1fb';
}

/* '' */
.icon-chart-line:before {
  content: '\f1fc';
}

/* '' */
.icon-chart-pie:before {
  content: '\f1fd';
}

/* '' */
.icon-check:before {
  content: '\f1fe';
}

/* '' */
.icon-check-all:before {
  content: '\f1ff';
}

/* '' */
.icon-checkbox-blank:before {
  content: '\f200';
}

/* '' */
.icon-checkbox-blank-circle:before {
  content: '\f201';
}

/* '' */
.icon-checkbox-blank-circle-outline:before {
  content: '\f202';
}

/* '' */
.icon-checkbox-blank-outline:before {
  content: '\f203';
}

/* '' */
.icon-checkbox-marked:before {
  content: '\f204';
}

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

/* '' */
.icon-checkbox-marked-circle-outline:before {
  content: '\f206';
}

/* '' */
.icon-checkbox-marked-outline:before {
  content: '\f207';
}

/* '' */
.icon-checkbox-multiple-blank:before {
  content: '\f208';
}

/* '' */
.icon-checkbox-multiple-blank-outline:before {
  content: '\f209';
}

/* '' */
.icon-checkbox-multiple-marked:before {
  content: '\f20a';
}

/* '' */
.icon-checkbox-multiple-marked-outline:before {
  content: '\f20b';
}

/* '' */
.icon-chevron-double-down:before {
  content: '\f20d';
}

/* '' */
.icon-chevron-double-left:before {
  content: '\f20e';
}

/* '' */
.icon-chevron-double-right:before {
  content: '\f20f';
}

/* '' */
.icon-chevron-double-up:before {
  content: '\f210';
}

/* '' */
.icon-chevron-down:before {
  content: '\f211';
}

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

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

/* '' */
.icon-chevron-up:before {
  content: '\f214';
}

/* '' */
.icon-city:before {
  content: '\f217';
}

/* '' */
.icon-cart-arrow-down:before {
  content: '\f218';
}

/* '' */
.icon-heartbeat:before {
  content: '\f21e';
}

/* '' */
.icon-clipboard-text:before {
  content: '\f21f';
}

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

/* '' */
.icon-clock-fast:before {
  content: '\f222';
}

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

/* '' */
.icon-close-box:before {
  content: '\f224';
}

/* '' */
.icon-close-box-outline:before {
  content: '\f225';
}

/* '' */
.icon-close-circle:before {
  content: '\f226';
}

/* '' */
.icon-close-circle-outline:before {
  content: '\f227';
}

/* '' */
.icon-user-plus:before {
  content: '\f234';
}

/* '' */
.icon-user-times:before {
  content: '\f235';
}

/* '' */
.icon-codepen:before {
  content: '\f23b';
}

/* '' */
.icon-coin:before {
  content: '\f23e';
}

/* '' */
.icon-comment-check-outline:before {
  content: '\f246';
}

/* '' */
.icon-comment-multiple-outline:before {
  content: '\f247';
}

/* '' */
.icon-comment-outline:before {
  content: '\f248';
}

/* '' */
.icon-comment-text:before {
  content: '\f24d';
}

/* '' */
.icon-comment-text-outline:before {
  content: '\f24e';
}

/* '' */
.icon-crop-free:before {
  content: '\f260';
}

/* '' */
.icon-crosshairs:before {
  content: '\f264';
}

/* '' */
.icon-crosshairs-gps:before {
  content: '\f265';
}

/* '' */
.icon-crown:before {
  content: '\f266';
}

/* '' */
.icon-cube-outline:before {
  content: '\f268';
}

/* '' */
.icon-cube-unfolded:before {
  content: '\f269';
}

/* '' */
.icon-currency-eur:before {
  content: '\f26d';
}

/* '' */
.icon-currency-rub:before {
  content: '\f270';
}

/* '' */
.icon-diamond:before {
  content: '\f287';
}

/* '' */
.icon-download:before {
  content: '\f299';
}

/* '' */
.icon-dumbbell:before {
  content: '\f2a5';
}

/* '' */
.icon-earth:before {
  content: '\f2a6';
}

/* '' */
.icon-email:before {
  content: '\f2ad';
}

/* '' */
.icon-email-open:before {
  content: '\f2ae';
}

/* '' */
.icon-email-outline:before {
  content: '\f2af';
}

/* '' */
.icon-emoticon:before {
  content: '\f2b1';
}

/* '' */
.icon-emoticon-happy:before {
  content: '\f2b4';
}

/* '' */
.icon-eye:before {
  content: '\f2c4';
}

/* '' */
.icon-eye-off:before {
  content: '\f2c5';
}

/* '' */
.icon-facebook-box:before {
  content: '\f2c9';
}

/* '' */
.icon-facebook-messenger:before {
  content: '\f2ca';
}

/* '' */
.icon-factory:before {
  content: '\f2cb';
}

/* '' */
.icon-file:before {
  content: '\f2cf';
}

/* '' */
.icon-file-cloud:before {
  content: '\f2d0';
}

/* '' */
.icon-file-document:before {
  content: '\f2d2';
}

/* '' */
.icon-file-document-box:before {
  content: '\f2d3';
}

/* '' */
.icon-file-excel:before {
  content: '\f2d4';
}

/* '' */
.icon-file-multiple:before {
  content: '\f2d9';
}

/* '' */
.icon-file-outline:before {
  content: '\f2db';
}

/* '' */
.icon-file-pdf:before {
  content: '\f2dc';
}

/* '' */
.icon-file-pdf-box:before {
  content: '\f2dd';
}

/* '' */
.icon-file-powerpoint:before {
  content: '\f2de';
}

/* '' */
.icon-file-word:before {
  content: '\f2e2';
}

/* '' */
.icon-file-xml:before {
  content: '\f2e4';
}

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

/* '' */
.icon-filter-outline:before {
  content: '\f2e9';
}

/* '' */
.icon-filter-remove:before {
  content: '\f2ea';
}

/* '' */
.icon-filter-remove-outline:before {
  content: '\f2eb';
}

/* '' */
.icon-flag:before {
  content: '\f2f0';
}

/* '' */
.icon-flag-checkered:before {
  content: '\f2f1';
}

/* '' */
.icon-flag-outline:before {
  content: '\f2f2';
}

/* '' */
.icon-flag-outline-variant:before {
  content: '\f2f3';
}

/* '' */
.icon-flag-variant:before {
  content: '\f2f5';
}

/* '' */
.icon-flash:before {
  content: '\f2f6';
}

/* '' */
.icon-folder:before {
  content: '\f300';
}

/* '' */
.icon-folder-multiple:before {
  content: '\f308';
}

/* '' */
.icon-folder-multiple-image:before {
  content: '\f309';
}

/* '' */
.icon-folder-multiple-outline:before {
  content: '\f30a';
}

/* '' */
.icon-folder-outline:before {
  content: '\f30b';
}

/* '' */
.icon-gift:before {
  content: '\f34d';
}

/* '' */
.icon-google-plus:before {
  content: '\f365';
}

/* '' */
.icon-google-plus-box:before {
  content: '\f366';
}

/* '' */
.icon-headphones:before {
  content: '\f371';
}

/* '' */
.icon-headset:before {
  content: '\f374';
}

/* '' */
.icon-heart:before {
  content: '\f377';
}

/* '' */
.icon-heart-broken:before {
  content: '\f37a';
}

/* '' */
.icon-heart-outline:before {
  content: '\f37b';
}

/* '' */
.icon-history:before {
  content: '\f380';
}

/* '' */
.icon-home:before {
  content: '\f382';
}

/* '' */
.icon-home-variant:before {
  content: '\f384';
}

/* '' */
.icon-image-area:before {
  content: '\f390';
}

/* '' */
.icon-instagram-1:before {
  content: '\f3a0';
}

/* '' */
.icon-key-variant:before {
  content: '\f3ac';
}

/* '' */
.icon-laptop:before {
  content: '\f3bd';
}

/* '' */
.icon-layers:before {
  content: '\f3c3';
}

/* '' */
.icon-layers-off:before {
  content: '\f3c4';
}

/* '' */
.icon-leaf:before {
  content: '\f3c5';
}

/* '' */
.icon-lightbulb:before {
  content: '\f3ca';
}

/* '' */
.icon-lightbulb-outline:before {
  content: '\f3cb';
}

/* '' */
.icon-link:before {
  content: '\f3cc';
}

/* '' */
.icon-lock:before {
  content: '\f3d3';
}

/* '' */
.icon-lock-open:before {
  content: '\f3d4';
}

/* '' */
.icon-lock-open-outline:before {
  content: '\f3d5';
}

/* '' */
.icon-lock-outline:before {
  content: '\f3d6';
}

/* '' */
.icon-login:before {
  content: '\f3d7';
}

/* '' */
.icon-logout:before {
  content: '\f3d8';
}

/* '' */
.icon-magnify:before {
  content: '\f3de';
}

/* '' */
.icon-magnify-minus:before {
  content: '\f3df';
}

/* '' */
.icon-magnify-plus:before {
  content: '\f3e0';
}

/* '' */
.icon-mail-ru:before {
  content: '\f3e1';
}

/* '' */
.icon-map-marker:before {
  content: '\f3e3';
}

/* '' */
.icon-map-marker-circle:before {
  content: '\f3e4';
}

/* '' */
.icon-map-marker-multiple:before {
  content: '\f3e5';
}

/* '' */
.icon-map-marker-off:before {
  content: '\f3e6';
}

/* '' */
.icon-map-marker-radius:before {
  content: '\f3e7';
}

/* '' */
.icon-marker-check:before {
  content: '\f3ea';
}

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

/* '' */
.icon-menu-down:before {
  content: '\f3f2';
}

/* '' */
.icon-menu-left:before {
  content: '\f3f3';
}

/* '' */
.icon-menu-right:before {
  content: '\f3f4';
}

/* '' */
.icon-menu-up:before {
  content: '\f3f5';
}

/* '' */
.icon-message:before {
  content: '\f3f6';
}

/* '' */
.icon-message-reply:before {
  content: '\f3fb';
}

/* '' */
.icon-message-text:before {
  content: '\f3fc';
}

/* '' */
.icon-message-text-outline:before {
  content: '\f3fd';
}

/* '' */
.icon-note:before {
  content: '\f429';
}

/* '' */
.icon-note-outline:before {
  content: '\f42a';
}

/* '' */
.icon-note-text:before {
  content: '\f42b';
}

/* '' */
.icon-package-variant:before {
  content: '\f45d';
}

/* '' */
.icon-package-variant-closed:before {
  content: '\f45e';
}

/* '' */
.icon-palette:before {
  content: '\f45f';
}

/* '' */
.icon-pencil:before {
  content: '\f472';
}

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

/* '' */
.icon-play:before {
  content: '\f48c';
}

/* '' */
.icon-play-box-outline:before {
  content: '\f48d';
}

/* '' */
.icon-play-circle:before {
  content: '\f48e';
}

/* '' */
.icon-play-circle-outline:before {
  content: '\f48f';
}

/* '' */
.icon-plus:before {
  content: '\f493';
}

/* '' */
.icon-plus-box:before {
  content: '\f494';
}

/* '' */
.icon-plus-circle:before {
  content: '\f495';
}

/* '' */
.icon-plus-circle-outline:before {
  content: '\f496';
}

/* '' */
.icon-pocket:before {
  content: '\f499';
}

/* '' */
.icon-poll:before {
  content: '\f49a';
}

/* '' */
.icon-presentation:before {
  content: '\f4a3';
}

/* '' */
.icon-presentation-play:before {
  content: '\f4a4';
}

/* '' */
.icon-printer:before {
  content: '\f4a5';
}

/* '' */
.icon-refresh:before {
  content: '\f4bb';
}

/* '' */
.icon-rocket:before {
  content: '\f4cc';
}

/* '' */
.icon-ruler:before {
  content: '\f4d5';
}

/* '' */
.icon-run:before {
  content: '\f4d6';
}

/* '' */
.icon-sale:before {
  content: '\f4d7';
}

/* '' */
.icon-school:before {
  content: '\f4dc';
}

/* '' */
.icon-security:before {
  content: '\f4e1';
}

/* '' */
.icon-send:before {
  content: '\f4e7';
}

/* '' */
.icon-settings:before {
  content: '\f4f0';
}

/* '' */
.icon-share-variant:before {
  content: '\f4f4';
}

/* '' */
.icon-shield:before {
  content: '\f4f5';
}

/* '' */
.icon-shield-outline:before {
  content: '\f4f6';
}

/* '' */
.icon-shopping:before {
  content: '\f4f7';
}

/* '' */
.icon-shopping-music:before {
  content: '\f4f8';
}

/* '' */
.icon-signal:before {
  content: '\f4fc';
}

/* '' */
.icon-sitemap:before {
  content: '\f502';
}

/* '' */
.icon-sort:before {
  content: '\f50e';
}

/* '' */
.icon-sort-alphabetical:before {
  content: '\f50f';
}

/* '' */
.icon-sort-ascending:before {
  content: '\f510';
}

/* '' */
.icon-sort-descending:before {
  content: '\f511';
}

/* '' */
.icon-sort-variant:before {
  content: '\f513';
}

/* '' */
.icon-speedometer:before {
  content: '\f519';
}

/* '' */
.icon-stackoverflow:before {
  content: '\f520';
}

/* '' */
.icon-star:before {
  content: '\f521';
}

/* '' */
.icon-star-circle:before {
  content: '\f522';
}

/* '' */
.icon-star-outline:before {
  content: '\f524';
}

/* '' */
.icon-store:before {
  content: '\f529';
}

/* '' */
.icon-telegram:before {
  content: '\f54c';
}

/* '' */
.icon-thumb-down:before {
  content: '\f55c';
}

/* '' */
.icon-thumb-down-outline:before {
  content: '\f55d';
}

/* '' */
.icon-thumb-up:before {
  content: '\f55e';
}

/* '' */
.icon-thumb-up-outline:before {
  content: '\f55f';
}

/* '' */
.icon-tie:before {
  content: '\f563';
}

/* '' */
.icon-timer:before {
  content: '\f565';
}

/* '' */
.icon-timer-sand:before {
  content: '\f569';
}

/* '' */
.icon-trophy:before {
  content: '\f57f';
}

/* '' */
.icon-trophy-award:before {
  content: '\f580';
}

/* '' */
.icon-trophy-variant:before {
  content: '\f581';
}

/* '' */
.icon-truck:before {
  content: '\f582';
}

/* '' */
.icon-tshirt-crew:before {
  content: '\f583';
}

/* '' */
.icon-tshirt-v:before {
  content: '\f584';
}

/* '' */
.icon-verified:before {
  content: '\f59a';
}

/* '' */
.icon-view-column:before {
  content: '\f5a2';
}

/* '' */
.icon-view-dashboard:before {
  content: '\f5a3';
}

/* '' */
.icon-vk:before {
  content: '\f5ae';
}

/* '' */
.icon-vk-box:before {
  content: '\f5af';
}

/* '' */
.icon-vk-circle:before {
  content: '\f5b0';
}

/* '' */
.icon-volume-high:before {
  content: '\f5b2';
}

/* '' */
.icon-water:before {
  content: '\f5bf';
}

/* '' */
.icon-web:before {
  content: '\f5d1';
}

/* '' */
.icon-youtube-play:before {
  content: '\f5ef';
}

/* '' */
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: 66px;
  padding: 0 16px;
  border: 1px solid #979797;
  border-radius: 5px;
  background-color: #fff;
  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: #757575;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

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

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #757575;
  -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 #fff 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: #c3d500 !important;
  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: #dc3545 !important;
}

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='%23757575'/%3E%3C/svg%3E");
  color: #757575;
}

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='%23dc3545'/%3E%3C/svg%3E");
  color: #757575;
}

textarea {
  height: 163px;
  padding: 15px 16px;
  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: 50px;
  padding: 0;
  background-color: transparent;
  border: 2px solid #c3d500;
  border-radius: 25px;
  font-size: 14px;
  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: #c3d500;
  border-color: #c3d500;
  color: #fff;
}

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

.btn.btn-2, button.btn-2 {
  color: #000;
}

nav.top-main-menu {
  margin-top: 36px;
  margin-left: 55px;
}

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

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

nav.top-main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

nav.top-main-menu > ul > li {
  position: relative;
  margin-right: 25px;
}

nav.top-main-menu > ul > li:last-child {
  margin-right: 0;
}

nav.top-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: 8px 5px 8px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

nav.top-main-menu > ul > li:hover > .menu-link {
  color: #fff !important;
}

nav.top-main-menu > ul > li.active > .menu-link {
  color: #c3d500 !important;
}

nav.top-main-menu > ul:hover > li > .menu-link {
  color: rgba(255, 255, 255, 0.4);
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 68px;
}

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

.main-menu .about-menu, .main-menu .services-menu {
  width: 253px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main-menu .about-menu .title-link, .main-menu .services-menu .title-link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
}

.main-menu .about-menu .title-link span, .main-menu .services-menu .title-link span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
}

.main-menu .about-menu .title-link span.active, .main-menu .about-menu .title-link span:hover, .main-menu .services-menu .title-link span.active, .main-menu .services-menu .title-link span:hover {
  color: #c3d500;
}

.main-menu .about-menu ul, .main-menu .services-menu ul {
  margin-top: 30px;
}

.main-menu .about-menu ul li, .main-menu .services-menu ul li {
  margin-bottom: 10px;
}

.main-menu .about-menu ul li .menu-link, .main-menu .services-menu ul li .menu-link {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-menu .about-menu ul li a.menu-link:hover, .main-menu .services-menu ul li a.menu-link:hover {
  color: #c3d500;
}

.main-menu .about-menu ul li.active .menu-link, .main-menu .services-menu ul li.active .menu-link {
  color: #c3d500;
}

.main-menu .services-menu {
  width: 485px;
}

.main-menu .services-menu ul {
  -webkit-columns: 2;
  columns: 2;
}

.main-menu .services-menu ul li {
  padding-right: 30px;
}

.main-menu .other-menu li {
  margin-bottom: 35px;
}

.main-menu .other-menu li .menu-link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-menu .other-menu li.active .menu-link, .main-menu .other-menu li:hover .menu-link {
  color: #c3d500;
}

.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: 20px;
  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: 50px;
  height: 50px;
  border: 1px solid #c3d500;
  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: transparent;
  -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: 20px;
  line-height: 1;
}

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

@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: #c3d500;
}

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

@media (max-width: 575.98px) {
  .breadcrumbs {
    margin-top: 19px;
    margin-bottom: 20px;
    line-height: 18px;
  }
}

.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;
}

.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: #c3d500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}

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

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

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

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

.breadcrumbs.white-breadcrumbs {
  color: #ffffff;
}

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

.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:after {
  content: '';
  display: block;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
}

.lang-select-block ul li .link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 86px;
  padding: 0 8px 3px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lang-select-block ul li:hover .link {
  background-color: rgba(32, 95, 158, 0.51);
}

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

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;
  margin-bottom: 0;
}

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 #c3d500;
  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 #c3d500;
    font-size: 11px;
  }
}

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

ul.pagination .page-item.active .page-link {
  background-color: #c3d500;
  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: #666f00;
}

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: "Avenir Next Cyr", Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, h5, h6 {
  font-family: "Avenir Next Cyr", Arial, sans-serif;
  font-weight: 900;
  color: #000;
  text-transform: none;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

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

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

h2, .h2 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 27px;
}

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

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

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

p {
  margin-bottom: 30px;
}

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

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background-color: #303030;
  color: white;
  border-radius: 8px;
  padding: 5px 14px 4px;
  font-size: 13px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #303030;
  z-index: 1;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 10px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 10px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}

.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .25s, visibility .25s;
  transition: opacity .25s, visibility .25s;
}

.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.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: #c3d500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

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

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

.redactor table {
  border-collapse: collapse;
}

body.cke_editable .image-grayscale, .redactor .image-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
}

body.cke_editable .image-grayscale-hover, .redactor .image-grayscale-hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.cke_editable .image-grayscale-hover:hover, .redactor .image-grayscale-hover:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

body.cke_editable .icon, .redactor .icon {
  position: relative;
}

body.cke_editable .icon.color-link, .redactor .icon.color-link {
  color: #c3d500;
}

body.cke_editable .icon.color-button, .redactor .icon.color-button {
  color: transparent;
}

body.cke_editable .row, .redactor .row {
  margin-bottom: 30px;
}

body.cke_editable figure, .redactor figure {
  margin: 0;
}

body.cke_editable figure figcaption, .redactor figure figcaption {
  font-size: 12px;
}

body.cke_editable blockquote, .redactor blockquote {
  background-color: #e6e6e6;
  padding: 20px 30px;
  border-radius: 0px;
  margin-bottom: 30px;
  color: #000;
}

body.cke_editable blockquote > *:last-child, .redactor blockquote > *:last-child {
  margin-bottom: 0;
}

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

body.cke_editable img[width], body.cke_editable .cke_widget_image[width], body.cke_editable figure[width], .redactor img[width], .redactor .cke_widget_image[width], .redactor figure[width] {
  height: auto !important;
}

body.cke_editable img.left, body.cke_editable img[style*=left], body.cke_editable img[align=left], body.cke_editable .cke_widget_image.left, body.cke_editable .cke_widget_image[style*=left], body.cke_editable .cke_widget_image[align=left], body.cke_editable figure.left, body.cke_editable figure[style*=left], body.cke_editable figure[align=left], .redactor img.left, .redactor img[style*=left], .redactor img[align=left], .redactor .cke_widget_image.left, .redactor .cke_widget_image[style*=left], .redactor .cke_widget_image[align=left], .redactor figure.left, .redactor figure[style*=left], .redactor figure[align=left] {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

body.cke_editable img.right, body.cke_editable img[style*=right], body.cke_editable img[align=right], body.cke_editable .cke_widget_image.right, body.cke_editable .cke_widget_image[style*=right], body.cke_editable .cke_widget_image[align=right], body.cke_editable figure.right, body.cke_editable figure[style*=right], body.cke_editable figure[align=right], .redactor img.right, .redactor img[style*=right], .redactor img[align=right], .redactor .cke_widget_image.right, .redactor .cke_widget_image[style*=right], .redactor .cke_widget_image[align=right], .redactor figure.right, .redactor figure[style*=right], .redactor figure[align=right] {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

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

body.cke_editable ul, body.cke_editable ol, .redactor ul, .redactor ol {
  margin-left: 30px;
  margin-bottom: 30px;
}

body.cke_editable ul, .redactor ul {
  list-style: disc;
}

body.cke_editable ol, .redactor ol {
  list-style: decimal;
}

body.cke_editable table, .redactor table {
  margin-bottom: 30px;
  border-color: #b6b6b6;
  border-collapse: collapse;
  border-width: 0;
}

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

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

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

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

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

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

body.cke_editable p a.document, .redactor p a.document {
  margin-bottom: 14.2px;
}

body.cke_editable a.document, .redactor a.document {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 14.2px;
  margin-bottom: 34.2px;
}

body.cke_editable a.document:before, .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='%23c3d500'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
}

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

body.cke_editable a.document[href*=".doc"]:before, body.cke_editable a.document[href*=".docx"]:before, body.cke_editable a.document[href*=".rtf"]:before, .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='%23c3d500'/%3E%3C/g%3E%3C/svg%3E");
}

body.cke_editable a.document[href*=".xls"]:before, body.cke_editable a.document[href*=".cvs"]:before, body.cke_editable a.document[href*=".xlsx"]:before, .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='%23c3d500'/%3E%3C/g%3E%3C/svg%3E");
}

body.cke_editable a.document[href*=".jpg"]:before, body.cke_editable a.document[href*=".png"]:before, body.cke_editable a.document[href*=".gif"]:before, body.cke_editable a.document[href*=".bmp"]:before, body.cke_editable a.document[href*=".jpeg"]:before, .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='%23c3d500'/%3E%3C/g%3E%3C/svg%3E");
}

body.cke_editable a.document[href*=".pdf"]:before, .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='%23c3d500'/%3E%3C/g%3E%3C/svg%3E");
}

body.cke_editable a.document[href*=".rar"]:before, .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='%23c3d500'/%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");
}

body.cke_editable a.document[href*=".zip"]:before, .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='%23c3d500'/%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");
}

body.cke_editable .colored-block-1, body.cke_editable .colored-block-2, body.cke_editable .colored-block-3, .redactor .colored-block-1, .redactor .colored-block-2, .redactor .colored-block-3 {
  position: relative;
  padding: 42px 102px 48px 151px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  body.cke_editable .colored-block-1, body.cke_editable .colored-block-2, body.cke_editable .colored-block-3, .redactor .colored-block-1, .redactor .colored-block-2, .redactor .colored-block-3 {
    padding: 28px 20px 28px 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

body.cke_editable .colored-block-1:before, body.cke_editable .colored-block-2:before, body.cke_editable .colored-block-3:before, .redactor .colored-block-1:before, .redactor .colored-block-2:before, .redactor .colored-block-3:before {
  position: absolute;
  top: 50%;
  left: 58px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 64px;
  font-family: "fontello", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 575.98px) {
  body.cke_editable .colored-block-1:before, body.cke_editable .colored-block-2:before, body.cke_editable .colored-block-3:before, .redactor .colored-block-1:before, .redactor .colored-block-2:before, .redactor .colored-block-3:before {
    display: none;
  }
}

body.cke_editable .colored-block-1, .redactor .colored-block-1 {
  background-color: #dff4c7;
}

body.cke_editable .colored-block-1:before, .redactor .colored-block-1:before {
  color: #85c83a;
  content: '\f205';
}

body.cke_editable .colored-block-2, .redactor .colored-block-2 {
  background-color: #ffdbb2;
}

body.cke_editable .colored-block-2:before, .redactor .colored-block-2:before {
  color: #f89015;
  content: '\f120';
}

body.cke_editable .colored-block-3, .redactor .colored-block-3 {
  background-color: #ffcccc;
}

body.cke_editable .colored-block-3:before, .redactor .colored-block-3:before {
  color: #e50000;
  content: '\f226';
}

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

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

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

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

body.cke_editable .news-annone, .redactor .news-annone {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 575.98px) {
  body.cke_editable .news-annone, .redactor .news-annone {
    font-size: 18px;
    line-height: 25px;
  }
}

.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;
}

.back-arrow-container {
  position: relative;
}

.back-arrow-container .back-arrow {
  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;
  background-color: #c3d500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 34px;
  position: absolute;
  top: 24px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 575.98px) {
  .back-arrow-container .back-arrow {
    display: none;
  }
}

.back-arrow-container .back-arrow:hover {
  background-color: #000;
  color: #fff;
}

.back-arrow-container .header-with-back-arrow {
  padding-left: 80px;
}

@media (max-width: 575.98px) {
  .back-arrow-container .header-with-back-arrow {
    padding-left: 0;
  }
}

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

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

.news .elem .img-a {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 33px;
}

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

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

.news .elem .img-a .date {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 66px;
  height: 66px;
  background-color: #c3d500;
  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;
  color: #ffffff;
  font-weight: 700;
  padding-top: 4px;
}

.news .elem .img-a .date .day {
  color: #ffffff;
  font-size: 30px;
  line-height: 25px;
  margin-bottom: 2px;
}

.news .elem .img-a .date .month {
  font-size: 15px;
  line-height: 15px;
}

.news .elem .img-a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.news .elem .title {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
}

.news .elem .title:hover {
  text-decoration: underline;
}

.news .elem .annonce {
  color: #6a6a6a;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 20px;
}

.news.news-on-main {
  padding-top: 87px;
  position: relative;
}

@media (max-width: 575.98px) {
  .news.news-on-main {
    padding-top: 35px;
  }
}

.news.news-on-main .h2 {
  text-align: center;
  color: #000000;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 69px;
}

@media (max-width: 575.98px) {
  .news.news-on-main .h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 34px;
    text-transform: none;
  }
}

.news.news-on-main .show-all {
  width: 380px;
  height: 64px;
  border: 2px dashed #c3d500;
  border-radius: 0;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

@media (max-width: 575.98px) {
  .news.news-on-main .show-all {
    margin-top: -3px;
    width: 100%;
    font-size: 12px;
  }
}

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

@media (max-width: 575.98px) {
  .news.news-on-main .elem {
    margin-bottom: 37px;
  }
}

.news.news-one {
  padding-bottom: 50px;
}

.slider-on-main-wrapper {
  background-color: #000;
}

#slider-on-main {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  #slider-on-main {
    min-height: 320px;
    height: auto;
  }
}

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

#slider-on-main .swiper-slide {
  height: 100%;
}

#slider-on-main .swiper-slide .bg-img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 575.98px) {
  #slider-on-main .swiper-slide .bg-img {
    width: 100%;
    position: relative;
    background-size: cover;
    padding-top: 100%;
  }
}

#slider-on-main .swiper-slide .btn {
  position: absolute;
  bottom: 107px;
  left: 50%;
  margin-left: -590px;
  z-index: 4;
  height: 60px;
  border-radius: 30px;
  background-color: #000000;
  border: 3px solid #000000;
  font-size: 16px;
  padding: 0 26px;
}

@media (max-width: 575.98px) {
  #slider-on-main .swiper-slide .btn {
    display: none;
  }
}

#slider-on-main .swiper-slide .btn:hover {
  background-color: #424242;
}

#slider-on-main .swiper-slide .slide-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: none;
}

@media (max-width: 575.98px) {
  #slider-on-main .swiper-slide .slide-link {
    display: block;
  }
}

#slider-on-main .swiper-custom-button-prev, #slider-on-main .swiper-custom-button-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-33px);
  transform: translateY(-33px);
  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: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#slider-on-main .swiper-custom-button-prev .icon, #slider-on-main .swiper-custom-button-next .icon {
  color: #fff;
  font-size: 31px;
  line-height: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

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

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

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

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

#slider-on-main .swiper-custom-button-next {
  right: 44px;
}

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

#slider-on-main .swiper-custom-pagination.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 37px;
  margin-left: -601px;
}

@media (max-width: 575.98px) {
  #slider-on-main .swiper-custom-pagination.swiper-pagination-bullets {
    margin-left: 0;
    left: 0;
    width: 100%;
    bottom: 9px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#slider-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem {
  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: 26px;
  height: 30px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#slider-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

#slider-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem:hover:before {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  background-color: transparent;
}

#slider-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem.active:before {
  width: 10px;
  height: 10px;
  border: 2px solid #142a3a;
  background-color: transparent;
}

.catalog-elem {
  margin-bottom: 30px;
  border: 1px solid #979797;
  padding-bottom: 20px;
}

.catalog-elem a.img-box {
  display: block;
  margin-bottom: 20px;
}

.catalog-elem a.img-box .img, .catalog-elem a.img-box img {
  position: relative;
  display: block;
}

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

.catalog-elem .title {
  display: inline-block;
  margin-left: 20px;
}

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

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

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

.catalog-one h1 {
  margin-bottom: 68px;
}

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

.catalog-one .stock-mark {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  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: 100%;
  height: 60px;
}

@media (max-width: 575.98px) {
  .catalog-one .stock-mark {
    margin-top: 12px;
    font-size: 16px;
    height: 50px;
  }
}

.catalog-one .stock-mark .icon {
  font-size: 32px;
}

@media (max-width: 575.98px) {
  .catalog-one .stock-mark .icon {
    font-size: 24px;
  }
}

.catalog-one .stock-mark.in {
  color: #81ba43;
  background-color: #d8eac4;
}

.catalog-one .stock-mark.out {
  color: #e2984a;
  background-color: #efdac4;
}

.catalog-one .cost-block {
  background-color: #f1f3f5;
  padding: 29px 0 22px;
  margin-top: 27px;
}

@media (max-width: 575.98px) {
  .catalog-one .cost-block {
    margin-top: 11px;
  }
}

.catalog-one .cost-block .label {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 21px;
  text-align: center;
}

.catalog-one .cost-block .cost {
  color: #000000;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 35px;
  text-align: center;
}

.catalog-one .cost-block .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 243px;
  font-size: 16px;
  margin: 0 auto;
}

.catalog-one .cost-block .btn .icon {
  font-size: 32px;
  margin-right: 5px;
  margin-left: -10px;
}

.catalog-one .properties-block {
  margin-top: 31px;
  font-size: 14px;
  line-height: 28px;
}

@media (max-width: 575.98px) {
  .catalog-one .properties-block {
    font-size: 12px;
    line-height: 18px;
    margin-top: 16px;
  }
}

.catalog-one .properties-block table td {
  line-height: 22px;
  padding: 3px 0 3px 0;
  vertical-align: top;
}

.catalog-one .properties-block table td:first-child {
  color: #b3b3b3;
  padding: 3px 13px 3px 0;
  white-space: nowrap;
}

.catalog-one .tabs-block {
  margin-top: 51px;
  min-height: 450px;
}

@media (max-width: 575.98px) {
  .catalog-one .tabs-block {
    min-height: 300px;
    margin-top: 39px;
  }
}

.catalog-one .tabs-block > ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f3f5;
  margin-bottom: 60px;
}

@media (max-width: 575.98px) {
  .catalog-one .tabs-block > ul {
    margin-bottom: 28px;
  }
}

.catalog-one .tabs-block > ul li {
  height: 60px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  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;
  width: 293px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
  .catalog-one .tabs-block > ul li {
    font-size: 11px;
    width: auto;
    padding: 0 12px;
    height: 50px;
  }
}

.catalog-one .tabs-block > ul li:hover {
  background-color: #e4e8ec;
}

.catalog-one .tabs-block > ul li.active {
  color: #fff;
  background-color: #666f00;
}

.catalog-one .tabs-block .tab-content {
  display: none;
}

.catalog-one .tabs-block .tab-content.t1 {
  display: block;
}

.catalog-one .tabs-block .tab-content.t1 table tr td {
  padding: 8px 22px;
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 575.98px) {
  .catalog-one .tabs-block .tab-content.t1 table tr td {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 12px;
  }
}

.catalog-one .tabs-block .tab-content.t1 table tr td:first-child {
  font-weight: 700;
}

.catalog-one .tabs-block .tab-content.t1 table tr:nth-child(2n + 1) td {
  background-color: #f2f2f2;
}

.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 #666f00;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

#catalog-thumb-images-slider .swiper-slide.active-thumb:after {
  border: 2px solid #666f00;
  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: #c3d500;
  -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: #666f00;
}

#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);
}

nav.catalog-menu select {
  height: 50px;
  margin-bottom: 10px;
  font-size: 14px;
}

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;
}

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

nav.catalog-menu > 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;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  color: #000;
  background-color: #f1f3f5;
}

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

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

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

/* Второй уровень вложенности */
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: #c3d500;
  color: #fff;
}

nav.catalog-menu > ul > li > ul > li.active > a {
  background-color: #666f00;
  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: #c3d500;
  color: #fff;
}

nav.catalog-menu > ul > li > ul > li > ul > li.active > a {
  background-color: #666f00;
  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;
}

.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 #c3d500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.services-on-main-wrapper {
  position: relative;
  height: 486px;
  background-color: #000000;
  padding-top: 56px;
}

@media (max-width: 575.98px) {
  .services-on-main-wrapper {
    height: 456px;
    padding-top: 35px;
  }
}

.services-on-main-wrapper .btn {
  width: 580px;
  height: 64px;
  border: 2px dashed #c3d500;
  border-radius: 0;
  margin: 324px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .services-on-main-wrapper .btn {
    margin-top: 321px;
    width: calc(100% - 40px);
    font-size: 12px;
  }
}

#services-on-main {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 12;
  height: 280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  width: 2380px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 575.98px) {
  #services-on-main {
    -webkit-transform: none;
    transform: none;
    width: 100%;
    left: 0;
  }
}

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

#services-on-main .swiper-slide {
  height: 100%;
  width: 280px;
}

#services-on-main .swiper-slide .elem {
  opacity: 0;
}

#services-on-main .swiper-slide .elem .wrap-a .title {
  bottom: 33px;
  font-size: 19px;
  line-height: 20px;
  max-width: 93%;
  min-height: 70px;
}

#services-on-main .swiper-slide .elem .wrap-a .progress {
  position: absolute;
  z-index: 200;
  color: #fff;
  top: 10px;
  left: 30px;
}

#services-on-main .swiper-custom-button-prev, #services-on-main .swiper-custom-button-next {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 600px;
  height: 280px;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  #services-on-main .swiper-custom-button-prev, #services-on-main .swiper-custom-button-next {
    width: 50px;
    height: 50px;
    background-color: #c3d500;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 110px;
    display: none;
  }
}

#services-on-main .swiper-custom-button-prev .icon, #services-on-main .swiper-custom-button-next .icon {
  color: #fff;
  font-size: 31px;
  line-height: 31px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
  #services-on-main .swiper-custom-button-prev .icon, #services-on-main .swiper-custom-button-next .icon {
    font-size: 24px;
  }
}

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

#services-on-main .swiper-custom-button-prev:hover .icon, #services-on-main .swiper-custom-button-next:hover .icon {
  color: #c3d500;
}

#services-on-main .swiper-custom-button-prev {
  margin-left: -1190px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 45px;
}

@media (max-width: 575.98px) {
  #services-on-main .swiper-custom-button-prev {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 10px;
    margin-left: 0;
    padding-right: 0;
  }
}

#services-on-main .swiper-custom-button-next {
  margin-left: 590px;
  padding-left: 45px;
}

@media (max-width: 575.98px) {
  #services-on-main .swiper-custom-button-next {
    margin-left: 0;
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: auto;
    right: 10px;
    padding-right: 0;
  }
}

#services-on-main .swiper-custom-pagination.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#services-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem {
  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: 17px;
  height: 17px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#services-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
}

#services-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem:hover:before {
  opacity: 1;
}

#services-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem.active:before {
  opacity: 1;
}

#services-on-main.loaded {
  opacity: 1;
}

.services-on-main-wrapper {
  position: relative;
  height: 486px;
  background-color: #000000;
  padding-top: 56px;
}

@media (max-width: 575.98px) {
  .services-on-main-wrapper {
    height: 456px;
    padding-top: 35px;
  }
}

.services-on-main-wrapper .btn {
  width: 580px;
  height: 64px;
  border: 2px dashed #c3d500;
  border-radius: 0;
  margin: 324px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .services-on-main-wrapper .btn {
    margin-top: 321px;
    width: calc(100% - 40px);
    font-size: 12px;
  }
}

#services-on-main {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 12;
  height: 280px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  width: 2380px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 575.98px) {
  #services-on-main {
    -webkit-transform: none;
    transform: none;
    width: 100%;
    left: 0;
  }
}

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

#services-on-main .swiper-slide {
  height: 100%;
  width: 280px;
}

#services-on-main .swiper-slide .elem {
  opacity: 0;
}

#services-on-main .swiper-slide .elem .wrap-a .title {
  bottom: 33px;
  font-size: 19px;
  line-height: 20px;
  max-width: 93%;
  min-height: 70px;
}

#services-on-main .swiper-slide .elem .wrap-a .progress {
  position: absolute;
  z-index: 200;
  color: #fff;
  top: 10px;
  left: 30px;
}

#services-on-main .swiper-custom-button-prev, #services-on-main .swiper-custom-button-next {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 600px;
  height: 280px;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  #services-on-main .swiper-custom-button-prev, #services-on-main .swiper-custom-button-next {
    width: 50px;
    height: 50px;
    background-color: #c3d500;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 110px;
    display: none;
  }
}

#services-on-main .swiper-custom-button-prev .icon, #services-on-main .swiper-custom-button-next .icon {
  color: #fff;
  font-size: 31px;
  line-height: 31px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
  #services-on-main .swiper-custom-button-prev .icon, #services-on-main .swiper-custom-button-next .icon {
    font-size: 24px;
  }
}

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

#services-on-main .swiper-custom-button-prev:hover .icon, #services-on-main .swiper-custom-button-next:hover .icon {
  color: #c3d500;
}

#services-on-main .swiper-custom-button-prev {
  margin-left: -1190px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 45px;
}

@media (max-width: 575.98px) {
  #services-on-main .swiper-custom-button-prev {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 10px;
    margin-left: 0;
    padding-right: 0;
  }
}

#services-on-main .swiper-custom-button-next {
  margin-left: 590px;
  padding-left: 45px;
}

@media (max-width: 575.98px) {
  #services-on-main .swiper-custom-button-next {
    margin-left: 0;
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: auto;
    right: 10px;
    padding-right: 0;
  }
}

#services-on-main .swiper-custom-pagination.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#services-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem {
  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: 17px;
  height: 17px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#services-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
}

#services-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem:hover:before {
  opacity: 1;
}

#services-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem.active:before {
  opacity: 1;
}

#services-on-main.loaded {
  opacity: 1;
}

.services .elem {
  margin-bottom: 20px;
}

.services .elem .wrap-a {
  position: relative;
  display: block;
  overflow: hidden;
}

.services .elem .wrap-a img, .services .elem .wrap-a .img {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services .elem .wrap-a .title {
  position: absolute;
  z-index: 2;
  bottom: 45px;
  right: 0;
  background-color: #c3d500;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  padding: 10px 17px;
  max-width: 87%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 95px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
  .services .elem .wrap-a .title {
    font-size: 19px;
    line-height: 20px;
    max-width: 87%;
    min-height: 70px;
    bottom: 33px;
  }
}

.services .elem .wrap-a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.services .elem .wrap-a:hover .title {
  background-color: #292929;
  color: #c3d500;
}

@media (max-width: 575.98px) {
  .services .elem .wrap-a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.services.services-one .top-block {
  height: 477px;
  padding-top: 31px;
  position: relative;
  margin-bottom: 78px;
}

@media (max-width: 575.98px) {
  .services.services-one .top-block {
    height: 556px;
    margin-bottom: 22px;
  }
}

.services.services-one .top-block h1 {
  color: #ffffff;
  font-size: 56px;
  font-weight: 800;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 735px;
  min-height: 120px;
  margin-bottom: 64px;
}

@media (max-width: 575.98px) {
  .services.services-one .top-block h1 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 24px;
  }
}

.services.services-one .top-block .info {
  color: #c3d500;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

@media (max-width: 575.98px) {
  .services.services-one .top-block .info {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
  }
}

.services.services-one .top-block .annonce {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-top: 8px;
}

@media (max-width: 575.98px) {
  .services.services-one .top-block .annonce {
    padding-top: 32px;
    font-size: 14px;
  }
}

.services-similar-page {
  padding-top: 56px;
}

@media (max-width: 575.98px) {
  .services-similar-page {
    padding-top: 40px;
  }
}

.services-similar-page h2 {
  color: #000000;
  font-size: 36px;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 36px;
}

@media (max-width: 575.98px) {
  .services-similar-page h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 31px;
  }
}

.services-similar-page .elem {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .services-similar-page .elem {
    margin-bottom: 20px;
  }
}

.zones-desktop-slider {
  background-color: #000;
}

.zones-desktop-slider .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.zones-desktop-slider .wrapper .slide {
  height: 100%;
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.zones-desktop-slider .wrapper .slide .bg-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 1440px auto;
  background-position: center left;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.zones-desktop-slider .wrapper .slide .bg-img:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.zones-desktop-slider .wrapper .slide .handler {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  width: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.zones-desktop-slider .wrapper .slide .handler .title {
  position: absolute;
  left: 40px;
  bottom: 104px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  white-space: nowrap;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0.15s;
  transition: all 0.5s ease 0.15s;
}

.zones-desktop-slider .wrapper .slide .handler .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background-color: #c3d500;
  color: #000;
  font-size: 29px;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.zones-desktop-slider .wrapper .slide .content {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 156px;
  width: 633px;
  color: #fff;
  padding-top: 30px;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.zones-desktop-slider .wrapper .slide .content .title {
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 30px;
}

.zones-desktop-slider .wrapper .slide .content .annonce {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 50px;
}

.zones-desktop-slider .wrapper .slide .content .btn {
  width: 227px;
  color: #ffffff;
}

.zones-desktop-slider .wrapper .slide .content .btn:hover {
  color: #000;
}

.zones-desktop-slider .wrapper .slide:hover .bg-img {
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
}

.zones-desktop-slider .wrapper .slide:hover .bg-img:after {
  background-color: rgba(0, 0, 0, 0.4);
}

.zones-desktop-slider .wrapper .slide:hover .handler .icon {
  background-color: #000000;
  color: #c3d500;
}

.zones-desktop-slider .wrapper .slide.active {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  cursor: default;
}

.zones-desktop-slider .wrapper .slide.active .bg-img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.zones-desktop-slider .wrapper .slide.active .bg-img:after {
  background-color: rgba(0, 0, 0, 0.4);
}

.zones-desktop-slider .wrapper .slide.active .handler {
  opacity: 0;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.zones-desktop-slider .wrapper .slide.active .handler .title {
  -webkit-transform: translateY(50px) rotate(-90deg);
  transform: translateY(50px) rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.zones-desktop-slider .wrapper .slide.active .content {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0.24s;
  transition: all 0.3s ease 0.24s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.zones-on-main-wrapper {
  background-color: #000;
}

#zones-on-main {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#zones-on-main .swiper-slide {
  padding-bottom: 49px;
  /*.slide-link {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 3;
      display: none;

      @include xs {
        display: block;
      }
    }*/
}

#zones-on-main .swiper-slide .img {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-top: 62.5%;
}

#zones-on-main .swiper-slide .title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  line-height: 35px;
  padding: 0 20px;
  margin-top: 32px;
  margin-bottom: 17px;
}

#zones-on-main .swiper-slide .content {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 20px;
}

#zones-on-main .swiper-slide .btn {
  width: 227px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #c3d500;
  margin-top: 37px;
  margin-left: 20px;
}

#zones-on-main .swiper-custom-button-prev, #zones-on-main .swiper-custom-button-next {
  position: absolute;
  z-index: 3;
  top: 31.25vw;
  -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: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#zones-on-main .swiper-custom-button-prev .icon, #zones-on-main .swiper-custom-button-next .icon {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

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

#zones-on-main .swiper-custom-button-prev:hover, #zones-on-main .swiper-custom-button-next:hover {
  opacity: 1;
}

#zones-on-main .swiper-custom-button-prev:hover .icon, #zones-on-main .swiper-custom-button-next:hover .icon {
  color: #fff;
}

#zones-on-main .swiper-custom-button-prev {
  left: 20px;
}

#zones-on-main .swiper-custom-button-next {
  right: 20px;
}

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

#zones-on-main .swiper-custom-pagination.swiper-pagination-bullets {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 37px;
  margin-left: -601px;
  display: none;
}

@media (max-width: 575.98px) {
  #zones-on-main .swiper-custom-pagination.swiper-pagination-bullets {
    margin-left: 0;
    left: 0;
    width: 100%;
    bottom: 9px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#zones-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem {
  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: 26px;
  height: 30px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#zones-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

#zones-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem:hover:before {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  background-color: transparent;
}

#zones-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem.active:before {
  width: 10px;
  height: 10px;
  border: 2px solid #142a3a;
  background-color: transparent;
}

.zones-desktop-slider {
  background-color: #000;
}

.zones-desktop-slider .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.zones-desktop-slider .wrapper .slide {
  height: 100%;
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.zones-desktop-slider .wrapper .slide .bg-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 1440px auto;
  background-position: center left;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.zones-desktop-slider .wrapper .slide .bg-img:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.zones-desktop-slider .wrapper .slide .handler {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  width: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.zones-desktop-slider .wrapper .slide .handler .title {
  position: absolute;
  left: 40px;
  bottom: 104px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  white-space: nowrap;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0.15s;
  transition: all 0.5s ease 0.15s;
}

.zones-desktop-slider .wrapper .slide .handler .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background-color: #c3d500;
  color: #000;
  font-size: 29px;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.zones-desktop-slider .wrapper .slide .content {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 156px;
  width: 633px;
  color: #fff;
  padding-top: 30px;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.zones-desktop-slider .wrapper .slide .content .title {
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 30px;
}

.zones-desktop-slider .wrapper .slide .content .annonce {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 50px;
}

.zones-desktop-slider .wrapper .slide .content .btn {
  width: 227px;
  color: #ffffff;
}

.zones-desktop-slider .wrapper .slide .content .btn:hover {
  color: #000;
}

.zones-desktop-slider .wrapper .slide:hover .bg-img {
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
}

.zones-desktop-slider .wrapper .slide:hover .bg-img:after {
  background-color: rgba(0, 0, 0, 0.4);
}

.zones-desktop-slider .wrapper .slide:hover .handler .icon {
  background-color: #000000;
  color: #c3d500;
}

.zones-desktop-slider .wrapper .slide.active {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  cursor: default;
}

.zones-desktop-slider .wrapper .slide.active .bg-img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.zones-desktop-slider .wrapper .slide.active .bg-img:after {
  background-color: rgba(0, 0, 0, 0.4);
}

.zones-desktop-slider .wrapper .slide.active .handler {
  opacity: 0;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.zones-desktop-slider .wrapper .slide.active .handler .title {
  -webkit-transform: translateY(50px) rotate(-90deg);
  transform: translateY(50px) rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.zones-desktop-slider .wrapper .slide.active .content {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0.24s;
  transition: all 0.3s ease 0.24s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.zones-on-main-wrapper {
  background-color: #000;
}

#zones-on-main {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#zones-on-main .swiper-slide {
  padding-bottom: 49px;
  /*.slide-link {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 3;
      display: none;

      @include xs {
        display: block;
      }
    }*/
}

#zones-on-main .swiper-slide .img {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-top: 62.5%;
}

#zones-on-main .swiper-slide .title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  line-height: 35px;
  padding: 0 20px;
  margin-top: 32px;
  margin-bottom: 17px;
}

#zones-on-main .swiper-slide .content {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 20px;
}

#zones-on-main .swiper-slide .btn {
  width: 227px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #c3d500;
  margin-top: 37px;
  margin-left: 20px;
}

#zones-on-main .swiper-custom-button-prev, #zones-on-main .swiper-custom-button-next {
  position: absolute;
  z-index: 3;
  top: 31.25vw;
  -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: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#zones-on-main .swiper-custom-button-prev .icon, #zones-on-main .swiper-custom-button-next .icon {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

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

#zones-on-main .swiper-custom-button-prev:hover, #zones-on-main .swiper-custom-button-next:hover {
  opacity: 1;
}

#zones-on-main .swiper-custom-button-prev:hover .icon, #zones-on-main .swiper-custom-button-next:hover .icon {
  color: #fff;
}

#zones-on-main .swiper-custom-button-prev {
  left: 20px;
}

#zones-on-main .swiper-custom-button-next {
  right: 20px;
}

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

#zones-on-main .swiper-custom-pagination.swiper-pagination-bullets {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 37px;
  margin-left: -601px;
  display: none;
}

@media (max-width: 575.98px) {
  #zones-on-main .swiper-custom-pagination.swiper-pagination-bullets {
    margin-left: 0;
    left: 0;
    width: 100%;
    bottom: 9px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#zones-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem {
  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: 26px;
  height: 30px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#zones-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

#zones-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem:hover:before {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  background-color: transparent;
}

#zones-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem.active:before {
  width: 10px;
  height: 10px;
  border: 2px solid #142a3a;
  background-color: transparent;
}

.zones .elem {
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .zones .elem {
    margin-bottom: 10px;
  }
}

.zones .elem .img-a {
  display: block;
  position: relative;
  overflow: hidden;
}

.zones .elem .img-a img, .zones .elem .img-a .img {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.zones .elem .img-a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.zones .elem .img-a .content {
  position: absolute;
  z-index: 3;
  top: 29px;
  left: 33px;
  max-width: 450px;
}

@media (max-width: 575.98px) {
  .zones .elem .img-a .content {
    max-width: none;
    left: 0;
    bottom: 0;
    top: 0;
    right: 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;
    text-align: center;
    padding: 16px;
  }
}

.zones .elem .img-a .content .title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  min-height: 80px;
  margin-bottom: 27px;
}

@media (max-width: 575.98px) {
  .zones .elem .img-a .content .title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
    min-height: 0;
  }
}

.zones .elem .img-a .content .annonce {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
  height: 48px;
  overflow: hidden;
}

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

.zones .elem .img-a .content .btn {
  width: 200px;
  height: 40px;
  border-radius: 25px;
  border: 2px solid #c3d500;
}

@media (max-width: 575.98px) {
  .zones .elem .img-a .content .btn {
    display: none;
  }
}

.zones .elem .img-a .content .btn:hover {
  color: #000;
}

.zones .elem .img-a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 575.98px) {
  .zones .elem .img-a:hover img {
    -webkit-transform: none;
    transform: none;
  }
}

.zones .elem .img-a:hover .content .btn {
  background-color: #c3d500;
  color: #000;
}

.zones.zones-one .top-block {
  height: 477px;
  padding-top: 31px;
  position: relative;
  margin-bottom: 48px;
}

@media (max-width: 575.98px) {
  .zones.zones-one .top-block {
    margin-bottom: 22px;
    padding-top: 12px;
    height: auto;
    padding-bottom: 40px;
  }
}

.zones.zones-one .top-block h1 {
  color: #ffffff;
  font-size: 56px;
  font-weight: 800;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 735px;
  min-height: 120px;
  margin-bottom: 64px;
}

@media (max-width: 575.98px) {
  .zones.zones-one .top-block h1 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 24px;
  }
}

.zones.zones-one .top-block .info {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-top: 8px;
}

@media (max-width: 575.98px) {
  .zones.zones-one .top-block .info {
    padding-top: 32px;
    font-size: 14px;
  }
}

.zones.zones-one .top-block .gallery-link {
  width: 180px;
  height: 180px;
  border-radius: 90px;
  border: 2px solid #c3d500;
  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;
  position: relative;
  top: -51px;
  padding-top: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
  .zones.zones-one .top-block .gallery-link {
    top: 0;
    margin: 30px auto 0;
  }
}

.zones.zones-one .top-block .gallery-link .icon {
  color: #c3d500;
  font-size: 52px;
  line-height: 52px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.zones.zones-one .top-block .gallery-link .text {
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.zones.zones-one .top-block .gallery-link:hover {
  background-color: rgba(0, 0, 0, 0.6);
  /*.icon {
          color: #000;
        }
        
        .text {
          color: #000;
        }*/
}

.team-filters {
  margin-bottom: 56px;
}

@media (max-width: 575.98px) {
  .team-filters {
    padding-top: 2px;
    margin-bottom: 30px;
  }
}

.team-filters ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.team-filters ul li {
  height: 40px;
  border: 2px dashed #c3d500;
  padding: 0 13px;
  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;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 14px;
}

.team-filters ul li:hover {
  border: 2px dashed #727272;
}

.team-filters ul li.active {
  border: 2px dashed #c3d500;
  background-color: #c3d500;
  cursor: default;
}

.team-filters ul li.active-reset {
  border: 2px dashed #c3d500;
  cursor: default;
}

.team-filters select {
  height: 50px;
  border: 1px solid #c3d500;
  border-radius: 0;
  padding-right: 34px;
}

.team .elem {
  margin-bottom: 141px;
}

@media (max-width: 575.98px) {
  .team .elem {
    margin-bottom: 144px;
  }
}

.team .elem .img-a {
  display: block;
  position: relative;
  width: 320px;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .team .elem .img-a {
    width: 280px;
  }
}

.team .elem .img-a .img-wrap {
  width: 320px;
  height: 320px;
}

@media (max-width: 575.98px) {
  .team .elem .img-a .img-wrap {
    width: 280px;
    height: 280px;
  }
}

.team .elem .img-a img, .team .elem .img-a .img {
  display: block;
  width: 320px;
  height: 320px;
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}

@media (max-width: 575.98px) {
  .team .elem .img-a img, .team .elem .img-a .img {
    width: 280px;
    height: 280px;
  }
}

.team .elem .img-a .title-box {
  position: absolute;
  right: -30px;
  bottom: -64px;
  width: 280px;
  min-height: 130px;
  background-color: #c3d500;
  padding: 18px;
}

@media (max-width: 575.98px) {
  .team .elem .img-a .title-box {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    bottom: -104px;
  }
}

.team .elem .img-a .title-box .title {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 8px;
}

.team .elem .img-a .title-box .post {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.team .elem .img-a:hover img, .team .elem .img-a:hover .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.team.team-page {
  position: relative;
}

.team.team-page .team-comment {
  position: absolute;
  top: -64px;
  right: 0;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #6A6A6A;
  width: 456px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .team.team-page .team-comment {
    position: static;
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
  }
}

.team.team-one {
  padding: 0;
}

.team.team-one .wrapper {
  width: 970px;
  min-height: 687px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .team.team-one .wrapper {
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 0;
  }
}

.team.team-one .wrapper .left-block {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #c3d500;
  padding-left: 41px;
  padding-top: 35px;
  padding-bottom: 93px;
}

@media (max-width: 575.98px) {
  .team.team-one .wrapper .left-block {
    width: 100%;
    padding: 40px 10px 18px;
  }
}

.team.team-one .wrapper .left-block .title {
  font-size: 42px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 18px;
}

@media (max-width: 575.98px) {
  .team.team-one .wrapper .left-block .title {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
  }
  .team.team-one .wrapper .left-block .title br {
    display: none;
  }
}

.team.team-one .wrapper .left-block .post {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 31px;
}

.team.team-one .wrapper .left-block .img-wrap {
  position: relative;
  width: 400px;
}

@media (max-width: 575.98px) {
  .team.team-one .wrapper .left-block .img-wrap {
    width: auto;
  }
}

.team.team-one .wrapper .left-block .img-wrap .schedule-link {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #000000;
  border-radius: 0;
  color: #fff;
  border: 0;
  font-size: 14px;
}

@media (max-width: 575.98px) {
  .team.team-one .wrapper .left-block .img-wrap .schedule-link {
    position: static;
  }
}

.team.team-one .wrapper .left-block .img-wrap .schedule-link .icon {
  color: #c3d500;
  font-size: 22px;
  margin-right: 8px;
}

.team.team-one .wrapper .left-block .img-wrap .schedule-link:hover {
  text-decoration: none;
  background-color: #262626;
}

.team.team-one .wrapper .redactor {
  padding: 20px 43px 20px 43px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 10px;
}

@media (max-width: 575.98px) {
  .team.team-one .wrapper .redactor {
    padding: 20px 14px 30px;
  }
}

.team.team-one .wrapper .redactor p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 6px;
}

.team.team-one .wrapper .redactor h2, .team.team-one .wrapper .redactor h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 14px;
  padding-top: 4px;
}

.team.team-one .fancybox-close-small {
  opacity: 1;
  top: 6px;
  right: 6px;
}

.team.team-one .fancybox-close-small svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team.team-one .fancybox-close-small svg path {
  fill: #c3d500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
  .team.team-one .fancybox-close-small svg path {
    fill: #000;
  }
}

.team.team-one .fancybox-close-small:hover {
  background-color: transparent;
}

.team.team-one .fancybox-close-small:hover svg path {
  fill: #000;
}

.team-on-zones h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 48px;
}

.schedule-one {
  width: 680px;
  padding: 0 0 42px;
}

@media (max-width: 575.98px) {
  .schedule-one {
    width: 100%;
  }
}

.schedule-one .fancybox-close-small {
  width: 64px;
  height: 64px;
}

.schedule-one .fancybox-close-small svg {
  width: 40px;
  height: 40px;
}

.schedule-one .fancybox-close-small svg path {
  fill: #fff;
}

.schedule-one .green-block {
  background-color: #c3d500;
  padding-top: 43px;
  padding-left: 42px;
  min-height: 180px;
  padding-bottom: 30px;
  margin-bottom: 44px;
}

@media (max-width: 575.98px) {
  .schedule-one .green-block {
    padding-top: 20px;
    padding-left: 20px;
    height: auto;
    min-height: 0;
    padding-bottom: 30px;
    margin-bottom: 34px;
  }
}

.schedule-one .green-block .time {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 37px;
}

@media (max-width: 575.98px) {
  .schedule-one .green-block .time {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.schedule-one .green-block .title {
  color: #000000;
  font-size: 42px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .schedule-one .green-block .title {
    font-size: 26px;
    line-height: 30px;
  }
}

.schedule-one .annonce {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-left: 42px;
  margin-bottom: 42px;
  max-width: 567px;
}

@media (max-width: 575.98px) {
  .schedule-one .annonce {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
}

.schedule-one .trainer-block {
  position: relative;
  padding-left: 220px;
  padding-top: 44px;
  height: 140px;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .schedule-one .trainer-block {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    text-align: center;
    padding-top: 160px;
  }
}

.schedule-one .trainer-block img, .schedule-one .trainer-block .img {
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 42px;
}

@media (max-width: 575.98px) {
  .schedule-one .trainer-block img, .schedule-one .trainer-block .img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
  }
}

.schedule-one .trainer-block .fio {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px;
}

.schedule-one .trainer-block .post {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.schedule-one .lk-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 42px;
  font-size: 14px;
}

@media (max-width: 575.98px) {
  .schedule-one .lk-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
  }
}

.schedule-one .lk-line .btn {
  width: 218px;
  height: 50px;
  border-radius: 25px;
  margin-right: 41px;
  color: #000;
}

@media (max-width: 575.98px) {
  .schedule-one .lk-line .btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.zone-schedule h2 {
  color: #000000;
  font-size: 36px;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 25px;
}

.shop-items .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.shop-items .elem .img-a {
  width: 100%;
  margin-bottom: 20px;
}

.shop-items .elem .img-a img, .shop-items .elem .img-a .img {
  width: 100%;
}

.shop-items .elem .title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}

.shop-items .elem .title:hover {
  color: #c3d500;
  text-decoration: underline;
}

.shop-items .elem .annonce {
  font-size: 14px;
  line-height: 20px;
  color: #777;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.shop-success-page .sert-block {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.shop-success-page .sert-block .btn {
  margin-bottom: 30px;
  max-width: 320px;
}

.shop-success-page .sert-block img {
  max-width: 900px;
}

.shop-success-page .check-message {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #c3d500;
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: 30px;
}

.shop-success-page .check-message .icon {
  font-size: 18px;
  margin-right: 16px;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
  width: 40px;
  height: 40px;
  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;
}

.news .elem {
  position: relative;
  margin-bottom: 45px;
}

.news .elem .img-a {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 33px;
}

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

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

.news .elem .img-a .date {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 66px;
  height: 66px;
  background-color: #c3d500;
  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;
  color: #ffffff;
  font-weight: 700;
  padding-top: 4px;
}

.news .elem .img-a .date .day {
  color: #ffffff;
  font-size: 30px;
  line-height: 25px;
  margin-bottom: 2px;
}

.news .elem .img-a .date .month {
  font-size: 15px;
  line-height: 15px;
}

.news .elem .img-a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.news .elem .title {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
}

.news .elem .title:hover {
  text-decoration: underline;
}

.news .elem .annonce {
  color: #6a6a6a;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 20px;
}

.news.news-on-main {
  padding-top: 87px;
  position: relative;
}

@media (max-width: 575.98px) {
  .news.news-on-main {
    padding-top: 35px;
  }
}

.news.news-on-main .h2 {
  text-align: center;
  color: #000000;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 69px;
}

@media (max-width: 575.98px) {
  .news.news-on-main .h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 34px;
    text-transform: none;
  }
}

.news.news-on-main .show-all {
  width: 380px;
  height: 64px;
  border: 2px dashed #c3d500;
  border-radius: 0;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

@media (max-width: 575.98px) {
  .news.news-on-main .show-all {
    margin-top: -3px;
    width: 100%;
    font-size: 12px;
  }
}

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

@media (max-width: 575.98px) {
  .news.news-on-main .elem {
    margin-bottom: 37px;
  }
}

.news.news-one {
  padding-bottom: 50px;
}

@media (max-width: 575.98px) {
  .rooms-page {
    padding-top: 10px;
  }
}

.rooms-page .section-block {
  margin-bottom: 65px;
}

@media (max-width: 575.98px) {
  .rooms-page .section-block {
    margin-bottom: 55px;
  }
}

.rooms-page .section-block h3 {
  color: #000000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 17px;
}

.rooms-page .section-block ul {
  list-style: none;
  padding-left: 0;
  line-height: 22px;
}

.rooms-page .section-block ul li {
  margin-bottom: 2px;
}

@media (max-width: 575.98px) {
  .rooms-page .section-block ul li {
    margin-bottom: 17px;
  }
}

.rooms-page .section-block ul li a {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rooms-page .section-block ul li a .icons-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 6px;
}

.rooms-page .section-block ul li a .icon {
  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: 21px;
  width: 21px;
  border-radius: 50%;
  background-color: #c3d500;
  font-size: 14px;
  color: #fff;
  margin-left: 1px;
  margin-right: 1px;
}

.rooms-page .section-block ul li a .icon svg {
  position: relative;
  top: 1px;
}

.rooms-page .section-block ul li a:hover {
  color: #c3d500;
}

.rooms-one .top-block {
  position: relative;
  padding-bottom: 36px;
}

.rooms-one .top-block .img {
  position: absolute;
  z-index: -1;
  top: -160px;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-color: #000;
}

@media (max-width: 575.98px) {
  .rooms-one .top-block .img {
    top: -130px;
  }
}

.rooms-one .top-block .img:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.rooms-one .top-block h1 {
  color: #ffffff;
  font-size: 56px;
  line-height: 60px;
  font-weight: 800;
  padding-top: 30px;
  margin-bottom: 81px;
}

@media (max-width: 575.98px) {
  .rooms-one .top-block h1 {
    font-size: 26px;
    line-height: 30px;
    padding-top: 8px;
    margin-bottom: 35px;
  }
}

.rooms-one .top-block .btn {
  width: 251px;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 63px;
}

@media (max-width: 575.98px) {
  .rooms-one .top-block .btn {
    width: 100%;
    margin-bottom: 41px;
  }
}

.rooms-one .top-block .stat-block {
  margin-right: 57px;
}

@media (max-width: 575.98px) {
  .rooms-one .top-block .stat-block {
    margin-right: 0;
  }
}

.rooms-one .top-block .stat-block ul {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .rooms-one .top-block .stat-block ul {
    font-size: 14px;
    line-height: 20px;
  }
}

.rooms-one .top-block .stat-block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .rooms-one .top-block .stat-block ul li {
    display: block;
    margin-bottom: 15px;
  }
}

.rooms-one .top-block .stat-block ul li .title {
  margin-right: auto;
  margin-bottom: 5px;
}

.rooms-one .top-block .stat-block ul li .line {
  width: 260px;
  height: 4px;
  background-color: #484848;
  position: relative;
  top: 1px;
}

@media (max-width: 575.98px) {
  .rooms-one .top-block .stat-block ul li .line {
    width: 100%;
  }
}

.rooms-one .top-block .stat-block ul li .line .handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #c3d500;
}

.rooms-one .top-block .annonce {
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-top: 5px;
}

@media (max-width: 575.98px) {
  .rooms-one .top-block .annonce {
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
  }
}

.rooms-one .content {
  margin-top: 53px;
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 575.98px) {
  .rooms-one .content {
    margin-top: 23px;
  }
}

.rooms-one .schedule-rooms {
  padding-top: 33px;
}

@media (max-width: 575.98px) {
  .rooms-one .schedule-rooms {
    padding-top: 70px;
  }
}

.rooms-one .schedule-rooms h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 800;
  margin-bottom: 40px;
}

@media (max-width: 575.98px) {
  .rooms-one .schedule-rooms h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 26px;
  }
}

.photos-on-main-wrapper {
  position: relative;
  margin-top: 120px;
}

@media (max-width: 575.98px) {
  .photos-on-main-wrapper {
    margin-top: 50px;
    margin-bottom: -30px;
  }
}

.photos-on-main-wrapper:before {
  content: 'Grand';
  display: block;
  position: absolute;
  z-index: -1;
  top: 76px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Avenir Next Cyr", Arial, sans-serif;
  color: #f7f7f7;
  font-size: 351px;
  line-height: 200px;
  font-weight: 800;
  text-transform: uppercase;
}

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

.photos-on-main-wrapper h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 92px;
}

@media (max-width: 575.98px) {
  .photos-on-main-wrapper h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 24px;
    text-transform: none;
  }
}

#photos-on-main {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  #photos-on-main {
    min-height: 320px;
    height: auto;
  }
}

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

#photos-on-main .swiper-slide {
  width: 400px;
  height: 400px;
  padding: 20px;
}

@media (max-width: 575.98px) {
  #photos-on-main .swiper-slide {
    width: 300px;
    height: 300px;
    padding: 10px 10px 0;
  }
}

#photos-on-main .swiper-slide img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#photos-on-main .swiper-slide .slide-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

@media (max-width: 575.98px) {
  #photos-on-main .swiper-slide .slide-link {
    display: block;
  }
}

#photos-on-main .swiper-slide:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

@media (max-width: 575.98px) {
  #photos-on-main .swiper-slide:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#photos-on-main .swiper-custom-button-prev, #photos-on-main .swiper-custom-button-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  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;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  #photos-on-main .swiper-custom-button-prev, #photos-on-main .swiper-custom-button-next {
    left: auto;
    width: 44px;
    height: 44px;
  }
}

#photos-on-main .swiper-custom-button-prev .icon, #photos-on-main .swiper-custom-button-next .icon {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 575.98px) {
  #photos-on-main .swiper-custom-button-prev .icon, #photos-on-main .swiper-custom-button-next .icon {
    font-size: 24px;
  }
}

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

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

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

#photos-on-main .swiper-custom-button-prev:hover, #photos-on-main .swiper-custom-button-next:hover {
  opacity: 1;
  background-color: #c3d500;
}

#photos-on-main .swiper-custom-button-prev:hover .icon, #photos-on-main .swiper-custom-button-next:hover .icon {
  color: #000;
}

#photos-on-main .swiper-custom-button-prev {
  margin-left: -590px;
}

@media (max-width: 575.98px) {
  #photos-on-main .swiper-custom-button-prev {
    margin-left: 0;
    left: 24px;
  }
}

#photos-on-main .swiper-custom-button-next {
  margin-left: 540px;
}

@media (max-width: 575.98px) {
  #photos-on-main .swiper-custom-button-next {
    margin-left: 0;
    right: 24px;
  }
}

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

#photos-on-main .swiper-custom-pagination.swiper-pagination-bullets {
  display: none;
}

.super-main-page-wrap {
  position: relative;
  height: 700px;
}

@media (max-width: 575.98px) {
  .super-main-page-wrap {
    height: auto;
    padding-top: 150%;
  }
}

.super-main-page-wrap .logo-block {
  position: absolute;
  z-index: 10;
  top: 72px;
  left: 50%;
  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-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: default;
}

@media (max-width: 575.98px) {
  .super-main-page-wrap .logo-block {
    text-align: center;
    top: 40px;
  }
}

.super-main-page-wrap .logo-block img {
  margin-bottom: 61px;
}

@media (max-width: 575.98px) {
  .super-main-page-wrap .logo-block img {
    height: auto;
    width: 80px;
    margin-bottom: 30px;
  }
}

.super-main-page-wrap .logo-block .label {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 31px;
}

@media (max-width: 575.98px) {
  .super-main-page-wrap .logo-block .label {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

.super-main-page-wrap .logo-block .title {
  color: #c3d500;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .super-main-page-wrap .logo-block .title {
    font-size: 32px;
    line-height: 40px;
    white-space: nowrap;
  }
}

.super-main-page-wrap #play-btn {
  position: absolute;
  z-index: 10;
  bottom: 81px;
  left: 50%;
  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-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  color: #fff;
  text-align: center;
}

@media (max-width: 575.98px) {
  .super-main-page-wrap #play-btn {
    -webkit-transform: translateX(-50%) scale(0.7);
    transform: translateX(-50%) scale(0.7);
    bottom: 40px;
  }
}

.super-main-page-wrap #play-btn .icon {
  font-size: 60px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.super-main-page-wrap #play-btn .text {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.super-main-page-wrap #play-btn:hover .icon {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.super-main-page-wrap #play-btn:hover .text {
  color: #c3d500;
  text-decoration: underline;
}

.main-video-block {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #000;
}

.main-video-block > img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -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: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-video-block video.active {
  opacity: 1;
}

.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.6);
}

.clubs-on-main {
  padding-top: 82px;
  padding-bottom: 38px;
}

@media (max-width: 575.98px) {
  .clubs-on-main {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

.clubs-on-main h2 {
  text-align: center;
  color: #000000;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 84px;
}

@media (max-width: 575.98px) {
  .clubs-on-main h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}

.clubs-on-main ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .clubs-on-main ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.clubs-on-main ul li {
  margin: 0 10px;
}

@media (max-width: 575.98px) {
  .clubs-on-main ul li {
    margin: 8px 0;
  }
}

.clubs-on-main ul li a {
  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;
  width: 380px;
  height: 250px;
  border: 2px solid #c3d500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  padding-top: 45px;
}

@media (max-width: 575.98px) {
  .clubs-on-main ul li a {
    width: 100%;
    height: 180px;
    padding-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.clubs-on-main ul li a .title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .clubs-on-main ul li a .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

.clubs-on-main ul li a .title span {
  color: #c3d500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clubs-on-main ul li a .addr {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 575.98px) {
  .clubs-on-main ul li a .addr {
    font-size: 16px;
  }
}

.clubs-on-main ul li a:hover {
  background-color: #c3d500;
  color: #000;
}

.clubs-on-main ul li a:hover .title span {
  color: #000;
}

.main-video-fb .fancybox-close-small {
  background-color: transparent;
}

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;
}

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

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

#header {
  height: 110px;
  background-color: #000000;
  color: #fff;
  position: relative;
}

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

#header .container {
  max-width: 1280px;
}

#header .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  margin-top: 20px;
  margin-left: 5px;
  position: relative;
}

@media (max-width: 575.98px) {
  #header .logo {
    margin-top: 11px;
    margin-left: 0;
    position: relative;
    left: -8px;
  }
}

#header .logo.with-hat:after {
  content: '';
  position: absolute;
  top: -7px;
  left: 37px;
  background: url("/img/hat.png");
  width: 43px;
  height: 43px;
  background-size: cover;
}

@media (max-width: 575.98px) {
  #header .logo.with-hat:after {
    width: 23px;
    height: 23px;
    left: 20px;
    top: -4px;
  }
}

#header .logo img {
  display: block;
  margin-right: 26px;
}

@media (max-width: 575.98px) {
  #header .logo img {
    margin-right: 0;
    width: 46px;
  }
}

#header .logo .title {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
}

#header .logo .title span {
  color: #c3d500;
}

#header .lk-login-btn {
  width: 227px;
  margin-top: 30px;
}

@media (max-width: 575.98px) {
  #header .lk-login-btn {
    width: 124px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #c3d500;
    font-size: 9px;
    margin-top: 16px;
  }
}

#header .desktop-menu-handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 37px;
  opacity: 0;
}

#header .desktop-menu-handle .icon {
  margin-left: 11px;
  position: relative;
  top: -2px;
}

#header .desktop-menu-handle .icon:before, #header .desktop-menu-handle .icon:after, #header .desktop-menu-handle .icon .line {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background-color: #c3d500;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .desktop-menu-handle .icon .line {
  width: 18px;
}

#header .desktop-menu-handle .icon:after {
  width: 11px;
  margin-bottom: 0;
}

#header .desktop-menu-handle:hover {
  color: #c3d500;
}

#header .desktop-menu-handle:hover .icon .line, #header .desktop-menu-handle:hover .icon:after {
  width: 25px;
}

#header .desktop-menu-handle.active {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}

#header .mobile-menu-handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 24px;
  margin-top: 2px;
}

#header .mobile-menu-handle .icon {
  margin-left: 9px;
  position: relative;
  top: -1px;
}

#header .mobile-menu-handle .icon:before, #header .mobile-menu-handle .icon:after, #header .mobile-menu-handle .icon .line {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background-color: #c3d500;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .mobile-menu-handle .icon .line {
  width: 10px;
}

#header .mobile-menu-handle .icon:after {
  width: 5px;
  margin-bottom: 0;
}

#header .desktop-menu-handle-close {
  position: absolute;
  top: 43px;
  right: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

#header .desktop-menu-handle-close span {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .desktop-menu-handle-close .icon {
  margin-left: 6px;
  color: #727272;
  font-size: 28px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .desktop-menu-handle-close:hover {
  color: #c3d500;
}

#header .desktop-menu-handle-close:hover .icon {
  color: #fff;
}

#header .desktop-menu-handle-close.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}

#header #desktop-menu {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #000000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#header #desktop-menu .main-menu {
  position: absolute;
  width: 980px;
  top: 0;
  left: 50%;
  margin-left: -490px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header #desktop-menu.active {
  height: 530px;
}

#header #desktop-menu.active .main-menu {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0.15s;
  transition: all 0.3s ease 0.15s;
}

#content {
  position: relative;
}

#content > .container {
  position: relative;
  z-index: 2;
}

#footer {
  margin-top: 100px;
  padding-top: 57px;
  padding-bottom: 81px;
  background-color: #000000;
  color: #cfcfcf;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 575.98px) {
  #footer {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    margin-top: 50px;
  }
}

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

#footer.index-page {
  margin-top: 66px;
}

@media (max-width: 575.98px) {
  #footer.index-page {
    margin-top: 55px;
  }
}

#footer a {
  color: #cfcfcf;
}

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

#footer .footer-logo {
  margin-top: 10px;
  margin-left: 45px;
}

@media (max-width: 575.98px) {
  #footer .footer-logo {
    margin-left: 0;
    margin-top: 0;
  }
}

#footer .phone-block {
  padding-top: 16px;
}

@media (max-width: 575.98px) {
  #footer .phone-block {
    padding-top: 35px;
  }
}

#footer .phone-block .phone {
  margin-bottom: 2px;
}

#footer .phone-block .phone a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

#footer .phone-block .call-me-link {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 575.98px) {
  #footer .social-links {
    margin-top: 30px;
  }
}

#footer .row-2 {
  margin-top: 30px;
}

@media (max-width: 575.98px) {
  #footer .copy {
    margin-top: 41px;
  }
}

#footer .pac-block {
  margin-top: 56px;
  font-size: 12px;
}

@media (max-width: 575.98px) {
  #footer .pac-block {
    margin-top: 39px;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
  }
}

#footer .pac-block a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  #footer .pac-block a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#footer .pac-block a .text {
  margin-right: 6px;
}

@media (max-width: 575.98px) {
  #footer .pac-block a .text {
    margin-right: 0;
    text-align: center;
    margin-top: 17px;
  }
}

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

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

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

@-webkit-keyframes trambling-animation {
  0%, 50%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10%, 30% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  20%, 40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@keyframes trambling-animation {
  0%, 50%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10%, 30% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  20%, 40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

.first-visit-block {
  height: 95px;
  background-color: #292929;
  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;
}

@media (max-width: 575.98px) {
  .first-visit-block {
    height: 100px;
  }
}

.first-visit-block .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  padding-right: 10px;
}

.first-visit-block .link br {
  display: none;
}

@media (max-width: 575.98px) {
  .first-visit-block .link br {
    display: block;
  }
}

.first-visit-block .link .icon {
  color: #c3d500;
  font-size: 56px;
  line-height: 70px;
  margin-right: 8px;
  position: relative;
  top: -1px;
  -webkit-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
  animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
}

.first-visit-block .link:hover {
  color: #c3d500;
}

.card-constroctor-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 612px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  display: none;
}

@media (max-width: 575.98px) {
  .card-constroctor-block {
    height: 600px;
    font-size: 18px;
    padding: 0 20px;
  }
}

.top-bg-image-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 566px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #000;
}

@media (max-width: 575.98px) {
  .top-bg-image-wrap {
    height: 613px;
  }
}

.top-bg-image-wrap:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575.98px) {
  .top-bg-image-wrap.zones-one-page {
    height: 741px;
  }
}

.contacts-redactor {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.contacts-redactor h1 {
  margin-bottom: 63px;
}

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

.contacts-redactor h3 {
  padding-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .contacts-redactor h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    padding-top: 7px;
    margin-bottom: 12px;
  }
}

@media (max-width: 575.98px) {
  .contacts-redactor .col-12 {
    margin-bottom: 42px;
  }
}
