

/* Start:/local/templates/main/card/fonts/style.css?17036561201212*/
@font-face {
  font-family: 'icomoon';
  src:  url('/local/templates/main/card/fonts/fonts/icomoon.eot?8mpo2w');
  src:  url('/local/templates/main/card/fonts/fonts/icomoon.eot?8mpo2w#iefix') format('embedded-opentype'),
    url('/local/templates/main/card/fonts/fonts/icomoon.ttf?8mpo2w') format('truetype'),
    url('/local/templates/main/card/fonts/fonts/icomoon.woff?8mpo2w') format('woff'),
    url('/local/templates/main/card/fonts/fonts/icomoon.svg?8mpo2w#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-uncheck-mark:before {
  content: "\e900";
}
.icon-check:before {
  content: "\e901";
}
.icon-check-mark:before {
  content: "\e902";
}
.icon-compare:before {
  content: "\e903";
}
.icon-share:before {
  content: "\e904";
}
.icon-info-mark:before {
  content: "\e905";
}
.icon-download:before {
  content: "\e906";
}
.icon-pdf-box:before {
  content: "\e907";
}
.icon-video:before {
  content: "\e908";
}

/* End */


/* Start:/local/templates/main/card/style.css?174669039967519*/
/**
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
/*
html.with-featherlight {
    overflow: hidden
}*/

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: local("Inter"),
        url("/local/templates/main/card/fonts/Inter/Inter-Regular.ttf") format("truetype");
}

.featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: rgba(51, 51, 51, 0.5);
}

.featherlight:last-of-type {
    background: rgba(51, 51, 51, 0.5);
}

.featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 34px 40px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
    border-radius: 5px;
    max-width: calc(100% - 20px);
    width: 640px;
}

.featherlight .featherlight-inner {
    display: block
}

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
    display: none
}

.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 15px;
    right: 15px;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: transparent;
    color: #909090;
    border: 0;
    padding: 0;
    font-size: 24px;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0
}

.featherlight .featherlight-image {
    width: 100%
}

.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch
}

.featherlight iframe {
    border: 0
}

.featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent
    }
}

@media print {
    html.with-featherlight>*> :not(.featherlight) {
        display: none
    }
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #CFDFE7;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 38px;
    outline: none;
    padding-left: 18px;
    padding-right: 46px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    box-shadow: 0px 0px 10px rgba(49, 91, 128, 0.17);
}
.nice-select:after {
    border-bottom: 2px solid #0E6EC3;
    border-right: 2px solid #0E6EC3;
    content: "";
    display: block;
    height: 7px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 19px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); }
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
.nice-select.disabled:after {
    border-color: #cccccc; }
.nice-select.wide {
    width: 100%; }
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important; }
.nice-select.right {
    float: right; }
.nice-select.right .list {
    left: auto;
    right: 0; }
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
.nice-select.small:after {
    height: 4px;
    width: 4px; }
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px; }
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important; }
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-top: 1px solid #CFDFE7}
.nice-select .option:first-child {
    border-top: none;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6; }
.nice-select .option.selected {
    font-weight: bold; }
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default; }

.no-csspointerevents .nice-select .list {
    display: none; }

.no-csspointerevents .nice-select.open .list {
    display: block; }

/*/----------/*/

img {
    max-width: 100%;
}

#wrapper {
    background-color: #ffffff !important;
}

.bread-crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 0.02em;
    margin-bottom: 20px !important;
}

.bread-crumbs__item {
    margin-bottom: 4px;
}

.bread-crumbs__link {
    padding: unset !important;
    font-weight: unset;
    border: unset;
    background-color: unset;
    font-size: unset;
    line-height: unset;
}

.bread-crumbs__link:after {
    display: none;
}

.bread-crumbs__item:not(:last-child):after {
    content: "";
    position: absolute;
    right: -12px;
    width: 6px;
    height: 6px;
    border: 1px solid #0E6EC3;
    border-top-width: 0;
    border-left-width: 0;
    transform: rotate(-45deg);
    top: 3px;
}

.bread-crumbs__item:not(:last-child) {
    position: relative;
    margin-right: 20.5px;
}

.bread-crumbs__link--last {
    color: #23212180;
}

.card-title {
    /*font-size: 36px;*/
    /*line-height: 42px;*/
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    max-width: calc(100% - 35px);
}

.card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 29px !important;
}

.card-info .share-btn,
.card-head .share-btn {
    background: transparent;
    width: auto;
    height: 44px;
    line-height: 1;
    font-size: 14px;
    color: #0E6EC3;
    margin-right: 6px;
    display: flex;
    align-items: center;
}

.card-info .share-btn {
    height: 20px;
    margin-right: 0;
}

.share-btn__icon {
    font-size: 16px;
    margin: 0 9px 2px 0;
    display: inline-block;
}

.card-info .share-wrap {
    position: absolute;
    right: 20px;
    top: 20px;
}

.share-btn__text {
    border-bottom: 1px dashed rgb(14 110 195 / 30%);
}

.card-info .share-btn__icon {
    margin: 0;
}

.share-btn:hover .share-btn__text {
    border-color: transparent;
}

.share-btn:hover {
    text-decoration: none;
}

.card .slick-arrow, .complex-carousel .slick-arrow, .card-carousel .slick-arrow {
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 0;
    outline: none;
    box-shadow: 0px 0px 10px rgba(49, 91, 128, 0.17);
    z-index: 5;
    border: 1px solid transparent;
    transition: .1s ease all;
}

.card .slick-arrow:hover, .complex-carousel .slick-arrow:hover, .card-carousel .slick-arrow:hover {
    border-color: #CFDFE7;
    box-shadow: none;
}

.card .slick-prev,
.complex-carousel .slick-prev,
.card-carousel .slick-prev {
    left: 0;
}

.complex-carousel .slick-prev:before,
.card .slick-prev:before,
.card-carousel .slick-prev:before {
    content: "";
    position: absolute;
    right: 14px;
    width: 8px;
    height: 8px;
    border: 2px solid #0E6EC3;
    border-right-width: 0;
    border-bottom-width: 0;
    transform: rotate(-45deg);
    top: 15px;
}

.card .slick-next,
.complex-carousel .slick-next,
.card-carousel .slick-next {
    right: 0;
}

.complex-carousel .slick-next:before,
.card .slick-next:before,
.card-carousel .slick-next:before {
    content: "";
    position: absolute;
    right: 16px;
    width: 8px;
    height: 8px;
    border: 2px solid #0E6EC3;
    border-top-width: 0;
    border-left-width: 0;
    transform: rotate(-45deg);
    top: 15px;
}

.complex-carousel .slick-track,
.card-carousel .slick-track {
    display: flex;
    align-items: stretch;
}

.complex-carousel .slick-slide,
.card-carousel .slick-slide {
    float: none;
    height: auto;
}

.complex-carousel .slick-slide > div,
.card-carousel .slick-slide > div {
    height: 100%;
}

.card-carousel .product-img img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    height: auto;
    width: auto;
}

.card > .container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.card-subtitle {
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
    margin-top: 46px;
}

.card-images {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 650px;
    position: relative;
}

.card-images__slide {
    width: 530px;
    position: relative;
    padding-bottom: 100%;
}

.card-images__slide img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.card-images__slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 40px);
    height: 300px;
    max-width: 100%;
}

