/* Start:/local/templates/main/css/main.css?17653597489206*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap'); @font-face {
    font-family: "bootstrap-icons";
    src: url("../../../../../../local/templates/main/css/fonts/bootstrap-icons.woff2@231ce25e89ab5804f9a6c427b8d325c9") format("woff2"), url("../../../../../../local/templates/main/css/fonts/bootstrap-icons.woff@231ce25e89ab5804f9a6c427b8d325c9") format("woff");
}

* {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
}

.b24-form-wrapper.b24-form-border-bottom {
    border: none !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}

button:focus {
    outline: none !important;
}

.count {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #E20613;
    box-sizing: border-box;
    color: #FFFFFF;
    position: absolute;
    top: -10px;
    right: -20px;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 18px;
}

.btn-in-garbage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #ED2024;
    width: 100%;
    border-radius: 3px;
    border: none;
}

.btn-in-garbage img {
    width: 24px;
}

.btn-in-garbage span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding-left: 11px;
    color: #ffffff;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-button {
    background: #ccc
}

::-webkit-scrollbar-track-piece {
    background: #888
}

::-webkit-scrollbar-thumb {
    background: #eee
}

.close {
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
}

/* Dropdown Button */
.dropbtn {
    color: #ffffff;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #252525;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropbtn:after {
    content: "\f282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dropdown.active .dropbtn:after {
    content: "\f286";
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    background-color: #252525;
    width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.dropdown.active .dropdown-content {
    display: block;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #ffffff;
    padding: 16px 24px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    color: #ffffff;
}

/* Custom Checkbox */
label.checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    position: relative;
    margin: 0;
    height: 12px;
    width: 12px;
}

label.checkbox>input {
    height: 12px;
    width: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #FFFFFF;
    border: 0.5px solid rgba(32, 32, 32, 0.5);
    box-sizing: border-box;
    border-radius: 1px;
    outline: none;
    transition-duration: 0.3s;
    cursor: pointer;
}

label.checkbox>input:checked+span::before {
    content: '\f26e';
    display: block;
    text-align: center;
    color: #E20613;
    position: absolute;
    left: -0.2rem;
    top: -0.15rem;
    font-size: 18px;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom Radio */
label.radio-label {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
    color: #202020;
    cursor: pointer;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: unset !important;
}

.radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 1px solid #757575;
    display: inline-block;
    width: 18px;
    height: 18px;
    /*position      : relative;*/
    /*top           : -0.2em;*/
    margin-right: 0.6em;
    /*vertical-align: top;*/
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
    background-color: #ED2024;
    box-shadow: inset 0 0 0 4px #fff;
    border-color: #ED2024;
}

.radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #ED2024;
}

.radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

p.select-city__modal__list__item.radio .radio-label span {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 1px solid #757575;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 0.6em;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

p.select-city__modal__list__item.radio .radio-label input:checked+span {
    background-color: #ED2024;
    box-shadow: inset 0 0 0 4px #fff;
    border-color: #ED2024;
}

input[type=date]::-moz-clear {
    display: none !important;
}

input[type="date"]::-ms-clear {
    display: none !important;
}

input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button {
    display: none !important;
}

@media only screen and (max-width: 1279px) {
    label.radio-label {
        font-size: 14px;
    }

    .radio input[type="radio"]+.radio-label:before {
        width: 15px;
        height: 15px;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    ul.horizontal-scroll-wrapper::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge add Firefox */
    ul.horizontal-scroll-wrapper {
        -ms-overflow-style: none;
        scrollbar-width: none;
        /* Firefox */
    }

    ul.horizontal-scroll-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    ul.horizontal-scroll-wrapper li {
        flex: 0 0 auto;
    }
}

/* Bootstrap Icons */
[class^="bi-"]::after, [class*=" bi-"]::after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-chevron-right::after {
    content: "\f285";
}

.bi-chevron-down::after {
    content: "\f282";
}

.bi-chevron-left::after {
    content: "\f284";
}

.bi-chevron-up::after {
    content: "\f286";
}

.bi-check2::after {
    content: "\f272";
}

.bi-check::after {
    content: "\f26e";
}

.filter-option-dropdown.expanded, .filter-option-checkboxes.expanded {
    /* overflow: auto; */
}

/* .page-wrapper .page-content .main {
  overflow: visible !important;
} */
.to-top-btn-wrapper {
    position: sticky;
    bottom: 0;
}

.to-top-btn {
    position: absolute;
    right: 15px;
    bottom: 100px;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.039), 0px 3px 8px 0px rgba(0, 0, 0, 0.059);
    border: 1px solid rgba(0, 0, 0, 0.039);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    transition: .25s ease;
}

.scroll-to-top .to-top-btn {
    opacity: 0;
    pointer-events: none;
}

.to-top-btn:before {
    content: '';
    position: absolute;
    background: #F2F2F2;
    inset: 20px;
    border-radius: inherit;
}

.to-top-btn svg {
    position: relative;
    z-index: 1;
}

@media(max-width: 580px) {
    .to-top-btn {
        right: -5px;
        width: 84px;
        height: 84px;
        bottom: 64px;
    }

    .to-top-btn:before {
        inset: 10px
    }
}

/* .addresses-location-container .address-title .arrow,
.addresses-location-container .address-title .custom-options{
  display: none;
} */
.b24-window-popup-wrapper {
    background: #fff !important;
}

/* End */
/* Start:/local/templates/main/css/pages.min.css?17617277083629*/
.pagination-block .pagination li,.pagination-block .pagination li a span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex
}

.page-cat-title .cat-name,.page-title {
    font-weight: 600;
    font-size: 38px;
    color: #202020;
    line-height: 1
}

.page-cat-title {
    width: 100%;
    margin: 0 0 40px
}

.page-cat-title .cat-name {
    text-align: center;
    margin: 0 16px 0 0;
    max-width: 65%
}

.page-cat-title .product-count {
    padding: 8px 12px;
    border: 1.8px solid #ed2024;
    box-sizing: border-box;
    border-radius: 3px
}

.page-cat-title .product-count .count-container {
    font-weight: 600;
    font-size: 15px;
    color: #ed2024;
    line-height: 1;
    display: block
}

.section-seo-text {
    margin-bottom: 30px
}

.page-subcategory {
    width: 100%;
    padding: 0 0 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-subcategory .item {
    margin: 0 30px 10px;
    max-width: 105px;
    width: 100%
}

.page-subcategory .sub-img img {
    width: 100%;
    max-height: 50px;
    height: 30px
}

.page-subcategory .sub-name {
    position: relative;
    text-align: center;
    font-size: 18px;
    margin: 15px 0 0;
    line-height: 25px;
    color: #202020
}

.promotions>div {
    min-height: unset
}

.pagination-block {
    padding: 60px 0
}

.pagination-block .pagination {
    list-style-type: none;
    margin: 0
}

.pagination-block .pagination li {
    width: 51px;
    height: 35px;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.pagination-block .pagination li.active {
    background: #ed2024
}

.pagination-block .pagination li.active a {
    color: #fff
}

.pagination-block .pagination li a {
    color: #202020;
    text-decoration: none;
    height: 100%
}

.pagination-block .pagination li a span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    height: 100%;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.pagination-block .pagination li.ellipses a span {
    font-weight: 700
}

.page-title {
    margin: 0 0 30px
}

.text-block {
    margin: 0 0 25px
}

.white-btn {
    display: block;
    width: fit-content;
    background: #fff;
    color: #ed2024;
    font-weight: 700;
    font-size: 23px;
    line-height: 31px;
    border: 3px solid #ed2024;
    border-radius: 7px;
    padding: 20px 50px;
    margin: 0 auto
}

.white-btn:hover {
    color: #ed2024;
    text-decoration: unset
}

a.red-link,a.red-link:hover {
    color: #ed2024;
    text-decoration: none
}

@media only screen and (max-width: 1280px) and (min-width:769px) {
    .page-subcategory {
        max-width:100%
    }

    .page-subcategory .item {
        width: 33%;
        margin: 0;
        max-width: unset;
        padding: 0 20px
    }

    .page-cat-title .cat-name {
        font-size: 3.2vw
    }

    .page-cat-title .product-count .count-container {
        font-size: 1.22vw
    }

    .page-subcategory .sub-name {
        font-size: 1.4vw
    }

    .sub-name .count {
        width: 1.6vw;
        height: 1.6vw;
        font-size: .9vw
    }
}

@media only screen and (max-width: 1024px) and (min-width:769px) {
    .page-subcategory .item {
        margin-bottom:30px
    }

    .page-subcategory {
        padding: 0
    }
}

@media only screen and (max-width: 992px) and (min-width:769px) {
    .filter-content .filter-right-content,.filter-sort-block .filter-content .filter-right-content {
        max-height:100%
    }

    .page-wrapper .filter-sort-block .filter-content .filter-right-content ul li:last-child {
        margin-bottom: 40px
    }

    .filter-sort-block .filter-content .filter-left-content,.filter-sort-block .filter-content .filter-right-content {
        width: 50%
    }

    .filter-sort-block .filter-content ul li {
        max-width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .page-title {
        font-size:20px;
        margin: 0 0 20px
    }

    .page-subcategory .item {
        margin: 0 10px 20px;
        max-width: 23vw
    }

    .page-subcategory .sub-img img {
        height: 35px
    }

    .page-subcategory {
        padding: 0
    }

    .page-subcategory .sub-name {
        font-weight: 400;
        font-size: 14px;
        color: #202020;
        line-height: unset
    }
}

@media only screen and (max-width: 375px) {
    .page-subcategory .sub-name {
        font-size:10px
    }
}

/* End */
/* Start:/local/templates/main/assets/font-awesome-4.7.0/css/font-awesome.min.css?168182626031000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../../../../../../local/templates/main/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.eot@v=4.7.0');
    src: url('../../../../../../local/templates/main/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.eot@') format('embedded-opentype'),url('../../../../../../local/templates/main/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2@v=4.7.0') format('woff2'),url('../../../../../../local/templates/main/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.woff@v=4.7.0') format('woff'),url('../../../../../../local/templates/main/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf@v=4.7.0') format('truetype'),url('../../../../../../local/templates/main/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.svg@v=4.7.0') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/* End */
/* Start:/local/templates/main/css/index.min.css?176172770830652*/
.modal.header-address-modal .modal-dialog .modal-content,.promotions .card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex
}

.header .logo p,.page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link.link-factory span {
    text-transform: uppercase
}

.close-side-menu,.footer,.header,.side-menu {
}

.footer .footer-container .footer-info .item li .social-media img,.modal.header-address-modal .all-addresses .fieldset,.page-content,.page-wrapper,.page-wrapper .footer,.page-wrapper .header .header-container .header-links,.page-wrapper .page-content .side-menu .logo,.page-wrapper .page-content .side-menu .logo img,.promotions .card .card-img img,.review-modal .modal-footer .card-images,.review-modal .uploads-field .user-img img,.small-footer-social-media .social-media-group li .social-media img {
    width: 100%;
}

.header .nav-bar .small-nav-link-icon a,.main,.page-wrapper .page-content .side-menu .side-menu-container ul li a,.page-wrapper .page-content .side-menu .side-menu-container ul li:hover {
    position: relative
}

.modal.header-address-modal {
    position: absolute;
    padding: 0!important;
    margin: 0;
    border-radius: unset!important;
    max-width: 100%;
    width: 100%;
    height: 100vh
}

.modal.header-address-modal .modal-dialog {
    padding: 0;
    margin: 0;
    border-radius: unset;
    max-width: 100%;
    width: 100%;
    height: 100%
}

.modal.header-address-modal .modal-header .close,.review-modal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #ed2024;
    opacity: unset
}

.modal.header-address-modal .modal-dialog .modal-content {
    border-radius: unset;
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.modal.header-address-modal .modal-dialog .modal-content .modal-container {
    max-width: 928px;
    width: 100%;
    margin: 100px;
    overflow-y: auto
}

.modal.header-address-modal .modal-dialog .modal-content .modal-header,.review-modal .modal-footer {
    border: unset
}

.modal.header-address-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-weight: 700;
    font-size: 42px;
    color: #000;
    text-align: center;
    width: 100%
}

.modal.header-address-modal .modal-body-description {
    text-align: center;
    margin: 0 0 45px
}

.modal.header-address-modal .modal-body-description span {
    font-weight: 500;
    font-size: 20px;
    color: #202020
}

.modal.header-address-modal .modal-body-description span .des-important {
    background: #ed2024;
    color: #fff;
    border-radius: 3px;
    padding: 0 4px
}

.modal.header-address-modal .search-block .form-group input,.search-block .search-block-link a>span {
    font-size: 18px
}

.modal.header-address-modal .all-addresses .fieldset .field {
    width: 25%;
    margin: 0 0 20px
}

.modal.header-address-modal label.radio-label {
    font-size: 22px
}

.modal.header-address-modal .all-addresses {
    padding-bottom: 40px
}

.main .main-content {
    width: 100%;
    padding: 30px
}

.page {
    padding: 0px 30px;
}

.header {
    color: #fff;
    background: url(../images/back_top2-.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    background: url(../images/back_topw50.jpg);
    background-size: 488px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-container {
    display: flex;
    justify-content: space-between;
    /* background: url(../images/back_top2.jpg); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background: linear-gradient(90deg, #ffffffd1 0%, #ffffff 68%, transparent 185%);
    height: 60% !important;
    width: 100%;
}

.header .logo {
    display: flex;
    align-items: center;
    padding: 0px 0 0px 25px;
    width: 382px;
    justify-content: center;
}

.header .logo p {
    width: 165px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px
}

.header .nav-container {
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 15px;
}

.header .nav-bar {
    list-style-type: none;
    display: flex;
    justify-content: end;
    width: 100%;
    height: 100%;
    align-items: baseline;
    margin: 0;
}

.header .nav-bar .nav-link {
    margin: 0 10px
}

.header .nav-bar .nav-link a {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: end;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: end;
}

.header .nav-bar .nav-link a>span {
    color: #292929;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px
}

.header .location img,.header .nav-bar .nav-link img {
    width: 20px;
    margin-right: 11px
}
.header .nav-bar .nav-link svg {
    max-height: 24px;
    margin-right: 8px;
    fill: #e2101a;
    max-width: 20px;
    position: absolute;
    left: 15px;
    top: 0;
}
.header .nav-bar .nav-link svg g{
    fill: #e2101a;
}

.switch-checkbox {
    display: flex!important;
    align-items: center
}

#drag-drop,.close-side-menu a p,.footer-contact .footer-contact-right .default-phone-number,.footer-contact .footer-contact-right.opt .phone-number,.form-block .upload-file-block input,.header .header-contact .default-phone-number,.header .header-contact.opt .location,.header .header-contact.opt .phone-number,.header .menu,.header .nav-bar .small-nav-link-icon,.nav-link .switch input,body.opt .promotions .card .card-content .card-price .item,label>input+span i::before {
    display: none
}

.header .menu img {
    width: 24px
}

.header .nav-bar .small-nav-link-icon a .count {
    right: -12px
}

.header .header-contact {
    font-size: 16px
}

.header .header-contact .location {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header .header-contact .phone-number {
    display: block;
    margin-top: 0;
}

.header .header-contact.opt .default-phone-number {
    display: block
}

.header .header-contact .phone-number,.header .header-contact.opt .default-phone-number {
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-align: end
}

.nav-link .slider:after,.nav-link .slider:before {
    line-height: 22px;
    font-weight: 700;
    font-size: 16px;
    font-style: normal
}

.nav-link .switch {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 32px;
    margin-bottom: 0
}

.nav-link .slider {
    background: #424242;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.nav-link .slider:before {
    position: absolute;
    background: #ed2024;
    content: "Розница";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 125px;
    -webkit-transition: .4s;
    transition: .4s
}

.page-wrapper .header .header-container,.page-wrapper .header .header-container .header-links .nav-container,.side-menu {
    height: 86%;
}

.nav-link .slider:after {
    position: absolute;
    content: "Опт";
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    right: 40px;
    top: 4px
}

.nav-link input:checked+.slider {
    background-color: #424242
}

.nav-link input:focus+.slider {
    box-shadow: 0 0 1px #424242
}

.nav-link input:checked+.slider:before {
    content: "Опт";
    background: #fff;
    color: #ed2024;
    -webkit-transform: translateX(125px);
    -ms-transform: translateX(125px);
    transform: translateX(125px)
}

.nav-link input:checked+.slider:after {
    content: "Розница";
    left: 30px
}

.nav-link .slider.round {
    border-radius: 34px
}

.nav-link .slider.round:before {
    border-radius: 100px
}

.side-menu {
    max-width: 300px;
    width: 100%
}

.page-wrapper .page-content .side-menu.sticky {
    position: sticky;
    top: 0;
    width: 100%
}

.side-menu-account {
    display: none;
    margin-bottom: 40px
}

.side-menu-account:hover path {
    fill: #ffffff
}

.side-menu-account p {
    border-bottom: none!important;
    font-weight: 600!important
}

.close-side-menu {
    box-shadow: 0 15px 20px rgba(0,0,0,.15);
    height: fit-content;
    width: 70px!important;
    -webkit-transition: .6s;
    transition: .6s
}

.close-side-menu ul:last-of-type {
    margin-top: 50px
}

.close-side-menu li {
    display: flex;
    justify-content: center;
    align-items: center
}

.close-side-menu a img {
    width: 35px;
    padding: 14px 0
}

.footer .footer-container .footer-info .item ul,.side-menu ul {
    list-style-type: none
}

.side-menu a {
    width: 100%;
    display: flex;
    color: #181818;
    align-items: center;
    background: url(../images/back_top2-.jpg);
    background-size: 454px;
    background-repeat: no-repeat;
    padding: 0 0 0 15px;
    border-bottom: 1px solid #faf5e6;
    height: inherit;
    background-position: left;
    background: #ffffff;
}

.side-menu .side-menu-container ul li:hover {
    color: #fff;
    /* background: #ffe8ae; */
    /* background: url(../images/back_top.jpg); */
    background-size: 469px;
    background-repeat: no-repeat;
    background-position: right;
}

.side-menu a .side-menu-icon {
    width: 28px;
    /* height: 45px; */
}

.side-menu a p {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    border-bottom: 1px solid rgba(255,255,255,.4);
    padding: 16px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.search-block .form-group,.search-block .search-block-link {
    align-items: center;
    display: flex
}

.side-menu a span .arrow {
    padding-right: 20px;
    width: 35px
}

.side-menu ul li:last-of-type a p {
    border-bottom: none
}

@media (min-width: 1367px) {
    .side-menu ul:last-of-type {
        margin: 0px 0;
    }
}

@media (max-width: 1366px) {
    .side-menu ul:last-of-type {
        margin:50px 0 0
    }
}

.search-block {
    display: flex;
    margin-bottom: 30px
}

.search-block .form-group {
    width: 100%;
    margin-bottom: 0;
    position: relative
}

.search-block .form-group .search-icon {
    width: 20px;
    position: absolute;
    right: 20px
}

.search-block .form-group span {
    white-space: nowrap;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #202020;
    margin-right: 20px
}

.search-block .form-group input {
    width: 100%;
    background: #f2f2f2;
    border-radius: 2px;
    padding: 16px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

.search-block .form-group input:focus {
    outline: 0
}

.search-block .search-block-link a {
    display: flex;
    align-items: center;
    color: #000;
    margin-left: 30px
}

.search-block .search-block-link a img {
    width: 27px;
    margin-right: 10px
}

.search-block .search-block-link .cart-count-container {
    position: relative;
    margin: 0 16px 0 0
}

.search-block .search-block-link a:hover {
    color: #000
}

.carousel.slide.home-carousel,.subcategory-block-last {
    margin-bottom: 80px;
}

.promotions .card .card-available,.promotions .card .card-name,.promotions .card .card-rating {
    line-height: 1;
    margin: 0 0 16px
}

.carousel.slide.home-carousel .carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #ed2024;
    border: 2px solid #ed2024;
    cursor: pointer
}

.carousel.slide.home-carousel .carousel-indicators {
    bottom: -50px
}

.carousel.slide.home-carousel .carousel-indicators .active {
    background-color: transparent
}

.carousel.slide.home-carousel img {
    object-fit: cover;
    height: 527px;
}

.card-section {
    margin: 45px -15px 100px
}

.card-section .subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 18px;
    padding-bottom: 12px;
    text-align: center
}

.promotions .card {
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 20px;
    margin-top: 30px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.promotions .card .card-img,body.opt .promotions .card .card-content .card-price .item.opt-item .price-label {
    margin: 0 0 10px
}

.promotions .card .card-rating .rating {
    margin: 0 0 0 7px
}

.promotions .card .card-rating .rating span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #757575
}

.promotions .card .card-name span {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px
}

.promotions .card .card-name a {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    color: #212529
}

.promotions .card .card-available span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #4f4f4f
}

.advantage .advantage-block,.in-numbers .in-numbers-block,.production .production-block,.promotions .card .card-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.promotions .card .card-content .card-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 66%
}

.card-optical-conditions,.category-section .category-section-title,.promotions .card .card-content .card-button,.promotions .card .card-content .card-price .item,.promotions .card .card-content .card-price .item .price-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex
}

