@import url("/local/templates/ov_30/css/fonts/font-awesome/css/font-awesome.min.css");

@charset "UTF-8";
.burger-menu {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .burger-menu {
        display: block;
        order: 4;
        margin-left: 8px;
    }
}

.burger-menu__btn {
    display: block;
    position: relative;
    height: 17px;
}

.burger-menu__btn-line {
    display: block;
    position: relative;
    width: 24px;
    height: 2px;
    background: #000;
    left: 0;
    top: 0;
    border-radius: 2px;
}

.burger-menu__btn-line._line2 {
    top: 4px;
}

.burger-menu__btn-line._line3 {
    top: 8px;
}

._opened-menu-mobile {
    overflow: hidden;
}

.popup-menu {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    right: 0;
    height: 100%;
    /* height: 100vh; */
    background: #fff;
    overflow: auto;
    padding: 118px 30px 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.3s;
}

._opened-menu-mobile .popup-menu {
    top: 0;
}

.popup-menu__column {
    max-width: 280px;
    margin-right: 85px;
}

@media only screen and (max-width: 640px) {
    .popup-menu__column {
        min-width: 100%;
        /* margin-bottom: 60px; */
    }
}

.popup-menu__link {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #0A1015;
    margin-bottom: 20px;
    text-decoration: underline;
}

