

/* Start:/local/templates/ashmanov/css/constructor-blocks.css?166551280712318*/
.constructor-block {
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    color: #0a0a0a;
    position: relative;
}

.constructor-block.gray,
.constructor-block.dark-gray,
.constructor-block.black,
.constructor-block.absolutely-black,
.constructor-block.red,
.constructor-block.vinous {
    color: #fff;
}

.constructor-block__title-background  {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
}

.constructor-block__container {
    position: relative;
    z-index: 2;
}

.title-bg-red .constructor-block__header {
    color: #fff;
}

.constructor-block__header {
    margin-bottom: 34px;
}

.constructor-block__wrapper {
    width: 100%;
    padding: 0 16px;
    max-width: 1184px;
    margin: auto;
}

.constructor-block__instruments {
    padding: 80px 0;
}

.constructor-block__buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.constructor-block__btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 11px 20px;
    color: #ffffff;
    background-color: #C4262E;
    border: 1px solid #C4262E;
    cursor: pointer;
    text-align: center;
    transition: 0.2s;
}

.constructor-block__btn:hover {
    color: #C4262E;
    background-color: #fff;
}

.constructor-block-subtitle {
    font-weight: 400;
    margin-top: 8px;
}

.constructor-block-subtitle-big {
    font-size: 24px;
    line-height: 28px;
}

.constructor-block .prom-costs-title {
    font-weight: 700;
}

.constructor-block.white .prom-costs-description  {
    color: #0a0a0a;
}

.constructor-block .text-left {
    text-align: left;
}

.constructor-block .text-left .prom-costs-title:after {
    margin: 16px 0 0;
}

.constructor-block .text-center {
    text-align: center;
}

.constructor-block.white .prom-costs-title:after {
    background-color: #C4262E;
}

.constructor-block.prices .prom-costs-slider__item {
    justify-content: flex-start;
}

.constructor-block.prices .prom-costs-title {
    text-transform: uppercase;
}

.constructor-block.prices .prom-costs-cost {
    font-weight: 700;
    margin-top: auto;
}

.constructor-block.prices .prom-costs-slider__item .prom-btn-pour {
    width: 100%;
}

.prom-costs-type {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 16px;
}



/* Баннер */

.constructor-banner {
    padding: 147px 0;
}

.constructor-banner .prom-head-image__wrapper {
    padding: 0;
}

.constructor-banner__container {
    width: 60%;
    max-width: 670px;
}

.constructor-banner .prom-head-image__title {
    margin-bottom: 16px;
}

.constructor-banner .prom-head-image__subtitle {
    width: 88%;
    line-height: 28px;
    letter-spacing: -0.01px;
    margin-bottom: 31px;
}

.constructor-banner .prom-btn-pour {
    width: auto;
    padding: 15px 31px;
    margin-right: 16px;
}

.constructor-banner__container .prom-btn-link {
    color: #fff;
    padding: 16px 53px 16px 18px;
    position: relative;
    width: auto;
}

.prom-btn-link:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    background: url('/static/svg/link.svg');
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
}

.constructor-banner__container .prom-btn-link:hover {
    background: #fff;
    color: #0a0a0a;
}

.constructor-banner__container .prom-btn-link:hover:after {
    filter: brightness(0);
}

@media (max-width: 1023px) {
    .constructor-banner__container .prom-btn-link {
        margin: 10px 0 0;
        padding-left: 0;
        padding-right: 30px;
    }
    .prom-btn-link:after {
        right: 0;
    }

    .constructor-banner {
        padding: 56px 0;
    }
}

@media (max-width: 767px) {
    .constructor-banner .prom-btn-pour {
        margin-right: 0;
        width: 100%;
    }
    .constructor-banner .prom-btn-link {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        border: 1px solid #fff;
        text-align: center;
    }
    .constructor-banner .prom-btn-link:after {
        display: none;
    }
}

@media (max-width: 660px) {
    .constructor-banner__container {
        width: 100%;
        max-width: 76%;
    }

    .constructor-banner .prom-head-image__subtitle {
        width: 100%;
    }
}

/* Баннер */



/* Слайдер */

.constructor-block.prom-costs .prom-costs-slider__item {
    width: 362px;
}

.constructor-block.prom-costs .slider-count-4 .prom-costs-slider__item {
    width: 264px;
}

.constructor-block.white .prom-costs-slider__item {
    background: #fff;
}

.constructor-block.prom-costs .slick-arrow.slick-next {
    right: -38px;
}

.constructor-block.prom-costs .prom-costs-description {
    height: auto;
    margin-bottom: 20px;
}

.constructor-block.prom-costs .prom-costs-description li {
    list-style: "— ";
    list-style-position: inside;
}

.constructor-block.white .tariff-form-wrap {
    background: #fff;
}

.constructor-block.white .agreement-label,
.constructor-block.white .agreement-label .agreement {
    color: #383838;
}

.constructor-block.white .go-to-tariffs img {
    filter: brightness(0.8);
}

.prom-costs .prom-costs-slider__item .prom-btn-wrap {
    margin-top: 15px;
    width: 210px;
}


@media (max-width: 1230px) {
    .constructor-block.prom-costs .slick-arrow.slick-prev {
        left: -16px;
    }
    .constructor-block.prom-costs .slick-arrow.slick-next {
        right: -16px;
    }
}

@media (max-width: 767px) {
    .prom-costs .prom-costs-slider__item .prom-btn-wrap {
        width: 83%;
    }
}

/* Слайдер */




/* Плитка */

.constructor-tiles {
    background-color: #fff;
}

.constructor-tiles-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
}

.constructor-tiles-item {
    display: flex;
    padding: 24px 32px 24px;
    border: 1px solid #DFE3E4;
}

.constructor-tiles-item__icon {
    margin-right: 16px;
    flex: 0 0 auto;
}

.constructor-tiles-item__icon svg {
    max-width: 48px;
	height: auto;
}

.constructor-tiles-item__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}

.constructor-tiles-item__btn {
    padding: 12px 20px;
    color: #C4262E;
    background-color: #FFF;
    border: 1px solid #C4262E;
    cursor: pointer;
    text-align: center;
    transition: 0.2s;
}

.constructor-tiles-item__btn:hover {
    color: #FFF;
    background-color: #C4262E;
}


.constructor-block.features .constructor-tiles-list {
    display: flex;
    grid-gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}

.constructor-block.features .constructor-tiles-item {
    width: calc(33.33333% - 22px);
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    border: 0;
    padding: 24px 32px;
}

.constructor-block.features .constructor-tiles-list.items_row2 .constructor-tiles-item {
    width: calc(50% - 16px);
}

@media (max-width: 991px) {
    .constructor-tiles-list {
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr;
    }
    
    .constructor-block.features .constructor-tiles-list {
        grid-gap: 20px;
    }

    .constructor-block.features .constructor-tiles-item,
    .constructor-block.features .constructor-tiles-list.items_row2 .constructor-tiles-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .constructor-tiles-list {
        grid-template-columns: 1fr;
    }
    .constructor-block.features .constructor-tiles-item,
    .constructor-block.features .constructor-tiles-list.items_row2 .constructor-tiles-item {
        width: 100%;
    }
}

/* Плитка */



/* Текстовые блоки с заголовками */

/*.constructor-block-with-titles__items {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr 1fr;*/
/*    grid-gap: 32px;*/
/*    padding-right: 8px;*/
/*}*/

.constructor-block-with-titles__items {
    display: flex;
    grid-gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}

.constructor-block-with-titles-item {
    width: calc(33.33333% - 22px);
    /*margin: 0 32px 32px 0;*/
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 26px 16px 24px;
}

.constructor-block-with-titles__items.items_row2 .constructor-block-with-titles-item {
    width: calc(50% - 16px);
}

.constructor-block-with-titles-item__header {
    display: flex;
    margin-bottom: 12px;
}

.constructor-block-with-titles-item__number {
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    color: #C4262E;
    margin-right: 24px;
}

.constructor-block-with-titles-item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    width: 100%;
}

.constructor-block-with-titles-item__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #363636;
}

@media (max-width: 991px) {
    .constructor-block-with-titles__items {
        padding: 0;
        grid-gap: 20px;
        justify-content: flex-start;
    }

    .constructor-block-with-titles-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .constructor-block-with-titles-item {
        width: 100%;
    }
}

/* Текстовые блоки с заголовками */



/* Список */

.constructor-block-list__items {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 48px;
}

.constructor-block-list-item:not(:last-child) {
    margin-bottom: 32px;
}

.constructor-block-list-item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    position: relative;
    padding-left: 8px;
}

.constructor-block-list-item__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    border-left: 1px solid #C4262E;
}

.constructor-block-list-item__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
}

@media (max-width: 767px) {
    .constructor-block-list__items {
        padding: 24px;
    }
}

/* Список */



/* Сравнение */

.constructor-block-comparison__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
}

.constructor-block-comparison-item {
    padding: 24px 32px 24px 20px;
    background: #FFFFFF;
    border-left: 12px solid #C4262E;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    position: relative;
}

.constructor-block-comparison-item:nth-child(2n) {
    border-left: 12px solid #77FF8D;
}

.constructor-block-comparison-item__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}

.constructor-block-comparison-item__description li {
    margin-top: 12px;
    list-style-position: inside;
    font-size: 16px;
    line-height: 15px;
}

.constructor-block-comparison-item__description li::marker {
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .constructor-block-comparison__items {
        grid-template-columns: 1fr;
    }
}

/* Сравнение */



/* Этапы работ */

.constructor-block.gray .slick-dots li,
.constructor-block.dark-gray .slick-dots li,
.constructor-block.black .slick-dots li,
.constructor-block.absolutely-black .slick-dots li,
.constructor-block.red .slick-dots li,
.constructor-block.vinous .slick-dots li {
    color: #fff;
}

@media (max-width: 767px) {
    .constructor-block .slick-dots {
        justify-content: flex-start;
        flex-wrap: wrap;
        bottom: unset;
    }
    .constructor-block .slick-dots li {
        padding: 0px 8px;
        height: auto;
    }
}

/* Этапы работ */



/* Видео */

.constructor-video {
    padding: 0;
}

/* Видео */

.constructor-block .prom-works-scope_item {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .constructor-block.works {
        padding-bottom: 0px;
    }
}
.constructor-block.comparison {
    padding-top: 30px;
}


.constructor-reviews .slick-dots {
	left: 0;
}

.prom-tools-list .prom-tools-item-head div.prom-tools-item-title {
    cursor: text;
}
/* End */


/* Start:/local/templates/ashmanov/css/modals-1534790179730.min.css?15410728968543*/
/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,:after,:before{box-sizing:inherit}.container{width:100%;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:0;margin-left:0}.col-12,.col-md-3,.col-sm-6{position:relative;width:100%;min-height:1px;padding-right:0;padding-left:0}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.container{padding-right:16px;padding-left:16px;max-width:1152px}@font-face{font-family:Circe;src:url(/local/templates/ashmanov/css/../static/fonts/Circe-Light.eot);src:url(/local/templates/ashmanov/css/../static/fonts/Circe-Light.eot?#iefix) format("embedded-opentype"),url(/local/templates/ashmanov/css/../static/fonts/Circe-Light.woff) format("woff"),url(/local/templates/ashmanov/css/../static/fonts/Circe-Light.svg#custom_font) format("svg");font-weight:300;font-style:normal}@font-face{font-family:Circe;src:url(/local/templates/ashmanov/css/../static/fonts/Circe-Regular.eot);src:url(/local/templates/ashmanov/css/../static/fonts/Circe-Regular.eot?#iefix) format("embedded-opentype"),url(/local/templates/ashmanov/css/../static/fonts/Circe-Regular.woff) format("woff"),url(/local/templates/ashmanov/css/../static/fonts/Circe-Regular.svg#custom_font) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Circe;src:url(/local/templates/ashmanov/css/../static/fonts/Circe-Bold.eot);src:url(/local/templates/ashmanov/css/../static/fonts/Circe-Bold.eot?#iefix) format("embedded-opentype"),url(/local/templates/ashmanov/css/../static/fonts/Circe-Bold.woff) format("woff"),url(/local/templates/ashmanov/css/../static/fonts/Circe-Bold.svg#custom_font) format("svg");font-weight:700;font-style:normal}[data-simplebar]{position:relative;z-index:0;overflow:hidden!important;max-height:inherit;-webkit-overflow-scrolling:touch}[data-simplebar=init]{display:-ms-flexbox;display:flex}[data-simplebar] .simplebar-content,[data-simplebar] .simplebar-scroll-content{overflow:hidden}[data-simplebar=init] .simplebar-content,[data-simplebar=init] .simplebar-scroll-content{overflow:scroll}.simplebar-scroll-content{overflow-x:hidden!important;min-width:100%!important;max-height:inherit!important;box-sizing:content-box!important}.simplebar-content{overflow-y:hidden!important;box-sizing:border-box!important;min-height:100%!important}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;width:11px;pointer-events:none}.simplebar-scrollbar{position:absolute;right:2px;width:7px;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:0;right:0;opacity:0;transition:opacity .2s linear}.simplebar-track .simplebar-scrollbar.visible:before,.simplebar-track:hover .simplebar-scrollbar:before{opacity:.5;transition:opacity 0 linear}.simplebar-track.vertical{top:0}.simplebar-track.vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.horizontal{left:0;width:auto;height:11px}.simplebar-track.horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.horizontal.simplebar-track .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track{right:auto;left:0}[data-simplebar-direction=rtl] .simplebar-track.horizontal{right:0}.modal,body.modal-open{overflow:hidden}.modal{display:none;position:fixed;z-index:999;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,.7);outline:none}.modal-dialog{position:relative;width:100%;max-width:480px;height:100%;max-height:576px;margin:auto;padding-top:56px;padding-bottom:52px;background:#fff;overflow:hidden}.modal-scroll{height:100%;max-height:468px}.modal-content{padding:0 48px}.modal-content:after,.modal-content:before{content:"";pointer-events:none;position:absolute;z-index:1;left:48px;right:48px}.modal-content.scrolled-from-top:before{background-image:linear-gradient(180deg,#fff,hsla(0,0%,100%,.7),hsla(0,0%,100%,0))}.modal-content.scrolled-to-bottom:after{background-image:linear-gradient(0deg,#fff,hsla(0,0%,100%,.7),hsla(0,0%,100%,0))}.modal-content:before{top:0;height:66px}.modal-content:after{bottom:-18px;height:66px}.modal-close{position:absolute;z-index:1;top:16px;right:16px;padding:0;border:none;cursor:pointer;background:transparent;transition:opacity .2s linear}.modal-close svg{width:16px;height:16px}.modal-close svg path{fill:#191919}.modal-close:focus svg path,.modal-close:hover svg path{fill:#c4262e}.modal-title{margin-bottom:30px;letter-spacing:.4px;font-size:24px;font-weight:400;font-family:Circe;color:#383838;line-height:1.067;text-align:left}.modal-body p{font-family:CirceRegular,sans-serif;font-size:15px;line-height:1.5;color:#191919}.modal-body p:not(:last-child){margin-bottom:32px}.modal .b-field__input{font-family:Circe,sans-serif}.modal .simplebar-track.vertical{right:14px;width:6px;background:#f3f3f3;border-radius:0}.modal .simplebar-track.vertical .simplebar-scrollbar{width:6px;right:0}.modal .simplebar-track.vertical .simplebar-scrollbar:before{top:0;bottom:0;border-radius:0;background:#d7d7d7;opacity:1}.modal .simplebar-track.horizontal,.modal .simplebar-track[style="visibility: hidden;"]~.simplebar-scroll-content .scrolled-to-bottom:after{display:none}.modal .jq-selectbox__dropdown{box-shadow:0 7px 10px 0 rgba(0,0,0,.25)}.modal--agreement{background:transparent}.modal--agreement .modal-dialog{max-width:576px;max-height:584px}.modal--agreement .modal-scroll{max-height:518px}.modal--request .modal-dialog{max-width:768px;max-height:580px}.modal--request .modal-scroll{max-height:514px}.modal--request .b-field__textarea{height:144px}.modal--request .b-main-form__files{max-width:calc(100% - 26px);padding-right:80px;border:none}.modal--request .b-main-form__files:focus,.modal--request .b-main-form__files:hover{border-color:transparent}.modal--request .b-main-form__files .jq-file{position:relative}.modal--request .b-main-form__files .jq-file__name{overflow:hidden;text-overflow:ellipsis;background:linear-gradient(270deg,#cacaca 3px,hsla(0,0%,100%,0) 0);background-repeat:repeat-x;background-size:6px 1px;background-position:3px 24px;cursor:pointer}.modal--request .b-main-form__files .jq-file__name:focus,.modal--request .b-main-form__files .jq-file__name:hover{color:#c4262e;background:none}.modal--request .b-main-form__files .jq-file__remove{display:none;position:absolute;left:calc(100% + 20px);bottom:0;margin:auto;outline:none;color:#c4262e;font-size:14px;font-weight:700;cursor:pointer}.modal--request .agreement-label{margin-top:0;color:#383838;font-family:Circe,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.3}.modal--request .agreement-label:not(:last-child){margin-bottom:30px}.modal--request .agreement-label .agreement{padding-top:0;border-bottom:0;background:linear-gradient(270deg,#cacaca 3px,hsla(0,0%,100%,0) 0);background-repeat:repeat-x;background-size:6px 1px;background-position:0 15px;display:inline-block}.modal--callback .modal-dialog{max-width:480px;max-height:570px;height:auto;overflow-y:auto}.modal--callback .modal-content:after{bottom:0;height:56px;display:none}.modal--callback .modal-title span{display:block;margin-top:8px;font-size:15px;font-family:Circe;color:#383838;line-height:1.375;font-weight:400}.modal--callback .b-field__select-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.modal--callback .b-field__select-wrap>.b-field__select{-ms-flex:1 1;flex:1 1}.modal--callback .b-field__select-wrap>span{margin-left:10px;margin-right:10px;color:#cecece;font-weight:700}.modal--callback .agreement-label{margin-top:24px;color:#383838;font-family:Circe,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.3}.modal--callback .agreement-label:not(:last-child){margin-bottom:30px}.modal--callback .agreement-label .agreement{padding-top:0;border-bottom:0;background:linear-gradient(270deg,#cacaca 3px,hsla(0,0%,100%,0) 0);background-repeat:repeat-x;background-size:6px 1px;background-position:0 15px;display:inline-block}.modal--success,.modal--success .modal-title{text-align:center}@media (min-width:768px){.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.container{padding-right:32px;padding-left:32px}.modal-dialog{height:auto;margin-top:24px}}@media (min-width:992px){.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.modal-dialog{margin-top:50vh}.modal.fade .modal-dialog{transform:translateY(-50%)}.modal-title{font-size:32px}}@media (min-width:1200px){.container{padding-right:0;padding-left:0}}
/* End */


/* Start:/local/templates/ashmanov/css/loader.css?15390785791610*/
.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 410px;
}

.loader ul {
    display: flex;
}

.loader ul li {
    width: 20px;
    height: 20px;
    margin: 10px;
    list-style-type: none;
    transition: 0.5s all ease;
}

.loader ul li:nth-child(1) {
    animation: right-1 1s infinite alternate;
    background-color: #e4e8e9;
    animation-delay: 100ms;
}

@keyframes right-1 {
    0% {
        transform: translateY(-60px);
    }
    100% {
        transform: translateY(60px);
    }
}

.loader ul li:nth-child(2) {
    animation: right-2 1s infinite alternate;
    background-color: #dee2e3;
    animation-delay: 200ms;
}

@keyframes right-2 {
    0% {
        transform: translateY(-70px);
    }
    100% {
        transform: translateY(70px);
    }
}

.loader ul li:nth-child(3) {
    animation: right-3 1s infinite alternate;
    background-color: #d1d6d7;
    animation-delay: 300ms;
}

@keyframes right-3 {
    0% {
        transform: translateY(-80px);
    }
    100% {
        transform: translateY(80px);
    }
}

.loader ul li:nth-child(4) {
    animation: right-4 1s infinite alternate;
    background-color: #c2c8c9;
    animation-delay: 400ms;
}

@keyframes right-4 {
    0% {
        transform: translateY(-90px);
    }
    100% {
        transform: translateY(90px);
    }
}

.loader ul li:nth-child(5) {
    animation: right-5 1s infinite alternate;
    background-color: #b5bbbd;
    animation-delay: 500ms;
}

@keyframes right-5 {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(100px);
    }
}
/* End */