.promotions .card .card-content .card-price .item {
    margin: 0 25px 0 0;
    display: flex;
    width: 50%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.promotions .card .card-content .card-price .item .price-label {
    margin-bottom: 16px;
    line-height: 10px
}

.promotions .card .card-content .card-price .item .price-label span {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 10px;
    color: #4f4f4f
}

.promotions .card .card-content .card-price .item .price-container {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: max-content
}

.promotions .card .card-content .card-price .item .price-container .old-price span {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #747474;
    text-decoration: line-through
}

.promotions .card .card-content .card-price .item .price-container .special-price {
    line-height: 1
}

.promotions .card .card-content .card-price .item .price-container .special-price span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #ed2024;
    display: block
}

.promotions .card .card-content .card-price .item .opt-price span {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    color: #202020
}

.promotions .card .card-content .card-button {
    display: flex;
    align-items: center;
    width: 33%;
    flex-direction: column
}

.card-optical-conditions {
    display: flex;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 14px
}

.promotions .card .card-content .card-button a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #4f4f4f;
    padding-top: 11px
}

.promotions .card .card-content .card-button button {
    height: 48px;
    max-width: 186px;
    cursor: pointer
}

.category-section .category-section-title {
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 0 82px;
    text-align: center
}

.in-numbers .in-numbers-block .item,.production .production-block .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    margin: 0 13px;
    width: 100%
}

.category-section .category-section-title span {
    font-style: normal;
    font-weight: 700;
    font-size: 30px
}

.category-section .category-section-title img {
    margin-right: 15px
}

.category-section .subcategory-block {
    margin-bottom: 120px
}

.production .production-title {
    text-align: center;
    margin: 0 0 104px
}

.advantage .advantage-title span,.in-numbers .in-numbers-title span,.production .production-title span {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    text-align: center
}

.production .production-block .item {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 200px
}

.advantage .advantage-block .item .advantage-img,.in-numbers .in-numbers-block .item .in-numbers-img,.production .production-block .item .production-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.advantage .advantage-block .item .advantage-img img,.in-numbers .in-numbers-block .item .in-numbers-img img,.production .production-block .item .production-img img {
    width: 100%;
    height: 70px
}

.production .production-block .item>span {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0 0;
    color: #000
}

.in-numbers {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto
}

.advantage .advantage-title,.in-numbers .in-numbers-title {
    text-align: center;
    margin: 0 0 60px
}

.in-numbers .in-numbers-block .item {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    max-width: 250px
}

.advantage .advantage-block .item,.in-numbers .in-numbers-block .item>span.in-numbers-item-info,body.opt .promotions .card .card-content .card-price .item.opt-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex
}

.in-numbers .in-numbers-block .item>span {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    padding: 15px 0 0;
    color: #000
}

.in-numbers .in-numbers-block .item>span.in-numbers-item-info {
    font-weight: 300;
    font-size: 40px;
    display: flex
}

.in-numbers .in-numbers-block .item>span.in-numbers-item-info>span {
    padding: 0 10px 0 0
}

.in-numbers .in-numbers-block .item>span.in-numbers-item-info.deg:after {
    content: "2";
    font-size: 18px;
    font-weight: 700;
    padding: 7px 0 0 2px
}

.in-numbers .in-numbers-title span img,.review-modal .review-modal-date input:first-child {
    margin: 0 10px 0 0
}

.advantage .advantage-block .item {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    max-width: 490px;
    width: 100%;
    border: 1px solid #c4c4c4;
    padding: 40px;
    margin: 0 15px 0 0
}

.advantage .advantage-block .item>span {
    text-align: justify;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    padding: 25px 0 0;
    color: #000
}

.advantage .advantage-block .item>span.advantage-item-title {
    font-size: 24px;
    font-weight: 700
}

.card-remove-text {
    display: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #ed2024
}

.footer .footer-container .footer-info .item {
    border-left: 1px solid #7c7c7c
}

.footer .footer-container .soc-media-block {
    max-width: 245px
}

.footer .footer-container .footer-info .item:first-of-type {
    border-left: none
}

.footer .footer-container .footer-info .item .title {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 20px
}

.footer .footer-container .footer-info .item li {
    margin-bottom: 12px;
    width: 200px
}

.footer .footer-container .footer-info .item li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff
}

.footer .footer-container .footer-info .item .social-media-group,.small-footer-social-media .social-media-group {
    list-style-type: none;
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.footer .footer-container .footer-info .item .social-media-group li,.small-footer-social-media .social-media-group li {
    width: auto
}

.footer .footer-container .footer-info .item li .social-media,.small-footer-social-media .social-media-group li .social-media {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a0a0a0;
    padding: 9px;
    cursor: pointer;
    margin-right: 30px
}

.footer .footer-container .footer-info .item li .facebook:hover,.small-footer-social-media .social-media-group li .facebook:hover {
    background: #3a5898
}

.footer .footer-container .footer-info .item li .vk:hover,.small-footer-social-media .social-media-group li .vk:hover {
    background: #4d76a1
}

.footer .footer-container .footer-info .item li .odnoklassniki:hover,.small-footer-social-media .social-media-group li .odnoklassniki:hover {
    background: #ff9800
}

.footer .footer-container .footer-info .item li .instagram:hover,.small-footer-social-media .social-media-group li .instagram:hover {
    background: radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%)
}

.footer .footer-container .footer-payments {
    margin-top: 40px
}

.footer .footer-container .footer-payments .title {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #fff
}

.footer .footer-container .footer-payments .payments-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px
}

.footer .footer-container .footer-payments .payments-group .payment {
    margin: 0 15px;
    width: auto;
    display: flex;
    align-items: center
}

.footer .footer-container .footer-payments .payment-bottom-text {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    color: #aeaeae;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    display: block
}

.footer .footer-container .footer-contact {
    margin: 40px 0 0
}

.footer-contact .footer-contact-right .phone-number,.footer-contact .footer-contact-right.opt .default-phone-number {
    display: inline
}

.footer .footer-container .footer-contact div a,.footer .footer-container .footer-contact div span,.footer-contact .sitemap {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    letter-spacing: .05em
}

.footer-info-dropdown-list ul p,.small-footer-social-media .title {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    font-style: normal;
    font-weight: 700
}

.footer-info-dropdown-list {
    display: none;
    width: 100%
}

.footer-info-dropdown-list ul {
    list-style-type: none;
    width: 100%
}

.footer-info-dropdown-list ul p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid #c4c4c4
}

.small-footer-social-media {
    display: none;
    margin-top: 40px
}

.small-footer-social-media .title {
    text-align: center;
    padding-bottom: 20px
}

.page-wrapper .page-content .side-menu .side-menu-container ul li {
    display: flex;
    width: 100%;
    height: 54px;
    align-items: center;
}

.page-wrapper .page-content .side-menu .side-menu-container ul li .side-menu-title {
    width: 100%;
    padding: 13px 0 13px 45px;
    margin: 1px 0 0 0px;
    font-size: 16px;
    font-weight: 700;
}

.page-wrapper .page-content.active .side-menu .side-menu-container ul li .side-menu-title {
    display: flex
}

.page-wrapper .page-content.active .side-menu {
    transition: background-color .3s ease-in-out
}

.page-wrapper .footer .footer-container .footer-contact {
    padding: 0 30px
}

.page-wrapper .footer .footer-container .footer-info .item {
    padding: 0 30px;
    margin: 0 0 30px
}

.page-wrapper .page-content .side-menu {
    transition: background-color .3s ease-out
}

.page-wrapper .page-content .side-menu .side-menu-container ul li a:active,.page-wrapper .page-content .side-menu .side-menu-container ul li a:hover {
    color: #007c00;
    text-decoration: none;
    background-image: url(back_top-.jpg);
    background-size: 454px;
    background-repeat: no-repeat;
    background-position: left;
    background-color: #333;
    background: #ffffff;
    color: #e2101a;
}

