/**
* 01.typography
*/

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe/Circe-Light.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe/Circe-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe/Circe-Bold.woff') format('woff');
    font-weight: 700;
}

html.is-noscroll body {
    position: fixed !important;
    width: 100%;
    overflow-y: auto;
}

html,
body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

body {
    font-family: 'Circe', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.389;
    font-weight: 300;
    color: #747474;
    min-width: 320px;
    min-height: 100vh;
}

@media (min-width: 1270px) {
    .container {
        max-width: 1250px;
    }
}

.h1, h1 {
    font-size: 32px;
    line-height: 1.375;
    letter-spacing: 0.03em;
    font-weight: 300;
    margin-bottom: 20px;
    color: #000;
}

.h2, h2 {
    font-size: 26px;
    line-height: 1.346;
    letter-spacing: 0.03em;
    font-weight: 300;
    margin-bottom: 13px;
    color: #000;
}

.h3, h3 {
    font-size: 22px;
    line-height: 1.364;
    letter-spacing: 0.02em;
    font-weight: normal;
    margin-bottom: 7px;
    color: #000;
}

.h4, h4 {
    font-size: 20px;
    line-height: 1.35;
    font-weight: normal;
    margin-bottom: 7px;
    color: #000;
}

.h5, h5 {
    font-size: 16px;
    line-height: 1.3125;
    font-weight: normal;
    margin-bottom: 7px;
    color: #000;
}

.h6, h6 {
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

b, strong {
    font-weight: 600;
}

.link {
    display: inline;
    border: none;
    background: none;
    padding: 0;
    overflow: visible;
    cursor: pointer;
    line-height: inherit;
    font-weight: inherit;
    outline: none !important;
}

a,
.link {
    color: inherit;
    text-decoration: underline;
}

a:hover,
a.is-active,
.link:hover,
.link.is-active {
    color: inherit;
    text-decoration: none;
}

a[href^="tel:"],
a[href^="callto:"],
a[href^="mailto:"] {
    color: inherit;
    text-decoration: none;
    cursor: text;
}

.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

.btn {
    text-decoration: none;
    box-shadow: none !important;
    border-radius: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-color: #1F1F1F !important;
    background: #1F1F1F !important;
    color: #fff !important;
    padding: 9px 28px 7px;
}

.btn-sm {
    font-size: 14px;
    padding: 6px 28px 4px;
}

.btn:hover,
.btn:active {
    border-color: #ff3331 !important;
    background: #ff3331 !important;
    color: #fff !important;
}

.btn.active,
.btn:active {
    outline: 0 !important;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-light,
.btn-outline-secondary {
    border-color: #FF4C4B !important;
    background: #fff !important;
    color: #FF4C4B !important;
}

.btn-light:hover,
.btn-light:active,
.btn-outline-secondary:hover,
.btn-outline-secondary:active {
    border-color: #ff3331 !important;
    background: #ff3331 !important;
    color: #fff !important;
}

.btn[disabled],
.btn.is-disabled {
    cursor: default;
    cursor: not-allowed;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none !important;
    background: #fff;
    border: 1px solid rgba(162,162,162,.5);
    border-radius: 0;
    color: #747474;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 16px;
    height: 42px;
}

select.form-control {
    max-width: 100%; 
    margin: 0;
    padding-right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 6L10.2631 0H0.73686L5.5 6Z' fill='%23424242'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top 50% right 7px;
    background-size: 11px 6px;
    cursor: pointer;
}

select.form-control::-ms-expand {
    display: none;
}

.form-control-sm {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    padding: 6px 13px;
    height: 32px;
}

.form-control:focus {
    color: #484848;
    background-color: #fff;
    border-color: #A2A2A2;
}

.form-control.error {
    border-color: #ff0000;
}

.form-group > label {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 2px;
}

label.error {
    display: block;
    color: #ff0000;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: -16px;
}

.form-check {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
}

.form-check_inline {
    display: inline-block;
    margin: 6px 15px 6px 0;
}

.form-check__label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.form-check__input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.form-check__text {
    display: block;
    position: relative;
}

.form-check__text,
.form-check__subtext {
    padding-left: 32px;
}

.form-check__text small {
    color: #999;
    font-size: 0.8em;
}

.form-check__subtext {
    display: block;
    color: #999;
    font-size: 0.8em;
}

.form-check__subtext p {
    margin: 0;
}

.form-check__input:disabled ~ .form-check__text {
    opacity: 0.5;
    cursor: default;
    cursor: not-allowed;
}

.form-check__text:before,
.form-check__text:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    transition: 0.15s ease-in-out;
}

.form-check__text:before {
    width: 22px;
    height: 22px;
    border: 1px solid rgba(200,200,200,.5);
    border-radius: 2px;
    background: #fff;
}

.form-check__input[type=radio] ~ .form-check__text:before {
    border-radius: 50%;
}

.form-check__text:after {
    width: 14px;
    height: 9px;
    margin: 4px 0 0 4px;
    border: 2px solid #424242;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
}

.form-check__text:after {
    opacity: 0;
}

.form-check__input:checked ~ .form-check__text:after {
    opacity: 1;
}

.form-check__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #ced4da;
    box-shadow: 0 0 0 1px #fff inset;
}

.form-check__input:checked ~ .form-check__icon {
    border-color: #17a2b8;
    box-shadow: 0 0 0 1px #17a2b8, 0 0 0 1px #fff inset;
}

.form-check__icon ~ .form-check__text:before,
.form-check__icon ~ .form-check__text:after {
    display: none;
}

.form-check_dl .form-check__label {
    display: block;
}