.card-label {
    position: absolute !important;
    z-index: 5;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    background-color: #666;
    padding: 4.5px 7.5px;
}

.card-label.sale {
    background: #EE1616;
}

.card-images__slider {
    width: calc(100% - 120px);
}

.card-images__thumb {
    width: 98px !important;
    min-width: 98px;
    height: 98px!important;
    border: 1px solid rgba(17, 113, 192, 0.2);
    /*border-radius: 4px;*/
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.card-images__thumb.is-active {
    border-color: #0E6EC3 !important;
}

.card-images__thumb img {
    max-width: 98%;
    max-height: 98%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.card-images__slider .slick-arrow {
    display: none!important;
}

.card-images__thumbs {
    /*margin-top: 23px;*/
    margin: 0;
    /*display: flex;*/
    /*align-items: stretch;*/
    /*flex-direction: column;*/
    /*padding: 0 15px;*/
    /*width: calc(100% - 30px);*/
    width: 100px;
    height: 540px;
    overflow: hidden;
}

.card-images__thumbs--wrap {
    position: relative;
}

.card-images__thumbs--wrap .slick-prev,
.card .card-images__thumbs .slick-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    width: 42px;
    height: 38px;
    left: 50%;
    margin-right: -50%;
    transform: translateX(-50%);
    border-radius: 0;
    border: none;
    top: 6px;
    background: transparent;
}

.card-images__thumbs--wrap .slick-next,
.card .card-images__thumbs .slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    width: 42px;
    height: 38px;
    left: 50%;
    margin-right: -50%;
    top: auto;
    transform: translateX(-50%);
    bottom: 6px;
    background: transparent;
    right: auto;
    border-radius: 0;
    border: none;
}

.card-images__thumbs--wrap .slick-prev:before,
.card .card-images__thumbs .slick-prev:before {
    border-color: #000000;
    width: 12px;
    height: 12px;
    /*left: 8px;*/
    /*top: 7px;*/
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.card-images__thumbs--wrap .slick-next:before,
.card .card-images__thumbs .slick-next:before {
    border-color: #000000;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    /*left: 4px;*/
    /*top: 7px;*/
}

.card-images__thumb.is-video {
    background: #A2D5F8;
    border-color: #A2D5F8;
}

.card-images__video-label {
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    /* identical to box height */
    text-transform: uppercase;
    /* #0E6EC3 */
    color: #0E6EC3;
}

.card-images__video-icon {
    color: #0E6EC3;
    font-size: 14px;
    margin-bottom: 6px;
    margin-left: 4px;
}

.card-info {
    width: 480px;
    margin-left: auto;
    display: block !important;
    margin-right: 5px;
}

.card-panel {
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.14), 0px 4px 10px rgba(61, 61, 61, 0.15);
    /*box-shadow: 0px 0px 10px rgba(49, 91, 128, 0.17);*/
    /*border-radius: 4px;*/
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

@media (min-width: 768px) {
    .card-panel:first-child {
        padding-top: 13px;
    }

    .card-title {
        margin-bottom: 5px;
    }

    .card-info--border {
        padding: 0 0 10px;
        margin: 0 0 10px;
        border-bottom: 1px solid #DEDEE3;
    }
}

.card-info--border {
    width: 100%;
}

.card-artikul {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #909090;
}

.card-artikul span {
    color: #000000;
    margin-left: 10px;
}

.card-panel__price {
    width: 100%;
    position: relative;
}

.card-panel__price .product-favorite {
    position: absolute;
    top: 4px;
    right: 0;
}

.card-panel__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 14px;
}

.card-link {
    font-size: 14px;
    line-height: 15px;
    /* #0E6EC3 */
    /*color: #0E6EC3;*/
    /*border-bottom: 1px dashed #0e6ec34d;*/
    /*display: inline-block;*/
}

/*.card-link:hover {*/
    /*border-color: transparent;*/
    /*text-decoration: none;*/
    /*color: #0E6EC3;*/
/*}*/

/*.card-link.card-link--lg {*/
    /*font-size: 16px;*/
/*}*/

.card-tabs__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    color: #000000!important;
    text-decoration: none!important;
}

.card-tabs__link span {
    max-width: calc(100% - 57px);
}

.card-tabs__link i {
    display: block;
    width: 24px;
    height: 24px;
    background: url("/local/templates/main/card/icons/back-popup.svg") no-repeat center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.card-info__main-price {
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    color: #333333;
}

.card-tabs-links {
    padding: 0 10px 0 11px;
}

.card-info__old-price {
    font-size: 16px;
    line-height: 19px;
    color: #909090;
    position: relative;
    margin-left: 16px;
}

.card-info__old-price:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
    height: 1px;
    background: #EE1616;
}

.card-info__discount {
    background: #EE1616;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    transform: translateY(-3px);
    padding: 2px 9px 1px 5px;
    margin-left: 8px;
}

.card-available {
    font-size: 14px;
    line-height: 16px;
    color: #818696;
    margin-right: 2px;
    margin-top: 14px;
    position: relative;
    padding-left: 13px;
}

.card-available:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #818696;
}

.card-available.is-active {
    color: #161517;
}

.card-available.is-active:before {
    background: #27AE60;
}

.card-credit__icon {
    width: 27px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(/local/templates/main/card/icons/tag.svg) center no-repeat;
    background-size: contain;
    margin-right: 9px;
}

.card-credit {
    display: flex;
    align-items: center;
    /*margin-top: 8px;*/
}

.card-credit__text {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin-left: 4px;
}

.card-help {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: #E4F6FF;
    border-radius: 50%;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    font-family: 'Inter', sans-serif;
}

.card-help:hover {
    text-decoration: none;
    color: #000000;
}

.card-credit .card-help {
    margin-left: 5px;
    margin-top: -2px;
}

.card-panel__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}

.button {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    /* #FFFFFF */
    color: #FFFFFF;
    background: #0E6EC3;
    border-radius: 4px;
    border: 1px solid #0E6EC3;
    outline: none;
    padding: 18px 18px 17px;
}

.button:hover {
    background: #0f7cdb;
    border-color: #0f7cdb;
}

.card-button {
    width: 208px;
    width: auto;
    flex-basis: 0;
    flex-grow: 1;
}

.card-button + .card-button {
    margin-left: 16px;
}

.button--compare {
    font-size: 18px;
    color: #7E828F;
    background: #F2F2F2;
    border-color: #F2F2F2;
}

.button--compare:hover, .button--compare.is-active {
    color: #0E6EC3;
    background: rgb(218 238 252);
    border-color: rgb(218 238 252);
}

.button--inverse {
    background-color: transparent;
    color: #0E6EC3;
}

.button--inverse:hover {
    background: #0f7cdb;
    border-color: #0f7cdb;
    color: #ffffff;
}

.card-info__params {
    display: flex;
    margin-top: 26px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 11px;
}

.card-info__params > li {
    width: calc(50% - 15px);
    display: flex;
    break-inside: avoid;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    font-size: 14px;
    line-height: 16px;
}

.card-info__params li > span:first-child {
    color: #909090;
}

.card-info__params li > span:last-child,
.card-params > li > span:last-child {
    text-align: right;
}

select.card-select {
    opacity: 0;
}