.page-wrapper .page-content .side-menu .side-menu-container ul li a .side-menu-img {
    position: absolute;
    padding: 6px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.side-menu-img img{width: 21px;filter: brightness(0);}
.side-menu-img svg{width: 29px;fill: #333;}
.side-menu-img svg path{fill: #ffffff;}
.side-menu-img svg{fill: #453f2b;max-height: 28px;}
.page-wrapper .page-content .side-menu .side-menu-container ul li a:hover .side-menu-img svg path{fill: #fff;}
.page-wrapper .page-content .side-menu .side-menu-container ul li a:hover .side-menu-img svg{fill: #fff;}
.page-wrapper .page-content .side-menu .side-menu-container ul li a:hover .side-menu-img{/* background: #f6e7c2; */}
.page-wrapper .page-content .side-menu .side-menu-container ul li a:hover .side-menu-img img{
    filter: brightness(1.1) hue-rotate(133deg);
    filter: brightness(1);
}

.side-menu .menu-sub .menu-sub-close {
    position: absolute;
    top: 35px;
    right: 20px;
    width: 20px;
    height: 20px
}

body .page-wrapper .page-content .side-menu .menu-sub .menu-sub-content ul li a>span img {
    max-height: 110px;
    -webkit-transition: filter .5s ease-out;
    -moz-transition: filter .5s ease-out;
    -o-transition: filter .5s ease-out;
    transition: filter .5s ease-out;
    width: 100%
}

.side-menu .menu-sub .menu-sub-content ul li a,.side-menu .menu-sub .menu-sub-title a {
    color: #202020
}

body.opt .promotions .card .card-content .card-price .item.opt-item {
    display: flex
}

.card .card-discount-container {
    height: 23px;
    margin: 0 0 30px
}

.card .card-discount {
    width: 43px;
    border: 1px solid #ed2024;
    border-radius: 3px
}

.card .card-discount span {
    font-size: 12px;
    color: #ed2024;
    height: 100%;
    line-height: 22px
}

.card .card-sale-info {
    margin: 10px 0 0;
    line-height: 1
}

.card .card-sale-info span {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #ed2024
}

.reviews-modal .fancybox__content {
    max-width: 800px;
    padding: 60px
}

.review-modal .modal-body,.review-modal .modal-footer,.review-modal .modal-header,.reviews-modal .fancybox__carousel.is-draggable .fancybox__slide {
    padding: 0
}

.title.title_size_h3 {
    color: #202020;
    font-size: 36px;
    line-height: 42px
}

.form-block {
    margin: 45px 0 0
}

.form-block .fields-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.form-block .fields-block .left-block,.form-block .fields-block .right-block {
    width: calc(50% - 20px)
}

.form-block .question {
    color: #757575;
    font-size: 18px;
    margin: 0 0 14px
}

.form-block .form-field {
    margin: 0 0 20px;
    position: relative;
    min-height: 50px
}

.form-block .form-field input {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 16px 10px;
    font-size: 18px;
    line-height: 18px
}

.form-block .form-field textarea,.form-field select {
    border: 1px solid #c6c6c6;
    width: 100%;
    box-sizing: border-box
}

.form-block .form-field textarea {
    display: block;
    height: 190px;
    background: #fff;
    border-radius: 3px;
    padding: 16px 10px;
    font-size: 18px;
    line-height: 18px
}

.form-block .upload-file-block {
    background-color: #f6f6f6;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202020
}

.form-block .upload-file-block img {
    margin: 0 20px 0 0
}

.form-field select {
    height: 50px;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 3px;
    outline: 0!important
}

.form-block .btn-block {
    text-align: center
}

.form-block .agreement-block {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin: 20px 0 40px
}

.card-select-button,.form-block .agreement-block .custom-checkbox>label,.uploads-field .dropzone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex
}

.form-block .agreement-block>label {
    margin: 0;
    padding: 0
}

.form-block .custom-checkbox {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.form-block .agreement-block .custom-checkbox>label {
    width: 100%;
    height: 100%;
    display: flex;
    cursor: pointer;
    position: relative;
    margin: 0
}

.form-block .custom-checkbox input[type=checkbox] {
    width: 100%;
    height: 100%;
    outline: 0!important;
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    appearance: none;
    border-radius: 3px
}

.custom-checkbox>label>input:checked+span i::before {
    left: .5px;
    top: .5px
}

label>input:checked+span i::before {
    text-align: center;
    color: #e20613;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    display: inline-block;
    font-style: normal;
    font-weight: 400!important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.form-block .web-form-submit {
    width: 329px;
    height: 49px;
    border-radius: 3px;
    background-color: #ed2024;
    color: #fff;
    border: none;
    outline: 0;
    cursor: pointer
}

.form-block .web-form-submit:disabled {
    opacity: .5;
    cursor: default
}

.reviews-modal .fancybox__content>.carousel__button.is-close {
    top: 10px;
    right: 10px;
    color: #ed2024
}

@media (max-width: 768px) {
    .page-wrapper .page-content .side-menu.sticky {
        position:fixed
    }

    .form-block .fields-block .left-block,.form-block .fields-block .right-block {
        width: 100%
    }

    .reviews-modal .fancybox__content {
        padding: 20px
    }

    .form-block .agreement-block>label {
        width: 90%
    }
}

.review-modal .modal-content {
    padding: 45px
}

.card-select-button .custom-option,.card-select-button .select__trigger {
    padding: 0 10px;
    font-size: 18px;
    color: #4f4f4f;
    height: 46px;
    line-height: 18px;
    cursor: pointer;
    font-weight: 400
}

.review-modal .modal-header {
    margin: 0 0 15px;
    border: unset
}

.review-modal .modal-header .modal-title {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: .6px;
    color: #202020
}

.review-modal .modal-body>span {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .6px;
    color: #202020;
    margin: 0 0 34px;
    display: block
}

.review-modal input {
    background: #fff;
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    border-radius: 3px;
    height: 50px;
    padding: 0 0 0 10px;
    width: 100%
}

.review-modal label {
    font-size: 18px;
    color: #757575;
    margin: 0 0 5px
}

.review-modal .review-modal-date>div {
    margin: 0 42px 0 0
}

.review-modal .review-modal-number {
    margin: 0 0 30px
}

.review-modal .modal-footer button {
    width: 100%;
    background: #ed2024;
    border-radius: 3px;
    font-weight: 700;
    color: #fff
}

.review-modal .email-field label,.review-modal .review-field label {
    color: #757575
}

.review-modal .email-field input {
    border: 1px solid #c6c6c6
}

.review-modal .review-field textarea {
    width: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    border: 1px solid #c6c6c6
}

.review-modal .uploads-field {
    background: #f6f6f6;
    border: 1px dashed #e0e0e0;
    border-radius: 3px
}

.review-modal .rating-stars-field label {
    margin: 0 10px 0 0;
    color: #202020
}

.review-modal .rating-stars {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.review-modal .rating-stars img {
    width: 20px;
    height: 20px;
    margin: 0 2px 0 0
}

.info-field .info-field-1:before {
    content: "*";
    color: #ed2024
}

.info-field .info-field-2:before {
    content: "**";
    color: #ed2024
}

.uploads-field .dropzone {
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.card-select-button {
    max-width: 186px;
    width: 100%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end
}

.card-select-button .select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
    margin: 0 0 10px
}

.card-select-button .select {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #c6c6c6
}

.card-select-button .select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff
}

.card-select-button .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid #c6c6c6;
    background: #fff;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2
}

.card-select-button .select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.card-select-button .custom-option {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    transition: .5s
}

.card-select-button .custom-option:hover {
    cursor: pointer;
    background-color: #b2b2b2
}

.card-select-button .custom-option.selected {
    color: #fff;
    background-color: #305c91
}

.card-select-button .arrow {
    position: relative;
    height: 12px;
    width: 12px
}

.card-select-button .arrow::after,.card-select-button .arrow::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: .15rem;
    height: 100%;
    transition: .5s
}

.card-select-button .arrow::before {
    left: -4px;
    transform: rotate(-42deg);
    background-color: #c6c6c6
}

.card-select-button .arrow::after {
    left: 4px;
    transform: rotate(42deg);
    background-color: #c6c6c6
}

.card-select-button .open .arrow::before {
    left: -4px;
    transform: rotate(42deg)
}

.card-select-button .open .arrow::after {
    left: 4px;
    transform: rotate(-42deg)
}

#carouselExampleIndicators .carousel-control-prev {
    justify-content: flex-start;
    padding: 0 0 0 24px;
    opacity: 0
}

#carouselExampleIndicators .carousel-control-next {
    justify-content: flex-end;
    padding: 0 24px 0 0;
    opacity: 0
}

#carouselExampleIndicators .carousel-control-next:focus,#carouselExampleIndicators .carousel-control-next:hover,#carouselExampleIndicators .carousel-control-prev:focus,#carouselExampleIndicators .carousel-control-prev:hover {
    opacity: .9
}

.return-rule-title {
    font-size: 21px;
    font-weight: 400;
    line-height: 2;
    color: #000;
    padding: 0 0 0 30px;
    position: relative
}

.return-rule-title::after {
    content: "";
    background: url(../images/"../../../../../../local/templates/main/assets/icons/arrow-down-sign-to-navigate.png") 0 0/20px no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    z-index: 1;
    transform: rotate(180deg)
}

.return-rule-title.collapsed::after {
    transform: rotate(0)
}

a.return-rule-title:hover {
    color: #000;
    text-decoration: none
}

.error_page .text p,.error_page h1 {
    font-weight: 400;
    align-items: center;
    color: #202020;
    text-align: center
}

.btn--ref-catalog,a.btn--ref-catalog:hover {
    text-decoration: unset;
    color: #fff
}

.error_page {
    text-align: center;
    padding-bottom: 180px
}

.error_page h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-size: 280px;
    line-height: 381px;
    letter-spacing: .6px;
    mix-blend-mode: normal;
    margin: auto
}

.error_page .text p,.error_page a {
    font-family: Roboto;
    font-style: normal
}

.error_page .text p {
    font-size: 24px;
    line-height: 35px;
    display: block
}

.error_page a {
    margin-top: 60px;
    background: #ed2024;
    border-radius: 7px;
    width: 238px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto
}

.ref-catalog {
    display: flex;
    justify-content: center;
    margin-top: 44px
}

.btn--ref-catalog {
    max-width: 310px;
    font-size: 1.2rem;
    padding: 4px
}

/* End */
/* Start:/local/templates/main/css/responsive.min.css?176172770836051*/
@media only screen and (min-width: 992px) {
    .header-mobile,.only_mobile,.page-wrapper .page-content .side-menu .side-menu-container ul li.mobile-account,.side-menu .menu-sub .menu-sub-close .back-sub,.side-menu-container .mobile-account-container {
        display:none
    }

    .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link:first-child a span,.review-button-container a span {
        font-size: 16px
    }

    .header .header-contact .location>span,.review-modal .email-field label,.review-modal .review-field label {
        font-size: 18px
    }

    .header .nav-bar .nav-link.link-info {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .side-menu-container li.active {
    }

    body.home-page.popup-active .page-wrapper .page-content .side-menu .side-menu-container ul li a span.side-menu-title,body.non-home-page .page-wrapper .page-content .side-menu .side-menu-container ul li a span.side-menu-title {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear .3s,opacity .3s
    }

    body.non-home-page .page-wrapper .page-content.active .side-menu .side-menu-container ul li a span.side-menu-title {
        visibility: visible;
        opacity: 1;
        transition: visibility linear,opacity .3s
    }

    body.home-page.popup-active .page-wrapper .page-content .side-menu,body.non-home-page .page-wrapper .page-content .side-menu {
        max-width: 65px
    }

    body.non-home-page .page-wrapper .page-content.active .side-menu {
        max-width: 310px
    }

    body .page-wrapper .page-content .side-menu .menu-sub {
        background: #ff0000;
        position: absolute;
        left: 310px;
        top: 0;
        height: 100%;
        overflow: hidden;
        width: 0;
        padding: 0;
        box-shadow: 0 10px 10px rgba(0,0,0,.2);
        transition: width .3s,padding .3s;
        -moz-transition: width .3s,padding .3s;
        -webkit-transition: width .3s,padding .3s
    }

    body .page-wrapper .page-content .side-menu .menu-sub.current {
        width: 440px;
        padding: 0 20px;
        z-index: 105;
        transition: width .3s,padding .3s;
        -moz-transition: width .3s,padding .3s;
        -webkit-transition: width .3s,padding .3s
    }

    body .page-wrapper .page-content .side-menu .menu-sub.menu-sub-bottom .menu-sub-content ul {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body .page-wrapper .page-content .side-menu .menu-sub.menu-sub-bottom .menu-sub-content ul li,body .page-wrapper .page-content .side-menu .menu-sub.menu-sub-bottom .menu-sub-content ul li a span {
        max-width: 100%
    }

    body .page-wrapper .page-content .side-menu .menu-sub .menu-sub-content ul {
        display: flex;
        flex-wrap: wrap
    }

    body .page-wrapper .page-content .side-menu .menu-sub .menu-sub-content ul li {
        width: 100%;
        max-width: 123px;
        margin: 0 10px 20px 0
    }

    body .page-wrapper .page-content .side-menu .menu-sub .menu-sub-content ul li a {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        text-align: left;
        align-items: flex-start
    }

    body .page-wrapper .page-content .side-menu .menu-sub .menu-sub-content ul li a .sub-menu-icon {
        display: flex;
        align-items: center;
        height: 77px
    }

    body .page-wrapper .page-content .side-menu .menu-sub .menu-sub-content ul li a .sub-menu-icon img {
        height: 77px
    }

    body .page-wrapper .page-content .side-menu .menu-sub .menu-sub-content ul li a>span {
        max-width: 110px;
        line-height: 19px;
        font-size: 14px;
        font-weight: 700
    }

    body .page-wrapper .page-content .side-menu .menu-sub .menu-sub-title {
        margin: 25px 0 15px;
        max-width: 370px;
        width: 100%
    }

    body .page-wrapper .page-content .side-menu .menu-sub .menu-sub-title a:hover {
        text-decoration: none
    }

    body .page-wrapper .page-content .side-menu .menu-sub .menu-sub-title a span {
        font-weight: 700;
        font-size: 24px;
        color: #202020
    }

    .page-wrapper .page-content .side-menu {
        position: sticky;
        position: -webkit-sticky;
        z-index: 22
    }

    .page-wrapper .page-content .side-menu .side-menu-container ul li:last-child a span.side-menu-title {
        border-bottom: unset
    }

    .side-menu .menu-sub .menu-sub-close .close-sub {
        background: url(../images/"../../../../../../local/templates/main/assets/icons/sub-menu/close-black.svg") no-repeat;
        width: 100%;
        height: 100%;
        position: absolute
    }

    .page-wrapper .page-content .main {
        width: 100%
    }

    .page-wrapper .header,.page-wrapper .page-content .side-menu .logo {
        width: 100%;
        height: 155px;
    }

    .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link:first-child {
        max-width: 195px
    }

    .page-wrapper .footer .footer-container {
        padding: 50px 30px
    }

    .page-wrapper .footer .footer-container .footer-info {
        padding: 0 60px
    }

    .footer .footer-container .footer-info .item .social-media-group,.small-footer-social-media .social-media-group {
        max-width: 150px
    }

    .promotions .card .card-content .card-price .item .price-container {
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end
    }

    .review-modal .modal-footer {
        margin: 41px 0 0
    }

    .review-button-container {
        width: 100%;
        max-width: 186px;
        height: 46px
    }

    .review-modal .modal-footer button {
        max-width: 215px;
        height: 49px;
        font-size: 18px
    }

    .review-modal .modal-dialog {
        max-width: 550px;
        width: 100%
    }

    .review-modal .email-field,.review-modal .review-field {
        margin: 0 0 22px
    }

    .review-modal .email-field input {
        max-width: 200px;
        height: 50px
    }

    .review-modal .review-field textarea {
        height: 135px
    }

    .review-modal .uploads-field {
        padding: 15px 30px;
        margin: 0 0 12px
    }

    .review-modal .uploads-field .user-img {
        margin: 0 20px 0 0;
        max-width: 44px
    }

    .review-modal .uploads-field .drop-img-info .drop-img-text {
        font-size: 18px;
        color: #000
    }

    .review-modal .uploads-field .drop-img-info .drop-img-size {
        font-size: 16px;
        color: #757575
    }

    .email-field-container {
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .info-field {
        font-size: 15px
    }

    #side-menu {
        box-shadow: 4px 6px 23px 0 rgb(0 0 0 / 27%);
    }

    #side-menu:after {
        content: '';
        position: absolute;
        top: 0px;
        right: -3px;
        width: 3px;
        height: calc(100% - 1px);
        background: #f5f3eb;
        box-shadow: 5px 5px 15px -4px rgb(0 0 0 / 70%);
    }
}

@media only screen and (min-width: 1367px) {
    .nav-link .slider:after {
        right:52px
    }
}

@media only screen and (max-width: 1900px) and (min-width:1420px) {
    body .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link.link-info {
        max-width:10.8vw;
        width: 100%
    }
}

@media only screen and (max-width: 1900px) and (min-width:1280px) {
    body .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link.link-factory {
        max-width:10.3vw;
        width: 100%
    }

    body .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link.link-factory a span {
        font-size: .84vw
    }

    body .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link.link-address {
        max-width: 27.2vw;
        width: 100%
    }

    body .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link.link-address a>span,body .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link.link-delivery a span,body .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link.link-info a span,body .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link.link-review a span {
        font-size: 16px;
    }

    body .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link.link-delivery {
        max-width: 19.5vw;
        width: 100%;
        margin-left: 50px;
    }

    body .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link.link-review {
        max-width: 13.5vw;
        width: 100%;
        margin-left: 50px;
    }

    body .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link a>span.nav-address-title {
        width: unset
    }

    .nav-bar .nav-link {
        padding: 1.25rem .5rem .5rem;
    }
}

@media only screen and (max-width: 1790px) and (min-width:1200px) {
    .promotions.card-select .card .card-sale-info span {
        font-size:.7vw
    }
}

@media only screen and (max-width: 1790px) and (min-width:991px) {
    .promotions.card-select .card .card-content .card-price {
        width:35%
    }

    .promotions.card-select .card .card-content .card-button {
        width: 65%
    }

    .promotions.card-select .card .card-content .card-button a {
        padding-right: 1.2vw;
        text-align: end
    }

    .promotions.card-select .card .card-content {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (max-width: 1680px) and (min-width:991px) {
    .nav-container .nav-bar {
        flex-wrap:wrap
    }

    .page-wrapper .footer .footer-container .footer-info {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    .page-wrapper .footer .footer-container .footer-info .item {
        width: 20%;
        padding: 0 15px
    }

    .advantage .advantage-block .item>span {
        font-size: 1.1vw
    }

    .advantage .advantage-block .item {
        padding: 20px
    }
}

@media only screen and (max-width: 1700px) and (min-width:1280px) {
    .page-wrapper .header .header-container .logo img {
        width: 103px;
    }

    .header .header-contact .location>span,.page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link a>span,.page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link:first-child a span {
        font-size: 1vw
    }

    .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link a>span.nav-address-title {
        width: min-content;
        width: -moz-min-content
    }

    .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link .header-contact .phone-number a {
        font-size: 1vw;
        margin-top: 0;
    }

    .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link {
        max-width: 200px;
        margin: 0
    }

    .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link:first-child {
        max-width: 195px
    }

    .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link:last-child a .header-contact {
        display: flex;
        flex-direction: column
    }

    .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link.switch-checkbox {
        max-width: 270px
    }

    .page-wrapper .footer .footer-container .footer-info {
        padding: 0
    }

    .search-block .search-block-link .cart-count-container {
        margin: 0 6px 0 0
    }
}

@media only screen and (max-width: 1510px) and (min-width:1280px) {
    .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link:first-child {
        max-width:156px
    }
}

@media only screen and (max-width: 1410px) and (min-width: 1280px) {
    .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link {
        max-width: 200px;
    }
}

@media only screen and (max-width: 1366px) and (min-width:991px) {
    .page-wrapper .page-content .side-menu .side-menu-container ul li .side-menu-title {
        font-size:15px;
        padding: 15px 0
    }

    .page-wrapper .page-content .side-menu a .side-menu-icon {
        height: 25px
    }

    .page-wrapper .header .header-container .logo,.page-wrapper .page-content .side-menu {
        max-width: 260px
    }

    .page-wrapper .header .header-container .logo img {
        width: 100%
    }

    body.non-home-page .page-wrapper .page-content.active .side-menu {
        max-width: 260px;
        min-width: 260px
    }

    body .page-wrapper .page-content .side-menu .menu-sub {
        left: 260px
    }

    .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link.switch-checkbox .switch {
        width: 165px
    }

    .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link.switch-checkbox .switch span.slider:before {
        width: 80px;
        font-size: 14px
    }

    .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link.switch-checkbox input:checked+.slider:before {
        -webkit-transform: translateX(69px);
        -ms-transform: translateX(69px);
        transform: translateX(69px);
        left: 15px
    }

    .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link.switch-checkbox .switch span.slider:after {
        font-size: 14px
    }

    .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link.switch-checkbox input:checked+.slider:after {
        left: 15px
    }

    .page-wrapper .footer .footer-container .footer-info .item {
        width: 20%;
        padding: 0 15px
    }

    .in-numbers .in-numbers-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    .in-numbers .in-numbers-block .item {
        margin: 20px 0 0
    }
}

@media only screen and (max-width: 1279px) and (min-width:991px) {
    .page-wrapper .header {
        height:109px
    }

    .footer .footer-container .footer-contact div span,.footer .footer-container .footer-info .item .title {
        font-size: 18px
    }

    .footer .footer-container .footer-payments .payment-bottom-text {
        font-size: 14px
    }

    .footer .footer-container .footer-info .item li .social-media.odnoklassniki,.footer .footer-container .footer-payments,.header .location img,.header .nav-bar .nav-link,.header .nav-bar .nav-link img {
        margin: 0
    }

    .footer .footer-container .footer-info .item li a {
        font-size: 16px
    }

    .page-wrapper .footer .footer-container .footer-info .item {
        width: 25%;
        padding: 0 30px
    }

    .page-wrapper .footer .footer-container .footer-info {
        -webkit-justify-content: center!important;
        -ms-justify-content: center!important;
        justify-content: center!important;
        padding: 0
    }

    .page-wrapper .footer .footer-container .footer-info .item:first-child {
        padding: 0 30px 0 0
    }

    .page-wrapper .footer .footer-container .footer-info .item:last-child {
        width: 100%;
        padding: 0;
        max-width: 600px;
        border: unset;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .footer .footer-container .footer-info .item .social-media-group {
        max-width: 100%;
        width: unset
    }

    .page-wrapper .header .header-container .header-links {
        margin: 0 0 0 40px
    }

    .page-wrapper .header .header-container .logo img {
        width: 91%
    }

    .nav-address-title {
        visibility: hidden;
        width: 0;
        height: 15px
    }

    .nav-address-span {
        visibility: hidden;
        width: 0;
        height: 15px
    }

    .nav-address-title .count {
        visibility: visible
    }

    .nav-link.link-delivery a span,.nav-link.link-factory,.nav-link.link-review a span {
        display: none
    }

    .nav-link.link-address {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .nav-link.link-delivery {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .nav-link.link-review {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .nav-link.switch-checkbox {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .nav-link.link-info {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .header .location img,.header .nav-bar .nav-link img {
        width: 29px
    }

    .nav-link.link-info .location span {
        font-weight: 500;
        font-size: 18px
    }

    .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link .header-contact .phone-number a {
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
        margin-top: 4px
    }

    .page-wrapper .page-content .side-menu a .side-menu-icon {
        margin-right: 0
    }

    .search-block .search-block-link .cart-count-container {
        margin: 0 6px 0 0
    }
}

@media only screen and (max-width: 1280px) and (min-width:769px) {
    .modal.header-address-modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size:3.25vw
    }

    .modal.header-address-modal .modal-body-description span {
        font-size: 1.55vw
    }

    .modal.header-address-modal .search-block .form-group input {
        font-size: 1.38vw
    }

    body.home-page .page-wrapper .in-numbers .in-numbers-block .item {
        width: 25%
    }

    body.home-page .page-wrapper .in-numbers .in-numbers-block .item>span.in-numbers-item-info {
        font-size: 3.1vw
    }

    body.home-page .page-wrapper .in-numbers .in-numbers-block .item>span,body.home-page .page-wrapper .production .production-block .item>span {
        font-size: 1.4vw;
        padding: 0;
        margin: 10px 0 0
    }

    body.home-page .page-wrapper .in-numbers .in-numbers-block .item .in-numbers-img img,body.home-page .page-wrapper .production .production-block .item .production-img img {
        height: 5.4vw
    }

    body.home-page .page-wrapper .category-section .category-section-title span {
        font-size: 2.4vw
    }

    body.home-page .page-wrapper .category-section .category-section-title span img,body.home-page .page-wrapper .in-numbers .in-numbers-title span img {
        height: 3.6vw
    }

    body.home-page .page-wrapper .advantage .advantage-title span,body.home-page .page-wrapper .in-numbers .in-numbers-title span,body.home-page .page-wrapper .production .production-title span {
        font-size: 2.2vw
    }

    body.home-page .page-wrapper .production .production-title {
        margin: 0 0 40px
    }

    body.home-page .page-wrapper .advantage .advantage-title,body.home-page .page-wrapper .category-section .category-section-title,body.home-page .page-wrapper .in-numbers .in-numbers-title {
        margin: 0 0 30px
    }

    body.home-page .page-wrapper .category-section .subcategory-block {
        margin-bottom: 60px
    }

    .in-numbers .in-numbers-block .item {
        max-width: unset;
        margin: 0;
        width: max-content
    }

    body.home-page .page-wrapper .production .production-block .item {
        max-width: unset;
        width: 33.3%;
        margin: 20px 0 0
    }

    .advantage .advantage-block .item img {
        width: 8.6vw
    }

    .advantage .advantage-block .item>span.advantage-item-title {
        font-size: 1.9vw
    }

    .advantage .advantage-block .item>span {
        font-size: 1.4vw;
        padding: 10px 0 0
    }

    .advantage .advantage-block,.production .production-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    .production .production-block .item {
        margin: 10px 0 0
    }

    .advantage .advantage-block .item {
        max-width: 100%;
        margin: 20px 0 0;
        padding: 20px
    }

    .page-wrapper .page-content .side-menu .side-menu-container ul li .side-menu-title {
        font-size: 15px
    }

    .product-view .promotions .card .card-content .card-button {
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between
    }

    .promotions .card .card-content .card-price {
        margin: 0
    }

    .page-wrapper .product-view .promotions .card .card-content .card-price .item .price-label span {
        width: max-content
    }
}

@media only screen and (max-width: 1024px) and (min-width:991px) {
    .page-wrapper .header .header-container .header-links .nav-container .nav-bar .nav-link {
        padding-bottom:5px
    }

    .page-subcategory {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 1010px) and (min-width:991px) {
    .promotions .card .card-content {
        -webkit-flex-direction:column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width: 991px) {
    .only_mobile,.page-wrapper .footer .footer-container .footer-info-dropdown-list,.small-footer-social-media {
        display:block
    }

    .page {
        padding: 91px 15px 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card-section .subtitle {
        font-size: 26px;
        padding: 0;
        margin: 0
    }

    .page .breadcrumbs-block {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .breadcrumbs-block nav.breadcrumbs-nav ul li .right-arrow,.header-mobile {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex
    }

    .main .main-content {
        padding: 15px
    }

    .side-menu .menu-sub {
        background: #fafafa
    }

    .page-wrapper .page-content {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .carousel-arrow,.footer-info,.page-wrapper .header,.page-wrapper .page-content .side-menu .logo,.side-menu .menu-sub .menu-sub-close .close-sub {
        display: none
    }

    .advantage .advantage-block .item>span.advantage-item-title,.footer .footer-container .footer-payments .title,.in-numbers .in-numbers-title span,.info-field,.modal.header-address-modal .search-block .form-group input,.modal.header-address-modal label.radio-label,.production .production-title span,.promotions .card .card-rating .rating span,.review-modal .email-field label,.review-modal .review-field label,.search-block .form-group span {
        font-size: 14px
    }

    .search-block .form-group input {
        font-size: 14px;
        line-height: 17px;
        padding: 12px 0 12px 12px
    }

    .search-block .form-group .search-icon {
        width: 22px;
        right: 14px
    }

    .search-block {
        margin-bottom: 32px
    }

    .carousel.slide.home-carousel .carousel-indicators li {
        width: 6px;
        height: 6px;
        border: 1px solid #ed2024
    }

    .carousel.slide.home-carousel {
        margin-bottom: 20px
    }

    .carousel.slide.home-carousel .carousel-indicators {
        bottom: -30px
    }

    .small-nav-link-icon img {
        width: 34px
    }
    .small-nav-link-icon svg {
        width: 34px
    }
    .small-nav-link-icon svg g{
            fill: #e2101a;
    }

    .small-nav-link-icon.location img {
        width: auto;
        height: 29px
    }

    .page-wrapper .footer .footer-container .footer-info,.search-block-link {
        display: none!important
    }

    .page-wrapper .page-content .side-menu {
        display: none;
        max-width: 100%;
        position: fixed;
        overflow-y: auto;
        z-index: 25
    }

    .side-menu-container li.active {
        background-color: #ed2024
    }

    .page-wrapper .page-content .side-menu .side-menu-container {
        padding: 54px 0 0
    }

    .page-wrapper .page-content .side-menu .side-menu-container ul li:last-child a span.side-menu-title,.side-menu .menu-sub.menu-sub-bottom .menu-sub-content ul li:last-child a span {
        border-bottom: unset
    }

    .page-wrapper .page-content .side-menu .side-menu-container ul li.mobile-account,.pagination-block {
        padding: 30px 0
    }

    .side-menu .menu-sub .menu-sub-close {
        top: 12px;
        left: 15px;
        right: unset
    }

    .side-menu .menu-sub .menu-sub-close>span.back-sub {
        color: #ed2024;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .breadcrumbs-block nav.breadcrumbs-nav ul li.back,.side-menu .menu-sub .menu-sub-content ul li a>span:last-child {
        -webkit-align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -webkit-flex
    }

    .side-menu .menu-sub .menu-sub-close>span.back-sub span {
        font-weight: 700;
        font-size: 16px;
        color: #ed2024;
        margin: 0 5px 2px 0
    }

    .side-menu .menu-sub .menu-sub-close>span.back-sub span img {
        height: 15px
    }

    body .page-wrapper .page-content .side-menu .menu-sub {
        display: none;
        width: 0;
        visibility: hidden;
        height: 0
    }

    body .page-wrapper .page-content .side-menu .menu-sub.current {
        display: block;
        visibility: visible;
        position: fixed;
        top: 204px;
        left: 0;
        height: calc(100% - 54px);
        width: 100%;
        z-index: 105;
        transition: width .2s,padding .2s;
        -moz-transition: width .2s,padding .2s;
        -webkit-transition: width .2s,padding .2s
    }

    body .page-wrapper .page-content .side-menu .menu-sub .menu-sub-title {
        width: 100%;
        height: 54px;
        background: #252525;
        border-bottom: 4px solid #000
    }

    .side-menu .menu-sub .menu-sub-title a {
        color: #fff;
        height: 100%;
        padding: 0 0 0 90px
    }

    .side-menu .menu-sub .menu-sub-content ul,.small-footer-social-media .title {
        margin: 0
    }

    body .page-wrapper .page-content .side-menu .menu-sub .menu-sub-title a span {
        font-style: normal;
        font-weight: 900;
        font-size: 18px;
        color: #fff;
        line-height: 1
    }

    body .page-wrapper .page-content .side-menu .menu-sub .menu-sub-content ul li {
        height: 54px
    }

    body .page-wrapper .page-content .side-menu .menu-sub .menu-sub-content ul li a {
        text-decoration: none;
        height: 100%
    }

    body .page-wrapper .page-content .side-menu .menu-sub .menu-sub-content ul li a:hover {
        color: #fff
    }

    .side-menu .menu-sub .menu-sub-content ul li a>span:last-child {
        width: 100%;
        height: 100%;
        border-bottom: 1px solid #252525;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        margin: 0 0 0 15px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        color: #202020
    }

    body .page-wrapper .page-content .side-menu .menu-sub .menu-sub-content ul li a>span img {
        width: 60px;
        height: 35px
    }

    .side-menu-container .mobile-account-container {
        border-top: 4px solid #000;
        border-bottom: 4px solid #000;
        padding: 0 0 22px
    }

    .side-menu-container .mobile-account-container .menu-account-container {
        padding: 18px 35px 20px
    }

    .side-menu-container .mobile-account-container .menu-account-container a.side-menu-account {
        margin: 0 auto;
        padding: 0;
        width: max-content
    }

    .side-menu-container .mobile-account-container .menu-account-container a:hover {
        color: #ed2024
    }

    .side-menu-container .mobile-account-container .side-menu-account .profileimage {
        position: relative;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        overflow: hidden
    }

    .side-menu-container .mobile-account-container .side-menu-account .user-name {
        padding: 0 0 0 16px;
        font-size: 18px;
        line-height: 1
    }

    .side-menu-container .mobile-account-container .side-menu-account .profileimage img {
        max-width: 100%
    }

    .side-menu-container .mobile-account-container .switch-checkbox {
        padding: 0 15px
    }

    .side-menu-container .mobile-account-container .switch-checkbox label.switch {
        width: 210px;
        height: 30px
    }

    .side-menu-container .mobile-account-container .switch-checkbox label.switch .slider:before {
        color: #fff;
        width: 105px;
        height: 30px;
        font-size: 12px
    }

    .side-menu-container .mobile-account-container .switch-checkbox label.switch .slider:after {
        font-size: 12px;
        right: 48px
    }

    .side-menu-container .mobile-account-container .switch-checkbox.nav-link input:checked+.slider:before {
        -webkit-transform: translateX(105px);
        -ms-transform: translateX(105px);
        transform: translateX(105px);
        color: #ed2024
    }

    .page-wrapper .page-content .header-mobile {
        color: #fff;
        width: 100%;
        height: 72px;
        position: fixed;
        z-index: 100;
        background: #fff;
    }

    .page-wrapper .page-content .header-mobile .logo {
        height: 100%;
        margin-left: 15px;
    }

    .page-wrapper .page-content .header-mobile .logo img {
        /* width: 177px; */
        height: 51px;
    }

    .page-wrapper .page-content .header-mobile .header-links-menu,.page-wrapper .page-content .header-mobile .header-links-menu .nav-container-mobile {
        width: 100%
    }

    .page-wrapper .page-content .header-mobile .header-links-menu .menu {
        margin: 0 15px 0 0
    }

    .page-wrapper .page-content .header-mobile .header-links-menu .nav-container-mobile .nav-bar {
        list-style-type: none;
        width: 100%;
        margin: 0;
        gap: 15px
    }

    .page-wrapper .page-content .header-mobile .header-links-menu .nav-container-mobile .nav-bar li a {
        position: relative;
        height: 25px;
        display: block
    }

    .page-wrapper .page-content .header-mobile .header-links-menu .nav-container-mobile .nav-bar li span.count {
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #e20613;
        border: 1px solid #e20613;
        box-sizing: border-box;
        color: #fff;
        position: absolute;
        top: -10px;
        right: -10px;
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 18px
    }

    .page-wrapper .page-content .header-mobile .header-links-menu .menu img {
        width: 36px
    }

    .page-wrapper .footer .footer-container {
        padding: 20px 0 40px
    }

    .page-wrapper .footer .footer-container .footer-info-dropdown-list ul li.dropdown {
        padding: 14px 25px;
        border-bottom: 1px solid #c4c4c4
    }

    .page-wrapper .footer .footer-container .footer-info-dropdown-list ul li.dropdown .dropbtn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        padding: 0;
        font-weight: 700
    }

    .page-wrapper .footer .footer-container .footer-payments .payments-group {
        flex-wrap: wrap;
        padding: 0 10px
    }

    .page-wrapper .footer .footer-container .footer-payments .payment-bottom-text {
        padding: 25px;
        font-size: 10px
    }

    .page-wrapper .footer .footer-container .footer-contact {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0
    }

    .page-wrapper .footer .footer-container .footer-contact div>span {
        font-size: 12px
    }

    .promotions .card,.review-modal .uploads-field {
        padding: 10px
    }

    .promotions .card .card-name span {
        font-size: 13px;
        line-height: 16px
    }

    .breadcrumbs-block nav.breadcrumbs-nav ul li a,.card .card-sale-info span,.promotions .card .card-available span {
        font-size: 10px
    }

    .promotions .card .card-content .card-price .item {
        margin: 0 10px 0 0
    }

    .promotions .card .card-content .card-price .item .price-label span {
        font-size: 12px;
        line-height: 12px
    }

    .category-section .category-section-title span,.promotions .card .card-content .card-button button span,.promotions .card .card-content .card-price .item .opt-price span,.promotions .card .card-content .card-price .item .price-container .old-price span {
        font-size: 16px
    }

    .promotions .card .card-content .card-price .item .price-container .special-price span {
        font-size: 24px;
        line-height: 32px
    }

    .promotions .card .card-content .card-button {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        width: 37%
    }

    .promotions .card .card-content .card-button a {
        font-size: 12px;
        line-height: 1;
        padding: 3px 0 0;
        margin: 0 0 4px
    }

    .promotions .card .card-content .card-button button {
        height: 34px;
        max-width: 136px;
        cursor: pointer
    }

    .promotions .card .card-content .card-button button img {
        width: 18px
    }

    .category-section .category-section-title {
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        background: #f5f5f5;
        padding: 30px 20px 20px
    }

    .category-section .category-section-title img {
        margin: 2px 2px 0 0;
        height: 20px
    }

    .in-numbers .in-numbers-block,.production .production-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-justify-content: space-evenly;
        justify-content: space-evenly;
        justify-content: space-evenly
    }

    .in-numbers .in-numbers-block .item,.production .production-block .item {
        max-width: 125px;
        margin: 20px 5px 0
    }

    .advantage .advantage-block .item>span,.in-numbers .in-numbers-block .item>span,.production .production-block .item>span {
        font-size: 13px
    }

    .advantage .advantage-block .item>span {
        text-align: center
    }

    .production .production-block .item {
        max-width: 135px
    }

    .production .production-block .item>span {
        line-height: 14px
    }

    .in-numbers .in-numbers-block .item>span.in-numbers-item-info {
        font-size: 26px
    }

    .in-numbers .in-numbers-block .item .in-numbers-img img,.production .production-block .item .production-img img {
        height: 50px
    }

    .in-numbers .in-numbers-title span img {
        height: 20px;
        margin: 0 5px 0 0
    }

    .production .production-title {
        padding: 0 20px;
        margin: 0
    }

    .in-numbers .in-numbers-title {
        padding: 0 20px
    }

    .advantage .advantage-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    .advantage .advantage-block .item {
        max-width: 100%;
        margin: 20px 0 0;
        padding: 20px
    }

    .advantage .advantage-title {
        margin: 0 30px 0 0
    }

    .advantage .advantage-title span,.promotions .card .card-name a,.return-rule-title {
        font-size: 18px
    }

    .advantage .advantage-block .item>span.advantage-item-text a.more_link {
        color: #ed2024;
        padding: 0 0 0 5px
    }

    .page-subcategory {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page-subcategory .count {
        width: 16px;
        height: 16px;
        border: 1.5px solid #e20613;
        font-size: 8px;
        font-weight: 700;
        right: -10px
    }

    .page-cat-title .cat-name {
        font-size: 22px
    }

    .page-cat-title .product-count {
        border-radius: 3px;
        padding: 0 4px
    }

    .page-cat-title .product-count .count-container {
        font-size: 12px;
        line-height: 18px
    }

    .breadcrumbs-block nav.breadcrumbs-nav ul li.back {
        background: #ed2024;
        border-radius: 3px;
        width: 52px;
        height: 17px;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    .breadcrumbs-block nav.breadcrumbs-nav ul li.back a span {
        font-size: 9px;
        line-height: 18px;
        color: #fff
    }

    .breadcrumbs-block nav.breadcrumbs-nav ul li .right-arrow img {
        width: 4px;
        height: 8px
    }

    .breadcrumbs-block nav.breadcrumbs-nav ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    .small-footer-social-media .social-media-group {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    .footer .footer-container .footer-payments .payments-group .payment,.small-footer-social-media .social-media-group li .social-media {
        margin: 0 10px
    }

    .footer .footer-container .footer-info .item li .social-media,.small-footer-social-media .social-media-group li .social-media {
        width: 30px;
        height: 30px
    }

    .payments-group .payment.visa-img img {
        width: 55px;
        height: 42px
    }

    .payments-group .payment.mastercard-img img {
        width: 45px;
        height: 42px
    }

    .payments-group .payment.mir-img img {
        width: 58px;
        height: 21px
    }

    .payments-group .payment.khalva-img img {
        width: 60px;
        height: 24px
    }

    .payments-group .payment.apple-pay-img img {
        width: 44px;
        height: 19px
    }

    .payments-group .payment.samsung-pay-img img {
        width: 130px;
        height: 19px
    }

    .footer-info-dropdown-list .dropdown-content a {
        font-size: 12px;
        padding: 7px 0
    }

    .promotions .card .card-content .card-price .item .price-label {
        margin: 0 0 8px;
        line-height: 12px
    }

    .promotions .card .card-content .card-price .item .price-container .old-price {
        line-height: 12px
    }

    .card .card-discount {
        width: 36px;
        height: 17px;
        margin: 0 0 16px
    }

    .card .card-discount span {
        font-size: 14px;
        line-height: 16px
    }

    .card .card-sale-info {
        margin: 5px 0 0
    }

    .promotions .card .card-available,.promotions .card .card-rating {
        margin: 0 0 10px
    }

    .promotions .card .card-name {
        margin-bottom: 8px
    }

    .modal.header-address-modal {
        position: fixed;
        background: #fff
    }

    .modal.header-address-modal .modal-dialog .modal-content {
        border: unset
    }

    .modal.header-address-modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 20px;
        margin: 0 35px 0 0
    }

    .modal.header-address-modal .modal-body-description {
        margin: 0 0 22px
    }

    .modal.header-address-modal .modal-body-description span {
        font-weight: 700;
        font-size: 14px
    }

    .modal.header-address-modal .modal-dialog .modal-content .modal-header {
        padding: 0 14px
    }

    .modal.header-address-modal .modal-dialog .modal-content .modal-container {
        margin: 15px 0 0
    }

    .modal.header-address-modal .all-addresses .fieldset .field {
        width: 50%
    }

    body .page-wrapper .page-content .side-menu .menu-sub.current .menu-sub-content ul {
        overflow-y: auto
    }

    body.hidden {
        overflow: hidden
    }

    body.hidden .page-wrapper .page-content .side-menu {
        overflow-y: unset
    }

    body .page-wrapper .page-content .side-menu .menu-sub .menu-sub-content ul li:last-child {
        margin: 0 0 40px
    }

    .review-modal {
        background: #fff
    }

    .review-modal .modal-dialog {
        margin: 0!important;
        height: 100%;
        max-width: 100%
    }

    .review-modal .modal-content {
        border: unset;
        border-radius: unset;
        padding: 14px;
        height: 100%;
        display: block
    }

    .review-modal .modal-header .modal-title {
        font-size: 20px
    }

    .review-modal .modal-body>span {
        font-size: 16px;
        margin: 0 0 26px
    }

    .review-modal label {
        font-size: 14px;
        margin: 0 0 10px
    }

    .review-modal input {
        height: 40px;
        font-size: 14px
    }

    .review-modal .email-field,.review-modal .review-field,.review-modal .review-modal-number,.review-modal .uploads-field {
        margin: 0 0 20px
    }

    .review-modal .review-modal-date>div {
        margin: 0 11px 0 0
    }

    .review-modal .modal-header .close {
        right: 14px;
        top: 16px
    }

    .review-modal .email-field input {
        height: 40px
    }

    .review-modal .review-field textarea {
        height: 151px
    }

    .review-modal .uploads-field .user-img {
        margin: 0 10px 0 0;
        width: 100%;
        max-width: 30px
    }

    .review-modal .uploads-field .drop-img-info .drop-img-text {
        font-size: 14px;
        color: #000
    }

    .review-modal .uploads-field .drop-img-info .drop-img-size {
        font-size: 12px;
        color: #757575
    }

    .review-modal .modal-footer {
        margin: 30px 0 0
    }

    .review-modal .modal-footer button {
        max-width: unset;
        height: 46px;
        font-size: 16px
    }

    .review-modal .rating-stars-field {
        margin: 20px 0 0
    }

    .review-modal .rating-stars img {
        width: 16px;
        height: 16px
    }

    .email-field-container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: start;
        -ms-align-items: start;
        align-items: start
    }

    .in-numbers .in-numbers-block .item>span.in-numbers-item-info.deg:after {
        font-size: 12px;
        padding: 5px 0 0 1px
    }

    .category-section .subcategory-block {
        margin-bottom: 50px
    }

    .in-numbers .in-numbers-title {
        margin: 0 0 15px
    }

    .card-section {
        margin: 20px -15px 50px
    }

    .category-section .category-section-title {
        margin: 0 0 30px
    }

    .promotions.card-select .card .card-content .card-button .card-optical-conditions {
        padding: 0
    }

    .promotions.card-select .card .card-content .card-button a {
        line-height: 1;
        padding: 7px 0 0
    }

    .card-select-button {
        max-width: 101px
    }

    .card-select-button .select-wrapper {
        margin: 0 0 7px
    }

    .card-select-button .custom-option,.card-select-button .select__trigger {
        font-size: 10px;
        height: 26px;
        padding: 0 7px
    }

    .card-select-button .arrow {
        height: 8px;
        width: 8px
    }

    .card-select-button .arrow::after,.card-select-button .arrow::before {
        width: .05rem
    }

    .card-select-button .arrow::before,.card-select-button .open .arrow::before {
        left: -2px
    }

    .card-select-button .arrow::after,.card-select-button .open .arrow::after {
        left: 2px
    }
}

@media only screen and (max-width: 375px) {
    .page {
        padding:68px 15px 15px
    }

    .page-wrapper .page-content .header-mobile {
        height: 54px
    }

    .page-wrapper .page-content .header-mobile .logo img {
        width: 133px;
        height: 29px
    }

    .search-block {
        margin-bottom: 24px
    }

    .promotions .card .card-content .card-button a,.promotions .card .card-content .card-price .item .price-label span,.search-block .form-group span {
        font-size: 10px
    }

    .search-block .form-group input {
        font-size: 10px;
        line-height: 12px;
        padding: 10px 0 10px 14px
    }

    .search-block .form-group .search-icon {
        width: 16px
    }

    .card-section .subtitle,.page-cat-title .cat-name {
        font-size: 22px
    }

    .page-cat-title .product-count .count-container {
        font-size: 9px
    }

    .page-wrapper .page-content .header-mobile .header-links-menu .menu img {
        width: 30px
    }

    .small-nav-link-icon img {
        display: block;
        width: 25px;
        max-height: 100%
    }

    .page-wrapper .page-content .header-mobile .header-links-menu .nav-container-mobile .nav-bar li span.count {
        font-size: 8px
    }

    .card .card-discount span {
        font-size: 10px;
        line-height: 16px
    }

    .promotions .card .card-content .card-button button span,.promotions .card .card-content .card-price .item .price-container .old-price span,.promotions .card .card-rating .rating span {
        font-size: 12px
    }

    .promotions .card .card-name a {
        font-size: 13px
    }

    .promotions .card .card-content .card-price .item .price-container .special-price span {
        font-size: 16px;
        line-height: 18px
    }

    .promotions .card .card-content .card-button button {
        max-width: 101px;
        height: 24px
    }

    .promotions .card .card-content .card-button button img {
        width: 12px
    }
}

/* End */
/* Start:/local/templates/main/css/address.min.css?176172770812410*/
.page-title {
    padding: 0 15px
}

.custom-option,.select__trigger {
    padding: 0 22px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 60px;
    cursor: pointer
}

.address-items::-webkit-scrollbar {
    width: 3px
}

.address-items::-webkit-scrollbar-track {
    background: #c4c4c4
}

.address-items::-webkit-scrollbar-thumb {
    background-color: #ed2024
}

.address-items {
    height: 100vh;
    overflow-y: auto
}

.address-items.current {
    display: block
}

.address-items .address-item,.addresses-location ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex
}

.address-title>span {
    position: relative;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 2px;
    color: #202020
}

.address-title>span .count {
    line-height: 1;
    letter-spacing: .5px;
    font-size: 12px
}

.address-container {
    border: 1px solid #c4c4c4
}

.address-items .address-item {
    padding: 10px 13px;
    border-top: 1px solid #c4c4c4;
    cursor: pointer;
    display: flex
}

.address-items .address-item .item-img {
    margin: 3px 10px 0 0
}

.address-items .address-item .item-content .item-title span {
    font-weight: 700;
    font-size: 18px;
    color: #202020
}

.address-items .address-item .item-content .item-description span {
    font-size: 18px;
    color: #202020
}

.address-items .address-item .item-content .item-description label {
    font-size: 18px;
    color: #202020;
    margin: 0 3px 0 0
}

.address-items .address-item .item-content .item-date span {
    font-size: 16px;
    color: #757575
}

.addresses-title {
    margin: 0 0 34px
}

.addresses-title span {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: .6px;
    color: #000
}

.addresses-location ul {
    list-style-type: none
}

.addresses-location ul li {
    display: flex;
    max-width: 350px;
    width: 100%;
    height: 160px;
    border: 1px solid #c4c4c4;
    margin: 0 10px 0 0;
    padding: 22px 14px
}

.addresses-location ul li img {
    margin: 0 8px 0 0;
    width: 61px;
    height: 61px
}

.addresses-location ul li span {
    font-weight: 700;
    font-size: 24px;
    color: #202020
}

.addresses-location ul li span.description {
    font-weight: 400;
    font-size: 18px;
    color: #4d4d4d;
    line-height: 24px;
    display: block
}

.addresses-location ul li.active {
    border-bottom: 3px solid #ed2024
}

.addresses-map-container .map-addresses-mobile {
    display: none
}

#addressMap,#addressMapFranchise {
    height: 100%
}

.addresses-map {
    display: none;
    min-height: 600px;
    max-width: 100%
}

.addresses-map.active,.map-addresses-action,.map-addresses-action button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex
}

.addresses-map.active {
    display: flex
}

.map-addresses-info>span {
    font-weight: 400;
    margin: 0 0 0 5px
}

.map-addresses-action {
    width: 100%;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.map-addresses-action button {
    width: 144px;
    height: 49px;
    background: #ed2024;
    border-radius: 8px;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border: unset;
    cursor: pointer;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.select,.select__trigger {
    display: flex;
    border: 0 solid #394a6d
}

.address-title>select,.select__trigger>span {
    position: relative;
    font-size: 28px;
    font-weight: 700
}

.map-addresses-maps.map-addresses:after {
    z-index: -1
}

.address-title>select {
    color: #202020;
    border: 0;
    outline: 0;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff
}

.address-title>select option {
    font-size: 20px;
    color: #202020
}

.select-wrapper {
    position: relative;
    user-select: none;
    width: 100%
}

.select {
    position: relative;
    flex-direction: column
}

.select__trigger {
    position: relative;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    height: 60px;
    background: #fff
}

.select__trigger>span {
    line-height: 18px
}

.custom-options {
    position: absolute;
    display: block;
    top: 102%;
    left: -1px;
    right: -1px;
    border: 1px solid #c4c4c4;
    border-top: 0;
    background: #fff;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2
}

.select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.custom-option {
    position: relative;
    display: block;
    font-size: 22px;
    transition: .5s
}

.custom-option:hover {
    cursor: pointer;
    background-color: #b2b2b2
}

.custom-option.selected {
    color: #fff;
    background-color: #e20613
}

.arrow {
    position: relative;
    height: 15px;
    width: 15px
}

.arrow::after,.arrow::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: .15rem;
    height: 100%;
    transition: .5s
}

.arrow::before {
    left: -5px;
    transform: rotate(45deg);
    background-color: #c4c4c4
}

.arrow::after {
    left: 5px;
    transform: rotate(-45deg);
    background-color: #c4c4c4
}

.open .arrow::before {
    left: -5px;
    transform: rotate(-45deg)
}

.open .arrow::after {
    left: 5px;
    transform: rotate(45deg)
}

.select-wrapper span.count {
    top: -10px;
    right: -33px
}

.select-wrapper .select-content {
    position: relative
}

.select-content .select-option-name {
    font-weight: 700;
    color: #202020
}

.map-addresses-info-container .map-addresses-info>a {
    outline: unset;
    border: none
}

.page.addresses {
    max-width: 100%;
    overflow: hidden
}

@media only screen and (max-width: 1700px) and (min-width:991px) {
    .addresses-location ul li {
        height:9.4vw;
        padding-top: .5vw!important
    }

    .addresses-location ul li span.description {
        font-size: 1.06vw;
        line-height: 1.41vw
    }

    .addresses-location ul li span {
        line-height: 2vw;
        font-size: 1.41vw
    }

    .addresses-location ul li img {
        width: 3.58vw;
        height: 3.58vw
    }

    .addresses-location ul li div div span {
        max-width: 14.8vw
    }
}

@media only screen and (max-width: 1700px) and (min-width:768px) {
    .address-title>select {
        font-size:1.65vw
    }
}

@media only screen and (min-width: 769px) {
    .addresses-container .addresses-map-container .addressMap {
        height:100%
    }

    .addresses-container .addresses-location-container {
        min-width: 400px;
        padding: 0
    }

    .address-items .address-item .item-description {
        width: 180px
    }

    .addresses-map-container .map-addresses {
        position: relative;
        background: #fff;
        border-radius: 14px;
        padding: 34px 46px;
        max-width: 442px;
        width: 100%;
        height: auto
    }

    .addresses-map-container .map-addresses:after {
        content: '';
        position: absolute;
        left: 8%;
        top: 99%;
        width: 0;
        height: 0;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 28px solid #fff;
        clear: both
    }

    .addresses-map-container {
        position: relative;
        width: calc(100% - 400px);
        padding: 0 5px
    }

    .map-addresses .map-addresses-title .close {
        display: none
    }

    .map-addresses-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 18px;
        color: #202020;
        margin: 0 0 22px;
        position: relative
    }

    .map-addresses-title .close {
        width: 14px;
        height: 14px;
        line-height: unset;
        position: absolute;
        right: -25px;
        top: -15px
    }

    .map-addresses-images .map-addresses-img img,.map-addresses-title .close img {
        width: 100%;
        height: 100%
    }

    .map-addresses-images {
        margin: 0 0 16px
    }

    .map-addresses-info-container .map-addresses-info {
        margin: 0 0 15px;
        line-height: 21px
    }

    .map-addresses-info-container .map-addresses-info label {
        font-size: 18px;
        color: #757575;
        margin: 0
    }

    .map-addresses-info-container .map-addresses-info span {
        font-size: 18px;
        color: #202020;
        font-weight: 400;
        margin: 0 0 0 5px
    }

    .map-addresses-images .map-addresses-img:not(:last-child) {
        margin: 0 13px 0 0
    }

    .map-addresses-images .map-addresses-img {
        max-width: 108px;
        height: 76px
    }

    .gm-style .gm-style-iw-d::-webkit-scrollbar {
        width: 1px!important;
        height: 1px!important;
        -webkit-appearance: none!important
    }

    .gm-style .gm-style-iw-c,.gm-style .gm-style-iw-d {
        max-height: unset!important;
        max-width: unset!important;
        padding: 0!important
    }

    .gm-style-iw.gm-style-iw-c button {
        top: 15px!important;
        right: 15px!important
    }

    .gm-style-iw.gm-style-iw-c button img {
        filter: invert(29%) sepia(97%) saturate(1783%) hue-rotate(348deg) brightness(95%) contrast(96%);
        width: 26px!important;
        height: 26px!important;
        margin: 2px!important
    }

    .gm-style .gm-style-iw-t::after {
        box-shadow: unset!important
    }

    .gm-style .gm-style-iw-c {
        transform: translate(-14%,-100%)!important
    }
}

@media only screen and (max-width: 1730px) {
    .page-content.active .addresses-location ul li span {
        font-size:1.4vw
    }

    .page-content.active .addresses-location ul li {
        padding: 22px 7px;
        max-width: 19vw
    }

    .page-content.active .addresses-location ul li img {
        width: 4.7vw;
        height: 4.7vw
    }

    .page-content.active .addresses-location ul li span.description {
        font-size: 1vw;
        line-height: 18px
    }
}

@media only screen and (max-width: 1366px) {
    .page-content.active .addresses-location ul li {
        height:9.2vw
    }

    .page-content.active .addresses-location ul li span.description {
        line-height: 14px
    }
}

@media only screen and (max-width: 1484px) and (min-width:769px) {
    .addresses-location ul li:not(:last-child) {
        max-width:260px
    }
}

@media only screen and (max-width: 1280px) and (min-width:769px) {
    .addresses-title span {
        font-size:3.1vw
    }

    .addresses-title {
        margin: 0 0 20px
    }

    .addresses-location ul li span {
        font-size: 1.9vw
    }

    .addresses-location ul li img {
        width: 4.8vw;
        height: 4.8vw
    }

    .addresses-location ul li {
        height: 11vw;
        max-width: 22vw;
        padding: 11px 7px;
        margin: 0
    }

    .addresses-location ul li:not(:last-child) {
        max-width: 22vw
    }

    .address-items .address-item .item-img,.addresses-location ul li span.description {
        display: none
    }

    .addresses-container .addresses-location-container {
        min-width: 22vw
    }

    .address-title>span {
        display: block;
        width: max-content;
        font-size: 1.5vw;
        letter-spacing: 1px
    }

    .address-title>span .count {
        width: 1.6vw;
        height: 1.6vw;
        font-size: 1vw
    }

    .addresses-location ul {
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between
    }

    .addresses-map-container {
        padding: 0 0 0 10px
    }

    .address-items .address-item .item-content .item-description label,.address-items .address-item .item-content .item-description span,.address-items .address-item .item-content .item-title span {
        font-size: 1.4vw
    }

    .address-items .address-item .item-content .item-date span {
        font-size: 1.6vw
    }
}

@media only screen and (max-width: 991px) and (min-width:769px) {
    .address-title>span .count {
        top:-5px;
        right: -15px
    }

    .addresses-location ul li:not(:last-child) {
        max-width: 24vw
    }

    .addresses-container .addresses-location-container {
        min-width: 24vw
    }
}

@media only screen and (max-width: 768px) {
    .addresses-location ul li div div span {
        max-width:170px
    }

    .page.addresses {
        padding: 89px 0 15px
    }

    .addresses .addresses-container .addresses-title,.addresses .breadcrumbs-block,.addresses .search-block {
        padding: 0 15px
    }

    .addresses .addresses-container .addresses-location {
        padding: 0 0 0 15px
    }

    .addresses-title {
        margin: 0 0 20px
    }

    .addresses-title span {
        font-size: 18px;
        letter-spacing: .4px
    }

    .addresses-location ul li {
        width: 100%;
        height: 100px;
        border: 1px solid #c4c4c4;
        padding: 0 10px;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        max-width: 260px
    }

    .addresses-location ul li img {
        width: 41px;
        height: 41px;
        margin: 0 3px 0 0
    }

    .addresses-location ul li span {
        font-size: 16px;
        line-height: 22px
    }

    .addresses-location ul li span.description {
        font-size: 12px;
        line-height: 16px;
        display: block
    }

    .address-title>span {
        font-size: 18px
    }

    .address-items {
        height: 55vh
    }

    .address-items .address-item {
        padding: 9px 0
    }

    .address-items .address-item .item-img {
        margin: 3px 8px 0 14px
    }

    .address-items .address-item .item-img img {
        width: 46px;
        height: 46px
    }

    .address-items .address-item .item-content .item-title span {
        font-size: 14px
    }

    .address-items .address-item .item-content .item-date span,.address-items .address-item .item-content .item-description label,.address-items .address-item .item-content .item-description span {
        font-size: 12px
    }

    .addresses-map {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .addresses-container {
        margin: 0 0 15px
    }

    .addresses-container .addresses-map-container .addressMap {
        height: 300px
    }

    .addresses-container .addresses-location-container,.addresses-container .addresses-map-container {
        padding: 0
    }

    #addressFeatures,.map-addresses {
        background: #f2f2f2;
        padding: 20px 14px 10px
    }

    .map-addresses-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        color: #202020;
        margin: 0 0 9px
    }

    .map-addresses-title .close {
        width: 14px;
        height: 14px;
        line-height: unset
    }

    .map-addresses-images .map-addresses-img img,.map-addresses-title .close img {
        width: 100%;
        height: 100%
    }

    .map-addresses-images {
        margin: 0 0 12px
    }

    .map-addresses-info-container .map-addresses-info {
        margin: 0 0 10px
    }

    .map-addresses-info-container .map-addresses-info label {
        font-size: 14px;
        color: #757575;
        margin: 0
    }

    .map-addresses-info-container .map-addresses-info span {
        font-size: 13px;
        color: #202020;
        font-weight: 400;
        margin: 0 0 0 5px
    }

    .map-addresses-images .map-addresses-img:not(:last-child) {
        margin: 0 8px 0 0
    }

    .map-addresses-images .map-addresses-img {
        max-width: 92px;
        height: 74px
    }

    #addressMap {
        height: 242px
    }

    .map-addresses-maps {
        display: none!important
    }

    .map-addresses-action button {
        font-size: 15px;
        width: 120px;
        height: 36px
    }
}

@media only screen and (max-width: 375px) {
    .page.addresses {
        padding:66px 0 15px
    }
}

@media only screen and (min-width: 992px) {
    .page-wrapper .page-content .main {
        max-width:100%;
        overflow: hidden
    }
}

/* End */
/* Start:/local/templates/main/css/account.min.css?17617277082108*/
.account-container {
    width: 100%;
    max-width: 1470px;
    margin: 0 auto;
    padding: 30px 0 0
}

.account-container .account-block {
    width: 100%;
    max-width: 700px;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    padding: 40px;
    margin: 0 30px 30px 0;
    height: 290px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex
}

.account-container .account-img {
    margin: 0 40px 0 0
}

.account-container .account-person-img {
    margin: 0 0 18px
}

.account-container .account-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 18px;
    letter-spacing: .3px;
    color: #202020
}

.account-description {
    max-width: 345px;
    font-size: 20px;
    line-height: 25px;
    color: #828282
}

.account-logout,.account-read {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #202020;
    text-decoration: none
}

.account-logout:hover,.account-read:hover {
    color: red
}

.account-person-info span {
    color: #202020
}

.account-person-info label {
    color: #828282
}

.account-electronic-checks-info,.account-history-info,.account-person {
    height: 100%
}

.account-person-info>span {
    font-size: 20px
}

#personal_photo {
    display: none
}

.account-img label:hover {
    cursor: pointer
}

@media only screen and (max-width: 1600px) and (min-width:769px) {
    .account-container .account-block {
        max-width:590px
    }
}

@media only screen and (max-width: 1368px) and (min-width:769px) {
    .account-container .account-block {
        max-width:542px
    }
}

@media only screen and (max-width: 768px) {
    .account-container {
        padding:15px 0 0
    }

    .account-container .account-block {
        padding: 15px;
        margin: 0 0 10px;
        height: auto;
        min-height: 110px
    }

    .account-container .account-block.account-info {
        border: unset
    }

    .account-container .account-title {
        font-size: 18px
    }

    .account-container .account-description {
        font-size: 14px;
        line-height: 18px
    }

    .account-container img {
        width: 41px;
        height: 41px
    }

    .account-img img {
        width: 67px;
        height: 67px
    }

    .account-container .account-img {
        margin: 0 12px 0 0
    }

    .account-container .account-person-info {
        display: none!important
    }

    .account-description,.account-title {
        margin: 0 0 5px
    }

    .account-logout,.account-read {
        font-weight: 400;
        font-size: 12px
    }

    .account-container .account-electronic-checks-info .account-title,.account-container .account-history-info .account-title {
        font-size: 16px
    }
}

/* End */
/* Start:/local/templates/main/css/fancybox.css?163774841515659*/
.not-selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel {
    position: relative;
    box-sizing: border-box
}

.carousel *,.carousel *:before,.carousel *:after {
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.carousel__track {
    display: flex
}

.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y
}

.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity .15s ease
}

.carousel__button.is-prev,.carousel__button.is-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: none;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after {
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: none
}

body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width:48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92))
}

.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: flex;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide::before,.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto
}

@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding:64px 100px
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    box-shadow: none
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right:40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left:40px
    }
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right:40px
    }
}

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff)
}

