@charset "UTF-8";
.icon {
  fill: #000;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.icon_question {
  stroke: #000;
}

.icon_whatsapp, .icon_facebook, .icon_vk, .icon_telegram, .icon_inst {
  fill: #6d6d6d;
}

.icon_cart, .icon_booking, .icon_mouse, .icon_arrows, .icon_user, .icon_close, .icon_slider, .icon_playbutton {
  stroke: #000;
  fill: none;
}

.icon_check, .icon_heart {
  fill: #000;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

button {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

.container {
  max-width: 1140px;
  padding: 0 30px;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 1140px;
  }
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 1140px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}

header {
  padding-top: 30px;
}

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

a:hover {
  color: initial;
}

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

.head_top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000000;
}

.search_input {
  border: none;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 165%;
  color: #000000;
  width: 340px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
}

.search_input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.search_input::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  opacity: 1;
  line-height: 165%;
  color: #000000;
}

.search_input:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  opacity: 1;
  line-height: 165%;
  color: #000000;
}

.search_input::-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  opacity: 1;
  line-height: 165%;
  color: #000000;
}

.search_input::placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  opacity: 1;
  line-height: 165%;
  color: #000000;
}

.search button {
  padding-left: 10px;
  height: 32px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search button img {
  width: 100%;
}

.contacts ul {
  padding-left: 84px;
  margin: 0;
}

.contacts ul li {
  list-style: none;
  text-align: right;
}

.contacts ul li a,
.contacts ul li span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 165%;
  color: #000000;
  text-decoration: none;
}

.contacts ul li {
  font-weight: 400;
}

.nav_mobile {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .nav_mobile {
    min-width: 360px;
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .nav_mobile {
    background: #ffffff;
    padding: 50px 10px 40px 45px;
    position: fixed;
    top: 0;
    left: -200%;
    z-index: 100;
    -webkit-box-shadow: 9px 4px 13px rgba(0, 0, 0, 0.25);
            box-shadow: 9px 4px 13px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.55s ease-in-out;
    -o-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
  }
}

.nav_mobile.active {
  left: 0;
}

.nav_mobile_phone a {
  font-weight: 600;
}

.nav_mobile_phone a:hover {
  color: #431313;
}

.btn_close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 17px;
  height: 17px;
}

.btn_close:hover .icon_close {
  stroke: #431313;
}

.nav_list {
  padding: 0;
  margin: 0;
  display: block;
}

@media screen and (min-width: 992px) {
  .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav_list_dropdown {
  padding: 30px;
  border-radius: 0;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  z-index: 20;
  background: #ffffff;
  margin-top: 1px;
  display: none;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.nav_list_dropdown_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.nav_list_dropdown_item a {
  font-size: 13px;
  line-height: 10px;
  text-transform: uppercase;
  padding: 10px 0;
  position: relative;
}

.nav_list_dropdown_item a::after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #431313;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  opacity: 0;
}

.nav_list_dropdown_item:hover a {
  color: #431313;
}

.nav_list_dropdown_item:hover a::after {
  bottom: 10px;
  opacity: 1;
}

.nav_list_dropdown img {
  display: inline-block;
  width: 13px;
  height: 13px;
}

.nav_list li {
  display: block;
  margin-bottom: 20px;
}

.nav_list li.active a {
  color: #431313;
}

.nav_list li.active a::after {
  bottom: 10px;
  opacity: 1;
}

.nav_list li:hover > a {
  color: #431313;
}

.nav_list li:hover > a::after {
  bottom: 10px;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .nav_list li:hover .nav_list_dropdown {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .nav_list li {
    margin-bottom: 0;
  }
  .nav_list li:not(:last-child) {
    padding-right: 30px;
  }
}

.nav_list > li > a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 165%;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 12px 0;
}

.nav_list > li > a::after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #431313;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  opacity: 0;
}

.usr_menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.usr_menu .usr_menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-left: 20px;
  text-decoration: none;
}

.usr_menu .usr_menu_item sub {
  font-size: 14px;
}

.usr_menu .usr_menu_item:first-child {
  display: none;
}

@media screen and (min-width: 992px) {
  .usr_menu .usr_menu_item:first-child {
    display: inline-block;
  }
}

.usr_menu .usr_menu_item:hover .icon_cart, .usr_menu .usr_menu_item:hover .icon_arrows {
  stroke: #431313;
}

.usr_menu .usr_menu_item:hover .icon_heart {
  fill: #431313;
}

.usr_menu .usr_menu_item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.usr_menu .usr_menu_item a span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 165%;
  /* identical to box height, or 23px */
  color: #000000;
}

.nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 47px;
}

.line_border {
  margin-top: 30px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "»");
  padding-right: 3px;
}

.breadcrumb-item a,
.breadcrumb-item,
.breadcrumb-item.active {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 165%;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 3px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 3px;
}

.breadcrumb {
  margin: 30px 0 50px;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    margin: 40px 0 60px;
  }
}

.collapse_inf {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.collapse_inf img {
  margin-left: 10px;
  position: relative;
  top: 0;
}

@media screen and (min-width: 480px) {
  .collapse_inf img {
    margin-left: 22px;
  }
}

.info_list {
  margin: 0;
  padding: 0;
}

.info_list_item {
  list-style: none;
  margin-bottom: 14px;
}

.info_list_item p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0;
  min-width: 176px;
}

.info_list_item span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.info_list_item span:not(:last-child) {
  margin-right: 25px;
}

