body {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 192%;
  color: #422f62;
}
h1 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  color: #422f62;
  margin: 30px 0;
}
h2 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  color: #422f62;
  margin: 25px 0;
}
h3 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  color: #422f62;
  margin: 20px 0;
}
h4 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.2;
  color: #422f62;
  margin: 15px 0;
}
h5 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #422f62;
  margin: 15px 0;
}
h6 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #422f62;
  margin: 15px 0;
}
p {
  margin-bottom: 10px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;

  color: #422f62;
}
ol {
  margin: 20px 0;
}
ol li {
  margin-bottom: 10px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #422f62;
}
ul {
  margin: 20px 0;
}
ul li {
  margin-bottom: 10px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #422f62;
}
a {
  text-decoration: none;
  color: #422f62;
}
a:hover {
  color: #000;
}
section {
  padding: 60px 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
.input__text {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 183%;
  color: #95a8b3;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.select__form {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 183%;
  color: #95a8b3;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.product_info_title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #422f62;
}
.product_h1 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: #422f62;
  margin-bottom: 21px;
  margin-top: 0;
}
.product_price {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 23px;
  margin-bottom: 25px;
}
.product_price_old {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: #422f62;
  text-decoration: line-through;
}
.product_price_cur {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 24px;
  text-align: center;
  color: #f6516d;
}
.product_sklad {
  margin-bottom: 20px;
}
.product_sklad_pc {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  color: #422f62;
  text-decoration: underline;
}

.product_variants {
  margin-bottom: 20px;
}
.product_variants_title {
  margin-bottom: 11px;
}
.product_variants_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product_variants_item {
  border-radius: 5px;
}
.product_variants_item_link {
  display: block;
  border-radius: 5px;
  border: 2px solid #b5e34b00;
}
.product_variants_item_link.active {
  border: 2px solid #b5e34b;
}
.product_variants_item_link:hover {
  border: 2px solid #b5e34b;
}
.product_variants_item_img {
  border-radius: 5px;
  height: 90px;
  width: 70px;
  object-fit: cover;
}
.product_sizes_how {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  text-decoration-line: underline;
  color: #5b497a;
}
.product_sizes_how:hover {
  cursor: pointer;
  color: #000;
}
.product_sizes_header {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 11px;
}
.product_sizes {
  margin-bottom: 20px;
}
.product_sizes_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product_sizes_item {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  text-align: center;
  color: #422f62;
  padding: 6px 7px;
  background: #fbfbfb;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.product_sizes_item.active {
  background: #d9d9d9;
}
.product_sizes_item:hover {
  background: #d9d9d9;
  cursor: pointer;
}

.product_amount {
  margin-bottom: 20px;
}
.product_amount_title {
  margin-bottom: 11px;
}
.product_amount_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid rgba(145, 125, 137, 0.3);
  border-radius: 5px;
  width: 80px;
  padding: 0 8px;
  background-color: #fff;
}
.amount.amount_minus {
  margin-top: -8px;
}
.amount.amount_minus:before {
  content: url(/img/minus_p.svg);
}
.amount.amount_plus:before {
  content: url(/img/plus_p.svg);
}
.product_amount_filed {
  background: #ffffff;
  width: 25px;
  margin: 0 auto;
  padding: 8px 0;
  border: none;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 18.6078px;
  line-height: 18px;
  text-align: center;
  color: #422f62;
}

.product_temperature_value {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  text-decoration: underline;
  color: #422f62;
}
.product_temperature {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 11px;
}
.product_add_favorites {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  text-decoration-line: underline;
  color: #422f62;
  margin: 20px 0 30px 0;
}
.product_add_favorites:hover {
  color: #b5e34b;
  cursor: pointer;
}
.product_add_cart {
  padding: 18px 40px;
  background: #b5e34b;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #422f62;
}
.product_add_cart:hover {
  cursor: pointer;
  background: #422f62;
  color: #b5e34b;
}

.product_content {
  margin-top: 86px;
}

.accordion-button {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #422f62;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding: 20px 0;
}
.accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
  color: #422f62;
}
.accordion-item {
  border: none;
  border-top: 1px solid #d9d9d9;
  border-radius: 0 !important;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.accordion-body {
  padding: 10px 0;
}

.similar_carousel {
  margin-top: 52px;
}
.similar_product_item {
  padding: 0 23px;
}
.similar_product_link {
  display: block;
  position: relative;
}
.similar_product_link:hover {
}
.similar_product_steaker {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 10.7763px;
  line-height: 10px;
  text-align: center;
  color: #fbfbfb;
  background: #f6516d;
  padding: 3px 8px;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
}
.similar_product_image {
  border-radius: 15px;
  margin-bottom: 20px;
}
.similar_product_image_img {
  border-radius: 15px;
  height: 207px;
  object-fit: cover;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.similar_product_name {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 98.02%;
  margin-bottom: 20px;
  text-align: center;
  color: #422f62;
}
.similar_product_more {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  text-align: center;
  text-decoration-line: underline;
  color: #1f92aa;
}
.similar_product_more:hover {
  color: #b5e34b;
}
.similar_product_name:hover {
  color: #b5e34b;
}
.prev_link {
  background-color: #c4ced4;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
}
.prev_link:hover {
  background-color: #b5e34b;
}
.prev_link.next {
  right: -2%;
  position: absolute;
  top: 40%;
}
.prev_link.prev {
  left: -2%;
  position: absolute;
  top: 40%;
}
.similar_carousel .slick-track {
  margin-left: 0;
}
.product_small_img {
  border-radius: 10px;
  margin-bottom: 10px;
}
.product_small_img img {
  width: 100%;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
}
.product_big_img {
  border-radius: 10px;
}
.product_big_img img {
  width: 100%;
  height: 602px;
  object-fit: cover;
  border-radius: 10px;
}

.product_reg {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 156%;
  color: #422f62;
}
.product_reg_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 156%;
  text-decoration-line: underline;
  color: #422f62;
}
.product_content_no_price {
  margin-top: 0;
}

.catalog_item {
  position: relative;
  margin-bottom: 20px;
  border-radius: 15px;
}
.catalog_h1 {
  margin-bottom: 50px;
  text-align: center;
}
.catalog_item_link {
  display: block;
  border-radius: 15px;
}
.catalog_item_link:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.catalog_item_img {
  width: 100%;
  height: 352px;
  object-fit: cover;
  border-radius: 15px;
}
.catalog_item_title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 31px;
  color: #fbfbfb;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.black_text {
  color: #422f62;
}
.catalog_item_link:hover .catalog_item_title {
  color: #b5e34b;
}