.nice-select .list {
    margin: 0;
    width: calc(100% + 2px);
    box-shadow: 0px 0px 10px rgba(49, 91, 128, 0.17);
    border: 1px solid #CFDFE7;
    border-radius: 0;
    left: -1px;
}

.nice-select .option {
    height: 30px;
    line-height: 30px;
    min-height: 30px;
    margin: 0;
    font-size: 14px;
    padding-left: 17px;
}

.nice-select .option:before {
    display: none;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #F8F8F8;
    font-weight: normal;
}

.card-order-info {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    /*margin-top: 36px;*/
}

.card-order-info__item {
    width: 100%;
    display: flex;
    align-items: center;
    /*width: calc(50% - 15px);*/
    /*background: rgb(162 213 248 / 30%);*/
    /*border-radius: 4px;*/
    /*padding: 21px 27px 17px;*/
    position: relative;
}

.card-order-info__item .card-help {
    /*position: absolute;*/
    /*right: 16px;*/
    /*top: 17px;*/
    margin-left: 12px;
}

.card-order-info__title {
    /*font-weight: bold;*/
    /*font-size: 14px;*/
    /*line-height: 16px;*/
    /*color: #333333;*/
    /*width: 100%;*/
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.margin--left {
    margin-left: auto;
}

.card-order-info__item .card-link {
    /*margin-top: 9px;*/
    /*line-height: 1.1;*/
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: right;
    text-decoration: underline;
    color: #000000;
}

.card-order-info__images {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.card-order-info__images img {
    margin-right: 10px;
}

.card-panel.card-panel--brand {
    /*margin-top: 33px;*/
    margin-top: 10px;
    padding: 18px 26px 18px;
    align-items: flex-start;
    justify-content: space-between;
}

.card-panel--brand {
    margin-top: 20px;
    padding: 0 0 0 11px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.card-brand__image {
    max-width: 100px;
    margin-top: 8px;
}

.card-brand__items {
    display: flex;
    align-items: center;
    /*flex: 1 1 auto;*/
}

.card-brand__item {
    display: flex;
    flex-direction: column;
    /*padding-top: 3px;*/
    /*padding-left: 24px;*/
    /*margin-right: auto;*/
}

.card-brand__value,
.card-brand__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.card-brand__value {
    /*margin-top: 4px;*/
}

.card-brand__сity {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.card-brand__info {
    display: flex;
    align-items: center;
    /*max-width: 103px;*/
    font-size: 14px;
    line-height: 21px;
    margin-top: 6px;
    /*color: #333333;*/
    /*position: relative;*/
    /*border-left: 1px solid #EBF2F5;*/
    /*padding: 12px 0 8px 23px;*/
    /*margin-left: 33px;*/
}

.card-brand__info .card-help {
    /*position: absolute;*/
    /*right:/ -10px;*/
    /*top: -2px;*/
    margin-left: 5px;
}

.card-brand__info.is-lg {
    max-width: unset;
    display: flex;
    align-items: center;
}

.card-brand__info.is-lg .card-help {
    position: static;
    margin-left: 10px;
}

.card-documents {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -17px;
    padding-right: 4px;
}

.card-documents__item {
    display: flex;
    align-items: stretch;
    width: calc(50% - 15px);
    margin-bottom: 15px;
}

.card-documents__text {
    background: rgba(235, 242, 245, 0.4);
    border: 1px solid #CFDFE7;
    border-left: none;
    border-radius: 0 4px 4px 0;
    flex: 1 1 auto;
    padding: 10px 19px 10px 26px;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-documents__size {
    color: #909090;
    flex: none;
}

.card-documents__icon {
    width: 56px;
    height: 56px;
    box-shadow: 0px 0px 10px rgba(49, 91, 128, 0.17);
    border-radius: 4px 0px 0px 4px;
    background: #EE1616;
    color: #fff;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex: none;
}

.card-documents__icon.is-pdf:before {
    content: "\e907";
}

.card-documents__item:hover .card-documents__icon.is-pdf:before {
    content: "\e906";
}

.card-documents__item:hover {
    text-decoration: none;
}

.card-documents__item:hover .card-documents__text {
    background-color: #EE1616;
    border-color: #EE1616;
    color: #ffffff;
}

.card-documents__item:hover .card-documents__size {
    color: #ffffff;
}

.card-offers__item {
    padding: 10px 30px 10px 0;
}

.card-offers {
    width: calc(100% + 26px);
    margin-right: -26px;
    margin-top: -10px;
    margin-bottom: -13px;
}

.card .card-offers .slick-next {
    right: 12px;
}

.card-offers__input {
    display: none;
}

.card-offers__inner {
    display: flex;
    align-items: center;
    border: 1px solid #CFDFE7;
    border-radius: 4px;
    padding: 16px 12px;
    cursor: pointer;
    position: relative;
}

.card-offers__image {
    width: 64px;
    height: 64px;
    position: relative;
    flex: none;
    margin-right: 14px;
}

.card-offers__image img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    max-height: 100%;
}

.card-offers__props {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    padding-top: 2px;
}

.card .card-offers .slick-prev {
    left: -20px;
}

.card .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.card-offers__prop + .card-offers__prop {
    margin-top: 8px;
}

.card-offers__prop span:first-child {
    color: #909090;
    margin-right: 7px;
}

.card-offers__inner:hover {
    box-shadow: 0px 0px 10px rgba(49, 91, 128, 0.17);
}

.card-offers__input:checked ~ .card-offers__inner {
    border-color: #4BD37B;
    box-shadow: none;
}

.card-offers__input:checked ~ .card-offers__inner:before {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14.5px;
    content: "\e902";
    color: #4BD37B;
    position: absolute;
    top: 10px;
    left: 8px;
}

.card-params {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin: 1px 0 -3px;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
}

.card-params > li {
    width: calc(50% - 16px);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
}

.card-params > li:nth-child(4n+1), .card-params > li:nth-child(4n+2) {
    background: rgb(235 242 245 / 40%);
}

.card-params .nice-select {
    margin-right: -17px;
}

.card-description {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: -5px 0 -4px;
    width: 100%;
}

.card-description p {
    margin-bottom: 24px;
}

.card-description p:last-child {
    margin-bottom: 0;
}

.card-complex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 0 -26px;
    width: calc(100% - 7px);
}

.card-complex__item {
    width: calc(100% / 4 - 24px);
    margin-bottom: 30px;
    margin-right: 32px;
    position: relative;
    background-color: #ffffff;
    display: none;
}

.is-all-show .card-complex__item,
.card-complex__item:nth-child(-n+4) {
    display: block;
}

.card-complex__item:nth-child(4n) {
    margin-right: 0;
}

.card-complex__input {
    display: none;
}

.card-complex__inner {
    width: 100%;
    /*height: 100%;*/
    display: block;
}

.card-complex__container {
    border: 1px solid #CFDFE7;
    box-sizing: border-box;
    border-radius: 4px;
    height: 100%;
    padding: 20px 27px 25px;
    position: relative;
    cursor: pointer;
    background-color: #ffffff;
    text-decoration: none!important;
}

.card-complex__inner:hover {
    text-decoration: none;
}

.card-complex__image {
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.card-complex__content {
    margin-top: 10px;
    font-size: 16px;
    line-height: 19px;
    display: block;
}

.card-complex__icon {
    background: #EE1616;
    border-radius: 4px;
    width: 64px;
    height: 64px;
    flex: none;
    margin-right: 15px;
    color: #fff;
}

.card-complex__icon.is-pdf {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.card-complex__icon.is-pdf:before {
    content: "\e907";
}

.card-complex__quantity {
    color: #909090;
    margin-top: 10px;
    display: block;
}

.card-complex__price {
    margin-top: 10px;
    display: block;
    font-weight: bold;
    color: #333333;
}

.card-complex__check {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    z-index: 2;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #1171C0;
}

.card-complex__input:checked + .card-complex__check {
    background: #1171C0;
}

.card-complex__check::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 17px;
    height: 13px;
    background: url("/local/templates/main/card/icons/check-new.svg") no-repeat center;
}

/*.card-complex__check:before{*/
    /*font-family: "icomoon" !important;*/
    /*speak: never;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*font-variant: normal;*/
    /*text-transform: none;*/
    /*line-height: 1;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    /*position: absolute;*/
    /*top:0;*/
    /*left: 0;*/
    /*font-size: 22px;*/
    /*color: #909090;*/
    /*content: "\e900";*/
/*}*/

/*.card-complex__input:checked ~ .card-complex__check:before {*/
    /*content: "\e902";*/
    /*color: #4BD37B;*/
/*}*/

/*.card-complex__input:not(:checked) ~ .card-complex__check:hover:before {*/
    /*color: #EE1616;*/
/*}*/

.policy {
    font-size: 14px;
    margin-bottom: 18px;
    color: #909090;
}

.policy a {
    color: #0e6ec3;
}

.card-more-items {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 0 -30px;
    justify-content: space-between;
    padding-right: 7px;
    width: 100%;
}

.card-more-item {
    width: calc(50% - 15px);
    border: 1px solid #CFDFE7;
    border-radius: 4px;
    margin-top: 0 !important;
    margin-bottom: 30px;
    min-height: 104px;
    display: flex;
    align-items: center;
    padding: 11px 21px 11px 11px;
    justify-content: space-between;
}

.card-more-item__image {
    width: 80px;
    height: 80px;
    flex: none;
    margin-right: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-more-item__name {
    font-size: 14px;
    line-height: 16px;
}

.card-more-item__price {
    color: #333333;
    /*margin-top: 14px;*/
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}

.card-more-item__action {
    width: 100%;
    /*flex: none;*/
    /*margin-left: 17px;*/
}

.card-more-item__button--added {
    display: none;
}

.card-more-item__button {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}

.card-more-item__content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 9px;
    padding-bottom: 5px;
    flex: 1 1 auto;
}

.card-more-item__button:hover {
    text-decoration: none;
    color: #fff;
}

.card-more-item.is-bought {
    border-color: #0E6EC3;
}

.card-more-item.is-bought .card-more-item__button {
    display: none;
}

.card-more-item.is-bought .card-more-item__button--added {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0;
    height: 56px;
    align-items: center;
    background: rgb(208 234 251);
    border: none;
    color: #0E6EC3;
    text-decoration: none;
}

.card-more-item.is-bought .card-more-item__button--added span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    padding-right: 4px;
}

.card-more-item.is-bought .card-more-item__button--added:before {
    content: "\e901";
    align-self: stretch;
    width: 56px;
    flex: none;
    background: #0E6EC3;
    border-radius: 4px 0 0 4px;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.card-others {
    /*margin: 60px 0 0;*/
    padding: 100px 0;
}

.card .card-others {
    width: 100%;
    margin-top: 79px;
}

.card-others.is-blue {
    background: #F1F3F7;
    padding: 100px 0;
}

.card-others .container .card-subtitle:first-child {
    margin-top: 0;
}

.complex-carousel,
.card-carousel {
    margin: -1px -5px -5px -15px;
}

.card-carousel__item {
    padding: 5px 0;
    height: 100%;
}

.card-carousel .product > div:not(.slider) {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.complex-carousel .slick-arrow,
.card-carousel .slick-arrow {
    top: 45%;
}

.complex-carousel .slick-prev {
    left: -70px;
    box-shadow: none;
    border: 1px solid rgba(17, 113, 192, 0.2);
}

.card-carousel .slick-prev {
    left: -42px;
}

.complex-carousel .slick-next {
    right: -70px;
    box-shadow: none;
    border: 1px solid rgba(17, 113, 192, 0.2);
}

.card-carousel .slick-next {
    right: -52px;
}

footer {
    margin-top: 0;
}

.complex-carousel .product,
.card-carousel .product {
    width: 100%;
    max-width: 265px;
    margin: 0 auto;
    height: 100%;
}

.complex-carousel .product {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #e4eef2;
    max-width: 267px;
    border-radius: 0;
}

.popup-title {
    text-align: left !important;
}

.popup-list__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.popup-list__image {
    width: 80px;
    height: 80px;
    flex: none;
    margin-right: 26px;
}

.popup-list__name {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}

.popup-list__text {
    font-size: 14px;
    line-height: 16px;

    /* #818696 */
    color: #818696;
    margin-top: 10px;
}


.popup-list {
    margin-top: 25px;
}

.popup-list__content {
    padding-top: 5px;
}

.featherlight .featherlight-content.one-click-popup {
    padding: 34px 40px 22px;
    width: 400px;
}

.featherlight.is-complex .featherlight-content {
    width: 1378px;
    max-width: 100%;
    padding: 50px 110px 59px 119px;
}

.complex-popup-content {
    width: 1137px;
    max-width: 100%;
}

.is-complex .popup-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 33px;
}

.card-images__slider:not(.slick-initialized),
/*.card-images__thumbs:not(.slick-initialized),*/
.card-offers:not(.slick-initialized),
.complex-carousel:not(.slick-initialized),
.card-carousel:not(.slick-initialized) {
    opacity: 0;
}

.card-panel__count-price {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(162, 213, 248, 0.3);
    border-radius: 4px;
    padding: 11px 17px 10px 10px;
    justify-content: space-between;
    margin: 25px 0 0;
}

.card-count-action {
    display: flex;
    align-items: center;
}

.card-total-price {
    display: flex;
    align-items: center;
    max-width: calc(100% - 250px);
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

.card-total-price .bold {
    display: inline-block;
    margin-left: 7px;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
}

.card-count__input {
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    height: 35px;
    flex: 1 1 auto;
    width: 60px;
    padding: 8px 3px;
    text-align: center;
    border: 1px solid #4D64AA;
    margin: 0 -1px;
}

.card-count__action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border: 1px solid #4D64AA;
}

.card-count__minus {
    border-radius: 4px 0px 0px 4px;
}

.card-count__plus {
    border-radius: 0 4px 4px 0;
}

.card-count {
    display: flex;
    align-items: stretch;
    box-shadow: 0px 0px 10px rgba(49, 91, 128, 0.17);
    background: #FFFFFF;
    width: 130px;
}

.card-count__action i {
    display: inline-block;
    height: 2px;
    width: 8px;
    background: #4D64AA;
    position: relative;
}

.card-count__plus i::before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 8px;
    background: #4D64AA;
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
}

.card-count-type {
    margin-left: 19px;
    display: flex;
    align-items: center;
}

.card-count-type__input {
    display: none!important;
}

.card-count-type__label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.card-count-type__label span {
    font-size: 16px;
    line-height: 19px;
    color: #0E6EC3;
}

.card-count-type__label + .card-count-type__label {
    margin-left: 15px;
}

.card-count-type__label .card-count-type__input:checked + span {
    border-bottom: 1px dashed #0E6EC3;
}

.card-info__one-price {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin: 2px 0 19px;
}

.card-link__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #1171C0;
    text-decoration: none!important;
    position: relative;
}

.card-link__item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: calc(100% - 3px);
    border-bottom: 1px dashed #1171C0;
    transition: all .2ms ease-in;
}

.card-link__item:hover::after {
    border-color: transparent;
}

.card-info__set--top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
}

