/* start standart controlls */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prosto+One&display=swap');

:root {
    --main-color: #FFED00;
    --main-color-hover: #ffdd76;
    --white-color: #fff;
    --black-color: #000;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #000;
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    margin: 0px;
    padding: 0px;
}

body,
td,
th,
input,
textarea,
select,
a {
    font-size: 14px;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

a:hover,
a:active,
a:focus,
label:hover {
    color: var(--main-color);
    text-decoration: none;
}

a img {
    border: none;
}

h1 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}

@media (max-width:991px) {
    h1 {
        font-size: 28px;
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 26px;
    }
}

.heading {
    margin: 0 0 32px 0;
    display: block;
    font-family: Prosto One;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
}

.effect-item {
    border-radius: 16px;
    border: 1px solid #D7D7D7;
    transition: 0.2s;
    padding: 15px 15px 25px;
}

.effect-item:hover {
    border: 1px solid transparent;
    box-shadow: 0px 10px 24px 0px #2525251A;
}

@media (max-width:991px) {
    .heading {
        font-size: 28px;
    }
}

@media (max-width:767px) {
    .heading {
        font-size: 26px;
    }
}

h2 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 168%;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}

table {
    border-spacing: 0;
    height: 100%;
    border-collapse: collapse;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ul_reset ul {
    list-style: disc;
    padding: 0 0 0 15px;
}

img {
    vertical-align: middle;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table__container td {
    padding: 8px;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.table_max {
    width: 100%;
}

.img-responsive {
    display: inline-block;
}

.alert {
    border-radius: 0;
    padding: 15px 20px;
    margin: 0 0 20px 0;
}

.alert_bottom {
    margin-bottom: 20px;
}

.alert_success {
    background: var(--main-color);
    color: #000000;
    border: 1px solid var(--main-color);
}

.alert_warning {
    background: #f9c2bc;
    border: 1px solid #ea0b0c;
    color: #ea0b0c;
}

.alert_warning a,
.alert_warning a:hover,
.alert_warning a:focus,
.alert_warning a:active,
.alert-warning a,
.alert-warning a:hover {
    font-weight: 700;
    color: #fff;
}

.error {
    display: inline-block;
    width: 100%;
    color: #ea0b0c;
    text-align: left;
    margin-top: 3px;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

input[type="checkbox"]+label,
input[type="radio"]+label,
.ocf-label-text,
.simple-label-text {
    position: relative;
    padding: 0 0 0 25px;
    cursor: pointer;
}

input[type="radio"]+label:after,
input[type="radio"]+label:before,
input[type="checkbox"]+label:after,
input[type="checkbox"]+label:before,
.ocf-label-text:before,
.ocf-label-text:after,
.simple-label-text:before,
.simple-label-text:after {
    position: absolute;
    content: '';
}

input[type="radio"]+label:before,
input[type="checkbox"]+label:before,
.ocf-label-text:before,
.simple-label-text:before {
    top: 2px;
    left: 0px;
    background: #fff;
    border: 1px solid #d3d3d3;
    height: 16px;
    width: 16px;
}

input[type="radio"]+label:after,
input[type="checkbox"]+label:after,
input[type="checkbox"]:checked+.ocf-label-text:after,
input[type="radio"]:checked+.ocf-label-text:after,
.simple-content label input[type="checkbox"]:checked+.simple-label-text:after,
.simple-content label input[type="radio"]:checked+.simple-label-text:after {
    top: 5px;
    left: 5px;
    height: 6px;
    width: 6px;
}

input[type="radio"]+label:before,
input[type="radio"]+label:after,
input[type="radio"]+.ocf-label-text:before,
input[type="radio"]+.ocf-label-text:after,
.simple-content label input[type="radio"]+.simple-label-text:before,
.simple-content label input[type="radio"]+.simple-label-text:after {
    border-radius: 50%;
}

input[type="radio"]:checked+label:after,
input[type="radio"]:checked+.ocf-label-text:after,
.simple-content label input[type="radio"]:checked+.simple-label-text:after {
    top: 7px;
    background: var(--main-color);
}

input[type="checkbox"]:checked+label:after,
input[type="checkbox"]:checked+.ocf-label-text:after,
.simple-content label input[type="checkbox"]:checked+.simple-label-text:after {
    height: 10px;
    transform: rotate(225deg);
    border-top: 3px solid var(--main-color);
    border-left: 3px solid var(--main-color);
}

input[type="radio"]:disabled+label:before,
input[type="radio"]:checked:disabled+label:before,
input[type="checkbox"]:disabled+label:before,
input[type="checkbox"]:checked:disabled+label:before,
input:disabled+.ocf-label-text:before,
input:checked:disabled+.ocf-label-text:before,
input:disabled+.ocf-label-text:after,
input:disabled+.simple-label-text:before,
input:checked:disabled+.simple-label-text:before,
input:disabled+.simple-label-text:after {
    background: #d3d3d3;
    border-color: #d3d3d3;
}

.container__center {
    margin: 0 auto;
    max-width: 767px;
}

.form__container {
    padding: 40px;
    max-width: 500px;
    border: 1px solid #d3d3d3;
    margin-bottom: 20px;
}

.form__container.table__container {
    max-width: 600px;
}

@media (max-width: 767px) {
    .form__container {
        max-width: 767px;
    }
}

@media (max-width: 450px) {
    .form__container {
        padding: 20px;
    }
}

.form__container_max {
    max-width: 100%;
}

.form__container_no-border {
    border: 0;
}

.from__heading {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.form__item {
    margin: 0 0 10px 0;
}

.from__label,
.form__label,
label {
    text-align: left;
    display: block;
    margin: 0 0 8px 0;
    cursor: pointer;
}

.from__label:hover,
.from__label:active,
.from__label:focus,
.form__label,
.form__label:active,
.form__label:focus,
label:hover,
label:active,
label:focus {
    color: #000;
}

.form__input,
.form__textarea,
input,
textarea {
    display: block;
    height: 34px;
    padding: 5px 10px;
    line-height: 1.42857143;
    opacity: 1;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    background: #fff;
    box-shadow: unset;
    width: 100%;
    resize: none;
}

.form__textarea,
textarea {
    height: 100px;
}

.form__input:hover,
.form__input:active,
.form__input:focus,
.form__textarea:hover,
.form__textarea:active,
.form__textarea:focus,
input:hover,
input:active,
input:focus,
textarea:hover,
textarea:active,
textarea:focus {
    border: 1px solid var(--main-color);
    outline: 0;
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}

.form__input:-moz-placeholder,
.form__textarea:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}

.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #000 !important;
    opacity: 1;
}

.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1;
}

.form__input::-ms-expand,
.form__textarea::-ms-expand,
input::-ms-expand,
textarea::-ms-expand {
    color: #000 !important;
    opacity: 1;
}


.button_back {
    background: #f1f1f1;
    color: #000;
}

.button_back:hover,
.button_back:active,
.button_back:focus,
a.button_back:hover,
a.button_back:active,
a.button_back:focus {
    background: var(--main-color);
    color: #fff;
}

.buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 30px;
}

.buttons_center {
    justify-content: center;
}

.breadcrumb__container {
    margin: 30px 0 30px;
    padding: 0;
    background: #fff;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    padding-bottom: 20px;
    overflow-x: auto;
}

.breadcrumb__item {
    color: #1D1D1B;
    font-size: 12px;
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    position: relative;
}

.breadcrumb__item+.breadcrumb__item {
    padding-left: 23px;
}

.breadcrumb__item+.breadcrumb__item::after {
    content: "";
    position: absolute;
    display: inline-block;
    margin: 0px 7px;
    height: 9px;
    width: 8px;
    background: url(/catalog/view/theme/default/image/icon_br.svg) no-repeat center;
    background-size: contain;
    padding: 0 4px;
    left: 0;
    top: 4px;
}

.breadcrumb__separator {
    display: inline-block;
    margin: 0px 7px;
    height: 9px;
    width: 8px;
    background: url(/catalog/view/theme/default/image/icon_br.svg) no-repeat center;
    background-size: contain;
    padding: 0 4px;
}

.breadcrumb__separator_home {
    background: url(/catalog/view/theme/default/image/icon_home.svg) no-repeat center;
    width: 9px;
    height: 10px;

}

/* end standart controlls */
/* start bootstrap */
#content {
    min-height: 600px;
}