.form-check_dl .form-check__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.form-check__dt {
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-image: linear-gradient(to right, #bdbdbd 50%, #fff 50%);
    background-size: 5px 1px;
    background-position: left bottom 6px;
    background-repeat: repeat-x;
}

.form-check__dt > span {
    background: #fff;
    padding-right: 5px;
}

.form-check__dd {
    padding-left: 5px;
    white-space: nowrap;
    color: #17a2b8;
}

.form-check__input.error ~ .form-check__text:before {
    border-color: #ff0000;
}

input[type='checkbox'].error,
input[type='radio'].error {
    outline: 1px dotted #ff0000;
}

.color-red {
    color: #ff0000;
}

.text img {
    max-width: 100%;
    height: auto;
}

.date {
    font-size: 0.8em;
    color: #999;
}

.data-table {
    width: 100%;
}

.data-table td {
    vertical-align: bottom;
    padding: 0 0 10px 0;
}

.data-table td:first-child {
    vertical-align: baseline;
}

.data-table td > span {
    display: block;
    margin-right: 5px;
    padding-right: 10px;
    background-image: linear-gradient(to right, #bdbdbd 50%, #fff 50%);
    background-size: 5px 1px;
    background-position: left bottom 6px;
    background-repeat: repeat-x;
}

.data-table td > span > span {
    background: #fff;
    padding-right: 5px;
}

/* ! 01.typography */


/**
* 02.components
*/

.popup-window {
    background: #fff;
    width: 500px;
    padding: 30px;
    overflow: visible;
    border-radius: 5px;
}

.popup-window:not(.fancybox-content) {
    display: none;
}

.popup-window__title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.fancybox-slide--html .fancybox-close-small {
    color: #212529;
}

.close-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    color: #212529;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}

.slick-slide a {
    outline: none !important;
}

.slick-dots {
    margin: 23px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    width: 34px;
    height: 30px;
    border: none;
    background: none;
    padding: 0;
    position: relative;
    cursor: pointer;
    outline: none;
    text-indent: -9999px;
    color: #fff;
}

.slick-dots li button:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 6px;
    margin: -3px 2px 0;
    border-radius: 4px;
    background: #D7D7D7;
}

.slick-dots li.slick-active button:before {
    background: #1F1F1F;
}

.slick-arrow {
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    z-index: 11;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    color: rgba(43,43,43,.4);
    border: 1px solid rgba(200,200,200,.5);
    outline: none !important;
    cursor: pointer;
    background: none;
    transition: 0.15s ease-in-out;
}

.slick-arrow:hover {
    color: rgba(43,43,43,.7);
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.slick-arrow:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    margin: -6px;
    border-style: solid;
    border-width: 0 0 2px 2px;
}

.slick-prev:after {
    transform: translateX(3px) rotate(45deg);
}

.slick-next:after {
    transform: translateX(-3px) rotate(225deg);
}

.tabs {
    margin: 0 0 40px 0;
}

.tabs__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 20px;
    line-height: 1.3;
    z-index: 1;
}

.tabs__nav-item {

}

.tabs__nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    padding: 0 40px;
    height: 61px;
    color: inherit;
}

.tabs__nav-link.is-active {
    background: #F9F9F9;
}

.tabs__content {
    border-top: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
}

.tabs__item {
    display: none;
    padding: 45px 0;
}

.tabs__item.is-open {
    display: block;
}

.tabs__item:after {
    content: '';
    display: table;
    clear: both;
}

.breadcrumbs-line {
    margin: -18px 0 18px;
    padding: 8px 0;
    background: #F5F3F3;
}

.breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #000;
}

.breadcrumbs__item {
    display: inline-block;
}

.breadcrumbs__item:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #909090;
    margin: 0 5px;
    position: relative;
    top: -1px;
}

.breadcrumbs__item:last-child:after{
    display: none;
}

.breadcrumbs__link {
    color: #919191;
    text-decoration: none;
}

.breadcrumbs__link:hover,
.breadcrumbs__item:last-child .breadcrumbs__link {
    color: #000;
    text-decoration: none;
}

.rating {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    width: 80px;
    height: 15px;
}

.rating__star {
    display: block;
    border: none;
    background: none;
    padding: 0;
    width: 16px;
    height: 15px;
    position: relative;
    z-index: 1;
    text-indent: -9999px;
    cursor: pointer;
    outline: none !important;
}

.rating__bg,
.rating__bg span {
    background: url('../images/rating.svg') 0 0 repeat-x;
    background-size: 16px 30px;
}

.rating__bg {
    position: absolute;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.rating__bg span {
    background-position: 0 -15px;
}

.rating_lg {
    width: 160px;
    height: 30px;
}

.rating_lg .rating__star {
    width: 32px;
    height: 30px;
}

.rating_lg .rating__bg,
.rating_lg .rating__bg span {
    background-size: 32px 60px;
}

.rating_lg .rating__bg span {
    background-position: 0 -30px;
}

.rating__star[data-value="1"].is-active ~ .rating__bg span {
    width: 20% !important;
}

.rating__star[data-value="2"].is-active ~ .rating__bg span {
    width: 40% !important;
}

.rating__star[data-value="3"].is-active ~ .rating__bg span {
    width: 60% !important;
}

.rating__star[data-value="4"].is-active ~ .rating__bg span {
    width: 80% !important;
}

.rating__star[data-value="5"].is-active ~ .rating__bg span {
    width: 100% !important;
}

.rating__star[data-value="1"]:hover ~ .rating__bg span {
    width: 20% !important;
}

.rating__star[data-value="2"]:hover ~ .rating__bg span {
    width: 40% !important;
}

.rating__star[data-value="3"]:hover ~ .rating__bg span {
    width: 60% !important;
}

.rating__star[data-value="4"]:hover ~ .rating__bg span {
    width: 80% !important;
}

.rating__star[data-value="5"]:hover ~ .rating__bg span {
    width: 100% !important;
}

label + .rating_lg {
    vertical-align: text-bottom;
}

.comment-count {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-align: center;
    position: relative;
    font-size: 9px;
    line-height: 1;
    text-decoration: none;
    padding-top: 4px;
}

.comment-count i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    opacity: 0.3;
}

