/* start standart controlls */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  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: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
  padding: 0px;
}

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

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

a:hover,
a:active,
a:focus,
label:hover {
  color: #a62d38;
  text-decoration: none;
}

a img {
  border: none;
}

h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 32px;
}

.heading {
  margin: 0 0 20px 0;
  display: flex;
  font-family: Baskerville;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  align-content: center;
  align-items: center;
  gap: 30px;
}
.heading_center {
  text-align: center;
  justify-content: center;
  margin-bottom: 40px;
}
.see_more {
  position: relative;
}

.home__module_featured .see_more,
.home__module_featured .heading {
  color: #fff;
}

.see_more::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #c4c4c4;
  transform: rotate(-45deg);
}

@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: 0;
}
p + p {
  margin-top: 10px;
}

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: 0.01%;
  overflow-x: auto;
}

@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: #f6f7f8;
  color: #000;
  border: 1px solid #f6f7f8;
}

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

.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: #dd5757;
}

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: 8px;
  transform: rotate(225deg);
  border-top: 2px solid #dd5757;
  border-left: 2px solid #dd5757;
}

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: 60px;
  max-width: 500px;
  border: 1px solid #d3d3d3;
  margin-bottom: 20px;
}

@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 #dd5757;
  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 {
  height: 48px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dd5757;
  border: 1px solid #dd5757;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .button {
    padding: 8px 10px;
  }
}

.button:hover,
.button:active,
.button:focus,
a.button:hover,
a.button:active,
a.button:focus,
input.button:hover,
input.button:focus,
input.button:active {
  background: #a62d38;
  border: 1px solid #dd5757;
  color: #fff;
}

.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: #dd5757;
  color: #fff;
}

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

.buttons_center {
  justify-content: center;
}
.container_catalog {
  background: #dd5757;
  border-top: 1px solid #e7796d;
  position: relative;
}
.container_catalog__content {
  text-align: center;
}
.container_catalog__content h1 {
  font-family: Baskerville;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0 5px;
}
.breadcrumb__container {
  padding: 20px 0;
  overflow-x: auto;
}
.product__breadcrumb {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.breadcrumb__item {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}
.info_landing .breadcrumb__item {
    color: #989999;
    font-size: 10px;
}
.info_landing .breadcrumb__item_active {
    color: #000;
}
.info_landing .breadcrumb__container {
    padding: 30px 0;
}
.info_landing .breadcrumb__separator {
    height: 1px;
    width: 10px;
    transform: none;
    border: none;
    background: #989999;
}
.breadcrumb__separator {
  display: inline-block;
  margin: 0 13px 3px 5px;
  height: 6px;
  width: 6px;
  transform: rotate(135deg);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.product__breadcrumb .breadcrumb__item {
  color: #989999;
  font-size: 10px;
}
.product__breadcrumb .breadcrumb__separator {
  display: block;
  background: #989999;
  height: 1px;
  width: 12px;
  border: none;
  transform: none;
  margin: 0 10px;
}

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

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

.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: 1199px) {
  .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: 110px;
  }
}

.compare__item_heading {
  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: 0 0 50px 0;
  text-align: center;
}

.pagination__button {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
}

.pagination__button:hover,
.pagination__button:focus,
.pagination__button:active,
.pagination__active {
  color: #666;
  font-weight: 700;
}

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

.pagination__prev,
.pagination__next {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.pagination__prev {
  margin: 0 0 0 5px;
  transform: rotate(-45deg);
}

.pagination__next {
  margin: 0 5px 0 0;
  transform: rotate(135deg);
}

.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;
}

/* end pagination */
/*start icon set*/
.button-icon {
  padding: 10px;
  color: #dd5757;
  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 70px;
}

.carousel__nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 2;
}

.carousel__nav:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
  border-top: 2px solid #dd5757;
  border-left: 2px solid #dd5757;
}

.slideshow__container .carousel__nav:before {
  border-color: #fce6d7;
}

.carousel__nav:hover:before {
  border-color: #fce6d7;
}
@media screen and (min-width: 1200px) {
  .carousel__nav_next {
    right: -40px;
  }
  .carousel__nav_prev {
    left: -40px;
  }
}

.carousel__nav_next {
  right: 0;
}
.carousel__nav_prev {
  left: 0;
}
.carousel__nav_next:before {
  right: 7px;
  left: 0;
  transform: rotate(135deg);
}

.carousel__nav_prev:before {
  left: 7px;
  right: 0;
  transform: rotate(-45deg);
}

/* 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 10px 0;
}

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

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

.news__date {
}

.news-button__link {
  display: inline-block;
  text-transform: uppercase;
  color: #dd5757;
}

.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: #dd5757;
}

/* 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: 25px;
  bottom: 30px;
  z-index: 1000;
  background: #a62d38;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.scroll_top:before {
  top: 8px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

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

/* end scroll top */
/* start product item */
.unit_box {
  position: absolute;
  padding: 0 24px 24px;
  bottom: 0;
}