.popup-menu__link._bold {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.popup-menu__close {
    position: absolute;
    display: block;
    height: 82px;
    width: 82px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 82px;
    background: rgba(210, 214, 217, 0.11);
}

.popup-menu__close svg {
    widht: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow: visible;
}

html body .jqmWindow .form_frame {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-height: calc(100vh - 30px);
    overflow-y: auto;
}

html body .services_propose_frame > .jqmClose.top-close {
    display: none;
}

html body .jqmWindow .fb_header {
    position: relative;
    min-height: 38px;
    padding-right: 70px;
}

html body .jqmWindow .fb_header .jqmClose {
    top: 0;
    right: 20px;
    width: 26px;
    height: 26px;
}

html body .jqmWindow .fb_header .jqmClose:after {
    top: 0;
    right: 0;
    margin-top: 0;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 0px;
}

.fancybox-content {
    background: #F7F9FA;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 82px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 82px;
    background: rgba(210, 214, 217, 0.11) !important;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 0px;
        padding-right: 0px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.catalogue_section {
    display: flex;
    padding-top: 74px;
}

@media only screen and (max-width: 1024px) {
    .catalogue_section {
        padding-top: 30px;
    }
}

.cs_left_wrapper {
    padding: 5px 68px 30px 75px;
    background: #ffffff;
    width: 400px;
}

@media only screen and (max-width: 1210px) {
    body .cs_left_wrapper {
        padding: 5px 42px 30px 38px;
        width: 327px;
    }
}

@media only screen and (max-width: 1024px) {
    body .cs_left_wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        overflow: auto;
        background: #fff;
        padding-top: 125px;
        z-index: 999;
        right: -360px;
        transition: all 0.5s;
        width: 360px;
    }
}

@media only screen and (max-width: 640px) {
    body .cs_left_wrapper {
        width: 100vw;
        left: -100vw;
        right: 0;
        box-sizing: border-box;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    body._opened-filter .cs_left_wrapper {
        right: 0;
    }
}

@media only screen and (max-width: 640px) {
    body._opened-filter .cs_left_wrapper {
        left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .bx-filter-container-modef {
        display: none;
    }
}

.lw_title {
    /* font-size: 0.9375em; */
    color: #c4000c;
    /* margin-bottom: 20px; */
    font-weight: 600;
    /* text-transform: uppercase; */
}

.lw_title a {
    color: #0a1015;
}

.filter > .lw_title {
    color: #1e2832;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 84px;
    margin-left: 1px;
    text-transform: uppercase;
}

.lw_col_menu {
    margin-bottom: 44px;
}

.lw_col_menu.lw_filter > .lwcm_bar > .lwmb_title {
    line-height: 30px;
}

.filter .lwmb_title {
    margin-top: 27px;
}

.lw_col_menu.lw_filter > .lwcm_bar > .lw_filter_price {
    /* max-height: 0; */
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 50px;
    -moz-transition: all 0.3s ease-out 0s, -moz-transform 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s, -o-transform 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s, transform 0.3s ease-out 0s;
}

.lw_col_menu.lw_filter > .lwcm_bar._active > .lw_filter_price {
    padding-bottom: 2px;
    max-height: 200px;
    padding-top: 13px;
}

._open > .lwmb_title:after {
    content: "";
    display: none;
    position: absolute;
    right: -1px;
    z-index: 1;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 11px;
    background: #000000;
    height: 11px;
    -webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 492.004 492.004"><path d="M382.678 226.804L163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z"/></svg>');
    mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 492.004 492.004"><path d="M382.678 226.804L163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z"/></svg>');
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all 0.3s ease-out 0s, -moz-transform 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s, -o-transform 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s, transform 0.3s ease-out 0s;
}

._open > .lwmb_title:hover:after {
    background: #c4000c;
}

._open._active > .lwmb_title:after {
    background: #c4000c;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.filter ._open._active > .lwmb_title:after {
    background: #000000;
}

.filter.lwmb_title:hover,
.filter .lwcm_bar._active > .lwmb_title {
    color: #0a1015;
}

.lwmb_title {
    color: #0a1015;
    margin-top: 14px;
    padding-right: 25px;
    /* font-size: 0.9375em; */
    line-height: 20px;
    font-weight: 600;
}

.lwmb_title a {
    color: #0a1015;
    -moz-transition: color 0.3s ease-out 0s;
    -webkit-transition: color 0.3s ease-out 0s;
    -o-transition: color 0.3s ease-out 0s;
    transition: color 0.3s ease-out 0s;
}

.lwmb_title span {
    color: #c4000c;
}

.lwmb_title a:hover {
    color: #c4000c;
}

.lwmb_title:hover,
.lwcm_bar._active > .lwmb_title {
    color: #c4000c;
}

.lwcm_bar > ul {
    -moz-transition: all 0.3s ease-out 0s, -moz-transform 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s, -o-transform 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s, transform 0.3s ease-out 0s;
    max-height: 0;
    overflow: hidden;
    margin: 0;
}

.lwcm_bar._active > ul {
    max-height: 200px;
    margin-left: 18px;
    margin-top: 1px;
    margin-bottom: 12px;
}

.lwcm_bar > ul > li {
    margin-top: 10px;
}

.lwcm_bar > ul > li::before {
    display: none;
}

.lwcm_bar > ul > li > a {
    font-size: 0.9375em;
    font-weight: 300;
    color: #0a1015;
    line-height: 25px;
}

.lw_filter {
    border-top: 1px solid #f2f3f4;
}

._p_range {
    display: flex;
    height: 12px;
    margin-bottom: 23px;
    margin-top: 21px;
}

._p_range::after {
    content: "";
    position: absolute;
    height: 1px;
    top: 6px;
    left: 0;
    right: 0;
    background: #d2d6d9;
    display: block;
}

._r_left {
    border: 6px solid #c4000c;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    z-index: 3;
}

._r_right {
    border: 6px solid #c4000c;
    border-radius: 100px;
    position: absolute;
    right: 0px;
    z-index: 3;
}

._p_range > abbr {
    background: #c4000c;
    right: 0px;
    height: 1px;
    left: 0px;
    z-index: 2;
    top: 6px;
    position: absolute;
}

._p_values {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

._v_left {
    color: #8f98a1;
    border-radius: 2px;
    background: #ffffff;
    text-align: center;
    width: 71px;
    font-size: 0.875em;
    /* padding: 7px 0px; */
    /* box-shadow: 1px 2px 4px 0 rgba(30, 49, 66, 0.1); */
}

._p_values > span {
    color: #8f98a1;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 0.875em;
}

._v_right {
    color: #8f98a1;
    border-radius: 2px;
    background: #ffffff;
    /* padding: 7px 0px; */
    text-align: center;
    font-size: 0.875em;
    width: 71px;
    /* box-shadow: 1px 2px 4px 0 rgba(30, 49, 66, 0.1); */
}

._active > ._p_values {
    display: flex;
    /* margin-bottom: 13px; */
    align-items: center;
}

._active > ._p_values > ._v_left {
    color: #0a1015;
}

._active > ._p_values > ._v_right {
    color: #0a1015;
}

._p_values > del {
    color: #8f98a1;
    margin-left: 9px;
}

._active > ._p_values > del {
    color: #0a1015;
}

.lw_filter_checkboxes {
    /* max-height: 0; */
    overflow: hidden;
    margin-top: 25px;
    /* margin-bottom: 55px; */
    -moz-transition: all 0.3s ease-out 0s, -moz-transform 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s, -o-transform 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s, transform 0.3s ease-out 0s;
}

._active > .lw_filter_checkboxes {
    max-height: 250px;
    margin-top: 10px;
    padding-left: 2px;
    margin-bottom: 31px;
}

.lw_filter_checkboxes > article > input[type=checkbox] {
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 2;
    margin: 0;
    display: none;
}

.lw_filter_checkboxes > article > label::before {
    content: "";
    position: absolute;
    z-index: 1;
    /* right: 78px; */
    /* bottom: -2px; */
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 17px;
    background: #ffffff;
    border: 2px solid #78838e;
    border-radius: 2px;
    left: 0;
    top: 0;
    /* margin-left: -29px; */
    margin-top: -2px;
}

.lw_filter_checkboxes > article > input[type=checkbox]:checked + label::before {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(196, 0, 12)" d="M504.502 75.496c-9.997-9.998-26.205-9.998-36.204 0L161.594 382.203 43.702 264.31c-9.997-9.998-26.205-9.997-36.204 0s-9.998 26.205 0 36.203l135.994 135.992c9.994 9.997 26.214 10 36.204 0L504.502 111.7c9.998-9.997 9.997-26.206 0-36.204z"/></svg>') no-repeat center;
    background-size: 14px;
}

.lw_filter_checkboxes > article._passive > input[type=checkbox]:checked + label::before {
    background: none;
}

.lw_filter_checkboxes > article {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-left: 2px;
    padding-bottom: 7px;
}

.lw_filter_checkboxes > article._passive > label {
    color: #bcc2c7;
}

.lw_filter_checkboxes > article._passive > label::before {
    border: 2px solid #bcc2c7;
    background: none;
}

.lw_filter_checkboxes > article > label {
    color: #1e2832;
    font-size: 0.93em;
    font-weight: 400;
    text-transform: lowercase;
    padding-left: 32px;
    cursor: pointer;
}

.lw_filter_checkboxes > article > label ins {
    font-size: 0.625em;
    margin-left: 4px;
}

.lw_action {
    border-top: 1px solid #f2f3f4;
    margin-top: -25px;
    display: none;
    padding-top: 24px;
}

._ready > .lw_action {
    display: flex;
}

.bf_submit {
    background: #c4000c;
    border: 0;
    color: #ffffff;
    padding: 13px 37.5px;
    font-size: 0.75em;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    -moz-transition: all 0.3s ease-out 0s, -moz-transform 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s, -o-transform 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s, transform 0.3s ease-out 0s;
    -webkit-appearance: none;
}

@media only screen and (max-width: 640px) {
    .bf_submit {
        padding: 23px 37.5px;
    }
}

.bf_submit:hover {
    background: #e6000f;
}

.bf_reset {
    background: none;
    border: 0;
    color: #8e98a0;
    font-size: 0.75em;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 10px;
    padding: 0px 22px;
    padding-top: 1px;
    font-weight: 500;
    -moz-transition: all 0.3s ease-out 0s, -moz-transform 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s, -o-transform 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s, transform 0.3s ease-out 0s;
}

.bf_reset:hover {
    color: #1e2832;
    /* border-bottom: 1px solid; */
    /* text-decoration: underline; */
}

.m_nav a {
    font-size: 0.8125em;
    font-weight: 500;
    font-size: 13px;
    font-weight: 500;
    color: #747d86;
    -moz-transition: all 0.3s ease-out 0s, -moz-transform 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s, -o-transform 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s, transform 0.3s ease-out 0s;
}

.m_nav a:hover {
    color: #c4000c;
}

.m_nav a:nth-last-child(2):after {
    color: #c4000c;
}

.m_nav a:after {
    content: "";
    color: #747d86;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    width: 4px;
    height: 6px;
    background: red;
    margin-bottom: 2px;
    vertical-align: middle;
    -webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="6" viewBox="0 0 4 6"><path fill="rgb(0,0,0)" fill-rule="evenodd" d="M0 .705L2.47 3 0 5.295.76 6l3.237-3L.761 0 0 .705z" clip-rule="evenodd"/></svg>');
    mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="6"  viewBox="0 0 4 6"><path fill="rgb(0,0,0)" fill-rule="evenodd" d="M0 .705L2.47 3 0 5.295.76 6l3.237-3L.761 0 0 .705z" clip-rule="evenodd"/></svg>');
    -webkit-mask-size: 100% 100%;
}

.m_nav span {
    font-size: 0.8125em;
    font-weight: 500;
    color: #0a1015;
}

._detail .main_wrapper .m_nav a {
    font-size: 0.8125em;
    font-weight: 500;
}

._detail .main_wrapper .m_nav span {
    font-size: 0.8125em;
    font-weight: 500;
}

.main_wrapper > h1 {
    margin: 0;
    font-size: 2em;
    font-weight: 600;
    margin-top: 31px;
    color: #0a1015;
}

@media only screen and (max-width: 640px) {
    .main_wrapper > h1 {
        text-align: center;
        margin-bottom: 29px;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }
}

.cs_sort_bar {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    /* border: 1px solid; */
}

@media only screen and (max-width: 1024px) {
    .cs_sort_bar {
        display: none;
    }
}

.css_sort {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

@media only screen and (max-width: 1210px) {
    .css_sort {
        margin-right: 20px;
    }
}

.css_sort > abbr {
    margin-left: 16px;
    padding-left: 26px;
}

.css_sort._portion > abbr {
    padding-left: 5px;
    margin-left: 10px;
}

.css_sort > abbr:hover {
    color: #c4000c;
}

.css_sort > abbr:before {
    top: 50%;
    bottom: auto;
    margin-top: 0;
    margin-bottom: 0;
    transform: translateY(-50%);
}

.css_sort > span {
    color: #8d979f;
}

.asc,
.desc {
    display: flex;
    align-items: center;
}

.asc:before,
.desc:before,
.pop:before,
.new:before {
    content: "";
    width: 11px;
    height: 10px;
    margin-right: 16px;
    display: inline-block;
    background: #0a1015;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.asc:before {
    -webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 10"> <path fill="rgb(10,16,21)" fill-rule="evenodd" d="M0 10V8h11v2H0zm0-6h8v2H0V4zm0-4h3v2H0V0z"/> </svg>');
    mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 10"> <path fill="rgb(10,16,21)" fill-rule="evenodd" d="M0 10V8h11v2H0zm0-6h8v2H0V4zm0-4h3v2H0V0z"/> </svg>');
    margin-bottom: 2px;
}

.desc:before {
    -webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 10"> <path fill="rgb(10,16,21)" fill-rule="evenodd" d="M0 2V0h11v2H0zm8 4H0V4h8v2zm-5 4H0V8h3v2z"/> </svg>');
    mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 10"> <path fill="rgb(10,16,21)" fill-rule="evenodd" d="M0 2V0h11v2H0zm8 4H0V4h8v2zm-5 4H0V8h3v2z"/> </svg>');
}

.pop:before,
.new:before {
    -webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"> <path fill="rgb(10,16,21)" fill-rule="evenodd" d="M0 12v-2h18v2H0zm0-7h18v2H0V5zm0-5h18v2H0V0z"/></svg>');
    mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 12"> <path fill="rgb(10,16,21)" fill-rule="evenodd" d="M0 12v-2h18v2H0zm0-7h18v2H0V5zm0-5h18v2H0V0z"/></svg>');
    width: 18px;
    height: 12px;
}

.css_sort [data-fly-switch] {
    padding-right: 22px;
    cursor: pointer;
}

.css_sort [data-fly-switch]:after {
    /*.css_sort > del:before {*/
    content: "";
    display: inline;
    position: absolute;
    right: 0px;
    /* z-index: 1; */
    /* margin-top: 2px; */
    top: 4px;
    margin: auto;
    /* margin-bottom: auto; */
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 11px;
    background: #000000;
    height: 11px;
    -webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 492.004 492.004"><path d="M382.678 226.804L163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z"/></svg>');
    mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 492.004 492.004"><path d="M382.678 226.804L163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z"/></svg>');
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all 0.3s ease-out 0s, -moz-transform 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s, -o-transform 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s, transform 0.3s ease-out 0s;
}

.css_sort [data-fly-switch]._active:after {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.css_fly {
    background: #ffffff;
    position: absolute;
    border-radius: 8px;
    padding: 18px 40px 16px 16px;
    /* padding-bottom: 28px; */
    z-index: 2;
    top: 30px;
    left: 29px;
    opacity: 0;
    display: none;
    box-shadow: 0 0 30px 0 rgba(30, 49, 66, 0.17);
    -moz-transition: all 0.3s ease-out 0s, -moz-transform 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s, -o-transform 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s, transform 0.3s ease-out 0s;
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}

.css_fly._is {
    display: block;
}

.css_fly._on {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

._portion del {
    margin-left: 18px;
}

._portion .asc:before {
    display: none;
}

._portion .asc {
    margin-left: 11px;
}

._portion .css_fly {
    left: 90px;
    padding: 20px 43px 28px 22px;
}

._portion .css_fly > menu li {
    font-size: 0.8125em;
    color: #0a1015;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 300;
}

._portion .css_fly > menu li:last-child {
    margin-bottom: 0;
}

._portion .css_fly > menu li:hover {
    color: #c4000c;
}

.css_fly > menu {
    padding: 0;
    margin: 0;
}

.css_fly > menu li {
    cursor: pointer;
    white-space: nowrap;
    font-size: 0.8125em;
    align-items: center;
    display: flex;
    font-weight: 400;
    margin-bottom: 11px;
    padding-left: 20px;
}

.css_fly > menu li.asc:before {
    margin-right: 10px;
}

.css_fly > menu > li:before {
    top: 50%;
    bottom: auto;
    margin-top: 0;
    margin-bottom: 0;
    transform: translateY(-50%);
}

.css_fly > menu > li:hover:before {
    background: #c4000c;
}

.css_fly > menu > li {
    list-style-type: none;
}

.css_fly > menu > li a {
    color: #0a1015;
}

.css_fly > menu > li a:hover {
    color: #c4000c;
}

.hp_list {
    flex-wrap: wrap;
    margin-top: 40px;
    display: flex;
}

.cs_pagination {
    padding-left: 10px;
    margin-top: 15px;
}

.cs_pagination > a {
    color: #4c5b68;
    margin-right: 0px;
    padding: 10px 20px;
    font-weight: 500;
    -webkit-transition: color 0.3s 0s ease-out;
    -moz-transition: color 0.3s 0s ease-out;
    -ms-transition: color 0.3s 0s ease-out;
    -o-transition: color 0.3s 0s ease-out;
    transition: color 0.3s 0s ease-out;
}

.cs_pagination > a:hover {
    color: #c4000c;
}

.cs_pagination > *:first-child {
    padding-left: 2px;
}

.cs_pagination > span {
    color: #c4000c;
    margin-right: 0px;
    font-weight: 500;
    padding: 10px 20px;
}

.main_wrapper {
    padding-right: 20px;
    flex-grow: 1;
    padding-left: 65px;
    padding-bottom: 140px;
}

.catalogue_section .hp_list > a {
    width: 330px;
    color: #0a1015;
    margin-bottom: 50px;
    flex-basis: unset;
    padding: 24px;
    margin-right: 22px;
}

@media only screen and (max-width: 1210px) {
    body .catalogue_section .hp_list > a {
        width: 30%;
        margin-right: 3%;
        padding: 7px 12px;
        margin-bottom: 21px;
    }

    body .catalogue_section .hp_list > a:nth-child(4n+4) {
        margin-right: 3%;
        padding: 7px 12px;
    }

    body .catalogue_section .hp_list > a:nth-child(3n+3) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    body .catalogue_section .hp_list > a {
        width: 49%;
        margin-right: 1%;
        padding: 7px 10px;
        margin-bottom: 110px;
    }

    body .catalogue_section .hp_list > a:nth-child(4n+4) {
        margin-right: 1%;
    }

    body .catalogue_section .hp_list > a:nth-child(3n+3) {
        margin-right: 1%;
    }
}

@media only screen and (max-width: 640px) {
    body .catalogue_section .hp_list > a {
        width: 100%;
        margin-right: 0;
        padding: 7px 10px;
        margin-bottom: 31px;
    }

    body .catalogue_section .hp_list > a:nth-child(4n+4) {
        margin-right: 0;
    }

    body .catalogue_section .hp_list > a:nth-child(3n+3) {
        margin-right: 0;
    }
}

.catalogue_section .hp_list > a:nth-child(4n) {
    margin-right: 0;
}

.catalogue_section .hp_list > a:hover {
    background: #ffffff;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

.catalogue_section .hp_list > a > img {
    margin-bottom: 1px;
}

.hp_list > a > span {
    /* white-space: nowrap; */
    font-weight: 600;
}

@media only screen and (max-width: 1210px) {
    body .hp_list > a > span {
        margin-top: 11px;
    }
}

@media only screen and (max-width: 1024px) {
    body .hp_list > a > span {
        margin-top: 46px;
        font-size: 27px;
    }
}

@media only screen and (max-width: 640px) {
    body .hp_list > a > span {
        font-size: 16px;
        line-height: 20px;
        margin-top: 23px;
    }
}

.catalogue_section .hp_list > a > article {
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 0.875em;
}

@media only screen and (max-width: 1024px) {
    .catalogue_section .hp_list > a > article {
        margin-top: 16px;
        margin-bottom: 16px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 640px) {
    body .catalogue_section .hp_list > a > article {
        font-size: 14px;
        line-height: 20px;
        margin-top: 7px;
    }
}

.catalogue_section .hp_list > a > ins {
    color: #636e79;
    font-size: 0.75em;
    margin-top: 5px;
    font-weight: 400;
}

@media only screen and (max-width: 1024px) {
    .catalogue_section .hp_list > a > ins {
        font-size: 20.9204px;
        line-height: 23px;
        margin-top: 21px;
    }
}

@media only screen and (max-width: 640px) {
    body .catalogue_section .hp_list > a > ins {
        font-size: 12px;
        line-height: 13px;
        margin-top: 6px;
    }
}

.catalogue_section .hp_list > a > strong {
    margin-top: 13px;
    font-size: 1.5em;
    font-weight: 900;
}

@media only screen and (max-width: 1024px) {
    .catalogue_section .hp_list > a > strong {
        font-size: 42px;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 640px) {
    body .catalogue_section .hp_list > a > strong {
        font-size: 24px;
        line-height: 25px;
        margin-top: 16px;
    }
}

.catalogue_section .main_wrapper {
    padding-left: 0;
}

@media only screen and (max-width: 1024px) {
    .catalogue_section .main_wrapper {
        padding-left: 30px;
    }

    .catalogue_section .main_wrapper .m_nav {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .catalogue_section .main_wrapper {
        padding-left: 20px;
    }
}

.catalogue_section .hp_list > a > strong:after {
    content: "₽";
    display: inline-block;
    width: 17px;
    background-size: cover;
    margin-left: 4px;
    height: 17px;
    /*background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="510.127" height="510.127"><path d="M34.786 428.963h81.158v69.572c0 3.385 1.083 6.156 3.262 8.322 2.173 2.18 4.95 3.27 8.335 3.27h60.502c3.14 0 5.857-1.1 8.152-3.27 2.295-2.166 3.44-4.938 3.44-8.322v-69.572h182.964c3.377 0 6.156-1.076 8.334-3.256s3.262-4.95 3.262-8.336v-46.377c0-3.365-1.082-6.156-3.262-8.322-2.172-2.18-4.957-3.27-8.334-3.27h-182.97v-42.754h123.184c48.305 0 87.73-14.72 118.293-44.2 30.55-29.45 45.834-67.5 45.834-114.125 0-46.604-15.283-84.646-45.834-114.125C410.548 14.75 371.116 0 322.812 0H127.535c-3.385 0-6.157 1.09-8.335 3.256-2.173 2.18-3.262 4.97-3.262 8.335v227.896H34.786c-3.384 0-6.157 1.145-8.335 3.44-2.172 2.295-3.262 5.012-3.262 8.15v53.978c0 3.385 1.083 6.158 3.262 8.336s4.945 3.256 8.335 3.256h81.158V359.4H34.786c-3.384 0-6.157 1.1-8.335 3.27-2.172 2.166-3.262 4.95-3.262 8.322v46.377c0 3.385 1.083 6.158 3.262 8.336s4.95 3.257 8.335 3.257zM199.628 77.18h115.938c25.6 0 46.248 7.485 61.953 22.46 15.697 14.976 23.55 34.547 23.55 58.69 0 24.156-7.852 43.733-23.55 58.69-15.705 14.988-36.354 22.473-61.953 22.473H199.628V77.18z"/></svg>');*/
    background: none;
}

._detail .main_wrapper {
    padding: 0;
}

@media only screen and (max-width: 640px) {
    ._detail .main_wrapper {
        max-width: 100%;
    }
}

.catalogue_section._detail {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 74px;
    padding-bottom: 140px;
}

@media only screen and (max-width: 1024px) {
    .catalogue_section._detail {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .catalogue_section._detail {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.csd_cart {
    display: flex;
}

.csd_cart {
    margin-top: 47px;
}

@media only screen and (max-width: 640px) {
    .csd_cart {
        margin-top: 30px;
    }
}

.csdc_image {
    width: 640px;
    min-width: 640px;
}

@media only screen and (max-width: 640px) {
    .csdc_image {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
}

.csdc_image > section > div {
    display: flex;
}

.catalogue_section > div > .csd_cart {
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .catalogue_section > div > .csd_cart {
        flex-wrap: wrap;
    }
}

.csdc_image aside {
    margin-top: 24px;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.csdc_image aside:after {
    content: "";
    flex-grow: 1;
}

.csdc_image aside span:nth-child(4n+4) {
    margin-right: 0;
}

.csdc_image aside span {
    padding: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    flex-basis: 24%;
    display: flex;
    -moz-transition: all 0.3s ease-out 0s, -moz-transform 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s, -o-transform 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s, transform 0.3s ease-out 0s;
}

@media only screen and (max-width: 640px) {
    .csdc_image aside span {
        flex-basis: inherit;
        padding: 4px;
        margin-right: 4px;
    }
}

.csdc_image aside span.active {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.22);
}

.csdc_image aside span:last-child {
    margin-right: 0px;
}

.cdci_tags {
    display: flex;
    margin-top: 44px;
}

.cdci_tags.bottom_tags {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .cdci_tags {
        display: none;
    }

    .cdci_tags.bottom_tags {
        display: flex;
    }
}

.cdci_tags:before {
    content: attr(data-title);
    display: inline;
    font-weight: 700;
}

.cdci_tags > menu {
    font-weight: 300;
    margin: 0;
    padding: 0;
    margin-left: 35px;
}

.cdci_tags > menu li {
    list-style: none;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.cdci_tags > menu li > a {
    color: #c4000c;
    margin-right: 30px;
    margin-bottom: 16px;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
    font-weight: 400;
    -moz-transition: all 0.3s ease-out 0s, -moz-transform 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s, -o-transform 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s, transform 0.3s ease-out 0s;
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    .cdci_tags > menu li > a {
        margin-bottom: 5px;
        margin-right: 10px;
    }
}

.cdci_tags > menu li > a:hover {
    border-bottom: 1px solid #dc1925;
    color: #dc1925;
}

.csdc_description {
    margin-left: 97px;
    margin-top: 2px;
}

@media only screen and (max-width: 1210px) {
    .csdc_description {
        margin-left: 29px;
    }
}

@media only screen and (max-width: 1024px) {
    .csdc_description {
        margin-left: 0;
        margin-top: 95px;
        min-width: 100%;
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 640px) {
    .csdc_description {
        margin-top: 40px;
    }
}

.csdc_description > h1 {
    color: #0a1015;
    margin: 0;
    font-size: 2em;
    margin-bottom: 31px;
    font-weight: 600;
}

@media only screen and (max-width: 640px) {
    .csdc_description > h1 {
        font-size: 32px;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }
}

.csdc_description > p {
    font-weight: 300;
    color: #0a1015;
}

.cdcd_prices {
    margin: 0;
    padding: 0;
    max-width: 530px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 640px) {
    .cdcd_prices {
        flex-wrap: wrap;
        margin-top: 0;
    }
}

.cdcd_prices > li {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media only screen and (max-width: 640px) {
    .cdcd_prices > li {
        margin-bottom: 50px;
        width: 48%;
    }
}

.cdcd_prices > li > ins {
    color: #0a1015;
    font-weight: 300;
}

@media only screen and (max-width: 640px) {
    .cdcd_prices > li > ins {
        font-size: 16px;
    }
}

._price {
    font-size: 2em;
    font-weight: 900;
    color: #0a1015;
    margin-top: 19px;
}

@media only screen and (max-width: 640px) {
    ._price {
        font-size: 32px;
        margin-top: 14px;
    }
}

._price:after {
    /*	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="510.127" height="510.127"><path d="M34.786 428.963h81.158v69.572c0 3.385 1.083 6.156 3.262 8.322 2.173 2.18 4.95 3.27 8.335 3.27h60.502c3.14 0 5.857-1.1 8.152-3.27 2.295-2.166 3.44-4.938 3.44-8.322v-69.572h182.964c3.377 0 6.156-1.076 8.334-3.256s3.262-4.95 3.262-8.336v-46.377c0-3.365-1.082-6.156-3.262-8.322-2.172-2.18-4.957-3.27-8.334-3.27h-182.97v-42.754h123.184c48.305 0 87.73-14.72 118.293-44.2 30.55-29.45 45.834-67.5 45.834-114.125 0-46.604-15.283-84.646-45.834-114.125C410.548 14.75 371.116 0 322.812 0H127.535c-3.385 0-6.157 1.09-8.335 3.256-2.173 2.18-3.262 4.97-3.262 8.335v227.896H34.786c-3.384 0-6.157 1.145-8.335 3.44-2.172 2.295-3.262 5.012-3.262 8.15v53.978c0 3.385 1.083 6.158 3.262 8.336s4.945 3.256 8.335 3.256h81.158V359.4H34.786c-3.384 0-6.157 1.1-8.335 3.27-2.172 2.166-3.262 4.95-3.262 8.322v46.377c0 3.385 1.083 6.158 3.262 8.336s4.95 3.257 8.335 3.257zM199.628 77.18h115.938c25.6 0 46.248 7.485 61.953 22.46 15.697 14.976 23.55 34.547 23.55 58.69 0 24.156-7.852 43.733-23.55 58.69-15.705 14.988-36.354 22.473-61.953 22.473H199.628V77.18z"/></svg>');*/
    content: "₽";
    display: inline-block;
    margin-left: 4px;
    background: none;
}

.circulation_counter {
    margin-top: 39px;
    display: flex;
}

@media only screen and (max-width: 640px) {
    .circulation_counter {
        flex-wrap: wrap;
        margin-top: 10px;
    }
}

.circulation_counter > .lw_action {
    display: block;
    border-top: 0px;
    margin-left: 15px;
    margin-top: 0;
    padding-top: 0;
}

@media only screen and (max-width: 640px) {
    .circulation_counter > .lw_action {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
}

.circulation_counter > .lw_action .bf_submit {
    /* padding-left: 24px; */
    width: 190px;
    font-family: inherit;
}

@media only screen and (max-width: 640px) {
    .circulation_counter > .lw_action .bf_submit {
        width: 100%;
    }
}

.cc_value {
    background: #e8edef;
    padding-left: 16px;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 640px) {
    .cc_value {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 17px;
        padding-left: 15px;
        justify-content: space-between;
        padding-right: 15px;
    }
}

.cc_value:before {
    content: attr(data-title);
    display: inline;
    color: #0a1015;
}

.cc_value > input {
    font-size: 0.875em;
    font-weight: 500;
    border: 0;
    margin-top: 1px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    margin-left: 36px;
    width: 100px;
    outline: none;
}

.corp_descrition {
    line-height: 1.63em;
    border-top: 1px solid transparent;
    margin-top: 4px;
}

@media only screen and (max-width: 640px) {
    .corp_descrition {
        font-size: 16px;
        line-height: 26px;
    }
}

.corp_descrition ul {
    margin: 21px 0 45px 21px;
    color: #0a1015;
}

.corp_descrition ul li:last-child {
    margin-bottom: 0;
}

.corp_descrition ul li {
    margin-bottom: 12px;
}

.corp_descrition ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #c4000c;
    border-radius: 100px;
    display: block;
    top: calc(50% - 2px);
    left: -21px;
    margin: 0;
    position: absolute;
}

.corp_descrition ul li::marker {
    content: none;
}

.corp_descrition > h4 {
    margin: 0;
    font-weight: 700;
    margin-bottom: 21px;
    margin-top: 37px;
    margin-left: 1px;
}

.corp_descrition > ol {
    margin: 0;
    padding-left: 15px;
    margin-top: 18px;
    margin-bottom: 40px;
}

.corp_descrition > ol > li {
    font-weight: 300;
    color: #0a1015;
    margin-bottom: 13px;
}

.corp_descrition > ol > li:last-child {
    margin-bottom: 0;
}

.corp_descrition > p {
    font-weight: 300;
    color: #1e2832;
    margin: 0;
    margin-top: 12px;
}

.corp_descrition > p > strong {
    font-weight: 700;
    line-height: 41px;
    color: #0a1015;
}

.corp_descrition > blockquote {
    background: #f7f9fa;
    margin: 0;
    margin-top: 48px;
}

@media only screen and (max-width: 640px) {
    .corp_descrition > blockquote {
        margin: 0 -20px;
        margin-top: 20px;
    }
}

.corp_descrition > blockquote > menu {
    padding-right: 32px;
    padding-left: 34px;
    padding-top: 35px;
    padding-bottom: 43px;
    margin: 0;
}

.corp_descrition > blockquote > menu > li {
    list-style: none;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
}

.corp_descrition > blockquote > menu > li:last-child {
    margin-bottom: 0;
}

.corp_descrition > blockquote > menu > li:before {
    content: "";
    display: inline-block;
    width: 16px;
    min-width: 16px;
    height: 14px;
    /* margin-top: 2px; */
    margin-right: 15px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="14" viewBox="0 0 16 14"><path fill="rgb(196, 0, 12)" fill-rule="evenodd" d="M9.795 5.691c-.103-.253-.41-.355-.667-.202L2 9.139v-.05c.154-1.218.77-3.955 3.282-5.273C8.615 2.142 14 3.562 14 3.562s-1.949 5.171-5.282 6.844c-2.513 1.268-5.128.203-6.256-.405l-.052-.05L9.538 6.3c.308-.102.36-.406.257-.609z"/></svg>');
}

.ov_form.jqmWindow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    bottom: 0;
    z-index: 10;
    display: none;
    background: rgba(64, 79, 93, 0.7);
    -moz-transition: all 0.3s ease-out 0s, -moz-transform 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s, -o-transform 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s, transform 0.3s ease-out 0s;
}

.ov_form.jqmWindow [id^=comp],
.ov_form.jqmWindow .form.popup {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .ov_form.jqmWindow [id^=comp],
    .ov_form.jqmWindow .form.popup {
        overflow: auto;
    }
}

.ov_form.jqmWindow .form.popup {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 640px) {
    .ov_form.jqmWindow .form.popup {
        align-items: start;
        padding: 30px 0;
    }
}

.show {
    display: flex !important;
    opacity: 1 !important;
}

html body .jqmWindow {
    display: none;
    position: fixed;
    z-index: 3000;
    width: min(500px, calc(100vw - 30px));
    max-height: calc(100vh - 30px);
    overflow-y: auto;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jqmOverlay {
    background: #000;
}

.form .form-header {
    border-top-color: #c21f13 !important;
}

.form-header i {
    background: #c21f13;
}

.jqmWindow.callback_frame .form .required-fileds,
.jqmWindow.write-us_frame .form .required-fileds {
    display: none;
}

.jqmWindow.callback_frame .pull-right,
.jqmWindow.write-us_frame .pull-right {
    float: right !important;
}

.jqmWindow.callback_frame .jqmClose.top-close,
.jqmWindow.write-us_frame .jqmClose.top-close {
    z-index: 9;
}

.jqmWindow.callback_frame .jqmClose.top-close:hover,
.jqmWindow.write-us_frame .jqmClose.top-close:hover {
    color: #e72517;
}

.jqmWindow.callback_frame .pr_privacy,
.jqmWindow.write-us_frame .pr_privacy {
    clear: both;
    font-size: 0.9em;
    text-align: left;
    line-height: 1.3em;
    padding-top: 20px;
}

.jqmWindow.callback_frame .pr_privacy span,
.jqmWindow.write-us_frame .pr_privacy span {
    cursor: pointer;
    color: #0055cc;
    border-bottom: 1px dashed;
    white-space: nowrap;
}

.jqmWindow.callback_frame .pr_privacy span:hover,
.jqmWindow.write-us_frame .pr_privacy span:hover {
    color: red;
}

.jqmWindow.callback_frame .btn-default,
.jqmWindow.write-us_frame .btn-default {
    background-color: #c21f13;
    border-color: #c21f13;
    color: #ffffff !important;
    cursor: pointer;
}

.jqmWindow.callback_frame .btn-default:hover,
.jqmWindow.write-us_frame .btn-default:hover,
.jqmWindow.callback_frame .btn-default:active,
.jqmWindow.write-us_frame .btn-default:active,
.jqmWindow.callback_frame .btn-default:focus,
.jqmWindow.write-us_frame .btn-default:focus {
    background-color: #e72517;
    border-color: #e72517;
}

.jqmWindow.callback_frame .form .required-star,
.jqmWindow.write-us_frame .form .required-star {
    display: none;
}

.jqmWindow.callback_frame .form-control,
.jqmWindow.write-us_frame .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

html body .jqmWindow.callback_frame textarea.form-control,
html body .jqmWindow.write-us_frame textarea.form-control {
    height: auto;
}

.jqmWindow.callback_frame .form label,
.jqmWindow.write-us_frame .form label {
    display: inline-block;
    margin-bottom: 5px;
}

.form_frame {
    background: #ffffff;
    /* background: #f7f9fa; */
    box-shadow: 0px 0px 37px 6px rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    padding-top: 48px;
}

@media only screen and (max-width: 1024px) {
    .form_frame {
        max-width: 500px;
    }
}

@media only screen and (max-width: 640px) {
    .form_frame {
        max-width: 310px;
        padding-top: 20px;
    }
}

.fb_header {
    margin-bottom: 30px;
    padding-left: 48px;
    padding-right: 48px;
    background: #ffffff;
}

@media only screen and (max-width: 640px) {
    .fb_header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.fb_header .jqmClose:after {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    /* bottom: 41px; */
    right: 20px;
    top: 0;
    margin-top: -27px;
    height: 26px;
    background: #747d86;
    cursor: pointer;
    -webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="none"><path stroke="rgb(116, 125, 134)" stroke-width="2" d="M.723.723l24.553 24.553m0-24.553L.723 25.276"/></svg>');
    mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="none"><path stroke="rgb(116, 125, 134)" stroke-width="2" d="M.723.723l24.553 24.553m0-24.553L.723 25.276"/></svg>');
}

.fb_header .jqmClose:hover:after {
    background: #c4000c;
}

.title {
    font-size: 2em;
    color: #0a1015;
    font-weight: 600;
    margin: 0;
}

@media only screen and (max-width: 640px) {
    .title {
        font-size: 1.5em;
    }
}

.jqmClose {
    position: absolute;
    right: 0;
    top: 0;
}

@media only screen and (max-width: 640px) {
    .jqmClose {
        top: 30px;
    }
}

.form_frame > main {
    padding-right: 50px;
    padding-left: 48px;
    padding-bottom: 29px;
    padding-top: 32px;
    background: #f7f9fa;
    border-radius: 6px;
}

@media only screen and (max-width: 1024px) {
    .form_frame > main {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.of_row {
    margin-top: 23px;
}

.of_row:first-child {
    margin-top: 0;
}

.of_row .error > input,
.of_row .error > textarea {
    border: 1px solid red;
}

.error:before {
    content: attr(data-error);
    display: block;
    font-size: 0.8125em;
    font-weight: 300;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    color: #c4000c;
    margin-top: -17px;
}

.of_row label {
    display: flex;
}

.of_row label input {
    padding: 20px 0px 19px 22px;
    flex-grow: 1;
    border: 1px solid transparent;
    background-color: white;
    color: #1e2832;
    font-family: inherit;
    font-weight: 300;
    box-shadow: 0 2px 2px 0 rgba(30, 49, 66, 0.05);
    font-size: 17px;
    -moz-transition: all 0.3s ease-out 0s, -moz-transform 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s, -o-transform 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s, transform 0.3s ease-out 0s;
    outline: none;
}

.of_row label input:hover,
.of_row label textarea:hover {
    box-shadow: 0 2px 2px 0 rgba(30, 49, 66, 0.3);
}

.of_row label input:focus {
    outline: none;
}

.of_row label textarea {
    flex-grow: 1;
    border: 0px;
    font-size: 16px;
    padding: 20px 20px 100px 24px;
    box-shadow: 0 2px 2px 0 rgba(30, 49, 66, 0.05);
    font-family: inherit;
    font-weight: 300;
    color: #1e2832;
    resize: none;
    outline: none;
    -moz-transition: all 0.3s ease-out 0s, -moz-transform 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s, -o-transform 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s, transform 0.3s ease-out 0s;
}

.of_row .circulation_counter {
    margin-top: 21px;
    margin-bottom: 25px;
}

.of_row .circulation_counter .cc_value {
    color: #0a1015;
    padding: 9px 16px;
    padding-right: 12px;
}

.of_row .circulation_counter .cc_value ._circulation input {
    font-size: 0.875em;
    font-weight: 500;
    padding: 12px;
    width: 141px;
    margin-left: 76px;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .of_row .circulation_counter .cc_value ._circulation input {
        margin-left: 20px;
    }
}

.of_footer {
    display: flex;
    margin-top: 31px;
    align-items: center;
}

@media only screen and (max-width: 640px) {
    .of_footer {
        flex-wrap: wrap;
    }
}

main .of_footer .fbf_right > label {
    display: flex;
    margin-bottom: 2px;
}

main .of_footer .fbf_right > label:before {
    width: 20px;
    height: 20px;
}

.of_footer .fbf_right > .privacy_info {
    max-width: 287px;
    font-size: 13px;
    font-weight: 300;
    margin-top: 2px;
    margin-left: 2px;
    color: #636e79;
}

.of_footer .fbf_right > .privacy_info ins {
    color: #0a1015;
}

.ov_form form main .of_footer .fbf_right > input {
    top: 7px;
}

.ov_form form main .of_footer .fbf_left {
    display: flex;
    margin-left: 42px;
    margin-top: 1px;
    align-items: center;
    margin-right: 2px;
}

@media only screen and (max-width: 640px) {
    .ov_form form main .of_footer .fbf_left {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    .ov_form form main .of_footer .fbf_left .bf_button {
        width: 100%;
    }
}

.ov_form form main .of_footer .fbf_left:hover {
    background: transparent;
}

.ov_form form main .of_footer .fbf_left .bf_button {
    background: #c4000c;
    color: #ffffff;
    /* margin-top: 13px; */
    padding: 70px;
    padding-top: 18px;
    padding-bottom: 22px;
}

.ov_form form main .of_footer .fbf_left .bf_button:hover {
    background: #e6000f;
}

@media (max-width: 1645px) {
    .cs_left_wrapper {
        padding: 5px 62px 30px 65px;
        width: 370px;
    }

    .catalogue_section .hp_list > a,
    .catalogue_section .hp_list > a:nth-child(4n+4) {
        margin-right: 0px;
        padding: 20px;
    }

    .catalogue_section .hp_list > a {
        width: 33%;
    }

    .catalogue_section .hp_list > a:nth-child(3n+3) {
        margin-right: 0;
    }
}

/* Sidebar */
.product-item-detail-info-section {
    padding: 0 20px;
}

/*@media (max-width: 767px){
	.product-item-detail-info-section{padding:0;}
}*/
@media (max-width: 992px) {
    .product-item-detail-info-section {
        padding: 0;
    }
}

.product-item-detail-info-container {
    /*outline:1px dashed #ff3c00;*/
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-info-container-title {
    font-weight: bold;
    color: #000;
    font-size: 13px;
    margin-bottom: 3px;
}

.product-item-detail-pay-block {
    border: 1px solid #e4e4e4;
    padding: 20px 20px 0;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    margin-bottom: 15px;
}

.bx-retina .product-item-detail-pay-block {
    border-width: 0.5px;
}

/*Compare*/
.product-item-detail-compare-container {
    font-size: 12px;
    padding: 4px 15px;
    border-top: 1px solid #e4e4e4;
    position: relative;
    margin: 0 -20px;
    background: #F3F3F3;
    line-height: 20px;
    vertical-align: middle;
    min-height: 30px;
    box-shadow: inset 0 1px 1px 0 #eee;
    /*box-shadow: 0 1px 1px 0 #eee;*/
    color: #4e4e4e;
}

.product-item-detail-compare .checkbox {
    margin: 0;
    padding: 0;
}

/* Price */
.product-item-detail-price-current {
    font-size: 30px;
    color: #D0021B;
    line-height: 33px;
    font-weight: bold;
    white-space: nowrap;
    -webkit-transition: font-size 200ms ease;
    -moz-transition: font-size 200ms ease;
    -ms-transition: font-size 200ms ease;
    -o-transition: font-size 200ms ease;
    transition: font-size 200ms ease;
}

.product-item-detail-price-old {
    color: #BDBDBD;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: line-through;
}

/* SCU */
.product-item-scu-container {
    padding: 0 0 2px;
}

.product-item-scu-container-title {
    font-size: 12px;
    color: #333;
}

.product-item-scu-list {
    margin: 0;
}

.product-item-scu-item-list {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0 0 0 -2px;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    /* float: left; */
    padding: 5px 3px;
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.product-item-scu-item-text-container {
    min-width: 48px;
}

.product-item-scu-item-color-container {
    max-width: 60px;
    width: 25%;
}

.product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    cursor: pointer;
    outline: 1px solid #c0cfda;
}

.bx-no-touch .product-item-scu-item-color-block {
    transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
    outline-width: 0.5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
    outline-width: 1px;
}

.product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-item-scu-item-text-block {
    position: relative;
    cursor: pointer;
    outline: 1px solid #c0cfda;
    padding: 0 5px;
}

.bx-no-touch .product-item-scu-item-text-block {
    transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
    outline-width: 0.5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
    outline-width: 1px;
}

.product-item-scu-item-text {
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    outline-color: #A9ADB4 !important;
    overflow: hidden;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    content: "";
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
}

.product-item-selected-scu-container {
    word-spacing: 1px;
}

.product-item-selected-scu {
    display: inline-block;
    outline: 1px solid #c0cfda;
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    line-height: 22px;
    height: 22px;
    min-width: 22px;
    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
}

.bx-retina .product-item-selected-scu {
    outline-width: 0.5px;
}

.product-item-selected-scu-color {
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

/*Amount*/
.product-item-amount {
    text-align: center;
    padding: 0 0 2px;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    height: 22px;
    min-width: 22px;
    display: inline-block;
    vertical-align: middle;
    background-color: #f2f2f2;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
    border-width: 0.5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
    background: #d3d3d3;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: 0.3 !important;
    cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
}

.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
    opacity: 1;
}

.product-item-amount-field {
    max-width: 50px;
    width: auto;
    color: #000;
    font-weight: bold;
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
    height: 22px;
    padding: 0;
    font-size: 19px;
    text-align: center;
    background: transparent !important;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
    border-width: 0.5px;
}

.product-item-amount-field:focus {
    outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-item-amount-description-container {
    color: #a5a5a5;
    font-size: 12px;
    white-space: nowrap;
}

.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item-amount-label-container {
    font-weight: bold;
    color: #a5a5a5;
    font-size: 12px;
    margin: 5px 0;
}

/**/
.product-item-quantity {
    color: #333;
    font-size: 12px;
    font-weight: normal;
}

/*Buy button*/
.btn.product-item-detail-buy-button {
    width: 100%;
    max-width: 250px;
    display: block;
    font-weight: 800;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 50px;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto 20px;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
    margin: 0;
}

.btn.product-item-detail-buy-button span {
    line-height: 16px;
    display: inline-block;
    min-height: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    max-width: 100%;
    white-space: normal;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button {
    height: 25px;
}

/* Slider */
.product-item-detail-slider-container {
    max-width: 100%;
    position: relative;
    background: transparent;
    -webkit-transition: background 800ms ease;
    -moz-transition: background 800ms ease;
    -ms-transition: background 800ms ease;
    -o-transition: background 800ms ease;
    transition: background 800ms ease;
}

.product-item-detail-slider-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 74.25%;
    height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
    padding-top: 100%;
}

.product-item-detail-slider-images-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-item-detail-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 250ms linear;
    -moz-transition: opacity 250ms linear;
    -ms-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
    /* border: 1px solid black; */
}

.product-item-detail-slider-image.active {
    opacity: 1;
    z-index: 10;
}

.product-item-detail-slider-image img {
    /* -webkit-transform: translateY(-50%) translateX(-50%); */
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    /* transform: translateY(-50%) translateX(-50%); */
    -webkit-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    -moz-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    -ms-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    -o-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0%;
    left: 0;
    height: auto;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    outline: 1px solid transparent;
}

@media only screen and (max-width: 640px) {
    .product-item-detail-slider-image img {
        object-fit: cover;
        height: 100%;
    }
}

.product-item-detail-slider-progress-bar {
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 180;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
    padding: 10px 0;
    text-align: center;
}

.product-item-detail-slider-controls-image {
    /* width: 65px; */
    /* height:65px; */
    background-color: #fff;
    position: relative;
    text-align: center;
    display: inline-block;
    /* outline: 1px solid #c0cfda; */
    cursor: pointer;
    overflow: hidden;
}

.bx-retina .product-item-detail-slider-controls-image {
    outline-width: 0.5px;
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
    outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
    outline-width: 1px;
}

.product-item-detail-slider-controls-image img {
    /* max-width: 65px; */
    max-height: 102px;
    /* height: auto; */
    /* width: auto; */
    /* -webkit-transform: translateY(-50%) translateX(-50%); */
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    /* transform: translateY(-50%) translateX(-50%); */
    /* position: absolute; */
    /* top:  50%; */
    /* left: 50%; */
}

@media only screen and (max-width: 640px) {
    .product-item-detail-slider-controls-image img {
        max-height: 40px;
    }
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
    display: block;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0.57;
    background: rgba(255, 255, 255, 0) url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
    z-index: 111;
    top: 0;
    bottom: 0;
    width: 25%;
}

.product-item-detail-slider-left {
    left: 0;
}

.product-item-detail-slider-right {
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
    opacity: 0.8;
    background-color: rgba(255, 255, 255, 0.4);
}

.product-item-detail-slider-close {
    display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
    width: 50px;
    height: 50px;
    right: 110px;
    top: 4px;
    opacity: 0.27;
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    bottom: 0;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 150;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
    opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 105px;
}

/*magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
    z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
    outline-color: #ddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
    z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
    opacity: 0;
}

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
    animation-name: imgPopupShow;
    animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
    right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
    height: 100vh;
    padding-top: 0;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
    max-height: 100vh;
    position: absolute;
    top: 50%;
    width: calc(100% - 150px);
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

@keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    width: auto;
    max-width: 100%;
    cursor: default;
    max-height: 90vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    overflow-y: auto;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: block;
    margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
    .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
        right: 0;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-block {
        height: calc(100vh - 111px);
        padding-top: 0;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image {
        width: 90%;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
        width: auto;
        max-width: 100%;
        cursor: default;
        max-height: calc(100vh - 115px);
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        border-left: none;
        border-top: 1px solid #d3d3d3;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        max-height: 111px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
        display: inline-block;
        margin-bottom: 0;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-close {
        right: 10px;
        z-index: 200;
    }

    .product-item-detail-slider-left,
    .product-item-detail-slider-right {
        max-width: 75px;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-right {
        right: 0;
    }
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 190;
    opacity: 1;
    -webkit-transition: opacity 450ms ease;
    -moz-transition: opacity 450ms ease;
    -ms-transition: opacity 450ms ease;
    -o-transition: opacity 450ms ease;
    transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
    margin-bottom: 2px;
    color: #fff;
    display: inline-block;
    clear: both;
    background: #F42C2C;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
    background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
    line-height: 0;
}

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring {
    display: none;
}

/* TEXT */
.product-item-label-text span {
    padding: 2px 5px;
    font-weight: bold;
    vertical-align: middle;
}

.product-item-label-text.product-item-label-small span {
    line-height: 14px;
    font-size: 13px;
    padding: 2px 7px;
    margin-bottom: 1px;
    font-weight: normal;
}

.product-item-label-text.product-item-label-big span {
    line-height: 17px;
    font-size: 13px;
    padding: 4px 10px;
}

@media (max-width: 767px) {
    .product-item-label-text > div {
        line-height: 0;
    }

    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        line-height: 14px;
        font-size: 10px;
        padding: 2px 7px;
        margin-bottom: 1px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        line-height: 16px;
        font-size: 14px;
        padding: 3px 12px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-big span {
        line-height: 25px;
        font-size: 20px;
        padding: 3px 12px;
    }
}

/*RING*/
.product-item-label-ring {
    border-radius: 50%;
    font-weight: bold;
    box-sizing: border-box;
}

.product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 13px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 24px;
    }
}

.product-item-label-top {
    top: -5px;
}

.product-item-label-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-item-label-center > div {
    text-align: center;
}

.product-item-label-left {
    left: -5px;
}

.product-item-label-left > div {
    text-align: left;
}

.product-item-label-bottom {
    bottom: -5px;
}

.product-item-label-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-item-label-right {
    right: -5px;
}

.product-item-label-right > div {
    text-align: right;
}

.product-item-label-center.product-item-label-middle {
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

/* Tabs */
.product-item-detail-tabs-container {
    min-height: 60px;
    background: #fff;
    border-bottom: 1px solid #ededed;
}

.product-item-detail-tabs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.product-item-detail-tabs-list:after {
    content: "";
    clear: both;
    display: table;
}

.product-item-detail-tab {
    float: left;
    min-height: 60px;
}

.product-item-detail-tab-link {
    height: 60px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px 25px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 45px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #039BE5;
    vertical-align: middle;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
    color: #000;
}

.product-item-detail-tab-link:after {
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1485CE;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
    height: 3px;
}

.product-item-detail-tab-link:active:after {
    height: 6px;
}

.product-item-detail-tab-content {
    padding: 25px 0;
}

@media (max-width: 991px) {
    .product-item-detail-tabs-container {
        display: none !important;
    }

    .product-item-detail-tab-content {
        display: block !important;
    }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
    -webkit-transition: top 350ms linear;
    -moz-transition: top 350ms linear;
    -ms-transition: top 350ms linear;
    -o-transition: top 350ms linear;
    transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
    min-height: 45px;
    background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
    opacity: 1;
    top: 0;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
    max-width: 1048px;
    margin: 0 auto;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
    min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
    height: 45px;
    padding: 10px 25px;
    line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
    display: none !important;
}

/*Small Card*/
.product-item-detail-short-card-fixed {
    position: fixed;
    top: -85px;
    left: 0;
    right: 0;
    z-index: 1010;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
    -webkit-transition: top 220ms linear;
    -moz-transition: top 220ms linear;
    -ms-transition: top 220ms linear;
    -o-transition: top 220ms linear;
    transition: top 220ms linear;
    height: 85px;
    box-sizing: border-box;
    padding: 7px 0 8px;
}

.product-item-detail-short-card-fixed.active {
    opacity: 1;
    top: 0;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
    top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
    display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
    max-width: 1048px;
    margin: 0 auto;
}

.product-item-detail-short-card-content-container table {
    border-collapse: collapse;
    min-width: 100%;
}

.product-item-detail-short-card-image {
    vertical-align: middle;
    text-align: left;
    width: 80px;
    padding-right: 15px;
}

.product-item-detail-short-card-image img {
    height: 65px;
    max-width: none;
}

.product-item-detail-short-title-container {
    max-width: 650px;
}

.product-item-detail-short-title-text {
    display: block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.product-item-detail-short-card-price {
    text-align: right;
    vertical-align: middle;
    padding: 0 10px;
}

.product-item-detail-short-card-btn {
    padding-left: 10px;
    min-width: 120px;
}

/*Properties */
.product-item-detail-tab-content {
    display: none;
}

.product-item-detail-tab-content.active {
    display: block;
}

.product-item-detail-tab-content h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-item-detail-properties {
    color: #a5a5a5;
    font-size: 12px;
    margin: 0;
    display: block;
    overflow: hidden;
    max-width: 560px;
}

.product-item-detail-properties dl {
    clear: both;
}

.product-item-detail-properties dt {
    clear: both;
    float: left;
    font-weight: normal;
}

.product-item-detail-properties dd {
    margin-bottom: 3px;
    float: right;
    margin-left: 5px;
    color: #000;
}

/*@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&display=swap&subset=cyrillic");*/
body {
    /*font-family: "Ubuntu", sans-serif;*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-synthesis: none;
    -moz-font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "SF Pro Display";
    font-size: 16px;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

* {
    position: relative;
    box-sizing: border-box;
}

ins,
del {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 12px 0;
    padding: 0;
    list-style: none;
    color: #4a5966;
}

ul li {
    list-style: none;
}

/*




:before {*/
/*  content: "-";*/
/*  display: inline-block;*/
/*  margin-right: 13px;*/
/*  margin-left: -18px;*/
/*}*/

p {
    margin: 11px 0 12px;
    color: #4a5966;
    line-height: 1.65em;
}

h1 {
    font-size: 3em;
    font-weight: 300;
    line-height: 1.17em;
    color: #000000;
    margin-top: 65px;
}

h2 {
    font-size: 2.25em;
    font-weight: 300;
    line-height: 1.17em;
    color: #000000;
    margin-top: 17px;
}

h3 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.33em;
    color: #000000;
    margin-bottom: 24px;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.33em;
    color: #000000;
    margin-bottom: 11px;
    margin-top: 29px;
}

input {
    font-size: 16px;
}

._max_width {
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
    line-height: 28px;
}

aside.top ul {
    display: flex;
    justify-content: flex-end;
    padding: 0 30px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
    .wrapper > header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 640px) {
    .wrapper > header {
        padding: 17px 20px;
    }
}

aside.top ul li {
    padding: 0;
    margin-left: 0;
    list-style: none;
    color: #8D848E;
    font-family: SF Pro Display !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

aside.top ul li:before {
    content: "";
}

aside.top ul a {
    color: #79848e;
    border-bottom: 1px solid transparent;
    margin-left: 20px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

aside.top ul span {
    color: #79848e;
    border-bottom: 1px solid transparent;
    margin-left: 20px;
    font-weight: bold;
}

aside.top ul a:hover {
    color: #1e2832;
    border-bottom: 1px solid;
}

header {
    display: flex;
    margin-top: 2px;
    padding: 0px 30px 28px 30px;
    align-items: center;
    z-index: 99;
}

@media only screen and (max-width: 1210px) {
    header {
        padding: 0px 40px 28px 40px;
    }
}

.top {
    width: 100%;
    z-index: 99;
    position: fixed;
    display: flex;
    right: 0;
    left: 0;
    top: 0;
    justify-content: flex-end;
    background: #ffffff;
    padding-bottom: 10px;
}

header > ul {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    max-width: 449px;
    flex-grow: 4;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 0 82px 0 81px;
    font-family: SF Pro Display !important;
}

@media only screen and (max-width: 1024px) {
    header > ul {
        display: none;
    }
}

header._max_width {
    align-items: center;
    -webkit-align-items: center;
    position: fixed;
    top: 28px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    margin-top: 0;
}

header .btn {
    display: inline-flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #C4000C;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    height: 37px;
    border: 1px solid transparent;
    font-family: SF Pro Display !important;
}

@media only screen and (max-width: 1024px) {
    header .btn {
        padding: 9px 12px;
        height: 32px;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    header._max_width {
        top: 0;
    }
}

header .btn:hover {
    border: 1px solid #C4000C;
    color: #C4000C;
    background: transparent;
}

html body header .btn.btn-white {
    border: 1px solid #C4000C;
    color: #C4000C;
    background: transparent;
}

html body header .btn.btn-white:hover {
    background: #C4000C;
    color: #FFF;
}

header > ul a {
    -webkit-transition: color 0.3s 0s ease-out;
    -moz-transition: color 0.3s 0s ease-out;
    -ms-transition: color 0.3s 0s ease-out;
    -o-transition: color 0.3s 0s ease-out;
    transition: color 0.3s 0s ease-out;
    color: #000000;
}

header > ul a:hover, header > ul span.active {
    color: #c4000c;
}

header > ul > li {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

header > ul li::before {
    display: none;
}

header .phone {
    /* width: 200px; */
    /*flex-grow: 1;*/
    display: flex;
    /* border: 1px solid; */
    flex-direction: column;
    align-items: flex-end;
}

.rasp {
	margin-left: 20px; font-size: 16px; color: #62636A;
}

@media only screen and (max-width: 1024px) {
    header .phone {
        display: none;
    }
    header .rasp {
        margin-left: 0px; font-size: 12px; color: black;
    }
}

header .phone div {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    font-family: SF Pro Display !important;
}


@media only screen and (max-width: 1210px) {
    header .phone div {
        font-size: 1.05em;
        white-space: nowrap;
    }
    .rasp {
        font-size: 14px;
        white-space: nowrap;
    }
}

/*header .phone div:before {
  content: "";
  width: 13px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  box-sizing: border-box;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="18" viewBox="0 0 13 18"> <path fill="rgb(196,0,12)" fill-rule="evenodd" d="M10.955 6.865c-.58 2.59-2.026 4.95-4.102 6.727L4.48 12.296a.917.917 0 0 0-.922.027c-.868.54-1.851.961-2.906 1.229-.467.118-.747.578-.622 1.02l.795 2.81c.125.443.61.708 1.078.59C9.888 15.946 14.626 8.178 12.486.618c-.125-.443-.61-.708-1.078-.59L8.432.783c-.468.119-.748.578-.623 1.021a8.987 8.987 0 0 1 .329 2.997.827.827 0 0 0 .445.768l2.372 1.296"/> </svg>') no-repeat center center;
  background-size: contain;
}*/
.social{
	display: flex;
	flex-direction: row;
}
.whatsapp {
    margin: 0 15px 0 7px;
    background: url("/local/templates/ov_30/img/social/whsapp.svg") center center / cover no-repeat;
    width: 32px;
    height: 32px;
}

.telegram-icon {
    margin: 0 7px 0 20px;
    background: url("/images/tg.png") center center / cover no-repeat;
    width: 32px;
    height: 32px;
}

@media only screen and (max-width: 1210px) {
    header .whatsapp {
        margin: 0 12px 0 12px;
        width: 24px;
        height: 24px;
    }
    header .telegram-icon {
        margin: 0 0px 0 12px;
        width: 24px;
        height: 24px;
	}
}

@media only screen and (max-width: 320px) {
    header .whatsapp {
        width: 20px;
        height: 20px;
        margin: 0 3px 0 3px;
    }
    
    header .telegram-icon {
        width: 20px;
        height: 20px;
        margin: 0 3px 0 3px;
    }

    header .btn {
        font-size: 10px;
    }

    .burger-menu {
        margin-left: 4px;
    }
}

header .callback {
    margin-left: 32px;
}

@media only screen and (max-width: 1210px) {
    header .callback {
        display: none;
    }
}

header .logo {
    display: flex;
    cursor: pointer;
}

@media only screen and (max-width: 1210px) {
    header .logo {
        max-width: 114px;
        padding-right: 0px;
    }

    header .write-us {
        
    }
}

@media only screen and (max-width: 1024px) {
    header .logo {
        padding-right: 0;
    }
    .rasp {
	    display: none;
    }
}

header .phone article {
    color: #424242;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-left: 13px;
    font-family: SF Pro Display !important;
}

header .phone article:before {
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
    background: #16CC00;
    animation-name: blink-contact;
    animation-timing-function: linear;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}

@keyframes blink-contact {
    50% {
        opacity: 0
    }
}

section.menu_and_search .m_container {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 0px 30px;
}

@media only screen and (max-width: 1210px) {
    section.menu_and_search .m_container {
        padding: 0px 40px;
    }
}

@media only screen and (max-width: 1024px) {
    section.menu_and_search .m_container {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 640px) {
    section.menu_and_search .m_container {
        padding: 0 20px;
    }
}

section.menu_and_search {
    padding-top: 14px;
    padding-bottom: 14px;
    background: #f1f3f4;
    box-shadow: 0 2px 2px 0 rgba(30, 40, 50, 0.05) inset;
}

.sp_content section.menu_and_search {
    display: none;
}

@media only screen and (max-width: 640px) {
    .sp_content section.menu_and_search {
        display: block;
    }
}

._same_width {
    width: 214px;
}

section.menu_and_search .catalogue {
    display: flex;
    align-items: center;
}

section.menu_and_search .catalogue:hover > span,
section.menu_and_search .catalogue:hover > span:before {
    color: #c4000c;
}

section.menu_and_search .catalogue:hover > span:before {
    background: #c4000c;
}

section.menu_and_search .catalogue > span {
    font-size: 0.875em;
    font-weight: bold;
    color: #4c5b69;
    margin-left: 3px;
    align-items: center;
    display: flex;
    cursor: pointer;
    z-index: 4;
    margin-top: 1px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

section.menu_and_search .catalogue > span:before {
    content: "";
    display: block;
    width: 18px;
    height: 12px;
    background: #4b5a67;
    margin-right: 16px;
    mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12"><path fill="rgb(30, 49, 66)" fill-opacity=".795" fill-rule="evenodd" d="M0 12h18v-2H0v2zm0-5h18V5H0v2zm0-7v2h18V0H0z"/></svg>');
    -webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12"><path fill="rgb(30, 49, 66)" fill-opacity=".795" fill-rule="evenodd" d="M0 12h18v-2H0v2zm0-5h18V5H0v2zm0-7v2h18V0H0z"/></svg>');
}

section.menu_and_search .catalogue .c_menu {
    margin-top: 30px;
    padding: 34px 35px 45px 35px;
    background: #475562;
    width: 750px;
    z-index: 2;
    border-radius: 8px;
    box-shadow: 0 0 30px 0 rgba(30, 49, 66, 0.5);
}

@media only screen and (max-width: 1024px) {
    section.menu_and_search .catalogue .c_menu {
        max-width: 90vw;
    }
}

@media only screen and (max-width: 640px) {
    section.menu_and_search .catalogue .c_menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999;
        max-width: 88888px;
        width: auto;
        margin-top: 0;
        overflow: auto;
    }
}

.c_menu_close {
    display: none;
}

@media only screen and (max-width: 640px) {
    .c_menu_close {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
    }
}

section.menu_and_search .catalogue .fly_container {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -moz-transition: opacity 0.2s ease-out 0s, -moz-transform 0.2s ease-out 0s;
    -webkit-transition: opacity 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s, -o-transform 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s, transform 0.2s ease-out 0s;
}

@media only screen and (max-width: 640px) {
    section.menu_and_search .catalogue .fly_container {
        transform: none !important;
    }
}

section.menu_and_search .catalogue .fly_container._is {
    display: block;
}

section.menu_and_search .catalogue .fly_container._on {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

@media only screen and (max-width: 640px) {
    section.menu_and_search .catalogue .fly_container._on {
        transform: none !important;
        z-index: 9;
    }
}

section.menu_and_search .catalogue .c_menu > .cm_title > a {
    color: #f7f9fa;
}

section.menu_and_search .catalogue .c_menu > .cm_list {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 640px) {
    section.menu_and_search .catalogue .c_menu > .cm_list {
        margin-top: 40px;
        overflow: auto;
    }
}

section.menu_and_search .catalogue .c_menu > .cm_list > a {
    border-bottom: 1px solid transparent;
    color: #f7f9fa;
    margin-top: 17px;
    flex-basis: 33.3%;
    padding-right: 25px;
    -webkit-transition: color 0.3s 0s ease-out;
    -moz-transition: color 0.3s 0s ease-out;
    -ms-transition: color 0.3s 0s ease-out;
    -o-transition: color 0.3s 0s ease-out;
    transition: color 0.3s 0s ease-out;
}

@media only screen and (max-width: 640px) {
    section.menu_and_search .catalogue .c_menu > .cm_list > a {
        margin-top: 12px;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .cm_title {
        display: none;
    }
}

section.menu_and_search .catalogue .c_menu > .cm_list > a:hover,
section.menu_and_search .catalogue .c_menu > .cm_title > a:hover {
    color: #c4000c;
}

section.menu_and_search .search {
    flex-grow: 4;
    font-size: 0.875em;
    font-weight: 300;
    margin-right: 39px;
    display: flex;
    background: white;
}

@media only screen and (max-width: 1024px) {
    section.menu_and_search .search {
        margin-right: 0;
    }
}

@media only screen and (max-width: 640px) {
    section.menu_and_search .search {
        background: none;
        box-shadow: none !important;
        margin-right: 0;
    }
}

.sp_content section.menu_and_search .search {
    margin-left: 15px;
    margin-right: 15px;
}

section.menu_and_search .search label,
section.menu_and_search .search .like_label {
    flex-grow: 1;
    z-index: 2;
    display: flex;
}

section.menu_and_search .search input[type=submit] {
    height: 18px;
    width: 19px;
    box-sizing: border-box;
    padding-bottom: 39px;
    padding-right: 36px;
    cursor: pointer;
    background: white;
    border: 0px;
    outline: none;
    margin: auto;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="18" viewBox="0 0 19 18"><path fill="rgb(30, 49, 66)" fill-opacity=".597" fill-rule="evenodd" d="M.5 7.156a7.112 7.112 0 0 0 7.156 7.156c1.761 0 3.658-.784 4.438-1.616l.674.593v.026c0 .55.311 1.307.714 1.71l2.654 2.654s.722.722 1.442.001l.598-.597c.726-.727.005-1.449.005-1.449l-2.654-2.653c-.394-.394-1.154-.714-1.711-.714h-.025l-.706-.685c.852-.782 1.728-2.649 1.728-4.426A7.112 7.112 0 0 0 7.656 0 7.112 7.112 0 0 0 .5 7.156zm7.156-5.111c2.863 0 5.112 2.248 5.112 5.11 0 2.863-2.249 5.112-5.112 5.112-2.862 0-5.111-2.249-5.111-5.111 0-2.863 2.249-5.111 5.111-5.111z"/></svg>');
}

section.menu_and_search .search input[type=submit]:focus {
    outline: none;
}

section.menu_and_search .search input[type=submit]:hover {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="18" viewBox="0 0 19 18"><path fill="(11, 11, 12)" fill-opacity=".597" fill-rule="evenodd" d="M.5 7.156a7.112 7.112 0 0 0 7.156 7.156c1.761 0 3.658-.784 4.438-1.616l.674.593v.026c0 .55.311 1.307.714 1.71l2.654 2.654s.722.722 1.442.001l.598-.597c.726-.727.005-1.449.005-1.449l-2.654-2.653c-.394-.394-1.154-.714-1.711-.714h-.025l-.706-.685c.852-.782 1.728-2.649 1.728-4.426A7.112 7.112 0 0 0 7.656 0 7.112 7.112 0 0 0 .5 7.156zm7.156-5.111c2.863 0 5.112 2.248 5.112 5.11 0 2.863-2.249 5.112-5.112 5.112-2.862 0-5.111-2.249-5.111-5.111 0-2.863 2.249-5.111 5.111-5.111z"/></svg>');
}

section.menu_and_search .search:hover {
    box-shadow: 0 2px 2px 0 rgba(30, 49, 66, 0.3);
}

section.menu_and_search .search {
    box-shadow: 0 2px 2px 0 rgba(30, 49, 66, 0.05);
}

section.menu_and_search .search label > input,
section.menu_and_search .search .like_label > input {
    flex-grow: 1;
    padding: 11px 20px;
    border: 0px;
    background: #ffffff;
    font-size: 14px;
    font-family: inherit;
    font-weight: 300;
    -webkit-appearance: none;
}

section.menu_and_search .search label > input::-webkit-search-cancel-button,
section.menu_and_search .search .like_label > input::-webkit-search-cancel-button {
    position: relative;
    /*right: -20px;*/
}

section.menu_and_search .search {
    -webkit-transition: box-shadow 0.3s 0s ease-out;
    -moz-transition: box-shadow 0.3s 0s ease-out;
    -ms-transition: box-shadow 0.3s 0s ease-out;
    -o-transition: box-shadow 0.3s 0s ease-out;
    transition: box-shadow 0.3s 0s ease-out;
}

section.menu_and_search .search label > input:focus,
section.menu_and_search .search .like_label > input:focus {
    outline: none;
}

section.menu_and_search .search form {
    width: 100%;
    display: flex;
}

section.menu_and_search .search label > input::-webkit-input-placeholder,
section.menu_and_search .search .like_label > input::-webkit-input-placeholder {
    color: rgba(30, 49, 66, 0.5);
    font-size: 14px;
}

section.menu_and_search .search label > input::-moz-placeholder,
section.menu_and_search .search .like_label > input::-moz-placeholder {
    color: #8e98a0;
    font-size: 14px;
}

section.menu_and_search .search label > input:-ms-input-placeholder,
section.menu_and_search .search .like_label > input:-ms-input-placeholder {
    color: #8e98a0;
    font-size: 14px;
}

section.menu_and_search .search label > input:-moz-placeholder,
section.menu_and_search .search .like_label > input:-moz-placeholder {
    color: #8e98a0;
    font-size: 14px;
}

section.menu_and_search .m_container > article {
    font-size: 14px;
    font-weight: 300;
    color: #4c5b69;
    line-height: 17px;
}

@media only screen and (max-width: 1024px) {
    section.menu_and_search .m_container > article {
        display: none;
    }
}

section.menu_and_search .m_container > article .rub:after {
    background-color: #4c5b69;
}

.gifts_banner {
    background-image: url("/local/templates/ov_30/img/gifts/1.jpg");
    color: #ffffff;
}

.gifts_banner > div {
    padding: 102px 30px 113px 27px;
}

.gifts_banner h1,
.gifts_banner h2 {
    color: #ffffff;
}

.gifts_banner h1,
.gifts_banner .gb_title {
    font-size: 4em;
    font-weight: 600;
    margin: 0px;
    color: white;
    line-height: 1.17em;
}

@media only screen and (max-width: 1210px) {
    .gifts_banner h1,
    .gifts_banner .gb_title {
        font-size: 64px;
    }
}

@media only screen and (max-width: 1024px) {
    .gifts_banner h1,
    .gifts_banner .gb_title {
        font-size: 2.5em;
    }
}

@media only screen and (max-width: 640px) {
    .gifts_banner h1,
    .gifts_banner .gb_title {
        text-align: center;
        font-size: 32px;
    }
}

.gifts_banner h2 {
    font-size: 1.5em;
    margin-top: 26px;
    margin-bottom: 0px;
}

.gifts_banner .bf_button {
    font-size: 0.875em;
    padding: 20px 39.5px;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #c4000c;
    font-weight: bold;
    margin-top: 43px;
}

.gifts_banner .bf_button a {
    color: white;
    text-transform: uppercase;
}

.gift_index nav {
    display: flex;
    align-items: center;
    padding: 0 29px;
    padding-top: 70px;
}

@media only screen and (max-width: 640px) {
    .gift_index nav {
        padding: 0 20px;
        padding-top: 50px;
    }
}

.gift_index nav > * {
    margin-right: 50px;
}

@media only screen and (max-width: 640px) {
    .gift_index nav > * {
        margin-right: 0;
    }
}

.gift_index nav > h3 {
    font-size: 2em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    color: #0a1015;
}

@media only screen and (max-width: 640px) {
    .gift_index nav > h3 {
        font-size: 32px;
    }
}

.gift_index nav ul {
    margin-right: 0px;
    display: flex;
    align-items: center;
    margin-left: 28px;
    margin-top: 5px;
    font-size: 0.875em;
    font-weight: 500;
    margin-bottom: 0px;
}

.gift_index nav ul a {
    color: #1e3142;
    margin-right: 52px;
    font-weight: bold;
    text-transform: uppercase;
}

.gift_index nav ul > :last-child > a {
    margin-right: 0px;
}

.gift_index nav ul a:hover {
    color: #000000;
}

.gift_index nav ul > li:before {
    content: "";
}

.gift_index nav > a {
    color: #c4000c;
    font-weight: 300;
    align-self: center;
    margin-left: 49px;
    margin-top: 3px;
    font-size: 17px;
}

@media only screen and (max-width: 1024px) {
    .gift_index nav > a {
        display: none;
    }
}

.gift_index nav > a:hover {
    color: #eb0817;
}

.gi_mural {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
    margin-top: 24px;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 0px;
}

@media only screen and (max-width: 1210px) {
    .gi_mural {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 40px;
    }
}

.gi_mural > section {
    margin-top: 46px;
    padding: 10px;
}

@media only screen and (max-width: 1210px) {
    .gi_mural > section {
        margin-top: 16px;
        padding: 11px;
    }
}

@media only screen and (max-width: 1024px) {
    .gi_mural > section {
        text-align: center;
    }
}

.gi_mural > section,
.gi_mural > span {
    width: 215px;
}

@media only screen and (max-width: 1210px) {
    .gi_mural > section,
    .gi_mural > span {
        width: 25%;
    }
}

@media only screen and (max-width: 640px) {
    .gi_mural > section,
    .gi_mural > span {
        width: 50%;
    }
}

.gi_mural > section .gim_list > a {
    line-height: 17px;
    font-weight: 300;
    font-size: 14px;
}

.gi_mural > section a:hover {
    color: #c4000c;
}

.gim_img {
    display: flex;
    margin-bottom: 30px;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .gim_img {
        justify-content: center;
    }
}

.gim_img > img {
    cursor: pointer;
}

.gim_title a {
    color: #1e2832;
    font-weight: 700;
    font-size: 15px;
}

.gim_list:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100px;
    z-index: 2;
    background: -moz-linear-gradient(to top, white, rgba(255, 255, 255, 0));
    /* FF3.6+ */
    background: -webkit-linear-gradient(to top, white, rgba(255, 255, 255, 0));
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(to top, white, rgba(255, 255, 255, 0));
    /* Opera 11.10+ */
    background: -ms-linear-gradient(to top, white, rgba(255, 255, 255, 0));
    /* IE10+ */
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}

@media only screen and (max-width: 1210px) {
    .gim_list:before {
        width: 100%;
    }
}

.gim_list {
    display: flex;
    margin-top: 6px;
    flex-direction: column;
    max-height: 100px;
    overflow: hidden;
}

@media only screen and (max-width: 1210px) {
    .gim_list {
        margin-top: 1px;
    }
}

@media only screen and (max-width: 1024px) {
    .gim_list {
        display: none;
    }
}

.gim_list a {
    color: #1e2832;
    margin-top: 7px;
}

.gim_list a:hover {
    color: #c4000c;
}

.gi_mural > section > aside {
    border-radius: 8px;
    box-shadow: 0 0 30px 0 rgba(30, 49, 66, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    background: #ffffff;
    top: 0;
    margin-left: -5px;
    margin-top: -5px;
    margin-right: -5px;
    left: 0;
    max-height: 0px;
    right: 0;
    padding: 15px;
    opacity: 0;
    position: absolute;
    z-index: 0;
    -webkit-transition: max-height 0.3s 0s ease-out;
    -moz-transition: max-height 0.3s 0s ease-out;
    -ms-transition: max-height 0.3s 0s ease-out;
    -o-transition: max-height 0.3s 0s ease-out;
    transition: max-height 0.3s 0s ease-out;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.gi_mural > section > aside * {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.gi_mural > section:hover > aside {
    z-index: 3;
    opacity: 1;
    max-height: 1000px;
}

.gi_mural > section:hover > aside > .gim_img {
    cursor: pointer;
}

.gi_mural img._hover {
    /* display: none; */
    opacity: 0;
    position: absolute;
}

.gi_mural > section:hover > aside > .gim_container:hover .gim_img > img._hover {
    display: block;
    opacity: 1;
}

.gi_mural > section:hover > aside > .gim_container:hover .gim_title > a {
    color: #c4000c;
}

.gi_mural > section:hover > aside > .gim_list {
    max-height: none;
}

.gi_mural > section:hover > aside .gim_container {
    cursor: pointer;
    width: 100%;
}

.gi_mural > section:hover > aside > .gim_list:before {
    /* content: ""; */
    /* width: 0px; */
    z-index: 0;
    /* height: 0px; */
}

.gi_about {
    display: flex;
    /* background-color: #f7f9fa; */
}

@media only screen and (max-width: 1210px) {
    .gi_about {
        display: block;
        padding-top: 80px;
    }
}

.gi_about._gray {
    background-color: #f7f9fa;
}

@media only screen and (max-width: 1210px) {
    .gi_about._gray {
        background: none;
    }
}

.gi_about aside {
    width: 50%;
    /* flex-basis: 50%; */
}

@media only screen and (max-width: 1210px) {
    .gi_about aside {
        width: 78%;
        margin: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .gi_about aside {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .gi_about aside {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.gi_about aside > a {
    display: flex;
}

.gi_about article {
    display: flex;
    width: 50%;
    /*padding: 40px 0 40px 40px;*/
    padding: 0;
    align-items: self-end;
    flex-direction: column;
    max-width: 567px;
    justify-content: center;
    /* margin: auto; */
    margin-left: 107px;
}

@media only screen and (max-width: 1210px) {
    .gi_about article {
        width: 78%;
        margin: auto;
        max-width: 999px;
        display: block;
        margin-top: 58px;
    }
}

@media only screen and (max-width: 1024px) {
    .gi_about article {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .gi_about article {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        text-align: left;
    }
}

.gi_about._flipped article {
    max-width: 582px;
    /* flex-basis: 50%; */
    /* justify-self: center; */
    margin: auto;
    /* padding: 40px; */
    /* margin-top: 80px; */
}

@media only screen and (max-width: 1210px) {
    .gi_about._flipped article {
        max-width: 999px;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 640px) {
    .gi_about._flipped article {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1210px) {
    .gi_about._flipped {
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 640px) {
    .gi_about._flipped {
        padding-bottom: 45px;
    }
}

.gi_about article ins {
    color: #1e2832;
    margin-top: 20px;
    line-height: 1.625em;
    font-weight: 300;
    font-size: 17px;
}

@media only screen and (max-width: 1210px) {
    .gi_about article ins {
        display: block;
        margin-bottom: 55px;
    }
}

@media only screen and (max-width: 640px) {
    .gi_about article ins {
        text-align: center;
    }
}

.gi_about article span {
    margin-top: 32px;
    border: 2px solid #c4000c;
    color: #1e2832;
    font-weight: 700;
    font-size: 0.875em;
    cursor: pointer;
    padding: 20px 53px;
    margin-left: 1px;
    /* margin-bottom: 40px; */
    text-transform: uppercase;
}

@media only screen and (max-width: 1210px) {
    .gi_about article span {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .gi_about article span {
        display: block;
        text-align: center;
    }
}

.gi_about article span a {
    color: #1e2832;
    -webkit-transition: color 0.3s 0s ease-out;
    -moz-transition: color 0.3s 0s ease-out;
    -ms-transition: color 0.3s 0s ease-out;
    -o-transition: color 0.3s 0s ease-out;
    transition: color 0.3s 0s ease-out;
}

.gi_about._flipped {
    /* background-color: white; */
    /* justify-items: center; */
}

._flipped {
    flex-direction: row-reverse;
}

.gi_about article > strong,
.gi_about article > h1 {
    font-weight: bold;
    color: #1e3142;
    font-size: 2em;
    margin: 0;
    display: block;
}

@media only screen and (max-width: 1210px) {
    .gi_about article > strong,
    .gi_about article > h1 {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 640px) {
    .gi_about article > strong,
    .gi_about article > h1 {
        font-size: 30px;
        text-align: center;
    }
}

.gi_about article > ul li:before {
    content: none;
}

.gi_about article > ul {
    display: flex;
    margin: 19px 0px 11px 0px;
    font-size: 17px;
}

@media only screen and (max-width: 1210px) {
    .gi_about article > ul {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .gi_about article > ul {
        margin-bottom: 50px;
        justify-content: center;
    }
}

@media only screen and (max-width: 640px) {
    .gi_about article > ul {
        flex-wrap: wrap;
        justify-content: start;
        margin-left: 25px;
    }
}

.gi_about article > ul > :last-child {
    margin-left: 63px;
}

@media only screen and (max-width: 640px) {
    .gi_about article > ul > :last-child {
        margin-left: 0;
    }
}

.gi_about article > ul > li {
    display: flex;
    flex-direction: column;
    padding-left: 1px;
}

@media only screen and (max-width: 1210px) {
    .gi_about article > ul > li ins {
        margin-bottom: 0px;
        font-weight: 500;
        color: #0A1015;
    }
}

.gi_about article > ul > li > * {
    color: #1e2832;
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.gi_about article > ul > li > *:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-top: 1px;
    margin-right: 15px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="14" viewBox="0 0 16 14"><path fill="rgb(196, 0, 12)" fill-rule="evenodd" d="M9.795 5.691c-.103-.253-.41-.355-.667-.202L2 9.139v-.05c.154-1.218.77-3.955 3.282-5.273C8.615 2.142 14 3.562 14 3.562s-1.949 5.171-5.282 6.844c-2.513 1.268-5.128.203-6.256-.405l-.052-.05L9.538 6.3c.308-.102.36-.406.257-.609z"/></svg>');
}

.gi_souvenirs {
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .gi_souvenirs {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 640px) {
    .gi_souvenirs {
        flex-wrap: nowrap;
        overflow: auto;
    }
}

.gi_souvenirs > a > abbr {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    top: 0;
    background: rgba(196, 0, 12, 0.8);
    -webkit-transition: opacity 0.3s 0s ease-out;
    -moz-transition: opacity 0.3s 0s ease-out;
    -ms-transition: opacity 0.3s 0s ease-out;
    -o-transition: opacity 0.3s 0s ease-out;
    transition: opacity 0.3s 0s ease-out;
}

.gi_souvenirs > a:hover > abbr {
    opacity: 1;
}

.gi_souvenirs > a:hover > abbr > span {
    color: #ffffff;
    font-size: 2em;
    text-align: center;
}

.gi_souvenirs > a > abbr > ins {
    font-size: 1.5em;
    text-align: center;
    color: #ffffff;
}

.gi_souvenirs > a {
    display: flex;
    font-weight: 500;
    flex-basis: 25%;
    /* align-items: center; */
}

@media only screen and (max-width: 1024px) {
    .gi_souvenirs > a {
        flex-basis: 50%;
    }
}

@media only screen and (max-width: 640px) {
    .gi_souvenirs > a {
        flex-basis: 80%;
        width: 80vw;
        min-width: 80vw;
    }
}

.gi_souvenirs > a > img {
    display: flex;
    width: 100%;
    align-self: center;
    height: 100%;
}

.gi_customers {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 217px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    .gi_customers {
        overflow: scroll;
    }
}

@media only screen and (max-width: 640px) {
    .gi_customers {
        min-height: 150px;
    }
}

.gi_customers .gic_slide {
    margin: 0 10px;
    display: flex !important;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .gi_customers .gic_slide {
        min-width: 200px;
        margin-left: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .gi_customers .gic_slide {
        min-width: 80px;
    }
}

.gi_customers .gic_slide > img {
    cursor: pointer;
    width: 189px;
    max-height: 50px;
    -webkit-transition: opacity 0.3s 0s ease-out;
    -moz-transition: opacity 0.3s 0s ease-out;
    -ms-transition: opacity 0.3s 0s ease-out;
    -o-transition: opacity 0.3s 0s ease-out;
    transition: opacity 0.3s 0s ease-out;
}

.gi_customers .gic_slide:hover > img {
    opacity: 0;
}

.gi_customers .gic_slide:hover > img._hover {
    opacity: 1;
}

.gi_customers .gic_slide > img._hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
}

.gi_customers .slick-track {
    display: flex;
}

.ov_form.form_call_manager {
    display: flex;
}

.ov_form.form_call_manager form .h4 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.33em;
    color: #000000;
    margin-bottom: 11px;
    margin-top: 29px;
}

@media only screen and (max-width: 640px) {
    .ov_form.form_call_manager {
        flex-wrap: wrap;
    }
}

.ov_form.form_call_manager > aside {
    background: #f5f6f8;
    width: 100%;
    flex-basis: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

@media only screen and (max-width: 640px) {
    .ov_form.form_call_manager > aside {
        order: 10;
    }
}

.ov_form.form_call_manager > div {
    background: #f5f6f8;
    width: 50%;
    flex-basis: 100%;
    display: flex;
    padding-right: 20px;
    padding-top: 40px;
    align-items: center;
    padding-bottom: 40px;
}

@media only screen and (max-width: 1210px) {
    .ov_form.form_call_manager > div {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 640px) {
    .ov_form.form_call_manager > div {
        order: 1;
        padding: 50px 20px;
        padding-bottom: 0;
    }
}

.ov_form.form_call_manager > div > form {
    color: black;
    width: 705px;
}

@media only screen and (max-width: 1024px) {
    .ov_form.form_call_manager > div .req-form {
        display: none;
    }
}

.ov_form.form_call_manager > div > form > h4 {
    color: #0a1015;
    font-size: 2em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.ov_form.form_call_manager > div > form > article {
    color: #1e2832;
    font-weight: 300;
    margin-top: 23px;
    margin-bottom: 35px;
    font-size: 18px;
}

.of_errors {
    color: red;
    font-style: oblique;
}

.of_result {
    font-weight: bold;
    font-size: 1.5em;
    padding: 65px 0 45px;
    line-height: 1.4em;
}

.ov_form.form_call_manager .of_row {
    margin-top: 24px;
    display: flex;
}

.ov_form.form_call_manager .of_row * {
    -webkit-transition: box-shadow 0.3s 0s ease-out;
    -moz-transition: box-shadow 0.3s 0s ease-out;
    -ms-transition: box-shadow 0.3s 0s ease-out;
    -o-transition: box-shadow 0.3s 0s ease-out;
    transition: box-shadow 0.3s 0s ease-out;
}

.ov_form.form_call_manager .of_row label {
    flex-grow: 1;
    display: flex;
}

.ov_form.form_call_manager .of_row label._date ins {
    position: absolute;
    background-color: #8e98a0;
    cursor: pointer;
    right: 25px;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 20px;
    margin: auto;
    -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="20"> <path fill="black" fill-rule="evenodd" d="M16 2h-1V0h-2v2H5V0H3v2H2C.89 2 .01 2.9.01 4L0 18a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 16H2V7h14v11zM4 9h5v5H4V9z"/> </svg>') no-repeat;
    mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="20"> <path fill="black" fill-rule="evenodd" d="M16 2h-1V0h-2v2H5V0H3v2H2C.89 2 .01 2.9.01 4L0 18a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 16H2V7h14v11zM4 9h5v5H4V9z"/> </svg>');
    -webkit-transition: background-color 0.3s 0s ease-out;
    -moz-transition: background-color 0.3s 0s ease-out;
    -ms-transition: background-color 0.3s 0s ease-out;
    -o-transition: background-color 0.3s 0s ease-out;
    transition: background-color 0.3s 0s ease-out;
}

.ov_form.form_call_manager .of_row label._date ins:hover {
    background-color: #1E2832;
}

.ov_form.form_call_manager .of_row input,
.ov_form.form_call_manager .of_row input:disabled {
    padding: 20px 0px 19px 24px;
    flex-grow: 1;
    border: 1px solid transparent;
    background-color: white;
    color: #1e2832;
    font-family: inherit;
    font-weight: 300;
    box-shadow: 0 2px 2px 0 rgba(30, 49, 66, 0.05);
    font-size: 17px;
}

.ov_form.form_call_manager .of_row input:focus {
    outline: none;
}

.ov_form.form_call_manager .of_row label.error > input,
.ov_form.form_call_manager .of_row label.error > textarea {
    border: 1px solid red;
}

.ov_form.form_call_manager .of_row label.error[data-error]::before {
    content: attr(data-error);
    display: block;
    font-size: 0.8125em;
    font-weight: 300;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    color: #c4000c;
    margin-top: -17px;
}

.ov_form.form_call_manager .of_row input::-webkit-input-placeholder {
    color: rgba(30, 49, 66, 0.6);
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
}

.ov_form.form_call_manager .of_row input::-moz-placeholder {
    color: rgba(30, 49, 66, 0.6);
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
}

.ov_form.form_call_manager .of_row input:-ms-input-placeholder {
    color: rgba(30, 49, 66, 0.6);
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
}

.ov_form.form_call_manager .of_row input:-moz-placeholder {
    color: rgba(30, 49, 66, 0.6);
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
}

.ov_form.form_call_manager .of_row textarea::-webkit-input-placeholder {
    color: rgba(30, 49, 66, 0.6);
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
}

.ov_form.form_call_manager .of_row textarea::-moz-placeholder {
    color: rgba(30, 49, 66, 0.6);
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
}

.ov_form.form_call_manager .of_row textarea:-ms-input-placeholder {
    color: rgba(30, 49, 66, 0.6);
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
}

.ov_form.form_call_manager .of_row textarea:-moz-placeholder {
    color: rgba(30, 49, 66, 0.6);
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
}

.ov_form.form_call_manager .of_row textarea:focus {
    outline: none;
}

.ov_form.form_call_manager .of_row input:hover {
    box-shadow: 0 2px 2px 0 rgba(30, 49, 66, 0.3);
}

.ov_form.form_call_manager .of_row textarea {
    flex-grow: 1;
    border: 0px;
    font-size: 16px;
    padding: 20px 0px 20px 24px;
    box-shadow: 0 2px 2px 0 rgba(30, 49, 66, 0.05);
    font-family: inherit;
    font-weight: 300;
    color: #1e2832;
    resize: none;
}

.ov_form.form_call_manager .of_row textarea:hover {
    box-shadow: 0 2px 2px 0 rgba(30, 49, 66, 0.3);
}

/* .of_footer .fbf_right:before {
  content: "";
  border: 2px solid #1e3142;
  padding: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M504.502 75.496c-9.997-9.998-26.205-9.998-36.204 0L161.594 382.203 43.702 264.311c-9.997-9.998-26.205-9.997-36.204 0-9.998 9.997-9.998 26.205 0 36.203l135.994 135.992c9.994 9.997 26.214 9.99 36.204 0L504.502 111.7c9.998-9.997 9.997-26.206 0-36.204z"/></svg>');
} */
.of_footer .fbf_right {
    color: rgba(30, 49, 66, 0.4);
    font-size: 14px;
    display: flex;
    align-items: center;
    max-width: 349px;
    margin-left: 1px;
}

.of_footer .fbf_right > label {
    margin-right: 25px;
    margin-bottom: 5px;
}

.of_footer .fbf_right > label:before {
    content: "";
    width: 22px;
    height: 22px;
    border: solid 2px #8e98a0;
    display: inline-block;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-transition: border-color 0.3s 0s ease-out;
    -moz-transition: border-color 0.3s 0s ease-out;
    -ms-transition: border-color 0.3s 0s ease-out;
    -o-transition: border-color 0.3s 0s ease-out;
    transition: border-color 0.3s 0s ease-out;
}

.of_footer .fbf_right > span {
    line-height: 18px;
    margin-top: 11px;
}

.of_footer .fbf_right > input:checked + label:before {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(196, 0, 12)" d="M504.502 75.496c-9.997-9.998-26.205-9.998-36.204 0L161.594 382.203 43.702 264.31c-9.997-9.998-26.205-9.997-36.204 0s-9.998 26.205 0 36.203l135.994 135.992c9.994 9.997 26.214 10 36.204 0L504.502 111.7c9.998-9.997 9.997-26.206 0-36.204z"/></svg>') no-repeat center;
    background-size: 12px;
}

.of_footer .fbf_right > input:hover + label:before {
    border: 2px solid #4c5b68;
}

.of_footer .fbf_right.error > input + label:before {
    border-color: red;
}

.of_footer .fbf_right > input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 27px;
    left: 0;
    z-index: 2;
    width: 22px;
    height: 22px;
    margin: 0;
}

.of_footer .fbf_left {
    margin-left: 60px;
    -webkit-transition: background-color 0.3s 0s ease-out;
    -moz-transition: background-color 0.3s 0s ease-out;
    -ms-transition: background-color 0.3s 0s ease-out;
    -o-transition: background-color 0.3s 0s ease-out;
    transition: background-color 0.3s 0s ease-out;
}

.of_footer .fbf_left:hover {
    background: #c4000c;
}

.of_footer .fbf_left > button {
    cursor: pointer;
    border: 2px solid #c4000c;
    background: transparent;
    font-weight: bold;
    font-size: 0.875em;
    /* font-size: 14px; */
    padding: 20px 73px;
    outline: none;
    text-transform: uppercase;
}

._name {
    flex-basis: 100%;
}

._phone {
    flex-basis: 93%;
    margin-left: 24px;
}

@media only screen and (max-width: 1024px) {
    ._phone {
        margin-left: 0;
        margin-top: 20px;
    }
}

._email {
    flex-basis: 93%;
    margin-left: 24px;
}

@media only screen and (max-width: 1024px) {
    .req-form ._email {
        flex-basis: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}

._phone:first-child,
._email:first-child {
    margin-left: 0;
}

._address {
    flex-basis: 200%;
}

._date {
    flex-basis: 100%;
    margin-left: 17px;
}

@media only screen and (max-width: 1024px) {
    ._date {
        margin-left: 0;
        margin-top: 20px;
    }
}

.ov_form.form_call_manager .of_footer {
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: space-between;
}

footer {
    background: #172938;
}

footer > div {
    display: flex;
    justify-content: space-around;
    padding: 53px 50px;
}

@media only screen and (max-width: 1024px) {
    footer > div {
        flex-wrap: wrap;
        padding: 48px 30px;
    }
    footer {
        padding-bottom: 60px;
    }
}

footer article {
    flex-basis: 100%;
    font-size: 17px;
    font-weight: 300;
    color: #cacfd3;
}

@media only screen and (max-width: 1024px) {
    footer article {
        order: 5;
        min-width: 100%;
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 640px) {
    footer article {
        flex-wrap: wrap;
        justify-content: center;
    }
}

footer article > :first-child {
    /* color: #f7f9fa; */
    /* opacity: 0.8; */
    /* font-weight: 300; */
}

@media only screen and (max-width: 640px) {
    footer article > :first-child {
        text-align: center;
        margin-bottom: 30px;
    }
}

footer article > :first-child * {
    /* line-height: 28px; */
}

footer article > :last-child * {
    line-height: 32px;
}

footer article > :last-child {
    /* color: #f7f9fa; */
    margin-top: 35px;
    font-size: 16px;
}

@media only screen and (max-width: 1024px) {
    footer article > :last-child {
        margin-top: 0;
    }
}

footer menu li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media only screen and (max-width: 640px) {
    footer menu li {
        width: 100%;
        align-items: center;
    }
}

footer menu li a {
    color: inherit;
    margin-bottom: 7px;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    line-height: 20px;
}

footer menu li span {
    margin-bottom: 7px;
    line-height: 20px;
    border-bottom: 1px solid transparent;
}

@media only screen and (max-width: 640px) {
    footer menu li a {
        margin-bottom: 15px;
    }
}

footer menu li a:hover {
    border-bottom: 1px solid;
}

footer menu {
    display: flex;
    margin-top: 4px;
    flex-basis: 200%;
    padding: 1px 20px 0px 0px;
    justify-content: space-evenly;
    font-size: 14px;
    color: #cacfd3;
}

@media only screen and (max-width: 1024px) {
    footer menu {
        order: 1;
        min-width: 100%;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 640px) {
    footer menu {
        flex-wrap: wrap;
        padding-right: 0;
    }
}

footer section {
    flex-basis: 100%;
    color: #cacfd3;
    font-size: 17px;
}

@media only screen and (max-width: 1024px) {
    footer section {
        order: 10;
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 640px) {
    footer section {
        flex-wrap: wrap;
        justify-content: center;
    }
}

footer section > :first-child {
    /* opacity: 0.8; */
    text-indent: 0px;
    font-weight: 300;
    /* line-height: 1.75em; */
}

@media only screen and (max-width: 640px) {
    footer section > :first-child {
        text-align: center;
        margin-bottom: 30px;
    }
}

footer section .social {
    /* opacity: 0.8; */
    margin-top: 46px;
    font-weight: 300;
}

@media only screen and (max-width: 1024px) {
    footer section .social {
        margin-top: 0;
    }
}

footer section > :first-child a {
    color: inherit;
    /* line-height: 38px; */
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom-color 0.3s 0s ease-out;
    -moz-transition: border-bottom-color 0.3s 0s ease-out;
    -ms-transition: border-bottom-color 0.3s 0s ease-out;
    -o-transition: border-bottom-color 0.3s 0s ease-out;
    transition: border-bottom-color 0.3s 0s ease-out;
}

footer section > :first-child a:hover {
    border-bottom-color: inherit;
}

footer .social a {
    opacity: 0.7;
    /*margin-right: 30px;*/
    margin-left: 20px;
    margin-right: 10px;
    line-height: 60px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

footer .social a:hover {
    opacity: 1;
}

.bottom {
    display: none;
}

.bf_button:hover {
    background: #c4000c;
    color: #ffffff;
}

.gi_about article span:hover a {
    color: white;
}

.bf_button {
    -webkit-transition: background-color 0.3s 0s ease-out;
    -moz-transition: background-color 0.3s 0s ease-out;
    -ms-transition: background-color 0.3s 0s ease-out;
    -o-transition: background-color 0.3s 0s ease-out;
    transition: background-color 0.3s 0s ease-out;
}

footer section ._transition_example {
    -webkit-transition: max-height 0.3s 0s ease-out;
    -moz-transition: max-height 0.3s 0s ease-out;
    -ms-transition: max-height 0.3s 0s ease-out;
    -o-transition: max-height 0.3s 0s ease-out;
    transition: max-height 0.3s 0s ease-out;
}

.rub:after {
    content: "";
    position: absolute;
    background: #ccc;
    left: 0;
    /* right: 0; */
    height: 1px;
    top: 37%;
    bottom: 0;
    margin: auto;
    width: 69%;
}

@media only screen and (max-width: 1024px) {
    .top {
        display: none;
    }
}

.menu_and_search > .m_container.corporative > .search {
    flex-grow: unset;
    width: 458px;
    margin-right: 0;
}

@media only screen and (max-width: 1024px) {
    .menu_and_search > .m_container.corporative > .search {
        width: auto;
    }
}

@media only screen and (max-width: 640px) {
    .menu_and_search > .m_container.corporative > .search {
        background: none;
        box-shadow: none;
    }
}

.menu_and_search > .m_container.corporative > .corporate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* width: 458px; */
    margin-left: 2px;
    margin-top: 1px;
}

@media only screen and (max-width: 640px) {
    .menu_and_search > .m_container.corporative > .corporate {
        justify-content: start;
    }
}

.menu_and_search > .m_container.corporative > .corporate > a {
    color: #0a1015;
    font-size: 0.875em;
    font-weight: bold;
    white-space: nowrap;
    -moz-transition: color 0.3s ease-out 0s;
    -webkit-transition: color 0.3s ease-out 0s;
    -o-transition: color 0.3s ease-out 0s;
    transition: color 0.3s ease-out 0s;
    text-transform: uppercase;
    margin-right: 60px;
}

@media only screen and (max-width: 1024px) {
    .menu_and_search > .m_container.corporative > .corporate > a {
        margin-right: 30px;
        font-size: 0.775em;
    }
}

@media only screen and (max-width: 640px) {
    .menu_and_search > .m_container.corporative > .corporate > a span {
        display: none;
    }
}

.menu_and_search > .m_container.corporative > .corporate > a:hover {
    color: #c4000c;
}

.menu_and_search > .m_container.corporative {
    justify-content: space-between;
}

.gift_index > .gifts_banner {
    background: none;
    height: 520px;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .gift_index > .gifts_banner {
        height: 350px;
    }
}

@media only screen and (max-width: 640px) {
    .gift_index > .gifts_banner {
        height: 450px;
    }
}

.gifts_banner > .slider_container {
    padding: 0;
    margin-top: 0px;
    -moz-transition: margin-top 0.3s ease-out 0s;
    -webkit-transition: margin-top 0.3s ease-out 0s;
    -o-transition: margin-top 0.3s ease-out 0s;
    transition: margin-top 0.3s ease-out 0s;
}

.gifts_banner > .slider_container > div {
    padding: 88px 30px 113px 27px;
}

@media only screen and (max-width: 1210px) {
    .gifts_banner > .slider_container > div {
        padding: 88px 40px 113px 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .gifts_banner > .slider_container > div {
        padding: 88px 30px 113px 30px;
    }
}

@media only screen and (max-width: 640px) {
    .gifts_banner > .slider_container > div {
        padding: 88px 15px 113px 15px;
    }
}

.gifts_banner._slider > div > div {
    height: 520px;
    background: url("/local/templates/ov_30/img/gifts/banner_2.jpg");
}

@media only screen and (max-width: 1024px) {
    .gifts_banner._slider > div > div {
        height: 350px;
        background-position: center;
        background-size: cover;
    }
}

@media only screen and (max-width: 640px) {
    .gifts_banner._slider > div > div {
        height: 450px;
    }
}

@media only screen and (max-width: 1024px) {
    .gifts_banner._slider._small-center {
        text-align: center;
    }

    .gifts_banner._slider._small-center > div > div {
        padding-top: 57px;
    }
}

.gifts_banner > .slider_container ._max_width {
    padding: 0 30px;
}

@media only screen and (max-width: 1210px) {
    .gifts_banner > .slider_container ._max_width {
        padding: 0;
    }
}

@media only screen and (max-width: 640px) {
    .gifts_banner > .slider_container ._max_width {
        padding: 0;
    }
}

.gift_index > .gifts_banner .bf_button {
    margin-top: 37px;
    border: 2px solid #ffffff;
    padding: 21px 39px 19px 39px;
}

@media only screen and (max-width: 1210px) {
    .gift_index > .gifts_banner .bf_button {
        padding: 16px 39px 14px 39px;
    }
}

@media only screen and (max-width: 1024px) {
    .gift_index > .gifts_banner .bf_button {
        padding: 10px 39px 8px 39px;
    }
}

@media only screen and (max-width: 640px) {
    .gift_index > .gifts_banner .bf_button {
        display: block;
        text-align: center;
    }
}

.gift_index._souvenir > .gifts_banner .bf_button {
    border: 2px solid #c4000c;
}

.gift_index > .gifts_banner .bf_button:hover {
    /* background: #ffffff; */
    border-color: #ffffff00;
}

.gift_index > .gifts_banner .bf_button:hover > a {
    /* color: #000000; */
}

.bf_button > a {
    color: #ffffff;
}

.gifts_banner > del {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1210px) {
    .gifts_banner > del {
        right: 37px;
    }
}

@media only screen and (max-width: 1024px) {
    .gifts_banner > del {
        right: 35px;
    }
}

@media only screen and (max-width: 640px) {
    .gifts_banner > del {
        bottom: 30px;
        left: 50%;
        top: auto;
        transform: translateX(-50%);
        white-space: nowrap;
        text-align: center;
    }
}

.gifts_banner > del > ins::before {
    content: "";
    width: 12px;
    background: #ffffff;
    height: 12px;
    display: block;
    cursor: pointer;
    margin-top: 16px;
}

@media only screen and (max-width: 640px) {
    .gifts_banner > del > ins::before {
        display: inline-block;
        margin: 0 5px;
        width: 8px;
        height: 8px;
    }
}

.gifts_banner > del > ins._selected::before {
    background: #c4000c;
}

.presents_category {
    /* padding-right: 30px; */
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    padding-bottom: 103px;
    padding-top: 84px;
}

.presents_category > h3 {
    font-weight: unset;
    font-size: 1.5em;
    margin-bottom: 47px;
    margin-top: 0;
}

.presents_category > section {
    display: flex;
    justify-content: space-between;
}

.presents_category > section > :first-child {
    margin-left: 0px;
}

.presents_category > section > a {
    display: flex;
    width: 290px;
    justify-content: center;
    margin-left: 10px;
}

.presents_category > section > a > span {
    position: absolute;
    background: #c4000c;
    color: #ffffff;
    bottom: 3px;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    display: flex;
    font-size: 18px;
    height: 54px;
    text-align: center;
    width: 250px;
    left: 20px;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.presents_category > section > a:hover > span {
    height: 97px;
    padding-top: 43px;
}

.gi_quality {
    background: #f7f9fa;
    padding: 130px 30px 150px;
}

.gi_quality > h4 {
    font-size: 2em;
    color: #0a1015;
    font-weight: 700;
    max-width: 1260px;
    margin: 0 auto;
}

.gi_quality > ul {
    max-width: 1260px;
    display: flex;
    justify-content: space-between;
    margin: 87px auto 0px;
    font-weight: 400;
}

@media only screen and (max-width: 1024px) {
    .gi_quality > ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (max-width: 640px) {
    .gi_quality > ul {
        flex-wrap: nowrap;
        justify-content: start;
    }
}

.gi_quality > ul > li {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-left: 21px;
    align-items: center;
}

@media only screen and (max-width: 1210px) {
    .gi_quality > ul > li img {
        max-width: 100px;
        margin-bottom: 15px;
        font-weight: 700;
    }
}

@media only screen and (max-width: 1024px) {
    .gi_quality > ul > li {
        padding: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .gi_quality > ul > li {
        width: 180px;
        min-width: 180px;
        text-align: center;
        padding: 0 30px;
    }
}

.gi_quality > ul > li:before {
    content: "";
}

.gi_quality > ul > li > span {
    color: #1e2832;
    font-size: 21px;
    line-height: 26px;
}

.gi_quality._short {
    padding: 90px 30px 109px;
}

@media only screen and (max-width: 1210px) {
    .gi_quality._short {
        padding: 115px 30px 110px;
    }
}

@media only screen and (max-width: 1024px) {
    .gi_quality._short {
        padding: 30px 30px 49px;
    }
}

@media only screen and (max-width: 640px) {
    .gi_quality._short {
        overflow: scroll;
        padding: 30px 0px 49px;
    }
}

.gi_quality._short ul {
    margin-top: 0px;
}

.gi_about._corp {
    background: white;
}

.gi_about > aside > a {
    display: flex;
    align-items: center;
}

.gi_about > aside > a > img {
    display: flex;
}

.gi_about > article {
    /* justify-content: center; */
    /* align-items: center; */
}

.gi_about > article > div > strong {
    /* align-self: flex-start; */
    font-size: 2em;
    color: #0a1015;
    /* font-weight: 500; */
}

.gi_about > article > div {
    display: flex;
    flex-direction: column;
    max-width: 583px;
}

.hits_promo {
    padding-left: 30px;
    background: #f7f9fa;
    padding-right: 30px;
    padding-bottom: 100px;
    padding-top: 99px;
}

@media only screen and (max-width: 1210px) {
    .hits_promo {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .hits_promo {
        padding-bottom: 60px;
        padding-top: 59px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .hits_promo {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.hp_title {
    display: flex;
    align-items: center;
    margin-bottom: 46px;
}

@media only screen and (max-width: 1024px) {
    .hp_title {
        justify-content: center;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .hp_title {
        flex-wrap: wrap;
    }
}

.hp_title > h2 {
    color: #0a1015;
    font-size: 2em;
    margin: 0px;
    margin-top: 1px;
    font-weight: 500;
}

.hp_title > a {
    border: 2px solid #c4000c;
    color: #1e2832;
    font-weight: 700;
    margin-left: 54px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-right: 31px;
    padding-left: 31px;
    font-size: 0.75em;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (max-width: 1210px) {
    .hp_title > a {
        padding-top: 5px;
        padding-bottom: 4px;
        margin-left: 48px;
    }
}

@media only screen and (max-width: 1024px) {
    .hp_title > a {
        padding-top: 7px;
        padding-bottom: 6px;
    }
}

@media only screen and (max-width: 640px) {
    .hp_title > a {
        display: block;
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        min-width: 100%;
        text-align: center;
    }
}

.hp_title > a:hover {
    background: #c4000c;
    color: #ffffff;
}

.hp_list {
    display: flex;
    justify-content: flex-start;
}

@media only screen and (max-width: 1024px) {
    .hp_list {
        margin-left: -30px;
        margin-right: -30px;
        overflow: scroll;
        flex-wrap: nowrap;
        margin-top: 15px;
    }

    .catalog-section .hp_list {
        flex-wrap: wrap;
        margin: 0 -10px;
        padding-top: 53px;
    }
}

@media only screen and (max-width: 640px) {
    .hp_list {
        margin-left: -20px;
        margin-right: -20px;
    }

    .catalog-section .hp_list {
        margin: 0 0px;
        padding-top: 34px;
    }
}

body._opened-filter {
    position: relative;
    overflow: hidden;
}

body._opened-filter:after {
    display: block;
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 55;
}

@media only screen and (max-width: 1024px) {
    body._opened-filter .b24-widget-button-wrapper {
        display: none !important;
    }
}

@media only screen and (max-width: 640px) {
    body._opened-filter .bx-filter-block._ready {
        position: fixed;
        z-index: 999;
        bottom: 0;
        left: 0;
        right: 0;
        background: #F7F9FA;
        padding: 20px;
    }

    body._opened-filter .bx-filter-block._ready .bx-filter-parameters-box-container {
        border: none;
    }
}

.close-filters-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}

@media only screen and (max-width: 1024px) {
    .close-filters-btn {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .bx-filter {
        min-width: 10px;
    }
}

.open-filters-mobile {
    position: absolute;
    border: 2px solid #D2D6D9;
    box-sizing: border-box;
    right: 30px;
    top: 30px;
    padding: 0 18px;
    align-items: center;
    height: 40px;
    font-weight: 600;
    color: #000;
    display: none;
    z-index: 99;
}

.open-filters-mobile:hover {
    background: #D2D6D9;
}

@media only screen and (max-width: 1024px) {
    .open-filters-mobile {
        display: flex;
    }
}

@media only screen and (max-width: 640px) {
    .open-filters-mobile {
        position: static;
        justify-content: center;
        right: 0;
    }
}

.open-filters-mobile svg {
    margin-right: 7px;
}

.hp_list > a {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 24px;
    margin-right: 28px;
    width: 338px;
    -webkit-transition: box-shadow 0.3s 0s ease-out;
    -moz-transition: box-shadow 0.3s 0s ease-out;
    -ms-transition: box-shadow 0.3s 0s ease-out;
    -o-transition: box-shadow 0.3s 0s ease-out;
    transition: box-shadow 0.3s 0s ease-out;
}

.hp_list > a:nth-child(4n+4) {
    margin-right: 0;
}

.hp_list > a:hover {
    box-shadow: 0 0 30px 0 rgba(30, 49, 66, 0.1);
}

.hp_list > a > span {
    color: #1e2832;
    margin-top: 24px;
    font-weight: 700;
    -webkit-transition: color 0.3s 0s ease-out;
    -moz-transition: color 0.3s 0s ease-out;
    -ms-transition: color 0.3s 0s ease-out;
    -o-transition: color 0.3s 0s ease-out;
    transition: color 0.3s 0s ease-out;
}

.hp_list > a:hover > span {
    color: #c4000c;
}

.hp_list > a > article {
    font-size: 14px;
    color: #0a1015;
    margin-top: 10px;
    line-height: 1.43;
}

.hp_list > a > ins {
    color: #8a959e;
    font-size: 0.8em;
    margin-top: 20px;
    display: block;
    width: 100%;
}

.hp_list > a > strong {
    color: #1e2832;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 6px;
    margin-top: 11px;
}

.hp_list > a > strong:after {
    content: "";
    display: inline-block;
    width: 17px;
    background-size: cover;
    margin-left: 4px;
    height: 17px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="510.127" height="510.127"><path d="M34.786 428.963h81.158v69.572c0 3.385 1.083 6.156 3.262 8.322 2.173 2.18 4.95 3.27 8.335 3.27h60.502c3.14 0 5.857-1.1 8.152-3.27 2.295-2.166 3.44-4.938 3.44-8.322v-69.572h182.964c3.377 0 6.156-1.076 8.334-3.256s3.262-4.95 3.262-8.336v-46.377c0-3.365-1.082-6.156-3.262-8.322-2.172-2.18-4.957-3.27-8.334-3.27h-182.97v-42.754h123.184c48.305 0 87.73-14.72 118.293-44.2 30.55-29.45 45.834-67.5 45.834-114.125 0-46.604-15.283-84.646-45.834-114.125C410.548 14.75 371.116 0 322.812 0H127.535c-3.385 0-6.157 1.09-8.335 3.256-2.173 2.18-3.262 4.97-3.262 8.335v227.896H34.786c-3.384 0-6.157 1.145-8.335 3.44-2.172 2.295-3.262 5.012-3.262 8.15v53.978c0 3.385 1.083 6.158 3.262 8.336s4.945 3.256 8.335 3.256h81.158V359.4H34.786c-3.384 0-6.157 1.1-8.335 3.27-2.172 2.166-3.262 4.95-3.262 8.322v46.377c0 3.385 1.083 6.158 3.262 8.336s4.95 3.257 8.335 3.257zM199.628 77.18h115.938c25.6 0 46.248 7.485 61.953 22.46 15.697 14.976 23.55 34.547 23.55 58.69 0 24.156-7.852 43.733-23.55 58.69-15.705 14.988-36.354 22.473-61.953 22.473H199.628V77.18z"/></svg>');
}

@media (max-width: 1460px) {
    .hits_promo .hp_list > a {
        padding: 20px;
        width: 330px;
        margin-right: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .hits_promo .hp_list > a:nth-child(4n+4) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1210px) {
    .hits_promo .hp_list > a {
        width: 32%;
        margin-right: 2%;
    }

    .hits_promo .hp_list > a:nth-child(3) {
        margin-right: 0;
    }

    .hits_promo .hp_list > a:nth-child(4) {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .hits_promo .hp_list > a {
        width: 300px;
        margin-right: 0;
        margin-left: 30px;
        min-width: 300px;
    }

    .hits_promo .hp_list > a:nth-child(4) {
        display: block;
    }

    .hits_promo .hp_list > a:last-child {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .hits_promo .hp_list > a {
        width: 220px;
        min-width: 220px;
    }
}

.ov_form > aside > img {
    margin-right: 30px;
}

main > .ov_form.form_call_manager > div > form > h4 {
    font-weight: bold;
}

.simple_page {
    margin-top: 70px;
    padding: 0px 30px;
    margin-bottom: 60px;
}

.simple_page h1 {
    margin: 44px 0 30px;
    font-size: 2em;
    font-weight: 700;
    color: #0a1015;
}

@media only screen and (max-width: 640px) {
    .simple_page h1 {
        margin: 14px 0 10px;
    }
}

.sp_content {
    max-width: 950px;
}

.mobile_form_intro {
    text-align: center;
    display: none;
}

@media only screen and (max-width: 1024px) {
    .mobile_form_intro {
        display: block;
        width: 100%;
    }
}

.mobile_form_intro .h4 {
    color: #0a1015;
    font-size: 2em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.mobile_form_intro article {
    color: #1e2832;
    font-weight: 300;
    margin-top: 23px;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 26px;
}

.mobile_form_intro .bf_button {
    border: 2px solid #c4000c;
    color: #1e2832;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 19px;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 0.75em;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (max-width: 640px) {
    .mobile_form_intro .bf_button {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .search-mobile-header-form {
        display: none !important;
    }

    .sp_content .search-mobile-header-form {
        display: flex !important;
    }
}

.search-mobile-header-icon {
    display: none;
    height: 18px;
    width: 19px;
    box-sizing: border-box;
    padding-bottom: 39px;
    padding-right: 36px;
    cursor: pointer;
    border: 0px;
    outline: none;
    margin: auto;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="18" viewBox="0 0 19 18"><path fill="rgb(30, 49, 66)" fill-opacity=".597" fill-rule="evenodd" d="M.5 7.156a7.112 7.112 0 0 0 7.156 7.156c1.761 0 3.658-.784 4.438-1.616l.674.593v.026c0 .55.311 1.307.714 1.71l2.654 2.654s.722.722 1.442.001l.598-.597c.726-.727.005-1.449.005-1.449l-2.654-2.653c-.394-.394-1.154-.714-1.711-.714h-.025l-.706-.685c.852-.782 1.728-2.649 1.728-4.426A7.112 7.112 0 0 0 7.656 0 7.112 7.112 0 0 0 .5 7.156zm7.156-5.111c2.863 0 5.112 2.248 5.112 5.11 0 2.863-2.249 5.112-5.112 5.112-2.862 0-5.111-2.249-5.111-5.111 0-2.863 2.249-5.111 5.111-5.111z"/></svg>');
}

@media only screen and (max-width: 640px) {
    .search-mobile-header-icon {
        display: block;
    }

    .sp_content .search-mobile-header-icon {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .hide-phone {
        display: none;
    }
}

.show-phone {
    display: none;
}

@media only screen and (max-width: 640px) {
    .show-phone {
        display: flex;
    }
}

.gift-sections {
    padding: 80px 40px;
}

@media only screen and (max-width: 1210px) {
    .gift-sections {
        padding: 51px 0;
        padding-bottom: 60px;
    }

    .gift-sections > div {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .gift-sections > div {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 640px) {
    .gift-sections {
        padding: 40px 0;
    }

    .gift-sections > div {
        padding: 0 20px;
    }
}

.gift-sections p {
    font-size: 24px;
    line-height: 36px;
    color: #0A1015;
    margin-bottom: 45px;
}

@media only screen and (max-width: 1024px) {
    .gift-sections p {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .gift-sections p {
        display: none;
    }
}

.gift-sections__list {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    .gift-sections__list {
        flex-wrap: wrap;
    }
}

.gift-sections__item {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-bottom: 32px;
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (max-width: 1024px) {
    .gift-sections__item {
        width: 48%;
        min-width: 48%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 64px;
    }
}

@media only screen and (max-width: 640px) {
    .gift-sections__item {
        width: 100%;
        min-width: 100%;
    }
}

.gift-sections__item:first-child {
    margin-left: 0;
}

.gift-sections__item:last-child {
    margin-right: 0;
}

.gift-sections__item:hover .gift-sections__item-name {
    background: #87000c;
}

.gift-sections__item-img {
    height: 190px;
    width: 100%;
}

.gift-sections__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gift-sections__item-name {
    height: 64px;
    background: #C4000C;
    transition: all 0.3s;
    color: #fff;
    position: absolute;
    bottom: -32px;
    display: flex;
    padding: 0 15px;
    left: 10px;
    right: 10px;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .req-form .h4 {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        padding-right: 80px;
        color: #0A1015;
    }
}

@media only screen and (max-width: 640px) {
    .req-form article {
        display: none;
    }

    .req-form .h4 {
        background: #fff;
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px;
        margin-top: -20px;
        margin-bottom: 30px;
        padding-right: 80px;
    }

    .req-form .of_footer {
        flex-wrap: wrap;
    }

    .req-form .of_footer .fbf_left {
        margin-left: 0;
        margin-top: 51px;
        min-width: 100%;
    }

    .req-form .of_footer .fbf_left > button {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.popup-window {
    z-index: 99999 !important;
}

/*# sourceMappingURL=template_styles.css.map */

@media only screen and (max-width: 1024px) {
    footer article {
        display: block !important;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 640px) {
    footer article {
        display: block !important;
    }

    footer article div div {
        text-align: center !important;
    }
}

@media only screen and (max-width: 640px) {
    footer section {
        display: block !important;
    }

    footer section .social {
        text-align: center !important;
    }
}

@media screen and (min-width: 1920px) {
    .breadcrumb-2 {
        width: 1366px;
    }
}

@media screen and (min-width: 980px) {
    .contancts__map {
        max-width: 980px;
    }

    .bx-yandex-map .ymaps-map {
        width: 100% !important;
    }

    .bx-yandex-map .ymaps-map .ymaps-glass-pane {
        width: 100% !important;
    }
}

ul li {
    list-style: disc;
    padding: 8px 0;
    margin-left: 16px;
    line-height: 26px;
}

ul li::marker {
    color: #C4000C;
}

@media screen and (max-width: 1200px) {
    .contancts__map {
        max-width: 1200px;
    }
}

.top_menu li::marker {
    list-style: none !important;
    color: transparent;
}

.top_menu li:before {
    content: none !important;
}

.about-works__item ul li {
    padding: 8px 16px 8px 0;
}

.h1, .h2, .h3, .h4 {
    font-family: "SF Pro Display";
    font-weight: 600;
    color: #1E2832;
    margin-bottom: 20px;
}

.h1 {
    font-size: 32px;
    line-height: 40px;
}

.h2 {
    font-size: 28px;
    line-height: 36px;
}

.h3 {
    font-size: 24px;
    line-height: 36px;
}

.h4 {
    font-size: 16px;
    line-height: 26px;
}

.text-content {
    font-family: "SF Pro Display" !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #1E2832 !important;
    margin-bottom: 18px !important;
}

.ul-list {
    margin: 12px 0 !important;
    padding: 0 !important;
    list-style: none !important;
    color: #1E2832 !important;
}

.ul-list li {
    list-style: disc !important;
    padding: 8px 0 !important;
    margin-left: 16px !important;
    line-height: 26px !important;
}

/* new footer */
footer .footer-block {
    flex-direction: column;
    padding: 36px 0;
}

footer .footer-block p {
    margin: 0;
}

footer .footer-block ul {
    margin: 0;
}

footer .footer-block li {
    list-style: none;
    margin: 0;
    padding: 0;
}


.footer-block .footer-inner {
    display: flex;
    justify-content: space-between;
}

.footer-block .footer-law {
    margin-top: 36px;
}

.footer-block .footer-law p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #D2D6D9;
}

.footer-item div:first-child {
    width: 246px;
    height: 77px;
    transition: all .3s ease;
}

.footer-item div:first-child img {
    width: 100%;
    height: 100%;
}

.footer-item .social-list {
    display: flex;
    margin-top: 32px !important;
}

.social-list a:not(:first-child) {
    margin-left: 12px;
}

.social-list a:not(:last-child) {
    margin-right: 12px;
}

.social-list a {
    position: relative;
}

.social-list a {
    width: 32px;
    height: 33px;
}

.social-list a::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 33px;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.social-list a.vk::after {
    background: url("/local/templates/ov_30/img/social/vk_active.svg");
}

.social-list a.tg::after {
    background: url("/local/templates/ov_30/img/social/tg_active.svg");
}

.social-list a.pt::after {
    background: url("/local/templates/ov_30/img/social/pt_active.svg");
}

.social-list a.inst::after {
    background: url("/local/templates/ov_30/img/social/inst_active.svg");
}

.social-list a.vk:hover::after,
.social-list a.tg:hover::after,
.social-list a.pt:hover::after,
.social-list a.inst:hover::after {
    opacity: 1;
}

.nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 708px;
    grid-gap: 30px;
    margin-left: auto;
}

.nav-list li + li {
    padding-top: 12px;
}

.nav-list a {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #F7F9FA;
    border-bottom: 1px solid transparent;
    transition: all 0.3s 0s ease-out;
}

.nav-list a:hover {
    border-bottom: 1px solid;
}

.footer-contacts {
    width: 320px;
    margin-left: 30px;
}

.footer-contacts .social-list {
    display: none;
}

.footer-contacts li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #F7F9FA;
    border-bottom: 1px solid transparent;
    transition: all 0.3s 0s ease-out;
}

.footer-contacts li:last-child {
    margin-top: 4px;
}

.footer-contacts li:last-child a:hover {
    border-bottom: 1px solid;
}

.footer-contacts .copyright {
    margin-top: 32px;
}

.footer-contacts .copyright p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #F7F9FA;
}

@media screen and (max-width: 1460px) {
    footer .footer-block {
        padding: 36px 15px;
    }
}

@media screen and (max-width: 1366px) {
    .nav-list {
        margin-left: 30px;
        width: 560px;
    }

    .footer-item div:first-child {
        display: flex;
        width: 210px;
        height: 50px;
    }

    .footer-contacts {
        width: 300px;
    }
}

@media screen and (max-width: 1200px) {
    .footer-contacts {
        width: 210px;
    }
}

@media screen and (max-width: 1024px) {
    .nav-list {
        width: 451px;
    }
}

@media screen and (max-width: 960px) {
    .footer-item div:first-child {
        width: 291px;
        height: 76px;
    }

    .footer-item .social-list {
        display: none;
    }

    .nav-list {
        width: auto;
        margin: 0;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 12px;
    }

    .footer-contacts .social-list {
        display: block;
        margin-bottom: 22px;
    }

    .footer-contacts .social-list a::after {
        top: -17.8px;
    }
}

@media screen and (max-width: 810px) {
    .footer-item div:first-child {
        width: 187px;
        height: 58px;
    }
}

@media screen and (max-width: 768px) {
    .footer-block .footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .nav-list {
        width: 100%;
        margin: 36px 0;
    }

    .footer-contacts {
        width: 100%;
        margin: 0;
    }

    .footer-block .footer-law {
        text-align: center;
    }
}

.__wrapper {
    /*max-width: 1440px;*/
    margin-left: auto;
    margin-right: auto;
    line-height: 28px;
    padding: 150px 30px 0 !important;
}

@media only screen and (max-width: 640px) {
    body:not(.has-top-bar) .__wrapper {
        padding: 50px 30px 0 !important;
    }
}

body:not(.has-top-bar) section.menu_and_search {
    top: 128px;
}

@media only screen and (max-width: 640px) {
    body:not(.has-top-bar) section.menu_and_search {
        top: 70px
    }
}

body.has-top-bar section.menu_and_search {
    top: 140px;
}

@media only screen and (max-width: 640px) {
    body.has-top-bar section.menu_and_search {
        /* margin-top: 75px;*/
        top: 140px;
    }
}

.about-quote {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:1025px) {
    .about-quote {
        margin-top: 140px;
    }
}

/*  INDEX-NEW  */
.index-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    line-height: 28px;
    /*padding: 150px 30px 0;*/
    padding: 90px 30px 0;
}

@media (min-width:1201px) {
    .index-wrapper {
        padding: 130px 30px 0;
    }
}

.index-wrapper h1 {
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 32px;
    font-weight: bold;
}

.index-wrapper h2 {
    margin-top: 0;
    margin-bottom: 44px;
}

.index__banner {
    width: 100%;
    margin-bottom: 84px;
}

.index__banner-link-wrapper {
    width: 100%;
}

.index__banner-link-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index__categories h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #000000;
    margin-bottom: 24px;
    font-family: 'SF PRO DISPLAY';
    margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
    .index__categories h3 {
        max-width: 717px;
    }
}

.index__categories-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.index__categories-wrapper .index__categories-cat {
    margin: 15px;
    padding: 8px;
    position: relative;
    overflow: hidden;
    background-color: #f8fbfe;
    max-height: 300px;
    height: 20vw;
}

.index__categories-wrapper .index__categories-cat-information h3 {
    transition: .3s ease;
    border-bottom: 1px solid;
    border-color: transparent;
    display: inline-block;
}

.index__categories-wrapper .index__categories-cat:hover h3 {
    border-bottom: 1px solid;
    border-color: inherit;
}

.index__categories-cat .index__categories-cat-information {
    position: absolute;
    z-index: 2;
    bottom: 15px;
}

@media screen and (max-width: 360px) {
    .index__categories-cat .index__categories-cat-information {
        bottom: auto;
    }
}

.index__categories-cat .index__categories-cat-information h3, .index__categories-cat .index__categories-cat-information p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    font-style: normal;
    color: #F7F9FA;
    display: block;
}

.index__categories-cat .index__categories-cat-information h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 0 0;
    display: inline-block;
}

.index__categories-cat .index__categories-cat-information p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.index__categories-cat .index__categories-cat-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.index__categories-cat .index__categories-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index__categories-cat:nth-child(1) {
    width: calc(50% - 30px);
}

.index__categories-cat:nth-child(2) {
    width: calc(50% - 30px);
}

.index__categories-cat:nth-child(3) {
    width: calc(42.21% - 30px);
}

.index__categories-cat:nth-child(4) {
    width: calc(33.33% - 30px);
}

.index__categories-cat:nth-child(4) h3, .index__categories-cat:nth-child(4) p {
    color: #1E2832;
}

.index__categories-cat:nth-child(5) {
    width: calc(24.46% - 30px);
    background: linear-gradient(269.41deg, #FF3232 -0.4%, #9A0EC1 93.3%);
    padding: 0;
}

.index__categories-cat:nth-child(5) h3 {
    left: 18px;
    margin: 0;
}

.index__categories-cat:nth-child(5) .index__categories-cat-information img {
    left: 18px;
    margin-bottom: 50px;
}

.index__categories-cat:nth-child(5) .index__categories-cat-information {
    bottom: 48px;
}

@media screen and (max-width: 1274px) {
    .index__categories-cat:nth-child(5) .index__categories-cat-information {
        bottom: 20px;
    }
}

.index__categories-cat:nth-child(5) > svg {
    object-fit: contain;
}

.index__categories-cat:nth-child(6) {
    width: calc(24.46% - 30px);
}

.index__categories-cat:nth-child(6) h3, .index__categories-cat:nth-child(6) p {
    color: #1E2832;
}

.index__categories-cat:nth-child(7) {
    width: calc(33.33% - 30px);
}

.index__categories-cat:nth-child(7) h3, .index__categories-cat:nth-child(7) p {
    color: #1E2832;
}

.index__categories-cat:nth-child(8) {
    width: calc(42.21% - 30px);
}


@media screen and (max-width: 960px) {

    .index__categories-cat:nth-child(1) {
        width: 100%;
        height: 409px;
    }

    .index__categories-cat:nth-child(2) {
        width: 100%;
        height: 409px;
    }

    .index__categories-cat:nth-child(n+3):nth-child(-n+8) {
        width: calc(50% - 30px);
        height: 30vw;
    }
}

@media screen and (max-width: 600px) {

    .index__categories-cat:nth-child(n+1):nth-child(-n+8) {
        width: 100%;
        height: 70vw;
        max-height: 415px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .index__categories-cat:nth-child(n+1):nth-child(-n+8) .index__categories-cat-information h3,
    .index__categories-cat:nth-child(n+1):nth-child(-n+8) .index__categories-cat-information p {
        text-align: center;
        color: #fff;
    }

    .index__categories-cat:nth-child(5) {
        max-height: 200px;
        border-radius: 128px;


    }

    .index__categories-cat:nth-child(5) .index__categories-cat-information img {
        display: none;
    }

    .index__categories-cat:nth-child(5) .index__categories-cat-information {
        bottom: calc(50% - 20px)
    }

    .index__categories-cat:nth-child(5) svg {
        object-fit: contain;
        width: 200% !important;
        height: 200% !important;
    }
}

.index__services {
    margin-bottom: 84px;
}

.index__services-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.index__services > h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
}

.index__categories {
    margin-bottom: 84px;
}

.index__service {
    width: calc(25% - 30px);
    background-color: #F7F9FA;
    min-height: 408px;
    margin: 15px;
    border-radius: 48px;
    padding: 45px 47px;
    transition: .3s ease;
    cursor: auto;
}

@media screen and (max-width: 1024px) {
    .index__service {
        width: calc(33.33% - 30px);
    }
}


@media screen and (max-width: 960px) {
    .index__service {
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 600px) {
    .index__service {
        width: 100%;
        min-height: auto;
        max-height: none;
        padding: 32px !important;
    }


    .index__service:last-child h3 {
        margin-top: 0;
    }
}

a.index__service {
    cursor: pointer;
}

a.index__service:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

a.index__service:hover h3 {
    color: #E6000F;
}

.index__service > svg {
    height: 64px;
}

@media screen and (max-width: 1220px) {
    .index__service {
        padding: 47px 18px;
    }
}

.index__service h3 {
    color: #C4000C;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 18px;
}


.index__service:last-child {
    border: 2px solid #FCC2C4;
    background-color: #fff;
}

.index__service:last-child p > a {
    color: #C4000C;
    text-decoration: underline;
    padding-top: 12px;
    display: block;
}

.index__service:last-child p > a:hover {
    text-decoration: none;
}

.index__projects {
    margin-bottom: 84px;
}

.index__projects-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.index__projects h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #0A1015;
    margin-bottom: 48px;
}

.index__project {
    width: 33.33%;
}

@media screen and (max-width: 960px) {
    .index__project {
        width: 50%
    }
}

@media screen and (max-width: 600px) {
    .index__projects-wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .index__project {
        flex-basis: 80%;
        width: 80vw;
        display: flex;
        min-width: 80vw;
        position: relative;
        height: 58vw;
    }
}


.index__project img {
    display: flex;
    width: 100%;
    align-self: center;
    height: 100%;
}

.index__project abbr {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    transition: opacity 0.3s 0s ease-out;
}

.index__project:hover abbr {
    opacity: 1;
}

.index__project abbr ins {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.copyright .privacy {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #D2D6D9;
}

.sg-copyright {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #F7F9FA;
}

.sg-copyright:hover {
    border-bottom: 1px solid;
}

.logo .hide-phone img {
    /*width: 100%;*/
    height: 62px;
}

.cdcd_prices ._price {
	font-size: 24px;
}

html body div.services_propose_frame.jqmWindow {
    width: min(500px, calc(100vw - 30px)) !important;
    overflow: visible;
}

html body div.services_propose_frame.jqmWindow .form_frame {
    box-sizing: border-box;
    flex: 0 1 100%;
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
}

html body div.services_propose_frame.jqmWindow > div,
html body div.services_propose_frame.jqmWindow .form.popup,
html body div.services_propose_frame.jqmWindow .form_wrapper {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}