a.comment-count:hover i {
    opacity: 0.6;
}

.meta {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 16px;
}

.meta__item {
    margin-right: 15px;
}

.meta a {
    text-decoration: none;
}

.meta .rating {
    top: -2px;
}

.compare-btn,
.favorite-btn,
.remove-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    padding: 0;
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 18px;
    outline: none !important;
}

.compare-btn:hover {
    color: #17a2b8;
}

.favorite-btn:hover,
.remove-btn:hover {
    color: red;
}

.compare-btn.is-active,
.favorite-btn.is-active {
    color: red;
}

.favorite-btn.is-active i {
    font-weight: 900;
}

.sticker {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    background: #6AA55B;
    color: #fff !important;
    text-decoration: none;
    padding-top: 2px;
}

.sticker_hit {
    background: #FEE16D;
    color: #1F1F1F !important;
    font-weight: bold;
    font-size: 14px;
}

.sticker_hit > span > span {
    display: block;
    font-size: 12px;
}

.sticker_sale {
    background: #1F1F1F;
}

.price {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    white-space: nowrap;
    color: #454545;
}

.price__old {
    font-size: 16px;
    font-weight: 300;
    text-decoration: line-through;
    margin-right: 10px;
    color: #A2A2A2;
}

.price__discount {
    font-size: 13px;
    background: #FF7777;
    color: #fff;
    padding: 2px 10px 0 1px;
    position: relative;
    margin-left: 13px;
    border-radius: 0 3px 3px 0;
}

.price__discount:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    border-style: solid;
    border-width: 13px 13px 13px 0;
    border-color: transparent #FF7777;
}

.price__value {
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .price_lg {
        font-size: 34px;
        line-height: 39px;
    }

    .price_lg .price__old {
        font-size: 20px;
    }

    .price_lg .price__old,
    .price_lg .price__value {
        margin-right: 15px;
    }

    .price_lg .price__discount {
        font-size: 22px;
        padding: 3px 20px 0 10px;
        margin-left: 21px;
    }

    .price_lg .price__discount:before {
        border-width: 21px 21px 21px 0;
    }
}

.variants {

}

.variants__title {
    margin-bottom: 10px;
}

.variants__thumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 7px;
}

.variants__thumbs-item {
    margin: 3px 10px 0 0;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #ced4da;
    box-shadow: 0 0 0 1px #fff inset;
    cursor: pointer;
}

.variants__thumbs-item.is-selected {
    border-color: #17a2b8;
    box-shadow: 0 0 0 1px #17a2b8, 0 0 0 1px #fff inset;
}

.basket-btn {
    position: relative;
    width: 100%;
}

.basket-btn__tooltip {
    position: absolute;
}

.basket-btn i {
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.basket-btn.is-active i:before {
    content: "\f217";
}

.loading-btn .spinner-border-sm {
    display: none;
    width: 0.8rem;
    height: 0.8rem;
    border-width: .1em;
    position: relative;
    top: -0.2rem;
    margin-right: 0.3rem;
}

.loading-btn.is-loading .spinner-border-sm {
    display: inline-block;
}

.social-list {
    font-size: 20px;
}

.payment-list {
    font-size: 28px;
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.1);
}

.preloader:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px;
    border: 4px solid rgba(0,0,0,0.15);
    border-right-color: #000;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.pagination {
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    display: block;
    border-radius: 0;
}

.pagination__arrow,
.pagination__link {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    text-align: center;
    height: 23px;
    min-width: 23px;
}

.pagination__link {
    color: #000;
    padding: 0 2px;
    margin: 0 2px;
}

.pagination__link:hover,
.pagination__arrow:hover,
.pagination__link.is-active {
    text-decoration: none;
    background: #EEEEEE;
}

.pagination__arrow {
    text-indent: -9999px;
    color: #000;
}

.pagination__arrow_prev {
    margin-right: 4px;
}

.pagination__arrow_next {
    margin-left: 4px;
}

.pagination__arrow:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -3px;
    border-style: solid;
    border-width: 0 0 1px 1px;
}

.pagination__arrow_prev:after {
    transform: translateX(1px) rotate(45deg);
}

.pagination__arrow_next:after {
    transform: translateX(-1px) rotate(225deg);
}

