@charset "UTF-8";
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
}

main {
    flex-grow: 1;
}

a {
    color: #292b2c;
}

p {
    margin-bottom: 1.5em;
}

p:empty {
    display: none;
}

.blockquote, .figure, blockquote, figure, iframe, img {
    display: block;
    margin: 2rem 0;
    max-width: 100%;
    vertical-align: top;
}

.blockquote.left, .blockquote.right, .blockquote[align], .figure.left, .figure.right, .figure[align], blockquote.left, blockquote.right, blockquote[align], figure.left, figure.right, figure[align], iframe.left, iframe.right, iframe[align], img.left, img.right, img[align] {
    float: none;
}

img {
    margin: 1rem 0;
}

.figure-caption, figcaption {
    margin-top: .5em;
    font-style: italic;
}

.figure, figure {
    margin-top: 1rem;
}

.figure .figure-caption:first-child, .figure figcaption:first-child, figure .figure-caption:first-child, figure figcaption:first-child {
    margin-top: 0;
}

iframe {
    border: none;
}

.blockquote, blockquote {
    font-size: 1rem;
    font-style: italic;
    padding: .5rem 1rem;
    border-color: #ebebec;
    border-width: 4px;
    border-left-style: solid;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    display: block;
    color: #292b2c;
    font-family: "Pragmatica Slabserif", Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
    margin-top: 1.4em;
}

.h1, h1 {
    font-size: 30px;
    margin-bottom: 1em;
}

.h1:first-child, h1:first-child {
    margin-top: 0;
}

.h2, h2 {
    font-size: 19px;
    margin-bottom: 1.2em;
}

.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
    font-size: 16px;
    margin-bottom: 1.2em;
}