.fancybox__no-click,.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    animation: fancybox-rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

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

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    animation: .15s ease backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close {
    animation: .15s ease both fancybox-fadeOut
}

.fancybox-fadeIn {
    animation: .15s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
    animation: .1s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
    animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    animation: .15s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    animation: .15s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    animation: .15s ease both fancybox-throwOutDown
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-zoomInUp {
    from {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }

    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255,255,255,.1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255,255,255,.1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0,0,0,.2)
}

.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__image {
    transform-origin: 0 0;
    touch-action: none;
    user-select: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: transparent;
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24,24,27,.9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    opacity: 0;
    transition: opacity .15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255,255,255,.1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))
}

@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding:8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media(max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display:none
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 30;
    user-select: none
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}

/* End */
/* Start:/local/templates/main/css/personal-information.min.css?176172770812136*/
.card-modal .modal-footer .card-images,.personal-information-container,.personal-information-info>span {
    width: 100%
}

.personal-information-blocks {
    padding: 30px;
    margin: 0 0 30px;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    width: 100%;
    max-width: 1430px
}

.personal-information-info {
    height: 50px;
    background: #f6f6f6;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    margin: 0 0 16px;
    padding: 0 16px
}

.personal-information-info label {
    margin: 0;
    max-width: 300px;
    width: 100%;
    font-size: 18px;
    color: #828282
}

