
.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:#9b9b9b;-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
}
@media (max-width: 739.98px){
.pacmans-input label{font-size:14px
}
}
.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-input.h88{height:88px
}
@media (min-width: 740px) and (max-width: 1199.98px){
.pacmans-input.h88{height:66px
}
}
.pacmans-input.h88 label{top:31px;color:#000000;font-size:16px;line-height:24px;font-weight:500
}
@media (min-width: 740px) and (max-width: 1199.98px){
.pacmans-input.h88 label{top:23px;font-size:14px
}
}
.pacmans-input.h88 label.required:after{content:'*';display:inline;color:#000000;margin-left:3px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.pacmans-input.h88 label.active{-webkit-transform:translate(0, -17px) scale(0.76);transform:translate(0, -17px) scale(0.76);color:#bfc5cc
}
@media (min-width: 740px) and (max-width: 1199.98px){
.pacmans-input.h88 label.active{-webkit-transform:translate(0, -12px) scale(0.76);transform:translate(0, -12px) scale(0.76)
}
}
.pacmans-input.h88 label.active:after{color:#bfc5cc
}
.pacmans-input.h88 label.error{color:#dc3545
}
.pacmans-input.h88 label.error:after{color:#dc3545
}
.pacmans-input.transparent input{background-color:rgba(42,178,123,0.38);background-color:transparent;border:0;border-bottom:2px solid #fff;color:#fff;padding-left:0
}
.pacmans-input.transparent input:-webkit-autofill,.pacmans-input.transparent input:-webkit-autofill:hover,.pacmans-input.transparent input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s
}
.pacmans-input.transparent label{left:0;color:#ffffff;font-size:16px;line-height:24px
}
@media (max-width: 739.98px){
.pacmans-input.transparent label{font-size:14px
}
}
.pacmans-input.transparent label.required:after{content:'*';display:inline;color:#fff;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.pacmans-input.transparent label.active{color:#fff;-webkit-transform:translate(0, -18px) scale(0.76);transform:translate(0, -18px) scale(0.76);opacity:0.7
}
.pacmans-input.transparent label.active:after{color:#fff
}
.pacmans-input.transparent.black-error input.error{color:#000;border-bottom:2px solid #000
}
.pacmans-input.transparent.black-error label.error{color:#000
}
.pacmans-input.transparent.black-error label.error:after{color:#000
}

.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:31px;height:31px;border-radius:9px;border:1px solid #ffffff;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 width='27' height='21' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 21'%3E%3Cpath d='M27 2.2L8.5 20.7 0 12.2 2.2 10l6.3 6.3L24.8 0z' fill='%23ed1c24'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:90%;-webkit-transform:scale(0.6);transform:scale(0.6);opacity:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.pacmans-checkbox.checked:after{-webkit-transform:scale(1);transform:scale(1);opacity:1
}
.pacmans-checkbox.error{border-color:#dc3545
}
.pacmans-checkbox input{position:absolute;top:-9999px;left:0;visibility:hidden;opacity:0
}

.pacmans-radio{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:30px;height:30px;border-radius:50%;border:1px solid #d6d9df;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:#ed1c24;-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:#ed1c24
}
.pacmans-radio.checked{border-color:#ed1c24
}
.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:119px;width:100%
}
.pacmans-textarea label{position:absolute;z-index:2;top:23px;left:17px;font-size:17px;line-height:20px;color:#9b9b9b;-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
}
@media (max-width: 739.98px){
.pacmans-textarea label{font-size:14px
}
}
.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:119px;padding:37px 17px 9px
}
.pacmans-textarea.transparent textarea{background-color:rgba(42,178,123,0.38);background-color:transparent;border:0;border-bottom:2px solid #fff;color:#fff;padding-left:0
}
.pacmans-textarea.transparent textarea:-webkit-autofill,.pacmans-textarea.transparent textarea:-webkit-autofill:hover,.pacmans-textarea.transparent textarea:-webkit-autofill:focus{-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s
}
.pacmans-textarea.transparent label{left:0;color:#ffffff;font-size:16px;line-height:24px
}
@media (max-width: 739.98px){
.pacmans-textarea.transparent label{font-size:14px
}
}
.pacmans-textarea.transparent label.required:after{content:'*';display:inline;color:#fff;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.pacmans-textarea.transparent label.active{color:#fff;-webkit-transform:translate(0, -18px) scale(0.76);transform:translate(0, -18px) scale(0.76);opacity:0.7
}
.pacmans-textarea.transparent label.active:after{color:#fff
}
.pacmans-textarea.transparent label.hide{opacity:0
}
.pacmans-textarea.transparent.black-error textarea.error{color:#000;border-bottom:2px solid #000
}
.pacmans-textarea.transparent.black-error label.error{color:#000
}
.pacmans-textarea.transparent.black-error label.error:after{color:#000
}

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: 739.98px){
.mobile-menu{display:block
}
}
.mobile-menu .mobile-menu-bg{position:fixed;z-index:38;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:39;top:0;bottom:0;left:auto;right:0;width:100%;background-color:#20242a;-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:140px;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:60px
}
.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:18px;line-height:30px;font-weight:700;color:#fff;font-family:"Golos Text";cursor:pointer;margin-top:20px;margin-left:32px
}
.mobile-menu .menu-panel .top-block .back .icon{font-size:18px;color:#fff;margin-right:0
}
.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:#ed1c24;cursor:pointer;margin-top:20px;margin-left:auto;display:none
}
.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:#20242a;-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{margin:0 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:700;font-family:"Golos Text";color:#ffffff;padding:15px 30px 15px 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)
}

html.mm-active{overflow-y:scroll
}
html.mm-active body{overflow:visible;position:fixed;width:100%;min-height:100%
}
.main-menu{display:block
}
@media (max-width: 739.98px){
.main-menu{display:none
}
}
.main-menu .main-menu-bg{position:fixed;z-index:38;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:translateY(-100vh);transform:translateY(-100vh);cursor:pointer
}
.main-menu .menu-panel{position:fixed;z-index:39;top:0;left:0;bottom:auto;right:0;width:100vw;height:100vh;background-color:#282930;-webkit-transform:translateY(-100vh);transform:translateY(-100vh);-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;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column
}
.main-menu .menu-panel .content-block{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.main-menu .menu-panel .content-block .anim-1,.main-menu .menu-panel .content-block .anim-2,.main-menu .menu-panel .content-block .anim-3{opacity:0;-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transition:all 0.1s ease;transition:all 0.1s ease
}
.main-menu.active .main-menu-bg{-webkit-transition:opacity 0.5s ease, -webkit-transform 0s ease 0s;transition:opacity 0.5s ease, -webkit-transform 0s ease 0s;transition:opacity 0.5s ease, transform 0s ease 0s;transition:opacity 0.5s ease, transform 0s ease 0s, -webkit-transform 0s ease 0s;-webkit-transform:translateY(0);transform:translateY(0);opacity:1
}
.main-menu.active .menu-panel{-webkit-transform:translateY(0);transform:translateY(0)
}
.main-menu.active .menu-panel .content-block .anim-1,.main-menu.active .menu-panel .content-block .anim-2,.main-menu.active .menu-panel .content-block .anim-3{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)
}
.main-menu.active .menu-panel .content-block .anim-1{-webkit-transition:all 0.5s ease 0.3s;transition:all 0.5s ease 0.3s
}
.main-menu.active .menu-panel .content-block .anim-2{-webkit-transition:all 0.5s ease 0.5s;transition:all 0.5s ease 0.5s
}
.main-menu.active .menu-panel .content-block .anim-3{-webkit-transition:all 0.5s ease 0.7s;transition:all 0.5s ease 0.7s
}

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

.cookies-modal{position:fixed;z-index:31;bottom:40px;left:43px;width:425px;border:1px solid #5e5e5e;background:#000;border-radius:10px;padding:30px;color:#b6b6b6;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;-webkit-transform:translateY(calc(100% + 55px));transform:translateY(calc(100% + 55px))
}
@media (max-width: 739.98px){
.cookies-modal{height:auto;width:auto;left:10px;right:10px;bottom:10px;padding:20px;-webkit-transform:translateY(calc(100% + 15px));transform:translateY(calc(100% + 15px));text-align:center
}
}
.cookies-modal .container{padding:0
}
.cookies-modal .text{font-weight:300;font-size:14px;line-height:1.57143;margin-bottom:30px
}
.cookies-modal .text p{margin-bottom:0
}
@media (max-width: 739.98px){
.cookies-modal .text{margin-bottom:20px
}
}
.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:#ed1c24
}
.cookies-modal .btn{width:137px;height:50px;font-weight:400;font-size:12px;line-height:1.1;text-transform:uppercase
}
.cookies-modal .btn:hover{color:#000;background-color:#fff
}
.cookies-modal.active{-webkit-transform:translateY(0);transform:translateY(0)
}

.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:end;-ms-flex-pack:end;justify-content:flex-end
}
.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:#ed1c24;position:relative;z-index:2;width:100%;max-width:450px;height:100%;overflow-y:auto
}
.modal-wrapper .modal-body .modal-close{position:absolute;top:10px;right:4px;padding:10px;cursor:pointer
}
.modal-wrapper .modal-body .modal-close svg{width:38px;height:auto
}
.modal-wrapper .modal-body .modal-close svg path{fill:#fff;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.modal-wrapper .modal-body .modal-close:hover svg path{fill:#fff
}
.modal-wrapper .modal-body .modal-content{color:#000;height:100%
}
.modal-wrapper .modal-body .modal-content .success-msg,.modal-wrapper .modal-body .modal-content .failure-msg{padding:20px 20px 20px 51px;text-align:center;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
}
@media (max-width: 739.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:42px;line-height:42px;margin-bottom:22px;color:#fff;text-align:left
}
@media (max-width: 739.98px){
.modal-wrapper .modal-body .modal-content .success-msg h2,.modal-wrapper .modal-body .modal-content .failure-msg h2{font-size:28px;line-height:28px
}
}
.modal-wrapper .modal-body .modal-content .success-msg p,.modal-wrapper .modal-body .modal-content .failure-msg p{color:#fff;font-size:14px;line-height:22px;margin-bottom:0;text-align:left
}
@media (max-width: 739.98px){
.modal-wrapper .modal-body .modal-content .success-msg p,.modal-wrapper .modal-body .modal-content .failure-msg p{font-size:12px;line-height:18px
}
}
.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(100%, 0, 0);transform:translate3d(100%, 0, 0)
}
.modal-wrapper .modal-body-transition-leave-to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 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(100%, 0, 0);transform:translate3d(100%, 0, 0)
}
@-webkit-keyframes rotate{
from{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)
}
to{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)
}
}
@keyframes rotate{
from{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)
}
to{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)
}
}
.modal-wrapper .modal-loader{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border:8px solid rgba(100,100,100,0.4);border-top:8px solid rgba(255,255,255,0.6);border-radius:100%;height:70px;width:70px;-webkit-animation:rotate .8s infinite linear;animation:rotate .8s infinite linear;background:transparent;z-index:99999
}
.modal-wrapper .modal-loader-transition-enter-active,.modal-wrapper .modal-loader-transition-leave-active{-webkit-transition:all .4s ease;transition:all .4s ease
}
.modal-wrapper .modal-loader-transition-enter,.modal-wrapper .modal-loader-transition-leave-to{opacity:0
}
.modal-transition-enter-active,.modal-transition-leave-active{-webkit-transition:all .4s ease;transition:all .4s ease
}
.modal-transition-enter-active:before,.modal-transition-leave-active:before{-webkit-transition:all .4s ease;transition:all .4s ease
}
.modal-transition-enter:before,.modal-transition-leave-to:before{opacity:0
}
body.modal-visible{height:100%;overflow:hidden
}

.feedback-modal-form{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;width:100%;height:100%;padding-left:51px;padding-right:83px
}
@media (max-width: 739.98px){
.feedback-modal-form{padding-left:20px;padding-right:20px
}
}
.feedback-modal-form h2{color:#ffffff;font-size:34px;line-height:1;font-weight:700;margin-bottom:50px
}
@media (max-width: 739.98px){
.feedback-modal-form h2{font-size:28px;line-height:1;margin-bottom:24px
}
}
.feedback-modal-form p{font-size:16px;line-height:18px;margin-bottom:40px
}
.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;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start
}
.feedback-modal-form form .form-line{position:relative;width:100%;margin-bottom:13px
}
.feedback-modal-form form .form-line .error-line{min-height:23px;padding-top:5px;font-size:12px;line-height:18px;color:#000;text-align:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default
}
.feedback-modal-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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
}
.feedback-modal-form form .agree-line .pacmans-checkbox{margin-right:10px
}
.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
}
.feedback-modal-form form .agree-line .error-line{width:100%;padding-top:13px;font-size:12px;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{width:280px;height:66px;background-color:#20242a;color:#ffffff;font-size:15px;line-height:24px;font-weight:700;text-transform:uppercase;margin-top:34px
}
@media (max-width: 739.98px){
.feedback-modal-form form button{width:100%;height:56px;font-size:14px;margin-top:20px
}
}
.feedback-modal-form form button:hover{background-color:#000
}
.feedback-modal-form form .agree-text{font-weight:400;font-size:10px;line-height:1.6;color:#fff;margin-top:22px
}
.feedback-modal-form form .agree-text a{color:#fff;text-decoration:underline
}

@media (min-width: 740px) and (max-width: 1199.98px){
div.feedback-form{margin-top:31px
}
}
@media (max-width: 739.98px){
div.feedback-form{margin-top:30px
}
}
div.feedback-form h2{margin-bottom:51px
}
@media (max-width: 739.98px){
div.feedback-form h2{margin-bottom:25px
}
}
div.feedback-form p{font-size:14px;line-height:22px;margin-bottom:24px
}
div.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
}
div.feedback-form form .form-line{margin-bottom:33px;position:relative
}
div.feedback-form form .form-line label.error{color:#ed1c24
}
div.feedback-form form .form-line label.error:after{color:#ed1c24
}
div.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
}
div.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
}
div.feedback-form form .agree-line .pacmans-checkbox{margin-right:10px
}
div.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
}
div.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
}
div.feedback-form form button{color:#ffffff;font-size:15px;line-height:24px;font-weight:700;text-transform:uppercase;width:280px;height:66px;margin-top:14px
}
div.feedback-form form .agree-text{font-weight:400;font-size:10px;line-height:1.6;color:#fff;margin-top:22px
}
div.feedback-form form .agree-text a{color:#fff;text-decoration:underline
}

.main-reshenie-form{position:fixed;z-index:30;bottom:0;right:calc(50% - 290px);background-color:#fff;width:calc(50% + 290px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end
}
@media (max-width: 739.98px){
.main-reshenie-form{display:none
}
}
.main-reshenie-form form{display:-webkit-box;display:-ms-flexbox;display:flex
}
.main-reshenie-form form .form-line{position:relative
}
.main-reshenie-form form .form-line input{border:0;height:88px;width:256px
}
@media (min-width: 740px) and (max-width: 1199.98px){
.main-reshenie-form form .form-line input{height:66px;width:209px
}
}
.main-reshenie-form form .form-line .email-input input{width:360px
}
@media (min-width: 740px) and (max-width: 1199.98px){
.main-reshenie-form form .form-line .email-input input{width:238px
}
}
.main-reshenie-form form button{width:280px;height:88px;color:#ffffff;font-size:15px;line-height:24px;font-weight:700;text-transform:uppercase
}
@media (min-width: 740px) and (max-width: 1199.98px){
.main-reshenie-form form button{width:210px;height:66px;font-size:12px
}
}
.main-reshenie-form form .agree-text{position:absolute;bottom:100%;right:0;width:882px;padding-right:372px;font-weight:400;font-size:10px;line-height:1.6;color:#777;margin-bottom:20px
}
@media (min-width: 740px) and (max-width: 1199.98px){
.main-reshenie-form form .agree-text{width:652px;padding-right:0
}
}
.main-reshenie-form form .agree-text a{color:#777;text-decoration:underline
}
.main-reshenie-form form .agree-text a:hover{color:#fff
}
.main-reshenie-form.on-services{position:absolute;z-index:30;bottom:0;right:calc(50% - 290px);background-color:#fff;width:calc(50vw + 290px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end
}

.pages-feedback-form{margin-top:110px;margin-bottom:100px
}
@media (max-width: 739.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: 739.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: 739.98px){
.pages-feedback-form form .form-line label .label{display:block
}
}
@media (max-width: 739.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:119px
}
.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:60px;padding:0;font-size:18px;width:100%
}
@media (max-width: 739.98px){
.pages-feedback-form form button{width:100%;margin-top:27px
}
}