/* Start:/static/css/style.css?166504003214449*/
.menu-is-opened {
  overflow: hidden;
}

.menu-is-opened.modal-open .header,
.modal-open .header {
  z-index: 98;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  transition: all .2s ease;
  z-index: 99;
}
.header::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid transparent;
  z-index: -1;
}

.header.is-scrolled::before {
  border-bottom-color: #e5e5e5;
  z-index: 2;
}

.header__left-col {
  display: flex;
}

.header__logo {
  position:relative;
  display: block;
  z-index: 2;
}

.header__logo img {
  max-width: 100%;
  width: 96px;
  height: 48px;
}

.header__about-company {
  display: flex;
  align-items: center;
  max-width: 128px;
  padding: 6px 14px;
  color: #a2a2a2;
  font-size: 10px;
  line-height: 1;
}

.header__body {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  padding-right: 48px;
}

.header__search {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}
.header__search[hidden] {
  display: none;
}

.header__field {
  flex-grow: 2;
  padding: 14px 48px 14px 48px;
  border: none;
  color: #383838;
  font-size: 18px;
  background: transparent url(/static/css/../img/icon-search.svg) left 18px top 50% no-repeat;
  background-size: 14px 14px;
}

.header__field:focus {
  outline: none;
}

.header__close-search {
  flex: none;
  background: url(/static/css/../img/close-search.png) no-repeat center;
  background-size: 15px 16px;
}

.header__close-search {
  position: absolute;
  right: 0;
  z-index: 1;
}

.header__search-button,
.header__menu-button,
.header__close-search {
  width: 48px;
  height: 48px;
  border: none;
  vertical-align: top;
  cursor: pointer;
  outline: none;
}

.header__search-button {
  flex: none;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  background: transparent url(/static/css/../img/icon-search.svg) center no-repeat;
  background-size: 16px 16px;
}

.header__menu-button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent url(/static/css/../img/icon-menu.svg) center no-repeat;
  background-size: 16px 12px;
}
.sati_block1 {
padding: 1em;
    border-radius: 5px;
    border: 1px solid #ccc;
    position: relative;
}
.sati_block1 .ttblock {
    width: max-content;
    position: absolute;
    color: #fff;
    background: #c4262e;
    padding: 0.2em 0.5em 0.05em 0.5em;
    right: 0;
    top: 0;
    font-weight: bold;
    font-size: 0.85em;
    text-transform: uppercase;
}
.sati_block1 h3{
    padding: 1em;
}
.sati_block1 img{
    float: left;
    padding: 0;
    margin: 0.25em !important;
}
.sati_block1 p{
font-style: italic;
}

.contact-us {
  position: relative;
  display: none;
}

.contact-us__dropdown--position {
  position: absolute;
  top: 100%;
  width: 264px;
  left: -22px;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  z-index: 20;
}
.contact-us__dropdown {
  padding: 24px 32px;
}

.contact-us__button {
  position: relative;
  padding: 12px 36px 12px 24px;
  background-color: transparent;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-left: 1px solid #e8e8e8;
  cursor: pointer;
  outline: none;
}

.contact-us__button:hover,
.contact-us__button:focus{
  color: #c4262e;
}
.contact-us__button:hover span,
.contact-us__button:focus span {
  border-bottom-color: transparent;
}

.contact-us__button:hover::before,
.contact-us__button:focus::before{
  background-image: url(/static/css/../img/arrow-up.png);
}

.contact-us__button::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 4px;
  right: 24px;
  top: 50%;
  margin-top: -4px;
  background: transparent url(/static/css/../img/arrow-down.jpg) right center no-repeat;
  background-size: 7px 4px;
}

.contact-us__button span {
  border-bottom: 1px dashed #bfbfbf;
  line-height: 1;
  display: block;
}

.contact-us__title {
  margin-top: 0;

  font-size: 14px;
  color: rgba(56,56,56,.659);
  line-height: 1.429;
}

.contact-us__tel {
  margin-bottom: 20px;
  font-weight: 700;
}

.contact-us__tel a {
  display: inline-block;
  font-size: 16px;
  line-height: 0.9;
  color: inherit;
  text-decoration: none;
  background-size: 6px 1px;
  border-bottom: 1px dashed #d9d9d9;
  transition: all 150ms ease-in;
}

.contact-us__tel a:hover {
  color: #c4262e;
  border-bottom-color: transparent;
}

.contact-us__office {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.818;
}

.menu {
  display: none;
  position: fixed;
  top: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #e8e8e8;
  max-height: 100vh;
  overflow-y: scroll;
  z-index: 20;
}

.menu__list {
  margin-bottom: 64px;
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
  background-color: #fff;
  transition: .3s ease-out;
}

.menu__item.is-expanded > .has-submenu::after {
  background-image: url('/static/css/../img/arrow-up.png');
  background-size: 7px 4px;
  transform: rotate(180deg);
}

.menu__item.is-expanded .menu__link::before {
  opacity: 1;
  visibility: visible;
}

.menu__item.is-expanded .menu__link,
.menu__item.is-active .menu__link {
  color: #c4262e;
}

