:root {
    --bx_filter_block_z_index: 1000;
    --product-card-link-z-index: 5;
    --new-card-border-color: #cdc5c5; /*var(--new-card-border-color*/  /*#9f9999*/
}

html {
    /*opacity: 0;
    visibility: hidden;
    transition: all .2s;*/
}

html.load {
    opacity: 1;
    visibility: visible;
}

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #DDD;
    border-radius: 0px;
    background: #F8F8F8;
    position: relative;
    overflow: hidden;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none;
}

.selectric-focus .selectric {
    border-color: #aaaaaa;
}

.selectric-hover .selectric {
    border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
    color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #c4c4c4;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
}

.selectric-items li.selected {
    background: #E0E0E0;
    color: #444;
}

.selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444;
}

.selectric-items li:hover {
    background: #D5D5D5;
    color: #444;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";
@keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position: var(--plyr-progress-loading-size, 25px) 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    line-height: 1.7;
    line-height: var(--plyr-line-height, 1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
    z-index: 0
}

.plyr audio, .plyr iframe, .plyr video {
    display: block;
    height: 100%;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
    box-sizing: inherit
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
    touch-action: manipulation
}

.plyr__badge {
    background: #4a5464;
    background: var(--plyr-badge-background, #4a5464);
    border-radius: 2px;
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: #fff;
    color: var(--plyr-badge-text-color, #fff);
    font-size: 9px;
    font-size: var(--plyr-font-size-badge, 9px);
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    display: none;
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    left: 0;
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width: 480px) {
    .plyr__captions {
        font-size: 15px;
        font-size: var(--plyr-font-size-base, 15px);
        padding: 20px;
        padding: calc(var(--plyr-control-spacing, 10px) * 2)
    }
}

@media (min-width: 768px) {
    .plyr__captions {
        font-size: 18px;
        font-size: var(--plyr-font-size-large, 18px)
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    transform: translateY(-40px);
    transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4))
}

.plyr__caption {
    background: #000c;
    background: var(--plyr-captions-background, #000c);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    color: var(--plyr-captions-text-color, #fff);
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__caption div {
    display: inline
}

.plyr__control {
    background: #0000;
    border: 0;
    border-radius: 4px;
    border-radius: var(--plyr-control-radius, 4px);
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px) * .7);
    position: relative;
    transition: all .3s ease
}

.plyr__control svg {
    fill: currentColor;
    display: block;
    height: 18px;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: 18px;
    width: var(--plyr-control-icon-size, 18px)
}

.plyr__control:focus {
    outline: 0
}

.plyr__control:focus-visible {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    outline-offset: 2px
}

a.plyr__control {
    text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
    display: none
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px;
    margin-left: calc(var(--plyr-control-spacing, 10px) / 4)
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px) / 4)
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
    padding: 0 calc(var(--plyr-control-spacing, 10px) / 2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: #ffffffe6;
    background: var(--plyr-menu-background, #ffffffe6);
    border-radius: 8px;
    border-radius: var(--plyr-menu-radius, 8px);
    bottom: 100%;
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px #00000026);
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container > div {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
    border: 4px solid #0000;
    border-top-color: #ffffffe6;
    border: var(--plyr-menu-arrow-size, 4px) solid #0000;
    border-top-color: var(--plyr-menu-background, #ffffffe6);
    content: "";
    height: 0;
    position: absolute;
    right: 14px;
    right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * .7 - var(--plyr-menu-arrow-size, 4px) / 2);
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px) * .7)
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    display: flex;
    font-size: 13px;
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding: 4.66667px 10.5px;
    padding: calc(var(--plyr-control-spacing, 10px) * .7 / 1.5) calc(var(--plyr-control-spacing, 10px) * .7 * 1.5);
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control > span {
    align-items: inherit;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control:after {
    border: 4px solid #0000;
    border: var(--plyr-menu-item-arrow-size, 4px) solid #0000;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
    padding-right: calc(var(--plyr-control-spacing, 10px) * .7 * 4)
}

.plyr__menu__container .plyr__control--forward:after {
    border-left-color: #728197;
    border-left-color: var(--plyr-menu-arrow-color, #728197);
    right: 6.5px;
    right: calc(var(--plyr-control-spacing, 10px) * .7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward:focus-visible:after, .plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: initial
}

.plyr__menu__container .plyr__control--back {
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: 7px;
    margin: calc(var(--plyr-control-spacing, 10px) * .7);
    margin-bottom: 3.5px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) * .7 / 2);
    padding-left: 28px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * .7 * 4);
    position: relative;
    width: calc(100% - 14px);
    width: calc(100% - var(--plyr-control-spacing, 10px) * .7 * 2)
}

.plyr__menu__container .plyr__control--back:after {
    border-right-color: #728197;
    border-right-color: var(--plyr-menu-arrow-color, #728197);
    left: 6.5px;
    left: calc(var(--plyr-control-spacing, 10px) * .7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back:before {
    background: #dcdfe5;
    background: var(--plyr-menu-back-border-color, #dcdfe5);
    box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: "";
    height: 1px;
    left: 0;
    margin-top: 3.5px;
    margin-top: calc(var(--plyr-control-spacing, 10px) * .7 / 2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back:focus-visible:after, .plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: initial
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * .7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    background: #0000001a;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px);
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease, opacity .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background: #00b2ff;
    background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
    opacity: 1;
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background: #23282f1a
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    margin-right: calc(var(--plyr-control-spacing, 10px) * .7 * -1 - -2px);
    overflow: hidden;
    padding-left: 24.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px) * .7 * 3.5);
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    background: #0000;
    border: 0;
    border-radius: 26px;
    border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
    color: #00b2ff;
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    display: block;
    height: 19px;
    height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    min-width: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: #0000;
    background-image: linear-gradient(90deg, currentColor 0, #0000 0);
    background-image: linear-gradient(to right, currentColor var(--value, 0), #0000 var(--value, 0));
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: -4px;
    margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: #0000;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type=range]::-ms-track {
    color: #0000
}

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
    background: #0000;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: #0000;
    background: currentColor;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: 0;
    position: relative;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    outline-offset: 2px
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    outline-offset: 2px
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    outline-offset: 2px
}

.plyr__poster {
    background-color: #000;
    background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
    display: none
}

.plyr__time {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time + .plyr__time:before {
    content: "⁄";
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px)
}

@media (max-width: 767px) {
    .plyr__time + .plyr__time {
        display: none
    }
}

.plyr__tooltip {
    background: #fff;
    background: var(--plyr-tooltip-background, #fff);
    border-radius: 5px;
    border-radius: var(--plyr-tooltip-radius, 5px);
    bottom: 100%;
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
    color: #4a5464;
    color: var(--plyr-tooltip-color, #4a5464);
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
    opacity: 0;
    padding: 5px 7.5px;
    padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip:before {
    border-left: 4px solid #0000;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
    border-right: 4px solid #0000;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
    border-top: 4px solid #fff;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control:focus-visible .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
    left: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 0 100%
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
    left: 16px;
    left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * .7)
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 100% 100%
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * .7);
    transform: translateX(50%)
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0) scale(1)
}

.plyr__progress {
    left: 6.5px;
    left: calc(var(--plyr-range-thumb-height, 13px) * .5);
    margin-right: 13px;
    margin-right: var(--plyr-range-thumb-height, 13px);
    position: relative
}

.plyr__progress input[type=range], .plyr__progress__buffer {
    margin-left: -6.5px;
    margin-left: calc(var(--plyr-range-thumb-height, 13px) * -.5);
    margin-right: -6.5px;
    margin-right: calc(var(--plyr-range-thumb-height, 13px) * -.5);
    width: calc(100% + 13px);
    width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    left: 0;
    max-width: 120px;
    overflow-wrap: break-word
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: #0000;
    border: 0;
    border-radius: 100px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin-top: -2.5px;
    margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: #0000
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -moz-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, #23282f99 25%, #0000 0, #0000 50%, #23282f99 0, #23282f99 75%, #0000 0, #0000);
    background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, #23282f99) 25%, #0000 25%, #0000 50%, var(--plyr-progress-loading-background, #23282f99) 50%, var(--plyr-progress-loading-background, #23282f99) 75%, #0000 75%, #0000);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    color: #0000
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: #ffffff40;
    background-color: var(--plyr-video-progress-buffered-background, #ffffff40)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-progress-buffered-background, #c1c8d199)
}

.plyr__progress__marker {
    background-color: #fff;
    background-color: var(--plyr-progress-marker-background, #fff);
    border-radius: 1px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    width: var(--plyr-progress-marker-width, 3px);
    z-index: 3
}

.plyr__volume {
    align-items: center;
    display: flex;
    position: relative
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
    margin-right: 5px;
    margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
    max-width: 90px;
    min-width: 60px;
    position: relative;
    z-index: 2
}

.plyr--audio {
    display: block
}

.plyr--audio .plyr__controls {
    background: #fff;
    background: var(--plyr-audio-controls-background, #fff);
    border-radius: inherit;
    color: #4a5464;
    color: var(--plyr-audio-control-color, #4a5464);
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
    background: #00b2ff;
    background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    color: #fff;
    color: var(--plyr-audio-control-color-hover, #fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a)
}

.plyr--audio .plyr__progress__buffer {
    color: #c1c8d199;
    color: var(--plyr-audio-progress-buffered-background, #c1c8d199)
}

.plyr--video {
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    border-radius: inherit;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 16/9
}

@supports not (aspect-ratio:16/9) {
    .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
        height: 0;
        padding-bottom: 56.25%;
        position: relative
    }
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
    background: linear-gradient(#0000, #000000bf);
    background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    left: 0;
    padding: 5px;
    padding: calc(var(--plyr-control-spacing, 10px) / 2);
    padding-top: 20px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    z-index: 3
}

@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding: 10px;
        padding: var(--plyr-control-spacing, 10px);
        padding-top: 35px;
        padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5)
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #00b2ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    color: #fff;
    color: var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
    background: #00b2ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    border: 0;
    border-radius: 100%;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    display: none;
    left: 50%;
    opacity: .9;
    padding: 15px;
    padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
    opacity: 1
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80)
}

.plyr--video .plyr__progress__buffer {
    color: #ffffff40;
    color: var(--plyr-video-progress-buffered-background, #ffffff40)
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads > div, .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads:after {
    background: #23282f;
    border-radius: 2px;
    bottom: 10px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3
}

.plyr__ads:empty:after {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: #fff;
    background-color: var(--plyr-tooltip-background, #fff);
    border-radius: 8px;
    border-radius: var(--plyr-menu-radius, 8px);
    bottom: 100%;
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    transform: translateY(10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: 4px solid #0000;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
    border-right: 4px solid #0000;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
    border-top: 4px solid #fff;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: calc(50% + var(--preview-arrow-offset));
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: 7px;
    border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__image-container:after {
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px #00000026;
    content: "";
    pointer-events: none
}

.plyr__preview-thumb__image-container img {
    max-height: none;
    max-width: none
}

.plyr__preview-thumb__time-container {
    background: linear-gradient(#0000, #000000bf);
    background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
    border-bottom-left-radius: 7px;
    border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    border-bottom-right-radius: 7px;
    border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    bottom: 0;
    left: 0;
    line-height: 1.1;
    padding: 20px 6px 6px;
    position: absolute;
    right: 0;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    color: #fff;
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0 !important;
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

@font-face {
    font-family: 'Rubik-Regular';
    font-display: swap;
    src: url("../fonts/new_rubik/Rubik-Regular.woff2") format("woff2"), url('../fonts/new_rubik/Rubik-Regular.woff') format('woff'), url('../fonts/new_rubik/Rubik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-Medium';
    font-display: swap;
    src: url("../fonts/new_rubik/Rubik-Medium.woff2") format("woff2"), url('../fonts/new_rubik/Rubik-Medium.woff') format('woff'), url('../fonts/new_rubik/Rubik-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-Bold';
    font-display: swap;
    src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url('../fonts/new_rubik/Rubik-Bold.woff') format('woff'), url('../fonts/new_rubik/Rubik-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    font-display: swap;
    src: url("../fonts/latobold.woff2") format("woff2"), url("../fonts/latobold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'latomedium';
    font-display: swap;
    src: url("../fonts/latomedium.woff2") format("woff2"), url("../fonts/latomedium.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'latosemibold';
    font-display: swap;
    src: url("../fonts/latosemibold.woff2") format("woff2"), url("../fonts/latosemibold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

*, *::after, *::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

html {
    height: 100%;
}

html body {
    overflow-x: hidden;
}

html ul[class], html ol[class] {
    padding: 0;
}

html body, html h1, html h2, html h3, html h4, html h5, html h6, html p, html ul, html ol, html li, html figure, html figcaption, html blockquote, html dl, html dd {
    margin: 0;
}

html ul[class] {
    list-style: none;
}

html img {
    display: block;
    max-width: 100%;
}

html input, html button, html textarea, html select {
    font: inherit;
}

html a {
    text-decoration: none;
}

html body {
    position: relative;
    height: 100%;
    font-family: "Rubik-Regular", sans-serif;
    font-weight: 400;
    color: #111927;
}

html body .transition * {
    -webkit-transition: none !important;
    transition: none !important;
}

html .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
}

html .main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

html .main-page {
    position: relative;
}

html .footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

main button, .header button {
    outline: 0;
    cursor: pointer;
    color: inherit;
    background-color: inherit;
    border: none;
    margin: 0;
    padding: 0;
}

main input, .header input {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
}

main ul, .header ul {
    padding-left: 0;
    list-style: none;
}

html {
    --difVW: 0px;
}

@media screen and (max-width: 1199px) {
    body {
        padding-top: 0;
    }
}

.header {
    background-color: #fff;
    color: #030371;
    -webkit-filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.08));
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .header-desctop {
        display: none;
    }
}

.header.header-fixed {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 31;
    top: 0;
    transition-delay: 400ms;
    transition-duration: 350ms;
    transition-property: top;
}

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

.header a {
    color: #030371;
}

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

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 74px;
    padding-right: 259px;
    padding-right: 284px;
}

@media screen and (max-width: 767px) {
    .header__inner {
        padding-top: 3px;
    }
}

.header__top-left-town-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__top-left-town-select-inner {
    display: flex;
    align-items: center;
}

.header__top-left-town-select svg {
    margin-right: 10px;
}

.header__logo img {
    height: 54px;
    width: auto;
}

.header__right-part-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__right-part-icons .burger__wrap {
    padding: 24px;
    transition: background-color .3s;
    cursor: pointer;
}

.header__right-part-icons a {
    padding: 24px;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
}

@media screen and (min-width: 1200px) {
    .header__right-part-icons a:hover {
        background-color: #F5F8FF;
    }
}

.header__right-part-icons a .basket, .header__right-part-icons a .favorite {
    position: relative;
}

.header__right-part-icons a .basket .count, .header__right-part-icons a .favorite .count {
    position: absolute;
    right: -11px;
    top: -6px;
    background-color: #030371;
    color: #fff;
    font-size: 10px;
    line-height: 140%;
    font-family: "latobold", sans-serif;
    padding: 2px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
}

.header .callback, .header .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 27px 20px;
    cursor: pointer;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
}

.header .callback .small-screen, .header .price .small-screen {
    display: none;
}

@media screen and (min-width: 1200px) {
    .header .callback:hover, .header .price:hover {
        background-color: #F5F8FF;
    }
}

@media (max-width: 1500px) {
    .header .callback, .header .price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .header .callback .big-screen, .header .price .big-screen {
        display: none;
    }

    .header .callback .small-screen, .header .price .small-screen {
        display: block;
    }
}

.header .callback svg, .header .price svg {
    margin-right: 10px;
}

.header__top-left-town-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    padding: 25px 14px;
    font-size: 14px;
}

@media (max-width: 1260px) {
    .header__top-left-town-select {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.header__top-left-town-select .town-name {
    max-width: 137px;
    font-size: 16px;
}

@media (max-width: 1919px) {
    .header__top-left-town-select .town-name {
        font-size: calc(13px + 3 * ((100vw - 360px) / 1559));
    }
}

@media (max-width: 1260px) {
    .header__top-left-town-select .town-name {
        text-align: center;
    }
}

@media screen and (min-width: 1200px) {
    .header__top-left-town-select:hover {
        background-color: #F5F8FF;
    }
}

.header__top-left-town-select svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header .search__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 4px;
    border-bottom: 1px solid #d0d0d0;
    margin-right: 15px;
}

.header .search__wrap input[type="search"] {
    width: 90%;
    padding-bottom: 4px;
    margin-bottom: -4px;
}

.header .search__wrap form {
    width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1919px) {
    .header .search__wrap form {
        width: calc(20px + 310 * ((100vw - 360px) / 1559));
    }
}

.header .search__wrap .btn__submit {
    position: relative;
    cursor: pointer;
}

.header .search__wrap .btn__submit input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    border: 1px solid red;
}

.header .sales-department__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header .sales-department__wrap span {
    color: #6A6D70;
    font-size: 14px;
    line-height: 140%;
}

.header .sales-department__wrap-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .sales-department__wrap-phone-arrow {
    margin-left: 6px;
    cursor: pointer;
}

.header .sales-department__wrap a {
    font-size: 16px;
    line-height: 140%;
}

.header .sales-department__wrap.active .phones {
    display: active;
}

.header .sales-department__wrap.active .sales-department__wrap-phone-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header .sales-department__wrap .phones {
    display: none;
}

.catalog__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    height: 44px;
    border: 1px solid #030371;
    width: 136px;
    border-radius: 100px;
    background-color: transparent;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    font-family: "Rubik-Regular", sans-serif;
}

@media (max-width: 1919px) {
    .catalog__btn {
        font-size: calc(14px + 2 * ((100vw - 360px) / 1559));
    }
}

.catalog__btn svg {
    margin-left: 8px;
}

@media screen and (min-width: 1200px) {
    .catalog__btn:hover {
        background-color: #030371;
        color: #fff !important;
    }

    .catalog__btn:hover svg path {
        stroke: #fff;
    }
}

[class*="__container"] {
    max-width: 1750px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

html {
    --difVW: 0px;
}

.header-mobile {
    -webkit-box-shadow: 0px 2px 30px rgba(29, 32, 35, 0.12);
    box-shadow: 0px 2px 30px rgba(29, 32, 35, 0.12);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 65px;
    background: white;
    z-index: 1000;
    display: none;
}

@media screen and (max-width: 1199px) {
    .header-mobile {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .header-mobile {
        height: 53px;
    }
}

.header-mobile__container {
    height: 100%;
    padding: 0;
}

.header-mobile__inner .logo {
    padding: 0 6px;
    box-sizing: content-box;
}

.header-mobile__inner .logo img {
    max-width: 63px;
}

.header-mobile__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #030371;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .header-mobile__inner {
        font-size: 12px;
    }
}

.header-mobile__inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #030371;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
}

.header-mobile__inner a svg {
    margin-bottom: 3px;
}

.header-mobile__inner > * {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .header-mobile__inner a {
        font-size: 12px;
    }
}

.header-mobile__basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #030371;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.header-mobile__basket .count {
    width: 17px;
    height: 17px;
    background-color: #030371;
    border-radius: 50%;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF;
    position: absolute;
    top: -4px;
    right: 8px;
    line-height: 1;
}

.burger__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .burger__wrap {
        font-size: 12px;
    }
}

.burger__wrap .burger-mobile {
    margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
    .burger__wrap .burger-mobile {
        margin-bottom: 7px;
    }
}

.burger-mobile {
    background: white;
    border: none;
    z-index: 10;
    width: 26px;
    height: 21px;
    position: relative;
    right: 0;
    top: 0;
    outline: none;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .burger-mobile {
        width: 21px;
        height: 19px;
        margin-right: 6px;
        top: 3px;
    }
}

.burger-mobile .burger__item:before, .burger-mobile .burger__item:after {
    content: "";
    width: 26px;
    height: 2px;
    position: absolute;
    left: 0;
    z-index: 10;
    background-color: inherit;
    background: #030371;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.burger-mobile .burger__item:before {
    top: -8px;
}

.burger-mobile .burger__item:after {
    bottom: -8px;
}

.burger-mobile .burger__item {
    display: block;
    width: 26px;
    height: 2px;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: transparent;
    background: #030371;
    position: relative;
    border-radius: 5px;
    z-index: 10;
}

.burger__wrap.open .burger-mobile .burger__item:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s all;
    transition: .2s all;
}

.burger__wrap.open .burger-mobile .burger__item:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .2s all;
    transition: .2s all;
}

.burger__wrap.open .burger-mobile.burger__item {
    background: transparent;
    outline: none;
    width: 26px;
}

.burger__wrap.open .burger-mobile .burger__item:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s all;
    transition: .2s all;
}

.burger__wrap.open .burger-mobile .burger__item:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .2s all;
    transition: .2s all;
}

.burger__wrap.open .burger-mobile .burger__item {
    width: 18px;
}

.burger__wrap.open .burger-mobile .burger__item {
    background: transparent;
    outline: none;
    width: 26px;
}

.plyr--video .plyr__controls {
    padding-top: 10px;
    background-color: #030371;
}

.plyr--full-ui input[type=range] {
    color: #FFFFFF;
}

.plyr__poster {
    background-size: cover;
}

[data-plyr=captions], [data-plyr=settings] {
    display: none !important;
}

.plyr {
    cursor: pointer;
}

.plyr__control--overlaid {
    background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 1200px) {
    .plyr__control--overlaid:hover {
        background-color: #030371 !important;
    }
}

.plyr__control--overlaid {
    top: calc(50% - 26px);
}

.footer {
    background-image: url("../img/eko-standart-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    border-top: 2px solid var(--new-card-border-color);
}

@media screen and (max-width: 1199px) {
    .footer {
        background: none;
        border-color: transparent;
        margin-bottom: 60px;
    }
}

.footer__column {
    margin-right: 15px;
}

.footer__column:last-child {
    margin-right: 0;
}

.footer__column-city {
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 4px;
    text-transform: uppercase;
}

@media (max-width: 1919px) {
    .footer__column-city {
        font-size: 1.83333vw;
    }
}

.footer__column-address {
    font-size: 20px;
    margin-bottom: 28px;
}

@media (max-width: 1919px) {
    .footer__column-address {
        font-size: 1.16667vw;
    }
}

.footer__column-phones {
    margin-bottom: 20px;
}

.footer__column-phones a {
    font-size: 20px;
    line-height: 140%;
    display: block;
    margin-bottom: 8px;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

@media (max-width: 1919px) {
    .footer__column-phones a {
        font-size: 1.33333vw;
    }
}

@media screen and (min-width: 1200px) {
    .footer__column-phones a:hover {
        color: #030371;
    }
}

.footer__column-phones a i {
    color: #6A6D70;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

@media (max-width: 1919px) {
    .footer__column-phones a i {
        font-size: 1vw;
    }
}

.footer__column-mail {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 28px;
}

.footer__column-mail a {
    display: block;
    margin-bottom: 8px;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

@media (max-width: 1919px) {
    .footer__column-mail a {
        font-size: 1.33333vw;
    }
}

@media screen and (min-width: 1200px) {
    .footer__column-mail a:hover {
        color: #030371;
    }
}

.footer__column-mail a:last-child {
    margin-bottom: 0;
}

.footer__column-socials a {
    margin-right: 8px;
}

.footer__column-socials a svg circle {
    -webkit-transition: stroke 300ms;
    transition: stroke 300ms;
}

.footer__column-socials a svg path {
    -webkit-transition: fill 300ms;
    transition: fill 300ms;
}

@media screen and (min-width: 1200px) {
    .footer__column-socials a:hover svg circle {
        stroke: #030371;
    }

    .footer__column-socials a:hover svg path {
        fill: #030371;
    }
}

.footer i {
    font-style: normal;
    font-size: 16px;
    color: #6A6D70;
}

.footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    font-family: "latobold", sans-serif;
}

@media (max-width: 1919px) {
    .footer__title {
        font-size: 1.66667vw;
    }
}

.footer__title.hidden {
    opacity: 0;
    visibility: hidden;
}

.footer a {
    color: inherit;
}

.footer a.price-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

@media (max-width: 1919px) {
    .footer a.price-link {
        font-size: 1.33333vw;
    }
}

@media screen and (min-width: 1200px) {
    .footer a.price-link:hover {
        color: #030371;
    }

    .footer a.price-link:hover svg path {
        stroke: #030371;
    }
}

.footer a.price-link svg {
    margin-right: 10px;
}

.footer a.price-link svg path {
    -webkit-transition: stroke 300ms;
    transition: stroke 300ms;
}

.footer__column ul {
    margin-bottom: 24px;
    padding-left: 0;
    list-style: none;
}

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

.footer__column ul li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

@media (max-width: 1919px) {
    .footer__column ul li a {
        font-size: 1.33333vw;
    }
}

@media screen and (min-width: 1200px) {
    .footer__column ul li a:hover {
        color: #030371;
    }
}

.footer .time-of-work {
    margin-bottom: 40px;
}

.footer .time-of-work p {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1919px) {
    .footer .time-of-work p {
        font-size: 1.66667vw;
    }
}

.footer .time-of-work i {
    width: 50px;
    display: block;
    margin-right: 20px;
    white-space: nowrap;
}

.footer .time-of-work b {
    font-weight: 400;
}

.footer .time-of-work b i {
    width: auto;
    display: inline-block;
    margin-right: 0;
}

.footer .time-of-work i {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #6A6D70;
    text-transform: uppercase;
}

@media (max-width: 1919px) {
    .footer .time-of-work i {
        font-size: 1.16667vw;
    }
}

.footer .shops {
    max-width: 360px;
}

.footer .shops b {
    text-transform: uppercase;
    margin-bottom: 16px;
    display: inline-block;
    line-height: normal;
}

@media (max-width: 1919px) {
    .footer .shops {
        max-width: 22.83333vw;
    }
}

.footer .shops__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    font-family: "latobold", sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

@media (max-width: 1919px) {
    .footer .shops__title {
        font-size: 1.33333vw;
    }
}

.footer .shops__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .shops__links a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 16px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    margin-bottom: 12px;
}

@media screen and (min-width: 1200px) {
    .footer .shops__links a:hover {
        opacity: .7;
    }
}

.footer .shops__links a img {
    height: 50px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.footer__bottom {
    padding-bottom: 28px;
}

@media screen and (max-width: 1199px) {
    .footer__bottom {
        padding-top: 12px;
        padding-bottom: 65px;
    }
}

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

.footer__bottom-inner .copy {
    margin-right: 68px;
    font-size: 14px;
    color: #6A6D70;
}

@media screen and (max-width: 1199px) {
    .footer__bottom-inner .copy {
        margin-bottom: 20px;
    }
}

.footer__bottom-inner a {
    display: inline-block;
    margin-right: 58px;
    border-bottom: 1px solid transparent;
    color: #6A6D70;
    font-size: 14px;
    -webkit-transition: border-bottom 300ms;
    transition: border-bottom 300ms;
}

@media screen and (min-width: 1200px) {
    .footer__bottom-inner a:hover {
        border-bottom: 1px solid #6A6D70;
    }
}

.footer__bottom-inner a.mahog span {
    -webkit-transition: border-bottom 300ms;
    transition: border-bottom 300ms;
    border-bottom: 1px solid transparent;
    transition: border-bottom 300ms;
}

@media screen and (min-width: 1200px) {
    .footer__bottom-inner a.mahog:hover {
        border-bottom: 1px solid transparent;
    }

    .footer__bottom-inner a.mahog:hover span {
        border-bottom: 1px solid #6A6D70;
    }
}

@media screen and (max-width: 1199px) {
    .footer__bottom-inner a {
        margin-bottom: 20px;
    }
}

.footer__top {
    padding-top: 48px;
    margin-bottom: 92px;
}

@media (max-width: 1919px) {
    .footer__top {
        margin-bottom: 4.83333vw;
        padding-top: 2.66667vw;
    }
}

@media screen and (max-width: 1199px) {
    .footer__top {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .footer__bottom-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.slider-visible-desc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.slider-visible-desc.slick-initialized {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1199px) {
    .slider-visible-tablet {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }

    .slider-visible-tablet.slick-initialized {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 767px) {
    .slider-visible-mobile {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }

    .slider-visible-mobile.slick-initialized {
        opacity: 1;
        visibility: visible;
    }
}

.wr-popup, .popup-small {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    background-color: #FFFFFF;
    cursor: auto;
    -webkit-transition: opacity 300ms, visibility 300ms;
    transition: opacity 300ms, visibility 300ms;
}

@media screen and (max-width: 767px) {
    .wr-popup, .popup-small {
        padding: 0;
    }
}

.wr-popup .popup.catalog-popup, .popup-small .popup.catalog-popup {
    width: auto;
    background-color: #FFFFFF;
}

.wr-popup .popup.catalog-popup .icon-close, .popup-small .popup.catalog-popup .icon-close {
    position: absolute;
    right: -40px;
    cursor: pointer;
}

.wr-popup .popup.catalog-popup .icon-close svg path, .popup-small .popup.catalog-popup .icon-close svg path {
    -webkit-transition: stroke 300ms;
    transition: stroke 300ms;
}

@media screen and (min-width: 1200px) {
    .wr-popup .popup.catalog-popup .icon-close:hover svg path, .popup-small .popup.catalog-popup .icon-close:hover svg path {
        stroke: #030371;
    }
}

.wr-popup .popup.catalog-popup .catalog__sidebar-tabs-title, .popup-small .popup.catalog-popup .catalog__sidebar-tabs-title {
    height: 100px;
    font-size: 20px;
    line-height: 140%;
    font-family: "latosemibold", sans-serif;
    color: #030371;
}

.wr-popup .popup.catalog-popup .catalog__sidebar-tabs-content, .popup-small .popup.catalog-popup .catalog__sidebar-tabs-content {
    height: calc(100vh - 101px);
    overflow: auto;
}

.wr-popup .popup.catalog-popup .catalog__sidebar, .popup-small .popup.catalog-popup .catalog__sidebar {
    border-right: 1px solid var(--new-card-border-color);
    width: 500px;
    height: 100vh;
}

.wr-popup .popup.catalog-popup .catalog__sidebar .item, .popup-small .popup.catalog-popup .catalog__sidebar .item {
    padding-left: 28px;
    padding-right: 32px;
}

.wr-popup .popup.catalog-popup .application .application__title, .popup-small .popup.catalog-popup .application .application__title {
    padding-left: 28px;
    padding-right: 32px;
}

.wr-popup .popup.catalog-popup .application ul li a, .popup-small .popup.catalog-popup .application ul li a {
    padding-left: 46px;
    padding-right: 32px;
}

.wr-popup .popup__background, .popup-small .popup__background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.wr-popup.active, .popup-small.active {
    -webkit-transition: opacity 300ms, visibility 300ms;
    transition: opacity 300ms, visibility 300ms;
}

.wr-popup.active .popup__background, .popup-small.active .popup__background {
    opacity: 1;
    visibility: visible;
}

.ps__rail-y {
    opacity: 1;
}

.popup .catalog__sidebar-tabs-content {
    height: calc(100vh - 101px);
    overflow: auto;
}

.popup .catalog__sidebar-tabs-content::-webkit-scrollbar {
    width: 4px;
}

.popup .catalog__sidebar-tabs-content::-webkit-scrollbar-track {
    background: var(--new-card-border-color);
}

.popup .catalog__sidebar-tabs-content::-webkit-scrollbar-thumb {
    background: #030371;
    border-radius: 5px;
}

.menu-burger {
    position: fixed;
    left: 0;
    height: calc(100vh - 53px - var(--difVW));
    width: 100%;
    background-color: #FFFFFF;
    z-index: 30;
    bottom: -100%;
    -webkit-transition: bottom 300ms;
    transition: bottom 300ms;
}

.menu-burger.active {
    bottom: 53px;
}

.menu-burger .catalog__sidebar-tabs-title {
    height: 60px;
    width: 50%;
}

@media screen and (max-width: 1199px) {
    .menu-burger .catalog__sidebar {
        width: 100%;
        display: block;
    }
}

.menu-burger .catalog__sidebar-tab-content.type .item {
    padding-left: 16px;
    padding-right: 16px;
}

.menu-burger .application__title {
    padding-left: 16px;
    padding-right: 16px;
    min-height: 50px;
}

.menu-burger .application__item ul li a {
    margin-left: 0;
    padding-left: 35px;
}

.menu-burger .catalog__sidebar-tabs-title.active span {
    color: #030371;
}

.menu-burger .catalog__sidebar-tabs-title span {
    font-size: 16px;
    color: #6A6D70;
    font-family: "latosemibold", sans-serif;
}

.menu-burger .catalog__sidebar-tabs-titles.level-inner {
    background-color: #F3F3F3;
    padding: 11px 0;
}

.menu-burger .catalog__sidebar-tabs-titles.level-inner .catalog__sidebar-tabs-titles-wrapper {
    border-radius: 100px;
    border: 3px solid #FFFFFF;
    width: 100%;
    margin: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-burger .catalog__sidebar-tabs-titles.level-inner .catalog__sidebar-tabs-title.active {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-radius: 100px;
}

.menu-burger .catalog__sidebar-tabs-titles.level-inner .catalog__sidebar-tabs-title {
    font-size: 14px;
    color: #FFFFFF;
    height: 40px;
}

.menu-burger .catalog__sidebar-tabs-content {
    height: calc(100vh - 61px - 69px - 65px);
    overflow: auto;
}

.menu-burger .catalog__sidebar-tab-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid var(--new-card-border-color);
}

.menu-burger .catalog__sidebar-tab-content-top > div {
    width: 50%;
    padding: 19px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-burger .catalog__sidebar-tab-content-top svg {
    margin-right: 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.menu-burger .burger-list__wrap ul {
    list-style: none;
    padding-left: 0;
}

.menu-burger .burger-list__wrap ul li a {
    padding: 15px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    display: block;
    color: inherit;
    border-bottom: 1px solid var(--new-card-border-color);
}

.menu-burger .shops {
    padding-top: 14px;
    margin: 0 16px 28px;
}

.menu-burger .shops b {
    margin-bottom: 8px;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "latobold", sans-serif;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.44px;
}

.menu-burger .shops__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-burger .shops__list a {
    margin-right: 16px;
}

.menu-burger .shops__list img {
    height: 40px;
}

.catalog-modal {
    left: -100%;
    -webkit-transition: left 300ms;
    transition: left 300ms;
}

.catalog-modal.active {
    left: 0;
    -webkit-transition: left 300ms;
    transition: left 300ms;
}

.wr-popup .menu-right {
    transform: translateX(calc(100% + var(--native-scrollbar-width, 0px)));
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    right: 0;
}

.wr-popup.active .menu-right {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.wr-popup.active .menu-right .popup__background {
    top: 74px;
}

.wr-popup .menu-right {
    position: fixed;
    top: 74px;
}

.wr-popup .menu-right__list a {
    position: relative;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

.application__item ul li {
    transition: all .3s;
}

@media screen and (min-width: 1200px) {
    .wr-popup .menu-right__list a:hover {
        background-color: #F5F8FF;
    }

    .catalog__sidebar-tab-content.type .item:hover {
    }

    .application__title:hover {
        background-color: #F5F8FF;
    }

    .application__item ul li:hover {
        background-color: #F5F8FF;
    }
}

.wr-popup .menu-right__list span {
    width: 267px;
}

.wr-popup .menu-right__list span::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    left: 0;
    background-color: var(--new-card-border-color);
}

.wr-popup .menu-right .shops {
    padding-left: 24px;
}

.wr-popup .menu-right .shops a {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

@media screen and (min-width: 1200px) {
    .wr-popup .menu-right .shops a:hover {
        opacity: .7;
    }
}

.wr-popup .menu-right .shops b {
    max-width: 285px;
    display: inline-block;
    font-family: "latobold", sans-serif;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 700;
}

.wr-popup .menu-right .popup {
    height: 100vh;
    background-color: #FFFFFF;
}

.wr-popup .menu-right .shops__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wr-popup .menu-right .shops__list a {
    margin-right: 16px;
}

.wr-popup .menu-right__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 72px;
}

.wr-popup .menu-right__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
    padding: 0 32px 0 33px;
    color: inherit;
    font-size: 20px;
    line-height: 140%;
}

.bg.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.bg_fixed_header {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 300ms, visibility 300ms;
    transition: opacity 300ms, visibility 300ms;
}

.bg_fixed_header.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 300ms, visibility 300ms;
    transition: opacity 300ms, visibility 300ms;
}

.bg_fixed_header.active::after {
    content: '';
    width: 100vw;
    right: -6px;
    position: absolute;
    top: -37px;
    display: block;
    cursor: pointer;
    height: 74px;
    background: rgba(0, 0, 0, 0.3);
}

.wr-popup .menu-right {
    position: fixed;
    top: 0;
}

.header__right-part-icons {
    position: fixed;
    right: 40px;
    z-index: 7;
}

.wr-popup .menu-right__list {
    padding-top: 100px;
}

.menu-right-modal-wrap {
    z-index: 3;
}

.wr-popup.active.menu-right-modal-wrap .popup__background {
    top: 0;
    height: 100vh;
}

.page-sign-up__wrap {
    width: 560px;
    margin: 52px auto 52px;
}

@media screen and (max-width: 1199px) {
    .page-sign-up__wrap {
        width: 100%;
        margin: 32px auto 32px;
    }
}

@media screen and (max-width: 767px) {
    .page-sign-up__wrap {
        margin-top: 7.69231vw;
    }
}

.page-sign-up__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
    .page-sign-up__top {
        margin-bottom: 32px;
    }
}

.page-sign-up__top.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.page-sign-up__top-title {
    font-size: 20px;
    font-family: "latobold", sans-serif;
    line-height: 140%;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #6A6D70;
    color: #6A6D70;
    text-transform: uppercase;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .page-sign-up__top-title {
        font-size: 4.44444vw;
    }
}

.page-sign-up__top-title.active {
    border-bottom: none;
    color: #111927;
    font-size: 42px;
    line-height: 112%;
    cursor: unset;
    text-transform: unset;
}

@media (max-width: 1919px) {
    .page-sign-up__top-title.active {
        font-size: calc(22px + 20 * ((100vw - 360px) / 1559));
    }
}

@media screen and (max-width: 767px) {
    .page-sign-up__top-title.active {
        font-size: 6.11111vw;
    }
}

.page-sign-up__body .form-wraps {
    margin-bottom: 38px;
}

.page-sign-up__body .btns-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .page-sign-up__body .btns-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-sign-up__body .btns-wrap button, .page-sign-up__body .btns-wrap input {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 12px;
    }

    .page-sign-up__body .btns-wrap .remember-password {
        width: 100%;
        border: 1px solid #d0d0d0;
        height: 56px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 100px;
    }
}

.page-sign-up__body .btns-wrap .remember-password {
    color: #030371;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.02em;
}

.page-sign-up__body .btns-wrap button, .page-sign-up__body .btns-wrap input {
    margin-right: 44px;
    height: 56px;
    border: 1px solid #030371;
    border-radius: 100px;
    color: #030371;
    letter-spacing: 0.02em;
    font-size: 20px;
    padding: 0 44px;
}

.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 32px;
}

.form-group input {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 767px) {
    .form-group {
        margin-bottom: 20px;
    }
}

.form-group input:hover, .form-group textarea:hover, .form-group input:focus-visible, .form-group textarea:focus-visible {
    border: 1px solid #d0d0d0;
    outline: none;
}

.form-group textarea {
    height: 112px;
    border: 1px solid var(--new-card-border-color);
    border-radius: 3px;
    resize: none;
    padding: 17px 14px;
}

.form-group .warning-text {
    position: absolute;
    bottom: -21px;
    color: #BD4545;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    font-family: "latomedium", sans-serif;
    display: none;
}

.form-group.warning input {
    border: 1px solid #BD4545;
}

.form-group.warning .warning-text {
    display: block;
}

.form-group.focused input, .form-group.focused textarea {
    border: 1px solid #d0d0d0;
}

.form-group input {
    height: 56px;
    width: 100%;
    padding: 17px 14px;
    border: 1px solid var(--new-card-border-color);
    border-radius: 3px;
    -webkit-transition: border 300ms;
    transition: border 300ms;
}

@media screen and (min-width: 1200px) {
    .form-group input:hover {
        border: 1px solid #d0d0d0;
    }
}

.form-group label {
    font-size: 16px;
    line-height: 140%;
    color: #6A6D70;
    display: block;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .form-group label {
        font-size: 14px;
    }
}

.form-group__inner {
    position: relative;
}

.form-group.focused .password__elem {
    display: block;
}

.form-group.focused .password__elem svg {
    display: none;
}

.form-group.focused .password__elem svg:nth-child(2) {
    display: block;
}

.form-group.focused .password__elem.visible svg:first-child {
    display: block;
}

.form-group.focused .password__elem.visible svg:nth-child(2) {
    display: none;
}

.form-group .password__elem {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 14px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: none;
}

@media (min-height: 600px) {
    .page-sign-up {
        min-height: calc(100vh - 74px);
    }
}

@media (max-height: 600px) {
    .page-sign-up {
        padding-bottom: 100px;
    }
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px;
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.twentytwenty-before-label {
    opacity: 0;
}

.twentytwenty-before-label:before {
    content: attr(data-content);
}

.twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-after-label:before {
    content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px;
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px;
}

.twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px;
}

.main-page-slider {
    position: relative;
}

.main-page-slider__container {
    height: 100%;
}

.main-page-slider__content {
    position: relative;
    z-index: 10;
}

.main-page-slider__content {
    margin-top: 83px;
}

@media (max-width: 1919px) {
    .main-page-slider__content {
        margin-top: calc(40px + 43 * ((100vw - 360px) / 1559));
    }
}

.main-page-slider__item {
    position: relative;
    background-size: cover;
    color: #FFFFFF;
    height: calc(100vh - 74px - var(--difVW));
}

.main-page-slider__item.slider-lists .main-page-slider__item-text {
    max-width: 900px;
    margin-bottom: 36px;
}

.main-page-slider__item.slider-lists .main-page-slider__item-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-page-slider__item.slider-lists .main-page-slider__item-lists ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-page-slider__item.slider-lists .main-page-slider__item-lists ul li {
    font-family: "latomedium", sans-serif;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    position: relative;
    padding-left: 22px;
    width: 50%;
    padding-right: 15px;
}

@media (max-width: 1919px) {
    .main-page-slider__item.slider-lists .main-page-slider__item-lists ul li {
        font-size: 1.33333vw;
    }
}

@media screen and (max-width: 1199px) {
    .main-page-slider__item.slider-lists .main-page-slider__item-lists ul li {
        font-size: 22px;
        width: 100%;
        margin-bottom: 16px;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .main-page-slider__item.slider-lists .main-page-slider__item-lists ul li {
        font-size: 3.33333vw;
    }
}

.main-page-slider__item.slider-lists .main-page-slider__item-lists ul li::before {
    content: "";
    width: 16px;
    height: 1px;
    background-color: #FFFFFF;
    margin-left: -22px;
    padding-right: 8px;
    display: block;
    position: absolute;
    top: 14px;
}

@media (max-width: 1919px) {
    .main-page-slider__item.slider-lists .main-page-slider__item-lists ul li::before {
        top: 1vw;
    }
}

@media screen and (max-width: 1199px) {
    .main-page-slider__item.slider-lists .main-page-slider__item-lists ul li::before {
        top: 14px;
    }
}

@media screen and (max-width: 767px) {
    .main-page-slider__item.slider-lists .main-page-slider__item-lists ul li::before {
        width: 10px;
        top: 2.5vw;
    }
}

.main-page-slider__item.slider-facts .main-page-slider__item-text {
    margin-bottom: 72px;
}

@media (max-width: 1919px) {
    .main-page-slider__item.slider-facts .main-page-slider__item-text {
        margin-bottom: calc(24px + 48 * ((100vw - 360px) / 1559));
    }
}

.main-page-slider__item.slider-facts .main-page-slider__item-facts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "latobold", sans-serif;
    font-weight: 700;
}

@media screen and (max-width: 1199px) {
    .main-page-slider__item.slider-facts .main-page-slider__item-facts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .main-page-slider__item.slider-facts .main-page-slider__item-facts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 1199px) {
    .main-page-slider__item.slider-facts .main-page-slider__item-facts .main-page-slider__item-fact {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .main-page-slider__item.slider-facts .main-page-slider__item-facts .main-page-slider__item-fact {
        width: 100%;
    }
}

.main-page-slider__item.slider-facts .main-page-slider__item-facts b {
    font-size: 70px;
    line-height: 124%;
    margin-right: 8px;
}

@media (max-width: 1919px) {
    .main-page-slider__item.slider-facts .main-page-slider__item-facts b {
        font-size: 4.16667vw;
    }
}

@media screen and (max-width: 767px) {
    .main-page-slider__item.slider-facts .main-page-slider__item-facts b {
        font-size: 36px;
    }
}

.main-page-slider__item.slider-facts .main-page-slider__item-facts i {
    font-size: 24px;
    line-height: 124%;
    font-style: normal;
}

@media (max-width: 1919px) {
    .main-page-slider__item.slider-facts .main-page-slider__item-facts i {
        font-size: 1.66667vw;
    }
}

@media screen and (max-width: 767px) {
    .main-page-slider__item.slider-facts .main-page-slider__item-facts i {
        font-size: 14px;
    }
}

.main-page-slider__item.slider-facts .main-page-slider__item-facts p {
    font-size: 28px;
}

.main-page-slider__item.slider-icons .main-page-slider__item-text {
    margin-bottom: 97px;
    max-width: 875px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1199px) {
    .main-page-slider__item.slider-icons .main-page-slider__item-text {
        margin-left: 20px;
        margin-bottom: 14.44444vw;
    }
}

@media screen and (max-width: 767px) {
    .main-page-slider__item.slider-icons .main-page-slider__item-text {
        margin-left: 0;
    }
}

.main-page-slider__item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.main-page-slider__item-text, .main-page-slider__item-icons {
    position: relative;
    z-index: 10;
}

.main-page-slider__item-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .main-page-slider__item-icons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0px -40px;
    }
}

.main-page-slider__item-icons-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .main-page-slider__item-icons-item {
        width: calc(25% - 40px);
        margin: 0 20px 30px;
    }
}

.main-page-slider__item-icons-item svg {
    margin-bottom: 12px;
}

@media (max-width: 1440px) {
    .main-page-slider__item-icons-item svg {
        width: 5vw;
        height: 5vw;
    }
}

@media screen and (max-width: 1199px) {
    .main-page-slider__item-icons-item svg {
        width: 11.11111vw;
        height: 11.11111vw;
    }
}

.main-page-slider__item-icons-item p {
    max-width: 155px;
    min-width: 94px;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    font-family: "latobold", sans-serif;
    font-weight: 700;
}

@media (max-width: 1440px) {
    .main-page-slider__item-icons-item p {
        display: none;
    }
}

.main-page-slider__item-text h2 {
    font-weight: 700;
    font-size: 94px;
    line-height: 140%;
    font-family: "latobold", sans-serif;
    margin-bottom: 28px;
    text-transform: uppercase;
}

@media (max-width: 1919px) {
    .main-page-slider__item-text h2 {
        font-size: 6.16667vw;
    }
}

@media screen and (max-width: 1199px) {
    .main-page-slider__item-text h2 {
        font-size: 9.44444vw;
    }
}

.main-page-slider__item-text p {
    font-weight: 600;
    font-size: 60px;
    line-height: 124%;
    font-family: "latosemibold", sans-serif;
}

@media (max-width: 1919px) {
    .main-page-slider__item-text p {
        font-size: 3.33333vw;
    }
}

@media screen and (max-width: 767px) {
    .main-page-slider__item-text p {
        font-size: 22px;
    }
}

.main-page-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 40px;
    position: absolute;
}

.main-page-slider .dots-container, .main-page-slider-nav {
    position: absolute;
    z-index: 30;
    max-width: 1720px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    left: 0;
    right: 0;
}

.main-page-slider .dots-container ul {
    min-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1199px) {
    .main-page-slider .dots-container ul {
        width: calc(100vw - 30px);
        left: 15px;
    }
}

.main-page-slider .dots-container ul li {
    margin: 0 10px;
}

.main-page-slider .dots-container ul li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    opacity: 0.6;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.main-page-slider .dots-container ul li button::after {
    content: '';
    width: 34px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 8px;
    left: -34px;
    background-color: #FFFFFF;
    -webkit-transition: left 5s;
    transition: left 5s;
    border-radius: 100px;
}

.main-page-slider .dots-container ul li.slick-active button {
    width: 34px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.main-page-slider .dots-container ul li.slick-active button::after {
    left: 0;
    -webkit-transition: left 5s linear;
    transition: left 5s linear;
}

.main-page-slider-nav {
    bottom: 70px;
}

.main-page-slider-nav .slick-btn {
    position: absolute;
    bottom: 0;
    z-index: 31;
    height: 60px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
}

.main-page-slider-nav .slick-btn svg path {
    -webkit-transition: stroke 300ms;
    transition: stroke 300ms;
}

@media screen and (min-width: 1200px) {
    .main-page-slider-nav .slick-btn:hover {
        background-color: #FFFFFF;
    }

    .main-page-slider-nav .slick-btn:hover svg path {
        stroke: #030371;
    }
}

.main-page-slider-nav .slick-btn.slick-prev {
    left: 15px;
    border-radius: 100px 0px 0px 100px;
}

.main-page-slider-nav .slick-btn.slick-next {
    left: 114px;
    border-radius: 0px 100px 100px 0px;
}

.intro__arrow-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.intro__main-img {
    width: 100%;
    padding-top: 58px;
}

@media screen and (max-width: 1199px) {
    .intro__main-img {
        padding-top: 20px;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .intro__main-img {
        padding-top: 0;
        padding-bottom: 100px;
    }
}

.intro__main-img img {
    margin: auto;
}

@media (max-width: 1919px) {
    .intro__main-img img {
        width: 52.11047vw;
    }
}

@media screen and (max-width: 1199px) {
    .intro__main-img img {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .arrow-down {
        position: relative;
        top: -40px;
    }
}

@media screen and (max-width: 767px) {
    .arrow-down {
        top: -75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.arrow-down a, .mouse-icon {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.mouse-icon a svg {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
}

.arrow-down a svg {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
}

.arrow-down a svg.arrow {
    animation-name: arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: arrow;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.arrow-down a svg.mouse {
    top: -135px;
}

@media screen and (max-width: 1199px) {
    .arrow-down a svg.mouse {
        display: none;
    }
}

@keyframes arrow {
    0% {
        opacity: 0;
        bottom: 60px;
    }
    50% {
        opacity: 1;
        bottom: 30px;
    }
    100% {
        opacity: 0;
        bottom: 0;
    }
}

@-webkit-keyframes arrow {
    0% {
        opacity: 0;
        bottom: 60px;
    }
    50% {
        opacity: 1;
        bottom: 30px;
    }
    100% {
        opacity: 0;
        bottom: 0;
    }
}

.facilities {
    padding: 64px 0 86px;
}

@media (max-width: 1919px) {
    .facilities {
        padding: 5.72917vw 0 5.72917vw;
    }
}

@media screen and (max-width: 767px) {
    .facilities {
        padding: 10vw 0 10vw;
    }
}

.facilities__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 52px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
    .facilities__cards {
        margin-bottom: 24px;
    }

    .facilities__cards .slick-track .slick-slide {
        border-top: 1px solid var(--new-card-border-color);
        border-left: 1px solid var(--new-card-border-color);
        border-bottom: 1px solid var(--new-card-border-color);
    }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
    .facilities__cards .slick-track .slick-slide {
        border: none;
    }
}

@media screen and (max-width: 1199px) {
    .facilities__cards .slick-list.draggable {
        border-right: 1px solid var(--new-card-border-color);
    }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
    .facilities__cards .slick-list.draggable {
        border: none;
    }
}

@media screen and (max-width: 767px) {
    .facilities__cards {
        margin-left: -15px;
        margin-right: -15px;
        width: 100vw;
        border-top: 1px solid var(--new-card-border-color);
        border-bottom: 1px solid var(--new-card-border-color);
    }
}

.facilities__card {
    width: 20%;
    border-top: 1px solid var(--new-card-border-color);
    border-left: 1px solid var(--new-card-border-color);
    border-bottom: 1px solid var(--new-card-border-color);
    padding: 21px 24px 19px;
    position: relative;
    -webkit-transition: -webkit-box-shadow 300ms;
    transition: -webkit-box-shadow 300ms;
    transition: box-shadow 300ms;
    transition: box-shadow 300ms, -webkit-box-shadow 300ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -1px;
    margin-right: -1px;
}

@media screen and (min-width: 1200px) {
    .facilities__card:hover {
        z-index: 2;
        /*-webkit-box-shadow: 0px 0px 30px rgba(29, 32, 35, 0.07);*/
        /*box-shadow: 0px 0px 30px rgba(29, 32, 35, 0.07);*/
        -webkit-box-shadow: 0px 0px 22px 6px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 0px 0px 22px 6px rgba(34, 60, 80, 0.2);
        box-shadow: 0px 0px 22px 6px rgba(34, 60, 80, 0.2);
    }
}

@media (min-width: 1200px) {
    .facilities__card {
        border-right: 1px solid var(--new-card-border-color);
    }
}

@media screen and (max-width: 1199px) {
    .facilities__card {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .facilities__card {
        padding: 21px 15px 19px;
    }
}

.facilities__card:nth-child(5) {
    border-right: 1px solid var(--new-card-border-color);
}

.facilities__card.last-elem {
    border-right: 1px solid var(--new-card-border-color);
}

.facilities__card a.big-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: var(--product-card-link-z-index);
}

.facilities__card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    height: 24px;
    margin-bottom: 14px;
}

.facilities__card-top-note__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    margin: -2px;
}

.facilities__card-top-note {
    margin: 2px;
    border-radius: 3px;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-family: "latobold", sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 4px 6px;
    font-weight: 700;
}

.facilities__card-top-note.new {
    background-color: #008D41;
}

.facilities__card-top-note.hit {
    background-color: #1E4FD6;
}

.facilities__card-top-note.sale {
    background-color: #E60000;
}

.facilities__card-top-favourite {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #6A6D70;
    padding: 8px;
    border-radius: 100%;
    transition: all .3s;
}

.facilities__card-top-favourite.active svg {
    fill: #030371;
}

.facilities__card-top-favourite.active svg path {
    stroke: #030371;
}

.facilities__card-top-favourite.active {
    border-color: #030371;
}

@media screen and (min-width: 1200px) {
    .facilities__card-top-favourite.active:hover svg {
        fill: #010151;
    }

    .facilities__card-top-favourite.active:hover svg path {
        stroke: #010151;
    }
}

.facilities__card-top-favourite svg path {
    -webkit-transition: stroke 300ms;
    transition: stroke 300ms;
}

@media screen and (min-width: 1200px) {
    .facilities__card-top-favourite:hover svg path {
        stroke: #030371;
    }

    .facilities__card-top-favourite:hover {
        border-color: #030371;
    }
}

.facilities__card-top-favourite::after {
    content: "";
    width: 56px;
    height: 56px;
    top: -7px;
    left: -13px;
    position: absolute;
    display: block;
    -webkit-transform: translate(5px, -13px);
    -ms-transform: translate(5px, -13px);
    transform: translate(5px, -13px);
}

.facilities__card-middle {
    position: relative;
    height: 220px;
    margin-bottom: 28px;
}

.facilities__card-middle img {
    margin: 0 auto;
    height: 220px;
    max-width: 246px;
    display: block;
}

.facilities__card-middle-left-column .column-icon, .facilities__card-middle-right-column .column-icon {
    position: relative;
}

.facilities__card-middle-left-column .column-icon, .facilities__card-middle-right-column .column-icon {
    position: relative;
    z-index: 5;
}

.facilities__card .column-icon {
    padding: 8px;
}

.facilities__card .column-icon.active {
    z-index: 1000000;
}

.facilities__card-middle-left-column .column-icon .text, .facilities__card-middle-right-column .column-icon .text {
    position: absolute;
    background-color: #FFFFFF;
    z-index: 10;
    padding: 8px;
    border: 1px solid var(--new-card-border-color);
    border-radius: 3px;
    display: none;
    font-size: 12px;
    line-height: 134%;
    min-width: 200px;
}

.facilities__card-middle-left-column .column-icon.active .text, .facilities__card-middle-right-column .column-icon.active .text {
    display: block;
}

.facilities__card-middle-left-column {
    position: absolute;
    top: 20px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.facilities__card-middle-left-column .column-icon .text {
    top: 2px;
    left: 38px;
}

.facilities__card-middle-right-column {
    position: absolute;
    top: 20px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}


.facilities__card-middle-right-column .text {
    min-width: initial !important;
    width: max-content;
    max-width: 200px;
}


.facilities__card-middle-right-column .column-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.facilities__card-middle-right-column .column-icon .text {
    top: 2px;
    right: 38px;
    text-align: right;
}

.facilities__card-descr-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}

.facilities__card-descr-title {
    max-width: 70%;
    font-weight: 500;
    font-family: "latomedium", sans-serif;
    font-size: 18px;
    line-height: 140%;
}

.facilities__card-descr-list-wrap {
    margin-bottom: 14px;
}

.facilities__card-descr-list-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.facilities__card-descr-list-wrap ul li {
    font-size: 13px;
    line-height: 140%;
    font-family: "Rubik-Regular", sans-serif;
    color: #6A6D70;
    font-weight: 400;
    position: relative;
    padding-left: 13px;
}

.facilities__card-descr-list-wrap ul li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #6A6D70;
    border-radius: 50%;
}

.facilities__card-descr-list-wrap ul li:nth-child(even) {
    padding-right: 0;
}

.facilities__card-descr-weight {
    margin-bottom: 17px;
}

.facilities__card-descr-weight .weight-title {
    color: #111927;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 4px;
}

.facilities__card-descr-weight ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.facilities__card-descr-weight ul li {
    box-shadow:
            1px 0 0 0 var(--new-card-border-color),
            0 1px 0 0 var(--new-card-border-color),
            1px 1px 0 0 var(--new-card-border-color),
            1px 0 0 0 var(--new-card-border-color) inset,
            0 1px 0 0 var(--new-card-border-color) inset;
    padding: 4px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #030371;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    cursor: pointer;
    -webkit-transition: border 300ms, background-color 300ms;
    transition: border 300ms, background-color 300ms;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 44px;
    white-space: nowrap;
}

.facilities__card-descr-weight ul li.selected {
    background-color: #030371;
    position: relative;
    color: #FFFFFF;
    box-shadow:
            1px 0 0 0 #030371,
            0 1px 0 0 #030371,
            1px 1px 0 0 #030371,
            1px 0 0 0 #030371 inset,
            0 1px 0 0 #030371 inset;
}

.facilities__card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
}

.facilities__card-bottom .price-item {
    display: none;
}

.facilities__card-bottom .price-item.active {
    display: block;
}

.facilities__card-bottom .price.now {
    font-size: 24px;
    font-family: 'latosemibold', 'Rubik-Regular', sans-serif;
}

.facilities__card-bottom .price.old {
    font-size: 16px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #6A6D70;
}

.facilities__card .buy {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #030371;
    border-radius: 100px;
    position: relative;
    z-index: 5;
    margin-left: auto;
}

.facilities__card .buy-btn {
    width: 131px;
    height: 50px;
    position: relative;
}

.facilities__card .buy-btn.active a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #030371;
    color: #FFFFFF;
}

.facilities__card .buy-btn.active span {
    display: none;
}

.facilities__card .buy-btn a, .facilities__card .buy-btn span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #030371;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    cursor: pointer;
}

.facilities__card .buy-btn span {
    border: none;
}

@media screen and (min-width: 1200px) {
    .facilities__card .buy-btn a:hover, .facilities__card .buy-btn span:hover {
        background-color: #030371;
        color: #FFFFFF;
    }
}

.facilities__card .buy-btn a {
    display: none;
}

.facilities__card .buy-btn, .facilities__card .buy-btn a {
    color: #030371;
    font-family: "latosemibold", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
}

.facilities__card .buy .find-price {
    width: 131px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #030371;
    font-family: "latosemibold", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

@media screen and (min-width: 1200px) {
    .facilities__card .buy .find-price:hover {
        background-color: #030371;
        color: #FFFFFF;
    }
}

.section-title {
    font-size: 60px;
    line-height: 112%;
    font-family: "latobold", sans-serif;
    font-weight: 700;
    margin-bottom: 52px;
}

@media (max-width: 1919px) {
    .section-title {
        font-size: calc(22px + 38 * ((100vw - 360px) / 1559));
        margin-bottom: 4.16667vw;
    }
}

@media screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 7.77778vw;
    }
}

.catalog-btn {
    width: 252px;
    height: 90px;
    border: 1px solid #030371;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    color: #030371;
    border-radius: 100px;
    margin: 0 auto;
    font-family: "latomedium", sans-serif;
}

@media screen and (max-width: 767px) {
    .catalog-btn {
        height: 70px;
        width: 100%;
    }
}

.catalog-btn svg {
    margin-left: 24px;
}

.catalog-btn svg path {
    -webkit-transition: stroke 300ms;
    transition: stroke 300ms;
}

@media screen and (min-width: 1200px) {
    .catalog-btn:hover {
        background-color: #030371;
        color: #FFFFFF;
    }

    .catalog-btn:hover svg path {
        stroke: #FFFFFF;
    }
}

@media (max-width: 1578px) {
    .main-page .facilities .facilities__card, .page-card__recomend .facilities__cards .facilities__card {
        width: 25%;
    }
}

@media (max-width: 1350px) {
    .main-page .facilities .facilities__card, .page-card__recomend .facilities__cards .facilities__card {
        width: 33.33%;
    }
}

@media screen and (max-width: 1199px) {
    .main-page .facilities .facilities__card, .page-card__recomend .facilities__cards .facilities__card {
        width: 50%;
    }

    .main-page .facilities .facilities__card:last-child, .page-card__recomend .facilities__cards .facilities__card:last-child {
        display: none;
    }

    .main-page .facilities .facilities__card:nth-last-child(2), .page-card__recomend .facilities__cards .facilities__card:nth-last-child(2) {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .page-card__recomend .facilities__cards .facilities__card {
        border: 1px solid var(--new-card-border-color);
    }

    .page-card__recomend .facilities__cards .facilities__card:nth-last-child(3) {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .page-card__recomend .facilities__cards .facilities__card {
        width: 100%;
        margin-bottom: -1px;
        border-left: none;
        border-right: none;
    }
}

@media screen and (max-width: 767px) {
    .facilities__cards {
        margin-bottom: 48px;
    }
}

.facilities__cards ul.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .facilities__cards ul.slick-dots {
        position: absolute;
        bottom: -25px;
    }
}

.facilities__cards ul.slick-dots li {
    margin: 16px 10px 0;
}

@media screen and (max-width: 767px) {
    .facilities__cards ul.slick-dots li {
        margin: 0 10px 0;
    }
}

.facilities__cards ul.slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    background-color: var(--new-card-border-color);
    border-radius: 100px;
}

.facilities__cards ul.slick-dots li.slick-active button {
    background-color: #030371;
    width: 34px;
}

.products {
    overflow: hidden;
}

.products__titles {
    margin-bottom: 44px;
}

@media (max-width: 1919px) {
    .products__titles {
        margin-bottom: calc(24px + 20 * ((100vw - 360px) / 1559));
    }
}

.products__tab-titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .products__tab-titles {
        overflow: auto;
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        overflow: auto;
        margin-bottom: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .products__tab-titles-wrap {
        height: 50px;
        position: relative;
        margin-bottom: 20px;
        width: calc(100vw - 15px);
        overflow: hidden;
        z-index: 1;
    }
}

@media screen and (max-width: 767px) {
    .products__tab-titles-wrap {
        height: 39px;
    }
}

.products__tab-title {
    white-space: nowrap;
}

.products__title {
    font-style: normal;
    font-size: 45px;
    line-height: 120%;
    font-family: "latobold", sans-serif;
    display: none;
    font-weight: 700;
}

@media (max-width: 1919px) and (min-width: 1200px) {
    .products__title {
        font-size: calc(20px + (44 - 20) * ((100vw - 1200px) / (1919 - 1200)));
    }
}

@media screen and (max-width: 1199px) {
    .products__title {
        font-weight: 700;
        font-size: calc(20px + (45 - 20) * ((100vw - 360px) / (1200 - 360)));
        line-height: 140%;
    }
}

@media screen and (max-width: 767px) {
    .products__title {
        font-weight: 700;
        line-height: 140%;
    }
}

.products__title.active {
    display: block;
}

.products__title i {
    color: #030371;
    font-style: normal;
}

.products__photo-slide {
    display: none;
}

.products__photo-slide.active {
    display: block;
}

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

@media screen and (max-width: 1199px) {
    .products__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.products__left-part {
    width: 56%;
    padding: 72px 0 100px 0;
    background-color: #F9F9F9;
    position: relative;
}

@media (max-width: 1919px) {
    .products__left-part {
        padding: 2.33333vw 2.91667vw 2.33333vw 0;
    }
}

@media (max-width: 1305px) {
    .products__left-part {
        width: 61%;
    }
}

@media screen and (max-width: 1199px) {
    .products__left-part {
        width: 100%;
        padding: 5.55556vw 0;
    }
}

.products__left-part::before {
    content: '';
    position: absolute;
    left: -50vw;
    width: 50vw;
    background-color: #F9F9F9;
    height: 100%;
    top: 0;
}

@media screen and (max-width: 1199px) {
    .products__left-part::after {
        content: '';
        position: absolute;
        right: -50vw;
        bottom: 0;
        width: 50vw;
        background-color: #F9F9F9;
        height: 100%;
    }
}

.products__left-part .twentytwenty-handle {
    background: url("../img/cursor2.svg") no-repeat center center;
    background-size: auto;
    background-repeat: no-repeat;
    margin-left: -21px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media screen and (max-width: 1199px) {
    .products__left-part .twentytwenty-handle {
        background: none;
    }
}

.products__left-part .twentytwenty-left-arrow, .products__left-part .twentytwenty-right-arrow, .products__left-part .twentytwenty-up-arrow, .products__left-part .twentytwenty-down-arrow {
    border: 10px inset transparent;
}

.products__left-part .twentytwenty-left-arrow {
    left: -6px;
    border-right: 10px solid white;
}

.products__left-part .twentytwenty-right-arrow {
    right: -6px;
    border-left: 10px solid white;
}

@media screen and (max-width: 1199px) {
    .products__left-part .twentytwenty-right-arrow {
        right: 3px;
    }
}

.products__left-part .twentytwenty-horizontal .twentytwenty-handle:before, .products__left-part .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 1px;
}

.products__left-part .twentytwenty-left-arrow, .products__left-part .twentytwenty-right-arrow {
    margin-top: -10px;
}

.products__left-part .twentytwenty-container {
    box-sizing: border-box;
}

.products__left-part .twentytwenty-handle {
    border: 3px solid transparent;
    background-size: cover;
}

.products__left-part .twentytwenty-container img {
    width: 100%;
    height: 526px;
    object-fit: cover;
}

@media (max-width: 1919px) {
    .products__left-part .twentytwenty-container img {
        height: 36.16667vw;
    }
}

@media screen and (max-width: 1199px) {
    .products__left-part .twentytwenty-container img {
        height: 64.44444vw;
    }
}

.products__left-part .twentytwenty-overlay:hover {
    background: none;
}

@media screen and (max-width: 1199px) {
    .products__left-part .twentytwenty-horizontal .twentytwenty-handle:before {
        bottom: 0 !important;
    }
}

@media screen and (max-width: 1199px) {
    .products__left-part .twentytwenty-horizontal .twentytwenty-handle:after {
        top: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .products__left-part .twentytwenty-left-arrow {
        left: 3px;
    }
}

.products__left-part .twentytwenty-horizontal .twentytwenty-before-label:before, .products__left-part .twentytwenty-horizontal .twentytwenty-after-label:before {
    display: none;
}

.products__right-part {
    width: 46%;
    position: relative;
    padding: 0 0 100px 100px;
    display: none;
}

@media (max-width: 1919px) {
    .products__right-part {
        padding: 0 0 2.33333vw 3vw;
    }
}

@media (max-width: 1305px) {
    .products__right-part {
        width: 39%;
    }
}

@media screen and (max-width: 1199px) {
    .products__right-part {
        width: 100%;
        padding: 12px 0 0;
    }
}

.products__right-part::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #F9F9F9;
    height: 1px;
}

.products__right-part::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    background-color: #F9F9F9;
    height: 1px;
}

@media screen and (max-width: 1199px) {
    .products__right-part::after {
        background-color: var(--new-card-border-color);
        left: -15px;
        display: none;
    }
}

.products__right-part.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products__right-part-right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1440px) {
    .products__right-part-right-item {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .products__right-part-right-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .products__right-part-right-item {
        display: none;
    }
}

.products__right-part-right-item svg {
    margin-top: 70px;
}

@media screen and (max-width: 1199px) {
    .products__right-part-right-item svg {
        width: 12.5vw;
        height: 12.5vw;
    }
}

.products__right-part-right-item svg:first-child {
    margin-top: 0;
}

.products__right-part-left-item-title {
    max-width: 344px;
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    font-family: "latosemibold", sans-serif;
    margin-bottom: 24px;
}

@media (max-width: 1919px) {
    .products__right-part-left-item-title {
        font-size: 2.33333vw;
    }
}

@media screen and (max-width: 1199px) {
    .products__right-part-left-item-title {
        font-weight: 700;
        font-size: 23px;
        line-height: 140%;
    }
}

@media screen and (max-width: 767px) {
    .products__right-part-left-item-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 1199px) {
    .products__right-part-left-item {
        width: 100%;
        padding-right: 0;
    }
}

.products__right-part .facilities__card {
    width: 344px;
    min-height: 526px;
    border-right: 1px solid var(--new-card-border-color);
}

@media screen and (max-width: 1199px) {
    .products__right-part .facilities__card {
        border: 1px solid var(--new-card-border-color);
    }
}

@media screen and (max-width: 767px) {
    .products__right-part .facilities__card {
        width: 100%;
        border: none;
        position: relative;
        padding: 21px 0 19px;
    }

    .products__right-part .facilities__card::before {
        content: '';
        top: 0;
        width: 100vw;
        height: 1px;
        left: -15px;
        background-color: var(--new-card-border-color);
        position: absolute;
    }
}

.products__tab-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 28px;
    border-radius: 100px;
    margin-right: 20px;
    border: 1px solid #111927;
    font-size: 16px;
    line-height: 140%;
    -webkit-transition: text-shadow .3s;
    transition: text-shadow .3s;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .products__tab-title:hover {
        text-shadow: -0.25px -0.25px 0 #000, 0.25px 0.25px #000;
    }
}

@media (max-width: 1735px) {
    .products__tab-title:last-child {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .products__tab-title:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .products__tab-title {
        height: 36px;
        padding: 0 12px;
    }
}

.products__tab-title.active {
    background-color: #111927;
    color: #FFFFFF;
}

@media screen and (max-width: 1199px) {
    .main-page-slider-nav {
        display: none !important;
    }
}

.show-more {
    width: 268px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    font-family: "latomedium", sans-serif;
    color: #030371;
    border: 1px solid #030371;
    -webkit-transition: background-color 300ms, color 300ms;
    transition: background-color 300ms, color 300ms;
    border: 1px solid #030371;
    margin: 52px auto 86px;
    border-radius: 100px;
}

@media screen and (min-width: 1200px) {
    .show-more:hover {
        background-color: #030371;
        color: #FFFFFF;
    }
}

@media (max-width: 1919px) {
    .show-more {
        margin: 2.33333vw auto 4.33333vw;
    }
}

@media screen and (max-width: 1199px) {
    .show-more {
        margin: 33px auto 36px;
    }
}

@media screen and (max-width: 767px) {
    .show-more {
        width: 100%;
        height: 70px;
        font-size: 24px;
    }
}

.product-categories {
    padding-top: 80px;
    padding-bottom: 86px;
}

@media (max-width: 1919px) {
    .product-categories {
        padding-top: calc(36px + 44 * ((100vw - 360px) / 1559));
        padding-bottom: calc(36px + 50 * ((100vw - 360px) / 1559));
    }
}

@media screen and (max-width: 1199px) {
    .product-categories {
        padding-bottom: 0;
    }
}

.product-categories__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-categories__cards .facilities__card:nth-child(10) {
    border-right: 1px solid var(--new-card-border-color);
}

@media (max-width: 1578px) {
    .product-categories__cards .facilities__card {
        width: 25%;
    }

    .product-categories__cards .facilities__card:nth-child(10), .product-categories__cards .facilities__card:nth-child(9) {
        display: none;
    }
}

@media (max-width: 1350px) {
    .product-categories__cards .facilities__card {
        width: 33.33%;
    }

    .product-categories__cards .facilities__card:nth-child(7), .product-categories__cards .facilities__card:nth-child(8) {
        display: none;
    }
}

@media (max-width: 1200px) {
    .product-categories__cards .facilities__card {
        width: 50%;
        border: 1px solid var(--new-card-border-color);
        margin-bottom: -1px;
    }
}

@media screen and (max-width: 767px) {
    .product-categories__cards .facilities__card {
        width: 100vw;
        margin-left: -15px;
        margin-right: -15px;
        padding: 21px 15px 19px;
    }

    .product-categories__cards .facilities__card:nth-child(4), .product-categories__cards .facilities__card:nth-child(5), .product-categories__cards .facilities__card:nth-child(6) {
        display: none;
    }
}

.product-categories__titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .product-categories__titles.desctop {
        display: none;
    }
}

.product-categories__titles.mobile {
    display: none;
}

@media screen and (max-width: 1199px) {
    .product-categories__titles.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        padding: 14px 15px;
        margin-bottom: 0;
        width: 100vw;
        margin-left: -15px;
        margin-right: -15px;
        border-bottom: 2px solid #030371;
        color: #030371;
    }
}

.product-categories__section-title {
    font-weight: 700;
    font-size: 80px;
    line-height: 112%;
    font-family: "latobold", sans-serif;
}

@media (max-width: 1919px) {
    .product-categories__section-title {
        font-size: 3.33333vw;
    }
}

@media screen and (max-width: 1199px) {
    .product-categories__section-title {
        font-size: 22px;
        line-height: 140%;
    }
}

.product-categories__section-title-wrap {
    max-width: 1190px;
    margin-bottom: 52px;
}

@media screen and (max-width: 1199px) {
    .product-categories__section-title-wrap {
        margin-bottom: 12px;
    }
}

.product-categories__mobile-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-categories__mobile-title svg {
    margin-right: 4px;
}

.product-categories__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-categories__title.active {
    position: relative;
}

.product-categories__title.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -19px;
    width: 100%;
    height: 2px;
    background-color: #030371;
}

@media screen and (min-width: 1200px) {
    .product-categories__title.svg-stroke:hover svg path {
        stroke: #030371;
    }

    .product-categories__title.svg-stroke:hover p {
        color: #030371;
    }
}

.product-categories__title.svg-stroke.active svg path {
    stroke: #030371;
}

.product-categories__title.svg-stroke.active p {
    color: #030371;
}

@media screen and (min-width: 1200px) {
    .product-categories__title:not(.svg-stroke):hover svg path {
        fill: #030371;
    }

    .product-categories__title:not(.svg-stroke):hover p {
        color: #030371;
    }
}

.product-categories__title:not(.svg-stroke).active svg path {
    fill: #030371;
}

.product-categories__title:not(.svg-stroke).active p {
    color: #030371;
}

.product-categories__title p {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    max-width: 166px;
    min-width: 51px;
    -webkit-transform: color 300ms;
    -ms-transform: color 300ms;
    transform: color 300ms;
}

@media (max-width: 1919px) {
    .product-categories__title p {
        font-size: 0.83333vw;
    }
}

.product-categories__title svg {
    margin-bottom: 12px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

@media (max-width: 1919px) {
    .product-categories__title svg {
        width: 3vw;
        height: 3vw;
    }
}

.laboratory {
    background-color: #F9F9F9;
    padding-top: 52px;
    padding-bottom: 76px;
}

@media screen and (max-width: 1199px) {
    .laboratory {
        padding-top: 5.55556vw;
        padding-bottom: 5.55556vw;
    }
}

.laboratory__wrap-title {
    margin-bottom: 24px;
}

@media (max-width: 1919px) {
    .laboratory__wrap-title {
        margin-bottom: calc(16px + 8 * ((100vw - 360px) / 1559));
    }
}

.laboratory__info {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
}

.laboratory__info p {
    margin-bottom: 20px;
}

@media (max-width: 1919px) {
    .laboratory__info {
        font-size: calc(16px + 4 * ((100vw - 360px) / 1559));
    }
}

.laboratory__item {
    padding: 28px;
    margin-bottom: 34px;
    background-color: #FFFFFF;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .laboratory__item {
        margin-bottom: 20px;
    }
}

.laboratory__item:last-child {
    margin-bottom: 0;
}

.laboratory__item-info {
    max-width: 476px;
}

@media (max-width: 1430px) {
    .laboratory__item-info {
        max-width: 73%;
    }
}

@media screen and (max-width: 767px) {
    .laboratory__item-info {
        max-width: 100%;
    }
}

.laboratory__item svg {
    position: absolute;
    bottom: 0;
    right: 20px;
}

@media screen and (max-width: 1199px) {
    .laboratory__item svg {
        height: 100%;
    }
}

.laboratory__item b {
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    font-family: "latobold", sans-serif;
}

@media (max-width: 1919px) {
    .laboratory__item b {
        font-size: calc(18px + 6 * ((100vw - 360px) / 1559));
    }
}

.laboratory__item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

@media (max-width: 1919px) {
    .laboratory__item p {
        font-size: calc(14px + 4 * ((100vw - 360px) / 1559));
    }
}

.laboratory__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .laboratory__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.laboratory__left-part, .laboratory__right-part {
    width: 50%;
}

@media screen and (max-width: 1199px) {
    .laboratory__left-part, .laboratory__right-part {
        width: 100%;
    }
}

.laboratory__left-part {
    max-width: 693px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1199px) {
    .laboratory__left-part {
        max-width: unset;
    }
}

.laboratory__items {
    margin-top: auto;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .laboratory__items .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .laboratory__items .slick-slide {
        height: auto;
    }

    .laboratory__items .slick-slide > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }
}

.laboratory__right-part-slider img {
    object-fit: cover;
    height: 687px;
}

@media (max-width: 1919px) {
    .laboratory__right-part-slider img {
        height: 45.75vw;
    }
}

@media screen and (max-width: 1199px) {
    .laboratory__right-part-slider img {
        height: 65.83333vw;
    }
}

.laboratory__right-part-slider button svg rect {
    fill: rgba(255, 255, 255, 0.7);
    -webkit-transition: fill 300ms;
    transition: fill 300ms;
}

@media screen and (min-width: 1200px) {
    .laboratory__right-part-slider button:hover svg rect {
        fill: #FFFFFF;
    }
}

.laboratory__right-part-slider .slick-next, .laboratory__right-part-slider .slick-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.laboratory__right-part-slider .slick-next {
    position: absolute;
    right: 20px;
    z-index: 5;
}

.laboratory__right-part-slider .slick-prev {
    position: absolute;
    left: 20px;
    z-index: 5;
}

.style-dots .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2px;
}

.style-dots .slick-dots li {
    margin: 0 10px;
}

.style-dots .slick-dots li button {
    font-size: 0;
    width: 8px;
    height: 8px;
    background-color: var(--new-card-border-color);
    border-radius: 100px;
}

.style-dots .slick-dots li.slick-active button {
    width: 34px;
    background-color: #030371;
}

.reviews {
    padding-top: 72px;
    padding-bottom: 86px;
}

@media screen and (max-width: 1199px) {
    .reviews {
        padding-top: 11.11111vw;
        padding-bottom: 10vw;
    }
}

.reviews__slider-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 54px;
}

.reviews .slick-btn {
    height: 90px;
    width: 134px;
    border: 1px solid #030371;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

.reviews .slick-btn svg path {
    -webkit-transition: stroke 300ms;
    transition: stroke 300ms;
}

@media screen and (min-width: 1200px) {
    .reviews .slick-btn:hover {
        background-color: #030371;
        color: #FFFFFF;
    }

    .reviews .slick-btn:hover svg path {
        stroke: #FFFFFF;
    }
}

.reviews .slick-prev {
    border-radius: 100px 0px 0px 100px;
}

.reviews .slick-next {
    border-radius: 0px 100px 100px 0px;
    margin-left: -1px;
}

.reviews .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reviews .slick-slide {
    height: auto;
}

.reviews .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.reviews .slick-slide {
    margin: 0 20px;
}

.reviews__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reviews .reviews-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    padding: 0 28px;
    color: #030371;
    border: 1px solid #030371;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-family: "latosemibold", sans-serif;
    border-radius: 100px;
    -webkit-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

@media screen and (max-width: 767px) {
    .reviews .reviews-link {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 0;
    }

    .reviews .reviews-link span {
        display: none;
    }
}

.reviews .reviews-link svg {
    margin-left: 8px;
}

@media screen and (max-width: 767px) {
    .reviews .reviews-link svg {
        margin-left: 0;
    }
}

.reviews .reviews-link svg path {
    -webkit-transition: stroke 300ms;
    transition: stroke 300ms;
}

@media screen and (min-width: 1200px) {
    .reviews .reviews-link:hover {
        color: #FFFFFF;
        background-color: #030371;
    }

    .reviews .reviews-link:hover svg path {
        stroke: #FFFFFF;
    }
}

.reviews__title {
    font-weight: 700;
    font-size: 80px;
    line-height: 112%;
    font-family: "latobold", sans-serif;
}

@media (max-width: 1919px) {
    .reviews__title {
        font-size: 3.33333vw;
    }
}

@media screen and (max-width: 767px) {
    .reviews__title {
        font-size: 6.11111vw;
    }
}

.reviews__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px;
}

@media screen and (max-width: 1199px) {
    .reviews__items {
        margin-bottom: 20px;
    }
}

.reviews .slick-dots {
    position: absolute;
    bottom: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.reviews__top {
    margin-bottom: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1919px) {
    .reviews__top {
        margin-bottom: 3.33333vw;
    }
}

.reviews__item {
    padding: 36px;
    border: 1px solid var(--new-card-border-color);
    border-radius: 5px;
    width: calc(50% - 20px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

@media screen and (max-width: 767px) {
    .reviews__item {
        padding: 12px;
    }
}

.reviews__item-title {
    padding-right: 20px;
}

.reviews__item-title b {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    font-family: "latosemibold", sans-serif;
    display: block;
    margin-bottom: 2px;
    color: #030371;
}

@media screen and (max-width: 767px) {
    .reviews__item-title b {
        font-size: 5vw;
    }
}

.reviews__item-title i {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #6A6D70;
    display: block;
    font-style: normal;
}

@media screen and (max-width: 767px) {
    .reviews__item-title i {
        font-size: 4.16667vw;
    }
}

.reviews__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
}

@media (max-width: 1919px) {
    .reviews__item-top {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 1199px) {
    .reviews__item-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.reviews__item-top img {
    object-fit: contain;
    max-width: 150px;
    max-height: 100px;
}

@media screen and (max-width: 1199px) {
    .reviews__item-top img {
        margin-bottom: 12px;
    }
}

.reviews__item-date {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.01em;
    font-family: "latomedium", sans-serif;
    color: #6A6D70;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .reviews__item-date {
        bottom: 12px;
    }
}

.reviews__item-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    font-family: "latomedium", sans-serif;
}

@media screen and (max-width: 767px) {
    .reviews__item-text {
        font-size: 16px;
    }
}

.reviews__item-text p {
    margin-bottom: 20px;
}

.delivery {
    padding-top: 52px;
    padding-bottom: 52px;
}

.delivery__title {
    margin-bottom: 52px;
}

.delivery__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .delivery__items {
        margin: 0 -10px;
    }
}

.delivery__items .slick-dots {
    bottom: -5px;
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.delivery__items .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.delivery__items .slick-slide {
    height: auto;
}

.delivery__items .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .delivery__items .slick-slide {
        margin: 0 10px;
    }
}

.delivery__item {
    width: calc(33.3% - 20px);
    position: relative;
    border: 1px solid var(--new-card-border-color);
    border-radius: 5px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .delivery__item {
        width: 100%;
    }
}

.delivery__item-text {
    position: relative;
    z-index: 2;
    padding: 75px 40px;
    max-width: 80%;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

@media screen and (max-width: 1199px) {
    .delivery__item-text {
        font-size: 16px;
    }
}

@media (max-width: 1919px) {
    .delivery__item-text {
        padding: 4vw 1.66667vw;
    }
}

@media screen and (max-width: 1199px) {
    .delivery__item-text {
        max-width: 95%;
        padding: 40px;
        min-height: 185px;
    }
}

@media screen and (max-width: 767px) {
    .delivery__item-text {
        padding: 30px;
        min-height: 220px;
    }
}

.delivery__item b {
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    font-family: "latobold", sans-serif;
}

@media screen and (max-width: 1199px) {
    .delivery__item b {
        font-size: 20px;
        margin-bottom: 8px;
    }
}

.delivery__item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

@media screen and (max-width: 1199px) {
    .delivery__item p {
        font-size: 16px;
    }
}

.delivery__item svg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 1919px) {
    .delivery__item svg {
        height: 160px;
        width: auto;
    }
}

@media screen and (max-width: 1199px) {
    .delivery__item svg {
        height: 140px;
    }
}

.title-section {
    font-weight: 700;
    font-size: 80px;
    line-height: 112%;
    font-family: "latobold", sans-serif;
}

@media (max-width: 1919px) {
    .title-section {
        font-size: 3.33333vw;
    }
}

@media screen and (max-width: 767px) {
    .title-section {
        font-size: 6.11111vw;
    }
}

.title-mb {
    margin-bottom: 52px;
}

@media (max-width: 1919px) {
    .title-mb {
        margin-bottom: 3.33333vw;
    }
}

@media screen and (max-width: 767px) {
    .title-mb {
        margin-bottom: 24px;
    }
}

main a {
    color: inherit;
}

.orders {
    background-color: #F9F9F9;
    padding: 52px 0 0;
}

.orders .slick-slide {
    margin: 0 10px;
}

.orders .slick-dots {
    bottom: 25px;
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.orders .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.orders .slick-slide {
    height: auto;
}

.orders .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.orders__items {
    margin: 0 -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
    .orders__items {
        margin: 0 -10px;
        padding-bottom: 50px;
    }
}

.orders__item {
    padding: 32px 103px 32px 32px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid var(--new-card-border-color);
    border-radius: 5px;
    margin: 0 20px 40px;
    width: calc(33.3% - 40px);
    background-color: #FFFFFF;
}

@media (max-width: 1919px) {
    .orders__item {
        padding: 32px 2vw 32px 32px;
    }
}

@media (max-width: 1470px) {
    .orders__item {
        width: calc(50% - 40px);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1199px) {
    .orders__item {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .orders__item {
        padding: 20px;
    }
}

.orders__item-left-part {
    margin-right: 20px;
}

.orders__item img {
    width: 134px;
    height: 134px;
}

.orders__item p {
    margin-bottom: 28px;
}

.orders__item p:last-child {
    margin-bottom: 0;
}

.orders__item p i, .orders__item p b {
    display: block;
}

.orders__item p i {
    font-style: normal;
    color: #6A6D70;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 8px;
}

@media screen and (max-width: 1199px) {
    .orders__item p i {
        font-size: 14px;
    }
}

.orders__item p b {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

@media screen and (max-width: 1199px) {
    .orders__item p b {
        font-size: 15px;
    }
}

.orders__item p a {
    display: block;
    margin-bottom: 6px;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

@media screen and (min-width: 1200px) {
    .orders__item p a:hover {
        color: #030371;
    }
}

.orders__item-left-part {
    max-width: 134px;
}

.orders__item-left-part img {
    border-radius: 50%;
    width: 134px;
    height: 134px;
    object-fit: cover;
    margin-bottom: 24px;
    max-width: 134px;
}

@media screen and (max-width: 1199px) {
    .orders__item-left-part img {
        width: 70px;
        height: 70px;
    }
}

.orders__item-left-part-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1199px) {
    .orders__item-left-part-socials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.orders__item-left-part-socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #6A6D70;
    margin-right: 12px;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

@media screen and (min-width: 1200px) {
    .orders__item-left-part-socials a:hover {
        color: #030371;
    }
}

@media screen and (max-width: 767px) {
    .orders__item-left-part-socials a {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.orders__item-left-part-socials a:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.orders__item-left-part-socials a svg {
    margin-bottom: 8px;
}

.orders__item-right-part {
    max-width: 234px;
}

.cooperation {
    padding-bottom: 32px;
}

.cooperation__title {
    font-family: "latobold", sans-serif;
    font-weight: 900;
    font-size: 60px;
    line-height: 140%;
    letter-spacing: 0.08em;
    color: rgba(108, 115, 127, 0.2);
    text-align: center;
}

@media (max-width: 1919px) {
    .cooperation__title {
        font-size: 4.16667vw;
    }
}

@media screen and (max-width: 767px) {
    .cooperation__title {
        font-size: 28px;
    }
}

.cooperation__title-wrap {
    padding-bottom: 10px;
    margin-bottom: 72px;
    background-color: #F9F9F9;
}

@media screen and (max-width: 1199px) {
    .cooperation__title-wrap {
        margin-bottom: 42px;
    }
}

@media screen and (max-width: 767px) {
    .cooperation__title-wrap {
        margin-bottom: 32px;
    }
}

.breadcrumbs__item::after {
    content: "";
    margin: 0 6px 0 2px;
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url("../img/breadcrumbs-icon.svg") no-repeat center center;
    background-size: auto;
    background-size: auto;
}

.breadcrumbs__item:last-child::after {
    content: none;
}

.breadcrumbs__item {
    position: relative;
    display: inline;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #6A6D70;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .breadcrumbs__item {
        font-size: 14px;
    }
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .breadcrumbs__list {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 1199px) {
    .catalog .desctop {
        display: none;
    }
}

.catalog__btns {
    display: none;
}

@media screen and (max-width: 1199px) {
    .catalog__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 767px) {
    .catalog__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.catalog__btns .catalog__btn {
    cursor: pointer;
    width: calc(50% - 5px);
    color: #030371;
    font-size: 16px;
    line-height: 140%;
    height: 45px;
}

@media screen and (max-width: 767px) {
    .catalog__btns .catalog__btn {
        width: 100%;
        height: 36px;
        margin-bottom: 15px;
    }

    .catalog__btns .catalog__btn:last-child {
        margin-bottom: 0;
    }
}

.catalog__btns .catalog__btn.filter svg {
    margin-right: 8px;
}

.catalog__btns .catalog__btn.application svg {
    margin-left: 8px;
}

.catalog__content-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 72px;
}

.catalog__content-cards .facilities__card {
    width: 25%;
    position: relative;
}

@media (max-width: 1660px) {
    .catalog__content-cards .facilities__card {
        width: 33.33%;
    }
}

@media screen and (max-width: 1199px) {
    .catalog__content-cards .facilities__card {
        width: 50%;
        border: 1px solid var(--new-card-border-color);
    }
}

@media screen and (max-width: 767px) {
    .catalog__content-cards .facilities__card {
        width: 100vw;
        margin-bottom: -1px;
        margin-left: -15px;
        margin-right: -15px;
        border-left: none;
        border-right: none;
    }
}

.catalog__top {
    margin: 28px 0;
}

@media screen and (max-width: 767px) {
    .catalog__top {
        margin: 20px 0 14px;
    }
}

.catalog__top-title {
    margin-bottom: 62px;
}

@media (max-width: 1919px) {
    .catalog__top-title {
        margin-bottom: 3vw;
    }
}

@media screen and (max-width: 1199px) {
    .catalog__top-title {
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 767px) {
    .catalog__top-title {
        margin-bottom: 28px;
    }
}

.catalog__top-title h1 {
    font-size: 52px;
    line-height: 112%;
    font-family: "latobold", sans-serif;
    margin-bottom: 4px;
    font-weight: 700;
}

@media (max-width: 1919px) {
    .catalog__top-title h1 {
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 1199px) {
    .catalog__top-title h1 {
        font-size: 6.11111vw;
    }
}

.catalog__top-title p {
    font-size: 32px;
    line-height: 112%;
    color: #6A6D70;
}

@media (max-width: 1919px) {
    .catalog__top-title p {
        font-size: 1.83333vw;
    }
}

@media screen and (max-width: 1199px) {
    .catalog__top-title p {
        font-size: 4.44444vw;
    }
}

.catalog__sidebar {
    width: 300px;
}

@media screen and (max-width: 1199px) {
    .catalog__sidebar {
        display: none;
    }
}

.catalog__sidebar-tabs-titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px solid var(--new-card-border-color);
}

.catalog__sidebar-tabs-title {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: relative;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 1660px) {
    .catalog__sidebar-tabs-title {
        font-size: 12px;
        padding: 14px 0;
    }
}

.catalog__sidebar-tabs-title span {
    width: 100%;
}

.catalog__sidebar-tabs-title::after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #030371;
}

@media screen and (min-width: 1200px) {
    .catalog__sidebar-tabs-title:hover {
        color: #030371;
    }
}

.catalog__sidebar-tabs-title.active {
    color: #030371;
}

.catalog__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.catalog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 300px - 45px);
}

@media (max-width: 1919px) {
    .catalog__content {
        width: calc(100% - 220px - 16px);
    }
}

@media screen and (max-width: 1199px) {
    .catalog__content {
        width: 100%;
    }
}

.catalog__sidebar-tab-content {
    display: none;
}

.catalog__sidebar-tab-content.active {
    display: block;
}

.catalog__sidebar-tab-content.type .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid var(--new-card-border-color);
    font-size: 18px;
    line-height: 140%;
    cursor: pointer;
    color: inherit;
}

@media (max-width: 1660px) {
    .catalog__sidebar-tab-content.type .item {
        font-size: 14px;
    }

    .catalog__sidebar-tab-content.type .item svg {
        width: 26px;
        height: 26px;
    }
}

@media screen and (min-width: 1200px) {
    .catalog__sidebar-tab-content.type .item.svg-stroke:hover svg path {
        stroke: #030371;
    }

    .catalog__sidebar-tab-content.type .item.svg-stroke:hover p {
        color: #030371;
    }
}

.catalog__sidebar-tab-content.type .item.svg-stroke.active svg path {
    stroke: #030371;
}

.catalog__sidebar-tab-content.type .item.svg-stroke.active p {
    color: #030371;
}

@media screen and (min-width: 1200px) {
    .catalog__sidebar-tab-content.type .item:not(.svg-stroke):hover svg path {
        fill: #030371;
    }

    .catalog__sidebar-tab-content.type .item:not(.svg-stroke):hover p {
        color: #030371;
    }
}

.catalog__sidebar-tab-content.type .item:not(.svg-stroke).active svg path {
    fill: #030371;
}

.catalog__sidebar-tab-content.type .item:not(.svg-stroke).active p {
    color: #030371;
}

.catalog__sidebar-tab-content.type .item.active {
    color: #030371;
}

.catalog__sidebar-tab-content.type .item svg {
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.catalog__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 6px;
}

.catalog__tags-item {
    padding: 8px 12px;
    border: 1px solid var(--new-card-border-color);
    border-radius: 100px;
    margin: 0 10px 10px 10px;
    -webkit-transition: background-color 300ms, color 300ms, border 300ms;
    transition: background-color 300ms, color 300ms, border 300ms;
    cursor: pointer;
}

.catalog__tags-item.active {
    border: 1px solid #030371;
    background-color: #030371;
    color: #FFFFFF;
}

@media screen and (min-width: 1200px) {
    .catalog__tags-item:hover {
        border: 1px solid #030371;
    }
}

.catalog-tabs__line {
    position: absolute;
    height: 2px;
    background: #030371;
    bottom: 0;
    -webkit-transition: width 500ms, left 500ms;
    transition: width 500ms, left 500ms;
}

.application__item ul {
    display: none;
}

.application__item svg {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}

.application__item.active ul {
    display: block;
}

.application__item.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.application__title {
    padding: 20px 0 20px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--new-card-border-color);
    cursor: pointer;
    min-height: 80px;
}

@media screen and (min-width: 1200px) {
    .application__title:hover {
        color: #030371;
    }
}

.application__title span {
    max-width: calc(100% - 30px);
}

.application__item ul {
    padding-left: 0;
}

.application__item ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 10px 19px;
    border-bottom: 1px solid var(--new-card-border-color);
    color: inherit;
    font-size: 14px;
    margin-left: 4px;
}

.application__item ul li a::before {
    content: '';
    width: 12px;
    height: 1px;
    background-color: #111927;
    position: relative;
    left: -18px;
    top: 11px;
    display: block;
}

.application__item ul li a.active {
    color: #030371;
}

.application__item ul li a.active::before {
    background-color: #030371;
}

body.fixed main, body.fixed footer {
    position: relative;
    z-index: -1;
}

.menu-close__wrap {
    margin-left: 20px;
}

.page-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 52px;
}

@media screen and (max-width: 1199px) {
    .page-card__inner {
        margin-bottom: 36px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-card__left-part {
    max-width: 693px;
    width: 100%;
    position: sticky;
    height: 100%;
    margin-right: 22px;
}

@media (max-width: 1700px) {
    .page-card__left-part {
        max-width: 31.41667vw;
    }
}

@media screen and (max-width: 1199px) {
    .page-card__left-part {
        width: 100%;
        max-width: unset;
        position: unset;
        margin-right: 0;
        margin-bottom: 24px;
    }
}

.page-card__left-part-img {
    position: relative;
    padding: 24px;
    border: 1px solid var(--new-card-border-color);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-card__left-part-img img {
    height: 427px;
    width: auto;
}

@media screen and (max-width: 767px) {
    .page-card__left-part-img img {
        height: 180px;
    }
}

.page-card__left-part .page-card__left-part-notes {
    position: absolute;
    top: 24px;
    left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .page-card__left-part .page-card__left-part-notes {
        top: 16px;
        left: 16px;
    }
}

.page-card__left-part .page-card__left-part-notes .facilities__card-top-note {
    position: static;
    margin-bottom: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.page-card__right-part-param {
    padding: 28px 36px;
    -webkit-box-shadow: 0px 2px 20px rgba(29, 32, 35, 0.06);
    box-shadow: 0px 2px 20px rgba(29, 32, 35, 0.06);
    border-radius: 3px;
}

@media (max-width: 1440px) {
    .page-card__right-part-param {
        padding: 16px;
    }
}

@media screen and (max-width: 767px) {
    .page-card__right-part-param {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }
}

.page-card__right-part-param .buy-btn {
    background-color: #030371;
    border-radius: 100px;
    width: 184px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 12px;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.page-card__right-part-param .buy-btn i {
    font-style: normal;
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .page-card__right-part-param .buy-btn i {
        display: none;
    }
}

.page-card__right-part-param .buy-btn svg {
    display: none;
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .page-card__right-part-param .buy-btn svg {
        display: block;
    }
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .page-card__right-part-param .buy-btn {
        width: 56px;
        height: 56px;
    }
}

@media screen and (max-width: 767px) {
    .page-card__right-part-param .buy-btn {
        width: calc(100vw - 83px);
        height: 40px;
    }
}

@media (max-width: 1440px) and (min-width: 768px) {
    .page-card__right-part-param .buy-btn .desctop {
        display: none;
    }
}

.page-card__right-part-param .buy-btn .mobile {
    display: none;
}

@media (max-width: 1440px) and (min-width: 768px) {
    .page-card__right-part-param .buy-btn .mobile {
        display: block;
    }

    .page-card__right-part-param .buy-btn .mobile .basket-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .page-card__right-part-param .buy-btn .mobile .basket--check {
        display: none;
    }
}

@media (max-width: 1440px) and (min-width: 768px) {
    .page-card__right-part-param .buy-btn.active .mobile .basket-icon {
        display: none;
    }

    .page-card__right-part-param .buy-btn.active .mobile .basket--check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1200px) {
    .page-card__right-part-param .buy-btn:hover {
        background-color: #020258;
    }
}

.page-card__right-part-param .buy-btn-favourite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-card__right-part-param .buy-btn a {
    display: none;
}

.page-card__right-part-param .buy-btn.active span {
    display: none;
}

.page-card__right-part-param .buy-btn.active a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-card__right-part-param .favourite-btn {
    border: 1px solid #030371;
    width: 56px;
    height: 56px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .page-card__right-part-param .favourite-btn {
        height: 40px;
        width: 40px;
    }

    .page-card__right-part-param .favourite-btn svg {
        width: 20px;
        height: 20px;
    }
}

.page-card__right-part-param .favourite-btn svg path {
    -webkit-transition: fill 300ms;
    transition: fill 300ms;
}

@media screen and (min-width: 1200px) {
    .page-card__right-part-param .favourite-btn:hover svg path {
        fill: #030371;
    }
}

.page-card__right-part-param .favourite-btn.active path {
    fill: #030371;
}

.page-card__right-part-param .param-free-sample {
    height: 56px;
    width: 243px;
    border: 1px solid #030371;
    border-radius: 100px;
    color: #030371;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: background-color 300ms, color 300ms;
    transition: background-color 300ms, color 300ms;
    margin-left: 10px;
}

.page-card__right-part-param .param-free-sample-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .page-card__right-part-param .param-free-sample-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
    }

    .page-card__right-part-param .param-free-sample-mobile svg {
        margin-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .page-card__right-part-param .param-free-sample.desctop-tablet {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .page-card__right-part-param .param-free-sample:hover {
        background-color: #030371;
        color: #FFFFFF;
    }

    .page-card__right-part-param .param-free-sample:hover svg path {
        fill: #FFFFFF;
    }
}

.page-card__right-part-param .param-free-sample svg {
    margin-right: 12px;
}

.page-card__right-part-param .param-free-sample svg path {
    -webkit-transition: fill 300ms;
    transition: fill 300ms;
}

.page-card__right-part-param .param-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .page-card__right-part-param .param-top {
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 767px) {
    .page-card__right-part-param .param-top .buy.desctop {
        display: none;
    }
}

.page-card__right-part-param .param-top .buy.mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .page-card__right-part-param .param-top .buy.mobile {
        display: block;
        margin-bottom: 24px;
    }
}

.page-card__right-part-param .param-top .buy span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #6A6D70;
    margin-bottom: 8px;
    display: inline-block;
}

.page-card__right-part-param .param-top .buy-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-card__right-part-param .param-top .buy-links a {
    margin-right: 12px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

@media screen and (min-width: 1200px) {
    .page-card__right-part-param .param-top .buy-links a:hover {
        opacity: .7;
    }
}

.page-card__right-part-param .param-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
    margin-right: 16px;
}

.page-card__right-part-param .param-middle .count__param .count-icon {
    cursor: pointer;
}

.page-card__right-part-param .param-middle .count__param .count-icon svg path {
    -webkit-transition: stroke 300ms;
    transition: stroke 300ms;
}

@media screen and (min-width: 1200px) {
    .page-card__right-part-param .param-middle .count__param .count-icon:hover svg path {
        stroke: #030371;
    }
}

@media screen and (max-width: 1199px) {
    .page-card__right-part-param .param-middle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .page-card__right-part-param .param-middle .param-count {
        margin-bottom: 24px;
    }
}

.page-card__right-part-param .param-middle__right-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-card__right-part-param .param-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .page-card__right-part-param .param-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .page-card__right-part-param .param-bottom .param-free-sample-mobile, .page-card__right-part-param .param-bottom a {
        padding: 13px 16px;
        border: 1px solid var(--new-card-border-color);
        margin-bottom: -1px;
    }
}

.page-card__right-part-param .param-bottom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #111927;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

@media screen and (max-width: 1199px) {
    .page-card__right-part-param .param-bottom a {
        font-size: 16px;
    }
}

.page-card__right-part-param .param-bottom a svg {
    margin-right: 12px;
}

@media screen and (min-width: 1200px) {
    .page-card__right-part-param .param-bottom a:hover {
        opacity: .7;
    }
}

.page-card__right-part-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 16px;
    font-family: "latobold", sans-serif;
}

.page-card__right-part-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .page-card__right-part-tags {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-card__right-part-tags .link-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    cursor: pointer;
    color: #030371;
}

@media screen and (max-width: 767px) {
    .page-card__right-part-tags .link-video {
        margin-top: 10px;
    }
}

.page-card__right-part-tags .link-video svg {
    margin-right: 8px;
}

@media screen and (min-width: 1200px) {
    .page-card__right-part-tags .link-video:hover {
        opacity: .7;
    }
}

.page-card__right-part-tags .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 24px;
    max-width: calc(100% - 280px);
}

@media screen and (max-width: 767px) {
    .page-card__right-part-tags .tags {
        max-width: 100%;
        margin-right: 0;
        padding-top: 30px;
        position: relative;
    }
}

.page-card__right-part-tags .tags span {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-right: 9px;
    color: #6A6D70;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .page-card__right-part-tags .tags span {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.page-card__right-part-tags .tags .tag {
    margin-right: 16px;
    padding: 8px;
    font-size: 14px;
    border: 1px solid var(--new-card-border-color);
    border-radius: 100px;
    margin-bottom: 8px;
    -webkit-transition: border 300ms;
    transition: border 300ms;
}

@media screen and (max-width: 767px) {
    .page-card__right-part-tags .tags .tag {
        font-size: 12px;
        margin-right: 8px;
    }
}

@media screen and (min-width: 1200px) {
    .page-card__right-part-tags .tags .tag:hover {
        border: 1px solid #030371;
    }
}

.page-card .param-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 36%;
    margin-right: 16px;
}

@media (max-width: 1440px) {
    .page-card .param-count {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .page-card .param-count {
        margin-right: 0;
    }
}

.page-card .param-count__tabs-titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d0d0d0;
    border-radius: 100px;
    margin-bottom: 12px;
}

.page-card .param-count__tabs-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    user-select: none;
}

.page-card .param-count__tabs-title {
    padding: 1px 10px;
    width: 100px;
    border-radius: 100px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-card .param-count__tabs-title.active {
    border: 1px solid #030371;
    color: #030371;
}

.page-card .count__total {
    margin-left: 12px;
}

.page-card .count__total-price {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #111927;
    white-space: nowrap;
}

.page-card .count__total-sale {
    font-size: 16px;
    line-height: 140%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #6A6D70;
}

.page-card .count__param {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-card .count-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 8px;
    color: #6A6D70;
    font-size: 14px;
    min-width: 109px;
}

.page-card .count-info .count-descr {
    font-size: 16px;
    line-height: 140%;
    color: #6A6D70;
    display: none;
}

.page-card .count-info .count-descr.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-card .count-info .count-descr svg {
    margin-right: 8px;
}

.page-card .count-info .count-input {
    width: 50px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #030371;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.page-card .count-info .count-input::-webkit-outer-spin-button, .page-card .count-info .count-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page-card .count-info .count-input[type=number] {
    -moz-appearance: textfield;
}

.page-card .count-info__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 4px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 8px;
    min-width: 103px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-card .count__param {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-card .weight-title {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 8px;
    color: #6A6D70;
}

.page-card .facilities__card-descr-weight ul li {
    min-width: 55px;
    height: 38px;
}

@media screen and (max-width: 767px) {
    .page-card .facilities__card-descr-weight ul li {
        height: 35px;
        min-width: 43px;
    }
}

.titles_wrap {
    display: flex;
}

@media screen and (max-width: 767px) {
    .page-card__tabs .catalog__sidebar-tabs-titles {
        margin-left: -16px;
        width: calc(100% + 32px);
    }

    .titles_wrap {
        width: 100%;
        padding: 0 16px;
        display: block;
        font-size: 0;
        white-space: nowrap;
        overflow: hidden;
    }

    .titles_wrap::-webkit-scrollbar {
        width: 0;
        display: none;
    }

    .page-card__tabs .catalog__sidebar-tabs-title {
        display: inline-block;
        margin: 0;
        margin-right: 16px !important;
        font-size: 16px !important;
    }

    .page-card__tabs .catalog__sidebar-tabs-title.active {
        border-bottom: 2px solid #030371;
    }

    .catalog__sidebar-tabs-titles .catalog-tabs__line:not(.menu-burger .catalog__sidebar-tabs-titles .catalog-tabs__line) {
        display: none;
    }
}

.page-card__tabs .catalog__sidebar-tabs-title {
    width: auto;
    margin-right: 48px;
    padding: 6px 0;
    font-size: 18px;
    line-height: 140%;
}

.page-card__tabs .catalog__sidebar-tabs-title span {
    text-transform: uppercase;
}

.page-card__bottom-info {
    margin-top: 28px;
}

.page-card__bottom-info-top {
    margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
    .page-card__bottom-info-top ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 !important;
    }
}

.page-card__bottom-info-top ul li {
    position: relative;
    line-height: normal;
    list-style-type: disc;
    margin-left: 19px;
}

@media screen and (max-width: 767px) {
    .page-card__bottom-info-top ul li {
        width: calc(100% / 2 - 26px);
        margin: 0 0 0 19px !important;
        margin-bottom: 4px !important;
        font-size: 16px;
    }
}

.page-card__bottom-info .catalog__sidebar-tabs-content {
    padding-top: 20px;
    padding-bottom: 12px;
}

.page-card__bottom-info .catalog__sidebar-tabs-content .table-wrap {
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .page-card__bottom-info .catalog__sidebar-tabs-content .table-wrap {
        overflow: auto;
    }
}

.page-card__bottom-info .catalog__sidebar-tabs-content table, .page-card__bottom-info .catalog__sidebar-tabs-content th, .page-card__bottom-info .catalog__sidebar-tabs-content td {
    border: 1px solid var(--new-card-border-color);
}

.page-card__bottom-info .catalog__sidebar-tabs-content td {
    padding: 12px;
}

.page-card__bottom-info .catalog__sidebar-tabs-content table {
    border-collapse: collapse;
    width: 100%;
}

.page-card__bottom-info .catalog__sidebar-tabs-content thead {
    color: #6A6D70;
}

.page-card__bottom-info .catalog__sidebar-tabs-content thead td {
    text-align: center;
    vertical-align: middle;
}

.page-card__bottom-info .catalog__sidebar-tabs-content thead tr:first-child td:first-child {
    width: 494px;
}

@media screen and (max-width: 767px) {
    .page-card__bottom-info .catalog__sidebar-tabs-content thead tr:first-child td:first-child {
        width: 100vw;
    }
}

.page-card__bottom-info .catalog__sidebar-tabs-content tbody td {
    font-size: 14px;
    line-height: 140%;
    vertical-align: top;
}

.page-card__bottom-info .catalog__sidebar-tabs-content tbody tr td:nth-child(n+2) {
    vertical-align: middle;
    text-align: center;
}

.page-card__bottom-info .catalog__sidebar-tabs-content .text {
    max-width: 630px;
}

.page-card__bottom-info .catalog__sidebar-tabs-content .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .page-card__bottom-info .catalog__sidebar-tabs-content .text p {
        font-size: 14px;
    }
}

.page-card__bottom-info .catalog__sidebar-tabs-content .text h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    font-family: "latobold", sans-serif;
    margin-bottom: 8px;
    margin-top: 20px;
}

.page-card__bottom-info .catalog__sidebar-tabs-content .text ul {
    margin-left: 10px;
}

.page-card__bottom-info .catalog__sidebar-tabs-content .text ul li {
    padding-left: 16px;
    position: relative;
    margin-right: 28px;
    margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
    .page-card__bottom-info .catalog__sidebar-tabs-content .text ul li {
        font-size: 14px;
    }
}

.page-card__bottom-info .catalog__sidebar-tabs-content .text ul li::before {
    width: 5px;
    height: 5px;
    background-color: #111927;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
}

.page-card__bottom-info .catalog__sidebar-tabs-content .documentation-links {
    max-width: 840px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.page-card__bottom-info .catalog__sidebar-tabs-content .documentation-links a {
    padding: 24px 24px 36px;
    min-height: 190px;
    width: calc(50% - 20px);
    position: relative;
    border: 1px solid var(--new-card-border-color);
    border-radius: 5px;
    -webkit-transition: border 300ms;
    transition: border 300ms;
    margin: 0 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .page-card__bottom-info .catalog__sidebar-tabs-content .documentation-links a {
        width: 100%;
        padding: 16px 16px 24px;
        min-height: 120px;
    }
}

@media screen and (min-width: 1200px) {
    .page-card__bottom-info .catalog__sidebar-tabs-content .documentation-links a:hover {
        border: 1px solid #030371;
    }

    .page-card__bottom-info .catalog__sidebar-tabs-content .documentation-links a:hover svg {
        opacity: 1;
    }
}

.page-card__bottom-info .catalog__sidebar-tabs-content .documentation-links a b {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    font-family: "latosemibold", sans-serif;
    color: #030371;
}

@media screen and (max-width: 767px) {
    .page-card__bottom-info .catalog__sidebar-tabs-content .documentation-links a b {
        font-size: 14px;
    }
}

.page-card__bottom-info .catalog__sidebar-tabs-content .documentation-links a i {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    font-style: normal;
}

@media screen and (max-width: 767px) {
    .page-card__bottom-info .catalog__sidebar-tabs-content .documentation-links a i {
        font-size: 12px;
    }
}

.page-card__bottom-info .catalog__sidebar-tabs-content .documentation-links a svg {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    opacity: 0.08;
}

@media screen and (max-width: 767px) {
    .page-card__bottom-info .catalog__sidebar-tabs-content .documentation-links a svg {
        height: 100%;
    }
}

.page-card__bottom-info .column-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
}

@media screen and (max-width: 767px) {
    .page-card__bottom-info .column-icons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-card__bottom-info .column-icons .column-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    width: calc(50% - 20px);
    padding-right: 20px;
}

@media screen and (max-width: 767px) {
    .page-card__bottom-info .column-icons .column-icon {
        width: 100%;
        padding-right: 0;
    }
}

.page-card__bottom-info .column-icons .column-icon svg {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .page-card__bottom-info .column-icons .column-icon .text {
        font-size: 14px;
    }
}

.page-card .video__wrap {
    width: 640px;
}

@media screen and (max-width: 1199px) {
    .page-card .video__wrap {
        width: 100%;
    }
}

.page-card .video__wrap video {
    width: 100%;
    height: 332px;
}

@media screen and (max-width: 767px) {
    .page-card .video__wrap video {
        height: 53.33333vw;
    }
}

.page-card .video__wrap video[poster] {
    object-fit: cover;
}

.page-card__recomend {
    margin-bottom: 100px;
}

@media screen and (max-width: 1199px) {
    .page-card__recomend {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .page-card__recomend {
        margin-bottom: 0;
    }

    .page-card__recomend .facilities__cards {
        border-top: none;
    }
}

.page-card__recomend-title {
    margin-bottom: 32px;
    font-size: 40px;
    font-family: "latobold", sans-serif;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .page-card__recomend-title {
        font-size: 22px;
    }
}

.video__wrap h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
    font-family: "latobold", sans-serif;
}

@media screen and (max-width: 767px) {
    .video__wrap h3 {
        font-size: 16px;
    }
}

.page-card__slider {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 300ms, visibility 300ms;
    transition: opacity 300ms, visibility 300ms;
}

@media screen and (max-width: 1199px) {
    .page-card__slider-wrap .card-arrows-container {
        display: none !important;
    }
}

.page-card__slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.page-card__slider-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.page-card__slider-item span {
    padding: 4px 6px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 120%;
    font-family: "latobold", sans-serif;
    border-radius: 3px;
    display: inline-block;
    color: #FFFFFF;
    position: absolute;
    top: 12px;
}

.page-card__slider-item-left, .page-card__slider-item-right {
    width: 50%;
    height: 412px;
    position: relative;
}

@media (max-width: 1919px) {
    .page-card__slider-item-left, .page-card__slider-item-right {
        height: 18.58333vw;
    }
}

@media screen and (max-width: 1199px) {
    .page-card__slider-item-left, .page-card__slider-item-right {
        height: 480px;
    }
}

@media screen and (max-width: 767px) {
    .page-card__slider-item-left, .page-card__slider-item-right {
        height: 52.77778vw;
    }
}

.page-card__slider-item-left img, .page-card__slider-item-right img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.page-card__slider-item-left {
    position: relative;
}

.page-card__slider-item-left::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #FFFFFF;
}

.page-card__slider-item-left span {
    background-color: #E50000;
    left: 12px;
}

.page-card__slider-item-right span {
    background-color: #008D41;
    right: 12px;
}

.page-card .card-arrows-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
}

