@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    outline: none !important;
    box-sizing: border-box;
    text-decoration: none !important
}

.card__actions-right a.booking_modal.link__custom {
    height: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding: 0 35px;
    border: 1px solid;
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #303030;
    font-family: 'Roboto';
    line-height: normal
}

body {
    background: #fff
}

.time_to_read svg {
    width: 25px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

.time_to_read {
    margin-bottom: 20px;
}

.input__wrap input {
    border: none;
    line-height: 50px;
    padding-left: 15px;
}

.privacy {
    font-size: 10px;
    color: grey;
    text-align: center
}

.justify-wrap {
    text-align: justify;
    font-size: 0;
    text-justify: newspaper
}

.justify-wrap:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 0
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent !important
}

[placeholder]:focus:-moz-placeholder {
    color: transparent !important
}

[placeholder]:focus::-moz-placeholder {
    color: transparent !important
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent !important
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.container {
    margin: 0 auto;
    box-sizing: border-box;
    min-width: 320px
}

.wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    min-width: 320px;
    min-height: 100%
}

.section.sc__common.sc__seo.article-detail-section {
    background: #f6f7f8;
}

.article-detail-section.sc__common .container {
    padding-top: 20px;
}

.article-detail-section .section__title {
    margin-bottom: 30px;
}

.article-detail-section li {
    padding: 5px 0 5px 0;
}

.article-detail-section ul, .article-detail-section ol {
    padding-left: 35px;
}

.sc__promo {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.sc__promo .container {
    padding-top: 256px
}

.sc__promo .bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.logo {
    width: 88px
}

.logo img {
    display: block;
    width: 100%
}

.logo__box {
    width: 200px
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200
}

.header__phone {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 15px
}

.header__phone a {
    color: #fff !important
}

.header__phone a:hover {
    color: rgba(255, 255, 255, 0.75) !important
}

.header__right {
    width: 200px;
    padding-top: 20px;
    text-align: right
}

.btn__callback {
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 30px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #fff !important
}

.btn__callback:hover {
    border: 1px solid #fff
}

.cover__slider-wrap {
    position: relative;
    margin-bottom: 120px;
    height: 568px
}

.cover__slider-wrap .cover__slider-box {
    width: 1920px;
    left: 50%;
    top: 0;
    height: 100%;
    margin-left: -960px;
    position: absolute
}

.ui-slider-horizontal {
    height: 2px;
    border: none !important;
    background: #E3E5E7
}

.stages-pager {
    max-width: 830px;
    margin: 0 auto;
    width: 100%
}

.sc__catalog .tab-content > .tab-pane {
    display: none !important;
    position: relative
}

.sc__catalog .tab-content > .tab-pane.active {
    display: block !important
}

.main__nav {
    text-align: center;
    margin-bottom: 28px
}

.main__nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.main__nav ul li {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.main__nav ul li:after {
    top: 100%;
    height: 20px;
    left: 0;
    content: '';
    position: absolute;
    width: 100%
}

.main__nav ul li:not(:last-child) {
    margin-right: 20px
}

.main__nav ul li a {
    display: block;
    padding: 22px 10px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    border-top: 3px solid transparent;
    color: #fff !important
}

.main__nav ul li a:hover {
    border-color: #D9130E
}

.main__nav ul li.active a {
    border-color: #D9130E
}

.main__nav ul li:hover ul {
    opacity: 1;
    visibility: visible
}

.main__nav ul li ul {
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: -5px;
    min-width: 200px;
    max-width: 320px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
    z-index: 10;
    opacity: 0;
    visibility: hidden
}

.main__nav ul li ul li {
    display: block !important;
    text-align: left
}

.main__nav ul li ul li a {
    color: #000 !important;
    display: inline;
    padding: 0;
    border-top: none !important
}

.main__nav ul li ul li a:hover {
    color: #D9130E !important
}

.main__nav ul li ul li:not(:last-child) {
    margin-bottom: 12px;
    margin-right: 0
}

.main__subnav {
    text-align: center
}

.main__subnav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.main__subnav ul li {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.main__subnav ul li:not(:last-child):after {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    height: 19px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2)
}

.main__subnav ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5) !important
}

.main__subnav ul li a:hover {
    color: #fff !important
}

.title {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 46px;
    line-height: 54px;
    text-align: center;
    color: #fff
}

.seo__item > * {
    font: inherit !important;
    margin: 0 !important;
    padding: 0 !important
}

.filter__box-content {
    padding: 30px;
    background: #F5F6F7
}

.scale__slider-row {
    margin-right: -117px;
    margin-left: -117px
}

.scale__slider-item {
    padding-right: 117px;
    padding-left: 117px
}

.cover__item {
    filter: grayscale(100%)
}

.cover__item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #F5F6F7;
    opacity: .8;
    z-index: 2
}

.cover__item.current {
    filter: grayscale(0%)
}

.cover__item.current:before {
    opacity: 0;
    visibility: hidden
}

.sc__tabs-box:last-child {
    padding-top: 80px;
    padding-bottom: 80px
}

.sc__tabs-box:not(:last-child) .container {
    position: relative
}

.sc__tabs-box:not(:last-child) .container:after {
    background: #EBECF2;
    height: 1px;
    bottom: 0;
    left: 15px;
    right: 15px;
    content: '';
    position: absolute
}

.scale__slider-box {
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    height: 410px
}

.scale__it-img {
    height: 410px;
    position: relative;
    overflow: hidden
}

.scale__it-img:after {
    content: '';
    position: absolute;
    top: 35px;
    bottom: 35px;
    left: 0;
    right: 0;
    background: rgba(48, 48, 48, 0.7);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.scale__it-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    min-width: 100%;
    min-height: 100%;
    display: block;
    width: auto;
    height: auto
}

.sc__common .container {
    padding-top: 80px;
    padding-bottom: 80px
}

.ov__tp {
    position: absolute;
    top: 0;
    height: 35px;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 5
}

.ov__bt {
    position: absolute;
    bottom: 0;
    height: 35px;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 5
}

.scale__it-block {
    position: relative;
    color: #fff !important;
    display: block
}

.scale__it-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 6;
    opacity: 0;
    visibility: hidden
}

.scale__it-title {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px
}

.scale__slider-item.active-mode .scale__it-content {
    opacity: 1;
    visibility: visible
}

.scale__slider-item.active-mode .ov__bt, .scale__slider-item.active-mode .ov__tp {
    height: 0
}

.scale__slider-item.active-mode .scale__it-img:after {
    top: 0;
    bottom: 0;
    opacity: .5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.slide__nav {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 10;
    margin-top: -6px
}

.slide__nav:hover {
    opacity: .7
}

.slide__nav:before {
    content: '';
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
    position: absolute
}

.scale__slider-box {
    position: relative
}

.slide__right {
    background: url(/img/arrow-right.svg) no-repeat center;
    background-size: contain;
    width: 8px;
    height: 12px
}

.slide__left {
    background: url(/img/arrow-left.svg) no-repeat center;
    background-size: contain;
    width: 8px;
    height: 12px
}

.scale__slider-box {
    margin-bottom: 30px
}

.scale__slider-box .slide__right {
    right: 0
}

.scale__slider-box .slide__left {
    left: 0
}

.scale__slider-box .slick-list {
    overflow: visible
}

.scale__pager {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #D7D8E1
}

.sc__gray {
    background: linear-gradient(180deg, #F5F6F7 0%, #FFF 100%)
}

.section__title {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    color: #303030
}

.team__item-img {
    position: relative
}

.team__item-img img {
    display: block;
    width: 100%
}

.team__item-name {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #303030;
    margin-bottom: 12px
}

.team__item-position {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #898B96;
    margin-bottom: 15px
}

.team__item-block {
    padding-bottom: 84px;
    position: relative
}

.team__item-content {
    position: absolute;
    top: 290px;
    padding: 0 10px;
    width: 100%;
    left: 0
}

.team__item-content-block {
    background: transparent;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0);
    text-align: center;
    padding: 40px 15px
}

.team__item-contacts {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #898B96;
    opacity: 0;
    visibility: hidden
}

.team__item-block:hover .team__item-content-block {
    background: #FFF;
    padding: 40px 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05)
}

.team__item-block:hover .team__item-contacts {
    opacity: 1;
    visibility: visible
}

.team__item-block:hover .team__item-content {
    top: 206px
}

.sc__border .container {
    position: relative
}

.sc__border .container:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 15px;
    right: 12px;
    background: #EBECF2
}

.services__slider-row {
    margin-left: -40px;
    margin-right: -40px
}

.services__slider-item {
    padding-right: 40px;
    padding-left: 40px
}

.services__slider-item-block {
    background: #FFF;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.06);
    padding: 90px 35px 30px;
    position: relative
}

.services__slider-item-block:hover {
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0);
    padding-top: 40px
}

.services__slider-item-block:hover .services__slider-item-icon {
    background: #F5F6F7
}

.services__slider-item-block:hover .hover__icon, .services__slider-item-block:hover .actions__wrap {
    opacity: 1
}

.services__slider-item-block:hover .services__slider-item-content:after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px)
}

.services__slider-box {
    position: relative;
    padding-left: 100px;
    padding-right: 100px
}

.services__slider-box .slide__right {
    right: 0
}

.services__slider-box .slide__left {
    left: 0
}

.services__slider-box .slick-list {
    overflow: visible
}

.services__slider-block {
    position: relative
}

.services__slider-block:after {
    content: '';
    right: 100%;
    margin-right: 15px;
    top: -15px;
    z-index: 5;
    bottom: -30px;
    background: #fff;
    position: absolute;
    width: 2000px
}

.services__slider-block:before {
    content: '';
    left: 100%;
    margin-left: 15px;
    top: -15px;
    z-index: 5;
    bottom: -30px;
    background: #fff;
    position: absolute;
    width: 2000px
}

.services__slider-item-label {
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    right: 10px;
    top: 12px;
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    color: #A9ACB9
}

.services__slider-item-icon {
    margin: 0 auto 20px;
    background: #D9130E;
    width: 100px;
    height: 100px;
    border-radius: 50px
}

.hover__icon {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.service__icon-img {
    position: relative
}

.service__icon-img img {
    display: block
}

.services__slider-item-title {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #303030
}

.services__slider-item-descr {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #898B96;
    margin-bottom: 12px
}

.btn__flat {
    height: 50px;
    background: #04293A;
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding: 0 35px
}

.btn__flat:hover {
    background: #04293A
}

.services__slider-item-content {
    position: relative
}

.services__slider-item-content .btn__flat {
    min-width: 200px
}

.services__slider-item-content .actions__wrap {
    opacity: 0
}

.services__slider-item-content {
    height: 180px;
    position: relative
}

.services__slider-item-content:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 78%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 78%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 78%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}

.section__header {
    margin-bottom: 40px;
    color: #fff
}

.section__header .section__title {
    margin-bottom: 10px;
    color: #fff
}

.sc__action {
    background: url(/img/action-bg.jpg) no-repeat center;
    background-size: cover
}

.section__subtitle {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: center
}

.form__row .row {
    margin: 0 -1px 0 0
}

.form__item {
    padding: 0
}

.form__custom {
    width: 540px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.form__field input {
    height: 60px;
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    width: 100%;
    border: none !important;
    font-size: 16px;
    line-height: 19px;
    color: #303030
}

.form__field input::-webkit-input-placeholder {
    color: #898B96
}

.form__field input:-moz-placeholder {
    color: #898B96
}

.form__field input::-moz-placeholder {
    color: #898B96
}

.form__field input:-ms-input-placeholder {
    color: #898B96
}

.form__field.incorrect:after {
    content: '';
    position: absolute;
    background: url(/img/error-icon.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px
}

.form__field.incorrect input {
    color: #D9130E
}

.form__field-req {
    position: relative
}

.form__field-req:after {
    content: '';
    position: absolute;
    background: url(/img/req-icon.svg) no-repeat center;
    background-size: contain;
    width: 4px;
    height: 4px;
    right: 20px;
    top: 50%;
    margin-top: -2px
}

.form__field button {
    width: 100%;
    border: none !important;
    cursor: pointer
}

.form__item {
    padding-bottom: 1px;
    padding-right: 1px
}

.btn__flat-large {
    height: 60px
}

.stat__item-icon {
    height: 60px;
    margin-bottom: 30px
}

.stat__item-icon img {
    display: block
}

.stat__item-title {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #303030
}

.stat__item-block {
    padding-bottom: 32px;
    border-bottom: 1px solid #EBECF2
}

.stat__list {
    margin-bottom: 80px
}

.about__box-left {
    padding-right: 70px
}

.about__box-left .section__title {
    margin-bottom: 40px;
    text-align: left
}

.text {
    font-size: 16px;
    line-height: 24px;
    color: #898B96
}

.about__box-left .text {
    margin-bottom: 40px
}

.about__box-img {
    position: relative;
    margin-left: -30px
}

.about__box-img img {
    display: block;
    width: 100%
}

.about__box-img:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/img/logo-medium.png) no-repeat center;
    background-size: contain;
    width: 100px;
    height: 100px;
    z-index: 4
}

.sc__about .container {
    padding-bottom: 130px
}

.collect__item-block {
    display: block;
    position: relative
}

.collect__item-block img {
    width: 100%;
    display: block
}

.collect__item-block:after {
    content: '';
    position: absolute;
    background: -moz-linear-gradient(top, rgba(48, 48, 48, 0) 0%, #303030 100%);
    background: -webkit-linear-gradient(top, rgba(48, 48, 48, 0) 0%, #303030 100%);
    background: linear-gradient(to bottom, rgba(48, 48, 48, 0) 0%, #303030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00303030', endColorstr='#303030', GradientType=0);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.collect__item-block:hover:after {
    opacity: .7
}

.collect__item-content {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0;
    width: 100%
}

.collect__item-title {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 6px 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px
}

.collect__item {
    margin-bottom: 30px
}

.collect__list {
    margin-bottom: 40px
}

.collect__list .row {
    margin-bottom: -30px
}

.sc__collect .btn__flat {
    min-width: 170px
}

.text p {
    margin: 0 0 24px
}

.text > :first-child {
    margin-top: 0
}

.text > :last-child {
    margin-bottom: 0 !important
}

[data-cols="2"] .text {
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    column-count: 2;
    column-gap: 30px
}

.nav__box-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #303030
}

.nav__box-title a {
    color: #303030 !important
}

.nav__box-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.nav__box-menu ul li {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #898B96
}

.nav__box-menu ul li:not(:last-child) {
    margin-bottom: 18px
}

.nav__box-menu ul li a {
    color: #898B96 !important
}

.nav__box-menu ul li a:hover {
    color: #303030 !important
}

.nav__box-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px
}

.nav__box:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #EBECF2
}

.nav__box-wide .nav__box-menu {
    -webkit-column-count: 5;
    -webkit-column-gap: 30px;
    -moz-column-count: 5;
    -moz-column-gap: 30px;
    column-count: 5;
    column-gap: 30px
}

.footer {
    margin: auto 0;
    overflow: hidden;
    height: 343px;
    position: relative;
    background: #1b1b1b
}

.footer .container {
    height: 100%
}

.footer .container > .row {
    height: 100%
}

.content {
    padding-bottom: 10px
}

.sc__seo + .sc__nav .container {
    padding-top: 0
}

.footer__nav {
    margin-bottom: 30px
}

.footer__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    column-count: 2;
    column-gap: 30px
}