.unit__content {
  position: relative;
  background-color: #fff;
  border: 1px solid transparent;
  transition: 0.2s;
}

.product__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.product__row_wrapper {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.product__col_left {
  width: 990px;
  position: relative;
}
.product__col_right {
  width: calc(100% - 990px - 24px);
}
.product__col_right_content {
  position: sticky;
  top: 10px;
  z-index: 2;
}
.unit__container {
  flex: 0 1 calc((100% - 24px) / 4);
}
.goods__image_container {
  display: flex;
  flex-flow: wrap;
  gap: 8px;
}
.goods__image_item {
  flex: 0 1 calc((100% - 8px) / 2);
}
@media (min-width: 992px) {
  .unit__content:hover {
    border: 1px solid #d3d3d3;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
}

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

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

.unit__image {
  display: block;
  position: relative;
}
.first_image {
  position: relative;
  transition: 0.2s;
}
.second_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.unit__image_hover:hover .first_image {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.unit__image:hover .second_image {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.unit__name {
  overflow: hidden;
  margin: 0 0 20px;
}

.unit__link {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.unit__price {
  display: flex;
  margin: 0 0 15px;
  font-size: 16px;
  align-items: baseline;
  justify-content: center;
}

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

.unit-price__item_special {
  margin: 0 10px 0 0;
  color: #a62d38;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
}

.unit-price__item_old {
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
  white-space: nowrap;
  color: #989999;
}

.unit__buttons {
  position: relative;
  margin: 0 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.unit__button {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
  cursor: pointer;
  background-size: contain !important;
  transition: 0.2s;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 5;
}

.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_icon {
  background: url(/catalog/view/theme/default/image/unit/wishlist.svg) no-repeat
    center center transparent;
  width: 20px;
  height: 20px;
  display: block;
}
.added-to-wishlist,
.unit__button_wishlist_icon:hover,
.unit__button_wishlist_icon:active,
.unit__button_wishlist_icon:focus {
  background-image: url(/catalog/view/theme/default/image/unit/wishlist_hover.svg);
}

@media screen and (max-width: 767px) {
  .unit__button_wishlist_icon:hover {
    background: url(/catalog/view/theme/default/image/unit/wishlist.svg) no-repeat center center transparent;
  }
}
.unit__button_compare {
  background: url(/catalog/view/theme/default/image/unit/compare.png) no-repeat
    center center transparent;
}

.unit__button_wishlist_icon:before,
.unit__button_wishlist_icon:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 0px solid #dd5757;
  filter: blur(0);
  transform-origin: 50%;
  z-index: -1;
}

.unit__button_wishlist_icon:hover:before,
.unit__button_wishlist_icon:hover:after {
  border: 2px solid transparent;
  width: 10px;
  height: 10px;
  filter: blur(2px);
  transform: scale(4);
  transition: 1000ms transform ease, 2100ms blur ease, 900ms border-color ease;
}
.unit__button_wishlist_icon:hover:after {
  transition-delay: 100ms;
}

.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: #dd5757;
  color: #fff;
  z-index: 999;
}

.unit__alert:hover,
.unit__alert:focus,
.unit__alert:active {
  color: #fff;
}

.unit__sticker {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  display: flex;
  flex-flow: wrap;
  gap: 5px;
}

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

.unit-sticker__item {
  padding: 6px 12px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.unit-sticker__item_sticker_0 {
  background: #ea0b0c;
}

.unit-sticker__item_sticker_1 {
  background: #ea0b0c;
}

.unit-sticker__item_sticker_2 {
  background: #a62d38;
}

.unit-sticker__item_sticker_3 {
  background: #dd5757;
}

.unit-sticker__item_sticker_4 {
  background: #00a2ab;
}

.unit-sticker__item_sticker_5 {
  background: #1dab00;
}

.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;
  }
}

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

.wishlist__button {
  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: #dd5757;
}

/* 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: #dd5757 !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: #dd5757;
  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 {
  border: 1px solid #d3d3d3;
  padding: 20px;
}

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

.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 #c4c4c4;
  border-left: 1px solid #c4c4c4;
  transform: rotate(225deg);
}

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

/* end select arrow */
@media (max-width: 991px) {
  .container_catalog__content h1,
  h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .container_catalog__content h1,
  h1 {
    font-size: 26px;
  }
  .breadcrumb__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .heading {
    justify-content: center;
    flex-flow: column;
}
}
@media screen and (max-width: 450px) {
  .unit_box {
    padding: 0 10px 10px;
  }
  .unit__price {
    margin: 0;
  }
  .unit__button {
    right: 10px;
    top: 10px;
  }
  .unit__sticker {
    top: 10px;
    left: 10px;
  }

}