.information-info,.personal-information-gender .fieldset .field label {
    font-size: 18px;
    color: #202020
}

.personal-information-date {
    width: 23%;
    margin: 0 30px 0 0
}

.personal-information-date label {
    font-weight: 700;
    font-size: 18px;
    color: #828282
}

.personal-information-gender>label {
    font-weight: 700;
    font-size: 18px;
    color: #828282;
    margin: 0 0 20px
}

.personal-information-gender .fieldset .field {
    margin: 0 24px 0 0
}

input[type=date] {
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    border-radius: 3px;
    height: 50px;
    max-width: 200px;
    width: 100%;
    background: url(../images/"../../../../../../local/templates/main/assets/icons/datepicker.svg") 94% 50% no-repeat #fff
}

input[type=date]::-webkit-datetime-edit {
    color: #888;
    padding-left: 10px
}

input[type=date]:focus::-webkit-datetime-edit {
    color: #888
}

input[type=date]:focus::before,input[type=date]:valid::before {
    display: none
}

input[type=date]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none
}

input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    -webkit-appearance: none
}

.card-modal .card-modal-number,.personal-information-card .personal-information-info {
    margin: 0 0 30px
}

.personal-information-card .personal-information-info label {
    color: #202020
}

.personal-information-title span {
    font-weight: 700;
    font-size: 22px;
    color: #202020
}