.catalog_list_block {
  background: #dbd7ea;
  border-radius: 15px;
  padding: 30px 25px;
}
.catalog_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.catalog_list_item {
  margin-bottom: 0;
  line-height: 1;
}
.catalog_list_item_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  color: #422f62;
}
.catalog_list_item_link.active {
  text-decoration: underline;
  color: #422f62;
}
.catalog_list_item_link:hover {
  text-decoration: underline;
  color: #422f62;
}

.catalog_filter_block {
  background: #dbd7ea;
  border-radius: 15px;
  padding: 30px 25px;
  margin-bottom: 30px;
}
.catalog_filter_name {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #422f62;
  margin-bottom: 20px;
}

.filter_item {
  margin-bottom: 45px;
}
.filter_item:last-child {
  margin-bottom: 0;
}
.filter_name {
  margin-bottom: 10px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 12px;
  color: #422f62;
}

.filter_checkbox_list {
  list-style: none;
  padding: 0;
  margin: 0;
  /*max-height: 180px;
	overflow-y: scroll;*/
}
.filter_checkbox_item {
  margin-bottom: 10px;
}
.filter_checkbox_input {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  vertical-align: middle;
}
.filter_checkbox_label {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  color: #422f62;
}
.filter_checkbox_label:hover {
  color: #422f62;
  cursor: pointer;
  text-decoration: underline;
}
.filter_checkbox_input:hover {
  background-color: #422f62;
  border-color: #d9d9d9;
  cursor: pointer;
}
.filter_checkbox_input:checked {
  background-color: #fff;
  border-color: #d9d9d9;
}
.filter_checkbox_input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url(/img/check.svg);
}
.filter_checkbox_input:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url(/img/check.svg);
  background-size: 60%;
  background-position: center center;
  background-color: #fff;
  border-color: #d9d9d9;
}
.form-check-input:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.form-check-input {
  margin-top: 0;
}
.filter_checkbox_input:checked[type="radio"] {
  --bs-form-check-bg-image: url(/img/radio.svg);
}
.form-check-input:checked[type="radio"] {
  background-image: url(/img/radio.svg);
  background-size: 53%;
  background-position: 50% 48%;
}

.filter_checkbox_list_square {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter_checkbox_item_sq {
  margin-bottom: 0;
  line-height: 1;
}
.filter_checkbox_input_sq {
  display: none;
}
.filter_checkbox_label_sq {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  text-align: center;
  color: #422f62;
  padding: 6px 10px;
  background: #fbfbfb;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  cursor: pointer;
}
.filter_checkbox_label_sq:hover {
  background: #b5e34b;
}
.filter_checkbox_label_sq.active {
  background: #b5e34b;
}

.filter_price {
  margin-bottom: 20px;
}
.filter_price .ui-widget-header {
  background: #422f62;
}
.filter_price .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  background: #422f62;
  border: 2px solid #422f62;
  border-radius: 100%;
}
.filter_price .ui-slider .ui-slider-handle:focus-visible {
  height: 14px;
  background: #422f62;
  border: 2px solid #422f62;
  border-radius: 100%;
}
.filter_price .ui-widget.ui-widget-content {
  border: 1px solid #422f62;
  background-color: #422f62;
  border-radius: 10px;
}
.filter_price .ui-widget {
  font-size: 7px;
}
.filter_price .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}
.filter_price .price_range_value {
  background: #fbfbfb;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  color: #422f62;
  padding: 6px;
  width: 70px;
}
.filter_price .price_range_value:focus {
  outline: none;
  border: 0;
}
.filter_price .price_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  align-items: center;
}
.filter_price_label {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  color: #422f62;
}
.catalog_filter_icons {
  display: none;
}