.page-card .card-arrows-container .slick-btn {
    width: 100px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #030371;
}

.page-card .card-arrows-container .slick-btn.slick-prev {
    border-radius: 100px 0px 0px 100px;
}

.page-card .card-arrows-container .slick-btn.slick-next {
    border-radius: 0px 100px 100px 0px;
    position: relative;
    left: -1px;
}

@media screen and (max-width: 767px) {
    .page-card__right-part-title {
        margin-bottom: 24px;
        font-size: 22px;
    }
}

.page-card__right-part-title.mobile {
    display: none;
}

@media screen and (max-width: 1199px) {
    .page-card__right-part-title.desctop {
        display: none !important;
    }

    .page-card__right-part-title.mobile {
        display: block;
        margin-bottom: 16px;
        font-size: 4.44444vw;
    }
}

.param-top.mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .param-top.mobile {
        display: block;
    }
}

.basket-page .catalog__top {
    margin-bottom: 0;
}

.basket-page .breadcrumbs__wrap {
    margin-top: 52px;
}

@media screen and (max-width: 1199px) {
    .basket-page .breadcrumbs__wrap {
        margin-top: 28px;
    }
}

.basket__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 112%;
    font-family: "latobold", sans-serif;
    margin-bottom: 8px;
}

@media (max-width: 1919px) {
    .basket__title {
        font-size: calc(22px + 20 * ((100vw - 360px) / 1559));
    }
}