.footer__nav ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px
}

.footer__nav ul li a {
    color: #fff !important
}

.footer__nav ul li a:hover {
    color: rgba(255, 255, 255, 0.7) !important
}

.footer__info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    column-count: 2;
    column-gap: 30px
}

.footer__info ul li {
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5)
}

.social {
    margin-left: 20px;
    min-width: 50px;
    width: 50px
}

.social a {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.social a img {
    display: block
}

.social a:not(:last-child) {
    margin-bottom: 16px
}

.social a.social__vk {
    background: #5881BB
}

.social a.social__fb {
    background: #4867B5
}

.social a.social__insta {
    background: #FF4343
}

.social a:hover {
    opacity: .8
}

.footer__phones {
    margin-bottom: 26px
}

.footer__phone {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px
}

.footer__phone:not(:last-child) {
    margin-bottom: 11px
}

.footer__phone a {
    color: #fff !important
}

.footer__phone a:hover {
    color: rgba(255, 255, 255, 0.7) !important
}

.footer__info {
    font-size: 16px;
    line-height: 30px;
    color: #fff
}

.footer__right-content {
    text-align: right
}

.tabs__custom .nav-tabs {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border: none !important;
    margin-bottom: 45px
}

.tabs__custom .nav-item:not(:last-child) {
    margin-right: 20px
}

.tabs__custom .nav-link {
    border-radius: 0 !important;
    padding: 16px 20px !important;
    color: #898B96 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    border: none !important
}

.tabs__custom .nav-link:hover {
    color: #303030 !important
}

.tabs__custom .nav-link.active {
    background: #04293A;
    color: #fff !important
}

.tab-content > .tab-pane {
    height: 0;
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.tab-content > .active {
    height: auto
}

.fade {
    transition: opacity .35s linear
}

.tabs__custom .tab-content {
    height: 463px;
    position: relative
}

.tabs__types .tab-content {
    position: relative;
    height: 568px
}

.tabs__types .nav-tabs {
    border: none !important;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 4px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.tabs__types .nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 15px;
    padding-right: 15px
}

.tabs__types .nav-link {
    border-radius: 0 !important;
    padding: 0 0 23px !important;
    color: #303030 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    border: none !important;
    background: transparent !important;
    position: relative;
    border-bottom: 2px solid #F5F6F7 !important
}

.tabs__types .nav-link:hover {
    border-color: #303030 !important
}

.tabs__types .nav-link.active {
    border-color: #04293A !important
}

.types__icon {
    height: 40px;
    margin-bottom: 10px
}

.types__icon img {
    display: block
}

.types__title {
    text-align: center
}

.cover__item {
    width: 970px;
    height: 568px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.cover__item-content > .cover__item-header {
    background-color: rgba(0, 0, 0, 0.2)
}

.cover__item-img {
    width: 100%;
    height: 100%
}

.cover__item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 60px;
    color: #fff
}

.cover__item-header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 60px
}

.cover__item-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px
}

.cover__item-descr {
    font-size: 16px;
    line-height: 19px
}

.tabs__types .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.cover__item-main {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 75px 50px 60px;
    width: 100%
}

.cover__item-price {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 16px;
    line-height: 35px
}

.btn__border {
    padding: 0 10px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px
}

.btn__border:hover {
    border: 1px solid #fff
}

.btn__list .btn__item:not(:last-child) {
    margin-bottom: 15px
}

.card__info-item {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #fff
}

.card__info-item .icon__custom {
    margin-right: 10px
}

.info__item {
    margin-bottom: 20px
}

.cover__item-img {
    position: relative;
    background-size: cover;
    display: block;
    background-position: center;
    background-repeat: no-repeat
}

.cover__item-img:before {
    content: '';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    position: absolute;
    bottom: 0;
    height: 50%;
    left: 0;
    width: 100%
}

.card__info {
    width: 260px
}

.card__info .row {
    margin-bottom: -20px
}

.icon__1 {
    background: url(/img/teh-1.png) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px
}