.main-steps-form{color:#fff;height:500px
}
@media (min-width: 740px) and (max-width: 1199.98px){
.main-steps-form{height:auto
}
}
@media (max-width: 739.98px){
.main-steps-form{height:auto
}
}
.main-steps-form h2{color:#ffffff;font-size:38px;line-height:1.3;font-weight:700;margin-bottom:70px
}
@media (min-width: 740px) and (max-width: 1199.98px){
.main-steps-form h2{font-size:42px;line-height:1.3
}
}
@media (max-width: 739.98px){
.main-steps-form h2{font-size:26px;line-height:1.3;margin-bottom:29px
}
}
.main-steps-form .stepper{position:relative;max-width:850px;height:1px;background-color:rgba(255,255,255,0.91);margin-bottom:40px
}
@media (min-width: 740px) and (max-width: 1199.98px){
.main-steps-form .stepper{margin-bottom:50px
}
}
@media (max-width: 739.98px){
.main-steps-form .stepper{margin-right:30px;margin-bottom:27px
}
}
.main-steps-form .stepper .elem{position:absolute;top:0;left:0;-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;border:2px solid #ed1c24;border-radius:50%;background-color:#000000;color:#ffffff;font-size:13px;line-height:20px;font-weight:500;pointer-events:none
}
@media (max-width: 739.98px){
.main-steps-form .stepper .elem{font-size:10px;width:24px;height:24px
}
}
.main-steps-form .stepper .elem:nth-child(2){left:33.3333%
}
.main-steps-form .stepper .elem:nth-child(3){left:66.6666%
}
.main-steps-form .stepper .elem:nth-child(4){left:100%
}
.main-steps-form .stepper .elem.active{background-color:#ed1c24
}
.main-steps-form .sub-title{color:#ffffff;font-size:29px;line-height:40px;font-weight:500;margin-bottom:48px
}
@media (min-width: 740px) and (max-width: 1199.98px){
.main-steps-form .sub-title{font-family:"Golos Text";font-weight:700;font-size:36px;line-height:42px;margin-bottom:38px
}
}
@media (max-width: 739.98px){
.main-steps-form .sub-title{font-family:"Golos Text";font-weight:700;font-size:22px;line-height:25px;margin-bottom:27px;margin-right:-15px
}
}
.main-steps-form .st{position:absolute;top:40px;left:0;width:100%
}
.main-steps-form ul{list-style:none;padding-left:0;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:586px
}
@media (min-width: 740px) and (max-width: 1199.98px){
.main-steps-form ul{width:293px
}
}
@media (max-width: 739.98px){
.main-steps-form ul{width:100%
}
}
.main-steps-form ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px;width:293px
}
@media (min-width: 740px) and (max-width: 1199.98px){
.main-steps-form ul li{margin-bottom:27px
}
}
@media (max-width: 739.98px){
.main-steps-form ul li{width:100%;margin-bottom:15px
}
}
.main-steps-form ul li .pacmans-checkbox{width:31px;height:31px;border-radius:9px;border:1px solid #ffffff
}
.main-steps-form ul li .checkbox-label{padding-left:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:500
}
@media (max-width: 739.98px){
.main-steps-form ul li .checkbox-label{font-size:9px;padding-left:12px
}
}
.main-steps-form ul.one-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column
}
.main-steps-form .controls-line{margin-top:33px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-20px;position:relative
}
@media (max-width: 739.98px){
.main-steps-form .controls-line{margin-top:30px
}
}
.main-steps-form .controls-line .btn{width:227px;height:66px;color:#ffffff;font-size:12px;line-height:24px;font-weight:500;text-transform:uppercase;margin-right:20px
}
@media (max-width: 739.98px){
.main-steps-form .controls-line .btn{width:190px;height:50px;font-size:10px;line-height:18px
}
}
.main-steps-form .controls-line .btn.back{background-color:transparent;border:1px solid #fff
}
.main-steps-form .controls-line .btn.back:hover{background-color:#ed1c24;border-color:#ed1c24
}
.main-steps-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;position:relative;height:360px
}
@media (min-width: 740px) and (max-width: 1199.98px){
.main-steps-form form{height:510px
}
}
.main-steps-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;max-width:763px;margin-bottom:85px
}
@media (min-width: 740px) and (max-width: 1199.98px){
.main-steps-form form .form-line{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:40px
}
}
@media (max-width: 739.98px){
.main-steps-form form .form-line{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:40px
}
}
.main-steps-form form .form-line .pacmans-input{width:360px
}
@media (min-width: 740px) and (max-width: 1199.98px){
.main-steps-form form .form-line .pacmans-input{width:100%;margin-bottom:50px
}
}
@media (max-width: 739.98px){
.main-steps-form form .form-line .pacmans-input{width:100%;margin-bottom:20px
}
}
.main-steps-form form .form-line .pacmans-input input.error{color:#ed1c24;border-color:#ed1c24
}
.main-steps-form form .form-line .pacmans-input label.error{color:#ed1c24
}
.main-steps-form form .form-line .error-line{color:#ed1c24;font-size:15px;line-height:16px;position:absolute;bottom:-50px;left:0;opacity:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
@media (min-width: 740px) and (max-width: 1199.98px){
.main-steps-form form .form-line .error-line{bottom:-10px
}
}
@media (max-width: 739.98px){
.main-steps-form form .form-line .error-line{bottom:-10px;font-size:13px
}
}
.main-steps-form form .form-line .error-line.active{opacity:1
}
.main-steps-form form .agree-text{font-weight:400;font-size:10px;line-height:1.6;color:#fff;width:400px;-ms-flex-item-align:center;align-self:center
}
@media (min-width: 740px) and (max-width: 1199.98px){
.main-steps-form form .agree-text{position:absolute;top:100%;left:0;margin-top:10px
}
}
@media (max-width: 739.98px){
.main-steps-form form .agree-text{position:absolute;top:100%;left:0;margin-top:10px
}
}
.main-steps-form form .agree-text a{color:#fff;text-decoration:underline
}
.step-transition-enter-active{-webkit-transition:all 0.45s ease;transition:all 0.45s ease
}
.step-transition-leave-active{-webkit-transition:all 0.85s ease, opacity 0.65s ease;transition:all 0.85s ease, opacity 0.65s ease
}
.step-transition-enter{opacity:0;-webkit-transform:translate3d(150px, 0, 0) scale(0.9);transform:translate3d(150px, 0, 0) scale(0.9)
}
.step-transition-leave-to{opacity:0;-webkit-transform:translate3d(-50px, 0, 0);transform:translate3d(-50px, 0, 0)
}

.yandex-map-wrapper{margin-top:55px
}
.yandex-map-wrapper h2{margin-bottom:34px
}
@media (max-width: 739.98px){
.yandex-map-wrapper h2{margin-bottom:20px
}
}
.yandex-map-wrapper .ymap-container{width:100%;height:556px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAgMAAAAOFJJnAAAACVBMVEX6+vrn5+f09PSMzk0VAAAAGklEQVQY02MIYAADVoYECIOTYSQDWCDAgwUA204BfdYq8A4AAAAASUVORK5CYII=);background-size:16px 16px
}
@media (max-width: 739.98px){
.yandex-map-wrapper .ymap-container{height:300px
}
}
.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 #ed1c24
}
.yandex-map-wrapper ul li.active a{color:#000;border-color:transparent
}
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)}}/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */ /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-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: "Golos Text", 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: 35px;
}

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

a:hover {
  color: #b50007;
  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: "Golos Text", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

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

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

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

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: 740px) {
  .container {
    max-width: 720px;
  }
}

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

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

@media (min-width: 1200px) {
  .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: 740px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .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: 740px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .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?43669956");
  src: url("/fonts/fontello/fontello.eot?43669956#iefix") format("embedded-opentype"), url("/fonts/fontello/fontello.woff2?43669956") format("woff2"), url("/fonts/fontello/fontello.woff?43669956") format("woff"), url("/fonts/fontello/fontello.ttf?43669956") format("truetype"), url("/fonts/fontello/fontello.svg?43669956#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?43669956#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: 60px;
  padding: 0 17px;
  border: 1px solid #d6d9df;
  border-radius: 0px;
  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: #9b9b9b;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

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

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #9b9b9b;
  -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: #ed1c24;
  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;
}

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 15px center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-left: 24px;
}

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

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: #9b9b9b;
}

textarea {
  height: 119px;
  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: 60px;
  padding: 0;
  background-color: #ed1c24;
  border: 0px solid #ddd;
  border-radius: 0px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

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

@media (min-width: 740px) and (max-width: 1199.98px) {
  nav.main-menu-nav ul.top-ul {
    margin: 6px 0;
    max-width: 223px;
  }
}

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

nav.main-menu-nav ul.top-ul > li > a, nav.main-menu-nav ul.top-ul > li > .menu-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Golos Text";
  color: #ffffff;
  font-size: 22px;
  line-height: 1.9;
  font-weight: 700;
  padding: 10px 0;
  white-space: nowrap;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  nav.main-menu-nav ul.top-ul > li > a, nav.main-menu-nav ul.top-ul > li > .menu-link {
    font-size: 22px;
    line-height: 1.9;
  }
}

nav.main-menu-nav ul.top-ul > li > a:after, nav.main-menu-nav ul.top-ul > li > .menu-link:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ed1c24;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav.main-menu-nav ul.top-ul > li > a:hover:after, nav.main-menu-nav ul.top-ul > li > .menu-link:hover:after {
  opacity: 1;
}

nav.main-menu-nav ul.top-ul > li.active > a:after, nav.main-menu-nav ul.top-ul > li.active .menu-link:after {
  opacity: 1;
}

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

nav.main-menu-nav ul.top-ul > li ul li {
  margin: 15px 0;
}

nav.main-menu-nav ul.top-ul > li ul li a, nav.main-menu-nav ul.top-ul > li ul li .menu-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Golos Text";
  color: #b6b6b6;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav.main-menu-nav ul.top-ul > li ul li a:after, nav.main-menu-nav ul.top-ul > li ul li .menu-link:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -4px;
  left: 0;
  height: 1px;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
}

nav.main-menu-nav ul.top-ul > li ul li a:hover, nav.main-menu-nav ul.top-ul > li ul li .menu-link:hover {
  color: #ffffff;
}

nav.main-menu-nav ul.top-ul > li ul li a:hover:after, nav.main-menu-nav ul.top-ul > li ul li .menu-link:hover:after {
  opacity: 1;
  width: 100%;
}

nav.main-menu-nav ul.top-ul > li ul li.active a, nav.main-menu-nav ul.top-ul > li ul li.active .menu-link {
  color: #ffffff;
}

nav.main-menu-nav ul.top-ul > li ul li.active a:after, nav.main-menu-nav ul.top-ul > li ul li.active .menu-link:after {
  opacity: 1;
  width: 100%;
}

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

@media (min-width: 740px) and (max-width: 1199.98px) {
  nav.main-menu-nav .other-ul-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  nav.main-menu-nav .other-ul-col ul {
    max-width: none;
    width: 371px;
  }
  nav.main-menu-nav .other-ul-col ul:nth-child(2n) {
    width: 20%;
  }
}

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

@media (min-width: 740px) and (max-width: 1199.98px) {
  .social-links {
    margin-left: 0;
  }
}

@media (max-width: 739.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: 11px;
  margin-bottom: 7px;
}

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

.social-links a .icon-wrap, .social-links .js-link .icon-wrap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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: 22px;
  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: 739.98px) {
  .social-links a span.title, .social-links .js-link span.title {
    display: none;
  }
}

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

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

@media (max-width: 739.98px) {
  .breadcrumbs {
    font-size: 8px;
    line-height: 14px;
    margin-top: 19px;
    margin-bottom: 15px;
  }
}

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

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

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

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

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

.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;
  padding-bottom: 20px;
}

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: 739.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 #ed1c24;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

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

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: "Golos Text", Arial, sans-serif;
  font-size: 16px;
  line-height: 35px;
}

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

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

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

body.white-headers h1, body.white-headers h2, body.white-headers h3, body.white-headers h4, body.white-headers h5, body.white-headers h6, body.white-headers .h1, body.white-headers .h2, body.white-headers .h3, body.white-headers .h4, body.white-headers h5, body.white-headers h6 {
  color: #fff;
}

h1, .h1 {
  font-size: 42px;
  line-height: 1.9;
  margin-bottom: 47px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  h1, .h1 {
    font-size: 34px;
    line-height: 1.3;
  }
}

@media (max-width: 739.98px) {
  h1, .h1 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 28px;
  }
}

h2, .h2 {
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: 34px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  h2, .h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}

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

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

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

p {
  margin-bottom: 35px;
}

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

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

@media (max-width: 739.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: #ed1c24;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.redactor span.js-link:hover {
  color: #b50007;
  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: #ed1c24;
}

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

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

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

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

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

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

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: 35px;
  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: 15.4px;
}

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

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='%23ed1c24'/%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='%23ed1c24'/%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='%23ed1c24'/%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='%23ed1c24'/%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='%23ed1c24'/%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='%23ed1c24'/%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='%23ed1c24'/%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: 739.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: 739.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: 739.98px) {
  body.cke_editable .news-annone, .redactor .news-annone {
    font-size: 18px;
    line-height: 25px;
  }
}

body.cke_editable .document-block, .redactor .document-block {
  position: relative;
  background-color: #ed1c24;
  padding: 34px 36px 15px 173px;
  margin-top: 75px;
  margin-bottom: 46px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  body.cke_editable .document-block, .redactor .document-block {
    padding: 26px 176px 5px 137px;
    margin-bottom: 26px;
  }
}

@media (max-width: 739.98px) {
  body.cke_editable .document-block, .redactor .document-block {
    padding: 76px 36px 89px 23px;
    margin-bottom: 26px;
  }
}

body.cke_editable .document-block:before, .redactor .document-block:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  background-color: #20242a;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  body.cke_editable .document-block:before, .redactor .document-block:before {
    width: 96px;
  }
}

@media (max-width: 739.98px) {
  body.cke_editable .document-block:before, .redactor .document-block:before {
    height: 60px;
    width: 100%;
  }
}

body.cke_editable .document-block:after, .redactor .document-block:after {
  font-size: 70px;
  color: #fff;
  content: '\f2dd';
  font-family: "fontello";
  background-image: none;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  margin-right: 0;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 3;
  left: 28px;
  bottom: 33px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  body.cke_editable .document-block:after, .redactor .document-block:after {
    font-size: 54px;
    left: 21px;
    bottom: 27px;
  }
}

@media (max-width: 739.98px) {
  body.cke_editable .document-block:after, .redactor .document-block:after {
    font-size: 32px;
    left: 21px;
    top: 14px;
    bottom: auto;
  }
}

body.cke_editable .document-block .sub-title, .redactor .document-block .sub-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 35px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  body.cke_editable .document-block .sub-title, .redactor .document-block .sub-title {
    font-size: 14px;
    line-height: 23.89px;
    margin-bottom: 30px;
  }
}

@media (max-width: 739.98px) {
  body.cke_editable .document-block .sub-title, .redactor .document-block .sub-title {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

body.cke_editable .document-block .title, .redactor .document-block .title {
  font-family: "Golos Text";
  color: #ffffff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  max-width: 446px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  body.cke_editable .document-block .title, .redactor .document-block .title {
    font-size: 24px;
    line-height: 28.67px;
  }
}

@media (max-width: 739.98px) {
  body.cke_editable .document-block .title, .redactor .document-block .title {
    font-size: 22px;
    line-height: 25px;
  }
}

body.cke_editable .document-block a.document, .redactor .document-block a.document {
  position: absolute;
  bottom: 52px;
  right: 31px;
  width: 160px;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-top: 30px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  body.cke_editable .document-block a.document, .redactor .document-block a.document {
    font-size: 12px;
    line-height: 18px;
    bottom: 45px;
    right: -9px;
  }
}

@media (max-width: 739.98px) {
  body.cke_editable .document-block a.document, .redactor .document-block a.document {
    font-size: 9px;
    line-height: 14px;
    bottom: 21px;
    left: 23px;
    right: auto;
    width: 120px;
    padding-top: 16px;
  }
}

body.cke_editable .document-block a.document:before, .redactor .document-block a.document:before {
  font-size: 32px;
  color: #fff;
  content: '\f13d';
  font-family: "fontello";
  background-image: none;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  margin-right: 0;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  top: -12px;
  left: 0;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  body.cke_editable .document-block a.document:before, .redactor .document-block a.document:before {
    font-size: 24px;
    top: -1px;
  }
}

@media (max-width: 739.98px) {
  body.cke_editable .document-block a.document:before, .redactor .document-block a.document:before {
    font-size: 20px;
    top: -17px;
  }
}

body.cke_editable .document-block a.document:hover, .redactor .document-block a.document:hover {
  text-decoration: underline;
}

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

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

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

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

.pacmans-tabs {
  margin-bottom: 25px;
}

@media (max-width: 739.98px) {
  .pacmans-tabs {
    position: relative;
  }
  .pacmans-tabs:before {
    content: '';
    display: block;
    width: 100vw;
    height: 60px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f2f2f2;
  }
}

.pacmans-tabs select.mobile-tabs-select {
  display: none;
  height: 50px;
  margin-bottom: 30px;
}

.pacmans-tabs ul.tabs-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 45px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .pacmans-tabs ul.tabs-links {
    margin-bottom: 37px;
  }
}