.wraper_container {
    display: flex;
    flex-flow: wrap;
    gap: 24px;
}

.products_container {
    width: 100%
}

@media screen and (min-width: 768px) {
    .column-left {
        width: 254px;
    }

    .column-left+.products_container {
        width: calc(100% - 254px - 24px);
    }
}

@media screen and (min-width: 1199px) {
    .column-left {
        width: 324px;
    }

    .column-left+.products_container {
        width: calc(100% - 324px - 24px);
    }
}




.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1398px;
        width: 100%;
    }
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 450px) {
    .hidden-es {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row:before,
.row:after {
    display: none !important;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-xs-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-xs-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-xs-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-xs-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-xs-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-xs-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-xs-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-xs-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
}

/* end bootstrap */
/* start Menu Mobile */
.dropdown__container {
    padding: 10px 20px;
}

@media (max-width: 991px) {
    .dropdown__container {
        display: none;
    }
}

.dropdown__item {
    padding: 10px 0;
    text-align: center;
}

.dropdown__link {}

@media (min-width: 992px) {
    .dropdown_desktop {
        display: block !important;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .dropdown_display-non-mobile {
        display: block !important;
        padding: 0;
    }
}

/* end Menu Mobile */
/* start dialog window */
.callback__container,
.catapulta__container,
.custom__container {
    display: block;
    margin: 0 auto;
    position: relative;
    background: #fff;
    max-width: 350px;
}

.custom__container {
    max-width: 450px;
}

/* end dialog window */
/* start compare page */
.compare__item {
    vertical-align: top;
    min-width: 200px;
    padding: 10px 0 10px 10px;
}

@media (max-width: 767px) {
    .compare__item {
        min-width: 250px;
        max-width: 250px;
        vertical-align: bottom;
    }

    .table-responsive>.table>tbody>tr>td.compare__item_name {
        white-space: normal;
    }
}
@media (max-width: 450px) {
    .compare__item {
        max-width: 170px;
        min-width: 170px;
    }
}
.compare__item_heading {
    display: block;
    font-weight: 900;
    width: 200px;
}

.compare__item_price {
    font-weight: 700;
    color: #000;
}

.compare__price_old {
    color: #ea0b0c;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}

.compare__content:nth-of-type(odd) {
    background-color: #f1f1f1;
}

.compare__item_button {
    text-align: center;
    padding-left: 0;
}

.compare__image {
    display: block;
    max-width: 300px;
}

/* end compare page */
/* start pagination */
.pagination__container {
    margin: 32px 0 32px 0;
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid #f0f0f0;
}

.pagination__content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.link_text_prev {
    position: absolute;
    left: 0;
    background: #F0F0F0;
}

.link_text_next {
    position: absolute;
    right: 0;
    background: #F0F0F0;
}

.pagination__button {
    display: inline-block;
    margin: 0 4px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    color: #000;
}

.pagination__button:hover,
.pagination__button:focus,
.pagination__button:active,
.pagination__active {
    background: #F0F0F0;
    color: #000;
}

.pagination__arrow {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
}

.pagination__prev,
.pagination__next {}

.link_text_first,
.link_text_last {
    display: none;
}

.pagination__prev {
    background: url(/catalog/view/theme/default/image/left.svg) no-repeat center center;
}

.pagination__next {
    background: url(/catalog/view/theme/default/image/right.svg) no-repeat center center;
}

.pagination__last,
.pagination__first {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.pagination__first {
    transform: rotate(-45deg);
}

.pagination__last {
    transform: rotate(135deg);
}

.pagination__first:before,
.pagination__last:before {
    position: absolute;
    content: '';
    bottom: 0px;
    top: 2px;
    left: 2px;
    right: 1px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;

}

.pagination__button:hover .pagination__next,
.pagination__button:hover .pagination__prev,
.pagination__button:hover .pagination__first,
.pagination__button:hover .pagination__first:before,
.pagination__button:hover .pagination__last,
.pagination__button:hover .pagination__last:before,

.pagination__button:active .pagination__next,
.pagination__button:active .pagination__prev,
.pagination__button:active .pagination__first,
.pagination__button:active .pagination__first:before,
.pagination__button:active .pagination__last,
.pagination__button:active .pagination__last:before,

.pagination__button:focus .pagination__next,
.pagination__button:focus .pagination__prev,
.pagination__button:focus .pagination__first,
.pagination__button:focus .pagination__first:before,
.pagination__button:focus .pagination__last,
.pagination__button:focus .pagination__last:before {
    border-color: #000;
}

/* end pagination */
/*start icon set*/
.button-icon {
    padding: 10px;
    color: var(--main-color);
    font-size: 14px;
    cursor: pointer;
}

.button-icon-max {
    font-size: 18px;
}

.account-icon_edit {
    margin: 0 10px;
    background: url("../image/account/edit.svg") no-repeat center center;
}

.account-icon_trash {
    background: url("../image/account/remove.svg") no-repeat center center;
}

.account-icon_repeat {
    background: url("../image/account/repeat.svg") no-repeat center center;
}

.checkout-icon_minus {
    background: url("../image/account/minus.svg") no-repeat center center;
}

.checkout-icon_plus {
    background: url("../image/account/plus.svg") no-repeat center center;
}

.checkout-icon_remove {
    background: url("../image/account/remove.svg") no-repeat center center;
}

/*end icon set*/
/* start carousel module */
.carousel__container {
    position: relative;
}

.carousel__container_2 {
    padding: 0 65px;
}

.carousel__nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 42px;
    width: 42px;
    cursor: pointer;
    background: #fff;
    border-radius: 8px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFED00;
}

.carousel__nav:hover {
    background: #e9e9e9;
}

.carousel__nav:before {
    position: relative;
    content: '';
    width: 15px;
    height: 15px;
}

.carousel__nav_next {
    right: 0;
}

.carousel__nav_next:before {
    /* background: url(/catalog/view/theme/default/image/triangle-right.svg) no-repeat center center; */
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13.0px;
    border-color: transparent transparent transparent #000000;
    transform: rotate(0deg);
}

.carousel__nav_prev {
    left: 0;
}

.carousel__nav_prev:before {
    /* background: url(/catalog/view/theme/default/image/triangle-left.svg) no-repeat center center; */
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7.5px 13.0px 7.5px 0;
    border-color: transparent #000000 transparent transparent;
    transform: rotate(0deg);
}

.home__brands .owl-item li {
    border: 1px solid #D7D7D7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    margin: 10px;
}

.home__brands .owl-item li:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* end carousel module */
/* start account */
.heading__account {
    margin: 0 0 20px 0;
}

.heading__account_top {
    margin-top: 20px;
}

.account__content {
    margin: 0 0 20px 0;
}

.account__content:last-child {
    margin: 0;
}

.account-menu__item {
    margin: 0 0 10px;
}

.account-menu__item:last-child {
    margin: 0;
}

.login__forgotten {
    margin: 10px 0 0 0;
}

.account-list__container {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #d3d3d3;
}

.account-list__container:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.account-list__heading {
    font-weight: 700;
}

.account-list__data {
    display: block;
    margin: 0 0 5px;
}

.form-login__description {
    text-align: left;
}

/* end account */
/* start news */
.news__subheading {
    text-align: center;
    margin: 0 0 10px 0;
}

.news__button {
    text-align: center;
    margin: 0 0 40px 0;
}

.news__image {
    display: block;
    margin: 0 0 15px 0;
}

.news__title {
    margin: 0 0 15px 0;
    font-family: Prosto One;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;

}

.news__description {
    line-height: 1.42;
    min-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news__date {
    color: #929292;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.news-button__link {
    display: inline-block;
    text-transform: uppercase;
    color: var(--main-color);
}

.news__item_list {
    margin: 0 0 20px 0;
}

.news__date_page {
    margin: 0 0 20px 0;
}

.news__container_list {
    margin: 0 0 50px;
}

/* end news */
/* start 404 */
.container-404 {
    padding: 50px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.image-404 {}

.text-404 {
    margin: 40px 0 40px;
}

.text-404 a {
    color: var(--main-color);
}

/* end 404 */
/* start review */
.review__item {
    margin: 0 0 50px 0;
}

@media (max-width: 991px) {
    .owl-carousel .review__item {
        margin-bottom: 0px;
    }
}

.review__image {
    margin: 0 0 10px 0;
}

.review__img {
    width: 100px !important;
    /*reset owl*/
}

.review__author {
    margin: 0 0 10px 0;
}

.review__heading {
    margin: 0 0 10px 0;
}

.review__description {
    margin: 0 0 10px 0;
}

.review__stars {
    display: inline-block;
    margin: 20px 0 0 -15px;
}

.review-stars__label {
    float: right;
    margin-right: 5px;
    background: url("../image/review/star_inactive.svg") no-repeat;
    display: inline-block;
    height: 15px;
    width: 15px;
    background-size: 15px;
    margin-bottom: -3px;
}

.review-stars__label:hover,
.review-stars__label:hover~label,
.review-stars__input:checked+label~label {
    background: url("../image/review/star.svg") no-repeat;
    background-size: 15px;
}

input[type="radio"]:checked+.review-stars__label:after {
    background: transparent;
}

.review-stars__input[type="radio"]:checked+label:before {
    content: "";
    font-size: 0;
    line-height: 0;
}

.review-stars__input[type="radio"]:checked+label {
    background: url("../image/review/star.svg") no-repeat;
    background-size: 15px;
}

.review-stars__input[type="radio"]+label:before {
    border: 0;
    content: "";
    height: 0;
    margin-right: 0;
    width: 0;
}

/* end review */
/* start contact */
.contact__item {
    margin: 0 0 20px;
}

.contact__telephone {
    font-size: 18px;
}

.heading_contact {
    text-align: left;
}

.contact__content {
    padding: 20px;
    background: #f1f1f1;
    margin-top: 20px;
}

.from__heading_contact {
    text-align: left;
}

/* end contact */
/* start scroll top */
.scroll_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
    background: var(--main-color);
}

.scroll_top:before {
    top: 0px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
    background: url(/catalog/view/theme/default/image/left.svg) no-repeat center center;
}

@media(max-width: 991px) {
    .scroll_top {
        display: none;
    }
}

/* end scroll top */
/* start product item */
.unit__content {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #D7D7D7;
    border-radius: 20px;
    transition: 0.3s;
}

.unit__content:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
    .unit__content:hover {
        border: 1px solid transparent;
    }
}

@media (max-width: 991px) {
    .unit__content {
        padding: 10px;
        margin: 0 0 40px;
    }

    .owl-carousel .unit__content {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .unit__content {
        margin: 0 0 30px;
    }
}

.unit__image {
    display: block;
    position: relative;
    margin: 0 0 10px;
    border-bottom: 1px solid #ECECEC;
}

@media (max-width: 991px) {
    .unit__image {
        margin: 0 0 20px;
    }
}

.unit__name {
    overflow: hidden;
    margin: 0 0 20px;
}

.unit_bot {
    display: flex;
    margin: 0 0 10px;
    flex-flow: column;
    gap: 10px;
}

.unit_stock {
    color: #3BB728;
    position: relative;
}


.unit__link {
    font-weight: 700;
    font-size: 16px;
}

.unit__price {
    display: flex;
    background: #C5C6C6;
    padding: 5px 15px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    flex-flow: column;
    margin-right: auto;
}

@media (max-width: 991px) {
    .unit__price {
        flex-direction: column;
    }
}

.unit-price__item_special {
    color: #1D1D1B;
    white-space: nowrap;
    font-size: 18px;
}

.unit-price__item_old {
    font-size: 14px;
    text-decoration: line-through;
    white-space: nowrap;
    color: #888883;
}

.unit__buttons {
    position: relative;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 5px;
    flex-flow: wrap;
}

.unit-buttons__content {
    display: flex;
    justify-content: space-between;
}

.unit__button {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.unit__button_cart {
    padding: 15px 23px 15px 50px;
    background: url(/catalog/view/theme/default/image/unit/cart.png) no-repeat 15px center;
}

.unit__button_cart:hover {
    background: url(/catalog/view/theme/default/image/unit/cart_hover.png) no-repeat 15px center;
}

.unit__button_wishlist {
    background: url(/catalog/view/theme/default/image/unit/wishlist.png) no-repeat center center transparent;
}

.unit__button_wishlist:hover,
.unit__button_wishlist:active,
.unit__button_wishlist:focus {
    background-image: url(/catalog/view/theme/default/image/unit/wishlist_hover.png);
}

.unit__button_compare {
    background: url(/catalog/view/theme/default/image/unit/compare.png) no-repeat center center transparent;
}

.unit__button_compare:hover,
.unit__button_compare:active,
.unit__button_compare:focus {
    background-image: url(/catalog/view/theme/default/image/unit/compare_hover.png);
}

.unit__alert {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 700;
    background: var(--main-color);
    color: #fff;
    z-index: 999;
}

.unit__alert:hover,
.unit__alert:focus,
.unit__alert:active {
    color: #fff;
}
.checkout-cart .unit__alert {
    height: 30px;
    width: 200px;
    right: 0;
    left: auto;
    top: -15px;
    border-radius: 8px;
}
.unit__sticker {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 40px;
}

.unit-sticker__container:hover,
.unit-sticker__container:focus,
.unit-sticker__container:active {
    color: #fff;
}

.unit-sticker__item {
    margin: 5px;
    padding: 3px 7px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.unit-sticker__item_sticker_0 {
    background: #ea0b0c;
}

.unit-sticker__item_sticker_1 {
    background: #ea0b0c;
}

.unit-sticker__item_sticker_2 {
    background: #ea0b0c;
}

.unit-sticker__item_sticker_3 {
    background: #ea0b0c;
}

.unit-sticker__item_sticker_4 {
    background: #54ac24;
}

.unit-sticker__item_sticker_5 {
    background: #ea0b0c;
}

.unit-sticker__item_sticker_6 {
    background: #ea0b0c;
}

.unit-sticker__item_sticker_7 {
    background: #ea0b0c;
}

.unit-sticker__item_sticker_8 {
    background: #ea0b0c;
}

.unit-sticker__item_sticker_9 {
    background: #ea0b0c;
}

.featured__description {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
    text-align: center;
}

@media (max-width: 991px) {
    .featured__row {
        margin: 0;
    }
}

.units__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.units__container_module {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.unit__container {
    min-width: 0;
}

.units__container.list-view {
    grid-template-columns: 1fr;
}

.list-view .unit__content {
    display: flex;
    gap: 20px;
}

.list-view .unit__image {
    max-width: 130px;
    border: none;
}

.list-view .unit__box_list {
    display: flex;
    flex-flow: column;
    justify-content: center;
    flex: 1 1 auto;
}

.list-view .unit_bot {
    margin: 0;
    flex-flow: row;
    gap: 20px;
}

.list-view .unit__price {
    /* margin: 0 55px; */
}

.list-view .unit__buttons {
    justify-content: space-between;
    max-width: 190px;
}

.list-view .add_to_card_btn span {
    display: block;
}

.list-view .add_to_card_btn {
    width: 190px;
}

.list-view .add_to_card_btn svg {
    margin-right: 10px;
}

@media screen and (max-width: 1199px) {
    .units__container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .units__container {
        grid-template-columns: repeat(3, 1fr);
    }

    .list-view .add_to_card_btn span {
        display: none;
    }

    .list-view .add_to_card_btn svg {
        margin-right: 0;
    }

    .list-view .unit__buttons .btn {
        width: calc((100% - 5px) / 2);
    }

    .list-view .add_to_card_btn.btn {
        width: 100%;
    }

}

@media screen and (max-width: 900px) {
    .list-view .unit_bot {
        flex-flow: column;
        gap: 5px;
    }

    .list-view .unit__image {
        max-width: 80px;
    }

    .list-view .unit__name {
        margin: 0 0 10px;
    }

    .list-view .unit__link {
        font-weight: 500;
        font-size: 14px;
    }

    .list-view .unit__content {
        gap: 10px;
        margin: 0 0 0px;
    }
}

@media screen and (max-width: 600px) {
    .units__container {
        grid-template-columns: repeat(2, 1fr);
    }

    .list-view .unit__content {
        flex-flow: wrap;
    }

    .list-view .unit__box_list {
        width: calc(100% - 90px);
    }

    .list-view .unit__buttons {
        max-width: 100%;
        width: 100%;
    }

    .list-view .unit__price,
    .list-view .unit__buttons .btn {
        width: auto;
    }
}

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

.wishlist__button {
    width: 35px;
    height: 35px;
    display: block;
    transform: rotate(45deg);
}

.wishlist__button:before,
.wishlist__button:after {
    position: absolute;
    content: '';
    height: 18px;
    width: 2px;
    background: #000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.wishlist__button:after {
    transform: rotate(90deg);
}

.wishlist__button:hover:before,
.wishlist__button:hover:after {
    background: var(--main-color);
}

/* end product item */
/* start search autocomplete */
.suggestion__content {
    position: absolute;
    border: 1px solid #e4e4e4 !important;
    border-top: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
    left: 0 !important;
    padding: 15px 10px 20px;
}

.suggestion__item {
    display: block;
    margin: 0 0 15px !important;
}

.suggestion__item:last-child {
    margin: 0 !important;
}

.suggestion__link {
    padding: 0 !important;
    /* reset jquery ui */
    border: 0 !important;
    /* reset jquery ui */
    margin: 0 !important;
    /* reset jquery ui */
    color: #000 !important;
    /* reset jquery ui */
}

.suggestion__link:hover,
.suggestion__link:active,
.suggestion__link:focus,
.suggestion__link.ui-state-active {
    color: var(--main-color) !important;
    /* reset jquery ui */
    background: #fff !important;
    /* reset jquery ui */
    border: 0;
    /* reset jquery ui */
}

.suggestion__name {}

.suggestion__price {
    margin-left: 10px;
    font-size: 12px;
    white-space: nowrap;
}

.suggestion-price__item_old {
    font-size: 12px;
}

.suggestion__more {
    color: var(--main-color);
    text-decoration: underline;
}

/* end search autocomplete */
/* start faq */
.faq__container {
    margin: 0 0 50px;
}

.faq__container:last-child {
    margin: 0;
}

.faq__title {
    margin: 0 0 30px;
}

.faq__content {}

/* end faq */
/* start information */
.information__content table {
    width: 100%;
}

@media(max-width: 991px) {
    .information__content table {
        overflow-x: auto;
        display: block;
    }
}

.information__content thead {}

.information__content th {
    padding: 10px;
    border: transparent;
    font-weight: 500;
    font-size: 16px;
    vertical-align: top;
}

.information__content td {
    padding: 10px;
    border: 1px solid #d3d3d3;
}

.information__content td:first-child {}

.information__content ul {
    list-style: disc;
    padding: 0 0 0 15px;
}

/* end information */
/* start manufacturer */
.manufacturer__category {
    margin: 0 0 50px;
}

.manufacturer-category__link {
    margin: 0 15px 0 0;
    font-size: 32px;
    font-weight: 700;
}

.manufacturer__container {
    margin: 0 0 50px;
}

.manufacturer__container:last-child {
    margin: 0;
}

.manufacturer__heading {
    margin: 0 0 20px 0;
    font-size: 32px;
    font-weight: 700;
}

.manufacturer__link {}

.manufacturer__img {
    margin: 0 0 20px;
}

.manufacturer__title {
    display: block;
}

/* end manufacturer */
/*start vertical menu */
.vertical-menu__container {
    margin-bottom: 25px;
}

.vertical-menu__item {
    margin: 0 0 8px 0;
}

.vertical-menu__item a {
    display: block;
    background: #F8F8F8;
    padding: 15px;
    border-radius: 8px;
    transition: 0.2s;
}

.vertical-menu__item a:hover {
    background: var(--main-color);
    color: var(--black-color);
}

.vertical-menu__item:last-child {
    margin: 0;
}

/*end vertical menu */
/* start select arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow,
.selectboxit-default-arrow,
.goods-desc__title:before,
.filter__close_mini:before,
.filter__close:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(225deg);
}

.goods-desc__title_active:before,
button[aria-expanded="true"] .filter__close_mini:before {
    transform: rotate(45deg);
}

/* end select arrow */