.pagination__dott {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.page-text {
    margin-top: 40px;
}

.exceprt {
    width: 100%;
    margin-bottom: 30px;
}

.catalog-slider__item .exceprt {
    margin-bottom: 0;
}

.exceprt__image {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 24px;
}

.exceprt__image:before {
    content: '';
    display: block;
    padding-top: 66.16%;
}

.exceprt__title {
    margin: 0 0 7px;
}

.exceprt__text {
    margin-bottom: 11px;
}

.exceprt__date {
    font-size: 14px;
    line-height: 19px;
    color: #B4B4B4;
}

.article-pagination {
    /*display: flex;*/
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e9e9e9;
    margin: 20px 0;
    padding-top: 20px;
    max-width: 800px;
}

.article-pagination a {
    text-decoration: none;
}

.article-pagination i {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.ui-slider-handle {
    cursor: pointer !important;
    outline: none !important;
}

.payment-type {
    /*display: none;*/
}

.captcha {

}

.captcha img {
    display: block;
}

/* ! 02.components */


/**
* 03.header
*/

.menu-popup__bg,
.nav-popup__bg,
.menu-popup__close,
.nav-popup__close,
.menu-popup__back,
.nav-popup__back {
    display: none;
}

.header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__top {
    padding: 7px 0;
    background: #373737;
    color: #fff;
}

.header__top-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__nav {

}

.nav {
    font-size: 14px;
	font-size: 16px;
    line-height: 18px;
}

.nav__item {
    margin-right: 27px;
}

.nav__link {
    text-decoration: none;
}

.nav__link:hover {
    color: inherit;
    text-decoration: underline;
}

.header__user {

}

.user-field {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}

.user-field__item {
    display: inline;
}

.user-field__item:after{
    content: '|';
    margin: 0 7px;
}

.user-field__item:last-child:after{
    display: none;
}

.user-field__link {
    text-decoration: none;
}

.user-field__link:hover {
    color: inherit;
    text-decoration: underline;
}

.header__contacts {
    margin-left: 45px;
}

.top-contacts {
    font-size: 14px;
	font-size: 16px;
    line-height: 21px;
    white-space: nowrap;
	
	color:#FF7777;
	font-weight: bold;
}

.header__middle {
    padding: 11px 0;
}

.header__middle-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 187px;
}

.header__logo {
    margin-right: 52px;
    width: 20%;
}

.logo {
    display: flex;
    align-items: center;
    color: #373737;
    text-decoration: none;
}

.logo__text {
    font-size: 38px;
    letter-spacing: 0.005em;
    margin-right: 10px;
}

.logo__subtext {
    font-size: 12px;
    line-height: 13px;
    color: #000000;
}

.header__search {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header__search-wrapper {
    position: relative;
}

.header__search-input {
    height: 30px;
	
    padding: 5px 15px;
    padding-right: 30px;
    font-size: 12px;
	font-size: 14px;
    line-height: 18px;
}

.header__search-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #757575;
    cursor: pointer;
    outline: none !important;
}

.header__search label.error {
    display: none !important;
}

.header__menu-line {
    background: #fff;
    border-top: 1px solid #F5F3F3;
    border-bottom: 1px solid #F5F3F3;
    position: relative;
    z-index: 1001;
}

.header__menu-line-inner {

}

.header__menu {

}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    line-height: 1.2;
    font-weight: normal;
    color: #575757;
    position: relative;
}

.menu__item {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.menu__row {
    position: relative;
}

.menu__toggle-btn {
    display: none;
}

.menu__link {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 15px 10px 5px;
    height: 115px;
    color: inherit;
}

@media (min-width: 992px) {
    .menu__item:hover .menu__link,
    .menu__link.is-active {
        color: inherit;
        background: #F5F3F3;
    }
}

.menu__icon {
    height: 55px;
    max-width: 80px;
    padding: 4px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.menu__icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.menu__text {
    max-width: 215px;
    display: block;
    margin: 3px auto 0;
}

.menu__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    z-index: 1;
    background: #f5f3f3;
    text-align: center;
    color: #5d5d5d;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.15s ease-in-out;
    transition-delay: 0.4s;
}

.menu__item:hover .menu__dropdown {
    opacity: 1;
    visibility: visible;
}

.menu__dropdown .container {
    padding: 0;
}

.menu__dropdown-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu__group {
    flex: 0 0 auto;
    width: 25%;
    margin-bottom: 10px;
}

.menu__group-link {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 10px 16px;
    text-align: left;
}

.menu__group-link:hover,
.menu__group-link.is-active {
    opacity: 0.8;
}

.menu__group-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    margin-bottom: 8px;
    display: none;
}

.menu__group-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.menu__group-title {
    
}

.menu__group-title:first-letter {
    color: #ff3332;
    font-size: 1.5em;
    font-weight: 400;
}

.header__control-wrapper {
    position: relative;
}

.header__control {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 21px;
}

.control {

}

.control-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
}

.control-btn__text {

}

.control-btn__icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.control-btn_basket .control-btn__icon:before {
    content: '';
    display: block;
    position: relative;
    top: -1px;
    width: 20px;
    height: 19px;
    background: url('../images/icon-basket.svg') 0 0 no-repeat;
    background-size: 100% 100%;
}

.control-btn_favorite .control-btn__icon:before {
    content: '';
    display: block;
    position: relative;
    top: -1px;
    width: 22px;
    height: 21px;
    background: url('../images/icon-favorite.svg') 0 0 no-repeat;
    background-size: 100% 100%;
}

.control-btn__count {
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    background: #FF7777;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    margin: 0 0 0 3px;
    border: 1px solid #fff;
}

@media (min-width: 992px) {
    .control-btn_catalog,
    .control-btn_nav,
    .control-btn_search {
        display: none;
    }
}

/* ! 03.header */

.content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 18px 0 40px;
}

/**
* 04.footer
*/

.footer {
    border-top: 1px solid #CACACA;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f0f0f0;
}

.footer__content {
    padding: 49px 0;
}

.footer__content-inner {

}

.footer__col {
    margin-bottom: 15px;
}

.footer__section {
    margin-bottom: 15px;
}

.footer__section:last-child {
    margin-bottom: 0;
}

.footer__section p:last-child {
    margin-bottom: 0;
}

.footer__section-title {
    font-size: 22px;
    font-weight: 300;
    color: #000;
    margin-bottom: 12px;
}

.footer__section-title a {
    color: inherit;
    text-decoration: none;
}

.footer__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
    font-weight: 300;
    color: #616161;
}

.footer__nav-item {
    margin-bottom: 9px;
}

.footer__nav a {
    color: inherit;
    text-decoration: none;
}

.footer__nav a:hover {
    text-decoration: underline;
}

.footer__copyright {
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    color: #282828;
    margin-bottom: 27px;
}