.personal-information-card-payment {
    background: #fff;
    border: 2px solid #ed2024;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    max-width: 304px;
    height: 44px
}

.personal-information-card-payment a {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #ed2024!important;
    width: 100%;
    height: 100%
}

.personal-information-card .personal-information-info .edit-action {
    margin: 0 16px 0 0
}

.address-modal .modal-content,.card-modal .modal-content {
    padding: 60px
}

.address-modal .field:first-child,.address-modal .field:last-child,.address-modal .fieldset .field #private-house,.card-modal .modal-body,.card-modal .modal-footer,.card-modal .modal-header {
    padding: 0
}

.card-modal .modal-header {
    margin: 0 0 15px;
    border: unset
}

.card-modal .modal-header .modal-title {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: .6px;
    color: #202020
}

.card-modal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #ed2024
}

.card-modal .modal-body>span {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .6px;
    color: #202020;
    margin: 0 0 34px;
    display: block
}

.card-modal input {
    background: #fff;
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    border-radius: 3px;
    height: 50px;
    padding: 0 0 0 10px;
    width: 100%
}

.card-modal label {
    font-size: 18px;
    color: #757575;
    margin: 0 0 14px
}

.card-modal .card-modal-date input:first-child {
    margin: 0 10px 0 0
}

.card-modal .card-modal-date>div {
    margin: 0 42px 0 0
}

.card-modal .modal-footer {
    margin: 30px 0 0;
    border: unset
}

.card-modal .modal-footer button {
    width: 100%;
    height: 46px;
    background: #a0a0a0;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin: 0 10px 32px 12px
}

.address-modal .fieldset {
    margin: 0;
    background: #fff
}

.address-modal .fieldset .field {
    padding: 0 15px 0 0;
    margin: 0 0 25px
}

.address-modal .fieldset .field>label {
    font-size: 18px;
    color: #757575;
    width: max-content
}

.address-modal .fieldset .field.required>label:after {
    content: "*";
    color: #ed2024
}

.address-modal .fieldset .field input {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    outline: unset;
    font-weight: 600;
    font-size: 18px;
    color: #202020
}

.address-modal .field.private-house .control>label.checkbox,.address-modal .field.private-house input {
    height: 100%;
    width: 100%
}

.address-modal .field:not(:first-child) {
    min-width: 146px
}

.address-modal .field.private-house {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 25px 15px 0 0
}

.address-modal .field.private-house .control {
    width: 20px;
    height: 20px
}

.address-modal .field.private-house .control>label.checkbox>input:checked+span::before {
    left: .5px;
    top: .5px
}

.address-modal .field.private-house>label {
    margin: 0 0 0 12px
}

.address-modal .lift-option-container,.date-picker .ui-datepicker-inline {
    position: relative;
    width: 100%
}

.address-modal .lift-option-dropdown {
    width: 100%;
    position: absolute;
    display: inline-block;
    min-height: 2em;
    max-height: 46px;
    overflow: hidden;
    top: 0;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    color: #444;
    outline: 0;
    border: 1px solid #dedede;
    transition: .3s ease-in-out
}

.address-modal .lift-option-dropdown input {
    width: 1px;
    height: 1px;
    display: inline-block;
    position: absolute;
    opacity: .01
}

.address-modal .lift-option-dropdown input:checked+label {
    border-top: none;
    position: absolute;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.address-modal .lift-option-dropdown>label {
    border-top: 1px solid silver;
    height: 46px;
    line-height: 2em;
    padding: 0 16px;
    cursor: pointer;
    position: relative;
    transition: color .3s ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0
}

.address-modal .lift-option-dropdown.bi-chevron-down::after {
    position: absolute;
    right: .8em;
    top: 17px;
    color: #e50914;
    font-size: 14px
}

.address-modal .lift-option-dropdown.expanded {
    background: #fff;
    padding: 0;
    box-shadow: rgb(0 0 0 / 10%) 3px 3px 5px 0;
    max-height: max-content;
    z-index: 10
}

.address-modal .lift-option-dropdown input:checked+label:nth-child(2) {
    margin-top: 0;
    position: relative
}

.address-modal input.lift-option-default+label {
    border: unset
}

.address-modal .modal-dialog {
    max-width: 1326px
}

.address-modal .modal-header {
    border: unset;
    padding: 0;
    margin: 0 0 20px
}

.address-modal .modal-header .modal-title {
    font-weight: 700;
    font-size: 30px;
    color: #202020;
    line-height: 1
}

.address-modal .modal-body {
    padding: 0;
    background: #fff
}

.address-modal .modal-header a.close {
    position: absolute;
    right: 20px;
    top: 20px
}

.personal-information-date>input {
    padding: 0 0 0 7px
}

.date-picker {
    width: 100%;
    max-width: 320px;
    height: auto;
    max-height: 50px;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: .3s ease-in-out
}

.date-picker .input {
    width: 100%;
    height: 50px;
    font-size: 0;
    cursor: pointer;
    border: 1px solid #c6c6c6
}

.date-picker .input .result {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 10px;
    color: grey;
    box-sizing: border-box
}

.date-picker .input .date-picker-icon {
    position: absolute;
    top: 13px;
    right: 10px
}

.date-picker .calendar {
    position: absolute;
    z-index: 10;
    width: 100%;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #c6c6c6
}

.date-picker .ui-datepicker-header {
    height: 100%;
    line-height: 50px;
    color: #8392a7;
    margin-bottom: 10px
}

.date-picker .ui-datepicker-next,.date-picker .ui-datepicker-prev {
    width: 25px;
    height: 25px;
    text-indent: 9999px;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px
}

.date-picker .ui-datepicker-prev {
    float: left;
    margin-left: 12px
}

.date-picker .ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0 0 8px
}

.date-picker .ui-datepicker-next {
    float: right;
    margin-right: 12px
}

.date-picker .ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0 0 6px
}

.date-picker .ui-datepicker-next:after,.date-picker .ui-datepicker-prev:after {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-left: 2px solid #8392a7;
    border-bottom: 2px solid #8392a7
}

.date-picker .ui-datepicker-next:hover,.date-picker .ui-datepicker-next:hover:after,.date-picker .ui-datepicker-prev:hover,.date-picker .ui-datepicker-prev:hover:after {
    border-color: #68768a
}

.date-picker .ui-datepicker-title {
    text-align: center
}

.date-picker .ui-datepicker-calendar {
    width: 100%;
    text-align: center
}

.date-picker .ui-datepicker-calendar thead tr th span {
    display: block;
    width: 100%;
    color: #8392a7;
    margin-bottom: 5px;
    font-size: 13px
}

.date-picker .ui-state-default {
    display: block;
    text-decoration: none;
    color: #b5b5b5;
    line-height: 40px;
    font-size: 12px
}

.date-picker .ui-state-default:hover {
    background: rgba(0,0,0,.02)
}

.date-picker .ui-state-highlight {
    color: #68768a
}

.date-picker .ui-state-active {
    color: #68768a;
    background-color: rgba(131,146,167,.12);
    font-weight: 600
}

.date-picker .ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent
}

.date-picker.open {
    max-height: 400px;
    overflow: visible
}

.date-picker.open .calendar {
    display: block
}

@media only screen and (min-width: 769px) {
    .personal-information-title {
        margin:0 0 20px
    }
}

