

/* Start:/local/templates/kdteam_mobile/styles/footer-desktop.min.css?16986570782493*/
.footer{padding:3rem 0;background-color:#edeff2;position:relative}.footer__contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-right:8rem}.footer__contacts_wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__contacts_adress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:end;align-self:flex-end}.footer__contacts_adress_socials{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__contacts_adress_socials_icon{width:1.6rem;height:1.6rem;margin-top:.5rem}.footer__contacts_adress_socials_icon:not(:first-child){margin-left:1rem}.footer__contacts_adress_socials_icon svg{width:100%;height:100%}.footer__contacts_phones{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__contacts_phones_text{font-size:.875rem;color:#687180;margin-bottom:.5rem;margin-top:2rem}.footer__contacts_phones_number{color:#252835;font-family:Inter-Medium,sans-serif!important}.footer__contacts_phones_email{margin-top:.5rem;color:#3865bd;text-decoration:underline;font-size:1rem}.footer__contacts_text{margin-top:4rem;font-size:.875rem;color:#687180}.footer__contacts_adress,.footer__contacts_phones{width:50%}.footer__menus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__menus_lists{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__menus_lists:not(:last-child){width:33%;padding:0 1.5rem}.footer__menus_lists:last-child{padding-left:1.5rem}.footer__menus_lists ul{padding-left:0!important}.footer__menus_lists ul li{list-style:none;padding-bottom:0}.footer__menus_lists_title{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2rem;font-size:.875rem;color:#687180}.footer__menus_lists ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;color:#3865bd;font-size:1.1rem;padding:0 0 .5rem 0}.copyright{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#687180}.copyright span{font-size:.875rem;text-decoration:underline}
/* End */


/* Start:/local/templates/kdteam_mobile/components/bitrix/news.list/discount-price/style.css?1698657078150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/components/ascent/discount.quiz/templates/.default/style.css?178454375315544*/
.ascent-quiz {
    --quiz-gold: #c99b43;
    --quiz-gold-dark: #a97a27;
    --quiz-ink: #24211e;
    --quiz-muted: #716c66;
    --quiz-line: #e8e2d9;
    font-family: Inter, Arial, sans-serif;
    position: relative;
    z-index: 10020;
}

.ascent-quiz *, .ascent-quiz *::before, .ascent-quiz *::after { box-sizing: border-box; }
.ascent-quiz [hidden] { display: none !important; }
.ascent-quiz svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.ascent-quiz__teaser {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(201, 155, 67, .24);
    border-radius: 18px;
    box-shadow: 0 0 0 100vmax rgba(20, 18, 16, .66), 0 18px 55px rgba(42, 32, 21, .24);
    display: flex;
    flex-direction: column;
    gap: 20px;
    left: 50%;
    max-width: calc(100vw - 32px);
    padding: 42px 38px 36px;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 390px;
    z-index: 2;
    animation: ascentQuizSlide .45s ease both;
}

@keyframes ascentQuizSlide { from { opacity: 0; transform: translate(-50%, -45%); } to { transform: translate(-50%, -50%); } }
.ascent-quiz__teaser-close, .ascent-quiz__close { appearance: none; background: transparent; border: 0; color: #8c8781; cursor: pointer; padding: 8px; }
.ascent-quiz__teaser-close { position: absolute; right: 5px; top: 4px; }
.ascent-quiz__teaser-close svg, .ascent-quiz__close svg { height: 20px; width: 20px; }
.ascent-quiz__gift { align-items: center; background: #f8f0df; border-radius: 16px; color: var(--quiz-gold-dark); display: flex; flex: 0 0 68px; height: 68px; justify-content: center; width: 68px; }
.ascent-quiz__gift svg { height: 43px; stroke-width: 2; width: 43px; }
.ascent-quiz__teaser-copy { display: flex; flex: 1; flex-direction: column; gap: 4px; min-width: 0; }
.ascent-quiz__teaser-copy strong { color: var(--quiz-ink); font-size: 22px; font-weight: 650; line-height: 1.3; }
.ascent-quiz__teaser-copy span { color: var(--quiz-muted); font-size: 13px; line-height: 1.55; margin-top: 10px; }
.ascent-quiz__teaser-button { flex: 0 0 auto; font-size: 13px !important; padding: 15px 22px !important; width: 100%; }

.ascent-quiz__overlay { align-items: center; background: rgba(20, 18, 16, .66); display: flex; inset: 0; justify-content: center; overflow-y: auto; padding: 24px; position: fixed; z-index: 4; animation: ascentQuizFade .2s ease both; }
@keyframes ascentQuizFade { from { opacity: 0; } }
.ascent-quiz__dialog { background: #fff; border-radius: 22px; box-shadow: 0 24px 85px rgba(0, 0, 0, .34); color: var(--quiz-ink); max-width: 720px; min-height: 660px; overflow: hidden; position: relative; width: 100%; animation: ascentQuizDialog .3s ease both; }
@keyframes ascentQuizDialog { from { opacity: 0; transform: translateY(12px) scale(.985); } }
.ascent-quiz__close { position: absolute; right: 17px; top: 16px; z-index: 2; }
.ascent-quiz__form { display: flex; flex-direction: column; min-height: 660px; padding: 38px 48px 34px; }
.ascent-quiz__honeypot { height: 1px !important; left: -9999px !important; opacity: 0 !important; position: absolute !important; width: 1px !important; }

.ascent-quiz__header { align-items: center; display: flex; gap: 17px; padding-right: 30px; }
.ascent-quiz__eyebrow { color: var(--quiz-gold-dark); display: block; font-size: 11px; font-weight: 750; letter-spacing: .16em; margin-bottom: 5px; text-transform: uppercase; }
.ascent-quiz__header h2 { font-size: 25px; font-weight: 650; letter-spacing: -.02em; line-height: 1.2; margin: 0 0 5px; }
.ascent-quiz__header p { color: var(--quiz-muted); font-size: 13px; line-height: 1.45; margin: 0; }
.ascent-quiz__progress { display: grid; gap: 7px; grid-template-columns: repeat(4, 1fr); margin: 27px 0 30px; }
.ascent-quiz__progress span { background: #eeeae4; border-radius: 10px; height: 4px; transition: background .25s ease; }
.ascent-quiz__progress span.is-active { background: var(--quiz-gold); }
.ascent-quiz__message { background: #fff2f0; border: 1px solid #efc6c0; border-radius: 9px; color: #a0392d; font-size: 12px; margin: -13px 0 17px; padding: 10px 13px; }

.ascent-quiz__step { animation: ascentQuizStep .25s ease both; flex: 1; }
@keyframes ascentQuizStep { from { opacity: 0; transform: translateX(8px); } }
.ascent-quiz__step-number { color: var(--quiz-gold-dark); font-size: 11px; font-weight: 650; letter-spacing: .08em; margin-bottom: 8px; text-transform: uppercase; }
.ascent-quiz__step h3, .ascent-quiz__success h3 { font-size: 22px; font-weight: 600; letter-spacing: -.015em; line-height: 1.3; margin: 0 0 22px; }
.ascent-quiz__options { display: grid; gap: 12px; }
.ascent-quiz__options--two { grid-template-columns: 1fr 1fr; }
.ascent-quiz__options--grid { grid-template-columns: 1fr 1fr; }
.ascent-quiz__option { align-items: center; border: 1px solid var(--quiz-line); border-radius: 13px; cursor: pointer; display: flex; gap: 13px; min-height: 78px; padding: 15px 17px; position: relative; transition: border-color .2s, box-shadow .2s, transform .2s; }
.ascent-quiz__option:hover, .ascent-quiz__material:hover { border-color: #d3b57a; transform: translateY(-1px); }
.ascent-quiz__option:has(input:checked), .ascent-quiz__material:has(input:checked) { border-color: var(--quiz-gold); box-shadow: 0 0 0 2px rgba(201, 155, 67, .15); }
.ascent-quiz__option input, .ascent-quiz__material input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.ascent-quiz__option-icon { align-items: center; background: #f8f4ed; border-radius: 10px; color: var(--quiz-gold-dark); display: flex; flex: 0 0 43px; height: 43px; justify-content: center; }
.ascent-quiz__option-icon svg { height: 26px; width: 26px; }
.ascent-quiz__option > span:nth-of-type(2), .ascent-quiz__option--client > span:first-of-type { display: flex; flex-direction: column; gap: 4px; padding-right: 23px; }
.ascent-quiz__option strong { font-size: 14px; font-weight: 600; line-height: 1.2; }
.ascent-quiz__option small { color: var(--quiz-muted); font-size: 11px; line-height: 1.35; }
.ascent-quiz__option i, .ascent-quiz__material i { border: 1px solid #cfc8bf; border-radius: 50%; height: 17px; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); width: 17px; }
.ascent-quiz__option input:checked ~ i, .ascent-quiz__material input:checked ~ i { border-color: var(--quiz-gold); box-shadow: inset 0 0 0 4px #fff; background: var(--quiz-gold); }
.ascent-quiz__option--client { min-height: 86px; padding-left: 19px; }

.ascent-quiz__materials { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.ascent-quiz__material { border: 1px solid var(--quiz-line); border-radius: 14px; cursor: pointer; min-height: 288px; overflow: hidden; position: relative; transition: border-color .2s, box-shadow .2s, transform .2s; }
.ascent-quiz__material-image { background-position: center; background-size: cover; display: block; height: 172px; }
.ascent-quiz__material--natural .ascent-quiz__material-image { background-image: linear-gradient(0deg, rgba(28,22,18,.08), transparent), url('/local/components/ascent/discount.quiz/templates/.default/images/granite.jpg'); }
.ascent-quiz__material--quartz .ascent-quiz__material-image { background-image: linear-gradient(0deg, rgba(28,22,18,.06), transparent), url('/local/components/ascent/discount.quiz/templates/.default/images/quartz.jpg'); }
.ascent-quiz__material-body { display: flex; flex-direction: column; padding: 15px 42px 15px 17px; }
.ascent-quiz__material-body strong { font-size: 14px; font-weight: 650; margin-bottom: 4px; }
.ascent-quiz__material-body small { color: var(--quiz-muted); font-size: 11px; }
.ascent-quiz__material-body b { color: var(--quiz-gold-dark); font-size: 12px; font-weight: 650; margin-top: 10px; }
.ascent-quiz__material i { bottom: 20px; top: auto; transform: none; }

.ascent-quiz__contact-note { color: var(--quiz-muted); font-size: 12px; margin: -13px 0 19px; }
.ascent-quiz__fields { display: grid; gap: 13px; grid-template-columns: 1fr 1fr; }
.ascent-quiz__fields label { color: var(--quiz-ink); display: flex; flex-direction: column; font-size: 12px; font-weight: 550; gap: 7px; }
.ascent-quiz__fields label > span small { color: var(--quiz-muted); font-size: 10px; font-weight: 400; }
.ascent-quiz em { color: #b44537; font-style: normal; }
.ascent-quiz__fields input { background: #fff; border: 1px solid #dcd6ce; border-radius: 9px; color: var(--quiz-ink); font: inherit; font-size: 13px; height: 47px; outline: 0; padding: 0 14px; transition: border-color .2s, box-shadow .2s; }
.ascent-quiz__fields input:focus { border-color: var(--quiz-gold); box-shadow: 0 0 0 3px rgba(201, 155, 67, .13); }
.ascent-quiz__fields input.is-error { border-color: #b44537; }
.ascent-quiz__consents { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }
.ascent-quiz__consents label { align-items: flex-start; cursor: pointer; display: flex; gap: 9px; position: relative; }
.ascent-quiz__consents input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.ascent-quiz__consents label > span { align-items: center; border: 1px solid #cfc8bf; border-radius: 4px; color: #fff; display: flex; flex: 0 0 17px; height: 17px; justify-content: center; margin-top: 1px; }
.ascent-quiz__consents label > span svg { height: 13px; opacity: 0; stroke-width: 2.3; width: 13px; }
.ascent-quiz__consents input:checked + span { background: var(--quiz-gold); border-color: var(--quiz-gold); }
.ascent-quiz__consents input:checked + span svg { opacity: 1; }
.ascent-quiz__consents small { color: #5e5953; font-size: 11px; line-height: 1.45; }
.ascent-quiz__consents a { color: var(--quiz-gold-dark); text-decoration: underline; }
.ascent-quiz__field-error { color: #b44537 !important; display: block; font-size: 10px !important; font-weight: 400; line-height: 1.3; margin: 6px 0 0; min-height: 13px; }
.ascent-quiz__consents .ascent-quiz__field-error { margin: -8px 0 0 26px; min-height: 0; }

.ascent-quiz__actions { align-items: center; border-top: 1px solid #eee9e2; display: flex; justify-content: space-between; margin-top: 27px; padding-top: 23px; }
.ascent-quiz__gold-button { align-items: center; appearance: none; background: linear-gradient(135deg, #d4aa58, #b9872e); border: 0; border-radius: 9px; box-shadow: 0 7px 18px rgba(175, 126, 41, .21); color: #fff !important; cursor: pointer; display: inline-flex; font-family: inherit; font-size: 13px; font-weight: 650; gap: 7px; justify-content: center; line-height: 1.2; padding: 14px 22px; text-decoration: none !important; transition: box-shadow .2s, transform .2s, filter .2s; }
.ascent-quiz__gold-button:hover { box-shadow: 0 9px 24px rgba(175, 126, 41, .31); filter: brightness(1.04); transform: translateY(-1px); }
.ascent-quiz__gold-button:disabled { cursor: wait; filter: grayscale(.15); opacity: .72; transform: none; }
.ascent-quiz__next, .ascent-quiz__submit { margin-left: auto; min-width: 130px; }
.ascent-quiz__next svg, .ascent-quiz__back svg { flex: 0 0 18px; height: 18px; margin: 0; position: static; transform: none; width: 18px; }
.ascent-quiz__back, .ascent-quiz__text-button { align-items: center; appearance: none; -webkit-appearance: none; background: transparent; border: 0; box-shadow: none; color: #77716b; cursor: pointer; display: inline-flex; font-family: inherit; font-size: 12px; gap: 5px; justify-content: flex-start; line-height: 1; margin: 0; min-height: 38px; padding: 10px 2px; text-decoration: none; white-space: nowrap; width: auto; }
.ascent-quiz .ascent-quiz__back:hover, .ascent-quiz .ascent-quiz__back:active, .ascent-quiz .ascent-quiz__back:focus,
.ascent-quiz .ascent-quiz__text-button:hover, .ascent-quiz .ascent-quiz__text-button:active, .ascent-quiz .ascent-quiz__text-button:focus,
.ascent-quiz .ascent-quiz__close:hover, .ascent-quiz .ascent-quiz__close:active, .ascent-quiz .ascent-quiz__close:focus,
.ascent-quiz .ascent-quiz__teaser-close:hover, .ascent-quiz .ascent-quiz__teaser-close:active, .ascent-quiz .ascent-quiz__teaser-close:focus { background: transparent; box-shadow: none; }
.ascent-quiz .ascent-quiz__back:hover { color: var(--quiz-gold-dark); }
.ascent-quiz .ascent-quiz__back:focus-visible { border-radius: 4px; outline: 2px solid rgba(201, 155, 67, .55); outline-offset: 2px; }
.ascent-quiz__submit i { animation: ascentQuizSpin .8s linear infinite; border: 2px solid rgba(255,255,255,.45); border-radius: 50%; border-top-color: #fff; display: none; height: 15px; width: 15px; }
.ascent-quiz__submit.is-loading i { display: block; }
@keyframes ascentQuizSpin { to { transform: rotate(360deg); } }

.ascent-quiz__success { align-items: center; display: flex; flex: 1; flex-direction: column; justify-content: center; padding: 15px 20px 0; text-align: center; }
.ascent-quiz__success-icon { color: var(--quiz-gold); margin-bottom: 18px; }
.ascent-quiz__success-icon svg { height: 76px; stroke-width: 1.7; width: 76px; }
.ascent-quiz__success h3 { font-size: 27px; margin-bottom: 10px; }
.ascent-quiz__success > p { color: var(--quiz-muted); font-size: 13px; line-height: 1.55; margin: 0; max-width: 390px; }
.ascent-quiz__coupon { background: #faf6ee; border: 1px dashed #d5b679; border-radius: 12px; display: flex; flex-direction: column; margin: 22px 0; min-width: 260px; padding: 14px 24px; }
.ascent-quiz__coupon strong { color: var(--quiz-gold-dark); font-size: 24px; letter-spacing: .12em; }
.ascent-quiz__coupon span { color: var(--quiz-muted); font-size: 10px; margin-top: 4px; }
.ascent-quiz__text-button { margin-top: 8px; }

body.ascent-quiz-open, body.ascent-quiz-teaser-open { overflow: hidden !important; }

@media (max-width: 720px) {
    .ascent-quiz__overlay { align-items: flex-end; padding: 0; }
    .ascent-quiz__dialog { border-radius: 20px 20px 0 0; max-height: 94vh; min-height: 0; overflow-y: auto; }
    .ascent-quiz__form { min-height: 615px; padding: 27px 20px 22px; }
    .ascent-quiz__close { right: 10px; top: 9px; }
    .ascent-quiz__header { padding-right: 25px; }
    .ascent-quiz__header h2 { font-size: 19px; }
    .ascent-quiz__header p { font-size: 11px; }
    .ascent-quiz__progress { margin: 20px 0 23px; }
    .ascent-quiz__step h3 { font-size: 19px; margin-bottom: 17px; }
    .ascent-quiz__options--two, .ascent-quiz__options--grid, .ascent-quiz__materials, .ascent-quiz__fields { grid-template-columns: 1fr; }
    .ascent-quiz__option { min-height: 67px; padding: 11px 14px; }
    .ascent-quiz__option--client { min-height: 65px; }
    .ascent-quiz__materials { gap: 9px; }
    .ascent-quiz__material { display: grid; grid-template-columns: 105px 1fr; min-height: 105px; }
    .ascent-quiz__material-image { height: 100%; min-height: 105px; }
    .ascent-quiz__material-body { justify-content: center; padding: 12px 36px 12px 13px; }
    .ascent-quiz__material-body b { margin-top: 7px; }
    .ascent-quiz__material i { bottom: auto; top: 50%; transform: translateY(-50%); }
    .ascent-quiz__actions { margin-top: 20px; padding-top: 17px; }
    .ascent-quiz__teaser { gap: 17px; max-width: calc(100vw - 30px); padding: 35px 25px 28px; width: 360px; }
    .ascent-quiz__gift { flex-basis: 58px; height: 58px; width: 58px; }
    .ascent-quiz__gift svg { height: 37px; width: 37px; }
    .ascent-quiz__teaser-copy strong { font-size: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .ascent-quiz *, .ascent-quiz *::before, .ascent-quiz *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* End */


/* Start:/local/templates/kdteam_mobile/styles/pages/desktop/home.min.css?173795443053650*/
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
    }
}

/* End */


/* Start:/local/templates/kdteam_mobile/styles/pages/home/home.min.css?17253332426507*/
.cards_vacancies{display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;}
.card_vacancie{padding: 10px;}
.cards__card_inner_vacancie{}
.cards__card_inner_vacancie a{
    text-align: center;
}
img.cards__card_header_image_vacancie{}
.cards__card_content_vacancie{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
}
.cards__card_footer_vacancie{
    text-align: center;
}
.cards__card_info_vacancie{
    text-align: center;
}
.cards__card_info_vacancie a{
    background: #e24538;
    color:#fff;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px auto;
}
.cards__card_info_link_vacancie{}
.cards__card_info_vacancie a{}

@media(max-width:1200px){
    .cards_vacancies{display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;}
}
@media(max-width:992px){
    .cards_vacancies{display: grid;grid-template-columns: 1fr 1fr 1fr;}
}
@media(max-width:768px){
    .cards_vacancies{display: block;}
	.card_vacancie{text-align: center;}
	.section.four-items{
		padding-bottom:0;
	}
	.cards__card_info_vacancie a{
		text-align: center;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 5px;
	}
	.cards__card_info_vacancie a svg{
		display:none;
	}
	.cards__card_info_vacancie a span{
		    font-size: 13px;
	}
	.cards__card_content_vacancie{
		display:none;
	}
	.cards__card_footer_vacancie {
		font-size: 13px;
	}
	.show-all{
		margin: 0 0 3em;
	}
}
@media(max-width:600px){
	header.clearfix{
		margin-bottom: 20px;
	}

    .cards {
		grid-template-columns: repeat(1,1fr);
	}

	.cards__card{
		width: 100%;
	}
}

.company_info{margin:2rem 0 2rem}.company_info__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.company_info--logo{width:9rem;height:6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.company_info--number{margin-bottom:.25rem}.company_info--number .phone-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:baseline;-ms-flex-align:baseline;align-items:baseline}.company_info--number *{color:#f12323;font-size:1.25rem;font-weight:600}.company_info--stock label{color:#687180;font-size:1.2rem}@media (max-width:340px){.company_info--stock label{font-size:1.4rem}}.company_info--stock select{border:none;width:auto;font-size:1.2rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:url(/local/templates/kdteam_mobile/images/components/svg/down-arrow-select.svg);background-repeat:no-repeat;background-position:.33rem;background-size:.66rem;padding-left:1.32rem}@media (max-width:340px){.company_info--stock select{font-size:1.4rem}}.banner_carousel__item{width:100%;height:100%}.banner_carousel__item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.banner_carousel__item--text{position:absolute;top:3.4rem;left:1.4rem;line-height:1.25;font-size:1.8rem;font-weight:600}.banner_carousel__item--text span{color:#f12323}.banner_carousel .flickity-slider{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:7rem}.banner_carousel .flickity-viewport{margin-bottom:.5rem}.banner_carousel .flickity-page-dots{position:relative;bottom:0}.banner_carousel .flickity-page-dots .dot{width:2.5rem;height:.3rem;border-radius:5rem;background:#687180}.banner .owl-stage{-webkit-transform:translate3d(-2367px,0,0);transform:translate3d(-2367px,0,0);-webkit-transition:all .25s ease 0s;transition:all .25s ease 0s;width:4735px}.catalog_slider{margin:2rem 0 3rem}.card_small.types-stone{padding:1rem 1rem;height:12rem}.card_small--title.types-stone{width:7rem}.promo_items{margin:2rem 0 4rem}.pricelist_banner{margin:2rem 0 4rem}.pricelist_banner__inner{background-color:#edeff2;padding-top:2rem!important;padding-bottom:2rem!important;position:relative}.pricelist_banner__inner:after{content:'';background:url(/local/templates/kdteam_mobile/images/pages/home/pricelist_book.png);background-size:contain;background-repeat:no-repeat;width:16rem;height:19rem;position:absolute;right:0;top:-3rem}.pricelist_banner--title{font-size:1.4rem;margin-bottom:1rem}.email{margin:2rem 0 4rem}.email_block__inner{background-color:#edeff2;padding-top:2rem;padding-bottom:2rem;position:relative}.email_block__inner:after{content:'';background:url(/local/templates/kdteam_mobile/images/pages/home/convert.png);background-size:contain;background-repeat:no-repeat;width:11rem;height:13rem;position:absolute;right:0;top:-2rem}.email_block--title{font-size:1.4rem;margin-bottom:1rem}.email_block__form_input{border:1px solid #e0e0e0;border-radius:.5rem 0 0 .5rem;padding:1rem;font-size:1.2rem;width:100%}@media (max-width:340px){.email_block__form_input{font-size:1.4rem}}.email_block__form_input--label{display:block;margin-bottom:.5rem;color:#687180;font-size:1.2rem}@media (max-width:340px){.email_block__form_input--label{font-size:1.4rem}}.email_block__form--button{padding:1rem;font-size:1.2rem;border:none;border-radius:0 .5rem .5rem 0!important}.email_block__form_result--label{display:block;margin-bottom:.5rem;color:#000;font-size:1.2rem}.our_projects{margin:2rem 0 4rem}.our_projects__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.our_projects__inner .button{margin:0 auto}.our_projects__slider{margin-bottom:3rem}.our_projects__slider_card{width:21rem;height:21rem;margin-right:1rem;margin-bottom:1rem}.our_projects__slider_card .card_big--image{height:13rem}.our_projects__slider_card .card_big__content{padding:1rem 1rem 3rem}.our_projects__slider_card.is-selected .card_big__content--title{color:#000}.our_projects__slider_card .card_big__content--title{color:#687180}.video{margin:2rem 0 4rem}.video_block__item iframe{width:100%;height:18rem}
/* End */


/* Start:/local/templates/kdteam_mobile/components/bitrix/form/callback/bitrix/form.result.new/.default/style.css?1777335888770*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/kdteam_mobile/components/bitrix/form/callback/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/kdteam_mobile/components/bitrix/form/callback/bitrix/form.result.new/.default/images/icon_warn.gif);
}

.form-title{
	text-align: center; 
	font-size: 20px;
}

.footer-form__row{
	margin: 10px 0;
}
/* End */


/* Start:/local/templates/kdteam_mobile/components/bitrix/form/calculate/bitrix/form.result.new/.default/style.css?1777335888770*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/kdteam_mobile/components/bitrix/form/calculate/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/kdteam_mobile/components/bitrix/form/calculate/bitrix/form.result.new/.default/images/icon_warn.gif);
}

.form-title{
	text-align: center; 
	font-size: 20px;
}

.footer-form__row{
	margin: 10px 0;
}
/* End */


/* Start:/local/templates/kdteam_mobile/template_styles.css?17641175482894*/
.red-button{
    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;

    transition: .25s ease-in;
    padding: .85rem 2.5rem;
    margin: 1rem 0;
    background: #f12323;
    border-radius: 5px;
    color: #ffffff !important;
    text-decoration: none;
}

._orientationLeft__Ngj8e.wrap__wu8MJ{
    width: 100%;
    display: flex;
    justify-content: end;
    padding-right: 20px;
}

.mobile_menu__list_item--pricelist{
    /*height: 2.4rem !important;*/
}

.stickers{
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
    flex-basis: 100%;
    width: 100%;
    /*margin-top: 3px;*/
}

.sticker{
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    padding: 1px 4px;
    border-radius: 5px;
}

.promo-sticker{
    background: red;
    color: #fff;
}

.reduce-sticker{
    background: #687180;
    color: #fff;
}


#order-fast-buy .checkBoxApp .checkbox-content {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

#order-fast-buy.checkBoxApp .checkbox-content i {
    width: 15px;
    height: 15px;
    line-height: 15px;
}

#order-fast-buy .captchaBlock{
    margin-bottom: 20px;
}

.linkPolitic {
    color: #f12323 !important;
}

.error-inputs {
    color: red;
    font-weight: bold;
}

.error-captcha {
    color: red;
    font-weight: bold;
    margin: 10px 0 -5px 5px;
}

.policy-text{
    font-size: 14px;
    line-height: 120%;
}

.policy-text a{
    font-size: 14px;
}

.checkbox-styled{
    display: flex;
    align-items: start;
    gap: 7px;
    flex-wrap: wrap;
}

.checkbox-styled input[type="checkbox"]{
    /*margin: 0 !important;*/
    margin: 1px 0 0;
    flex: 0 0 auto;
}

.checkbox-styled .checkbox-content{
    flex: 1 0 90%;
    display: flex;
    align-items: start;
}

.error-inputs, .error-captcha{
    font-size: 12px;
}

.checkBoxApp.order-checkout{
    max-width: 500px;
}

.policy__link::after{
    display: none;
}

#count_form-simple .checkbox-styled{
    max-width: 500px;
    margin-bottom: 20px;
}

@media(max-width: 920px){
    .sticker{
        font-size: 8px;
    }
}

@media(max-width: 576px){
    .sticker{
        font-size: 14px;
    }

    .checkbox-styled input[type="checkbox"]{
        /*margin: 6px 0 0;*/
    }

    .order-items__btns{
        margin: 20px 0;
    }

    .order-items__btns .policy{
        font-size: 14px;
        line-height: 120%;
    }

    .order-items__btns .policy a{
        font-size: 14px;
        color: #f12323;
        text-decoration: none;
    }

    .policy {
        align-items: start !important;
        text-align: center;
        margin: 0;
    }
}
/* End */
/* /local/templates/kdteam_mobile/styles/footer-desktop.min.css?16986570782493 */
/* /local/templates/kdteam_mobile/components/bitrix/news.list/discount-price/style.css?1698657078150 */
/* /local/components/ascent/discount.quiz/templates/.default/style.css?178454375315544 */
/* /local/templates/kdteam_mobile/styles/pages/desktop/home.min.css?173795443053650 */
/* /local/templates/kdteam_mobile/styles/pages/home/home.min.css?17253332426507 */
/* /local/templates/kdteam_mobile/components/bitrix/form/callback/bitrix/form.result.new/.default/style.css?1777335888770 */
/* /local/templates/kdteam_mobile/components/bitrix/form/calculate/bitrix/form.result.new/.default/style.css?1777335888770 */
/* /local/templates/kdteam_mobile/template_styles.css?17641175482894 */