.price_el {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  position: relative;
  margin: 0;
}

.sale_price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13.9286px;
  line-height: 14px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #000000;
  text-decoration: line-through;
}

.price_block {
  margin-bottom: 46px;
}

.price_block .price_text {
  font-weight: 600;
  margin-bottom: 0;
}

.mobile_hide {
  display: none;
}

@media screen and (min-width: 768px) {
  .mobile_hide {
    display: block;
  }
}

.mobile_show {
  display: block;
}

@media screen and (min-width: 768px) {
  .mobile_show {
    display: none;
  }
}

.image_product {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.image_product img {
  display: block;
  max-width: 100%;
  margin: auto;
  cursor: pointer;
}

.name_product {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 165%;
  color: #000000;
  margin-bottom: 18px;
}

.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.action_items {
  width: 49%;
  margin-bottom: 10px;
}

.action_items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 14px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 576px) {
  .action_items.none_border a {
    border: none;
  }
}

.collapse_block {
  margin-bottom: 40px;
}

.collapse_block .description,
.collapse_block .availability,
.collapse_block .documentation,
.info_list {
  padding: 44px 0 0px;
}

.description p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.availability_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 14px 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.availability_item p {
  margin: 0;
  max-width: 220px;
}

.availability_item img {
  margin-right: 16px;
  position: relative;
  top: 0;
}

.availability_item span {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.documentation_item {
  height: 38px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  background: #431313;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.documentation_item:hover {
  color: #ffffff;
}

.type_share .sex {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 165%;
  color: #ffffff;
  background: #431313;
  padding: 2px 11px 0px;
}

.type_share .share a {
  margin-left: 13px;
}

.type_share .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.share_btn {
  margin-left: 10px;
  cursor: pointer;
}

.type_share {
  margin: 24px 0 0;
}

.benefits_list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .benefits_list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px 0 13px;
  }
}

.benefits_list li {
  list-style: none;
  margin: 0;
}

.benefits {
  background: #f8f8f8;
  margin: 90px 0 30px;
}

.benefits_items {
  position: relative;
  cursor: pointer;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .benefits_items {
    padding: 20px 0;
  }
}

.benefits_items_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.benefits_items_content p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  color: #000000;
  max-width: 160px;
}

.benefits_items_content svg {
  height: 25px;
}

@media screen and (min-width: 768px) {
  .benefits_items_content svg {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .benefits_items_content svg {
    height: auto;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.benefits_item_des {
  display: none;
}

.benefits_list li {
  position: relative;
}

.benefits_list li:hover .benefits_item_des {
  display: block;
  position: absolute;
  width: 200px;
  top: auto;
  bottom: auto;
}

@media screen and (min-width: 350px) {
  .benefits_list li:hover .benefits_item_des {
    width: 280px;
  }
}

.benefits_item_des_content {
  background: #ffffff;
  width: 100%;
  display: block;
  padding: 15px 10px;
  position: relative;
  border: 1px solid #000000;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  z-index: 9;
  color: #000000;
}

.benefits_item_des_content a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 9px;
  line-height: 12px;
  color: #000000;
}

.benefits_item_des_content:before {
  content: '';
  position: absolute;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 8px 4.5px;
  border-color: transparent transparent #000000 transparent;
}

.benefits_item_des_content:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 8px 4.5px;
  border-color: transparent transparent #ffffff transparent;
}

.benefits_item_des_content.first:before,
.benefits_item_des_content.first:after {
  left: 10px;
}

@media screen and (min-width: 768px) {
  .benefits_item_des_content.first:before,
  .benefits_item_des_content.first:after {
    left: 45px;
  }
}

.benefits_item_des_content.second:before,
.benefits_item_des_content.second:after {
  left: 10px;
}

@media screen and (min-width: 768px) {
  .benefits_item_des_content.second:before,
  .benefits_item_des_content.second:after {
    left: 30px;
  }
}

.benefits_item_des_content.third:before,
.benefits_item_des_content.third:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.benefits_item_des_content.fourth:before,
.benefits_item_des_content.fourth:after {
  right: 10px;
}

@media screen and (min-width: 768px) {
  .benefits_item_des_content.fourth:before,
  .benefits_item_des_content.fourth:after {
    right: 30px;
  }
}

.benefits_item_des_content.fifth:before,
.benefits_item_des_content.fifth:after {
  right: 10px;
}

@media screen and (min-width: 768px) {
  .benefits_item_des_content.fifth:before,
  .benefits_item_des_content.fifth:after {
    right: 33px;
  }
}

.benefits_item_des.first {
  left: 0;
}

.benefits_item_des.second {
  left: 0;
}

.benefits_item_des.third {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.benefits_item_des.fourth {
  right: 0;
}

@media screen and (min-width: 768px) {
  .benefits_item_des.fourth {
    right: 50px;
  }
}

.benefits_item_des.fifth {
  right: 0;
}

@media screen and (min-width: 768px) {
  .benefits_item_des.fifth {
    right: 50px;
  }
}

.slider_item {
  width: 100%;
}

.slider_item_title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  text-align: center;
  margin-top: 17px;
}

.slider_item p.price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-align: center;
  margin: 4px 0 16px;
}

.slider_item .more_link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 148px;
  margin: 0 auto;
  cursor: pointer;
  background: #431313;
  display: block;
  text-align: center;
  height: 0;
  padding: 0;
}