.razdel_product_item {
  margin-bottom: 30px;
  position: relative;
}
.favourite_add {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}
.favourite_add:before {
  content: url(/img/fav.svg);
  width: 25px;
  height: 25px;
  display: block;
}
.favourite_add:hover:before {
  content: url(/img/fav_ful.svg);
}
.razdel_product_image {
  border-radius: 15px;
  margin-bottom: 24px;
}
.razdel_product_image img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 15px;
}
.catalog.block.search .razdel_product_image img {
  height: 500px;
}
.razdel_product_image_link {
  border-radius: 15px;
  display: block;
}
.razdel_product_title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: #422f62;
  margin-bottom: 15px;
}
.razdel_product_title_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: #422f62;
}

.razdel_product_price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin: 24px 0;
}
.razdel_product_old_price {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: #422f62;
  text-decoration: line-through;
}
.razdel_product_cur_price {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  color: #422f62;
}

.razdel_product_parameters {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.razdel_product_parameters_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.razdel_product_parameters_title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  text-align: center;
  color: #422f62;
}
.razdel_product_parameters_values {
}
.razdel_product_parameters_select {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  text-align: center;
  color: #422f62;
  outline: none !important;
  box-shadow: none !important;
  border-color: #d9d9d9 !important;
}

footer {
  background: #dbd7ea;
  padding: 50px 0;
  margin-top: 100px;
}
.footer_logo {
  display: block;
  margin-bottom: 21px;
}
.footer_logo_link {
  display: block;
}
.footer_logo_img {
  max-width: 170px;
}

.footer_copyright {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #422f62;
}
.footer_copyright_text {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #422f62;
}
.footer_copyright_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #422f62;
}

.footer_social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.footer_social_item {
  display: block;
}
.footer_social_link {
  display: block;
}
.footer_social_link_img {
  width: 24px;
}
.footer_social_link_img.tg {
  width: 27px;
}
footer a:hover {
  text-decoration: underline;
}
.header_top_phones .footer_social_link_img {
  width: 20px;
}
.header_top_phones .footer_social_link_img.tg {
  width: 23px;
}
.footer_menu_title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  color: #422f62;
  margin-bottom: 20px;
}
.footer_menu_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer_menu_list_item {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #422f62;
  margin-bottom: 10px;
}
.footer_menu_list_item:last-child {
  margin-bottom: 0;
}
.footer_menu_list_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #422f62;
}

.footer_contacts {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer_contacts_item {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  color: #422f62;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.footer_contacts_img {
}
.footer_contacts_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  color: #422f62;
}

.razdel_product_btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.razdel_product_add_cart {
  padding: 15px 33px;
  border: 1px solid #b5e34b;
  text-align: center;
  cursor: pointer;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #422f62;
  background: #b5e34b;
  border-radius: 15px;
}
.razdel_product_add_cart:hover {
  background: #422f62;
  border-color: #422f62;
  color: #b5e34b;
  cursor: pointer;
}
.razdel_product_more {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #422f62;
}
.razdel_product_more_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration-line: underline;
  color: #422f62;
  cursor: pointer;
}

.razdel_product_sklad {
  margin-bottom: 12px;
  margin-top: 12px;
}
.razdel_product_sklad_text {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #422f62;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.razdel_product_number {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #422f62;
  text-decoration-line: underline;
}
.razdel_product_reg {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  color: #422f62;
}
.razdel_product_reg_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  text-decoration-line: underline;
  color: #422f62;
}

.header_top {
  padding: 13px 25px;
  background: #dbd7ea;
  border-radius: 0px 0px 15px 15px;
}
.header_top_phones {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.header_top_phone_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #422f62;
}
.header_top_phones.header_top_phones__mob {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  align-content: flex-end;
}
.header_top_phones a:hover {
  color: #000;
}
.header_top_phones__mob .header_top_phone_link {
  color: #b5e34b;
  font-size: 18px;
}
.header_middle {
  padding: 29px 0 18px 0;
}
.header_logo {
  display: block;
}
.header_logo_link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.header_logo_img {
  max-width: 270px;
}
.header_logo_subtitle {
  display: block;
  margin-top: 5px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #422f62;
}

.header_menu {
}
.header_main_menu {
}
.header_main_menu_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: flex-end;
}
.header_main_menu_item {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #422f62;
  text-transform: uppercase;
}
.header_main_menu_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #422f62;
  text-transform: uppercase;
}
.header_main_menu_link.active {
  color: #b5e34b;
}

.header_bottom {
  margin-bottom: 30px;
}
.header_bottom_menu {
  margin: 0;
  padding: 0;
}
.header_bottom_menu_btn {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #422f62;
}
.header_bottom_menu_toggler {
  border: none;
  padding: 0;
}
.header_bottom_menu_toggler_icon {
  background-image: url(/img/burger_y.svg);
  width: 18px;
  height: 15px;
  margin-right: 15px;
}
.header_bottom_menu_block {
  background: #b5e34b;
  border-radius: 15px;
  padding: 11.57px 30px;
  width: 95%;
}
.header_bottom_menu_nav {
  list-style: none;
  padding: 0;
  padding-top: 35px;
  margin: 0;
}
.header_bottom_menu_item {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #422f62;
  margin-bottom: 16px;
}
.header_bottom_menu_item:nth-child(4) {
  border-bottom: 1px solid #422f62;
  padding-bottom: 15px;
}
.header_bottom_menu_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #422f62;
}
.header_bottom_menu_link:hover {
  text-decoration: underline;
  color: #422f62;
}
.header_bottom_menu_link.active {
  text-decoration: underline;
  color: #422f62;
}