button, input, optgroup, select, textarea {
    font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.order-aside__title, .section-title, .title-dashed {
    line-height: 1.1;
    font-family: "Pragmatica Slabserif", Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
}

button {
    cursor: pointer;
}

input::-ms-clear, input::-ms-reveal {
    width: 0;
    height: 0;
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #CED0D2;
    opacity: .7 !important;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #CED0D2;
    opacity: .7 !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #CED0D2;
    opacity: .7 !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #CED0D2;
    opacity: .7 !important;
}

select[multiple] {
    overflow: auto;
}

select[multiple] option {
    padding: 4px 0;
}

.table td, .table th, table td, table th {
    padding: .9em 1.1em;
}

.table, table {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border: none;
}

.table caption, table caption {
    caption-side: top;
}

.table tfoot th, .table thead th, table tfoot th, table thead th {
    vertical-align: bottom;
    border-color: #ebebec;
    background-color: #ebebec;
}

.table thead th, table thead th {
    border-bottom: 2px solid #ebebec;
}

.table tfoot th, table tfoot th {
    border-top: 2px solid #ebebec;
}

.table td, .table th, table td, table th {
    vertical-align: top;
    border-top: 1px solid #ebebec;
}

ol, ul {
    padding-left: 2em;
}

dl, ol, ul {
    margin: 1rem 0 0;
}

ul > li:before {
    content: '—';
    top: 0;
    left: -1em;
}

ol {
    counter-reset: ol-counter;
}

ol > li {
    display: block;
}

ol > li:before {
    content: counter(ol-counter);
    counter-increment: ol-counter;
    left: -1.33333em;
    color: #292b2c;
}

li {
    position: relative;
    margin-top: .5em;
}

li:before {
    position: absolute;
    display: block;
}

.title-dashed, .title-dashed span {
    position: relative;
}

dt {
    margin-top: .75em;
}

dd {
    margin: 0;
}

abbr[title] {
    text-decoration: none !important;
}

hr {
    margin: 1rem 0;
    border-top: 1px solid #ebebec;
}

.mark, mark {
    color: #292b2c;
    background: 0 0;
    padding: 0;
}

.blockquote > :first-child, .figure > :first-child, blockquote > :first-child, dd > :first-child, figure > :first-child, li > :first-child, td > :first-child, th > :first-child {
    margin-top: 0;
}

.disabled, :disabled {
    cursor: default !important;
    opacity: .65 !important;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.disabled .disabled, .disabled :disabled, :disabled .disabled, :disabled :disabled {
    opacity: 1 !important;
}

@media (min-width: 576px) {
    .blockquote.left, .blockquote[align=left], .figure.left, .figure[align=left], blockquote.left, blockquote[align=left], figure.left, figure[align=left], iframe.left, iframe[align=left], img.left, img[align=left] {
        float: left;
        margin-right: 2rem;
    }

    .blockquote.right, .blockquote[align=right], .figure.right, .figure[align=right], blockquote.right, blockquote[align=right], figure.right, figure[align=right], iframe.right, iframe[align=right], img.right, img[align=right] {
        float: right;
        margin-left: 2rem;
    }

    .blockquote.left, .blockquote.right, .blockquote[align], .figure.left, .figure.right, .figure[align], blockquote.left, blockquote.right, blockquote[align], figure.left, figure.right, figure[align], iframe.left, iframe.right, iframe[align], img.left, img.right, img[align] {
        margin-top: 0;
    }

    .blockquote.left ol, .blockquote.left ~ ul, .blockquote.right ol, .blockquote.right ~ ul, .blockquote[align] ol, .blockquote[align] ~ ul, .figure.left ol, .figure.left ~ ul, .figure.right ol, .figure.right ~ ul, .figure[align] ol, .figure[align] ~ ul, blockquote.left ol, blockquote.left ~ ul, blockquote.right ol, blockquote.right ~ ul, blockquote[align] ol, blockquote[align] ~ ul, figure.left ol, figure.left ~ ul, figure.right ol, figure.right ~ ul, figure[align] ol, figure[align] ~ ul, iframe.left ol, iframe.left ~ ul, iframe.right ol, iframe.right ~ ul, iframe[align] ol, iframe[align] ~ ul, img.left ol, img.left ~ ul, img.right ol, img.right ~ ul, img[align] ol, img[align] ~ ul {
        overflow: hidden;
    }

    .blockquote.left, .blockquote.right, .blockquote[align], blockquote.left, blockquote.right, blockquote[align] {
        max-width: 320px;
    }
}

.content {
    margin-top: 12px;
}

.order-aside__title, .section-title {
    margin-bottom: .5rem;
    color: #000;
    font-size: 1.5rem;
}

.section-title__sub {
    color: #fdbf2d;
}

@media (min-width: 1260px) {
    .order-aside__title, .section-title {
        margin-bottom: 2rem;
        font-size: 1.875rem;
    }
}

.title-dashed {
    display: inline-block;
    font-size: 1.6875rem;
    color: #000;
}

.btn, .form-control {
    font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.title-dashed:before {
    content: '';
    position: absolute;
    right: 24px;
    bottom: 0;
    left: 0;
    height: .9375rem;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #fdbf2d 3px, #fdbf2d 5px);
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.back-btn__icon .svg-icon, .btn-hamburger span, .btn-to-basket .svg-icon, .play-btn:after {
    transform: translate(-50%, -50%);
}

.btn {
    font-size: .8125rem;
    line-height: 1;
    border-width: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.btn-primary {
    color: #000 !important;
}

.btn-del {
    padding: .3125rem;
    background-color: transparent;
    color: #b9bdc1;
}

.btn-del:focus, .btn-del:hover {
    color: #ca0813;
}

.btn-del .svg-icon {
    width: 22px;
    height: 20px;
}

.btn-success {
    color: #fff !important;
}

.btn-to-basket, .btn-to-request {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    padding: 0;
}

.btn-to-basket .svg-icon, .btn-to-request .svg-icon {
    color: #17181a;
}

.btn-to-basket.is-active, .btn-to-request.is-active {
    background-color: #2d8d57;
    border-color: #2d8d57;
    color: #fff;
}

.back-btn__icon, .btn-reset, .play-btn {
    background-color: transparent;
}

.btn-to-basket.is-active .svg-icon, .btn-to-request.is-active .svg-icon {
    color: #fff;
}

.btn-to-request .svg-icon {
    width: 18px;
    height: 13px;
    color: #2e281c;
}

.btn-to-request.is-active .svg-icon {
    width: 1.5rem;
    height: 1.125rem;
    margin-top: -5px;
    margin-right: -3px;
}

.btn-to-basket .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 17px;
}

.btn-to-basket.is-active .svg-icon {
    width: 1.4375rem;
    height: 1.25rem;
    margin-top: -2px;
    margin-right: -3px;
}

.btn-reset {
    color: #b9bdc1;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .75rem 1.5rem;
}

.btn-xs {
    padding: 4px 8px;
    text-transform: none;
    font-size: 12px;
}

.btn-plus {
    display: inline-block;
    width: 2.6875rem;
    height: 2.6875rem;
    background-color: #fafafa;
    border-radius: 50%;
    color: #fdbf2d;
    font-size: 34px;
    line-height: 2.6875rem;
}

.btn-plus:focus, .btn-plus:hover {
    text-decoration: none;
}

.back-btn__btn {
    display: block;
    font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    width: 100%;
    border: none;
    background: 0 0;
    font-size: .8125rem;
    text-transform: uppercase;
    color: #979ca3;
    font-weight: 600;
}

.back-btn__icon {
    position: relative;
    display: inline-block;
    width: 2.625rem;
    height: 2.625rem;
    border: 2px solid #b9bdc1;
    color: #b9bdc1;
    vertical-align: middle;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    margin-right: .875rem;
}

.back-btn__icon:focus, .back-btn__icon:hover {
    border-color: #fdbf2d;
    color: #fdbf2d;
    outline: 0;
}

.back-btn__icon .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: .875rem;
}

.play-btn {
    position: relative;
    width: 3.375rem;
    height: 3.375rem;
    margin: 20px;
    border: 2px solid #fdbf2d;
    border-radius: 50%;
    vertical-align: middle;
    transition: all .2s ease-in-out;
}

.play-btn:after, .play-btn__out:after, .play-btn__out:before {
    content: '';
    position: absolute;
    transition: all .2s ease-in-out;
}

.play-btn:after {
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #fdbf2d;
    border-top: 7px solid transparent;
}

.play-btn__out:after, .play-btn__out:before {
    display: block;
    border: 2px solid #fdbf2d;
    border-radius: 50%;
    -webkit-animation: bouncePlayBtn 2s ease-out infinite alternate;
    animation: bouncePlayBtn 2s ease-out infinite alternate;
}

.play-btn__out:before {
    width: 82px;
    height: 82px;
    left: -16px;
    top: -16px;
    border-color: rgba(253, 191, 45, .2);
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.play-btn__out:after {
    width: 68px;
    height: 68px;
    top: -9px;
    left: -9px;
    border-color: rgba(253, 191, 45, .5);
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.play-btn:focus, .play-btn:hover {
    background-color: #fdbf2d;
}

.play-btn:focus:after, .play-btn:hover:after {
    border-left-color: #fff;
}

.play-btn:focus .play-btn__out:before, .play-btn:hover .play-btn__out:before {
    width: 102px;
    height: 102px;
    left: -26px;
    top: -26px;
}

.play-btn:focus .play-btn__out:after, .play-btn:hover .play-btn__out:after {
    width: 78px;
    height: 78px;
    left: -14px;
    top: -14px;
}

@-webkit-keyframes bouncePlayBtn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bouncePlayBtn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.btn-hamburger {
    outline: 0 !important;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 22px;
    padding: 5px;
    line-height: 12px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    z-index: 20;
}

.fluid-control__input:focus, .switch__container, [data-whatinput=mouse] input:focus ~ .switch__paddle {
    outline: 0;
}

.btn-hamburger span, .btn-hamburger:after, .btn-hamburger:before {
    width: 20px;
    height: 2px;
    background-color: #b9bdc1;
    transition: .3s all ease;
    position: absolute;
}

.btn-hamburger span {
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 2px center;
}

.btn-hamburger:after, .btn-hamburger:before {
    content: "";
    left: 5px;
    top: 5px;
    transform-origin: left center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn-hamburger:after {
    top: auto;
    bottom: 5px;
}

.btn-hamburger_lg {
    width: 38px 28px;
    height: 38px 28px;
}

.btn-hamburger_lg span, .btn-hamburger_lg:after, .btn-hamburger_lg:before {
    width: 28px;
    height: 3px;
}

.btn-hamburger.is-active:after, .btn-hamburger.is-active:before {
    top: 50%;
    left: 50%;
    width: 17.5px;
}

.btn-hamburger.is-active:before {
    transform: rotate3d(0, 0, 1, -45deg) translate3d(-50%, 0, 0);
}

.btn-hamburger.is-active:after {
    transform: rotate3d(0, 0, 1, 45deg) translate3d(-50%, 0, 0);
}

.btn-hamburger.is-active span {
    background-color: transparent;
}

.btn-danger:focus {
    color: #fff;
}

.form-control {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.address-row__name, .article-block__date, .article-tile__title, .chars-block__title, .form-card__title, .page-error__title, .popup-rent__text, .rent-additional__item-title, .rent-main__item-title {
    font-family: "Pragmatica Slabserif", Georgia, "Times New Roman", Times, serif;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    min-height: 2.5rem;
}

.choices, .custom-file, .custom-file-control {
    min-height: 50px;
}

.custom-file-control:after {
    content: attr(data-content) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
    overflow: hidden;
    padding: .7rem 6.875rem .5rem 1rem;
    text-overflow: ellipsis;
}

.custom-file-control:before {
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    font-size: .8125rem;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
}

.fluid-control {
    display: inline-flex;
    position: relative;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 8px;
    height: 23px;
    will-change: opacity, transform, color;
}

.fluid-control:after {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(50%) scaleY(1);
    transform-origin: center bottom;
    transition: background-color 180ms cubic-bezier(.4, 0, .2, 1), transform 180ms cubic-bezier(.4, 0, .2, 1);
    background-color: rgba(0, 0, 0, .12);
}

.fluid-control.is-filled:after, .fluid-control.is-focused:after {
    background-color: #fdbf2d;
}

.fluid-control.is-filled .fluid-control__input::-webkit-input-placeholder, .fluid-control.is-focused .fluid-control__input::-webkit-input-placeholder {
    opacity: 1 !important;
}

.fluid-control.is-filled .fluid-control__input:-moz-placeholder, .fluid-control.is-focused .fluid-control__input:-moz-placeholder {
    opacity: 1 !important;
}

.fluid-control.is-filled .fluid-control__input::-moz-placeholder, .fluid-control.is-focused .fluid-control__input::-moz-placeholder {
    opacity: 1 !important;
}

.fluid-control.is-filled .fluid-control__input:-ms-input-placeholder, .fluid-control.is-focused .fluid-control__input:-ms-input-placeholder {
    opacity: 1 !important;
}

.fluid-control__input {
    letter-spacing: .04em;
    width: 100%;
    padding: 0 0 8px;
    border: none;
    background: 0 0;
    font-size: .8125rem;
    line-height: 1.15;
    -moz-appearance: none;
    appearance: none;
}

.fluid-control__input::-webkit-input-placeholder {
    opacity: 0 !important;
}

.fluid-control__input:-moz-placeholder {
    opacity: 0 !important;
}

.fluid-control__input::-moz-placeholder {
    opacity: 0 !important;
}

.fluid-control__input:-ms-input-placeholder {
    opacity: 0 !important;
}

.fluid-control__label {
    pointer-events: none;
    position: absolute;
    top: 1px;
    left: 0;
    margin-bottom: 0;
    transform-origin: left top;
    transition: transform 180ms cubic-bezier(.4, 0, .2, 1), color 180ms cubic-bezier(.4, 0, .2, 1);
    cursor: text;
    color: #979ca3;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1;
}

.fluid-control__input.is-filled + .fluid-control__label, .fluid-control__input:focus + .fluid-control__label {
    transform: translateY(-100%) scale(.75, .75);
    color: #fdbf2d;
    cursor: auto;
}

.fluid-control label.error {
    margin: 8px 0 0;
}

.input-count__title {
    margin-bottom: 1rem;
    color: #979ca3;
    font-size: .875rem;
}

.input-count__wrap {
    position: relative;
    display: inline-block;
    height: 3.125rem;
    padding: 0 2.5625rem;
    border: 1px solid #b9bdc1;
    border-radius: 2px;
}

.input-count_sm .input-count__wrap {
    height: 2.5rem;
    padding: 0 2.125rem;
}

.input-count__wrap .form-control {
    min-height: 100%;
}

.input-count__btn {
    position: absolute;
    width: 2.5rem;
    height: 100%;
    top: 0;
    bottom: 0;
}

.input-count_sm .input-count__btn {
    width: 2.125rem;
}

.input-count__btn .btn {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.25rem;
    color: #979ca3;
    padding: 0;
    background-color: transparent;
}

.input-count__btn_plus {
    right: 0;
    border-left: 1px solid #b9bdc1;
}

.input-count__btn_minus {
    left: 0;
    border-right: 1px solid #b9bdc1;
}

.input-count__control {
    width: 3.3125rem;
    padding-left: .3125rem;
    padding-right: .3125rem;
    background-color: transparent;
    border: none;
    font-weight: 600;
    text-align: center;
}

.input-count_sm .input-count__control {
    width: 2.5rem;
}

@media (max-width: 991px) {
    .input-count__btn_minus .btn:after, .input-count__btn_plus .btn:after {
        height: 0;
        width: 0;
        border-left: 6.5px solid transparent;
        border-right: 6.5px solid transparent;
        left: 0;
    }

    .input-count__btn_plus .btn:after {
        border-bottom: 10px solid #000;
    }

    .input-count__btn_minus .btn:after {
        border-top: 10px solid #000;
    }
}

@media (min-width: 992px) {
    .input-count__btn_minus .btn:after, .input-count__btn_minus .btn:focus:after, .input-count__btn_minus .btn:hover:after, .input-count__btn_plus .btn:after, .input-count__btn_plus .btn:focus:after, .input-count__btn_plus .btn:hover:after {
        height: 0;
        width: 0;
        border-left: 3.5px solid transparent;
        border-right: 3.5px solid transparent;
    }

    .input-count__btn_plus .btn:after {
        border-bottom: 5px solid #000;
    }

    .input-count__btn_plus .btn:focus:after, .input-count__btn_plus .btn:hover:after {
        border-bottom: 5px solid #fdbf2d;
    }

    .input-count__btn_minus .btn:after {
        border-top: 5px solid #000;
    }

    .input-count__btn_minus .btn:focus:after, .input-count__btn_minus .btn:hover:after {
        border-top: 5px solid #fdbf2d;
    }
}

.search-form {
    position: relative;
    background-color: #f6f6f7;
    height: 2.375rem;
    border: 1px solid #cfcfd0;
    border-radius: 2px;
}

.search-form_type-wide {
    max-width: 100%;
    height: 3.125rem;
    background-color: transparent;
    border: none;
}

.search-form_type-wide .form-control {
    display: inline-block;
    width: 24.25rem;
    margin-right: 1.25rem;
    background-color: #f6f6f7;
    border: 1px solid #cfcfd0;
}

.search-form__action, .search-form__input {
    border: none!important;
    background-color: transparent;
}

.search-form__input {
    height: 100%;
    min-height: 0;
    padding-right: 2.5rem;
    font-size: .8125rem;
}

.search-form__action {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2.5rem;
    height: 2.25rem;
    padding: 0;
}

.search-form__action .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.5rem;
    height: 1.5rem;
    color: rgba(105, 110, 117, .8);
}

.search-form_type-wide .search-form__action .svg-icon {
    display: none;
}

.search-form_type-wide .search-form__action {
    position: static;
    color: #000;
    background-color: #fdbf2d;
    border-color: #fdbf2d;
    width: 6.5rem;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: .8125rem;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: top;
}

.search-form_type-wide .search-form__action:hover {
    color: #000;
    background-color: #f5ac02;
    border-color: #eba502;
}

.search-form_type-wide .search-form__action.disabled, .search-form_type-wide .search-form__action:disabled {
    background-color: #fdbf2d;
    border-color: #fdbf2d;
}

.search-form_type-wide .search-form__action.active, .search-form_type-wide .search-form__action:active, .show > .search-form_type-wide .search-form__action.dropdown-toggle {
    color: #000;
    background-color: #f5ac02;
    background-image: none;
    border-color: #eba502;
}

.form-card_theme-gray, .form-card_theme-gray .choices .choices__inner, .form-card_theme-gray .choices .choices__list {
    background-color: #f4f5f5;
}

.search-form_type-wide .search-form__action:after {
    content: attr(aria-label);
}

@media (max-width: 767px) {
    .search-form_type-wide {
        display: flex;
    }

    .search-form_type-wide .form-control {
        width: auto;
        flex: 1 0 auto;
        margin-right: 10px;
    }
}

.form-card[disabled] {
    opacity: .7;
    pointer-events: none;
}

.form-card_theme-gray {
    border-top: 4px solid #fdbf2d;
}

.form-card_inline .form-card__front {
    padding: 2.1875rem 2.1875rem 2.8125rem;
}

.form-card_inline .form-card__back {
    padding: 2.1875rem 1.875rem 2.8125rem;
}

.form-card__flipper {
    height: 100%;
    transition: 1s;
    transform-style: preserve-3d;
    background-color: inherit;
}

.form-card.flip .form-card__flipper {
    transform: rotateY(-180deg);
}

.form-card__back, .form-card__front {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: inherit;
}

.form-card__front {
    z-index: 2;
}

.form-card__back {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateY(180deg);
}

.form-card__title {
    color: #3b3b3b;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}

.form-card_inline .form-card__title {
    margin-bottom: .625rem;
    text-align: left;
}

.form-card__title .title-dashed {
    font-size: 1.5rem;
}

.form-card__row {
    margin-bottom: .25rem;
}

.form-card__control .fluid-control {
    width: 100%;
}

.form-card__submit {
    margin-top: .25rem;
}

.form-card_inline .form-card__submit {
    margin-top: 1.5625rem;
}

.form-card_inline .form-card__submit .btn {
    width: auto;
}

.form-card .form-check-content {
    margin-top: 15px;
    font-size: .5625rem;
    line-height: .6875rem;
    color: #000;
}

.form-card__comment {
    margin-top: 15px;
    font-size: .8125rem;
    line-height: 1.15;
}

.form-card__success {
    text-align: center;
}

.form-card__success-title {
    margin-bottom: 2.125rem;
}

.form-card__success-icon {
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 1.4375rem;
    background-color: #fdbf2d;
    border-radius: 50%;
    color: #fff;
}

.form-card__success-icon .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 1.5625rem;
}

.min-basket, .min-basket__icon {
    position: relative;
}

.form-card__success-message {
    font-size: .8125rem;
    color: #979ca3;
}

.min-basket {
    display: block;
}

.min-basket:focus, .min-basket:hover {
    color: inherit;
    text-decoration: none;
}

.min-basket__icon, .min-basket__sum {
    display: inline-block;
    vertical-align: middle;
}

.min-basket__sum {
    font-size: .875rem;
    margin-right: .9375rem;
}

.min-basket__title {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    background-color: #ebebec;
    border: none;
    border-radius: 2px;
    font-size: 0;
    cursor: pointer;
    text-align: center;
}

.min-basket__title .svg-icon {
    width: 1.1875rem;
    color: rgba(0, 0, 0, .5);
}

.min-basket__count {
    position: absolute;
    top: -.6875rem;
    right: -.6875rem;
    width: 1.625rem;
    height: 1.625rem;
    line-height: calc(1.625rem - 4px);
    background-color: #fdbf2d;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: .875rem;
    font-weight: 500;
    text-align: center;
}

.arrow-link {
    color: #b9bdc1;
    font-size: .8125rem;
    font-weight: 700;
    text-transform: uppercase;
}

.arrow-link:focus, .arrow-link:hover {
    text-decoration: none;
}

.arrow-link__txt {
    display: inline-block;
    margin-right: .8125rem;
}

[class*=col-md-3] .arrow-link__txt {
    display: none;
}

.arrow-link__icon, .switch__container, .switch__title {
    display: inline-block;
    vertical-align: middle;
}

.arrow-link__icon {
    position: relative;
    width: 2.625rem;
    height: 2.625rem;
    border: 2px solid #fdbf2d;
    color: #fdbf2d;
    background-color: transparent;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.arrow-link__icon:focus, .arrow-link__icon:hover {
    border-color: #fdbf2d;
    color: #fdbf2d;
    outline: 0;
}

.arrow-link__icon .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: .875rem;
}

.switch__paddle_active, .switch__paddle_inactive {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.switch__title {
    margin-right: 1.25rem;
    color: #b9bdc1;
    font-size: .8125rem;
}

.switch__container {
    position: relative;
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    -webkit-user-select: none;
    user-select: none;
    height: 1.5rem;
}

.switch__paddle, .switch__paddle::after {
    display: block;
    transition: all .25s ease-out;
}

.switch__container .switch__paddle::after {
    top: .1875rem;
    left: .1875rem;
    width: 1.125rem;
    height: 1.125rem;
}

.switch__container input:checked ~ .switch__paddle::after {
    left: 1.6875rem;
}

.switch_tiny .switch__container {
    height: 1.5rem;
}

.switch_tiny .switch__container .switch__paddle::after {
    top: .1875rem;
    left: .1875rem;
    width: 1.125rem;
    height: 1.125rem;
}

.switch_tiny .switch__container input:checked ~ .switch__paddle::after {
    left: 1.6875rem;
}

.switch_small .switch__container {
    height: 1.75rem;
}

.switch_small .switch__container .switch__paddle::after {
    top: .1875rem;
    left: .1875rem;
    width: 1.375rem;
    height: 1.375rem;
}

.switch_small .switch__container input:checked ~ .switch__paddle::after {
    left: 1.9375rem;
}

.switch_large .switch__container {
    height: 2.5rem;
}

.switch_large .switch__container .switch__paddle::after {
    top: .1875rem;
    left: .1875rem;
    width: 2.125rem;
    height: 2.125rem;
}

.switch_large .switch__container input:checked ~ .switch__paddle::after {
    left: 2.6875rem;
}

.switch__input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0;
}

.switch__paddle {
    position: relative;
    width: 3.125rem;
    height: 1.5625rem;
    border: 1px solid #ced0d2;
    border-radius: .9375rem;
    background: #ca0813;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}

input + .switch__paddle {
    margin: 0;
}

.switch__paddle::after {
    position: absolute;
    top: .1875rem;
    left: .1875rem;
    width: 1.0625rem;
    height: 1.0625rem;
    border: 1px solid #ced0d2;
    transform: translate3d(0, 0, 0);
    border-radius: 50%;
    background: #fff;
    content: '';
}

input:checked ~ .switch__paddle {
    background: #f6f6f8;
}

input:checked ~ .switch__paddle::after {
    left: 1.875rem;
}

.switch__paddle_active {
    left: 8%;
    display: none;
}

input:checked + label > .switch__paddle_active {
    display: block;
}

.switch__paddle_inactive {
    right: 15%;
}

input:checked + label > .switch__paddle_inactive {
    display: none;
}

.ui-slider .ui-slider-handle:after, .ui-slider-horizontal:before {
    position: absolute;
    display: block;
    content: '';
}

.ui-slider-horizontal {
    height: 4px;
    max-width: calc(100% - 14px);
    margin-left: 7px;
}

.ui-slider-horizontal:before {
    width: calc(100% + 14px);
    left: -7px;
    top: 0;
    height: 4px;
    background: rgba(0, 0, 0, .15);
    border-radius: 2px;
}

.ui-slider .ui-slider-handle {
    width: 40px;
    height: 40px;
    outline: 0 !important;
    top: -18px;
    margin-left: -20px;
    cursor: pointer;
}

.ui-slider .ui-slider-handle:after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    background: #fff;
    border: 5px solid #fdbf2d;
    transition: background .2s linear;
}

.ui-slider .ui-slider-handle.ui-state-active:after, .ui-slider .ui-slider-handle:hover:after, .ui-slider .ui-slider-range {
    background: #fdbf2d;
}

.select-option__title {
    display: inline-block;
    margin-right: .625rem;
    font-size: .8125rem;
    color: #576266;
}

.select-option__selectbox {
    display: inline-block;
}

.select-option__selectbox .custom-select {
    min-width: 5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .8125rem;
}

.article-block, .brands-list__item {
    min-width: 100%;
}

.custom-select {
    border: 1px solid #b9bdc1;
}

.select-block__label {
    display: block;
    margin-bottom: .5rem;
    font-size: .875rem;
    color: #b9bdc1;
}

.select-block__select .custom-select {
    width: 100%;
}

.select-colors__title {
    margin-bottom: .25rem;
    color: #979ca3;
    font-size: .875rem;
}

.select-colors__list {
    margin: 0 -7px;
}

.select-colors__color {
    position: relative;
    margin: 7px;
    display: inline-block;
    cursor: pointer;
}

.select-colors__outer {
    display: block;
    padding: 2px;
    border: 2px solid transparent;
    border-radius: 2px;
}

input:checked ~ .select-colors__outer {
    border-color: #fdbf2d;
}

.select-colors__inner {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2px;
}

.select-colors__checkbox {
    position: absolute;
    opacity: 0;
}

.coupon__title {
    margin-bottom: 1rem;
    font-size: .875rem;
}

.coupon__input .form-control {
    background-color: #ebebec;
}

.coupon__apply {
    margin-top: -.0625rem;
}

@media (max-width: 767px) {
    .coupon__apply {
        margin-top: 1rem;
    }

    .coupon__apply .btn {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .coupon__input {
        float: left;
        width: 10.625rem;
        margin-right: .9375rem;
    }
}

.basket-manager {
    display: none;
    margin-top: 2rem;
}

.basket-manager.active, .basket-manager.is-invalid .coupon-select__label.is-invalid {
    display: block;
}

.basket-manager.is-invalid .coupon-select__input {
    border-color: #ca0813;
}

.basket-manager .coupon-select__input .choices__list--single, .basket-manager .coupon-select__input select, .basket-manager .coupon-select__items {
    display: none;
}

.basket-manager .coupon-select {
    position: relative;
    z-index: 10;
    max-width: 317px;
}

.basket-manager .coupon-select.active .coupon-select__dropdown {
    top: 56px;
    left: 0;
}

.basket-manager .coupon-select__input .choices {
    line-height: 48px;
    background: #f6f6f8;
}

.basket-manager .coupon-select__input .choices__input {
    width: 100%;
    padding-left: 52px !important;
}

.basket-manager .coupon-select__input .choices__item {
    height: 52px;
    padding: 0 0 0 52px;
}

.basket-manager .coupon-select__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.basket-manager .coupon-select__image-icon, .basket-manager .coupon-select__image-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
}

.basket-manager .coupon-select__image-icon {
    background: #e6e6e6;
}

.basket-manager .coupon-select__image-icon svg {
    height: 16px;
    width: 16px;
    fill: #95989a;
}

.basket-manager .coupon-select__image-inner {
    background-size: cover;
    background-position: center;
}

.basket-manager .coupon-select__label {
    display: none;
    font-size: 13px;
    margin-top: 4px;
}

.basket__continue-shop, .coupon-form .bx_ordercart_coupon ~ .basket__coupon {
    margin-top: 2rem;
}

.basket-manager .coupon-select__label.is-invalid {
    color: #ca0813;
}

.coupon-form .bx_ordercart_coupon {
    margin-bottom: 1rem !important;
}

.coupon-form .bx_ordercart_coupon ~ .basket__coupon.inactive {
    display: none !important;
}

.coupon-form .bx_ordercart_coupon input.disabled, .coupon-form .bx_ordercart_coupon span.disabled {
    cursor: pointer !important;
    pointer-events: auto;
}

.choices.-single, .popup-rent.flip .popup-rent__front, .product-tile.flip .product-tile__front, .sidebar-menu-mobile__link.active, .slideout, .svg-icon use, button.mfp-close svg {
    pointer-events: none;
}

.coupon-form .bx_ordercart_coupon input {
    box-shadow: none !important;
    border-color: transparent !important;
    color: #fff !important;
    width: 317px;
    height: 40px !important;
    border-radius: 2px;
    padding: 0 40px 0 20px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.coupon-form .bx_ordercart_coupon input.bad, .coupon-form .bx_ordercart_coupon input.good {
    opacity: 1 !important;
}

.coupon-form .bx_ordercart_coupon input.disabled, .coupon-form .bx_ordercart_coupon input.good {
    background: #2d8d57 !important;
}

.coupon-form .bx_ordercart_coupon input.bad {
    background: #ca0813 !important;
}

.coupon-form .bx_ordercart_coupon span {
    position: absolute;
    left: 277px;
    margin-left: 0 !important;
    width: 40px !important;
    height: 40px !important;
    background: 0 0 !important;
}

.coupon-form .bx_ordercart_coupon span:after, .coupon-form .bx_ordercart_coupon span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
}

.coupon-form .bx_ordercart_coupon span:before {
    border-radius: 50%;
    background: #fff;
}

.coupon-form .bx_ordercart_coupon span.disabled:after, .coupon-form .bx_ordercart_coupon span.good:after {
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="7189.404 4785.025 10.192 8.071"><defs><style>.a{fill:#2d8d57;fill-rule:evenodd;}</style></defs><path class="a" d="M14.6,6.439,7.939,13.1,6.525,11.682h0L4.4,9.561,5.818,8.146l2.121,2.122,5.243-5.243Z" transform="translate(7185 4780)"/></svg>') center no-repeat;
    background-size: 11px;
}

.coupon-form .bx_ordercart_coupon span.good + .bx_ordercart_coupon_notes {
    color: #2d8d57;
}

.coupon-form .bx_ordercart_coupon span.bad:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA2QzFEQUU3QTJEMTFFNEJFMTJEMjJGMUE4MkZDRkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA2QzFEQUY3QTJEMTFFNEJFMTJEMjJGMUE4MkZDRkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDZDMURBQzdBMkQxMUU0QkUxMkQyMkYxQTgyRkNGRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDZDMURBRDdBMkQxMUU0QkUxMkQyMkYxQTgyRkNGRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuRKTjMAAAC1SURBVHjaXJAhEsIwEEWTDiCoAa6CBtUKEAxHwAfHGSpxySWqUFQUh+YG3AEMOvxlfmf+kJmXnXRftr/1McaDc+4M9iGEu5OVUlqhXMCpwNaABejYUKljrxlh24EbmFHeomZKJXiZ43POdnsp8odDB6lGpMdP5KtUdirZoZDsNmEs5wmYDoeC09YoV8pvUuoHevyef6nikB7MmXljE1sJXlkm5qr5zHqtiQE8Nbgtka13/AowAFzKRSz6AcYPAAAAAElFTkSuQmCC) center no-repeat;
    background-size: 8px;
}

.coupon-form .bx_ordercart_coupon span.bad + .bx_ordercart_coupon_notes {
    color: #ca0813;
}

.coupon-form .bx_ordercart_coupon span:hover:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA2QzFEQUU3QTJEMTFFNEJFMTJEMjJGMUE4MkZDRkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA2QzFEQUY3QTJEMTFFNEJFMTJEMjJGMUE4MkZDRkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDZDMURBQzdBMkQxMUU0QkUxMkQyMkYxQTgyRkNGRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDZDMURBRDdBMkQxMUU0QkUxMkQyMkYxQTgyRkNGRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuRKTjMAAAC1SURBVHjaXJAhEsIwEEWTDiCoAa6CBtUKEAxHwAfHGSpxySWqUFQUh+YG3AEMOvxlfmf+kJmXnXRftr/1McaDc+4M9iGEu5OVUlqhXMCpwNaABejYUKljrxlh24EbmFHeomZKJXiZ43POdnsp8odDB6lGpMdP5KtUdirZoZDsNmEs5wmYDoeC09YoV8pvUuoHevyef6nikB7MmXljE1sJXlkm5qr5zHqtiQE8Nbgtka13/AowAFzKRSz6AcYPAAAAAElFTkSuQmCC) center no-repeat;
    background-size: 8px;
}

.coupon-form .bx_ordercart_coupon .bx_ordercart_coupon_notes {
    text-transform: uppercase;
    font-size: 9px;
    position: static;
    display: block !important;
    margin-top: 4px;
    border: none;
    padding: 0;
    box-shadow: none;
    opacity: 1 !important;
}

.coupon-form .bx_ordercart_coupon .bx_ordercart_coupon_notes:before {
    content: 'Купон ';
}

.choices:before, .dropdown-menu:before {
    content: '';
}

.dropdown-toggle:after {
    display: none;
}

.dropdown-menu {
    padding-bottom: 0;
    margin-top: .625rem;
    border-bottom: 4px solid #fdbf2d;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 21px;
    height: 0;
    width: 0;
    border-bottom: 7px solid #ebebec;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.dropdown-item {
    border-top: 1px solid #ced0d2;
    background-color: #fff;
    padding: .8125rem 2rem;
    font-size: .875rem;
}

.dropdown-list__link {
    font-size: .875rem;
    border-bottom: 1px dashed #fdbf2d;
}

.dropdown-list__link:focus, .dropdown-list__link:hover {
    text-decoration: none;
    border-bottom-style: solid;
}

.dropdown-list__title {
    color: #979ca3;
}

.dropdown-list__selected {
    color: #fdbf2d;
    white-space: nowrap;
}

.dropdown-list__dropdown {
    margin-top: 1.875rem;
    padding-top: .625rem;
    width: 25.125rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .16);
}

.dropdown-list__dropdown-message {
    margin-bottom: .625rem;
    font-size: .6875rem;
    text-align: center;
    color: #000;
}

.dropdown-list__dropdown-item {
    border-top: 1px solid #b9bdc1;
}

.address-row {
    display: flex;
    align-items: center;
    padding: .875rem 2.1875rem .875rem 1.875rem;
    background-color: #fff;
}

.address-row__icon {
    flex: 0 0 auto;
    margin-right: 1.25rem;
}

.address-row__icon .svg-icon {
    width: 1.375rem;
    height: 1.8125rem;
    color: #000;
}

.address-row__content {
    flex: 1 1 auto;
    color: #000;
}

.address-row__name {
    margin-bottom: .1875rem;
    font-size: .75rem;
    font-weight: 700;
}

.address-row__addr {
    font-size: .625rem;
}

.loader {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .9);
    z-index: 50000;
}

.loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes square-spin {
    25% {
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }
    50% {
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }
    75% {
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }
    100% {
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

@keyframes square-spin {
    25% {
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }
    50% {
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }
    75% {
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }
    100% {
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

.square-spin > div {
    width: 50px;
    height: 50px;
    background: #fdbf2d;
    -webkit-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}

.choices {
    margin-bottom: 0;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #ced0d2;
    position: relative;
    background: #fff;
}

.choices:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 48px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.4 5.6'%3E%3Cpath fill='%23b9bdc1' d='M9.12.3A1,1,0,0,0,7.7.28l-3,2.92L1.7.28A1,1,0,0,0,.3,1.72L4,5.32a1,1,0,0,0,.22.14l.1.06a1,1,0,0,0,.75,0l.1-.06a1,1,0,0,0,.22-.14l3.7-3.6A1,1,0,0,0,9.12.3Z'/%3E%3C/svg%3E") center no-repeat;
    background-size: 10px;
    cursor: pointer;
}

.choices:after {
    display: none !important;
}

.choices.-single::before {
    display: none;
}

.choices.is-open:before {
    transform: scaleY(-1);
}

.choices[data-type=select-multiple] .choices__inner {
    padding: 7px 52px 7px 14px !important;
}

.choices[data-type=select-multiple] .choices__input {
    height: 29px;
}

.choices .choices__inner, .choices .choices__list {
    border: none;
    background: 0 0;
}

.choices .choices__inner {
    padding: 0 52px 0 0 !important;
    min-height: 48px;
    line-height: 34px;
}

.choices .choices__list {
    background: #fff;
    padding: 0 !important;
}

.choices .choices__list--single {
    display: block;
}

.choices .choices__list--dropdown {
    border-radius: 2px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    margin-top: 6px;
}

.choices .choices__list--multiple .choices__item {
    padding: 5px 12px;
    border-radius: 2px !important;
    background: #FDBF2D;
    border: none;
    color: #000;
    font-size: 13px;
    display: inline-block;
    margin-right: 7px;
    margin-top: 4px;
    margin-bottom: 3px;
    line-height: 1.5;
}

.choices .choices__input {
    padding: 0 !important;
    height: 48px;
    border: none !important;
    background: 0 0 !important;
    font-size: 14px;
    outline: 0 !important;
    margin: 0 -36px 0 0 !important;
    vertical-align: middle;
}

.choices .choices__input::-webkit-input-placeholder {
    color: #696e75;
}

.choices .choices__input:-moz-placeholder {
    color: #696e75;
}

.choices .choices__input::-moz-placeholder {
    color: #696e75;
}

.choices .choices__input:-ms-input-placeholder {
    color: #696e75;
}

.choices .choices__item {
    padding: 7px 20px;
    display: -webkit-box;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.choices .choices__item--disabled, .choices .choices__placeholder {
    display: none;
}

.choices .choices__item.is-highlighted {
    background: #f6f6f8;
}

.choices .choices__group:not(:first-child) {
    margin-top: 14px;
}

.choices .choices__heading {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    border: none;
    padding: 10px 20px;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    margin-left: 4px;
    border-left: none;
    background-image: url(../img/svg/close.svg);
}

.article-tile {
    display: block;
    background-size: cover;
}

.article-tile:focus, .article-tile:hover {
    text-decoration: none;
}

.article-tile:focus .arrow-link, .article-tile:hover .arrow-link {
    color: #fdbf2d;
}

.article-tile__content {
    position: relative;
    padding: 1rem;
}

.article-tile__title {
    height: 3.25rem;
    margin-bottom: .5rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.625rem;
    overflow: hidden;
}

.article-tile__desc {
    color: #dce1e6;
    font-size: .9375rem;
    text-shadow: 0 0 46px rgba(0, 0, 0, .6);
}

@media (min-width: 768px) {
    .article-tile__content {
        width: 50%;
        padding-bottom: 5.3125rem;
    }

    .article-tile__link {
        position: absolute;
        bottom: 1.875rem;
    }
}

@media (min-width: 992px) {
    .article-tile {
        background-size: cover;
    }

    .article-tile__content {
        width: 70%;
        padding: 2.5rem 0 5.3125rem 2.1875rem;
    }

    .article-tile__title {
        height: 3.25rem;
        margin-bottom: .5rem;
    }

    .articles-tile__item {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1260px) {
    .article-tile__content {
        width: 50%;
    }

    .articles-tile__item {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.articles-tile__item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .articles-tile__item {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .articles-tile__item {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .articles-tile__item {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.articles-tile__item .article-tile {
    height: 100%;
}

@media (min-width: 992px) {
    .articles-tile__item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0;
    }
}

.articles-slider {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

@media (min-width: 1260px) {
    .articles-slider {
        margin-top: 5rem;
    }
}

.articles-slider .slick-slide > div {
    display: flex;
    min-height: 100%;
}

.articles-slider__title {
    margin-bottom: 1rem;
}

.articles-slider__nav {
    margin-bottom: 1.5625rem;
}

.articles-slider__nav::after {
    display: block;
    content: "";
    clear: both;
}

.articles-slider__arrows {
    float: right;
    margin-top: .3125rem;
}

.articles-slider__list {
    clear: both;
    border: 1px solid #ebebec;
    padding: 0;
    margin: 0 -.625rem;
}

.articles-slider__li {
    margin-top: 0;
    padding: 0 .625rem;
    min-height: 100%;
    display: flex !important;
}

.articles-slider__li:before {
    display: none;
}

.articles-slider__li .article-block {
    min-height: 100%;
}

.articles-slider__next, .articles-slider__prev {
    position: relative;
    display: inline-block;
    width: 2.625rem;
    height: 2.625rem;
    border: 2px solid #b9bdc1;
    color: #b9bdc1;
    background-color: transparent;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    vertical-align: middle;
}

.articles-slider__next:focus, .articles-slider__next:hover, .articles-slider__prev:focus, .articles-slider__prev:hover {
    border-color: #fdbf2d;
    color: #fdbf2d;
    outline: 0;
}

.articles-slider__next .svg-icon, .articles-slider__prev .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: .875rem;
}

.articles-slider__next {
    margin-left: .9375rem;
}

.articles-slider__show-all {
    float: left;
}

.articles-slider .slick-track {
    margin: 10px 0;
}

@media (min-width: 1260px) {
    .articles-slider__arrows, .articles-slider__show-all {
        vertical-align: middle;
        float: none;
        display: inline-block;
    }

    .articles-slider__title {
        float: left;
    }

    .articles-slider__nav {
        float: right;
    }

    .articles-slider__list {
        clear: both;
        border: 1px solid #ebebec;
        padding: 0;
        margin: 0 -.625rem;
    }

    .articles-slider__li {
        margin-top: 0;
        padding: 0 .625rem;
    }

    .articles-slider__li:before {
        display: none;
    }

    .articles-slider__next, .articles-slider__prev {
        position: relative;
        display: inline-block;
        width: 2.625rem;
        height: 2.625rem;
        border: 2px solid #b9bdc1;
        color: #b9bdc1;
        background-color: transparent;
        border-radius: 50%;
        z-index: 10;
        cursor: pointer;
        vertical-align: middle;
    }

    .articles-slider__next:focus, .articles-slider__next:hover, .articles-slider__prev:focus, .articles-slider__prev:hover {
        border-color: #fdbf2d;
        color: #fdbf2d;
        outline: 0;
    }

    .articles-slider__next .svg-icon, .articles-slider__prev .svg-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1rem;
        height: .875rem;
    }

    .articles-slider__next {
        margin-left: .9375rem;
    }

    .articles-slider__arrows {
        margin-top: 0;
    }

    .articles-slider__show-all {
        margin-right: 2.5rem;
    }

    .articles-slider .slick-track {
        margin: 10px 0;
    }
}

.article-block {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.article-block__img {
    width: 100%;
    margin: 0;
    object-fit: cover;
}

.article-block__body {
    padding: 1.625rem 1.875rem 2.1875rem;
}

.article-block__date {
    margin-bottom: .5rem;
    color: #979ca3;
    font-size: .875rem;
    font-weight: 500;
}

.article-block__title {
    height: 2.75rem;
    margin-bottom: 1rem;
    color: #000;
    font-family: "Pragmatica Slabserif", Georgia, "Times New Roman", Times, serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375;
    overflow: hidden;
}

.article-block__text {
    height: 5.25rem;
    overflow: hidden;
    color: #696e75;
    font-size: .875rem;
    line-height: 1.3125rem;
}

.advantages-short {
    padding: .9375rem;
    background-color: #f6f6f8;
}

.advantages-short_type-light {
    border-top: 4px solid #fdbf2d;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.advantages-short .order-aside__title, .advantages-short .section-title {
    margin-bottom: 1.5rem;
    font-size: 1.3125rem;
}

.advantages-short__ul {
    margin: 0;
    padding: 0;
}

.advantages-short__ul::after {
    display: block;
    content: "";
    clear: both;
}

.advantages-short__item {
    position: relative;
    margin: 0 0 2rem;
    padding-left: 3.125rem;
    padding-right: .625rem;
    font-size: .875rem;
}

.advantages-short__item:before {
    display: none;
}

.advantages-short__icon {
    position: absolute;
    top: -.625rem;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #fdbf2d;
    color: #000;
}

.advantages-short__icon .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: .9375rem;
    max-height: .9375rem;
}

@media (min-width: 768px) {
    .advantages-short {
        padding: 2.5rem 2.1875rem;
    }

    .sticky-block--absolute .advantages-short, .sticky-block--fixed .advantages-short {
        padding: .9375rem 0;
    }

    .advantages-short .order-aside__title, .advantages-short .section-title {
        margin-bottom: 3rem;
    }

    .advantages-short__item {
        float: left;
        width: 50%;
    }

    .advantages-short_type-col .advantages-short__item {
        float: none;
        width: 100%;
    }

    .advantages-short__item:nth-child(2n+1) {
        clear: left;
    }
}

.brands-list {
    display: flex;
    flex-wrap: wrap;
}

.brand-block {
    padding: 0 10px;
    margin-bottom: 1rem;
}

.brand-block__content {
    background: #fff;
    padding: 1.25rem 1.25rem 1.5625rem;
    transition: box-shadow .3s ease;
}

.brand-block__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 135px;
}

.brand-block__img {
    margin: 0;
    max-height: 115px;
}

.brand-block__title {
    margin-top: 20px;
    font-weight: 700;
    color: #000;
}

.brand-block__text {
    margin-top: 10px;
    color: #696E75;
    font-size: 14px;
}

@media (min-width: 768px) {
    .brands-list__item {
        max-width: 50%;
        min-width: 50%;
    }

    .brand-block__content {
        padding: 2.1875rem 2.5rem 2.5rem;
    }

    .brand-block__text {
        font-size: 16px;
    }
}

@media (min-width: 1260px) {
    .brands-list__item {
        max-width: 33.3333%;
        min-width: 33.3333%;
    }

    .brand-block__inner {
        height: 336px;
        position: relative;
    }

    .brand-block__inner:focus, .brand-block__inner:hover {
        z-index: 10;
    }

    .brand-block__inner:focus .brand-block__content, .brand-block__inner:hover .brand-block__content {
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .16);
    }

    .brand-block__inner:focus .brand-block__text, .brand-block__inner:hover .brand-block__text {
        overflow: visible;
        max-height: none;
        -webkit-line-clamp: initial;
    }

    .brand-block__content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .brand-block__text {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        max-height: 4.5em;
        -webkit-line-clamp: 3;
    }
}

.tooltip-inner {
    max-width: 282px;
    padding: 10px;
    font-size: 11px;
}

.tooltip-light.show {
    opacity: 1;
}

.tooltip-light .tooltip-inner {
    color: rgba(0, 0, 0, .5);
    background-color: #fff;
    border: 1px solid #c4c4c4;
}

.tooltip-light.tooltip-top:before {
    border-top-color: #fff;
}

.tooltip-light.tooltip-right:before {
    border-right-color: #fff;
}

.tooltip-light.tooltip-left:before {
    border-left-color: #fff;
}

.tooltip-light.tooltip-bottom:before {
    border-bottom-color: #fff;
}

.tooltip-light.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip-light.bs-tether-element-attached-top .tooltip-inner::before {
    bottom: 1px;
    margin-left: -6px !important;
    border-width: 6px 6px 0 !important;
}

.tooltip-light.bs-tether-element-attached-bottom .tooltip-inner::after, .tooltip-light.bs-tether-element-attached-top .tooltip-inner::after {
    position: absolute;
    width: 0;
    height: 0;
    border-color: #c4c4c4 transparent transparent;
    border-style: solid;
    bottom: -1px;
    left: 50%;
    margin-left: -6px;
    content: "";
    border-width: 6px 6px 0;
    z-index: -1;
}

.tooltip-light.bs-tether-element-attached-left .tooltip-inner::before, .tooltip-light.bs-tether-element-attached-right .tooltip-inner::before {
    left: 1px;
    margin-top: -6px !important;
    border-width: 6px 6px 6px 0 !important;
}

.tooltip-light.bs-tether-element-attached-left .tooltip-inner::after, .tooltip-light.bs-tether-element-attached-right .tooltip-inner::after {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent #c4c4c4 transparent transparent;
    border-style: solid;
    left: 0;
    top: 50%;
    margin-top: -6px;
    content: "";
    border-width: 6px 6px 6px 0;
    z-index: -1;
}

.tooltip-light.bs-tether-element-attached-bottom .tooltip-inner::before {
    border-top-color: #fff;
}

.tooltip-light.bs-tether-element-attached-top .tooltip-inner::before {
    border-bottom-color: #fff;
}

.tooltip-light.bs-tether-element-attached-left .tooltip-inner::before {
    border-right-color: #fff;
}

.tooltip-light.bs-tether-element-attached-right .tooltip-inner::before {
    border-left-color: #fff;
}

.tooltip-float {
    position: relative;
    font-size: .75rem;
}

.nav-tabs .nav-link, .tabs-block .nav-link {
    font-size: .8125rem;
    text-transform: uppercase;
    font-weight: 700;
}

.tooltip-float__in {
    position: relative;
    padding: .875rem 1.25rem;
}

.tooltip-float:before {
    content: '';
    display: block;
    position: absolute;
    top: .625rem;
    left: -.3125rem;
    width: .625rem;
    height: .625rem;
    transform: rotate(-45deg);
}

.tooltip-float_pos-left:before {
    left: auto;
    right: -.3125rem;
}

.nav-tabs .nav-link:after, .tabs-block .nav-link:after {
    bottom: -1px;
    left: 0;
    height: .1875rem;
    transition: all .2s ease-in-out;
}

.tooltip-float_theme-light .tooltip-float__in {
    background-color: #ebebec;
    color: #696e75;
}

.tooltip-float_theme-light:before {
    background-color: #ebebec;
}

.tooltip-float_theme-dark .tooltip-float__in {
    background-color: #696e75;
    color: #fff;
}

.tooltip-float_theme-dark:before {
    background-color: #696e75;
}

.nav-tabs {
    justify-content: space-between;
}

.nav-tabs .nav-item {
    display: inline-block;
}

.nav-tabs .nav-item:before {
    display: none;
}

.nav-tabs .nav-link {
    position: relative;
    padding: .625rem 0;
    border: none;
    color: #95989A;
}

.nav-tabs .nav-link:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    background: #fdbf2d;
}

.nav-tabs .nav-link.active {
    border-color: transparent;
    background: 0 0;
    color: #4A4B4C;
}

.nav-tabs .nav-link.active:after {
    width: 98%;
}

.tab-content ul {
    padding-left: 1.25rem;
}

.tab-content ul li:before {
    content: '\2022';
    color: #fdbf2d;
}

.tabs-block__nav {
    border-bottom: 1px solid #b9bdc1;
    overflow-x: auto;
    -webkit-overflow-scrolling: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tabs-block__nav::-webkit-scrollbar {
    display: none;
}

.tabs-block__nav .nav-tabs {
    border-bottom: 0;
}

.tabs-block .nav-tabs {
    justify-content: flex-start;
}

.tabs-block .nav-tabs .nav-item:not(:last-child) {
    margin-right: 2rem;
}

.tabs-block .nav-tabs .nav-item:before {
    display: none;
}

.tabs-block .nav-link {
    position: relative;
    padding: .625rem 0;
    border: none;
    color: #95989A;
    background: 0 0;
}

.tabs-block .nav-link:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    background: #fdbf2d;
}

.tabs-block .nav-link.active {
    border-color: transparent;
    background: 0 0;
}

.tabs-block .nav-link.active:after {
    width: 98%;
}

.tabs-block .tab-content {
    padding-top: 1rem;
}

.tabs-block .tab-content ul {
    padding-left: 1.25rem;
}

.tabs-block .tab-content ul li:before {
    content: '\2022';
    color: #fdbf2d;
}

@media (max-width: 767px) {
    .tabs-block .nav-tabs {
        flex-direction: column;
    }
}

.chars-block {
    position: relative;
    padding: 1.875rem;
    border: 7px solid #ebebec;
}

.chars-block__title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
}

.chars-block__list {
    font-size: .875rem;
}

.chars-block__item {
    display: flex;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.chars-block__key {
    display: flex;
    flex-grow: 1;
    align-items: flex-end;
}

.chars-block:after, .chars-block__key:after {
    content: '';
    display: block;
}

.chars-block__key:after {
    position: relative;
    margin: 0 4px 0 10px;
    height: 1px;
    top: -2px;
    flex-grow: 1;
    border-bottom: 1px dotted #979ca3;
}

.chars-block__more {
    margin-top: 1.5rem;
}

.chars-block__more-link {
    color: #fdbf2d;
    border-bottom: 1px dashed #fdbf2d;
    font-size: .875rem;
}

.chars-block__more-link:focus, .chars-block__more-link:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.chars-block:after {
    position: absolute;
    top: 18px;
    bottom: -20px;
    left: 98px;
    right: -20px;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #b9bdc1 4px);
    z-index: -1;
}

.txt-primary {
    color: #fdbf2d;
}

.logo {
    display: flex;
    align-items: center;
}

.logo:focus, .logo:hover {
    text-decoration: none;
}

.logo__picture {
    width: 90px;
    height: 70px;
    margin: 0;
}

@media (min-width: 992px) {
    .logo__picture {
        width: 100px;
        height: 88px;
    }
}

.logo__text {
    max-width: 190px;
    margin-left: 16px;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .logo__text {
        display: none;
    }
}

.logo__text p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-indent: 0;
}

@media (max-width: 991px) {
    .logo__text p {
        color: #17181A;
    }
}

.logo__text small {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #C3C5C7;
}

body {
    position: relative;
}

.footer {
    padding: 1rem 0;
    border-top: 1px solid #b9bdc1;
}

.footer__info, .footer__nav, .footer__nav-section {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 576px) {
    .footer__info, .footer__nav, .footer__nav-section {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .footer__info, .footer__nav, .footer__nav-section {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .footer__info, .footer__nav, .footer__nav-section {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1260px) {
    .footer__info, .footer__nav, .footer__nav-section {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .footer__info, .footer__nav, .footer__nav-section {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.footer__nav-title {
    margin-bottom: 1rem;
    color: #000;
    font-size: .9375rem;
    font-weight: 500;
    text-transform: uppercase;
}

.footer__nav-ul {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.footer__nav-li {
    min-width: 100%;
    display: inline-block;
    margin: 0;
    font-size: .875rem;
}

.footer__nav-a, .footer__socials {
    margin-bottom: 1rem;
}

.footer__nav-li:before {
    display: none;
}

.footer__nav-a {
    display: inline-block;
    color: #000;
}

.footer__info {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .footer__info {
        justify-content: space-between;
    }
}

.footer__contacts {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .footer__contacts {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-top: 1rem;
    }
}

@media (min-width: 992px) {
    .footer__contacts {
        flex: 0 0 25%;
        max-width: 25%;
        text-align: right;
        order: 2;
    }
}

@media (min-width: 1260px) {
    .footer__contacts {
        flex: 0 0 20.83333%;
        max-width: 20.83333%;
    }
}

.footer__phone {
    display: inline-block;
    margin-bottom: .5rem;
    color: #fdbf2d;
    font-size: 1.375rem;
    font-weight: 700;
}

.popup-form__link, .popup-form__message {
    font-weight: 600;
    text-transform: uppercase;
}

.footer__mail {
    color: #696e75;
    font-size: .8125rem;
}

.footer__mail-a {
    color: inherit;
}

.footer__mail-a .svg-icon {
    width: .875rem;
    height: .625rem;
    margin-right: .8125rem;
    color: #b9bdc1;
}

.footer__copyright {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    color: #b9bdc1;
    font-size: .75rem;
}

@media (min-width: 768px) {
    .footer__copyright {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media (min-width: 1260px) {
    .footer__copyright {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.footer__copyright p {
    margin-bottom: .5rem;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (max-width: 991px) {
    .footer__nav-section {
        margin-bottom: .5rem;
        border-bottom: 1px solid #ebebec;
    }

    .footer__nav-title {
        position: relative;
        margin-bottom: .5rem;
    }

    .footer__nav-title a {
        display: block;
    }

    .footer__nav-title a:after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='9px'%3E%3Cpath fill-rule='evenodd' fill='currentColor' d='M15.993,1.367 L8.000,8.993 L0.007,1.367 L1.434,-0.008 L8.000,6.256 L14.565,-0.008 L15.993,1.367 Z'/%3E%3C/svg%3E");
        position: absolute;
        top: 0;
        right: 0;
        transition-property: transform;
        transition-duration: .2s;
        transition-timing-function: linear;
    }

    .footer__nav-title a[aria-expanded=true]:after {
        transform: rotate(-180deg);
    }

    .footer__nav-title a:focus, .footer__nav-title a:hover {
        text-decoration: none;
    }

    .footer__nav-ul {
        display: none;
    }
}

.popup, .popup.-timer .popup__row {
    position: relative;
}

@media (min-width: 992px) {
    .footer__copyright p {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 1rem;
        padding-left: 30px;
        order: 2;
    }

    .footer {
        padding-top: 3.4375rem;
        padding-bottom: 2.1875rem;
    }

    .footer__info, .footer__nav {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .footer__nav {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer__nav-section {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .footer__nav-section.-columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .footer__nav-section.-columns .footer__nav-ul {
        -moz-column-count: 2;
        column-count: 2;
    }

    .footer__nav-a {
        color: #000;
    }

    .footer__nav-ul {
        display: block !important;
    }

    .footer__info {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer__copyright {
        margin-top: 3rem;
    }
}

@media (min-width: 992px) and (min-width: 576px) {
    .footer__info, .footer__nav {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .footer__info, .footer__nav {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .footer__info, .footer__nav {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) and (min-width: 1260px) {
    .footer__info, .footer__nav {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) and (min-width: 1366px) {
    .footer__info, .footer__nav {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.popup, .popup#fast-order .mfp-close, .popup__close-icon {
    display: none;
}

.popup {
    width: 100%;
    max-width: 564px;
    min-width: 320px;
    margin: 1rem auto;
    padding: 28px 40px 50px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
    background: #fff;
}

.popup_fast_show {
    max-width: 96vw;
    width: 1420px;
    padding: 24px 28px;
}

@media (max-width: 413px) {
    .popup {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.popup#fast-order {
    padding: 0;
    max-width: 59.625rem;
}

.popup__subtitle {
    font-size: 15px;
}

.popup.-big {
    max-width: 1000px;
}

.popup.-timer .popup__title {
    font-size: 30px;
}

.popup.-timer .popup__title span {
    color: #fdbf2d;
}

.popup.-timer .popup__description {
    text-indent: 0;
    font-size: 16px;
    color: #000;
}

.popup.-timer .popup__description-container {
    max-width: 333px;
    margin: 24px 0;
}

@media (max-width: 991px) {
    .popup.-timer .popup__row {
        flex-direction: column-reverse;
    }

    .popup.-timer .popup__title {
        font-size: 16px;
        text-align: center;
    }

    .popup.-timer .popup__description {
        font-size: 14px;
    }

    .popup.-timer .popup__description-container {
        max-width: 100%;
        text-align: center;
        margin-top: 12px;
    }
}

.popup.-timer .popup__description span {
    color: #fdbf2d;
}

.popup.-timer .popup-form__form-group .form-check {
    padding-left: 0;
    font-size: 12px;
    width: calc(100% - 230px);
}

@media (max-width: 991px) {
    .popup.-timer .popup-form__form-group .form-check {
        width: 100%;
    }
}

.popup.-timer .popup-form__input-container {
    width: calc(100% - 230px);
}

.popup.-timer .popup-form__buttons {
    min-width: calc(100% - 230px);
    margin-left: 0;
}

.popup.-timer .popup-form__close {
    margin-top: 24px;
    border: none;
    width: 100%;
    background: 0 0;
    font-size: 14px;
    text-align: center;
    outline: 0;
}

.popup.-timer .popup-form-check-content {
    padding: 0 0 1px 25px;
}

.popup.-timer .popup__content {
    padding-top: 0;
}

.popup.-timer .popup__picture {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .popup.-timer .popup-form__input-container {
        width: 100%;
    }

    .popup.-timer .popup-form__buttons {
        min-width: 100%;
    }

    .popup.-timer .popup-form__close {
        margin-top: 0;
    }

    .popup.-timer .popup__picture {
        position: initial;
        max-width: 50%;
        margin: 0 auto 24px;
    }
}

.popup.-timer .popup__picture.wardrobe {
    bottom: 40px;
}

.popup.-timer .popup__picture.tsd {
    bottom: 25px;
    right: 50px;
}

.popup.-timer .popup__picture.wash {
    bottom: 20px;
}

.popup.-timer .popup__picture.akb {
    bottom: 55px;
}

.popup.-timer .popup__picture img {
    margin: 0;
}

.mfp-wrap .popup {
    display: block;
}

button.mfp-close {
    top: 18px !important;
    right: 18px;
    text-align: center;
}

button.mfp-close svg {
    width: 12px;
    height: 12px;
    margin-top: -4px;
    -webkit-user-select: none;
    user-select: none;
}

.popup-form__button_lg, .popup-form__form-group_full .popup-form__input-container, .popup-form__form-group_full .popup-form__label {
    width: 100%;
}

.pagination-link, .slideout {
    -ms-user-select: none;
    -moz-user-select: none;
}

.popup__title {
    margin: 0;
}

.popup__content {
    padding-top: 10px;
}

.popup-form__message {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 13px;
}

.popup-form__message.text-success {
    color: #2D8D57;
}

.popup-form__message.text-danger {
    color: #c00;
}

.popup-form__form-group {
    margin-top: 20px;
    margin-bottom: 0;
}

.popup-form__form-group_full {
    flex-wrap: wrap;
}

.popup-form__form-group_full .popup-form__label {
    margin-bottom: 10px;
}

.popup-form__form-group_left .popup-form__buttons {
    margin-left: 0;
}

.popup-form__form-group_grey {
    background: #F8F8F8;
    padding: 26px 40px;
    margin-left: -40px;
    margin-right: -40px;
}

.popup-form__form-group .form-check .popup-form__comment {
    margin-top: -.5rem;
    margin-bottom: -1rem;
}

.popup-form__label {
    margin-bottom: 0;
    font-size: 14px;
}

.popup-form__input-container textarea {
    height: 6.25rem;
}

.popup-form__link {
    font-size: 13px;
    display: inline-block;
    color: #B9BDC1;
}

.popup-form__buttons {
    min-width: 100%;
}

.popup-form__comment {
    font-size: 14px;
    color: #95989A;
}

@media (max-width: 767px) {
    .popup-form__buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .popup-form__form-group {
        display: flex;
        align-items: center;
    }

    .popup-form__form-group .form-check {
        padding-left: 105px;
    }

    .popup-form__label {
        width: 105px;
        margin-right: 10px;
    }

    .popup-form__input-container {
        width: calc(100% - 105px);
    }

    .popup-form__link {
        margin-left: 105px;
    }

    .popup-form__buttons {
        margin-left: 105px;
        min-width: calc(100% - 105px);
        margin-top: 10px;
    }

    .popup-form__buttons.-single {
        display: flex;
        justify-content: center;
        margin-left: 0;
        min-width: 100%;
    }

    .popup-form__button_auth, .popup-form__button_close, .popup-form__button_register {
        white-space: normal;
    }

    .popup-form__button_auth:not(:first-child), .popup-form__button_close:not(:first-child), .popup-form__button_register:not(:first-child) {
        margin-left: 16px;
    }
}

.sidebar {
    margin-top: -12px;
    max-width: 25%;
}

.sidebar__inner {
    min-height: 100%;
    padding-top: 1px;
    box-shadow: inset -14px 0 7px -7px rgba(0, 0, 0, .06);
}

.sidebar-menu {
    padding-top: 25px;
    position: relative;
}

.sidebar-menu:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 9px;
    width: calc(100% - 9px);
    height: 20px;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #F4F4F4 4px);
}

.sidebar-menu__list {
    margin: 0;
    padding: 0;
    background: #F6F6F8;
}

.sidebar-menu__item {
    margin: 0;
}

.sidebar-menu__item:not(:first-child) {
    border-top: 1px solid #EDEDED;
}

.sidebar-menu__item:before {
    display: none;
}

.sidebar-menu__link {
    text-transform: uppercase;
    font-size: 13px;
    color: #696E75;
    padding: 12px 20px 12px 11px;
    border-left: 9px solid transparent;
    display: block;
}

.sidebar-menu__link.active {
    border-color: #fdbf2d;
}

.sidebar__exit-link {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 12px 20px;
    color: #CED0D2;
    display: block;
}

.sidebar__discount-block {
    padding: 30px 40px 0 0;
}

.sidebar__discount-block .actions-tile-link {
    position: relative;
}

.sidebar__discount-block .actions-tile-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 20px;
    height: 20px;
    width: calc(100% - 20px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #fdbf2d 4px);
}

@media (max-width: 991px) {
    .sidebar {
        display: none;
    }
}

.sidebar-menu-mobile {
    display: none;
    margin-bottom: 1rem;
    max-width: 300px;
}

.sidebar-menu-mobile__current {
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 2rem;
    margin-bottom: .5rem;
}

.sidebar-menu-mobile__current svg {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    width: 7px;
    height: 12px;
    transform: rotate(-90deg);
}

.sidebar-menu-mobile__list {
    display: none;
    margin: 0;
    padding: 0;
    border: 2px solid #eba502;
    border-radius: 2px;
}

.sidebar-menu-mobile__item {
    display: block;
    margin: 0;
}

.sidebar-menu-mobile__item:before {
    display: none;
}

.sidebar-menu-mobile__link {
    display: block;
    padding: .5rem 1.5rem;
    font-size: 13px;
    text-transform: uppercase;
}

.sidebar-menu-mobile__link.active {
    font-weight: 700;
    color: #000 !important;
    text-decoration: none;
    cursor: default;
    background: #e6e6e6;
}

@media (max-width: 991px) {
    .sidebar-menu-mobile {
        display: block;
    }
}

.right-content {
    padding-bottom: 2rem;
}

.right-content .breadcrumbs__list {
    margin: 0 -24px;
}

.right-content h1 {
    margin-top: 1rem;
    max-width: calc(100% - 60px);
    display: inline-block;
}

.right-content .personal-logout-link {
    float: right;
    margin-top: 1.55rem;
    font-size: 13px;
    display: none;
}

@media (max-width: 991px) {
    .right-content .personal-logout-link {
        display: block;
    }
}

.page-error {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 23.75rem;
    flex: 1;
    background-color: #eaebef;
    background-image: url(../img/bg_404.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0, 0 0, right 0 top 0;
}

.page-error__message {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 55%;
    text-align: center;
}

.page-error__title {
    color: grey;
    font-size: 1.625rem;
    font-weight: 700;
}

.page-error__link-index {
    margin-top: 1rem;
}

.page-error__link-index a {
    color: #b9bdc1;
    font-size: .8125rem;
    font-weight: 700;
    text-transform: uppercase;
}

.page-error__link-index a:focus, .page-error__link-index a:hover {
    color: #fdbf2d;
    text-decoration: none;
}

.rent-main__item-left, .rent-main__item-link {
    text-decoration: none !important;
    display: flex;
}

.page-error__link-index span {
    position: relative;
    display: inline-block;
    width: 2.625rem;
    height: 2.625rem;
    border: 2px solid #fdbf2d;
    color: #fdbf2d;
    vertical-align: middle;
    background-color: transparent;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    margin-left: 1rem;
}

.page-error__link-index span:focus, .page-error__link-index span:hover {
    border-color: #fdbf2d;
    color: #fdbf2d;
    outline: 0;
}

.page-error__link-index span .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: .875rem;
}

@media (min-width: 992px) {
    .sidebar ~ .right-content {
        padding-left: 50px;
        max-width: 75%;
    }

    .page-error {
        min-height: 36.875rem;
        background-size: auto 100%, 50% 100%, 50% 100%;
    }

    .page-error__title {
        font-size: 2.125rem;
    }

    .page-error__link-index {
        margin-top: 2rem;
    }
}

.rent-top__image, .rent-top__info {
    min-height: 1px;
    position: relative;
    width: 100%;
}

.rent {
    margin: 0 -30px;
}

.rent-top {
    background: #000;
    color: #fff;
    padding: 40px 64px;
}

.rent-top .row {
    padding-left: 48px;
}

.rent-top__info {
    padding-left: 10px;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
    padding-right: 40px !important;
}

@media (min-width: 576px) {
    .rent-top__info {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .rent-top__info {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .rent-top__info {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1260px) {
    .rent-top__info {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .rent-top__info {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.rent-top__info-inner {
    padding: 36px 0 44px;
}

.rent-top__title {
    font-size: 42px;
    color: #fff;
    margin-bottom: 22px;
    line-height: 1.1;
}

.rent-top__title mark {
    color: #FDBF2D;
    display: inline-block;
}

.rent-top__text {
    font-weight: 500;
    font-size: 18px;
}

.rent-top__button {
    margin-top: 26px;
    min-width: 192px;
    box-shadow: 0 3px 10px 0 rgba(255, 177, 0, .67);
}

.rent-top__image {
    padding-right: 10px;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
    padding-left: 40px !important;
    display: flex;
}

@media (min-width: 576px) {
    .rent-top__image {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .rent-top__image {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .rent-top__image {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1260px) {
    .rent-top__image {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .rent-top__image {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.rent-top__image-inner {
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.rent-top__play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    border: none;
    padding: 0;
    outline: 0 !important;
}

.rent-top__play .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fdbf2d;
    margin: 0;
}

.rent-top__play .play-btn:after {
    border-left-color: #fff;
}

.rent-main {
    background: #F6F6F8;
}

.rent-main .row {
    padding: 64px 0 78px 48px;
}

.rent-main__left {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
    padding-right: 40px !important;
}

@media (min-width: 576px) {
    .rent-main__left {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .rent-main__left {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .rent-main__left {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1260px) {
    .rent-main__left {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .rent-main__left {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.rent-main__title {
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    line-height: 1.1;
}

.rent-main__subtitle {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    overflow: hidden;
    margin-top: 30px;
}

.rent-main__subtitle-items {
    display: flex;
    flex-wrap: nowrap;
}

.rent-main__subtitle-item {
    background: #FDBF2D;
    flex: 1 1 auto;
    padding: 6px 30px;
    position: relative;
    line-height: 1.25;
}

.rent-main__subtitle-item:after, .rent-main__subtitle-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    background: #F6F6F8;
    width: 6px;
    height: 100%;
    z-index: 1;
}

.rent-main__subtitle-item:before {
    transform: translateY(-100%) rotate(-15deg);
    margin-bottom: -4px;
}

.rent-main__subtitle-item:after {
    transform: rotate(15deg);
    margin-top: -4px;
}

.rent-main__subtitle-item:last-child:after, .rent-main__subtitle-item:last-child:before {
    display: none;
}

.rent-main__text {
    margin-top: 30px;
}

.rent-main__right {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
    padding-left: 40px !important;
}

@media (min-width: 576px) {
    .rent-main__right {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .rent-main__right {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .rent-main__right {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1260px) {
    .rent-main__right {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .rent-main__right {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.rent-main__item:not(:first-child) {
    margin-top: 14px;
}

.rent-main__item-link {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
    padding: 26px 24px;
    align-items: center;
    justify-content: space-between;
    transition: all .2s linear;
}

.rent-main__item-link img {
    margin: 0 auto;
    max-height: 48px;
    max-width: 58px;
}

.rent-main__item-link:focus, .rent-main__item-link:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .26);
}

.rent-main__item-icon {
    min-width: 58px;
    max-width: 58px;
    display: flex;
    align-items: center;
}

.rent-main__item-info {
    margin-left: 18px;
}

.rent-main__item-title {
    font-weight: 700;
    display: block;
}

.rent-main__item-price {
    color: #696E75;
    font-size: 15px;
}

.rent-additional__title, .rent-advantages__title {
    font-size: 36px;
    line-height: 1.1;
    text-align: center;
}

.rent-main__item-right {
    padding-left: 10px;
}

.rent-main__bordered {
    margin-top: 30px;
    border: 3px solid #FDBF2D;
    padding: 26px 35px;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 500;
}

.rent-main__bordered img {
    margin: 0;
}

.rent-main__bordered-text {
    margin-left: 24px;
}

.rent-advantages .row {
    padding: 52px 28px 56px;
}

.rent-advantages__title {
    min-width: 100%;
    font-weight: 700;
    margin: 0;
}

.rent-advantages__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 100%;
}

.rent-advantages__item {
    flex: 1 0 20%;
    max-width: 20%;
    text-align: center;
    margin-top: 32px;
    padding: 0 10px;
}

.rent-advantages__item-inner {
    margin: 0 auto;
    max-width: 212px;
}

.rent-advantages__item-icon {
    background: #FFC001;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin: 0 auto;
}

.rent-advantages__item-title {
    margin-top: 12px;
    color: #000;
}

.rent-additional {
    border-top: 8px solid #FFC001;
    position: relative;
    background: #F6F6F8;
    padding: 64px 0 42px;
}

.rent-additional:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    margin-left: -15px;
    border-width: 14px 15px 0;
    border-style: solid;
    border-color: #FFC001 transparent transparent;
}

.rent-additional__content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .rent-additional__content {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .rent-additional__content {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .rent-additional__content {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1260px) {
    .rent-additional__content {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .rent-additional__content {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.rent-additional__title {
    max-width: 660px;
    font-weight: 700;
    margin: 0 auto;
}

.rent-additional__text-inner {
    max-width: 660px;
    margin: 18px auto 0;
    text-align: center;
    color: #696E75;
}

.rent-additional__items {
    display: flex;
    margin: 40px -3px 0;
}

.rent-additional__item {
    flex: 1 0 25%;
    padding: 0 3px;
    margin-top: 6px;
}

.rent-additional__item-link {
    display: block;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
    padding: 36px 56px 28px;
    text-decoration: none !important;
    text-align: center;
    min-height: 100%;
    transition: all .2s linear;
}

.rent-additional__item-link:focus, .rent-additional__item-link:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .26);
}

.rent-additional__item-link:focus .rent-additional__item-button, .rent-additional__item-link:hover .rent-additional__item-button {
    text-decoration: none;
}

.rent-additional__item-image {
    display: flex;
    align-items: center;
    height: 86px;
}

.rent-additional__item-image img {
    margin: 0 auto;
}

.rent-additional__item-title {
    display: block;
    color: #000 !important;
    margin-top: 18px;
    font-size: 15px;
    font-weight: 700;
}

.rent-additional__item-button {
    margin-top: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    display: inline-block;
    color: #FDA52D;
    text-decoration: underline;
}

.rent-additional__bottom {
    margin-top: 32px;
}

.rent-additional .text-preview-tile {
    border-left: none;
}

@media (max-width: 1259px) {
    .rent {
        margin: 0;
    }

    .rent .container {
        width: 100% !important;
    }

    .rent-main__item-title {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .rent-top {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rent-top .row {
        padding-left: 0;
    }

    .rent-top__image {
        padding-left: 10px !important;
    }

    .rent-main .row {
        padding-left: 0;
    }

    .rent-main__left {
        padding-right: 10px !important;
    }

    .rent-main__subtitle {
        font-size: 15px;
    }

    .rent-main__right {
        padding-left: 10px !important;
    }

    .rent-main__item-link {
        flex-wrap: wrap;
    }

    .rent-main__item-left {
        min-width: 100%;
    }

    .rent-main__item-right {
        margin-top: 1rem;
    }

    .rent-advantages__item {
        flex-basis: 25%;
        max-width: 25%;
    }

    .rent-advantages__item-title {
        font-size: 14px;
    }

    .rent-additional__items {
        flex-wrap: wrap;
    }

    .rent-additional__item {
        flex-basis: 50%;
    }
}

@media (max-width: 767px) {
    .rent-top {
        padding: 0 0 30px;
    }

    .rent-top__info {
        min-width: 100%;
        padding-right: 10px !important;
    }

    .rent-top__title {
        font-size: 30px;
    }

    .rent-top__image {
        min-width: 100%;
        height: 70vw;
        max-height: 352px;
    }

    .rent-main .row {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .rent-main__title {
        font-size: 28px;
    }

    .rent-main__subtitle-items {
        flex-wrap: wrap;
    }

    .rent-main__subtitle-item {
        min-width: 100%;
        margin-bottom: 6px;
    }

    .rent-main__subtitle-item:after, .rent-main__subtitle-item:before {
        display: none;
    }

    .rent-main__left, .rent-main__right {
        min-width: 100%;
    }

    .rent-main__right {
        margin-top: 2rem;
    }

    .rent-main__item-title {
        font-size: 16px;
    }

    .rent-additional__title, .rent-advantages__title {
        font-size: 28px;
    }

    .rent-advantages__item {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .rent-main .row {
        flex-wrap: nowrap;
    }
}

@media (min-width: 1260px) {
    .rent-additional .text-preview-tile {
        padding: 100px 95px;
    }
}

.popup.-rent-banner {
    padding: 0;
    max-width: 374px;
    background: 0 0;
}

.popup.-rent-banner button.mfp-close {
    color: #fff;
}

.popup.-rent-banner button.mfp-close svg {
    width: 20px;
    height: 20px;
}

.popup-rent {
    display: flex;
    height: 424px;
}

.popup-rent.flip + button.mfp-close {
    color: #333;
}

.popup-rent__flipper {
    min-height: 100%;
    max-width: 100%;
    flex: 1 0 100%;
    transition: 1s;
    transform-style: preserve-3d;
}

.popup-rent.flip .popup-rent__flipper .popup-rent__back, .popup-rent.flipping .popup-rent__flipper .popup-rent__back {
    display: block;
}

.popup-rent.flip .popup-rent__flipper {
    transform: rotateY(-180deg);
}

.popup-rent__back, .popup-rent__front {
    height: 100%;
    width: 100%;
    padding: 30px 25px;
}

@media (min-width: 414px) {
    .popup-rent__back, .popup-rent__front {
        padding-left: 35px;
        padding-right: 35px;
    }
}

html:not(.ie) .popup-rent__back, html:not(.ie) .popup-rent__front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.popup-rent__front {
    z-index: 2;
    background: url(../../assets/images/rent/popup-rent-bg.jpg) center no-repeat;
    background-size: cover;
    transition: visibility .5s;
    cursor: pointer;
}

.popup-rent__back {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 3px solid #fdbf2d;
    transform: rotateY(180deg);
    background: #fff;
    display: none;
}

.popup-rent__text {
    position: absolute;
    top: 30px;
    left: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.popup-rent__text-top {
    max-width: 202px;
}

.popup-rent__text-middle {
    max-width: 158px;
    color: #fdbf2d;
    margin-top: 16px;
}

.popup-rent__text-bottom {
    max-width: 135px;
    margin-top: 6px;
    font-weight: 500;
    font-size: 12px;
}

.popup-rent__bottom {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    bottom: 25px;
}

.popup-rent__form .form-card__title {
    display: inline-block;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
}

.popup-rent__form .form-card__title span {
    position: relative;
}

.popup-rent__form .form-card__submit {
    margin-top: 24px;
}

.contacts-menu-top {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    background: #fff;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .09);
}

.contacts-menu-top__items {
    display: flex;
}

.contacts-menu-top__item {
    flex: 1 0 50%;
}

.contacts-menu-top__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none !important;
    height: 45px;
    font-size: 12px;
    transition-property: background, color;
    transition-duration: .2s;
    transition-timing-function: linear;
}

.contacts-menu-dropdown__current, .contacts-menu-dropdown__title {
    padding: 0 14px;
    font-size: 14px;
    outline: 0 !important;
    font-weight: 700;
}

.contacts-menu-top__link.active {
    color: #292b2c;
    background: #fdbf2d;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}

@media (min-width: 992px) {
    .rent-additional .preview-company__picture-in {
        margin-left: 0 !important;
        margin-right: -10.625rem !important;
    }

    .rent-additional .preview-company__details:before {
        float: left;
        margin-left: 148px;
    }

    .rent-additional .preview-company__details .text-preview-tile {
        margin-left: -100px !important;
    }

    .contacts-menu-top {
        top: 14px;
        right: 0;
        left: auto;
        bottom: auto;
        max-width: 266px;
    }
}

.contacts-menu-dropdown {
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 10px;
    width: calc(100% - 20px);
    background: #fff;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .09);
}

@media (min-width: 768px) {
    .contacts-menu-dropdown {
        left: 140px;
        width: calc(100% - 150px);
    }
}

.contacts-menu-dropdown.active .contacts-menu-dropdown__current-icon {
    transform: rotate(-90deg) translateY(-3px);
}

.contacts-menu-dropdown.active .contacts-menu-dropdown__blocks {
    display: block;
}

.contacts-menu-dropdown__current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    color: #292b2c;
    background: 0 0;
    border: none;
    width: 100%;
}

.contacts-menu-dropdown__current-icon {
    transform: rotate(90deg);
}

.contacts-menu-dropdown__current-icon svg {
    width: 7px;
    height: 10px;
}

.contacts-menu-dropdown__blocks {
    display: none;
    max-height: calc(100vh - 235px);
    overflow: auto;
    border-top: 1px solid #ebebec;
    scrollbar-width: thin;
    scrollbar-color: #BEBEBE #EFEFEF;
}

.contacts-menu-dropdown__blocks::-webkit-scrollbar {
    width: 8px;
}

.contacts-menu-dropdown__blocks::-webkit-scrollbar-track {
    background: #EFEFEF;
}

.contacts-menu-dropdown__blocks::-webkit-scrollbar-thumb {
    background-color: #BEBEBE;
    border-radius: 4px;
    border: 2px solid #EFEFEF;
}

@media (min-width: 992px) {
    .contacts-menu-dropdown {
        top: 69px;
        right: 0;
        left: auto;
        max-width: 266px;
    }

    .contacts-menu-dropdown__current {
        display: none;
    }

    .contacts-menu-dropdown__blocks {
        display: block;
        max-height: calc(100vh - 294px);
    }
}

.contacts-menu-dropdown__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 45px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #ebebec;
    color: #3E3C3F;
}

.contacts-menu-dropdown__title-icon {
    display: none;
    transform: rotate(90deg);
}

.contacts-menu-dropdown__title-icon svg {
    width: 7px;
    height: 10px;
}

.contacts-menu-dropdown__title.active .contacts-menu-dropdown__title-icon {
    transform: rotate(-90deg) translateY(-3px);
}

@media (min-width: 992px) {
    .contacts-menu-dropdown__title-icon, .contacts-menu-dropdown__title.active + .contacts-menu-dropdown__items {
        display: block;
    }

    .map__map {
        max-height: calc(100vh - 211px);
    }
}

.contacts-menu-dropdown__items {
    display: none;
    background: #F6F6F8;
}

.contacts-menu-dropdown__item {
    padding: 14px;
    border-bottom: 1px solid #ebebec;
    color: #3E3C3F;
    cursor: pointer;
}

.contacts-menu-dropdown__item-badges {
    display: flex;
    margin-bottom: 8px;
}

.contacts-menu-dropdown__item-badge {
    display: flex;
    padding: 4px 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
}

.contacts-menu-dropdown__item-badge.-yellow {
    background: #fdbf2d;
}

.contacts-menu-dropdown__item-badge.-black {
    background: #292b2c;
    color: #fdbf2d;
}

.contacts-menu-dropdown__item-badge-icon {
    width: 9px;
    height: 9px;
    background: currentColor;
    margin-right: 6px;
    margin-top: 1px;
}

.contacts-menu-dropdown__item-badge-icon.-circle {
    border-radius: 50%;
}

.contacts-menu-dropdown__item-title {
    font-weight: 700;
    font-size: 14px;
}

.contacts-menu-dropdown__item-text {
    font-size: 12px;
}

.contacts-menu-dropdown__item-bottom {
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

.contacts-menu-dropdown__item-phone {
    color: #292b2c !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding: 0 2px;
}

.contacts-menu-dropdown__item-email {
    margin-top: 3px;
    font-size: 14px;
    text-decoration: underline;
}

.contacts-menu-dropdown__item-email:focus, .contacts-menu-dropdown__item-email:hover {
    text-decoration: none;
}

.contacts-menu-dropdown__item-work-hours {
    margin-top: 6px;
    font-size: 12px;
    min-width: 100%;
}

.contacts-menu-dropdown__item-work-hours mark {
    color: #fdbf2d;
}

.contacts-menu-dropdown__item-documents {
    margin-top: 3px;
    font-size: 14px;
    text-decoration: underline;
}

.contacts-menu-dropdown__item-documents:focus, .contacts-menu-dropdown__item-documents:hover {
    text-decoration: none;
}

.map {
    max-width: 100%;
}

@media (max-width: 991px) {
    .map.balloon-open .contacts-menu-top {
        display: none;
    }
}

.map__inner {
    position: relative;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.map__map ymaps[class*="-balloon__close-button"], .map__map ymaps[class*="-copyrights-pane"] {
    display: none;
}

.map__map {
    min-width: 100vw;
    height: calc(100vh - 170px);
}

.map-placemark__bottom > div, .shops, .shops__item, .shops__map .map__map {
    min-width: 100%;
}

.map__map ymaps[class*="-panel-pane"] {
    z-index: 10000 !important;
}

.map__map ymaps[class*="-balloon_layout_panel"].-placemark {
    max-width: calc(100vw - 20px);
}

.map__map ymaps[class*="-balloon"].-placemark {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    left: 10px;
    bottom: 10px;
}

.map__map ymaps[class*="-balloon__content"] {
    margin-right: 0;
    padding: 0;
}

.map__map ymaps[class*="-balloon__content"] > ymaps {
    height: auto !important;
}

.map__map ymaps[class*="-controls__control"] {
    left: 20px !important;
}

.map__placemark {
    color: #3E3C3F;
    padding: 14px 16px;
}

.map-placemark__close {
    font-size: 32px;
    padding: 0;
    background: 0 0;
    border: none;
    top: 5px;
    right: 5px;
    position: absolute;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shops-menu__list, .shops__top {
    position: relative;
}

.map-placemark__badges {
    display: flex;
    margin-bottom: 8px;
}

.map-placemark__badge {
    display: flex;
    padding: 4px 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
}

.map-placemark__badge.-yellow {
    background: #fdbf2d;
}

.map-placemark__badge.-black {
    background: #292b2c;
    color: #fdbf2d;
}

.map-placemark__badge-icon {
    width: 9px;
    height: 9px;
    background: currentColor;
    margin-right: 6px;
    margin-top: 1px;
}

.map-placemark__badge-icon.-circle {
    border-radius: 50%;
}

.map-placemark__title {
    font-weight: 700;
    font-size: 14px;
}

.map-placemark__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px -16px 0;
    padding: 11px 16px 0;
    border-top: 1px solid #CED0D2;
}

.map-placemark__phone {
    color: #292b2c !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding: 0 2px;
}

.map-placemark__route-link {
    color: #fdbf2d;
    text-decoration: underline;
}

.map-placemark__route-link:focus, .map-placemark__route-link:hover {
    text-decoration: none;
}

.map-placemark__email {
    margin-top: 3px;
    font-size: 14px;
    text-decoration: underline;
}

.map-placemark__email:focus, .map-placemark__email:hover {
    text-decoration: none;
}

.map-placemark__work-hours {
    margin-top: 6px;
    font-size: 12px;
    min-width: 100%;
}

.map-placemark__work-hours mark {
    color: #fdbf2d;
}

.map-placemark__documents {
    margin-top: 3px;
    font-size: 14px;
    text-decoration: underline;
}

.map-placemark__documents:focus, .map-placemark__documents:hover {
    text-decoration: none;
}

.shops__top .contacts-menu-top {
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    box-shadow: none;
    border: 1px solid #ebebec;
}

.shops__row {
    margin: 20px 0;
}

@media (min-width: 1260px) {
    .shops__row {
        display: flex;
    }

    .shops__tab-content {
        width: calc(50% - 10px);
        margin-right: 10px;
    }

    .shops__map {
        width: calc(50% - 10px);
        margin-left: 10px;
    }
}

.shops__map .map__map {
    height: 500px;
}

.shops__map .contacts-menu {
    display: none;
}

.shops-menu__list {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media (max-width: 991.98px) {
    .shops-menu__list {
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding-bottom: 2px;
    }
}

@media (min-width: 992px) {
    .shops__top .contacts-menu-top {
        left: auto;
        right: 0;
    }

    .shops-menu__list {
        border-bottom: none;
    }

    .shops-menu__list::before {
        content: '';
        display: block;
        position: absolute;
        top: 38px;
        left: 0;
        width: 100%;
        border-top: 1px solid #ebebec;
    }
}

.shops-menu__item {
    margin-top: 0;
}

.shops-menu__item:not(:last-child) {
    margin-right: 34px;
}

.shops-menu__link {
    white-space: nowrap;
}

.shops__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
    padding-bottom: 20px;
}

.shops__item {
    padding-left: 9px;
    padding-right: 9px;
    color: #3E3C3F;
}

.shops__item:not(:first-child) {
    margin-top: 20px;
}

.shops__item-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 14px;
    background: #F6F6F8;
}

@media (min-width: 1200px),(min-width: 767.98px) and (max-width: 1199.98px) {
    .shops__item-inner {
        flex-wrap: nowrap;
        padding: 20px;
    }
}

.shops__item-image {
    flex: 1 0 100%;
}

.shops__item-image img {
    margin: 0;
}

@media (min-width: 1200px) {
    .shops__item-image {
        max-width: 30%;
    }
}

@media (min-width: 767.98px) and (max-width: 1199.98px),(min-width: 1366px) {
    .shops__item-image {
        min-width: 300px;
        max-width: 300px;
    }
}

.shops__item-info {
    min-width: 100%;
    margin-top: 10px;
}

@media (min-width: 1200px),(min-width: 767.98px) and (max-width: 1199.98px) {
    .shops__item-info {
        padding-left: 28px;
        min-width: 0;
        max-width: none;
        flex: 1 0 auto;
        margin-top: 0;
    }
}

@media (min-width: 767.98px) and (max-width: 1199.98px) {
    .shops__item-info {
        min-width: calc(100% - 300px);
        max-width: calc(100% - 300px);
    }
}

@media (min-width: 1200px) {
    .shops__item-info {
        min-width: 70%;
        max-width: 70%;
    }
}

@media (min-width: 1366px) {
    .shops__item-info {
        min-width: calc(100% - 300px);
        max-width: calc(100% - 300px);
    }
}

.shops__item-badges {
    display: flex;
    margin-bottom: 8px;
}

.shops__item-badge {
    display: flex;
    padding: 4px 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
}

.shops__item-badge.-yellow {
    background: #fdbf2d;
}

.shops__item-badge.-black {
    background: #292b2c;
    color: #fdbf2d;
}

.shops__item-badge-icon {
    width: 9px;
    height: 9px;
    background: currentColor;
    margin-right: 6px;
    margin-top: 1px;
}

.shops__item-badge-icon.-circle {
    border-radius: 50%;
}

.shops__item-title {
    font-weight: 700;
    font-size: 14px;
}

.shops__item-text {
    font-size: 12px;
}

.shops__item-bottom {
    margin-top: 15px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shops__item-phone {
    color: #292b2c !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding: 0 2px;
}

.shops__item-route-link {
    color: #fdbf2d;
    text-decoration: underline;
}

.shops__item-route-link:focus, .shops__item-route-link:hover {
    text-decoration: none;
}

.shops__item-email {
    margin-top: 3px;
    font-size: 14px;
    text-decoration: underline;
}

.shops__item-email:focus, .shops__item-email:hover {
    text-decoration: none;
}

.shops__item-work-hours {
    min-width: 100%;
    margin-top: 6px;
    font-size: 12px;
}

.shops__item-work-hours mark {
    color: #fdbf2d;
}

.shops__item-documents {
    margin-top: 3px;
    font-size: 14px;
    text-decoration: underline;
}

.shops__item-documents:focus, .shops__item-documents:hover {
    text-decoration: none;
}



.media-picture {
    position: relative;
    margin: 0;
}

.media-picture__caption {
    position: absolute;
    top: 5rem;
    right: 0;
    left: 0;
    color: rgba(0, 0, 0, .07);
    font-family: PragmaticaBlack, sans-serif;
    font-size: 4.375rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}

.media-picture__play, .media-picture__tip-plus {
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.media-picture__char-txt, .price-block {
    font-family: "Pragmatica Slabserif", Georgia, "Times New Roman", Times, serif;
}

.media-picture__play {
    left: 40%;
}

.media-picture__tip {
    position: absolute;
}

.media-picture__tip-plus {
    left: 50%;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    background-color: #000;
    font-size: 1.5625rem;
    color: #fdbf2d;
    line-height: 1.875rem;
    text-align: center;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, .16);
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.media-picture__tip-plus:focus, .media-picture__tip-plus:hover {
    box-shadow: 0 0 0 0 transparent;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
}

.media-picture__tooltip {
    display: none;
}

.media-picture__char {
    position: absolute;
    top: 43%;
    left: 67%;
    line-height: 1;
}

.media-picture__char-lines {
    position: absolute;
    top: 12px;
    left: -40px;
    width: 1.6875rem;
    height: 6.25rem;
    border-top: 2px solid #b9bdc1;
    border-left: 2px solid #b9bdc1;
}

.media-picture__char-txt {
    color: #b9bdc1;
    font-size: 1.0625rem;
    font-weight: 700;
}

@media (max-width: 767px) {
    .media-picture {
        display: inline-block;
    }

    .media-picture__caption, .media-picture__char {
        display: none;
    }

    .media-picture__img {
        max-height: 30vh;
    }
}

.light-slider {
    position: relative;
}

.light-slider__next, .light-slider__prev {
    display: inline-block;
    width: 2.625rem;
    height: 2.625rem;
    border: 2px solid #b9bdc1;
    color: #b9bdc1;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 42px);
    transform: translateY(-50%);
}

.light-slider__next:focus, .light-slider__next:hover, .light-slider__prev:focus, .light-slider__prev:hover {
    border-color: #fdbf2d;
    color: #fdbf2d;
    outline: 0;
}

.light-slider__next .svg-icon, .light-slider__prev .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: .875rem;
}

.light-slider__prev {
    left: .625rem;
}

.light-slider__next {
    right: .625rem;
}

.light-slider__list {
    margin: 0;
    padding: 0;
    font-size: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    display: none;
}

.light-slider__li {
    display: inline-block;
    width: 25%;
    border-right: 1px solid #ebebec;
    font-size: 1rem;
}

.light-slider .product-tile__back, .light-slider .product-tile__front {
    padding: .9375rem .625rem;
}

@media (min-width: 1260px) {
    .light-slider {
        padding: 0 5.625rem;
    }
}

.thumbs-gallery {
    position: relative;
}

.thumbs-gallery__big {
    border: 1px solid #dcdee0;
    margin-bottom: 1.5625rem;
}

.thumbs-gallery__big .slick-arrow {
    opacity: 0;
    transition: all .2s linear;
}

.thumbs-gallery__big.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbs-gallery__big:focus .slick-arrow, .thumbs-gallery__big:hover .slick-arrow {
    opacity: 1;
}

.thumbs-gallery__big-img {
    margin: auto;
}

.thumbs-gallery__big-img-wrap {
    position: relative;
    min-height: 1px;
    height: 100%;
}

.thumbs-gallery__big-img-wrap a {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.thumbs-gallery__big-img-wrap img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.thumbs-gallery__big-img-wrap .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fdbf2d;
    margin: 0;
}

.thumbs-gallery__big-img-wrap .play-btn:after {
    border-left-color: #fff;
}

.thumbs-gallery__big-img-wrap > a:focus-visible {
    outline: 0;
}

.thumbs-gallery__big-item:first-child {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.thumbs-gallery__badges {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    z-index: 10;
}

.thumbs-gallery__tools {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.thumbs-gallery__tool {
    margin-bottom: .9375rem;
}

.thumbs-gallery__tool-btn {
    position: relative;
    display: inline-block;
    padding: 0;
    background-color: transparent;
    border: none;
    color: #979ca3;
    transition: color .2s linear;
}

.thumbs-gallery__tool-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.thumbs-gallery__tool-btn:focus, .thumbs-gallery__tool-btn:hover {
    color: #ca0813;
    outline: 0;
}

.thumbs-gallery__tool-btn.is-active {
    color: #ca0813;
}

.thumbs-gallery__tool_favorites .thumbs-gallery__tool-btn {
    width: 1.125rem;
    height: 1.0625rem;
}

.thumbs-gallery__tool_compare .thumbs-gallery__tool-btn {
    width: 1.3125rem;
    height: 1.25rem;
}

.thumbs-gallery__thumbs {
    display: none;
    padding: 0 4.0625rem;
}

.thumbs-gallery__thumbs .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.thumbs-gallery__thumbs .slick-prev-circle {
    left: 0;
}

.thumbs-gallery__thumbs .slick-next-circle {
    right: 0;
}

.thumbs-gallery__thumbs .slick-track {
    min-height: 3.125rem;
}

.thumbs-gallery__thumb {
    position: relative;
    /*width:6.25rem;*/
    height: 6.25rem !important;
    border: 2px solid transparent;
    cursor: pointer;
}

.thumbs-gallery__thumb.slick-current {
    border-color: #fdbf2d;
}

.thumbs-gallery__thumb-img {
    margin: auto;
}

.thumbs-gallery__thumb_type-video:after, .thumbs-gallery__thumb_type-video:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.price-block::after, .primary-product::after, .primary-product__offers::after {
    content: "";
}

.thumbs-gallery__thumb_type-video:before {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background-color: #fdbf2d;
}

.thumbs-gallery__thumb_type-video:after {
    height: 0;
    width: 0;
    border-bottom: .34375rem solid transparent;
    border-left: .625rem solid #fff;
    border-top: .34375rem solid transparent;
}

@media (max-width: 767px) {
    .thumbs-gallery__big {
        border: none;
    }

    .thumbs-gallery__big .slick-prev {
        left: -10px;
    }

    .thumbs-gallery__big .slick-next {
        right: -10px;
    }

    .thumbs-gallery__thumbs {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .thumbs-gallery__thumbs .slick-track {
        height: 6.25rem;
    }

    .thumbs-gallery__thumb-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        /*max-height:100%*/;
    }
}

.price-block, .price-block__current span {
    position: relative;
}

.product-light__img, .product-tile__img {
    max-height: 11.875rem;
    vertical-align: middle;
}

.price-block::after {
    display: block;
    clear: both;
}

.price-block__title {
    display: block;
    margin-bottom: 7px;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #b9bdc1;
}

.price-block__comment, .price-block__discount, .price-block__old {
    font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.price-block__current {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.2;
    float: left;
}

.price-block_lg .price-block__current {
    font-size: 1.875rem;
}

.price-block_md .price-block__current {
    font-size: 1.5rem;
    line-height: 1;
}

.price-block_sm .price-block__current {
    font-size: 1rem;
    line-height: 1;
}

.price-block_xs .price-block__current {
    padding: 0 .125rem;
    font-size: .8125rem;
    line-height: 1;
}

.price-block__discount, .price-block__old {
    margin-top: 6px;
    color: #b9bdc1;
    font-size: .8125rem;
    line-height: 1;
    font-weight: 700;
    float: left;
    height: 13px;
}

.price-block_lg .price-block__discount, .price-block_lg .price-block__old {
    margin-top: .5rem;
    font-size: 1.125rem;
}

.price-block_sm .price-block__discount, .price-block_sm .price-block__old {
    font-size: .8125rem;
    line-height: 1;
}

.price-block__old {
    min-width: 100%;
    text-decoration: line-through;
}

.price-block__text {
    min-width: 100%;
    float: left;
    clear: left;
}

.price-block__text .btn-primary {
    background: #fdd279;
    border-color: #fdd279;
}

.price-block__text .btn-primary:active, .price-block__text .btn-primary:focus, .price-block__text .btn-primary:hover {
    background-color: #fdbf2d;
    border-color: #fdbf2d;
}

.price-block__comment {
    color: #292b2c;
    font-size: 12px;
    margin-top: 2px;
}

.price-block__btn {
    margin-top: 1rem;
}

.price-block__tooltip {
    position: absolute;
    top: -8px;
    right: -18px;
}

.price-block__tooltip-button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    background: #b9bdc1;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    outline: 0 !important;
}

.primary-product, .product-light__title.sticky, .product-tile__front {
    background-color: #fff;
}

.primary-offers {
    padding: 1rem 0;
}

.primary-offers__title {
    margin-bottom: 1.5rem;
    text-align: center;
}

.primary-offers__container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 576px) {
    .primary-offers__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 540px;
        max-width: 100%;
    }

    .primary-offers__row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 768px) {
    .primary-offers__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 740px;
        max-width: 100%;
    }

    .primary-offers__row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 992px) {
    .primary-offers__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 960px;
        max-width: 100%;
    }

    .primary-offers__row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 1260px) {
    .primary-offers__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 1240px;
        max-width: 100%;
    }

    .primary-offers__row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 1366px) {
    .primary-offers__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 1305px;
        max-width: 100%;
    }

    .primary-offers__row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

.primary-offers__all, .primary-offers__slider {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.primary-offers__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.primary-offers__slider {
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .primary-offers__all, .primary-offers__slider {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .primary-offers__all, .primary-offers__slider {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.primary-offers__all .actions-tile-link {
    text-align: center;
}

@media (min-width: 768px) {
    .primary-offers__all, .primary-offers__slider {
        padding-right: 10px;
        padding-left: 10px;
    }

    .primary-offers__slider {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin-bottom: 0;
    }

    .primary-offers__slider:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -9999px;
        right: -20px;
        height: 1px;
        border-bottom: 2px solid #b9bdc1;
    }

    .primary-offers__all {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .primary-offers__all .actions-tile-link {
        height: 100%;
    }
}

@media (min-width: 992px) {
    .primary-offers__all, .primary-offers__slider {
        padding-right: 10px;
        padding-left: 10px;
    }

    .primary-offers {
        padding-top: 6.25rem;
        padding-bottom: 3.4375rem;
    }

    .primary-offers__slider {
        flex: 0 0 75%;
        max-width: 75%;
        margin-bottom: 0;
    }

    .primary-offers__all {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1260px) {
    .primary-offers__all, .primary-offers__slider {
        padding-right: 10px;
        padding-left: 10px;
    }

    .primary-offers__slider {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .primary-offers__all {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
}

.product-light {
    padding: 0 15px;
}

.product-light__picture {
    height: 11.875rem;
    margin-bottom: .5rem;
    line-height: 11.875rem;
    text-align: center;
}

.product-light__img {
    width: auto !important;
    margin: auto;
}

.product-light__title {
    margin-bottom: 1rem;
    color: #333;
    height: 3rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1rem;
    overflow: hidden;
}

.catalog-text__price, .product-tile__price-text {
    font-weight: 700;
    font-family: "Pragmatica Slabserif", Georgia, "Times New Roman", Times, serif;
}

.product-light__title-a {
    color: inherit;
}

.product-light__art {
    margin-bottom: .5rem;
    font-size: .875rem;
    color: #b9bdc1;
}

.product-light__offers::after {
    display: block;
    content: "";
    clear: both;
}

.product-light__price {
    float: left;
    max-width: 62%;
    padding-right: .625rem;
}

.product-light__badges {
    float: right;
    width: 38%;
    text-align: right;
}

.product-light__btns {
    float: right;
}

.product-tile {
    position: relative;
    transition: box-shadow .2s linear;
    min-height: 100%;
    display: flex;
    box-shadow: 0 0 0 transparent;
}

.product-tile:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    z-index: 10;
}

.product-tile__flipper {
    min-height: 100%;
    max-width: 100%;
    flex: 1 0 100%;
    transition: 1s;
    transform-style: preserve-3d;
}

.product-tile.flip .product-tile__flipper .product-tile__back, .product-tile.flipping .product-tile__flipper .product-tile__back {
    display: block;
}

.product-tile.flip .product-tile__flipper {
    transform: rotateY(-180deg);
}

.product-tile__back, .product-tile__front {
    height: 100%;
    width: 100%;
    padding: 15px;
}

html:not(.ie) .product-tile__back, html:not(.ie) .product-tile__front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product-tile__front {
    z-index: 2;
    transition: visibility .5s;
    padding-bottom: 117px !important;
}

.product-tile__back {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 3px solid #fdbf2d;
    transform: rotateY(180deg);
    background: #fff;
    display: none;
    border-right: 1px solid #b9bdc1;
    z-index: 15;
}

.product-tile__picture {
    position: relative;
    height: 11.875rem;
    margin-top: 2.5rem;
    margin-bottom: .5rem;
    line-height: 11.875rem;
    text-align: center;
}

.product-tile_fast_view {
    opacity: 0;
    transition: opacity .2s linear;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #f5f5f5;
    color: #000 !important;
    width: 140px;
    max-width: 90%;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none !important;
    z-index: 1;
}

.product-tile:hover .product-tile_fast_view {
    opacity: 0.8;
}

.product-tile:hover .product-tile_fast_view:hover {
    opacity: 1;
}

.product-tile__slider {
    height: 100%;
    margin-bottom: 0 !important;
}

.product-tile__slider:not(.slick-initialized) {
    overflow: hidden;
}

.product-tile__slider .slick-dots {
    bottom: -5px;
    line-height: 1;
    opacity: 0;
    transition: opacity .2s linear;
}

.filters__block.has-checked .filters-block-title__icon--checked, .product-tile:hover .product-tile__slider .slick-dots {
    opacity: 1;
}

.product-tile__img {
    display: inline-block !important;
    width: auto !important;
    margin: auto;
}

.product-tile__title {
    height: 4.25rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
    color: #000;
    font-size: .875rem;
    line-height: 1.0625rem;
    overflow: hidden;
}

.product-tile__title-a {
    color: inherit;
}

.product-tile__title-a:focus, .product-tile__title-a:hover {
    text-decoration: none;
}

.product-tile__info {
    font-size: 14px;
    margin-bottom: 1rem;
}

.product-tile__info div {
    margin-top: 2px;
}

.product-tile__offers {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 15px;
    bottom: 15px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.product-tile__offers::after {
    display: block;
    content: "";
    clear: both;
}

.product-tile__fast-order {
    float: left;
    min-width: 100%;
    margin-top: auto;
    padding-top: 2px;
}

.product-tile__fast-order-a {
    text-decoration: none !important;
    color: #979ca3;
    font-size: 13px;
    border-bottom: 1px dashed currentColor;
}

.product-tile__fast-order-a:focus, .product-tile__fast-order-a:hover {
    color: #fdbf2d;
    border-bottom-color: transparent;
}

.product-tile__avail {
    min-width: 100%;
}

.product-tile__avail .avail-status__text {
    font-size: 13px;
}

.product-tile__price {
    float: left;
    max-width: 105px;
    white-space: nowrap;
    align-self: center;
    min-height: 97px;
    display: flex;
    flex-direction: column;
}

.product-tile__price-text {
    height: 31px;
    margin-top: .5rem;
    color: #000;
    font-size: .75rem;
    line-height: 1.1;
}

.product-tile__btns {
    float: right;
    margin-left: auto;
}

.product-tile__badges {
    position: absolute;
    top: 10px;
    left: 15px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    z-index: 10;
    max-width: 192px;
}

.product-tile__badges .stamp {
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px;
}

.product-tile__tools {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 12;
}

.product-tile__tool {
    margin-bottom: .9375rem;
}

.product-tile__tool-btn {
    position: relative;
    display: inline-block;
    padding: 0;
    background-color: transparent;
    border: none;
    color: inherit;
    transition: color .2s linear;
    transform: translate3d(0, 0, 0);
}

.product-tile__tool-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-tile__tool-btn:focus, .product-tile__tool-btn:hover {
    color: #ca0813;
    outline: 0;
}

.product-tile__tool-btn.is-active {
    color: #ca0813;
}

.product-tile__tool_compare .product-tile__tool-btn, .product-tile__tool_favorites .product-tile__tool-btn {
    width: 1.5rem;
    height: 1.5rem;
}

.product-tile__flip-off {
    position: absolute;
    top: .9375rem;
    right: .9375rem;
    width: 1.0625rem;
    height: 1.0625rem;
    color: #bbbbbf;
    cursor: pointer;
    z-index: 1;
}

.product-tile__flip-off .svg-icon {
    display: block;
}

.product-tile__request-form {
    margin-top: .625rem;
}

.product-tile .fluid-control label.error {
    margin-top: 4px;
}

.product-tile__limit {
    position: relative;
    display: flex;
    align-items: center;
    background: #ebebec;
    color: #696e75;
    font-size: 11px;
    padding: 5px 0;
    width: 100%;
}

.slick-slider .product-tile__limit {
    letter-spacing: -.025em;
}

.product-tile__limit div {
    position: relative;
    flex: 1 0 50%;
    padding: 0 6px;
    text-align: center;
}

.product-tile__limit div:not(:first-child)::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    height: calc(100% - 4px);
    border-left: 1px solid currentColor;
}

.product-offer__params-in .product-tile__limit {
    margin-top: .75rem;
    float: left;
    font-size: 13px;
}

.product-offer__params-in .product-tile__limit::before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 69px;
    z-index: -1;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    background: #ebebec;
    transform: rotate(45deg);
}

.product-tile__limit + .product-offer__fast-order {
    float: left;
    margin-top: 1.3rem !important;
}

@media (max-width: 1259px) {
    .product-offer__params-in .product-tile__limit {
        width: 60%;
    }
}

.bx-touch .tooltip.-queryprice {
    display: none;
}

.goods-slider .slick-track .slick-slide .product-light {
    height: 100%;
}

@media (max-width: 991px) {
    .goods-slider .slick-dotted.slick-slider {
        margin-bottom: 50px;
    }

    .goods-slider .slick-dots {
        bottom: -50px;
    }
}

.goods-slider__title {
    margin-bottom: 1rem;
}

.goods-slider__nav {
    margin-bottom: 1.5rem;
}

.goods-slider__nav::after {
    display: block;
    content: "";
    clear: both;
}

.goods-slider__arrows {
    float: right;
}

.goods-slider__list {
    display: none;
    clear: both;
    border: 1px solid #ebebec;
    padding: 0;
    margin: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.goods-slider_theme-hatch .goods-slider__list {
    box-shadow: none;
    position: relative;
}

.goods-slider_theme-hatch .goods-slider__list:after {
    content: '';
    position: absolute;
    display: block;
    width: 25%;
    height: 100%;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #b9bdc1 4px);
    bottom: -.9375rem;
    right: -.9375rem;
    z-index: -1;
}

.goods-slider__list.slick-initialized .slick-slide .goods-slider__li, .slick-slide.goods-slider__li {
    max-width: 100%;
}

.goods-slider__li {
    margin-top: 0;
    border-right: 1px solid #ebebec;
    display: inline-block;
    max-width: 256px;
}

.goods-slider__next, .goods-slider__prev {
    position: relative;
    display: inline-block;
    width: 2.625rem;
    height: 2.625rem;
    border: 2px solid #b9bdc1;
    color: #b9bdc1;
    background-color: transparent;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    vertical-align: middle;
}

.goods-slider__next:focus, .goods-slider__next:hover, .goods-slider__prev:focus, .goods-slider__prev:hover {
    border-color: #fdbf2d;
    color: #fdbf2d;
    outline: 0;
}

.goods-slider__next .svg-icon, .goods-slider__prev .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: .875rem;
}

.goods-slider__next {
    margin-left: .9375rem;
}

.goods-slider__show-all {
    float: left;
}

@media (min-width: 1260px) {
    .goods-slider__title {
        float: left;
    }

    .goods-slider__nav {
        float: right;
        margin-bottom: 2.1875rem;
    }

    .goods-slider__arrows, .goods-slider__show-all {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .goods-slider__show-all {
        margin-right: 2.5rem;
    }
}

.avail-status {
    color: #979ca3;
}

.avail-status__icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
}

.avail-status__text {
    margin-left: .5rem;
    font-size: .875rem;
}

.avail-status_in-stock {
    color: #2d8d57;
}

.avail-status_in-stock .avail-status__icon .svg-icon {
    width: .6875rem;
    height: .5rem;
}

.avail-status_not-avail {
    color: #979ca3;
}

.avail-status_not-avail .avail-status__icon .svg-icon {
    width: .25rem;
    height: .6875rem;
}

.recommended {
    padding: 1rem 0;
}

.recommended__container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.catalog, .recommended__row {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 576px) {
    .recommended__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 540px;
        max-width: 100%;
    }

    .recommended__row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 768px) {
    .recommended__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 740px;
        max-width: 100%;
    }

    .recommended__row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 992px) {
    .recommended__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 960px;
        max-width: 100%;
    }

    .recommended__row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 1260px) {
    .recommended__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 1240px;
        max-width: 100%;
    }

    .recommended__row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 1366px) {
    .recommended__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 1305px;
        max-width: 100%;
    }

    .recommended__row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

.catalog__aside, .catalog__list, .recommended__slider {
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

.recommended__row {
    flex-wrap: wrap;
}

.catalog {
    flex-wrap: wrap;
}

@media (min-width: 576px) {
    .recommended__slider {
        padding-right: 10px;
        padding-left: 10px;
    }

    .catalog {
        margin-right: -10px;
        margin-left: -10px;
    }

    .catalog__aside, .catalog__list {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .recommended__slider {
        padding-right: 10px;
        padding-left: 10px;
    }

    .recommended {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .catalog {
        margin-right: -10px;
        margin-left: -10px;
    }

    .catalog__aside, .catalog__list {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .recommended__slider {
        padding-right: 10px;
        padding-left: 10px;
    }

    .catalog {
        margin-right: -10px;
        margin-left: -10px;
    }

    .catalog__aside, .catalog__list {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1260px) {
    .recommended__slider {
        padding-right: 10px;
        padding-left: 10px;
    }

    .recommended {
        padding-top: 3.125rem;
        padding-bottom: 2.8125rem;
    }

    .catalog {
        margin-right: -10px;
        margin-left: -10px;
    }

    .catalog__aside, .catalog__list {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .recommended__slider {
        padding-right: 10px;
        padding-left: 10px;
    }

    .catalog {
        margin-right: -10px;
        margin-left: -10px;
    }

    .catalog__aside, .catalog__list {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.catalog__aside {
    display: none;
}

.catalog__list h1 {
    margin-top: 1rem;
}

.catalog__filter {
    margin-bottom: 1rem;
}

.catalog__toggle-filter {
    position: relative;
    min-height: 3.125rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #ebebec;
    padding: .3125rem 2.8125rem .3125rem .3125rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    text-align: center;
}

.catalog__toggle-filter .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .3125rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: .625rem;
}

.catalog__toggle-filter .btn .svg-icon {
    max-width: 100%;
    max-height: 100%;
}

.catalog__toggle-filter .btn .btn-hamburger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.catalog__toggle-filter .btn .btn-hamburger span, .catalog__toggle-filter .btn .btn-hamburger:after, .catalog__toggle-filter .btn .btn-hamburger:before {
    background-color: #222;
}

.catalog__nav {
    margin-bottom: .9375rem;
}

@media (min-width: 992px) {
    .catalog__aside {
        display: block;
        flex: 0 0 22.22222%;
        max-width: 22.22222%;
        padding-top: 2.6875rem;
    }

    .catalog__list {
        flex: 0 0 77.77778%;
        max-width: 77.77778%;
    }

    .catalog__toggle-filter {
        display: none;
    }

    .catalog__nav {
        margin-bottom: 3.125rem;
    }
}

.catalog-text {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 1.5rem;
}

.catalog-text__image, .catalog-text__price, .catalog-text__text {
    min-width: 100%;
    padding: 0 10px;
}

.catalog-text__image img {
    margin: 0;
}

.catalog-text__text {
    margin-top: 1rem;
}

.catalog-text__price {
    margin-top: 1rem;
    color: #000;
}

.catalog-text__price span {
    white-space: nowrap;
}

@media (min-width: 576px) {
    .catalog-text__image, .catalog-text__text {
        min-width: 50%;
        max-width: 50%;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .catalog-text__image, .catalog-text__price, .catalog-text__text {
        min-width: 33.3333%;
        max-width: 33.3333%;
        margin-top: 0;
    }

    .catalog-text__text {
        min-width: 45.3333%;
        max-width: 45.3333%;
        margin-top: 0;
    }

    .catalog-text__price {
        min-width: 20%;
        max-width: 20%;
        margin-top: 0;
    }
}

.goods-list {
    margin-top: 20px;
}

.goods-list__options {
    margin-bottom: 1rem;
}

.goods-list__options::after {
    display: block;
    content: "";
    clear: both;
}

.goods-list__sorting-a, .goods-list__sorting-items, .goods-list__sorting-title {
    display: inline-block;
    vertical-align: middle;
}

.goods-list__sorting {
    float: left;
    font-size: .9375rem;
}

.goods-list__sorting-title {
    color: #696e75;
}

.goods-list__sorting-a {
    margin-left: 1.25rem;
    color: #b9bdc1;
    white-space: nowrap;
}

.goods-list__sorting-a .svg-icon {
    display: none;
    width: .375rem;
    height: .625rem;
    margin-left: .5625rem;
    transform: rotate(90deg);
}

.goods-list__sorting-a.is-active, .goods-list__sorting-a:focus, .goods-list__sorting-a:hover {
    color: #696e75;
}

.goods-list__sorting-a.is-active .svg-icon {
    display: inline-block;
    color: #ca0813;
}

.goods-list__sorting-a.is-active.order_asc .svg-icon {
    transform: rotate(-90deg);
}

.goods-list__price-toggle {
    float: right;
}

.goods-list__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    border-left: 1px solid #b9bdc1;
}

.goods-list__advantages, .goods-list__item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0 !important;
    border-bottom: 1px solid #b9bdc1;
    border-right: 1px solid #b9bdc1;
}

@media (min-width: 576px) {
    .goods-list__list {
        margin-right: -10px;
        margin-left: -10px;
    }

    .goods-list__advantages, .goods-list__item {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .goods-list__list {
        margin-right: -10px;
        margin-left: -10px;
    }

    .goods-list__advantages, .goods-list__item {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .goods-list__list {
        margin-right: -10px;
        margin-left: -10px;
    }

    .goods-list__advantages, .goods-list__item {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .catalog-text__image {
        min-width: calc(25% + 15px);
        max-width: calc(25% + 15px);
    }

    .catalog-text__text {
        min-width: calc(55% - 15px);
        max-width: calc(55% - 15px);
    }

    .goods-list__list {
        margin-right: -10px;
        margin-left: -10px;
    }

    .goods-list__advantages, .goods-list__item {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.goods-list__advantages .advantages-short, .goods-list__item .advantages-short {
    min-height: 100%;
}

.goods-list__item {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1365px) {
    .goods-list__item:nth-child(-n+3) {
        border-top: 1px solid #b9bdc1;
    }
}

@media (min-width: 1260px) {
    .goods-list__list {
        margin-right: -10px;
        margin-left: -10px;
    }

    .goods-list__advantages, .goods-list__item {
        padding-right: 10px;
        padding-left: 10px;
    }

    .goods-list__item {
        border-top: 1px solid #b9bdc1;
        margin-top: -1px;
    }
}

.goods-list__item .product-tile {
    height: 100%;
}

.goods-list__advantages {
    flex: 0 0 100%;
    max-width: 100%;
}

.goods-list__footer {
    margin: 2rem 0;
}

.goods-list__footer::after {
    display: block;
    content: "";
    clear: both;
}

@media (max-width: 767px) and (min-width: 576px) {
    .goods-list__options {
        margin-right: -10px;
        margin-left: -10px;
    }

    .goods-list__price-toggle, .goods-list__sorting {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 767px) and (min-width: 768px) {
    .goods-list__options {
        margin-right: -10px;
        margin-left: -10px;
    }

    .goods-list__price-toggle, .goods-list__sorting {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 767px) and (min-width: 992px) {
    .goods-list__options {
        margin-right: -10px;
        margin-left: -10px;
    }

    .goods-list__price-toggle, .goods-list__sorting {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 767px) and (min-width: 1260px) {
    .goods-list__options {
        margin-right: -10px;
        margin-left: -10px;
    }

    .goods-list__price-toggle, .goods-list__sorting {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 767px) and (min-width: 1366px) {
    .goods-list__options {
        margin-right: -10px;
        margin-left: -10px;
    }

    .goods-list__price-toggle, .goods-list__sorting {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .goods-list__item:nth-child(1) {
        border-top: 1px solid #b9bdc1;
    }

    .goods-list__options {
        display: flex;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
    }

    .goods-list__price-toggle, .goods-list__sorting {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .goods-list__sorting-title {
        font-weight: 600;
    }

    .goods-list__sorting-items {
        margin-top: .25rem;
    }

    .goods-list__sorting-a {
        margin-left: 0;
    }

    .goods-list__price-toggle {
        text-align: right;
    }

    .goods-list__price-toggle .switch__title {
        display: block;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .goods-list__item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .goods-list__advantages {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .goods-list__show-count {
        float: left;
    }

    .goods-list__pagination {
        float: right;
    }

    .goods-list__pagination .pagination {
        padding: 0;
    }

    .goods-list__pagination .pagination .pagination-item {
        margin: 0 4px !important;
    }
}

@media (min-width: 1366px) {
    .goods-list__item {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .goods-list_type-wide .goods-list__item {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .goods-list__advantages {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.filters__title {
    margin-bottom: 1.5rem;
    font-family: "Pragmatica Slabserif", Georgia, "Times New Roman", Times, serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #000;
}

.filters__block {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #b9bdc1;
}

.filters__block.has-checked .filters-block__link--reset {
    display: inline-block;
}

.filters-block__title {
    float: left;
    width: 100%;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.filters-block-title__icon--checked svg, .filters-block-title__icon--collapse svg {
    width: 10px;
}

.filters-block-title__inner {
    padding: 11px 18px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.filters-block-title__inner.active .filters-block-title__icon--collapse {
    transform: scaleY(-1);
    margin-top: -7px;
}

a.filters-block-title__inner {
    padding-left: 1.5625rem;
}

.filters-block-title__icon--checked {
    display: inline-block;
    color: #fdbf2d;
    margin-left: 7px;
    position: relative;
    top: -2px;
    opacity: 0;
    transition: opacity .2s linear;
}

.filters-block-title__icon--collapse {
    color: #b9bdc1;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
}

.filters-block-title__popover-link {
    margin-left: 7px;
    display: inline-block;
    text-align: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fdbf2d;
    color: #fff;
    position: relative;
}

.filters-block-title__popover-link:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -1.125rem 0 0 -1.125rem;
    width: 2.25rem;
    height: 2.25rem;
}

.filters-block__content {
    clear: both;
}

.filters-block__content__inner {
    padding: .125rem 18px;
}

.filters-block__check-list--colors .filters-block-check-list__inner {
    display: flex;
    flex-wrap: wrap;
    margin: -spacer(1) -6px 0;
}

.filters-block__check-list--colors .filters-block__form-check {
    width: 20%;
    margin: 0 !important;
}

.filters-block__check-list--colors .filters-block-form-check__content {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 2px;
    padding: 0;
}

.filters-block__check-list--colors .filters-block-form-check__content-wrap {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 1rem !important;
    padding: 2px;
    border: 2px solid #fff;
    border-radius: 2px;
    overflow: hidden;
}

.basket .table-responsive, .order-page .table-responsive {
    overflow: visible;
}

.filters-block__check-list--colors .filters-block-form-check__content[style*="background-color: #ffffff"] {
    border: 1px solid #b9bdc1;
}

.filters-block__check-list--colors .filters-block-form-check__content:after, .filters-block__check-list--colors .filters-block-form-check__content:before {
    display: none;
}

.filters-block__check-list--colors .filters-block-form-check__input:checked ~ .filters-block-form-check__content-wrap {
    border-color: #fdbf2d;
}

.filters-block__check-list--sizes .filters-block-check-list__inner {
    display: flex;
    flex-wrap: wrap;
    margin: -spacer(1) -9px 0;
}

.filters-block__check-list--sizes .filters-block__form-check {
    margin: .25rem 9px 0;
}

.filters-block__form-check:not(:first-child), .filters-block__more {
    margin-top: .25rem;
}

.filters-block__check-list--sizes .filters-block-form-check__input:not(:disabled) + .form-check-content:focus .filters-block-form-check__size, .filters-block__check-list--sizes .filters-block-form-check__input:not(:disabled) + .form-check-content:hover .filters-block-form-check__size {
    border-color: #fee5ab;
}

.filters-block__check-list--sizes .filters-block-form-check__input:checked + .form-check-content .filters-block-form-check__size {
    border-color: #fdbf2d !important;
}

.filters-block__check-list--sizes .filters-block-form-check__content {
    padding: 0;
}

.filters-block__check-list--sizes .filters-block-form-check__content:after, .filters-block__check-list--sizes .filters-block-form-check__content:before {
    display: none;
}

.filters-block__check-list.collapse .filters-block-check-list__inner, .filters-block__check-list.collapsing .filters-block-check-list__inner {
    padding-top: .25rem;
}

.filters-block-form-check__number {
    color: #b9bdc1;
    margin-left: 4px;
}

.filters-block-form-check__size {
    display: block;
    line-height: 20px;
    padding: 0 7px;
    border: 1px solid #b9bdc1;
    text-align: center;
    min-width: 20px;
    transition: border-color .2s linear;
}

.filters-block__button--reset {
    color: #b9bdc1;
    text-transform: uppercase;
    font-size: 9px;
    display: none;
    margin-bottom: .25rem;
}

.filters-block-more__button {
    color: #b9bdc1;
    text-transform: uppercase;
    font-size: 10px;
}

.filters-block-more__button.active .filters-block-more__text--default {
    display: none;
}

.filters-block-more__button.active .filters-block-more__text--active {
    display: inline;
}

.filters-block-more__text--active {
    display: none;
}

.filters-block__range {
    padding-top: 1px;
}

.filters-block__range--single .filters-block-range__input-group {
    max-width: 100%;
    width: 100%;
}

.filters-block-range__inputs {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.filters-block-range__inputs:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .625rem;
    height: .0625rem;
    background-color: #b9bdc1;
}

.filters-block-range__input-group {
    max-width: calc(50% - 12px);
    position: relative;
}

.filters-block-range__label {
    position: absolute;
    top: 50%;
    left: .75rem;
    margin: -5px 0 0;
    font-size: 9px;
    text-transform: uppercase;
    color: #fdbf2d;
}

.filters-block-range__input {
    min-height: 2.5rem;
    font-size: .875rem;
}

.filters-block-range__slider-wrapper {
    margin: 1rem 0 1.5rem;
}

.filters-block__select {
    display: none;
    margin: 0;
    width: 100% !important;
}

.filters__submit {
    text-align: center;
}

.filters-submit__button {
    margin: 0;
    max-width: 50%;
}

.filters-submit__button--reset {
    margin-top: .25rem;
}

@media (max-width: 1365px) {
    .filters__submit .btn {
        display: block;
        width: 100%;
        max-width: none;
    }
}

.filters__block {
    position: relative;
}

.bx-filter-popup-result {
    position: absolute;
    top: 17px;
    left: calc(100% + 10px);
    background: #fdbf2d;
    color: #292b2c;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    z-index: 20;
    white-space: nowrap;
    padding: 7px 15px;
}

.bx-filter-popup-result .arrow {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -5px;
    margin-top: -5px;
    background: #fdbf2d;
    transform: rotate(45deg);
}

.bx-filter-popup-result a {
    color: #292b2c;
    display: inline-block;
    margin-left: 10px;
    text-decoration: underline;
}

.bx-filter-popup-result a:hover {
    color: #000;
    text-decoration: none;
}

.slideout .bx-filter-popup-result {
    top: -13px;
    left: 0;
    width: 100%;
    text-align: center;
}

.slideout .bx-filter-popup-result .arrow {
    display: none;
}

.slideout .bx-filter-popup-result a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.catalog__aside .filters-submit__button--submit {
    display: none;
}

.catalog__aside .filters-submit__button--reset {
    width: 100%;
    max-width: 100%;
}

.product-page {
    padding-top: 1.5rem;
}

.product-page__top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-page__gallery, .product-page__offer {
    position: relative;
    flex: 1;
    max-width: 100%;
    min-height: 1px;
    margin-bottom: 1rem;
}

.product-page__content {
    margin-top: 2.5rem;
    padding: 2.5rem 0;
    background-color: #ebebec;
    font-size: .9375rem;
}

.product-page__content .nav-tabs {
    margin: 0;
}

.product-page__content .tab-content {
    margin-bottom: 1rem;
}

.product-page__content-aside, .product-page__content-main {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 576px) {
    .product-page__content-aside, .product-page__content-main {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .product-page__content-aside, .product-page__content-main {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .product-page__content-aside, .product-page__content-main {
        padding-right: 10px;
        padding-left: 10px;
    }

    .product-page__gallery {
        flex: 0 0 44%;
        max-width: 44%;
        z-index: 5;
    }

    .product-page__gallery .thumbs-gallery {
        max-width: 525px;
    }
}

@media (min-width: 1260px) {
    .product-page__content-aside, .product-page__content-main {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .product-page__content-aside, .product-page__content-main {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.product-page__content-main .faq-results {
    margin-top: -1rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.product-page__content-main .faq-results__title {
    width: 100%;
    border: 0;
    padding-left: 0;
}

.product-page__content-main .faq-results__text {
    padding: 0;
}

.product-page__content-main .faq-results__inner {
    margin-bottom: 20px;
}

.product-page__content-main .faq-results__item {
    padding: 0;
    border-bottom: 1px solid #B9BDC1;
}

.product-page__content-main .faq-results__title::after {
    right: 0;
}

.product-page__content-main .faq-results__title[aria-expanded=true]::after {
    transform: rotate(-90deg);
}

@media (min-width: 1260px) {
    .product-page__content-main {
        flex: 0 0 53.84615%;
        max-width: 53.84615%;
    }

    .product-page__content-aside {
        flex: 0 0 46.15385%;
        max-width: 46.15385%;
    }

    .product-page__content-aside .advantages-short {
        margin-left: 2.5rem;
    }
}

.product-page__advantages {
    margin-bottom: -2.5rem;
    background: #f6f6f8;
}

.main_for_offer_select + .product-page__advantages .advantages-short__ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -2rem;
}

.product-offer__prices, .product-offer__prices-wrap .form-card {
    margin-bottom: 1.5rem;
}

.main_for_offer_select + .product-page__advantages .advantages-short__item {
    min-width: 100%;
}

@media (min-width: 576px) {
    .main_for_offer_select + .product-page__advantages .advantages-short__item {
        min-width: 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .main_for_offer_select + .product-page__advantages .advantages-short__item {
        min-width: 33.3333%;
        max-width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .main_for_offer_select + .product-page__advantages .advantages-short__item {
        min-width: 25%;
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .main_for_offer_select + .product-page__advantages .advantages-short__item {
        min-width: 16.66667%;
        max-width: 16.66667%;
    }
}

.product-offer__title {
    margin-top: 1rem;
    font-size: 1.5625rem;
    color: #292b2c;
    font-family: "Pragmatica Slabserif", Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
}

.product-offer__meta::after {
    display: block;
    content: "";
    clear: both;
}

.product-offer__price-toggle {
    margin-top: 1rem;
}

.product-offer__price-toggle .switch::after {
    display: block;
    content: "";
    clear: both;
}

.product-offer__art {
    margin-top: .1875rem;
    font-size: .875rem;
    color: #979ca3;
}

.product-offer__supply {
    clear: left;
    float: left;
    margin-top: .125rem;
    font-size: .875rem;
    color: #979ca3;
}

.product-offer__avail {
    clear: both;
    float: left;
}

.product-offer__pickup {
    clear: left;
    float: left;
}

.product-offer__commerce {
    float: right;
    font-size: .875rem;
}

.product-offer__commerce a {
    position: relative;
    display: block;
    width: 9.0625rem;
    padding-right: 2.8125rem;
    line-height: 1.1;
}

.product-offer__commerce a:focus, .product-offer__commerce a:hover {
    text-decoration: none;
}

.product-offer__commerce .svg-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1.5rem;
    color: #fdbf2d;
}

.product-offer__main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.product-offer__chars, .product-offer__params {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.product-offer__params {
    height: auto;
}

.product-offer__chars {
    margin-top: 1rem;
}

.product-offer__prices::after {
    display: block;
    content: "";
    clear: both;
}

.basket__sidebar:before, .order-aside:after, .product-offer__gift::before {
    content: '';
}

.product-offer__prices-block {
    float: left;
}

.product-offer__prices-block .price-block__old {
    font-size: 1rem;
}

.product-offer__prices-desc {
    float: left;
    margin-left: 1.5625rem;
}

.product-offer__gift {
    float: left;
    position: relative;
    margin-bottom: 3rem;
    max-width: calc(100% - 14px);
}

.product-offer__gift::before {
    display: block;
    position: absolute;
    top: 40px;
    left: 14px;
    width: 100%;
    height: calc(100% - 29px);
    background: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(253, 191, 45, .7) 3px, rgba(253, 191, 45, .7) 5px);
}

.product-offer__gift_added::before {
    background: repeating-linear-gradient(-45deg, transparent, transparent 3px, #ced0d2 3px, #ced0d2 5px);
}

.product-offer__gift_added .product-offer__gift-inner {
    border-color: #ced0d2;
}

.product-offer__gift-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 18px;
    border-radius: 2px;
    border: 2px solid #fdbf2d;
    position: relative;
    z-index: 1;
    background: #fff;
}

.product-offer__gift-image {
    min-width: 50px;
    max-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-offer__gift img {
    margin: 0;
    width: 50px;
}

.product-offer__gift-info {
    min-width: calc(100% - 50px);
    max-width: calc(100% - 50px);
    font-family: "Pragmatica Slabserif", Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
    font-size: 14px;
    padding-left: 12px;
    color: #000;
}

.product-offer__gift-info a {
    color: #fdbf2d;
}

.product-offer__gift-info a:focus, .product-offer__gift-info a:hover {
    color: #db9b02;
}

.product-offer__gift-title {
    text-transform: uppercase;
    font-size: 13px;
}

.product-offer__gift-text {
    margin-top: 2px;
    font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #292b2c !important;
}

.actions-tile-link__title, .fast-order__title, .order-form__legend, .personal-info__legend, .personal-order__title, .personal-subscribe__title, .primary-brand__title {
    font-family: "Pragmatica Slabserif", Georgia, "Times New Roman", Times, serif;
}

.product-offer__gift-text:focus, .product-offer__gift-text:hover {
    color: #db9b02 !important;
}

.product-offer__gift-price {
    padding-left: 62px;
}

.product-offer__gift-price-current {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    white-space: nowrap;
}

.product-offer__gift-price-base {
    text-decoration: line-through;
    color: rgba(41, 43, 44, .3);
    margin-top: 4px;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
}

.product-offer__gift-icon {
    position: absolute;
    top: 10px;
    right: 12px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2D8D57;
    background: rgba(45, 141, 87, .1);
}

.product-offer__gift-icon svg {
    width: 11px;
    height: 8px;
}

@media (min-width: 414px) {
    .product-offer__gift_added .product-offer__gift-info {
        min-width: calc(100% - 126px);
        max-width: calc(100% - 126px);
    }

    .product-offer__gift-price {
        min-width: 76px;
        max-width: 76px;
        padding-left: 22px;
    }
}

.product-offer__select-chars {
    /*float:left;*/
    min-width: 100%;
    margin-bottom: 1.5rem;
}

.product-offer__select-chars-row {
    margin-bottom: 1rem;
}

.product-offer__colors, .product-offer__sizes {
    margin-bottom: 1.5rem;
}

.product-offer__count, .product-offer__to-basket {
    display: inline-block;
    vertical-align: bottom;
}

.product-offer__count {
    margin-right: 12px;
}

.product-offer__fast-order {
    margin-top: 1rem;
}

.product-offer__fast-order-a {
    color: #979ca3;
}

.product-offer__fast-order-a:focus, .product-offer__fast-order-a:hover {
    text-decoration: none;
}

.product-offer__fast-order-a:focus span, .product-offer__fast-order-a:hover span {
    color: #fdbf2d;
}

.product-offer__fast-order-a span {
    color: #979ca3;
    border-bottom: 1px dashed #979ca3;
    font-size: .875rem;
}

.product-offer__fast-order-a span:focus, .product-offer__fast-order-a span:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.product-offer__fast-order-a .svg-icon {
    width: 1.125rem;
    height: 1rem;
    margin-left: .625rem;
}

@media (min-width: 768px) and (max-width: 1259px) {
    .product-offer__buy-options, .product-offer__colors, .product-offer__prices, .product-offer__select-chars, .product-offer__sizes {
        float: left;
    }

    .product-offer__prices {
        width: 60%;
    }

    .product-offer__colors, .product-offer__select-chars, .product-offer__sizes {
        width: 40%;
    }

    .product-offer__select-chars {
        float: right;
    }
}

@media (min-width: 1260px) {
    .product-offer__meta > :not(.product-offer__commerce), .product-offer__price-toggle .switch__container {
        float: left;
    }

    .product-offer__title {
        margin-bottom: .4375rem;
    }

    .product-offer__meta {
        margin-bottom: 2rem;
    }

    .product-offer__price-toggle {
        display: inline-block;
    }

    .product-offer__price-toggle .switch__title {
        float: right;
        margin-right: 0;
        margin-left: .3125rem;
        margin-top: .1875rem;
    }

    .product-offer__supply {
        clear: none;
        padding-right: 1rem;
        margin-left: 1rem;
    }

    .product-offer__avail {
        clear: none;
        margin-top: 0;
        padding-right: 1.5625rem;
    }

    .product-offer__pickup {
        clear: none;
        float: left;
        margin-left: 1.4375rem;
    }

    .product-offer__commerce, .product-offer__main {
        margin-top: 0;
    }

    .product-offer__params {
        flex: 0 0 46.66667%;
        max-width: 46.66667%;
    }

    .product-offer__params-in {
        max-width: 18.4375rem;
    }

    .product-offer__chars {
        flex: 0 0 53.33333%;
        max-width: 53.33333%;
        margin-top: 0;
    }
}

.dl-prices__dt {
    color: #000;
    font-size: .875rem;
    text-transform: uppercase;
}

.dl-prices__dt:first-child {
    margin-top: 0;
}

.dl-prices__dd {
    font-size: .625rem;
}

.sizes-table__toggler-a {
    text-decoration: none !important;
    color: #fdbf2d;
}

.sizes-table__toggler-icon {
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: .8125rem;
    vertical-align: middle;
}

.sizes-table__toggler-icon .svg-icon {
    display: block;
}

.sizes-table__toggler-text {
    color: #fdbf2d;
    border-bottom: 1px dashed #fdbf2d;
    font-size: .875rem;
}

.sizes-table__toggler-text:focus, .sizes-table__toggler-text:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.last-seen {
    padding: 3.125rem 0;
    background: #ebebec;
}

.last-seen__container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 576px) {
    .last-seen__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .last-seen__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 740px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .last-seen__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1260px) {
    .last-seen__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 1240px;
        max-width: 100%;
    }
}

@media (min-width: 1366px) {
    .last-seen__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 1305px;
        max-width: 100%;
    }
}

.last-seen .goods-slider__list {
    box-shadow: none;
    margin: -10px;
}

.last-seen .goods-slider__li {
    padding: 0 10px;
}

.last-seen .product-light {
    padding: 1rem;
    background-color: #fff;
}

.last-seen .product-light__offers {
    display: none;
}

.order-aside {
    padding: 2.1rem;
    margin-top: 2.3125rem;
    background-color: #F6F6F8;
    z-index: -1;
    position: relative;
}

.order-aside:after {
    position: absolute;
    display: block;
    width: 18.3125rem;
    height: 1.1875rem;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #ebebec 4px);
    top: 100%;
    right: 0;
}

.order-aside__title {
    margin-bottom: .5rem;
    font-size: 1.1875rem;
}

.order-aside__table-cell {
    padding: 0 0 .25rem;
    border: none;
    font-size: .875rem;
}

.order-aside__table-cell_key {
    color: #979ca3;
}

.order-aside__table-cell_val {
    color: #000;
    white-space: nowrap;
}

.order-aside__sum {
    margin-top: .25rem;
}

@media (min-width: 992px) {
    .order-aside {
        width: 268px;
    }
}

@media (min-width: 1260px) {
    .order-aside {
        width: 290px;
    }
}

@media (min-width: 1366px) {
    .order-aside {
        width: 306px;
    }
}

.order-form__fieldset:not(._first) {
    margin-top: 45px;
}

.order-form__legend {
    font-size: 1.1875rem;
    font-weight: 600;
    color: #000;
}

.order-form__form-group {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 21px;
    margin-bottom: 0;
}

.order-form__form-group_sub {
    flex-wrap: wrap;
    padding-top: 1.5625rem;
    padding-bottom: 1.0625rem;
    border-top: 1px solid #ebebec;
    border-bottom: 1px solid #ebebec;
}

@media (min-width: 992px) {
    .order-form__form-group > .form-check {
        margin: 10px 0 0 104px;
        min-width: 378px;
        max-width: 378px;
    }

    .order-form__form-group > .form-check:first-child {
        margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .order-form__form-group > .form-check {
        margin-left: 0;
    }
}

@media (max-width: 1259px) {
    .order-form__form-group {
        flex-wrap: wrap;
    }
}

.order-form__form-group_row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    align-items: flex-start;
}

@media (min-width: 576px) {
    .order-form__form-group_row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 768px) {
    .order-form__form-group_row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 992px) {
    .order-form__form-group_row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 1366px) {
    .order-form__form-group_row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

.order-form__label-container {
    min-width: 6.5rem;
    max-width: 6.5rem;
    font-size: .875rem;
    color: #95989A;
    padding-right: 12px;
}

@media (max-width: 1259px) {
    .order-form__label-container {
        width: 100%;
        max-width: 100%;
    }

    .order-form__input-container {
        margin-bottom: 1rem;
    }
}

.order-form__input-container-small .order-form__label-container {
    display: inline-block;
    min-width: 0;
    max-width: none;
    vertical-align: middle;
}

.order-form__input-container, .order-form__input-container .custom-file {
    width: 100%;
}

@media (min-width: 1260px) {
    .order-form__form-group_row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .order-form__input-container {
        min-width: 378px;
        max-width: 378px;
    }

    .order-form__input-container-small {
        padding-left: 22px;
    }
}

@media (min-width: 768px) and (max-width: 1259px) {
    .order-form__input-container {
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 1259px) {
    .order-form__input-container-small {
        width: 100%;
        max-width: 100%;
    }
}

.order-form__input-container-small .order-form__label-container {
    width: auto;
}

.order-form__input-container-small .order-form__input-container {
    display: inline-block;
    min-width: 5.75rem;
    max-width: 5.75rem;
}

.order-form__input-container-small .order-form__input-container:not(:last-child) {
    margin-right: 1.25rem;
}

.order-form__message-container {
    padding-left: 22px;
    font-size: .875rem;
    color: #95989A;
}

@media (min-width: 768px) and (max-width: 1259px) {
    .order-form__message-container {
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .order-form__message-container {
        padding-left: 0;
    }
}

.order-form__submit {
    margin-top: .9375rem;
    display: flex;
    padding-left: 0;
}

.order-form__button-container_left {
    min-width: 378px;
    max-width: 378px;
    padding-right: 22px;
}

.order-form__input-col, .order-page {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.order-form__button-container_right {
    max-width: 260px;
}

.order-form__comment {
    margin-top: 2.5rem;
    font-size: 14px;
    color: #95989A;
}

.basket__clear-link, .basket__continue-shop-a {
    font-size: .8125rem;
    font-weight: 700;
    text-transform: uppercase;
}

.order-form__comment a {
    color: #000;
    text-decoration: underline;
}

.order-form__input-inline {
    margin-right: 3.125rem;
    margin-bottom: .5rem;
}

.basket__coupon, .basket__header {
    margin-bottom: 1rem;
}

.order-form__input-col {
    width: 100%;
}

@media (min-width: 992px) {
    .order-form__input-col {
        padding-right: 10px;
        padding-left: 10px;
    }

    .order-form .map-block__map {
        width: calc(100% + 60px);
        margin-left: -60px;
    }

    .order-page {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.order-page {
    width: 100%;
}

@media (min-width: 576px) {
    .order-form__input-col, .order-page {
        padding-right: 10px;
        padding-left: 10px;
    }

    .basket__header {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 768px) {
    .order-form__input-col {
        padding-right: 10px;
        padding-left: 10px;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .order-page {
        padding-right: 10px;
        padding-left: 10px;
    }

    .basket__header {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 1260px) {
    .order-form__input-col {
        padding-right: 10px;
        padding-left: 10px;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .order-page {
        padding-right: 10px;
        padding-left: 10px;
    }

    .basket__header {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 1366px) {
    .order-form__input-col, .order-page {
        padding-right: 10px;
        padding-left: 10px;
    }

    .basket__header {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (max-width: 991px) {
    .order-page .sidebar {
        display: none;
    }

    .order-page .right-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .order-page .sidebar {
        max-width: 30%;
    }
}

.basket .breadcrumbs {
    padding-left: 0;
    margin-bottom: 1rem;
}

.basket__clear, .basket__footer-left, .basket__footer-right, .basket__header h1, .basket__nav {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 1px;
}

.basket__sidebar {
    flex: 0 0 25%;
    max-width: 25%;
    box-shadow: inset -14px 0 7px -7px rgba(0, 0, 0, .06);
}

.basket__sidebar:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: -99999px;
    right: 0;
    background-color: #f6f6f8;
    z-index: -1;
}

.basket__content {
    padding-top: 1rem;
}

.basket__header {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    align-items: center;
}

.basket__header h1 {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
}

.basket__clear, .basket__nav {
    position: relative;
}

@media (min-width: 992px) {
    .basket__header {
        margin-right: -10px;
        margin-left: -10px;
    }

    .basket__clear, .basket__header h1, .basket__nav {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.basket__nav .nav-item:not(:last-child) {
    margin-right: 2.1875rem;
}

.basket__clear-link {
    color: #b9bdc1;
}

.basket__clear-link .btn-del {
    position: relative;
    display: flex;
    margin-right: .3125rem;
}

.basket__tabs {
    margin-top: 0;
}

.basket__footer {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.basket__footer-left, .basket__footer-right {
    position: relative;
}

@media (min-width: 576px) {
    .basket__clear, .basket__header h1, .basket__nav {
        padding-right: 10px;
        padding-left: 10px;
    }

    .basket__footer {
        margin-right: -10px;
        margin-left: -10px;
    }

    .basket__footer-left, .basket__footer-right {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .basket__clear, .basket__header h1, .basket__nav {
        padding-right: 10px;
        padding-left: 10px;
    }

    .basket__footer {
        margin-right: -10px;
        margin-left: -10px;
    }

    .basket__footer-left, .basket__footer-right {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .basket__footer {
        margin-right: -10px;
        margin-left: -10px;
    }

    .basket__footer-left, .basket__footer-right {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1260px) {
    .basket__clear, .basket__header h1, .basket__nav {
        padding-right: 10px;
        padding-left: 10px;
    }

    .basket__footer {
        margin-right: -10px;
        margin-left: -10px;
    }

    .basket__footer-left, .basket__footer-right {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .basket__clear, .basket__header h1, .basket__nav {
        padding-right: 10px;
        padding-left: 10px;
    }

    .basket__footer {
        margin-right: -10px;
        margin-left: -10px;
    }

    .basket__footer-left, .basket__footer-right {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.basket__continue-shop-a {
    color: #b9bdc1;
}

.basket__continue-shop-a .svg-icon {
    top: -1px;
    width: 1.125rem;
    height: 1.0625rem;
    margin-right: .9375rem;
}

.basket__total::after {
    display: block;
    content: "";
    clear: both;
}

.basket__total-count, .basket__total-price {
    float: left;
}

.basket__total-count {
    width: 9.6875rem;
}

.basket__total-price .price-block__current {
    font-size: 1.625rem;
}

.basket-table__th, .basket__total-price .price-block__old {
    font-size: .875rem;
}

.basket__total-title {
    margin-bottom: .5rem;
    font-size: .875rem;
    color: #b9bdc1;
}

.basket__order {
    margin-top: 1rem;
}

.basket__related {
    padding: 1.875rem 0 3.75rem;
    border-top: 1px solid #ebebec;
}

.basket .advantages-short {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .basket__clear, .basket__continue-shop {
        text-align: center;
    }

    .basket__footer-right {
        margin-top: 1rem;
    }

    .basket__order {
        display: flex;
        flex-direction: column;
    }

    .basket__order-tooltip {
        order: 1;
        margin-top: .9375rem;
    }

    .basket__order-tooltip .tooltip-float:before {
        left: .625rem;
        top: -.3125rem;
    }

    .basket__order-apply .btn {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .basket__sidebar {
        display: none;
    }

    .basket__nav {
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .basket__clear, .basket__nav {
        width: auto;
    }

    .basket__nav {
        flex-shrink: 1;
    }

    .basket__clear {
        margin-left: auto;
    }

    .basket__footer-left, .basket__footer-right {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .basket__coupon {
        margin-bottom: 1.5rem;
    }

    .basket__order-tooltip {
        float: left;
        width: 10rem;
        margin-right: 1.0625rem;
        margin-left: -1.25rem;
    }

    .basket__order-apply {
        float: left;
        margin-top: .1875rem;
    }
}

@media (min-width: 992px) {
    .basket__content {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 1260px) {
    .basket__content {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .basket .breadcrumbs {
        margin-left: 8.75rem;
    }

    .basket__header {
        padding-top: 1rem;
    }
}

.basket-table__table {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #ebebec;
}

.basket-table__row_gift .basket-table__art, .basket-table__row_gift .basket-table__cell-wrap, .basket-table__row_gift .basket-table__chars, .basket-table__row_gift .basket-table__name, .basket-table__row_gift .input-count {
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.basket-table__row_gift td {
    padding-top: 0;
    border-top: none;
}

.basket-table__th {
    background-color: transparent;
    border-width: 0 0 1px;
    border-color: #b9bdc1;
    font-weight: 400;
    color: #b9bdc1;
}

.basket-table__th:first-child {
    padding-left: 0;
}

.basket-table__cell_img {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

.basket-table__cell .product-offer__gift {
    width: calc(100% - 11px);
    max-width: none;
    margin: 20px 0 11px;
}

.basket-table__cell .product-offer__gift_added {
    margin-top: 0;
}

.basket-table__img {
    margin: 1.25rem auto;
}

.basket-table__del {
    position: absolute;
    top: -.625rem;
    left: 0;
}

.basket-table__name {
    margin-bottom: 1rem;
    font-size: .9375rem;
}

.basket-table__art, .basket-table__chars {
    font-size: .8125rem;
}

.basket-table__art {
    margin-bottom: .5rem;
    color: #979ca3;
}

.basket-table__chars-key, .basket-table__chars-val {
    border: none;
    padding: 0 0 .25rem;
}

.basket-table__chars-key {
    color: #979ca3;
    white-space: nowrap;
}

.basket-table__chars-val {
    width: 100%;
    padding-left: 1.875rem;
}

.basket-table__prices {
    margin-bottom: .25rem;
}

.basket-table__prices-current {
    font-size: 1.1875rem;
    color: #4A4B4C;
}

.basket-table__prices-old {
    font-size: .875rem;
    font-weight: 500;
    color: #b9bdc1;
    text-decoration: line-through;
}

.basket-table__prices-list {
    margin-top: .625rem;
    white-space: nowrap;
}

.basket-table__prices-list-item-desc, .compare__categories-button {
    white-space: normal;
}

.basket-table__prices-list-item {
    font-size: .8125rem;
}

.basket-table__prices-list-item-desc, .basket-table__prices-list-item-price {
    display: inline-block;
    vertical-align: top;
}

.basket-table__prices-list-item-price {
    margin-right: .25rem;
}

.basket-table__prices-list-item .price-block__current {
    font-size: inherit !important;
    margin-left: -.25rem;
}

.basket-table__discount {
    font-size: .8125rem;
}

.basket-table__discount-badge, .basket-table__discount-txt {
    display: inline-block;
}

.basket-table__discount-badge {
    margin-right: .4375rem;
}

.basket-table__badges {
    margin-top: 5px;
}

.basket-table__favorite, .basket-table__to-basket {
    position: absolute;
    top: -.625rem;
    right: 0;
}

.basket-table__favorite .btn {
    padding: .3125rem;
    background-color: transparent;
    color: #979ca3;
}

.basket-table__favorite .btn:focus, .basket-table__favorite .btn:hover {
    color: #ca0813;
}

.basket-table__favorite .btn.is-active {
    color: #fdbf2d;
}

.basket-table__favorite .svg-icon {
    width: 22px;
    height: 20px;
}

@media (max-width: 767px) {
    .basket-table__chars-val, .basket-table__prices-current, .basket-table__prices-old {
        text-align: left;
    }

    .basket-table__table {
        border-top: 1px solid #b9bdc1;
    }

    .basket-table__thead {
        display: none;
    }

    .basket-table__row:not(.basket-table__row_gift) {
        display: block;
        position: relative;
        padding-top: 2rem;
        border-bottom: 1px solid #b9bdc1;
    }

    .basket-table__cell {
        display: block;
        width: 100%;
        padding: .625rem 0;
        border: none;
    }

    .basket-table__cell_main::after, .basket-table__cell_prices::after {
        display: block;
        content: "";
        clear: both;
    }

    .basket-table__cell_img {
        float: left;
        width: 6.25rem;
        max-width: 6.25rem;
        margin-right: .625rem;
    }

    .basket-table__cell_count {
        float: left;
        width: 9.375rem;
    }

    .basket-table__img {
        margin: 0;
    }

    .basket-table__chars, .basket-table__prices-list {
        clear: left;
    }

    .basket-table__del, .basket-table__favorite, .basket-table__to-basket {
        top: .3125rem;
    }

    .basket-table__favorite, .basket-table__to-basket {
        right: 0;
    }
}

@media (min-width: 768px) {
    .basket-table__cell {
        padding: .625rem .3125rem;
    }

    .basket-table__cell-wrap {
        position: relative;
    }

    .basket-table__cell_img {
        width: 6.25rem;
        max-width: 6.25rem;
    }

    .basket-table__cell_main {
        width: 15.625rem;
    }

    .basket-table__cell_count {
        width: 7.5rem;
    }

    .basket-table__cell_prices {
        padding-right: 0;
    }

    .basket-table__cell .product-offer__gift {
        width: calc(100% + 7.5rem + .3125rem);
        margin-right: -109px;
    }

    .basket-table__prices {
        margin-bottom: 2rem;
    }
}

@media (min-width: 1260px) {
    .basket-table__cell {
        padding: 1.5625rem 1.25rem;
    }

    .basket-table__cell_img {
        width: 9.375rem;
        max-width: 9.375rem;
    }

    .basket-table__cell_img .basket-table__cell-wrap {
        padding-left: 1.875rem;
    }

    .basket-table__cell_main {
        padding-right: 2.5rem;
        width: 19.375rem;
    }

    .basket-table__cell_count {
        width: 9.375rem;
    }

    .basket-table__cell_prices {
        padding-right: 0;
    }

    .basket-table__cell .product-offer__gift {
        width: calc(100% + 9.375rem + 1.25rem);
        margin-right: -170px;
    }

    .compare {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .basket-table__to-basket .btn {
        width: 1.875rem;
        height: 1.875rem;
    }
}

.compare__categories:after, .compare__controls:after, .compare__tab:after, .compare__tabs-menu:after {
    content: '';
    display: block;
    clear: both;
}

.compare__slider:after {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 100%;
    z-index: 10;
}

.compare, .compare__tabs {
    position: relative;
}

.compare {
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    padding-bottom: 3.75rem;
}

@media (min-width: 576px) {
    .compare {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .compare {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .compare {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .compare {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.compare__categories {
    margin-bottom: 2rem;
}

.compare__categories-button_category {
    display: block;
    margin: 0 1.25rem 0 0;
    padding: .625rem 3.125rem .625rem 0;
    border-bottom: 5px solid #ebebec;
    font-size: .8125rem;
    text-transform: uppercase;
    color: #292b2c;
    font-weight: 500;
}

.compare__categories-button_category .svg-icon {
    width: 1.5rem;
    top: -2px;
    margin-right: .8125rem;
}

@media (max-width: 639px) {
    .compare__categories-button_category {
        width: 100%;
    }

    .compare__categories-button_category:not(:first-child) {
        border-top: 1px solid #979ca3;
    }
}

.compare__categories-button_category.active {
    border-bottom-color: #fdbf2d;
}

.compare__categories-list {
    overflow: hidden;
}

@media (min-width: 640px) {
    .compare__categories-button_category {
        position: relative;
        float: left;
        transition-property: color, background-color;
    }

    .compare__categories-button_category:focus, .compare__categories-button_category:hover {
        text-decoration: none;
    }

    .compare__categories-button_toggler {
        display: none;
    }

    .compare__categories-list {
        border: none;
    }
}

.compare__menu {
    display: none;
}

@media (min-width: 768px) {
    .compare__categories-button_toggler .svg-icon {
        display: none;
    }

    .compare__menu {
        display: block !important;
    }
}

.compare__controls {
    padding: 12px 0;
}

.compare__tabs .owl-nav {
    display: none;
}

.compare__tabs-menu {
    display: none;
    margin: 0 0 2rem;
    padding: 0;
    list-style-type: none;
    border-bottom: 2px solid #F0F2F5;
}

@media (min-width: 640px) {
    .compare__tabs-menu {
        display: block;
    }
}

.compare__tabs-menu-item {
    cursor: pointer;
    float: left;
    transition: border-color .25s ease-out, color .25s ease-out;
    padding-right: .25rem;
    margin: 0 1.25rem 0 1px;
    font-size: .8125rem;
    font-weight: 700;
    text-transform: uppercase;
}

.compare__tabs-menu-item:before {
    display: none;
}

.compare__tabs-menu-item a {
    display: block;
    padding: .25rem 0;
    color: #b9bdc1;
    text-decoration: none;
}

.compare__tabs-menu-item.active a {
    color: #292b2c;
    cursor: default;
}

.compare__tabs-menu-item.active a:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    bottom: -2px;
    border-bottom: 3px solid #292b2c;
}

.compare__tabs-content {
    position: relative;
}

.compare__tabs-content .owl-carousel .owl-item .compare-tabs-content__item {
    width: 100%;
}

.compare__tab {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    opacity: 0;
}

.compare__tab.active {
    position: relative;
    z-index: 10;
    opacity: 1;
}

.compare__tab > .sticky-block--wrapper {
    width: 100%;
    background-color: #fff;
    z-index: 2000;
}

.compare__clear-link {
    display: none;
    color: #b9bdc1;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: .8125rem;
    text-transform: uppercase;
    font-weight: 600;
}

.compare__clear-link .svg-icon {
    width: .875rem;
    height: .875rem;
    top: -2px;
    margin-right: .3125rem;
}

@media (min-width: 640px) {
    .compare__clear-link {
        display: inline-block;
    }
}

.compare__items-count {
    width: 170px;
    float: left;
    color: #979ca3;
    font-size: .75rem;
    display: none;
}

.compare__items-count.active {
    display: block;
}

.compare__slider-scroll {
    width: calc(100% - 300px);
    float: left;
    padding-left: 50px;
    display: none;
}

.compare__slider-scroll.hidden {
    display: none !important;
}

.compare__slider-scroll.active {
    display: block;
}

.compare__scroller {
    position: relative;
    top: -.125rem;
    height: .375rem;
    background-color: #b9bdc1;
}

.compare__scroller-container {
    height: 1px;
    background-color: #b9bdc1;
    margin-top: 20px;
}

.compare__slider-arrows {
    float: right;
    width: 100px;
}

.compare__slider-arrow {
    position: relative;
    display: inline-block;
    width: 2.625rem;
    height: 2.625rem;
    border: 2px solid #b9bdc1;
    color: #b9bdc1;
    vertical-align: middle;
    background-color: transparent;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.compare__slider-arrow:focus, .compare__slider-arrow:hover {
    border-color: #fdbf2d;
    color: #fdbf2d;
    outline: 0;
}

.compare__slider-arrow .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: .875rem;
}

.compare__slider-arrow_prev {
    float: left;
}

.compare__slider-arrow_next {
    float: right;
}

.compare__parameters-titles-container {
    float: left;
    width: 16.666%;
    height: 1px;
}

.compare__slider {
    float: left;
}

@media (min-width: 992px) {
    .compare__slider {
        width: 83.333% !important;
    }
}

.compare__slider:after {
    top: 0;
    right: -1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='rgba(255,255,255,0)', endcolorstr='$white', gradienttype=1);
}

.compare__slider .owl-stage {
    padding-left: 0 !important;
}

.compare__slider .owl-dots {
    display: none !important;
    position: absolute;
    top: -30px;
    width: 100%;
    text-align: center;
}

.compare__slider .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
}

.compare__slider .owl-dot:not(:last-child) {
    margin-right: 10px;
}

.compare__slider .owl-dot span {
    margin: 5px !important;
}

.compare__item {
    position: relative;
}

.compare__item .product-light {
    padding: 0;
    margin-right: .3125rem;
}

.compare__item .product-light__title {
    font-size: 1rem;
    font-weight: 400;
}

.compare__item .product-light__picture {
    height: 15.625rem;
}

.compare__item .price-block__old {
    font-size: 1rem;
}

.compare__content-top {
    padding-bottom: 1.25rem;
}

.compare__remove-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
}

.compare__remove-link:hover:before {
    opacity: 0;
}

.compare__remove-link:hover:after {
    opacity: 1;
}

.compare__top {
    height: 348px;
    padding: 28px;
    position: relative;
    background-color: #fff;
}

.compare__parameters_titles {
    position: absolute;
    width: 215px;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.compare__parameter {
    background-color: #fff;
    font-size: .875rem;
    padding: 8px 5px 8px 0;
    transition: background .25s ease-out;
    line-height: normal;
}

.compare__parameter:not(.compare__parameter._title) {
    color: #000;
}

.compare__parameter:not(:last-child) {
    border-bottom: none;
}

.compare__parameter.hover {
    background-color: #ebebec;
}

.compare__parameter_title {
    border-color: #fff;
    padding: 8px 50px 8px 0;
}

.compare__parameter_title.hover {
    position: relative;
}

.compare__parameter_title.hover:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    bottom: -1px;
}

.compare__highlighted {
    font-weight: 700;
    color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
    .compare .breadcrumbs {
        padding-left: 11.25rem;
    }
}

.compare-categories__button.active:hover {
    cursor: default;
}

.catalog__topbar:after {
    content: '';
    display: block;
    clear: both;
}

@media (min-width: 992px) {
    .compare .product-light {
        padding: 0 1.875rem;
    }

    .compare__parameter {
        padding-right: 1.875rem;
    }

    .compare .compare__parameters_titles {
        max-width: 16.666%;
    }

    .compare__slider .owl-item .compare__parameter {
        padding-left: 1.875rem;
    }

    .compare__slider .owl-item .product-light__title.sticky {
        padding: 0 1.875rem;
    }

    .compare__slider .owl-item:not(:last-child) {
        border-right: 1px solid #ebebec;
    }
}

@media screen and (max-width: 840px) {
    .compare__parameters-titles-container, .compare__parameters_titles {
        width: 200px;
    }

    .compare__parameter_title {
        padding: 8px 32px 8px 0;
    }

    .compare__slider {
        width: calc(100% - 200px) !important;
    }

    .compare__slider-scroll {
        padding-left: 30px;
        width: calc(100% - 305px);
    }
}

@media screen and (max-width: 767px) {
    .compare__categories {
        margin-bottom: 1rem;
    }

    .compare__tabs {
        padding-top: 50px;
    }

    .compare__clear-link {
        right: auto;
        left: 15px;
    }

    .compare__controls {
        display: none;
    }

    .compare__item {
        border-bottom: none;
    }

    .compare__content-top, .compare__parameter {
        border-bottom: 1px solid #e0e0e0;
    }

    .compare__item .product-light__picture {
        height: auto;
    }

    .compare__item .price-block__current {
        font-size: .875rem;
        white-space: nowrap;
    }

    .compare__item .price-block__old {
        font-size: .8125rem;
    }

    .compare__parameters-titles-container {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .compare__parameters_titles {
        top: 0;
        left: 0;
        bottom: auto;
        width: 100%;
        height: 100%;
    }

    .compare__parameter_title {
        width: 100%;
        position: absolute;
        height: auto !important;
        background-color: #f5f5f5;
        border: none;
        padding: 8px 16px;
        text-align: center;
        font-weight: 400;
    }

    .compare__slider {
        width: 100% !important;
    }
}

@media screen and (max-width: 639px) {
    .compare__categories-button_toggler {
        display: block;
        text-align: left;
        position: relative;
    }

    .compare__categories-button_toggler .svg-icon {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 9px;
        width: .75rem;
        transform-origin: 50% 50%;
    }

    .compare__menu, .compare__tabs-menu {
        display: none;
    }

    .compare__categories-button_toggler.active .svg-icon {
        transform: rotate(180deg) translateY(50%);
    }

    .compare__categories-button_toggler:hover {
        background-color: #fdbf2d;
        border-color: #fdbf2d;
    }

    .compare__categories-button_toggler.active {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .compare__categories-button_category {
        margin: 0;
        border: none;
        border-radius: 0;
        width: 100%;
        float: none;
        padding-left: 1.5rem;
    }

    .compare__categories-list {
        border: 1px solid #e0e0e0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        overflow: hidden;
    }

    .compare__clear-link {
        left: 50%;
        margin-left: -82px;
    }

    .compare__content {
        padding-top: 24px;
    }

    .compare__content .product-light__btns {
        float: none;
        clear: both;
        padding-top: .625rem;
    }

    .compare__content .product-light__btns .btn {
        width: 100%;
    }

    .compare__slider .owl-dots {
        display: block !important;
    }
}

.fast-order, .favorites-table__cell-wrap {
    position: relative;
}

@media screen and (max-width: 500px) {
    .compare__tabs {
        padding: 50px 0 48px;
    }

    .compare__slider:after, .compare__slider:before {
        display: none;
    }

    .compare__link {
        -webkit-line-clamp: 4;
        max-height: 72px;
    }
}

.favorites-table__del, .favorites-table__discount-badge, .favorites-table__discount-txt, .favorites-table__favorite, .favorites-table__to-basket {
    display: inline-block;
}

@-webkit-keyframes animateNavHover {
    0% {
        transform: scale(1) rotate(0);
    }
    50% {
        transform: scale(.8) rotate(22deg);
    }
    100% {
        transform: scale(1) rotate(45deg);
    }
}

@-webkit-keyframes animateNavHoverOut {
    0% {
        transform: scale(1) rotate(45deg);
    }
    50% {
        transform: scale(.8) rotate(22deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

.favorites-table__table {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #ebebec;
}

.favorites-table__th {
    background-color: transparent;
    border-width: 0 0 1px;
    border-color: #b9bdc1;
    font-size: .875rem;
    font-weight: 400;
    color: #b9bdc1;
}

.favorites-table__th:first-child {
    padding-left: 0;
}

.favorites-table__cell_options {
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
}

.favorites-table__img {
    margin: 1.25rem auto;
}

.favorites-table__name {
    margin-bottom: 1rem;
    font-size: .9375rem;
}

.favorites-table__art {
    margin-bottom: .5rem;
    font-size: .8125rem;
    color: #979ca3;
}

.favorites-table__chars {
    font-size: .8125rem;
}

.favorites-table__chars-key, .favorites-table__chars-val {
    border: none;
    padding: 0 0 .25rem;
}

.favorites-table__chars-key {
    color: #979ca3;
    white-space: nowrap;
}

.favorites-table__chars-val {
    width: 100%;
    padding-left: 1.875rem;
}

.favorites-table__prices {
    margin-bottom: .25rem;
}

.favorites-table__prices-current {
    font-size: 1.1875rem;
    color: #4A4B4C;
}

.favorites-table__prices-old {
    font-size: .875rem;
    font-weight: 500;
    color: #b9bdc1;
    text-decoration: line-through;
}

.favorites-table__prices-list {
    margin-top: .625rem;
    white-space: nowrap;
}

.favorites-table__prices-list-item {
    font-size: .8125rem;
}

.favorites-table__prices-list-item-desc, .favorites-table__prices-list-item-price {
    display: inline-block;
    vertical-align: top;
}

.favorites-table__prices-list-item-desc {
    white-space: normal;
}

.favorites-table__prices-list-item-price {
    margin-right: .25rem;
}

.favorites-table__prices-list-item .price-block__current {
    font-size: inherit !important;
    margin-left: -.25rem;
}

.favorites-table__discount {
    font-size: .8125rem;
}

.favorites-table__discount-badge {
    margin-right: .4375rem;
}

.favorites-table__favorite .btn {
    padding: .3125rem;
    background-color: transparent;
    color: #979ca3;
}

.favorites-table__favorite .btn:focus, .favorites-table__favorite .btn:hover {
    color: #ca0813;
}

.favorites-table__favorite .btn.is-active {
    color: #fdbf2d;
}

.favorites-table__favorite .svg-icon {
    width: 1rem;
    height: .875rem;
}

@media (max-width: 767px) {
    .favorites-table__chars-val, .favorites-table__prices-current, .favorites-table__prices-old {
        text-align: right;
    }

    .favorites-table__table {
        border-top: 1px solid #b9bdc1;
    }

    .favorites-table__thead {
        display: none;
    }

    .favorites-table__row {
        border-bottom: 1px solid #b9bdc1;
    }

    .favorites-table__cell {
        display: block;
        width: 100%;
        padding: .625rem 0;
        border: none;
    }

    .favorites-table__cell_img {
        float: left;
        width: 6.25rem;
        max-width: 6.25rem;
    }

    .favorites-table__cell_count {
        float: left;
        width: 9.375rem;
    }

    .favorites-table__img {
        margin: 0;
    }

    .favorites-table__chars, .favorites-table__prices-list {
        clear: left;
    }
}

@media (min-width: 768px) {
    .favorites-table__cell {
        padding: .625rem .3125rem;
    }

    .favorites-table__cell_img {
        width: 6.25rem;
        max-width: 6.25rem;
    }

    .favorites-table__cell_main {
        width: 15.625rem;
    }

    .favorites-table__cell_count {
        width: 7.5rem;
    }
}

@media (min-width: 1260px) {
    .favorites-table__cell, .favorites-table__cell_img {
        padding: .625rem;
    }

    .favorites-table__cell_main {
        width: 19.375rem;
    }

    .favorites-table__cell_count {
        width: 9.375rem;
    }
}

.fast-order {
    max-width: 59.625rem;
    margin: auto;
    border-top: 4px solid #fdbf2d;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .2);
}

.fast-order__close {
    position: absolute;
    top: 1rem;
    right: 1.125rem;
    width: 1.25rem;
    height: 1.25rem;
}

.fast-order__close-a {
    color: #b9bdc1;
}

.fast-order__main {
    padding: 0 .9375rem;
}

.fast-order__header {
    padding: 1.6875rem .3125rem;
}

.fast-order__title {
    display: inline-block;
    margin-right: 1.875rem;
    font-size: 1.875rem;
    font-weight: 700;
    color: #000;
}

.fast-order__to-basket-a, .fast-order__total-count {
    color: #fdbf2d;
}

.fast-order__to-basket {
    display: inline-block;
    font-size: .9375rem;
}

.fast-order__footer {
    display: flex;
    flex-direction: column;
    padding: .9375rem;
    border-top: 1px solid #ebebec;
}

.fast-order__footer::after {
    display: block;
    content: "";
    clear: both;
}

@media (min-width: 768px) {
    .fast-order__footer .coupon-form {
        width: 25.9375rem;
    }
}

.fast-order__total {
    margin: 1rem 0;
    font-size: .9375rem;
}

.fast-order__total-price {
    color: #979ca3;
}

.fast-order__apply .btn {
    width: 100%;
}

.fast-order__related {
    padding: 2.8125rem;
    background-color: #ebebec;
}

.fast-order__related .product-tile {
    padding: .9375rem 1.25rem .9375rem .9375rem;
}

.fast-order .basket-table__table {
    border-bottom: none;
}

.fast-order .basket-table__thead {
    display: none;
}

@media (min-width: 768px) {
    .fast-order__main {
        padding-left: 2.75rem;
        padding-right: 3.1875rem;
    }

    .fast-order__footer {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 1.75rem 3.125rem;
    }

    .fast-order__coupon {
        width: 25.9375rem;
    }

    .fast-order__total {
        margin: 0 0 0 auto;
        text-align: right;
    }

    .fast-order__apply {
        flex: 1 0 100%;
        margin-top: 1rem;
    }
}

@media (min-width: 992px) {
    .fast-order__footer {
        flex-wrap: nowrap;
    }

    .fast-order__total {
        margin: 0 2.8125rem 0 0;
        text-align: right;
    }

    .fast-order__apply {
        flex: 1 1 auto;
        margin-top: 0;
    }

    .fast-order__apply .btn {
        width: auto;
    }
}

.order-success__section {
    padding: .9375rem 0;
}

.order-success__section::after {
    display: block;
    content: "";
    clear: both;
}

.order-success__section:not(:last-child) {
    border-bottom: 1px solid #b9bdc1;
}

@media (min-width: 768px) {
    .order-success__section {
        padding: 0 0 1rem;
        margin-bottom: 1rem;
    }

    .order-success__message {
        font-size: 1.125rem;
    }
}

.order-success__message {
    margin-bottom: 2.5rem;
    color: #000;
    text-transform: uppercase;
}

.order-success__message-icon {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #2d8d57;
    border-radius: 50%;
    color: #fff;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .order-success__message-icon {
        margin: 0 auto .9375rem;
    }
}

@media (min-width: 768px) {
    .order-success__message-icon {
        display: inline-block;
        margin-right: .9375rem;
    }
}

.order-success__info-row::after, .order-success__total-row::after {
    display: block;
    content: "";
    clear: both;
}

.order-success__message-icon .svg-icon {
    width: 1.5625rem;
    height: 1.5625rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
    .order-success__info-col {
        float: left;
        width: 50%;
    }
}

.order-success__info-row {
    margin-bottom: 1.25rem;
}

.order-success__info-title {
    float: left;
    width: 8.75rem;
    padding-right: .625rem;
    font-size: .75rem;
    color: #979ca3;
}

.order-success__info-val {
    margin-left: 8.75rem;
    font-size: .875rem;
    font-weight: 700;
}

.order-success__total {
    position: relative;
    font-size: .875rem;
    font-weight: 600;
}

.order-success__total-row {
    margin-bottom: .625rem;
    line-height: 1.5rem;
}

.order-success__total-title, .order-success__total-val {
    float: left;
}

.order-success__total-title {
    width: 8.75rem;
    padding-right: .625rem;
    font-size: .75rem;
    font-weight: 600;
}

.order-success__total-val {
    padding-left: .625rem;
    font-weight: 600;
}

.order-success__total-btns {
    margin-top: 2.5rem;
}

@media (max-width: 639px) {
    .order-success__total-btns .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

.order-success__note {
    display: flex;
    align-items: center;
    padding: 1.375rem 4.375rem;
    background-color: #fdbf2d;
    color: #000;
    font-size: .9375rem;
}

@media (max-width: 575px) {
    .order-success__note {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.order-success__note .icon-info {
    font-size: 1.125rem;
    vertical-align: middle;
    margin-right: .625rem;
}

.order-success__note .icon-info svg {
    height: 20px;
    min-width: 5px;
    max-width: 5px;
}

.personal .table-responsive {
    overflow: visible;
}

.personal-tabs__list {
    margin: 0 -10px;
    padding: 0;
}

@media (max-width: 575px) {
    .personal-tabs__list {
        margin: 0;
    }
}

.personal-tabs__item {
    margin: 0 10px;
    display: inline-block;
}

.personal-tabs__item:before {
    display: none;
}

.personal-tabs__link {
    padding: 10px 50px 10px 0;
    text-transform: uppercase;
    font-size: 13px;
    color: #696E75;
    display: block;
    border-bottom: 5px solid #EBEBEB;
}

.personal-tabs__link.active {
    color: #1A1A40;
    border-color: #fdbf2d;
}

@media (max-width: 767px) {
    .personal-tabs__link {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .personal-tabs__item {
        margin: 0 5px;
    }

    .personal-tabs__link {
        font-size: 11px;
    }
}

.personal-tabs__content {
    margin-top: 25px;
}

.personal-orders__table {
    font-size: 14px;
}

.personal-orders__header-cell {
    border-top: none;
    background: 0 0;
    color: #95989a;
    font-weight: 400;
    border-bottom: none;
}

.personal-orders__header-cell_number {
    padding-left: 0;
    width: 14%;
}

.personal-orders__header-cell_date {
    width: 14%;
}

.personal-orders__header-cell_quantity {
    width: 12%;
}

.personal-orders__header-cell_payment {
    width: 16%;
}

.personal-orders__header-cell_status {
    width: 18%;
}

.personal-orders__cell_number {
    padding-left: 0;
    color: #000;
}

.personal-orders__cell_sum {
    color: #000;
    font-weight: 600;
}

.personal-orders__cell_order {
    padding: 0;
    border-top: none;
}

.personal-orders__collapse-link {
    margin-left: -20px;
    position: relative;
    color: #000 !important;
    text-decoration: none !important;
}

.personal-orders__collapse-link .svg-icon {
    width: 7px;
    height: 12px;
    margin-right: 10px;
    transform: rotate(90deg);
}

.personal-orders__collapse-link:after {
    content: '';
    position: absolute;
    display: none;
    top: 100%;
    left: 20px;
    width: calc(100% - 20px);
    height: 5px;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #fdbf2d 4px);
}

.personal-orders__collapse-link:focus:after, .personal-orders__collapse-link:hover:after {
    display: block;
}

.personal-orders__collapse-link.collapsed .svg-icon {
    transform: rotate(-90deg);
}

.personal-orders-contents__table {
    margin-top: 12px;
    font-size: 14px;
}

.personal-orders-contents__header-cell {
    position: relative;
    background: 0 0;
    border: none;
    padding-top: 3px;
    padding-bottom: 2px;
    font-weight: 400;
    color: #95989a;
}

.personal-orders-contents__header-cell:after, .personal-orders-contents__header-cell:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #E0E0E0 4px);
}

.personal-orders-contents__header-cell:after {
    top: 100%;
}

.personal-orders-contents__header-cell_title {
    padding-left: 0;
    width: 44%;
}

.personal-orders-contents__header-cell_price {
    width: 18%;
}

.personal-orders-contents__header-cell_quantity {
    width: 12%;
}

.personal-orders-contents__row:first-child .personal-orders-contents__cell {
    border-top: none;
}

.personal-orders-contents__cell_title {
    padding-left: 0;
}

.personal-orders-contents__cell_title a {
    display: inline-block;
    color: #000;
}

.personal-orders-contents__cell_price {
    color: #000;
    font-weight: 600;
}

.personal-orders-contents-buttons {
    margin: 12px -9px 0;
    padding-bottom: 16px;
}

.personal-orders-contents-buttons__item {
    display: inline-block;
    padding: 0 9px;
}

@media (max-width: 767px) {
    .personal-orders {
        margin: 0 -10px;
    }

    .personal-orders__table {
        display: block;
    }

    .personal-orders__table thead {
        display: none;
    }

    .personal-orders__table tbody {
        display: block;
    }

    .personal-orders__table td {
        display: inline-block;
    }

    .personal-orders__row {
        border-bottom: 1px solid #ebebec;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1em 0;
    }

    .personal-orders__row_orders-contents {
        padding: 0;
        border-bottom: none;
        display: block;
    }

    .personal-orders__cell {
        border: none;
        padding: .5em 10px;
        width: 33.333%;
    }

    .personal-orders__cell_date:before {
        content: 'Дата: ';
    }

    .personal-orders__cell_quantity:before {
        content: 'Количество: ';
    }

    .personal-orders__cell_sum:before {
        content: 'Сумма: ';
    }

    .personal-orders__cell_payment:before {
        content: 'Оплата: ';
    }

    .personal-orders__cell_status:before {
        content: 'Статус: ';
    }

    .personal-orders__cell_order {
        width: 100% !important;
    }

    .personal-orders__collapse-link:after {
        display: none !important;
    }

    .personal-orders__collapse-link span:before {
        content: 'Заказ № ';
    }

    .personal-orders-contents__table {
        margin-top: 0;
    }

    .personal-orders-contents__row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 1px solid #ebebec;
    }

    .personal-orders-contents__cell {
        border: none;
        font-size: 13px;
    }

    .personal-orders-contents__cell_title {
        min-width: 100%;
        padding-right: 0;
        padding-bottom: 0;
    }

    .personal-orders-contents__cell_price {
        padding-left: 0;
    }

    .personal-orders-contents__cell_price:before {
        content: 'Цена: ';
    }

    .personal-orders-contents__cell_price:after {
        content: ' Р';
    }

    .personal-orders-contents__cell_quantity {
        padding-left: 0;
        padding-right: 0;
    }

    .personal-orders-contents__cell_quantity:before {
        content: 'Кол-во: ';
    }

    .personal-orders-contents__cell_sum {
        padding-right: 0;
    }

    .personal-orders-contents__cell_sum:before {
        content: 'Сумма: ';
    }

    .personal-orders-contents__cell_sum:after {
        content: ' Р';
    }

    .personal-orders-contents-buttons {
        display: flex;
    }

    .personal-orders-contents-buttons__item {
        min-width: 25%;
    }

    .personal-orders-contents-buttons__link {
        font-size: 11px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .personal-orders__cell {
        width: 50%;
    }

    .personal-orders__collapse-link {
        margin-left: 0;
    }

    .personal-orders-contents-buttons {
        flex-wrap: wrap;
    }

    .personal-orders-contents-buttons__item {
        min-width: 50%;
    }

    .personal-orders-contents-buttons__item:nth-child(n+3) {
        margin-top: .5rem;
    }
}

.personal-order__block {
    margin-top: 44px;
}

.personal-order__top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.personal-order__title {
    font-size: 19px;
    font-weight: 600;
    color: #292b2c;
}

.personal-order__buttons {
    white-space: nowrap;
}

.personal-order__button-container {
    padding: 0 7px;
    display: inline-block;
}

.personal-order-table__cell_title, .personal-order-table__header-cell_title {
    padding-left: 0;
}

@media (max-width: 1365px) {
    .personal-order__top {
        flex-wrap: wrap;
    }

    .personal-order__buttons {
        width: 100%;
        margin: 0 -7px;
    }

    .personal-order__button-container {
        margin-top: 1rem;
    }
}

.personal-order__items {
    padding-top: 10px;
}

.personal-order-item {
    display: flex;
    margin-top: 18px;
    font-size: 14px;
    flex-wrap: wrap;
}

.personal-order-item__title {
    color: #95989A;
    min-width: 158px;
    max-width: 158px;
}

@media (max-width: 575px) {
    .personal-order__buttons {
        white-space: normal;
    }

    .personal-order-item__title {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: .4em;
    }
}

.personal-order-item__value {
    color: #000;
}

.personal-order-table {
    border-bottom: 1px solid #ebebec;
}

.personal-order-table__header-cell {
    border: none;
    font-size: 14px;
    color: #95989A;
    background: 0 0;
    font-weight: 400;
    white-space: nowrap;
}

.personal-order-table__header-cell_quantity {
    width: 12%;
}

.personal-order-table__header-cell_discount, .personal-order-table__header-cell_review, .personal-order-table__header-cell_sum {
    width: 16%;
}

.personal-order-table__cell {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 14px;
}

.personal-order-table__cell_sum {
    color: #000;
    font-weight: 600;
    white-space: nowrap;
}

.personal-order-table__cell_review {
    white-space: nowrap;
}

.personal-order-table__title-container {
    display: flex;
    align-items: center;
}

.personal-order-table__image-container {
    min-width: 70px;
}

.personal-order-table__image {
    margin: 0;
    max-height: 70px;
}

.personal-order-table__text {
    padding-left: 10px;
}

.personal-order-table__number {
    color: #95989A;
    margin-top: 5px;
}

.personal-order-table__review-link {
    color: #fdbf2d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.personal-order-bottom {
    display: flex;
    flex-wrap: wrap;
    padding: 22px 16% 0 80px;
    font-size: 14px;
    color: #95989A;
}

.personal-order-bottom__item {
    display: flex;
    margin-top: 12px;
}

@media (max-width: 767px) {
    .personal-order-bottom__item {
        justify-content: space-between;
    }

    .personal-order-bottom__title {
        width: auto !important;
    }
}

.personal-order-bottom__value {
    color: #000;
}

.personal-order-bottom__left {
    margin-top: 10px;
    min-width: 50%;
    max-width: 50%;
}

.personal-order-bottom__left .personal-order-bottom__title {
    width: 104px;
}

@media (max-width: 575px) {
    .personal-order-bottom__left {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .personal-order-bottom__left_bottom {
        margin-top: 1rem;
        order: 2;
    }

    .personal-order-bottom__value {
        text-align: right;
    }
}

.personal-order-bottom__right {
    padding-left: 10px;
    margin-top: 10px;
    min-width: 50%;
    max-width: 50%;
}

.personal-order-bottom__right .personal-order-bottom__title {
    width: 212px;
}

@media (max-width: 1259px) {
    .personal-order-bottom__right .personal-order-bottom__title {
        width: 150px;
    }
}

.personal-order-bottom__right_bottom {
    align-self: center;
    margin-top: 10px !important;
}

.personal-order-bottom__right_bottom .personal-order-bottom__item {
    margin-top: 0;
}

@media (max-width: 575px) {
    .personal-order-bottom__right {
        min-width: 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .personal-order-bottom {
        padding: 22px 0 0;
    }

    .personal-order-table {
        display: block;
        margin: 0 -10px;
        max-width: none;
        width: auto;
    }

    .personal-order-table thead {
        display: none;
    }

    .personal-order-table tbody {
        display: block;
    }

    .personal-order-table td {
        display: inline-block;
    }

    .personal-order-table__row {
        border-bottom: 1px solid #ebebec;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1em 0;
    }

    .personal-order-table__cell {
        border: none;
        padding: .5em 10px;
    }

    .personal-order-table__cell_title {
        min-width: 100%;
        padding-bottom: 1em;
    }

    .personal-order-table__cell_quantity:before {
        content: 'Количество: ';
    }

    .personal-order-table__cell_discount:before {
        content: 'Скидка: ';
    }

    .personal-order-table__cell_sum:after {
        content: ' Р';
    }
}

.personal-subscribe:before, .stamp:after {
    content: '';
}

.personal-info__fieldset + .personal-info__fieldset {
    margin-top: 45px;
}

.personal-info__legend {
    font-size: 1.1875rem;
    font-weight: 600;
    color: #000;
}

.personal-info__form-group {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 21px;
    margin-bottom: 0;
}

.personal-info__form-group_sub {
    flex-wrap: wrap;
    padding-top: 1.5625rem;
    padding-bottom: 1.0625rem;
    border-top: 1px solid #ebebec;
    border-bottom: 1px solid #ebebec;
}

@media (min-width: 992px) {
    .personal-info__form-group > .form-check {
        margin: 10px 0 0 104px;
        min-width: 378px;
        max-width: 378px;
    }

    .personal-info__form-group > .form-check:first-child {
        margin-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .personal-info__form-group > .form-check {
        margin-left: 0;
    }
}

.personal-info__label-container {
    min-width: 6.5rem;
    max-width: 6.5rem;
    font-size: .875rem;
    color: #95989A;
    padding-right: 12px;
}

@media (max-width: 1259px) {
    .personal-info__form-group {
        flex-wrap: wrap;
    }

    .personal-info__label-container {
        width: 100%;
        max-width: 100%;
    }

    .personal-info__input-container {
        margin-bottom: 1rem;
    }
}

.personal-info__input-container, .personal-info__input-container .custom-file {
    width: 100%;
}

@media (min-width: 1260px) {
    .personal-info__input-container {
        min-width: 378px;
        max-width: 378px;
    }
}

.personal-info__message-container {
    padding-left: 22px;
    font-size: .875rem;
    color: #95989A;
}

@media (min-width: 768px) and (max-width: 1259px) {
    .personal-info__input-container, .personal-info__message-container {
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .personal-info__message-container {
        padding-left: 0;
    }
}

.personal-info__submit {
    margin-top: .9375rem;
    padding-left: 104px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .personal-info__submit .personal-info__button-container {
        padding-left: 0;
        min-width: 100%;
        max-width: 100%;
    }

    .personal-info__submit .personal-info__button-container_right {
        padding-top: 1rem;
    }
}

.personal-info__button-container_left {
    min-width: 378px;
    max-width: 378px;
    padding-right: 22px;
}

.personal-info__button-container_right {
    max-width: 260px;
}

.personal-info__comment {
    margin-top: 2.5rem;
    font-size: 14px;
    color: #95989A;
}

.personal-info__comment a {
    color: #000;
    text-decoration: underline;
}

.personal-subscribe {
    margin-top: 45px;
    position: relative;
    padding-top: 40px;
}

.personal-subscribe:before {
    display: block;
    top: 0;
    left: -60px;
    width: calc(100% + 60px);
    position: absolute;
    border-top: 1px solid #ededed;
}

@media (max-width: 991px) {
    .personal-info__submit {
        padding-left: 0;
    }

    .personal-subscribe:before {
        left: 0;
        width: 100%;
    }
}

.personal-subscribe__title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.personal-subscribe__confirm {
    display: flex;
    margin-top: 20px;
    font-size: 14px;
}

.personal-subscribe__confirm-title {
    min-width: 206px;
    color: #95989A;
}

.personal-subscribe__confirm-value {
    color: #000;
    min-width: 162px;
}

@media (max-width: 767px) {
    .personal-subscribe__confirm {
        display: block;
    }

    .personal-subscribe__confirm-title, .personal-subscribe__confirm-value {
        display: inline-block;
    }

    .personal-subscribe__confirm-message {
        margin-top: 1rem;
    }
}

.personal-subscribe__button {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .personal-subscribe__button {
        margin-top: 1rem;
    }
}

.icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.icon_phone {
    width: 6px;
    height: 16px;
    background-image: url(frontend/img/sprite/phone.png);
}

.icon_target {
    width: 9px;
    height: 13px;
    background-image: url(frontend/img/sprite/target.png);
}

.icon_hamburger {
    width: 18px;
    height: 15px;
    background-image: url(frontend/img/sprite/hamburger.png);
}

.icon_search {
    width: 17px;
    height: 17px;
    background-image: url(frontend/img/sprite/search.png);
}

.icon_heart {
    width: 18px;
    height: 16px;
    background-image: url(frontend/img/sprite/heart.png);
}

.icon_compare {
    width: 20px;
    height: 18px;
    background-image: url(frontend/img/sprite/compare.png);
}

.icon_basket {
    width: 20px;
    height: 17px;
    background-image: url(frontend/img/sprite/basket.png);
}

.icon_transparent {
    width: 9px;
    height: 13px;
    background-image: url(frontend/img/sprite/transparent.png);
}

.icon_round {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #b6bcbf;
    border-radius: 50%;
    font-size: .625rem;
    color: #fff;
}

.icon_round [class^=icon-] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stamp, .svg-icon {
    position: relative;
    display: inline-block;
}

.svg-icon {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: fill .2s ease-in;
    fill: currentColor;
}

[class*=" icon-"], [class^=icon-] {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.balloon__title, .stamp {
    text-transform: uppercase;
}

.stamp {
    height: 1.3125rem;
    margin-right: .6875rem;
    padding-left: .625rem;
    padding-right: .5rem;
    background-color: #fdbf2d;
    color: #212733;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.375rem;
}

.balloon__phone, .balloon__title {
    font-size: .9375rem;
    font-weight: 700;
}

.stamp:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: .6875rem;
    height: 1.3125rem;
    background-image: url(../img/stamp.png);
}

.balloon {
    width: 12.5rem;
    margin: 10px;
}

.balloon__title {
    margin-bottom: 10px;
    color: #fdbf2d;
}

.balloon__phone {
    margin-bottom: .625rem;
}

@media (min-width: 768px) {
    .balloon {
        width: 19.6875rem;
    }

    .balloon__phone {
        margin-bottom: 1.25rem;
        font-size: 1.5rem;
    }
}

.balloon__address {
    margin-bottom: .9375rem;
    font-size: .9375rem;
}

.balloon__worktime {
    font-size: .875rem;
}

ymaps .popover {
    width: 15.9375rem;
    padding: .3125rem;
}

@media (min-width: 768px) {
    ymaps .popover {
        width: 23.125rem;
        max-width: 23.125rem;
    }

    .catalog-dropdown__wrap {
        padding-right: 10px;
        padding-left: 10px;
    }
}

ymaps .popover:after, ymaps .popover:before {
    top: 0 !important;
    margin-top: 0 !important;
    border-width: 15px !important;
}

ymaps .popover:after {
    left: -30px !important;
    border-bottom-color: #fff;
}

ymaps .popover:before {
    left: -33px !important;
    border-width: 16px !important;
    border-bottom-color: rgba(0, 0, 0, .23);
}

ymaps .popover-content > ymaps {
    height: auto !important;
}

.catalog-dropdown {
    text-align: left;
}

.catalog-dropdown .catalog__toggle-filter {
    display: none;
}

.catalog-dropdown__wrap {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 100%;
    max-width: 100%;
}

.catalog-dropdown__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    background-color: #fff;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .16);
}

.catalog-nav__a_all, .catalog-nav__a_help, .catalog-nav__a_rent {
    background-color: rgba(237, 238, 239, .5);
}

.catalog-dropdown__sections, .catalog-dropdown__special {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    top: 1px;
}

@media (min-width: 576px) {
    .catalog-dropdown__wrap {
        padding-right: 10px;
        padding-left: 10px;
    }

    .catalog-dropdown__inner {
        margin-right: -10px;
        margin-left: -10px;
    }

    .catalog-dropdown__sections, .catalog-dropdown__special {
        padding-right: 10px;
        padding-left: 10px;
    }

    .catalog-dropdown__sections-wrap {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 768px) {
    .catalog-dropdown__inner {
        margin-right: -10px;
        margin-left: -10px;
    }

    .catalog-dropdown__sections, .catalog-dropdown__special {
        padding-right: 10px;
        padding-left: 10px;
    }

    .catalog-dropdown__sections-wrap {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 992px) {
    .catalog-dropdown__wrap {
        padding-right: 10px;
        padding-left: 10px;
    }

    .catalog-dropdown__inner {
        margin-right: -10px;
        margin-left: -10px;
    }

    .catalog-dropdown__sections, .catalog-dropdown__special {
        padding-right: 10px;
        padding-left: 10px;
    }

    .catalog-dropdown__sections-wrap {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 1260px) {
    .catalog-dropdown__wrap {
        padding-right: 10px;
        padding-left: 10px;
    }

    .catalog-dropdown__inner {
        margin-right: -10px;
        margin-left: -10px;
    }

    .catalog-dropdown__sections, .catalog-dropdown__special {
        padding-right: 10px;
        padding-left: 10px;
    }

    .catalog-dropdown__sections-wrap {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 1366px) {
    .catalog-dropdown__wrap {
        padding-right: 10px;
        padding-left: 10px;
    }

    .catalog-dropdown__inner {
        margin-right: -10px;
        margin-left: -10px;
    }

    .catalog-dropdown__sections, .catalog-dropdown__special {
        padding-right: 10px;
        padding-left: 10px;
    }

    .catalog-dropdown__sections-wrap {
        margin-right: -10px;
        margin-left: -10px;
    }
}

.catalog-dropdown__special {
    flex: 0 0 27.27273%;
    max-width: 27.27273%;
    padding: 0 !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}

.catalog-dropdown__special .product-tile {
    height: 100%;
}

.catalog-dropdown__sections {
    flex: 0 0 100%;
    max-width: 100%;
}

.catalog-dropdown__special + .catalog-dropdown__sections {
    flex: 0 0 72.72727%;
    max-width: 72.72727%;
}

.catalog-dropdown_row .catalog-dropdown__sections {
    flex: 0 0 100%;
    max-width: 100%;
}

.catalog-dropdown__sections-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.catalog-dropdown__section {
    padding: 0 2px !important;
    position: relative;
    width: 100%;
    min-height: 1px;
    flex: 0 0 25%;
    max-width: 25%;
}

@media (min-width: 576px) {
    .catalog-dropdown__section {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .catalog-dropdown__section {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .catalog-dropdown__section {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .catalog-dropdown__section {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .catalog-dropdown__section {
        border-top: 1px solid #b9bdc1;
        border-left: 1px solid #b9bdc1;
        border-right: 1px solid #b9bdc1;
    }

    .catalog-dropdown__section:last-child {
        border-bottom: 1px solid #b9bdc1;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog-dropdown__section {
        border-top: 1px solid #b9bdc1;
        border-left: 1px solid #b9bdc1;
    }

    .catalog-dropdown__section:nth-last-child(-n+2) {
        border-bottom: 1px solid #b9bdc1;
    }

    .catalog-dropdown__section:last-child {
        border-bottom: 1px solid #b9bdc1;
        border-right: 1px solid #b9bdc1;
    }

    .catalog-dropdown__section:nth-child(2n) {
        border-right: 1px solid #b9bdc1;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .catalog-dropdown__section {
        border-top: 1px solid #b9bdc1;
        border-left: 1px solid #b9bdc1;
    }

    .catalog-dropdown__section:nth-last-child(-n+2), .catalog-dropdown__section:nth-last-child(-n+3) {
        border-bottom: 1px solid #b9bdc1;
    }

    .catalog-dropdown__section:last-child {
        border-bottom: 1px solid #b9bdc1;
        border-right: 1px solid #b9bdc1;
    }

    .catalog-dropdown__section:nth-child(3n) {
        border-right: 1px solid #b9bdc1;
    }
}

@media (min-width: 1260px) {
    .catalog-dropdown__section {
        padding-right: 10px;
        padding-left: 10px;
        border-top: 1px solid #b9bdc1;
        border-left: 1px solid #b9bdc1;
    }

    .catalog-dropdown__section:nth-last-child(-n+2), .catalog-dropdown__section:nth-last-child(-n+3), .catalog-dropdown__section:nth-last-child(-n+4) {
        border-bottom: 1px solid #b9bdc1;
    }

    .catalog-dropdown__section:last-child {
        border-bottom: 1px solid #b9bdc1;
        border-right: 1px solid #b9bdc1;
    }

    .catalog-dropdown__section:nth-child(4n) {
        border-right: 1px solid #b9bdc1;
    }
}

.catalog-dropdown__special + .catalog-dropdown__sections .catalog-dropdown__section {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.catalog-dropdown_row .catalog-dropdown__section {
    flex: 0 0 100%;
    max-width: 100%;
}

.catalog-dropdown__section-a {
    display: block;
    border: 2px solid transparent;
    padding: .9375rem .625rem;
    margin: -2px;
    font-size: 0;
    color: #696e75;
    white-space: nowrap;
}

.catalog-dropdown__section-title, .catalog-nav__a {
    font-size: .8125rem;
    font-weight: 500;
    text-transform: uppercase;
}

.catalog-dropdown__section-a.is-current, .catalog-dropdown__section-a:focus, .catalog-dropdown__section-a:hover {
    border: 2px solid #fdbf2d;
    color: #000;
}

.catalog-dropdown__section-a .svg-icon {
    display: none;
}

.catalog-dropdown__section-picture, .catalog-dropdown__section-title {
    display: inline-block;
    vertical-align: middle;
}

.catalog-dropdown__section-picture {
    width: 35%;
    height: 6.25rem;
    line-height: 6.25rem;
    overflow: hidden;
    text-align: center;
}

.catalog-dropdown__section-picture svg {
    vertical-align: top;
}

.catalog-dropdown__section-picture.-greyscale {
    filter: grayscale(100%);
    opacity: .7;
    transition: filter .2s linear, opacity .2s linear;
}

a:hover .catalog-dropdown__section-picture.-greyscale {
    filter: grayscale(0);
    opacity: 1;
}

.catalog-dropdown__section-picture.-small {
    padding: 0 10px;
}

.catalog-dropdown__section-picture.-small .catalog-dropdown__section-img {
    width: 70px;
}

.catalog-dropdown__section-img {
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.catalog-dropdown__section-title {
    width: 54%;
    text-align: left;
    white-space: normal;
}

.faq-menu__link, .mfp-counter, a[href^='tel:'], a[href^='mailto:'] {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .catalog-dropdown .catalog__toggle-filter {
        display: block;
        margin-bottom: 0;
    }

    .catalog-dropdown_row .catalog-dropdown__section-picture {
        display: none;
    }

    .catalog-dropdown_row .catalog-dropdown__section-title {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .catalog-dropdown_row .catalog-dropdown__sections {
        display: block;
    }

    .catalog-dropdown_row .catalog-dropdown__section {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .catalog-dropdown_row .catalog-dropdown__section {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    html:not(.edge) .catalog-nav__dropdown {
        z-index: -1;
    }
}

@media (min-width: 1260px) {
    .catalog-dropdown_row .catalog-dropdown__section {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.catalog-nav {
    height: auto !important;
}

.catalog-nav__list {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

.no-flexbox .catalog-nav__list {
    display: table;
}

.catalog-nav__li {
    flex-grow: 1;
    position: static;
    text-align: center;
    margin: 0;
}

.no-flexbox .catalog-nav__li {
    display: table-cell;
}

.catalog-nav__li:first-child {
    text-align: left;
}

.catalog-nav__li:before {
    display: none;
}

.catalog-nav__li.active .catalog-nav__dropdown, .catalog-nav__li.is-active .catalog-nav__dropdown {
    display: block !important;
    left: 0;
    opacity: 1;
}

.catalog-nav__li.is-current .catalog-nav__a {
    color: #db9b02;
}

.catalog-nav__dropdown {
    opacity: 0;
    position: absolute;
    left: -10000px;
    width: 100%;
}

.catalog-nav__a {
    display: block;
    height: 2.8125rem;
    color: #4a4b4c;
    line-height: 2.8125rem;
    border: none;
    width: 100%;
    outline: 0 !important;
}

.catalog-nav__a:focus, .catalog-nav__a:hover {
    color: #db9b02;
    text-decoration: underline;
}

.catalog-nav__a_actions {
    color: #ca0813;
}

.catalog-nav__a:not(.catalog-nav__a_all) > .svg-icon {
    display: none;
}

.catalog-nav__a_all {
    padding: 0 1.25rem;
}

.catalog-nav__a_all > .svg-icon {
    top: -1px;
    width: .8125rem;
    margin-left: .4375rem;
}

@media (min-width: 992px) and (max-width: 1259px) {
    .catalog-nav__a_all span {
        display: none;
    }
}

.cookies-popup {
    transform: translateY(100%);
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #696e75;
    z-index: 100;
    font-size: 13px;
    padding: 18px 0 20px;
    color: rgba(255, 255, 255, .8);
    transition: transform .2s ease-in-out;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, .16);
    overflow: hidden;
}

.cookies-popup.active {
    transform: translateY(0);
    overflow: visible;
}

.cookies-popup .row {
    position: relative;
}

.cookies-popup__content {
    padding-left: 15px;
    padding-right: 60px;
    order: 2;
    min-width: 100%;
}

.cookies-popup__content a {
    white-space: nowrap;
    color: rgba(255, 255, 255, .8);
    text-decoration: underline;
}

.cookies-popup__content a:focus, .cookies-popup__content a:hover {
    text-decoration: none;
    color: #fff;
}

.cookies-popup__button {
    position: absolute;
    bottom: 100%;
    margin-bottom: 18px;
    width: 40px;
    height: 40px;
    background: #fdbf2d;
    border: none;
    padding: 0;
    color: #17181a;
    transition: background .2s ease-in-out;
    outline: 0 !important;
}

.cookies-popup__button:focus, .cookies-popup__button:hover {
    background: #f5ac02;
}

.cookies-popup__button .svg-icon {
    width: 12px;
    height: 12px;
}

.actions-tile-link {
    padding: 2.8125rem 2.1875rem 2.1875rem;
    background: url(../img/percent.webp) right top no-repeat #fdbf2d;
}

.actions-tile-link_center {
    text-align: center;
}

.actions-tile-link__title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
}

.actions-tile-link__text {
    color: #fff;
    margin-top: 14px;
}

.actions-tile-link__action {
    margin-top: 2.75rem;
}

.actions-tile-link__action .icon {
    text-align: center;
    display: inline-block;
    width: 2.6875rem;
    height: 2.6875rem;
    background-color: #fafafa;
    border-radius: 50%;
    color: #fdbf2d;
    line-height: calc(2.6875rem - 7px);
    border: 2px solid #fafafa;
}

.actions-tile-link__action .icon:focus, .actions-tile-link__action .icon:hover {
    text-decoration: none;
}

.actions-tile-link__action .icon svg {
    width: 15px;
}

.actions-tile-link__action .icon-outline {
    background: 0 0;
    color: #fff;
}

.actions-tile-link__action .icon-outline:focus, .actions-tile-link__action .icon-outline:hover {
    background: #fff;
    color: #fdbf2d;
}

.primary-brand {
    padding: 1rem 0;
    background-color: #ebebec;
}

.primary-brand__container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 576px) {
    .primary-brand__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 540px;
        max-width: 100%;
    }

    .primary-brand__row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 768px) {
    .primary-brand__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 740px;
        max-width: 100%;
    }

    .primary-brand__row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 992px) {
    .primary-brand__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 960px;
        max-width: 100%;
    }

    .primary-brand__row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 1260px) {
    .primary-brand__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 1240px;
        max-width: 100%;
    }

    .primary-brand__row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 1366px) {
    .primary-brand__container {
        padding-right: 10px;
        padding-left: 10px;
        width: 1305px;
        max-width: 100%;
    }

    .primary-brand__row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

.primary-brand__goods, .primary-brand__info {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    min-height: 1px;
}

.primary-brand__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.primary-brand__info {
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .primary-brand__goods, .primary-brand__info {
        padding-right: 10px;
        padding-left: 10px;
    }

    .section-tile__wrap {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 992px) {
    .primary-brand__goods, .primary-brand__info {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1260px) {
    .primary-brand__goods, .primary-brand__info {
        padding-right: 10px;
        padding-left: 10px;
    }

    .section-tile__wrap {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 1366px) {
    .primary-brand__goods, .primary-brand__info {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.primary-brand__logo {
    text-align: center;
}

.primary-brand__logo img {
    display: inline-block;
}

.primary-brand__title {
    margin-bottom: .5rem;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.primary-brand__desc {
    color: #696e75;
    font-size: .875rem;
    line-height: 1.5;
}

.primary-brand__presentation-link {
    color: #b9bdc1;
    font-size: .8125rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 768px) {
    .primary-brand__goods, .primary-brand__info {
        padding-right: 10px;
        padding-left: 10px;
    }

    .primary-brand__logo, .primary-brand__presentation-link {
        text-align: left;
    }

    .primary-brand {
        padding: 2rem 0;
    }

    .primary-brand__info {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-bottom: 0;
    }

    .primary-brand__goods {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .primary-brand__title {
        margin-bottom: 1.5rem;
        text-align: left;
    }

    .section-tile__wrap {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 992px) {
    .primary-brand {
        padding: 2.6875rem 0 3.375rem;
    }

    .primary-brand__info {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        margin-bottom: 0;
    }

    .primary-brand__goods {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .primary-brand__logo {
        margin-bottom: 2.75rem;
    }

    .primary-brand__desc {
        padding-right: 3.125rem;
    }

    .section-tile__wrap {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 1366px) {
    .primary-brand__info {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .primary-brand__goods {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .section-tile__wrap {
        margin-right: -10px;
        margin-left: -10px;
    }
}

.discount-badge {
    width: 8.0625rem;
    height: 8.0625rem;
    background-image: url(../img/discount-badge.png);
    background-size: 100%;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.discount-badge__num {
    margin-top: 1.25rem;
    color: #fff;
    font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
}

.enterprise-preview__title, .text-preview-tile__title {
    line-height: 1.1;
    font-family: "Pragmatica Slabserif", Georgia, "Times New Roman", Times, serif;
}

.discount-badge__text {
    font-size: .9375rem;
}

.section-tile {
    display: block;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: all .2s linear;
}

.section-tile:focus, .section-tile:hover {
    text-decoration: none;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .26);
}

.section-tile__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.section-tile__content, .section-tile__picture {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 576px) {
    .section-tile__content, .section-tile__picture {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .section-tile__content, .section-tile__picture {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1260px) {
    .section-tile__content, .section-tile__picture {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .section-tile__content, .section-tile__picture {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.section-tile__picture {
    display: none;
}

.section-tile__img {
    position: relative;
    margin: 0;
}

.section-tile__title {
    margin-bottom: .625rem;
    color: #000;
    font-family: "Pragmatica Slabserif", Georgia, "Times New Roman", Times, serif;
    font-size: 1.5rem;
    font-weight: 700;
}

.section-tile__short-desc {
    margin-bottom: .5rem;
    color: #b9bdc1;
    font-size: .9375rem;
}

.section-tile__link-a {
    color: #b9bdc1;
    font-size: .8125rem;
    font-weight: 700;
    text-transform: uppercase;
}

.section-tile__link-a:focus, .section-tile__link-a:hover {
    text-decoration: none;
}

.section-tile__link-txt {
    display: inline-block;
    margin-right: .8125rem;
}

.section-tile__link-icon {
    position: relative;
    display: inline-block;
    width: 2.625rem;
    height: 2.625rem;
    border: 2px solid #fdbf2d;
    color: #fdbf2d;
    vertical-align: middle;
    background-color: transparent;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.section-tile__link-icon:focus, .section-tile__link-icon:hover {
    border-color: #fdbf2d;
    color: #fdbf2d;
    outline: 0;
}

.section-tile__link-icon .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: .875rem;
}

@media (min-width: 768px) and (min-width: 576px) {
    .section-tile__wrap {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .section-tile__wrap {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .section-tile__wrap {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 768px) and (min-width: 1260px) {
    .section-tile__wrap {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 768px) and (min-width: 1366px) {
    .section-tile__wrap {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 768px) {
    .section-tile__content, .section-tile__picture {
        padding-right: 10px;
        padding-left: 10px;
    }

    .section-tile {
        height: 100%;
    }

    .section-tile__wrap {
        display: flex;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
        height: 100%;
    }

    .section-tile__content-in, .section-tile__link {
        padding-bottom: 2.5rem;
        padding-left: 2.5rem;
    }

    .section-tile__content, .section-tile__picture {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .section-tile__content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 100%;
    }

    .section-tile__content-in {
        padding-top: 2.1875rem;
    }

    .section-tile__picture {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    [class*=col-xl-3] .section-tile__picture {
        position: absolute;
        right: -10px;
        bottom: 0;
    }

    .section-tile__short-desc {
        margin-bottom: 3.125rem;
        margin-right: 3.75rem;
    }

    [class*=col-md-3] .section-tile__link-txt {
        display: none;
    }
}

@media (min-width: 992px) {
    .section-tile__link {
        left: 3.125rem;
    }

    [class*=col-xl-3] .section-tile__content {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-tile {
        padding: 1rem 0;
    }

    .section-tile__wrap {
        align-items: center;
    }

    .section-tile__img {
        top: 0 !important;
        margin: auto;
    }

    .section-tile__picture {
        position: static !important;
    }
}

@media (max-width: 767px) {
    .section-tile__content {
        padding: 1rem;
    }
}

.primary-catalog {
    background-color: #ebebec;
    padding: 1rem 0;
}

.primary-catalog__title {
    width: 100%;
    text-align: center;
}

.primary-catalog__tiles {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.primary-catalog__tile {
    margin-bottom: 1.5625rem;
}

@media (min-width: 1260px) {
    .primary-catalog__tiles {
        margin-right: -10px;
        margin-left: -10px;
    }

    .primary-catalog {
        padding: 3.4375rem 0;
    }

    .primary-corp__advantages-list, .primary-corp__advantages-notes {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .primary-catalog__title {
        margin-bottom: 2rem;
    }
}

.primary-corp__advantages {
    margin-bottom: 1rem;
}

.primary-corp__advantages-list, .primary-corp__advantages-notes {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 576px) {
    .primary-catalog__tiles {
        margin-right: -10px;
        margin-left: -10px;
    }

    .primary-corp__advantages-list, .primary-corp__advantages-notes {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .primary-catalog__tiles {
        margin-right: -10px;
        margin-left: -10px;
    }

    .primary-corp__advantages-list, .primary-corp__advantages-notes {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .primary-catalog__tiles {
        margin-right: -10px;
        margin-left: -10px;
    }

    .primary-corp__advantages-list, .primary-corp__advantages-notes {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .primary-catalog__tiles {
        margin-right: -10px;
        margin-left: -10px;
    }

    .primary-corp__advantages-list, .primary-corp__advantages-notes {
        padding-right: 10px;
        padding-left: 10px;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .primary-corp {
        padding-top: 3.4375rem;
        padding-bottom: 4.375rem;
    }

    .primary-corp__advantages {
        margin-top: -4.375rem;
        margin-bottom: 0;
    }

    .primary-corp__advantages-notes {
        padding-top: 10.625rem;
    }

    .primary-corp__advantages .advantages-list {
        margin-right: 3.125rem;
    }

    .primary-corp__articles {
        margin-top: 3.75rem;
    }
}

@media (min-width: 1366px) {
    .primary-corp__advantages {
        margin-top: -6.875rem;
    }
}

.text-preview-tile {
    padding: 3.125rem .625rem 1.875rem;
    border-left: 11px solid #fdbf2d;
    background-color: #fff;
    box-shadow: 0 0 81px rgba(0, 0, 0, .2);
}

.text-preview-tile__title {
    margin-bottom: .5rem;
    font-size: 1.75rem;
    font-weight: 700;
    color: #000;
}

.text-preview-tile__subtitle {
    color: #fdbf2d;
}

.text-preview-tile__text {
    color: #979ca3;
}

.text-preview-tile__text strong {
    font-weight: 400;
    color: #fdbf2d;
}

.text-preview-tile__link {
    margin-top: .5rem;
}

.text-preview-tile__button-wrapper {
    margin-top: 2rem;
}

.text-preview-tile__button {
    min-width: 194px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
}

@media (min-width: 1260px) {
    .text-preview-tile {
        padding: 4.0625rem 5.625rem 3.4375rem 7.5rem;
    }

    .text-preview-tile__title {
        margin-bottom: 1.5rem;
        font-size: 1.875rem;
    }

    .text-preview-tile__link {
        margin-top: 2.8125rem;
    }

    .preview-company__details, .preview-company__picture {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.preview-company__details, .preview-company__picture {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.preview-company__details:before, .preview-company__enterprise:before {
    content: '';
    width: 18.375rem;
    height: 1.25rem;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #b9bdc1 4px);
    display: block;
}

@media (min-width: 576px) {
    .preview-company__details, .preview-company__picture {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .preview-company__details, .preview-company__picture {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.preview-company__details:before {
    float: right;
}

.preview-company__img {
    margin: 0;
}

.preview-company__enterprise {
    position: relative;
    z-index: 2;
}

.preview-company__enterprise:before {
    position: absolute;
    top: 0;
    left: -2.8125rem;
}

@media (min-width: 992px) and (min-width: 576px) {
    .preview-company__details, .preview-company__picture {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .preview-company__details, .preview-company__picture {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .preview-company__details, .preview-company__picture {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) and (min-width: 1260px) {
    .preview-company__details, .preview-company__picture {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) and (min-width: 1366px) {
    .preview-company__details, .preview-company__picture {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .preview-company__details, .preview-company__picture {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .preview-company__details {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .preview-company__details .text-preview-tile {
        position: relative;
        clear: both;
        margin-left: -2.5rem;
        z-index: 2;
    }

    .preview-company__picture {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .preview-company__picture-in {
        margin-left: -8.125rem;
        margin-right: -.625rem;
    }

    .preview-company__enterprise {
        float: right;
        width: 36.5625rem;
        margin-right: -1.875rem;
    }
}

@media (min-width: 1260px) {
    .preview-company__details {
        padding-top: 2.875rem;
    }
}

@media (min-width: 1366px) {
    .preview-company__details, .preview-company__picture {
        padding-right: 10px;
        padding-left: 10px;
    }

    .preview-company__picture-in {
        margin-right: -2.5rem;
    }
}

.enterprise-preview {
    padding: 1rem .5rem;
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .16);
}

.enterprise-preview::after {
    display: block;
    content: "";
    clear: both;
}

.enterprise-preview__logo {
    margin-bottom: 1rem;
    text-align: center;
}

.enterprise-preview__logo-img {
    margin: 0 auto;
}

.enterprise-preview__content {
    text-align: center;
}

.enterprise-preview__title {
    margin-bottom: 1.5rem;
    color: #000;
    font-size: 1.375rem;
    font-weight: 700;
}

.enterprise-preview__subtitle {
    color: #fdbf2d;
}

@media (min-width: 768px) {
    .enterprise-preview__content, .enterprise-preview__logo {
        float: left;
        text-align: left;
    }

    .enterprise-preview__logo {
        margin-right: 1.875rem;
        margin-bottom: 0;
    }
}

@media (min-width: 1260px) {
    .enterprise-preview {
        padding: 2.5rem 2.1875rem;
    }
}

.advantages-list {
    padding: 1rem 0;
}

.advantages-list__title {
    position: relative;
    margin-top: 0;
    margin-bottom: .5rem;
    color: #000;
    font-family: "Pragmatica Slabserif", Georgia, "Times New Roman", Times, serif;
    font-size: 1.125rem;
    font-weight: 500;
}

.notes-slider__slider-item:before, .notes-slider__title {
    font-weight: 700;
    font-family: "Pragmatica Slabserif", Georgia, "Times New Roman", Times, serif;
}

.advantages-list__icon {
    display: none;
}

.advantages-list__desc {
    color: #696e75;
    font-size: .9375rem;
}

.advantages-list__desc:not(:last-child) {
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .advantages-list {
        padding: 0 0 0 5rem;
    }

    .advantages-list__icon {
        display: block;
        position: absolute;
        top: 0;
        left: -5rem;
        width: 3.75rem;
        height: 3.75rem;
        background-color: #fdbf2d;
        border: 2px solid #fdbf2d;
        border-radius: 50%;
    }

    .advantages-list__icon-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }
}

@media (min-width: 1260px) {
    .advantages-list__title {
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }

    .advantages-list__desc {
        color: #696e75;
        font-size: .9375rem;
    }

    .advantages-list__desc:not(:last-child) {
        margin-bottom: 2rem;
    }
}

.notes-slider__head {
    padding: .5625rem .875rem;
    background-color: #fdbf2d;
    text-align: center;
}

.notes-slider__title {
    color: #fff;
    font-size: 1.375rem;
    text-shadow: 0 7px 15px rgba(211, 109, 41, .5);
}

.notes-slider__body {
    padding: 1rem;
    background-color: #fff;
    border: 6px solid #e6e6e6;
    border-top-width: 0;
}

.notes-slider__slider {
    counter-reset: notesSliderCounter;
}

.notes-slider__slider-items {
    margin: 0 0 4.0625rem !important;
    padding: 0;
    display: none;
}

.notes-slider__slider-item {
    margin: 0;
    padding-left: 3.125rem;
}

.notes-slider__slider-item:before {
    content: counters(notesSliderCounter, "");
    counter-increment: notesSliderCounter;
    left: 0;
    top: -3px;
    color: #fdbf2d;
    font-size: 4.0625rem;
    line-height: 1;
}

.notes-slider__slider .slick-dots {
    text-align: left;
    bottom: -3.75rem;
}

.notes-slider__slider .slick-next-circle, .notes-slider__slider .slick-prev-circle {
    position: absolute;
    right: 0;
    bottom: -4.0625rem;
}

.notes-slider__slider .slick-prev-circle {
    right: 4.0625rem;
}

.notes-slider__item-title {
    margin-bottom: 1rem;
    color: #000;
    font-family: "Pragmatica Slabserif", Georgia, "Times New Roman", Times, serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}

.notes-slider__item-text {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.3;
}

.notes-slider__item-text strong {
    color: #fdbf2d;
    font-weight: 400;
}

@media (min-width: 1260px) {
    .notes-slider__body {
        padding: 3.125rem 3.125rem 1.5625rem 3.4375rem;
    }

    .notes-slider__slider-item {
        padding-left: 5.9375rem;
    }

    .notes-slider__slider-item:before {
        left: -3px;
        top: -5px;
        font-size: 7.5625rem;
    }

    .notes-slider__item-text {
        font-size: 1.0625rem;
    }
}

.primary-news {
    padding: 1rem;
    background-color: #ebebec;
}

.primary-news__slider {
    width: 100%;
}

@media (min-width: 1260px) {
    .primary-news {
        padding-top: 3.125rem;
        padding-bottom: 4.375rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .primary-news {
        padding: 2rem 1rem;
    }
}

.social-links__ul {
    padding: 0;
    margin: 0;
    font-size: 0;
}

.social-links__li {
    display: inline-block;
    margin-bottom: .5rem;
}

.social-links__li:not(:last-child) {
    margin-right: .5rem;
}

.social-links__li_yt .svg-icon {
    width: 1rem;
    height: .6875rem;
}

.social-links__li_fb .svg-icon {
    width: .5625rem;
    height: 1rem;
}

.social-links__li_tw .svg-icon {
    width: 1.125rem;
    height: .875rem;
}

.social-links__li_vk .svg-icon {
    width: 1.3125rem;
    height: .75rem;
}

.social-links__li_odn .svg-icon {
    width: .625rem;
    height: 1rem;
}

.social-links__li_zen .svg-icon {
    width: 1rem;
    height: 1rem;
}

.social-links__a {
    position: relative;
    display: block;
    width: 2.1875rem;
    height: 2.1875rem;
    padding: .3125rem;
    background-color: #e6e8eb;
    text-decoration: none;
    line-height: 26px;
    text-align: center;
    color: #979ca3;
    transition-property: color, background-color;
    transition-duration: .3s;
    transition-timing-function: ease-in;
}

.slideout__filter, [data-slideout-type=filter] .slideout__content {
    display: none;
}

.social-links_round .social-links__a {
    border-radius: 50%;
}

.social-links__a:focus, .social-links__a:hover {
    text-decoration: none;
    color: #fdbf2d;
}

.social-links__a .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 1260px) {
    .social-links__ul {
        margin-left: -.625rem;
    }
}

.soc-icon {
    vertical-align: middle;
}

.slideout {
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: -1;
    opacity: 0;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    overflow: auto;
}

.slideout__wrapper {
    position: relative;
    float: right;
    width: 16.25rem;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100%;
    z-index: 10;
    background: #fff;
    transform: translateX(100%);
    transition: transform .4s linear;
}

.slideout__inner {
    position: relative;
    width: 200%;
}

.slideout__content, .slideout__filter {
    width: 50%;
    position: relative;
}

.slideout__toggle-menu-btn {
    background-color: transparent;
    border: none;
    margin-left: .625rem;
}

[data-slideout-type=filter] .slideout__filter {
    display: block;
}

.slideout__filter .catalog__nav, .slideout__search {
    display: none;
}

.slideout__contacts {
    padding: .9375rem;
}

.slideout__lk, .slideout__search-inner {
    padding: 0 .9375rem .9375rem;
}

.slideout__contacts .top-bar__callback-a {
    margin-bottom: 0;
}

.slideout__lk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slideout__lk-link {
    color: #696e75;
    font-size: .8125rem;
}

.slideout__lk-link .svg-icon {
    width: .75rem;
    height: .75rem;
    top: -2px;
    margin-right: .625rem;
}

.slideout__user-links {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
}

.slideout__user-link {
    position: relative;
    width: 100%;
    min-height: 1px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    font-size: .625rem;
    color: #979ca3;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    border-top: 1px solid #b9bdc1;
    border-bottom: 1px solid #b9bdc1;
    padding: .875rem 10px;
}

@media (min-width: 576px) {
    .slideout__user-links {
        margin-right: -10px;
        margin-left: -10px;
    }

    .slideout__user-link {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .slideout__user-links {
        margin-right: -10px;
        margin-left: -10px;
    }

    .slideout__user-link {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .slideout__user-links {
        margin-right: -10px;
        margin-left: -10px;
    }

    .slideout__user-link {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1260px) {
    .slideout__user-links {
        margin-right: -10px;
        margin-left: -10px;
    }

    .slideout__user-link {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .slideout__user-links {
        margin-right: -10px;
        margin-left: -10px;
    }

    .slideout__user-link {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.slideout__user-link:not(:last-child) {
    border-right: 1px solid #b9bdc1;
}

.slideout__user-link-icon {
    position: relative;
    display: inline-block;
    height: 1.3125rem;
    line-height: 1.3125rem;
    margin-bottom: .5rem;
    color: #888;
}

.slideout__user-link-count {
    position: absolute;
    top: -.3125rem;
    right: -.5rem;
    width: .9375rem;
    height: .9375rem;
    line-height: .8125rem;
    background-color: #fdbf2d;
    border: 2px solid #fff;
    color: #000;
    font-size: .5rem;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
}

.slideout .main-nav__a, .slideout__catalog .catalog-nav__a:not(.catalog-nav__a_actions) {
    color: #696e75;
}

.slideout__user-link_basket .svg-icon, .slideout__user-link_compare .svg-icon, .slideout__user-link_favorites .svg-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.slideout__search-link {
    width: 40px;
    height: 40px;
    background: 0 0;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #696e75;
}

.slideout__search-link svg {
    width: 18px;
    height: 18px;
}

.slideout__shim {
    opacity: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: fixed;
    cursor: pointer;
    transition: opacity .4s linear, transform .4s linear;
}

.slideout__filters, .slideout__menu {
    display: none;
}

.slideout__menu {
    width: 200%;
    overflow: hidden;
    position: relative;
    transition: transform .4s linear, height .4s linear;
}

.slideout__menu .main-nav {
    width: 50%;
}

.slideout__menu:after {
    content: '';
    display: block;
    clear: both;
}

.slideout__menu.inner-menu-open {
    transform: translateX(-50%);
}

.slideout__menu.no-transition {
    transition: none;
}

.slideout__catalog .catalog-nav__list {
    display: block;
}

.slideout__catalog .catalog-nav__li {
    display: block;
    border-bottom: 1px solid #b9bdc1;
    text-align: left;
}

.slideout__catalog .catalog-nav__li.active .catalog-nav__dropdown {
    transform: translate3d(0, 0, 0);
}

.slideout__catalog .catalog-nav__a {
    position: relative;
    padding: 0 1.5625rem;
    text-align: left;
}

.slideout__catalog .catalog-nav__a .svg-icon {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .875rem;
}

.slideout__catalog .catalog-nav__a:not(.catalog-nav__a_all) .svg-icon {
    width: .375rem;
    height: .625rem;
    right: 1.0625rem;
}

.slideout__catalog .catalog-nav__dropdown {
    top: 0;
    bottom: 0;
    transform: translate3d(100%, 0, 0);
    background-color: #fff;
    z-index: 1;
    transition: transform .25s linear;
}

.slideout .footer {
    padding: 0 .9375rem 1.5625rem;
}

.slideout .footer .footer__info {
    display: flex;
    flex-direction: column;
}

.slideout .footer__copyright, .slideout .main-nav__li:before {
    display: none;
}

.slideout .footer__socials {
    order: 2;
    margin-top: 1.875rem;
    margin-bottom: 0;
}

.slideout .footer__phones {
    order: 0;
}

.slideout .footer__mail {
    order: 1;
}

.slideout .main-nav {
    padding: 1.5625rem;
    font-size: .875rem;
}

.slideout .main-nav__ul {
    margin: 0;
    padding: 0;
}

.slideout .main-nav__li {
    margin-top: 0;
}

.slideout .main-nav__li:not(:last-child) {
    margin-bottom: 1rem;
}

.slideout .catalog__filter {
    width: 100%;
    padding: .9375rem;
}

.slideout .filters-submit__button {
    max-width: 100%;
    width: 100%;
}

.slideout-menu__inner {
    position: relative;
    width: 50%;
}

[data-slideout-open] .slideout {
    z-index: 200;
    opacity: 1;
    pointer-events: auto;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.rating.active, .slick-slide.dragging img {
    pointer-events: none;
}

[data-slideout-open] .slideout__shim {
    opacity: 1;
}

[data-slideout-direction=right] .page-wrapper-inner {
    transform: translateX(-16.25rem);
}

[data-slideout-closed][data-slideout-direction=right] .page-wrapper-inner, [data-slideout-direction=right] .slideout__shim, [data-slideout-direction=right] .slideout__wrapper {
    transform: translateX(0);
}

[data-slideout-closed][data-slideout-direction=right] .slideout__wrapper {
    transform: translateX(100%);
}

[data-slideout-closed][data-slideout-direction=right] .slideout__shim {
    opacity: 0;
    transform: translateX(100%);
}

.slideout .footer__menu {
    float: left;
    width: 100%;
    color: #fff;
}

.slideout .footer__menu a {
    color: inherit;
}

.slideout .footer-menu__container--level2 {
    position: absolute;
    top: 0;
    padding-top: 50px;
    left: 100%;
    width: 100%;
    display: none;
}

.slideout .footer-menu__list {
    margin: 0;
    padding: 0;
    overflow: visible;
}

.slideout .footer-menu__item {
    margin: 0;
    position: static;
    border-bottom: 1px solid #1e2c41;
}

.slideout .footer-menu__item:first-child .footer-menu__link--level1 {
    color: #27adda;
}

.slideout .footer-menu__item:before {
    display: none;
}

.slideout .footer-menu__item.active > .footer-menu__container {
    display: block;
}

.slideout .footer-menu__link {
    position: relative;
    display: block;
    font-size: 14px !important;
    padding: 1em 3em .9em 1.5em !important;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, .8);
}

.slideout .footer-menu__link:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8px' height='12px'%3E%3Cpath fill-rule='evenodd' opacity='0.8' fill='rgb(255, 255, 255)' d='M0.586,10.243 L4.828,6.000 L0.586,1.757 L2.000,0.343 L6.243,4.586 L7.657,6.000 L6.243,7.414 L2.000,11.657 L0.586,10.243 Z'/%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5em;
}

.slideout .footer-menu__link--back {
    position: absolute;
    color: #fff !important;
    top: 0;
    left: 100%;
    width: 100%;
    border: none;
    background: #032141;
    text-align: left;
    z-index: 10;
    padding: 1em 1.5em .9em 3em !important;
}

.slideout .footer-menu__link--back:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7px' height='11px'%3E%3Cpath fill-rule='evenodd' opacity='0.8' fill='rgb(255, 255, 255)' d='M7.008,1.375 L2.803,5.500 L7.008,9.625 L5.606,11.001 L1.401,6.875 L-0.001,5.500 L1.401,4.125 L5.606,-0.001 L7.008,1.375 Z'/%3E%3C/svg%3E");
    right: auto;
    left: 1.5em;
}

.slideout-catalog-dropdown {
    background-color: #fff;
}

.slideout-catalog-dropdown .back-btn {
    padding: .9375rem;
}

.slideout-catalog-dropdown__special {
    display: none;
}

.slideout-catalog-dropdown__sections {
    border-top: 1px solid #b9bdc1;
}

.slideout-catalog-dropdown__section {
    display: block;
    border-bottom: 1px solid #b9bdc1;
    text-align: left;
}

.slideout-catalog-dropdown__section-a {
    position: relative;
    display: block;
    padding: .9375rem 2.8125rem .9375rem 1.5625rem;
    color: #696e75;
    font-size: .875rem;
    font-weight: 400;
}

.contacts-block, .map-point-preview__city {
    font-family: "Pragmatica Slabserif", Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
}

.slideout-catalog-dropdown__section-a .svg-icon {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .375rem;
    height: .625rem;
    right: 1.0625rem;
}

.sidebar-nav__li:before, .slideout-catalog-dropdown__section-picture {
    display: none;
}

.sidebar-nav__list {
    margin: 0;
    padding: 0;
    border: 1px solid #b9bdc1;
}

.sidebar-nav__li {
    margin: 0;
}

.sidebar-nav__li:not(:last-child) {
    border-bottom: 1px solid #b9bdc1;
}

.sidebar-nav__a {
    display: block;
    padding: 1rem;
    font-size: .8125rem;
    text-transform: uppercase;
    color: #696e75;
    line-height: 1.2;
}

.sidebar-nav__a.is-active {
    background-color: #fdbf2d;
    color: #000;
}

.sidebar-nav__a:focus, .sidebar-nav__a:hover {
    background-color: #ebebec;
    color: #696e75;
    text-decoration: none;
}

.map-block__addr {
    margin: 2rem 0;
    font-size: .875rem;
}

.map-block__map {
    width: 100%;
    height: 320px;
}

[class*="-zoom__button"] {
    width: 1.875rem !important;
    height: 1.875rem !important;
    background-color: #000 !important;
    font-size: 1.5625rem;
    color: #fdbf2d !important;
    line-height: 1.875rem !important;
    text-align: center !important;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, .16) !important;
    border-radius: 50% !important;
    cursor: pointer;
}

.contacts-block, .contacts-map__title {
    font-size: 1.1875rem;
}

[class*="-zoom__button"][class*="-zoom__plus"] {
    top: -.6875rem;
}

[class*="-zoom__button"][class*="-zoom__plus"] [class*="-zoom__icon"] {
    width: .75rem;
    height: .75rem;
    border-width: .5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' width='12' height='12'%3E%3Cpath fill='%23fdbf2d' d='M15,9H9v6H6V9H0V6H6V0H9V6h6Z'/%3E%3C/svg%3E");
}

[class*="-zoom__button"][class*="-zoom__minus"] {
    bottom: -.6875rem;
}

[class*="-zoom__button"][class*="-zoom__minus"] [class*="-zoom__icon"] {
    width: .75rem;
    height: .125rem;
    border-width: .875rem .5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 2' width='12' height='2'%3E%3Cpath d='M12,2H0V0H12Z' fill='%23fdbf2d'/%3E%3C/svg%3E");
}

.search-result {
    padding-top: 1rem;
    padding-bottom: 4.0625rem;
}

@media (max-width: 1259px) {
    .search-result__search-form {
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .search-result .goods-list__options {
        float: right;
    }

    .search-result .goods-list__sorting {
        margin-right: 7.6875rem;
    }

    .search-result .goods-list__list {
        clear: right;
    }
}

@media (max-width: 767px) {
    .search-result {
        padding-bottom: 0;
    }
}

.contacts-company h2 {
    margin-top: 0;
}

.contacts-block {
    color: #000;
}

.contacts-block__item {
    position: relative;
    padding-left: 1.5625rem;
}

.contacts-block__item .svg-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.contacts-block__contact {
    margin-bottom: 1rem;
}

.contacts-block__contact_phone .svg-icon {
    top: .4375rem;
    width: .875rem;
    height: .875rem;
}

.contacts-block__contact_mail .svg-icon {
    top: .625rem;
    width: .875rem;
    height: .625rem;
}

.contacts-block__addr {
    clear: both;
    margin-top: 2rem;
    cursor: pointer;
}

.contacts-block__addr .svg-icon {
    top: .4375rem;
    width: .75rem;
    height: .9375rem;
}

.contacts-block__worktime {
    clear: both;
}

.contacts-block__worktime .svg-icon {
    top: .4375rem;
    width: .875rem;
    height: .875rem;
}

@media (max-width: 991px) {
    .contacts-block {
        margin-top: 1rem;
    }
}

@media (min-width: 992px) {
    .contacts-block__contact {
        margin-bottom: 2rem;
    }

    .contacts-block__contact_phone {
        float: left;
    }

    .contacts-block__contact_mail {
        float: right;
    }

    .contacts-map__map-wrap {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.contacts-map {
    margin-top: 1rem;
    margin-bottom: 6.5625rem;
}

.contacts-map__list {
    padding-bottom: 1.875rem;
    z-index: 5;
}

.contacts-map__list-in {
    position: relative;
    border-top: 4px solid #fdbf2d;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.contacts-map__list-in:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #ebebec 4px);
    top: 20px;
    right: -20px;
    bottom: -20px;
    left: 20px;
    z-index: -1;
}

.contacts-map__list-scroll {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.contacts-map__list-item {
    width: 100%;
}

.contacts-map__list-item:not(:last-child) {
    border-bottom: 1px solid #ebebec;
}

.contacts-map__list-selected {
    position: relative;
}

.contacts-map__list-selected .btn {
    text-align: left;
}

.contacts-map__list-selected .btn.is-active .svg-icon {
    transform: rotate(0);
}

.contacts-map__list-selected-arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .9375rem;
}

.contacts-map__list-selected-arr .svg-icon {
    width: .75rem;
    transform: rotate(180deg);
}

.contacts-map__map {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100vw;
    height: 35.4375rem;
    background-color: #ccc;
}

.contacts-map__map-wrap {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    height: 35.4375rem;
}

@media (min-width: 576px) {
    .contacts-map__map-wrap {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .contacts-map__map-wrap {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1260px) {
    .contacts-map__map-wrap {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1366px) {
    .contacts-map__map-wrap {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 1259px) {
    .contacts-map__list-scroll {
        display: none;
    }
}

@media (min-width: 992px) {
    .contacts-map__list-in {
        position: absolute !important;
        top: -1.25rem;
        left: 10px;
        width: 32.75rem;
        height: 42.5rem;
    }

    .contacts-map__list-selected {
        display: none;
    }

    .contacts-map__list-scroll {
        display: block !important;
    }
}

.map-point-preview {
    padding: 1.25rem 1.5rem;
    cursor: pointer;
}

.map-point-preview:focus, .map-point-preview:hover {
    background-color: #ebebec;
}

.map-point-preview__head {
    padding: .1875rem 0;
}

.map-point-preview__head::after {
    display: block;
    content: "";
    clear: both;
}

.faq-menu__item::after, .faq-menu__link_active::after, .faq-results__inner::before, .faq-results__item .search-highlight::before, .faq-results__title::after {
    content: '';
}

.map-point-preview__city {
    display: inline-block;
    margin-right: .625rem;
    font-size: 1.1875rem;
    color: #000;
    vertical-align: middle;
}

.map-point-preview__tag {
    display: inline-block;
    padding: .1875rem .3125rem;
    background-color: #fdbf2d;
    font-size: .8125rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    border-radius: 2px;
    vertical-align: middle;
}

.map-point-preview__options {
    float: right;
}

.map-point-preview__option {
    display: inline-block;
    margin-left: 1.4375rem;
}

.map-point-preview__option-btn {
    background-color: transparent;
    padding: 0;
}

.map-point-preview__option_toggle-addr .btn {
    color: #b9bdc1;
}

.map-point-preview__option_show-map .btn {
    color: #fdbf2d;
}

.map-point-preview__addr {
    display: none;
    font-size: .875rem;
    line-height: 1.3;
}

.map-point-preview__addr.is-expanded {
    display: block;
}

.map-point-preview__addr p:first-child {
    margin-top: 0;
}

.map-point-preview__addr p:last-child {
    margin-bottom: 0;
}

label.error {
    color: #ca0813;
    font-size: .5rem;
    text-transform: uppercase;
}

input.error {
    border-color: #ca0813;
}

.faq {
    margin: 0 auto 30px;
    max-width: 920px;
}

.faq-menu {
    overflow: hidden;
    margin-top: -30px;
}

.faq-menu__list {
    margin: 0 -16px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.faq-menu__item {
    margin: 10px 16px 0;
}

.faq-menu__item::before {
    display: none;
}

.faq-menu__item::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    border-bottom: 1px solid #dfe2e5;
}

.faq-menu__item:last-child .faq-menu__link::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 100vw;
    border-bottom: 1px solid #fff;
    z-index: 1;
}

.faq-menu__link {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #B0B2B7;
    padding: 9px 0;
    text-decoration: none !important;
    letter-spacing: .066em;
}

.faq-menu__link:focus, .faq-menu__link:hover, .faq-menu__link_active {
    color: #4A4B4C;
}

.faq-menu__link_active::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    border-top: 3px solid #ffc001;
    z-index: 1;
}

.faq-search {
    margin-top: 20px;
    position: relative;
}

.faq-search__input {
    background: #f6f6f7;
    padding-left: 50px;
}

.faq-search__button {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border: none;
    padding: 0;
}

.faq-search__button svg {
    width: 15px;
    height: 15px;
    color: rgba(105, 110, 117, .8);
}

.faq-results {
    margin-top: 24px;
    border-top: 1px solid #EDEDED;
    color: #000;
}

.faq-results__item {
    border-bottom: 1px solid #EDEDED;
}

.faq-results__item.active {
    background: #F6F6F8;
}

.faq-results__item.active .faq-results__title::after {
    transform: rotate(-90deg);
}

.faq-results__item.show {
    display: block;
}

.faq-results__item.hidden {
    display: none;
}

.faq-results__item .search-highlight {
    position: relative;
}

.faq-results__item .search-highlight::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: repeating-linear-gradient(-45deg, #ffc001, #ffc001 2px, transparent 2px, transparent 6px);
}

.faq-results__title {
    padding: 20px 55px 20px 30px;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.faq-results__title::after {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: url(../img/svg/arrow-right.svg) center no-repeat;
    transform: rotate(-270deg);
}

.faq-results__text {
    display: none;
    padding: 0 30px 32px;
}

.faq-results__inner {
    position: relative;
    padding-left: 20px;
    z-index: 1;
}

.faq-results__inner::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background: #ffc001;
}

.faq-results__inner a {
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .faq-menu__list {
        position: relative;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 1px;
    }

    .faq-menu__item::after {
        width: calc(100% + 32px);
    }

    .faq-menu__item:last-child::after {
        width: calc(100% + 16px);
    }

    .faq-menu__link::before {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .faq-results {
        margin-left: -10px;
        margin-right: -10px;
    }

    .faq-results__title {
        padding-left: 10px;
        padding-right: 35px;
    }

    .faq-results__title::after {
        right: 10px;
    }

    .faq-results__text {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.breadcrumbs {
    flex-basis: 100%;
    margin-top: 23px;
}

.right-content .breadcrumbs {
    margin-top: 24px;
}

.breadcrumbs__list {
    margin: 0 -16px;
    padding: 0;
}

.breadcrumbs__item {
    padding: 0 16px;
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #95989A;
}

.breadcrumbs__item:not(:last-child):after {
    content: '—';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1em;
    left: calc(100% - 5px);
}

.breadcrumbs__dropdown::before, .breadcrumbs__item:before {
    display: none;
}

.breadcrumbs__link {
    color: #95989A;
}

@media (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs {
        padding-left: 9.375rem;
        margin: 1rem 0 2rem;
    }
}

.breadcrumbs__dropdown {
    display: none;
    font-size: 12px;
    color: #95989A;
    margin-top: 14px;
    margin-bottom: 10px;
    height: 18px;
}

.breadcrumbs__dropdown::after {
    content: '>';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1em;
    left: calc(100% - 5px);
    font-size: 16px;
}

.breadcrumbs__dropdown-inner {
    padding: 0 16px;
}

.breadcrumbs__dropdown-button {
    width: 30px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: 0 0;
    border: 1px solid #b9bdc1;
    margin-top: -1px;
    outline: 0 !important;
    border-radius: 3px;
}

.breadcrumbs__dropdown-button:focus, .breadcrumbs__dropdown-button:hover {
    border-color: rgba(0, 0, 0, .3);
}

.breadcrumbs__dropdown-dots {
    position: relative;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #fdbf2d;
}

.breadcrumbs__dropdown-dots::after, .breadcrumbs__dropdown-dots::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fdbf2d;
    content: '';
    border-radius: 50%;
}

.breadcrumbs__dropdown-dots::before {
    left: -7px;
}

.breadcrumbs__dropdown-dots::after {
    left: 7px;
}

.breadcrumbs__dropdown-menu {
    display: none;
}

.mfp-wrap .breadcrumbs__dropdown-menu {
    display: block;
    background: #fff;
}

.breadcrumbs__dropdown-item:not(:last-child) {
    border-bottom: 1px solid #b9bdc1;
}

.breadcrumbs__dropdown-link {
    position: relative;
    text-decoration: none !important;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3;
    padding: 10px 0;
}

.breadcrumbs__dropdown-link::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -5px;
    background: url(../img/svg/arrow-right-yellow.svg) center no-repeat;
    width: 10px;
    height: 10px;
}

.breadcrumbs__dropdown-link::after {
    content: '';
    margin-left: 10px;
    border-radius: 50%;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    background: #ebebec;
}

@media (max-width: 991.98px) {
    .breadcrumbs {
        margin-top: 0;
        background: #ebebec;
        border-bottom: 1px solid #b9bdc1;
    }

    .basket__content .breadcrumbs {
        padding-left: 10px;
        margin-top: -1rem;
    }

    .breadcrumbs__list {
        display: flex;
    }

    .breadcrumbs__item {
        margin-top: 14px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .breadcrumbs__item::after {
        content: '>' !important;
        font-size: 16px;
        opacity: .75;
    }

    .breadcrumbs__link {
        white-space: nowrap;
    }

    .breadcrumbs__item:not(:first-child):not(:nth-last-child(2)), .breadcrumbs__item:nth-last-child(2)::after {
        display: none;
    }

    .breadcrumbs__dropdown {
        display: inline-block !important;
    }
}

@media (max-width: 767.98px) {
    .col > .breadcrumbs {
        margin-left: -10px;
        margin-right: -10px;
        min-width: calc(100% + 20px);
        max-width: calc(100% + 20px);
    }

    .breadcrumbs:not(.col) {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: -12px;
    }

    .col.content > .row > .col > .breadcrumbs.col {
        margin-top: -12px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .catalog .col > .breadcrumbs, .col.content > .row > .col > .breadcrumbs.col {
        margin-top: -12px;
    }

    .breadcrumbs {
        padding-left: 140px !important;
    }

    .row > .breadcrumbs {
        margin-left: 10px;
        padding-right: 10px;
        max-width: calc(100% - 20px);
    }

    .basket__content .breadcrumbs {
        margin-left: 0;
    }

    .faq > .breadcrumbs {
        margin-left: 10px;
        max-width: calc(100% - 20px);
    }
}

.pagination {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    border-radius: 0;
}

.pagination-list {
    margin: 0 -4px;
    padding: 0;
    display: inline-block;
}

.pagination-list::after {
    display: block;
    content: "";
    clear: both;
}

.pagination-item {
    margin: 10px 4px !important;
    float: left;
}

.pagination-item:before {
    display: none;
}

.pagination-link {
    font-size: .8125rem;
    text-transform: uppercase;
    font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 0;
    text-decoration: none !important;
    display: block;
    border-radius: 2px;
    border: 1px solid #CED0D2;
    background: #fff;
    letter-spacing: 0;
    -webkit-user-select: none;
    user-select: none;
}

.pagination-link:not(.pagination-dots):focus, .pagination-link:not(.pagination-dots):hover {
    color: #000;
    background: #fdbf2d;
    border-color: #fdbf2d;
}

.pagination-link:not(.pagination-dots):focus .pagination-icon, .pagination-link:not(.pagination-dots):hover .pagination-icon {
    color: #000;
}

.pagination-current, .pagination-dots {
    cursor: default;
    pointer-events: none;
}

.pagination-arrow {
    width: auto;
    padding: 0 12px;
}

.pagination-prev {
    margin-right: 16px;
}

.pagination-next {
    margin-left: 16px;
}

.pagination-current {
    color: #000;
    border-color: #fdbf2d !important;
    border-width: 2px;
    line-height: 36px;
}

.pagination-icon {
    display: inline-block;
    color: #CED0D2;
}

.pagination-icon svg {
    margin-top: -2px;
    height: 38px;
    width: 15px;
}

@media (max-width: 991px) {
    .pagination {
        display: block;
    }

    .pagination__list {
        display: block;
        width: 100%;
        white-space: nowrap;
    }

    .pagination__list:after {
        display: none;
    }

    .pagination .pagination-item-arr {
        float: none;
        display: inline-block;
        vertical-align: bottom;
    }

    .pagination-item:not(.pagination-item-arr) {
        display: none;
    }

    .pagination-txt {
        text-align: center;
        padding-top: 1.25rem;
    }

    .pagination .pagination-item-arr:first-child {
        float: left;
    }

    .pagination .pagination-item-arr:last-child {
        float: right;
    }
}

@media (min-width: 992px) {
    .pagination-txt {
        display: none;
    }
}

.rating {
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 -4px;
    line-height: 1;
}

.rating.active {
    height: auto;
    position: relative;
    top: -2px;
}

.rating__stars {
    display: flex;
    align-items: center;
}

.rating__stars:hover .rating__star.active svg {
    color: transparent;
}

.rating__stars:hover .rating__star.hover-active svg {
    color: #fdbf2d;
}

.rating__star {
    background: 0 0;
    border: none;
    outline: 0 !important;
    padding: 0 4px;
}

.rating__star svg {
    width: 16px;
    height: 16px;
    color: transparent;
    fill: #fdbf2d;
}

.rating__star.active svg, .rating__star.hover-active svg {
    color: #fdbf2d;
}

.phone-container {
    display: flex;
    flex-wrap: wrap;
}

.phone-container label.error {
    min-width: 100%;
    margin: .5rem 0 0;
}

.phone-container .fluid-control.-small, .phone-container .order-form__input.-small, .phone-container .popup-form__input.-small {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-container .fluid-control.-big, .phone-container .order-form__input.-big, .phone-container .popup-form__input.-big {
    min-width: calc(100% - 55px);
    max-width: calc(100% - 55px);
    margin-left: auto;
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
}

.news-list__item .article-block, .slick-slide, .slick-slide > div > div {
    min-height: 100%;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

@keyframes animateNavHover {
    0% {
        transform: scale(1) rotate(0);
    }
    50% {
        transform: scale(.8) rotate(22deg);
    }
    100% {
        transform: scale(1) rotate(45deg);
    }
}

@keyframes animateNavHoverOut {
    0% {
        transform: scale(1) rotate(45deg);
    }
    50% {
        transform: scale(.8) rotate(22deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.125rem;
    height: 3.125rem;
    color: #FFF;
    font-size: 12px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
}

.owl-theme .owl-nav [class*=owl-]:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fdbf2d;
    transition: transform .3s ease-out;
}

.owl-theme .owl-nav [class*=owl-]:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-prev {
    left: -5rem;
}

.owl-theme .owl-prev:not(.disabled):before {
    -webkit-animation: animateNavHoverOut .3s linear;
    animation: animateNavHoverOut .3s linear;
}

.owl-theme .owl-prev:not(.disabled):hover:before {
    -webkit-animation: animateNavHover .3s linear forwards;
    animation: animateNavHover .3s linear forwards;
}

.owl-theme .owl-next {
    right: -5rem;
}

.owl-theme .owl-next:not(.disabled):before {
    -webkit-animation: animateNavHoverOut .3s linear;
    animation: animateNavHoverOut .3s linear;
}

.owl-theme .owl-next:not(.disabled):hover:before {
    -webkit-animation: animateNavHover .3s linear forwards;
    animation: animateNavHover .3s linear forwards;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 7px;
    background: #979ca3;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fdbf2d;
}

.parallax-slider .owl-nav [class*=owl-]:before {
    background: #12181a;
}

.parallax-slider .owl-nav .owl-prev {
    left: 1.25rem;
}

.parallax-slider .owl-nav .owl-next {
    right: 1.25rem;
}

.swal2-container, body.swal2-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}

body.swal2-shown {
    overflow-y: hidden;
}

.swal2-container {
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    padding: 10px;
    background-color: transparent;
    z-index: 1060;
}

.swal2-container.swal2-fade {
    transition: background-color .1s;
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, .4);
}

.swal2-modal {
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: relative;
    max-width: 100%;
}

.swal2-modal:focus {
    outline: 0;
}

.swal2-modal.swal2-loading {
    overflow-y: hidden;
}

.swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word;
}

.swal2-modal .swal2-buttonswrapper {
    margin-top: 15px;
}

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4;
    cursor: no-drop;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    border: 4px solid transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 7.5px;
    vertical-align: top;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    border-radius: 100%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-slider, .swal2-icon {
    -moz-user-select: none;
    -ms-user-select: none;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
    margin-left: 30px;
    margin-right: 30px;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    display: inline-block;
    content: '';
    margin-left: 5px 0 15px;
    vertical-align: -1px;
    height: 15px;
    width: 15px;
    border: 3px solid #999;
    box-shadow: 1px 1px 1px #fff;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    animation: rotate-loading 1.5s linear 0s infinite normal;
}

.mfp-container:before, .mfp-content, .slick-next-circle, .slick-prev-circle, .swal2-modal .swal2-checkbox input, .swal2-modal .swal2-checkbox span, .swal2-modal .swal2-radio input, .swal2-modal .swal2-radio span {
    vertical-align: middle;
}

.swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px;
}

.swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%;
}

.swal2-modal .swal2-close {
    background: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #ccc;
    transition: color .1s ease;
}

.swal2-modal .swal2-close:hover {
    color: #d55;
}

.swal2-modal > .swal2-checkbox, .swal2-modal > .swal2-file, .swal2-modal > .swal2-input, .swal2-modal > .swal2-radio, .swal2-modal > .swal2-select, .swal2-modal > .swal2-textarea {
    display: none;
}

.swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word;
}

.swal2-modal .swal2-checkbox, .swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-radio, .swal2-modal .swal2-select, .swal2-modal .swal2-textarea {
    margin: 20px auto;
}

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    transition: border-color box-shadow .3s;
}

.swal2-modal .swal2-file.swal2-inputerror, .swal2-modal .swal2-input.swal2-inputerror, .swal2-modal .swal2-textarea.swal2-inputerror {
    border-color: #ca0813 !important;
    box-shadow: 0 0 2px #ca0813 !important;
}

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
    outline: 0;
    border: 1px solid #b4dbed;
    box-shadow: 0 0 3px #c4e6f5;
}

.swal2-modal .swal2-file:focus::-webkit-input-placeholder, .swal2-modal .swal2-input:focus::-webkit-input-placeholder, .swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .3s .03s ease;
    transition: opacity .3s .03s ease;
    opacity: .8;
}

.swal2-modal .swal2-file:focus::-moz-placeholder, .swal2-modal .swal2-input:focus::-moz-placeholder, .swal2-modal .swal2-textarea:focus::-moz-placeholder {
    -moz-transition: opacity .3s .03s ease;
    transition: opacity .3s .03s ease;
    opacity: .8;
}

.swal2-modal .swal2-file:focus::-ms-input-placeholder, .swal2-modal .swal2-input:focus::-ms-input-placeholder, .swal2-modal .swal2-textarea:focus::-ms-input-placeholder {
    -ms-transition: opacity .3s .03s ease;
    transition: opacity .3s .03s ease;
    opacity: .8;
}

.swal2-modal .swal2-file:focus::placeholder, .swal2-modal .swal2-input:focus::placeholder, .swal2-modal .swal2-textarea:focus::placeholder {
    transition: opacity .3s .03s ease;
    opacity: .8;
}

.swal2-modal .swal2-file::-webkit-input-placeholder, .swal2-modal .swal2-input::-webkit-input-placeholder, .swal2-modal .swal2-textarea::-webkit-input-placeholder {
    color: #e6e6e6;
}

.swal2-modal .swal2-file::-moz-placeholder, .swal2-modal .swal2-input::-moz-placeholder, .swal2-modal .swal2-textarea::-moz-placeholder {
    color: #e6e6e6;
}

.swal2-modal .swal2-file::-ms-input-placeholder, .swal2-modal .swal2-input::-ms-input-placeholder, .swal2-modal .swal2-textarea::-ms-input-placeholder {
    color: #e6e6e6;
}

.swal2-modal .swal2-file::placeholder, .swal2-modal .swal2-input::placeholder, .swal2-modal .swal2-textarea::placeholder {
    color: #e6e6e6;
}

.swal2-modal .swal2-range input {
    float: left;
    width: 80%;
}

.swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.swal2-modal .swal2-range input, .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0;
}

.swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px;
}

.swal2-modal .swal2-input[type=number] {
    max-width: 150px;
}

.swal2-modal .swal2-file {
    font-size: 20px;
}

.swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px;
}

.swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%;
}

.swal2-modal .swal2-radio {
    border: 0;
}

.swal2-modal .swal2-radio label:not(:first-child) {
    margin-left: 20px;
}

.swal2-modal .swal2-radio input {
    margin: 0 3px 0 0;
}

.swal2-modal .swal2-checkbox {
    color: #545454;
}

.swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none;
}

.swal2-modal .swal2-validationerror::before {
    content: '!';
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 10px;
}

.swal2-icon.swal2-info, .swal2-icon.swal2-question, .swal2-icon.swal2-warning {
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}

@supports (-ms-accelerator:true) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

.swal2-icon {
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
}

.swal2-icon.swal2-error {
    border-color: #ca0813;
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    display: block;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #ca0813;
    display: block;
    top: 37px;
    border-radius: 2px;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    transform: rotate(45deg);
    left: 17px;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    transform: rotate(-45deg);
    right: 16px;
}

.swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f0ad4e;
    border-color: #f3bc6f;
}

.swal2-icon.swal2-info {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: #5bc0de;
    border-color: #b0e1ef;
}

.swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
}

.swal2-icon.swal2-success {
    border-color: #2d8d57;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    transform: rotate(-45deg);
    transform-origin: 60px 60px;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    transform: rotate(-45deg);
    transform-origin: 0 60px;
}

.swal2-icon.swal2-success .swal2-success-ring {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(45, 141, 87, .2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.mfp-container, .slick-slider, img.mfp-img {
    box-sizing: border-box;
}

.swal2-icon.swal2-success .swal2-success-fix {
    width: 7px;
    height: 90px;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    height: 5px;
    background-color: #2d8d57;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    width: 25px;
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    width: 47px;
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
}

.swal2-progresssteps {
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
}

.swal2-progresssteps li {
    display: inline-block;
    position: relative;
}

.slick-list, .slick-slider {
    display: block;
    position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
    margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
    margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle, .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
    background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10;
}

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(.7);
    }
    45% {
        transform: scale(1.05);
    }
    80% {
        transform: scale(.95);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(.7);
    }
    45% {
        transform: scale(1.05);
    }
    80% {
        transform: scale(.95);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(.5);
        opacity: 0;
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(.5);
        opacity: 0;
    }
}

.swal2-show {
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s;
}

.swal2-show.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
}

.swal2-hide {
    -webkit-animation: hideSweetAlert .15s forwards;
    animation: hideSweetAlert .15s forwards;
}

.swal2-hide.swal2-noanimation {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes animate-success-tip {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animate-success-tip {
    0%, 54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animate-success-long {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animate-success-long {
    0%, 65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
    }
    100%, 12% {
        transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0%, 5% {
        transform: rotate(-45deg);
    }
    100%, 12% {
        transform: rotate(-405deg);
    }
}

.swal2-animate-success-line-tip {
    -webkit-animation: animate-success-tip .75s;
    animation: animate-success-tip .75s;
}

.swal2-animate-success-line-long {
    -webkit-animation: animate-success-long .75s;
    animation: animate-success-long .75s;
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0);
        opacity: 1;
    }
}

@keyframes animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0);
        opacity: 1;
    }
}

.swal2-animate-error-icon {
    -webkit-animation: animate-error-icon .5s;
    animation: animate-error-icon .5s;
}

@-webkit-keyframes animate-x-mark {
    0%, 50% {
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animate-x-mark {
    0%, 50% {
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.swal2-animate-x-mark {
    -webkit-animation: animate-x-mark .5s;
    animation: animate-x-mark .5s;
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.slick-slider {
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    height: auto;
    display: none;
}

.slick-slide > div {
    min-height: 100%;
    display: flex;
    width: 100%;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    width: 56px;
    height: 56px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: #fff;
    color: #979ca3;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: background-color .2s ease-out;
    z-index: 10;
}

.slick-next .svg-icon, .slick-prev .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 14px;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    background: #b9bdc1;
    color: #fff;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25;
}

.slick-prev {
    left: -28px;
}

.slick-next {
    right: -28px;
}

.slick-next-circle, .slick-prev-circle {
    position: relative;
    display: inline-block;
    width: 2.625rem;
    height: 2.625rem;
    border: 2px solid #b9bdc1;
    color: #b9bdc1;
    background-color: transparent;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.slick-next-circle:focus, .slick-next-circle:hover, .slick-prev-circle:focus, .slick-prev-circle:hover {
    border-color: #fdbf2d;
    color: #fdbf2d;
    outline: 0;
}

.slick-next-circle .svg-icon, .slick-prev-circle .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: .875rem;
}

.slick-next-circle.slick-disabled, .slick-prev-circle.slick-disabled {
    opacity: .5;
}

.slick-next-circle.slick-disabled:focus, .slick-next-circle.slick-disabled:hover, .slick-prev-circle.slick-disabled:focus, .slick-prev-circle.slick-disabled:hover {
    color: #b9bdc1;
    border-color: #b9bdc1;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li, .slick-dots li button {
    width: .3125rem;
    height: .3125rem;
    padding: 0;
    cursor: pointer;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    border: 0;
    background: #b9bdc1;
    display: block;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    border-radius: 50%;
}

.slick-dots li button:focus, .slick-dots li button:hover {
    background-color: #696e75;
    outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    font-family: Arial;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mfp-bg, .mfp-wrap {
    position: fixed;
    left: 0;
    top: 0;
}

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
    content: '';
}

.mfp-bg, .mfp-container, .mfp-wrap {
    width: 100%;
    height: 100%;
}

.slick-dots li:before {
    display: none;
}

.slick-dots li.slick-active button {
    background-color: #696e75;
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75;
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    overflow: auto;
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: auto;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-close, .mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none;
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
}

.mfp-figure, img.mfp-img {
    line-height: 0;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block;
}

img.mfp-img {
    padding: 40px 0;
    margin: 0 auto;
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

.easyzoom-flyout, .easyzoom-notice {
    background: #FFF;
    position: absolute;
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(.75);
    }

    .mfp-arrow-left {
        transform-origin: 0;
    }

    .mfp-arrow-right {
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.responsive-tabs-container .tab-pane {
    margin-bottom: 15px;
}

.responsive-tabs-container .accordion-link {
    display: none;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-bottom: 2px solid #b9bdc1;
    color: #333;
}

@media (max-width: 767px) {
    .responsive-tabs-container.accordion-xs .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-xs .accordion-link {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsive-tabs-container.accordion-sm .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-sm .accordion-link {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .responsive-tabs-container.accordion-md .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-md .accordion-link {
        display: block;
    }
}

@media (min-width: 1200px) {
    .responsive-tabs-container.accordion-lg .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-lg .accordion-link {
        display: block;
    }
}

.easyzoom {
    position: relative;
    display: block;
    margin: auto;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    z-index: 100;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    width: 100%;
}

.easyzoom-flyout img {
    max-width: none;
    max-height: none;
    margin-top: 0;
}

.easyzoom--overlay .easyzoom-flyout {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.easyzoom--overlay .easyzoom-flyout img {
    min-width: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 15px;
    border: 2px solid #fdbf2d;
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    filter: grayscale(1);
    filter: gray;
}

.grayscale.grayscale-fade {
    transition: filter .5s;
}

.grayscale.grayscale-fade:hover, .grayscale.grayscale-off {
    filter: grayscale(0);
}

.grayscale.grayscale-replaced {
    filter: none;
}

.grayscale.grayscale-replaced > svg {
    transition: opacity .5s ease;
    opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-fade:hover > svg, .grayscale.grayscale-replaced.grayscale-off > svg {
    opacity: 0;
}

.news-list {
    margin-bottom: 2rem;
}

.news-list__item {
    margin-bottom: 1rem;
}

.news-detail + p {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}

[data-ajax-load] {
    height: 100vh;
}

[data-ajax-load] > .loader-inner {
    display: none;
}

[data-ajax-load].loading {
    position: relative;
}

[data-ajax-load].loading > .loader-inner {
    display: block;
}