@media (max-width: 739.98px) {
  .pacmans-tabs ul.tabs-links {
    overflow-x: scroll;
    margin-bottom: 26px;
    padding-left: 10px;
  }
}

.pacmans-tabs ul.tabs-links:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f2f2f2;
}

@media (max-width: 739.98px) {
  .pacmans-tabs ul.tabs-links:before {
    display: none;
  }
}

.pacmans-tabs ul.tabs-links li {
  position: relative;
  z-index: 2;
  margin-right: 62px;
}

.pacmans-tabs ul.tabs-links li:last-child {
  margin-right: 0;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .pacmans-tabs ul.tabs-links li {
    margin-right: 40px;
  }
}

@media (max-width: 739.98px) {
  .pacmans-tabs ul.tabs-links li {
    margin-right: 36px;
  }
}

.pacmans-tabs ul.tabs-links li a.tab-link {
  position: relative;
  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-decoration: none;
  height: 80px;
  color: #5e5e5e;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .pacmans-tabs ul.tabs-links li a.tab-link {
    height: 60px;
    font-size: 11px;
    line-height: 30px;
  }
}

@media (max-width: 739.98px) {
  .pacmans-tabs ul.tabs-links li a.tab-link {
    height: 60px;
    font-size: 11px;
    line-height: 30px;
  }
}

.pacmans-tabs ul.tabs-links li a.tab-link:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ed1c24;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.pacmans-tabs ul.tabs-links li:hover a {
  color: #ed1c24;
}

.pacmans-tabs ul.tabs-links li.active a {
  color: #ed1c24;
}

.pacmans-tabs ul.tabs-links li.active a:after {
  opacity: 1;
}

.pacmans-tabs .tab-content .tab-pane {
  display: none;
}

.pacmans-tabs .tab-content .tab-pane.active {
  display: block;
}

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

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

@media (max-width: 739.98px) {
  #loader .loader-logo {
    margin-bottom: -10px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

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

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

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

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

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

#loader.loaded {
  opacity: 0;
}

#loader.loaded .loader-logo {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0.5;
}

@media (max-width: 739.98px) {
  #loader.loaded .loader-logo {
    -webkit-transform: translateY(-30px) scale(0.7);
    transform: translateY(-30px) scale(0.7);
  }
}

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

.main-video-block {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  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: 140%;
  width: auto;
  height: auto;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.header-placeholder {
  width: 100%;
  height: 110px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .header-placeholder {
    height: 80px;
  }
}

@media (max-width: 739.98px) {
  .header-placeholder {
    height: 60px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  background-color: #20242a;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #header {
    height: 80px;
  }
}

@media (max-width: 739.98px) {
  #header {
    height: 60px;
  }
}

#header .main-menu-handle {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 110px;
  background-color: #ed1c24;
  color: #fff;
  font-size: 38px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #header .main-menu-handle {
    width: 80px;
  }
}

@media (max-width: 739.98px) {
  #header .main-menu-handle {
    width: 60px;
    font-size: 22px;
  }
}

#header .main-menu-handle .icon-menu {
  opacity: 0;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .main-menu-handle .icon-menu.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#header .main-menu-handle .icon-close {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .main-menu-handle .icon-close.active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

#header .main-menu-handle:hover {
  background-color: #b50007;
}

#header .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 38px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #header .logo {
    width: 154px;
    margin-left: 14px;
  }
}

@media (max-width: 739.98px) {
  #header .logo {
    width: 111px;
    margin-left: 16px;
  }
}

#header .logo img {
  display: block;
}

#header ul.header-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: 90px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header ul.header-top-menu li {
  margin-right: 50px;
}

#header ul.header-top-menu li:last-child {
  margin-right: 0;
}

#header ul.header-top-menu li a {
  position: relative;
  font-family: "Golos Text";
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 10px;
}

#header ul.header-top-menu li a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  height: 4px;
  background-color: #ed1c24;
  opacity: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

#header ul.header-top-menu li a:hover:after {
  width: 100%;
  opacity: 1;
}

#header ul.header-top-menu li.active a:after {
  width: 100%;
  opacity: 1;
}

#header .phone-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-right: 40px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #header .phone-block {
    margin-right: 28px;
  }
}

@media (max-width: 739.98px) {
  #header .phone-block {
    margin-right: 0;
  }
}

#header .phone-block .icon {
  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;
  color: #fff;
  font-size: 38px;
  width: 68px;
  height: 100%;
  background-color: #ed1c24;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 739.98px) {
  #header .phone-block .icon {
    width: 60px;
    font-size: 22px;
  }
}

#header .phone-block .icon:hover {
  background-color: #b50007;
}

#header .phone-block .content {
  margin-left: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 739.98px) {
  #header .phone-block .content {
    display: none;
  }
}

#header .phone-block .content .label {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 3px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #header .phone-block .content .label {
    font-size: 14px;
    margin-bottom: 0;
  }
}

#header .phone-block .content .phone {
  font-family: "Golos Text";
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #header .phone-block .content .phone {
    font-size: 28px;
  }
}

#header .phone-block .content .phone a {
  color: #fff;
}

#header.transparent {
  background-color: transparent;
}

#header.fixed {
  height: 80px;
  background-color: #20242a;
}

@media (max-width: 739.98px) {
  #header.fixed {
    height: 60px;
  }
}

#header.fixed .main-menu-handle {
  width: 80px;
}

@media (max-width: 739.98px) {
  #header.fixed .main-menu-handle {
    width: 60px;
  }
}

#header.fixed .logo {
  width: 154px;
  margin-left: 14px;
}

@media (max-width: 739.98px) {
  #header.fixed .logo {
    width: 111px;
    margin-left: 16px;
  }
}

#header.fixed ul.header-top-menu li a:after {
  height: 2px;
  bottom: -5px;
}

#header.fixed .content {
  margin-left: 24px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #header.fixed .content {
    margin-left: 32px;
  }
}

#header.fixed .content .label {
  font-size: 14px;
}

#header.fixed .content .phone {
  font-size: 28px;
  line-height: 30px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #header.fixed .content .phone {
    line-height: 35px;
  }
}

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

@media (max-width: 739.98px) {
  .news .elem {
    margin-bottom: 74px;
  }
}

.news .elem .img-a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
}

.news .elem .img-a img, .news .elem .img-a .img {
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 739.98px) {
  .news .elem .img-a img, .news .elem .img-a .img {
    width: 240px;
    height: 240px;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .news .elem .img-a img, .news .elem .img-a .img {
    width: 240px;
    height: 240px;
  }
}

.news .elem .img-a .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #ed1c24;
  color: #fff;
  font-size: 22px;
  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 .img-a:hover img, .news .elem .img-a:hover .img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.news .elem .date {
  position: relative;
  color: #000000;
  font-size: 14px;
  line-height: 25px;
  padding-left: 96px;
  margin-top: 17px;
}

@media (max-width: 739.98px) {
  .news .elem .date {
    padding-left: 60px;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .news .elem .date {
    padding-left: 60px;
  }
}

@media (max-width: 739.98px) {
  .news .elem .date {
    margin-top: 11px;
  }
}

.news .elem .date:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #ed1c24;
}

@media (max-width: 739.98px) {
  .news .elem .date:before {
    width: 40px;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .news .elem .date:before {
    width: 40px;
  }
}

.news .elem .title {
  display: inline-block;
  font-family: "Golos Text";
  color: #ed1c24;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  margin-left: 100px;
  margin-top: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 739.98px) {
  .news .elem .title {
    font-size: 18px;
    line-height: 1.2;
    margin-left: 60px;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .news .elem .title {
    font-size: 18px;
    line-height: 1.2;
    margin-left: 60px;
  }
}

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

.news .elem .annonce {
  color: #b6b6b6;
  font-size: 14px;
  line-height: 25px;
  padding-left: 100px;
  margin-top: 15px;
}

@media (max-width: 739.98px) {
  .news .elem .annonce {
    padding-left: 60px;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .news .elem .annonce {
    padding-left: 60px;
  }
}

@media (max-width: 739.98px) {
  .news .elem .annonce {
    font-size: 12px;
    line-height: 20px;
    margin-top: 29px;
  }
}

.news .elem .more {
  width: 150px;
  height: 40px;
  border: 1px solid #b6b6b6;
  color: #000000;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: transparent;
  margin-top: 31px;
  margin-left: 100px;
}

@media (max-width: 739.98px) {
  .news .elem .more {
    margin-left: 60px;
    margin-top: 37px;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .news .elem .more {
    margin-left: 60px;
    margin-top: 37px;
  }
}

@media (max-width: 739.98px) {
  .news .elem .more {
    display: none;
  }
}

.news .elem .more:hover {
  background-color: #ed1c24;
  border-color: #ed1c24;
  color: #fff;
}

.news.news-on-main {
  position: relative;
}

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

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

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

#slider-on-main {
  position: relative;
  width: 900px;
  height: 300px;
  margin: 0 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-size: cover;
  background-position: center;
}

#slider-on-main .swiper-slide .bg-img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#slider-on-main .swiper-slide .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  padding: 40px 140px;
}

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

#slider-on-main .swiper-custom-button-prev, #slider-on-main .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: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #ed1c24;
  -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: 32px;
  line-height: 32px;
}

#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 {
  background-color: #b50007;
  opacity: 1;
}

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

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

#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: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#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: 30px;
  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: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ed1c24;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#slider-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem:hover:before {
  background-color: #b50007;
}

#slider-on-main .swiper-custom-pagination.swiper-pagination-bullets .elem.active:before {
  background-color: #b50007;
}

.catalog-level2-sections h1 {
  margin-bottom: 118px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-level2-sections h1 {
    margin-bottom: 55px;
  }
}

@media (max-width: 739.98px) {
  .catalog-level2-sections h1 {
    margin-bottom: 28px;
  }
}

.catalog-level2-section-elements .col-4, .catalog-level2-section-elements .col-md-4 {
  margin-bottom: 11px;
}

.catalog-level2-section-elements .catalog-level2-section-elem {
  position: relative;
  border: 1px solid #979797;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 31px 41px 125px 31px;
}

.catalog-level2-section-elements .catalog-level2-section-elem .title {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}

.catalog-level2-section-elements .catalog-level2-section-elem .title:hover {
  text-decoration: underline;
}

.catalog-level2-section-elements .catalog-level2-section-elem ul {
  margin-top: 24px;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  line-height: 30px;
}

.catalog-level2-section-elements .catalog-level2-section-elem ul li {
  line-height: 20px;
  padding: 5px 0 4px;
}

.catalog-level2-section-elements .catalog-level2-section-elem ul a {
  color: #b6b6b6;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog-level2-section-elements .catalog-level2-section-elem ul a:hover {
  color: #fff;
  text-decoration: underline;
}

.catalog-level2-section-elements .catalog-level2-section-elem .index {
  position: absolute;
  left: 34px;
  bottom: 48px;
  color: #ebebeb;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  pointer-events: none;
}

.catalog-level2-section-elements .catalog-level2-section-elem .more {
  position: absolute;
  bottom: 29px;
  right: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 11px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.catalog-level2-section-elements .catalog-level2-section-elem .more .icon {
  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;
  background-color: #ed1c24;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  margin-left: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog-level2-section-elements .catalog-level2-section-elem .more:hover .icon {
  background-color: #b50007;
}

.catalog-level2-section-elements .catalog-level2-section-elem:hover {
  border: 1px solid #ed1c24;
}

@media (max-width: 739.98px) {
  body.catalog-top-sections .redactor {
    font-size: 12px;
    line-height: 20px;
  }
}

.catalog-top-sections .controls-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 76px;
  margin-bottom: 54px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-sections .controls-block {
    margin-top: 45px;
    margin-bottom: 47px;
  }
}

@media (max-width: 739.98px) {
  .catalog-top-sections .controls-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 62px;
    margin-bottom: 41px;
  }
}

.catalog-top-sections .controls-block .reshenie-btn {
  width: 227px;
  height: 66px;
  margin-right: 28px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-sections .controls-block .reshenie-btn {
    width: 227px;
    height: 62px;
    margin-right: 20px;
  }
}