.footer__subscribe {
    max-width: 227px;
}

.subscribe {

}

.subscribe .form-group {

}

.subscribe__input {
    background-color: transparent;
}

.subscribe__btn {
    width: 100%;
    font-size: 14px;
}

.footer__logo {
    margin: -9px 0 12px;
}

.footer__logo .logo__text {
    font-size: 48px;
}

.footer__contacts .top-contacts {
    display: block;
    font-size: 16px;
    line-height: 31px;
    margin: -6px 0 17px 0;
    white-space: nowrap;
}

.footer__contacts .top-contacts__phones {
    margin: 0;
}

.footer__payment-methods {
    margin-top: -6px;
}

.footer__payment-methods img {
    width: auto;
    height: auto;
    max-width: 100%;
}

/* ! 04.footer */


/**
* 05.main-slider
*/

.main-slider-section {
    display: flex;
    margin: 0 -10px;
}

.main-slider-section__slider {
    flex: 0 0 calc(70.2% + 0.376 * 20px);
    max-width: calc(70.2% + 0.376 * 20px);
    padding: 0 10px;
}

.main-slider-section__banners {
    flex: 0 0 calc(29.8% - 0.376 * 20px);
    max-width: calc(29.8% - 0.376 * 20px);
    padding: 0 10px;
}

.main-slider-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.main-slider-wrapper:before {
    content: '';
    display: block;
    padding-top: 38.228%;
}

.main-banner-wrapper {
    margin-bottom: 20px;
}

.main-banner {
    display: block;
}

.main-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.main-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-slider .slick-list,
.main-slider .slick-track,
.main-slider .slick-slide,
.main-slider .slick-slide > div {
    height: 100% !important;
}

.main-slider .slick-arrow {
    margin: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.15s ease-in-out;
}

.main-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.main-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 3px 0;
}

.main-slider .slick-dots li button:before {
    border: 1px solid #fff;
    background: transparent;
}

.main-slider .slick-dots li.slick-active button:before {
    background: #fff;
}

.main-slider__item {
    display: block;
    vertical-align: top;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.main-slider__item + .main-slider__item {
    display: none;
}

.main-slider__image {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-slider__image-text {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0,0,0,0.4);
    color: #fff;
    text-decoration: none;
    font-size: 36px;
    line-height: 1.2;
    padding: 0 50px;
    text-align: center;
}

.main-slider__image-text-content {
    display: block;
    max-width: 580px;
}

/* ! 05.main-slider */


/**
* 06.main-catalog
*/

.main-catalog {
    margin: 0 -5px 45px;
    display: flex;
    flex-wrap: wrap;
}

.main-catalog__grid {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 5px;
}

.main-catalog__item {
    display: block;
}

.main-catalog__image {
    display: block;
    padding-top: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ! 06.main-catalog */


/**
* 07.item
*/

.item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
    font-size: 14px;
	font-size: 17px;
    line-height: 18px;
    font-weight: 300;
    color: #000;
}

.item__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.item__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item__stickers {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.item__control {
    position: absolute;
    left: -5px;
    top: -7px;
    z-index: 1;
}

.item .favorite-btn {
    background: #fff;
    border-radius: 50%;
}

.item__image-field {
    display: block;
    margin: 20px 10px 20px 25px;
    position: relative;
    overflow: hidden;
}

.item__image-field:before {
    content: '';
    display: block;
    padding-top: 72.314%;
}

.item__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

img:not([src]) {
    opacity: 0 !important;
}

@supports(object-fit: contain) {
    .item__image {
        height: 100%;
        object-fit: contain;
    }
}

.item__meta {
    font-size: 13px;
    line-height: 19px;
    color: #9F9F9F;
}

.item__meta a {
    text-decoration: none;
}

.item__title {
    margin-bottom: 10px;
}

.item__title a {
    text-decoration: none;
}

.item__price {

}

.item__price-title {
    margin-bottom: 6px;
}

.item__footer {
    display: none;
    padding-top: 10px;
}

.item__footer .btn {
    width: 100%;
}

/*
.item:hover {
    border-color: #fff;
    box-shadow: 4px 4px 30px rgba(177, 177, 177, 0.25), -4px -4px 30px rgba(177, 177, 177, 0.25);
    z-index: 1;
    margin-bottom: -52px;
}

.catalog-slider .slick-list:hover {
    padding: 20px 0 72px;
    margin: -20px 0 -72px;
    z-index: 1;
}

.item:hover .item__footer {
    display: block;
}
*/

/* ! 07.item */


/**
* 08.catalog-slider
*/

.catalog-slider-section {
    margin-bottom: 40px;
}

.catalog-slider-section__title {
    margin-right: 80px;
    margin-bottom: 22px;
}

.catalog-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1px -10px;
    padding: 1px 0;
}

.catalog-slider__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
}

.catalog-slider.slick-slider {
    display: block;
}

.catalog-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.catalog-slider .slick-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
}

.catalog-slider .slick-slide > div {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.slick-slide .catalog-slider__item {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.catalog-slider .slick-arrow {
    top: -56px;
    margin-top: 0;
    left: auto;
    right: 8px;
}

.catalog-slider .slick-prev {
    margin-right: 42px;
}

.catalog-slider .slick-next {

}

/* ! 08.catalog-slider */


/**
* 09.catalog
*/

.catalog-section {
    margin-bottom: 40px;
}

.catalog-section__aside {

}

.catalog-section__aside-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-section__aside-list li {
    margin-bottom: 5px;
}

.catalog-section__aside-list a {
    text-decoration: none;
}

.catalog-section__main {

}

.catalog-section__header {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
}

.catalog-section__header-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-section__filter-btn {

}

.catalog-section__sort {

}

.catalog-section__sort_right {
    margin-left: auto;
    text-align: right;
}

.catalog-section__sort-item {
    margin-right: 10px;
}

.catalog-section__sort-item:last-child {
    margin-right: 0;
}

.catalog-section__sort-link {
    text-decoration: none;
}

.catalog-section__sort-link.is-active {
    color: #ff6600;
    text-decoration: none;
}

.catalog-section__content {

}

.catalog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.catalog__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    margin-bottom: 54px;
}

/* ! 09.catalog */


/**
* 10.filter
*/

.filter {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 25px 80px 0;
    margin-bottom: 25px;
    display: none;
}

html.is-filter-open .filter {
    display: block;
}

.filter__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px;
}