.card-set__img {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(17, 113, 192, 0.2);
    position: relative;
}

.card-set__img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.card-set__item {
    padding: 5px;
}

.card-set__list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.card-info__set {
    padding-bottom: 15px;
}

.card-panel__price .card-info__set--top {
    margin-bottom: 0;
    margin-top: 8px;
}

.card-credit .card-credit__text,
.card-credit .card-link {
    font-size: 14px;
    line-height: 21px;
}

.card-panel__info.left {
    align-items: flex-start;
}

.card-complex__button {
    /*display: none;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 10px;
    background: #1171C0;
    border: 1px solid #1171C0;
    border-radius: 4px;
    transition: all .2ms ease-in;
    margin-top: 20px;
    text-decoration: none!important;
}

.card-complex__button:hover {
    color: #FFFFFF;
    background: #0f7cdb;
    border-color: #0f7cdb;
}

/*.card-complex__item:hover .card-complex__button {*/
    /*display: flex;*/
/*}*/

/*.card-complex__item:not(.card-complex__item--nothover):hover .card-complex__container {*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*padding-bottom: 25px;*/
    /*height: auto;*/
/*}*/

.card-complex-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 42px;
}

.card-complex__action {
    display: flex;
    align-items: center;
}

.js-add-basket-complex {
    padding: 12px 41px;
    background: #1171C0;
    border-radius: 4px;
    margin-right: 35px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
}

