body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.3rem
}

.col {
    position: relative;
    padding: 0 1.3rem
}

.col--1 {
    width: 8.33333333333%
}

.col--2 {
    width: 16.6666666667%
}

.col--3 {
    width: 25%
}

.col--4 {
    width: 33.3333333333%
}

.col--5 {
    width: 41.6666666667%
}

.col--6 {
    width: 50%
}

.col--7 {
    width: 58.3333333333%
}

.col--8 {
    width: 66.6666666667%
}

.col--9 {
    width: 75%
}

.col--10 {
    width: 83.3333333333%
}

.col--11 {
    width: 91.6666666667%
}

.col--12 {
    width: 100%
}

@media screen and (max-width: 767px) {
    .col--md-1 {
        width: 8.33333333333%
    }

    .col--md-2 {
        width: 16.6666666667%
    }

    .col--md-3 {
        width: 25%
    }

    .col--md-4 {
        width: 33.3333333333%
    }

    .col--md-5 {
        width: 41.6666666667%
    }

    .col--md-6 {
        width: 50%
    }

    .col--md-7 {
        width: 58.3333333333%
    }

    .col--md-8 {
        width: 66.6666666667%
    }

    .col--md-9 {
        width: 75%
    }

    .col--md-10 {
        width: 83.3333333333%
    }

    .col--md-11 {
        width: 91.6666666667%
    }

    .col--md-12 {
        width: 100%
    }

    .col--md-hidden {
        display: none
    }
}

@media screen and (max-width: 414px) {
    .row {
        margin: 0 -.625rem
    }

    .col {
        padding: 0 .625rem
    }

    .col--sm-1 {
        width: 8.33333333333%
    }

    .col--sm-2 {
        width: 16.6666666667%
    }

    .col--sm-3 {
        width: 25%
    }

    .col--sm-4 {
        width: 33.3333333333%
    }

    .col--sm-5 {
        width: 41.6666666667%
    }

    .col--sm-6 {
        width: 50%
    }

    .col--sm-7 {
        width: 58.3333333333%
    }

    .col--sm-8 {
        width: 66.6666666667%
    }

    .col--sm-9 {
        width: 75%
    }

    .col--sm-10 {
        width: 83.3333333333%
    }

    .col--sm-11 {
        width: 91.6666666667%
    }

    .col--sm-12 {
        width: 100%
    }
}

@media screen and (min-width: 767px) {
    .hidden--xl {
        display: none !important
    }

    .hidden--text-hide {
        text-indent: -999999px;
        height: 0
    }
}

.cards {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    grid-gap: 1rem
}

@media screen and (max-width: 440px) {
    .cards {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        grid-gap: 2rem
    }
}

.cards__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #f12323;
    font-weight: 700;
    margin-bottom: 1rem
}

.cards__card {
    /*width: 15rem;*/
    /*margin-right: 16px;*/
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .cards__card:hover {
        overflow: visible;
        z-index: 95
    }

    .cards__card:hover .hidden-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .cards__card:hover .cards__card_inner {
        -webkit-box-shadow: 4px 4px 8px rgba(88, 87, 109, .2);
        box-shadow: 4px 4px 8px rgba(88, 87, 109, .2)
    }
}

.cards__card_description {
    text-align: left !important;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    text-transform: lowercase
}

.cards__card--six {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important
}

.cards__card--height-card {
    height: 25rem
}

@media screen and (max-width: 576px) {
    .cards__card--height-card {
        width: auto;
        margin-right: auto;
        height: auto
    }
}

.cards__card--article-height {
    height: 27rem
}

@media screen and (max-width: 576px) {
    .cards__card--article-height {
        height: auto
    }
}

.cards__card--article2-height {
    height: 32rem
}

@media screen and (max-width: 576px) {
    .cards__card--article2-height {
        height: auto
    }
}

.cards__card--news-height {
    height: 31rem
}

.cards__card_inner {
    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;
    border: 1px solid rgba(104, 113, 128, .1);
    border-radius: .5rem;
    padding: 1rem;
    min-height: 100%;
    background-color: #fff;
    overflow: hidden
}