.header_btn_reg {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  text-align: center;
  color: #fbfbfb;
  padding: 12.5px 22px;
  background: #422f62;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  justify-content: center;
  cursor: pointer;
}
.header_btn_reg:after {
  content: url(/img/reg.svg);
}
.header_btn_reg:hover {
  background: #b5e34b;
  color: #422f62;
  cursor: pointer;
}
.header_btn_reg:hover:after {
  content: url(/img/reg-dark.svg);
}
.header_btn_auth {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  text-align: right;
  color: #869ba9;
}
.header_btn_auth:hover {
  color: #422f62;
  text-decoration: underline;
  cursor: pointer;
}
.header_bottom_btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
.header_bottom_icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  height: 100%;
  justify-content: center;
}
.header_icon_item {
  position: relative;
}
.header_icon_link {
}
.header_icon_img {
}
.header_icon_count {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 12.8571px;
  line-height: 12px;
  color: #ffffff;
  padding: 3px 5px;
  background: #f6516d;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -8px;
  right: -14px;
}

.form_search {
  width: 100%;
  display: flex;
  position: relative;
}
.form_search_input {
  background: #fff;
  padding: 16.5px 12px;
  border: 1px solid #dbd7ea;
  border-radius: 15px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  color: #c4d0dc;
}
.form_search_input:focus {
  background-color: #fff;
  border-color: #dbd7ea;
  outline: 0;
  box-shadow: none;
}
.form_search_but {
  background-image: url(/img/search.svg);
  width: 25px;
  height: 25px;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  background-color: #fff;
  top: 12px;
}
.col_header_h {
  min-height: 50px;
}
.col_header_mb {
  margin-bottom: 30px;
}
.offcanvas {
  background-color: #422f62;
  padding-top: 20px;
}
.header_navbar_mobile_list {
}
.header_navbar_mobile_list_item {
  margin-bottom: 30px;
  text-align: right;
}
.header_navbar_mobile_list_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  text-align: right;
  color: #f7f7f7;
  text-transform: uppercase;
}

.header_btn_mob_reg {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  text-align: center;
  color: #fbfbfb;
  padding: 12.5px 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #fbfbfb;
  border-radius: 12px;
}
.header_btn_mob_reg:after {
  content: url(/img/reg.svg);
}
.header_btn_mob_reg:hover {
  background: #b5e34b;
  color: #422f62;
  cursor: pointer;
  border: 1px solid #b5e34b;
}
.header_btn_mob_auth {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  text-align: right;
  color: #869ba9;
}
.header_btn_mob_auth:hover {
  color: #422f62;
  text-decoration: underline;
  cursor: pointer;
}
.header_bottom_mob_btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
.offcanvas_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.btn-close {
  background: url(/img/close.svg);
  width: 30px;
  height: 30px;
  opacity: 1;
  border-radius: 0;
}

.cart_table_header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}
.cart_table_header_item {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: #422f62;
  border: 1px solid #b5e34b;
  padding: 20px;
  width: 12%;
  border-left: 0;
}
.cart_table_header_item:nth-child(1) {
  width: 35%;
}
.cart_table_header_item:nth-child(2) {
  width: 13%;
}
.cart_table_header_item:nth-child(6) {
  width: 12%;
}
.cart_table_header_item:first-child {
  border-radius: 15px 0px 0px 15px;
  border-left: 1px solid #b5e34b;
}
.cart_table_header_item:last-child {
  border-radius: 0 15px 15px 0;
  border-right: 1px solid #b5e34b;
}