@media (max-width: 739.98px) {
  .catalog-top-sections .controls-block .reshenie-btn {
    width: 100%;
    height: 50px;
    font-size: 10px;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.catalog-top-sections .controls-block .demo-btn {
  width: 359px;
  height: 66px;
  border: 1px solid #ed1c24;
  background-color: transparent;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-sections .controls-block .demo-btn {
    height: 62px;
  }
}

@media (max-width: 739.98px) {
  .catalog-top-sections .controls-block .demo-btn {
    width: 100%;
    height: 50px;
    font-size: 10px;
  }
}

.catalog-top-sections .controls-block .demo-btn:hover {
  background-color: #b50007;
  border-color: #b50007;
}

.catalog-top-sections h2 {
  margin-bottom: 61px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-sections h2 {
    margin-bottom: 74px;
  }
}

.catalog-top-section-elements .catalog-top-section-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

@media (max-width: 739.98px) {
  .catalog-top-section-elements .catalog-top-section-elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.catalog-top-section-elements .catalog-top-section-elem .img-box {
  width: 50%;
  overflow: hidden;
}

@media (max-width: 739.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .img-box {
    width: 100%;
  }
}

.catalog-top-section-elements .catalog-top-section-elem .img-box img {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog-top-section-elements .catalog-top-section-elem .img-box:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.catalog-top-section-elements .catalog-top-section-elem .content-block {
  position: relative;
  width: 50%;
  padding-top: 160px;
  padding-left: 118px;
  padding-right: 120px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block {
    padding-top: 89px;
    padding-left: 70px;
    padding-right: 94px;
    line-height: 25px;
  }
}

@media (max-width: 739.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block {
    font-size: 16px;
    line-height: 18.75px;
    width: 100%;
    padding: 59px 20px 90px 76px;
  }
}

.catalog-top-section-elements .catalog-top-section-elem .content-block .index {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 40px;
  color: #ebebeb;
  font-size: 200px;
  line-height: 200px;
  font-weight: 700;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block .index {
    font-size: 120px;
    line-height: 120px;
    top: 22px;
    left: 23px;
  }
}

@media (max-width: 739.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block .index {
    font-size: 70px;
    line-height: 70px;
    top: 20px;
    left: 23px;
  }
}

.catalog-top-section-elements .catalog-top-section-elem .content-block .title {
  position: relative;
  z-index: 2;
  color: #000000;
  font-size: 38px;
  line-height: 31px;
  max-width: 330px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block .title {
    font-size: 22px;
    line-height: 25px;
  }
}

@media (max-width: 739.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block .title {
    font-size: 16px;
    line-height: 18.75px;
  }
}

.catalog-top-section-elements .catalog-top-section-elem .content-block .more {
  position: absolute;
  bottom: 30px;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  font-size: 11px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block .more {
    font-size: 8px;
    bottom: 20px;
    right: 47px;
  }
}

@media (max-width: 739.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block .more {
    font-size: 8px;
    bottom: 24px;
    right: 21px;
  }
}

.catalog-top-section-elements .catalog-top-section-elem .content-block .more .icon {
  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;
  background-color: #20242a;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  margin-left: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block .more .icon {
    width: 37px;
    height: 36px;
    font-size: 12px;
    margin-left: 16px;
  }
}

@media (max-width: 739.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block .more .icon {
    width: 37px;
    height: 36px;
    font-size: 12px;
    margin-left: 16px;
  }
}

.catalog-top-section-elements .catalog-top-section-elem .content-block .more:hover .icon {
  background-color: #ed1c24;
}

.catalog-top-section-elements .catalog-top-section-elem:nth-child(2n) .img-box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 739.98px) {
  .catalog-top-section-elements .catalog-top-section-elem:nth-child(2n) .img-box {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (max-width: 739.98px) {
  body.catalog-top-sections .redactor {
    font-size: 12px;
    line-height: 20px;
  }
}

.catalog-top-sections .controls-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 76px;
  margin-bottom: 54px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-sections .controls-block {
    margin-top: 45px;
    margin-bottom: 47px;
  }
}

@media (max-width: 739.98px) {
  .catalog-top-sections .controls-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 62px;
    margin-bottom: 41px;
  }
}

.catalog-top-sections .controls-block .reshenie-btn {
  width: 227px;
  height: 66px;
  margin-right: 28px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-sections .controls-block .reshenie-btn {
    width: 227px;
    height: 62px;
    margin-right: 20px;
  }
}

@media (max-width: 739.98px) {
  .catalog-top-sections .controls-block .reshenie-btn {
    width: 100%;
    height: 50px;
    font-size: 10px;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.catalog-top-sections .controls-block .demo-btn {
  width: 359px;
  height: 66px;
  border: 1px solid #ed1c24;
  background-color: transparent;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-sections .controls-block .demo-btn {
    height: 62px;
  }
}

@media (max-width: 739.98px) {
  .catalog-top-sections .controls-block .demo-btn {
    width: 100%;
    height: 50px;
    font-size: 10px;
  }
}

.catalog-top-sections .controls-block .demo-btn:hover {
  background-color: #b50007;
  border-color: #b50007;
}

.catalog-top-sections h2 {
  margin-bottom: 61px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-sections h2 {
    margin-bottom: 74px;
  }
}

.catalog-top-section-elements .catalog-top-section-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

@media (max-width: 739.98px) {
  .catalog-top-section-elements .catalog-top-section-elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.catalog-top-section-elements .catalog-top-section-elem .img-box {
  width: 50%;
  overflow: hidden;
}

@media (max-width: 739.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .img-box {
    width: 100%;
  }
}

.catalog-top-section-elements .catalog-top-section-elem .img-box img {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog-top-section-elements .catalog-top-section-elem .img-box:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.catalog-top-section-elements .catalog-top-section-elem .content-block {
  position: relative;
  width: 50%;
  padding-top: 160px;
  padding-left: 118px;
  padding-right: 120px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block {
    padding-top: 89px;
    padding-left: 70px;
    padding-right: 94px;
    line-height: 25px;
  }
}

@media (max-width: 739.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block {
    font-size: 16px;
    line-height: 18.75px;
    width: 100%;
    padding: 59px 20px 90px 76px;
  }
}

.catalog-top-section-elements .catalog-top-section-elem .content-block .index {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 40px;
  color: #ebebeb;
  font-size: 200px;
  line-height: 200px;
  font-weight: 700;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block .index {
    font-size: 120px;
    line-height: 120px;
    top: 22px;
    left: 23px;
  }
}

@media (max-width: 739.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block .index {
    font-size: 70px;
    line-height: 70px;
    top: 20px;
    left: 23px;
  }
}

.catalog-top-section-elements .catalog-top-section-elem .content-block .title {
  position: relative;
  z-index: 2;
  color: #000000;
  font-size: 38px;
  line-height: 31px;
  max-width: 330px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block .title {
    font-size: 22px;
    line-height: 25px;
  }
}

@media (max-width: 739.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block .title {
    font-size: 16px;
    line-height: 18.75px;
  }
}

.catalog-top-section-elements .catalog-top-section-elem .content-block .more {
  position: absolute;
  bottom: 30px;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  font-size: 11px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block .more {
    font-size: 8px;
    bottom: 20px;
    right: 47px;
  }
}

@media (max-width: 739.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block .more {
    font-size: 8px;
    bottom: 24px;
    right: 21px;
  }
}

.catalog-top-section-elements .catalog-top-section-elem .content-block .more .icon {
  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;
  background-color: #20242a;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  margin-left: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block .more .icon {
    width: 37px;
    height: 36px;
    font-size: 12px;
    margin-left: 16px;
  }
}

@media (max-width: 739.98px) {
  .catalog-top-section-elements .catalog-top-section-elem .content-block .more .icon {
    width: 37px;
    height: 36px;
    font-size: 12px;
    margin-left: 16px;
  }
}

.catalog-top-section-elements .catalog-top-section-elem .content-block .more:hover .icon {
  background-color: #ed1c24;
}

.catalog-top-section-elements .catalog-top-section-elem:nth-child(2n) .img-box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 739.98px) {
  .catalog-top-section-elements .catalog-top-section-elem:nth-child(2n) .img-box {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.catalog-level2-sections h1 {
  margin-bottom: 118px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-level2-sections h1 {
    margin-bottom: 55px;
  }
}

@media (max-width: 739.98px) {
  .catalog-level2-sections h1 {
    margin-bottom: 28px;
  }
}

.catalog-level2-section-elements .col-4, .catalog-level2-section-elements .col-md-4 {
  margin-bottom: 11px;
}

.catalog-level2-section-elements .catalog-level2-section-elem {
  position: relative;
  border: 1px solid #979797;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 31px 41px 125px 31px;
}

.catalog-level2-section-elements .catalog-level2-section-elem .title {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}

.catalog-level2-section-elements .catalog-level2-section-elem .title:hover {
  text-decoration: underline;
}

.catalog-level2-section-elements .catalog-level2-section-elem ul {
  margin-top: 24px;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  line-height: 30px;
}

.catalog-level2-section-elements .catalog-level2-section-elem ul li {
  line-height: 20px;
  padding: 5px 0 4px;
}

.catalog-level2-section-elements .catalog-level2-section-elem ul a {
  color: #b6b6b6;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog-level2-section-elements .catalog-level2-section-elem ul a:hover {
  color: #fff;
  text-decoration: underline;
}

.catalog-level2-section-elements .catalog-level2-section-elem .index {
  position: absolute;
  left: 34px;
  bottom: 48px;
  color: #ebebeb;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  pointer-events: none;
}

.catalog-level2-section-elements .catalog-level2-section-elem .more {
  position: absolute;
  bottom: 29px;
  right: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 11px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.catalog-level2-section-elements .catalog-level2-section-elem .more .icon {
  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;
  background-color: #ed1c24;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  margin-left: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog-level2-section-elements .catalog-level2-section-elem .more:hover .icon {
  background-color: #b50007;
}

.catalog-level2-section-elements .catalog-level2-section-elem:hover {
  border: 1px solid #ed1c24;
}

.catalog-elements .col-md-4 {
  margin-bottom: 17px;
}

.catalog-elem {
  position: relative;
  border: 1px solid #ebebeb;
  padding: 19px;
  min-height: 100%;
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-elem {
    padding: 19px 19px 19px;
    width: 220px;
  }
}

@media (max-width: 739.98px) {
  .catalog-elem {
    padding: 14px 13px 16px;
    width: 100%;
    min-height: 240px;
  }
}

.catalog-elem a.img-box {
  display: block;
  margin: 0 auto 42px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-elem a.img-box {
    margin-bottom: 16px;
  }
}

@media (max-width: 739.98px) {
  .catalog-elem a.img-box {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 9px;
    left: 9px;
  }
}

.catalog-elem a.img-box .img, .catalog-elem a.img-box img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

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

.catalog-elem .section-title {
  display: inline-block;
  color: #b6b6b6;
  font-size: 11px;
  line-height: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 12px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-elem .section-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 739.98px) {
  .catalog-elem .section-title {
    font-size: 9px;
    margin-left: 96px;
  }
}

.catalog-elem .section-title:hover {
  color: #ed1c24;
}

.catalog-elem .title {
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: auto;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-elem .title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 739.98px) {
  .catalog-elem .title {
    font-size: 14px;
    line-height: 20px;
    margin-left: 96px;
  }
}

.catalog-elem .title:hover {
  color: #ed1c24;
}

.catalog-elem .price-block {
  margin-top: 20px;
}

@media (max-width: 739.98px) {
  .catalog-elem .price-block {
    margin-left: 96px;
    margin-top: 8px;
  }
}

.catalog-elem .price-block .price-label {
  color: #B6B6B6;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 6px;
}

@media (max-width: 739.98px) {
  .catalog-elem .price-block .price-label {
    font-size: 9px;
    margin-bottom: 1px;
  }
}

.catalog-elem .price-block .price {
  font-weight: 500;
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
}

@media (max-width: 739.98px) {
  .catalog-elem .price-block .price {
    font-size: 16px;
  }
}

.catalog-elem .annonce {
  color: #999999;
  font-size: 13px;
  line-height: 18px;
  margin-top: 18px;
  margin-bottom: 20px;
}

.catalog-elem .request-offer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b6b6b6;
  background-color: transparent;
  color: #000000;
  font-size: 11px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 21px;
  margin-bottom: 10px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-elem .request-offer-btn {
    margin-top: 29px;
    width: 100%;
    height: 50px;
    font-size: 9px;
  }
}

@media (max-width: 739.98px) {
  .catalog-elem .request-offer-btn {
    margin-top: 18px;
    width: 100%;
    height: 50px;
    font-size: 11px;
  }
}

.catalog-elem .request-offer-btn:hover {
  border-color: #ed1c24;
}

.catalog-elem .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #ffffff;
  font-size: 11px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 37px;
  padding-right: 23px;
  position: relative;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-elem .more {
    width: 100%;
    height: 50px;
    font-size: 9px;
    padding-left: 57px;
    padding-right: 9px;
  }
}

@media (max-width: 739.98px) {
  .catalog-elem .more {
    width: 100%;
    height: 50px;
    font-size: 11px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
}

.catalog-elem .more .icon {
  font-size: 20px;
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-page .catalog-elements {
    margin-bottom: 10px;
  }
}

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

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

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

.catalog-one .top-wrap {
  background-color: #fff;
}

.catalog-one .price-block {
  margin-bottom: 32px;
}

@media (max-width: 739.98px) {
  .catalog-one .price-block {
    text-align: center;
    margin-bottom: 22px;
  }
}

.catalog-one .price-block .price-label {
  color: #B6B6B6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 22px;
}

@media (max-width: 739.98px) {
  .catalog-one .price-block .price-label {
    margin-bottom: 7px;
  }
}

.catalog-one .price-block .price {
  font-weight: 500;
  color: #000;
  font-size: 36px;
  font-style: normal;
  line-height: 25px;
}

@media (max-width: 739.98px) {
  .catalog-one .price-block .price {
    font-size: 28px;
  }
}

.catalog-one .right-block .request-offer-btn, .catalog-one .right-block .order-demo-btn {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-one .right-block .request-offer-btn, .catalog-one .right-block .order-demo-btn {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    margin-bottom: 12px;
  }
}

@media (max-width: 739.98px) {
  .catalog-one .right-block .request-offer-btn, .catalog-one .right-block .order-demo-btn {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    margin-bottom: 12px;
  }
}

.catalog-one .right-block .order-demo-btn {
  color: #000;
  background-color: transparent;
  border: 1px solid #ed1c24;
  margin-bottom: 14px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-one .right-block .order-demo-btn {
    height: auto;
    padding: 19px 30px;
    text-align: center;
  }
}

@media (max-width: 739.98px) {
  .catalog-one .right-block .order-demo-btn {
    height: auto;
    padding: 19px 30px;
    text-align: center;
  }
}

.catalog-one .right-block .order-demo-btn:hover {
  background-color: #ed1c24;
  color: #fff;
}

.catalog-one .right-block ul.icons-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.catalog-one .right-block ul.icons-list li {
  position: relative;
  padding: 20px 0 20px 81px;
  font-size: 13px;
  line-height: 20px;
}

@media (max-width: 739.98px) {
  .catalog-one .right-block ul.icons-list li {
    font-size: 12px;
    line-height: 16px;
    padding-left: 60px;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-one .right-block ul.icons-list li {
    font-size: 12px;
    line-height: 16px;
    padding-left: 60px;
  }
}

.catalog-one .right-block ul.icons-list li img {
  position: absolute;
  top: 50%;
  left: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 739.98px) {
  .catalog-one .right-block ul.icons-list li img {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    left: 17px;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-one .right-block ul.icons-list li img {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    left: 17px;
  }
}

.catalog-one .right-block .right-text {
  font-size: 13px;
  line-height: 25px;
  margin-top: 20px;
}

.catalog-one .mobile-right-text {
  font-size: 13px;
  line-height: 25px;
  margin-top: 34px;
}

@media (max-width: 739.98px) {
  .catalog-one .mobile-right-text {
    margin-top: 23px;
  }
}

.catalog-one .mobile-right-text p {
  margin-bottom: 25px;
}

.catalog-one .annonce {
  margin-top: 53px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-one .annonce {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 739.98px) {
  .catalog-one .annonce {
    margin-top: 20px;
  }
}

.catalog-one .content {
  margin-top: 71px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-one .content {
    margin-top: 39px;
  }
}

@media (max-width: 739.98px) {
  .catalog-one .content {
    margin-top: 31px;
  }
}

.catalog-article-elements {
  margin-top: 50px;
}

.catalog-article-elements h2 {
  margin-bottom: 62px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-article-elements h2 {
    margin-bottom: 45px;
  }
}

@media (max-width: 739.98px) {
  .catalog-article-elements h2 {
    margin-bottom: 52px;
  }
}

.catalog-article-elements .catalog-articles-elem {
  position: relative;
  border: 1px solid #b6b6b6;
  padding-left: 291px;
  margin-bottom: 20px;
  min-height: 280px;
  padding-bottom: 19px;
  padding-top: 19px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-article-elements .catalog-articles-elem {
    min-height: 220px;
    padding-left: 238px;
    padding-top: 12px;
  }
}

@media (max-width: 739.98px) {
  .catalog-article-elements .catalog-articles-elem {
    padding: 6px 13px 16px;
    width: 100%;
    min-height: 240px;
    border-color: #ebebeb;
    margin-bottom: 50px;
  }
}

.catalog-article-elements .catalog-articles-elem a.img-box {
  display: block;
  position: absolute;
  top: 19px;
  left: 19px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-article-elements .catalog-articles-elem a.img-box {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 739.98px) {
  .catalog-article-elements .catalog-articles-elem a.img-box {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 9px;
    left: 9px;
  }
}

.catalog-article-elements .catalog-articles-elem .section-title {
  display: inline-block;
  color: #b6b6b6;
  font-size: 11px;
  line-height: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 7px;
}

@media (max-width: 739.98px) {
  .catalog-article-elements .catalog-articles-elem .section-title {
    font-size: 9px;
    margin-left: 96px;
    margin-top: 0;
    margin-bottom: 12px;
  }
}

.catalog-article-elements .catalog-articles-elem .section-title:hover {
  color: #ed1c24;
}

.catalog-article-elements .catalog-articles-elem .title {
  display: block;
  color: #000000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: auto;
  max-width: 450px;
  min-height: 98px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-article-elements .catalog-articles-elem .title {
    font-size: 14px;
    line-height: 20px;
    max-width: 400px;
    min-height: 70px;
  }
}

@media (max-width: 739.98px) {
  .catalog-article-elements .catalog-articles-elem .title {
    font-size: 14px;
    line-height: 20px;
    margin-left: 96px;
    min-height: 70px;
  }
}

.catalog-article-elements .catalog-articles-elem .title:hover {
  color: #ed1c24;
}

.catalog-article-elements .catalog-articles-elem .controls-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-article-elements .catalog-articles-elem .controls-line {
    margin-top: 19px;
  }
}

@media (max-width: 739.98px) {
  .catalog-article-elements .catalog-articles-elem .controls-line {
    display: block;
    margin-top: 0;
  }
}

.catalog-article-elements .catalog-articles-elem .controls-line .request-offer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b6b6b6;
  background-color: transparent;
  color: #000000;
  font-size: 11px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  width: 240px;
  height: 60px;
  margin-right: 20px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-article-elements .catalog-articles-elem .controls-line .request-offer-btn {
    width: 180px;
    height: 50px;
    font-size: 9px;
  }
}

@media (max-width: 739.98px) {
  .catalog-article-elements .catalog-articles-elem .controls-line .request-offer-btn {
    width: 100%;
    height: 50px;
    font-size: 11px;
    margin-top: 21px;
    margin-bottom: 10px;
  }
}

.catalog-article-elements .catalog-articles-elem .controls-line .request-offer-btn:hover {
  border-color: #ed1c24;
}

.catalog-article-elements .catalog-articles-elem .controls-line .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #ffffff;
  font-size: 11px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 37px;
  padding-right: 23px;
  position: relative;
  width: 240px;
  height: 60px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-article-elements .catalog-articles-elem .controls-line .more {
    width: 180px;
    height: 50px;
    font-size: 9px;
    padding-left: 20px;
  }
}

@media (max-width: 739.98px) {
  .catalog-article-elements .catalog-articles-elem .controls-line .more {
    width: 100%;
    height: 50px;
    font-size: 11px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
}

.catalog-article-elements .catalog-articles-elem .controls-line .more .icon {
  font-size: 20px;
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-article-elements .catalog-articles-elem .controls-line .more .icon {
    right: 8px;
  }
}

@media (max-width: 739.98px) {
  .catalog-article-elements .catalog-articles-elem .controls-line .more .icon {
    right: 12px;
  }
}

.catalog-filters {
  position: relative;
  background-color: #ffffff;
  padding: 21px 20px 33px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-filters {
    padding-bottom: 5px;
  }
}

@media (max-width: 739.98px) {
  .catalog-filters {
    padding-bottom: 0;
  }
}

@media (max-width: 739.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;
  }
}

@media (min-width: 740px) and (max-width: 1199.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: 27px;
}

.catalog-filters .filter-block .h3 {
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}

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

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

@media (min-width: 740px) and (max-width: 1199.98px) {
  .mobile-catalog-filters-btn {
    margin-top: 0;
  }
}

@media (max-width: 739.98px) {
  .mobile-catalog-filters-btn {
    margin-top: 0;
  }
}

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

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

@media (max-width: 739.98px) {
  .catalog-images-slider-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.catalog-images-slider-wrapper #catalog-thumb-images-slider {
  width: 120px;
  height: 400px;
  margin-right: 18px;
  margin-top: 56px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-images-slider-wrapper #catalog-thumb-images-slider {
    width: 60px;
    height: 220px;
    margin-top: 50px;
  }
}

@media (max-width: 739.98px) {
  .catalog-images-slider-wrapper #catalog-thumb-images-slider {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 60px;
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px;
  }
}

.catalog-images-slider-wrapper #catalog-images-slider {
  width: 520px;
  height: auto;
  border: 1px solid #ebebeb;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .catalog-images-slider-wrapper #catalog-images-slider {
    width: 321px;
  }
}

@media (max-width: 739.98px) {
  .catalog-images-slider-wrapper #catalog-images-slider {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

#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%;
  padding-top: 100%;
}

#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: 50px;
  height: 50px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #catalog-images-slider .swiper-custom-button-prev, #catalog-images-slider .swiper-custom-button-next {
    opacity: 0.7;
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
  }
}

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

#catalog-images-slider .swiper-custom-button-prev .icon, #catalog-images-slider .swiper-custom-button-next .icon {
  color: #fff;
  font-size: 24px;
}