@media only screen and (max-width: 768px) {
    .personal-information-info {
        position:relative;
        margin: 0 0 50px;
        background: unset
    }

    .personal-information-info:last-child {
        margin: 0 0 42px
    }

    .personal-information-info>span label {
        position: absolute;
        top: -30px;
        left: 0;
        font-weight: 400;
        font-size: 14px;
        color: #828282
    }

    .personal-information-info a.edit-action {
        position: absolute;
        right: 0;
        top: -30px
    }

    .personal-information-info a.edit-action img,.personal-information-info a.remove-action img {
        width: 11px;
        height: 11px
    }

    .personal-information-info .information-info {
        font-weight: 400;
        font-size: 14px;
        color: #202020
    }

    .personal-information-mobile {
        width: 100%;
        padding: 20px 0
    }

    .personal-information-mobile img {
        border-radius: 100%;
        max-height: 67px;
        max-width: 67px
    }

    .personal-information-mobile>span {
        margin: 0 0 0 20px;
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: .3px;
        color: #202020
    }

    .personal-information-blocks {
        border: unset;
        border-radius: unset;
        border-bottom: 1px solid #c4c4c4;
        padding: 0 0 30px
    }

    .personal-information-blocks:last-child {
        border-bottom: unset;
        padding: 0
    }

    .personal-information-title {
        margin: 0 0 40px
    }

    .personal-information-title span {
        font-weight: 700;
        font-size: 18px;
        letter-spacing: .4px;
        color: #000
    }

    .personal-information-bottom {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .personal-information-date {
        width: 100%;
        margin: 0 0 20px
    }

    .personal-information-date label,.personal-information-gender .fieldset .field label {
        font-size: 14px
    }

    .personal-information-gender>label {
        margin: 0 0 6px;
        font-size: 14px
    }

    input[type=date] {
        height: 40px
    }

    .personal-information-card .personal-information-info {
        margin: 0 0 12px;
        height: 40px
    }

    .personal-information-card-payment a {
        font-size: 13px;
        font-weight: 700
    }

    .personal-information-card .personal-information-info a.edit-action {
        position: unset;
        display: none
    }

    .personal-information-card .personal-information-info label {
        display: none
    }

    .card-modal .card-modal-number,.personal-information-card .personal-information-title {
        margin: 0 0 20px
    }

    .personal-information-card-payment {
        max-width: 100%
    }

    .card-modal .modal-dialog {
        margin: 0!important;
        height: 100%
    }

    .card-modal .modal-content {
        border: unset;
        border-radius: unset;
        padding: 14px;
        height: 100%;
        display: block
    }

    .card-modal .modal-header {
        margin: 0 0 30px
    }

    .address-modal .modal-header .modal-title,.card-modal .modal-header .modal-title {
        font-size: 20px
    }

    .card-modal .modal-body>span {
        font-size: 16px;
        margin: 0 0 26px
    }

    .card-modal label {
        font-size: 14px;
        margin: 0 0 10px
    }

    .address-modal .fieldset .field:not(.private-house) input,.address-modal .lift-option-dropdown>label,.card-modal input {
        height: 40px;
        font-size: 14px
    }

    .card-modal .card-modal-date>div {
        margin: 0 11px 0 0
    }

    .card-modal .modal-header .close {
        right: 14px;
        top: 16px
    }

    .address-modal .lift-option-dropdown {
        max-height: 40px
    }

    .address-modal .lift-option-dropdown.bi-chevron-down::after {
        top: 13px
    }

    .address-modal .field.private-house {
        padding: 10px 15px 0 0
    }

    .address-modal .fieldset .field {
        padding: 0 5px;
        margin: 0 0 10px
    }

    .address-modal .fieldset .field>label {
        font-size: 12px
    }

    .modal.address-modal,body.modal-open {
        padding: 0!important;
        margin: 0;
        background: #fff
    }

    .address-modal .modal-dialog {
        margin: 0!important
    }

    .address-modal .modal-content {
        height: 100%;
        border: unset;
        border-radius: unset;
        padding: 25px 14px;
        background: #fff
    }
}

/* End */
/* Start:/local/templates/main/css/custom.css?176966880816403*/
.select-city__dropdown__choose, .b24-form .b24-form-sign-abuse-link, .b24-form-field-agreement .b24-form-field-agreement-link {
    font-size: 13px !important;
}

.card .card-discount span {
    font-size: 13px;
}

.promotions .card .card-content .card-button {
    align-self: flex-end;
}

@media(max-width: 576px) {
    .promotions .card .card-content .card-button {
        min-width: 150px;
    }
}

.address-items {
    height: auto;
}

.address-container {
    height: 600px;
    overflow: auto;
}

.page-wrapper .page-content .side-menu.sticky {
    flex-shrink: 0;
}

.select__trigger>span {
    flex-grow: 1;
}

.select__trigger .arrow {
    margin-left: 32px;
}

.select__trigger .count {
    top: calc(50% - 10px);
    right: -10px;
}

@media (max-width: 440px) {
    .select__trigger>span {
        font-size: 24px;
    }
}

.doc-item {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 24px;
}

@media (max-width: 800px) {
    .doc-item {
        align-items: flex-start;
        flex-direction: column;
    }
}

.doc-item+.doc-item {
    border-top: 1px solid #D9D9D9;
}

.doc-item-title {
    font-size: 21px;
    font-weight: 600;
    color: #000;
}

.doc-item-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-shrink: 0;
    width: 450px;
    max-width: 100%;
}

.doc-item-view {
    height: 30px;
    padding: 0 16px;
    color: #fff !important;
    gap: 4px;
}

.doc-item-download {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #ED2024 !important;
    gap: 10px;
}

.doc-item-buttons {
    display: flex;
    align-items: center;
    gap: inherit;
}

input:focus::placeholder {
    opacity: 1 !important;
}

.header .nav-bar .nav-link .whatsapp-icon {
    width: 32px;
}

@media (max-width: 1279px) {
    .nav-link.link-whatsapp {
        display: none;
    }
}

.item-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    margin-left: auto;
}

@media (max-width: 576px) {
    .item-cover {
        margin-right: 15px;
    }
}

.item-whatsapp {
    width: 42px;
}

.item-whatsapp img {
    width: 100%;
}

.select-city__modal__submit__btn {
    background-color: transparent;
}

@media (max-width: 768px) {
    .select-city__modal-wrap {
        padding: 0 20px;
    }
}

#reviews {
    margin: 0 auto !important;
}

.reviews .control__item-filter--select {
    flex-direction: row;
}

.reviews button.user-consent-view-button {
    display: none;
}

.reviews .wrapper__statistic__info {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    #reviews {
        flex-direction: column;
    }

    .reviews .reviews__wrapper {
        width: 100%;
    }

    .reviews .wrapper__statistic {
        width: 100%;
    }
}

.to-top-btn-wrapper {
    z-index: 1;
}

.promotions .card .card-content .card-price .item.mobile {
    display: none;
}

@media (max-width: 576px) {
    .variant {
        padding: 0 5px;
    }

    .promotions .card .card-content .card-price {
        width: 100%;
    }

    .promotions .card .card-content .card-price .item {
        width: 100%;
    }

    .to-top-btn {
        right: 5px;
    }
}

.promotions .card .card-content .card-button button {
    margin-left: auto;
}

@media (max-width: 768px) {
    .promotions .variant .card {
        padding-bottom: 8px;
    }

    .promotions .card .card-rating {
        padding-inline: 8px; }

    .promotions .card .card-name {
        padding-inline: 8px; }

    .product-view-exec-options .promotions .card .card-name a {
        padding-top: 0;
        padding-inline: 0; }

    .promotions .card .card-content {
        padding-inline: 8px; }
}

.product-view-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 26px;
}

.product-view-gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
}

.product-view-gallery-item::before {
    content: '';
    display: block;
    padding-top: 90%;
}

.product-view-gallery-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .product-view-gallery {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
    }
}

@media (max-width: 576px) {
    .product-view-feature-tab>.product-view-gallery {
        display: flex;
        align-items: center;
        overflow: auto;
        margin: 0 -24px !important;
        padding: 0 24px;
        gap: 16px;
        scrollbar-width: thin;
    }

    .product-view-gallery-item {
        flex-shrink: 0;
        width: 100%;
        max-width: 155px;
    }
}

@media (max-width: 576px) {
    .more-iterested-block {
        padding-top: 0 !important;
    }

    .promotions.swiper-container {
        width: auto;
        margin: 30px 10px 0;
    }
}

@media (min-width: 991px) {
    .video-info {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .promotions .card .card-img {
        overflow: hidden;
    }

    .promotions .card .card-img img {
        height: 100%;
        object-fit: cover;
    }
}

.menu-account-auth {
    display: flex;
    flex-direction: column;
    padding-top: 28px;
    padding-bottom: 16px;
    border-bottom: 30px solid rgba(0, 0, 0, 0.2);
}

.side-menu .side-menu-account {
    display: block;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

.menu-account-user, .menu-account-addresses {
    padding: 0 16px !important;
    height: 54px;
}

.menu-account-user:hover, .menu-account-addresses:hover, .menu-account-user:active, .menu-account-addresses:active {
    color: white;
    background-color: #ed2024;
    text-decoration: none;
}

.promotions .card .card-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.bx_item_detail_rating .bx_stars_progress {
    background-color: #ED2024;
}

.menu-account-user-profile-image {
    display: block;
    flex-shrink: 0;
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 12px;
    background-color: #fff;
    border-radius: 50%;
}

.menu-account-user-profile-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sku-title--grey, .product-view .product-view-sku .sku-title--grey {
    font-size: 15px;
    color: #8d8d8d;
}

/* .product-view-sku--pb {
  padding-bottom: 9px;
} */
.product-view-sku--pt {
    padding-top: 4px;
}

.user-name {
    font-size: 16px;
    font-weight: 600;
}

.menu-account-user-lk {
    font-size: 12px;
    opacity: 0.6;
}

.menu-account-arrow {
    flex-shrink: 0;
    height: 15px;
    margin-right: 4px;
    margin-left: auto;
}

.menu-account-addresses-icon {
    flex-shrink: 0;
    width: 35px;
    margin-right: 14px;
}

.menu-account-addresses-title {
    font-size: 15px;
    font-weight: 900;
}

@media (max-width: 991px) {
    .side-menu-container .mobile-account-container {
        padding: 0;
        border: none;
    }

    .side-menu-container .mobile-account-container .menu-account-container {
        padding: 44px 16px 28px;
    }

    .small-footer-social-media .title {
        padding-bottom: 16px;
        font-size: 16px;
    }

    .small-footer-social-media .social-media-group {
        margin-bottom: 0;
    }

    .footer .footer-container .footer-payments {
        margin-top: 16px;
    }

    .footer .footer-container .footer-payments .title {
        font-size: 16px;
    }

    .page-wrapper .footer .footer-container .footer-payments .payments-group {
        margin-bottom: 0;
    }

    .footer-contact-left {
        margin-bottom: 16px;
    }

    .page-wrapper .footer .footer-container .footer-contact {
        padding: 0 16px;
    }

    .page-wrapper .footer .footer-container .footer-contact div>span {
        font-size: 16px;
        text-align: center;
    }

    .footer-contact .sitemap {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .footer .footer-container .footer-contact div a {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .menu-account-auth {
        padding-top: 54px;
    }

    .menu-account-addresses-title {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .side-menu-container .mobile-account-container .menu-account-container {
        padding: 28px 16px;
    }

    .menu-account-auth {
        padding-top: 34px;
    }
}

.fancybox__content:has(.dialog-social) {
    width: 100%;
    max-width: 310px;
    padding: 32px 24px;
    border-radius: 24px;
}

.dialog-social__title {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.dialog-social__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dialog-social__item {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 16px;
    background-color: #E5E5E5;
    border-radius: 8px;
    font-size: 18px;
    color: #252525;
}

.dialog-social__icon {
    flex-shrink: 0;
    width: 32px;
    margin-right: 12px;
}

.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-inline: 16px; padding-bottom: 16px;
    z-index: 200;
}

.cookie__block {
    width: 100%;
    max-width: 1230px;
    background-color: #fff;
    padding: 32px 24px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.cookie__content {
    width: 100%;
    max-width: 950px;
    font-size: 16px;
}

.cookie__title {
    font-weight: 600;
    margin-bottom: 12px;
}

.cookie__text {
    opacity: 0.8;
}

.cookie__btn {
    height: 48px;
    width: 100%;
    max-width: 160px;
    color: #fff;
    flex-shrink: 0;
    cursor: pointer;
}

@media (max-width: 768px) {
    .cookie__block {
        padding: 24px 16px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: stretch;
    }

    .cookie__content {
        font-size: 14px;
    }
}

.bx_item_detail_rating {
    margin-bottom: 0;
}

.warranty-contacts {
    border-radius: 24px;
    background-color: #F2F2F2;
    padding: 48px;
}

.warranty-contacts__title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 50px;
}

.warranty-contacts__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.warranty-contacts__item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D9D9D9;
}

.warranty-contacts__item:first-child {
    justify-content: flex-start;
}

.warranty-contacts__item:last-child {
    justify-content: flex-end;
    border-right-style: none;
    padding-right: 40px;
}

.warranty-contacts__square {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #fff;
    flex-shrink: 0;
    margin-right: 16px;
}

.warranty-contacts__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.warranty-contacts__subtitle {
    font-weight: 600;
    font-size: 20px;
    color: #202020;
}

.warranty-contacts__subtitle--doc {
    border-bottom: 1px dotted currentColor;
}

.warranty-contacts__text {
    font-size: 20px;
    color: #202020;
}

.warranty-contacts__text--link:hover {
    text-decoration: underline;
}

.warranty-subtitle {
    text-align: center;
    opacity: 0.5;
    font-weight: 600;
    font-size: 28px;
}

@media (max-width: 1545px) {
    .warranty-contacts {
        padding: 28px;
    }

    .warranty-contacts__title {
        margin-bottom: 36px;
    }

    .warranty-contacts__items {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 32px;
    }

    .warranty-contacts__item {
        border: none;
        justify-content: flex-start;
    }

    .warranty-contacts__item:first-child {
        justify-content: flex-start;
    }

    .warranty-contacts__item:last-child {
        justify-content: flex-start;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .warranty-contacts {
        padding: 24px 16px;
    }

    .warranty-contacts__title {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .warranty-contacts__items {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .warranty-contacts__subtitle {
        font-size: 16px;
    }

    .warranty-contacts__text {
        font-size: 16px;
    }

    .warranty-subtitle {
        font-size: 18px;
    }
}

.promotions.swiper {
    margin-top: 45px;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .promotions.swiper {
        margin-top: 20px;
        padding: 0 14px;
        margin-inline: 0; }
}

.variant.swiper-slide {
    height: auto;
    padding: 0;
}

.promotions .variant.swiper-slide .card {
    height: 100%;
    margin-top: 0;
}

.promotions .card .card-content {
    align-items: center;
    margin-top: auto;
}

.promotions .swiper-button-next .swiper-navigation-icon, .promotions .swiper-button-prev .swiper-navigation-icon {
    display: none;
}

.promotions-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 45px;
}

.promotions-nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #2020204D;
    text-align: center;
    height: 48px;
    padding: 0 24px;
    font-size: 18px;
    flex-shrink: 0;
    color: #202020;
}

@media (hover) {
    .promotions-nav__item: hover {
        background-color: #2020204D;
    }
}

.promotions-nav__item.filtering-active {
    background-color: #F2F2F2;
    border: none;
    pointer-events: none;
}

@media (max-width: 768px) {
    .promotions-nav {
        flex-wrap: nowrap;
        gap: 12px;
        padding: 0 15px;
        overflow: auto;
        margin-top: 20px;
        scrollbar-width: none;
    }

    .promotions-nav__item {
        height: 32px;
        padding: 0 16px;
        font-size: 12px;
    }
}

.product-view-tabs, .product-view-exec-options {
    margin-bottom: 45px;
}

@media (max-width: 768px) {
    .product-view-tabs, .product-view-exec-options {
        margin-bottom: 20px;
    }
}

.product-view-exec-options {
    padding-block: 0 !important; }

.w100 {
    padding-bottom: 0;
}

.hits {
    background: #F6F6F6 url('../../../../../../local/templates/main/img/bg.jpg') no-repeat center;
    padding: 44px 32px;
    position: relative;
}

.hits__title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin: 0 0 60px;
}

@media only screen and (max-width: 991px) {
    .hits__title {
        font-size: 18px;
        margin: 0 0 30px;
    }
}

.hits__nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.hits__category {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #C4C4C4;
    text-align: center;
    height: 36px;
    padding: 0 24px;
    font-size: 16px;
    flex-shrink: 0;
    color: #4F4F4F;
    background-color: #fff;
    cursor: pointer;
}

@media (hover) {
    .hits__category: hover {
        opacity: 0.7;
    }
}

.hits__category.hits__category--active {
    background: #212529;
    color: #fff;
    border: none;
    pointer-events: none;
}

.hits__wrapper {
    position: relative;
}

.hits .promotions.swiper {
    padding: 0;
    margin-inline: 0; }

.hits__prev::after, .hits__next::after {
    display: none;
}

.hits__prev, .hits__next {
    width: 56px !important;
    height: 56px !important;
    background: #FFFFFF;
    border: 0.5px solid #0000000A;
    box-shadow: 0px 3px 1px 0px #0000000A;
    border-radius: 50%;
    color: #ED2024 !important;
}

.hits__prev {
    left: -48px !important;
    transform: scaleX(-1);
}

.hits__next {
    right: -48px !important;
}

.hits__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 32px;
}

.hits__pagination .swiper-pagination-bullet {
    background-color: #ED2024;
    opacity: 1;
}

.hits__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
    border: 2px solid #ED2024;
}

.hits .promotions .card .card-rating, .hits .promotions .card .card-discount-container {
    display: none;
}

.hits .promotions .variant.swiper-slide .card {
    height: 100% !important;
}

@media (min-width: 1800px) {
    .hits .promotions .card .card-content .card-button {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .hits {
        padding: 24px 15px;
        margin: 0 -15px;
    }

    .hits__nav {
        flex-wrap: nowrap;
        gap: 12px;
        padding: 0 15px;
        margin: 0 -15px;
        overflow: auto;
        margin-top: 20px;
        scrollbar-width: none;
    }

    .hits__category {
        height: 32px;
        padding: 0 16px;
        font-size: 12px;
    }

    .hits__prev, .hits__next {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .hits .promotions .variant.swiper-slide .card {
        padding: 0;
    }

    .hits .promotions .card .card-content {
        flex-wrap: wrap;
    }

    .hits .promotions .card .card-content .card-button {
        min-width: 100%;
        padding-bottom: 8px;
        padding-top: 4px;
    }

    .hits .promotions .card .card-content .card-button button {
        margin-left: 0;
    }

    .hits .promotions .card .card-name a {
        font-size: 14px !important;
        font-weight: 400;
    }
}

#mainCarousel .carousel__slide {
    overscroll-behavior: auto !important;
}

/* End */
/* Start:/local/templates/main/components/sotbit/regions.choose/.default/style.min.css?17617277085969*/
.select-city__close:hover,.select-city__dropdown__choose:active,.select-city__dropdown__choose:focus,.select-city__dropdown__choose:hover,.select-city__modal__submit__btn:active,.select-city__modal__submit__btn:focus,.select-city__modal__submit__btn:hover {
    opacity: .7
}

.modal__overlay,.select-city__modal {
    bottom: 0;
    left: 0;
    height: 100vh;
    max-width: 100%
}

.select-city-wrap {
    position: relative
}

.select-city__block__text-city {
    color: #fff;
    position: relative;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    font-size: .95vw;
    cursor: pointer
}

.select-city__dropdown__title {
    color: #414141;
    font-size: 13px;
    line-height: 30px;
    font-family: NotoSans;
    display: block;
    margin-bottom: 10px
}

.select-city__block:hover .select-city__block__text-city {
    text-decoration: underline
}

.select-city__dropdown {
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.22);
    width: 211px;
    text-align: center;
    padding: 11px 5px 17px
}

.select-city__dropdown-wrap {
    z-index: 99;
    position: absolute
}

.select-city__dropdown__choose {
    display: inline-block;
    height: 32px;
    width: 82px;
    font-size: 12px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: ProximaNova;
    text-align: center;
    cursor: pointer
}

.select-city__dropdown__choose__yes {
    color: #919294;
    border: 1px solid #d3d3d3;
    margin-right: 15px
}

.select-city__dropdown__choose__no {
    color: #fff;
    background: #333
}

.select-city__dropdown__choose-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.select-city__modal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000
}

.modal__overlay {
    background-color: rgba(0,0,0,.5)
}

.select-city__modal-wrap {
    max-width: 928px;
    width: 100%;
    margin: 100px auto;
    overflow-y: auto
}

.select-city__modal__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    border: unset
}