.menu__link {
  position: relative;
  display: block;
  padding: 18px 24px;
  border-bottom: 1px solid #e8e8e8;
  line-height: 1.8;
  color: #383838;
  background-color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.menu__link:hover {
  color: #c4262e;
}


.has-submenu::after {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  background-image: url(/static/css/../img/arrow-right.png);
  background-repeat: no-repeat;
  background-size: 4px 7px;
}

.menu__link::before {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -9px;
  width: 16px;
  height: 9px;
  background-image: url(/static/css/../img/white-triangle.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
  transition: .2s ease-in;
}

.menu__sublist {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 0;
  background-color: #f7f7f7;
  list-style-type: none;
  margin-left: 0;
}

.menu__sublist .contact-us__dropdown {
  padding-top: 8px;
}

.menu__sub-link {
  display: block;
  position: relative;
  padding: 8px 24px;
  color: #383838;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 17px;
}

.menu__slide {
  width: 100%;
  position: absolute;
  top: -1px;
  left: 100%;
  display: none;
  border-top: 1px solid #e8e8e8;
  background-color: #f7f7f7;
  padding-bottom: 16px;
}

.menu__slide.is-expanded {
  display: block;
}

.menu__submenu-deep {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
.menu__submenu-deep ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

.menu__sub-link-deep {
  position: relative;
  display: block;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 300;
  color: #383838;
  text-decoration: none;
}

.menu__sub-item-deep--header .menu__sub-link-deep {
  margin-top: 16px;
  font-weight: 700;
}

.menu__come-back-button {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 22px 24px 22px 40px;
  border-bottom: 1px solid #e8e8e8;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}

.menu__come-back-button::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  left: 24px;
  top: 50%;
  margin-top: -4px;
  background:transparent url(/static/css/../img/arrow-down.jpg) 0 0 no-repeat;
  transform: rotate(90deg);
}

.b-text-plus-img-block__wrapper {
    background: #fff;
}

.b-image-block__wrapper {
    max-width: 100%;
}

.b-text-plus-img-block__text {
    color: #383838;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
}

.b-text-plus-img-block__title {
  margin: 0 0 32px 0;
  color: #383838;
  text-align: center;
}

.b-default__title {
  text-align: center;
  text-transform: uppercase;
}


@media screen and (min-width: 320px) {
  .b-default__title {
    margin: 32px 0;
  }
}

@media screen and (min-width: 768px) {
  .header__logo img {
    width: 128px;
    height: 64px;
  }

  .header__about-company {
    max-width: 210px;
    padding: 6px 24px;
    font-size: 13px;
    line-height: 1.07;
  }

  .header__search {
    padding-left: 128px;
    z-index: 0;
  }
  .header__field {
    padding: 22px 64px 22px 48px;
  }
  .header__body {
    padding-right: 64px;
  }

  .header__search-button,
  .header__menu-button,
  .header__close-search {
    height: 64px;
    width: 64px;
  }
  .contact-us {
    display: flex;
  }
  .menu__item--contact-us {
    display: none;
  }

    .menu {
        top: 64px;
    }

    .b-text-plus-img-block__text {
        margin: 16px 0px 0px 0px;
        padding: 0;
        font-size: 18px;
        line-height: 24px;
    }

  .b-text-plus-img-block__title {
    margin: 0px 0px 16px 0px;
    letter-spacing: -1px;
  }
}

@media screen and (min-width: 1024px){
  .b-default__title {
    margin: 48px 0;
  }
}

@media screen and (min-width: 1280px){
  .header__logo {
    position: relative;
    z-index: 1;
  }

  .header__about-company {
    max-width: 222px;
  }


  .header__body {
    padding-right: 0;
  }

  .header__search-button {
    border-right: none;
  }

  .header__menu-button {
    display: none;
  }

  .header__search {
    padding-left: 127px;
  }

  .menu {
    display: block !important;
    padding-bottom: 0;
    position: static;
    border-top: none;
    margin-right: 12px;
    z-index: 0;
    overflow: inherit;
    max-height: initial;
  }

  .menu__list {
    display: flex;
    height: 100%;
    margin-bottom: 0;
  }

  .menu__item {
    display: flex;
    align-items: center;
  }

  .menu__link {
    border-top: none;
    border-bottom: none;
    padding-right: 13px;
    padding-left: 13px;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
  .menu__link.has-submenu {
    padding-right: 22px;
  }
  .has-submenu::after {
    margin-top: -4px;
    right: 9px;
    background: transparent url(/static/css/../img/arrow-down.jpg) right center no-repeat;
    background-size: 7px 4px;
  }
  .has-submenu:hover::after,
  .has-submenu:focus::after,
  .menu__item:hover .has-submenu::after,
  .menu__item:focus .has-submenu::after {
    background-image: url(/static/css/../img/arrow-up.png);
  }
  .menu__item--contact-us {
    display: none;
  }

  .menu__item {
    position:relative;
  }

  .menu__link {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .menu__item.is-active .menu__link::after {
    background-image: url(/static/css/../img/arrow-up.png);
  }

  .menu__link::before {
    display: none;
  }

  .menu__item:hover .menu__sublist,
  .menu__item:focus .menu__sublist {
    opacity: 1;
    visibility: visible;
  }

  .menu__item:hover .menu__link,
  .menu__item:focus .menu__link,
  .menu__sub-link:hover,
  .menu__sub-link:focus {
    color: #c4262e;
  }

  .menu__sub-link.all-services {
    position:relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 18px;
  }

  .menu__sub-link.all-services::before {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.41 11.41'%3E%3Ctitle%3Eblack-arrow-right%3C/title%3E%3Cpolyline points='6 10.71 11 5.71 6 0.71' fill='none' stroke='%2312110b' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline x1='11' y1='5.71' y2='5.71' fill='none' stroke='%2312110b' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E");
    background-size: 8px 8px;
  }

  .menu__sub-link.all-services:hover::before,
  .menu__sub-link.all-services:focus::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.41 11.41'%3E%3Ctitle%3Eblack-arrow-right%3C/title%3E%3Cpolyline points='6 10.71 11 5.71 6 0.71' fill='none' stroke='%23c4262e' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline x1='11' y1='5.71' y2='5.71' fill='none' stroke='%23c4262e' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E%0A");
  }

  .menu__sublist {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    min-width: 232px;
    padding: 20px 0 17px;
    border: 1px solid #f0f0f0;
    border-top: 1px solid #e8e8e8;
    top: 100%;
    left: -16px;
    display: block;
    background-color: #fff;
  }

  .menu__sub-link {
    padding: 16px 32px;
    white-space: nowrap;
  }

  .menu__sub-link.has-submenu::after {
    display: none;
  }

  .menu__slide {
    display: block;
    min-width: 500px;
    padding: 28px 26px 28px;
    border: 1px solid #f0f0f0;
    border-left: 1px solid #E1E1E1;
    visibility: hidden;
    opacity: 0;
    min-height: calc(100% + 2px);
    background-color: #fff;
    transition: all .2s ease;
  }

  .menu__slide--wide {
    min-width: 610px;
  }

  .menu__slide--narrow {
    min-width: 286px;
  }

  .menu__slide--wide .menu__submenu-deep {
    display: flex;
    flex-wrap: wrap;
  }

  .menu__slide--wide .menu__submenu-deep > li {
    width: calc(100% / 2);
  }

  .menu__submenu-box {
    margin-bottom: 16px;
  }

  .menu__sub-item:hover .menu__slide {
    opacity: 1;
    visibility: visible;
  }

  .menu__come-back-button {
    display: none;
  }
  .menu__sub-item-deep--header .menu__sub-link-deep {
    margin-top: 0;
  }
  .menu__sub-item-deep--header + li,
  .menu__sub-item-deep--medium + li {
    margin-top: 6px;
  }
  .menu__sub-item-deep--medium a {
    font-weight: 500;
  }
  .menu__sub-link-deep {
    padding: 3px 5px;
  }
  .menu__sub-link-deep:hover,
  .menu__sub-link-deep:focus {
    color: #c4262e;
  }
}

@media screen and (min-width: 1344px) {
  .b-text-plus-img-block__wrapper {
    padding: 32px 96px;
  }

  .b-default__title {
    margin: 76px 0 32px 0;
  }
}

.fade {
  opacity: 0;
  visibility: hidden;
}
.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background: rgba(0,0,0,.7);
  transition: all .2s ease;
}

.fade.show {
  opacity: 1;
  visibility: visible;
  z-index: 98;
}

.js__custom-selected {
  display: block !important;
}
/* End */


/* Start:/local/components/ashmanov/current.city/templates/contact_us/style.css?16544620941058*/
.ct-ph-wrap {
    display: inline;
}

.connect-box__tel .ct-ph-wrap > a {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    background: linear-gradient(270deg, #d9d9d9 3px, hsla(0, 0%, 100%, 0) 0);
    background-repeat: repeat-x;
    background-size: 6px 1px;
    background-position: 0 14px
}

.connect-box__tel .ct-ph-wrap > a:focus,
.connect-box__tel .ct-ph-wrap > a:hover,
.block-email-header .email-header-a> a:hover,
.block-email-header .email-header-a> a:focus {
    color: #c4262e;
    background: none
}

.block-email-header {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px;
}

.block-email-header .email-header-a {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    background: linear-gradient(270deg, #d9d9d9 3px, hsla(0, 0%, 100%, 0) 0);
    background-repeat: repeat-x;
    background-size: 6px 1px;
    background-position: 0 14px
}

.contact-us__tel {
    margin-bottom: 10px;
}

/* End */


/* Start:/local/templates/ashmanov/components/bitrix/search.title/top-search/style.css?153200604529490*/
.b-search {
	display: inline-block;
	border-left: 1px solid #f6f6f6;
	font-size: 16px;
	vertical-align: top;
}

.b-search__link {
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	text-align: center;
	color: #dbdbdb;
	cursor: pointer;
	vertical-align: top;
	background-size: 100% 100%;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEM0QzM1RUZGQThFMTFFNkI3QUFDRjE5MjUxNzU1NDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEM0QzM1RjBGQThFMTFFNkI3QUFDRjE5MjUxNzU1NDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQzRDMzVFREZBOEUxMUU2QjdBQUNGMTkyNTE3NTU0MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQzRDMzVFRUZBOEUxMUU2QjdBQUNGMTkyNTE3NTU0MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkkuOy4AAAF8SURBVHja7JhJi4NAEIWr3aKI2yEhyW3+/4+ak6CC4AJuiRqfEBmYDHMYk7RMNXhIN6TfV1WvWluM4/hJ2x0fYgIYNwwgFNr4YAAGYAAGYAAGYAAGYAAGeN/Q1v7Dsiwpz3Nq25aEEGSaJnmeR7ZtP+eDYM0PmiRJqCiKWfhutyNFUahpGhqGgVzXpcPhsLp+bc3IQ7xhGHQ6nUjX9Xke4qMoWtZ835fTA/fIH4/HRfy8wZQFzGmaRlmWyWti1DwijOfbJhMEPHC9XulyucjbhSD0tzVkSUoARL7rOvqpJ8DMKC2UkpQAjuNQ3/eUpulDg9d1TUEQyHsOoE1CKIyKTOA3yqWqqsXgj/wh1TmADMRxPIteNpiEo/6xpqrq3GJxuK2l/yk3c6h3PPfug7MgDMO5C2HufD6vBSFedrWI9vkVApmwLOvPAC97mUMHQuRRRsgISm1zb6MwMSDQSvf7vXwmfsPg22kGYAAGYAAGYAAGYAAGYIB/DHATYACIdZ4LKcf//gAAAABJRU5ErkJggg==');
}

.b-search-box {
	display: none;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
}

.b-search-box--is-active {
	height: 48px;
	line-height: 48px;
	display: block;
}

.b-search-box__icon-search {
	color: #dbdbdb;
	position: absolute;
	left: 16px;
}

.b-search-box__input {
	width: 100%;
	height: 48px;
	border: 0px;
	outline: 0px;
}

.b-search-box__close-link {
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	font-size: 25px;
	color: #dbdbdb;
	cursor: pointer;
	background-size: 100% 100%;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NURDMzlCNjFGNzZGMTFFNjgxMDJBQTY4MUUwN0Y1NEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NURDMzlCNjBGNzZGMTFFNjgxMDJBQTY4MUUwN0Y1NEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMzE1MzhGM0Y3NkUxMUU2ODEwMkFBNjgxRTA3RjU0QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMzE1MzhGNEY3NkUxMUU2ODEwMkFBNjgxRTA3RjU0QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvSrnqYAAAAeUExURcQnL8k3Ps1IT+WhpOahpfDJy/HKzP76+v7+/v///2KChsoAAABmSURBVEjHY5hJADCMIAUdOMBIC4dRBVRXUAknsCuYrgYkpqrjMSEwE4gj8SiYKjZzqiheRwZmohmArmCqiCgBbxp44lcwVVhsJiE3ZM4k4AuxmYTCIZOSkCQUF6OJdlTBqALiFAAAc/u7f53lAh8AAAAASUVORK5CYII=')
}

@media all and (max-width: 767px) {
	.b-search-box__form {
		position: relative;
	}
	.b-search-box__input {
		padding-left: 120px;
	}
}

@media all and (min-width: 768px) {
	.b-search__link {
		width: 64px;
		height: 64px;
		line-height: 64px;
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAIAAAAlC+aJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDhERURBMDNGNzcwMTFFNjgxMDJBQTY4MUUwN0Y1NEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDhERURBMDRGNzcwMTFFNjgxMDJBQTY4MUUwN0Y1NEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1REMzOUI2MkY3NkYxMUU2ODEwMkFBNjgxRTA3RjU0QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowOERFREEwMkY3NzAxMUU2ODEwMkFBNjgxRTA3RjU0QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph635VsAAAFmSURBVHja7JlLi4NAEIQzo/GBaPSgqP//rwkqCCaC78fWrksgWfaW7DpQfdI5OP1Nd9WMKrZtO6kc8qR4EIAABCAAAQhAAAIQgAAEIAABCEAAAvxP6O94aNM01+t1GAYhhGVZl8vFcZw3AYiXf9gqy/J2uyF10zSllH3fr+vqeV4URQpUAGuP7A3DSJLkfD5jBNnneb4P+r5/dA3sax/H8Z795wRS4lbX9bquFRAx+t74ioc5pIQG5nmepkkBF0K6vw2iOEcHwNqP4/jTGCBlNBUa6egArusuy1JV1ZOyu64LgkABF4JdIl3oFXXANXqmbdtd2U/COO4+gAoURYG8vycQAgLAoKZp8Fbsa0cHuDc9YvcfbAVZlsGFcJum6WsZxN/8YoKB3hlQB9u2FTvMwYKw9ugiVAMNpuRpFCIGA5w0DEP1WojvAwQgAAEIQAACEIAABCAAAQhAAAIQgAAEIMBDfAgwAGS9lC+xWSdPAAAAAElFTkSuQmCC')
	}
	.b-search-box--is-active {
		height: 64px;
		line-height: 64px;
	}
	.b-search-box__close-link {
		width: 64px;
		height: 64px;
		line-height: 64px;
	}
	.b-search-box__input {
		padding-left: 152px;
	}
}

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: linear-gradient(to bottom, white, black);
}

.b-search-box__input {
    color: #383838;
    font-size: 18px;
    line-height: 24px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEM0QzM1RUZGQThFMTFFNkI3QUFDRjE5MjUxNzU1NDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEM0QzM1RjBGQThFMTFFNkI3QUFDRjE5MjUxNzU1NDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQzRDMzVFREZBOEUxMUU2QjdBQUNGMTkyNTE3NTU0MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQzRDMzVFRUZBOEUxMUU2QjdBQUNGMTkyNTE3NTU0MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkkuOy4AAAF8SURBVHja7JhJi4NAEIWr3aKI2yEhyW3+/4+ak6CC4AJuiRqfEBmYDHMYk7RMNXhIN6TfV1WvWluM4/hJ2x0fYgIYNwwgFNr4YAAGYAAGYAAGYAAGYAAGeN/Q1v7Dsiwpz3Nq25aEEGSaJnmeR7ZtP+eDYM0PmiRJqCiKWfhutyNFUahpGhqGgVzXpcPhsLp+bc3IQ7xhGHQ6nUjX9Xke4qMoWtZ835fTA/fIH4/HRfy8wZQFzGmaRlmWyWti1DwijOfbJhMEPHC9XulyucjbhSD0tzVkSUoARL7rOvqpJ8DMKC2UkpQAjuNQ3/eUpulDg9d1TUEQyHsOoE1CKIyKTOA3yqWqqsXgj/wh1TmADMRxPIteNpiEo/6xpqrq3GJxuK2l/yk3c6h3PPfug7MgDMO5C2HufD6vBSFedrWI9vkVApmwLOvPAC97mUMHQuRRRsgISm1zb6MwMSDQSvf7vXwmfsPg22kGYAAGYAAGYAAGYAAGYIB/DHATYACIdZ4LKcf//gAAAABJRU5ErkJggg==') no-repeat 0 center;
}

.b-search-box__close-link {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQBAMAAAA7eDg3AAAAAXNSR0IB2cksfwAAADBQTFRFAAAAOjo6ODg4MDAwODg4ODg4Nzc3ODg4ODg4ODg4ODg4ODg4ODg4OTk5Nzc3ODg4CV5XbgAAABB0Uk5TADC/EMD/zyDw0J+g31Dv4Pq6HW4AAABxSURBVHicYxAyYAACIwEG12QgzZzqwFARBGRwRhgwMLYuYGDY2gjkSUQxcEcIABlAIbAAUCgGLMDAwBsaC6YZGEMDIQy5+DiwFOPTDVsfggWiGbhBQkABoIFAIbtIoKhljAGD62SQpVMdGETAzjARAAAiLRbYrs7LhAAAAABJRU5ErkJggg==') no-repeat center;
    background-size: 15px 16px;
}

.b-logo {
    z-index: 1;
}

.b-search-box {
    z-index: 2;
}

.search {
    margin-bottom: 25px;
    color: #383838;
}

.search__inner {
    position: relative;
    max-width: 1216px;
    margin: 0 auto;
    z-index: 11;
}

.search__inner--white {
    margin-right: 16px;
    margin-left: 16px;
}

.search__header {
    padding: 32px 16px 100px;
    margin-bottom: -100px;
    background-color: rgba(56, 56, 56, .05);
}

.search__header-inner {
    max-width: 1155px;
    margin: 0 auto;
}

.search__title {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
}

.search__subtitle {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 24px;
    color: rgba(56, 56, 56, .5);
    line-height: 24px;
}

.search__results {
    background-color: #fff;
    padding: 28px 24px 11px;
}

.search__article {
    margin-bottom: 13px;
}

.search__subject {
    margin-bottom: 9px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

.search__text {
    margin-top: 0;
    margin-bottom: 7px;
    font-weight: 300;
}

.search__key-word {
    font-weight: 700;
}

.search__link {
    text-decoration: none;
    color: #c4262e;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.search__link:hover {
    text-decoration: underline;
}

.search__key-word-title {
    position: relative;
}

.search__key-word-title::before {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #cccccc;
}

.search-nothing {
    color: #383838;
    margin-bottom: 40px;
}

.search-nothing__inner {
    padding-right: 16px;
    padding-left: 16px;
}

.search-nothing__article {
    position: relative;
    border-bottom: 1px solid #dfe3e4;
}

.search-nothing__article a {
    display: block;
    text-decoration: none;
    color: #383838;
    padding: 32px 24px 0;
}

.search-nothing__content {
    max-width: 1156px;
    margin-right: auto;
    margin-left: auto;
}

.search-nothing__content-inner {
    background-color: #fff;
}

.search-nothing__article:last-child {
    border-bottom: none;
}

.search-nothing__more {
    display: block;
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding: 28px 16px 21px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.74px;
}

.search-nothing__more span {
    display: block;
}

.search-nothing__tag {
    position: relative;
    display: inline-block;
    height: 24px;
    margin-bottom: 24px;
    padding-right: 9px;
    padding-left: 9px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.55px;
    z-index: 1;
}

.search-nothing__tag::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 1px;
    top: -1px;
    background-color: #c4262e;
    z-index: -1;
}

.search-nothing__header-inner {
    padding: 60px 0 88px;
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
}

.search-nothing__subject {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

.search-nothing__header {
    padding-right: 16px;
    padding-left: 16px;
    background-color: rgba(56, 56, 56, .05);
}

.search-nothing__title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.22px;
}

.search-nothing__subtitle {
    margin-top: 0;
}

.search-nothing__text {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 300;
}

.search-nothing__key-word {
    color: #c4262e;
}

a.search-nothing__link {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin-bottom: 21px;
    padding: 0;
    margin-left: 24px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZJREFUeNrcWjFz01AMth2OI8cS+AXp1q3hFzRsHdORqcnGlnRjazMykUzAZGfqMbVjmXA3tjq/ALMxtWbgaI+hSJzCvSp6cZ6tBAfd6XKx4/c+SZ/e05Pjewry9MnjJny0QXdAW6BNUlNS0gR0ChpfXf9Iy87tlwTdBT0QwC4raMAENCpqjF8Q+BGB15QIdOhqiO8AvAEfAwK/ShmCjsCQTM0AAI+8Ps2hCnI7Br0AzQBAzMbAHEEn7FK+tHKotQ9jJKUNgImRKqHlNnppXITDRg71yTBJejButGicWs4kx/DxxgL8NegLmOD8582vzJUn+AxoXK8/fA9fbykij9jPOnDfx985R4DAS3w/I89kmsSnHMNId6S8gPmOl44A0Uby/CEMdAgeudHOXBwT9AN4/Dt83WO323D9K9xPciNACXtZhI+K0bDl3TOe2L4QxkthtVkb+BwjUjIiEykEYXolcBBp885bsyBdBDqhg2/NpPbZsvaFJyyA31fwZpvvCw7PngpO3Zot24Fx8UhYKnsK4JEGn4gSRaRHWDwJa8A2FVPGZZdKAj8bNyxiBGEYs8tdwvw3Al3B+6OytBHGDQtGYiREoWsacKDtfeK8REFnIyxR+IPZtyTvlsZhI2dNd1qabTgDqgzvVZVa4Ml7kUYkCBPfidsBHQNNiT1l0TJCwLYTCHX5xSo2JiUjOLZWIJQNmbciUTCCY2tiEt+xSfycZLpbYQWRm9h8/sCrljgvsVUzwFmqZoBz2f6AauzmspVjXo6scmOj8uTe+SAgAzxWc6/7pLWs5xuSAXx3260oeAlbggZM+fZcUfAStmkgbM+tWa1dwWKOVw1xQEVSKtXaFfK8hClF7LNldMJu9qlDUfZAowKesPTZ5Ym5D0RCtg8UDjSRUntmIKxA0dz5FesMQ6/LRoGN2y34fIOwmNhCaSceClEIFSpQrD6fl2iMhYL3h3ONLewWYyeYLVXb2FyCe59LNqnSgt4fCFTGRu/ZXGPLSJaNai1ufHO3JoT7G7ayvfl2XkeDTkvS5q3Fgef8Ys3C2UTIB5Q9uN4C/aj9jgDpC+OeWJZv5L3YaKstSLzYYsQ26Eu4VwdNyhpCwLErfuLJL/6sb2fEHHDg4+yQ/U9f8v3/r1nZEruZL7qF0G/eXw0WcHiz/uyxwBjk9dr/bvNbgAEAO+LxyUhxtOEAAAAASUVORK5CYII=) center no-repeat;
    background-size: 100% 100%;
    font-size: 0;
}

@media (min-width: 768px) {
    .search-nothing {
        margin-bottom: 48px;
    }

    .search-nothing__header-inner {
        padding-top: 118px;
    }

    .search-nothing__more span {
        display: inline-block;
    }
}

@media (min-width: 1024px) {
    .search {
        margin-bottom: 122px;
    }

    .search__title {
        margin-bottom: 0;
        font-size: 50px;
        line-height: 56px;
        text-transform: uppercase;
    }

    .b-search-box__input {
        background-position: 13px center;
        margin-left: 128px;
        padding-left: 60px;
    }

    .search__inner--white {
        margin-right: auto;
        margin-left: auto;
    }

    .search__inner {
        padding-right: 32px;
        padding-left: 32px;
    }

    .search__results {
        padding-top: 44px;
        padding-right: 46px;
        padding-left: 46px;
    }

    .search__article {
        margin-bottom: 35px;
    }

    .search__text {
        line-height: 20px;
        font-size: 14px;
    }

    .b-logo {
        z-index: 11;
    }

    .search__header {
        padding: 114px 32px 135px;
        margin-bottom: -95px;
    }

    .b-search-box__input {
        height: 64px;
    }

    .search-nothing {
        margin-bottom: 107px;
    }

    .search-nothing__inner {
        padding-right: 32px;
        padding-left: 32px;
    }

    .search-nothing__header {
        padding-right: 32px;
        padding-left: 32px;
    }

    .search-nothing__header-inner {
        padding: 185px 0 116px;
    }

    .search-nothing__content-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .search-nothing__title {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 56px;
    }

    .search-nothing__subtitle {
        font-size: 24px;
        line-height: 24px;
    }

    .search-nothing__tag {
        margin-bottom: 38px;
    }

    .search-nothing__more {
        padding: 80px 0 23px;
        font-size: 30px;
        line-height: 56px;
        letter-spacing: 0.62px;
    }

    .search-nothing__article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% / 3);
        border-bottom: 0;
        border-right: 1px solid #dfe3e4;
    }

    .search-nothing__article:last-child {
        border-right-color: transparent;
    }

    .search-nothing__article a {
        padding: 47px 46px 0;
    }

    a.search-nothing__link {
        margin-top: auto;
        margin-bottom: 46px;
        margin-left: 46px;
        padding: 0;
    }

    .search-nothing__subject {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 32px;
    }

    .search-nothing__text {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .b-search-box__input {
        padding-left: 48px;
    }
}
.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: linear-gradient(to bottom, white, black);
}

.b-search-box__input {
    color: #383838;
    font-size: 18px;
    line-height: 24px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEM0QzM1RUZGQThFMTFFNkI3QUFDRjE5MjUxNzU1NDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEM0QzM1RjBGQThFMTFFNkI3QUFDRjE5MjUxNzU1NDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQzRDMzVFREZBOEUxMUU2QjdBQUNGMTkyNTE3NTU0MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQzRDMzVFRUZBOEUxMUU2QjdBQUNGMTkyNTE3NTU0MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkkuOy4AAAF8SURBVHja7JhJi4NAEIWr3aKI2yEhyW3+/4+ak6CC4AJuiRqfEBmYDHMYk7RMNXhIN6TfV1WvWluM4/hJ2x0fYgIYNwwgFNr4YAAGYAAGYAAGYAAGYAAGeN/Q1v7Dsiwpz3Nq25aEEGSaJnmeR7ZtP+eDYM0PmiRJqCiKWfhutyNFUahpGhqGgVzXpcPhsLp+bc3IQ7xhGHQ6nUjX9Xke4qMoWtZ835fTA/fIH4/HRfy8wZQFzGmaRlmWyWti1DwijOfbJhMEPHC9XulyucjbhSD0tzVkSUoARL7rOvqpJ8DMKC2UkpQAjuNQ3/eUpulDg9d1TUEQyHsOoE1CKIyKTOA3yqWqqsXgj/wh1TmADMRxPIteNpiEo/6xpqrq3GJxuK2l/yk3c6h3PPfug7MgDMO5C2HufD6vBSFedrWI9vkVApmwLOvPAC97mUMHQuRRRsgISm1zb6MwMSDQSvf7vXwmfsPg22kGYAAGYAAGYAAGYAAGYIB/DHATYACIdZ4LKcf//gAAAABJRU5ErkJggg==') no-repeat 0 center;
}

.b-search-box__close-link {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQBAMAAAA7eDg3AAAAAXNSR0IB2cksfwAAADBQTFRFAAAAOjo6ODg4MDAwODg4ODg4Nzc3ODg4ODg4ODg4ODg4ODg4ODg4OTk5Nzc3ODg4CV5XbgAAABB0Uk5TADC/EMD/zyDw0J+g31Dv4Pq6HW4AAABxSURBVHicYxAyYAACIwEG12QgzZzqwFARBGRwRhgwMLYuYGDY2gjkSUQxcEcIABlAIbAAUCgGLMDAwBsaC6YZGEMDIQy5+DiwFOPTDVsfggWiGbhBQkABoIFAIbtIoKhljAGD62SQpVMdGETAzjARAAAiLRbYrs7LhAAAAABJRU5ErkJggg==') no-repeat center;
    background-size: 15px 16px;
}

.b-logo {
    z-index: 1;
}

.b-search-box {
    z-index: 2;
}

.search {
    margin-bottom: 25px;
    color: #383838;
}

.search__inner {
    position: relative;
    max-width: 1216px;
    margin: 0 auto;
    z-index: 11;
}

.search__inner--white {
    margin-right: 16px;
    margin-left: 16px;
}

.search__header {
    padding: 32px 16px 100px;
    margin-bottom: -100px;
    background-color: rgba(56, 56, 56, .05);
}

.search__header-inner {
    max-width: 1155px;
    margin: 0 auto;
}

.search__title {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
}

.search__subtitle {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 24px;
    color: rgba(56, 56, 56, .5);
    line-height: 24px;
}

.search__results {
    background-color: #fff;
    padding: 28px 24px 11px;
}

.search__article {
    margin-bottom: 13px;
}

.search__subject {
    margin-bottom: 9px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

.search__text {
    margin-top: 0;
    margin-bottom: 7px;
    font-weight: 300;
}

.search__key-word {
    font-weight: 700;
}

.search__link {
    text-decoration: none;
    color: #c4262e;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.search__link:hover {
    text-decoration: underline;
}

.search__key-word-title {
    position: relative;
}

.search__key-word-title::before {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #cccccc;
}

.search-nothing {
    color: #383838;
    margin-bottom: 40px;
}

.search-nothing__inner {
    padding-right: 16px;
    padding-left: 16px;
}

.search-nothing__article {
    position: relative;
    border-bottom: 1px solid #dfe3e4;
}

.search-nothing__article a {
    display: block;
    text-decoration: none;
    color: #383838;
    padding: 32px 24px 0;
}

.search-nothing__content {
    max-width: 1156px;
    margin-right: auto;
    margin-left: auto;
}

.search-nothing__content-inner {
    background-color: #fff;
}

.search-nothing__article:last-child {
    border-bottom: none;
}

.search-nothing__more {
    display: block;
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding: 28px 16px 21px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.74px;
}

.search-nothing__more span {
    display: block;
}

.search-nothing__tag {
    position: relative;
    display: inline-block;
    height: 24px;
    margin-bottom: 24px;
    padding-right: 9px;
    padding-left: 9px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.55px;
    z-index: 1;
}

.search-nothing__tag::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 1px;
    top: -1px;
    background-color: #c4262e;
    z-index: -1;
}

.search-nothing__header-inner {
    padding: 60px 0 88px;
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
}

.search-nothing__subject {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

.search-nothing__header {
    padding-right: 16px;
    padding-left: 16px;
    background-color: rgba(56, 56, 56, .05);
}

.search-nothing__title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.22px;
}

.search-nothing__subtitle {
    margin-top: 0;
}

.search-nothing__text {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 300;
}

.search-nothing__key-word {
    color: #c4262e;
}

a.search-nothing__link {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin-bottom: 21px;
    padding: 0;
    margin-left: 24px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZJREFUeNrcWjFz01AMth2OI8cS+AXp1q3hFzRsHdORqcnGlnRjazMykUzAZGfqMbVjmXA3tjq/ALMxtWbgaI+hSJzCvSp6cZ6tBAfd6XKx4/c+SZ/e05Pjewry9MnjJny0QXdAW6BNUlNS0gR0ChpfXf9Iy87tlwTdBT0QwC4raMAENCpqjF8Q+BGB15QIdOhqiO8AvAEfAwK/ShmCjsCQTM0AAI+8Ps2hCnI7Br0AzQBAzMbAHEEn7FK+tHKotQ9jJKUNgImRKqHlNnppXITDRg71yTBJejButGicWs4kx/DxxgL8NegLmOD8582vzJUn+AxoXK8/fA9fbykij9jPOnDfx985R4DAS3w/I89kmsSnHMNId6S8gPmOl44A0Uby/CEMdAgeudHOXBwT9AN4/Dt83WO323D9K9xPciNACXtZhI+K0bDl3TOe2L4QxkthtVkb+BwjUjIiEykEYXolcBBp885bsyBdBDqhg2/NpPbZsvaFJyyA31fwZpvvCw7PngpO3Zot24Fx8UhYKnsK4JEGn4gSRaRHWDwJa8A2FVPGZZdKAj8bNyxiBGEYs8tdwvw3Al3B+6OytBHGDQtGYiREoWsacKDtfeK8REFnIyxR+IPZtyTvlsZhI2dNd1qabTgDqgzvVZVa4Ml7kUYkCBPfidsBHQNNiT1l0TJCwLYTCHX5xSo2JiUjOLZWIJQNmbciUTCCY2tiEt+xSfycZLpbYQWRm9h8/sCrljgvsVUzwFmqZoBz2f6AauzmspVjXo6scmOj8uTe+SAgAzxWc6/7pLWs5xuSAXx3260oeAlbggZM+fZcUfAStmkgbM+tWa1dwWKOVw1xQEVSKtXaFfK8hClF7LNldMJu9qlDUfZAowKesPTZ5Ym5D0RCtg8UDjSRUntmIKxA0dz5FesMQ6/LRoGN2y34fIOwmNhCaSceClEIFSpQrD6fl2iMhYL3h3ONLewWYyeYLVXb2FyCe59LNqnSgt4fCFTGRu/ZXGPLSJaNai1ufHO3JoT7G7ayvfl2XkeDTkvS5q3Fgef8Ys3C2UTIB5Q9uN4C/aj9jgDpC+OeWJZv5L3YaKstSLzYYsQ26Eu4VwdNyhpCwLErfuLJL/6sb2fEHHDg4+yQ/U9f8v3/r1nZEruZL7qF0G/eXw0WcHiz/uyxwBjk9dr/bvNbgAEAO+LxyUhxtOEAAAAASUVORK5CYII=) center no-repeat;
    background-size: 100% 100%;
    font-size: 0;
}