#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: 120px;
  height: 120px;
  cursor: pointer;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #catalog-thumb-images-slider .swiper-slide {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 739.98px) {
  #catalog-thumb-images-slider .swiper-slide {
    width: 60px;
    height: 60px;
  }
}

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

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

#catalog-thumb-images-slider .swiper-slide:hover .bg-img {
  opacity: 0.8;
}

#catalog-thumb-images-slider .swiper-slide:hover:after {
  opacity: 1;
}

#catalog-thumb-images-slider .swiper-slide.active-thumb .bg-img {
  opacity: 1;
}

#catalog-thumb-images-slider .swiper-slide.active-thumb:after {
  border-color: #ed1c24;
  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;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #catalog-thumb-images-slider .swiper-custom-button-prev, #catalog-thumb-images-slider .swiper-custom-button-next {
    -webkit-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9);
  }
}

@media (max-width: 739.98px) {
  #catalog-thumb-images-slider .swiper-custom-button-prev, #catalog-thumb-images-slider .swiper-custom-button-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: auto;
    width: 40px;
    height: 40px;
  }
}

#catalog-thumb-images-slider .swiper-custom-button-prev svg, #catalog-thumb-images-slider .swiper-custom-button-next svg {
  display: block;
  width: 28px;
  height: 28px;
  -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: #000;
  -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: #b50007;
}

#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: -65px;
}

@media (max-width: 739.98px) {
  #catalog-thumb-images-slider .swiper-custom-button-prev {
    top: 50%;
    left: -45px;
  }
}

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

@media (max-width: 739.98px) {
  #catalog-thumb-images-slider .swiper-custom-button-prev svg {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

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

@media (max-width: 739.98px) {
  #catalog-thumb-images-slider .swiper-custom-button-next {
    bottom: auto;
    top: 50%;
    left: auto;
    right: -45px;
  }
}

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

@media (max-width: 739.98px) {
  #catalog-thumb-images-slider .swiper-custom-button-next svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  nav.catalog-menu {
    margin-top: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}

@media (max-width: 739.98px) {
  nav.catalog-menu {
    margin-bottom: 29px;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  nav.catalog-menu select {
    width: 340px;
  }
}

@media (max-width: 739.98px) {
  nav.catalog-menu select {
    margin-bottom: 10px;
    height: 50px;
  }
}

nav.catalog-menu {
  position: relative;
}

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

nav.catalog-menu ul .icon {
  display: none;
}

nav.catalog-menu > ul {
  display: block;
  width: 100%;
}

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

nav.catalog-menu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 21px 17px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #f2f2f2;
  color: #000000;
  font-size: 16px;
  line-height: 25px;
}

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

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

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

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

/* Второй уровень вложенности */
nav.catalog-menu > ul > li > ul {
  display: none;
  width: 100%;
  position: relative;
  margin-top: 4px;
  padding-top: 3px;
  padding-bottom: 12px;
}

nav.catalog-menu > ul > li > ul:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  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:last-child {
  margin-bottom: 0;
}

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

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

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

/* 3 уровень вложенности */
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 6px 33px 0 rgba(140, 125, 125, 0.53);
  box-shadow: 0 6px 33px 0 rgba(140, 125, 125, 0.53);
  width: 100%;
}

nav.catalog-menu > ul > li > 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 > ul > li {
  display: block;
  position: relative;
  margin-bottom: 2px;
}

nav.catalog-menu > ul > li > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

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

nav.catalog-menu > ul > li > ul > li > ul > li.has-children > a {
  position: relative;
}

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

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

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

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

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

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

.catalog-sub-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.catalog-sub-sections ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.catalog-sub-sections ul li {
  margin-right: 15px;
  margin-bottom: 10px;
}

.catalog-sub-sections ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  padding: 0 15px;
  border: 1px solid #d6d9df;
  font-size: 14px;
  color: #535557;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog-sub-sections ul li:hover a {
  border-color: #ed1c24;
}

.catalog-sub-sections ul li.active a {
  border-color: #ed1c24;
  color: #ed1c24;
}