.cards__card_header {
    margin: -1rem
}

.cards__card_header img {
    width: 100%;
    height: 100%
}

.cards__card_header--card {
    height: 17rem
}

.cards__card_header--article {
    height: 15.6rem
}

.cards__card_header--article-2 {
    height: 18.5rem
}

@media screen and (max-width: 576px) {
    .cards__card_header--article-2 {
        height: 10rem
    }
}

.cards__card_header--news {
    height: 16rem
}

.cards__card_header--video {
    height: 17rem
}

.cards__card_header--our-projects {
    height: 16rem
}

@media screen and (max-width: 440px) {
    .cards__card_header--our-projects {
        height: auto
    }
}

.cards__card_header_label {
    font-size: 1.07rem;
    padding: .2rem .7rem;
    color: #fff;
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.cards__card_header_label:not(:last-child) {
    margin-bottom: .5rem
}

@media screen and (max-width: 479px) {
    .cards__card_header_label {
        font-size: 1.17rem
    }
}

@media screen and (max-width: 340px) {
    .cards__card_header_label {
        font-size: 1.35rem
    }
}

.cards__card_header_label_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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    top: 1rem;
    left: 0;
    position: absolute;
    z-index: 10
}

.cards__card_header_label--hit {
    background: #f12323
}

.cards__card_header_label--new {
    background: #3cb868
}

.cards__card_header_label--sale {
    background: #fa0
}

.cards__card_header_label--bestseller {
    background: #f12323
}

.cards__card_header_image {
    width: 100%;
    margin: 0 auto
}

.cards__card_header iframe {
    width: 100%;
    height: 100%
}

.cards__card_content {
    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: 1rem
}

.cards__card_content_seo {
    font-size: .875rem;
    color: #97a7be;
    margin-bottom: .7rem
}

.cards__card_content_title {
    color: #252835;
    font-size: 1.07rem;
    margin-bottom: .7rem
}

@media screen and (max-width: 479px) {
    .cards__card_content_title {
        font-size: 1.6rem;
        line-height: 1.3;
    }
}

@media screen and (max-width: 340px) {
    .cards__card_content_title {
        font-size: 1.37rem
    }
}

.cards__card_content_title--card {
    height: 4.5rem;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3
}

@media screen and (max-width: 479px) {
    .cards__card_content_title--card {
        height: 8rem
    }
}

@media screen and (max-width: 340px) {
    .cards__card_content_title--card {
        height: 5.5rem
    }
}

.cards__card_content_title--article {
    height: 4rem;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

@media screen and (max-width: 440px) {
    .cards__card_content_title--article {
        height: auto
    }
}

.cards__card_content_title--aktsii {
    min-height: 3rem;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

@media screen and (max-width: 576px) {
    .cards__card_content_title--aktsii {
        height: auto
    }
}

.cards__card_content_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #687180;
    font-size: 1.07rem;
    margin-bottom: 1rem
}

.cards__card_content_description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #687180;
    font-size: 1.07rem;
    margin-bottom: 1rem
}

.cards__card_content_prices {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 1rem;
    height: 2rem;
    color: #f12323
}

.cards__card_content_prices_new {
    font-size: 1.2rem;
    font-family: Inter-Medium, sans-serif !important;
    width: 100%;
}

.cards__card_content_prices_new1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 1rem;
}

.cards__card_content_prices_new2 {
    /*flex-basis: 60%;*/
    font-size: 1rem;
}

.cards__card_content_prices_new3 {
    font-size: 1rem;
    text-align: right;
    /*flex-basis: 40%;*/
}

.cards__card .cards__card_content_prices_old {
    color: #97a7be;
    text-decoration: line-through;
    position: absolute;
    right: 0;
    top: -8px;
    font-size: 11px;
}

.product-card__wrap .cards__card_content_prices_old {
    text-decoration: line-through;
}

.cards__card_content_prices {
    position: relative;
}

@media screen and (max-width: 576px) {
    .cards__card_content_prices {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }
}