.filter__content {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 10px;
}

.filter__footer {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    margin-bottom: 31px;
}

.filter__content-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.filter__section {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.filter__footer .filter__section {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 23px;
}

.filter__section-title {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0 0 5px 0;
}

.filter__section-content {

}

.filter .form-check {
    margin-bottom: 5px;
}

.filter__row {
    display: flex;
    margin: 0 -6px;
}

.filter__row-col {
    display: flex;
    align-items: baseline;
    padding: 0 6px;
}

.filter__row-label {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 6px;
}

.filter__row-input {
    flex-grow: 1;
}

.filter__submit-btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.filter__reset-btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    background: transparent !important;
    border-color: transparent !important;
    color: #000 !important;
    text-transform: none;
}

.filter__expand-btn {
    display: none;
    text-decoration: none;
    outline: none !important;
    font-size: 14px;
}

.filter__expand-btn:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: translateY(-2px) rotate(45deg);
    margin-left: 6px;
}

.filter__section-content.is-open .filter__expand-btn:after {
    transform: translateY(2px) rotate(-135deg);
}

.filter__section-content:not(.is-open) .form-check:nth-child(5) ~ .form-check {
    display: none;
}

.filter__section-content .form-check:nth-child(6) ~ .filter__expand-btn {
    display: inline-block;
}


/* ! 10.filter */


/**
* 11.product
*/

.product-header {
    margin-bottom: 28px;
}

.product-header h1 {
    margin-bottom: 3px;
}

.product {
    margin-bottom: 35px;
}

.product__meta {
    position: relative;
}

.product__meta .alert {
    position: absolute;
    margin: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    bottom: 100%;
    margin-bottom: 5px;
}

.product__main {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px 40px;
}

.product__image-section {
    flex: 0 0 42.6%;
    max-width: 42.6%;
    padding: 0 12px;
}

.product__gallery {
    position: relative;
}