/*.catalog-sections-on-main {
  position: relative;
  margin-top: 115px;

  h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 85px;
  }

  .catalog-link {
    position: absolute;
    top: -2px;
    right: 0;
    width: 277px;
    height: 80px;
    background-color: #232323;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;

    &:hover {
      background-color: $link-color;
    }
  }
}*/
/*
.catalog {

  .section-elem {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
    height: 180px;
    border: 4px solid #ffffff;
    background-color: #ffffff;
    transition: all 0.3s ease;
    margin-bottom: 19px;


    .img-wrap {
      width: 100%;
      padding: 10px;
      height: 119px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .title {
      color: #000000;
      font-size: 15px;
      line-height: 20px;
      font-weight: 700;
      text-align: center;
    }

    &:hover {
      border-color: $link-color;
    }

  }

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

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

@media (max-width: 739.98px) {
  .order-steps-block-title {
    margin-top: 21px;
    text-align: left;
  }
}

.order-steps-block {
  margin-bottom: 50px;
}

@media (max-width: 739.98px) {
  .order-steps-block {
    display: none;
  }
}

.order-steps-block ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 739.98px) {
  .order-steps-block ul {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.order-steps-block ul li {
  width: 380px;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 10px;
}

@media (max-width: 739.98px) {
  .order-steps-block ul li {
    width: 32%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 11px;
  }
}

.order-steps-block ul li span {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 739.98px) {
  .order-steps-block ul li span {
    font-size: 12px;
    line-height: 13px;
    text-transform: none;
    font-weight: 400;
  }
}

.order-steps-block ul li.active {
  opacity: 1;
  border-bottom: 1px solid #000;
}

.catalog-order-controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
  margin-top: 50px;
}

@media (max-width: 739.98px) {
  .catalog-order-controls {
    margin-bottom: 2px;
    margin-top: 20px;
  }
}

.catalog-order-controls .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 24px;
  margin-right: 20px;
}

@media (max-width: 739.98px) {
  .catalog-order-controls .total-price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
    margin-bottom: 29px;
  }
}

.catalog-order-controls .total-price .text {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-right: 83px;
}

@media (max-width: 739.98px) {
  .catalog-order-controls .total-price .text {
    margin-right: 12px;
  }
}

.catalog-order-controls .total-price .price {
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
}

.catalog-order-controls .total-price .price .old-price {
  color: #d5d5d5;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: line-through;
  text-transform: uppercase;
}

.catalog-order-controls .controls-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 739.98px) {
  .catalog-order-controls .controls-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 739.98px) {
  .catalog-order-controls .controls-line a.btn, .catalog-order-controls .controls-line button.btn {
    margin-bottom: 20px;
  }
}

.catalog-order-controls .controls-line a.btn.prev-btn, .catalog-order-controls .controls-line button.btn.prev-btn {
  width: 266px;
  background-color: #eeeeee;
  color: #999999;
  border: 1px solid #eeeeee;
}

.catalog-order-controls .controls-line a.btn.prev-btn:hover, .catalog-order-controls .controls-line button.btn.prev-btn:hover {
  border: 1px solid #000000;
  color: #000000;
}

@media (max-width: 739.98px) {
  .catalog-order-controls .controls-line a.btn.prev-btn, .catalog-order-controls .controls-line button.btn.prev-btn {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.catalog-order-controls .controls-line a.btn.next-btn, .catalog-order-controls .controls-line button.btn.next-btn {
  width: 368px;
  margin-left: 40px;
}

@media (max-width: 739.98px) {
  .catalog-order-controls .controls-line a.btn.next-btn, .catalog-order-controls .controls-line button.btn.next-btn {
    width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.order-comment {
  margin-top: 49px;
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 100px;
}

@media (max-width: 739.98px) {
  .order-comment {
    margin-top: 28px;
    margin-bottom: 24px;
  }
}

.order-accepted-block {
  max-width: 739px;
  padding-top: 33px;
}

@media (max-width: 739.98px) {
  .order-accepted-block {
    padding-top: 0;
  }
}

.order-accepted-back {
  width: 368px;
  margin-bottom: 100px;
  margin-top: 50px;
}

@media (max-width: 739.98px) {
  .order-accepted-back {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 25px;
  }
}

.services-sections-on-main h2.h1 {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  margin-bottom: 124px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-sections-on-main h2.h1 {
    font-size: 42px;
    line-height: 1.3;
  }
}

@media (max-width: 739.98px) {
  .services-sections-on-main h2.h1 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 23px;
  }
}

.services-sections-on-main .col-4, .services-sections-on-main .col-md-4 {
  margin-bottom: 135px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-sections-on-main .col-4, .services-sections-on-main .col-md-4 {
    margin-bottom: 150px;
  }
}

@media (max-width: 739.98px) {
  .services-sections-on-main .col-4, .services-sections-on-main .col-md-4 {
    margin-bottom: 28px;
  }
}

@media (min-width: 1200px) {
  .services-sections-on-main .col-4:nth-child(4), .services-sections-on-main .col-4:nth-child(5), .services-sections-on-main .col-4:nth-child(6), .services-sections-on-main .col-md-4:nth-child(4), .services-sections-on-main .col-md-4:nth-child(5), .services-sections-on-main .col-md-4:nth-child(6) {
    margin-bottom: 0;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-sections-on-main .col-4:nth-child(5), .services-sections-on-main .col-4:nth-child(6), .services-sections-on-main .col-md-4:nth-child(5), .services-sections-on-main .col-md-4:nth-child(6) {
    margin-bottom: 0;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-sections-on-main .container {
    padding-left: 71px;
    padding-right: 190px;
  }
}

.services-sections-on-main .services-top-section-elem a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-top: 40px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-sections-on-main .services-top-section-elem a {
    padding-top: 24px;
  }
}

@media (max-width: 739.98px) {
  .services-sections-on-main .services-top-section-elem a {
    padding-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.services-sections-on-main .services-top-section-elem a .img-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 739.98px) {
  .services-sections-on-main .services-top-section-elem a .img-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 48px;
  }
}

.services-sections-on-main .services-top-section-elem a svg {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 739.98px) {
  .services-sections-on-main .services-top-section-elem a svg {
    opacity: 1;
    width: 28px;
    height: auto;
  }
}

.services-sections-on-main .services-top-section-elem a svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 739.98px) {
  .services-sections-on-main .services-top-section-elem a svg path {
    fill: #ed1c24;
  }
}

.services-sections-on-main .services-top-section-elem a .title {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-sections-on-main .services-top-section-elem a .title {
    font-size: 14px;
    line-height: 20px;
    max-width: 160px;
  }
}

@media (max-width: 739.98px) {
  .services-sections-on-main .services-top-section-elem a .title {
    font-size: 9px;
    line-height: 14px;
    max-width: 120px;
  }
}

.services-sections-on-main .services-top-section-elem a:hover svg {
  opacity: 1;
}

.services-sections-on-main .services-top-section-elem a:hover svg path {
  fill: #ed1c24;
}

.services-top-section-elements {
  padding-bottom: 50px;
}

@media (max-width: 739.98px) {
  .services-top-section-elements {
    padding-bottom: 0;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-top-section-elements {
    padding-bottom: 0;
  }
}

.services-top-section-elements .services-top-section-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: 43px;
}

@media (max-width: 739.98px) {
  .services-top-section-elements .services-top-section-elem {
    margin-bottom: 35px;
  }
}

.services-top-section-elements .services-top-section-elem .img-box {
  display: inline-block;
  height: 84px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-top-section-elements .services-top-section-elem .img-box img {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@media (max-width: 739.98px) {
  .services-top-section-elements .services-top-section-elem .img-box img {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.services-top-section-elements .services-top-section-elem .title {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-top-section-elements .services-top-section-elem .title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 739.98px) {
  .services-top-section-elements .services-top-section-elem .title {
    font-size: 14px;
    line-height: 20px;
  }
}

.services-top-section-elements .services-top-section-elem .title:hover {
  color: #ed1c24;
}

.services-top-section-elements .services-top-section-elem ul {
  font-size: 13px;
  line-height: 20px;
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-top-section-elements .services-top-section-elem ul {
    margin-top: 29px;
    margin-right: 10px;
  }
}

@media (max-width: 739.98px) {
  .services-top-section-elements .services-top-section-elem ul {
    margin-top: 29px;
  }
}

.services-top-section-elements .services-top-section-elem ul li {
  margin-bottom: 10px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-top-section-elements .services-top-section-elem ul li {
    margin-bottom: 20px;
  }
}

@media (max-width: 739.98px) {
  .services-top-section-elements .services-top-section-elem ul li {
    margin-bottom: 20px;
  }
}

.services-top-section-elements .services-top-section-elem ul li a {
  color: #b6b6b6;
}

.services-top-section-elements .services-top-section-elem ul li a:hover {
  color: #ed1c24;
}

.services-top-section-elements {
  padding-bottom: 50px;
}

@media (max-width: 739.98px) {
  .services-top-section-elements {
    padding-bottom: 0;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-top-section-elements {
    padding-bottom: 0;
  }
}

.services-top-section-elements .services-top-section-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: 43px;
}

@media (max-width: 739.98px) {
  .services-top-section-elements .services-top-section-elem {
    margin-bottom: 35px;
  }
}

.services-top-section-elements .services-top-section-elem .img-box {
  display: inline-block;
  height: 84px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-top-section-elements .services-top-section-elem .img-box img {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@media (max-width: 739.98px) {
  .services-top-section-elements .services-top-section-elem .img-box img {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.services-top-section-elements .services-top-section-elem .title {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-top-section-elements .services-top-section-elem .title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 739.98px) {
  .services-top-section-elements .services-top-section-elem .title {
    font-size: 14px;
    line-height: 20px;
  }
}

.services-top-section-elements .services-top-section-elem .title:hover {
  color: #ed1c24;
}

.services-top-section-elements .services-top-section-elem ul {
  font-size: 13px;
  line-height: 20px;
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-top-section-elements .services-top-section-elem ul {
    margin-top: 29px;
    margin-right: 10px;
  }
}

@media (max-width: 739.98px) {
  .services-top-section-elements .services-top-section-elem ul {
    margin-top: 29px;
  }
}

.services-top-section-elements .services-top-section-elem ul li {
  margin-bottom: 10px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-top-section-elements .services-top-section-elem ul li {
    margin-bottom: 20px;
  }
}

@media (max-width: 739.98px) {
  .services-top-section-elements .services-top-section-elem ul li {
    margin-bottom: 20px;
  }
}

.services-top-section-elements .services-top-section-elem ul li a {
  color: #b6b6b6;
}

.services-top-section-elements .services-top-section-elem ul li a:hover {
  color: #ed1c24;
}

.services-sections-on-main h2.h1 {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  margin-bottom: 124px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-sections-on-main h2.h1 {
    font-size: 42px;
    line-height: 1.3;
  }
}

@media (max-width: 739.98px) {
  .services-sections-on-main h2.h1 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 23px;
  }
}

.services-sections-on-main .col-4, .services-sections-on-main .col-md-4 {
  margin-bottom: 135px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-sections-on-main .col-4, .services-sections-on-main .col-md-4 {
    margin-bottom: 150px;
  }
}

@media (max-width: 739.98px) {
  .services-sections-on-main .col-4, .services-sections-on-main .col-md-4 {
    margin-bottom: 28px;
  }
}

@media (min-width: 1200px) {
  .services-sections-on-main .col-4:nth-child(4), .services-sections-on-main .col-4:nth-child(5), .services-sections-on-main .col-4:nth-child(6), .services-sections-on-main .col-md-4:nth-child(4), .services-sections-on-main .col-md-4:nth-child(5), .services-sections-on-main .col-md-4:nth-child(6) {
    margin-bottom: 0;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-sections-on-main .col-4:nth-child(5), .services-sections-on-main .col-4:nth-child(6), .services-sections-on-main .col-md-4:nth-child(5), .services-sections-on-main .col-md-4:nth-child(6) {
    margin-bottom: 0;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-sections-on-main .container {
    padding-left: 71px;
    padding-right: 190px;
  }
}

.services-sections-on-main .services-top-section-elem a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-top: 40px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-sections-on-main .services-top-section-elem a {
    padding-top: 24px;
  }
}

@media (max-width: 739.98px) {
  .services-sections-on-main .services-top-section-elem a {
    padding-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.services-sections-on-main .services-top-section-elem a .img-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 739.98px) {
  .services-sections-on-main .services-top-section-elem a .img-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 48px;
  }
}

.services-sections-on-main .services-top-section-elem a svg {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 739.98px) {
  .services-sections-on-main .services-top-section-elem a svg {
    opacity: 1;
    width: 28px;
    height: auto;
  }
}

.services-sections-on-main .services-top-section-elem a svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 739.98px) {
  .services-sections-on-main .services-top-section-elem a svg path {
    fill: #ed1c24;
  }
}

.services-sections-on-main .services-top-section-elem a .title {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-sections-on-main .services-top-section-elem a .title {
    font-size: 14px;
    line-height: 20px;
    max-width: 160px;
  }
}

@media (max-width: 739.98px) {
  .services-sections-on-main .services-top-section-elem a .title {
    font-size: 9px;
    line-height: 14px;
    max-width: 120px;
  }
}

.services-sections-on-main .services-top-section-elem a:hover svg {
  opacity: 1;
}

.services-sections-on-main .services-top-section-elem a:hover svg path {
  fill: #ed1c24;
}

.services-page-top-block {
  position: relative;
  padding-top: 66px;
  padding-bottom: 215px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-page-top-block {
    padding-top: 34px;
    padding-bottom: 184px;
  }
}

@media (max-width: 739.98px) {
  .services-page-top-block {
    padding-top: 0;
    padding-bottom: 97px;
  }
}

.services-page-top-block h1 {
  font-size: 54px;
  line-height: 1.11111;
  color: #fff;
  margin-bottom: 92px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-page-top-block h1 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 53px;
  }
}

@media (max-width: 739.98px) {
  .services-page-top-block h1 {
    font-size: 27px;
    line-height: 1.16364;
    margin-bottom: 32px;
  }
}

.services-page-top-block .content {
  color: #b6b6b6;
  font-size: 16px;
  line-height: 25px;
  max-width: 568px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-page-top-block .content {
    max-width: 400px;
  }
}

@media (max-width: 739.98px) {
  .services-page-top-block .content {
    font-size: 12px;
    line-height: 20px;
  }
}

.services-page-top-block .services-list {
  padding-top: 24px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-page-top-block .services-list {
    padding-top: 2px;
  }
}

.services-page-top-block .services-list .title {
  font-family: "Golos Text";
  color: #ffffff;
  font-size: 33px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 65px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-page-top-block .services-list .title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 36px;
  }
}

.services-page-top-block .services-list ul {
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.services-page-top-block .services-list ul li {
  margin-bottom: 10px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-page-top-block .services-list ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.services-page-top-block .services-list ul li a {
  color: #ffffff;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-page-top-block .services-list ul li a {
    font-size: 14px;
    line-height: 20px;
  }
}

.services-page-top-block .services-list ul li a:hover {
  color: #ed1c24;
}

@media (max-width: 739.98px) {
  .services-page-top-block .main-reshenie-form.on-services {
    display: none;
  }
}

.services-page-top-block .main-reshenie-mobile-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
}

.services-elements {
  margin-top: 53px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-elements {
    margin-top: 24px;
  }
}

@media (max-width: 739.98px) {
  .services-elements {
    margin-top: 25px;
  }
}

.services-elements h2 {
  font-size: 38px;
  line-height: 1.10526;
  margin-bottom: 83px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-elements h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 50px;
  }
}

@media (max-width: 739.98px) {
  .services-elements h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}

.services-elem {
  margin-bottom: 20px;
}

.services-elem > a {
  display: block;
  position: relative;
  height: 181px;
  background-color: #f6f6f6;
  padding: 32px 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-elem > a {
    height: 150px;
    padding: 21px 22px;
  }
}

@media (max-width: 739.98px) {
  .services-elem > a {
    height: 150px;
    padding: 21px 22px;
  }
}

.services-elem > a .title {
  color: #000000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-elem > a .title {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 739.98px) {
  .services-elem > a .title {
    font-size: 16px;
    line-height: 25px;
  }
}

.services-elem > a .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 155px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000000;
  font-size: 11px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-elem > a .more .icon {
  width: 60px;
  height: 60px;
  background-color: #20242a;
  color: #ffffff;
  font-size: 20px;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-elem > a:hover {
  background-color: #20242a;
}

.services-elem > a:hover .title {
  color: #fff;
}

.services-elem > a:hover .more {
  color: #fff;
}

.services-elem > a:hover .more .icon {
  background-color: #ed1c24;
}

.services-call-me-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 531px;
  background-color: #f6f6f6;
  margin-top: 44px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-call-me-block {
    height: 340px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

@media (max-width: 739.98px) {
  .services-call-me-block {
    height: auto;
    margin-top: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.services-call-me-block .left-block {
  margin-right: auto;
  padding-left: 57px;
  padding-top: 47px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-call-me-block .left-block {
    padding-left: 32px;
    padding-top: 28px;
  }
}

@media (max-width: 739.98px) {
  .services-call-me-block .left-block {
    padding-left: 21px;
    padding-top: 23px;
  }
}

.services-call-me-block .left-block h2 {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 73px;
  margin-left: 0;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-call-me-block .left-block h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 39px;
  }
}

@media (max-width: 739.98px) {
  .services-call-me-block .left-block h2 {
    display: block;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}

.services-call-me-block .left-block .phone, .services-call-me-block .left-block .email {
  color: #ed1c24;
  font-size: 46px;
  line-height: 46px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 25px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-call-me-block .left-block .phone, .services-call-me-block .left-block .email {
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 8px;
  }
}

@media (max-width: 739.98px) {
  .services-call-me-block .left-block .phone, .services-call-me-block .left-block .email {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 8px;
  }
}

.services-call-me-block .left-block .phone:hover, .services-call-me-block .left-block .email:hover {
  color: #000;
}

.services-call-me-block .left-block .email {
  margin-top: 71px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-call-me-block .left-block .email {
    margin-top: 37px;
  }
}

@media (max-width: 739.98px) {
  .services-call-me-block .left-block .email {
    margin-top: 29px;
  }
}

.services-call-me-block .left-block .label {
  color: #000000;
  font-size: 18px;
  line-height: 25px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-call-me-block .left-block .label {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 739.98px) {
  .services-call-me-block .left-block .label {
    font-size: 10px;
    line-height: 12px;
  }
}

.services-call-me-block .right-block {
  width: 280px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-call-me-block .right-block {
    width: 160px;
  }
}

@media (max-width: 739.98px) {
  .services-call-me-block .right-block {
    width: 100%;
    margin-top: 33px;
  }
}

.services-call-me-block .right-block .call-me-btn {
  position: relative;
  left: 12px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #20242a;
  padding-top: 43px;
  padding-left: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-call-me-block .right-block .call-me-btn {
    left: 0;
    padding-top: 19px;
  }
}

@media (max-width: 739.98px) {
  .services-call-me-block .right-block .call-me-btn {
    left: 0;
    padding-left: 64px;
    padding-top: 19px;
    padding-bottom: 22px;
  }
}

.services-call-me-block .right-block .call-me-btn .icon {
  color: #fff;
  font-size: 64px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-call-me-block .right-block .call-me-btn .icon {
    font-size: 48px;
    position: relative;
    left: -14px;
  }
}

@media (max-width: 739.98px) {
  .services-call-me-block .right-block .call-me-btn .icon {
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 36px;
  }
}

.services-call-me-block .right-block .call-me-btn .title {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 191px;
  margin-left: 17px;
  margin-right: 50px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-call-me-block .right-block .call-me-btn .title {
    font-size: 15px;
    line-height: 18px;
    margin-top: 90px;
    margin-left: 0;
  }
}

@media (max-width: 739.98px) {
  .services-call-me-block .right-block .call-me-btn .title {
    font-size: 15px;
    line-height: 18px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 15px;
  }
}

.services-call-me-block .right-block .call-me-btn .label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 25px;
  margin-top: 33px;
  margin-left: 17px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-call-me-block .right-block .call-me-btn .label {
    font-size: 11px;
    line-height: 18.75px;
    margin-left: 0;
  }
}

@media (max-width: 739.98px) {
  .services-call-me-block .right-block .call-me-btn .label {
    font-size: 10px;
    line-height: 14px;
    margin-left: 0;
    margin-top: 16px;
    margin-right: 30px;
  }
  .services-call-me-block .right-block .call-me-btn .label br {
    display: none;
  }
}

.services-call-me-block .right-block .call-me-btn:hover {
  background-color: #ed1c24;
}

.services-one .services-one-top-block {
  padding-top: 61px;
  padding-bottom: 77px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-one .services-one-top-block {
    padding-top: 27px;
    padding-bottom: 41px;
  }
}

@media (max-width: 739.98px) {
  .services-one .services-one-top-block {
    padding-top: 0;
    padding-bottom: 24px;
  }
}

.services-one .services-one-top-block h1 {
  color: #fff;
  margin-bottom: 102px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-one .services-one-top-block h1 {
    margin-bottom: 86px;
  }
}

@media (max-width: 739.98px) {
  .services-one .services-one-top-block h1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 31px;
  }
}

.services-one .services-one-top-block .annonce {
  color: #b6b6b6;
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-one .services-one-top-block .annonce {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 739.98px) {
  .services-one .services-one-top-block .annonce {
    font-size: 12px;
    line-height: 20px;
  }
}

.services-one .services-one-top-block .controls-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-one .services-one-top-block .controls-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 42px;
  }
}

@media (max-width: 739.98px) {
  .services-one .services-one-top-block .controls-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 86px;
  }
}

.services-one .services-one-top-block .controls-block .service-order-btn {
  width: 227px;
  height: 66px;
  margin-right: 28px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-one .services-one-top-block .controls-block .service-order-btn {
    width: 227px;
    height: 62px;
    margin-bottom: 22px;
  }
}

@media (max-width: 739.98px) {
  .services-one .services-one-top-block .controls-block .service-order-btn {
    width: 100%;
    height: 50px;
    font-size: 10px;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.services-one .services-one-top-block .controls-block .consult-form-btn {
  width: 359px;
  height: 66px;
  border: 1px solid #ed1c24;
  background-color: transparent;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-one .services-one-top-block .controls-block .consult-form-btn {
    height: 62px;
  }
}

@media (max-width: 739.98px) {
  .services-one .services-one-top-block .controls-block .consult-form-btn {
    width: 100%;
    height: 50px;
    font-size: 10px;
  }
}

.services-one .services-one-top-block .controls-block .consult-form-btn:hover {
  background-color: #b50007;
  border-color: #b50007;
}

.services-one .services-one-top-block .scroll-link {
  margin-top: 132px;
  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: 10px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-one .services-one-top-block .scroll-link {
    margin-top: 66px;
  }
}

@media (max-width: 739.98px) {
  .services-one .services-one-top-block .scroll-link {
    display: none;
  }
}

.services-one .services-one-top-block .scroll-link .icon {
  font-size: 26px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.services-one .services-one-top-block .scroll-link:hover {
  color: #ed1c24;
}

.services-one .top-anchors, .services-one .left-anchors {
  margin-left: 40px;
  margin-top: 19px;
  margin-right: 30px;
  overflow: hidden;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-one .top-anchors, .services-one .left-anchors {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 0;
  }
}

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

.services-one .top-anchors ul li, .services-one .left-anchors ul li {
  margin-bottom: 29px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-one .top-anchors ul li, .services-one .left-anchors ul li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 22px;
  }
}

.services-one .top-anchors ul li a, .services-one .left-anchors ul li a {
  color: #ebebeb;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.services-one .top-anchors ul li a:hover, .services-one .left-anchors ul li a:hover {
  color: #ed1c24;
}

.services-one .top-anchors ul li a.active, .services-one .left-anchors ul li a.active {
  color: #ed1c24;
}

.services-one .content {
  margin-top: 47px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-one .content {
    margin-top: 34px;
  }
}

@media (max-width: 739.98px) {
  .services-one .content {
    margin-top: 35px;
  }
}

.services-one .left-anchors {
  margin-top: 5px;
}

.services-one .left-anchors ul li a {
  color: #797979;
}

.services-slider-wrapper {
  position: relative;
  width: 100%;
  margin-top: 49px;
}

.services-slider-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #f6f6f6;
  height: 100%;
  width: calc(50vw + 290px);
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .services-slider-wrapper:before {
    width: calc(50vw + 350px);
  }
}

#services-slider {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  background-color: #f6f6f6;
}

#services-slider .slider-title {
  color: #000000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 39px;
  padding-left: 40px;
  height: 103px;
}

@media (max-width: 739.98px) {
  #services-slider .slider-title {
    font-size: 10px;
    line-height: 16px;
    padding-top: 16px;
    padding-left: 20px;
    padding-bottom: 17px;
    margin-right: 110px;
    height: auto;
  }
}

#services-slider .swiper-container, #services-slider .swiper-wrapper {
  height: 508px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #services-slider .swiper-container, #services-slider .swiper-wrapper {
    height: 405px;
  }
}

@media (max-width: 739.98px) {
  #services-slider .swiper-container, #services-slider .swiper-wrapper {
    height: 162px;
  }
}

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

#services-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;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}

#services-slider .swiper-slide .bg-img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
}

#services-slider .swiper-slide .index {
  position: absolute;
  z-index: 22;
  opacity: 0.34;
  bottom: -2px;
  right: 50%;
  -webkit-transform: translateX(-198px);
  transform: translateX(-198px);
  font-size: 160px;
  line-height: 160px;
  font-weight: 800;
  color: #ffffff;
  pointer-events: none;
  display: none;
}

#services-slider .swiper-slide .slide-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
}

#services-slider .swiper-slide .slide-content .label {
  height: 60px;
  background-color: #ed1c24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  font-size: 16px;
  display: none;
}

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

#services-slider .swiper-custom-button-prev, #services-slider .swiper-custom-button-next {
  position: absolute;
  z-index: 3;
  top: 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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 48px;
  height: 60px;
}

@media (max-width: 739.98px) {
  #services-slider .swiper-custom-button-prev, #services-slider .swiper-custom-button-next {
    top: 2px;
    height: 49px;
  }
}

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

#services-slider .swiper-custom-button-prev svg path, #services-slider .swiper-custom-button-next svg path {
  fill: #000;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

#services-slider .swiper-custom-button-prev:hover, #services-slider .swiper-custom-button-next:hover {
  background-color: #ed1c24;
}

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

#services-slider .swiper-custom-button-prev {
  right: 53px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #services-slider .swiper-custom-button-prev {
    right: 175px;
  }
}

@media (max-width: 739.98px) {
  #services-slider .swiper-custom-button-prev {
    right: 43px;
  }
}

#services-slider .swiper-custom-button-next {
  right: 5px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #services-slider .swiper-custom-button-next {
    right: 127px;
  }
}

@media (max-width: 739.98px) {
  #services-slider .swiper-custom-button-next {
    right: -5px;
  }
}

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

#services-slider .swiper-total-count {
  position: absolute;
  left: 50%;
  bottom: 16px;
  -webkit-transform: translateX(-244px);
  transform: translateX(-244px);
  z-index: 24;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  pointer-events: none;
  display: none;
}

#services-slider .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%);
  display: none;
}

#services-slider .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: 30px;
  height: 30px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#services-slider .swiper-custom-pagination.swiper-pagination-bullets .elem:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ed1c24;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#services-slider .swiper-custom-pagination.swiper-pagination-bullets .elem:hover:before {
  background-color: #b50007;
}

#services-slider .swiper-custom-pagination.swiper-pagination-bullets .elem.active:before {
  background-color: #b50007;
}

#services-slider:hover .swiper-slide .bg-img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.news-one .services-slider-wrapper:before, .default-page-slider .services-slider-wrapper:before {
  width: calc(50vw + 591px);
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .news-one .services-slider-wrapper:before, .default-page-slider .services-slider-wrapper:before {
    width: calc(50vw + 350px);
  }
}

.news-one #services-slider .swiper-container, .news-one #services-slider .swiper-wrapper, .default-page-slider #services-slider .swiper-container, .default-page-slider #services-slider .swiper-wrapper {
  height: 608px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .news-one #services-slider .swiper-container, .news-one #services-slider .swiper-wrapper, .default-page-slider #services-slider .swiper-container, .default-page-slider #services-slider .swiper-wrapper {
    height: 485px;
  }
}

@media (max-width: 739.98px) {
  .news-one #services-slider .swiper-container, .news-one #services-slider .swiper-wrapper, .default-page-slider #services-slider .swiper-container, .default-page-slider #services-slider .swiper-wrapper {
    height: 196px;
  }
}

.select-types-block {
  position: relative;
  margin-top: -8px;
  margin-bottom: 18px;
}

@media (max-width: 739.98px) {
  .select-types-block {
    margin-top: 0;
  }
}

.select-types-block:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f2f2f2;
}

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

@media (max-width: 739.98px) {
  .select-types-block ul {
    overflow-x: scroll;
  }
}

.select-types-block ul li {
  position: relative;
  z-index: 2;
  margin-right: 62px;
}

.select-types-block ul li:last-child {
  margin-right: 0;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .select-types-block ul li {
    margin-right: 40px;
  }
}

@media (max-width: 739.98px) {
  .select-types-block ul li {
    margin-right: 36px;
  }
}

.select-types-block ul li a {
  position: relative;
  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-decoration: none;
  height: 80px;
  color: #5e5e5e;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .select-types-block ul li a {
    height: 60px;
    font-size: 11px;
    line-height: 30px;
  }
}

@media (max-width: 739.98px) {
  .select-types-block ul li a {
    height: 60px;
    font-size: 11px;
    line-height: 30px;
  }
}

.select-types-block ul li:hover a {
  color: #ed1c24;
}

.select-types-block ul li.active a {
  color: #ed1c24;
}

.articles .filters-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles .filters-line {
    margin-bottom: 31px;
  }
}

@media (max-width: 739.98px) {
  .articles .filters-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 7px;
  }
}

.articles .filters-line label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  font-size: 12px;
  line-height: 30px;
  width: 464px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles .filters-line label {
    width: 50%;
  }
}

@media (max-width: 739.98px) {
  .articles .filters-line label {
    width: 100%;
    -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: 12px;
  }
}

.articles .filters-line label .text {
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 739.98px) {
  .articles .filters-line label .text {
    font-size: 9px;
    line-height: 14px;
    margin-bottom: 9px;
  }
}

.articles .filters-line label .line {
  margin: 0 10px;
}

@media (max-width: 739.98px) {
  .articles .filters-line label .line {
    display: none;
  }
}

.articles .filters-line label select {
  position: relative;
  top: -1px;
  border: 0;
  padding-left: 0;
  font-size: 13px;
  width: 267px;
  height: 50px;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' 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='%23000000'/%3E%3C/svg%3E");
  margin-right: 115px;
}

@media (max-width: 739.98px) {
  .articles .filters-line label select {
    border: 1px solid #d6d9df;
    width: 100% !important;
    padding-left: 20px;
  }
}

.articles .filters-line .tmp-select {
  font-size: 13px;
  display: none;
  white-space: nowrap;
}

.articles .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles .elem {
    margin-bottom: 51px;
  }
}

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

.articles .elem .img-a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 500px;
  margin-right: 100px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles .elem .img-a {
    width: 320px;
    margin-right: 40px;
  }
}

@media (max-width: 739.98px) {
  .articles .elem .img-a {
    width: 100%;
    margin-right: 0;
  }
}

.articles .elem .content-block .date {
  color: #b6b6b6;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 14px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles .elem .content-block .date {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 739.98px) {
  .articles .elem .content-block .date {
    font-size: 10px;
    line-height: 10px;
    margin-top: 24px;
    margin-bottom: 6px;
  }
}

.articles .elem .content-block .title {
  font-family: "Golos Text";
  color: #000;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles .elem .content-block .title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 739.98px) {
  .articles .elem .content-block .title {
    font-size: 18px;
    line-height: 25px;
  }
}

.articles .elem .content-block .title:hover {
  color: #ed1c24;
}

.articles .elem .content-block .line {
  width: 320px;
  height: 4px;
  background-color: #ed1c24;
  margin-top: 30px;
  margin-bottom: 19px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles .elem .content-block .line {
    width: 240px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 739.98px) {
  .articles .elem .content-block .line {
    width: 126px;
    height: 3px;
    margin-top: 14px;
    margin-bottom: 11px;
  }
}

.articles .elem .content-block .annonce {
  color: #7e7e7e;
  font-size: 13px;
  line-height: 25px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles .elem .content-block .annonce {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (max-width: 739.98px) {
  .articles .elem .content-block .annonce {
    font-size: 11px;
    line-height: 18px;
  }
}

.articles .empty-msg {
  font-size: 14px;
  margin-top: 70px;
  margin-bottom: 50px;
}

.articles .empty-msg:before {
  content: '';
  display: block;
  margin-bottom: 20px;
  width: 500px;
  height: 2px;
  background-color: #ed1c24;
}

.articles.articles-one .top-anchors, .articles.articles-one .left-anchors {
  margin-left: 40px;
  padding-top: 19px;
  margin-right: 30px;
  padding-bottom: 1px;
  width: 210px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles.articles-one .top-anchors, .articles.articles-one .left-anchors {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 0;
    width: auto;
  }
}

@media (max-width: 739.98px) {
  .articles.articles-one .top-anchors, .articles.articles-one .left-anchors {
    width: auto;
  }
}

.articles.articles-one .top-anchors ul, .articles.articles-one .left-anchors ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 1px;
}

.articles.articles-one .top-anchors ul li, .articles.articles-one .left-anchors ul li {
  margin-bottom: 29px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles.articles-one .top-anchors ul li, .articles.articles-one .left-anchors ul li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 22px;
  }
}

.articles.articles-one .top-anchors ul li a, .articles.articles-one .left-anchors ul li a {
  color: #797979;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

.articles.articles-one .top-anchors ul li a:hover, .articles.articles-one .left-anchors ul li a:hover {
  color: #000;
}

.articles.articles-one .top-anchors ul li a.active, .articles.articles-one .left-anchors ul li a.active {
  color: #ed1c24;
}

.articles-call-me-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 531px;
  background-color: #f6f6f6;
  margin-top: 44px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles-call-me-block {
    height: 340px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

@media (max-width: 739.98px) {
  .articles-call-me-block {
    height: auto;
    margin-top: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.articles-call-me-block .left-block {
  margin-right: auto;
  padding-left: 57px;
  padding-top: 47px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles-call-me-block .left-block {
    padding-left: 32px;
    padding-top: 28px;
  }
}

@media (max-width: 739.98px) {
  .articles-call-me-block .left-block {
    padding-left: 21px;
    padding-top: 23px;
  }
}

.articles-call-me-block .left-block h2 {
  margin-bottom: 73px;
  margin-left: 0;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles-call-me-block .left-block h2 {
    margin-bottom: 39px;
  }
}

@media (max-width: 739.98px) {
  .articles-call-me-block .left-block h2 {
    display: block;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}

.articles-call-me-block .left-block .phone, .articles-call-me-block .left-block .email {
  color: #ed1c24;
  font-size: 46px;
  line-height: 46px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles-call-me-block .left-block .phone, .articles-call-me-block .left-block .email {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 8px;
  }
}

@media (max-width: 739.98px) {
  .articles-call-me-block .left-block .phone, .articles-call-me-block .left-block .email {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 8px;
  }
}

.articles-call-me-block .left-block .phone:hover, .articles-call-me-block .left-block .email:hover {
  color: #000;
}

.articles-call-me-block .left-block .email {
  margin-top: 71px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles-call-me-block .left-block .email {
    margin-top: 37px;
  }
}

@media (max-width: 739.98px) {
  .articles-call-me-block .left-block .email {
    margin-top: 29px;
  }
}

.articles-call-me-block .left-block .label {
  color: #000000;
  font-size: 18px;
  line-height: 25px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles-call-me-block .left-block .label {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 739.98px) {
  .articles-call-me-block .left-block .label {
    font-size: 10px;
    line-height: 12px;
  }
}

.articles-call-me-block .right-block {
  width: 280px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles-call-me-block .right-block {
    width: 160px;
  }
}

@media (max-width: 739.98px) {
  .articles-call-me-block .right-block {
    width: 100%;
    margin-top: 33px;
  }
}

.articles-call-me-block .right-block .call-me-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #20242a;
  padding-top: 43px;
  padding-left: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles-call-me-block .right-block .call-me-btn {
    left: 0;
    padding-top: 19px;
  }
}

@media (max-width: 739.98px) {
  .articles-call-me-block .right-block .call-me-btn {
    left: 0;
    padding-left: 64px;
    padding-top: 19px;
    padding-bottom: 32px;
  }
}

.articles-call-me-block .right-block .call-me-btn .text-icon {
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  margin-left: 16px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles-call-me-block .right-block .call-me-btn .text-icon {
    font-size: 48px;
    position: relative;
    left: -10px;
    top: -13px;
  }
}

@media (max-width: 739.98px) {
  .articles-call-me-block .right-block .call-me-btn .text-icon {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 44px;
  }
}

.articles-call-me-block .right-block .call-me-btn .title {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 214px;
  margin-left: 17px;
  margin-right: 50px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles-call-me-block .right-block .call-me-btn .title {
    font-size: 15px;
    line-height: 18px;
    margin-top: 66px;
    margin-left: 0;
  }
}

@media (max-width: 739.98px) {
  .articles-call-me-block .right-block .call-me-btn .title {
    font-size: 15px;
    line-height: 18px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 15px;
  }
}

.articles-call-me-block .right-block .call-me-btn .label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 25px;
  margin-top: 26px;
  margin-left: 17px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .articles-call-me-block .right-block .call-me-btn .label {
    font-size: 11px;
    line-height: 18.75px;
    margin-left: 0;
    margin-top: 33px;
  }
}

@media (max-width: 739.98px) {
  .articles-call-me-block .right-block .call-me-btn .label {
    font-size: 10px;
    line-height: 14px;
    margin-left: 0;
    margin-top: 23px;
    margin-right: 30px;
  }
  .articles-call-me-block .right-block .call-me-btn .label br {
    display: none;
  }
}

.articles-call-me-block .right-block .call-me-btn:hover {
  background-color: #ed1c24;
}

.articles-cost-block {
  background-color: #f2f2f2;
  margin-top: 53px;
  padding-left: 46px;
  padding-top: 31px;
  padding-bottom: 37px;
}

@media (max-width: 739.98px) {
  .articles-cost-block {
    margin-top: 31px;
    padding-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 739.98px) {
  .articles-cost-block h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 34px;
  }
}

.articles-cost-block p {
  font-size: 16px;
  line-height: 25px;
  max-width: 634px;
}

@media (max-width: 739.98px) {
  .articles-cost-block p {
    font-size: 12px;
    line-height: 20px;
  }
}

.articles-cost-block .btn {
  width: 278px;
  height: 60px;
  margin-top: 12px;
  font-size: 11px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 26px;
  padding-right: 9px;
}

@media (max-width: 739.98px) {
  .articles-cost-block .btn {
    width: 100%;
  }
}

.articles-cost-block .btn .icon {
  font-size: 20px;
  margin-left: auto;
}

.team .elem {
  position: relative;
  margin-bottom: 50px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .team .elem {
    margin-bottom: 20px;
  }
}

@media (max-width: 739.98px) {
  .team .elem {
    margin-bottom: 43px;
  }
}

.team .elem img {
  position: relative;
  width: 100%;
  height: auto;
}

.team .elem .block {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 70px 0 0;
  padding: 18px 20px 23px;
  width: 260px;
  background: #ed1c24;
}

@media (max-width: 739.98px) {
  .team .elem .block {
    bottom: -33px;
    width: 100%;
    border-radius: 0;
    padding: 11px 12px 13px;
  }
}

.team .elem .block .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 15px;
}

@media (max-width: 739.98px) {
  .team .elem .block .title {
    font-size: 13px;
    line-height: 1.1;
    margin-bottom: 8px;
  }
}

.team .elem .block .post {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.53846;
  color: #fff;
}

@media (max-width: 739.98px) {
  .team .elem .block .post {
    font-size: 8px;
    line-height: 1.44231;
  }
}

.team.team-page {
  margin-top: -6px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .team.team-page {
    margin-top: -12px;
  }
}

@media (max-width: 739.98px) {
  .team.team-page {
    margin-top: 46px;
  }
}

@media (max-width: 739.98px) {
  .team.team-page .col-6 {
    padding-right: 5px;
  }
  .team.team-page .col-6:nth-child(2n) {
    padding-right: 10px;
    padding-left: 5px;
  }
}

#slides-menu {
  position: fixed;
  z-index: 20;
  right: 40px;
  top: calc(50% - 24px);
  width: 248px;
  color: #fff;
  list-style: none;
  padding-left: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #slides-menu {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    right: 0;
    width: 193px;
  }
}

@media (max-width: 739.98px) {
  #slides-menu {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    right: 0;
    width: 60px;
  }
}

#slides-menu li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 146px;
}

@media (max-width: 739.98px) {
  #slides-menu li {
    opacity: 1 !important;
    pointer-events: all !important;
    margin-bottom: 80px;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #slides-menu li {
    opacity: 1 !important;
    pointer-events: all !important;
    margin-bottom: 80px;
  }
}

@media (max-width: 739.98px) {
  #slides-menu li {
    margin-bottom: 50px;
  }
}

#slides-menu li:last-child {
  margin-bottom: 0 !important;
}

#slides-menu li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}

@media (max-width: 739.98px) {
  #slides-menu li a {
    position: relative;
    font-size: 12px;
    line-height: 16px;
  }
  #slides-menu li a:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 80px;
    background-color: #ed1c24;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #slides-menu li a {
    position: relative;
    font-size: 12px;
    line-height: 16px;
  }
  #slides-menu li a:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 80px;
    background-color: #ed1c24;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media (max-width: 739.98px) {
  #slides-menu li a {
    font-size: 0;
  }
  #slides-menu li a:after {
    width: 8px;
    height: 60px;
  }
}

#slides-menu li a svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #slides-menu li a svg {
    width: 32px;
    margin-right: 17px;
  }
}

@media (max-width: 739.98px) {
  #slides-menu li a svg {
    width: 28px;
    margin-right: 0;
  }
}

#slides-menu li a svg g {
  opacity: 1;
}

#slides-menu li a svg path {
  fill: #fff;
}

#slides-menu li a span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 179px;
}

#slides-menu li a:hover {
  opacity: 0.7;
}

#slides-menu li.active a {
  opacity: 1;
}

@media (max-width: 739.98px) {
  #slides-menu li.active a:after {
    opacity: 1;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #slides-menu li.active a:after {
    opacity: 1;
  }
}

#slides-menu.s1 li:nth-child(3) {
  opacity: 0;
  pointer-events: none;
}

#slides-menu.s1 li:nth-child(4) {
  opacity: 0;
  pointer-events: none;
}

#slides-menu.s2 {
  -webkit-transform: translateY(-194px);
  transform: translateY(-194px);
}

#slides-menu.s2 li:nth-child(4) {
  opacity: 0;
  pointer-events: none;
}

#slides-menu.s3 {
  -webkit-transform: translateY(-388px);
  transform: translateY(-388px);
}

#slides-menu.s3 li:nth-child(1) {
  opacity: 0;
  pointer-events: none;
}

#slides-menu.s4 {
  -webkit-transform: translateY(-582px);
  transform: translateY(-582px);
}

#slides-menu.s4 li:nth-child(1) {
  opacity: 0;
  pointer-events: none;
}

#slides-menu.s4 li:nth-child(2) {
  opacity: 0;
  pointer-events: none;
}

#main-scroll-elem {
  position: fixed;
  left: 56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: calc(100vh - 320px);
  background-color: rgba(255, 255, 255, 0.17);
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #main-scroll-elem {
    left: 40px;
  }
}

@media (max-width: 739.98px) {
  #main-scroll-elem {
    display: none;
  }
}

#main-scroll-elem .pointer {
  width: 8px;
  height: 28px;
  border-radius: 9px;
  border: 1px solid #adadad;
  background-color: #0c0c0e;
  position: absolute;
  left: -4px;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #step1 .container {
    padding-left: 73px;
    padding-right: 210px;
  }
}

#step1 h1 {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 77px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #step1 h1 {
    font-size: 42px;
    line-height: 1.3;
    max-width: 420px;
    margin-bottom: 74px;
  }
}

@media (max-width: 739.98px) {
  #step1 h1 {
    max-width: 230px;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 50px;
  }
}

#step1 .btns-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #step1 .btns-line {
    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: 739.98px) {
  #step1 .btns-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#step1 .btns-line .btn {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  height: 66px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #step1 .btns-line .btn {
    height: 62px;
  }
}

@media (max-width: 739.98px) {
  #step1 .btns-line .btn {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
  }
}

#step1 .btns-line .catalog-link {
  width: 227px;
  margin-right: 29px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #step1 .btns-line .catalog-link {
    margin-bottom: 24px;
  }
}

@media (max-width: 739.98px) {
  #step1 .btns-line .catalog-link {
    width: 190px;
    height: 50px;
    margin-bottom: 15px;
  }
}

#step1 .btns-line .order-demo-btn {
  width: 359px;
  border: 1px solid #ed1c24;
  background-color: transparent;
}

@media (max-width: 739.98px) {
  #step1 .btns-line .order-demo-btn {
    width: 190px;
    height: 50px;
  }
}

#step1 .btns-line .order-demo-btn:hover {
  background-color: #ed1c24;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #step3 .container {
    padding-left: 71px;
    padding-right: 280px;
  }
}

@media (max-width: 739.98px) {
  #step3 .container {
    padding-right: 108px;
  }
}

#step4 h2 {
  color: #fff;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #step4 .container {
    padding-left: 71px;
    padding-right: 190px;
  }
}

@media (max-width: 739.98px) {
  #step4 .container {
    padding-right: 100px;
  }
}

#step4 h1 {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 75px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #step4 h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 83px;
  }
}

@media (max-width: 739.98px) {
  #step4 h1 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 28px;
  }
}

#step4 .row {
  margin-bottom: 60px;
}

@media (max-width: 739.98px) {
  #step4 .row {
    margin-bottom: 23px;
  }
}

#step4 .phone, #step4 .email, #step4 .city {
  font-family: "Golos Text";
  color: #ffffff;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #step4 .phone, #step4 .email, #step4 .city {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 739.98px) {
  #step4 .phone, #step4 .email, #step4 .city {
    font-size: 22px;
    line-height: 25px;
  }
}

#step4 a.phone:hover, #step4 a.email:hover {
  color: #ed1c24;
}

#step4 .label {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #step4 .label {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 739.98px) {
  #step4 .label {
    font-size: 9px;
    line-height: 14px;
    margin-top: 5px;
  }
  #step4 .label br {
    display: none;
  }
}

#step4 .addr {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  white-space: nowrap;
}

@media (max-width: 739.98px) {
  #step4 .addr {
    font-size: 9px;
    line-height: 14px;
    margin-top: 5px;
  }
}

#step4 .map-link {
  width: 280px;
  height: 66px;
  border: 1px solid #979797;
  background-color: transparent;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 14px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #step4 .map-link {
    margin-top: 52px;
  }
}

@media (max-width: 739.98px) {
  #step4 .map-link {
    width: 174px;
    height: 50px;
    font-size: 10px;
    margin-top: 34px;
  }
}

#step4 .map-link:hover {
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.main-reshenie-mobile-btn {
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  color: #ffffff;
  font-size: 10px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.body-bg-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: #20242a;
  height: 813px;
}

@media (max-width: 739.98px) {
  .body-bg-image {
    height: 546px;
  }
}

.body-bg-image .img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  /*max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.body-bg-image.services-top-sections {
  padding-top: 70.70175439%;
}

.body-bg-image.w100p .img {
  /*position: relative;
      width: 100%;
      height: auto;
      min-height: 0;
      z-index: 1;
      top: 0;
      left: 0;
      transform: none;*/
}