.cards__card_info {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: auto;
    height: 2rem
}

@media screen and (max-width: 576px) {
    .cards__card_info {
        height: auto;
        margin-top: 1rem
    }
}

.cards__card_info_link, .cards__card_info_text {
    font-size: 1rem
}

.cards__card_info_text {
    color: #687180
}

.cards__card_info_link {
    color: #f12323
}

.cards__card_info_link:hover {
    text-decoration: underline
}

.cards__card_footer_button {
    width: 100%
}

.cards .owl-stage-outer.active {
    overflow-y: visible !important
}

.cards .owl-stage-outer .owl-item {
    pointer-events: none
}

.cards .owl-stage-outer .owl-item.active {
    opacity: 1;
    pointer-events: visible
}

.show-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3rem
}

.cards-height-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cards-height-slider .owl-stage-outer, .slider-product-item .owl-stage-outer {
    height: 35rem
}

@media (max-width: 576px) {
    .cards-height-slider .owl-stage-outer, .slider-product-item .owl-stage-outer {
        height: auto
    }
}

.cards-height-slider .nav-slider, .cards-height-slider .owl-nav, .slider-product-item .nav-slider, .slider-product-item .owl-nav {
    top: 38%
}

@media screen and (min-width: 576px) {
    .four-items .cards {
        grid-template-columns:repeat(4, 1fr)
    }

    .four-items .cards .cards__card {
        width: 24rem;
        margin-right: 24px
    }
}

@media screen and (max-width: 576px) {
    .cards--similar {
        display: grid;
        grid-gap: 2rem;
        grid-template-columns:repeat(2, 1fr)
    }

    .cards__card {
        margin-right: 0
    }
}

.hidden-area {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem
}

.owl-stage {
    visibility: visible !important
}

.nav-slider, .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0 !important;
    z-index: 10
}

.nav-slider__action, .owl-nav__action {
    top: 0;
    position: absolute
}

.nav-slider__action:hover, .owl-nav__action:hover {
    cursor: pointer
}

.nav-slider__action span, .owl-nav__action span {
    font-size: 2rem
}

.nav-slider__action.prevSlider, .owl-nav__action.prevSlider {
    left: -3rem
}

.nav-slider__action.nextSlider, .owl-nav__action.nextSlider {
    right: -3rem
}

.owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bx_pagination_bottom .bx_pagination_page li {
    padding-bottom: 0
}

.promo-section {
    background-color: #e7ecf4
}

.promo-section__wrap {
    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
}

.promo-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 33rem;
    width: 100%
}

.promo-section__content_title {
    font-size: 2.2rem;
    font-family: Inter-SemiBold, sans-serif !important;
    color: #234056
}

.promo-section__content_text {
    font-size: 1.23076923077rem;
    color: #687180;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.promo-section__content_button {
    margin-top: 3rem
}

.promo-section__content_image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 42rem;
    width: 100%;
    height: 20rem
}

.promo-section__content_image--effects::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22rem;
    height: 22rem;
    background-image: url(/local/templates/kdteam_mobile/images/pages/home/effect-promo-image.png);
    background-size: cover;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.promo-section__content_image--effects::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30rem;
    height: 30rem;
    background-color: rgba(223, 117, 105, .3);
    z-index: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.promo-section__content_image img {
    position: relative;
    z-index: 2
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }
}

.custom-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    border: 1px solid rgba(83, 104, 120, .2);
    border-radius: 4px;
    background-color: #fff;
    min-width: 8rem;
    height: 100%
}

.custom-select select {
    display: none
}

.select-selected:after {
    position: absolute;
    content: "";
    background-image: url(/local/templates/kdteam_mobile/images/arrow-down.svg);
    width: .8rem;
    height: .5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    right: 11px
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #252835 transparent;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 43%
}

.select-items div, .select-selected {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #252835;
    padding: 8px 16px;
    border-color: transparent transparent rgba(0, 0, 0, .1) transparent;
    cursor: pointer
}

.select-items {
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(83, 104, 120, .2);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99
}