.owl-carousel.adviсes .slider_item img {
  width: 140px;
  margin: auto;
}

.owl-carousel .owl-stage-outer {
  padding-top: 46px;
}

.owl-carousel.adviсes .owl-nav button.owl-next,
.owl-carousel.adviсes .owl-nav button.owl-prev {
  position: absolute;
  top: 200px;
  background: #ffffff;
}

.owl-carousel.adviсes .owl-nav button.owl-next {
  right: -40px;
}

.owl-carousel.adviсes .owl-nav button.owl-prev {
  left: -40px;
}

.tab-content .tab-pane {
  text-align: center;
  padding: 0 50px;
}

@media screen and (min-width: 1300px) {
  .tab-content .tab-pane {
    padding: 0;
  }
}

.slider_item {
  padding: 23px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_item:hover {
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slider_item:hover .more_link {
  height: auto;
  padding: 7px 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

.nav.nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
}

.nav-pills .nav-link.active {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000000;
  background: none;
  position: relative;
}

.nav-pills .nav-link.active:before {
  width: 50%;
  height: 1px;
  background: #000000;
  content: '';
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nav-pills .nav-item {
  margin-bottom: 10px;
}

@media screen and (min-width: 576px) {
  .nav-pills .nav-item {
    margin-bottom: 0;
  }
}

.adviсe {
  padding-top: 60px;
  min-height: 800px;
}

.footer_title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 165%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer_list {
  padding: 0;
  margin: 0;
}

.footer_list li {
  margin-bottom: 8px;
  list-style: none;
  font-size: 14px;
  line-height: 165%;
  color: #ffffff;
}

.footer_list li svg {
  fill: #ffffff;
}

.footer_list li:hover a {
  color: inherit;
}

.footer_list li:hover .footer_link::after,
.footer_list li:hover .footer_link--social span::after {
  bottom: -2px;
  opacity: 1;
}

.footer_link,
.footer_link--social span {
  position: relative;
}

.footer_link::after,
.footer_link--social span::after {
  content: '';
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.footer_about {
  max-width: 200px;
}

.footer_about p {
  font-size: 10px;
}

.footer_cont {
  margin-bottom: 74px;
}

@media screen and (min-width: 992px) {
  .footer_cont {
    margin-bottom: 0;
  }
}

footer {
  padding: 65px 0 40px;
  background: #431313;
  color: #ffffff;
}

.footer_bot {
  margin-top: 240px;
}

ul.yandex {
  margin: 0;
  padding: 0;
  display: block;
  float: right;
}

ul.yandex li {
  display: inline-block;
  margin-right: 10px;
}

ul.yandex li:first-child {
  margin-right: 25px;
}

ul.yandex li:last-child {
  margin-right: 0;
}

.footer_bot p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 165%;
  margin-top: 27px;
}

.conf {
  margin-top: 35px;
}

.conf a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 165%;
  color: #ffffff;
}

.logo_mobile {
  width: 200px;
}

.pp_block {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: -100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pp_card {
  width: 543px;
  background: #ffffff;
  position: relative;
  display: block;
  padding: 38px 52px;
  -webkit-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.pp_card .pp_button {
  margin-bottom: 23px;
}

.pp_card .pp_form_item {
  margin-bottom: 23px;
}

.pp_form_item {
  width: 100%;
  padding: 13px 20px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  border: 1px solid #431313;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1), inset -2px 8px 6px -7px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1), inset -2px 8px 6px -7px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.5px;
  font-weight: 300;
}

.pp_form_item::-webkit-input-placeholder {
  font-weight: 300;
}

.pp_form_item:-moz-placeholder {
  font-weight: 300;
}

.pp_form_item::-moz-placeholder {
  font-weight: 300;
}

.pp_form_item:-ms-input-placeholder {
  font-weight: 300;
}

.pp_button {
  width: 100%;
  display: inline-block;
  background: #431313;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  padding: 13px 20px;
  text-align: center;
  border: 1px solid #431313;
  max-height: 50px;
  -webkit-box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1), inset 6px 7px 14px -7px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1), inset 6px 7px 14px -7px rgba(0, 0, 0, 0.25);
}

.pp_button:hover {
  color: #ffffff;
}

.pp_button:disabled {
  background: rgba(67, 19, 19, 0.4);
  border: 1px solid transparent;
}

.form_body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.form_block h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 30px;
}

.pp_form_item:focus {
  border: 2px solid #431313;
  border-radius: 0;
}

.pp_agree_text {
  font-size: 10px;
  line-height: 14px;
  display: block;
}

.pp_agree_text a {
  font-weight: 600;
  text-decoration: underline;
  color: inherit;
}

.pp_agree_text a:hover {
  color: #431313;
}

.share_btn {
  position: relative;
}

.share_list {
  position: absolute;
  top: 42px;
  left: 0;
  padding: 10px 7px;
  border: 1px solid #000000;
  margin: 0;
  display: none;
}

.share_list.active {
  display: block;
}

.share_list_item {
  list-style: none;
}

.share_list_item:not(:last-child) {
  margin-bottom: 20px;
}

.type_share .share .share_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.type_share .share .share_list_item a:hover .icon,
.type_share .share .share_list_item a:focus .icon {
  fill: #431313;
}

.share_list:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 8px 4.5px;
  border-color: transparent transparent #000000 transparent;
}

.share_list:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 8px 4.5px;
  border-color: transparent transparent #ffffff transparent;
}

.question_btn {
  position: relative;
  cursor: pointer;
}