.card-complex__product--price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-complex__product--price .count-item {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 4px;
}

.card-complex__product--price .price-item {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
}

.card-complex__more {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none!important;
    color: #000000!important;
}

.card-complex__more i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: url("/local/templates/main/card/icons/back-popup.svg") no-repeat center;
    margin-left: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transition: all .2ms ease-in;
}

.card-complex__more.is-down i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: all .2ms ease-in;
}

.complex-popup-content .product-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 7px 15px;
    background: #FFFFFF;
    border: 1px solid #1171C0;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #1171C0;
    margin-top: 10px;
    text-decoration: none!important;
}

.complex-popup-wrapper .product-footer {
    flex-wrap: wrap;
    align-items: stretch;
}

.complex-popup-content .product-to-basket {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    width: 100%;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .card-complex__container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .card-complex__inner {
        margin-bottom: 20px;
    }

    .card-complex__button {
        margin-top: auto;
    }

    .card-complex__container--default  .card-complex__inner {
        margin-bottom: 0;
    }
}

@media (max-width: 1281px) {
    .complex-carousel .slick-next,
    .card-carousel .slick-next {
        right: -10px;
    }

    .complex-carousel .slick-prev,
    .card-carousel .slick-prev {
        left: -5px;
    }

    .card-offers {
        margin-left: -15px;
    }

    .card-offers__item {
        margin-left: 15px;
    }

    .card .card-offers .slick-prev {
        left: -5px;
    }

    .card .card-offers .slick-next {
        right: -5px;
    }
}

@media (max-width: 1199px) {
    .card-images__thumbs {
        display: flex;
        align-items: stretch;
        flex-direction: column;
        width: 100%;
        height: 100px;
    }

    .card-images__slider {
        width: 100%;
        margin-bottom: 23px;
    }

    .card-images__thumbs--wrap .slick-prev,
    .card .card-images__thumbs .slick-prev {
        width: 17px;
        height: 17px;
        left: 6px;
        margin-right: 0;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }

    .card-images__thumbs--wrap .slick-next,
    .card .card-images__thumbs .slick-next {
        width: 17px;
        height: 17px;
        left: auto;
        right: 6px;
        margin-right: 0;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        bottom: auto;
    }

    .card-images__thumbs--wrap .slick-prev::before,
    .card .card-images__thumbs .slick-prev::before,
    .card-images__thumbs--wrap .slick-next::before,
    .card .card-images__thumbs .slick-next::before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        position: static;
    }

    .card-images,
    .card-info {
        width: 650px;
        max-width: 100%;
        margin: 0 auto;
    }

    .card-images {
        flex-direction: column-reverse;
        align-items: stretch;
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .card-complex__item {
     width: calc(100% / 3 - 20px);
    }

    .card-complex__item:nth-child(4n) {
     margin-right: 30px;
    }

    .card-complex__item:nth-child(3n) {
     margin-right: 0;
    }
    }

    @media (max-width: 1024px) and (min-width: 961px), (max-width: 767px) {
    .card-info {
     width: calc(100% - 540px);
    }

    .card-images {
     width: 500px;
    }

    .card-panel__price {
     width: 100%;
     order: 1;
    }

    .card-panel__actions {
     flex-wrap: wrap;
     order: 2;
    }

    .card-panel__info {
     width: 100%;
     flex-direction: revert;
     order: 2;/*order: 3;*/
     padding: 16px 0 0;
     justify-content: space-between;
    }

    .card-panel__count-price {
     order: 2;
    }

    .card-available {
     margin-top: 0;
    }

    .card-panel {
     padding: 28px 20px 20px;
    }

    .card-button {
     width: 100%;
    }

    .card-one-click {
        /*width: calc(100% - 66px);*/
        width: 100%;
        margin-top: 10px;
    }

    .button--compare {
        margin-top: 10px;
    }

    .card-info__params > li {
        width: 100%;
    }

    .card-order-info__item {
        width: 100%;
        margin-bottom: 10px;
        height: 88px;
    }

    .card-panel.card-panel--brand {
        margin-top: 2px;
    }

    .card-order-info {
        margin-top: 32px;
    }

    .card-brand__info {
        border: none;
        padding: 0;
        width: 100%;
        max-width: unset;
        margin: 15px 0 0;
        display: flex;
        align-items: center;
    }

    .card-brand__info .card-help {
        position: static;
        margin-left: 10px;
    }
}

@media (max-width: 1030px) {

    .card-info {
        width: 100%;
        margin-top: 30px;
    }

    .card-button {
        width: auto;
        flex: 1 1 auto;
    }

    .card-button + .button {
        margin-left: 16px;
    }

    .card-complex__item {
        width: calc(100% / 2 - 15px);
        margin-right: 30px;
    }

    .card-complex__item:nth-child(3n) {
        margin-right: 30px;
    }

    .card-complex__item:nth-child(2n) {
        margin-right: 0;
    }

    .card-images {
        margin-left: auto;
        margin-right: auto;
    }

    .card-images {
        margin-left: auto;
        margin-right: auto;
    }

    .card-more-item {
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 19px;
        padding-right: 20px;
    }

    .card-more-item__content {
        width: calc(100% - 97px);
    }

    .card-more-item__action {
        width: calc(100% - 97px);
        margin-left: auto;
        margin-top: 11px;
    }

}

@media (min-width: 768px) {
    .view-sm {
        display: none !important;
    }
}