.icon__teh-1 {
    background: url(/img/teh-1.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px
}

.icon__teh-1.light-theme {
    background-image: url(/img/teh-1-light.svg)
}

.icon__teh-2 {
    background: url(/img/teh-2.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px
}

.icon__teh-2.light-theme {
    background-image: url(/img/teh-2-light.svg)
}

.icon__teh-3 {
    background: url(/img/teh-3.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px
}

.icon__teh-3.light-theme {
    background-image: url(/img/teh-3-light.svg)
}

.icon__teh-3 {
    background: url(/img/teh-4.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px
}

.icon__teh-3.light-theme {
    background-image: url(/img/teh-4-light.svg)
}

.icon__teh-5 {
    background: url(/img/teh-5.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px
}

.icon__teh-5.light-theme {
    background-image: url(/img/teh-5-light.svg)
}

.icon__teh-6 {
    background: url(/img/teh-6.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px
}

.icon__teh-6.light-theme {
    background-image: url(/img/teh-6-light.svg)
}

.icon__teh-7 {
    background: url(/img/teh-7.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px
}

.icon__teh-7.light-theme {
    background-image: url(/img/teh-7-light.svg)
}

.icon__teh-8 {
    background: url(/img/teh-8.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px
}

.icon__teh-8.light-theme {
    background-image: url(/img/teh-8-light.svg)
}

.icon__teh-9 {
    background: url(/img/teh-9.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px
}

.icon__teh-9.light-theme {
    background-image: url(/img/teh-9-light.svg)
}

.icon__teh-10 {
    background: url(/img/teh-10.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px
}

.icon__teh-10.light-theme {
    background-image: url(/img/teh-10-light.svg)
}

.icon__teh-11 {
    background: url(/img/teh-11.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px
}

.icon__teh-11.light-theme {
    background-image: url(/img/teh-11-light.svg)
}

.icon__teh-12 {
    background: url(/img/teh-12.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px
}

.icon__teh-12.light-theme {
    background-image: url(/img/teh-12-light.svg)
}

.info__hint-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #04293A
}

.info__hint-box:hover .info__hint-text {
    opacity: 1;
    visibility: visible
}

.info__hint-icon {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5
}

.info__hint-text {
    padding: 5px 90px 5px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    background: #04293A;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.icon__info {
    background: url(/img/info-icon.svg) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px
}

.info__hint-box, .cover__item-content, .cover__item-img:after {
    opacity: 0
}

.current .info__hint-box, .current .cover__item-content, .current .cover__item-img:after {
    opacity: 1
}

.filter__search-field {
    width: 30.77%;
    min-width: 30.77%;
    position: relative
}

.filter__search-field:before {
    width: 16px;
    height: 16px;
    background: url(/img/search-icon.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 20px;
    content: ''
}

.filter__search-field input {
    height: 60px;
    background: #fff;
    display: block;
    width: 100%;
    border: none !important;
    font-size: 16px;
    line-height: 19px;
    padding-left: 50px;
    padding-right: 20px;
    color: #303030
}

.filter__search-field input::-webkit-input-placeholder {
    color: #898B96
}

.filter__search-field input:-moz-placeholder {
    color: #898B96
}

.filter__search-field input::-moz-placeholder {
    color: #898B96
}

.filter__search-field input:-ms-input-placeholder {
    color: #898B96
}

.filter__submit {
    width: 20.9%;
    min-width: 20.9%
}

.filter__submit button {
    width: 100%;
    border: none;
    cursor: pointer
}

.filter__col {
    width: 19.77%;
    min-width: 19.77%
}

.params_descr {
    margin-bottom: 20px
}

.filter__col-small {
    width: 19.77%;
    min-width: 19.77%
}

.radio__box {
    height: 60px;
    background: #fff;
    padding: 10px 0
}

.radio__box label {
    font-weight: 400;
    position: relative;
    cursor: pointer;
    margin: 0
}

.radio__box label input {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.radio__box label input:checked ~ .radio__title {
    color: #04293A !important
}


.filter__search-field, .filter__col {
    padding-right: 1px
}

.radio__title {
    font-weight: 500;
    font-size: 13.5px;
    line-height: 19px;
    color: #898B96
}

.radio__box-item {
    padding: 0 15px;
    height: 100%
}

.radio__box-item:not(:last-child) {
    border-right: 1px solid #EEE
}

.select__wrap .ms-parent {
    height: 60px;
    width: 100% !important
}

.select__wrap .ms-choice {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: none !important;
    text-align: left;
    white-space: nowrap;
    line-height: 60px;
    color: #303030;
    padding-left: 30px;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff
}

.select__wrap .ms-choice > span {
    right: 45px
}

.select__wrap .ms-choice > div {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 20px;
    width: 10px;
    height: 6px;
    background: url(/img/arrow-down.svg) no-repeat center;
    background-size: contain
}

.select__wrap .ms-choice > span {
    padding-left: 30px;
    color: #303030
}

.select__wrap .ms-choice > span.placeholder {
    color: #898B96
}

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
    color: #303030;
    border: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.ms-drop input[type=radio], .ms-drop input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.ms-drop ul {
    font-size: 0;
    display: block;
    padding: 10px 0
}

.ms-drop ul li {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    color: #898B96;
    padding: 4px 15px 4px 30px
}

.ms-drop ul li.selected label:after {
    opacity: 1
}

.ms-drop ul li.selected label:before {
    opacity: 0
}

.ms-drop ul li label {
    position: relative;
    display: block;
    padding-left: 30px;
    white-space: normal;
    margin: 0
}

.ms-drop ul li label:hover {
    color: #303030
}

.ms-drop ul li label:before {
    content: '';
    position: absolute;
    background: url(/img/check-1.svg) no-repeat center;
    width: 11px;
    height: 8px;
    left: 0;
    top: 50%;
    margin-top: -4px
}

.ms-drop ul li label:after {
    content: '';
    position: absolute;
    background: url(/img/check-2.svg) no-repeat center;
    width: 11px;
    height: 8px;
    left: 0;
    top: 50%;
    opacity: 0;
    margin-top: -4px
}

.ms-drop ul > li {
    display: block
}

.filter__col .select__wrap .ms-choice > span {
    padding-left: 20px
}

.filter__col .ms-drop ul li {
    padding-right: 10px;
    padding-left: 20px
}

.hidden {
    display: none !important
}

.select__from-to {
    height: 60px;
    position: relative
}

.select__from-to-dropdown .col-6:first-child {
    border-right: 1px solid #E3E5E7
}

.select__from-to-dropdown {
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
    position: absolute;
    top: 100%;
    margin-top: -1px;
    left: 0;
    width: 100%;
    z-index: 100
}

.select__from-to-btn {
    cursor: pointer;
    height: 100%;
    position: relative;
    padding-left: 20px;
    padding-right: 40px;
    background: #fff;
    font-size: 16px;
    color: #303030;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select__from-to-btn:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    background: url(/img/arrow-down.svg) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 6px;
    margin-top: -3px
}

.select__from-to-label {
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #E3E5E7;
    font-size: 16px;
    line-height: 50px;
    color: #E3E5E7
}

.select__items {
    padding: 10px 20px
}

.select__item {
    font-size: 16px;
    line-height: 30px;
    color: #898B96
}

.select__item a {
    color: #898B96 !important
}

.select__item a:hover {
    color: #303030 !important
}

.select__from-to-dropdown {
    opacity: 0;
    visibility: hidden
}

.select__from-to-dropdown.active {
    opacity: 1;
    visibility: visible
}

.filter__item {
    width: 213px;
    margin-right: 10px;
    margin-bottom: 10px
}

.filter__item .select__wrap .ms-choice, .filter__item .select__wrap .ms-choice > span {
    padding-left: 20px
}

.filter__list {
    margin-bottom: -10px
}

.filter__left {
    width: 100%
}

.filter__left .select__from-to-btn {
    line-height: 50px
}

.filter__left .ms-drop ul li {
    padding-left: 20px
}

.filter__left .select__wrap .ms-parent, .filter__left .select__from-to {
    height: 50px
}

.filter__left .select__wrap .ms-choice {
    height: 50px;
    line-height: 50px
}

.filter__left .radio__box {
    height: 50px
}

.filter__right {
    min-width: 310px;
    width: 310px;
    margin-left: 65px
}

.filter__item-float {
    width: auto
}

.filter__item-float .radio__box {
    padding-left: 5px;
    padding-right: 5px
}

.filter__item-services {
    width: 304px
}

.filter__right-btns .row {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px
}

.filter__right-btn {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}

.btn__common {
    border: 1px solid #E3E5E7;
    height: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #898B96 !important
}

.btn__common:hover {
    border: 1px solid #898B96
}

.btn__filled {
    height: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    background: #E3E5E7;
    color: #898B96 !important
}

.btn__filled:hover {
    background: #D4D7DA
}

.filter__box-content {
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 10
}

.filter__box-content.active {
    opacity: 1;
    visibility: visible
}

.icon__filter {
    background: url(/img/filter-icon.svg) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 17px;
    margin-right: 10px
}

.link__icon {
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.link__icon:hover {
    opacity: .75
}

.filter__box {
    position: relative
}

.link__icon-wrap {
    position: absolute;
    top: 80px;
    right: 60px
}

.icon__filter-2 {
    background: url(/img/filter-icon-white.svg) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 17px;
    margin-right: 10px
}

.modal__custom {
    width: 630px;
    background: #F5F6F7;
    font-family: 'Roboto' !important;
    color: #303030 !important
}

.modal__custom-callback {
    padding: 57px 130px 100px !important
}

.modal__custom-callback .modal__custom-header {
    margin-bottom: 30px
}

.modal__custom-form {
    padding: 70px 130px 100px !important
}

.modal__custom-form .modal__custom-header {
    margin-bottom: 30px
}

.modal__custom-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center
}

.modal__custom-ava {
    width: 170px;
    margin: 0 auto 30px;
    margin-top: -20px;
    overflow: hidden;
    border-radius: 85px
}

.modal__custom-ava img {
    display: block;
    width: 100%
}

.fancybox-close-small {
    display: none !important
}

.modal__custom-callback {
    overflow: visible
}

.modal__custom-callback .form__custom {
    width: 100%
}

.close__modal {
    background: url(/img/close.svg) no-repeat center;
    width: 12px;
    height: 12px;
    background-size: contain;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    opacity: .5
}

.close__modal:after {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px
}

.close__modal:hover {
    opacity: 1
}

.modal__custom-highway {
    padding: 60px 60px 100px
}

.modal__custom-highway .modal__custom-header {
    margin-bottom: 40px
}

.checkbox__item {
    margin-bottom: 20px
}

.checkbox__item label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: 400
}

.checkbox__item label input {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.checkbox__item label input:checked ~ .checkbox__decor:after {
    opacity: 1
}

.checkbox__item div {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: 400
}

.checkbox__item div input {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.checkbox__item div input:checked ~ .checkbox__decor:after {
    opacity: 1
}

.checkbox__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #898B96
}

.checkbox__decor {
    position: absolute;
    border: 2px solid #E3E5E7;
    box-sizing: border-box;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    top: -3px;
    left: 0
}

.checkbox__decor:after {
    content: '';
    position: absolute;
    background: url(/img/checked-icon.svg) no-repeat center;
    width: 10px;
    height: 8px;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -4px;
    opacity: 0
}

.checkbox__list {
    margin-bottom: 40px;
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    column-count: 3;
    column-gap: 30px
}

.modal__custom .btn__flat, .modal__custom .btn__filled {
    min-width: 170px
}

.modal__custom .actions__wrap > * {
    margin: 0 15px
}

.modal__custom button {
    cursor: pointer;
    border: none !important
}

.btn__filled-large {
    height: 60px
}

.modal__custom-info {
    padding: 60px 65px 100px !important
}

.modal__custom-info .modal__custom-header {
    margin-bottom: 20px
}

.modal__custom-info .actions__wrap > * {
    margin: 0 5px
}

.modal__custom-text {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    color: #898B96
}

.modal__custom-map {
    width: 1030px;
    height: 570px;
    padding: 0 !important;
    position: relative;
    overflow: visible !important
}

.modal__custom-map .close__modal {
    bottom: auto;
    top: 100%;
    margin-top: 20px;
    background: url(/img/close-light.svg) no-repeat center;
    background-size: contain
}

.map__modal-img {
    margin-bottom: 40px
}

.map__modal-img img {
    display: block;
    width: 100%
}

.map__modal-img a {
    overflow: hidden;
    display: block
}

.map__modal-img a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.map__modal-info {
    position: absolute;
    right: 0;
    width: 430px;
    height: 100%;
    overflow: hidden;
    background: #FFF;
    top: 0
}

.map-area {
    background: #eee;
    height: 100%
}

.tabs__types .tab-content > .tab-pane {
    width: 1920px;
    left: 50%;
    margin-left: -960px
}

.info__hint-box {
    z-index: 5
}

.nav__bars {
    display: none !important
}

.close__nav {
    display: none !important
}

.sc__promo .container {
    position: relative;
    z-index: 5
}

.not-front:not(.page-filter) .header {
    background: url(/img/not-front-bg.jpg) no-repeat center;
    background-size: cover;
    height: 114px
}

.not-front:not(.page-filter) .content {
    padding-top: 114px
}

.scale__slider-box-wrap .scale__it-img:after {
    background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0.0001) 90%)
}

.scale__slider-box-wrap .scale__it-title {
    margin-bottom: 20px !important
}

.scale__slider-box-wrap .scale__it-text, .scale__slider-box-wrap .scale__it-title {
    max-width: 410px;
    margin: 0 auto
}

.scale__it-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFF
}

.scale__it-content-block {
    width: 100%
}

.sc__services-promo .container {
    padding-top: 30px !important;
    padding-bottom: 0 !important
}

.sc__services .nav-tabs {
    margin-bottom: 85px
}

.steps__item-circle {
    width: 90px;
    height: 90px;
    text-align: center;
    margin-bottom: 19px;
    background: #F5F6F7;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%
}

.steps__item-circle-content {
    width: 100%;
    text-align: center
}

.steps__item-circle-numb {
    font-weight: 900;
    font-size: 24px;
    line-height: 18px;
    text-align: center;
    color: #303030
}

.steps__item-circle-label {
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #303030
}

.steps__item-title {
    font-size: 16px;
    line-height: 24px;
    text-align: center
}

.steps__item {
    margin-bottom: 57px
}

.steps__list {
    margin-bottom: 55px
}

.steps__list .row {
    margin-bottom: -57px
}

.sc__services .tabs__custom .tab-content {
    height: auto;
    position: relative
}

.sc__services .tabs__custom .tab-content > .tab-pane {
    position: relative;
    overflow: hidden
}

.steps__item {
    position: relative
}

.steps__item:after {
    content: '';
    position: absolute;
    top: 43px;
    width: 160px;
    right: -80px;
    background: url(/img/line.svg) repeat-x;
    height: 3px
}

.steps__item:last-child .steps__item-decor {
    display: none !important
}

.steps__item:last-child:after {
    display: none !important
}

@media screen and (min-width: 1200px) {
    .steps__item:nth-child(4):after {
        width: 68px;
        right: 8px
    }

    .steps__item:nth-child(4) .steps__item-decor {
        display: none
    }

    .steps__item:nth-child(4):before {
        content: '';
        position: absolute;
        right: 0;
        top: 40px;
        height: 6px;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
        width: 35px;
        z-index: 4
    }

    .steps__item:nth-child(5) .steps__item-before {
        content: '';
        position: absolute;
        top: 43px;
        width: 160px;
        left: -80px;
        background: url(/img/line.svg) repeat-x;
        height: 3px
    }

    .steps__item:nth-child(5):before {
        content: '';
        position: absolute;
        left: -80px;
        top: 40px;
        height: 6px;
        background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
        width: 40px;
        z-index: 4
    }
}

.steps__item-decor {
    background: url(/img/arrow-right-circle.svg) no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: 45px;
    margin-top: -10px;
    z-index: 5
}

.services__item-img {
    position: relative
}

.services__item-img img {
    display: block;
    width: 100%
}

.services__item-img:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(48, 48, 48, 0) 0%, #303030 100%);
    background: -webkit-linear-gradient(top, rgba(48, 48, 48, 0) 0%, #303030 100%);
    background: linear-gradient(to bottom, rgba(48, 48, 48, 0) 0%, #303030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00303030', endColorstr='#303030', GradientType=0)
}

.services__item-block {
    color: #fff !important;
    position: relative;
    display: block
}

.services__item-block:hover .services__item-content {
    opacity: 1;
    visibility: visible
}

.services__item-title {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    z-index: 3
}

.services__item-text {
    text-align: center;
    padding: 0 25px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500
}

.services__item-content-block {
    width: 100%
}

.services__item-content {
    background: #D9130E;
    position: absolute;
    z-index: 10;
    top: 0;
    height: 100%;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden
}

.services__item-content .services__item-title {
    position: relative;
    bottom: 0;
    padding: 0 15px;
    margin-bottom: 10px;
    text-align: center
}

.services__list {
    margin-bottom: 77px
}

.services__list .row {
    margin-bottom: -30px
}

.services__item {
    margin-bottom: 30px
}

.quote__box {
    margin-bottom: 80px
}

.quote__img {
    margin: 0 auto 20px;
    width: 170px;
    overflow: hidden;
    border-radius: 85px
}

.quote__img img {
    display: block;
    width: 100%
}

.quote__name {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px
}

.quote__contacts {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #303030
}

.quote__contacts a {
    color: #303030 !important
}

.quote__contacts a:hover {
    color: #D9130E !important
}

.quote__header {
    margin-bottom: 30px
}

.quote__text {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #898B96;
    position: relative;
    max-width: 700px;
    margin: 0 auto
}

.quote__text:before {
    content: '';
    position: absolute;
    background: url(/img/quote-left.png) no-repeat;
    background-size: contain;
    width: 57px;
    height: 43px;
    top: -44px;
    left: -90px
}

.quote__text:after {
    content: '';
    position: absolute;
    background: url(/img/quote-right.png) no-repeat;
    background-size: contain;
    width: 57px;
    height: 43px;
    top: -44px;
    right: -90px
}

.sc__services .stat__list {
    margin-bottom: 0
}

.breadcrumbs .container {
    padding-top: 30px;
    padding-bottom: 30px
}

.breadcrumbs .container ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.breadcrumbs .container ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 15px;
    color: #303030;
    position: relative
}

.breadcrumbs .container ul li:not(:last-child):after {
    content: '';
    display: inline-block;
    background: #E3E5E7;
    width: 10px;
    height: 1px;
    vertical-align: top;
    margin: 6px 10px 0
}

.breadcrumbs .container ul li a {
    color: #898B96 !important
}

.breadcrumbs .container ul li a:hover {
    color: #303030 !important
}

.service__img {
    position: relative;
    margin-bottom: 80px
}

.service__img img {
    display: block;
    width: 100%
}

.sc__service .container {
    padding-top: 30px
}

.sc__services .container > :last-child {
    margin-bottom: 0 !important
}

.services__list-wrap {
    position: relative
}

.services__list-wrap .services__item {
    margin-bottom: 0
}

.services__list-wrap .slide__left {
    left: 50%;
    margin-left: -75px;
    top: auto;
    margin-top: 0;
    bottom: 6px
}

.services__list-wrap .slide__right {
    right: 50%;
    margin-right: -75px;
    top: auto;
    margin-top: 0;
    bottom: 6px
}

.page-filter .sc__promo .container {
    padding-top: 165px;
    padding-bottom: 50px
}

.page-filter .sc__promo .bg {
    height: 425px
}

.page-filter .filter__box-content {
    display: none !important
}

.page-filter .filter__box-content.active {
    display: flex !important
}

.page-filter .sc__promo .container {
    padding-bottom: 92px
}

.sc__catalog-title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px
}

.sc__content .text {
    font-size: 14px;
    line-height: 20px;
    color: #898B96
}

.catalog__results {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #303030
}

.catalog__results-title {
    border-left: 1px solid #E3E5E7;
    height: 100%
}

.sc__catalog-header {
    margin-bottom: 60px
}

.sorting__item-label {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.sorting__item-content .select__wrap .ms-choice {
    white-space: nowrap
}

.sorting__item-content .select__wrap {
    min-width: 270px
}

.sorting__item-content .select__wrap .ms-choice > span {
    padding-left: 20px
}

.sorting__item-content .ms-drop ul li {
    padding-left: 20px
}

.sorting__item-content .radio__box {
    padding: 10px
}

.sc__catalog {
    background: #F5F6F7
}

.sc__catalog .container {
    padding-bottom: 80px
}

.page-catalog .breadcrumbs {
    background: -moz-linear-gradient(top, rgba(245, 246, 247, 0) 0%, #f5f6f7 100%);
    background: -webkit-linear-gradient(top, rgba(245, 246, 247, 0) 0%, #f5f6f7 100%);
    background: linear-gradient(to bottom, rgba(245, 246, 247, 0) 0%, #f5f6f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f6f7', endColorstr='#f5f6f7', GradientType=0)
}

.sorting__box {
    margin-bottom: 60px
}

.sorting__item {
    margin-right: 30px;
    margin-bottom: 30px
}

.sorting__list {
    margin-bottom: -30px
}

.radio__box-item svg path, .radio__box-item svg rect {
    fill: #898B96
}

.radio__box-item input:checked ~ svg path, .radio__box-item input:checked ~ svg rect {
    fill: #D9130E
}

.tab-content > .active {
    z-index: 10
}

.sorting__item .select__wrap .ms-choice {
    height: 50px;
    line-height: 50px
}

.sorting__item .select__wrap .ms-parent {
    height: 50px
}

.sorting__item .radio__box {
    height: 50px
}

.view__2-box {
    display: none !important
}

.page-filter .filter__box-content.active {
    margin-bottom: -70px
}

[data-view="4"] .cover__item {
    margin: 0 auto
}

[data-view="4"] .catalog__item-price-old {
    display: none
}

[data-view="4"] .catalog__item {
    margin-bottom: 30px
}

[data-view="4"] .cover__item:before {
    display: none
}

[data-view="4"] .catalog__item-actions .btn__flat {
    display: none !important
}

[data-view="4"] .cover__item-title a {
    color: #fff !important
}

[data-view="4"] .cover__item-title a:hover {
    color: rgba(255, 255, 255, 0.7) !important
}

[data-view="4"] .catalog__item-links {
    display: none !important
}

[data-view="4"] .cover__item {
    filter: grayscale(0%)
}

[data-view="4"] .info__hint-box, [data-view="4"] .cover__item-content, [data-view="4"] .cover__item-img:after {
    opacity: 1
}

[data-view="4"] .manager__ava {
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px
}

[data-view="4"] .manager__ava img {
    display: block;
    width: 100%
}

[data-view="4"] .manager__box {
    margin-bottom: 40px
}

[data-view="4"] .manager__phone {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFF
}

[data-view="4"] .manager__phone a {
    color: #fff !important
}

[data-view="4"] .catalog__item-info {
    display: none !important
}

[data-view="4"] .catalog__item-center-block {
    display: none !important
}

[data-view="4"] .manager__name {
    display: none
}

[data-view="3"] .catalog__item {
    margin-bottom: 30px
}

[data-view="3"] .cover__item:before {
    display: none
}

[data-view="3"] .cover__item {
    filter: grayscale(0%)
}

[data-view="3"] .info__hint-box, [data-view="3"] .cover__item-content, [data-view="3"] .cover__item-img:after {
    opacity: 1
}

[data-view="3"] .info__hint-box {
    display: none !important
}

[data-view="3"] .cover__item {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #fff
}

[data-view="3"] .cover__item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

[data-view="3"] .cover__item-img:before {
    display: none !important
}

[data-view="3"] .cover__item-content, [data-view="3"] .cover__item-header, [data-view="3"] .cover__item-main {
    position: relative
}

[data-view="3"] .catalog__item-table td:first-child {
    white-space: nowrap
}

[data-view="3"] .cover__item-price {
    width: 170px
}

[data-view="3"] .card__info {
    width: 125px;
    min-width: 125px
}

[data-view="3"] .cover__item-content {
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 30px);
    flex: 0 0 calc(50% + 30px);
    max-width: calc(50% + 30px);
    margin-left: calc(50% - 30px);
    padding: 40px 0 40px 40px;
    color: #303030
}

[data-view="3"] .cover__item-header {
    padding: 0
}

[data-view="3"] .cover__item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px
}

[data-view="3"] .cover__item-title a {
    color: #303030 !important
}

[data-view="3"] .cover__item-title a:hover {
    color: #D9130E !important
}

[data-view="3"] .cover__item-descr {
    display: none !important
}

[data-view="3"] .cover__item-main {
    position: relative;
    padding: 0
}

[data-view="3"] .catalog__item-info {
    margin-bottom: 30px
}

[data-view="3"] .cover__item-left {
    width: 100%
}

[data-view="3"] .cover__item-main {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

[data-view="3"] .catalog__item-info {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

[data-view="3"] .card__info-item {
    color: #898B96;
    font-weight: 400
}

[data-view="3"] .icon__1 {
    background-image: url(/img/teh-1-gray.png)
}

[data-view="3"] .info__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

[data-view="3"] .card__info {
    width: auto
}

[data-view="3"] .catalog__item-center-block {
    padding-right: 20px
}

[data-view="3"] .catalog__item-center {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

[data-view="3"] .manager__ava {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%
}

[data-view="3"] .manager__ava img {
    display: block;
    width: 100%
}

[data-view="3"] .manager__name {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 6px;
    color: #303030
}

[data-view="3"] .manager__box {
    width: 200px;
    min-width: 200px;
    text-align: center
}

[data-view="3"] .manager__phone {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #303030
}

[data-view="3"] .manager__phone a {
    color: #303030 !important
}

[data-view="3"] .cover__item-main > .card__info {
    display: none !important
}

[data-view="3"] .cover__item-left .btn__list {
    display: none !important
}

[data-view="3"] .cover__item-right {
    display: none !important
}

[data-view="3"] .cover__item-price {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 28px
}

[data-view="3"] .catalog__item-price-old {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #D9130E;
    margin-top: 6px
}

[data-view="3"] .catalog__item-actions {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

[data-view="3"] .catalog__item-actions .btn__flat {
    padding: 0 20px;
    margin-right: 20px;
    margin-left: auto
}

[data-view="3"] .catalog__item-links {
    font-weight: 700;
    margin-right: 30px;
    font-size: 16px;
    line-height: 19px;
    color: #303030
}

[data-view="3"] .catalog__item-links a {
    color: #303030 !important
}

[data-view="3"] .catalog__item-links a:hover {
    color: #D9130E !important
}

[data-view="3"] .manager__phone a:hover {
    color: #D9130E !important
}

[data-view="3"] .catalog__item-center {
    margin-bottom: 10px
}

[data-view="3"] .card__info .info__item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
    display: none !important
}

[data-view="3"] .catalog__item-center-block {
    border-right: 1px solid #E3E5E7
}

[data-view="3"] .card__info {
    margin-left: 30px;
    padding-top: 4px
}

[data-view="3"] .info__item {
    margin-bottom: 24px
}

[data-view="2"] .catalog__item {
    margin-bottom: 30px
}

[data-view="2"] .cover__item:before {
    display: none
}

[data-view="2"] .cover__item {
    filter: grayscale(0%)
}

[data-view="2"] .info__hint-box, [data-view="2"] .cover__item-content, [data-view="2"] .cover__item-img:after {
    opacity: 1
}

[data-view="2"] .info__hint-box {
    display: none !important
}

[data-view="2"] .cover__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #fff;
    height: 100%
}

[data-view="2"] .cover__item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

[data-view="2"] .cover__item:hover .cover__item-img:before {
    opacity: 1
}

[data-view="2"] .cover__item-img:before {
    background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0.0001) 100%);
    opacity: 0
}

[data-view="2"] .cover__item-content, [data-view="2"] .cover__item-header, [data-view="2"] .cover__item-main {
    position: relative
}

[data-view="2"] .catalog__item-table {
    display: block;
    margin-bottom: 20px
}

[data-view="2"] .catalog__item-table td:first-child {
    white-space: nowrap
}

[data-view="2"] .cover__item-content {
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 15px);
    flex: 0 0 calc(50% + 15px);
    max-width: calc(50% + 15px);
    margin-left: calc(50% - 15px);
    padding: 40px 30px;
    color: #303030
}

[data-view="2"] .catalog__item-table {
    margin-bottom: 20px
}

[data-view="2"] .cover__item-header {
    padding: 0
}

[data-view="2"] .cover__item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px
}

[data-view="2"] .cover__item-title a {
    color: #303030 !important
}

[data-view="2"] .cover__item-title a:hover {
    color: #D9130E !important
}

[data-view="2"] .cover__item-descr {
    display: none !important
}

[data-view="2"] .cover__item-main {
    position: relative;
    padding: 0
}

[data-view="2"] .cover__item-left {
    width: 100%
}

[data-view="2"] .cover__item-main {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

[data-view="2"] .card__info-item {
    color: #898B96;
    font-weight: 400
}

[data-view="2"] .icon__1 {
    background-image: url(/img/teh-1-gray.png)
}

[data-view="2"] .card__info {
    width: auto
}

[data-view="2"] .catalog__item-center-block {
    padding-right: 20px
}

[data-view="2"] .catalog__item-center {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

[data-view="2"] .manager__ava {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%
}

[data-view="2"] .manager__ava img {
    display: block;
    width: 100%
}

[data-view="2"] .manager__name {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 6px;
    color: #303030
}

[data-view="2"] .manager__box {
    width: 200px;
    min-width: 200px;
    text-align: center
}

[data-view="2"] .manager__phone {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #303030
}

[data-view="2"] .manager__phone a {
    color: #303030 !important
}

[data-view="2"] .cover__item-main > .card__info {
    display: none !important
}

[data-view="2"] .cover__item-left .btn__list {
    display: none !important
}

[data-view="2"] .cover__item-right {
    display: none !important
}

[data-view="2"] .cover__item-price {
    font-size: 19px;
    margin-bottom: 0;
    line-height: 28px
}

[data-view="2"] .catalog__item-price-old {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #D9130E;
    margin-top: 6px
}

[data-view="2"] .catalog__item-actions {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

[data-view="2"] .catalog__item-actions .btn__flat {
    padding: 0 20px;
    margin-right: 20px;
    margin-left: auto;
    display: none !important
}

[data-view="2"] .catalog__item-links {
    font-weight: 700;
    margin-right: 30px;
    font-size: 16px;
    line-height: 19px;
    display: none !important;
    color: #303030
}

[data-view="2"] .catalog__item-links a {
    color: #303030 !important
}

[data-view="2"] .catalog__item-links a:hover {
    color: #D9130E !important
}

[data-view="2"] .manager__phone a:hover {
    color: #D9130E !important
}

[data-view="2"] .catalog__item-center {
    margin-bottom: 30px
}

[data-view="2"] .catalog__item-center-block {
    border-right: 1px solid #E3E5E7
}

[data-view="2"] .catalog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

[data-view="2"] .catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px
}

[data-view="2"] .catalog__item-descr {
    display: none !important
}

[data-view="2"] .manager__box {
    display: none !important
}

[data-view="2"] .catalog__item-center-block {
    padding-right: 0;
    border-right: none !important
}

[data-view="2"] .view__2-box {
    display: flex !important;
    width: calc(50% - 15px);
    left: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    padding-bottom: 40px;
    opacity: 0;
    visibility: hidden
}

[data-view="2"] .catalog__item-phone {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFF;
    margin-bottom: 20px
}

[data-view="2"] .catalog__item-phone a {
    color: #fff !important
}

[data-view="2"] .catalog__item-phone a:hover {
    color: rgba(255, 255, 255, 0.7) !important
}

[data-view="2"] .cover__item:hover .view__2-box {
    opacity: 1;
    visibility: visible
}

[data-view="1"] .catalog__item {
    margin-bottom: 30px
}

[data-view="1"] .cover__item:before {
    display: none
}

[data-view="1"] .btn__border {
    border: 1px solid #fff !important;
    color: #fff !important
}

[data-view="1"] .cover__item {
    position: relative;
    filter: grayscale(0%)
}

[data-view="1"] .info__hint-box, [data-view="1"] .cover__item-content, [data-view="1"] .cover__item-img:after {
    opacity: 1
}

[data-view="1"] .info__hint-box {
    display: none !important
}

[data-view="1"] .cover__item {
    width: 100%;
    height: auto
}

[data-view="1"] .cover__item-img {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block
}

[data-view="1"] .cover__item-header, [data-view="1"] .cover__item-main {
    position: relative
}

[data-view="1"] .catalog__item-content-block {
    width: 100%
}

[data-view="1"] .catalog__item-table {
    display: none !important
}

[data-view="1"] .cover__item-content {
    height: 100%;
    position: absolute;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden
}

[data-view="1"] .cover__item-content:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0.500874) 100%);
    opacity: .6
}

[data-view="1"] .cover__item-header {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-view="1"] .cover__item-title {
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    line-height: 16px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

[data-view="1"] .cover__item-title a {
    color: #fff !important
}

[data-view="1"] .cover__item-title a:hover {
    color: rgba(255, 255, 255, 0.7) !important
}

[data-view="1"] .cover__item-main {
    position: relative;
    padding: 0
}

[data-view="1"] .cover__item-left {
    width: 100%
}

[data-view="1"] .card__info-item {
    color: #898B96;
    font-weight: 400
}

[data-view="1"] .card__info {
    width: auto
}

[data-view="1"] .catalog__item-center-block {
    padding-right: 20px
}

[data-view="1"] .catalog__item-center {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

[data-view="1"] .manager__box {
    width: 200px;
    min-width: 200px;
    text-align: center
}

[data-view="1"] .manager__phone {
    display: none !important
}

[data-view="1"] .cover__item-main > .card__info {
    display: none !important
}

[data-view="1"] .cover__item-left .btn__list {
    display: none !important
}

[data-view="1"] .cover__item-price {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 28px
}

[data-view="1"] .cover__item-main {
    display: block !important
}

[data-view="1"] .catalog__item-actions {
    margin-bottom: 30px
}

[data-view="1"] .cover__item-right .btn__item {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin: 0 !important
}

[data-view="1"] .cover__item-right .btn__item:last-child {
    display: none !important
}

[data-view="1"] .catalog__item-price-old {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-top: 6px
}

[data-view="1"] .catalog__item-links {
    display: none !important
}

[data-view="1"] .manager__phone a:hover {
    color: #D9130E !important
}

[data-view="1"] .catalog__item-center {
    margin-bottom: 30px
}

[data-view="1"] .catalog__item-center-block {
    border-right: 1px solid #E3E5E7
}

[data-view="1"] .catalog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

[data-view="1"] .catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px
}

[data-view="1"] .catalog__item-descr {
    display: none !important
}

[data-view="1"] .manager__box {
    display: none !important
}

[data-view="1"] .catalog__item-center-block {
    padding-right: 0;
    border-right: none !important
}

[data-view="1"] .catalog__item-actions .btn__flat {
    display: none !important
}

[data-view="1"] .cover__item-descr {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFF;
    width: 100%;
    margin-bottom: 10px
}

[data-view="1"] .card__info .row {
    display: block !important;
    text-align: center;
    font-size: 0
}

[data-view="1"] .cover__item-img:before {
    display: block !important;
    background: rgba(0, 0, 0, 0.15);
    height: 100%
}

[data-view="1"] .info__item {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    color: #fff;
    padding: 0 10px
}

[data-view="1"] .info__item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5)
}

[data-view="1"] .info__item:nth-child(3) {
    border-right: none !important
}

[data-view="1"] .catalog__item-center-block {
    width: 100%
}

[data-view="1"] .card__info .info__item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
    display: none !important
}

[data-view="1"] .card__info-item {
    color: #fff
}

[data-view="1"] .cover__item-header {
    margin-bottom: 30px
}

[data-view="1"] .cover__item:hover .cover__item-content {
    opacity: 1;
    visibility: visible
}

[data-view="1"] .cover__item:hover .view__1-box {
    opacity: 0;
    visibility: hidden
}

[data-view="1"] .cover__item:hover .cover__item-img:before {
    opacity: 0;
    visibility: hidden
}

[data-view="1"] .view__1-box {
    display: block !important;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
    color: #fff
}

[data-view="1"] .view__1-box .catalog__item-price-box {
    margin-bottom: 8px
}

.view__1-box-details {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #FFF
}

.view__1-box-details span:not(:last-child) {
    margin-right: 20px
}

.view__1-box {
    display: none !important
}

.catalog__item-table table {
    border-collapse: collapse;
    width: 100%
}

.catalog__item-table table td {
    font-size: 14px;
    line-height: 26px;
    color: #303030;
    vertical-align: top
}

.catalog__item-table table td:first-child {
    color: #898B96;
    padding-right: 20px;
    width: 1%;
    white-space: nowrap
}

.catalog__item-table table td a {
    color: #303030 !important
}

.catalog__item-table table td a:hover {
    color: #D9130E !important
}

.catalog__item-descr {
    font-size: 14px;
    color: #898B96;
    line-height: 20px
}

.catalog__list {
    margin-bottom: 30px
}

.pager__load-more .btn__flat {
    min-width: 170px
}

.pager__custom .pagination {
    border-radius: 0
}

.pager__custom .page-item:not(:last-child) {
    margin-right: 20px
}

.pager__custom .page-item.active .page-link {
    color: #fff !important;
    background: #04293A !important
}

.pager__custom .page-link {
    width: 50px;
    height: 50px;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 0 !important;
    color: #303030 !important
}

.pager__custom .page-link:hover {
    color: #D9130E !important
}

.media__item-img {
    display: block
}

.media__item-img img {
    width: 100%;
    display: block
}

.media__slider-box {
    position: relative
}

.media__navs {
    position: absolute;
    background: #fff;
    width: 100px;
    height: 50px;
    bottom: 0;
    right: 0;
    z-index: 5
}

.info__box-media {
    margin-left: -30px
}

.media__prev, .media__next {
    width: 50px;
    height: 100%
}

.media__prev:hover, .media__next:hover {
    opacity: .75
}

.media__prev {
    background: url(/img/arrow-left.svg) no-repeat center
}

.media__next {
    background: url(/img/arrow-right.svg) no-repeat center
}

.info__box-left {
    padding-right: 30px
}

.info__table {
    font-size: 16px;
    line-height: 19px;
    color: #898B96
}

.info__table table {
    border-collapse: collapse;
    width: 100%
}

.info__table td a {
    color: #898B96 !important
}

.info__table td a:hover {
    color: #303030 !important
}

.info__table td:last-child {
    color: #303030
}

.info__table td:last-child a {
    color: #303030 !important
}

.info__table td:last-child a:hover {
    color: #D9130E !important
}

.info__table tr:not(:last-child) td {
    padding-bottom: 19px
}

.info__box-section:not(:last-child) {
    margin-bottom: 40px
}

.info__box-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #303030
}

.info__box-section .btn__flat {
    margin-right: 20px
}

.link__custom {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #303030 !important
}

.link__custom:hover {
    color: #D9130E !important
}

.icons__info-list {
    padding-left: 35px
}

.info__box-col:first-child {
    border-right: 1px solid #E3E5E7
}

.icon__gas {
    background: url(/img/gas-icon.svg) no-repeat center;
    width: 11px;
    height: 16px;
    background-size: contain
}

.icon__water {
    background: url(/img/icon-water.svg) no-repeat center;
    width: 11px;
    height: 16px;
    background-size: contain
}

.icon__elect {
    background: url(/img/icon-elect.svg) no-repeat center;
    width: 11px;
    height: 16px;
    background-size: contain
}

.icon__canal {
    background: url(/img/icon-canal.svg) no-repeat center;
    width: 14px;
    height: 16px;
    background-size: contain
}

.icon__box {
    width: 16px;
    height: 16px;
    margin-right: 15px
}

.icons__info-item {
    font-size: 16px;
    line-height: 19px;
    color: #898B96
}

.icons__info-item:not(:last-child) {
    margin-bottom: 19px
}

.sc__others .scale__pager {
    display: none !important
}

.others__item-block {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.others__item-block:before {
    content: '';
    position: absolute;
    background: rgba(48, 48, 48, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.others__item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.others__item-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #FFF
}

.others__item-title a {
    color: #fff !important
}

.others__item-title a:hover {
    color: rgba(255, 255, 255, 0.7) !important
}

.others__item-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px
}

.others__item-table {
    position: absolute;
    bottom: 0;
    padding: 0 40px 40px;
    width: 100%;
    left: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.others__item-table table {
    border-collapse: collapse;
    width: 100%
}

.others__item-table table td {
    color: rgba(255, 255, 255, 0.5)
}

.others__item-table table td:last-child {
    color: #fff
}

.others__item-table table td:first-child {
    padding-right: 20px;
    white-space: nowrap;
    width: 1%
}

.others__item-table table td:first-child a {
    color: rgba(255, 255, 255, 0.5) !important
}

.others__item-table table td:first-child a:hover {
    color: #fff !important
}

.others__item-table table td a {
    color: #fff !important
}

.others__item-table table td a:hover {
    color: rgba(255, 255, 255, 0.7) !important
}

.others__item-table table tr:not(:last-child) td {
    padding-bottom: 19px
}

.others__item {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75)
}

.others__item-content, .others__item-block:before {
    opacity: 0;
    visibility: hidden
}

.active-mode .others__item-content, .active-mode .others__item-block:before {
    opacity: 1;
    visibility: visible
}

.active-mode .others__item {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.sc__others .tabs__custom .tab-content {
    height: 400px
}

.questions__box {
    background: no-repeat center;
    background-size: cover;
    padding-bottom: 80px
}

.sc__questions .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.question__manager-ava {
    width: 170px;
    overflow: hidden;
    height: 170px;
    border-radius: 85px;
    margin: 0 auto 18px
}

.question__manager-ava img {
    display: block;
    width: 100%
}

.info__table td {
    vertical-align: top
}

.info__table td:first-child {
    padding-right: 10px
}

.catalog__slider-box .slick-track {
    min-width: 100%
}

.question__manager {
    position: relative;
    margin-bottom: 20px;
    top: -20px
}

.question__manager-info {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    text-align: center
}

.question__manager-info ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.question__manager-info ul li {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.question__manager-info ul li:not(:last-child):after {
    display: inline-block;
    vertical-align: top;
    height: 21px;
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    margin: 0 20px;
    content: ''
}

.question__manager-info ul li a {
    color: #fff !important
}

.question__manager-info ul li a:hover {
    color: rgba(255, 255, 255, 0.5) !important
}

.sc__seo.sc__questions .container {
    padding-top: 80px !important
}

.questions__box .section__title {
    color: #fff;
    margin-bottom: 40px
}

.questions__box .form__custom {
    max-width: 812px;
    margin: 0 auto;
    width: 100%
}

.filter__values .container {
    padding-top: 30px
}

.filter__values ul {
    list-style: none;
    font-size: 0;
    margin: 0
}

.filter__values ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 10px
}

.filter__values ul li a {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    padding: 7px 26px 7px 10px;
    background: rgba(227, 229, 231, 0.5);
    color: #303030;
    position: relative;
    display: inline-block
}

.filter__values ul li a:hover {
    background: rgba(227, 229, 231, 0.85)
}

.filter__values ul li a:after {
    content: '';
    background: url(/img/remove-icon.svg) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 9px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px
}

.sc__dark {
    background: #F5F6F7
}

.info__box-details:not(:last-child) {
    margin-bottom: 40px
}

.catalog__slider-row {
    margin-left: -15px;
    margin-right: -15px
}

.catalog__slider-box {
    position: relative
}

.similar__box .tabs__custom .tab-content {
    height: 353px
}

.catalog__slider-box {
    position: relative
}

.catalog__slider-box .slide__left {
    left: 50%;
    margin-left: -75px;
    top: auto;
    margin-top: 0;
    bottom: -17px
}

.catalog__slider-box .slide__right {
    right: 50%;
    margin-right: -75px;
    top: auto;
    margin-top: 0;
    bottom: -17px
}

body:not(.page-catalog) .sc__questions .container {
    padding-bottom: 80px !important
}

.card__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #303030
}

.card__header {
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card__manager-box-ava {
    min-width: 100px;
    width: 100px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 30px
}

.card__manager-box-ava img {
    display: block;
    width: 100%
}

.card__manager-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 5px;
    color: #000
}

.card__manager-phone {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 20px;
    color: #000
}

.card__manager-phone a {
    color: #000 !important
}

.card__manager-phone a:hover {
    color: #D9130E !important
}

.card__manager-btn a {
    padding: 6px 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #303030 !important;
    border: 1px solid rgba(48, 48, 48, 0.5)
}

.card__manager-btn a:hover {
    border: 1px solid #303030
}

.card__actions-left {
    width: 700px;
    padding-right: 80px;
    border-right: 1px solid #E3E5E7
}

.sc__card-promo .scale__slider-box {
    height: auto
}

.card__actions {
    margin-top: 40px
}

.card__promo-item {
    filter: grayscale(0%)
}

.card__promo-item.cover__item:before {
    display: none !important
}

.card__promo-item .cover__item-img:before {
    background: -moz-linear-gradient(top, rgba(48, 48, 48, 0) 0%, #303030 100%);
    background: -webkit-linear-gradient(top, rgba(48, 48, 48, 0) 0%, #303030 100%);
    background: linear-gradient(to bottom, rgba(48, 48, 48, 0) 0%, #303030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00303030', endColorstr='#303030', GradientType=0)
}

.card__promo-item-content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 5
}

.card__promo-item-content-block {
    width: 100%;
    padding: 40px 60px
}

.sc__card-promo .slide__nav {
    top: 300px
}

.card__promo-item .ov__tp, .card__promo-item .ov__bt {
    height: 50px
}

.card__promo-item .cover__item-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFF;
    margin-bottom: 0
}

.card__promo-item .catalog__item-price-old {
    font-size: 16px;
    line-height: 19px;
    color: #FFF;
    margin-top: 8px
}

.card__promo-item .btn__border {
    font-size: 13px;
    line-height: 16px
}

.card__promo-item-content {
    opacity: 0;
    visibility: hidden
}

.active-mode .card__promo-item-content {
    opacity: 1;
    visibility: visible
}

.card__actions-box {
    padding-left: 100px;
    padding-right: 100px
}

.card__info-title {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #303030
}

.card__info-block:not(:last-child) {
    margin-bottom: 20px
}

.card__info-col:last-child .card__info-block {
    padding-left: 100px
}

.card__info-col {
    position: relative
}

.card__info-col:first-child:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #E3E5E7
}

.text__wrap.active .text {
    max-height: 20000px
}

.text__wrap .text {
    font-size: 16px;
    line-height: 24px;
    color: #898B96;
    max-height: 240px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px
}

.text__wrap .text:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(245, 246, 247, 0) 0%, #f5f6f7 100%);
    background: -webkit-linear-gradient(top, rgba(245, 246, 247, 0) 0%, #f5f6f7 100%);
    background: linear-gradient(to bottom, rgba(245, 246, 247, 0) 0%, #f5f6f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f6f7', endColorstr='#f5f6f7', GradientType=0)
}

.text__wrap .text p {
    margin: 0 0 15px
}

.text__wrap .text > :last-child {
    margin-bottom: 0 !important
}

.toggle__wrap {
    margin-bottom: 63px
}

.toggle__wrap a span {
    display: none !important
}

.toggle__wrap a span.active {
    display: inline-block !important
}

.card__tags {
    margin-bottom: -10px
}

.card__tags a {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    padding: 7px 10px;
    margin-right: 20px;
    color: #303030 !important;
    margin-bottom: 10px;
    border: 1px solid rgba(48, 48, 48, 0.5)
}

.card__tags a:hover {
    border: 1px solid #303030
}

.catalog__types .tabs__types .tab-content > .tab-pane {
    width: 100%;
    left: 0;
    margin-left: 0;
    position: relative
}

.catalog__types .tabs__types .nav-tabs {
    margin-bottom: 40px
}

.catalog__types .tabs__types .tab-content {
    height: auto
}

.catalog__types .tab-content > .tab-pane {
    display: none !important
}

.catalog__types .tab-content > .tab-pane.active {
    display: block !important
}

.sc__seo .questions__box {
    margin-top: 100px
}

.sc__card-promo .container {
    padding-bottom: 80px
}

.sc__card-promo .scale__slider-box {
    margin-bottom: 0
}

.section__box:not(:last-child) {
    margin-bottom: 80px
}

.contacts__data-box:not(:last-child) {
    margin-bottom: 35px
}

.contacts__left {
    background: #F5F6F7;
    padding: 60px;
    min-height: 100%
}

.contacts__data-box {
    font-size: 16px;
    line-height: 30px;
    color: #303030
}

.contacts__phone {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #303030
}

.contacts__phone:not(:last-child) {
    margin-bottom: 7px
}

.contacts__phone a {
    color: #303030 !important
}

.contacts__phone a:hover {
    color: #D9130E !important
}

.sc__contacts .container {
    padding-top: 30px !important
}

.sc__contacts .custom__map {
    height: 400px;
    background: #000
}

.sc__contacts .custom__map > div {
    height: 100%
}

.sc__contacts .form__field input {
    background: #F5F6F7
}

.sc__sides .container {
    padding-top: 30px !important
}

.side__left {
    padding-right: 70px
}

.news__item-img {
    min-width: 400px;
    width: 400px;
    margin-right: 70px
}

.news__item-img a {
    display: block;
    overflow: hidden
}

.news__item-img a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.news__item-img a img {
    display: block;
    width: 100%
}

.news__item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #303030;
    margin-bottom: 20px
}

.news__item-title a {
    color: #303030 !important
}

.news__item-title a:hover {
    color: #D9130E !important
}

.news__item-descr {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #898B96
}

.news__item-bottom .card__tags {
    margin-bottom: 10px
}

.news__item-date {
    font-size: 16px;
    line-height: 19px;
    color: #898B96;
    opacity: .5
}

.news__item {
    margin-bottom: 60px
}

.news__item-wide .news__item-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news__item-wide .news__item-img {
    min-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px
}

.news__item-wide .news__item-date {
    min-width: 180px;
    text-align: right;
    margin-top: 5px
}

.news__item-wide .news__item-bottom .card__tags {
    margin-bottom: 0
}

@media screen and (min-width: 992px) {
    .news__item-wide .news__item-bottom {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
}

.side__right-box:not(:last-child) {
    margin-bottom: 60px
}

.side__right-box-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px
}

.side__news-item-descr {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #898B96
}

.side__news-item-descr a {
    color: #898B96 !important
}

.side__news-item-descr a:hover {
    color: #303030 !important
}

.side__news-list .row {
    margin-bottom: -20px
}

.side__news-item {
    margin-bottom: 20px
}

.side__news-item-date {
    font-size: 14px;
    line-height: 16px;
    color: #898B96;
    opacity: .5
}

.side__news-item-img {
    margin-bottom: 16px
}

.side__news-item-img img {
    display: block;
    width: 100%
}

.side__news-item-img a {
    display: block;
    overflow: hidden
}

.side__news-item-img a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.side__right-box .form__field input {
    background: #F5F6F7
}

.side__right {
    position: relative
}

.side__right:before {
    content: '';
    position: absolute;
    background: #E3E5E7;
    width: 1px;
    left: -30px;
    top: 0;
    bottom: 0
}

.post__img {
    margin-bottom: 50px
}

.post__img img {
    display: block;
    width: 100%
}

.post__title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px
}

.post__text {
    margin-bottom: 40px
}

.post__img {
    position: relative
}

.post__img .social {
    width: auto;
    position: absolute;
    bottom: -25px;
    z-index: 2;
    right: 30px
}

.post__img .social img {
    width: auto
}

.post__img .social a:not(:last-child) {
    margin-bottom: 0;
    margin-right: 16px
}

.promo__box {
    margin-bottom: 80px;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.promo__box:before {
    content: '';
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.promo__box-content {
    width: 100%;
    text-align: center;
    padding: 0 20px;
    color: #fff;
    position: relative;
    z-index: 3
}

.promo__box {
    position: relative
}

.promo__box .btn__border {
    position: absolute;
    white-space: nowrap;
    right: 30px;
    bottom: 30px;
    z-index: 4
}

.promo__box-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    margin-bottom: 20px;
    color: #FFF
}

.promo__box-descr {
    max-width: 410px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.sc__service .steps__list {
    margin-bottom: 80px
}

.btn__border-dark {
    color: #303030 !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    border: 1px solid rgba(48, 48, 48, 0.5)
}

.btn__border-dark:hover {
    border: 1px solid #303030
}

.team__item-block .actions__wrap {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden
}

.team__item-btn:not(:last-child) {
    margin-bottom: 10px
}

.sc__team-promo .team__item-block:hover .team__item-content {
    top: 165px
}

.sc__team-promo .team__item-block:hover .actions__wrap {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width: 992px) {
    .post__box .news__item-bottom {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
}

.sc__team-promo .promo__box {
    height: 500px
}

.sc__team-promo .promo__box-descr {
    max-width: 500px
}

.partnership__left {
    padding-right: 70px
}

.partnership__left .section__title {
    margin-bottom: 40px;
    text-align: left
}

.partnership__left .text {
    margin-bottom: 40px
}

.partnership__left .actions__wrap > :not(:last-child) {
    margin-right: 30px
}

.partnership__right {
    height: 100%;
    margin-left: -30px
}

.partnership__right-box {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative
}

.partnership__right-box:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(360deg, #303030 0%, rgba(48, 48, 48, 0.0001) 100%);
    bottom: 0
}

.partnership__right-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 30px 40px;
    color: #fff
}

.partnership__right-name {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff
}

.partnership__right-position {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
    color: #FFF
}

.partnership__right-phone {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px
}

.partnership__right-phone a {
    color: #fff !important
}

.partnership__right-phone a:hover {
    color: rgba(255, 255, 255, 0.7) !important
}

.team__info-col {
    position: relative
}

.team__info-col .text {
    padding: 0 35px
}

.team__info-col:not(:last-child) {
    border-right: 1px solid #E3E5E7
}

.section__box-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #303030;
    margin-bottom: 30px
}

.section__box-border:not(:last-child) {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #E3E5E7
}

.sc__team-promo .container {
    padding-top: 30px !important
}

.sc__awards .section__title {
    color: #303030;
    margin-bottom: 20px
}

.sc__awards .section__header {
    margin-bottom: 60px
}

.sc__awards .section__header .text {
    max-width: 770px;
    text-align: center;
    margin: 0 auto
}

.awards__item-icon {
    margin: 0 auto 20px;
    width: 130px;
    height: 130px;
    border: 10px solid #E3E5E7;
    border-radius: 50%
}

.awards__item-icon img {
    display: block
}

.awards__item-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #898B96
}

.awards__item-descr {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #898B96;
    padding-left: 20px;
    padding-right: 20px
}

.awards__slider-box {
    position: relative
}

.awards__slider-box .slide__nav {
    top: 65px
}

.awards__slider-box .slide__left {
    left: 0
}

.awards__slider-box .slide__right {
    right: 0
}

.clients__slider-box {
    position: relative;
    margin-bottom: 40px
}

.clients__slider-box .slide__left {
    left: 0
}

.clients__slider-box .slide__right {
    right: 0
}

.sc__clients .text {
    max-width: 970px;
    margin: 0 auto
}

.awards__slider-row, .clients__slider-row {
    margin-left: -15px;
    margin-right: -15px
}

.awards__item, .clients__item {
    padding-right: 15px;
    padding-left: 15px
}

.clients__item-logo {
    height: 40px
}

.clients__item-logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.load__items-js span {
    display: none
}

.load__items-js span.active {
    display: block
}

.load__item {
    display: none
}

.load__item.active {
    display: block
}

.map__box {
    background: #f2f2f2;
    position: absolute;
    z-index: 20;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden
}

.map__box.active {
    opacity: 1;
    visibility: visible
}

.map__box-area {
    width: 100%;
    height: 100%
}

.map__box-area > div {
    height: 100%;
    width: 100%
}

.map__box-right {
    background: #303030;
    width: 270px;
    min-width: 270px;
    height: 100%;
    padding: 55px 60px 0 20px
}

.map__box-right-title {
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #FFF
}

.map__service-list {
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0
}

.map__service-list li {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: block
}

.map__service-list li:not(:last-child) {
    margin-bottom: 30px
}

.map__service-list li a {
    color: #898B96;
    display: inline-block;
    position: relative
}

.map__service-list li a:before {
    right: 100%;
    top: 50%;
    background: url(/img/check.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 12px;
    position: absolute;
    margin-top: -6px;
    opacity: 0;
    content: '';
    margin-right: 10px
}

.map__service-list li a:hover {
    color: #fff !important
}

.map__service-list li.active a {
    color: #fff !important
}

.map__service-list li.active a:before {
    opacity: 1
}

.map__modal-content {
    padding: 0 40px 40px 50px
}

.close__map-js {
    position: absolute;
    right: 60px;
    bottom: 40px;
    z-index: 10
}

.map__modal-title {
    font-size: 20px;
    color: #303030;
    line-height: 24px;
    margin-bottom: 6px;
    font-weight: 700
}

.map__modal-title a {
    color: #303030 !important
}

.map__modal-title a:hover {
    color: #D9130E !important
}

.map__modal-subtitle {
    font-size: 16px;
    color: #898B96;
    line-height: 24px
}

.map__modal-header {
    margin-bottom: 30px
}

.map__modal-list {
    margin-bottom: 20px
}

.map__modal-list table {
    border-collapse: collapse;
    width: 100%
}

.map__modal-list table th {
    font-size: 12px;
    color: #898B96;
    font-weight: 400;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px
}

.map__modal-list table th:first-child {
    padding-left: 0
}

.map__modal-list table th:last-child {
    padding-right: 0
}

.map__modal-list table td {
    padding: 12px 10px;
    position: relative;
    font-size: 14px;
    color: #303030
}

.map__modal-list table td:first-child {
    padding-left: 0
}

.map__modal-list table td:last-child {
    padding-right: 0
}

.map__modal-list table tr:nth-child(2n) {
    background: #F5F6F7
}

.map__modal-list table tr:nth-child(2n) td:first-child:after {
    content: '';
    right: 100%;
    top: 0;
    height: 100%;
    background: #F5F6F7;
    position: absolute;
    width: 50px
}

.map__modal-list table tr:nth-child(2n) td:last-child:after {
    content: '';
    left: 100%;
    top: 0;
    height: 100%;
    background: #F5F6F7;
    position: absolute;
    width: 40px
}

.modal__custom-map .actions__wrap .btn__filled {
    margin: 0 30px 0 0 !important
}

.modal__custom-map .link__custom {
    color: #898B96 !important
}

.modal__custom-map .link__custom:hover {
    color: #000 !important
}

.map__modal-info {
    opacity: 0;
    visibility: hidden
}

.map__modal-info.active {
    opacity: 1;
    visibility: visible
}

.modal__custom-info .btn__flat, .modal__custom-info .btn__filled {
    min-width: 108px
}

.cover__item {
    display: block
}

#custom-handle {
    background: #D9130E;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none !important
}

.handle-title {
    font-size: 16px;
    line-height: 19px;
    color: #898B96;
    font-family: 'Roboto';
    top: 100%;
    margin-top: 43px;
    width: 36px;
    left: 50%;
    margin-left: -8px;
    text-align: center
}

.stages-pager {
    position: relative;
    top: 40px
}

.ui-slider-horizontal .ui-slider-handle {
    top: -9px
}

.history__item-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #fff
}

.history__item-descr {
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.stage-start {
    position: absolute;
    top: 100%;
    width: 36px;
    text-align: center;
    left: -18px;
    font-size: 16px;
    line-height: 19px;
    color: #898B96;
    margin-top: 24px
}

.stage-end {
    position: absolute;
    top: 100%;
    width: 36px;
    text-align: center;
    right: -18px;
    font-size: 16px;
    line-height: 19px;
    color: #898B96;
    margin-top: 24px
}

.modal__custom-select {
    padding: 60px 70px 90px !important;
    overflow: visible !important
}

.modal__custom-select .modal__custom-title {
    margin-bottom: 20px
}

.modal__custom-select .modal__custom-text {
    margin-bottom: 20px
}

.modal__custom-select button[type="submit"] {
    margin-top: 40px
}

.form__fields-main {
    max-width: 370px;
    margin: 0 auto
}

.toggle__form-js {
    color: #898B96 !important
}

.toggle__form-js:hover {
    opacity: .75
}

.toggle__form-js span {
    display: none !important
}

.toggle__form-js span.active {
    display: inline-block !important
}

.toggle__form-wrap {
    border-top: 1px solid #E3E5E7;
    padding-top: 10px;
    margin-top: 10px
}

.form__select-hidden {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #E3E5E7;
    display: none
}

.form__select-hidden .row {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px
}

.form__select-hidden .select__wrap .ms-parent {
    height: 50px
}

.form__select-hidden .select__wrap .ms-choice {
    height: 50px;
    line-height: 50px;
    padding-left: 25px
}

.form__select-hidden .select__wrap .ms-choice > span {
    padding-left: 25px
}

.form__select-hidden .ms-drop ul li {
    padding-left: 25px
}

.form__select-hidden .select__from-to-btn {
    padding-left: 25px;
    line-height: 50px
}

.form__select-hidden .select__from-to {
    height: 50px
}

.form__select-item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px
}

a, input, button, textarea, .team__item-content-block, .ov__bt, .ov__tp, .scale__it-content, .slide__nav, .team__item-contacts, .team__item-content, .hover__icon, .services__slider-item-icon, .services__slider-item-block, .services__slider-item-content .actions__wrap, .services__slider-item-content:after, .collect__item-block:after, .cover__item:before, .info__hint-text, .radio__title, .ms-drop label, .ms-drop label:before, .ms-drop label:after, .select__from-to-dropdown, .filter__box-content, .checkbox__decor:after, .header__nav-box, .services__item-content, .radio__box-item path, .radio__box-item rect, .others__item, .card__actions, .card__promo-item-content, .card__promo-item, .text__wrap .text, .news__item-img img, .side__news-item-img img, .team__item-block .actions__wrap, .map__service-list a:before, .map__box, .map__modal-img img, .map__modal-info, .main__nav ul ul {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.info__hint-box, .cover__item-content, .cover__item-img:before, .view__2-box, .view__1-box, .others__item-content, .others__item-block:before {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.cover__item-title a {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.cover__item-img {
    -webkit-transition: all 0 ease;
    -moz-transition: all 0 ease;
    -ms-transition: all 0 ease;
    -o-transition: all 0 ease;
    transition: all 0 ease
}

.scale__it-img:after {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.scale__slider-box {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lazyload, .lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms
}

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

.card__actions-right {
    position: relative;
}

.ya-share2.social-links.cart-title.ya-share2_inited {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 100%;
}

.ya-share2__list.ya-share2__list_direction_horizontal {
    width: 208px;
    display: flex;
    justify-content: space-around;
}

.village-share-wrapper .ya-share2__list.ya-share2__list_direction_horizontal {
    width: 208px;
    float: right;
}

.add-to-favorite.added .heart {
    background-image: url(/img/heart_full_red.svg);
}

.add-to-favorite .heart {
    background-image: url(/img/heart.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
}

.add-to-favorite {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-color: #ffffff5e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border: 2px solid #fff;
    z-index: 10;
}

.cover__item {
    position: relative;
}

.cover__item .view__2-box-content,
.cover__item .btn__list a {
    z-index: 111;
}

.cover__item-img.img-iw {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cover__item-img.img-iw img {
    width: 100%;
    height: auto;
}

.cover__item a.url-pages {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.add-to-favorite:hover {
    background-color: #ffffff73;
    transition: all 0.3s;
}

.booking_modal + .cover__item-price {
    margin-top: 15px;
    font-size: 26px;
    text-align: center;
}

.filter__values ul li a.detail-pos {
    padding-right: 10px;
}

.detail-pos:after {
    display: none;
}

.filter__values ul li .detail-pos + a {
    color: #f1f2f3;
    padding-right: 10px;
}

.g-recaptcha > div {
    margin: auto;
    margin-bottom: 10px;
}

.footer .g-recaptcha {
    padding-top: 10px;
}

.footer #recaptchaError {
    position: absolute;
    top: 13px;
    font-size: 12px;
    left: 10px;
}

#callback-modal #recaptchaError {
    font-size: 12px;
    margin-bottom: 7px;
}

@media screen and (max-width: 1199px) {
    .card__actions-right a.booking_modal.link__custom {
        font-size: 12px;
        padding: 0px 25px;
    }

    .card__actions-left .btn__flat {
        font-size: 12px;
    }

    .partnership__right-content {
        position: relative;
    }

    .main__nav ul li:not(:last-child) {
        margin-right: 15px
    }

    .page-filter .sc__promo .bg {
        height: 462px
    }

    .news__item-img {
        min-width: 100%;
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0
    }

    .news__item-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .scale__slider-row {
        margin-right: -60px;
        margin-left: -60px
    }

    .scale__slider-item {
        padding-right: 60px;
        padding-left: 60px
    }

    .scale__slider-box .slide__left {
        left: 37px
    }

    .scale__slider-box .slide__right {
        right: 37px
    }

    .card__actions-box {
        padding-right: 30px;
        padding-left: 30px
    }

    .team__item-content {
        top: 215px
    }

    .services__slider-box {
        padding-left: 50px;
        padding-right: 50px
    }

    .services__slider-row {
        margin-left: -25px;
        margin-right: -25px
    }

    .services__slider-item {
        padding-right: 25px;
        padding-left: 25px
    }

    .social {
        margin-left: 0
    }

    .team__item-block:hover .team__item-content {
        top: 155px
    }

    .filter__search-field {
        width: 100%;
        min-width: 100%;
        padding-bottom: 1px
    }

    .filter__col, .filter__submit {
        width: 25%;
        min-width: 25%
    }

    .link__icon-wrap {
        top: 140px;
        left: 0
    }

    .filter__right {
        min-width: 270px;
        width: 270px;
        margin-left: 40px
    }

    .modal__custom-map {
        width: calc(100vw - 30px)
    }

    [data-view="1"] .catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    [data-view="2"] .catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .hidden-lg-down {
        display: none !important
    }

    iframe.video {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .hidden-md-up {
        display: none !important
    }

    .steps__item:first-child .steps__item-before {
        display: none
    }

    .steps__item:nth-child(3n):after {
        width: 68px;
        right: 8px
    }

    .steps__item:nth-child(3n) .steps__item-decor {
        display: none
    }

    .steps__item:nth-child(3n):before {
        content: '';
        position: absolute;
        right: 0;
        top: 40px;
        height: 6px;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
        width: 35px;
        z-index: 4
    }

    .steps__item:nth-child(3n+1) .steps__item-before {
        content: '';
        position: absolute;
        top: 43px;
        width: 160px;
        left: -80px;
        background: url(/img/line.svg) repeat-x;
        height: 3px
    }

    .steps__item:nth-child(3n+1):before {
        content: '';
        position: absolute;
        left: -80px;
        top: 40px;
        height: 6px;
        background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
        width: 40px;
        z-index: 4
    }

    .card__promo-main .scale__slider-box {
        padding-left: 50px;
        padding-right: 50px
    }

    .card__promo-main .cover__item {
        width: 100%
    }

    .card__promo-main .scale__slider-box .slide__left {
        left: 0
    }

    .card__promo-main .scale__slider-box .slide__right {
        right: 0
    }

    .card__promo-main .card__actions-box {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width: 991px) {
    .header__nav-box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        background: #04293A;
        z-index: 200
    }

    .header__nav-box.active {
        opacity: 1;
        visibility: visible
    }

    .main__nav {
        text-align: left;
        margin-bottom: 50px
    }

    .info__box-media {
        margin-left: 0;
        margin-top: 30px
    }

    .contacts__left {
        min-height: 0;
        margin-bottom: 40px
    }

    .main__nav ul li {
        display: block
    }

    .main__nav ul li:not(:last-child) {
        margin-bottom: 20px;
        margin-right: 0
    }

    .main__nav ul li a {
        display: inline-block;
        padding: 0;
        font-size: 16px;
        line-height: 22px;
        border-top: none !important
    }

    .main__subnav {
        text-align: left
    }

    .main__subnav ul li {
        display: block
    }

    .header__nav-box-block {
        height: 100%;
        padding: 60px 0 60px 40px
    }

    .filter__col, .filter__submit {
        width: 33.3333%;
        min-width: 33.3333%
    }

    .main__subnav ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .main__subnav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2)
    }

    .main__subnav ul li:not(:last-child):after {
        display: none !important
    }

    .filter__submit {
        margin-right: 0;
        margin-left: auto;
        position: absolute;
        top: 0;
        right: 0
    }

    .filter__col-small, .filter__search-field {
        padding-right: 0 !important
    }

    .filter__right {
        min-width: 160px;
        width: 160px;
        margin-left: 20px
    }

    .filter__search-field input {
        padding-right: 245px
    }

    .tabs__custom .nav-item:not(:last-child) {
        margin-right: 0
    }

    .scale__slider-box .slide__left {
        left: 0
    }

    .team__item-block {
        padding-bottom: 0;
        position: relative
    }

    .scale__slider-box .slide__right {
        right: 0
    }

    .team__item-contacts {
        opacity: 1;
        visibility: visible
    }

    .team__item-content {
        top: 0 !important;
        position: relative
    }

    .scale__slider-box {
        padding-left: 30px;
        padding-right: 30px
    }

    .team__item {
        margin-bottom: 50px
    }

    .team__list .row {
        margin-bottom: -50px
    }

    .team__item-content-block {
        padding-bottom: 0 !important;
        box-shadow: none !important
    }

    .about__box-img {
        margin-top: 50px;
        margin-left: 0
    }

    .stat__item {
        margin-bottom: 50px
    }

    .about__box-left {
        padding-right: 0
    }

    .stat__list .row {
        margin-bottom: -50px
    }

    .sc__about .container {
        padding-bottom: 80px
    }

    .nav__box > .row {
        margin-bottom: -35px
    }

    .nav__box-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        margin-bottom: 35px
    }

    html, .wrapper, body {
        height: auto;
        min-height: 0
    }

    .footer__nav-box {
        margin-bottom: 40px
    }

    .footer {
        height: auto;
        margin-top: 0
    }

    .footer .container {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .footer .container > .row {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .content {
        padding-bottom: 0
    }

    .cover__item {
        width: 700px;
        height: 490px
    }

    .cover__item-header {
        padding: 35px
    }

    .tabs__types .tab-content {
        height: 490px
    }

    .cover__item-main {
        padding: 0 35px 35px
    }

    .cover__item-right {
        width: 100%;
        margin-top: 35px
    }

    .cover__item-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .logo__box {
        width: 64px
    }

    .nav__bars {
        width: 64px;
        height: 64px;
        cursor: pointer;
        background: #04293A;
        display: flex !important
    }

    .nav__bars img {
        display: block;
        width: 32px
    }

    .header__right .callback__wrap {
        display: none !important
    }

    .logo {
        width: 64px
    }

    .header__phone {
        margin-bottom: 0
    }

    .header .container {
        max-width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .header__box {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .header__right {
        padding-top: 0;
        text-align: center
    }

    .close__nav {
        background: url(/img/close-2.svg) no-repeat center;
        background-size: contain;
        width: 18px;
        height: 18px;
        position: absolute;
        display: block !important;
        z-index: 4;
        right: 16px;
        top: 16px;
        cursor: pointer
    }

    .close__nav:before {
        content: '';
        left: -5px;
        right: -5px;
        bottom: -5px;
        top: -5px;
        position: absolute
    }

    .header__nav-box .callback__wrap {
        margin-bottom: 30px
    }

    .header__nav-box .header__phone {
        margin-bottom: 11px
    }

    .not-front .header {
        height: 64px
    }

    .not-front .content {
        padding-top: 64px
    }

    .quote__text:before {
        top: -65px;
        left: 0
    }

    .quote__text:after {
        top: -65px;
        right: 0
    }

    .not-front:not(.page-filter) .header {
        height: 64px
    }

    .side__left {
        margin-bottom: 80px
    }

    .not-front:not(.page-filter) .content {
        padding-top: 64px
    }

    .side__right:before {
        display: none !important
    }

    .news__item-img {
        min-width: 300px;
        width: 300px;
        margin-right: 40px
    }

    .news__item-block {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .news__item-wide .news__item-block {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .side__left {
        padding-right: 0
    }

    .side__right-box .form__custom {
        width: 100%
    }

    .page-filter .sc__promo .bg {
        height: 516px
    }

    .others__item-content, .others__item-block:before {
        opacity: 1;
        visibility: visible
    }

    .questions__box .form__custom {
        padding: 0 20px
    }

    .card__info-col:first-child:after {
        display: none
    }

    .card__info-col:last-child .card__info-block {
        padding-left: 0;
        margin-top: 50px
    }

    .card__promo-main .scale__slider-box .slick-list {
        overflow: hidden
    }

    .others__item {
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85)
    }

    .sc__card-promo .card__actions-box {
        padding-right: 0;
        padding-left: 0
    }

    .card__actions-left {
        width: auto;
        padding-right: 20px;
        border-right: none;
        margin-left: 0
    }

    .card__actions-left .btn__flat {
        margin-left: 20px;
        padding: 0 20px
    }

    .card__promo-main .cover__item {
        width: 630px
    }

    .sc__card-promo .slide__nav {
        top: 50%;
        margin-top: -6px
    }

    .card__promo-item-content-block {
        padding: 25px
    }

    .card__promo-item .ov__tp, .card__promo-item .ov__bt {
        display: none !important
    }
}

@media screen and (min-width: 768px) {
    .hidden-sm-up {
        display: none !important
    }

    .nav__box-menu-slider .slide__nav, .nav__box-menu-slider-types .slide__nav {
        display: none !important
    }

    .services__slider-box .scale__pager {
        display: none !important
    }

    .cover__slider-box .slide__nav, .cover__slider-box .scale__pager {
        display: none !important
    }

    .steps__item:first-child .steps__item-before {
        display: none
    }

    .steps__item:nth-child(2n):after {
        width: 68px;
        right: 8px
    }

    .steps__item:nth-child(2n) .steps__item-decor {
        display: none
    }

    .steps__item:nth-child(2n):before {
        content: '';
        position: absolute;
        right: 0;
        top: 40px;
        height: 6px;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
        width: 35px;
        z-index: 4
    }

    .steps__item:nth-child(2n+1) .steps__item-before {
        content: '';
        position: absolute;
        top: 43px;
        width: 160px;
        left: -80px;
        background: url(/img/line.svg) repeat-x;
        height: 3px
    }

    .steps__item:nth-child(2n+1):before {
        content: '';
        position: absolute;
        left: -80px;
        top: 40px;
        height: 6px;
        background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
        width: 40px;
        z-index: 4
    }
}

@media screen and (max-width: 767px) {
    .add-to-favorite {
        top: 75px;
        background-color: #3e3e3e5e;
    }

    .cover__slider-box {
        position: static !important;
        margin-left: 0 !important;
        padding: 0 !important;
    }

    .cover__item {
        width: 400px !important;
    }

    .history__item-descr {
        padding-right: 20px;
    }

    .ya-share2.social-links.cart-title.ya-share2_inited {
        position: static;
        display: block;
        margin-top: 25px;
    }

    .ya-share2__container_size_m {
        text-align: right;
    }

    .ya-share2__list.ya-share2__list_direction_horizontal {
        width: 208px;
        float: right;
    }

    .scale__slider-item {
        padding-right: 0;
        padding-left: 0
    }

    .logo__box {
        width: 50px
    }

    .modal__custom-select {
        padding: 30px 15px 44px !important
    }

    .map__modal-info {
        position: relative;
        right: 0;
        width: 100%;
        height: auto
    }

    .modal__custom-map {
        height: auto
    }

    .modal__custom-map .actions__wrap .btn__filled {
        margin: 0 15px 0 0 !important
    }

    .map__modal-img {
        margin-bottom: 25px
    }

    .map__modal-header {
        margin-bottom: 15px
    }

    .modal__custom-map .btn__flat, .modal__custom-map .btn__filled {
        min-width: 0;
        font-size: 14px;
        white-space: nowrap;
        padding: 0 28px
    }

    .map__modal-list table, .map__modal-list thead, .map__modal-list tr, .map__modal-list td, .map__modal-list th, .map__modal-list tbody {
        display: block
    }

    .map__modal-list thead {
        display: none !important
    }

    .map__modal-list tr {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        margin-left: -20px;
        margin-right: -20px
    }

    .map__modal-list td {
        position: relative;
        width: 50%;
        min-width: 50%;
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .map__modal-list td:before {
        display: block;
        font-size: 12px;
        color: #898B96;
        font-weight: 400;
        padding-bottom: 8px;
        content: attr(data-title)
    }

    .map-area {
        height: 280px
    }

    .map__modal-content {
        padding: 0 20px 30px
    }

    .about__box-left .text {
        margin-bottom: 20px
    }

    .modal__custom-form {
        padding: 30px 20px 45px !important
    }

    .logo {
        width: 50px
    }

    .services__slider-block {
        margin-bottom: 20px
    }

    .nav__bars {
        width: 50px;
        height: 50px
    }

    .nav__bars img {
        width: 24px
    }

    .about__box-img {
        margin-top: 0;
        margin-bottom: 20px
    }

    .header__right .header__phone {
        font-size: 14px;
        line-height: 20px
    }

    .about__box-img:after {
        width: 50px;
        height: 50px
    }

    .header__nav-box-block {
        height: 100%;
        overflow: auto
    }

    .sc__promo .container {
        padding-top: 110px;
        padding-bottom: 80px
    }

    .title {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 35px
    }

    .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .filter__search-field input {
        height: 50px;
        padding-right: 10px
    }

    .filter__box-content {
        opacity: 1;
        visibility: visible;
        display: none !important
    }

    .filter__submit {
        position: relative;
        width: 50%;
        min-width: 50%;
        padding-left: 8px
    }

    .filter__col {
        width: 100%;
        min-width: 100%;
        padding-bottom: 1px;
        padding-right: 0 !important
    }

    .filter__submit button {
        height: 50px
    }

    .radio__box {
        height: 50px
    }

    .select__from-to {
        height: 50px
    }

    .select__from-to-btn {
        line-height: 50px
    }

    .select__wrap .ms-parent {
        height: 50px
    }

    .select__wrap .ms-choice {
        height: 50px;
        line-height: 50px
    }

    .link__icon-wrap {
        top: 218px
    }

    .sc__promo .bg {
        height: 544px
    }

    .filter__box-content.active {
        display: block !important
    }

    .filter__box.active .link__icon-wrap, .filter__box.active .filter__submit {
        display: none !important
    }

    .filter__box-content {
        padding: 20px
    }

    .filter__left {
        margin-bottom: 10px
    }

    .filter__item {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 10px
    }

    .filter__right {
        min-width: 100%;
        width: 100%;
        margin-left: 0
    }

    .sc__common .container {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .section__title {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 35px
    }

    .tabs__custom .nav-tabs {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        margin-left: -20px;
        margin-right: -20px;
        overflow: auto;
        display: block;
        white-space: nowrap
    }

    .scale__slider-box {
        padding-left: 0;
        padding-right: 0
    }

    .scale__it-img {
        height: 300px
    }

    .tabs__custom .nav-item {
        white-space: nowrap;
        display: inline-block
    }

    .tabs__custom .nav-item:first-child {
        padding-left: 20px
    }

    .tabs__custom .nav-item:last-child {
        padding-right: 20px
    }

    .card__actions-box {
        padding-right: 0;
        padding-left: 0
    }

    .scale__slider-box {
        height: 300px;
        margin-bottom: 20px
    }

    .tabs__custom .tab-content {
        height: 343px
    }

    .scale__it-title {
        font-size: 24px;
        line-height: 28px
    }

    .scale__slider-box .slide__left {
        left: 50%;
        margin-top: 0;
        top: auto;
        bottom: -37px;
        margin-left: -75px
    }

    .scale__slider-box .slide__right {
        right: 50%;
        margin-top: 0;
        top: auto;
        bottom: -37px;
        margin-right: -75px
    }

    .scale__slider-item .ov__bt, .scale__slider-item .ov__tp {
        height: 0
    }

    .tabs__custom .container {
        padding-top: 60px !important
    }

    .scale__slider-item .scale__it-content {
        opacity: 1;
        visibility: visible
    }

    .scale__slider-item .scale__it-img:after {
        top: 0;
        bottom: 0;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .sc__tabs-box:not(:last-child) .container:after {
        display: none !important
    }

    .tabs__custom .nav-tabs {
        margin-bottom: 20px
    }

    .sc__tabs-box:last-child {
        padding-top: 35px;
        padding-bottom: 30px
    }

    .tabs__types .nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 20px
    }

    .tabs__types .nav-tabs {
        margin-right: -8px;
        margin-left: -8px;
        margin-bottom: 0
    }

    .cover__item {
        width: calc(100vw - 40px);
        height: auto
    }

    .team__item-content-block {
        padding-top: 20px !important
    }

    .team__list .row {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        margin-right: -8px;
        margin-left: -8px;
        overflow-x: auto;
        margin-bottom: 0 !important
    }

    .team__item {
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 222px;
        flex: 0 0 222px;
        max-width: 222px;
        padding-right: 8px;
        padding-left: 8px
    }

    .team__item:first-child {
        margin-left: 20px
    }

    .services__slider-box {
        padding-left: 0;
        padding-right: 0
    }

    .services__slider-item-content:after {
        display: none !important
    }

    .services__slider-block {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06) !important;
        background: #fff !important
    }

    .services__slider-item-block .services__slider-item-icon {
        background: #F5F6F7
    }

    .services__slider-item-block .hover__icon, .services__slider-item-block .actions__wrap {
        opacity: 1
    }

    .services__slider-item-content {
        height: auto
    }

    .sc__action .container {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .sc__action .section__title {
        font-size: 24px;
        line-height: 28px
    }

    .section__subtitle {
        font-size: 16px;
        line-height: 21px
    }

    .section__subtitle br {
        display: none
    }

    .section__header {
        margin-bottom: 30px
    }

    .form__field input {
        height: 50px
    }

    .btn__flat-large {
        height: 50px
    }

    .stat__item-block {
        padding-bottom: 10px
    }

    .stat__list .row {
        margin-bottom: -20px;
        margin-right: -8px;
        margin-left: -8px
    }

    .stat__item {
        margin-bottom: 20px;
        padding-left: 8px;
        padding-right: 8px
    }

    .stat__list {
        margin-bottom: 69px
    }

    .team__list {
        margin-left: -20px;
        margin-right: -20px
    }

    .sc__about .container {
        padding-top: 58px
    }

    .about__box-left .section__title {
        margin-bottom: 26px
    }

    .services__slider-item-label {
        right: 15px;
        top: 12px
    }

    .collect__item {
        margin-bottom: 10px
    }

    .about__box .btn__flat {
        min-width: 170px
    }

    .collect__list .row {
        margin-bottom: -10px
    }

    .collect__list {
        margin-bottom: 20px
    }

    .text {
        font-size: 14px;
        line-height: 18px;
        color: #898B96
    }

    .text p {
        margin: 0 0 16px
    }

    [data-cols="2"] .text {
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        column-count: 1;
        column-gap: 0
    }

    .filter__box-content {
        margin-bottom: -85px
    }

    .footer .container {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .form__custom-footer {
        margin-bottom: 20px
    }

    .footer__nav-box {
        margin-bottom: 30px
    }

    .footer__right {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .social {
        min-width: 100%;
        width: 100%;
        margin-bottom: 40px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .footer__right-content {
        text-align: left
    }

    .social a:not(:last-child) {
        margin-right: 24px;
        margin-bottom: 0
    }

    .footer__info.hidden-sm-up {
        margin-top: 30px
    }

    .btn__flat {
        padding: 0 15px
    }

    .nav__box-title {
        text-align: center
    }

    .nav__box-wide .nav__box-menu {
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        column-count: 1;
        column-gap: 0
    }

    .nav__box-menu-slider .slide__left, .nav__box-menu-slider-types .slide__left {
        left: 0
    }

    .nav__box-menu-slider, .nav__box-menu-slider-types {
        position: relative
    }

    .nav__box-menu-slider .slide__right, .nav__box-menu-slider-types .slide__right {
        right: 0
    }

    .nav__box-menu-slider-col {
        text-align: center
    }

    .sc__nav .container {
        padding-bottom: 60px !important
    }

    .nav__box-menu {
        text-align: center
    }

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

    .nav__box:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .services__slider-item-block {
        padding-top: 40px
    }

    .services__slider-block {
        box-shadow: none !important
    }

    .services__slider-box .slide__left {
        left: 50%;
        margin-left: -75px;
        top: auto;
        margin-top: 0;
        bottom: 6px
    }

    .services__slider-box .slide__right {
        right: 50%;
        margin-right: -75px;
        top: auto;
        margin-top: 0;
        bottom: 6px
    }

    .cover__slider-box {
        padding: 0 20px;
        width: 100% !important;
    }

    .tabs__types .tab-content {
        height: auto
    }

    .tabs__types .tab-content > .tab-pane {
        width: 100%;
        left: 0;
        margin-left: 0
    }

    .cover__item {
        filter: grayscale(0%)
    }

    .tabs__types .tab-content > .tab-pane {
        position: relative
    }

    .cover__item-img {
        height: 62.5vw;
        display: block
    }

    .cover__item-img:before {
        display: none
    }

    .cover__item:before {
        display: none !important
    }

    .info__hint-box, .cover__item-content, .cover__item-img:after {
        opacity: 1;
        visibility: visible
    }

    .cover__item-content {
        position: relative;
        background: #000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        color: #fff
    }

    [data-view="1"] .cover__item-content {
        background: transparent
    }

    .cover__item-header {
        position: relative;
        padding: 0
    }

    .cover__item-main {
        position: relative;
        padding: 0
    }

    .cover__item-title {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 7px
    }

    .cover__item-header {
        margin-bottom: 20px
    }

    .cover__item-price {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 23px
    }

    .info__hint-text {
        padding: 3px 48px 3px 15px;
        font-size: 12px;
        line-height: 14px
    }

    .cover__item-right {
        margin-top: 20px
    }

    .cover__item .btn__list .btn__item:not(:last-child) {
        margin-bottom: 0
    }

    .cover__slider {
        margin-bottom: 20px
    }

    .cover__slider-box .slide__left {
        left: 50%;
        margin-left: -75px;
        top: auto;
        margin-top: 0;
        bottom: 6px
    }

    .cover__slider-box .slide__right {
        right: 50%;
        margin-right: -75px;
        top: auto;
        margin-top: 0;
        bottom: 6px
    }

    .modal__custom {
        width: calc(100vw - 40px)
    }

    .modal__custom-highway {
        padding: 30px 15px 45px
    }

    .modal__custom-title {
        font-size: 24px;
        line-height: 26px
    }

    .modal__custom-highway .modal__custom-header {
        margin-bottom: 24px
    }

    .modal__custom .actions__wrap > * {
        margin: 0;
        width: 100%
    }

    .modal__custom .actions__wrap > :not(:last-child) {
        margin-bottom: 10px
    }

    .btn__filled-large {
        height: 50px
    }

    .checkbox__item:last-child {
        margin-bottom: 0 !important
    }

    .close__modal {
        bottom: 16px
    }

    .modal__custom-callback {
        padding: 0 15px 45px !important
    }

    .modal__custom-callback .modal__custom-header {
        margin-bottom: 20px
    }

    .modal__custom .form__custom-footer {
        margin-bottom: 0
    }

    .checkbox__list {
        margin-bottom: 30px;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        column-count: 1;
        column-gap: 0
    }

    .modal__custom-ava {
        width: 110px;
        margin: -20px auto 14px
    }

    .sc__services-promo .container {
        padding-top: 0 !important
    }

    .scale__slider-box {
        height: 400px;
        margin-bottom: 20px
    }

    .sc__services-promo .scale__it-img {
        height: 400px
    }

    .sc__services .container {
        padding-top: 60px
    }

    .steps__item-title {
        font-size: 14px;
        line-height: 20px
    }

    .steps__item-circle {
        margin-bottom: 10px
    }

    .steps__item {
        margin-bottom: 40px
    }

    .steps__list .row {
        margin-bottom: -40px
    }

    .steps__item-title br {
        display: none
    }

    .sc__services .tabs__custom .nav-tabs {
        margin-bottom: 60px
    }

    .steps__item-decor {
        display: none !important
    }

    .steps__item:after {
        width: 54px;
        right: -27px
    }

    .services__item {
        margin-bottom: 10px
    }

    .services__list .row {
        margin-bottom: -10px
    }

    .services__list {
        margin-bottom: 60px
    }

    .quote__header {
        margin-bottom: 52px
    }

    .quote__text {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px
    }

    .sc__services .stat__list {
        margin-bottom: 30px
    }

    .quote__box {
        margin-bottom: 72px
    }

    .quote__text:before {
        top: -35px;
        left: 50%;
        width: 36px;
        height: 27px;
        margin-left: -18px
    }

    .not-front .content {
        padding-top: 50px
    }

    .quote__text:after {
        bottom: -35px;
        top: auto;
        left: 50%;
        width: 36px;
        height: 27px;
        margin-left: -18px
    }

    .breadcrumbs .container {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .not-front .header {
        height: 50px
    }

    .steps__item:first-child .steps__item-before {
        display: none
    }

    .steps__item:nth-child(2n):after {
        width: 400px;
        left: 50%;
        right: auto;
        margin-left: 60px
    }

    .steps__item:nth-child(2n) .steps__item-decor {
        display: none
    }

    .steps__item:nth-child(2n+1) .steps__item-before {
        content: '';
        position: absolute;
        top: 43px;
        width: 400px;
        right: 50%;
        left: auto;
        margin-right: 60px;
        background: url(/img/line.svg) repeat-x;
        height: 3px
    }

    .sc__border .container:after {
        left: 20px;
        right: 20px
    }

    .sc__services:last-child .container {
        padding-top: 30px;
        padding-bottom: 70px !important
    }

    .service__img {
        height: 300px;
        margin-bottom: 50px;
        overflow: hidden
    }

    .service__img img {
        position: absolute;
        left: 50%;
        top: 0;
        width: auto;
        height: 100%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .sc__service .container {
        padding-top: 0 !important
    }

    .section__box:not(:last-child) {
        margin-bottom: 30px
    }

    .sc__contacts .form__custom {
        margin-top: 30px
    }

    .custom__map {
        margin: 0 -20px
    }

    .sc__contacts .container {
        padding-top: 0 !important
    }

    .services__list-wrap .services__list {
        margin-bottom: 31px
    }

    .contacts__left {
        padding: 30px 20px;
        min-height: 0;
        margin: 0 -20px
    }

    .news__item-img {
        min-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .news__item-block {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .news__item-title {
        margin-bottom: 10px
    }

    .side__right-box:not(:last-child) {
        margin-bottom: 40px
    }

    .news__item {
        margin-bottom: 30px
    }

    .news__item-wide .news__item-bottom .card__tags {
        margin-bottom: 10px
    }

    .news__item-wide .news__item-date {
        min-width: 100%;
        text-align: left;
        margin-top: 0
    }

    .sc__sides .container {
        padding-top: 0 !important
    }

    .pager__custom .page-item:not(:last-child) {
        margin-right: 15px
    }

    .side__left {
        margin-bottom: 60px
    }

    .pager__custom .page-link {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 13px
    }

    .news__item-img a {
        height: 300px;
        position: relative
    }

    .news__item-img a img {
        position: absolute;
        left: 50%;
        top: 0;
        height: 100%;
        width: auto;
        -webkit-transform: translateX(-50%) !important;
        -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        -o-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important
    }

    .post__img {
        height: 300px;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px
    }

    .post__img img {
        position: absolute;
        left: 50%;
        top: 0;
        height: 100%;
        width: auto;
        -webkit-transform: translateX(-50%) !important;
        -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        -o-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important
    }

    .post__text {
        margin-bottom: 20px
    }

    .post__title {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px
    }

    .hidden-sm-down {
        display: none !important
    }

    .post__box .social {
        margin-top: 20px
    }

    .post__box .social a:not(:last-child) {
        margin-right: 16px
    }

    .promo__box-title {
        font-size: 30px;
        line-height: 35px
    }

    .promo__box .btn__border {
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        right: 50%;
        bottom: 25px
    }

    .sc__service .steps__list {
        margin-bottom: 60px
    }

    .promo__box {
        margin-bottom: 60px
    }

    .page-catalog .content {
        padding-top: 0
    }

    .filter__box-content {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .page-filter .sc__promo .container {
        padding-top: 110px;
        padding-bottom: 80px
    }

    .page-filter .sc__promo .bg {
        height: 544px
    }

    .sc__catalog-title {
        font-size: 24px;
        line-height: 28px
    }

    .catalog__results-title {
        border-left: none;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #E3E5E7;
        height: auto
    }

    .sorting__item-label {
        margin-bottom: 10px
    }

    [data-view="1"] .catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px
    }

    .catalog__results {
        text-align: left;
        width: 100%
    }

    .catalog__results br {
        display: none
    }

    .sorting__item {
        margin-right: 20px;
        margin-bottom: 20px
    }

    .others__item {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .sc__catalog-header {
        margin-bottom: 40px
    }

    [data-view="1"] .cover__item-content {
        opacity: 1 !important;
        visibility: visible
    }

    [data-view="1"] .cover__item-img {
        height: 71vw
    }

    [data-view="1"] .cover__item .view__1-box {
        opacity: 0;
        visibility: hidden
    }

    #view-1-2-3 .pager {
        display: none !important
    }

    .sc__catalog .container {
        padding-bottom: 30px
    }

    .pager__load-more {
        width: 100%
    }

    .catalog__list {
        margin-bottom: 10px
    }

    .pager__load-more .btn__flat {
        min-width: 140px;
        margin-right: auto;
        margin-left: auto
    }

    .question__manager-ava {
        width: 100px;
        overflow: hidden;
        height: 100px;
        border-radius: 50px;
        margin: 0 auto 20px
    }

    .question__manager-info ul li {
        display: block;
        text-align: center
    }

    .questions__box .section__title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .info__box-col:first-child {
        border-right: none
    }

    .info__box-col:first-child .info__table {
        border-bottom: 1px solid #E3E5E7;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .info__box-section:not(:last-child) {
        margin-bottom: 30px
    }

    .info__box-left {
        padding-right: 0
    }

    .questions__box {
        padding-bottom: 30px
    }

    .icons__info-list {
        padding-left: 0
    }

    .question__manager {
        margin-bottom: 0
    }

    .others__item {
        padding: 0
    }

    .scale__slider-row {
        margin-right: 0;
        margin-left: 0
    }

    .scale__slider-box .slick-list {
        overflow: hidden
    }

    .info__box-section.d-flex {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .info__box-section .btn__flat {
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 20px
    }

    .info__box-section .link__custom {
        margin-bottom: 20px
    }

    .sc__others .scale__pager {
        display: block !important
    }

    .sc__others .scale__slider-box {
        height: 300px
    }

    .sc__others .tab-content {
        margin-bottom: 70px
    }

    .others__item-block {
        height: 300px;
        background: none !important
    }

    .others__item-block:before {
        display: none
    }

    .others__item-img {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        height: 200px
    }

    .others__item-img:before {
        content: '';
        position: absolute;
        background: rgba(48, 48, 48, 0.7);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .others__item-header {
        padding: 15px;
        height: 200px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .others__item-title {
        font-size: 20px;
        line-height: 23px;
        text-align: center;
        width: 100%
    }

    .sc__others .tabs__custom .tab-content {
        height: 300px
    }

    .others__item-table {
        position: relative;
        bottom: 0;
        padding: 0;
        width: 100%;
        left: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        opacity: 1;
        z-index: 3;
        visibility: visible;
        margin-top: 20px;
        font-size: 14px;
        line-height: 16px
    }

    .others__item-table table tr:not(:last-child) td {
        padding-bottom: 16px
    }

    .others__item-table table td {
        color: rgba(0, 0, 0, 0.5)
    }

    .others__item-table table td a {
        color: #303030 !important
    }

    .others__item-table table td:first-child a {
        color: rgba(0, 0, 0, 0.5) !important
    }

    .not-front:not(.page-filter) .header {
        height: 50px
    }

    .card__header {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .sc__card-promo .card__title {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }

    .sc__card-promo .card__header {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .info__table .col-12:not(:last-child) {
        margin-bottom: 19px
    }

    .card__info-col:last-child .card__info-block {
        margin-top: 40px
    }

    .card__info-block:not(:last-child) {
        margin-bottom: 40px
    }

    .info__table td:first-child {
        width: 145px !important
    }

    .sc__card-promo .container {
        padding-bottom: 30px
    }

    .toggle__wrap .link__custom {
        font-size: 14px;
        line-height: 18px
    }

    .card__info-title {
        margin-bottom: 21px;
        font-size: 21px;
        line-height: 23px
    }

    .card__info-box .text__wrap .text {
        font-size: 14px;
        line-height: 20px
    }

    .toggle__wrap {
        margin-bottom: 40px
    }

    .catalog__slider-row [data-view="1"] .catalog__item {
        margin-bottom: 0
    }

    .similar__box .scale__pager {
        margin-top: 20px
    }

    .similar__box .catalog__slider-box .slide__left, .similar__box .catalog__slider-box .slide__right {
        bottom: -36px
    }

    body:not(.page-catalog) .sc__questions .container {
        padding-bottom: 40px !important
    }

    .card__actions, .card__actions-left {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .card__actions-box {
        margin-top: 60px
    }

    .card__actions-box .card__manager-box {
        width: 100%;
        margin-bottom: 30px
    }

    .card__actions-left {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .card__actions-right {
        width: 100%;
        text-align: center;
        margin-top: 20px
    }

    .card__actions-left {
        padding-right: 0
    }

    .card__promo-main .cover__item {
        width: 100%
    }

    .card__promo-main .scale__slider-item {
        padding-right: 0;
        padding-left: 0
    }

    .card__promo-main .card__promo-item-content {
        position: relative;
        opacity: 1;
        visibility: visible
    }

    .card__promo-item-content-block {
        padding: 0
    }

    .card__actions-left .btn__flat {
        margin-left: 0
    }

    .card__promo-item-content-block {
        padding: 0
    }

    .card__info {
        width: 100%
    }

    .sc__card-promo .cover__item .btn__list .btn__item:not(:last-child) {
        margin-bottom: 10px
    }

    .sc__card-promo .cover__item .btn__list .btn__item {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .card__promo-item .card__info-item {
        color: #898B96
    }

    .card__promo-item .cover__item-img {
        margin-bottom: 20px
    }

    .card__promo-item .icon__teh-1.light-theme {
        background-image: url(/img/teh-1.svg)
    }

    .card__promo-item .icon__teh-2.light-theme {
        background-image: url(/img/teh-2.svg)
    }

    .card__promo-item .icon__teh-3.light-theme {
        background-image: url(/img/teh-3.svg);
        background-image: url(/img/teh-4.svg)
    }

    .card__promo-item .icon__teh-5.light-theme {
        background-image: url(/img/teh-5.svg)
    }

    .card__promo-item .icon__teh-6.light-theme {
        background-image: url(/img/teh-6.svg)
    }

    .card__promo-item .icon__teh-7.light-theme {
        background-image: url(/img/teh-7.svg)
    }

    .card__promo-item .icon__teh-8.light-theme {
        background-image: url(/img/teh-8.svg)
    }

    .card__promo-item .icon__teh-9.light-theme {
        background-image: url(/img/teh-9.svg)
    }

    .card__promo-item .icon__teh-10.light-theme {
        background-image: url(/img/teh-10.svg)
    }

    .card__promo-item .icon__teh-11.light-theme {
        background-image: url(/img/teh-11.svg)
    }

    .card__promo-item .icon__teh-12.light-theme {
        background-image: url(/img/teh-12.svg)
    }

    .card__promo-item-right {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .card__promo-item .cover__item-price, .card__promo-item .catalog__item-price-old {
        color: #303030;
        text-align: left
    }

    .card__info .row {
        margin-bottom: -15px
    }

    .btn__border {
        border: 1px solid red !important;
        color: red !important
    }

    .catalog__item-price-box {
        width: 100%;
        margin-bottom: 20px
    }

    .sc__card-promo .card__info {
        margin-bottom: 20px
    }

    .info__item {
        margin-bottom: 15px
    }

    .card__promo-main .scale__slider-box .slide__left {
        opacity: 1 !important;
        left: auto;
        right: 50px;
        width: 50px;
        height: 50px;
        margin-top: -50px;
        background: #fff;
        top: 62.5vw;
        bottom: auto;
        margin-left: 0
    }

    .card__promo-main .scale__slider-box .slide__left:before {
        background: url(/img/arrow-left.svg) no-repeat center;
        background-size: contain;
        width: 8px;
        height: 12px;
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -4px;
        margin-top: -6px;
        right: 0;
        bottom: 0
    }

    .card__promo-main .scale__slider-box .slide__right {
        opacity: 1 !important;
        left: auto;
        right: 0;
        width: 50px;
        height: 50px;
        margin-top: -50px;
        background: #fff;
        top: 62.5vw;
        bottom: auto;
        margin-left: 0;
        margin-right: 0
    }

    .card__promo-main .scale__slider-box .slide__right:before {
        background: url(/img/arrow-right.svg) no-repeat center;
        background-size: contain;
        width: 8px;
        height: 12px;
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -4px;
        margin-top: -6px;
        right: 0;
        bottom: 0
    }

    .question__manager-info ul li:not(:last-child) {
        margin-bottom: 6px
    }

    .question__manager-info ul li:not(:last-child):after {
        display: none !important
    }

    .question__manager-info {
        font-size: 16px;
        line-height: 19px
    }

    .similar__box .tabs__custom .tab-content {
        height: calc(71vw + 66px)
    }

    #view-4 {
        height: 0 !important;
        display: none !important
    }

    #view-1-2-3 {
        display: block !important;
        height: auto !important;
        opacity: 1 !important;
        visibility: visible !important
    }
}

#poselok-modal .close__modal {
    padding: 10px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: auto;
    background: #D9130E;
    color: #fff
}

#poselok-modal .close__modal::before {
    content: "Показать"
}

.info__table table tr td:last-child, .params_descr table tr td:last-child {
    width: 150px;
    text-align: right
}

@media screen and (max-width: 375px) {
    .card__manager-box-ava {
        margin-right: 20px
    }
}
.social_buttons {
	margin:15px;
	text-align: center;
	display: flex;
    justify-content: space-between;
}