.select-hide {
    display: none
}

.same-as-selected, .select-items div:hover {
    background-color: rgba(0, 0, 0, .1)
}

.titlePartner, h1, h2, h3, h4 {
    font-family: Inter-Bold, sans-serif !important
}

.link--red {
    color: #f12323
}

.gallery_image {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 1rem
}

@media (max-width: 576px) {
    .gallery_image {
        grid-template-columns:repeat(1, 1fr)
    }

    .gallery_image a {
        margin-bottom: 1rem
    }
}

.gallery_image a img {
    width: 100%;
    max-height: none;
    height: 100%
}

.text-justify {
    font-size: 1.2rem
}

@media (max-width: 576px) {
    .text-justify img {
        width: 100%
    }
}

.text-justify p {
    text-align: justify;
    margin-bottom: 1rem;
    font-size: 1.2rem
}

.text-justify ul {
    padding-left: 1rem;
    margin-bottom: 1rem
}

.text-justify ul li {
    list-style: circle;
    font-size: 1.2rem
}

.titlePartner {
    font-size: 16px
}

.articleHeader {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

html.desktop .fixed-mnu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 4.6rem;
    background-color: #687180;
    color: #fff;
    z-index: 97
}

html.desktop .fixed-mnu:before {
    visibility: visible;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 99;
    -webkit-transition: 0s;
    transition: 0s
}

html.desktop .fixed-mnu:hover:before {
    visibility: hidden;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

html.desktop .fixed-mnu__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

html.desktop .fixed-mnu__menu {
    position: relative;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0 !important
}

html.desktop .fixed-mnu__menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.4rem
}

html.desktop .fixed-mnu__menu > li:first-child {
    background-color: #555c67
}

html.desktop .fixed-mnu__menu > li.simple-drpdown {
    position: relative
}

html.desktop .fixed-mnu__menu > li.simple-drpdown:hover .last-dropDownMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

html.desktop .fixed-mnu__menu > li:not(.no-hover):hover {
    background-color: #fff
}

html.desktop .fixed-mnu__menu > li:not(.no-hover):hover > a {
    color: #555c67
}

html.desktop .fixed-mnu__menu > li:not(.no-hover):hover > .active {
    display: none
}

html.desktop .fixed-mnu__menu > li:not(.no-hover):hover > .hidden {
    display: block !important
}

html.desktop .fixed-mnu__menu > li:not(.no-hover):hover > .hiiden-mnu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: all
}

html.desktop .fixed-mnu__menu > li .last-dropDownMenu {
    width: 20rem;
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0 !important;
    background-color: #fff;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem
}

html.desktop .fixed-mnu__menu > li .last-dropDownMenu > li {
    list-style: none;
    padding-bottom: 0 !important
}

html.desktop .fixed-mnu__menu > li .last-dropDownMenu > li > a {
    display: block;
    padding: .5rem 1rem;
    color: #687180;
    text-align: center
}

html.desktop .fixed-mnu__menu > li .last-dropDownMenu > li > a:hover {
    background-color: rgba(241, 35, 35, .1)
}

html.desktop .fixed-mnu__menu > li .last-dropDownMenu a {
    color: #252835
}

html.desktop .fixed-mnu__menu > li > a {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1
}

html.desktop .fixed-mnu__menu_list_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.2rem;
    height: .8rem;
    margin-right: 1rem;
    z-index: 1
}

html.desktop .fixed-mnu__menu_list_icon svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

html.desktop .fixed-mnu__menu_list_icon.hidden {
    display: none
}

html.desktop .hiiden-mnu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0 !important;
    background-color: #fff;
    border-bottom-left-radius: .5rem;
    z-index: 99
}

html.desktop .hiiden-mnu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

html.desktop .hiiden-mnu__main-category {
    width: 20rem
}

html.desktop .hiiden-mnu__main-category > li.active > div {
    visibility: visible
}

html.desktop .hiiden-mnu__main-category > li.active > ul {
    visibility: visible
}