@media (max-width: 767px) {
    .hide-sm {
        display: none !important;
    }

    .card-images {
        width: 100%;
    }

    .card-offers .slick-list {
        transform: none !important;
        overflow: unset !important;
    }

    .card-offers .slick-track {
        width: 100% !important;
        transform: none !important;
    }

    .card .card-offers .slick-arrow {
        display: none !important;
    }

    .card-offers .slick-slide {
        width: 100% !important;
    }

    .card-offers__item {
        padding-right: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 8px;
    }

    .card-offers {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: -6px;
        margin-right: unset;
    }

    .card-images__thumbs {
        width: calc(100% + 20px);
        padding: 0px 10px;
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 6px;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .card-images__thumbs .slick-list {
        overflow: unset !important;
    }

    .card-images__thumbs::-webkit-scrollbar {
        display: none;
    }

    .card-images__thumbs--nav {
        display: none;
    }

    .card-images__thumb:not(:last-child) {
        margin-right: 4px;
    }

    .bread-crumbs {
        display: none !important;
    }

    .card-title {
        font-size: 24px;
        line-height: 130%;
        max-width: 100%;
        margin-bottom: 12px;
        /*margin-top: 15px;*/
    }

    .card-button + .button {
        margin-left: unset;
    }

    .card-set__title {
        font-size: 14px;
        line-height: 24px;
    }

    .card-one-click {
        /*width: calc(100% - 66px);*/
        width: 100%;
        flex: none;
    }

    .card-info__set {
        border-top: 1px solid #DEDEE3;
        border-bottom: 1px solid #DEDEE3;
        padding: 3px 0 10px;
        margin-bottom: 10px;
    }

    .card-info__set--top {
        margin-bottom: 6px;
    }

    .card-set__list {
        margin: -7.5px;
    }

    .card-set__item {
        padding: 7.5px;
    }

    .card-params > li:nth-child(4n+1), .card-params > li:nth-child(4n+2) {
        background: transparent;
    }

    .card-params > li:nth-child(odd) {
        background: rgb(235 242 245 / 40%);
    }

    .card-params > li {
        width: 100%;
        height: 35px;
    }

    .card-info__params > li {
        width: 100%;
        height: 31px;
    }

    .card-info__params {
        margin-top: 20px;
        margin-bottom: 14px;
        overflow: hidden;
        max-height: 120px;
    }

    .card-complex__item {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 8px;
    }

    .card-more-item {
        width: 100%;
        margin-bottom: 8px;
    }

    .card-documents__item {
        width: 100%;
        margin-bottom: 8px;
    }

    .nice-select {
        height: 35px;
        line-height: 33px;
    }

    .slick-dots {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-bottom: -8px;
    }

    .slick-dots button {
        font-size: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid #0E6EC3;
    }

    .slick-dots li {
        margin: 0 2px;
    }

    .slick-dots li.slick-active button {
        background: #0E6EC3;
    }

    .complex-carousel,
    .card-carousel {
        margin: 0 -4px;
    }

    .card-carousel__item {
        padding: 5px 4px;
    }

    .card-subtitle {
        font-size: 20px;
        line-height: 23px;
    }

    .card-head .share-btn {
        height: auto;
        margin-right: 0;
    }

    .card-back {
        font-size: 14px;
        line-height: 16px;
        color: #0E6EC3;
        display: flex;
        align-items: center;
        margin-left: 20px;
        position: relative;
        border-bottom: 1px dashed rgb(14 110 195 / 30%);
    }

    .card-back:before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        border: 2px solid #0E6EC3;
        transform: rotate(45deg);
        border-top: none;
        border-right: none;
        left: -16px;
    }

    .card-panel__price .card-info__set--top {
        margin-top: 6px;
    }

    .header {
        margin-bottom: 17px !important;
    }

    .card-head {
        margin-bottom: 21px !important;
    }

    .card .slick-prev:before, .complex-carousel .slick-prev:before, .card-carousel .slick-prev:before {
        width: 7px;
        height: 7px;
    }

    .card .slick-next:before, .complex-carousel .slick-next:before, .card-carousel .slick-next:before {
        width: 7px;
        height: 7px;
    }

    .card .slick-arrow, .complex-carousel .slick-arrow, .card-carousel .slick-arrow {
        margin-top: -2px;
    }

    .card-info {
        margin-top: 0;
        margin-right: unset;
    }

    .card-info__main-price {
        font-size: 24px;
        line-height: 28px;
    }

    .card-info__old-price {
        margin-left: 7px;
    }

    .card-info__discount {
        margin-left: 11px;
        transform: translateY(-4px);
    }

    .card-panel {
        padding: 0;
        border: none;
        box-shadow: none;
    }

    .card-credit {
        /*margin-top: 11px;*/
        display: block;
    }

    .card-credit__icon {
        margin-right: 3px;
        display: none;
    }

    .card-credit__text {
        margin-left: 1px;
    }

    .card-credit .card-help {
        margin-left: 1px;
        display: none;
    }

    .card-order-info__item {
        /*padding: 22px 21px 16px;*/
        height: auto;
        margin: 0;
    }

    .card-panel.card-panel--brand {
        flex-direction: column;
        align-items: flex-start;
        /*padding: 19px 20px 18px;*/
        padding: 0;
        margin-top: 17px;
    }

    .card-order-info {
        margin-top: 22px;
    }

    .card-brand__image {
        max-width: 100px;
        margin: 0 0 0 16px;
    }

    /*.card-brand__items {*/
        /*flex-direction: column;*/
        /*width: calc(100% - 150px);*/
        /*padding-left: 20px;*/
        /*align-items: flex-start;*/
        /*align-self: flex-start;*/
        /*margin-top: -4px;*/
    /*}*/

    .card-brand__info {
        margin: 9px 0 0;
        order: 3;
    }

    .card-brand__items {
        margin: 0;
        order: 1;
    }

    .card-brand__name {
        color: #909090;
        margin-right: 10px;
    }

    .card-brand__right {
        display: flex;
        align-items: flex-start;
        margin: 16px 0 0;
        order: 2;
    }

    .card-brand__item {
        padding: 0;
        margin: 0;
        align-items: center;
        flex-direction: row;
    }

    /*.card-brand__item + .card-brand__item {*/
        /*margin-top: 13px;*/
    /*}*/

    .card-subtitle {
        margin: 0 0 12px;
        font-weight: 500;
        font-size: 20px;
        line-height: 23px;
    }

    .card-tabs-links {
        padding: 0;
    }

    .card-documents__text {
        padding: 10px 14px 9px 22px;
    }

    .card-panel--brand.card-panel--shadow {
        margin-top: 15px;
        padding: 15px 26px;
        background: #FFFFFF;
        box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.14), 0px 4px 10px rgba(61, 61, 61, 0.15);
    }

    .card-documents {
        margin-bottom: -3px;
    }

    .card-description {
        margin: 2px 0 -4px;
    }

    .card-description p {
        margin-bottom: 8px;
    }

    .card-complex {
        /*margin: 2px 0 -12px;*/
        width: calc(100% + 20px);
        margin: 0 -10px;
        padding: 0 10px;
    }

    .card-more-items {
        padding-right: 0;
    }

    .card-more-item__content {
        align-self: flex-start;
    }

    .card-more-item__price {
        margin-top: 17px;
    }

    .card-others {
        padding: 30px 0 0;
    }

    .card-link {
        display: inline;
    }

    .card-order-info__item .card-link {
        display: inline-block;
    }

    .card-images__slide iframe {
        height: 168px;
    }

    .popup-title {
        font-size: 20px;
        line-height: 23px;
    }

    .popup-list__image {
        width: 50px;
        height: 50px;
        flex: none;
        margin-right: 16px;
    }

    .card-others .product-content {
        height: auto;
    }

    .card .card-others {
        margin-top: 40px;
    }

    .slider-tabs .tabs__caption {
        margin-bottom: 16px!important;
    }

    .product {
        box-shadow: none;
        -webkit-box-shadow: none;
        border: 1px solid #DEDEE3;
    }
}