.body-bg-image.top-catalog .img {
  /*height: auto;
      width: auto;
      max-height: none;
      max-width: none;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);*/
}

@media (max-width: 739.98px) {
  .body-bg-image.catalog-top-sections2 {
    height: auto;
    padding-top: 80%;
  }
}

.body-bg-image.catalog-top-sections2:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(13, 10, 10, 0.7)), to(#24242a));
  background: linear-gradient(to bottom, rgba(13, 10, 10, 0.7) 80%, #24242a 100%);
}

.body-bg-image.catalog-top-sections2 .img {
  -webkit-filter: grayscale(22%);
  filter: grayscale(22%);
}

.body-bg-image.black-bg:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(13, 10, 10, 0.7);
}

.body-bg-image.black-bg .img {
  -webkit-filter: grayscale(22%);
  filter: grayscale(22%);
}

.body-bg-image.grad-bg:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(13, 10, 10, 0.7)), to(#24242a));
  background: linear-gradient(to bottom, rgba(13, 10, 10, 0.7) 80%, #24242a 100%);
}

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

body {
  /*&:after {
    content: 'Оплата прошла успешно';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: 30%;
    left: 30%;
    background-color: rgba(0, 0, 0, 0.75);
    pointer-events: none;
  }*/
}

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: 739.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body {
  background-color: #fff;
}

body.index-page #app:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  top: 50vh;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23px;
  height: 116px;
  border: 2px solid #ed1c24;
  background-color: #ed1c24;
}