.question_btn:hover .icon_question {
  stroke: #431313;
}

.prompt {
  width: 150px;
  position: absolute;
  top: 40px;
  left: auto;
  right: 0;
  padding: 11px 7px;
  border: 1px solid #000000;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #000000;
  background: #ffffff;
  display: none;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.question_btn:hover .prompt {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.prompt:before {
  content: '';
  position: absolute;
  top: -8px;
  left: auto;
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 8px 4.5px;
  border-color: transparent transparent #000000 transparent;
}

.prompt:after {
  content: '';
  position: absolute;
  top: -6px;
  left: auto;
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 8px 4.5px;
  border-color: transparent transparent #ffffff transparent;
}

.action_items a:hover {
  color: #ffffff;
  background: #431313;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.action_items a:hover .icon_cart, .action_items a:hover .icon_booking, .action_items a:hover .icon_mouse {
  stroke: #ffffff;
}

.action_items a:hover .icon_check {
  fill: #ffffff;
}

@media screen and (min-width: 576px) {
  .action_items.none_border a {
    color: #000;
  }
}

@media screen and (min-width: 576px) {
  .action_items.none_border a:hover {
    color: #431313;
    background: transparent;
  }
}

.action_items.none_border a:hover .icon_heart {
  fill: #ffffff;
}

@media screen and (min-width: 576px) {
  .action_items.none_border a:hover .icon_heart {
    fill: #431313;
  }
}

.action_items.none_border a:hover .icon_arrows {
  stroke: #ffffff;
}

@media screen and (min-width: 576px) {
  .action_items.none_border a:hover .icon_arrows {
    stroke: #431313;
  }
}

.list_menu {
  background: #ffffff;
  padding: 12px 16px 7px;
  position: absolute;
  right: 0;
  top: 48px;
  z-index: 20;
  border: 1px solid #000;
  border-top: none;
  border-radius: 0;
}

.list_menu.show {
  top: -1px !important;
}

.list_menu ul {
  padding: 0;
  margin: 0;
}

.list_menu ul li {
  list-style: none;
  margin-bottom: 5px;
}

.list_menu ul li a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  white-space: nowrap;
}

.list_menu ul li a:hover {
  color: #431313;
}

.op_p_r {
  position: relative;
  height: 100%;
  width: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.close_menu {
  position: absolute;
  right: 8px;
  top: 0;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.open_menu {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.open_menu.show {
  background: #431313;
}

.open_menu.show i {
  background: #431313;
}

.open_menu.show .icon_user {
  stroke: #ffffff;
}

.open_menu.show i::before,
.open_menu.show i::after {
  background: #ffffff;
  opacity: 1;
}

.open_menu.show i::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open_menu.show i::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.open_menu i,
.open_menu i::before,
.open_menu i::after {
  display: block;
  width: 13px;
  height: 1px;
  background: #000;
}

.open_menu i {
  position: relative;
}

.open_menu i::before, .open_menu i::after {
  content: '';
  position: absolute;
  left: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.open_menu i::before {
  top: -6px;
}

.open_menu i::after {
  bottom: -6px;
}

input,
textarea {
  font-family: "Open Sans", sans-serif;
  outline: none;
  background: transparent;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300px;
  color: #000;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  opacity: 0.4;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300px;
  color: #000;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  opacity: 0.4;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300px;
  color: #000;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  opacity: 0.4;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300px;
  color: #000;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  opacity: 0.4;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

button {
  font-family: "Open Sans", sans-serif;
}

.product__carousel {
  display: block;
  width: 100%;
  margin: 1em auto 3em;
}

.product__item {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
}

.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}

.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  cursor: pointer;
}

.product__carousel .gallery-thumbs .swiper-slide:hover .product__item, .product__carousel .gallery-thumbs .swiper-slide:focus .product__item {
  border: 1px solid #431313;
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #000;
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .product__item {
  border: 1px solid #431313;
}

.product__carousel .gallery-thumbs .swiper-slide img {
  max-width: 48px;
  height: auto;
}

@media screen and (min-width: 1200px) {
  .product__carousel .gallery-thumbs .swiper-slide img {
    max-width: 48px;
    height: auto;
  }
}

.product__carousel .gallery-top,
.product__carousel .gallery-thumbs {
  height: auto !important;
}

.product__carousel .gallery-top {
  margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .product__carousel .gallery-top {
    margin-bottom: 20px;
  }
}

.gallery-thumbs img {
  width: 100px;
}

.menu_btn {
  width: 20px;
  height: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .menu_btn {
    display: none;
  }
}

.menu_btn img {
  width: 100%;
}

@media (max-width: 1202px) {
  .search_input {
    width: 204px;
  }
  .contacts ul {
    padding-left: 53px;
    margin: 0;
  }
  .logo {
    width: 200px;
  }
}

@media (max-width: 992px) {
  .actions {
    display: block;
  }
  .action_items {
    width: 100%;
  }
  .info_list_item p,
  .info_list_item span {
    font-size: 15px;
  }
  .benefits_items_content {
    display: block;
  }
  .benefits_items_content img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .benefits_items_content p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin: 0;
    max-width: 160px;
  }
  .nav-pills .nav-link.active {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-transform: uppercase;
    color: #000000;
  }
  .nav-pills .nav-link {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    text-transform: uppercase;
    color: #000000;
  }
  .footer_bot {
    margin-top: 90px;
  }
  .footer_list li a {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 165%;
  }
  .footer_title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 165%;
  }
  .conf {
    display: none;
  }
  .type_share.actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .prompt:before,
  .prompt:after {
    right: 7px;
  }
  .pp_card {
    width: 92%;
    background: #ffffff;
    position: relative;
    display: block;
    padding: 38px 33px;
    margin: 80px auto 0;
  }
  .head_top_right {
    width: 100%;
  }
  .contacts {
    width: 100%;
  }
  .contacts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 34px;
  }
  .head_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search {
    display: none;
  }
  .search_input {
    display: none;
  }
  .benefits_items_content p {
    display: none;
  }
  .benefits_items_content img {
    display: block;
    margin: auto;
  }
  ul.yandex {
    display: none;
  }
  .footer_bot {
    margin-top: 20px;
  }
}

@media (max-width: 450px) {
  .nav.nav-pills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-pills .nav-link.active {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
  }
  .nav-pills .nav-link.active {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    background: none;
    position: relative;
  }
  .slider_item .more_link {
    height: auto;
    padding: 7px 14px;
    color: #ffffff;
  }
}

.auth {
  padding: 70px 0 170px;
}

@media screen and (min-width: 480px) {
  .auth_block {
    max-width: 340px;
  }
}

.card {
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
  background: transparent;
}

@media screen and (min-width: 576px) {
  .card {
    padding: 0 15px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 0;
  }
}

.card-group, .card-body, .card-footer {
  padding: 0;
  border: none;
  background-color: transparent;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .card-group {
    margin: 0 -15px;
  }
}

.card-group .card:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (min-width: 576px) {
  .card-group .card:not(:last-child) {
    margin-bottom: 0;
  }
}

.forget_link {
  font-size: 12px;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.forget_link:hover {
  color: #431313;
}

.input_block {
  font-size: 12px;
}

.input_block input {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.input_block input::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 24px;
}

.input_block input:-moz-placeholder {
  font-size: 12px;
  line-height: 24px;
}

.input_block input::-moz-placeholder {
  font-size: 12px;
  line-height: 24px;
}

.input_block input:-ms-input-placeholder {
  font-size: 12px;
  line-height: 24px;
}

.input_block label {
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.input_block label span {
  padding-left: 20px;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 576px) {
  .input_block label span {
    padding-left: 0;
  }
}

.input_block label.required {
  position: relative;
}

.input_block label.required::before {
  content: '*';
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 20px;
  color: #ff0000;
}

@media screen and (min-width: 576px) {
  .input_block label.required::before {
    top: 35px;
    left: -17px;
  }
}

.input_block .pp_button {
  font-size: 12px;
}

.input_question {
  position: relative;
}

.input_question .question_btn {
  background: #431313;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 576px) {
  .input_question .question_btn {
    position: absolute;
    right: -35px;
    top: 30px;
  }
}

.input_question .prompt {
  min-width: 300px;
  top: 30px;
}

@media screen and (max-width: 576px) {
  .input_question .prompt {
    left: 0;
  }
}

.input_question .prompt::before, .input_question .prompt:after {
  left: 5px;
}

@media screen and (min-width: 576px) {
  .input_question .prompt::before, .input_question .prompt:after {
    left: auto;
    right: 5px;
  }
}

.calendar {
  position: absolute;
  right: 15px;
  top: 32px;
  z-index: 3;
  cursor: pointer;
}

.datepicker-top-right, .datepicker-top-left {
  border-top-color: #431313;
}

.datepicker-top-right::before, .datepicker-top-left::before {
  border-bottom-color: #431313;
}

.datepicker-panel > ul > li.highlighted,
.datepicker-panel > ul > li:hover,
.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgba(67, 19, 19, 0.3);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #431313;
  font-weight: 600;
}

.btn {
  width: 100%;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 13px 20px;
  text-align: center;
  max-height: 50px;
  -webkit-box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1), inset 6px 7px 14px -7px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1), inset 6px 7px 14px -7px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.btn_default {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #431313;
  background: transparent;
}

.btn_default:hover {
  background: #431313;
  color: #ffffff;
}

.btn_brand-color {
  background: #431313;
  border: 1px solid #431313;
  color: #ffffff;
}

.btn_brand-color:hover {
  color: #ffffff;
}

.btn_brand-color:disabled {
  background: rgba(67, 19, 19, 0.4);
  border: 1px solid transparent;
}

.btn:disabled {
  opacity: 1;
}

.btn_success {
  background: #519e62;
  border: 1px solid #519e62;
  color: #ffffff;
}

.btn_lg {
  font-size: 16px;
  line-height: 22px;
}

.btn_sm {
  font-size: 12px;
}

.btn_copy i {
  width: 13px;
  height: 16px;
  border: 1px solid #000;
  display: block;
  position: absolute;
}

.btn_copy i:first-child {
  top: 15px;
  right: 20px;
}

.btn_copy i:last-child {
  top: 22px;
  right: 15px;
}

.btn_copy:hover i, .btn_copy:focus i {
  border: 1px solid #431313;
}

.signup {
  max-width: 520px;
  margin: 0 auto 170px;
}

.signup form {
  font-size: 12px;
  line-height: 14px;
}

@media screen and (min-width: 576px) {
  .signup_form_footer {
    max-width: 335px;
  }
}

.message {
  font-size: 12px;
  line-height: 14px;
}

.message_success {
  color: #519e62;
}

.message_danger {
  color: #ff0000;
}

.custom-select__dropdown {
  max-height: 225px;
  overflow-y: scroll;
  border-right: 1px solid #f1f1f1;
  margin-top: 2px;
}

.custom-select__option {
  padding: 15px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.custom-select__option--value {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  padding: 13px 20px;
  -webkit-box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1), inset -2px 8px 6px -7px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1), inset -2px 8px 6px -7px rgba(0, 0, 0, 0.25);
  border: 1px solid #431313;
  border-radius: 0;
  font-weight: 300;
}

.custom-select--active .custom-select__option--value {
  border-radius: 0;
  border-bottom: 1px solid #431313;
}

.checkbox_block {
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.checkbox_block input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox_block input:checked + label:after {
  display: block;
}

.checkbox_block label {
  text-transform: uppercase;
  position: relative;
  padding-left: 25px;
  font-size: 10px;
  line-height: 14px;
}

.checkbox_block label:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  top: 0;
  left: 0;
}

.checkbox_block label:after {
  content: '';
  position: absolute;
  background: url("../images/icons/check.svg");
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

.page_main .benefits {
  margin-bottom: 70px;
}

.page_main .hero {
  max-width: 1280px;
  margin: 0 auto 100px;
  position: relative;
}

.page_main .hero_img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_catalog {
  margin-bottom: 85px;
}

.page_shop {
  margin-bottom: 150px;
}

.code_number {
  position: relative;
  margin-bottom: 40px;
}

.code_number:not(:last-child) {
  margin-right: 20px;
}

.code_number input {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #000;
  width: 40px;
  height: 60px;
  border: 1px solid #431313;
  -webkit-box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1), inset -2px 8px 6px -7px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1), inset -2px 8px 6px -7px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.code_number i {
  position: absolute;
  top: auto;
  width: 20px;
  bottom: 10px;
  left: 10px;
  height: 1px;
  background: #000;
}

.confirm_card {
  background: #ffffff;
  position: relative;
  display: block;
  padding: 40px 30px 10px;
  width: auto;
  font-size: 12px;
  line-height: 14px;
}

.confirm_card_title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
}