.header {
    height: 207px;
}

@media (max-width: 1023px) {
    .header {
        height: 216px;
    }
}
@media (max-width: 767px) {
    .header {
        height: 127px;
    }
}
@media (max-width: 478px) {
    .header {
        height: 98px;
    }
}

.tabs__content {
    display: none;
}
.tabs__content.is-active {
    display: block;
}
.tabs {
    margin-bottom: unset;
    width: 100%;
    margin-top: 38px;
}

.card-others.is-blue + .card-others.is-blue {
    padding-top: 0;
}

@media (min-width: 768px) {
    .card .tabs {
        padding: 100px 0;
        margin: 0;
    }

    .card + .card-others:not(.is-blue) {
        padding-top: 0;
    }
}

.tabs__content {
    box-shadow: unset;
}

.tabs__caption {
    display: flex;
    border-bottom: 1px solid #CFDFE7;
    margin-bottom: 34px;
}

.tabs__caption li {
    padding: 14px 0;
    font-size: 18px;
    line-height: 21px;
    margin-right: 46px;
    color: #818696;
    cursor: pointer;
    position: relative;
}

.tabs__caption li.is-active {
    font-weight: bold;
    color: #333333;
    cursor: default;
}

.tabs__caption li.is-active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 4px;
    background: #0E6EC3;
}
.link-readmore {
    color: #0E6EC3;
    font-size: 16px;
    line-height: 19px;
    margin-top: 8px;
    display: inline-block;
    border-bottom: 1px dashed #0e6ec34d;
    text-decoration: none !important;
}

.tabs__content.has-collapse:not(.is-collapsed) [data-readmore="inner"]:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, #FFFFFF 76.19%);
    height: 69px;
    pointer-events: none;
}

.tabs__content.has-collapse [data-readmore="inner"] {
    position: relative;
}

.tabs__content.has-collapse.is-collapsed .link-readmore {
    font-size: 0;
}

.tabs__content.has-collapse.is-collapsed .link-readmore:after {
    content: attr(data-text);
    font-size: 16px;
    line-height: 19px;
}

.slider-tabs .tabs__content {
    display: block;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
}

.slider-tabs .tabs__content.is-active {
    opacity: 1;
    max-height: none;
    overflow: visible;
    pointer-events: auto;
    visibility: visible;
}

.js-fancy-video {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.slider-tabs .tabs__caption {
    border-bottom: none;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.slider-tabs {
    margin-top: 0;
}

.slider-tabs .tabs__caption li {
    padding: 6px 16px;
    margin-right: 0;
    background: #DEDEE3;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 10px;
}

.slider-tabs .tabs__caption li.is-active {
    background: #1171C0;
    color: #FFFFFF;
}

.slider-tabs .tabs__caption li:not(:last-child) {
    margin-right: 10px;
}

.slider-tabs .tabs__caption li.is-active:after {
    content: none;
}

@media (max-width: 767px) {
    .tabs__caption {
        overflow: auto;
        margin: 0 -10px 19px;
        padding-left: 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        scrollbar-height: none;
        position: relative;
    }

    .tabs__caption::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    
    .tabs__caption li {
        font-size: 16px;
        line-height: 19px;
        margin-right: 28px;
        font-weight: bold;
        padding: 15px 0;
    }
    
    .tabs {
        margin-top: 14px;
    }

    .card-panel__count-price {
        flex-direction: column;
        align-items: flex-start;
        margin: 21px 0 -10px;
        padding: 11px 17px 20px 10px;
    }

    .card-total-price {
        max-width: 100%;
        margin-top: 20px;
    }

    .card-count {
        width: 171px;
    }

    .card-count__action {
        width: 46px;
        min-width: 46px;
        height: 46px;
    }

    .card-count__input {
        width: calc(100% - 92px);
        height: 46px;
        padding: 14px 3px 13px;
    }

    .card-count-type {
        margin-left: 17px;
    }

    .card-count-type__label + .card-count-type__label {
        margin-left: 12px;
    }

    /*.card-images__thumbs--wrap {
        display: none;
    }*/

    .card-images__slider .slick-arrow {
        display: inline-block!important;
    }

    .card-images {
        margin-bottom: 66px;
    }

    .card-others {
        margin: 0;
        padding: 40px 0 46px;
    }

    .card-others.is-blue {
        padding: 40px 0 46px;
    }

    .card-others.is-blue .slick-track {
        background-color: transparent;
    }

    .card-complex__action {
        flex-direction: column-reverse;
        align-items: flex-start;
        width: 100%;
    }

    .card-complex-bottom {
        margin-top: 26px;
    }

    .card-complex__more {
        display: none;
    }

    .slider-tabs .tabs__caption li {
        white-space: nowrap;
    }

    .js-add-basket-complex {
        width: 100%;
        padding: 12px 15px;
        margin-top: 20px;
        margin-right: 0;
    }

    .card-complex__product--price {
        width: 100%;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }

    .card-complex__item:hover .card-complex__container {
        /*position: static;*/
        /*padding-bottom: 9px;*/
    }

    .card-complex__container {
        padding: 10px 14px 12px;
    }

    .card-complex__check {
        border-radius: 2px;
        width: 16px;
        height: 16px;
        top: 8px;
        left: 8px;
    }

    .card-complex__button {
        display: inline-block!important;
        background-color: transparent;
        border: none;
        padding: 0;
        font-weight: 400;
        font-size: 13px;
        line-height: 120%;
        text-transform: none;
        margin-top: 10px;
    }

    .card-complex__inner {
        /*height: auto;*/
    }

    .card-complex .slick-slide {
        width: 134px!important;
    }

    .card-complex__item {
        padding-right: 8px;
        background-color: transparent;
    }

    .card-complex__content {
        font-size: 12px;
        line-height: 120%;
    }

    .card-complex__image {
        width: 100%;
        height: 100px;
    }

    .card-complex .slick-dots {
        width: 100%;
    }

    .card-complex__check::before {
        width: 11px;
        height: 8px;
        background-size: contain;
    }

    .featherlight.is-complex .featherlight-content {
        padding: 20px 15px 30px;
        max-width: calc(100% - 20px);
    }

    .is-complex .product-content {
        height: auto;
        margin-bottom: 10px;
    }

    .complex-popup-content .product-to-basket,
    .complex-popup-content .product-button {
        font-size: 14px;
        line-height: 16px;
        padding: 10px;
    }
}

@media (max-width: 359px) {
    .card-count {
        width: calc(100% - 17px - 83px)
    }

    .card-count__action {
        width: 40px;
        min-width: 40px;
        height: 46px;
    }
}

@media (max-width: 35px) {
    .complex-carousel .product {
        max-width: 235px;
    }
}

@media (max-width: 340px) {
    .card-panel__price .card-info__set--top {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-credit {
        margin-bottom: 6px;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/menu/catalog/style.css?17036561205221*/
@media (min-width: 768px) {
    .catalog-multiview {
        display: none !important;
    }
}

.catalog-multiview_link {
    background-color: #ffffff;
    border: solid 1px #dae4e8;
    border-bottom: none;
    position: relative;
}

.catalog-multiview_link.is-selected/*:not(.is_lvl_1)*/ {
    background-color: #0e6ec3;
    color: #ffffff;
    border-bottom-color: #0e6ec3;
}

.catalog-multiview_link.is-selected/*:not(.is_lvl_1)*/ > a {
    color: #ffffff;
}

.catalog-multiview_link.is-selected.is_lvl_2 > a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QA/wD/AP+gvaeTAAAAf0lEQVRYhe3XuwmAMBhF4SD4KGzd0MJB3EBwBcHGRhfRdZRjEzCN2OUq/reX84EQEue+MKBQxmtgB0YgVQA6rk1AFhtQAdsbEGuAWIDcEIYwhCEMcYMIj+326ZskBizKpL/A4hZXx2eL/yKuu5YDvSzuAQ1wAAOKp5lHlJJwjJ0CODM92PSwzQAAAABJRU5ErkJggg==) center left 11px no-repeat;
    background-size: 10px;
}

.catalog-multiview_link.is-selected.is_lvl_3 > a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAlUlEQVRIie3UMQ4BURDG8Y0DiHUChdIpcAVR0FOJU2n0KlqVOyjcQemn2eLl5YnYXVF4X/kl8/0nk5kpiqxPhR4OGEf+DDt02wDccMc08Bd44NwGZIBrArKqIBeUGZIhtSDDYIVHgb+pIKe4ptOImOihfuX7EdU/wF+Fr78Zvv3v8PLFu1628q7RxxGTyJ9j3yg8K6Un7+PPbJIxTiEAAAAASUVORK5CYII=) center left 20px no-repeat;
    background-size: 12px;
}

.catalog-multiview_link a {
    display: block;
    padding: 10px 12px;
	padding-right: 40px;
}

.catalog-multiview_link.is_lvl_2 a {
    padding-left: 28px;
    font-size: .95em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAAYklEQVRIie3WKw6EQBBF0RP2MITZ/07GkAAKxCwHRKNQGL5513dOpUWlSKn0w4D6bLjDjOls/INxxf/4Bg8e/HV4rSyXGf2eB9Wh4xzc9quboEGD3g6lbKNLTp/WRcdeem4LKU44wGD1ZM4AAAAASUVORK5CYII=) center left 10px no-repeat;
    background-size: 12px;
}