html.desktop .hiiden-mnu__main-category > li:hover {
    background: rgba(241, 35, 35, .1)
}

html.desktop .hiiden-mnu__main-category > li:hover > a {
    color: #f12323 !important
}

html.desktop .hiiden-mnu__main-category > li:hover path, html.desktop .hiiden-mnu__main-category > li:hover svg {
    fill: #f12323
}

html.desktop .hiiden-mnu__main-category_submenu {
    visibility: hidden;
    width: 250%;
    height: 100%;
    position: absolute !important;
    left: 100%;
    top: 0;
    background: #fff;
    padding: 2rem 1.5rem 2.5rem 1.5rem;
    border-bottom-right-radius: .5rem;
    z-index: 10
}

html.desktop .hiiden-mnu__main-category_submenu_wrap {
    width: 100%;
    height: 24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

html.desktop .hiiden-mnu__main-category_submenu_wrap_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2.5rem;
    margin-bottom: 1rem;
    width: 22rem
}

html.desktop .hiiden-mnu__main-category_submenu_wrap_list:hover > div:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: solid .1rem #f12323;
    width: 3.8rem;
    height: 3.8rem
}

html.desktop .hiiden-mnu__main-category_submenu_wrap_list:hover > a {
    color: #f12323 !important
}

html.desktop .hiiden-mnu__main-category_submenu_wrap_list:hover path, html.desktop .hiiden-mnu__main-category_submenu_wrap_list:hover svg {
    fill: #f12323
}

html.desktop .hiiden-mnu__main-category_submenu_wrap_list > a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #252835
}

html.desktop .hiiden-mnu__main-category_submenu_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

html.desktop .hiiden-mnu__main-category_submenu_item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

html.desktop .hiiden-mnu__main-category_submenu_item_wrap > a {
    color: #f12323
}

html.desktop .hiiden-mnu__main-category_submenu_image {
    position: relative;
    border-radius: 50% !important
}

html.desktop .hiiden-mnu__main-category_subcategory {
    width: 450%;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute !important;
    left: 100%;
    top: 0;
    background: #fff;
    padding: 1.5rem 3rem;
    border-bottom-right-radius: .5rem
}

html.desktop .hiiden-mnu__main-category_subcategory > li {
    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: 1rem;
    width: 15rem
}

html.desktop .hiiden-mnu__main-category_subcategory_title {
    color: #252835;
    font-size: 1.36rem;
    margin-bottom: 1rem
}

html.desktop .hiiden-mnu__main-category_subcategory_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.3rem
}

html.desktop .hiiden-mnu__main-category_subcategory_wrap_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    overflow: hidden;
    border-radius: 50%;
    margin-right: .5rem
}

html.desktop .hiiden-mnu__main-category_subcategory_text {
    color: #687180;
    text-transform: capitalize
}

html.desktop .hiiden-mnu__main-category_subcategory_text:hover {
    color: #f12323
}

html.desktop .hiiden-mnu .submenu {
    position: relative
}

html.desktop .hiiden-mnu .submenu__image {
    width: 4rem;
    height: 4rem;
    border-radius: .5rem;
    overflow: hidden;
    margin-right: 1rem
}

html.desktop .hiiden-mnu .submenu__image img {
    width: 100%;
    height: 100%
}

html.desktop .hiiden-mnu .submenu__image--rounded {
    border-radius: 50% !important
}

html.desktop .hiiden-mnu .submenu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1.5rem
}

html.desktop .hiiden-mnu .submenu > li > a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #252835;
    width: 57%
}

html.desktop .hiiden-mnu .submenu > li > a span {
    width: 8rem
}

html.desktop .hiiden-mnu .submenu > li > a > svg {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: .5rem
}

html.desktop .banner__carousel {
    position: relative;
    margin: 3rem 0;
    border-radius: 1rem;
    overflow: hidden
}

html.desktop .banner__carousel .owl-stage-outer {
    border-radius: 1rem;
    overflow: hidden
}

html.desktop .section {
    padding: 5rem 0
}

html.desktop .section__title {
    margin-bottom: 4rem !important
}