@media (max-width: 739.98px) {
  body.index-page #app:before {
    display: none;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  body.index-page #app:before {
    display: none;
  }
}

body.black-bg {
  background-color: #20242a;
}

/*.body-bg-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: #20242a;

  img {
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  &.services-top-sections {
    padding-top: (806% * 100 / 1140);
   

    @include xs-sm {
      img {
        max-width: 100%;
      }
    }

  }

  &.w100p {


    img {
      position: relative;
      width: 100%;
      height: auto;
      min-height: 0;
      z-index: 1;
      top: 0;
      left: 0;
      transform: none;
    }
  }


  &.catalog-top-sections {
    height: 878px;

    @include xs {
      height: 726px;
    }

    img {
      max-height: 100%;
      max-width: 100% !important;
      
      @include sm {
        max-height: 100%;
        max-width: none !important;
      }

      @include xs {
        max-height: 100%;
        max-width: none !important;
      }
    }
  }

  &.top-catalog {

    img {
      height: auto;
      width: auto;
      max-height: none;
      max-width: none;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);

      //height: 100%;

      @include xs {
        height: 100%;
      }
  
      @include sm {
        max-height: 100%;
      }
    }
  }

  &.catalog-top-sections2 {
    height: 815px;

    @include xs {
      height: auto;
      padding-top: 80%;
    }

    &:after {
      content: '';
      display: block;
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      //background-color: rgba(13, 10, 10, 0.7);
      background: linear-gradient(to bottom, rgba(13, 10, 10, 0.7) 80%, rgba(36, 36, 42, 1) 100%);
    }

    img {
      filter: grayscale(22%);
      max-height: 100%;

      @include sm {
        max-height: 100%;
      }

      @include xs {
        max-height: 100%;
      }
    }
  }

  &.black-bg {

    &:after {
      content: '';
      display: block;
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(13, 10, 10, 0.7);
    }

    img {
      filter: grayscale(22%);
    }
  }

  &.grad-bg {

    &:after {
      content: '';
      display: block;
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      //background-color: rgba(13, 10, 10, 0.7);
      background: linear-gradient(to bottom, rgba(13, 10, 10, 0.7) 80%, rgba(36, 36, 42, 1) 100%);
    }
  }
  
}*/
#app {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#app a.main-pac-link {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  bottom: 51px;
  right: -12px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 739.98px) {
  #app a.main-pac-link {
    display: none;
  }
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #app a.main-pac-link {
    display: none;
  }
}

#app a.main-pac-link svg {
  width: 69px;
}

#app a.main-pac-link svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#app a.main-pac-link:hover svg path {
  fill: #ed1c24;
}

#content {
  position: relative;
  z-index: 2;
}

#footer {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  padding-top: 73px;
  background-color: #20242a;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #footer {
    font-size: 14px;
    line-height: 25px;
    padding-top: 40px;
  }
}

@media (max-width: 739.98px) {
  #footer {
    text-align: center;
    padding-top: 34px;
    font-size: 10px;
    line-height: 14px;
  }
}

#footer .bottom-line {
  background-color: #2d3034;
  font-size: 14px;
  line-height: 25px;
  margin-top: 32px;
  padding-top: 41px;
  padding-bottom: 31px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #footer .bottom-line {
    margin-top: 18px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
    padding-top: 23px;
  }
}

@media (max-width: 739.98px) {
  #footer .bottom-line {
    margin-top: 39px;
    padding-top: 29px;
    padding-bottom: 36px;
  }
}

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

#footer a {
  color: #fff;
}

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

#footer .footer-logo {
  position: relative;
  top: -5px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #footer .footer-logo {
    top: -10px;
  }
}

#footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

#footer ul li {
  margin-bottom: 30px;
}

#footer .footer-block-3 {
  margin-left: -20px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #footer .footer-block-3 {
    margin-left: 0;
  }
}

@media (max-width: 739.98px) {
  #footer .footer-block-3 {
    margin-left: 0;
    margin-top: 31px;
  }
}

@media (max-width: 739.98px) {
  #footer .footer-block-3 table {
    text-align: left;
    width: 200px !important;
    margin: 0 auto;
  }
}

#footer .footer-block-3 table td {
  padding-top: 10px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #footer .footer-block-3 table td {
    padding-top: 7px;
  }
}

@media (max-width: 739.98px) {
  #footer .footer-block-3 table td {
    padding-top: 0;
  }
}

#footer .footer-block-3 table td:first-child {
  padding-right: 24px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #footer .footer-block-3 table td:first-child {
    padding-right: 0;
  }
}

#footer .privacy-line .footer-privacy-block {
  margin-left: 300px;
  margin-top: 61px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #footer .privacy-line .footer-privacy-block {
    margin-left: 0;
  }
}

@media (max-width: 739.98px) {
  #footer .privacy-line .footer-privacy-block {
    margin-left: 0;
  }
}

#footer .privacy-line ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 739.98px) {
  #footer .privacy-line ul {
    display: block;
    text-align: center;
  }
}

#footer .privacy-line ul li {
  margin-right: 60px;
  margin-bottom: 0;
}

@media (max-width: 739.98px) {
  #footer .privacy-line ul li {
    margin-right: 0;
    margin-bottom: 4px;
  }
}

#footer .privacy-line ul li:last-child {
  margin-right: 0;
}

#footer .privacy-line ul li a {
  font-size: 13px;
  line-height: 2.30769;
  color: #59595c;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #footer .privacy-line ul li a {
    font-size: 11px;
  }
}

#footer .privacy-line ul li a:hover {
  color: #fff;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #footer .copy {
    margin-left: -15px;
    width: 200px;
  }
}

@media (max-width: 739.98px) {
  #footer .copy {
    font-size: 8px;
    line-height: 10px;
    width: 140px;
    margin: 0 auto;
  }
}

#footer .pac-block {
  margin-left: 32px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  #footer .pac-block {
    margin-left: 0;
    margin-top: 9px;
  }
}

@media (max-width: 739.98px) {
  #footer .pac-block {
    font-size: 10px;
    margin-top: 19px;
    margin-left: 0;
  }
}

#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: 739.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 (min-width: 740px) and (max-width: 1199.98px) {
  #footer .pac-block a .text {
    margin-right: 12px;
  }
}

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

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

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

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

.contacts-page .row {
  margin-bottom: 86px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .contacts-page .row {
    margin-bottom: 62px;
  }
}

@media (max-width: 739.98px) {
  .contacts-page .row {
    margin-bottom: 23px;
  }
}

.contacts-page .row.last-row {
  margin-bottom: 0;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .contacts-page .row.last-row {
    margin-bottom: 30px;
  }
}

@media (max-width: 739.98px) {
  .contacts-page .row.last-row {
    margin-bottom: 20px;
  }
}

.contacts-page .row-1 {
  margin-bottom: 54px;
}

@media (max-width: 739.98px) {
  .contacts-page .row-1 {
    margin-bottom: 23px;
  }
}

.contacts-page .phone, .contacts-page .email, .contacts-page .city, .contacts-page .company {
  font-family: "Golos Text";
  color: #ffffff;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .contacts-page .phone, .contacts-page .email, .contacts-page .city, .contacts-page .company {
    font-size: 24px;
    line-height: 42px;
  }
}

@media (max-width: 739.98px) {
  .contacts-page .phone, .contacts-page .email, .contacts-page .city, .contacts-page .company {
    font-size: 22px;
    line-height: 25px;
  }
}

.contacts-page a.phone:hover, .contacts-page a.email:hover {
  color: #ed1c24;
}

.contacts-page .label {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .contacts-page .label {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 739.98px) {
  .contacts-page .label {
    font-size: 9px;
    line-height: 14px;
    margin-top: 5px;
  }
  .contacts-page .label br {
    display: none;
  }
}

.contacts-page .addr {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  white-space: nowrap;
}

@media (max-width: 739.98px) {
  .contacts-page .addr {
    font-size: 9px;
    line-height: 14px;
    margin-top: 5px;
  }
}

.contacts-page .company-label {
  margin-top: 10px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .contacts-page .company-label {
    font-size: 14px;
    line-height: 20px;
    margin-top: 18px;
  }
}

@media (max-width: 739.98px) {
  .contacts-page .company-label {
    font-size: 9px;
    line-height: 14px;
    margin-top: 5px;
  }
}

.contacts-page .map-link {
  width: 280px;
  height: 66px;
  border: 1px solid #979797;
  background-color: transparent;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 14px;
}

@media (min-width: 740px) and (max-width: 1199.98px) {
  .contacts-page .map-link {
    position: relative;
    left: 57px;
    margin-top: 21px;
  }
}

@media (max-width: 739.98px) {
  .contacts-page .map-link {
    width: 174px;
    height: 50px;
    font-size: 10px;
    margin-top: 34px;
  }
}

.contacts-page .map-link:hover {
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.grecaptcha-badge {
  z-index: 3;
  visibility: hidden;
}