.select-city__modal__title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 700;
    font-size: 42px;
    color: #000;
    text-align: center;
    width: 100%
}

.select-city__modal__list-wrap {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.select-city__modal__list__title {
    color: #000;
    font-family: ProximaNovaBold;
    line-height: 30px;
    font-size: 14px;
    display: block;
    margin-bottom: 11px
}

.select-city__modal__list__title span {
    font-weight: 500;
    font-size: 20px;
    color: #202020
}

.select-city__modal__list__title span .des-important {
    background: #ed2024;
    color: #fff;
    border-radius: 3px;
    padding: 0 4px
}

.select-city__modal__list__item {
    color: #414141!important;
    font-family: ProximaNova,sans-serif!important;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 0 20px
}

.select-city__modal__list__item:active,.select-city__modal__list__item:focus,.select-city__modal__list__item:hover {
    color: #0978c6!important;
    text-decoration: underline;
    text-decoration-color: #c1ddf1
}

.select-city__modal__submit__title {
    color: #000;
    font-family: ProximaNovaBold;
    line-height: 30px;
    font-size: 14px;
    display: block;
    margin-bottom: 0
}

.select-city__modal__submit__input {
    width: 100%;
    background: #f2f2f2;
    border-radius: 2px;
    padding: 16px 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    border: none;
    font-size: 18px
}

.select-city__modal__submit__btn {
    border: none!important;
    width: 20px;
    position: absolute;
    right: 20px;
    cursor: pointer
}

.select-city__close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #ed2024;
    opacity: unset
}

.select-city__modal__list,.select-city__modal__submit-wrap {
    padding: 1rem
}

.select-city__modal__list {
    columns: 3;
    columns: 4;
    margin-bottom: 40px
}

label.radio-label {
    font-size: 22px
}

.select-city__modal {
    position: absolute;
    padding: 0;
    margin: 0;
    pointer-events: none;
    border-radius: unset;
    width: 100%;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

@media (max-width : 768px) {
    .select-city__modal {
        background:#fff;
        position: fixed
    }

    .select-city__modal__list {
        columns: 2
    }

    .select-city__modal__list,.select-city__modal__list-wrap,.select-city__modal__submit-wrap,.select-city__modal__title-wrap {
        padding: 0
    }

    .select-city__modal__list__title span,label.radio-label {
        font-size: 14px
    }

    .select-city__modal__submit__input {
        font-size: 14px;
        padding: 10px 0 10px 14px
    }

    .select-city__modal__submit-wrap {
        margin-bottom: 40px
    }

    .select-city__modal__list__title {
        text-align: center;
        line-height: unset;
        margin-bottom: 22px
    }

    .select-city__modal__list__title>span {
        line-height: 1.5
    }

    .select-city__modal__list__item {
        line-height: unset
    }
}

@media (max-width : 575px) {
    .select-city__modal-wrap {
        margin:20vh auto
    }

    .select-city__modal__title {
        font-size: 20px!important;
        margin-bottom: 10px!important
    }

    .select-city__close {
        top: 15px;
        right: 15px
    }

    .select-city__modal__list__item {
        font-size: 13px!important
    }
}

@media (max-width : 400px) {
    .select-city__modal-wrap {
        margin:15px auto 0;
        padding: 0 20px
    }

    .select-city__modal__submit__block-wrap {
        display: block
    }
}

.select-city__modal__submit__block-wrap__input_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    position: relative
}

.select-city__modal__submit__block-wrap__input_wrap .sey-container {
    position: absolute;
    width: 100%
}

.select-city__modal__submit__block-wrap__input_wrap .sey-list {
    padding-left: 0;
    margin: 0
}

.select-city__modal__submit__block-wrap__input_wrap .sey-list li {
    list-style: none
}

.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-item {
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    background: #fff;
    height: 32px;
    width: 100%;
    max-width: 517px;
    color: #414141;
    font-family: ProximaNova;
    font-size: 14px;
    padding: 0 15px;
    line-height: 32px;
    margin: 0!important
}

.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-hide {
    display: none
}

.select-city__modal__submit__vars {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 2px 3px 3px #a0a0a0;
    padding: 3px;
    cursor: pointer
}

.select-city__modal__submit__vars .regions_vars:hover {
    background-color: #f0f0f0
}

.modal__overlay {
    top: 0;
    right: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    position: absolute;
    padding: 0!important;
    margin: 0;
    border-radius: unset!important;
    width: 100%
}

.modal-content {
    overflow: hidden;
    height: 100%
}

/* End */
/* Start:/local/templates/main/components/bitrix/sale.basket.basket.line/mobile/style.min.css?17617277083694*/
.bx-basket-block {
    position: relative;
    padding-bottom: 5px;
    padding-left: 20px;
    white-space: nowrap;
    font-size: 12px
}

.bx-basket-block>.fa {
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    color: #97a1ab
}

.bx-basket-block a {
    margin-right: 10px
}

@media (min-width: 768px) {
    .bx-basket-fixed {
        position:fixed;
        z-index: 998;
        overflow: hidden;
        padding-top: 10px;
        width: 200px;
        border: 1px solid #f0f0f0;
        border-radius: 1px;
        background: #fff;
        box-shadow: 0 7px 10px rgba(0,0,0,.15)
    }

    .bx-basket-fixed.top {
        top: 10px
    }

    .bx-basket-fixed.right {
        right: 10px
    }

    .bx-basket-fixed.bottom {
        bottom: 10px
    }

    .bx-basket-fixed.left {
        left: 10px
    }

    .bx-basket-fixed.bx-max-height {
        top: 10px;
        bottom: 10px
    }
}

.bx-basket-item-list-action,.bx-max-height .bx-basket-item-list {
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute
}

@media (max-width: 767px) {
    .bx-basket-fixed {
        position:fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 998;
        overflow: hidden;
        padding-top: 10px;
        border: 1px solid #f0f0f0;
        border-radius: 1px;
        background: #fff;
        box-shadow: 0 7px 10px rgba(0,0,0,.15)
    }

    .bx-basket-item-list {
        display: none
    }
}

.bx-basket-fixed .bx-basket-block {
    margin-left: 10px
}

.bx-basket-item-list {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    border-top: 1px solid #f7f7f7
}

.bx-opener .bx-basket-item-list {
    padding-bottom: 75px
}

.bx-closed .bx-basket-item-list {
    overflow: hidden;
    height: 20px
}

.bx-basket-item-list-action {
    z-index: 120;
    padding: 3px 0;
    height: 20px;
    background: #f7f7f7;
    color: #4f4f4f;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer
}

.bx-basket-item-list-button-container {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    padding: 10px 0;
    border-top: 1px solid #f7f7f7;
    background: #fff;
    text-align: center
}

.bx-basket-item-list-container {
    overflow-y: auto;
    max-height: 100%
}

.bx-basket-item-list-item {
    position: relative;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #f7f7f7
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.bx-basket-item-list-item-status {
    margin: 0 10px 20px;
    padding: 3px;
    border-radius: 3px;
    background: #ebebeb;
    text-align: center;
    white-space: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px
}

.bx-basket-item-list-item-price,.bx-basket-item-list-item-price-old {
    display: inline-block;
    margin-right: 5px
}

.bx-basket-item-list-item-img {
    position: relative;
    padding-bottom: 5px;
    text-align: center
}

.bx-basket-item-list-item-img img {
    max-width: 90px;
    height: auto;
    border: 1px solid #e6e6e6
}

.bx-basket-item-list-item-name {
    padding-bottom: 5px
}

.bx-basket-item-list-item-name a {
    font-size: 13px;
    line-height: 16px
}

.bx-basket-item-list-item-remove {
    position: absolute;
    top: -7px;
    right: 10px;
    width: 20px;
    height: 20px;
    opacity: .5;
    cursor: pointer;
    transition: 250ms linear
}

.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
    content: '';
    transform: translate(-50%,-50%)
}

.bx-basket-item-list-item-remove:after {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    -o-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg)
}

.bx-basket-item-list-item-remove:before {
    -webkit-transform: translate(-50%,-50%) rotate(135deg);
    -moz-transform: translate(-50%,-50%) rotate(135deg);
    -ms-transform: translate(-50%,-50%) rotate(135deg);
    -o-transform: translate(-50%,-50%) rotate(135deg);
    transform: translate(-50%,-50%) rotate(135deg)
}

.bx-basket-item-list-item-remove:hover {
    opacity: .7
}

.bx-basket-item-list-item-price-block {
    padding-bottom: 5px;
    font-size: 12px
}

.bx-basket-item-list-item-price-old {
    color: #b0b0b0;
    text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile {
    line-height: 1.44em
}

/* End */
/* Start:/local/templates/main/components/bitrix/search.title/main/style.min.css?17617277081143*/
div.title-search-result {
    border: 1px solid #c6c6c6;
    display: none;
    overflow: hidden;
    z-index: 205;
}

#searchTitleForm {
    width: 100%;
    display: flex;
    align-items: center;
}

.bx_searche {
    background: white;
}

.bx_searche .bx_item_block {
    min-height: 45px;
    position: relative;
    display: flex;
}

.bx_searche .bx_item_block:not(:first-child) {
    margin-top: 15px;
}

.bx_searche .bx_img_element {
    background: white;
    width: 67px;
    padding: 3px 10px;
    margin-top: 5px;
    margin-left: 5px;
}

.bx_searche .bx_image {
    width: 50px;
    height: 38px;
}

.bx_searche .bx_item_element {
    padding-left: 15px;
    margin-left: 20px;
    height: 50px;
}

.bx_searche .bx_item_element a {
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
    font-family: Open Sans;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: black;
}

.bx_searche .bx_item_element b {
    color: #cf0000;
    font-weight: normal;
}

.bx_item_block.all_result .all_result_title a {
    color: #ED2024;
    padding: 0px;
    margin: 0px;
}

.bx_item_block.all_result .all_result_title {
    display: block;
    font-size: 12px;
    color: #ED2024;
    padding-top: 15px;
    padding-bottom: 10px;
}

.bx_item_block.all_result {
    justify-content: center;
}

.bx_item_element.result {
    padding-left: 0;
    margin-left: 0;
}

/* End */
/* Start:/local/templates/main/components/bitrix/sale.basket.basket.line/main/style.min.css?17617346893694*/
.bx-basket-block {
    position: relative;
    padding-bottom: 5px;
    padding-left: 20px;
    white-space: nowrap;
    font-size: 12px
}

.bx-basket-block>.fa {
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    color: #97a1ab
}

.bx-basket-block a {
    margin-right: 10px
}

@media (min-width: 768px) {
    .bx-basket-fixed {
        position:fixed;
        z-index: 998;
        overflow: hidden;
        padding-top: 10px;
        width: 200px;
        border: 1px solid #f0f0f0;
        border-radius: 1px;
        background: #fff;
        box-shadow: 0 7px 10px rgba(0,0,0,.15)
    }

    .bx-basket-fixed.top {
        top: 10px
    }

    .bx-basket-fixed.right {
        right: 10px
    }

    .bx-basket-fixed.bottom {
        bottom: 10px
    }

    .bx-basket-fixed.left {
        left: 10px
    }

    .bx-basket-fixed.bx-max-height {
        top: 10px;
        bottom: 10px
    }
}

.bx-basket-item-list-action,.bx-max-height .bx-basket-item-list {
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute
}

@media (max-width: 767px) {
    .bx-basket-fixed {
        position:fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 998;
        overflow: hidden;
        padding-top: 10px;
        border: 1px solid #f0f0f0;
        border-radius: 1px;
        background: #fff;
        box-shadow: 0 7px 10px rgba(0,0,0,.15)
    }

    .bx-basket-item-list {
        display: none
    }
}

.bx-basket-fixed .bx-basket-block {
    margin-left: 10px
}

.bx-basket-item-list {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    border-top: 1px solid #f7f7f7
}

.bx-opener .bx-basket-item-list {
    padding-bottom: 75px
}

.bx-closed .bx-basket-item-list {
    overflow: hidden;
    height: 20px
}

.bx-basket-item-list-action {
    z-index: 120;
    padding: 3px 0;
    height: 20px;
    background: #f7f7f7;
    color: #4f4f4f;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer
}

.bx-basket-item-list-button-container {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    padding: 10px 0;
    border-top: 1px solid #f7f7f7;
    background: #fff;
    text-align: center
}

.bx-basket-item-list-container {
    overflow-y: auto;
    max-height: 100%
}

    .nav-address-span {
    font-weight: 400 !important;
    font-size: 14px !important;
    margin-top: 5px;
    color: #959595 !important;
    }
.bx-basket-item-list-item {
    position: relative;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #f7f7f7
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.bx-basket-item-list-item-status {
    margin: 0 10px 20px;
    padding: 3px;
    border-radius: 3px;
    background: #ebebeb;
    text-align: center;
    white-space: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px
}

.bx-basket-item-list-item-price,.bx-basket-item-list-item-price-old {
    display: inline-block;
    margin-right: 5px
}

.bx-basket-item-list-item-img {
    position: relative;
    padding-bottom: 5px;
    text-align: center
}

.bx-basket-item-list-item-img img {
    max-width: 90px;
    height: auto;
    border: 1px solid #e6e6e6
}

.bx-basket-item-list-item-name {
    padding-bottom: 5px
}

.bx-basket-item-list-item-name a {
    font-size: 13px;
    line-height: 16px
}

.bx-basket-item-list-item-remove {
    position: absolute;
    top: -7px;
    right: 10px;
    width: 20px;
    height: 20px;
    opacity: .5;
    cursor: pointer;
    transition: 250ms linear
}

.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
    content: '';
    transform: translate(-50%,-50%)
}

.bx-basket-item-list-item-remove:after {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    -o-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg)
}

.bx-basket-item-list-item-remove:before {
    -webkit-transform: translate(-50%,-50%) rotate(135deg);
    -moz-transform: translate(-50%,-50%) rotate(135deg);
    -ms-transform: translate(-50%,-50%) rotate(135deg);
    -o-transform: translate(-50%,-50%) rotate(135deg);
    transform: translate(-50%,-50%) rotate(135deg)
}

.bx-basket-item-list-item-remove:hover {
    opacity: .7
}

.bx-basket-item-list-item-price-block {
    padding-bottom: 5px;
    font-size: 12px
}

.bx-basket-item-list-item-price-old {
    color: #b0b0b0;
    text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile {
    line-height: 1.44em
}

/* End */
/* Start:/local/templates/main/components/bitrix/news.detail/footer-copyright/style.min.css?1761727708314*/
div.news-detail {
    word-wrap: break-word
}

div.news-detail h3 {
    margin: 0 0 20px;
    line-height: 1.5
}

div.news-detail img.detail_picture {
    width: 400px;
    height: auto;
    float: left;
    margin: 0 8px 6px 1px
}

.news-date-time {
    color: #486daa
}
.phone_top{
  
}
.slide{
      height: 520px;
    background-size: cover;
        border-radius: 21px;
}
@media (max-width: 567px) {
    div.news-detail img.detail_picture {
        width:100%
    }

    div.news-detail h3 {
        line-height: 1
    }
}

/* End */
/* Start:/local/components/bizprofi/ajax.form.result.new/templates/.default/style.min.css?176173468928*/
.description {
    margin-top: 5px
}