html.desktop .email-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 3rem
}

html.desktop .email-wrap label {
    font-size: 1.07692307692rem
}

html.desktop .email-wrap form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

html.desktop .seo__title {
    font-family: Inter-Medium, sans-serif !important;
    text-align: center;
    font-size: 2.3rem;
    color: #234056
}

p {
    padding-bottom: 1rem
}

.header-desktop {
    position: relative;
    z-index: 98;
    background: #fff
}

.owl-theme .owl-dots .owl-dot span {
    width: 8rem !important;
    height: .35rem !important;
    background-color: rgba(103, 112, 126, .1)
}

.owl-theme .owl-dots.active .owl-dot span {
    background: #687180 !important
}

.email_block__form--button {
    padding: 1.3rem 1.5rem
}

.owl-carousel .owl-stage-outer {
    padding: 0 1px
}

.maintainHover {
    background: rgba(241, 35, 35, .1)
}

.price-btn {
    color: #fff;
    margin-left: auto
}

@media (min-width: 768px) {
    .price-btn {
        margin-top: 2rem
    }
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 15% !important
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 15% !important
}

.bg-catalog, .search-results-page {
    padding: 3rem 0
}

@media screen and (max-width: 1200px) {
    .bg-catalog, .search-results-page {
        padding: 0
    }
}

.modalSliderExamples {
    max-width: 49rem;
    max-height: 30rem;
    padding: 0;
    overflow: hidden
}

@media screen and (max-width: 576px) {
    .modalSliderExamples {
        max-width: 100%;
        max-height: 100%
    }
}

.modalSliderExamples .owl-stage-outer {
    padding: 0 !important
}

.modalSliderExamples .cards .owl-stage {
    -webkit-transform: translate3d(-1371px, 0, 0);
    transform: translate3d(-1371px, 0, 0);
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    width: 3722px
}

.modalSliderExamples .item {
    width: 100%;
    height: 30rem;
    overflow: hidden;
    padding: 3rem
}

@media screen and (max-width: 576px) {
    .modalSliderExamples .item {
        height: 100%
    }
}

.modalSliderExamples img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.modalSliderExamples .owl-nav button.owl-next {
    right: 0 !important
}

.modalSliderExamples .owl-nav button.owl-prev {
    left: 0 !important
}

.header-search-select {
    background-color: transparent !important;
    border-left: 1px solid rgba(83, 104, 120, .2);
    border-bottom: none;
    border-top: none
}

.izdelijaMenu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 100%;
    max-width: 16rem;
    background: #fff;
    padding: 1rem;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.izdelijaMenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    color: #252835
}

.period-aktsii {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 3rem;
    white-space: nowrap
}

@media (max-width: 1200px) {
    .period-aktsii {
        margin-left: 0
    }
}

.period-aktsii_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1200px) {
    .period-aktsii_logo {
        display: none
    }
}

.period-aktsii_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.10345rem;
    color: #687180;
    margin-left: .5rem;
    font-family: Inter-Regular, sans-serif !important
}

@media (max-width: 1200px) {
    .period-aktsii_text {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0
    }
}

.period-aktsii_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #f12323
}

.time-item {
    width: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    -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;
    white-space: normal;
    text-align: center;
    padding: .1rem;
    margin: .1rem;
    background: #e7ecf4;
    border-radius: .3rem;
    font-weight: 600
}

@media (max-width: 1200px) {
    .time-item {
        width: 6rem
    }

    .time-item span {
        font-size: 1.4rem
    }
}

.time-item__text {
    margin-top: auto;
    font-size: .875rem;
    color: #234056;
    font-weight: 400
}

@media (max-width: 1200px) {
    .time-item__text {
        font-size: 1rem !important
    }

    .cards__card_header--card {
        height: 20rem
    }
}

@media screen and (min-width: 1200px) {
    .product-card .accordion__trigger__text:after {
        display: none
    }
}

.news-container_new .show-all {
    margin-bottom: 3rem
}

@media screen and (max-width: 576px) {
    .news-container_new .show-all {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}