.confirm_card_btn {
  font-size: 12px;
  line-height: 14px;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.confirm_card_text {
  letter-spacing: 0.5px;
}

.confirm_card_text_danger {
  color: #ff0000;
  margin-bottom: 12px;
}

.confirm_card_text_success {
  color: #519e62;
  text-decoration: none;
}

.text_danger {
  color: #ff0000;
}

.modal_phone_dialog {
  max-width: 330px;
}

.modal-body iframe {
  width: 100%;
}

label.error {
  color: #ff0000;
  margin-top: 5px;
  max-width: 300px;
}

.owl-carousel.adviсes .owl-nav button.owl-next,
.owl-carousel.adviсes .owl-nav button.owl-prev {
  background: transparent;
}

.owl-carousel.adviсes .owl-nav button.owl-next:hover .icon_slider, .owl-carousel.adviсes .owl-nav button.owl-next:focus .icon_slider,
.owl-carousel.adviсes .owl-nav button.owl-prev:hover .icon_slider,
.owl-carousel.adviсes .owl-nav button.owl-prev:focus .icon_slider {
  stroke: #431313;
}

.recovery_password {
  max-width: 520px;
  margin: 0 auto;
  padding: 50px 0 185px;
}

.recovery_password_btn_wrap {
  max-width: 340px;
}

.title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 85px;
  display: inline-block;
}

