

/* Start:/local/templates/gallato/css/app.css?1754302623141599*/
* {
  padding: 0;
  margin: 0;
  outline: 0 !important;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.scroller-inner {
  min-height: 100vh;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

html {
  min-height: 100vh;
  position: relative;
}

body {
  font-family: Montserrat, sans-serif;
  background: #fff;
  position: relative;
  min-height: 100vh;
}

.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.container {
  padding: 0;
  margin: 0;
  width: unset;
  position: relative;
  min-height: 100vh;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.product-preview-slider {
  width: 100%;
  max-width: 120px;
}

.custom-slick-prev {
  width: 30px;
  height: 30px;
  background: white;
  transform: rotate(90deg);
  margin-left: auto;
  margin-right: auto;
  opacity: 0.7;
  transition: 0.3s;
}

.custom-slick-prev:hover {
  opacity: 1;
}

.custom-slick-prev.slick-disabled {
  opacity: 0.3;
}

custom-slick-prev.slick-disabled:hover {
  opacity: 0.3;
}

.custom-slick-prev img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-slick-next {
  width: 30px;
  height: 30px;
  background: white;
  transform: rotate(-90deg);
  margin-left: auto;
  margin-right: auto;
  opacity: 0.7;
  transition: 0.3s;
}

.custom-slick-next:hover {
  opacity: 1;
}

.custom-slick-next img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cancel_order,
.forgot_password {
  margin-top: 50px;
  margin-bottom: 50px;
}

.cancel_order .forgot_box h3,
.cancel_order .forgot_box p,
.forgot_password .forgot_box h3,
.forgot_password .forgot_box p {
  margin-bottom: 10px;
}

.cancel_order .forgot_box .login-label,
.forgot_password .forgot_box .login-label {
  display: block;
  margin: 10px 0 20px 0;
  font-size: 0.8em;
}

.cancel_order .forgot_box a,
.forgot_password .forgot_box a {
  font-weight: 400;
  font-size: 16px;
  line-height: 0;
  color: #000;
}

.cancel_order .forgot_box a:hover,
.forgot_password .forgot_box a:hover {
  color: red;
}

.cancel_order .forgot_box .bx-authform-link-container,
.forgot_password .forgot_box .bx-authform-link-container {
  margin-bottom: 10px;
  padding: 0;
  margin: 0;
}

.cancel_order .forgot_box .forgot_links,
.forgot_password .forgot_box .forgot_links {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.cancel_order .forgot_box .forgot_links span,
.forgot_password .forgot_box .forgot_links span {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}

.cancel_order textarea,
.forgot_password textarea {
  border: 1px solid silver;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: auto;
  height: 100px;
  padding: 10px 15px;
  resize: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.cancel_order textarea:focus,
.forgot_password textarea:focus {
  border: 1px solid red;
}

.cancel_order .btn,
.forgot_password .btn {
  background-color: red;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 117.5%;
  width: 200px;
  height: 45px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.cancel_order .btn:hover,
.forgot_password .btn:hover {
  color: red;
  background-color: #fff;
  border: 1px solid red;
}

.title-search-result th {
  display: none;
}

/*#bx-soa-delivery {*/
/*display: none*/
/*}*/

#bx-soa-region .bx_soa_location .form-group:first-child {
  margin-top: -10px;
}

#bx-soa-region
  .bx_soa_location
  .form-group:first-child
  > label.bx-soa-custom-label {
  display: none;
}

.sale-order-title {
  margin-top: -10px;
}

#itrbonus-payment-bonus .bx-soa-pp-company-image {
  -webkit-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}

#itrbonus-payment-bonus .bonus_comment {
  display: none;
}

#itrbonus-payment-bonus br {
  display: none;
}

#itrbonus-payment-bonus input[type="text"] {
  float: left;
  margin-right: 20px;
  height: 40px;
  width: 100px !important;
  border-bottom: 1px solid #cbcbcb;
  font-weight: 400;
  font-size: 16px;
  line-height: 117.5%;
  color: #252525;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

#itrbonus-payment-bonus input[type="text"]:focus {
  border-bottom: 1px solid red;
}

#itrbonus-payment-bonus .bxr-subscribe-tab-link {
  background-color: red;
  border: 1px solid red !important;
  color: #fff;
  height: 40px;
  width: 85px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0;
}

#itrbonus-payment-bonus .bxr-subscribe-tab-link:hover {
  background-color: #fff;
  color: red;
}

#itrbonus-payment-bonus .bxr-subscribe-tab-link:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#itrbonus-payment-bonus #bonus_payfield_block {
  margin-bottom: 10px;
}

.btn-order-save {
  height: 45px;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.disable_btn_cart {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #fff;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: red;
  border: 1px solid red;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: 270px;
  height: 43px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-bottom: 10px;
  cursor: not-allowed;
  opacity: 0.5;
}

.disable_btn_cart:hover {
  background: #fff;
}

.order_ready_page {
  margin-top: 50px;
  margin-bottom: 50px;
}

.order_ready_page p {
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  color: #252525;
  text-align: center;
}

.product-item-detail-slider-container.popup
  .product-item-detail-slider-controls-block {
  z-index: 5000;
}

.product_card
  .product_card_flex
  .product-item-detail-slider-container
  .product-item-detail-slider-block {
  border: none !important;
}

.popup-window {
  font-weight: 400;
  font-size: 16px;
  line-height: 105%;
  color: grey;
}

.popup-window .popup-window-buttons {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.popup-window .btn {
  display: flex;
  cursor: pointer;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.popup-window .popup-window-content img {
  margin-bottom: 15px;
}

.popup-window .popup-window-content p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.popup-window .popup-window-titlebar-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.popup-window .popup-window-buttons {
  padding: 0;
}

.no_products {
  font-weight: 400;
  font-size: 18px;
  color: #252525;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 5;
  height: 250px;
}

.not_login {
  font-weight: 400;
  font-size: 18px;
  color: #252525;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.not_login a {
  color: #252525;
  text-decoration: underline;
}

.not_login a:hover {
  text-decoration: none;
}

.not_auth {
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
  letter-spacing: -0.01em;
  color: #252525;
}

.not_auth a {
  color: #252525;
  text-decoration: underline;
}

.not_auth a:hover {
  color: red;
  text-decoration: none;
}

a {
  text-decoration: none;
}

a:hover {
  color: red !important;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

h2 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #252525;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #cbcbcb;
  margin-bottom: 50px;
}

.catalog_sorting {
  margin-top: 45px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 60px;
}

.catalog_sorting .filt,
.catalog_sorting .sort {
  position: relative;
}

.catalog_sorting #sort_btn {
  padding-right: 17px;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #252525;
}

.catalog_sorting #sort_btn:after {
  position: absolute;
  content: "";
  background: url(/local/templates/gallato/img/gift-cards/chevron.svg) no-repeat
    center center;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.catalog_sorting #sort_btn:hover {
  color: red;
}

.catalog_sorting #sort_btn.open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.catalog_sorting #filter_btn {
  padding-left: 28px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #252525;
  white-space: nowrap;
}

.catalog_sorting #filter_btn:after {
  position: absolute;
  content: "";
  background: url(/local/templates/gallato/img/gift-cards/filter_icon.svg)
    no-repeat center center;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 17px;
}

.catalog_sorting #filter_btn:hover {
  color: red;
}

.catalog_sorting #filter_area_content,
.catalog_sorting #sort_area_content {
  position: absolute;
  width: 430px;
  height: 170px;
  padding: 20px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  top: 30px;
  left: 0;
  display: none;
  z-index: 2000;
}

.catalog_sorting
  #filter_area_content
  .b-sorting-panel
  .b-sorting-el
  a.active.desc,
.catalog_sorting
  #sort_area_content
  .b-sorting-panel
  .b-sorting-el
  a.active.desc {
  background: 0 0;
  position: relative;
  color: red;
  font-weight: 500;
}

.catalog_sorting
  #filter_area_content
  .b-sorting-panel
  .b-sorting-el
  a.active.desc:after,
.catalog_sorting
  #sort_area_content
  .b-sorting-panel
  .b-sorting-el
  a.active.desc:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  background: url(/local/templates/gallato/img/home/main_next.svg) no-repeat
    center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 7px;
  height: 13px;
}

.catalog_sorting
  #filter_area_content
  .b-sorting-panel
  .b-sorting-el
  a.active.asc,
.catalog_sorting
  #sort_area_content
  .b-sorting-panel
  .b-sorting-el
  a.active.asc {
  background: 0 0;
  position: relative;
  color: red;
  font-weight: 500;
}

.catalog_sorting
  #filter_area_content
  .b-sorting-panel
  .b-sorting-el
  a.active.asc:after,
.catalog_sorting
  #sort_area_content
  .b-sorting-panel
  .b-sorting-el
  a.active.asc:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background: url(/local/templates/gallato/img/home/main_next.svg) no-repeat
    center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 7px;
  height: 13px;
}

.catalog_sorting #sort_area_content {
  width: auto;
  height: auto;
}

.catalog_sorting #sort_area_content .b-sorting-panel {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
}

.catalog_sorting #sort_area_content .b-sorting-panel .b-sorting-el {
  display: block;
  margin: 0;
}

.catalog_sorting
  #sort_area_content
  .b-sorting-panel
  .b-sorting-el:not(:last-child) {
  margin-bottom: 5px;
}

.catalog_sorting #sort_area_content .b-sorting-panel .b-sorting-el a {
  display: block;
  padding-right: 17px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #252525;
  text-transform: none;
  white-space: nowrap;
}

.catalog_sorting #filter_area_content {
  height: auto;
}

.catalog_sorting #filter_area_content #elemTags {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

#elemTags,
.item_tags {
  margin: -5px;
}

#elemTags li,
.item_tags li {
  padding-left: 10px;
  padding-right: 10px;
  margin: 5px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #252525;
  width: auto;
  height: 25px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  border: 0.5px solid #ccc;
}

#elemTags li.active,
.item_tags li.active {
  color: red;
  border: none;
  background: #fd6262;
  border: 0.5px solid #fd6262;
  color: #fff;
}

.header_search,
.search_section {
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-color: transparent;
  width: 370px;
  height: 35px;
  border: 1px solid #9d9d9d;
  margin-right: 30px;
}

.header_search.focus,
.search_section.focus {
  border-color: #fff;
}