.cart_item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  background: #ffffff;
  border: 1px solid #b5e34b;
  border-radius: 15px;
  padding: 40px 30px;
  margin-bottom: 30px;
}
.cart_item_block {
  width: 12%;
}
.cart_item_block:nth-child(1) {
  width: 35%;
}
.cart_item_block:nth-child(2) {
  width: 14%;
}
.cart_item_block:nth-child(6) {
  width: 12%;
}
.cart_item_block_info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  align-items: center;
}
.cart_item_image {
  border-radius: 5px;
}
.cart_item_image_pic {
  border: 1px solid #c4e1e7;
  border-radius: 5px;
  width: 98px;
  height: 119px;
  object-fit: cover;
}
.cart_item_name {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  color: #422f62;
  margin-bottom: 23px;
}
.cart_item_name_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  color: #422f62;
}
.cart_item_price {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: #422f62;
}
.cart_item_sum {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: #422f62;
}
.cart_item_art {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: #422f62;
}
.product_amount_cart {
  margin: 0 auto;
}
.product_amount_block_cart {
  margin: 0 auto;
}
.cart_add_favourite {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.cart_add_favourite:before {
  content: url(/img/star_fav.png);
}
.cart_add_favourite:hover:before {
  content: url(/img/star_fav_full.png);
}
.cart_add_favourite.active:before {
  content: url(/img/star_fav_full.png);
}
.cart_del {
  display: block;
  margin: 0 auto;
  text-align: center;
  background: none !important;
}
.cart_del:before {
  content: url(/img/del.png);
}
.cart_del:hover:before {
  content: url(/img/del_red.png);
}

.cart_table_summary {
  border-top: 0;
  padding-top: 30px;
  margin-bottom: 70px;
}
.cart_table_summary_txt {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  margin-bottom: 6px;
  color: #422f62;
}
.cart_table_summary_sum {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #422f62;
}

.cart_table_btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.cart_table_order {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #422f62;
  padding: 18px 55px;
  text-align: center;
  background: #b5e34b;
  border-radius: 15px;
  display: inline-block;
  border: 1px solid #b5e34b;
}
.cart_table_order:hover {
  color: #fff;
  background: #422f62;
  border: 1px solid #422f62;
  cursor: pointer;
}
.cart_table_continue {
  border: 1px solid #422f62;
  border-radius: 15px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #422f62;
  padding: 18px 55px;
  text-align: center;
  border-radius: 15px;
  display: inline-block;
}
.cart_table_continue:hover {
  border: 1px solid #b5e34b;
  background: #b5e34b;
  color: #422f62;
  border-radius: 15px;
  cursor: pointer;
}

.form_promocode {
  width: 30%;
  display: flex;
  position: relative;
}
.form_promocode_input {
  background: #fff;
  padding: 22px 26px;
  border: 1px solid #c4e1e7;
  border-radius: 15px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  color: #c4d0dc;
}
.form_promocode_input:focus {
  background-color: #fff;
  border-color: #dbd7ea;
  outline: 0;
  box-shadow: none;
}
.form_promocode_but {
  background-image: url(/img/promo.svg);
  width: 25px;
  height: 25px;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  background-color: #fff;
  top: 23px;
}
.cart_table_count_info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.cart_table_count_info_ready {
  background: #dbd7ea;
  border-radius: 15px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #463661;
  width: 100%;
  padding: 10px;
}
.cart_table_count_info_fav {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 192%;
  color: #b5e34b;
}

.cart_table_count_info_ready:hover,
.cart_table_count_info_fav:hover {
  cursor: pointer;
  color: #000;
}

.order_summary {
  border: 1px solid #b5e34b;
  border-radius: 15px;
  padding: 30px;
}
.order_summary_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.order_summary_item_last {
  margin-bottom: 0;
}
.order_summary_title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #422f62;
}
.order_summary_value {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #422f62;
}
.order_summary_value_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: underline;
  color: #422f62;
}
.order_summary_bottom {
  border-top: 1px solid #c4e1e7;
  padding-top: 30px;
}

.order_authorization_block {
  border: 1px solid #c4e1e7;
  border-radius: 15px;
}
.order_authorization_top {
  background: #dbd7ea;
  border-radius: 15px;
  padding: 20px;
}
.order_authorization_body {
  padding: 30px;
}
.order_authorization_title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #422f62;
  margin-bottom: 20px;
}
.order_authorization_text {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #95a8b3;
  width: 70%;
}
.order_authorization_forms {
}
.order_authorization_small_text {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: #95a8b3;
  padding-top: 40px;
}

.nav-tabs_auth {
  border: none;
  margin-bottom: 10px;
}

.nav-link_auth {
  border-radius: 15px 0px 0px 15px !important;
}
.nav-link_reg {
  border-radius: 0px 15px 15px 0px !important;
}
.nav-tabs .nav-link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #422f62;
  padding: 15px 36px;
  background: #faf9f9;
  border: 1px solid #422f62;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-link.active {
  background-color: #422f62;
  color: #fff;
  border: 1px solid #422f62;
}
.block__form_auth {
  width: 69%;
}
.btn_form_auth {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  background: #b5e34b;
  border-radius: 15px;
  color: #422f62;
  padding: 18px 31px;
}
.btn_form_auth:hover {
  background-color: #422f62;
  color: #fff;
}
.form-check-label {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #422f62;
}
.form_check_auth {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.text_passw {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 183%;
  text-decoration: underline;
  color: #422f62;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.tooltiop_quest {
  background: #386590;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14.5799px;
  line-height: 1;
  color: #faf9f9;
  border-radius: 100%;
  padding: 5px;
  width: 19px;
  height: 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  border: 0;
  text-decoration-line: none;
  text-decoration: none !important;
  cursor: pointer;
}
.form__btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

/*********************/
.order_product_table {
  border: 1px solid #b5e34b !important;
  border-radius: 15px;
  margin-top: 30px;
}
.order_product_table_header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}
.order_product_table_item {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #422f62;
  border: 1px solid #b5e34b;
  padding: 20px;
  width: 10%;
  border-left: 0;
  border-top: 0;
}
.order_product_table_item:nth-child(1) {
  width: 45%;
  border-left: 0;
}
.order_product_table_item:nth-child(2) {
  width: 18.33%;
}
.order_product_table_item:nth-child(3) {
  width: 18.33%;
}
.order_product_table_item:nth-child(4) {
  width: 18.33%;
  border-right: 0;
}
.order_product_table_item:nth-child(5) {
  width: 13%;
}
.order_product_table_item:nth-child(6) {
  width: 13%;
  border-right: 0;
}
.order_table_pr_item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  border-radius: 15px;
  padding: 20px 0 20px 20px;
  margin-bottom: 10px;
}
.order_table_pr_item_block {
  width: 18%;
}
.order_table_pr_item_block:nth-child(1) {
  width: 34%;
  padding-left: 15px;
}
.order_table_pr_item_block:nth-child(2) {
  width: 22%;
}
.order_table_pr_item_block:nth-child(3) {
  width: 22%;
}
.order_table_pr_item_block:nth-child(4) {
  width: 22%;
}
.order_table_pr_item_block:nth-child(5) {
  width: 22%;
}
.order_table_pr_item_block:nth-child(6) {
  width: 22%;
}
.order_table_pr_item_block_info {
  width: 86%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.order_table_pr_item_block_pic {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  align-items: center;
  width: 14%;
}
.order_table_item_image {
  border-radius: 5px;
  width: 98px;
  padding-right: 0;
  float: none;
}
.order_table_item_image_pic {
  border: 1px solid #c4e1e7;
  border-radius: 5px;
  width: 98px;
  height: 119px;
  object-fit: cover;
}
.order_table_item_name {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  color: #422f62;
  margin-bottom: 23px;
}
.order_table_item_name_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #422f62;
}
.order_table_text {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  color: #422f62;
}
.order_table_text_bold {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  color: #422f62;
}
.order_table_item_size {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 160%;
  color: #95a8b3;
}
.order_product_table_top {
  background: #dbd7ea;
  border-radius: 15px;
  padding: 10px 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.order_product_table_top_title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 192%;
  color: #422f62;
}
.order_product_table_top_link {
}
.order_product_table_top_link a {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 192%;
  text-decoration: underline;
  color: #422f62;
}
.order_product_table_top_link a:hover {
  color: #b5e34b;
}
.order_authorization_body {
  padding: 20px;
}
.nav-item__form_popup {
  width: 50%;
}
.nav-link_popup {
  padding: 15px 20px;
  width: 100%;
}
.block__form_auth_popup {
  width: 100%;
}
.form_erorr {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: #fbfbfb;
  padding: 11px 15px;
  background: #f6516d;
  border-radius: 15px;
  margin-bottom: 20px;
}