.title_block {
  text-align: center;
}

.title::after {
  content: '';
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  max-width: 107px;
  width: 80%;
  height: 1px;
  background: #000;
}

.title_md {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}

.carousel_section {
  margin-bottom: 90px;
}

.carousel_item {
  padding: 0 20px;
}

@media screen and (min-width: 576px) {
  .carousel_item:hover .carousel_card {
    border: 1px solid #431313;
  }
}

.carousel_item:hover img {
  -webkit-transform: scale(1.12);
      -ms-transform: scale(1.12);
          transform: scale(1.12);
}

@media screen and (min-width: 480px) {
  .carousel_item {
    padding: 0 10px;
  }
}

@media screen and (min-width: 1200px) {
  .carousel_item {
    padding: 0;
  }
}

.carousel_item .price {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}

.carousel_item_img {
  padding: 60px 0 20px;
  position: relative;
  display: block;
}

.carousel_item_img img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.carousel_item_img .discount {
  position: absolute;
  top: 0;
  left: 0;
}

.carousel_item_img .label {
  position: absolute;
  top: 35px;
  bottom: auto;
  left: 0;
  font-size: 10px;
  line-height: 10px;
  padding: 5px;
  color: #ffffff;
}

.carousel_item_img .label--danger {
  background: #dc1515;
}

.carousel_item_img .label--success {
  background: #33ad14;
}

.carousel_item_btn:not(:last-child) {
  margin-right: 15px;
}

@media screen and (min-width: 1200px) {
  .carousel_item_btn:not(:last-child) {
    margin-right: 25px;
  }
}

.carousel_item_icons {
  margin-bottom: 20px;
}

.carousel_item_icons svg {
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.carousel_item_icons svg.icon_cart:hover, .carousel_item_icons svg.icon_playbutton:hover, .carousel_item_icons svg.icon_arrows:hover {
  stroke: #431313;
}

.carousel_item_icons svg.icon_heart:hover {
  fill: #431313;
}

.carousel_item_content {
  font-size: 14px;
  line-height: 15px;
}

.carousel_item_content a {
  display: block;
}

.carousel_item_content h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 18px;
}