.product__stickers {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.product__favorite-btn {
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 10;
    margin: 2px;
    background: #fff;
    border-radius: 50%;
}

.product-gallery {

}

.product-gallery__slider {

}

.product-gallery__slider .slick-arrow {
    border: none;
}

.product-gallery__slider .slick-disabled {
    display: none !important;
}

.product-gallery__thumbs-item {
    border: 1px solid #e9e9e9;
    background: #fff;
}

.product-gallery__item,
.product-gallery__thumbs-item {
    display: block !important;
    width: auto !important;
    position: relative;
}

.product-gallery__item:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.product-gallery__item + .product-gallery__item {
    display: none !important;
}

.product-gallery__thumbs-item:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.product-gallery__thumbs-item {
    margin: 0 12px;
    cursor: pointer;
}

.slick-current .product-gallery__thumbs-item {
    border-color: #000;
    box-shadow: 0 0 0 1px #000 inset;
}

.product-gallery__item-inner,
.product-gallery__thumbs-item-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.product-gallery__thumbs-item-inner {
    margin: 2px;
}

.product-gallery__item-inner {

}

.product-gallery__thumbs-item-inner {
    padding: 5px;
}

.product-gallery__item img,
.product-gallery__thumbs-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

@supports(object-fit: cover) {
    .product-gallery__item img,
    .product-gallery__thumbs-item img {
        height: 100%;
        object-fit: contain;
    }
}

.product-gallery__thumbs {
    margin: 24px -12px 0;
}

.product-gallery__thumbs .slick-track {
    margin: 0;
}

.product__colors-section {
    flex: 0 0 15.1%;
    max-width: 15.1%;
    padding: 0 12px;
}

.product__colors-section-title {
    font-size: 14px;
    line-height: 18px;
    margin: -28px 0 10px;
}

.product__colors {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.product__colors-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.product-color {
    display: block;
    position: relative;
}

.product-color__img {
    padding-top: 83px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-color__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
    background: rgba(229,229,229,.6);
    color: #484848;
}

.product__content {
    flex: 0 0 42.3%;
    max-width: 42.3%;
    padding: 0 12px;
}

.product__control {
    padding: 26px 30px 45px;
    background: #fff;
    box-shadow: -2px -2px 4px rgba(200, 200, 200, 0.25), 2px 2px 4px rgba(200, 200, 200, 0.25);
}

.product__price-row {
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 24px;
}

.product__price {
    color: #484848;
    margin-bottom: 24px;
}

.product__price-text {
    font-size: 16px;
    margin-top: 2px;
}

.product__count-field {
    max-width: 150px;
    margin-left: auto;
}

.product__count-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.product__variants {
    margin-bottom: 25px;
}

.product__btn-field {

}

.product__footer {
    font-size: 14px;
    line-height: 21px;
    border-top: 1px solid #DEDEDE;
    margin-top: 24px;
    padding-top: 15px;
}

.product__footer-title {
    font-size: 16px;
    color: #484848;
    margin-bottom: 8px;
    font-weight: normal;
}

.product__footer-title i {
    font-size: 1.3em;
    margin-right: 4px;
    position: relative;
    top: 3px;
}

.product__rassrochka {
    margin-top: 15px;
}

.product__rassrochka-title {
    font-size: 18px;
    color: #484848;
    font-weight: normal;
    margin-bottom: 20px;
}

.product__rassrochka-title strong {
    font-size: 24px;
    font-weight: inherit;
}

.product__rassrochka-img {
    max-width: 100%;
    height: auto;
}


/* ! 11.product */


/**
* 12.reviews
*/

.add-review {
    margin-bottom: 20px;
}

.add-review__header {
    text-align: center;
}

.add-review__open-btn {

}

.add-review__content {
    display: none;
}

.add-review__form {
    max-width: 500px;
    margin: 0 auto;
}

.reviews {

}

.reviews__content {

}

.review {

}

.review__main {
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e9e9e9;
    padding-top: 30px;
    padding-bottom: 30px;
}

.review__header {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    padding-right: 20px;
}

.review__author {
    font-weight: 500;
    margin-bottom: 2px;
}

.review__rating {
    margin-bottom: 5px;
}

.review__date {
    font-size: 12px;
    color: #999;
}

.review__content {

}

.review__content p:last-child {
    margin-bottom: 0;
}

.review__replay {
    margin-left: 150px;
}

.reviews__footer {
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
    text-align: center;
}

.reviews__more-btn {

}

/* ! 12.reviews */


/**
* 13.compare
*/

.compare {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    visibility: hidden;
}

.compare.is-visible {
    visibility: visible;
}

.compare__sidebar {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.compare__sidebar-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 5px 10px;
}

.compare__content {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.compare__list {

}

.compare__list:after {
    content: '';
    display: table;
    clear: both;
}

.compare__list .slick-track {
    margin: 0;
}

.compare__item {
    float: left;
    width: 33.33%;
}

.compare__item-header {
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px 20px;
}

.compare__data-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compare__data-row {
    padding: 2px 5px;
    background: #fff;
}

.compare__data-row.is-active {
    background: #f5f5f5;
}

.compare__data-text {

}

.compare .slick-arrow {

}

.compare .slick-arrow {
    top: -55px;
    margin-top: 0;
    left: auto;
    right: -10px;
}

.compare .slick-prev {
    margin-right: 40px;
}

/* ! 13.compare */


/**
* 14.basket
*/

.basket {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
}

.basket__cell {
    padding: 10px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
}

.basket__cell:first-child {
    padding-left: 0;
}

.basket__cell:last-child {
    padding-right: 0;
}

.basket__cell_head {
    font-weight: 500;
}

.basket__cell_image {
    width: 115px;
}

.basket__cell_title {
    width: 100%;
    text-align: left;
}

.basket__image-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
}

.basket__image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.basket__title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

.basket__title a {
    text-decoration: none;
}

.basket__subtitle {
    color: #999;
}

.basket__variants {
    width: 0;
    min-width: 100%;
    margin-top: 10px;
}

.basket__variants .variants__title {
    font-size: 14px;
    margin-bottom: 5px;
}

.basket__variants .form-check {
    margin-top: 0;
}

.basket__price-old {
    white-space: nowrap;
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    line-height: 1.2;
}

.basket__price,
.basket__total-price {
    white-space: nowrap;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
}

.basket__count {
    width: 80px;
    text-align: center;
    margin: 0 auto;
}

.basket__count-num {
    font-size: 16px;
    font-weight: 500;
}

.basket-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.basket-footer__total {
    margin-right: 20px;
}

.basket-footer__total-main {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
}

.basket-footer__total-info {
    color: #999;
}

.basket-footer__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.basket-footer__buttons-item {
    margin: 0 0 0 20px;
}

.basket-footer__cupon {
    max-width: 250px;
    min-width: 170px;
    margin: 6px 0;
}

.basket-footer__button {

}

/* ! 14.basket */


/**
* 15.order
*/

.order {
    margin-bottom: 40px;
}

.order__title {
    margin: 0 0 40px;
}

.order__form {

}

.order__content {

}

.order__step {

}

.order__step-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.order__delivery-type {

}

.order__delivery-type-title {
    margin-bottom: .5rem;
}

.order__delivery-type-section {

}

.order__delivery-type-section-content {
    display: none;
}

.order__delivery-type-section.is-open .order__delivery-type-section-content {
    display: block;
}

.order__delivery-type-address-list {
    padding-left: 25px;
}

.order__delivery-type-address-list .form-check {
    margin: 0.5rem 0;
}

.order__total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 1rem 0;
    margin: 1rem 0;
}

.order__total-title {

}

.order__total-value {
    font-size: 18px;
}

.order__btn-row {
    margin-top: 24px;
    text-align: center;
}

.order__btn {

}

/* ! 15.order */


/**
* 16.account
*/

.account {
    margin-bottom: 40px;
}

.account__title {
    margin-bottom: 15px;
}

/* ! 16.account */


/**
* 17.history
*/

.history {
    margin-bottom: 40px;
}

.history__title {
    margin-bottom: 15px;
}

.history__list {

}

.history__item {
    border: 1px solid #e9e9e9;
    margin-bottom: 5px;
}

.history__item-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
    position: relative;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px 10px 40px;
}

.history__item-header:hover {
    background: #f0f0f0;
}

.history__item-header:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}

.history__item.is-open .history__item-header:before {
    transform: rotate(45deg);
    top: 13px;
}

.history__item-info {
    white-space: nowrap;
}

.history__item-id {
    font-weight: bold;
    width: 18%;
}

.history__item-date {
    width: 18%;
}

.history__item-status {

}

.history__item-price {
    font-weight: bold;
    margin-left: auto;
}

.history__item-content {
    display: none;
    border-top: 1px solid #e9e9e9;
    padding: 0 15px;
}