.order_delivery_btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.order_delivery_block {
  padding: 20px;
}
.order_delivery_btns_prev {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #422f62;
  background: #dbd7ea;
  border-radius: 15px;
  padding: 18px 55px;
  display: inline-block;
  text-align: center;
}
.order_delivery_btns_next {
  background: #b5e34b;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #422f62;
  border-radius: 15px;
  padding: 18px 55px;
  display: inline-block;
  text-align: center;
}
.order_delivery_btns_next:hover {
  background: #422f62;
  color: #fff;
}
.order_delivery_btns_prev:hover {
  background: #422f62;
  color: #fff;
}
.form_attenton {
  background: #fcedcf;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 20px;
}
.form_attenton_title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  color: #422f62;
  margin-bottom: 6px;
}
.form_attenton_text {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5;
  color: #422f62;
}
.form_delivery_lbl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.form_delivery_image {
}
.form_delivery_pic {
  width: 100px;
  height: 48px;
  object-fit: cover;
  margin-bottom: 6px;
}
.form_delivery_cost {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  color: #422f62;
}
.form_delivery_label:hover {
  text-decoration: none;
}
.form_delivery_txt {
}
.delivery_checkbox_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
}
.order_delivery_form {
  margin-bottom: 30px;
}
.delivery_selected {
  background: #dbd7ea;
  border: 1px solid #c4e1e7;
  border-radius: 15px;
  padding: 10px 7px;
  text-align: center;
}
.delivery_selected_title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 159%;
  text-align: center;
  color: #422f62;
  margin-bottom: 18px;
}
.delivery_selected_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: underline;
  color: #422f62;
  display: inline-block;
  margin-top: 22px;
}
.delivery_selected_img {
  width: 100px;
  height: 48px;
  object-fit: cover;
  margin-bottom: 6px;
  border-radius: 8px;
}

.contacts_page {
  padding-bottom: 0;
}
.contacts_logo {
  max-width: 100px;
  margin-bottom: 12px;
}
.contacts_text_left {
  width: 60%;
}
.contacts_text_requsites {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 124.69%;
  color: #422f62;
}
.contacts_map {
  margin-top: 36px;
  position: relative;
}
.contacts_map_info {
  background: #fbfbfb;
  box-shadow: 0px 0px 32.4px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  position: absolute;
  padding: 33px;
  left: 16%;
  top: 20%;
}
.contacts_map_item {
  margin-bottom: 23px;
}
.contacts_map_title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #422f62;
}
.contacts_map_text {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  color: #422f62;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.contacts_map_text a {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  color: #422f62;
}
.contacts_map_text a:hover {
  color: #b5e34b;
}

.about_company_image {
  text-align: center;
}
.about_company_img {
  border-radius: 20px;
  width: 100%;
}