.carousel_item_content p {
  margin-bottom: 8px;
}

.carousel_card {
  max-width: 270px;
  margin: 0 auto;
  border: 1px solid transparent;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  padding: 10px;
  overflow: hidden;
}

.slick-arrow {
  width: 20px;
  height: 70px;
  z-index: 20;
}

.slick-arrow::before {
  display: none;
}

.slick-arrow:hover .icon_slider, .slick-arrow:focus .icon_slider {
  stroke: #431313;
}

.slick-prev {
  left: -15px;
}

@media screen and (min-width: 1200px) {
  .slick-prev {
    left: -40px;
  }
}

.slick-next {
  right: -15px;
}

@media screen and (min-width: 1200px) {
  .slick-next {
    right: -40px;
  }
}

.brand_col {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .brand_col {
    width: calc(100% / 4);
  }
}

@media screen and (min-width: 992px) {
  .brand_col {
    width: calc(100% / 5);
  }
}

.brand_item {
  width: 80%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

@media screen and (min-width: 576px) {
  .brand_item {
    width: 100%;
  }
}

.brand_item img {
  max-width: 100%;
}

.banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  -webkit-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  opacity: 0;
}

.sidebar.active {
  opacity: 1;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .sidebar {
    margin-bottom: 50px;
    max-width: 250px;
    min-width: 195px;
    position: static;
    width: auto;
    padding: 0;
    overflow-y: inherit;
    opacity: 1;
    z-index: 1;
    padding-right: 30px;
  }
  .sidebar img {
    max-width: 100%;
  }
}

.sidebar_button_group {
  position: fixed;
  bottom: 0;
  padding: 25px 50px;
  width: 100%;
  background: #f9f9f9;
  z-index: 120;
  -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
          transform: translateY(200%);
  -webkit-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
}

.sidebar_button_group.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .sidebar_button_group {
    margin-bottom: 50px;
    position: static;
    padding: 0;
    background: none;
    z-index: 1;
  }
}

.filter {
  padding: 50px;
  margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
  .filter {
    margin-bottom: 30px;
    padding: 0;
  }
}

.filter_checkbox {
  margin-bottom: 3px;
}

.filter_checkbox input {
  display: none;
}

.filter_checkbox input:checked + label::before {
  background: #431313;
}

.filter_checkbox label {
  position: relative;
  padding: 0 10px 0 20px;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
}

.filter_checkbox label .label_prompt {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.8px;
  padding: 5px 14px 5px 8px;
  border: 1px solid #431313;
  position: absolute;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  min-width: 200px;
  margin-left: 30px;
  z-index: 10;
  background: #ffffff;
}

.filter_checkbox label .label_prompt::before, .filter_checkbox label .label_prompt::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 9px 6.5px 0;
}

.filter_checkbox label .label_prompt::before {
  left: -10px;
  z-index: 1;
  border-color: transparent #431313 transparent transparent;
}

.filter_checkbox label .label_prompt::after {
  left: -9px;
  z-index: 2;
  border-color: transparent #ffffff transparent transparent;
}

.filter_checkbox label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 13px;
  height: 13px;
  border-radius: 0.428516px;
  border: 0.85703px solid #431313;
  background: #ffffff;
}

.filter_checkbox label::after {
  content: '';
  position: absolute;
  left: 1.5px;
  top: 5px;
  width: 10px;
  height: 9px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEwIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjEyOTM5IDQuNDM2OTFMNC4xNTA4OCA3LjM4MDI3TDguODc2MTggMS4xMDU0NyIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K");
}

.filter_slider_input {
  padding: 0 5px;
  text-align: center;
  border: 0.85705px solid #431313;
}

.filter_slider_input input {
  line-height: 40px;
  width: 100%;
  border: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #212529;
  text-align: center;
}

.filter_slider_input input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.filter_slider_input input:focus:-moz-placeholder {
  opacity: 0;
}

.filter_slider_input input:focus::-moz-placeholder {
  opacity: 0;
}

.filter_slider_input input:focus:-ms-input-placeholder {
  opacity: 0;
}

.filter_slider_input input::-webkit-input-placeholder {
  line-height: 40px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #212529;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.filter_slider_input input:-moz-placeholder {
  line-height: 40px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #212529;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.filter_slider_input input::-moz-placeholder {
  line-height: 40px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #212529;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.filter_slider_input input:-ms-input-placeholder {
  line-height: 40px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #212529;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.filter_close svg {
  stroke: #000;
}

.filter_open {
  font-size: 14px;
}

.filter_open svg {
  stroke: #000;
  vertical-align: middle;
}

.filter_open:hover, .filter_open:focus {
  color: #431313;
}

.filter_open:hover svg, .filter_open:focus svg {
  stroke: #431313;
}

.filter_header {
  background: #f9f9f9;
  padding: 10px;
}

.filter_header .dropdown-menu {
  background: #f2f2f2;
}

.filter_header .dropdown-menu svg {
  stroke: #000;
}

.filter_header .dropdown-menu li input:checked + label::after {
  background: #431313;
}

.filter_header .dropdown-menu li label {
  padding: 14px 45px;
}