@media (min-width: 768px) {
    .search {
        margin-top: 62px;
    }

    .search-nothing {
        margin-bottom: 48px;
    }

    .search-nothing__header-inner {
        padding-top: 118px;
    }

    .search-nothing__more span {
        display: inline-block;
    }
}

@media (min-width: 1024px) {
    .search {
        margin-bottom: 122px;
    }

    .search__title {
        margin-bottom: 0;
        font-size: 50px;
        line-height: 56px;
        text-transform: uppercase;
    }

    .b-search-box__input {
        background-position: 13px center;
        margin-left: 128px;
        padding-left: 60px;
    }

    .search__inner--white {
        margin-right: auto;
        margin-left: auto;
    }

    .search__inner {
        padding-right: 32px;
        padding-left: 32px;
    }

    .search__results {
        padding-top: 44px;
        padding-right: 46px;
        padding-left: 46px;
    }

    .search__article {
        margin-bottom: 35px;
    }

    .search__text {
        line-height: 20px;
        font-size: 14px;
    }

    .b-logo {
        z-index: 11;
    }

    .search__header {
        padding: 114px 32px 135px;
        margin-bottom: -95px;
    }

    .b-search-box__input {
        height: 64px;
    }

    .search-nothing {
        margin-bottom: 107px;
    }

    .search-nothing__inner {
        padding-right: 32px;
        padding-left: 32px;
    }

    .search-nothing__header {
        padding-right: 32px;
        padding-left: 32px;
    }

    .search-nothing__header-inner {
        padding: 185px 0 116px;
    }

    .search-nothing__content-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .search-nothing__title {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 56px;
    }

    .search-nothing__subtitle {
        font-size: 24px;
        line-height: 24px;
    }

    .search-nothing__tag {
        margin-bottom: 38px;
    }

    .search-nothing__more {
        padding: 80px 0 23px;
        font-size: 30px;
        line-height: 56px;
        letter-spacing: 0.62px;
    }

    .search-nothing__article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% / 3);
        border-bottom: 0;
        border-right: 1px solid #dfe3e4;
    }

    .search-nothing__article:last-child {
        border-right-color: transparent;
    }

    .search-nothing__article a {
        padding: 47px 46px 0;
    }

    a.search-nothing__link {
        margin-top: auto;
        margin-bottom: 46px;
        margin-left: 46px;
        padding: 0;
    }

    .search-nothing__subject {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 32px;
    }

    .search-nothing__text {
        margin-top: 17px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .b-search-box__input {
        padding-left: 48px;
    }
}