.customer__tabs {
  gap: 10px;
}
.customer__tabs_item {
}
.customer__tabs_link {
  padding: 10px 10px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #5b497a;
  background: #dbd7ea !important;
  border: 1px solid #422f62 !important;
  border-radius: 15px !important;
  width: 100%;
}
.customer__tabs_link.active {
  border: 1px solid #422f62;
  color: #fff !important;
  background: #422f62 !important;
}
.customer__tabs_link:hover {
  border: 1px solid #422f62;
  color: #fff !important;
  background: #422f62 !important;
}
.customer__tabs_text {
  padding: 0 0 0 50px;
}
.feedback_carousel .prev_link.next {
  right: -3%;
  position: absolute;
  top: 46%;
}
.feedback_carousel .prev_link.prev {
  left: -3%;
  position: absolute;
  top: 46%;
}
.feedback_item_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.feedback_item {
  background: #dbd7ea;
  border-radius: 15px;
  padding: 20px;
  margin: 15px;
}
.feedback_item__stars {
}
.feedback_item__name {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 183%;
  margin-bottom: 13px;
  color: #422f62;
}
.feedback_item__name p {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 183%;
  color: #422f62;
}
.feedback_item__text {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 183%;
  margin-bottom: 24px;
  color: #422f62;
}
.feedback_item__photos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.feedback_item__photos_img {
  border-radius: 5px;
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.feedback_item__stars {
  height: 21px;
  background-repeat: no-repeat;
  width: 137px;
  display: block;
}
.stars_1 {
  background-image: url(/img/stars1.png);
}
.stars_2 {
  background-image: url(/img/stars2.png);
}
.stars_3 {
  background-image: url(/img/stars3.png);
}
.stars_4 {
  background-image: url(/img/stars4.png);
}
.stars_5 {
  background-image: url(/img/stars5.png);
}
.feedback_form {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #422f62;
  border: 1px solid #422f62;
  border-radius: 15px;
  text-align: center;
  padding: 17px 38px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 60px;
}
.feedback_form:hover {
  background: #422f62;
  color: #fff;
  cursor: pointer;
}
.feedback_item__photos_last {
  position: relative;
}
.feedback_item__photos_more {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/img/more_photo.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
  cursor: pointer;
  border-radius: 5px;
  background-color: rgba(251, 251, 251, 0.44);
  backdrop-filter: blur(4.2px);
}
.modal_title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #422f62;
}
.modal-header {
  border: 0;
}

.main_banner__item {
  height: 454px;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}
.main_banner__info {
  padding: 50px 36px;
  width: 55%;
}
.main_banner__title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 50.9799px;
  line-height: 63px;
  margin-bottom: 54px;
  color: #422f62;
}
.main_banner__btn {
}
.main_banner__link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  padding: 17px;
  border: 1px solid #422f62;
  border-radius: 15px;
  text-align: center;
  background-color: #422f62;
}
.main_banner__link:hover {
  background: #b5e34b;
  color: #422f62;
  border: 1px solid #b5e34b;
  cursor: pointer;
}
.slick-dots li button:before {
  font-size: 10px;
  color: #fff;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #422f62;
}
.slick-dots {
  bottom: 5px;
}

.main_advantages {
  padding-top: 0;
}
.main_advantages_block {
  background: #b5e34b;
  padding: 60px;
  border-radius: 15px;
}
.main_adv_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.main_adv_image {
  background: #dbd7ea;
  border-radius: 50px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main_adv_icon {
  width: 44px;
  height: 44px;
}
.main_adv_title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #422f62;
}

.main_catalog_item_img {
  height: 450px;
}

.main_video_link {
  position: relative;
  display: block;
  border-radius: 15px;
}
.main_video_item {
  border-radius: 15px;
  height: 100%;
  min-height: 485px;
}
.main_video_item iframe {
  border-radius: 15px;
  height: 100%;
}
.main_video_img {
  border-radius: 15px;
  width: 100%;
  height: 470px;
  object-fit: cover;
}
.main_video_icon {
  width: 128px;
  height: 128px;
  position: absolute;
  z-index: 2;
  bottom: 38%;
  left: 43%;
  right: 0;
  background-image: url(/img/main_video_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}
.main_video_link:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.main_small_banner {
  background-image: url(/img/main_small_banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 20px;
  border-radius: 15px;
}
.main_small_banner__link {
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
  align-items: flex-start;
}
.main_small_banner__title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 67.75px;
  line-height: 84px;
  color: #fbfbfb;
  word-break: break-all;
  width: 68%;
}
.main_small_banner__btn {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #422f62;
  padding: 17px 40px;
  background: #b5e34b;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
}
.main_small_banner__btn:hover {
  color: #fff;
}
.main_small_banner:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.main_about {
  background: #dbd7ea;
  margin: 60px 0;
}
.main_about__title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 29.8736px;
  line-height: 41px;
  color: #422f62;
  margin-bottom: 20px;
  width: 80%;
}
.main_about__text {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  color: #422f62;
}
.main_about__btn {
}
.main_about__link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #422f62;
  padding: 17px 33px;
  background: #b5e34b;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
}
.main_about__link:hover {
  background: #422f62;
  color: #fff;
}

.main_razdel_product_item {
  margin: 10px;
}
.main_products_carousel .prev_link.next {
  right: -3%;
  position: absolute;
  top: 46%;
}
.main_products_carousel .prev_link.prev {
  left: -3%;
  position: absolute;
  top: 46%;
}