.catalog-multiview_link.is_lvl_3 a {
    padding-left: 40px;
    font-size: .9em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAAgUlEQVQ4je3TMQ4BcRDF4c9m1UIl4RA4oexhBOsYIgpajStwhlWYZCVW/NHJvmYyL3m/KWaGWh3PavJeaoUF8ujn2KKXCpjiinVARjhj/wlkggs26GKIE44YtJBmSJYIqqLmAaoevLfTywiN3dd6QP9PwzM/nnKJpfqZCuxSw1/rBk1zMBSFA3SmAAAAAElFTkSuQmCC) center left 20px no-repeat;
    background-size: 10px;
}

.icon-parent {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
    font-size: 23px;
    background: none;
    border: none;
    outline: none;
}

.icon-parent:after {
    content: '-';
}

.catalog-multiview_item.menu-close .icon-parent:after {
    content: '+';
}

.catalog-multiview_item.menu-close > .catalog-multiview_sublist {
    max-height: 0;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, .5, 1);
    transition-timing-function: cubic-bezier(0, 1, .5, 1);
}

.catalog-multiview_sublist {
    overflow: hidden;
    max-height: 5000px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.catalog-multiview_button {
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px #dae4e8;
    box-shadow: 0px 0px 10px 0px #dae4e8;
    width: 100%;
    border: none;
    /*text-align: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAMElEQVRIiWNgGAUjChxmYGD4TyV8GGYoE40c+59G5o4CCsFoKhoFlIPRVDQKBikAANXYPWCUYh6xAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center right 10px;*/
}

.catalog-multiview_list > .catalog-multiview_item:last-child > .catalog-multiview_link {
    border: solid 1px #dae4e8;
}

.catalog-multiview {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.catalog-multiview.is-shown {
    margin-bottom: 10px;
    margin-top: 20px;
}

.catalog-multiview_tree:not(.is-shown) {
    margin-top: 1px;
    max-height: 0;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: cubic-bezier(0,1,.5,1);
	transition-timing-function: cubic-bezier(0,1,.5,1);
	overflow: hidden;
}

.catalog-multiview_button.is-open ~ .catalog-multiview_tree:not(.is-shown) {
    max-height: 10000px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.catalog-multiview_link > .icon-parent {
    width: 100%;
    text-align: right;
}
.catalog-multiview_link > .icon-parent:after {
    display: inline-block;
}

.catalog-multiview_link.is-parent > a {
    pointer-events: none;
}

.catalog-multiview_item > .catalog-multiview_link > .icon-parent:after {
    padding-right: 17px;
}

.catalog-multiview_item.menu-close > .catalog-multiview_link > .icon-parent:after {
    padding-right: 14px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1721122334611*/
span.loader {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-block;
	border-top: 4px solid #6ebeff;
	border-right: 4px solid transparent;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	opacity: 1;
	z-index: 999;
}
span.loader::after {
	content: '';  
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border-bottom: 4px solid #337AB7;
	border-left: 4px solid transparent;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
} 
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/catalog.list/style.css?17483444221196*/
.product-list.spisok .product:first-child {
	margin-top: 0;
}

.product-list.spisok .product {
	width: 100%;
	padding-top: 20px;
	margin-top: 10px;
}

.product-list.spisok [data-goto] {
	flex-direction: row;
}

.product-list.spisok .slider {
	width: 33%;
}

.product-list.spisok .product-content {
	flex-direction: row;
}

.product .product-to-basket {
	min-width: 50px;
}

.product .product-to-basket span {
	display: none;
}

.product-list.spisok .price_block {
	text-align: right;
}

.product-list.spisok .product-footer {
	padding: 0;
	padding-top: 20px;
	padding-bottom: 15px;
}

.product-list.spisok .product-img {
	border: 0;
}

.product-list.spisok .product-mobile-wrap {
	display: block;
}

.product-list.spisok .product-to-basket span {
	display: inline-block;
}

.product-info {
	z-index: 3;
}


.product-props {
	font-size: 14px;
	margin: 10px 0;
}

.product-props__name {
	color: #999;
}

.product-props__value {
}


.button-more-details{
    border: 1px solid #4577E7;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #4577E7;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    padding: 11px 23px;
}
/* End */
/* /local/templates/main/card/fonts/style.css?17036561201212 */
/* /local/templates/main/card/style.css?174669039967519 */
/* /local/templates/main/components/bitrix/menu/catalog/style.css?17036561205221 */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1721122334611 */
/* /local/templates/main/components/bitrix/catalog.section/catalog.list/style.css?17483444221196 */