@media screen and (max-width: 767px) {
    .basket__title {
        font-size: 22px;
    }
}

.basket__subtitle {
    font-size: 28px;
    line-height: 112%;
    font-family: "latosemibold", sans-serif;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .basket__subtitle {
        font-size: 16px;
        margin-bottom: 12px;
    }
}

.basket__discounts-table {
    margin-bottom: 52px;
}

@media screen and (max-width: 767px) {
    .basket__discounts-table {
        margin-bottom: 20px;
    }
}

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

@media screen and (max-width: 1199px) {
    .basket__discounts-table table tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .basket__discounts-table table tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
    }

    .basket__discounts-table table tbody tr td {
        width: 100%;
    }
}

.basket__discounts-table table td {
    text-align: center;
    padding: 11px;
    width: 20%;
}

@media screen and (max-width: 1199px) {
    .basket__discounts-table table td {
        padding: 0;
        height: 44px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .basket__discounts-table table td {
        height: 27px;
    }
}

.basket__discounts-table table tr:first-child td {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 140%;
    font-family: "latosemibold", sans-serif;
}

@media screen and (max-width: 1199px) {
    .basket__discounts-table table tr:first-child td {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .basket__discounts-table table tr:first-child td {
        font-size: 12px;
    }
}

.basket__discounts-table table tr:first-child td:first-child {
    background-color: #9DCAFF;
}

.basket__discounts-table table tr:first-child td:nth-child(2) {
    background-color: #7DB5FD;
}

.basket__discounts-table table tr:first-child td:nth-child(3) {
    background-color: #5A94EA;
}

.basket__discounts-table table tr:first-child td:nth-child(4) {
    background-color: #3167C4;
}

.basket__discounts-table table tr:first-child td:nth-child(5) {
    background-color: #00359E;
}

.basket__discounts-table table tr:nth-child(2) td {
    border: 1px solid var(--new-card-border-color);
    font-weight: 400;
    font-size: 30px;
    line-height: 140%;
}

@media screen and (max-width: 1199px) {
    .basket__discounts-table table tr:nth-child(2) td {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .basket__discounts-table table tr:nth-child(2) td {
        font-size: 20px;
        border: none;
        border-top: 1px solid var(--new-card-border-color);
        border-right: 1px solid var(--new-card-border-color);
    }

    .basket__discounts-table table tr:nth-child(2) td:last-child {
        border-bottom: 1px solid var(--new-card-border-color);
        font-size: 14px;
    }
}

.basket__discounts-table table tr:nth-child(2) td:first-child {
    color: #9DCAFF;
}

.basket__discounts-table table tr:nth-child(2) td:nth-child(2) {
    color: #7DB5FD;
}

.basket__discounts-table table tr:nth-child(2) td:nth-child(3) {
    color: #5A94EA;
}

.basket__discounts-table table tr:nth-child(2) td:nth-child(4) {
    color: #3167C4;
}

.basket__discounts-table table tr:nth-child(2) td:nth-child(5) {
    color: #00359E;
}

.basket__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 1199px) {
    .basket__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.basket__cards {
    width: calc(100% - 460px);
    margin-bottom: 97px;
}

@media (max-width: 1919px) {
    .basket__cards {
        margin-right: 6.25326vw;
        width: 100%;
    }
}

@media (max-width: 1500px) {
    .basket__cards {
        margin-right: 1.66667vw;
    }
}

@media screen and (max-width: 1199px) {
    .basket__cards {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .basket__cards {
        margin-bottom: 20px;
    }
}

.basket__card {
    padding-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .basket__card {
        position: relative;
        padding-top: 20px;
    }

    .basket__card::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -15px;
        width: 100vw;
        height: 1px;
        background-color: var(--new-card-border-color);
    }
}

.basket__card .basket-delete-icon {
    cursor: pointer;
}

.basket__card .basket-delete-icon .tablet-mobile {
    display: none;
}

@media screen and (max-width: 1199px) {
    .basket__card .basket-delete-icon .desctop {
        display: none;
    }

    .basket__card .basket-delete-icon .tablet-mobile {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .basket__card .basket-delete-icon .tablet-mobile svg {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .basket__card .basket-delete-icon .tablet-mobile svg {
        width: 16px;
        height: 16px;
    }
}

.basket__card .basket-delete-icon path {
    -webkit-transition: stroke 300ms;
    transition: stroke 300ms;
}

@media screen and (min-width: 1200px) {
    .basket__card .basket-delete-icon:hover path {
        stroke: #030371;
    }
}

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

.basket__card .basket__item .price {
    margin-right: 40px;
}

.basket__card .basket__weight i, .basket__card .basket__weight b {
    display: block;
    white-space: nowrap;
    font-style: normal;
}

.basket__card .basket__weight i {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #6A6D70;
}

.basket__card .basket__weight b {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    font-family: 16px;
}

.basket__card-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (max-width: 1199px) {
    .basket__card-descr {
        position: relative;
    }
}

.basket__card-descr-info {
    flex: 1.5;
}

.basket__card-title {
    font-family: "latomedium", sans-serif;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 12px;
    display: inline-block;
    text-wrap: balance;
}

.basket__card .count-input {
    width: 50px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #030371;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 4px;
}

@media screen and (max-width: 767px) {
    .basket__card .count-input {
        margin: 0 8px;
    }
}

.basket__card .img-wrap {
    height: 80px;
    width: 56px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.basket__card .img-wrap img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.basket__card .price {
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-family: "latomedium", sans-serif;
}

.basket__card .price .price-old {
    font-size: 13px;
    line-height: 140%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #6A6D70;
}

.basket__card .basket__count-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.basket__card .basket__count span {
    display: block;
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #6A6D70;
}

.basket__card .basket__count-boxes, .basket__card .basket__count-pieces {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}

.basket__card .basket__count-boxes svg {
    margin: 0 4px;
}

.basket__card .basket__count-pieces {
    margin-left: 4px;
}

.basket__card .basket__param {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 12px;
    flex: 2;
}

@media (max-width: 1500px) {
    .basket__card .basket__param > div {
        margin: 0 4px;
    }
}

@media screen and (max-width: 1199px) {
    .basket__card .basket__param {
        margin: 0 -4px;
    }
}

@media screen and (max-width: 767px) {
    .basket__card .basket__param {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 0 0;
    }

    .basket__card .basket__param > div {
        width: 50%;
        margin: 0 0 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 10px;
        height: 55px;
    }

    .basket__card .basket__param > div.count__param {
        justify-content: center;
    }
}

.basket__card .basket__param .count-icon {
    cursor: pointer;
}

.basket__card .basket__param .count-icon svg path {
    -webkit-transition: stroke 300ms;
    transition: stroke 300ms;
}

@media screen and (min-width: 1200px) {
    .basket__card .basket__param .count-icon:hover svg path {
        stroke: #030371;
    }
}

.basket__card .count__param {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    user-select: none;
}

.basket__card .count__param-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.basket__card .count__param-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.basket__card .count__param-bottom {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #6A6D70;
}

.basket__card-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    padding-bottom: 11px;
    border-bottom: 1px solid var(--new-card-border-color);
}

@media screen and (max-width: 1280px) {
    .basket__card-descr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .basket__card-title {
        text-wrap: inherit;
    }
}

@media screen and (max-width: 767px) {
    .basket__card-descr {
        padding-bottom: 20px;
        border-bottom: none;
    }
}

@media screen and (max-width: 1199px) {
    .basket__descr-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.basket__descr-bottom .discount-note {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
}

@media screen and (max-width: 767px) {
    .basket__descr-bottom .discount-note {
        margin-bottom: 7px;
    }
}

.basket__descr-bottom .basket__tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.basket__descr-bottom .basket__tags ul li {
    margin-left: 16px;
    position: relative;
    margin-right: 18px;
    color: #6A6D70;
    font-size: 14px;
    margin-bottom: 4px;
    min-width: 160px;
    list-style-type: disc;
}

@media screen and (max-width: 767px) {
    .basket__descr-bottom .basket__tags ul li {
        width: 46%;
        margin-right: 0;
    }
}

.basket__right-part {
    padding: 28px;
    border: 1px solid var(--new-card-border-color);
    width: 400px;
}

@media screen and (max-width: 1199px) {
    .basket__right-part {
        margin: 0 auto 54px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .basket__right-part {
        padding: 24px 15px;
        width: 100vw;
        margin-left: -15px;
        border-left: none;
        border-right: none;
    }
}

.basket__right-part-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.basket__right-part-line span {
    color: #6A6D70;
}

.basket__right-part-last-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--new-card-border-color);
    text-transform: uppercase;
    color: #111927;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
}

.basket__right-part .btn-blue {
    height: 56px;
    width: 100%;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    background-color: #030371;
    color: #FFFFFF;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    border: 1px solid #030371;
}

@media screen and (min-width: 1200px) {
    .basket__right-part .btn-blue:hover {
        border: 1px solid #030371;
        color: #030371;
        background-color: #FFFFFF;
    }
}

@media screen and (max-width: 1199px) {
    .basket-empty {
        min-height: calc(100vh - 125px);
        padding-bottom: 60px;
    }
}

.basket-empty .breadcrumbs__list {
    margin-top: 52px;
    margin-bottom: 72px;
}

@media screen and (max-width: 1199px) {
    .basket-empty .breadcrumbs__list {
        margin: 28px 0 120px;
    }
}

@media screen and (max-width: 1199px) {
    .basket-empty__container {
        min-height: calc(100vh - 125px);
    }
}

.basket-empty__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .basket-empty__wrapper {
        min-height: calc(100vh - 120px - 28px - 65px);
        padding-top: 100px;
    }
}

@media screen and (max-width: 767px) {
    .basket-empty__wrapper {
        padding-top: 0;
    }
}

.basket-empty__wrapper p {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
}

@media screen and (max-width: 767px) {
    .basket-empty__wrapper p {
        font-size: 16px;
        text-align: center;
    }
}

.basket-empty__wrapper p a {
    color: #030371;
    border-bottom: 1px solid #030371;
    -webkit-transition: border-bottom 300ms;
    transition: border-bottom 300ms;
}

@media screen and (min-width: 1200px) {
    .basket-empty__wrapper p a:hover {
        border-bottom: 1px solid transparent;
    }
}

.basket-empty__wrapper h1 {
    margin-bottom: 24px;
    font-family: "latobold", sans-serif;
    font-size: 42px;
    line-height: 112%;
    font-weight: 700;
}

@media (max-width: 1919px) {
    .basket-empty__wrapper h1 {
        font-size: calc(22px + 20 * ((100vw - 360px) / 1559));
    }
}

@media screen and (max-width: 767px) {
    .basket-empty__wrapper h1 {
        font-size: 22px;
    }
}

.basket-empty__wrapper .catalog-btn {
    margin-top: 40px;
    margin-bottom: 114px;
}

@media screen and (max-width: 1199px) {
    .basket-empty__wrapper .catalog-btn {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .basket-empty__wrapper .catalog-btn {
        margin-top: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .registered-success .img-bg-wrap img {
        margin: 0 auto;
    }
}

.registered-success .page-sign-up__wrap {
    width: 678px;
}

@media screen and (max-width: 1199px) {
    .registered-success .page-sign-up__wrap {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .registered-success {
        width: 100%;
    }
}

.registered-success .links-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 96px;
}

@media screen and (max-width: 1199px) {
    .registered-success .links-wrap {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .registered-success .links-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.registered-success .links-wrap a {
    padding: 0 44px;
    height: 90px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #030371;
    border-radius: 100px;
    color: #030371;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
}

@media screen and (max-width: 767px) {
    .registered-success .links-wrap a {
        font-size: 20px;
        height: 56px;
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .registered-success .links-wrap a:hover {
        background-color: #030371;
        color: #FFFFFF;
    }

    .registered-success .links-wrap a:hover svg path {
        stroke: #FFFFFF;
    }
}

.registered-success .links-wrap a:first-child {
    margin-right: 37px;
}

@media screen and (max-width: 767px) {
    .registered-success .links-wrap a:first-child {
        margin-right: 0;
        margin-bottom: 12px;
    }
}

.registered-success .links-wrap a:first-child svg {
    margin-right: 24px;
}

.registered-success .links-wrap a:nth-child(2) svg {
    margin-left: 24px;
}

.home-links li {
    margin-bottom: 20px;
}

.border-btn {
    border: 1px solid #030371;
    border-radius: 100px;
    color: #030371;
    background-color: #FFFFFF;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .border-btn:hover {
        background-color: #030371;
        color: #FFFFFF !important;
    }
}

@media screen and (min-width: 1200px) {
    .page-sign-up__body .btns-wrap button:hover, .page-sign-up__body .btns-wrap input:hover {
        color: #FFFFFF;
    }
}

.form-bottom p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 28px;
}

.form-bottom p a {
    color: #030371;
    border-bottom: 1px solid transparent;
    -webkit-transition: border 300ms;
    transition: border 300ms;
    display: inline;
}

@media screen and (min-width: 1200px) {
    .form-bottom p a:hover {
        border-bottom: 1px solid #030371;
    }
}

.form-bottom .btn-submit {
    height: 56px;
    padding: 0 44px;
}

.page-sign-up__body {
    display: none;
}

.page-sign-up__body.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-sign-up__inner-top {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 47px;
    border: 1px solid #030371;
    border-radius: 100px;
}

.page-sign-up__top-subtitle {
    height: 56px;
    cursor: pointer;
    padding: 0 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #030371;
    font-size: 16px;
    line-height: 140%;
    font-family: "latosemibold", sans-serif;
}

.page-sign-up__top-subtitle.active {
    background-color: #030371;
    color: #FFFFFF;
    border-radius: 100px;
}

.page-sign-up__body {
    display: none;
}

.page-sign-up__body.active {
    display: block;
}

.password-recovery.success .page-sign-up__wrap {
    width: 631px;
}

@media screen and (max-width: 1199px) {
    .password-recovery.success .page-sign-up__wrap {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .password-recovery.success .page-sign-up__wrap p {
        position: relative;
        padding-left: 30px;
    }

    .form-bottom .btn-submit {
        width: 100%;
    }
}

.password-recovery.success .page-sign-up__wrap p svg {
    position: relative;
    top: 6px;
}

@media screen and (max-width: 767px) {
    .password-recovery.success .page-sign-up__wrap p svg {
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 1px;
    }
}

@media screen and (max-width: 767px) {
    .password-recovery.success .page-sign-up__wrap {
        width: 100%;
    }
}

.password-recovery h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 112%;
    font-family: "latobold", sans-serif;
    margin-bottom: 36px;
}

@media (max-width: 1919px) {
    .password-recovery h1 {
        font-size: calc(22px + 20 * ((100vw - 360px) / 1559));
    }
}

@media screen and (max-width: 767px) {
    .password-recovery h1 {
        font-size: 22px;
        margin-bottom: 12px;
    }
}

.password-recovery p {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    font-family: "latomedium", sans-serif;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .password-recovery p {
        margin-bottom: 24px;
        font-size: 16px;
    }
}

.password-recovery .form-group {
    margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
    .password-recovery .form-group {
        margin-bottom: 32px;
    }
}

.password-recovery .btns-wrap .btn {
    height: 56px;
    padding: 0 44px;
    border: 1px solid #030371;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #030371;
    font-size: 20px;
    border-radius: 100px;
    -webkit-transition: background-color 300ms, color 300ms;
    transition: background-color 300ms, color 300ms;
}

@media screen and (min-width: 1200px) {
    .password-recovery .btns-wrap .btn:hover {
        background-color: #030371;
        color: #FFFFFF;
    }
}

@media screen and (max-width: 767px) {
    .password-recovery .btns-wrap .btn {
        width: 100%;
    }
}

.personal-account {
    padding-top: 52px;
    padding-bottom: 100px;
}

@media screen and (max-width: 1199px) {
    .personal-account {
        min-height: calc(100vh - 65px - var(--difVW));
        padding-top: 16px;
        padding-bottom: 30px;
    }
}

.personal-account__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.personal-account__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .personal-account__btns {
        font-size: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.personal-account__btns .border-btn {
    height: 56px;
    padding: 0 44px;
    margin-right: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .personal-account__btns .border-btn {
        margin-bottom: 12px;
        width: 100%;
        margin-right: 0;
    }
}

.personal-account__btns .cancel-order-page-btn {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #030371;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .personal-account__btns .cancel-order-page-btn {
        height: 56px;
        padding: 0 44px;
        border: 1px solid #d0d0d0;
        border-radius: 100px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.personal-account__left-part {
    width: 400px;
    margin-right: 40px;
    border: 1px solid var(--new-card-border-color);
    position: sticky;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .personal-account__left-part {
        display: none;
    }
}

.personal-account__left-part-top {
    padding: 20px 30px 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.personal-account__left-part-top .sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 24px 15px;
    background-color: #F9F9F9;
}

@media screen and (min-width: 1200px) {
    .personal-account__left-part-top .sale:hover .sale-right {
        border-bottom: 1px solid #030371;
    }
}

.personal-account__left-part-top .sale-right {
    color: #030371;
    font-family: "latomedium", sans-serif;
    -webkit-transition: border 300ms;
    transition: border 300ms;
    border-bottom: 1px solid transparent;
}

.personal-account__left-part-top .sale .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #6A6D70;
    margin-bottom: 16px;
}

.personal-account__left-part-top .sale .size {
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #111927;
}

.personal-account__left-part ul li a {
    padding: 14px 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal-account__left-part ul li a svg {
    margin-right: 12px;
}

@media screen and (min-width: 1200px) {
    .personal-account__left-part ul li a:hover {
        color: #030371;
    }

    .personal-account__left-part ul li a:hover svg path {
        stroke: #030371;
    }
}

.personal-account__left-part ul li a.active {
    color: #030371;
}

.personal-account__left-part ul li a.active svg path {
    stroke: #030371;
}

.personal-account__left-part ul li a.active::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #030371;
}

.personal-account__left-part .name-company {
    color: #6A6D70;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.personal-account__left-part .name-person {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 14px;
}

.personal-account__left-part-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.personal-account__delivery-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 2px;
    color: #6A6D70;
}

.personal-account__delivery-descr {
    font-size: 16px;
    line-height: 140%;
    font-family: "latomedium", sans-serif;
}

.personal-account__right-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.personal-account__right-part .personal-account__right-part-top.mobile {
    display: none;
}

@media screen and (max-width: 1199px) {
    .personal-account__right-part .personal-account__right-part-top.mobile .left-part {
        margin-right: 8px;
    }
}

@media screen and (max-width: 767px) {
    .personal-account__right-part .personal-account__right-part-top.mobile .left-part {
        margin-right: 0px;
    }
}

@media screen and (max-width: 1199px) {
    .personal-account__right-part .personal-account__right-part-top.mobile {
        -webkit-box-shadow: 0px 2px 30px rgba(29, 32, 35, 0.12);
        box-shadow: 0px 2px 30px rgba(29, 32, 35, 0.12);
        margin-left: -15px;
        margin-right: -16px;
        margin-top: -20px;
        width: 100vw !important;
        padding: 16px;
    }
}

.personal-account__right-part .personal-account__right-part-top.mobile .left-part .name-company {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #6A6D70;
    margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
    .personal-account__right-part .personal-account__right-part-top.mobile .left-part .name-company {
        font-size: 11px;
    }
}

.personal-account__right-part .personal-account__right-part-top.mobile .left-part .name-person {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .personal-account__right-part .personal-account__right-part-top.mobile .left-part .name-person {
        font-size: 14px;
    }
}

.personal-account__right-part .personal-account__right-part-top.mobile .left-part a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal-account__right-part .personal-account__right-part-top.mobile .left-part a svg {
    margin-right: 8px;
}

@media screen and (max-width: 1199px) {
    .personal-account__right-part .personal-account__right-part-top.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 11px;
    }
}

.personal-account__right-part .personal-account__right-part-top.mobile .sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 28px;
    background-color: #F9F9F9;
    border-radius: 3px;
}

@media screen and (max-width: 1199px) {
    .personal-account__right-part .personal-account__right-part-top.mobile .sale {
        padding: 16px 16px 12px;
    }
}

@media screen and (max-width: 767px) {
    .personal-account__right-part .personal-account__right-part-top.mobile .sale {
        margin-right: 10px;
        padding: 8px 8px 6px;
    }
}

@media screen and (min-width: 1200px) {
    .personal-account__right-part .personal-account__right-part-top.mobile .sale:hover .sale-right {
        border-bottom: 1px solid #030371;
    }
}

.personal-account__right-part .personal-account__right-part-top.mobile .sale-right {
    color: #030371;
    font-family: "latomedium", sans-serif;
    -webkit-transition: border 300ms;
    transition: border 300ms;
    border-bottom: 1px solid transparent;
}

@media screen and (max-width: 1199px) {
    .personal-account__right-part .personal-account__right-part-top.mobile .sale-right {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .personal-account__right-part .personal-account__right-part-top.mobile .sale-right {
        font-size: 12px;
    }
}

.personal-account__right-part .personal-account__right-part-top.mobile .sale .text {
    font-weight: 500;
    line-height: 140%;
    color: #6A6D70;
    margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
    .personal-account__right-part .personal-account__right-part-top.mobile .sale .text {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .personal-account__right-part .personal-account__right-part-top.mobile .sale .text {
        margin-bottom: 8px;
        font-size: 12px;
    }
}

.personal-account__right-part .personal-account__right-part-top.mobile .sale .size {
    font-weight: 500;
    color: #111927;
    font-size: 20px;
    margin-right: 20px;
}

.personal-account__right-part h1 {
    font-family: "latobold", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 112%;
    margin-bottom: 36px;
}

@media (max-width: 1919px) {
    .personal-account__right-part h1 {
        font-size: calc(22px + 20 * ((100vw - 360px) / 1559));
    }
}

@media screen and (max-width: 1199px) {
    .personal-account__right-part h1 {
        display: none;
    }
}

.personal-account__right-part .title {
    color: #030371;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-family: "latomedium", sans-serif;
}

@media screen and (max-width: 767px) {
    .personal-account__right-part-items {
        margin-left: -16px;
        margin-right: -16px;
    }
}

.personal-account__right-part-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 16px 24px;
    border: 1px solid var(--new-card-border-color);
    width: 100%;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .personal-account__right-part-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: -1px;
    }
}

@media screen and (min-width: 1200px) {
    .personal-account__right-part-item:hover {
        background-color: #F5F8FF;
    }
}

.personal-account__right-part-item-left-part {
    margin-bottom: 16px;
}

.personal-account__right-part-item-left-part-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .personal-account__right-part-item-left-part-top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.personal-account__right-part-item-left-part-top .note {
    background-color: #FFFFFF;
    padding: 4px 6px;
    border: 1px solid var(--new-card-border-color);
    margin-left: 28px;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-family: "latobold", sans-serif;
    color: #030371;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 700;
}

.personal-account__right-part-item-left-part-top .note.adopted {
    color: #008D41;
}

.personal-account__right-part-item-left-part-top .note.canceled {
    color: #E50000;
}

.personal-account__right-part-item-left .title {
    color: #030371;
    font-size: 16px;
    line-height: 140%;
    font-family: "latomedium", sans-serif;
}

.personal-account__right-part-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .personal-account__right-part-item-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.personal-account__right-part-item-right .status {
    color: #030371;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-family: "latomedium", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal-account__right-part-item-right .status svg {
    margin-right: 4px;
}

.personal-account__right-part-item-right .sum {
    font-size: 20px;
    font-family: "latosemibold", sans-serif;
}

.personal-account__right-part-item > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.personal-account__links {
    display: none;
}

@media screen and (max-width: 1199px) {
    .personal-account__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .personal-account__links {
        margin-left: -16px;
        margin-right: -16px;
        border-bottom: 1px solid var(--new-card-border-color);
        margin-bottom: -1px;
    }
}

.personal-account__links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 8px 0;
    border-bottom: 1px solid transparent;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.01em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #6A6D70;
}

.personal-account__links a.active {
    color: #030371;
    border-bottom: 2px solid #030371;
}

.personal-account .page-sign-up__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 560px;
}

.personal-account .page-sign-up__body form {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .personal-account .page-sign-up__body {
        width: 100%;
    }
}

.personal-account.personal-data .personal-account__links {
    margin-bottom: 20px;
}

.person-account__order-subtitle {
    font-weight: 700;
    font-size: 42px;
    line-height: 112%;
    font-family: "latobold", sans-serif;
    margin-bottom: 36px;
}

@media (max-width: 1919px) {
    .person-account__order-subtitle {
        font-size: calc(30px + 12 * ((100vw - 360px) / 1559));
    }
}

@media screen and (max-width: 1199px) {
    .person-account__order-subtitle {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .person-account__order-subtitle {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

.person-account__detail-order-items {
    margin-bottom: 34px;
}

.person-account__detail-order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 32px 36px 19px;
    border: 1px solid #E6E6E6;
    margin-bottom: -1px;
}

@media screen and (max-width: 767px) {
    .person-account__detail-order-item {
        padding: 17px 12px 20px;
    }
}

.person-account__detail-order-item-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .person-account__detail-order-item-descr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.person-account__detail-order-item-descr-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.person-account__detail-order-item-title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
}

@media (max-width: 1919px) {
    .person-account__detail-order-item-title {
        font-size: 1.35417vw;
    }
}

@media screen and (max-width: 1199px) {
    .person-account__detail-order-item-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .person-account__detail-order-item-title {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

.person-account__detail-order-item-descr .price {
    min-width: 150px;
    margin-right: 40px;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    font-family: "latobold", sans-serif;
}

@media screen and (max-width: 767px) {
    .person-account__detail-order-item-descr .price {
        min-width: unset;
        font-size: 14px;
    }
}

.person-account__detail-order-item-descr-bottom span {
    color: #6A6D70;
    font-size: 21px;
    line-height: 140%;
    min-width: 180px;
    margin-right: 40px;
}

@media screen and (max-width: 767px) {
    .person-account__detail-order-item-descr-bottom span {
        min-width: unset;
        margin-right: 0;
        font-size: 13px;
    }
}

.person-account__detail-order-item-descr-bottom span b {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #111927;
}

@media screen and (max-width: 767px) {
    .person-account__detail-order-item-descr-bottom span b {
        font-size: 13px;
    }
}

.person-account__detail-order-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 36px - 77px);
}

@media screen and (max-width: 767px) {
    .person-account__detail-order-item-info {
        width: calc(100% - 56px - 12px);
    }
}

.person-account__detail-order-item img {
    width: 77px;
    height: 110px;
    object-fit: contain;
    margin-right: 36px;
}

@media screen and (max-width: 767px) {
    .person-account__detail-order-item img {
        width: 56px;
        margin-right: 12px;
    }
}

.person-account__detail-order-item > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.person-account__subtitle {
    font-family: "latobold", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 112%;
    margin-bottom: 36px;
}

@media (max-width: 1919px) {
    .person-account__subtitle {
        font-size: calc(22px + 20 * ((100vw - 360px) / 1559));
    }
}

.person-account__column {
    margin-right: 80px;
}

@media screen and (max-width: 1199px) {
    .person-account__column {
        margin-right: 60px;
    }
}

@media screen and (max-width: 767px) {
    .person-account__column {
        margin-right: 0;
        margin-bottom: 12px;
    }
}

.person-account__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 72px;
}

@media screen and (max-width: 1199px) {
    .person-account__table {
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 767px) {
    .person-account__table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.person-account__table p {
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}

.person-account__table p b {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #6A6D70;
}

.person-account__detail-order-info {
    padding: 32px;
    border: 1px solid var(--new-card-border-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
    .person-account__detail-order-info {
        margin-bottom: 16px;
        padding: 20px 12px;
        width: 100%;
    }
}

.person-account__detail-order-info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .person-account__detail-order-info-top {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.person-account__detail-order-info-top b {
    display: block;
    margin-right: 97px;
    font-size: 28px;
    line-height: 140%;
    font-family: "latomedium", sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .person-account__detail-order-info-top b {
        margin-right: 0;
        font-weight: 500;
        font-size: 24px;
        line-height: 140%;
    }
}

.person-account__detail-order-info-top .note {
    background-color: #FFFFFF;
    padding: 4px 6px;
    border: 1px solid var(--new-card-border-color);
    margin-left: 28px;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-family: "latobold", sans-serif;
    color: #030371;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 700;
}

.person-account__detail-order-info-top .note.adopted {
    color: #008D41;
}

.person-account__detail-order-info-top .note.canceled {
    color: #E50000;
}

.person-account__detail-order-info-bottom {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.2px;
}

@media screen and (max-width: 767px) {
    .person-account__detail-order-info-bottom {
        font-size: 16px;
    }
}

.person-account__detail-order-info-bottom i {
    color: #6A6D70;
    margin-right: 8px;
    font-style: normal;
}

@media screen and (max-width: 1199px) {
    h1.personal-account__order-title {
        display: block;
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    h1.personal-account__order-title {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

.personal-account__left-part-top .sale-right {
    margin-bottom: 7px;
}

.personal-account__left-part-top .sale .size {
    margin-right: 44px;
}

.cancel-order {
    background-color: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: auto;
    padding: 32px;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
    .cancel-order {
        width: 90vw;
        padding: 20px;
    }
}

.cancel-order .exit {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
}

.cancel-order .exit svg {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 1200px) {
    .cancel-order .exit:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.cancel-order p {
    margin-bottom: 32px;
    max-width: 345px;
}

.cancel-order p b {
    font-size: 20px;
    line-height: 1.4;
    font-family: "latosemibold", sans-serif;
    color: #111927;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .cancel-order p b {
        font-size: 18px;
    }
}

.cancel-order__wrap {
    display: none;
}

.cancel-order__wrap.active {
    display: block;
}

.cancel-order__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .cancel-order__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cancel-order__btn {
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    font-family: "latomedium", sans-serif;
    height: 50px;
    padding: 0 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 24px;
    border-radius: 100px;
    border: 1px solid #030371;
    color: #030371;
}

@media screen and (max-width: 767px) {
    .cancel-order__btn {
        width: 100%;
        margin-bottom: 12px;
        margin-right: 0;
    }
}

.cancel-order__return-back {
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #030371;
}

@media screen and (max-width: 767px) {
    .cancel-order__return-back {
        width: 100%;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 100px;
        border: 1px solid #d0d0d0;
    }
}

.page-about-company .two-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-about-company .two-images img {
    width: calc(50% - 20px);
}

.page-about-company__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .page-about-company__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-about-company__right {
    width: 48%;
}

@media screen and (max-width: 1199px) {
    .page-about-company__right {
        width: 100%;
    }
}

.page-about-company__right .delivery__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-about-company__right .delivery__item {
    width: 100%;
}

.page-about-company__content {
    max-width: 840px;
}

.page-about-company__wrap {
    margin-bottom: 32px;
}

.page-about-company__right {
    position: sticky;
    height: 100%;
}

@media screen and (min-width: 1200px) {
    .page-about-company__right .delivery__item-text {
        max-width: 80%;
    }
}

@media screen and (min-width: 1900px) {
    .page-about-company__right .delivery__item p {
        font-size: 30px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1899px) {
    .page-about-company__right .delivery__item p {
        font-size: 1.5625vw;
    }
}

.page-about-company__title {
    font-size: 80px;
    line-height: 112%;
    font-family: "latobold", sans-serif;
    font-weight: 700;
}

@media (max-width: 1919px) {
    .page-about-company__title {
        font-size: 3.33333vw;
    }
}

@media screen and (max-width: 767px) {
    .page-about-company__title {
        font-size: 6.11111vw;
    }
}

.page-about-company__content {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

@media screen and (max-width: 767px) {
    .page-about-company__content {
        font-size: 14px;
    }
}

.page-about-company__content p {
    margin-bottom: 12px;
}

.page-about-company__content img {
    height: 526px;
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .page-about-company__content img {
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .page-about-company__content img {
        height: 63.88889vw;
    }
}

.page-about-company__content .two-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-about-company__content .two-images img {
    width: calc(50% - 20px);
}

@media screen and (max-width: 1199px) {
    .page-about-company__content .two-images img {
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .page-about-company__content .two-images img {
        width: 100%;
        height: 63.88889vw;
    }

    .page-about-company__content .two-images img:last-child {
        display: none;
    }
}

.page-about-company__bottom-info {
    max-width: 840px;
}

@media screen and (max-width: 1199px) {
    .page-about-company__bottom .page-about-company__container {
        padding-left: 0;
        padding-right: 0;
    }
}

.page-about-company__bottom-title {
    margin-bottom: 36px;
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    font-family: "latosemibold", sans-serif;
}

@media (max-width: 1919px) {
    .page-about-company__bottom-title {
        font-size: 2.08333vw;
    }
}

@media screen and (max-width: 1199px) {
    .page-about-company__bottom-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 36px;
    }
}

.page-about-company__bottom-title img {
    display: none;
}

@media screen and (max-width: 1199px) {
    .page-about-company__bottom-title img {
        display: block;
        margin-right: 20px;
        width: 72px;
        height: 72px;
        border-radius: 100%;
        overflow: hidden;
        flex-shrink: 0;
    }
}

.page-about-company__bottom-inner {
    padding: 90px 0 115px;
    background-color: #F9F9F9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 140%;
}

@media screen and (max-width: 1199px) {
    .page-about-company__bottom-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 35px 20px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.page-about-company__bottom-inner img.desctop {
    width: 396px;
    height: 582px;
    object-fit: cover;
    margin-right: 60px;
}

@media screen and (max-width: 1199px) {
    .page-about-company__bottom-inner img.desctop {
        margin-right: 0;
        display: none;
    }
}

.page-about-company__bottom-inner p b, .page-about-company__bottom-inner p {
    font-size: 24px;
    line-height: 140%;
}

@media (max-width: 1919px) {
    .page-about-company__bottom-inner p b, .page-about-company__bottom-inner p {
        font-size: calc(16px + 8 * ((100vw - 360px) / 1559));
    }
}

@media screen and (max-width: 1199px) {
    .page-about-company__bottom-inner p b, .page-about-company__bottom-inner p {
        font-size: 16px;
    }
}

.page-about-company__bottom-inner p b {
    font-family: "latomedium", sans-serif;
}

.page-about-company__bottom-inner p {
    margin-bottom: 12px;
}

@media screen and (max-width: 1199px) {
    .page-about-company__bottom-inner {
        font-size: 14px;
    }
}

.page-about-company-map {
    margin-top: 72px;
}

@media screen and (max-width: 1199px) {
    .page-about-company-map {
        margin-top: 36px;
    }
}

.page-about-company-map__title {
    font-weight: 700;
    font-size: 80px;
    line-height: 112%;
    font-family: "latobold", sans-serif;
    margin-bottom: 52px;
}

@media (max-width: 1919px) {
    .page-about-company-map__title {
        font-size: 4.16667vw;
    }
}

@media screen and (max-width: 1199px) {
    .page-about-company-map__title {
        font-size: 22px;
        margin-bottom: 16px;
    }
}

.page-about-company-map__wrap {
    height: 642px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .page-about-company-map__wrap {
        height: 420px;
    }
}

.page-about-company__content {
    max-width: unset;
    width: 49%;
}

@media screen and (max-width: 1199px) {
    .page-about-company__content {
        width: 100%;
    }
}

.page-contact-manufacturing .delivery__item {
    width: calc(50% - 20px);
    margin-bottom: 40px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .page-contact-manufacturing .delivery__item {
        width: 100%;
        margin-bottom: 15px;
    }
}

.page-contact-manufacturing .delivery__item p {
    font-weight: 400;
    font-size: 30px;
    line-height: 140%;
}

@media (max-width: 1919px) {
    .page-contact-manufacturing .delivery__item p {
        font-size: 1.5625vw;
    }
}

@media screen and (max-width: 1199px) {
    .page-contact-manufacturing .delivery__item p {
        font-size: 18px;
    }
}

.page-contact-manufacturing .delivery__item-text {
    padding: 36px 36px 64px;
}

@media screen and (max-width: 1199px) {
    .page-contact-manufacturing .delivery__item-text {
        padding: 32px 24px;
        min-height: 223px;
        max-width: calc(100% - 180px);
    }
}

@media screen and (max-width: 767px) {
    .page-contact-manufacturing .delivery__item-text {
        padding: 20px;
    }

    .page-contact-manufacturing .delivery__item-text {
        max-width: none;
    }

    .page-contact-manufacturing .delivery__item svg {
        height: 40% !important;
    }
}

.page-contact-manufacturing .delivery__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
    .page-contact-manufacturing .delivery__items {
        margin: 0;
    }
}

.page-contact-manufacturing .delivery__item svg {
    height: 100%;
    margin-bottom: -2px;
}

.page-contact-manufacturing__top {
    margin-top: 52px;
    margin-bottom: 52px;
}

@media screen and (max-width: 1199px) {
    .page-contact-manufacturing__top {
        margin: 36px 0;
    }
}

@media screen and (max-width: 767px) {
    .page-contact-manufacturing__top {
        margin: 20px 0;
    }
}

.page-contact-manufacturing__cooperation {
    border: 1px solid var(--new-card-border-color);
    -webkit-box-shadow: 0 2px 20px rgba(29, 32, 35, 0.06);
    box-shadow: 0 2px 20px rgba(29, 32, 35, 0.06);
    border-radius: 3px;
    padding: 36px;
    margin-bottom: 72px;
}

@media (max-width: 1919px) {
    .page-contact-manufacturing__cooperation {
        padding-right: 3vw;
    }
}

@media screen and (max-width: 1199px) {
    .page-contact-manufacturing__cooperation {
        padding: 32px 24px;
    }
}

@media screen and (max-width: 767px) {
    .page-contact-manufacturing__cooperation {
        padding: 20px;
    }
}

.page-contact-manufacturing__cooperation .border-btn {
    height: 56px;
    width: 245px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .page-contact-manufacturing__cooperation .border-btn {
        width: 100%;
    }
}

.page-contact-manufacturing__cooperation-title {
    margin-bottom: 36px;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    font-family: "latosemibold", sans-serif;
}

@media (max-width: 1919px) {
    .page-contact-manufacturing__cooperation-title {
        font-size: 2.08333vw;
    }
}

@media screen and (max-width: 1199px) {
    .page-contact-manufacturing__cooperation-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .page-contact-manufacturing__cooperation-title {
        margin-bottom: 24px;
    }
}

@media (max-width: 1360px) {
    .page-contact-manufacturing__cooperation .phones {
        margin-bottom: 20px;
    }
}

.page-contact-manufacturing__cooperation .phones__title {
    margin-bottom: 8px;
    color: #6A6D70;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .page-contact-manufacturing__cooperation .phones__title {
        font-size: 14px;
    }
}

.page-contact-manufacturing__cooperation .phones__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .page-contact-manufacturing__cooperation .phones__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-contact-manufacturing__cooperation .phones__wrap a {
    margin-right: 28px;
    font-size: 24px;
    color: #111927;
}

@media screen and (max-width: 767px) {
    .page-contact-manufacturing__cooperation .phones__wrap a {
        margin-right: 0;
        margin-bottom: 8px;
        font-size: 15px;
    }
}

.page-contact-manufacturing__cooperation .phones__wrap a i {
    color: #6A6D70;
    font-size: 18px;
    font-style: normal;
}

@media screen and (max-width: 767px) {
    .page-contact-manufacturing__cooperation .phones__wrap a i {
        font-size: 12px;
    }
}

.page-contact-manufacturing__cooperation .mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1360px) {
    .page-contact-manufacturing__cooperation .mail {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .page-contact-manufacturing__cooperation .mail {
        margin-bottom: 28px;
    }
}

.page-contact-manufacturing__cooperation .mail__title {
    margin-bottom: 8px;
    color: #6A6D70;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .page-contact-manufacturing__cooperation .mail__title {
        font-size: 14px;
    }
}

.page-contact-manufacturing__cooperation .mail a {
    font-size: 24px;
}

.page-contact-manufacturing__cooperation-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1360px) {
    .page-contact-manufacturing__cooperation-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.wr-popup .popup-application__wrap {
    background-color: white;
    width: 100%;
    position: fixed;
    top: 74px;
    left: 0;
    min-height: calc(100vh - 74px);
    overflow-y: auto;
    display: none;
}

@media screen and (max-width: 1199px) {
    .wr-popup .popup-application__wrap {
        top: 0;
        height: calc(100vh - 65px - var(--difVW));
    }
}

@media screen and (max-width: 767px) {
    .wr-popup .popup-application__wrap {
        height: calc(100vh - 53px - var(--difVW));
    }
}

.wr-popup .popup-application__inner {
    width: 664px;
    margin: 0 auto;
    padding: 40px 0 74px;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .wr-popup .popup-application__inner {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .wr-popup .popup-application__inner {
        padding: 24px 15px 60px;
    }
}

.wr-popup .popup-application__inner .exit {
    position: absolute;
    right: -100px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    z-index: 300;
}

@media screen and (min-width: 1200px) {
    .wr-popup .popup-application__inner .exit:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1199px) {
    .wr-popup .popup-application__inner .exit {
        top: 16px;
        right: 16px;
    }
}

@media screen and (max-width: 767px) {
    .wr-popup .popup-application__inner .exit {
        top: 24px;
        right: 16px;
    }
}

@media screen and (max-width: 767px) {
    .wr-popup .popup-application__inner .exit svg {
        width: 24px;
        height: 24px;
    }
}

.wr-popup .thankyou__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.wr-popup .thankyou__inner .exit {
    top: 15px;
}

@media screen and (max-width: 767px) {
    .wr-popup .thankyou__inner .popup-application__title {
        margin-bottom: 12px;
    }
}

.wr-popup .thankyou__inner p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 46px;
}

@media screen and (max-width: 1199px) {
    .wr-popup .thankyou__inner p {
        font-size: 16px;
        margin-bottom: 34px;
    }
}

@media screen and (max-width: 767px) {
    .wr-popup .thankyou__inner p {
        margin-bottom: 24px;
    }
}

.wr-popup .thankyou__inner p svg {
    margin-right: 12px;
}

.wr-popup .thankyou__inner .link-catalog {
    width: 252px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #030371;
    font-size: 24px;
    border: 1px solid #030371;
    border-radius: 100px;
    -webkit-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

@media screen and (min-width: 1200px) {
    .wr-popup .thankyou__inner .link-catalog:hover {
        background-color: #030371;
        color: #FFFFFF;
    }

    .wr-popup .thankyou__inner .link-catalog:hover svg path {
        stroke: #FFFFFF;
    }
}

@media screen and (max-width: 767px) {
    .wr-popup .thankyou__inner .link-catalog {
        width: 100%;
        height: 56px;
    }
}

.wr-popup .thankyou__inner .link-catalog svg {
    margin-left: 24px;
}

.popup-small {
    display: none;
}

.popup-small.active {
    display: block;
}

.popup-application__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    font-family: "latobold", sans-serif;
    margin-bottom: 32px;
}

@media screen and (max-width: 1199px) {
    .popup-application__title {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

.wr-popup.active .popup-application__wrap {
    display: block;
}

html.fixed, body.fixed {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.page-contacts .orders {
    padding-top: 36px;
}

.page-contacts__map {
    height: 656px;
}

@media screen and (max-width: 1199px) {
    .page-contacts__map {
        height: 565px;
    }
}

@media screen and (max-width: 767px) {
    .page-contacts__map {
        height: 220px;
        height: 440px;
    }
}

.page-contacts__map-inner {
    position: relative;
}

@media screen and (max-width: 767px) {
    .page-contacts__map-inner {
        border-top: 1px solid var(--new-card-border-color);
    }
}

.page-contacts__map-inner .page-contacts__container {
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 0;
    right: 0;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .page-contacts__map-inner .page-contacts__container {
        position: static;
    }
}

.page-contacts__map-info {
    background-color: #FFFFFF;
    max-width: 478px;
    padding: 32px;
    border-radius: 5px;
    pointer-events: auto;
}

@media screen and (max-width: 1199px) {
    .page-contacts__map-info {
        max-width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .page-contacts__map-info {
        padding: 0;
        max-width: unset;
        padding-top: 12px;
        padding-bottom: 20px;
    }
}

.page-contacts__map-info > b {
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    font-family: "latobold", sans-serif;
    margin-bottom: 32px;
    display: inline-block;
}

@media screen and (max-width: 1199px) {
    .page-contacts__map-info > b {
        font-size: 26px;
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 767px) {
    .page-contacts__map-info > b {
        font-size: 20px;
        line-height: 140%;
    }
}

.page-contacts__map-info > i {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    font-style: unset;
    display: block;
    color: #6A6D70;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .page-contacts__map-info > i {
        font-size: 14px;
    }
}

.page-contacts__map-info a:not(.border-btn) {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

@media screen and (min-width: 1200px) {
    .page-contacts__map-info a:not(.border-btn):hover {
        color: #030371;
    }
}

@media screen and (max-width: 767px) {
    .page-contacts__map-info a:not(.border-btn) {
        font-size: 15px;
    }
}

.page-contacts__map-info p {
    font-size: 18px;
    margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
    .page-contacts__map-info p {
        font-size: 15px;
    }
}

.page-contacts__map-info p b {
    width: 38px;
    font-weight: 400;
    color: #6A6D70;
    margin-right: 8px;
    font-size: 12px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .page-contacts__map-info p b {
        font-size: 11px;
    }
}

.page-contacts__map-info p i {
    color: #6A6D70;
    font-style: unset;
}

.page-contacts__map-info p:last-of-type {
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .page-contacts__map-info p:last-of-type {
        margin-bottom: 20px;
    }
}

.page-contacts__map-info .border-btn {
    height: 56px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
}

.page-contacts .orders {
    background-color: #FFFFFF;
}

.page-contacts .orders__item-wrap {
    width: calc(33.3% - 40px);
    margin: 0 20px 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1199px) {
    .page-contacts .orders__item-wrap {
        margin: 0;
    }
}

.page-contacts .orders__item-wrap .orders__item {
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (max-width: 1199px) {
    .page-contacts .orders__item-wrap .orders__item {
        height: auto;
    }
}

.repeat-order {
    color: #030371;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20px;
    letter-spacing: 0.02em;
    cursor: pointer;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

@media screen and (max-width: 767px) {
    .repeat-order {
        font-size: 15px;
    }
}

.repeat-order svg {
    margin-left: 24px;
}

@media screen and (max-width: 767px) {
    .repeat-order svg {
        margin-left: 9px;
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .repeat-order:hover {
        opacity: .85;
    }
}

.order-title-wrap {
    margin-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-title-wrap .person-account__order-subtitle {
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .order-title-wrap {
        margin-bottom: 20px;
    }
}

.department-title {
    font-family: "latobold", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    margin-bottom: 25px;
}

@media screen and (max-width: 1199px) {
    .department-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@charset "UTF-8";
.page-requisites {
    padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
    .page-requisites {
        padding-bottom: 54px;
    }
}

.page-requisites .documentation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.page-requisites .documentation-links a {
    padding: 24px 24px 36px;
    min-height: 190px;
    width: calc(25% - 20px);
    position: relative;
    border: 1px solid var(--new-card-border-color);
    border-radius: 5px;
    -webkit-transition: border 300ms;
    transition: border 300ms;
    margin: 0 10px 20px;
}

@media screen and (max-width: 1199px) {
    .page-requisites .documentation-links a {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 767px) {
    .page-requisites .documentation-links a {
        width: 100%;
        padding: 16px 16px 24px;
        min-height: 95px;
    }
}

@media screen and (min-width: 1200px) {
    .page-requisites .documentation-links a:hover {
        border: 1px solid #030371;
    }

    .page-requisites .documentation-links a:hover svg {
        opacity: 1;
    }
}

.page-requisites .documentation-links a b {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    font-family: "latosemibold", sans-serif;
    color: #030371;
}

@media screen and (max-width: 767px) {
    .page-requisites .documentation-links a b {
        font-size: 14px;
    }
}

.page-requisites .documentation-links a i {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    position: absolute;
    left: 24px;
    bottom: 24px;
    font-style: normal;
    color: #030371;
}

@media screen and (max-width: 767px) {
    .page-requisites .documentation-links a i {
        font-size: 12px;
    }
}

.page-requisites .documentation-links a svg {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    opacity: 0.08;
}

@media screen and (max-width: 767px) {
    .page-requisites .documentation-links a svg {
        height: 100%;
    }
}

.сatalog-categories {
    padding-bottom: 92px;
}

@media screen and (max-width: 1199px) {
    .сatalog-categories {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 767px) {
    .сatalog-categories {
        padding-bottom: 50px;
    }
}

.сatalog-categories .catalog__sidebar-tab-content.type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.сatalog-categories .catalog__sidebar-tab-content.type a {
    padding: 35px;
    border: 1px solid var(--new-card-border-color);
    width: 20%;
    margin-right: -1px;
    margin-bottom: -1px;
}

@media (max-width: 1919px) {
    .сatalog-categories .catalog__sidebar-tab-content.type a {
        width: 25%;
    }
}

@media screen and (max-width: 1199px) {
    .сatalog-categories .catalog__sidebar-tab-content.type a {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .сatalog-categories .catalog__sidebar-tab-content.type a {
        width: 100%;
    }
}

.discount-system__top .page-about-company__title-wrap {
    max-width: 607px;
}

.discount-system__top .page-about-company__title-wrap p {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
}

@media (max-width: 1919px) {
    .discount-system__top .page-about-company__title-wrap p {
        font-size: calc(16px + 8 * ((100vw - 360px) / 1559));
    }
}

@media screen and (max-width: 1199px) {
    .discount-system__top .page-about-company__title-wrap p {
        font-size: 16px;
    }
}

.discount-system__top .page-about-company__title {
    margin-bottom: 36px;
}

@media screen and (max-width: 1199px) {
    .discount-system__top .page-about-company__title {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 767px) {
    .discount-system .basket__discounts-table table tr:first-child {
        width: 120px;
    }
}

@media screen and (max-width: 1199px) {
    .discount-system .basket__discounts-table table tr:first-child td {
        font-size: 16px;
        height: 100px;
    }
}

@media screen and (max-width: 767px) {
    .discount-system .basket__discounts-table table tr:nth-child(2) {
        width: calc(100% - 120px);
    }
}

.discount-system .basket__discounts-table table tr:nth-child(2) td {
    font-size: 110px;
    font-family: "Rubik-Regular", sans-serif;
}

@media (max-width: 1919px) {
    .discount-system .basket__discounts-table table tr:nth-child(2) td {
        font-size: calc(60px + 50 * ((100vw - 360px) / 1559));
    }
}

@media screen and (max-width: 1199px) {
    .discount-system .basket__discounts-table table tr:nth-child(2) td {
        font-size: 60px;
        height: 100px;
    }
}

.discount-system .basket__discounts-table table tr:nth-child(2) td:last-child {
    font-size: 56px;
}

@media screen and (max-width: 1199px) {
    .discount-system .basket__discounts-table table tr:nth-child(2) td:last-child {
        font-size: 32px;
    }
}

.discount-system__content h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    font-family: "latobold", sans-serif;
    margin-bottom: 28px;
}

@media (max-width: 1919px) {
    .discount-system__content h2 {
        font-size: calc(16px + 24 * ((100vw - 360px) / 1559));
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .discount-system__content h2 {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

.discount-system__content ul {
    margin-bottom: 48px;
    padding-left: 20px;
}

@media screen and (max-width: 1199px) {
    .discount-system__content ul {
        margin-bottom: 36px;
    }
}

.discount-system__content ul li {
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 20px;
    list-style: disc;
    line-height: 1.4;
}

@media (max-width: 1919px) {
    .discount-system__content ul li {
        font-size: calc(12px + 12 * ((100vw - 360px) / 1559));
    }
}

@media screen and (max-width: 1199px) {
    .discount-system__content ul li {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .discount-system__content ul li {
        font-size: 16px;
        list-style-type: disc;
    }
}

.reviews-page .reviews__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reviews-page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 72px;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .reviews-page__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .reviews-page__inner {
        padding-bottom: 44px;
    }
}

.reviews-page .reviews__items {
    margin: 0;
}

.reviews-page .reviews__item {
    width: 100%;
    margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
    .reviews-page .reviews__item {
        margin-bottom: 20px;
    }
}

.reviews-page .reviews__item-text a {
    color: #030371;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.02em;
    border: 1px solid #030371;
    border-radius: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    padding: 0 32px;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
}

@media screen and (max-width: 767px) {
    .reviews-page .reviews__item-text a {
        padding: 14px 28px;
        font-size: 16px;
        height: 50px;
    }
}

.reviews-page .reviews__item-text a svg {
    margin-right: 8px;
}

@media screen and (min-width: 1200px) {
    .reviews-page .reviews__item-text a:hover {
        background-color: #030371;
        color: #FFFFFF;
    }

    .reviews-page .reviews__item-text a:hover svg path {
        stroke: #FFFFFF;
    }
}

.reviews-page__right {
    margin-left: 15px;
    position: relative;
    top: -88px;
    flex-shrink: 0;
    width: 650px;
}

.reviews-page__left {
    max-width: 926px;
}

@media screen and (max-width: 1199px) {
    .reviews-page__right {
        top: auto;
        margin-left: 0;
        margin-top: 36px;
        width: 100%;
    }
}

.reviews-page__right-subtitle {
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    font-family: "latobold", sans-serif;
    margin-bottom: 32px;
}

@media screen and (max-width: 1199px) {
    .reviews-page__right-subtitle {
        font-size: 20px;
    }
}

.reviews-page__right-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reviews-page__right-cards .facilities__card {
    width: 100% !important;
}

@media screen and (max-width: 767px) {
    .reviews-page__right-cards {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        border-top: 1px solid var(--new-card-border-color);
    }
}

.reviews-page__right .slick-list.draggable {
    border-right: 1px solid var(--new-card-border-color);
}

@media screen and (max-width: 767px) {
    .reviews-page__right .slick-list.draggable {
        border: none;
    }
}

.reviews-page__right .slick-track .slick-slide {
    border-top: 1px solid var(--new-card-border-color);
    border-left: 1px solid var(--new-card-border-color);
    border-bottom: 1px solid var(--new-card-border-color);
}

@media screen and (max-width: 767px) {
    .reviews-page__right .slick-track .slick-slide {
        border: none;
        border-bottom: 1px solid var(--new-card-border-color);
    }
}

.reviews-page__left .border-btn {
    height: 90px;
    width: 247px;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .reviews-page__left .border-btn {
        width: 100%;
        height: 56px;
        font-size: 20px;
    }
}

.page-news .show-more {
    margin-top: 12px;
    margin-bottom: 52px;
}

@media screen and (max-width: 767px) {
    .page-news .show-more {
        width: 100%;
        height: 56px;
        font-size: 20px;
    }
}

.page-news__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 1199px) {
    .page-news__items {
        margin-left: -8px;
        margin-right: -8px;
    }
}

@media screen and (max-width: 767px) {
    .page-news__items {
        margin-left: 0;
        margin-right: 0;
    }
}

.page-news__item {
    position: relative;
    margin: 0 20px 40px;
    width: calc(33.33% - 40px);
    border: 1px solid var(--new-card-border-color);
    -webkit-transition: -webkit-box-shadow 300ms;
    transition: -webkit-box-shadow 300ms;
    transition: box-shadow 300ms;
    transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media screen and (min-width: 1200px) {
    .page-news__item:hover {
        -webkit-box-shadow: 0px 0px 30px rgba(29, 32, 35, 0.07);
        box-shadow: 0px 0px 30px rgba(29, 32, 35, 0.07);
    }
}

@media screen and (max-width: 1199px) {
    .page-news__item {
        width: calc(50% - 16px);
        margin: 0 8px 16px;
    }
}

@media screen and (max-width: 767px) {
    .page-news__item {
        width: 100%;
        margin: 0 0 16px;
    }
}

.page-news__item .facilities__card-top-note {
    top: 24px;
    left: 24px;
}

@media screen and (max-width: 1199px) {
    .page-news__item .facilities__card-top-note {
        top: 16px;
        left: 16px;
    }
}

.page-news__item-inner {
    position: relative;
}

.page-news__item-text {
    padding: 24px;
}

@media screen and (max-width: 1199px) {
    .page-news__item-text {
        padding: 16px;
    }
}

.page-news__item > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-news__item img {
    width: 100%;
    height: 339px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .page-news__item img {
        height: 50vw;
    }
}

.page-news__item i {
    margin-bottom: 16px;
    font-family: "latomedium", sans-serif;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.01em;
    display: inline-block;
    font-style: unset;
    color: #6A6D70;
}

@media screen and (max-width: 1199px) {
    .page-news__item i {
        font-size: 14px;
    }
}

.page-news__item h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    font-family: "latosemibold", sans-serif;
}

@media (max-width: 1920px) {
    .page-news__item h3 {
        font-size: 1.25vw;
    }
}

@media screen and (max-width: 1199px) {
    .page-news__item h3 {
        font-size: 16px;
    }
}

.show-more {
    height: 90px;
    letter-spacing: 0.02em;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 54px;
    white-space: nowrap;
}

.project__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 77px;
}

@media screen and (max-width: 1199px) {
    .project__navigation {
        margin-bottom: 52px;
    }
}

@media screen and (max-width: 767px) {
    .project__navigation {
        margin: 0 -6px 32px;
    }
}

.project__navigation a {
    margin: 0 12px;
}

@media screen and (max-width: 767px) {
    .project__navigation a {
        margin: 0 6px;
    }
}

.project__navigation-current {
    background-color: #030371;
    color: #FFFFFF;
    padding: 10px 14px;
    border-radius: 50%;
}

.navigation-button {
    width: 50px;
    height: 50px;
    border: 1px solid var(--new-card-border-color);
    -webkit-box-shadow: 0px 5px 25px rgba(29, 32, 35, 0.06);
    box-shadow: 0px 5px 25px rgba(29, 32, 35, 0.06);
    -webkit-transition: -webkit-box-shadow 300ms;
    transition: -webkit-box-shadow 300ms;
    transition: box-shadow 300ms;
    transition: box-shadow 300ms, -webkit-box-shadow 300ms;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

@media screen and (min-width: 1200px) {
    .navigation-button:hover {
        background-color: #030371;
    }

    .navigation-button:hover svg path {
        stroke: #FFFFFF;
    }
}

.page-news-detail .breadcrumbs__wrap {
    margin-top: 52px;
    margin-bottom: 28px;
}

@media screen and (max-width: 1199px) {
    .page-news-detail .breadcrumbs__wrap {
        margin: 30px 0;
    }
}

@media screen and (max-width: 767px) {
    .page-news-detail .breadcrumbs__wrap {
        margin: 20px 0;
    }
}

@media screen and (min-width: 1200px) {
    .page-news-detail .share-links a:hover svg {
        fill: #030371;
    }

    .page-news-detail .share-links a:hover g path:first-child {
        fill: #030371;
    }

    .page-news-detail .share-links a:hover g path:nth-child(2) {
        fill: #FFFFFF;
    }

    .page-news-detail .share-links a:hover g path:nth-child(3) {
        fill: #FFFFFF;
    }

    .page-news-detail .share-links a:hover g path:nth-child(4) {
        fill: #030371;
    }
}

@media screen and (min-width: 1200px) {
    .page-news-detail .share-links a:not(.whatsapp):hover svg {
        fill: #030371;
    }

    .page-news-detail .share-links a:not(.whatsapp):hover svg path {
        fill: #FFFFFF;
    }
}

.page-news-detail .date {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #6A6D70;
    margin-bottom: 12px;
}

@media screen and (max-width: 1199px) {
    .page-news-detail .date {
        margin-bottom: 4px;
    }
}

.page-news-detail h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    font-family: "latosemibold", sans-serif;
    margin-bottom: 52px;
}

@media (max-width: 1920px) {
    .page-news-detail h1 {
        font-size: 2.08333vw;
    }
}

@media screen and (max-width: 1199px) {
    .page-news-detail h1 {
        font-weight: 700;
        font-size: 22px;
        line-height: 140%;
        font-family: "latobold", sans-serif;
        margin-bottom: 20px;
    }
}

.page-news-detail__bottom {
    border: 1px solid var(--new-card-border-color);
    -webkit-box-shadow: 0px 2px 20px rgba(29, 32, 35, 0.04);
    box-shadow: 0px 2px 20px rgba(29, 32, 35, 0.04);
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px 24px;
    margin-bottom: 52px;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .page-news-detail__bottom span {
        font-size: 16px;
        margin-bottom: 12px;
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .page-news-detail__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 12px;
        margin-bottom: 28px;
    }
}

.page-news-detail__bottom .share-links a {
    margin-left: 36px;
}

@media screen and (max-width: 767px) {
    .page-news-detail__bottom .share-links a {
        margin-left: 0;
        margin-right: 28px;
    }

    .page-news-detail__bottom .share-links a svg {
        width: 40px;
        height: 40px;
    }
}

.page-news-detail__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1199px) {
    .page-news-detail__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-news-detail__left {
    max-width: 800px;
    padding-bottom: 72px;
}

@media screen and (max-width: 1199px) {
    .page-news-detail__left {
        max-width: unset;
        padding-bottom: 36px;
    }
}

.page-news-detail__left .catalog-btn {
    width: 281px;
}

@media screen and (max-width: 767px) {
    .page-news-detail__left .catalog-btn {
        width: 100%;
        font-size: 20px;
    }
}

.page-news-detail__right {
    max-width: 547px;
    margin-left: 80px;
}

@media screen and (max-width: 1199px) {
    .page-news-detail__right {
        max-width: unset;
        margin-left: 0;
    }
}

.page-news-detail__right .page-news__items {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 1199px) {
    .page-news-detail__right .page-news__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 34px;
    }
}

@media screen and (max-width: 767px) {
    .page-news-detail__right .page-news__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-news-detail__right .page-news__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 1199px) {
    .page-news-detail__right .page-news__item {
        width: calc(50% - 8px);
    }
}

@media screen and (max-width: 767px) {
    .page-news-detail__right .page-news__item {
        width: 100%;
    }
}

.page-news-detail__right-subtitle {
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    font-family: "latosemibold", sans-serif;
    margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
    .page-news-detail__right-subtitle {
        margin-bottom: 20px;
        font-size: 20px;
    }
}

.page-news-detail__img-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 36px;
}

.page-news-detail__img-wrap img {
    height: 324px;
    width: 100%;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .page-news-detail__img-wrap img {
        height: 180px;
    }
}

.article.page-news-detail__content{
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 378px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: max-height .5s;
}
.article.page-news-detail__content.open{
    display: block;
    max-height: 7000px;
}
.article__btn_container{
    width: 200px;
    padding-bottom: 20px;
}
.article__btn_container .article_btn{
    width: 100%;
}

.page-news-detail__content {
    font-size: 18px;
    line-height: 120%;
}

.page-news-detail__content ul li {
    list-style-type: disc;
}

@media screen and (max-width: 1199px) {
    .page-news-detail__content {
        font-size: 16px;
    }
}

.page-news-detail__content p {
    margin-bottom: 20px;
}

.page-news-detail__content ul {
    margin-bottom: 36px;
    list-style: disc;
    padding-left: 20px;
}

.page-news-detail__content h2, .page-news-detail__content h3, .page-news-detail__content h4, .page-news-detail__content h5, .page-news-detail__content h6 {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    font-family: "latosemibold", sans-serif;
    margin-bottom: 24px;
}

.filters__title {
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
    position: relative;
    top: 0;
    margin-top: -24px;
    height: 68px;
    left: -15px;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .filters__title {
        font-size: 20px;
    }
}

.filters__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 23px 0;
    border-bottom: 1px solid var(--new-card-border-color);
}

.filters__item .filters__item-content {
    display: none;
}

.filters__item.active .filters__item-content {
    display: block;
}

.filters__item.active .filters__item-title svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page-favorites .personal-account__right-part-top.mobile {
    padding-top: 32px;
}

.page-favorites__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 114px;
}

@media screen and (max-width: 1199px) {
    .page-favorites__cards {
        padding-bottom: 56px;
    }
}

@media screen and (max-width: 767px) {
    .page-favorites__cards {
        width: 100vw;
        margin-left: -15px;
    }
}

.page-favorites__cards .facilities__card {
    width: 20%;
}

@media (max-width: 1600px) {
    .page-favorites__cards .facilities__card {
        width: 25%;
    }
}

@media (max-width: 1300px) {
    .page-favorites__cards .facilities__card {
        width: 33.33%;
    }
}

@media screen and (max-width: 1199px) {
    .page-favorites__cards .facilities__card {
        width: 50%;
        border: 1px solid var(--new-card-border-color);
        margin-bottom: -1px;
    }
}

@media screen and (max-width: 767px) {
    .page-favorites__cards .facilities__card {
        width: 100%;
        border-left: none;
        border-right: none;
    }
}

@media screen and (max-width: 1199px) {
    .page-favorites__top {
        display: none;
    }
}

.select-town__container {
    display: none;
}

.select-town__container .popup__background {
    display: none;
}

@media screen and (max-width: 1199px) {
    .select-town__container .popup__background {
        display: block;
    }
}

.select-town__container.active {
    display: block;
}

.region__wrapper {
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid var(--new-card-border-color);
    -webkit-box-shadow: 0 5px 25px rgba(29, 32, 35, 0.1);
    box-shadow: 0 5px 25px rgba(29, 32, 35, 0.1);
    position: fixed;
    top: 67px;
    width: 463px;
    padding: 43px 20px 32px;
    z-index: 37;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-property: top;
    transition-property: top;
}

@media screen and (max-width: 1199px) {
    .region__wrapper {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 180px;
    }
}

@media screen and (max-width: 767px) {
    .region__wrapper {
        width: calc(100vw - 30px) !important;
        left: 15px;
        height: 270px;
    }
}

.region__wrapper.hidden {
    top: -300px;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-property: top;
    transition-property: top;
}

@media screen and (max-width: 1199px) {
    .region__wrapper {
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .region__wrapper {
        width: 100%;
    }
}

.region__wrapper .triangle {
    width: 43px;
    height: 31px;
    position: absolute;
    overflow: hidden;
    top: -30px;
    -webkit-box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.3);
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1199px) {
    .region__wrapper .triangle {
        display: none;
    }
}

.region__wrapper .triangle:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 24px;
    background: #FFFFFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 23px;
    left: 19px;
    -webkit-box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.15);
    box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.15);
}

.region__wrapper .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .region__wrapper .buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.region__wrapper .btn {
    height: 56px;
    border-radius: 3px;
    font-size: 20px;
    width: calc(50% - 12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: #030371;
}

@media screen and (max-width: 767px) {
    .region__wrapper .btn {
        width: 100%;
        margin-bottom: 12px;
    }

    .region__wrapper .btn:last-child {
        margin-bottom: 0;
        border: 1px solid #d0d0d0;
        border-radius: 100px;
        width: 100%;
        height: 56px;
    }
}

.region__wrapper .btn-border {
    border: 1px solid #030371;
    color: #030371;
    border-radius: 100px;
}

@media screen and (min-width: 1200px) {
    .region__wrapper .btn-border:hover {
        background-color: #030371;
        color: #FFFFFF;
    }
}

.region__wrapper .btn-white {
    border: 1px solid var(--new-card-border-color);
}

@media screen and (min-width: 1200px) {
    .region__wrapper .btn-white:hover {
        border: 1px solid #111927;
        -webkit-transition: border 200ms;
        transition: border 200ms;
    }
}

.region__wrapper .region__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 21px;
    font-family: "latosemibold", sans-serif;
    color: #1D2023;
}

@media screen and (max-width: 1199px) {
    .region__wrapper .region__title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 10px;
    }
}

.region__wrapper .region__title svg {
    display: none;
}

@media screen and (max-width: 1199px) {
    .region__wrapper .region__title svg {
        display: block;
        position: relative;
        top: -6px;
    }
}

.region__wrapper .region__title svg {
    margin-right: 11px;
}

@media screen and (max-width: 1199px) {
    .region__wrapper .region__title svg {
        margin-right: 8px;
    }
}

.region__wrapper .close {
    position: absolute;
    top: 13px;
    right: 12px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}

@media screen and (min-width: 1200px) {
    .region__wrapper .close:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.list-of-cities__wrapper {
    max-width: 816px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 38;
    background-color: #FFFFFF;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: calc(28px + 22 * ((100vw - 360px) / 1559)) calc(16px + 14 * ((100vw - 360px) / 1559)) calc(16px + 14 * ((100vw - 360px) / 1559));
    display: block;
}

@media screen and (max-width: 1199px) {
    .list-of-cities__wrapper {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: unset;
        width: 100%;
    }
}

.list-of-cities__wrapper .close-list-of-cities {
    position: absolute;
    top: 26px;
    right: 26px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}

@media screen and (min-width: 1200px) {
    .list-of-cities__wrapper .close-list-of-cities:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.list-of-cities__wrapper h3 {
    font-weight: 600;
    font-size: calc(20px + 4 * ((100vw - 360px) / 1559));
    line-height: 1.2;
    letter-spacing: 0.2px;
    margin-bottom: 32px;
    display: inline-block;
}

.list-of-cities__wrapper form {
    width: 100%;
    margin-bottom: 32px;
}

.list-of-cities__wrapper input {
    height: 58px;
    width: 100%;
    border: 1px solid var(--new-card-border-color);
    padding: 18px 16px;
}

.list-of-cities__wrapper input:focus-visible {
    outline: none;
}

.list-of-cities__block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

.list-of-cities__block ul li {
    width: calc(25% - 16px);
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .list-of-cities__block ul li {
        width: calc(50% - 16px);
    }
}

.list-of-cities__block ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    -webkit-transition: color 200ms, border-bottom 200ms;
    transition: color 200ms, border-bottom 200ms;
    border-bottom: 1px solid transparent;
    color: #6A6D70;
}

@media screen and (min-width: 1200px) {
    .list-of-cities__block ul li a:hover {
        border-bottom: 1px solid #111927;
        color: #111927;
    }
}

.list-of-cities__block ul li a.active {
    font-weight: 400;
    color: #030371;
}

@media screen and (min-width: 1200px) {
    .list-of-cities__block ul li a.active:hover {
        border-bottom: 1px solid transparent;
    }
}

.list-of-cities__bottom {
    position: relative;
}

.list-of-cities__bottom ul {
    height: auto;
}

.list-of-cities__focus-wrapper {
    height: 150px;
    overflow: auto;
    position: absolute;
    top: -20px;
    width: 100%;
    background-color: #FFFFFF;
    display: none;
    border: 1px solid var(--new-card-border-color);
    -webkit-box-shadow: 0px 4px 16px rgba(29, 32, 35, 0.1);
    box-shadow: 0px 4px 16px rgba(29, 32, 35, 0.1);
    border-radius: 3px;
}

.list-of-cities__focus-wrapper .nothing-to-found {
    display: none;
    padding: 12px 16px;
}

.list-of-cities__focus-wrapper .nothing-to-found.active {
    display: block;
}

.list-of-cities__focus-wrapper.active {
    display: block;
}

.list-of-cities__focus-wrapper ul {
    padding-left: 0;
    list-style: none;
}

.list-of-cities__focus-wrapper ul li {
    color: inherit;
    width: 100%;
    padding: 12px 16px;
    display: none;
    cursor: pointer;
}

.list-of-cities__focus-wrapper ul li.active {
    display: block;
}

@media screen and (min-width: 1200px) {
    .list-of-cities__focus-wrapper ul li:hover {
        background-color: #F9F9F9;
    }
}

.list-of-cities__focus-wrapper::-webkit-scrollbar {
    width: 2px;
    height: 0;
    -webkit-appearance: none;
}

.list-of-cities__focus-wrapper::-webkit-scrollbar {
    width: 2px;
}

.select-town.big {
    display: none;
}

.select-town.big.active {
    display: block;
}

.popup__background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.search__wrapper {
    position: relative;
}

.search__wrapper.active .close-icon {
    display: block;
}

.search__wrapper .close-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

.search__wrapper .close-icon svg {
    width: 18px;
    height: 18px;
}

.select-town.big.active .select-town__container {
    display: block;
}

.select-town.small.fixed {
    opacity: .99;
}

@media screen and (max-width: 767px) {
    .block-bottom {
        margin-bottom: 62px;
    }
}

.block-bottom .copy {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #707070;
    text-align: right;
}

@media screen and (max-width: 1199px) {
    .block-bottom .copy {
        text-align: left;
        padding-top: 42px;
    }
}

@media screen and (max-width: 767px) {
    .block-bottom .copy {
        margin-top: 42px;
        padding-bottom: 24px;
        text-align: left;
    }
}

.block-bottom__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .block-bottom__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.block-bottom__left-part, .block-bottom__right-part {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .block-bottom__left-part, .block-bottom__right-part {
        width: 100%;
    }
}

.block-bottom__right-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 456px;
}

.block-bottom__right-part.parallax {
    background-image: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-bottom__right-part.parallax.animate img:first-child, .block-bottom__right-part.parallax.animate img:nth-child(4) {
    -webkit-animation: animateDiv 2s 2;
    animation: animateDiv 2s 2;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition: top 300ms;
    transition: top 300ms;
}

.block-bottom__right-part.parallax.animate img:nth-child(2), .block-bottom__right-part.parallax.animate img:nth-child(3) {
    -webkit-animation: animateDivBottom 2s 2;
    animation: animateDivBottom 2s 2;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition: top 300ms;
    transition: top 300ms;
}

@-webkit-keyframes animateDiv {
    0% {
        top: 0;
    }
    50% {
        top: -30px;
    }
    100% {
        top: 0;
    }
}

@keyframes animateDiv {
    0% {
        top: 0;
    }
    50% {
        top: -30px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes animateDivBottom {
    0% {
        top: 0;
    }
    50% {
        top: 30px;
    }
    100% {
        top: 0;
    }
}

@keyframes animateDivBottom {
    0% {
        top: 0;
    }
    50% {
        top: 30px;
    }
    100% {
        top: 0;
    }
}

.block-bottom__right-part.parallax h2 {
    position: relative;
    color: #fff;
    font-size: 12em;
}

.block-bottom__right-part.parallax img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
    pointer-events: none;
}

@media (max-width: 1919px) {
    .block-bottom__right-part.parallax img {
        height: 31vw;
        right: 0;
        bottom: 0;
        margin: auto;
    }
}

@media screen and (max-width: 1199px) {
    .block-bottom__right-part.parallax img {
        height: 100%;
        right: auto;
        bottom: auto;
        margin: 0;
    }
}

@media screen and (max-width: 1199px) {
    .block-bottom__right-part {
        background-size: contain;
    }
}

@media screen and (max-width: 767px) {
    .block-bottom__right-part {
        background: url("../img/mahog-bg-mobile.png") no-repeat center center;
        background-size: auto;
        height: 100vw;
    }
}

.block-bottom__right-part .all-projects {
    margin-bottom: 0;
    color: #111927;
}

@media (min-width: 768px) {
    .block-bottom__right-part .all-projects {
        width: 274px;
    }
}

@media screen and (max-width: 767px) {
    .block-bottom__right-part .all-projects {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) {
    .block-bottom__right-part .all-projects:hover {
        color: #FFFFFF;
    }
}

.block-bottom__left-part {
    padding-top: 200px;
    padding-bottom: 200px;
}

@media screen and (max-width: 1199px) {
    .block-bottom__left-part {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

.block-bottom__left-part h3 {
    font-weight: 700;
    font-size: 154px;
    line-height: 130%;
    margin-bottom: 18px;
}

@media (max-width: 1919px) {
    .block-bottom__left-part h3 {
        font-size: calc(77px + 77 * ((100vw - 360px) / 1559));
    }
}

.block-bottom__left-part p {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
}

@media (max-width: 1919px) {
    .block-bottom__left-part p {
        font-size: calc(16px + 8 * ((100vw - 360px) / 1559));
    }
}

.page-error__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100vh - 74px);
}

@media screen and (max-width: 1199px) {
    .page-error__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0;
    }
}

.page-error__left {
    width: 50%;
}

@media screen and (max-width: 1199px) {
    .page-error__left {
        width: 100%;
    }
}

.page-error__left b {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 42px;
    line-height: 112%;
    font-family: "latobold", sans-serif;
}

@media (max-width: 1919px) {
    .page-error__left b {
        font-size: calc(22px + 20 * ((100vw - 360px) / 1559));
    }
}

@media screen and (max-width: 767px) {
    .page-error__left b {
        font-size: 22px;
        margin-bottom: 16px;
    }
}

.page-error__left p {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    font-family: "latomedium", sans-serif;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .page-error__left p {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 28px;
        text-align: center;
    }
}

.page-error__left-inner {
    max-width: 569px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .page-error__left-inner {
        max-width: unset;
        margin-bottom: 45px;
    }
}

.page-error__right {
    width: 50%;
}

@media screen and (max-width: 1199px) {
    .page-error__right {
        width: 100%;
    }
}

.type-of-production__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.type-of-production__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 16px;
    cursor: pointer;
    position: relative;
    width: 100vw;
    margin-left: -15px;
}

.type-of-production__item::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100vw - 48px);
    height: 1px;
    background-color: var(--new-card-border-color);
}

.type-of-production__item span {
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.type-of-production__item.active {
    color: #030371;
}

@media screen and (min-width: 1200px) {
    .type-of-production__item.active.svg-stroke:hover svg path {
        stroke: #030371;
    }

    .type-of-production__item.active.svg-stroke:hover p {
        color: #030371;
    }
}

.type-of-production__item.active.svg-stroke.active svg path {
    stroke: #030371;
}

.type-of-production__item.active.svg-stroke.active p {
    color: #030371;
}

@media screen and (min-width: 1200px) {
    .type-of-production__item.active:not(.svg-stroke):hover svg path {
        fill: #030371;
    }

    .type-of-production__item.active:not(.svg-stroke):hover p {
        color: #030371;
    }
}

.type-of-production__item.active:not(.svg-stroke).active svg path {
    fill: #030371;
}

.type-of-production__item.active:not(.svg-stroke).active p {
    color: #030371;
}

.facilities__card {
    overflow: hidden;
}

.order-success {
    min-height: calc(100vh - 74px - var(--difVW));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .order-success {
        top: 0;
        height: calc(100vh - 65px - var(--difVW));
    }
}

@media screen and (max-width: 767px) {
    .order-success {
        height: calc(100vh - 53px - var(--difVW));
    }
}

.order-success__inner {
    max-width: 765px;
    margin: 0 auto;
}

.order-success__title {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 42px;
    line-height: 112%;
    font-family: "latobold", sans-serif;
}

@media (max-width: 1919px) {
    .order-success__title {
        font-size: calc(22px + 20 * ((100vw - 360px) / 1559));
    }
}

@media screen and (max-width: 1199px) {
    .order-success__title {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .order-success__title {
        font-size: 22px;
        margin-bottom: 26px;
    }
}

.order-success__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .order-success__btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .order-success__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.order-success__btns .border-btn {
    height: 56px;
    width: 248px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .order-success__btns .border-btn {
        width: 100%;
        margin-bottom: 12px;
    }
}

.order-success__btns .border-btn i {
    font-style: unset;
    margin-right: 8px;
}

@media screen and (min-width: 1200px) {
    .order-success__btns .border-btn:hover svg path {
        stroke: #fff;
    }
}

.order-success__btns a {
    margin-right: 44px;
    color: #030371;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .order-success__btns a {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .order-success__btns a:last-child {
        width: 100%;
        height: 56px;
        border: 1px solid #d0d0d0;
        border-radius: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.page-favorite-mobile .order-success__title {
    margin-bottom: 16px;
    text-align: center;
}

.page-favorite-mobile p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 32px;
    text-align: center;
}

.page-favorite-mobile .border-btn {
    margin-right: 0;
}

.modal-free-sample {
    max-width: 744px;
    overflow: auto;
    height: calc(100% - 30px);
}

@media screen and (max-width: 1199px) {
    .modal-free-sample {
        max-width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .modal-free-sample .popup-application__title {
        max-width: 80%;
    }
}

.modal-free-sample .btn-submit {
    width: 171px;
    border: 1px solid #030371;
}

.popup-thankyou-free {
    width: 671px;
}

@media screen and (max-width: 767px) {
    .popup-thankyou-free {
        width: 90vw;
        height: 220px;
    }
}

.popup-thankyou-free.cancel-order {
    min-height: 290px;
}

@media screen and (max-width: 767px) {
    .popup-thankyou-free.cancel-order {
        min-height: 220px;
    }
}

.popup-thankyou-free.cancel-order p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 27px;
    max-width: unset;
}

@media screen and (max-width: 1199px) {
    .popup-thankyou-free.cancel-order p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .popup-thankyou-free.cancel-order p {
        margin-bottom: 24px;
        max-width: 90%;
    }
}

.popup-thankyou-free.cancel-order p svg {
    margin-right: 12px;
}

.popup-thankyou-free.cancel-order p b {
    color: #111927;
    font-size: 42px;
}

@media screen and (max-width: 767px) {
    .popup-thankyou-free.cancel-order p b {
        font-size: 20px;
    }
}

.popup-thankyou-free .cancel-order__return-back {
    border: 1px solid #030371;
    height: 56px;
    padding: 0 44px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
}

@media screen and (min-width: 1200px) {
    .popup-thankyou-free .cancel-order__return-back:hover {
        background-color: #030371;
        color: #FFFFFF;
    }
}

.popup-thankyou-free__text {
    margin-bottom: 50px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .popup-thankyou-free__text {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .popup-thankyou-free__text {
        font-size: 16px;
    }

    .cancel-order p {
        max-width: calc(100% - 20px);
    }

    .products .facilities__card {
        margin-left: -16px;
        width: calc(100% + 32px) !important;
        padding: 21px 16px 19px;
        border-top: 1px solid var(--new-card-border-color);
        border-bottom: 1px solid var(--new-card-border-color);
    }

    .products .products__right-part .facilities__card::before {
        display: none;
    }
}

.popup-thankyou-free__text svg {
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
    .main-page-slider__item-text h2 {
        font-size: 8.3vw;
    }

    .main-page-slider__item-icons-item svg {
        width: 6vw;
        height: 6vw;
    }

    .main-page-slider__item.slider-icons .main-page-slider__item-text {
        margin-bottom: 5.44444vw;
    }

    .main-page-slider__item-icons-item {
        margin: 0 15px 20px;
    }

    .products__right-part-right-item svg {
        width: 100px;
        height: 100px;
    }


    .personal-account__right-part .wishlist_page__content p, .personal-account__right-part .personal-account__order-title  {
        margin-top: 20px;
    }

}

@media screen and (max-width: 1280.98px) {
    .main-page-slider__item.slider-icons .main-page-slider__item-text {
        margin-bottom: 40px;
    }

    .main-page-slider-nav .slick-btn {
        display: none !important;
    }

    .main-page-slider__item.slider-lists .main-page-slider__item-text {
        margin-bottom: 20px;
    }
}

.page-requisites .documentation-links a svg {
    width: auto;
    bottom: -2px;
    max-width: 130px;
    height: auto;
    max-height: 100%;
}
.modern-page-navigation {
    padding: 1.5em 0px !important;
}
.page-sign-up__top-title {
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease 0s;
}
.page-sign-up__top-title:hover {
    border-bottom: 1px solid #6A6D70;
}
.page-sign-up__body .btns-wrap .remember-password {
    /*border-bottom: 1px solid transparent;*/
    transition: all 0.3s ease 0s;
}
.page-sign-up__body .btns-wrap .remember-password:hover {
    border-bottom: 1px solid #030371;

}
.cancel-order__btn {
    transition: all 0.3s ease 0s;
}
.cancel-order__btn:hover {
    background-color: #030371;
    color: #FFFFFF;
}
.cancel-order__return-back {
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease 0s;
}
.cancel-order__return-back:hover {
    border-bottom: 1px solid #030371;
}