.main_list_products__btn {
  margin-top: 60px;
}
.main_list_products__link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #422f62;
  background: #b5e34b;
  border-radius: 15px;
  padding: 17px 30px;
  display: inline-block;
}
.main_list_products__link:hover {
  background: #422f62;
  color: #fff;
}
.popup_cart {
  background: #fbfbfb;
  box-shadow: 0px 0px 32.4px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  width: 450px;
}
.popup_cart_link {
}
.popup_cart_img {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  object-fit: cover;
}
.popup_cart_title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 12px;
  color: #422f62;
  margin-bottom: 9px;
}
.popup_cart_title_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 12px;
  color: #422f62;
}
.popup_cart_sizes {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  color: #95a8b3;
  margin-bottom: 25px;
}
.popup_cart_sizes_value {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  color: #422f62;
}
.popup_cart_count {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  color: #422f62;
}
.popup_cart_count_value {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  color: #422f62;
}
.popup_cart_sum {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 12px;
  text-align: center;
  color: #422f62;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;
  height: 100%;
}
.popup_cart_item {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
}
.popup_cart_item:first-child {
  padding-top: 20px;
}
.popup_cart_item:last-child {
  border-bottom: 0;
}
.popup_cart_info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popup_cart_summary {
  padding: 13px 20px;
  background: #dbd7ea;
  margin-top: 20px;
}
.popup_cart_summary_title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  color: #422f62;
}
.popup_cart_summary_value {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  text-align: right;
  color: #422f62;
}
.popup_cart_bottom_btn {
  padding: 20px 20px;
}
.popup_cart_bottom_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 12px;
  text-align: right;
  padding: 20px;
  display: inline-block;
  color: #fbfbfb;
  background: #422f62;
  border-radius: 15px;
}
.popup_cart_bottom_link:hover {
  background: #b5e34b;
  color: #422f62;
}
.props_list td {
  vertical-align: top;
}
.sale_page .articles-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.sale_page .articles-list .item {
  background: #dbd7ea;
  border-radius: 15px;
  width: 22.6%;
}
.sale_page .articles-list .left-data img {
  width: 100%;
  height: 200px;
  border-radius: 15px 15px 0 0;
  object-fit: cover;
}
.sale_page .articles-list .right-data {
  padding: 15px;
}
.sale_page .articles-list .right-data .item-title a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  margin-top: 10px;
}
.top_menu {
}
.top_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 13px;
  flex-direction: row;
}
.top_menu ul li {
  margin: 0;
  padding: 0;
}
.top_menu ul li a {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #422f62;
}
.top_menu ul li a:hover {
  color: #000;
}
.header_top_btn {
  background: #b5e34b;
  border-radius: 10px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 15px;
  color: #422f62;
  cursor: pointer;
}
.header_top_btn:hover {
  background: #422f62;
  color: #b5e34b;
}
.product_advant {
  margin-top: 25px;
}
.product_advant .product_advant__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.product_advant .product_advant__item .product_advant__item_img {
  background: #dbd7ea;
  border-radius: 50px;
  padding: 10px;
}
.product_advant .product_advant__item span {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #422f62;
}
.error_404 img {
  width: 50%;
}
.error_404 p {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #422f62;
}
.error_404 .error_404_btn {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #422f62;
  background: #b5e34b;
  border: 1px solid #422f62;
  border-radius: 15px;
  padding: 8px 15px;
  display: inline-block;
  margin-top: 15px;
}
.error_404 .error_404_btn:hover {
  color: #b5e34b;
  background: #422f62;
  border: 1px solid #422f62;
}
.about_company_text {
  background: #dbd7ea;
  border-radius: 15px;
  padding: 25px 40px;
}
.about_company_text p {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 192%;
  color: #422f62;
}
.about_company_text ul li {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 192%;
  color: #422f62;
}
.about_page h2 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  color: #422f62;
}
.about_page h1 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  color: #422f62;
}
.about_company_image_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 36px;
}
.about_company_text_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 36px;
}
.about_page .product_advant {
  background: #b5e34b;
  border-radius: 15px;
  padding: 40px 50px;
  margin-top: 0;
}
.main_about_vanza .main_about_vanza_block {
  background-image: url(/local/templates/aspro_optimus/new_des/img/main_about_vanza-1.jpg);
  padding: 76px 25px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}
.main_about_vanza .main_about_vanza__text {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #404040;
  margin-bottom: 42px;
}
.main_about_vanza .main_about_vanza__btn {
}
.main_about_vanza .main_about_vanza__btn a {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  color: #bfbfbf;
  padding: 16px 47px;
  background: #5b497a;
  border-radius: 15px;
  display: inline-block;
}
.main_about_vanza .main_about_vanza__btn a:hover {
  color: #b5e34b;
  background: #422f62;
}
.vanza_main_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.vanza_main_title .vanza_h2 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: #422f62;
  text-transform: uppercase;
}
.vanza_main_title .vanza_main_link {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #422f62;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.vanza_main_title .vanza_main_link:after {
  content: url(/local/templates/aspro_optimus/new_des/img/link.svg);
}
.vanza_main_title .vanza_main_link:hover {
  color: #b5e34b;
}
.vanza_main_title .vanza_main_link:hover:after {
  content: url(/local/templates/aspro_optimus/new_des/img/link_g.svg);
}
.catalog_block .prev_link {
  background: none;
  border-radius: 0;
  width: auto;
  height: auto;
}
.catalog_block .prev_link.next {
  right: 0;
  position: absolute;
  top: -20px;
}
.catalog_block .prev_link.prev {
  left: 92%;
  position: absolute;
  top: -20px;
}
.catalog_block .prev_link:hover {
  background: none;
  border-radius: 0;
  opacity: 0.8;
}
.cart_page h1 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #422f62;
}
.block_tg a {
  text-decoration: underline;
  font-weight: 600;
}
.title-search-result {
  padding: 5px;
}
.title-search-result td {
  padding: 5px;
}
.title-search-result .item-text {
  line-height: 1.1;
  font-size: 13px;
}
.title-search-result .price {
  line-height: 1.1;
  font-size: 13px;
  margin-top: 5px;
}