/*New Style Fix*/
@media (min-width: 768px) {
    .b-callback {
        display: none;
    }

    .b-search {
        margin-left: 25px;
    }

    .b-phone {
        display: inline-block;
        padding: 25px 0 23px 0;
    }

    .b-phone__link {

        margin-left: 25px;
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 1343px) and (min-width: 768px) {
    .b-city {
        display: inline-block;
    }

    .b-phone {
        display: inline-block;
    }
}

@media (min-width: 960px) {
    .b-header-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/main.head.slider2021/style.css?16394131128662*/
.main-head-slider button.slick-prev {
    display: block;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVBRjBCRjlFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVBRjBCRkFFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNUFGMEJGN0U4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNUFGMEJGOEU4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsTxQ0oAAAA5UExURcQhNMQiNcgwQsgxQsk0RtVgbdZjcdZkcdZlctdpduSYoeSbo+afp/TU2Pz09fz19f35+f76+v///+f5bXcAAAA9SURBVDjLY2AYBdgBEwF5Vj42/PICQtwE5HkYB7E8M58QLyNeH3II4vchdVSwU0cFFwEV/JwE4ptlROYCAMULAuY8uh9qAAAAAElFTkSuQmCC) 0 0 no-repeat;
    position: absolute;
    top: calc(50% - 32px);
    width: 32px;
    height: 32px;
    font-size: 0;
    z-index: 1;
    left: 0;
}

.main-head-slider button.slick-next {
    display: block;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVBRjBCRkRFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVBRjBCRkVFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNUFGMEJGQkU4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNUFGMEJGQ0U4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjByUXIAAAA5UExURcQhNMQiNcgwQsgxQsk0RtVgbdZjcdZkcdZlctdpduSYoeSbo+afp/TU2Pz09fz19f35+f76+v///+f5bXcAAAA8SURBVDjLY2AYBVgAEwF5Nj5W/Aq4hQTwq2DkGTIqeIX4mPH7VZCDxvLslMhzEZBn4ORnJxDfLCM1IwAAvXAC5gFaZA0AAAAASUVORK5CYII=) 0 0 no-repeat;
    position: absolute;
    top: calc(50% - 32px);
    width: 32px;
    height: 32px;
    font-size: 0;
    z-index: 1;
    right: 0;
}

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

.main-head__wrapper {
    position: relative;
    z-index: 11;

    max-width: 1152px;
    margin: 0 auto;
}

@media all {
    .main-head {
        margin-bottom: -96px;
    }

    .main-head__wrapper {
        padding: 52px 16px 104px 16px;
    }

    .main-head__award {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .main-head {
        /*margin-top: 64px;*/
    }

    .main-head__wrapper {
        padding: 128px 32px 96px 32px;
    }
}

@media all and (min-width: 1024px) {
    .main-head__award {
        display: block;
        position: absolute;
        right: 32px;
        bottom: 184px;
    }
}

@media all and (min-width: 1344px) {
    .main-head {
       margin-bottom: -144px;
    }

    .main-head__wrapper {
        padding: 120px 48px 136px 48px;
    }

    .main-head__award {
        right: 2px;
        bottom: 184px;
    }
}

/** Стили слайдера */
.main-head-slider {
    margin: 0;
    padding: 0;

    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;

    position: relative;

    overflow: hidden;
}

.main-head-slider__item {
    flex: 0 0 100%;

    list-style-type: none;
}

.main-head-slider .slick-dots {
    margin: 32px 0 0 0;
    padding: 0;

    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.main-head-slider .slick-dots li {
    list-style-type: none;
    margin: 0 7.5px;
}

.main-head-slider .slick-dots li button {
    width: 6px;
    height: 6px;
    display: block;

    font-size: 0;
    border-radius: 3px;
    background-color: #bbbabb;
}

.main-head-slider .slick-dots li.slick-active button {
    background-color: #c4262e;
}

/** Стили каждого слайда */
.main-head-item {
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.main-head-item h1,
.main-head-item__title,
.main-head-item__description {
    margin: 0;

    color: #ffffff;
    font-family: "Circe";
}

.main-head-item h1,
.main-head-item__title {
    max-width: 640px;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;

    text-transform: uppercase;
}

.main-head-item__description {
    max-width: 720px;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
}

.main-head-item__description p {
    margin: 0;
}

.main-head-item__button {
    letter-spacing: 0.3px;
}

@media all {
    .main-head-item__title,
    .main-head-item__description {
        margin-bottom: 32px;
    }
}

@media all and (min-width: 768px) {
    .main-head-item h1,
    .main-head-item__title {
        font-size: 50px;
        line-height: 56px;
    }

    .main-head-item__description {
        margin-bottom: 50px;
        font-size: 22px;
        font-weight: 200;
        line-height: 28px;
    }

    .main-head-item__button {
        margin-top: auto;
    }
}

@media all and (min-width: 1344px) {
    .main-head-item h1,
    .main-head-item__title {
        max-width: 874px;

        font-size: 48px;
        font-weight: 400;
        line-height: 56px;
    }

    .main-head-item__title {
        margin-bottom: 20px;
    }

    .main-head-item__description {
        max-width: 874px;
        margin-bottom: 40px;

        font-size: 20px;
        font-weight: 200;
        line-height: 30px;
    }
}

/**
 * Хак чтобы убрать стили при инициализированном слайдере
 */
.slick-initialized .slick-list {
    flex: 0 0 100%;
}

.slick-initialized.main-head-slider {
    overflow: hidden;
    flex-flow: column nowrap;
}

/**
 * Награда
 */
.award-wrapper {
    position: relative;
    max-width: 1152px;
    margin: 0 auto;
}

.main-head-award {

}

.main-head-award__img {
    display: block;
    margin: 0 auto 18px auto;
}

.main-head-award__text {
    margin: 0;

    color: #ffffff;;
    font-size: 11px;
    font-weight: 700;
    font-family: "Circe";
    line-height: 22px;
    letter-spacing: 0.2px;
    text-align: center;
    text-transform: uppercase;
}

.main-head-slider {
    position: initial;
    z-index: 11;
    margin: 0 auto;
}

.main-head-slider__item {
    padding: 52px 16px 104px 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media all {
    .main-head-slider__item-wrapper {
        height: 100%;

        margin: 0 auto;

        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
    }
}
@media (min-width: 768px) {
    .main-head-slider__item {
        /* 96px - высота нижнего отступа, + 50px отступ у dots и + 6px размер dots */
        padding: 128px 32px 152px 32px;
    }
    .main-head-slider .slick-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 96px;
    }
}

@media (min-width: 1344px) {
    .main-head-slider__item {
        margin: 0 auto;
        /* 136px - высота нижнего отступа, + 50px отступ у dots и + 6px размер dots */
        padding: 120px 48px 192px 48px;
    }
    .main-head-slider__item-wrapper {
        width: 1152px;
        padding: 0 48px;
    }
    .main-head-slider .slick-dots {
        bottom: 136px;
    }
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/form.result.new/header-contact/style.css?15409072503704*/
.b-main-form__wrapper {
    padding: 32px;
}
.b-main-form__name {
    margin-bottom: 32px;
}
.b-main-head-form label.error {
    display: none !important;
}
.b-main-head-form .jq-file:after {
    display: none;
}
.b-main-head-form .starrequired {
    font-family: Arial;
}
@media all and ( max-width: 767px ) {
    .b-main-form__column {
        width: 100%;
    }
    .b-main-form__column--left {
        margin-bottom: 17px;
    }
    .b-main-form__submit {
        margin-top: 32px;
    }
}
@media all and ( min-width: 768px ) {

    .b-main-form__column--left {
        padding-right: 16px;
    }
    .b-main-form__column--right {
        padding-left: 16px;
    }
    .b-main-form__submit {
        margin-top: 25px;
    }
    .b-main-form__textarea {
        height: 198px;
    }
}
@media all and ( min-width: 1344px ) {
    .b-main-form__wrapper {
        padding: 52px 48px;
    }
    .b-main-form__name {
        margin-bottom: 20px;
    }
    .b-main-form__field {
        margin-bottom: 18px;
    }
    .b-main-form__label {
        margin-bottom: 1px;
    }
    .b-main-form__textarea {
        height: 144px;
    }
    .b-main-form__column--left {
        padding-right: 24px;
    }
    .b-main-form__column--right {
        padding-left: 24px;
    }
    .b-main-form__submit {
        margin-top: 30px;
    }
}


.b-form-success {
    display: none;
}
.b-form-success__wrapper {
    text-align: center;
}
.b-form-success__wrapper p {
    color: #383838;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
@media all and ( min-width: 320px ){
    .b-form-success__wrapper {
        width: 275px;
        height: 275px;
        padding: 80px 30px;
    }
}
@media all and ( min-width: 640px ) {
    .b-form-success__wrapper {
        width: 384px;
        height: 384px;
        padding: 144px 48px;
    }
}
.b-main-form__files::before {
    top: 7px;
    transform: none;
}
.b-main-form__files {
    font-size: 0;
}
.b-main-form__files  .jq-file{
    height: 26px;
    border: none;
    padding: 0;
}
.b-main-head-form .jq-file:after {
    background-image: none;
}

.b-main-head-form   .jq-file__name {
    color: #666;
    font-size: 14px;
    font-weight: 700;
}
.b-main-form__files {
    margin-top: 0;
}
.b-field__file {
    display: none!important;
}
@media screen and (min-width: 1344px){
    .b-main-form__textarea {
        height: 144px;
    }

    .b-main-form__column--left {
        padding-right: 16px;
    }

    .b-main-form__column--right {
        padding-left: 16px;
    }

    .b-main-form__wrapper {
        padding: 50px 48px 64px;
    }

    .b-main-form__field {
        margin-bottom: 10px;
    }

    .b-main-form__submit {
        margin-top: 24px;
    }

    .b-main-form-text__title {
        margin-bottom: 18px;
    }
}

.b-main-form--no-margin {
    margin: 0;
}

.b-main-head-form .agreement-label {
    padding-top: 2px;
}
.b-field {
    position: relative;
}
.b-field--checkbox {
    padding-left: 30px;
}

.b-field__file {
    display: none !important;
}

.b-field__checkbox {
    display: none;
}

.b-field__checkbox + span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #d1d1d1;
    /*background-color: rgba(56, 56, 56, .4);*/
}

.b-field__checkbox:checked + span {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALBAMAAAC9q6FRAAAAAXNSR0IB2cksfwAAACFQTFRFAAAA3wAg3wAl4AAl3wAl4AAl3wAk4AAl4QAl4AAl4AAlbcJ6XAAAAAt0Uk5TABAw72D/QL+gz9CjLnWRAAAAPUlEQVR4nGNgAAFGBghQdgBTTKZhDEyFQG5oA4NypACTaQQDg1ToRBCXgXFpJIgLEgBxQQIREM1SDQwIwwCdrwnZy0AGJwAAAABJRU5ErkJggg==') no-repeat center;
}

/* End */


/* Start:/local/templates/ashmanov/components/bitrix/form.result.new/footer_callback/style.css?1535549616472*/
.b-main-callback-form label.error {
    display: none !important;
}
.b-main-callback-form .jq-file:after {
    display: none;
}
.b-main-callback-form .starrequired {
    font-family: Arial;
}
.b-main-callback-form .jq-file:after {
    background-image: none;
}

.b-main-callback-form .jq-file__name {
    color: #666;
    font-size: 14px;
    font-weight: 700;
}

.b-main-form--no-margin {
    margin: 0;
}

.b-main-callback-form .agreement-label {
    padding-top: 2px;
}
/* End */


/* Start:/local/templates/ashmanov/styles.css?16600520271057*/
.n-case {
    margin: 60px 0 !important;
    display: flex;
    justify-content: center;
}

.n-case .n-case__promotion {
    height: 230px;
    width: 230px;
    display: flex;
    align-items: center;
}

.n-case .n-case__promotion .promotion__element {
    margin: 40px 24px;
}

.n-case .n-case__promotion .promotion__element h3 {
    font-size: 24px;
    font-weight: 400;
}

.n-case .n-case__promotion .promotion__element p {
    font-size: 15px;
    font-weight: 400;
}

.n-case .n-case__promotion .promotion__element .element__link {
    display: block;
    width: max-content;
}
.n-case .n-case__promotion .promotion__element .element__link img {
    width: 24px;
    height: 24px;
}
.background-white {
    background: white;
}
.background-grey {
    background: #DFE3E4;
}

.background-red {
    background: #C4262E;
    color: white;
}

.background-light {
    background: #D3D3D3;
}
.background-dark {
    background: #363636;
    color: white;
}

.marker-triangle li {
  margin-left:25px;
}

.marker-triangle li::marker {
  content: "\01F53A";
}

/* End */


/* Start:/local/templates/ashmanov/template_styles.css?165738653559485*/
/* Libraries, which is used in current project. */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 0px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("/local/templates/ashmanov/static/img/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("/local/templates/ashmanov/static/img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("/local/templates/ashmanov/static/img/blank.gif");
	/* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
	overflow: visible !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("/static/img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url("/local/templates/ashmanov/static/img/fancybox_sprite@2x.png");
		background-size: 44px 152px;
		/*The size of the normal image, half the size of the hi-res image*/
	}
	#fancybox-loading div {
		background-image: url("/local/templates/ashmanov/static/img/fancybox_loading@2x.gif");
		background-size: 24px 24px;
		/*The size of the normal image, half the size of the hi-res image*/
	}
}


@font-face {
	font-display: swap;
	font-family: 'Circe';
	src: url("/static/fonts/Circe-ExtraLight.eot");
	src: url("/static/fonts/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Circe-ExtraLight.woff") format("woff"), url("/static/fonts/CirceExtraLight.svg#custom_font") format("svg");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: 'Circe';
	src: url("/static/fonts/Circe-Light.eot");
	src: url("/static/fonts/Circe-Light.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Circe-Light.woff") format("woff"), url("/static/fonts/Circe-Light.svg#custom_font") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: 'Circe';
	src: url("/static/fonts/Circe-Regular.eot");
	src: url("/static/fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Circe-Regular.woff") format("woff"), url("/static/fonts/Circe-Regular.svg#custom_font") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: 'Circe';
	src: url("/local/templates/ashmanov/../fonts/Circe-Bold.eot");
	src: url("/local/templates/ashmanov/../fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Circe-Bold.woff") format("woff"), url("/static/fonts/Circe-Bold.svg#custom_font") format("svg");
	font-weight: 700;
	font-style: normal;
}

* {
	font-family: "Circe", Helvetica, Arial, sans-serif;

}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: left;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

body {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto !important;
	overflow-x: hidden;
	background-color: #f6f6f6;
	position: relative;
}



table {
	margin: 0px;
	padding: 0px;
}

table thead, table tbody, table tfoot {
	border: 0px;
	background-color: transparent;
}

table thead th,
table thead td,
table tbody td,
table tfoot th,
table tfoot td {
	padding: 0px;
	font-weight: normal;
}

table tbody tr:nth-child(even) {
	background-color: transparent;
}



.b-progress-bar {
	margin: 0px 42px 0px 30px;
	overflow: hidden;
}

.b-progress-bar__part {
	height: 4px;
	float: left;
}

.b-progress-bar__part--black {
	background-color: #383838;
}

.b-progress-bar__part--gray {
	background-color: #cccccc;
}

.b-progress-bar__part--red {
	background-color: #c4262e;
}

.b-progress-bar__number {
	font-size: 14px;
	font-weight: 400;
	color: #dedede;
}

.b-progress-bar__number--black {
	color: #383838;
}

.b-progress-bar__number--gray {
	color: #cccccc;
}

.b-progress-bar__number--red {
	color: #c4262e;
}

.b-progress-bar:after {
	display: table;
	content: " ";
	clear: both;
}

.b-bottommenu {
	margin: 0px;
	padding: 0px;
	display: none;
	list-style: none;
}

.b-bottommenu__item:last-of-type {
	margin-bottom: 0px;
}

.b-bottommenu__link {
	color: #fff;
	font-weight: 300;
	text-decoration: none;
}

.b-bottommenu__link:hover {
	color: #c4262e;
	text-decoration: none;
}

.b-bottommenu--first .b-bottommenu__item {
	margin-bottom: 23px;
}

.b-bottommenu--first .b-bottommenu__link {
	font-size: 20px;
	line-height: 24px;
}

.b-bottommenu--second .b-bottommenu__item {
	margin-bottom: 8px;
}

.b-bottommenu--second .b-bottommenu__link {
	font-size: 14px;
	line-height: 23px;
}

@media all and (min-width: 960px) {
	.b-bottommenu {
		display: block;
	}
}



.b-block-form__wrapper {
	background-color: #ffffff;
	border: 3px solid #c4262e;
}
.b-block-form__wrapper :first-child {
	margin-top: 0px;
}
.b-block-form__wrapper :last-child {
	margin-bottom: 0px;
}

.b-block-form__title {
	margin: 0px auto 32px auto;
	color: #383838;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

.b-block-form__text {
	margin: 32px auto;
	color: #383838;
	font-weight: 300;
	text-align: center;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

.b-block-form-form {
	font-size: 0px;
	text-align: center;
}

.b-block-form-form__wrapper {
	font-size: 0px;
}

.b-block-form-form__input {
	width: 100%;
	height: 40px;
	display: block;
	line-height: 36px;
	margin: 0px 0px 8px 0px;
	color: #383838;
	font-size: 14px;
	font-weight: 400;
	border: 2px solid #cecece;
	text-align: center;
	outline: none;
}

.b-block-form-form__input ::-webkit-input-placeholder,
.b-block-form-form__input ::-moz-placeholder,
.b-block-form-form__input :-moz-placeholder,
.b-block-form-form__input :-ms-input-placeholder {
	color: #cecece;
}

.b-block-form-form__submit {
	width: 100%;
	height: 40px;
	line-height: 36px;
	display: block;
	margin: 8px 0px 0px 0px;
	color: #383838;
	font-size: 14px;
	font-weight: 700;
	border: 2px solid #383838;
	outline: none;
}

@media all and (min-width: 768px) {
	.b-block-form__wrapper {
		padding: 48px;
	}
	.b-block-form__title {
		font-size: 40px;
		line-height: 50px;
	}
	.b-block-form__text {
		font-size: 18px;
		line-height: 26px;
	}
	.b-block-form-form__wrapper {
		display: inline-block;
	}
	.b-block-form-form__input {
		width: 320px;
		display: inline-block;
		margin: 0px 10px;
		vertical-align: top;
	}
	.b-block-form-form__submit {
		width: auto;
		display: inline-block;
		margin: 0px 10px;
		padding: 0px 30px;
		vertical-align: top;
	}
}

@media all and (min-width: 1344px) {
	.b-block-form__wrapper {
		min-height: 384px;
		padding: 63px 172px;
	}
	.b-block-form__title {
		margin: 18px 0px;
	}
	.b-block-form__text {
		margin: 18px 0px 34px 0px;
	}

	.b-header-words {
	}
}

.b-logo {
	display: inline-block;
	font-size: 0px;
	position: relative;
	z-index: 11;
}

.b-logo__img {
	width: 96px;
	height: 48px;
}

@media all and (min-width: 768px) {
	.b-logo__img {
		width: 128px;
		height: 64px;
	}
}




.b-callback {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.b-callback__link {
	color: #383838;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #f0f0f0;
	cursor: pointer;
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.b-callback__link:hover {
	color: #fff;
	background-color: #c4262e;
}

.b-callback-popup {
	display: none;
	/*width: 400px;
	height: 400px;*/
}

.b-callback-popup__wrapper {
	padding: 50px 60px;
}

.b-callback-popup__title {
	margin: 25px 0;
	color: #383838;
}

.b-callback-popup__name, .b-callback-popup__phone {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0px 16px;
	margin: 0px 0px 20px 0px;
	border: 2px solid #cecece;
	color: #383838;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	outline: none;
}

.fancybox-close {
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	top: 0px;
	right: 0px;
	color: #fff;
	background-image: none;
	background-color: #c42134;
	text-decoration: none;
	text-align: center;
}

.fancybox-close:after {
	content: '\2715';
	font-size: 20px;
}

@media all and (min-width: 320px) and (max-width: 767px) {
	.b-callback {
		display: none;
	}
}

@media all and (min-width: 768px) {
	.b-callback {
		margin: 0px 25px;
		display: inline-block;
	}
	.b-callback__wrapper {
		padding: 15px 0px 17px 0px;
	}
	.b-callback__link {
		width: 152px;
		height: 32px;
		line-height: 32px;
		font-size: 11px;
		cursor: pointer;
	}
}

.b-lang {
	/** @todo Временно скрываем до реализации */
	display: none !important;
	position: relative;
	border-left: 1px solid #f6f6f6;
	vertical-align: top;
}

.b-lang__link {
	font-size: 11px;
	color: #383838;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	width: 64px;
	height: 64px;
	line-height: 64px;
}

.b-lang__link:hover {
	color: #c4262e;
}

.b-lang-popup {
	display: none;
	z-index: 11;
	background: #fff;
	width: 64px;
	padding: 12px 15px 15px 15px;
}

.b-lang-popup--is-active {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

.b-lang-popup__list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.b-lang-popup__link {
	display: block;
	color: #383838;
	font-size: 11px;
	padding: 12px 0px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.b-lang-popup__link:hover {
	color: #c42134;
}

.b-lang-popup__item {
	text-align: left;
}

.b-lang-popup__item:last-of-type .b-lang-popup__link {
	padding-bottom: 0px;
}

@media all and (min-width: 320px) and (max-width: 767px) {
	.b-lang {
		display: none;
	}
}

@media all and (min-width: 768px) {
	.b-lang {
		display: inline-block;
	}
}



.b-header {
	margin: 0px auto;
	background-color: #fff;
	position: relative;
	z-index: 21;
}

.b-header-container {
	position: relative;
}

.b-header-container__left {
	text-align: left;
}

.b-header-container__right {
	text-align: right;
	font-size: 0px;
}

.b-header-words {
	align-self: center;
	font-size: 13px;
	color: #a2a2a2;
	padding-left: 24px;
	line-height: 14px;
	font-weight: 300;
}
.b-header-container__right, .b-header-container__left {
	display: flex;
}
.b-header-container__right .b-desktop-menu {
	text-align: left;
}

@media all and (min-width: 320px) {
	.b-header-container {
		width: calc(100% - 96px);
		float: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	.b-header-words {
		font-size: 10px;
		line-height: 10px;
		padding-left: 14px;
	}
	.b-header-container:after {
		clear: both;
	}
}

@media all and (min-width: 768px) {
	.b-header {
		width: 100%;
		top: 0px;
		left: 0px;
		position: fixed;
		z-index: 99;
	}
	.b-header-container {
		width: calc(100% - 128px);
	}
	.b-header-words {
        font-size: 11px;
        line-height: 13px;
        padding-left: 16px;
	}
}

@media all and (min-width: 960px) {
	.b-header-container {
		float: right;
	}
	.b-header-container:after {
		clear: both;
	}
}


.parallax-window {
	background: #383838;
}

.b-head-image {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #383838;
	background-size: cover;
}

.b-head-image__wrapper {
	position: relative;
}

.b-head-image__title,
.b-head-image__subtitle,
.b-head-image__text-before {
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: center;
}

.b-head-image__title h1 {
	font-size: 30px;
	font-weight: 400;
	line-height: 32px;
	text-transform: uppercase;
}

.b-head-image__text-before {
	font-size: 30px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -1.14px;
}

.b-head-image__subtitle {
	font-size: 16px;
	font-weight: 300;
	line-height: 21px;
}

.b-head-image-button {
	text-align: center;
}
.b-head-image--main .b-head-image-button {
	text-align:left
}

.b-head-image-button {
	margin: 32px 0px 0px 0px;
}
.b-head-image-button__link {
	height: 40px;
	padding: 0px 35px;
	display: inline-block;
	border: 2px solid #fff;

	color: #fff;
	font-size: 14px;
	line-height: 38px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

@media all and (min-width: 300px) {
	.b-head-image {
		margin-bottom: -96px;
	}
	.b-head-image__wrapper {
		padding: 104px 16px;
	}
	.b-head-image__text-before {
		margin: 0px 0px 32px 0px;
	}
	.b-head-image__title {
		margin: 0px 0px 32px 0px;
	}
	.b-head-image__subtitle {
		margin: 32px 0px 0px 0px;
	}
}

@media all and (min-width: 768px) {
	.b-head-image {
		/*margin-top: 64px;*/
		min-height: 512px;
		/* background-attachment: fixed; */
	}
	.b-head-image__wrapper {
		padding: 128px 32px;
	}
	.b-head-image__text-before {
		font-size: 32px;
		line-height: 56px;
		margin: 0px 0px 24px 0px;
	}
	.b-head-image__title h1 {
		font-size: 50px;
		line-height: 56px;
		font-weight: 400;
	}
	.b-head-image__subtitle {
		font-size: 22px;
		font-weight: 200;
		line-height: 28px;
		margin: 24px 0px 0px 0px;
	}
	.b-head-image-button {
		margin: 50px 0px 0px 0px;
	}
}

@media all and (min-width: 1344px) {
	.b-head-image {
		margin-bottom: -144px;
	}
	.b-head-image__wrapper {
		padding: 115px 72px 120px 72px;
	}
	.b-head-image__title {
		margin: 0px 0px 20px 0px;
	}
	.b-head-image__subtitle {
		margin: 20px 0px 0px 0px;
	}
    .b-header-words {
        font-size: 13px;
        padding-left: 24px;
        line-height: 14px;
    }
}


.b-headblock {
	position: relative;
	z-index: 11;
}

.b-headblock__wrapper {
	max-width: 1152px;
	margin: 0px auto;
}

.b-headblock-item {
	position: relative;
}
.b-headblock-item__wrapper :first-child {
	margin-top: 0px !important;
}
.b-headblock-item__wrapper :last-child {
	margin-bottom: 0px !important;
}

.b-headblock-item__img {
	width: 100%;
	height: 100%;
}

.b-headblock-item__title {
	font-weight: 400;
}

.b-headblock-item__subtitle {
	color: #ffffff;
	text-align: left;
	font-size: 12px !important;
	text-transform: uppercase;
}

.b-headblock-item--white {
	background-color: #fff;
}

.b-headblock-item--white .b-headblock-item__title {
	color: #000;
}

.b-headblock-item--white .b-headblock-item__text {
	color: #000;
	font-weight: 300;
}

.b-headblock-item--white .b-headblock-item__text a {
	color: #000;
}

.b-headblock-item--white .b-headblock-item__subtitle {
	color: #383838;
}

.b-headblock-item--gray {
	background-color: #dfe3e4;
}

.b-headblock-item--gray .b-headblock-item__title {
	color: #383838;
	letter-spacing: -0.7px;
}

.b-headblock-item--gray .b-headblock-item__text {
	color: #383838;
	font-weight: 300;
}

.b-headblock-item--gray .b-headblock-item__text a {
	color: #383838;
}

.b-headblock-item--gray .b-headblock-item__subtitle {
	color: #383838;
}

.b-headblock-item--black {
	background-color: #383838;
}

.b-headblock-item--black .b-headblock-item__title {
	color: #fff;
}

.b-headblock-item--black .b-headblock-item__text {
	color: #fff;
	font-weight: 300;
}

.b-headblock-item--black .b-headblock-item__text a {
	color: #fff;
}

.b-headblock-item--red {
	background-color: #c4262e;
}

.b-headblock-item--red .b-headblock-item__title {
	color: #fff;
}

.b-headblock-item--red .b-headblock-item__text {
	color: #fff;
	font-weight: 300;
}

.b-headblock-item--red .b-headblock-item__text a {
	color: #fff;
}

.b-headblock-item--left {
	text-align: left !important;
}

.b-headblock-item--left .b-headblock-item__title,
.b-headblock-item--left .b-headblock-item__text {
	text-align: left !important;
}

.b-headblock-item__text {
	margin-bottom: 0px !important;
}

.b-headblock-item__text ul {
	padding-left: 16px;
	color: #383838;
	font-weight: 300;
	font-size: 15px;
	line-height: 30px;
	list-style: none;
}

.b-headblock-item__text ul li {
	position: relative;
}

.b-headblock-item__text ul li:before {
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	font-size: 30px;
	content: '•';
	color: #c4262e;
	left: -16px;
}

.b-headblock-item__text a {
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #fff;
}

.b-headblock-item__subtitle {
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
	font-weight: 700 !important;
}

@media all and (min-width: 960px) {
	.b-headblock-item__subtitle {
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
	}
}

.b-headblock-item__detail-link {
	display: block;
	margin: 32px 0px 0px 0px;
	color: #959595;
	font-size: 11px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

.b-headblock-item__detail-link i {
	color: #383838;
	font-size: 24px;
	position: relative;
	top: 4px;
}

@media all and (min-width: 1344px) {
	.b-headblock-item__detail-link {
		margin: 0px;
		position: absolute;
		bottom: 48px;
		left: 48px;
	}
}

@media all and (min-width: 320px) and (max-width: 959px) {
	.b-headblock-item {
		padding: 20px 30px;
	}
	.b-headblock-item__title {
		text-align: left;
		margin: 0px 0px 15px 0px;
	}
	.b-headblock-item__text {
		margin: 15px 0px 0px 0px;
	}
	.b-headblock-item__link {
		margin: 30px 0px 0px 0px;
	}
}

@media all and (min-width: 640px) and (max-width: 959px) {
	.b-headblock__wrapper > .row {
		background-color: #fff;
	}
	.b-headblock-item__link {
		display: block;
		text-align: center;
	}
}

@media all and (min-width: 960px) {
	.b-headblock-item {
		padding: 55px 48px;
	}
	.b-headblock-item__title {
		font-size: 30px;
		line-height: 32px;
		margin: 0px 0px 20px 0px;
	}
	.b-headblock-item__title--right {
		font-size: 24px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.b-headblock-item__text {
		/*font-size: 18px;
            line-height: 26px;*/
		margin: 20px 0px;
	}
	.b-headblock-item__link {
		margin: 30px 0px 0px 0px;
	}
	.b-headblock-item--white .b-headblock-item__title {
		text-align: left;
	}
	.b-headblock-item--black, .b-headblock-item--gray {
		padding: 55px 48px;
	}
	.b-headblock-item--black .b-headblock-item__title {
		margin: 0px 0px 20px 0px;
		text-align: left;
	}
	.b-headblock-item--black .b-headblock-item__text {
		margin: 20px 0px 20px 0px;
	}
}

@media all and (min-width: 1344px) {
	.b-headblock-item {
		padding: 74px 48px;
		min-height: 384px;
	}
	.b-headblock-item--black .b-headblock-item__title {
		margin: 0px 0px 25px 0px;
	}
	.b-headblock-item--black .b-headblock-item__text {
		margin: 25px 0px 20px 0px;
	}
	.b-headblock-item--gray .b-headblock-item__title {
		text-align: left;
	}
	.b-headblock-item--red .b-headblock-item__text {
		margin: 0px;
	}
}

@media all and (max-width: 767px) {
	.b-headblock-item {
		padding: 32px;
	}
	.b-headblock-item__title {
		margin-bottom: 32px;
	}
	.b-headblock-item__text {
		font-weight: 300;
		font-size: 15px;
		line-height: 19px;
		margin-top: 32px;
	}
	.b-headblock-item__link {
		margin-top: 32px;
		display: block;
		text-align: center;
	}
}

@media all and (min-width: 640px) {
	.b-headblock-item__text {
		font-size: 16px !important;
		line-height: 24px !important;
	}
}

@media all and (min-width: 1344px) {
	.b-headblock-item__text {
		font-size: 16px !important;
		line-height: 24px !important;
	}
}

.b-headblock-item--red.b-headblock-item--left .b-headblock-item__title {
	text-align: left !important;
	text-transform: none !important;
}

.b-headblock-item--center .b-headblock-item__title,
.b-headblock-item--center .b-headblock-item__text {
	text-align: center;
}



.b-price-three .b-how__price {
	margin-bottom: 0px;
	margin-top: 0px;
}

.b-price-three .b-how__text2 {
	margin-top: 0px;
}

.b-price-three--right-border {
	border-right: 1px solid #636363;
}

.b-cost-table-head__cell {
	border-bottom: 2px solid #464646;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 40px;
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.b-cost-table-head__cell:first-of-type {
	text-align: left;
}

.b-cost-table-head__cell:nth-child(2), .b-cost-table-head__cell:nth-child(3), .b-cost-table-head__cell:nth-child(4) {
	width: 192px;
}

.b-cost-table-head__cell--is-active {
	border-bottom: 2px solid #535353;
	background-color: #464646;
}

.b-cost-table-body__cell {
	border-top: 1px solid #464646;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	font-size: 15px;
	line-height: auto;
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.b-cost-table-body__cell:first-of-type {
	text-align: left;
}

.b-cost-table-body__cell--is-active {
	border-top: 1px solid #535353;
	background-color: #464646;
}

.b-cost-table-body__cell--is-active .b-cost-table__button {
	visibility: visible;
}

.b-cost-table__price {
	margin: 24px 0px 12px 0px;
	padding: 0px;
	color: #ffffff;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
}

.b-cost-table__button {
	margin: 12px 0px 24px 0px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0px 42px;
	visibility: hidden;
	color: #ffffff;
	font-weight: 700;
	font-size: 15px;
	background-color: #c4262e;
	cursor: pointer;
}

@media all and (min-width: 768px) {
	.b-cost-table {
		width: 864px !important;
		margin: 0px auto;
		display: table !important;
	}
}

@media all and (min-width: 1344px) {
	.b-cost-table-body__cell {
		line-height: 36px;
	}
}



.b-cost {
	position: relative;
	z-index: 10;
	background-color: #383838;
}

.b-cost__title {
	color: #fff;
	text-transform: uppercase;
}

.b-cost__subtitle {
	color: #fff;
	font-weight: 300;
	text-align: center;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

.b-cost-tabs-list {
	margin: 0px 0px 32px 0px;
	text-align: center;
}

.b-cost-tabs-list__wrapper {
	display: block;
}

.b-cost-tabs-list__item {
	display: block;
	margin: -1px 0px;
}

.b-cost-tabs-list__link {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0px 24px;
	background-color: #383838;
	border: 2px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
	cursor: pointer;
}

.b-cost-tabs-list__link--is-active {
	background-color: #fff;
	color: #383838;
}

.b-cost-tabs-content {
	margin: 24px 0px 0px 0px;
}

.b-cost-tabs-content__item {
	display: none;
}

.b-cost-tabs-content__item--is-active {
	display: block;
}

@media all and (min-width: 320px) {
	.b-cost__wrapper {
		padding: 64px 16px;
	}
	.b-cost__title {
		margin: 0px 0px 32px 0px;
	}
	.b-cost__subtitle {
		margin: 32px auto;
	}
}

@media all and (min-width: 640px) {
	.b-cost-tabs-list__wrapper {
		font-size: 0px;
	}
	.b-cost-tabs-list__item {
		display: inline-block;
		margin: 0px;
	}
}

@media all and (min-width: 768px) {
	.b-cost__wrapper {
		padding: 144px 64px;
	}
	.b-cost__subtitle {
		font-size: 18px;
		line-height: 26px;
		font-weight: 300;
		/* font-size: 18px;
            line-height: 24px;*/
	}
}

@media all and (min-width: 1344px) {
	.b-cost__wrapper {
		padding: 184px 42px 128px 42px;
	}
	.b-cost__title {
		margin: 0px 0px 32px 0px;
	}
	.b-cost-tabs-list {
		margin: 0px 0px 80px 0px;
	}
	.b-cost-tabs-list__wrapper {
		display: inline-block;
		font-size: 0px;
	}
	.b-cost-tabs-list__item {
		display: inline-block;
		margin: 0px -1px;
	}
	.b-cost-tabs-content {
		margin: 80px 0px 0px 0px;
	}
}










.b-popup__wrapper {
	padding: 0px;
}

.b-popup .b-block {
	margin: 0px;
}

.red {
	color: #c4262e !important;
}

.b-project-slider__rightcol {
	text-align: right;
}

.b-project-slider__wrapper {
	border-top: 1px solid #eff1f1;
}

.b-project-slider__img {
	display: inline-block !important;
}

.b-project-slider__name, .b-project-slider__position, .b-project-slider__text {
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

.b-project-slider__name {
	font-weight: 400;
	color: #383838;
	margin: 32px 0px 0px 0px;
}

.b-project-slider__position {
	font-weight: 700;
	color: #cccccc;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}

.b-project-slider__text {
	font-weight: 300;
	color: #383838;
	margin: 32px 0px;
}

@media all and (min-width: 768px) {
	.b-project-slider__wrapper {
		padding: 35px 0px 0px 0px;
	}
	.b-project-slider__name {
		margin: 65px 0px 15px 0px;
		font-size: 24px;
	}
	.b-project-slider__position {
		font-size: 12px;
	}
	.b-project-slider__text {
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
		margin: 16px 0px 0px 0px;
	}
}




/** Табличка и слайдер в Context */
.b-project-in-slider__title {
	margin: 0px auto 32px auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #383838;
}

.b-project-in-slider__text {
	margin: 32px auto;
	text-align: center;
	color: #383838;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

@media all and (min-width: 768px) {
	.b-project-in-slider__text {
		font-size: 15px;
		line-height: 22px;
		font-weight: 300;
	}
}

.b-project-in-slider__bottom-text1 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 15px 0px 12px 0px;
}

.b-project-in-slider__bottom-text2 {
	margin: 12px 0px 0px 0px;
}

.b-project-in-slider-table__cell {
	vertical-align: top;
	font-size: 15px;
	font-weight: 300;
	padding: 30px 0px;
}

.b-project-in-slider-table__cell:nth-of-type(1) {
	width: 300px;
}

.b-project-in-slider-table__cell:nth-of-type(2) {
	width: 330px;
}

.b-project-in-slider-table__cell:nth-of-type(3) {
	width: 234px;
}

.b-project-in-slider-table__cell--table2:nth-of-type(1) {
	width: 265px;
}

.b-project-in-slider-table__cell--table2:nth-of-type(2) {
	width: 300px;
}

.b-project-in-slider-table__cell--table2:nth-of-type(3) {
	width: 299px;
}

.b-project-in-slider-table__cell--table2:nth-of-type(3) ul li {
	padding-left: 20px;
	padding-right: 0px;
}

.b-project-in-slider-table__cell--header {
	padding: 15px 0px;
	color: #383838;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #d1d1d1;
	padding-left: 20px;
}

.b-project-in-slider-table__cell ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.b-project-in-slider-table__cell ul li {
	font-size: 15px;
	line-height: 20px;
	color: #383838;
	padding: 0px 20px;
	position: relative;
	list-style-type: none;
	margin-bottom: 16px;
}

.b-project-in-slider-table__cell ul li:last-of-type {
	margin-bottom: 0px;
}

.b-project-in-slider-table__cell ul li::before {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 7px;
	left: 0px;
	background-color: #c4262e;
	border-radius: 3px;
	content: ' ';
}

.b-result2-block {
	margin-bottom: 24px;
}

.b-result2-block:last-of-type {
	margin-bottom: 0px;
}

.b-result2-block__name {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.b-result2-block ul {
	margin: 16px 0px 0px 0px;
	padding-left: 20px;
	list-style: none;
}

.b-result2-block ul li {
	margin-bottom: 20px;
	position: relative;
	list-style-type: none;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

.b-result2-block ul li::before {
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	background-color: #c4262e;
	border-radius: 3px;
	content: ' ';
	left: -20px;
	top: calc(50% - 3px);
}

@media all and (min-width: 768px) {
	.b-result2-block ul li {
		font-size: 15px;
		line-height: 22px;
		font-weight: 300;
	}
	.b-result2-block--list {
		margin-bottom: 32px !important;
	}
}

@media all and (min-width: 1024px) {
	.b-result2-block--list {
		padding-right: 48px;
	}
}

.b-result2-table {
	margin-top: 16px;
}

.b-result2-table td {
	color: #383838;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

.b-result2-table td:nth-child(1) {
	width: 160px;
	min-width: 160px;
	padding-right: 16px;
}

.b-result2-table td:nth-child(2) {
	width: 218px;
	min-width: 218px;
}

.b-result2-table td:nth-child(3) {
	width: 32px;
	min-width: 32px;
	padding-left: 16px;
	font-weight: 400;
}

.b-result2-table--width td:nth-child(2) {
	width: 140px;
	min-width: 140px;
}

.b-result2-table--width td:nth-child(3) {
	width: 136px;
	min-width: 136px;
	padding-left: 16px;
}

@media all and (min-width: 768px) {
	.b-result2-table {
		display: table !important;
	}
	.b-result2-table td {
		font-size: 15px;
		line-height: 22px;
		font-weight: 300;
	}
}

.b-progress {
	height: 5px;
}

.b-progress--gray {
	background-color: #dee4e5;
}

.b-progress--red {
	background-color: #c4262e;
}

.b-progress--dark-gray {
	background-color: #383838;
}

.b-result2 {
	margin: 32px auto;
}

.b-result2__wrapper {
	padding: 32px;
	background-color: #fff;
}

.b-result2__project {
	margin: 32px auto;
	color: #383838;
	font-weight: 700;
	text-align: center;
}

.b-result2__text {
	margin: 32px auto;
	color: #383838;
	text-align: center;
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

.b-result2__text p:first-of-type {
	margin-top: 0px;
}

.b-result2__text p:last-of-type {
	margin-bottom: 0px;
}

@media all and (min-width: 768px) {
	.b-result2 {
		margin: 48px auto;
	}
	.b-result2__wrapper {
		padding: 48px;
	}
	.b-result2__text {
		margin: 32px auto 48px auto;
		font-size: 15px;
		line-height: 22px;
		font-weight: 300;
	}
}

@media all and (min-width: 1344px) {
	.b-result2__wrapper {
		padding: 48px 144px;
	}
}








.b-popup {
	display: none;
}




.b-textcolumn__wrapper {
	padding: 32px;
	background-color: #fff;
}

.b-textcolumn__text {
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

@media all and (min-width: 768px) {
	.b-textcolumn__wrapper {
		padding: 48px;
	}
	.b-textcolumn__text {
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
	}
	.b-textcolumn__left-col {
		float: left;
		width: 45%;
	}
	.b-textcolumn__right-col {
		float: right;
		width: 45%;
	}
	.b-textcolumn__clear {
		clear: both;
	}
}

@media all and (min-width: 1344px) {
	.b-textcolumn__wrapper {
		padding: 48px 96px;
	}
}

.b-social {
	font-size: 0px;
}
.b-social-item {
	display: inline-block;
}
.b-social-icon {
	width: 25px;
	height: 25px;

	display: inline-block;
	vertical-align: top;

	color: #fff;
	text-decoration: none;

	background-image: url('/static/svg/aip_social_icons.svg');
	background-repeat: no-repeat;
	background-size: 250px 25px;
}
.b-social-icon--telegram {
	width: 20px;
	height: 25px;

	display: inline-block;
	vertical-align: top;

	color: #fff;
	text-decoration: none;

	background-image: url('/static/svg/telegram-image.svg');
	background-repeat: no-repeat;
	background-size: 40px 25px;
}
.b-social-icon--telegram{
	background-position: 0px 0px;
}
.b-social-icon--telegram:hover{
	background-position: -20px 0px;
}
.b-social-icon:first-of-type {
	margin-left: 0px;
}

.b-social-icon--facebook {
	background-position: -125px 0px;
}
.b-social-icon--facebook:hover {
	background-position: 0px 0px;
}
.b-social-icon--twitter {
	background-position: -150px 0px;
}
.b-social-icon--twitter:hover {
	background-position: -25px 0px;
}
.b-social-icon--google-plus {
	background-position: -175px 0px;
}
.b-social-icon--google-plus:hover {
	background-position: -50px 0px;
}
.b-social-icon--vk {
	background-position: -200px 0px;
}
.b-social-icon--vk:hover {
	background-position: -75px 0px;
}
.b-social-icon--youtube {
	background-position: -225px 0px;
}
.b-social-icon--youtube:hover {
	background-position: -100px 0px;
}

@media all and (min-width: 320px) and (max-width: 767px) {
	.b-social {
		border-bottom: 1px solid #3c3c3c;
	}
	.b-social__wrapper {
		font-size: 0px;
		padding: 32px 0px;
	}
	.b-social-item {
		width: 20%;
		font-size: 20px;
		text-align: center;
	}
}

@media all and (min-width: 768px) {
	.b-social__wrapper {
		padding: 32px 0px 0px 0px;
	}
	.b-social-item {
		margin: 0px 0px 0px 20px;
	}
	.b-social-item:first-of-type {
		margin-left: 0px;
	}
}
@media all and ( min-width: 1024px ) {
	.b-social-item {
		margin-left: 33px;
	}
}

.b-copyright {
	text-align: right;
}

.b-copyright__wrapper {
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
	color: #999;
	text-align: center;
	padding: 32px 0px 0px 0px;
}
.b-copyright__icon {
	position: relative;
	bottom: 2px;
	font-size: 12px;
}

@media all and (min-width: 768px) {
	.b-copyright__wrapper {
		font-size: 14px;
		line-height: 24px;
		text-align: right;
		padding: 30px 0px 0px 0px;
	}
}



.b-footer {
	background-color: #202020;
}

.b-footer__border {
	border-right: 1px solid #3c3c3c;
}

.b-footer__border2 {
	border-top: 1px solid #3c3c3c;
	margin: 45px 0px 0px 0px;
}

@media all and (min-width: 320px) and (max-width: 767px) {
	.b-footer__border2 {
		border-top: 1px solid #3c3c3c;
		margin: 0px;
	}
}

@media all and (min-width: 1344px) {
	.b-footer {
		padding: 55px 0px 32px 0px;
	}
}

.b-header [id^="bx_incl"]{
	display: inline-block !important;
}


.b-composite__banner {
	height: 25px;
	width: auto;
	margin: 0px auto;
	text-align: center;
}
.b-composite__banner a {
	height: 25px !important;
	display: inline-block !important;

	line-height: 25px !important;
	border: 0px !important;
	vertical-align: top;
	background-position: 100% -33px !important;
}
@media all and ( min-width: 320px ) {
	.b-composite__wrapper {
		padding: 32px 0px 0px 0px;
	}
}

.fancybox-skin {
	background-color: #fff !important;
	padding: 0px !important;
}

.mobile-menu-overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #383838;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 11;
}
.mobile-menu-overlay--is-active {
	display: block;
}



/** Всплывашки об отправке формы */
.b-subscribe-success,
.b-subscribe-error {
	display: none;
	text-align: center;
}
.b-subscribe-success p,
.b-subscribe-error p {
	color: #383838;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}
@media all and ( min-width: 320px ){
	.b-subscribe-success__wrapper,
	.b-subscribe-error__wrapper {
		width: 275px;
		height: 275px;
		padding: 55px 30px;
	}
}
@media all and ( max-width: 639px ) {
	.b-subscribe-success p br,
	.b-subscribe-error p br {
		display: none;
	}
}
@media all and ( min-width: 640px ) {
	.b-subscribe-success__wrapper,
	.b-subscribe-error__wrapper {
		width: 384px;
		height: 384px;
		padding: 120px 48px;
	}
}

input:-webkit-autofill {box-shadow: inset 0 0 0 50px #fff !important;-webkit-box-shadow: inset 0 0 0 50px #fff !important;}
.agreement {
	font-family: "Circe", Helvetica, Arial, sans-serif;
	color: #383838;
	cursor: pointer;
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom: dashed 1px rgba(56, 56, 56, 0.5);
}
.agreement-popup {
	display: none;
	max-width: 560px;
	height: 521px;
	overflow-x: hidden;
	padding: 0px 50px 0px 45px;
	margin-bottom: 0px;
	margin-top: 38px;
}
@media all and (min-width: 320px) and ( max-width: 640px ) {
	.agreement-popup {
		padding: 0px 16px 30px 16px !important;
		height: 490px !important;
		min-width: 280px !important;

	}
	.agreement-popup__wrapper::after {
		left: 0 !important;
		width: 95% !important;
		height: 50px !important;
		background: -moz-linear-gradient(top, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
		background: -webkit-linear-gradient(top, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
		background: -o-linear-gradient(top, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
		background: -ms-linear-gradient(top, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
		background: linear-gradient(to bottom, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
	}
	.agreementWrap .fancybox-close {
		width: 32px !important;
		height: 32px !important;
	}
	.agreementWrap .fancybox-close:after {
		position: absolute;
		top: 2px !important;
		right: 7px !important;
		font-size: 20px !important;
	}
	.agreement-popup__wrapper .b-title {
		width: 190px !important;
	}
}
@media all and (max-height: 500px) {
    .agreement-popup {
        height: 400px !important;
    }
}
.agreement-label {
	padding-top: 17px;
	color: #383838;
	font-family: "Circe", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
}
.agreement-label.inner {
	padding-top: 10px;
}
.agreement-popup__wrapper::before {
	content: '';
	position: absolute;
	right: 45px;
	left: 45px;
	top: 37px;
	height: 50px;
	background: linear-gradient(to top, #fff3, #fff 100%);
}
.agreement-popup__wrapper .b-title {
	position: relative;
}
.agreement-popup__wrapper::after {
	content: '';
	position: absolute;
	left: 45px;
	bottom: 0px;
	width: 455px;
	height: 60px;
	background: -moz-linear-gradient(top, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
	background: -webkit-linear-gradient(top, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
	background: -o-linear-gradient(top, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
	background: -ms-linear-gradient(top, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
	background: linear-gradient(to bottom, rgba(255,255,255, 0), rgba(255,255,255, 0.5) 10px, rgba(255,255,255, 1) 20px);
}
.agreement-popup__wrapper .b-title {
	font-family: "Circe", Helvetica, Arial, sans-serif;
	color: #383838;
	font-size: 30px;
	letter-spacing: -0.3px;
}
.agreement-popup__wrapper p {
	font-family: "Circe", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.2px;
	color: #383838;
	padding-top: 4px;
	font-weight: 300;
}
.agreementWrap .fancybox-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 38px;
	cursor: pointer;
	z-index: 8040;
}
.agreementWrap .fancybox-close:after {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 23px;
}

/* Стили для страницы блогов и новостей */
.b-head-title {
	color: #383838;
	padding-top: 135px;
	max-width: 1150px;
	margin: 0 auto;
}
.b-head-title h1 {
	font-size: 50px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 400;
}
@media all and ( max-width: 731px ) {
	.b-head-title {
		padding: 100px 16px 0;
	}
}
p.podpis {
	margin-top: 0;
	font-size: 14px;
	font-weight: 300;
	color: #999;
}
.blockqoute {
	font-style: italic;
	position: relative;
	border-left: 3px solid #e8e8e8;
	font-style: italic;
}
.blockquote:after {
	height: 100%;
	width: 4px;
	display: block;
	position: absolute;
	left: -40px;
	top: 0;
	content: ' ';
	background: #e8e8e8;
}
.emptyTitle {
	margin: 13px 0px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	margin-top: 48px;
}
.eye-show-detail {
	font-size: 16px;
	color: rgba(56, 56, 56, 0.3);
	display: inline-block;
	position: relative;
	float: right;
	bottom: 44px;
	right: 3px;
	font-weight: 800;
	vertical-align: middle;
}

.eye-show-dark {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
	position: absolute;
	float: right;
	bottom: 35px;
	right: 52px;
	font-weight: 600;
	vertical-align: middle;
}

.eye-show-light {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.3);
	position: absolute;
	float: right;
	bottom: 35px;
	right: 52px;
	font-weight: 600;
	vertical-align: middle;
}
.eye-show-detail img, .eye-show-light img, .eye-show-dark img {
	border: none;
	padding: 2px;
	margin-bottom: 4px;
	width: 35px;
}
.eye-show-light img, .eye-show-dark img {
	position: relative;
	top: 5px;
}
.eye-show-detail img {
	position: relative;
	top: 5px;
	left: 7px;
}
.research {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 21px 48px;
	background-color: #c4262e;
	font-family: Circe;
	font-weight: 300;
	color: #fff;
}

.research__title {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.15;
}

.research__text {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 16px;
}

.research__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.research__submit {
	min-width: 142px;
	background-color: transparent;
	border: 2px solid #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	padding: 9px 20px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background .5s ease;
	transition: background .5s ease;
}

.research__submit:hover {
	background-color: #fff;
	color: #c4262e;
}

.research__field {
	max-width: 224px;
	padding: 0 22px 0 35px;
	border: none;
	font-size: 14px;
	font-family: Circe;
	font-weight: 400;
}

.research__field::-webkit-input-placeholder {
	color: #888888;
	font-family: Circe;
	font-weight: 300;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.research__field:focus {
	outline: none;
}

.research__field:focus::-webkit-input-placeholder {
	color: transparent
}

.table-scroll {
	overflow-x: scroll;
}

h2.break-word, a.break-word, span.break-word {
	word-wrap: break-word;
}

@media (min-width: 992px) {
	.research {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.research__info {
		padding-right: 50px;
	}
	.research__text {
		margin-bottom: 0;
	}
	.research__form {
		padding-top: 20px;
	}
}
.research-container {
	padding: 0 16px;
	max-width: 1184px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.research-container {
		padding: 0 32px;
		max-width: 1216px;
	}
}

.b-head-image__subheading {
	font-size: 30px;
	font-weight: 400;
	line-height: 32px;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.b-head-image__subheading {
		font-size: 50px;
		line-height: 56px;
	}
}
.example {
	display: -ms-grid;
	display: grid;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
	background: linear-gradient(to bottom, white, black);
}

.b-search-box__input {
	color: #383838;
	font-size: 18px;
	line-height: 24px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEM0QzM1RUZGQThFMTFFNkI3QUFDRjE5MjUxNzU1NDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEM0QzM1RjBGQThFMTFFNkI3QUFDRjE5MjUxNzU1NDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQzRDMzVFREZBOEUxMUU2QjdBQUNGMTkyNTE3NTU0MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQzRDMzVFRUZBOEUxMUU2QjdBQUNGMTkyNTE3NTU0MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkkuOy4AAAF8SURBVHja7JhJi4NAEIWr3aKI2yEhyW3+/4+ak6CC4AJuiRqfEBmYDHMYk7RMNXhIN6TfV1WvWluM4/hJ2x0fYgIYNwwgFNr4YAAGYAAGYAAGYAAGYAAGeN/Q1v7Dsiwpz3Nq25aEEGSaJnmeR7ZtP+eDYM0PmiRJqCiKWfhutyNFUahpGhqGgVzXpcPhsLp+bc3IQ7xhGHQ6nUjX9Xke4qMoWtZ835fTA/fIH4/HRfy8wZQFzGmaRlmWyWti1DwijOfbJhMEPHC9XulyucjbhSD0tzVkSUoARL7rOvqpJ8DMKC2UkpQAjuNQ3/eUpulDg9d1TUEQyHsOoE1CKIyKTOA3yqWqqsXgj/wh1TmADMRxPIteNpiEo/6xpqrq3GJxuK2l/yk3c6h3PPfug7MgDMO5C2HufD6vBSFedrWI9vkVApmwLOvPAC97mUMHQuRRRsgISm1zb6MwMSDQSvf7vXwmfsPg22kGYAAGYAAGYAAGYAAGYIB/DHATYACIdZ4LKcf//gAAAABJRU5ErkJggg==') no-repeat 0 center;
}

.b-search-box__close-link {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQBAMAAAA7eDg3AAAAAXNSR0IB2cksfwAAADBQTFRFAAAAOjo6ODg4MDAwODg4ODg4Nzc3ODg4ODg4ODg4ODg4ODg4ODg4OTk5Nzc3ODg4CV5XbgAAABB0Uk5TADC/EMD/zyDw0J+g31Dv4Pq6HW4AAABxSURBVHicYxAyYAACIwEG12QgzZzqwFARBGRwRhgwMLYuYGDY2gjkSUQxcEcIABlAIbAAUCgGLMDAwBsaC6YZGEMDIQy5+DiwFOPTDVsfggWiGbhBQkABoIFAIbtIoKhljAGD62SQpVMdGETAzjARAAAiLRbYrs7LhAAAAABJRU5ErkJggg==') no-repeat center;
	background-size: 15px 16px;
}

.b-logo {
	z-index: 1;
}
/*
.b-search-box {
	z-index: 2;
}


.search {
	margin-bottom: 25px;
	color: #383838;
}

.search__inner {
	position: relative;
	max-width: 1216px;
	margin: 0 auto;
	z-index: 11;
}

.search__inner--white {
	margin-right: 16px;
	margin-left: 16px;
}

.search__header {
	padding: 32px 16px 100px;
	margin-bottom: -100px;
	background-color: rgba(56, 56, 56, .05);
}

.search__header-inner {
	max-width: 1155px;
	margin: 0 auto;
}

.search__title {
	margin-top: 0;
	margin-bottom: 7px;
	font-size: 30px;
	line-height: 32px;
	text-transform: uppercase;
}

.search__subtitle {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 24px;
	color: rgba(56, 56, 56, .5);
	line-height: 24px;
}

.search__results {
	background-color: #fff;
	padding: 28px 24px 11px;
}

.search__article {
	margin-bottom: 13px;
}

.search__subject {
	margin-bottom: 9px;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}

.search__text {
	margin-top: 0;
	margin-bottom: 7px;
	font-weight: 300;
}

.search__key-word {
	font-weight: 700;
}

.search__link {
	text-decoration: none;
	color: #c4262e;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.search__link:hover {
	text-decoration: underline;
}

.search__key-word-title {
	position: relative;
}

.search__key-word-title::before {
	content: '';
	position: absolute;
	bottom: 5px;
	right: 0;
	left: 0;
	height: 1px;
	background-color: #cccccc;
}

.search-nothing {
	color: #383838;
	margin-bottom: 40px;
}

.search-nothing__inner {
	padding-right: 16px;
	padding-left: 16px;
}

.search-nothing__article {
	position: relative;
	border-bottom: 1px solid #dfe3e4;
}

.search-nothing__article a {
	display: block;
	text-decoration: none;
	color: #383838;
	padding: 32px 24px 0;
}

.search-nothing__content {
	max-width: 1156px;
	margin-right: auto;
	margin-left: auto;
}

.search-nothing__content-inner {
	background-color: #fff;
}

.search-nothing__article:last-child {
	border-bottom: none;
}

.search-nothing__more {
	display: block;
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
	padding: 28px 16px 21px;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.74px;
}

.search-nothing__more span {
	display: block;
}

.search-nothing__tag {
	position: relative;
	display: inline-block;
	height: 24px;
	margin-bottom: 24px;
	padding-right: 9px;
	padding-left: 9px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.55px;
	z-index: 1;
}

.search-nothing__tag::before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 1px;
	top: -1px;
	background-color: #c4262e;
	z-index: -1;
}

.search-nothing__header-inner {
	padding: 60px 0 88px;
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
}

.search-nothing__subject {
	margin-bottom: 14px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
}

.search-nothing__header {
	padding-right: 16px;
	padding-left: 16px;
	background-color: rgba(56, 56, 56, .05);
}

.search-nothing__title {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 0.22px;
}

.search-nothing__subtitle {
	margin-top: 0;
}

.search-nothing__text {
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 300;
}

.search-nothing__key-word {
	color: #c4262e;
}

a.search-nothing__link {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	margin-bottom: 21px;
	padding: 0;
	margin-left: 24px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZJREFUeNrcWjFz01AMth2OI8cS+AXp1q3hFzRsHdORqcnGlnRjazMykUzAZGfqMbVjmXA3tjq/ALMxtWbgaI+hSJzCvSp6cZ6tBAfd6XKx4/c+SZ/e05Pjewry9MnjJny0QXdAW6BNUlNS0gR0ChpfXf9Iy87tlwTdBT0QwC4raMAENCpqjF8Q+BGB15QIdOhqiO8AvAEfAwK/ShmCjsCQTM0AAI+8Ps2hCnI7Br0AzQBAzMbAHEEn7FK+tHKotQ9jJKUNgImRKqHlNnppXITDRg71yTBJejButGicWs4kx/DxxgL8NegLmOD8582vzJUn+AxoXK8/fA9fbykij9jPOnDfx985R4DAS3w/I89kmsSnHMNId6S8gPmOl44A0Uby/CEMdAgeudHOXBwT9AN4/Dt83WO323D9K9xPciNACXtZhI+K0bDl3TOe2L4QxkthtVkb+BwjUjIiEykEYXolcBBp885bsyBdBDqhg2/NpPbZsvaFJyyA31fwZpvvCw7PngpO3Zot24Fx8UhYKnsK4JEGn4gSRaRHWDwJa8A2FVPGZZdKAj8bNyxiBGEYs8tdwvw3Al3B+6OytBHGDQtGYiREoWsacKDtfeK8REFnIyxR+IPZtyTvlsZhI2dNd1qabTgDqgzvVZVa4Ml7kUYkCBPfidsBHQNNiT1l0TJCwLYTCHX5xSo2JiUjOLZWIJQNmbciUTCCY2tiEt+xSfycZLpbYQWRm9h8/sCrljgvsVUzwFmqZoBz2f6AauzmspVjXo6scmOj8uTe+SAgAzxWc6/7pLWs5xuSAXx3260oeAlbggZM+fZcUfAStmkgbM+tWa1dwWKOVw1xQEVSKtXaFfK8hClF7LNldMJu9qlDUfZAowKesPTZ5Ym5D0RCtg8UDjSRUntmIKxA0dz5FesMQ6/LRoGN2y34fIOwmNhCaSceClEIFSpQrD6fl2iMhYL3h3ONLewWYyeYLVXb2FyCe59LNqnSgt4fCFTGRu/ZXGPLSJaNai1ufHO3JoT7G7ayvfl2XkeDTkvS5q3Fgef8Ys3C2UTIB5Q9uN4C/aj9jgDpC+OeWJZv5L3YaKstSLzYYsQ26Eu4VwdNyhpCwLErfuLJL/6sb2fEHHDg4+yQ/U9f8v3/r1nZEruZL7qF0G/eXw0WcHiz/uyxwBjk9dr/bvNbgAEAO+LxyUhxtOEAAAAASUVORK5CYII=) center no-repeat;
	background-size: 100% 100%;
	font-size: 0;
}

@media (min-width: 768px) {
	.search {
		margin-top: 62px;
	}

	.search-nothing {
		margin-bottom: 48px;
	}

	.search-nothing__header-inner {
		padding-top: 118px;
	}

	.search-nothing__more span {
		display: inline-block;
	}
}

@media (min-width: 1024px) {
	.search {
		margin-bottom: 122px;
	}

	.search__title {
		margin-bottom: 0;
		font-size: 50px;
		line-height: 56px;
		text-transform: uppercase;
	}

	.b-search-box__input {
		background-position: 13px center;
		margin-left: 128px;
		padding-left: 60px;
	}

	.search__inner--white {
		margin-right: auto;
		margin-left: auto;
	}

	.search__inner {
		padding-right: 32px;
		padding-left: 32px;
	}

	.search__results {
		padding-top: 44px;
		padding-right: 46px;
		padding-left: 46px;
	}

	.search__article {
		margin-bottom: 35px;
	}

	.search__text {
		line-height: 20px;
		font-size: 14px;
	}

	.b-logo {
		z-index: 11;
	}

	.search__header {
		padding: 114px 32px 135px;
		margin-bottom: -95px;
	}

	.b-search-box__input {
		height: 64px;
	}

	.search-nothing {
		margin-bottom: 107px;
	}

	.search-nothing__inner {
		padding-right: 32px;
		padding-left: 32px;
	}

	.search-nothing__header {
		padding-right: 32px;
		padding-left: 32px;
	}

	.search-nothing__header-inner {
		padding: 185px 0 116px;
	}

	.search-nothing__content-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.search-nothing__title {
		margin-bottom: 10px;
		font-size: 30px;
		line-height: 56px;
	}

	.search-nothing__subtitle {
		font-size: 24px;
		line-height: 24px;
	}

	.search-nothing__tag {
		margin-bottom: 38px;
	}

	.search-nothing__more {
		padding: 80px 0 23px;
		font-size: 30px;
		line-height: 56px;
		letter-spacing: 0.62px;
	}

	.search-nothing__article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: calc(100% / 3);
		border-bottom: 0;
		border-right: 1px solid #dfe3e4;
	}

	.search-nothing__article:last-child {
		border-right-color: transparent;
	}

	.search-nothing__article a {
		padding: 47px 46px 0;
	}

	a.search-nothing__link {
		margin-top: auto;
		margin-bottom: 46px;
		margin-left: 46px;
		padding: 0;
	}

	.search-nothing__subject {
		margin-bottom: 10px;
		font-size: 30px;
		line-height: 32px;
	}

	.search-nothing__text {
		margin-top: 17px;
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.b-search-box__input {
		padding-left: 48px;
	}
}


/*New Style Fix*/
@media (min-width: 768px) {
	.b-callback {
		display: none;
	}

	.b-search {
		margin-left: 25px;
	}

	.b-phone {
		display: inline-block;
		padding: 25px 0 23px 0;
	}

	.b-phone__link {

		margin-left: 25px;
		font-size: 16px;
		line-height: 16px;
	}
}

@media (max-width: 1343px) and (min-width: 768px) {
	.b-city {
		display: inline-block;
	}

	.b-phone {
		display: inline-block;
	}
}

@media (min-width: 960px) {
	.b-header-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.b-link--no-padding {
	padding: 0!important;
}

.blog__section ol {
	padding-left: 0;
}

.clearfix {
	content: "";
	display: table;
	clear: both;
}

.tariff-form-wrap .price__item {
	flex: 1;
	border-left-width: 2px;
	padding: 30px 35px 40px 35px;
	min-height: 384px;
}

.tariff-form-wrap .flex-form {
	flex: 1;
}

.tariff-form-wrap {
	display: flex;
	flex-wrap: wrap;
}

.tariff-form-wrap .b-form__wrapper {
	border: 2px solid #fff;
	border-left-width: 1px;
	background: none;
	min-height: 384px;
}

.tariff-form-wrap .price__from-price {
	margin-bottom: auto;
}

.tariff-form-wrap .b-main-form__field {
	margin-bottom: 18px;
}

.tariff-form-wrap .b-main-form__textarea {
	height: 120px;
}

.tariff-form-wrap .agreement-label .agreement {
	color: #fff;
}

.tariff-form-wrap .agreement-label {
	flex: 2;
	max-width: 450px;
	color: #fff;
	padding-top: 20px;
}

.tariff-form-wrap .b-main-form__submit .b-button__wrapper {
	display: inline-block;
	width: 220px;
}

.tariff-form-wrap .b-main-form__submit {
	flex: 1;
	text-align: right;
	margin-top: 0;
	padding-top: 16px;
}

.tariff-form-wrap .b-field__label {
	color: #898989;
}

.tariff-form-wrap .form-footer {
	display: flex;
	flex-wrap: wrap;
}

.tariff-form-wrap label.error {
	display: none !important;
}

.tariff-form-wrap .go-to-tariffs {
	color: #898989;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	text-align: left;
	cursor: pointer;
}

.tariff-form-wrap .go-to-tariffs img {
	margin-top: -2px;
	margin-right: 5px;
}

.flex-form .b-title.tariff-form-head {
	display: none;
}

.fancybox-inner .tariff-form-wrap .flex-form .b-title.tariff-form-head {
	display: block;
}

.fancybox-inner .tariff-form-wrap .b-main-form__column--left {
	width: 100%;
	min-width: 300px;
	max-width: 360px;
	float: none;
	margin: 0 auto;
	padding-right: 0;
}

.fancybox-inner .tariff-form-wrap .b-main-form__column--right {
	width: 100%;
	min-width: 300px;
	max-width: 360px;
	float: none;
	margin: 0 auto;
	padding-left: 0;
}

.fancybox-inner .tariff-form-wrap .price__item {
	display: none;
}

.fancybox-inner .tariff-form-wrap .b-main-form__submit {
	text-align: center;
}

.fancybox-inner .tariff-form-wrap .agreement-label .agreement {
	color: #383838;
}

.fancybox-inner .tariff-form-wrap .agreement-label {
	color: #383838;
}

.fancybox-inner .tariff-form-wrap .form-footer {
	display: block;
	flex-wrap: unset;
	max-width: 360px;
	margin: 0 auto;
}

.ratings-banner {
	text-align: center;
}

.ratings-banner .main-ratings-banner {
	padding: 45px;
}

.ratings-banner .b-title {
	text-align: center;
	margin: 30px auto 0;
	width: 75%;
	text-transform: uppercase;
	line-height: 38px;
}

@media all and (max-width: 960px) {
	.ratings-banner .b-title {
		width: 100%;
	}
}

.ratings-banner .b-button {
	text-align: center;
	width: 200px;
	margin: 0 auto;
}

.ratings-banner .b-text {
	margin: 25px auto;
	font-weight: 300;
}

.main-ratings-banner {
	display: block;
	text-decoration: none;
	color: #fff;
	background: url('/static/img/ratings_main_bg.png');
}

.main-ratings-banner a {
	color: #fff;
	text-decoration: none;
}

.history-conf-title {
	width: 100%;
}

.agreement-label a.agreement {
	text-decoration: none;
}

.row::before,
.row::after {
	display: none;
}

.text-center {
	text-align: center;
}

.mb-10 {
	margin-bottom: 10px;
}

.mt-10 {
	margin-top: 10px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0;
}

.sitemap-footer {
	color: #7c7c7c;
	margin-left: 20px;
}
/* End */
/* /local/templates/ashmanov/css/constructor-blocks.css?166551280712318 */
/* /local/templates/ashmanov/css/modals-1534790179730.min.css?15410728968543 */
/* /local/templates/ashmanov/css/loader.css?15390785791610 */
/* /static/css/style.css?166504003214449 */
/* /local/components/ashmanov/current.city/templates/contact_us/style.css?16544620941058 */
/* /local/templates/ashmanov/components/bitrix/search.title/top-search/style.css?153200604529490 */
/* /local/templates/ashmanov/components/bitrix/news.list/main.head.slider2021/style.css?16394131128662 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/header-contact/style.css?15409072503704 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/footer_callback/style.css?1535549616472 */
/* /local/templates/ashmanov/styles.css?16600520271057 */
/* /local/templates/ashmanov/template_styles.css?165738653559485 */