.filter_header .dropdown-menu li label::before {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: transparent;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.filter_header .dropdown-menu li label::after {
  background: transparent;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.filter_btn {
  max-width: 195px;
}

.accordion-button {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  padding: 16px 0 18px;
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  color: #431313;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  border: none;
}

.accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item {
  background: transparent;
  border: 1px solid #d9d9d9;
}

.accordion-body {
  padding: 10px 0 20px;
}

.accordion .btn_collapse_wrapper a {
  font-size: 11px;
}

.ui-widget-content {
  height: 1.71px;
  width: 100%;
  background: #431313;
  position: relative;
  margin-bottom: 25px;
}

.ui-slider-handle {
  display: block;
  width: 14px;
  height: 14px;
  border: 0.85705px solid #431313;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffffff;
}

.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 3px 8px;
  border: 0.85705px solid #431313;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  margin: 0 16px 10px 0;
}

.tag:hover {
  color: #ffffff;
  background: #431313;
}

.tag:hover svg {
  stroke: #ffffff;
}

.tag p {
  margin: 0;
  font-size: 10px;
  line-height: 14px;
}

.tag svg {
  stroke: #431313;
  margin-left: 28px;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.pagination li {
  display: inline-block;
  line-height: 35px;
  color: rgba(67, 19, 19, 0.6);
}

.pagination li a {
  padding: 10px;
  font-size: 18px;
}

.pagination li a:hover, .pagination li a.active {
  color: #431313;
  text-decoration: underline;
}

.pagination li:not(:first-child), .pagination li:not(:last-child) {
  margin: 0 10px;
}

.pagination li:first-child {
  margin-right: 10px;
}

.pagination li:last-child {
  margin-left: 10px;
}

.pagination li button {
  width: 35px;
  height: 35px;
  padding: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.pagination li button:focus, .pagination li button:hover {
  background: #431313;
}

.pagination li button:focus svg, .pagination li button:hover svg {
  stroke: #ffffff;
}

.pagination li button svg {
  stroke: #431313;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.catalog {
  margin-bottom: 70px;
}

.catalog .carousel_item {
  margin-bottom: 30px;
}

.catalog .carousel_card {
  border-bottom: 1px solid rgba(67, 19, 19, 0.2);
}

@media screen and (min-width: 576px) {
  .catalog .carousel_card {
    border-bottom: none;
  }
}

.catalog_banner {
  margin-bottom: 50px;
}

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

.recently_catalog {
  max-width: 250px;
}

.recently_catalog_item {
  font-weight: 600;
}

.recently_catalog_item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.recently_catalog_item img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.recently_catalog_item h4 {
  font-size: 12px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.7);
}

.recently_catalog_item h5 {
  font-size: 9px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.7);
}

.recently_catalog_item .price {
  font-size: 14px;
}

.alert {
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  max-width: 770px;
}

.alert_mark {
  width: 32px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alert_mark svg {
  stroke: #ffffff;
}

.alert_content {
  font-size: 12px;
  line-height: 20px;
  padding: 10px 0 10px 25px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.alert_text {
  max-width: 540px;
}

.alert_cancel {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 25px;
}

.alert_cancel svg {
  stroke: #000;
}

.alert-danger .alert_content {
  border: 1px solid #eb1800;
  background: #fff2f0;
}

.alert-danger .alert_mark {
  background: #eb1800;
}

.alert-success .alert_content {
  border: 1px solid #519e62;
  background: #f8fff9;
}

.alert-success .alert_mark {
  background: #519e62;
}

.alert-secondary .alert_content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
}

.alert-secondary .alert_mark {
  background: #aaaaaa;
}

.map {
  width: 100%;
  height: 350px;
  background: #ccc;
  margin-bottom: 70px;
}

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

.map--sm {
  width: 100%;
  height: 100%;
}

.map--sm img {
  width: 100%;
  height: 100%;
}

.button-next, .button-previous {
  stroke: #ffffff;
  position: absolute;
  width: 46px;
  height: 82px;
  background: rgba(67, 19, 19, 0.8);
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button-next {
  right: 0;
}

.button-previous {
  left: 0;
}

.shop_slider_for {
  margin-bottom: 26px;
}

.shop_slider_for a {
  display: block;
  width: 100%;
}

.shop_slider_for img {
  width: 100%;
  height: auto;
}

.shop_slider_nav {
  margin: 0 -10px;
}

.shop_slider_img_sm {
  cursor: pointer;
  margin: 0 10px;
}

.shop_slider_img_sm img {
  width: 100%;
}

.shop .slick-prev, .shop .slick-next {
  width: 23px;
  height: 40px;
  background: rgba(67, 19, 19, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop .slick-prev {
  left: 0;
}

.shop .slick-next {
  right: 0;
}

.shop_item {
  margin-bottom: 55px;
}

.shop_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .shop_item_content {
    display: block;
  }
}

.shop_item_content h3 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 992px) {
  .shop_item_content h3 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.shop_item_content p {
  margin-bottom: 5px;
}

.shop_item_content_footer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .shop_item_content_footer {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.shop_item_slider {
  margin-bottom: 36px;
}

@media screen and (min-width: 768px) {
  .shop_item_slider {
    margin-bottom: 0;
  }
}

.shop_text_menu {
  padding-left: 1rem;
  margin-bottom: 70px;
}

.shop_text_menu li {
  font-size: 15px;
  line-height: 30px;
}

.link_more {
  color: #431313;
}

.link_more:hover {
  color: #431313;
}

.link_more:hover svg {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.link_more svg {
  stroke: #431313;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  margin-left: 5px;
}