.history__item.is-open .history__item-content {
    display: block;
}

.history__item .basket {
    margin-bottom: -1px;
}

/* ! 17.history */


/**
* 18.search
*/

.search {
    position: fixed;
    z-index: 10001;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    padding-top: 84px;
    display: none;
}

html.is-search-open .search {
    display: block;
}

.search__main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 84px;
    padding: 18px 0 17px;
    overflow-y: scroll;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
}

.search__content {
    height: 100%;
    padding: 18px 0;
    overflow-y: scroll;
}

.search__main-inner,
.search__content-inner {
    max-width: 828px;
    margin: 0 auto;
}

.search__form {

}

.search__form label.error {
    display: none !important;
}

.search__input {

}

.search__btn {

}

.search__clear {

}

.search__result {

}

.search__result .autocomplete-suggestions {
    width: 100% !important;
}

.search__result-title {
    margin-bottom: 10px;
}

.search__result-title:not(:first-child) {
    margin-top: 24px;
}

.search__result-item {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.2;
    margin-left: 15px;
}

.search__result-link {
    text-decoration: none;
}

.search__result .item {
    margin-bottom: 10px;
}

/* ! 18.search */


.categories-catalog {
    margin: -18px 0 22px;
    padding: 0 0 16px;
    background: #F5F3F3;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #474747;
}

.categories-catalog__list {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.categories-catalog__item {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 10px;
    min-width: 10%;
    display: flex;
}

.categories-catalog__item-inner {
    display: flex;
    text-align: center;
    color: inherit;
    text-decoration: none;
    padding: 10px;
    flex-direction: column;
    flex-grow: 1;
}

.categories-catalog__item-inner:hover,
.categories-catalog__item-inner.is-active {
    background: #fff;
}

.categories-catalog__item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    margin-bottom: 8px;
}

.categories-catalog__item-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.categories-catalog__item-title {
    
}

.page-title {
    font-size: 26px;
    line-height: 1.346;
}

.page-title small {
    font-size: 0.6em;
    font-weight: inherit;
    margin-left: 0.4em;
}

.catalog-control {
    background: #FBF9F9;
    padding: 14px 0;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.catalog-control__inner {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.catalog-control__filter-btn-field {

}

.catalog-control__filter-btn {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    outline: none !important;
    font: inherit;
    color: inherit;
    position: relative;
    font-weight: bold;
    white-space: nowrap;
}

.catalog-control__filter-btn i {
    margin-right: 5px;
}

.catalog-control__filter-btn:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -1px;
    margin-left: 9px;
    border-style: solid;
    border-width: 6px 5px 0;
    border-color: #424242 transparent;
}

html.is-filter-open .catalog-control__filter-btn > span > span {
    display: none;
}

html.is-filter-open .catalog-control__filter-btn > span:before {
    content: attr(data-alt-text);
}

html.is-filter-open .catalog-control__filter-btn:after {
    border-width: 0 5px 6px;
}

.catalog-control__sort-field {
    display: flex;
}

.catalog-control__sort {
    display: flex;
    align-items: baseline;
    margin-left: 15px;
}

.catalog-control__sort-title {
    margin-right: 4px;
}

.catalog-control__sort-select {
    background-color: transparent;
    background-position: top 50% right 0 !important;
    padding: 0 0 0 10px;
    height: auto;
    border: none;
    font: inherit;
    font-weight: normal;
    color: #747474;
}

.catalog-control__sort-select:focus {
    color: #747474;
    background-color: transparent;
}

.main-benefits {
    text-align: center;
    margin-bottom: 55px;
}

.main-benefits__header {
    max-width: 800px;
    margin: 0 auto 40px;
}

.main-benefits__header h2 {
    text-transform: uppercase;
}

.main-benefits__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}

.main-benefits__item {
    flex-grow: 0;
    flex-shrink: 0;
    width: 191px;
    height: 191px;
    border-radius: 50%;
    background: #F7F7F7;
    margin: 0 10px 10px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #747474;
    padding: 41px 20px 0;
}

.main-benefits__item-content {

}

.main-benefits__icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 11px;
}

.main-benefits__icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.main-benefits__text {

}

.catalog-banner {
    display: block;
}

.catalog-banner img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.catalog-banner img:hover {
    box-shadow: 4px 4px 30px rgba(177, 177, 177, 0.25), -4px -4px 30px rgba(177, 177, 177, 0.25);
    z-index: 1;
}

.popular-widget {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 0 20px 0;
}

.popular-widget__title {
    display: inline-block;
    margin: 5px 10px 5px 0;
}

.popular-widget__list {
    display: inline-block;
}

.popular-widget__list a {
    display: inline-block;
    margin: 5px 10px 5px 0;
    border-bottom: 1px solid rgba(0,0,0,.3);
    white-space: nowrap;
    transition: opacity .2s ease-in-out 0s;
    color: #000;
    text-decoration: none;
}

.popular-widget__list a:hover {
    opacity: 0.6;
}

/* instagram widget */
.instagram-widget__link {
    color: #157EE9;
}

.instagram-widget__link:hover {
    color: #0B67C5;
}


.social_fixed {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 30;
}
.social_fixed a{
    text-decoration: none;
}
.social_fixed .fab {
    color: #575757;
    display: block;
    background: linear-gradient(124deg, #FF7777 0%, #FF7777 100%);
    margin-bottom: 2px;
    padding: 10px;
    font-size: 18px;
}

.social_fixed .fa {
    color: #575757;
    display: block;
    background: linear-gradient(124deg, #FF7777 0%, #FF7777 100%);
    margin-bottom: 2px;
    padding: 10px;
    font-size: 18px;
}