.header_search .btn,
.search_section .btn {
  color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  position: absolute;
  background: url(/local/templates/gallato/img/home/lupa.svg) no-repeat center
    center;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.header_search .btn:hover,
.search_section .btn:hover {
  background: url(/local/templates/gallato/img/home/lupa_red.svg) no-repeat
    center center;
}

.header_search input,
.search_section input {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  background-color: transparent;
  width: 100%;
  height: 100%;
}

.header_search input::-webkit-input-placeholder,
.search_section input::-webkit-input-placeholder {
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 300;
}

.header_search input::-moz-placeholder,
.search_section input::-moz-placeholder {
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 300;
}

.header_search input:-moz-placeholder,
.search_section input:-moz-placeholder {
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 300;
}

.header_search input:-ms-input-placeholder,
.search_section input:-ms-input-placeholder {
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 300;
}

.search_section {
  margin-right: 0;
}

.search_section.focus {
  border-color: red;
}

.search_section input {
  color: #252525;
}

header {
  position: relative;
}

header .header__top {
  width: 100%;
  height: 50px;
  background: #252525;
}

header .header__top .wrapper {
  height: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

header .header__top .wrapper a,
header .header__top .wrapper span {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  display: block;
}

header .header__top .wrapper span {
  margin-left: 5px;
  margin-right: 5px;
}

header .header__top .wrapper .header__top--left {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

header .header__top .wrapper .header__top--left .logo {
  background: url(/local/templates/gallato/img/home/logo.svg) no-repeat center
    center;
  width: 139px;
  height: 26px;
  margin-right: 40px;
}

header .header__top .wrapper .header__top--left a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

header .header__top .wrapper .flexbox {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

header .header__top .wrapper .flexbox .header_auth {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
}

header .header__top .wrapper .flexbox a[href="/personal/"] {
  white-space: nowrap;
}

header .header__menu {
  width: 100%;
  min-height: 60px;
  height: 60px;
  position: relative;
  background: #fff;
}

header .header__menu .wrapper {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

header .header__menu ul {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

header .header__menu ul li:not(:last-of-type) {
  margin-right: 20px;
}

header .header__menu ul li.sale {
  position: relative;
  padding-left: 18px;
}

header .header__menu ul li.sale:before {
  position: absolute;
  content: "";
  background: url(/local/templates/gallato/img/home/sale.svg) no-repeat center
    center;
  width: 14px;
  height: 14px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

header .header__menu ul li a {
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #252525;
}

header .header__menu .categories .header_main_menu {
  height: 60px;
}

header .header__menu .user_links {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 0 20px;
}

header .header__menu .user_links a {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin-right: 15px;
}

header .header__menu .user_links .profile svg:hover path {
  fill: red;
}

header .header__menu .user_links .love_list {
  height: 25px;
  width: 30px;
  position: relative;
}

header .header__menu .user_links .love_list span {
  position: absolute;
  background: url(/local/templates/gallato/img/home/cart_sticker.svg) no-repeat
    center center;
  width: 17px;
  height: 17px;
  right: 0;
  top: 0;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

header .header__menu .user_links .love_list svg:hover path {
  fill: red;
}

header .header__menu .user_links .cart {
  margin-right: 0;
  position: relative;
  width: 31px;
  height: 25px;
}

header .header__menu .user_links .cart span {
  position: absolute;
  background: url(/local/templates/gallato/img/home/cart_sticker.svg) no-repeat
    center center;
  width: 17px;
  height: 17px;
  right: 0;
  top: 0;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

header .header__menu .user_links .cart svg:hover path {
  fill: red;
}

/*-----------------*/
.header_main_menu {
  position: relative;
  z-index: 500;
}

.header_main_menu li ul,
.header_main_menu li ul li ul {
  visibility: hidden;
  position: absolute;
  left: 0;
}

.header_main_menu li:hover ul,
.header_main_menu li a:hover ul {
  visibility: visible;
  width: 100%;
}

.header_main_menu li:hover ul li ul,
.header_main_menu li a:hover ul li a ul {
  visibility: hidden;
  position: absolute;
  left: 0;
}

.header_main_menu li:hover ul li:hover ul,
.header_main_menu li a:hover ul li a:hover ul {
  visibility: visible;
}

/*-------------------------*/
.header_sub_menu {
  /*max-width: 1170px;*/
  border-top: 0.5px solid #dadada;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 61px;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  pointer-events: none;
  padding-left: 10px;
}

/*@media (max-width: 1280px) {*/
/*    .header_sub_menu {*/
/*        padding-left: 60px;*/
/*    }*/
/*}*/
.header_sub_menu ul {
  height: 100%;
  width: 100%;
}

.header_sub_menu ul li a {
  color: transparent;
}

.header_sub_menu.show {
  /*.active>.header_sub_menu.show {*/
  opacity: 1;
  visibility: visible;
  /*top: 60px;*/
  z-index: 100;
  pointer-events: auto;
  /*display: flex !important;*/
  /*-webkit-justify-content: flex-start;*/
  /*justify-content: flex-start;*/
  /*-webkit-align-items: center;*/
  /*align-items: center;*/
  /*flex-wrap: wrap;*/
  /*height: 61px;*/
}

.header_sub_menu.show ul li a {
  color: #252525;
}

.main_slider #main_slider {
  position: relative;
}

.main_slider #main_slider .item {
  position: relative;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.main_slider #main_slider .item .position {
  position: absolute;
  padding-left: 75px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  bottom: 15px;
  left: 100px;
}

.main_slider #main_slider .item .position:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main_slider #main_slider .item .position .all,
.main_slider #main_slider .item .position .current {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.main_slider #main_slider .item .position span {
  margin-left: 5px;
  margin-right: 5px;
  display: block;
  color: #fff;
}

.main_slider #main_slider .slick-next,
.main_slider #main_slider .slick-prev {
  position: absolute;
  width: 11px;
  height: 17px;
  z-index: 100;
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main_slider #main_slider .slick-next:before,
.main_slider #main_slider .slick-prev:before {
  display: none;
}

.main_slider #main_slider .slick-prev {
  left: 60px;
  background: url(/local/templates/gallato/img/home/main_prev.svg) no-repeat
    center center;
}

.main_slider #main_slider .slick-next {
  right: 60px;
  background: url(/local/templates/gallato/img/home/main_next.svg) no-repeat
    center center;
}

.home_promo_cards {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 25px;
}

.home_promo_cards .item {
  width: 309px;
  height: 323px;
  margin-right: 37px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  display: block;
}

.home_promo_cards .bonus {
  width: 309px;
  height: 323px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background: #cbffc2;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 60px 40px;
}

.home_promo_cards .bonus .title {
  font-weight: 700;
  font-size: 18px;
  color: #252525;
  margin-bottom: 30px;
  text-align: center;
}

.home_promo_cards .bonus p {
  font-size: 18px;
  color: #252525;
  font-weight: 400;
  text-align: center;
}

.product_types {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.product_types .item {
  width: calc(100% / 3);
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.product_types .item:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.product_types .item .photo {
  height: 303px;
  width: 100%;
  -webkit-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}

.product_types .item .title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  color: #252525;
  position: absolute;
  left: 15px;
  bottom: 5px;
}

/* .product_types .item .title:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 70px;
    background-color: #252525;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
} */

.product_types .item .title:hover {
  color: red;
}

.product_types .item .title:hover:before {
  background-color: red;
}

.collections {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 65px;
}

.collections .item {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.collections .item .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.collections .item .photo:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.collections .item .name {
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  line-height: 113%;
  color: #fff;
  left: 25px;
  bottom: 30px;
  max-width: 280px;
}

.collections .item:first-child {
  margin-right: 12px;
}

.collections .item:first-child .name {
  max-width: 330px;
}

.news_products,
.pop {
  margin-bottom: 100px;
}

.promo_and_news_sliders {
  margin-bottom: 65px;
}

.promo_and_news_sliders h2 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #252525;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 0.5px solid #cbcbcb;
  margin-bottom: 40px;
}

.promo_and_news_sliders .flexbox {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 100%;
}

.promo_and_news_sliders .home_promo_slider {
  width: 49%;
  margin-right: 12px;
  position: relative;
}

.promo_and_news_sliders .home_promo_slider .slick-next,
.promo_and_news_sliders .home_promo_slider .slick-prev {
  color: transparent;
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 18px;
  height: 16px;
}

.promo_and_news_sliders .home_promo_slider .slick-next:before,
.promo_and_news_sliders .home_promo_slider .slick-prev:before {
  display: none;
}

.promo_and_news_sliders .home_promo_slider .slick-prev {
  cursor: pointer;
  right: 19px;
  background: #fff url(/local/templates/gallato/img/home/slick_prev.svg)
    no-repeat center center;
}

.promo_and_news_sliders .home_promo_slider .slick-prev:hover {
  background: #fff url(/local/templates/gallato/img/home/slick_prev_red.svg)
    no-repeat center center;
}

.promo_and_news_sliders .home_promo_slider .slick-next {
  cursor: pointer;
  right: 0;
  background: #fff url(/local/templates/gallato/img/home/slick_next.svg)
    no-repeat center center;
}

.promo_and_news_sliders .home_promo_slider .slick-next:hover {
  background: #fff url(/local/templates/gallato/img/home/slick_next_red.svg)
    no-repeat center center;
}

.promo_and_news_sliders .home_promo_slider .item {
  height: 338px;
  position: relative;
  display: block;
  overflow: hidden;
}

.promo_and_news_sliders .home_promo_slider .item .photo {
  height: 338px;
  width: 100%;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.promo_and_news_sliders .home_promo_slider .item .photo:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.promo_and_news_sliders .home_promo_slider .item .promo_logo {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 70px;
  height: 13px;
  background: url(/local/templates/gallato/img/home/promo_logo.svg) no-repeat
    center center;
}

.promo_and_news_sliders .home_news_slider {
  width: 49%;
  position: relative;
  height: auto;
}

.promo_and_news_sliders .home_news_slider .item {
  margin-left: 15px;
  margin-right: 15px;
}

.promo_and_news_sliders .home_news_slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.promo_and_news_sliders .home_news_slider .slick-next,
.promo_and_news_sliders .home_news_slider .slick-prev {
  color: transparent;
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 11px;
  height: 11px;
}

.promo_and_news_sliders .home_news_slider .slick-next:before,
.promo_and_news_sliders .home_news_slider .slick-prev:before {
  display: none;
}

.promo_and_news_sliders .home_news_slider .slick-prev {
  cursor: pointer;
  right: 20px;
  background: url(/local/templates/gallato/img/home/slick_prev.svg) no-repeat
    center center;
}

.promo_and_news_sliders .home_news_slider .slick-prev:hover {
  background: url(/local/templates/gallato/img/home/slick_prev_red.svg)
    no-repeat center center;
}

.promo_and_news_sliders .home_news_slider .slick-next {
  cursor: pointer;
  right: 0;
  background: url(/local/templates/gallato/img/home/slick_next.svg) no-repeat
    center center;
}

.promo_and_news_sliders .home_news_slider .slick-next:hover {
  background: url(/local/templates/gallato/img/home/slick_next_red.svg)
    no-repeat center center;
}

.promo_and_news_sliders .home_news_slider .photo-wrap {
  height: 210px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}

.promo_and_news_sliders .home_news_slider .photo {
  height: 210px;
  width: 100%;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.promo_and_news_sliders .home_news_slider .photo:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.promo_and_news_sliders .home_news_slider .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 105%;
  color: #252525;
  margin-bottom: 12px;
}

.promo_and_news_sliders .home_news_slider .title:hover {
  color: red;
}

.promo_and_news_sliders .home_news_slider .date {
  font-weight: 300;
  font-size: 14px;
  color: #252525;
}

.club_banner {
  display: block;
  width: 100%;
  height: 415px;
  background: url(/local/templates/gallato/img/home/club_invite.jpg) no-repeat
    center center;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.our_shops {
  height: 415px;
  overflow: hidden;
  margin-bottom: 25px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px;
}

.our_shops .left_part {
  background: #252525;
  height: 100%;
  min-width: 470px;
  position: relative;
}

.our_shops .title {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  right: 60px;
  height: 100%;
  max-width: 255px;
}

.our_shops .title h2 {
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 35px;
  max-width: 255px;
  text-align: center;
}

.our_shops .title .btn {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  width: 200px;
  height: 45px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: red;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.our_shops .title .btn:before {
  position: absolute;
  content: "";
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/local/templates/gallato/img/home/gps.svg) no-repeat center
    center;
  width: 12px;
  height: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.our_shops .title .btn:hover {
  background-color: #fff;
}

.our_shops .title .btn:hover:before {
  background: url(/local/templates/gallato/img/home/gps_red.svg) no-repeat
    center center;
}

.our_shops .info {
  height: 100%;
  width: 100%;
  background: url(/local/templates/gallato/img/home/our_shops_rightpart.jpg)
    no-repeat center center;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: relative;
}

.our_shops .info .inner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(37, 37, 37, 0.49);
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.our_shops .info ul {
  margin-left: 40px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

.our_shops .info ul li {
  position: relative;
  font-weight: 500;
  font-size: 25px;
  line-height: 117%;
  color: #fff;
  max-width: 245px;
  padding-left: 50px;
  padding-right: 40px;
  margin-right: 20px;
}

.our_shops .info ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.our_shops .info ul li:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.our_shops .info ul li:nth-of-type(1):before {
  background: url(/local/templates/gallato/img/home/kubok.svg) no-repeat center
    center;
  width: 35px;
  height: 35px;
}

.our_shops .info ul li:nth-of-type(2):before {
  background: url(/local/templates/gallato/img/home/shop.svg) no-repeat center
    center;
  width: 38px;
  height: 38px;
}

.our_shops .info ul li:nth-of-type(3):before {
  background: url(/local/templates/gallato/img/home/paint.svg) no-repeat center
    center;
  width: 35px;
  height: 35px;
}

.our_shops .info ul li:nth-of-type(1) {
  max-width: 217px;
}

.our_shops .info ul li:nth-of-type(2) {
  max-width: 231px;
}

.our_shops .info ul li:nth-of-type(3) {
  padding-right: 0;
  margin-right: 0;
}

.our_shops .info ul li:nth-of-type(1):after {
  background: url(/local/templates/gallato/img/home/shops_after.svg) no-repeat
    center center;
  width: 19px;
  height: 75px;
}

.our_shops .info ul li:nth-of-type(2):after {
  background: url(/local/templates/gallato/img/home/shops_after.svg) no-repeat
    center center;
  width: 19px;
  height: 75px;
}

.our_shops .info ul li:nth-of-type(3):after {
  display: none;
}

footer {
  background: #252525;
  width: 100%;
  height: 307px;
  padding-top: 30px;
  /*margin-top: 30px*/
}

footer .column_title {
  font-weight: 300;
  font-size: 16px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

footer .column_title:hover {
  text-decoration: none;
}

footer .footer_logo {
  background: url(/local/templates/gallato/img/home/footer_logo.svg) no-repeat
    center center;
  display: block;
  width: 128px;
  height: 24px;
  margin-bottom: 20px;
}

footer .footer_bottom {
  padding-top: 20px;
  border-top: 1px solid #fff;
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 100%;
}

footer .footer_bottom a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #fff;
}

footer .footer_bottom .footer_contacts .social {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px;
}

footer .footer_bottom .footer_contacts .social a {
  display: block;
  width: 23px;
  height: 23px;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

footer .footer_bottom .footer_contacts .social .vk {
  background: url(/local/templates/gallato/img/home/soc/vk.svg) no-repeat center
    center;
}

footer .footer_bottom .footer_contacts .social .inst {
  background: url(/local/templates/gallato/img/home/soc/inst.svg) no-repeat
    center center;
  margin-right: 10px;
}

footer .footer_bottom .request {
  text-decoration: none;
  background-color: red;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  width: 200px;
  height: 45px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

footer .footer_bottom .request:hover {
  background-color: #fff;
  color: red;
}

footer .footer_bottom .footer_policy {
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

footer .footer_bottom .footer_policy .pay_image {
  margin-top: 20px;
  margin-bottom: 35px;
  background: url(/local/templates/gallato/img/home/pay_image.png) no-repeat
    left center;
  min-width: 201px;
  height: 58px;
  -webkit-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}

footer .footer_bottom .footer_menu {
  margin-top: 30px;
}

.mobile_icon_box {
  background: #252525;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
}

.mobile_icon {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mobile_icon .line {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 3px solid #fff;
  width: 100%;
  transition: 0.55s;
}

.mobile_icon .line-top {
  top: 4px;
}

.mobile_icon .line-middle {
  top: 14px;
}

.mobile_icon .line-bottom {
  top: 24px;
}

.mobile_icon.open .line-top {
  backface-visibility: hidden;
  top: 14px;
  transform: rotate(50deg);
  transition: 0.55s 0.5s;
}

.mobile_icon.open .line-middle {
  opacity: 0;
}

.mobile_icon.open .line-bottom {
  backface-visibility: hidden;
  top: 14px;
  transform: rotate(-410deg);
  transition: 0.55s 0.5s;
}

.burder_menu {
  display: none;
}

.section_top_block {
  width: 100%;
  height: 115px;
  overflow: hidden;
  background: url(/local/templates/gallato/img/section_top_block.jpg) no-repeat
    center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.section_top_block .wrapper {
  width: 100%;
  height: 115px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section_top_block h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 105%;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

.section_top_block .breadcrumbs {
  position: absolute;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  bottom: 15px;
  margin: 0;
}

.section_top_block .breadcrumbs li,
.section_top_block .breadcrumbs li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 105%;
  color: #fff;
}

.section_top_block .breadcrumbs span {
  margin-left: 5px;
  margin-right: 5px;
}

.news_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-gap: 55px 30px;
  margin-top: 75px;
  margin-bottom: 100px;
}

.news_grid .item {
  position: relative;
  overflow: hidden;
}

.news_grid .item .photo-wrap {
  width: 100%;
  height: 210px;
  overflow: hidden;
  margin-bottom: 12px;
}

.news_grid .item .photo {
  width: 100%;
  height: 210px;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news_grid .item .photo:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.news_grid .item .name {
  font-weight: 400;
  font-size: 16px;
  line-height: 105%;
  color: #252525;
  margin-bottom: 12px;
}

.news_grid .item .name:hover {
  color: red;
}

.news_grid .item .date {
  font-weight: 300;
  font-size: 14px;
  line-height: 105%;
  color: #252525;
}

.news_detail_page .back {
  max-width: 100px;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: grey;
  margin-top: 35px;
  margin-bottom: 15px;
  display: block;
}

.news_detail_page .back:before {
  position: absolute;
  content: "";
  background: url(/local/templates/gallato/img/news/back.svg) no-repeat center
    center;
  width: 14px;
  height: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news_detail_page h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 105%;
  color: #252525;
  text-align: center;
  margin-bottom: 50px;
}

.news_detail_page .photo {
  width: 670px;
  height: 360px;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 40px;
}

.news_detail_page .date {
  font-weight: 400;
  font-size: 16px;
  color: grey;
  margin-bottom: 20px;
}

.news_detail_page .text {
  margin-bottom: 95px;
}

.news_detail_page .text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 142.5%;
  color: #000;
}

.news_detail_page .text p:not(:last-of-type) {
  margin-bottom: 20px;
}

.promo_page {
  margin-top: 70px;
  margin-bottom: 105px;
  display: grid;
  width: 100%;
  height: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 15px;
}

.promo_page .item {
  width: 100%;
  height: 338px;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.promo_page .item .promo_logo {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 70px;
  height: 13px;
  background: url(/local/templates/gallato/img/home/promo_logo.svg) no-repeat
    center center;
}

.promo_page .item .inner-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 0, 0, 0.3);
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.promo_page .item:hover .inner-wrap {
  opacity: 1;
  visibility: visible;
}

.promo_detail_page .photo {
  width: 576px;
  height: 338px;
  overflow: hidden;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  margin-bottom: 55px;
}

.promo_detail_page .text {
  margin-bottom: 75px;
}

.wholesalers_page {
  position: relative;
  /*padding-top: 70px;*/
  margin-bottom: 30px;
}

.wholesalers_page h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 105%;
  color: #252525;
  margin-bottom: 35px;
  text-align: center;
}

.wholesalers_page .txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #000;
  margin-bottom: 65px;
}

.wholesalers_page .flexbox {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.wholesalers_page .wholesalers_form {
  height: 415px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.wholesalers_page .wholesalers_form input {
  min-width: 340px;
  height: 47px;
  overflow: hidden;
  border-bottom: 1px solid #cbcbcb;
  font-weight: 400;
  font-size: 16px;
}

.wholesalers_page .wholesalers_form input::-webkit-input-placeholder {
  color: #8d8b8b;
  font-size: 16px;
  font-weight: 400;
}

.wholesalers_page .wholesalers_form input::-moz-placeholder {
  color: #8d8b8b;
  font-size: 16px;
  font-weight: 400;
}

.wholesalers_page .wholesalers_form input:-moz-placeholder {
  color: #8d8b8b;
  font-size: 16px;
  font-weight: 400;
}

.wholesalers_page .wholesalers_form input:-ms-input-placeholder {
  color: #8d8b8b;
  font-size: 16px;
  font-weight: 400;
}

.wholesalers_page .wholesalers_form input:focus {
  border-bottom: 1px solid red;
}

.wholesalers_page .wholesalers_form .btn {
  background-color: red;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 117.5%;
  width: 200px;
  height: 45px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

.wholesalers_page .wholesalers_form .btn:hover {
  color: red;
  background-color: #fff;
  border: 1px solid red;
}

.wholesalers_page .wholesalers_form .form_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 117.5%;
  text-transform: uppercase;
  color: #252525;
  margin-bottom: 20px;
}

.wholesalers_page .wholesalers_form .allow {
  font-weight: 400;
  font-size: 14px;
  line-height: 117.5%;
  color: #8d8b8b;
  width: 340px;
  margin-top: 35px;
  display: block;
  margin-bottom: 15px;
}

.wholesalers_page .wholesalers_form .allow a {
  font-weight: 400;
  font-size: 14px;
  line-height: 117.5%;
  color: #8d8b8b;
  text-decoration: underline;
}

.wholesalers_page .wholesalers_form .allow a:hover {
  text-decoration: none;
}

.wholesalers_page .image {
  width: 100%;
  position: relative;
  z-index: 1;
  background: url(/local/templates/gallato/img/wholesalers/image.jpg) no-repeat
    center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 415px;
}

.main_text {
  margin-top: 30px;
  font-weight: 400;
  font-size: 13px;
  line-height: 133%;
  color: #000;
  margin-bottom: 50px;
}

.franchise_page {
  margin-top: 5px;
  position: relative;
  margin-bottom: 30px;
}

.franchise_page .photo {
  background: url(/local/templates/gallato/img/franchise/big_top_photo.jpg)
    no-repeat center center;
  width: 100%;
  height: 460px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}

.franchise_page .page_title {
  position: absolute;
  width: 100%;
  top: 140px;
  z-index: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.franchise_page .page_title h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 121%;
  color: #fff;
  max-width: 600px;
  margin-bottom: 15px;
}

.franchise_page .page_title .notice {
  font-weight: 500;
  font-size: 20px;
  line-height: 121%;
  color: #fff;
  height: 33px;
  width: fit-content;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  background: red;
}

.franchise_page .statistics {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 60px;
}

.franchise_page .statistics .item:not(:last-child) {
  margin-right: 45px;
}

.franchise_page .statistics .number {
  font-weight: 700;
  font-size: 40px;
  color: #252525;
  margin-bottom: 5px;
  text-align: center;
}

.franchise_page .statistics .txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #000;
  text-align: center;
}

.franchise_page .btn {
  background-color: red;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 117.5%;
  width: 200px;
  height: 45px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.franchise_page .btn:hover {
  color: red;
  background-color: #fff;
  border: 1px solid red;
}

.franchise_page .flexbox {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 90px;
  position: relative;
}

.franchise_page .flexbox .franchise_form {
  height: 415px;
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.franchise_page .flexbox .franchise_form .form_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 117.5%;
  text-transform: uppercase;
  color: #252525;
  margin-bottom: 20px;
}

.franchise_page .flexbox .franchise_form .allow {
  font-weight: 400;
  font-size: 14px;
  line-height: 117.5%;
  color: #8d8b8b;
  width: 340px;
  margin-top: 35px;
  display: block;
  margin-bottom: 15px;
}

.franchise_page .flexbox .franchise_form .allow a {
  font-weight: 400;
  font-size: 14px;
  line-height: 117.5%;
  color: #8d8b8b;
  text-decoration: underline;
}

.franchise_page .flexbox .franchise_form .allow a:hover {
  text-decoration: none;
}

.franchise_page .flexbox .franchise_form input {
  min-width: 340px;
  height: 47px;
  overflow: hidden;
  border-bottom: 1px solid #cbcbcb;
  font-weight: 400;
  font-size: 16px;
}

.franchise_page .flexbox .franchise_form input::-webkit-input-placeholder {
  color: #8d8b8b;
  font-size: 16px;
  font-weight: 400;
}

.franchise_page .flexbox .franchise_form input::-moz-placeholder {
  color: #8d8b8b;
  font-size: 16px;
  font-weight: 400;
}

.franchise_page .flexbox .franchise_form input:-moz-placeholder {
  color: #8d8b8b;
  font-size: 16px;
  font-weight: 400;
}

.franchise_page .flexbox .franchise_form input:-ms-input-placeholder {
  color: #8d8b8b;
  font-size: 16px;
  font-weight: 400;
}

.franchise_page .flexbox .franchise_form input:focus {
  border-bottom: 1px solid red;
}

.franchise_page .flexbox .franchise_form .btn {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.franchise_page .flexbox .image {
  width: 100%;
  height: 415px;
  background: url(/local/templates/gallato/img/franchise/image.jpg) no-repeat
    center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.pay-and-delivery {
  margin-top: 75px;
  margin-bottom: 100px;
}

.pay-and-delivery .pay {
  margin-bottom: 85px;
}

.pay-and-delivery h2 {
  position: relative;
  font-weight: 700;
  font-size: 28px;
  color: #252525;
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.pay-and-delivery h2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cbcbcb;
  left: 0;
  bottom: 0;
}

.pay-and-delivery p {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #000;
}

.pay-and-delivery .images {
  display: flex;
  margin-top: 45px;
  -webkit-align-items: center;
  align-items: center;
}

.pay-and-delivery .images .visa {
  background: url(/local/templates/gallato/img/pay-and-delivery/visa.svg)
    no-repeat center center;
  width: 95px;
  height: 31px;
}

.pay-and-delivery .images .mastercard {
  background: url(/local/templates/gallato/img/pay-and-delivery/mastercard.svg)
    no-repeat center center;
  width: 54px;
  height: 54px;
}

.pay-and-delivery .images .mir {
  background: url(/local/templates/gallato/img/pay-and-delivery/mir.svg)
    no-repeat center center;
  width: 108px;
  height: 31px;
}

.pay-and-delivery .images .paypal {
  background: url(/local/templates/gallato/img/pay-and-delivery/paypal.svg)
    no-repeat center center;
  width: 144px;
  height: 40px;
}

.pay-and-delivery .images .sberbank {
  background: url(/local/templates/gallato/img/pay-and-delivery/sberbank.svg)
    no-repeat center center;
  width: 110px;
  height: 35px;
}

.pay-and-delivery .images .sdek {
  background: url(/local/templates/gallato/img/pay-and-delivery/sdek.svg)
    no-repeat center center;
  width: 140px;
  height: 31px;
}

.pay-and-delivery .images div:not(:last-of-type) {
  margin-right: 35px;
}

.gift_cards {
  margin-bottom: 45px;
}

.gift_cards .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}

.gift_cards .cards .item {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.gift_cards .cards .item .item__top_block {
  width: 100%;
  height: 350px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  background: url(/local/templates/gallato/img/gift-cards/photo.svg) no-repeat
    center center;
  position: relative;
}

.gift_cards .cards .item .item__top_block .item__btn {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #252525;
  white-space: nowrap;
  width: 145px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.gift_cards .cards .item .item__top_block .item__btn:hover {
  color: red;
}

.gift_cards .cards .item .item__top_block .item__like {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 15px;
  background: url(/local/templates/gallato/img/gift-cards/heart.svg) no-repeat
    center center;
  width: 22px;
  height: 20px;
}

.gift_cards .cards .item .item__top_block .item__like.active {
  background: url(/local/templates/gallato/img/gift-cards/heart_active.svg)
    no-repeat center center;
}

.gift_cards .cards .item .item__top_block:hover .item__btn {
  opacity: 1;
}

.gift_cards .cards .item .item__price {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #252525;
  white-space: nowrap;
  margin-bottom: 5px;
  margin-top: 20px;
  display: block;
}

.gift_cards .cards .item .item__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 105%;
  color: grey;
  display: block;
}

.gift_cards .main_text {
  margin-top: 100px;
}

.gift_cards .main_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 133.5%;
  color: grey;
}

.discount {
  margin-top: 73px;
}

.discount h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 105%;
  color: #252525;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 40px;
}

.discount h2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #cbcbcb;
  bottom: 0;
  left: 0;
}

.discount .bonus_program {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}

.discount .bonus_program .item {
  height: 323px;
  width: 309px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: block;
}

.discount .bonus_program .item:first-child {
  background: url(/local/templates/gallato/img/discount/club.png) no-repeat
    center center;
  margin-right: 37px;
}

.discount .bonus_program .item:last-child {
  background: #cbffc2;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 60px 40px;
}

.discount .bonus_program .item:last-child .title,
.discount .bonus_program .item:last-child p {
  font-weight: 700;
  font-size: 18px;
  line-height: 117.5%;
  color: #252525;
  text-align: center;
}

.discount .bonus_program .item:last-child p {
  font-weight: 400;
  margin-top: 25px;
}

.discount .discount_text {
  margin-bottom: 50px;
}

.discount .discount_text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #000;
}

.discount .discount_text p b {
  font-weight: 700;
}

.discount .discount_text p a {
  text-decoration: underline;
  color: red;
  font-weight: 600;
}

.discount .discount_text p a:hover {
  text-decoration: none;
}

.discount .discount_text p:not(:last-of-type) {
  margin-bottom: 20px;
}

.cart-modal,
.like-modal {
  width: 285px;
  height: 50px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: fixed;
  right: -285px;
  top: 100px;
  padding-left: 20px;
  background: rgba(253, 98, 98, 0.7);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #fff;
  white-space: nowrap;
  -webkit-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 5000;
}

.cart-modal.active,
.like-modal.active {
  right: 0;
}

.products_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  margin-bottom: 60px;
}

.item_new_sticker,
.item_sale_sticker {
  color: #fff;
  width: 60px;
  height: 25px;
  background: red;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  margin-top: 3px;
}

.item_new_sticker {
  background: #45df1e;
}

.product_item {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.product_item .item__top_block {
  width: 100%;
  height: 350px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 20px 30px;
}

.product_item .item__top_block .item_stickers {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: absolute;
  height: auto;
  width: auto;
  bottom: 0;
  left: 0;
}

.product_item .item__top_block .photo {
  -webkit-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  width: 100%;
  height: 100%;
  display: block;
}

.product_item .item__top_block .cart_btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 50px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.product_item .item__top_block .cart_btns .buy-but {
  width: 45px;
  height: 50px;
  background: rgba(255, 0, 0, 0.9);
  position: relative;
  cursor: pointer;
}

.product_item .item__top_block .cart_btns .buy-but .bs_icon {
  background: url(/local/templates/gallato/img/home/item_basket.svg) no-repeat
    center center;
  width: 20px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product_item .item__top_block .item__btn {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #252525;
  white-space: nowrap;
  width: 145px;
  height: 50px;
  text-decoration: none;
}

.product_item .item__top_block .item__btn:hover {
  color: red;
}

.product_item .item__top_block .item__like {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 15px;
  background: url(/local/templates/gallato/img/gift-cards/heart.svg) no-repeat
    center center;
  width: 22px;
  height: 20px;
}

.product_item .item__top_block .item__like.active {
  background: url(/local/templates/gallato/img/gift-cards/heart_active.svg)
    no-repeat center center;
}

.product_item .item__top_block:hover .cart_btns {
  opacity: 1;
}

.product_item .prices {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5px;
  margin-top: 20px;
}

.product_item .old_price {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.product_item .old_price p {
  font-weight: 300;
  font-size: 20px;
  text-decoration-line: line-through;
  text-transform: uppercase;
  color: grey;
  margin-left: 25px;
}

.product_item .old_price span {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  color: grey;
  margin-left: 5px;
}

.product_item .item__price {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #252525;
  white-space: nowrap;
  text-decoration: none;
  display: block;
}

.product_item .item__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 105%;
  color: grey;
  text-decoration: none;
  display: block;
}

.catalog_bottom_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 133.5%;
  color: grey;
  margin-top: 50px;
  margin-bottom: 50px;
}

.catalog_bottom_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 133.5%;
  color: grey;
}

.catalog_news_slider script {
  display: none !important;
}

.catalog_slider .slick-list {
  margin-left: -13px;
  margin-right: -13px;
}

.catalog_slider .slick-next,
.catalog_slider .slick-prev {
  position: absolute;
  width: 11px;
  height: 17px;
  z-index: 100;
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.catalog_slider .slick-next:before,
.catalog_slider .slick-prev:before {
  display: none;
}

.catalog_slider .slick-prev {
  left: -25px;
  background: url(/local/templates/gallato/img/home/main_prev.svg) no-repeat
    center center;
}

.catalog_slider .slick-next {
  right: -25px;
  background: url(/local/templates/gallato/img/home/main_next.svg) no-repeat
    center center;
}

.catalog_slider .product_item {
  margin-left: 13px;
  margin-right: 13px;
  position: relative;
}

.privacy {
  margin-top: 50px;
  margin-bottom: 50px;
}

.privacy h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 105%;
  text-transform: uppercase;
  color: #252525;
  margin-bottom: 15px;
}

.privacy p {
  margin-bottom: 25px;
}

.privacy ul {
  list-style-type: none;
}

.privacy ul li {
  padding-left: 20px;
  position: relative;
}

.privacy ul li:before {
  position: absolute;
  content: "";
  background-color: red;
  width: 5px;
  height: 5px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.product_card {
  margin-top: 25px;
}

.product_card .item_sale_sticker {
  margin-bottom: 30px;
}

.product_card .product_card_flex {
  width: 100%;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 70px;
  min-height: 500px;
}

.product_card .product_card_flex .product-item-detail-slider-container {
  width: 100%;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.product_card
  .product_card_flex
  .product-item-detail-slider-container
  .product-item-detail-slider-controls-block {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 10px;
}

.product_card
  .product_card_flex
  .product-item-detail-slider-container
  .product-item-detail-slider-controls-block
  .product-item-detail-slider-controls-image {
  width: 120px;
  height: 120px;
  border: 0.5px solid #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.product_card
  .product_card_flex
  .product-item-detail-slider-container
  .product-item-detail-slider-controls-block
  .product-item-detail-slider-controls-image:not(:last-child) {
  margin-bottom: 5px;
}

.product_card
  .product_card_flex
  .product-item-detail-slider-container
  .product-item-detail-slider-controls-block
  .product-item-detail-slider-controls-image.active {
  background: #fff;
  border: 0.5px solid red;
}

.product_card
  .product_card_flex
  .product-item-detail-slider-container
  .product-item-detail-slider-block {
  width: 100%;
  background: #fff;
  border: 0.5px solid #c4c4c4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 500px;
}

.product_card
  .product_card_flex
  .product-item-detail-slider-container
  .product-item-detail-slider-block
  .product-item-detail-slider-images-container {
  width: 100%;
  height: 500px;
}

.product_card .product_card_flex .product_card_detail {
  min-width: 470px;
  margin-left: 70px;
}

.product_card .product_card_flex .product_card_detail .banners {
  width: 470px;
  height: 110px;
  margin-bottom: 35px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.product_card .product_card_flex .product_card_detail .banners a {
  background: url(/local/templates/gallato/img/product_card/banner1.png)
    no-repeat center center;
  height: 110px;
  width: 230px;
  display: block;
}

.product_card .product_card_flex .product_card_detail .banners div:last-child {
  background: url(/local/templates/gallato/img/product_card/banner2.svg)
    no-repeat center center;
  height: 110px;
  width: 230px;
}

.product_card .product_card_flex .product_card_detail .name {
  font-weight: 700;
  font-size: 28px;
  line-height: 105%;
  text-transform: uppercase;
  color: #252525;
  margin-bottom: 15px;
}

.product_card .product_card_flex .product_card_detail .reference {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #000;
  white-space: nowrap;
  margin-bottom: 40px;
}

.product_card .product_card_flex .product_card_detail .reference span {
  font-weight: 300;
}

.product_card .product_card_flex .product_card_detail .item_tags {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block {
  border: none;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .prises {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .prises
  .current_price {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #252525;
  white-space: nowrap;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .prises
  .current_price
  span {
  font-weight: 500;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .prises
  .old_price {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .prises
  .old_price
  p {
  font-weight: 300;
  font-size: 24px;
  text-decoration-line: line-through;
  text-transform: uppercase;
  color: grey;
  margin-left: 25px;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .prises
  .old_price
  span {
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
  color: grey;
  margin-left: 5px;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .in_stock {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #25bb00;
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .in_stock:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(/local/templates/gallato/img/product_card/in_stock.svg)
    no-repeat center center;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .product-item-amount {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .product-item-amount
  .minus {
  background: url(/local/templates/gallato/img/product_card/minus.svg) no-repeat
    center center;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  display: block;
  cursor: pointer;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .product-item-amount
  .plus {
  background: url(/local/templates/gallato/img/product_card/plus.svg) no-repeat
    center center;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  display: block;
  cursor: pointer;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .product-item-amount
  input {
  border: 0.5px solid grey;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: 43px;
  height: 43px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: grey;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .main-button-container {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .main-button-container
  .btn_box
  .btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #fff;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: red;
  border: 1px solid red;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: 270px;
  height: 43px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-right: 15px;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .main-button-container
  .btn_box
  .btn:hover {
  background: #fff;
  border: 1px solid red;
  color: red;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .main-button-container
  .item__like {
  cursor: pointer;
  background: url(/local/templates/gallato/img/gift-cards/heart.svg) no-repeat
    center center;
  width: 22px;
  height: 20px;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .main-button-container
  .item__like.active {
  background: url(/local/templates/gallato/img/gift-cards/heart_active.svg)
    no-repeat center center;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .delivery {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
  letter-spacing: -0.01em;
  color: #252525;
  padding-left: 25px;
}

.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .delivery:before {
  position: absolute;
  content: "";
  background: url(/local/templates/gallato/img/product_card/delivery.svg)
    no-repeat center center;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-item-detail-slider-container.magnified
  .product-item-detail-slider-image
  img {
  outline-color: #fff;
}

.product-item-detail-slider-controls-image {
  outline: 0;
}

.contacts h2 {
  position: relative;
  font-weight: 700;
  font-size: 28px;
  line-height: 105%;
  color: #252525;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.contacts h2:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 368px;
  height: 0.5px;
  background: #cbcbcb;
}

.contacts .order {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 75px;
}

.contacts .order > div {
  width: 50%;
}

.contacts .order .links {
  margin-bottom: 15px;
}

.contacts .order .links a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #252525;
  white-space: nowrap;
}

.contacts .order .links a:not(:last-of-type) {
  margin-bottom: 10px;
}

.contacts .order .request {
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
  color: #a9030d;
  white-space: nowrap;
  cursor: pointer;
}

.contacts .order .request:hover {
  text-decoration: none;
  color: red;
}

.contacts .order .btn_requisites {
  margin-top: 45px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  width: 270px;
  height: 45px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  border: 0.5px solid #252525;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.contacts .order .btn_requisites:hover {
  background: #252525;
  color: #fff;
}

.contacts .shops_with_map {
  margin-top: 65px;
}

.contacts .shops_with_map .map_box {
  width: 100%;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.contacts .shops_with_map .map_box .accordeon {
  min-width: 470px;
  margin-right: 30px;
}

.contacts .shops_with_map .map_box .accordeon .menu .menuItem {
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 20px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contacts .shops_with_map .map_box .accordeon .menu .menuItem:not(:last-child) {
  margin-bottom: 5px;
}

.contacts .shops_with_map .map_box .accordeon .menu .menuItem a {
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 18px;
  color: #252525;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.contacts .shops_with_map .map_box .accordeon .menu .menuItem a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/local/templates/gallato/img/contacts/gps.svg) no-repeat
    center center;
  width: 12px;
  height: 16px;
}

.contacts .shops_with_map .map_box .accordeon .menu .menuItem a:after {
  position: absolute;
  content: "";
  background: url(/local/templates/gallato/img/contacts/arrow.svg) no-repeat
    center center;
  width: 12px;
  height: 8px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contacts
  .shops_with_map
  .map_box
  .accordeon
  .menu
  .menuItem
  .submenu
  .submenuItem
  a {
  height: auto;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
  color: grey;
  position: static;
  padding: 0;
}

.contacts
  .shops_with_map
  .map_box
  .accordeon
  .menu
  .menuItem
  .submenu
  .submenuItem
  a:after,
.contacts
  .shops_with_map
  .map_box
  .accordeon
  .menu
  .menuItem
  .submenu
  .submenuItem
  a:before {
  display: none;
}

.contacts
  .shops_with_map
  .map_box
  .accordeon
  .menu
  .menuItem
  .submenu
  .submenuItem
  a:hover {
  text-decoration: none;
}

.contacts
  .shops_with_map
  .map_box
  .accordeon
  .menu
  .menuItem
  .submenu
  .submenuItem
  p {
  font-weight: 500;
  font-size: 16px;
  color: #252525;
}

.contacts .shops_with_map .map_box .accordeon .menu .menuItem.show {
  padding-bottom: 15px;
}

.contacts .shops_with_map .map_box .accordeon .menu .menuItem.show a:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.contacts .shops_with_map .map_box #map {
  width: 100%;
  height: 400px;
}

.modal_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: url(/local/templates/gallato/img/home/close.svg) no-repeat center
    center;
}

.registr .btns {
  margin-bottom: 60px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.registr .btns .btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 117.5%;
  text-transform: uppercase;
  color: #252525;
  background-color: #fff;
  height: 55px;
  width: 330px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid red;
}

.registr .btns .btn.active {
  background-color: red;
  color: #fff;
  border: 1px solid red;
}

.registr .areas {
  position: relative;
}

.registr .areas .opt--area,
.registr .areas .rozn--area {
  /*position: absolute;*/
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.registr .areas .opt--area.show,
.registr .areas .rozn--area.show {
  opacity: 1;
  visibility: visible;
  display: block;
}

.registr .areas .opt--area .bx-system-auth-form-register form,
.registr .areas .rozn--area .bx-system-auth-form-register form {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.registr .areas .opt--area .bx-system-auth-form-register form .field,
.registr .areas .rozn--area .bx-system-auth-form-register form .field,
.bx-system-auth-form-register form .fields {
  max-width: 340px;
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
  font-weight: 400;
  font-size: 16px;
  line-height: 117.5%;
  color: #252525;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}

.registr .areas .opt--area .bx-system-auth-form-register form .field:focus,
.registr .areas .rozn--area .bx-system-auth-form-register form .field:focus,
.bx-system-auth-form-register form .fields:focus {
  border-bottom: 1px solid red;
}

.bx-system-auth-form-register form .field-wrap {
  width: 100%;
}

.registr .areas .opt--area .bx-system-auth-form-register form .auth--flex,
.registr .areas .rozn--area .bx-system-auth-form-register form .auth--flex {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 40px;
}

.registr .areas .opt--area .bx-system-auth-form-register form .auth--flex .btn,
.registr
  .areas
  .rozn--area
  .bx-system-auth-form-register
  form
  .auth--flex
  .btn {
  margin-right: 30px;
  width: 270px;
  height: 45px;
  color: #fff;
  background: red;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

.registr
  .areas
  .opt--area
  .bx-system-auth-form-register
  form
  .auth--flex
  .login,
.registr
  .areas
  .rozn--area
  .bx-system-auth-form-register
  form
  .auth--flex
  .login {
  font-weight: 400;
  font-size: 14px;
  line-height: 117.5%;
  color: #252525;
}

.registr
  .areas
  .opt--area
  .bx-system-auth-form-register
  form
  .auth--flex
  .login
  a,
.registr
  .areas
  .rozn--area
  .bx-system-auth-form-register
  form
  .auth--flex
  .login
  a {
  color: #252525;
  text-decoration: underline;
}

.registr
  .areas
  .opt--area
  .bx-system-auth-form-register
  form
  .auth--flex
  .login
  a:hover,
.registr
  .areas
  .rozn--area
  .bx-system-auth-form-register
  form
  .auth--flex
  .login
  a:hover {
  text-decoration: none;
}

.registr .areas .opt--area .bx-system-auth-form-register form .allow,
.registr .areas .rozn--area .bx-system-auth-form-register form .allow {
  max-width: 340px;
  font-weight: 400;
  font-size: 14px;
  line-height: 117.5%;
  color: #252525;
  display: block;
}

.registr .areas .opt--area .bx-system-auth-form-register form .allow a,
.registr .areas .rozn--area .bx-system-auth-form-register form .allow a {
  text-decoration: underline;
  color: #252525;
}

.registr .areas .opt--area .bx-system-auth-form-register form .allow a:hover,
.registr .areas .rozn--area .bx-system-auth-form-register form .allow a:hover {
  text-decoration: none;
}

.registr .areas .opt--area .bx-system-auth-form-register form .captcha,
.registr .areas .rozn--area .bx-system-auth-form-register form .captcha {
  max-width: 340px;
  text-transform: uppercase;
  width: 100%;
  height: 75px;
  background: #c4c4c4;
  font-weight: 400;
  font-size: 16px;
  line-height: 117.5%;
  color: #252525;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 30px;
}

.registr .areas .opt--area .bx-system-auth-form form,
.registr .areas .rozn--area .bx-system-auth-form form {
  display: none;
}

.cart_page,
.checkout_page {
  margin-top: 40px;
}

div.bx-blue .btn.btn-default {
  background-color: red;
  border: 1px solid red;
}

div.bx-blue .btn.btn-default:hover {
  background-color: #fff;
  color: red;
  border: 1px solid red;
}

.bx-soa-section.bx-selected {
  border: 1px solid silver;
}

.product-item-detail-slider-controls-block {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.login_page {
  margin-top: 50px;
}

.login_page form {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.login_page form .field {
  max-width: 340px;
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
  font-weight: 400;
  font-size: 16px;
  line-height: 117.5%;
  color: #252525;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}

.login_page form .field:focus {
  border-bottom: 1px solid red;
}

.login_page form .auth--flex {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.login_page form .auth--flex .btn {
  margin-right: 30px;
  width: 270px;
  height: 45px;
  color: #fff;
  background: red;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

.login_page form .auth--flex .registr_link {
  font-weight: 400;
  font-size: 14px;
  line-height: 117.5%;
  color: #252525;
}

.login_page form .auth--flex .registr_link a {
  color: #252525;
  text-decoration: underline;
}

.login_page form .auth--flex .registr_link a:hover {
  text-decoration: none;
}

.login_page form .captcha {
  max-width: 340px;
  text-transform: uppercase;
  width: 100%;
  height: 75px;
  background: #c4c4c4;
  font-weight: 400;
  font-size: 16px;
  line-height: 117.5%;
  color: #252525;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}

.login_page form .forgot_pw {
  margin-top: 10px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 117.5%;
  color: #252525;
  text-decoration: underline;
}

.login_page form .forgot_pw:hover {
  text-decoration: none;
}

/*.recommend_in_section,*/
.catalog_slider {
  margin-bottom: 90px;
}

.personal_page {
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 30px;
}

.personal_page .not_login {
  grid-column-start: 1;
  grid-column-end: 4;
}

.personal_page .sale-personal-section-index-block-link {
  display: block;
  height: 210px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
  background: #fff;
  border: 1px solid #c4c4c4;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.personal_page .sale-personal-section-index-block-link h2 {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #252525;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.personal_page .sale-personal-section-index-block-link:hover {
  border: 1px solid #a9030d;
}

.personal_page .sale-personal-section-index-block-link:hover h2 {
  color: #a9030d;
}

.search_page {
  margin-top: 50px;
  margin-bottom: 50px;
}

.search_page .search_error {
  margin-top: 30px;
}

.search_page .products_grid {
  margin-top: 30px;
}

.empty_content {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 22px;
  color: #252525;
  font-weight: 500;
}

.wish_page {
  margin-top: 50px;
  margin-bottom: 50px;
}

.product_tabs {
  margin-bottom: 100px;
}

.product_tabs .tabs {
  margin-bottom: 25px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.product_tabs .tabs #tab_comments,
.product_tabs .tabs #tab_decription {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: grey;
  white-space: nowrap;
  padding-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product_tabs .tabs #tab_comments:hover,
.product_tabs .tabs #tab_decription:hover {
  color: red;
}

.product_tabs .tabs #tab_comments.active,
.product_tabs .tabs #tab_decription.active {
  color: #252525;
  cursor: unset;
  border-bottom: 1px solid red;
}

.product_tabs .tabs #tab_decription {
  margin-right: 55px;
}

.product_tabs .intro #comments_box,
.product_tabs .intro #desription_box {
  display: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 142%;
  letter-spacing: -0.01em;
  color: #000;
}

.product_tabs .intro #comments_box.show,
.product_tabs .intro #desription_box.show {
  display: block;
}

.product_tabs .intro #comments_box form#addComment {
  width: 500px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.product_tabs .intro #comments_box form#addComment input {
  max-width: 100%;
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
  font-weight: 400;
  font-size: 16px;
  line-height: 117.5%;
  color: #252525;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.product_tabs .intro #comments_box form#addComment input:focus {
  border-bottom: 1px solid red;
}

.product_tabs .intro #comments_box form#addComment textarea {
  border: 1px solid #cbcbcb;
  width: 100%;
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 117.5%;
  color: #252525;
  font-family: Montserrat, sans-serif;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}

.product_tabs .intro #comments_box form#addComment textarea:focus {
  border: 1px solid red;
}

.product_tabs .intro #comments_box form#addComment .btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #fff;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: red;
  border: 1px solid red;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: 270px;
  height: 45px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-right: 15px;
  cursor: pointer;
}

.product_tabs .intro #comments_box form#addComment .btn:hover {
  background: #fff;
  color: red;
  border: 1px solid red;
}

.product_tabs .intro #comments_box .active_comments {
  display: block;
  margin-top: 50px;
  max-width: 800px;
}

.product_tabs .intro #comments_box .active_comments .comments_item {
  padding: 25px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(195, 195, 195, 0.5);
  box-shadow: 0 0 10px rgba(195, 195, 195, 0.5);
}

.product_tabs
  .intro
  #comments_box
  .active_comments
  .comments_item:not(:last-child) {
  margin-bottom: 20px;
}

.product_tabs .intro #comments_box .active_comments .comments_item .top_info {
  margin-bottom: 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.product_tabs
  .intro
  #comments_box
  .active_comments
  .comments_item
  .top_info
  .name {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-right: 30px;
}

.product_tabs
  .intro
  #comments_box
  .active_comments
  .comments_item
  .top_info
  .date {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.product_tabs .intro #comments_box .active_comments .comments_item .comment {
  font-weight: 300;
  font-size: 16px;
  line-height: 142%;
  letter-spacing: -0.01em;
  color: #000;
}

.product_tabs .intro #comments_box .active_comments .comments_item .answer {
  margin-top: 20px;
  background-color: #fff;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  border-top: 1px solid red;
  padding-top: 25px;
}

.product_tabs
  .intro
  #comments_box
  .active_comments
  .comments_item
  .answer
  .title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  color: red;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.product_tabs
  .intro
  #comments_box
  .active_comments
  .comments_item
  .answer
  .title
  .logo {
  background: url(/local/templates/gallato/img/home/footer_logo.svg) no-repeat
    center center;
  width: 120px;
  height: 22px;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.product_tabs
  .intro
  #comments_box
  .active_comments
  .comments_item
  .answer
  .comment {
  font-weight: 300;
  font-size: 16px;
  line-height: 142%;
  letter-spacing: -0.01em;
  color: #000;
}

.bonus_page {
  margin-top: 50px;
  margin-bottom: 50px;
}

.bonus_page h2 {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #252525;
  margin-bottom: 10px;
}

.bonus_page .bonus_account {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #252525;
}

.bonus_page .bonus_account span {
  font-weight: 600;
  color: red;
  font-size: 18px;
}

.bonus_page .bonus_history table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.bonus_page .bonus_history table tr td {
  border: 1px solid #252525;
  padding: 15px;
}

.profile_form {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 30px;
}

.profile_form .field {
  max-width: 340px;
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
  font-weight: 400;
  font-size: 16px;
  line-height: 117.5%;
  color: #252525;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
}

.profile_form .field:focus {
  border-bottom: 1px solid red;
}

.profile_form .btn_save {
  background-color: red;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 117.5%;
  width: 200px;
  height: 45px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

.profile_form .btn_save:hover {
  color: red;
  background-color: #fff;
  border: 1px solid red;
}

/* Новое меню */
header .header__menu ul li {
  position: relative;
}

header .header__menu ul > li > .header_sub_menu {
  display: block !important;
  height: auto !important;
  width: 240px;
  width: 270px;
  padding: 15px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
  left: -15px;
  top: 40px;
}

.header_sub_menu li {
  margin: 0 !important;
}

.header_sub_menu li a {
  display: block;
  width: 100%;
  padding: 5px;
}

ul.header_main_menu > li > ul.header_sub_menu li > ul {
  left: 225px;
  left: 255px;
  top: 0;
  box-shadow: 2px 6px 6px 0 rgba(0, 0, 0, 0.2);
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
  right: 120px;
}
ul.header_main_menu > li > ul.header_sub_menu > li > a {
  font-weight: 500;
}
ul.header_main_menu > li > ul.header_sub_menu > li ul.header_sub_menu a {
  font-size: 13px;
}
.product_item .item__top_block {
  padding: 0;
  height: 440px;
}
.product_item .item__top_block .photo {
  background-size: cover !important;
}

div.title-search-result {
  z-index: 999;
}

.product_card .product_card_flex .product_card_detail .reference {
  margin-bottom: 10px;
}
.product-item-detail-pay-block {
  padding-left: 0;
}
.sale_value {
  margin-left: 25px;
  font-size: 30px;
  text-transform: uppercase;
  color: #252525;
  white-space: nowrap;
}
.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .prises
  .current_price {
  color: red;
}
.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .prises
  .old_price
  p,
.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .prises
  .old_price
  span {
  font-size: 16px;
}
.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .prises {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .prises
  .old_price {
  padding-bottom: 3px;
}
.product_card
  .product_card_flex
  .product_card_detail
  .product-item-detail-pay-block
  .prises
  .current_price
  > div {
  font-size: 30px !important;
}

button.opt-register {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  height: 45px;
  background-color: red;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
  transition: all 0.1s ease-in-out;
}
button.opt-register:hover {
  transition: all 0.1s ease-in-out;
  opacity: 0.8;
}

@media screen and (max-width: 1920px) {
  .main_slider #main_slider .item {
    height: 630px;
  }

  .club_banner {
    height: 580px;
  }

  .collections .item {
    height: 360px;
  }

  .product_types .item .photo {
    height: 401px;
    width: 100%;
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
  }

  .wrapper {
    max-width: 1920px;
  }
}

@media screen and (max-width: 1800px) {
  .main_slider #main_slider .item {
    height: 580px;
  }

  .product_types .item .photo {
    height: 378px;
    width: 100%;
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
  }
}

@media screen and (max-width: 1700px) {
  .main_slider #main_slider .item {
    height: 555px;
  }

  .product_types .item .photo {
    height: 358px;
    width: 100%;
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
  }
}

@media screen and (max-width: 1600px) {
  .main_slider #main_slider .item {
    height: 510px;
  }

  .product_types .item .photo {
    height: 336px;
    width: 100%;
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
  }
}

@media screen and (max-width: 1500px) {
  .main_slider #main_slider .item {
    height: 480px;
  }

  .club_banner {
    height: 430px;
  }

  .wrapper {
    max-width: 1500px;
  }

  .product_types .item .photo {
    height: 303px;
    width: 100%;
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
  }
}

@media screen and (max-width: 1400px) {
  .main_slider #main_slider .item {
    height: 440px;
  }

  .product_types .item .photo {
    height: 295px;
    width: 100%;
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
  }
}

@media screen and (max-width: 1300px) {
  .main_slider #main_slider .item {
    height: 420px;
  }

  .product_types .item .photo {
    height: 273px;
    width: 100%;
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
  }

  header .header__menu ul li:not(:last-of-type) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1240px) {
  .main_slider #main_slider .item {
    height: 405px;
  }

  .main_slider #main_slider .slick-prev {
    left: 30px;
  }

  .main_slider #main_slider .slick-next {
    right: 30px;
  }

  .our_shops .left_part {
    min-width: 30%;
  }

  .our_shops .title {
    position: static;
    right: unset;
    margin: 0 auto;
  }

  .promo_and_news_sliders .flexbox {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .promo_and_news_sliders .home_promo_slider {
    margin-bottom: 30px;
    width: 600px;
    margin-right: 0;
  }

  .promo_and_news_sliders .home_promo_slider .item {
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .promo_and_news_sliders .home_news_slider {
    width: 600px;
  }

  .wrapper {
    margin: unset;
    max-width: 1024px;
  }

  .cart_page {
    margin-top: 40px;
  }

  .collections .item {
    height: 320px;
  }

  .product_types .item {
    width: calc(100% / 3);
  }

  .product_types .item .photo {
    height: 216px;
  }

  .product_types .item .title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    color: #252525;
    position: absolute;
    left: 15px;
    bottom: 5px;
  }

  .product_card .product_card_flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product_card
    .product_card_flex
    .product-item-detail-slider-container
    .product-item-detail-slider-block {
    padding: 0;
  }

  .product_card .product_card_flex .product_card_detail {
    margin-left: 0;
    margin-top: 40px;
  }
  /*.product_card .product_card_flex .product-item-detail-slider-container .product-item-detail-slider-controls-block {*/
  /*margin-right: 10px;*/
  /*}*/
  /*.product_card .product_card_flex .product-item-detail-slider-container {*/
  /*width: 505px;*/
  /*}*/
  .product_item .item__top_block {
    padding: 0;
    height: 345px;
  }
}

@media screen and (max-width: 1200px) {
  .mobile_icon_box {
    display: block;
  }

  header .header__menu .categories {
    display: none;
  }

  .wrapper {
    max-width: 1200px;
  }

  .product_types .item .photo {
    height: 253px;
    width: 100%;
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
  }
}

@media screen and (max-width: 1150px) {
  .main_slider #main_slider .item {
    height: 370px;
  }

  .news_grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gift_cards .cards {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin: 0 auto;
    grid-gap: 40px 25px;
  }

  .products_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1100px) {
  .burder_menu {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
    padding: 30px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(37, 37, 37, 0.9);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    max-height: 0;
  }

  .burder_menu.active {
    opacity: 1;
    visibility: visible;
    max-height: 90%;
    overflow: auto;
  }

  .burder_menu .burger_main_menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 30px;
  }

  .burder_menu .burger_main_menu .sale {
    position: relative;
    padding-left: 20px;
  }

  .burder_menu .burger_main_menu .sale:before {
    position: absolute;
    content: "";
    background: url(/local/templates/gallato/img/home/sale.svg) no-repeat center
      center;
    width: 14px;
    height: 14px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .burder_menu .burger_main_menu li {
    width: 100%;
    margin-bottom: 10px;
  }

  .burder_menu .burger_main_menu li a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
  }

  .burder_menu .burger_main_menu li:not(:last-of-type) {
    margin-bottom: 5px;
  }

  .burder_menu .burger_main_menu li .sub_menu {
    padding-left: 5px;
    margin-top: 10px;
  }

  .burder_menu .burger_main_menu li .sub_menu li {
    position: relative;
    padding-left: 10px;
  }

  .burder_menu .burger_main_menu li .sub_menu li a {
    text-transform: none;
    font-size: 15px;
  }

  .burder_menu .burger_main_menu li .sub_menu li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: red;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  header .header__main .header_search {
    position: absolute;
    width: 800px;
    left: 50px;
    bottom: 30px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .personal_page {
    grid-template-columns: repeat(1, 1fr);
  }

  .personal_page .sale-personal-section-index-block-link {
    height: 150px;
  }

  .promo_page {
    grid-template-columns: repeat(1, 100%);
  }

  .promo_page .item {
    width: 575px;
    margin: 0 auto;
  }

  .main_slider #main_slider .item {
    height: 340px;
  }

  .collections .item {
    height: 250px;
  }

  header .header__main {
    height: 195px;
  }

  header .header__main .wrapper {
    padding-top: 30px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .club_banner {
    height: 330px;
  }

  .our_shops {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our_shops .left_part {
    min-width: 100%;
  }

  .product_types .item .photo {
    height: 215px;
    width: 100%;
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
  }
}

@media screen and (max-width: 1000px) {
  .header_search,
  .search_section {
    width: 300px;
  }

  .main_slider #main_slider .item {
    height: 310px;
  }

  .collections .item {
    height: 210px;
  }

  .collections .item .name {
    font-size: 22px;
    bottom: 15px;
  }

  .product_types .item {
    width: calc(100% / 3);
  }

  .product_types .item .photo {
    height: 162px;
  }

  .product_types .item .title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #252525;
    position: absolute;
    left: 15px;
    bottom: 5px;
  }

  .main_slider #main_slider .item .position {
    left: 50px;
  }

  .contacts .order {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts .order div:first-of-type {
    margin-bottom: 40px;
  }

  .contacts .order div {
    width: 100%;
  }

  .contacts .shops_with_map .map_box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts .shops_with_map .map_box .accordeon {
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 900px) {
  .main_slider #main_slider .item {
    height: 280px;
  }

  footer {
    height: auto;
    padding-bottom: 30px;
  }

  footer .footer_bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-gap: 30px;
  }

  .products_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  footer .footer_bottom .request {
    margin-bottom: 20px;
  }

  header .header__top .wrapper .flexbox {
    width: 230px;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
  }

  header .header__top .wrapper .flexbox #title-search {
    width: 100%;
  }

  header .header__top .wrapper .flexbox .header_search {
    width: 100%;
  }

  header .header__top {
    height: 90px;
  }

  .header_search {
    margin-right: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 800px) {
  .product-preview-slider {
    max-width: none;
    width: 100%;
    padding: 0 40px !important;
  }

  .custom-slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .custom-slick-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-180deg);
  }

  .header_search {
    width: 285px;
  }

  .main_slider #main_slider .item {
    height: 230px;
  }

  .collections .item {
    height: 180px;
  }

  .collections .item .name {
    font-size: 18px;
    bottom: 10px;
  }

  .club_banner {
    height: 240px;
  }

  .our_shops .info ul li {
    font-size: 22px;
  }

  .news_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .news_detail_page .photo {
    width: 100%;
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
  }

  .franchise_page .flexbox,
  .wholesalers_page .flexbox {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pay-and-delivery .images {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .pay-and-delivery .images div:not(:last-of-type) {
    margin-right: 0;
  }

  .pay-and-delivery .images .mastercard,
  .pay-and-delivery .images .mir,
  .pay-and-delivery .images .visa {
    margin-bottom: 20px;
  }

  .product_card .product_card_flex .product-item-detail-slider-container {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .product_card
    .product_card_flex
    .product-item-detail-slider-container
    .product-item-detail-slider-controls-block {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 10px;
  }

  .product_card
    .product_card_flex
    .product-item-detail-slider-container.popup
    .product-item-detail-slider-controls-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wholesalers_page .wholesalers_form {
    height: 140px;
  }
}

@media screen and (max-width: 700px) {
  .header_search {
    width: 230px;
  }

  .bonus_history {
    overflow: auto;
    padding-bottom: 10px;
  }

  .catalog_sorting #filter_area_content {
    width: 300px;
  }

  .registr .btns .btn {
    height: 70px;
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    line-height: 140%;
  }

  .discount .bonus_program {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .discount .bonus_program .item:first-child {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .discount .bonus_program .item:last-child {
    padding: 40px 20px;
  }

  .gift_cards .cards {
    grid-template-columns: repeat(1, 100%);
    max-width: 280px;
    margin: 0 auto;
  }

  .pay-and-delivery .images {
    width: 60%;
  }

  .main_slider #main_slider .item {
    height: 200px;
  }

  .product_types .item .photo {
    height: 160px;
  }

  .product_types .item .title {
    font-size: 14px;
  }

  .product_types .item .title:before {
    width: 40px;
  }

  .home_promo_cards {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home_promo_cards .item {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .our_shops {
    height: auto;
  }

  .our_shops .left_part {
    height: 150px;
  }

  .our_shops .title h2 {
    margin-bottom: 15px;
  }

  .our_shops .info ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our_shops .info ul li:after {
    display: none;
  }

  .our_shops .info ul li {
    margin-right: 0;
  }

  .our_shops .info ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .our_shops .info ul li:before {
    background-position: right center !important;
  }

  .our_shops .info {
    height: 300px;
  }

  .main_slider #main_slider .slick-prev {
    left: unset;
    right: 40px;
    bottom: 15px;
    top: unset;
  }

  .main_slider #main_slider .slick-next {
    right: 15px;
    bottom: 15px;
    top: unset;
  }

  .promo_and_news_sliders .home_news_slider,
  .promo_and_news_sliders .home_promo_slider {
    width: 100%;
  }

  .news_detail_page h1 {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .news_detail_page .photo {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 650px) {
  .promo_page .item {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .view_count {
    margin-left: -5px;
    margin-top: 20px;
  }
  .section_top_block .wrapper h1 {
    margin-top: 25px;
    font-size: 25px;
  }

  #request_modal .modal {
    width: 85%;
  }

  .product_tabs .intro #comments_box form#addComment {
    width: 100%;
  }

  .product_tabs .intro #comments_box form#addComment textarea {
    max-height: 150px;
  }

  .catalog_sorting {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .catalog_sorting .sort #sort_btn {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .product_card .product_card_flex .product_card_detail .banners {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: auto;
    width: 100%;
  }

  .product_card .product_card_flex .product_card_detail .banners a {
    margin-bottom: 10px;
  }

  .login_page form .captcha {
    margin-bottom: 0;
  }

  .login_page form .auth--flex,
  .registr .areas .opt--area .bx-system-auth-form-register form .auth--flex,
  .registr .areas .rozn--area .bx-system-auth-form-register form .auth--flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .login_page form .auth--flex .btn,
  .registr
    .areas
    .opt--area
    .bx-system-auth-form-register
    form
    .auth--flex
    .btn,
  .registr
    .areas
    .rozn--area
    .bx-system-auth-form-register
    form
    .auth--flex
    .btn {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .products_grid {
    grid-template-columns: repeat(1, 100%);
  }

  .no_products {
    grid-column-start: unset;
    grid-column-end: unset;
  }

  .pay-and-delivery .images {
    width: 75%;
  }

  .franchise_page .page_title h1,
  .wholesalers_page h1 {
    font-size: 22px;
  }

  .franchise_page .page_title .notice {
    font-size: 16px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .franchise_page .statistics {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .franchise_page .statistics .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .franchise_page .main_text {
    margin-bottom: 60px;
  }

  .promo_page .item {
    height: 290px;
  }

  .product_types {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product_types .item .photo {
    height: 300px;
  }

  .product_types .item .title {
    font-size: 20px;
  }

  .product_types .item .title:before {
    width: 70px;
  }

  .product_types .item {
    margin-bottom: 40px;
  }

  .collections {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collections .item:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .club_banner {
    height: 180px;
  }

  footer .footer_bottom {
    grid-template-columns: repeat(1, 100%);
    width: 85%;
    margin: 0 auto;
  }

  header .header__main .user_links {
    position: absolute;
    top: 120px;
  }

  header .header__main .phones .request,
  header .header__main .phones a {
    text-align: right;
  }

  header .header__main {
    height: 270px;
  }

  header .header__top {
    height: 120px;
  }

  header .header__top .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  header .header__top .wrapper .flexbox {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  header .header__top .wrapper .flexbox .header_auth {
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px;
  }

  .main_slider #main_slider .item {
    height: 170px;
  }

  .promo_and_news_sliders .home_promo_slider .item {
    height: 280px;
  }

  .promo_and_news_sliders .home_promo_slider .item .photo {
    width: 100%;
    height: 100%;
  }

  .burder_menu .burger_main_menu {
    grid-template-columns: repeat(2, 1fr);
  }

  .news_grid {
    grid-template-columns: repeat(1, 100%);
  }

  .news_detail_page h1 {
    font-size: 22px;
  }

  .news_detail_page .photo {
    height: 300px;
  }

  .section_top_block {
    height: 140px;
  }

  .section_top_block .wrapper {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
  }

  .section_top_block .wrapper .breadcrumbs,
  .section_top_block .wrapper h1 {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .product_card
    .product_card_flex
    .product-item-detail-slider-container
    .product-item-detail-slider-block
    .product-item-detail-slider-images-container {
    height: 300px;
  }

  .product_card
    .product_card_flex
    .product-item-detail-slider-container.popup
    .product-item-detail-slider-block {
    top: 50px;
    right: 50px;
  }

  .product_card .product_card_flex .product_card_detail {
    min-width: 100%;
  }

  .product_card .product_card_flex .product_card_detail .name {
    font-size: 24px;
  }

  .product-item-detail-slider-container.popup
    .product-item-detail-slider-image
    img {
    max-width: 60%;
  }

  footer .footer_bottom .footer_menu {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  header .header__top .wrapper .flexbox {
    width: 200px;
  }

  .contacts .shops_with_map .map_box #map {
    height: 500px;
  }

  .header_search,
  .search_section {
    width: 100%;
  }

  #request_modal .modal .modal_form {
    max-height: 350px;
  }

  #request_modal .modal .modal_form .allow,
  #request_modal .modal .modal_form input {
    min-width: unset;
    width: 80%;
  }

  .personal_page {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .personal_page .sale-personal-section-index-block-link {
    height: 100px;
  }

  .catalog_news_slider,
  .catalog_pop_slider {
    margin-left: 30px;
    margin-right: 30px;
  }

  .pay-and-delivery .images {
    width: 90%;
  }

  .promo_page .item {
    height: 240px;
  }

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news_products,
  .pop,
  .recommend_in_section,
  .viewed_products {
    margin-left: 30px;
    margin-right: 30px;
  }

  .main_slider #main_slider .item .position {
    left: 20px;
  }

  .main_slider #main_slider .item {
    height: 150px;
  }

  .footer,
  .news_products,
  .pop {
    margin-bottom: 40px;
  }

  .promo_and_news_sliders .home_promo_slider .item {
    height: 250px;
  }
}

@media screen and (max-width: 420px) {
  footer .footer_bottom .policy {
    margin-top: 5px;
  }

  .registr .btns .btn {
    font-size: 14px;
    height: 55px;
  }

  .main_slider #main_slider .item {
    height: 130px;
  }

  .club_banner {
    background: url(/local/templates/gallato/img/mini_club_banner.png) no-repeat
      center center;
    width: 100%;
    height: 240px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .news_detail_page .photo {
    height: 240px;
  }

  .contacts h2:after {
    width: 100%;
  }

  .contacts h2 {
    font-size: 24px;
  }

  .product_card
    .product_card_flex
    .product-item-detail-slider-container
    .product-item-detail-slider-controls-block
    .product-item-detail-slider-controls-image {
    width: 90px;
    height: 90px;
    border: 0.5px solid silver;
  }

  .product_card
    .product_card_flex
    .product-item-detail-slider-container
    .product-item-detail-slider-controls-block
    .product-item-detail-slider-controls-image:not(:last-child) {
    margin-bottom: 0;
    margin-right: 5px;
  }
}

@media screen and (max-width: 400px) {
  .home_promo_cards .item {
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    width: 270px;
    height: 280px;
  }

  header .header__top .wrapper .flexbox .header_auth {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  header .header__top .wrapper .flexbox .header_auth a[href="/personal/"] {
    margin-bottom: 5px;
    display: block;
  }

  header .header__top .wrapper .flexbox .header_auth span {
    display: none;
  }

  header .header__top .wrapper .flexbox {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  header .header__top {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section_top_block .wrapper h1 {
    font-size: 20px;
  }

  .product_tabs .intro #comments_box form#addComment textarea {
    max-height: 100px;
  }

  .catalog_sorting #filter_area_content {
    width: 280px;
  }

  .catalog_sorting #filter_area_content #elemTags {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .news_products,
  .pop,
  .recommend_in_section,
  .viewed_products {
    margin-left: 20px;
    margin-right: 20px;
  }

  .login_page form .auth--flex {
    width: 100%;
  }

  .login_page form .auth--flex .btn {
    width: 100%;
  }

  .registr .areas .opt--area .bx-system-auth-form-register form .captcha,
  .registr .areas .opt--area .bx-system-auth-form-register form .field,
  .registr .areas .rozn--area .bx-system-auth-form-register form .captcha,
  .registr .areas .rozn--area .bx-system-auth-form-register form .field {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .catalog_news_slider,
  .catalog_pop_slider {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pay-and-delivery .images {
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pay-and-delivery .images div:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .main_slider #main_slider .item {
    height: 110px;
  }

  header .header__main .logo {
    -webkit-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    width: 150px;
  }

  header .header__main .phones .request,
  header .header__main .phones a {
    font-size: 14px;
  }

  .promo_and_news_sliders .home_promo_slider .item {
    height: 200px;
  }

  .burder_menu.active {
    width: 80%;
  }

  .burder_menu .burger_main_menu {
    grid-template-columns: repeat(1, 100%);
  }

  .news_detail_page .photo {
    height: 200px;
  }

  .promo_page .item {
    height: 190px;
  }

  .franchise_page .flexbox .franchise_form input,
  .wholesalers_page .wholesalers_form input {
    width: 85%;
    min-width: unset;
  }

  .franchise_page .flexbox .franchise_form .allow,
  .wholesalers_page .wholesalers_form .allow {
    width: 85%;
    min-width: unset;
  }

  .product_card
    .product_card_flex
    .product_card_detail
    .product-item-detail-pay-block
    .main-button-container
    .btn_box
    .btn {
    width: 210px;
  }

  .product_card
    .product_card_flex
    .product-item-detail-slider-container
    .product-item-detail-slider-block {
    height: 300px;
  }

  .product_card
    .product_card_flex
    .product-item-detail-slider-container.popup
    .product-item-detail-slider-block {
    height: 100%;
  }

  .product_card
    .product_card_flex
    .product-item-detail-slider-container
    .product-item-detail-slider-block
    .product-item-detail-slider-images-container {
    height: 270px;
  }
}

@media screen and (max-width: 320px) {
  .gift_cards .cards {
    grid-template-columns: repeat(1, 100%);
    max-width: 100%;
  }

  header .header__top .wrapper .flexbox {
    padding: 0;
  }

  header .header__top .wrapper .flexbox a[href="/personal/"] {
    white-space: normal;
    text-align: center;
  }
}

.header__menu .categories {
  width: 100%;
}

.artikyl {
  margin-top: 10px;
}
.bg-404 .inner_page .container {
  min-height: 850px;
  position: relative;
}

.block_404_left .title {
  font-size: 150px;
  line-height: 150px;
  color: #333;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
}

.block_404_left .text {
  font-size: 45px;
  line-height: 53px;
  color: #000;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  position: relative;
}

.block_404_left .wrap_btn {
  margin-bottom: 30px;
}

.block_404_left .wrap_btn a {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 45px;
  height: 45px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #f00000;
  border-radius: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.block_404_left .wrap_btn a:hover,
.block_404_left .wrap_btn a:active {
  background-color: #fff;
  border: 1px solid #f00000;
}
.page_404 {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 5%;
}

/*End style for page 404*/

.wrap_btn_404 {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
}
.btn_menu_404 {
  padding-right: 20px;
}
.btn_menu {
  width: 170px;
}
.view_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 35px;
}
.view_count_val {
  padding: 0 5px;
  cursor: pointer;
  color: black;
}
.active.view_count_val {
  color: red;
}

@media (max-width: 450px) {
  .btn_menu_404 {
    padding-right: 0;
  }
  .btn_menu {
    width: 150px;
  }
  .wrap_btn_404 {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
}
.block_404_right img {
  width: 150px;
}
.block_404_left .text {
  text-align: center;
}

.block_404_right {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media (max-width: 1280px) {
  .page_404 {
    margin-bottom: 20%;
  }
  .block_404_right {
    margin-top: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block_404_left .title {
    font-size: 130px;
    line-height: 130px;
  }
  .block_404_left .text {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 60px;
  }
  .block_404_left .wrap_btn a {
    font-size: 20px;
  }
  .page_404 {
    margin-bottom: 30%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .block_404_left .title {
    font-size: 110px;
    line-height: 110px;
  }
  .block_404_left .text {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 50px;
  }
  .block_404_left .wrap_btn a {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .product-item-detail-slider-images-container {
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .bg-404 .inner_page .container {
    min-height: 550px;
  }
  .block_404_left {
    margin-top: 80px;
  }
  .block_404_left .title {
    font-size: 110px;
    line-height: 110px;
    text-align: center;
  }
  .block_404_left .text {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 50px;
    text-align: center;
  }
  .block_404_left .wrap_btn a {
    max-width: 270px;
    margin: 0 auto;
    font-size: 16px;
  }
  .product_card
    .product_card_flex
    .product-item-detail-slider-container
    .product-item-detail-slider-block {
    height: 330px;
  }
  .product_item .item__top_block {
    padding: 0;
    height: 400px;
  }
}
@media (max-width: 660px) {
  .block_404_left {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .product_card
    .product_card_flex
    .product-item-detail-slider-container.popup
    .product-item-detail-slider-block,
  .product_card
    .product_card_flex
    .product-item-detail-slider-container.popup
    .product-item-detail-slider-block
    .product-item-detail-slider-images-container {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .product-item-detail-slider-images-container {
    width: 375px !important;
    height: 500px !important;
  }
  .product_card .product_card_flex .product-item-detail-slider-container {
    width: 600px;
  }
  .product_card .product_card_flex .product_card_detail {
    width: calc(100% - 600px);
  }
  .product_card
    .product_card_flex
    .product-item-detail-slider-container
    .product-item-detail-slider-controls-block {
    margin-right: 55px;
  }
  .product_card .product_card_flex .product-item-detail-slider-container.popup {
    width: 100%;
  }
  .product_card
    .product_card_flex
    .product-item-detail-slider-container.popup
    .product-item-detail-slider-controls-block {
    margin-right: 0;
    overflow: hidden;
  }
  .product-item-detail-slider-container.popup
    .product-item-detail-slider-image {
    top: 0;
    left: 0;
    max-height: 100%;
    width: 100%;
    transform: none;
  }
  .product_card
    .product_card_flex
    .product-item-detail-slider-container.popup
    .product-item-detail-slider-block {
    height: 100%;
  }
  .popup .product-item-detail-slider-images-container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*height: 92%!important;*/
    /*width: auto!important;*/
    height: 655px !important;
    width: 495px !important;
  }
  .product-item-detail-slider-container.popup
    .product-item-detail-slider-image
    img {
    max-height: 100%;
  }
  .product-item-detail-slider-container.popup
    .product-item-detail-slider-image {
    max-width: 500px;
  }
  .close-product-popup svg {
    width: 20px;
    cursor: pointer;
  }
  .close-product-popup {
    display: none;
  }
  .product-item-detail-slider-container.popup .close-product-popup {
    display: block;
  }
  .product-item-detail-slider-container.popup .close-product-popup {
    display: block;
    position: absolute;
    top: 20px;
    z-index: 99;
    right: 144px;
  }
}

.pagination {
  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;
}
.pagination a.number {
  font-size: 18px;
  padding: 5px 7px;
  color: black;
}
.pagination b {
  font-size: 18px;
  font-weight: normal;
  background-color: red;
  color: white;
  padding: 5px;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  text-align: center;
}

.captcha {
  display: none !important;
}

.pagination i.fa {
  color: black;
  padding: 5px;
}
.pagination a:hover i.fa {
  color: red;
}
.header .header__menu ul li a {
  white-space: normal;
}
@media (max-width: 991px) {
  .product_types .item {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 600px) {
  .product_types .item {
    width: 100%;
  }
}

/* End */


/* Start:/local/templates/gallato/components/bitrix/catalog.section.list/mobile_menu/style.min.css?16519256636236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/gallato/components/bitrix/search.title/main/style.css?17525713702108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/gallato/components/bitrix/search.title/main/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/gallato/components/bitrix/catalog.section.list/outer_categories_list/style.min.css?16519256636236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/gallato/components/bitrix/sale.basket.basket.line/.default/style.min.css?16519256633712*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/gallato/components/bitrix/catalog.section.list/footer_categories_list/style.min.css?16519256636236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/gallato/template_styles.css?16519256634559*/
.bg-404  .inner_page .container {
    min-height: 850px;
    position: relative;
}

.block_404_left .title {
    font-size: 150px;
    line-height: 150px;
    color: #333;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
}

.block_404_left .text {
    font-size: 45px;
    line-height: 53px;
    color: #000;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    position: relative;
}

.block_404_left .wrap_btn {
    margin-bottom: 30px;
}

.block_404_left .wrap_btn a {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    position: relative;
    background-color: #F00000;
    border-radius: 5px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.block_404_left .wrap_btn a:hover, .block_404_left .wrap_btn a:active {
    background-color: #fff;
    border: 1px solid #f00000;
}
.page_404 {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 5%;
}

/*End style for page 404*/

.wrap_btn_404 {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
}
.btn_menu_404 {
    padding-right: 20px;
}
.btn_menu {
    width: 170px;
}


.block_404_right img {
    width: 150px;
}
.block_404_left .text {
    text-align: center;
}

.block_404_right {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}
@media (max-width: 1280px) {
    .page_404 {
        margin-bottom: 20%;
    }
    .block_404_right {
        margin-top: 200px;
    }
}
@media ( min-width : 992px) and (max-width: 1199px) {
    .block_404_left .title {
        font-size: 130px;
        line-height: 130px;
    }
    .block_404_left .text {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 60px;
    }
    .block_404_left .wrap_btn a {
        font-size: 20px;
    }
    .page_404 {
        margin-bottom: 30%;
    }
}

@media ( min-width : 768px) and (max-width: 991px) {
    .block_404_left .title {
        font-size: 110px;
        line-height: 110px;
    }
    .block_404_left .text {
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 50px;
    }
    .block_404_left .wrap_btn a {
        font-size: 18px;
    }
}

@media ( max-width : 767px) {
    .bg-404  .inner_page .container {
        min-height: 550px;
    }
    .block_404_left {
        margin-top: 80px;
    }
    .block_404_left .title {
        font-size: 110px;
        line-height: 110px;
        text-align: center;
    }
    .block_404_left .text {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 50px;
        text-align: center;
    }
    .block_404_left .wrap_btn a {
        max-width: 270px;
        margin: 0 auto;
        font-size: 16px;
    }
}
@media (max-width: 660px) {
    .block_404_left {
        margin-top: 0;
    }
}
@media (max-width: 450px) {
    .btn_menu_404 {
        padding-right: 0;
    }
    .btn_menu {
        width: 150px;
    }
    .wrap_btn_404 {
        justify-content: space-around;
        -webkit-justify-content: space-around;
    }
    .block_404_right {
        margin-top: 50px;
    }
}

.m_tb60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.mb10 {
    margin-bottom: 10px;
}

p font.errortext {
    display: block;
    margin-bottom: 5px;
}

.empty_content {
    min-height: 350px;
}

.info {
    margin-top: 10px;
    color: #787878;
    font-size: 0.8em;
}

.bx-authform-content-container, .bx-authform-label-container {
    font-size: 14px;
    color: #5a6c77;
    padding-bottom: 6px;
    font-weight: bold;
}

#bx_register_resend {
    margin-top: 10px;
}

.list {
    list-style: disc;
    margin: 6px 0 6px 30px;
}

.fill-email {
    background: #e14a75;
    padding: 10px 0;
    color: #fff;
}

.fill-email p {
    padding: 0;
    margin: 0;
}

.fill-email a {
    color: yellow;
    text-decoration: underline;
}

.fill-email a:hover {
    color: yellow !important;
    text-decoration: none;
}
/* End */
/* /local/templates/gallato/css/app.css?1754302623141599 */
/* /local/templates/gallato/components/bitrix/catalog.section.list/mobile_menu/style.min.css?16519256636236 */
/* /local/templates/gallato/components/bitrix/search.title/main/style.css?17525713702108 */
/* /local/templates/gallato/components/bitrix/catalog.section.list/outer_categories_list/style.min.css?16519256636236 */
/* /local/templates/gallato/components/bitrix/sale.basket.basket.line/.default/style.min.css?16519256633712 */
/* /local/templates/gallato/components/bitrix/catalog.section.list/footer_categories_list/style.min.css?16519256636236 */
/* /local/templates/gallato/template_styles.css?16519256634559 */
