@charset "UTF-8";
@font-face {
  font-family: "regular";
  font-display: swap;
  src: url("../fonts/TTCommons-Regular/TTCommons-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TTCommons-Regular/TTCommons-Regular.woff") format("woff"), url("../fonts/TTCommons-Regular/TTCommons-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  font-display: swap;
  src: url("../fonts/TTCommons-Medium/TTCommons-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TTCommons-Medium/TTCommons-Medium.woff") format("woff"), url("../fonts/TTCommons-Medium/TTCommons-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bold";
  font-display: swap;
  src: url("../fonts/TTCommons-Bold/TTCommons-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTCommons-Bold/TTCommons-Bold.woff") format("woff"), url("../fonts/TTCommons-Bold/TTCommons-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: swap;
  src: url("../fonts/icons/icomoon.eot?584s0d");
  src: url("../fonts/icons/icomoon.eot?584s0d#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?584s0d") format("truetype"), url("../fonts/icons/icomoon.woff?584s0d") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "playfair_medium";
  src: url("../fonts/PlayfairDisplay-Medium/PlayfairDisplay-Medium.eot");
  src: url("../fonts/PlayfairDisplay-Medium/PlayfairDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Medium/PlayfairDisplay-Medium.woff") format("woff"), url("../fonts/PlayfairDisplay-Medium/PlayfairDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "cormorant_goramond_medium";
  src: url("../fonts/CormorantGaramond-Medium/CormorantGaramond-Medium.eot");
  src: url("../fonts/CormorantGaramond-Medium/CormorantGaramond-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CormorantGaramond-Medium/CormorantGaramond-Medium.woff") format("woff"), url("../fonts/CormorantGaramond-Medium/CormorantGaramond-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sylfaen_regular";
  src: url("../fonts/Sylfaen-Regular/Sylfaen.eot");
  src: url("../fonts/Sylfaen-Regular/Sylfaen.eot?#iefix") format("embedded-opentype"), url("../fonts/Sylfaen-Regular/Sylfaen.woff") format("woff"), url("../fonts/Sylfaen-Regular/Sylfaen.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mardoto_regular";
  src: url("../fonts/MardotoRegular/Mardoto-Regular.eot");
  src: url("../fonts/MardotoRegular/Mardoto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MardotoRegular/Mardoto-Regular.woff") format("woff"), url("../fonts/MardotoRegular/Mardoto-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.icon_facebook:before {
  content: "";
}

.icon_instagram:before {
  content: "";
}

.icon_linkedin:before {
  content: "";
}

.icon_twitter:before {
  content: "";
}

.icon_pinterest:before {
  content: "";
}

.icon_youtube:before {
  content: "";
}

.icon_telegram:before {
  content: "";
}

.icon_ok:before {
  content: "";
}

.icon_vk:before {
  content: "";
}

.icon_google:before {
  content: "";
}

.icon_tiktok:before {
  content: "";
}

.icon_flickr:before {
  content: "";
}

.icon_down:before {
  content: "";
}

.icon_left:before {
  content: "";
}

.icon_right:before {
  content: "";
}

.icon_close:before {
  content: "";
}

.icon_checked:before {
  content: "";
}

.icon_search:before {
  content: "";
}

.icon_info:before {
  content: "";
}

.icon_bag:before {
  content: "";
}

.icon_cart:before {
  content: "";
}
.icon_cart:empty:before {
  content: "";
}

.icon_heart:before {
  content: "";
}

.icon_delivery:before {
  content: "";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #000000;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "regular";
  position: relative;
}
body.search_opened {
  overflow: hidden;
}
body.search_opened .header .search_block {
  height: 100%;
}
body:before {
  display: block;
  position: fixed;
  content: "";
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  opacity: 0;
  height: 0;
  -o-transition: height 0.05s, opacity 0.5s;
  -ms-transition: height 0.05s, opacity 0.5s;
  -moz-transition: height 0.05s, opacity 0.5s;
  -webkit-transition: height 0.05s, opacity 0.5s;
  transition: height 0.05s, opacity 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.popup_opened {
  overflow: hidden;
}
body.popup_opened:before {
  height: 100%;
  opacity: 0.6;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

input,
select,
textarea,
button,
a,
.slick-slide {
  outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

a {
  color: #f9b638;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1439px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

[class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1439px) {
  [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.custom_container {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1559px) {
  .custom_container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .custom_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.phone_link:not(.clickable) {
  color: inherit;
  cursor: default;
  pointer-events: none;
}

.individual_hint,
.drop_list {
  display: none;
}

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #b94a48;
}

.help-block.form-error {
  display: none !important;
}

.has-error .error_hint,
.has-error + .error_hint {
  max-height: 60px !important;
  opacity: 1 !important;
}

.share_block {
  position: relative;
}
.share_block .share_btn {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: rgba(0, 0, 0, 0.4);
  font-size: 140%;
  line-height: 1.33em;
  position: relative;
  z-index: 2;
  min-width: 105px;
  justify-content: space-between;
}
.share_block .share_btn:before {
  margin-bottom: 2px;
  margin-right: 16px;
  margin-left: 7px;
  font-size: 70%;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.share_block.opened .share_this {
  opacity: 1;
  pointer-events: all;
}
.share_block.opened .share_btn:before {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.share_block .share_this {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -7px;
  min-width: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 0 15px 0;
  opacity: 0;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.at-style-responsive .at-share-btn {
  background: none !important;
  border-radius: 4px !important;
  border: 1px solid #e0e0e0 !important;
}

.at-icon {
  fill: #000000 !important;
}

.field_block {
  position: relative;
}
.field_block input,
.field_block textarea {
  width: 100%;
}
.field_block textarea {
  resize: none;
  display: block;
}

.cb {
  display: block;
  clear: both;
}

.content {
  padding-top: 189px;
  padding-bottom: 120px;
}
@media (max-width: 1559px) {
  .content {
    padding-top: 169px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1439px) {
  .content {
    padding-top: 157px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1199px) {
  .content {
    padding-top: 149px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .content {
    padding-top: 133px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .content {
    padding-top: 104px;
  }
}
@media (max-width: 479px) {
  .content {
    padding-bottom: 30px;
  }
}

.section_title {
  font-size: 450%;
  line-height: 1.2em;
  font-family: "cormorant_goramond_medium", "playfair_medium", "sylfaen_regular", "mardoto_regular";
  margin: 0;
  color: inherit;
}
@media (max-width: 1559px) {
  .section_title {
    font-size: 400%;
  }
}
@media (max-width: 1439px) {
  .section_title {
    font-size: 350%;
  }
}
@media (max-width: 1199px) {
  .section_title {
    font-size: 320%;
  }
}
@media (max-width: 991px) {
  .section_title {
    font-size: 400%;
  }
}
@media (max-width: 767px) {
  .section_title {
    font-size: 350%;
  }
}
@media (max-width: 575px) {
  .section_title {
    font-size: 320%;
  }
}
@media (max-width: 479px) {
  .section_title {
    font-size: 280%;
  }
}
@media (max-width:359px) {
  .section_title {
    font-size: 240%;
  }
}

.large_text {
  font-size: 220%;
  line-height: 32px;
}

.standard_text {
  font-size: 180%;
  line-height: 28px;
}

@media (max-width: 1559px) {
  .large_text {
    font-size: 200%;
    line-height: 28px;
  }

  .standard_text {
    font-size: 160%;
    line-height: 24px;
  }
}
@media (max-width: 1439px) {
  .large_text {
    font-size: 180%;
    line-height: 24px;
  }

  .standard_text {
    font-size: 140%;
    line-height: 21px;
  }
}
@media (max-width: 1199px) {
  .large_text {
    font-size: 160%;
    line-height: 22px;
  }

  .standard_text {
    font-size: 130%;
    line-height: 19px;
  }
}
@media (max-width: 991px) {
  .large_text {
    font-size: 200%;
    line-height: 28px;
  }

  .standard_text {
    font-size: 160%;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .large_text {
    font-size: 180%;
    line-height: 24px;
  }

  .standard_text {
    font-size: 140%;
    line-height: 21px;
  }
}
@media (max-width:359px) {
  .large_text {
    font-size: 160%;
    line-height: 22px;
  }

  .standard_text {
    font-size: 130%;
    line-height: 19px;
  }
}
.popup_block {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.popup_block.showed {
  top: 0;
}
.popup_inner {
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.popup_container {
  background: #f7f7f7;
  width: 100%;
  max-width: 625px;
  padding: 40px 50px;
  position: relative;
  border-radius: 4px;
}
.popup_content {
  position: relative;
  overflow: hidden;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.popup_content:not(.showed) {
  opacity: 0;
  height: 0;
}
.popup_close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 200%;
  border: none;
  padding: 2px;
  background: transparent;
  color: inherit;
  opacity: 0.5;
}
.popup_close:before {
  display: block;
}
.popup_title {
  text-align: center;
  font-size: 280%;
  line-height: 34px;
  color: #222222;
  margin-bottom: 30px;
}
.popup_subtitle {
  font-size: 180%;
  line-height: 27px;
  color: #222222;
  margin-bottom: 20px;
}
@media (max-width: 1559px) and (min-width: 992px) {
  .popup_container {
    max-width: 480px;
    padding: 30px 50px;
  }
  .popup_title {
    font-size: 240%;
    line-height: 30px;
  }
  .popup_subtitle {
    font-size: 160%;
    line-height: 20px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .popup_container {
    max-width: 440px;
    padding: 25px 45px;
  }
  .popup_title {
    font-size: 200%;
    line-height: 24px;
    padding: 0 20px;
  }
  .popup_subtitle {
    font-size: 140%;
  }
}
@media (max-width: 991px) {
  .popup_container {
    max-width: 540px;
    padding: 30px 50px;
  }
  .popup_title {
    font-size: 240%;
    line-height: 30px;
  }
  .popup_subtitle {
    font-size: 160%;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .popup_container {
    max-width: 440px;
    padding: 25px 45px;
  }
  .popup_title {
    font-size: 200%;
    line-height: 24px;
    padding: 0 20px;
  }
  .popup_subtitle {
    font-size: 140%;
  }
}
@media (max-width: 479px) {
  .popup_container {
    max-width: 100%;
    padding: 40px 20px;
  }
  .popup_title {
    padding: 0;
  }
}

.popup_block .field_block {
  padding-bottom: 20px;
}
.popup_block .field_block ::-webkit-input-placeholder {
  color: #999999;
}
.popup_block .field_block :-moz-placeholder {
  color: #999999;
}
.popup_block .field_block ::-moz-placeholder {
  color: #999999;
}
.popup_block .field_block :-ms-input-placeholder {
  color: #999999;
}
.popup_block .field_block textarea,
.popup_block .field_block input {
  font-size: 180%;
  line-height: 24px;
  border-radius: 4px;
  background: #ffffff;
  padding: 13px 23px;
  border: 2px solid transparent;
}
.popup_block .field_block textarea {
  height: 160px;
}
.popup_block .field_block .error_hint {
  text-align: right;
  opacity: 0;
  font-size: 140%;
  line-height: 18px;
  max-height: 18px;
  margin-bottom: -18px;
}
.popup_block .field_block.has-error input,
.popup_block .field_block.has-error textarea {
  border-color: #b94a48;
}
.popup_block .back_call,
.popup_block .remeber_forget {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.popup_block .checkbox_btn {
  vertical-align: top;
  margin: 0;
  font-weight: normal;
  font-size: 180%;
  line-height: 24px;
  position: relative;
  overflow: hidden;
}
.popup_block .checkbox_btn input:checked + span:before {
  border-color: transparent;
  background: #fcd878;
  color: #000000;
}
.popup_block .checkbox_btn span {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.popup_block .checkbox_btn span:not(:last-child) {
  float: left;
  margin-right: 5px;
}
.popup_block .checkbox_btn span:before {
  display: flex;
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin-right: 12px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 1.2rem;
}
.popup_block .checkbox_btn a {
  display: block;
  margin-left: 40px;
  line-height: 28px;
}
.popup_block .checkbox_btn.has-error span:before {
  border-color: #b94a48;
}
.popup_block .forget_link {
  color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  vertical-align: top;
  font-size: 180%;
  line-height: 24px;
}
.popup_block .form_btns {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup_block .form_btns .popup_btn {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 180%;
  line-height: 24px;
  color: inherit;
}
.popup_block .form_btns .popup_btn:before {
  font-size: 55.5%;
  display: block;
  margin-left: 5px;
  font-weight: 900;
}
.popup_block .validate_btn {
  border: none;
  background: #ffffff;
  min-width: 210px;
  font-size: 180%;
  line-height: 24px;
  padding: 15px;
  color: inherit;
}
.popup_block .social_sign {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  padding-top: 30px;
}
.popup_block .social_sign .btns_block {
  display: flex;
}
.popup_block .social_sign .btns_block button {
  border: none;
  background: transparent;
  margin-right: 15px;
  padding: 0;
}
.popup_block .social_sign .btns_block button img {
  display: block;
  height: 32px;
  width: auto;
}
.popup_block .forget_content .form_btns {
  padding-top: 0;
}
.popup_block .forget_content .validate_btn {
  width: 100%;
}
@media (max-width: 1559px) and (min-width: 992px) {
  .popup_block .field_block textarea,
.popup_block .field_block input {
    font-size: 150%;
    line-height: 20px;
    padding: 13px 20px;
  }
  .popup_block .field_block textarea {
    height: 134px;
  }
  .popup_block .field_block .error_hint {
    font-size: 130%;
    line-height: 16px;
    max-height: 16px;
    margin-bottom: -16px;
  }
  .popup_block .checkbox_btn {
    font-size: 140%;
  }
  .popup_block .checkbox_btn span:before {
    width: 24px;
    min-width: 24px;
    height: 24px;
    font-size: 1rem;
  }
  .popup_block .checkbox_btn a {
    line-height: 24px;
    margin-left: 36px;
  }
  .popup_block .form_btns .popup_btn,
.popup_block .forget_link {
    font-size: 160%;
    line-height: 20px;
  }
  .popup_block .validate_btn {
    min-width: 140px;
    font-size: 160%;
    line-height: 20px;
    padding: 14px 15px;
  }
  .popup_block .social_sign .btns_block button img {
    height: 28px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .popup_block .field_block textarea,
.popup_block .field_block input {
    font-size: 130%;
    line-height: 20px;
    padding: 10px 20px;
  }
  .popup_block .field_block textarea {
    height: 120px;
  }
  .popup_block .field_block .error_hint {
    font-size: 120%;
    line-height: 15px;
    max-height: 15px;
    margin-bottom: -15px;
  }
  .popup_block .checkbox_btn {
    font-size: 130%;
    line-height: 20px;
  }
  .popup_block .checkbox_btn span:before {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .popup_block .checkbox_btn a {
    line-height: 20px;
    margin-left: 28px;
  }
  .popup_block .form_btns .popup_btn,
.popup_block .forget_link {
    font-size: 130%;
    line-height: 18px;
  }
  .popup_block .validate_btn {
    min-width: 140px;
    font-size: 130%;
    line-height: 18px;
    padding: 10px 15px;
  }
  .popup_block .form_btns .popup_btn:before {
    font-size: 61.5%;
  }
  .popup_block .social_sign .btns_block button img {
    height: 24px;
  }
}
@media (max-width: 991px) {
  .popup_block .field_block textarea,
.popup_block .field_block input {
    font-size: 150%;
    line-height: 20px;
    padding: 13px 20px;
  }
  .popup_block .field_block textarea {
    height: 134px;
  }
  .popup_block .field_block .error_hint {
    font-size: 130%;
    line-height: 16px;
    max-height: 16px;
    margin-bottom: -16px;
  }
  .popup_block .checkbox_btn {
    font-size: 140%;
  }
  .popup_block .checkbox_btn span:before {
    width: 24px;
    min-width: 24px;
    height: 24px;
    font-size: 1rem;
  }
  .popup_block .checkbox_btn a {
    line-height: 24px;
    margin-left: 36px;
  }
  .popup_block .form_btns .popup_btn,
.popup_block .forget_link {
    font-size: 160%;
    line-height: 20px;
  }
  .popup_block .validate_btn {
    min-width: 140px;
    font-size: 160%;
    line-height: 20px;
    padding: 14px 15px;
  }
  .popup_block .social_sign .btns_block button img {
    height: 28px;
  }
}
@media (max-width: 767px) {
  .popup_block .field_block textarea,
.popup_block .field_block input {
    font-size: 130%;
    line-height: 20px;
    padding: 10px 20px;
  }
  .popup_block .field_block textarea {
    height: 120px;
  }
  .popup_block .field_block .error_hint {
    font-size: 120%;
    line-height: 15px;
    max-height: 15px;
    margin-bottom: -15px;
  }
  .popup_block .checkbox_btn {
    font-size: 130%;
    line-height: 20px;
  }
  .popup_block .checkbox_btn span:before {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .popup_block .checkbox_btn a {
    line-height: 20px;
    margin-left: 28px;
  }
  .popup_block .form_btns .popup_btn,
.popup_block .forget_link {
    font-size: 130%;
    line-height: 18px;
  }
  .popup_block .validate_btn {
    min-width: 140px;
    font-size: 130%;
    line-height: 18px;
    padding: 10px 15px;
  }
  .popup_block .form_btns .popup_btn:before {
    font-size: 61.5%;
  }
  .popup_block .social_sign .btns_block button img {
    height: 24px;
  }
}
@media (max-width: 479px) {
  .popup_block .validate_btn {
    min-width: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tab_block {
  position: relative;
  overflow: hidden;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.tab_block:not(.selected) {
  height: 0;
  opacity: 0;
}

.web .share_block .share_btn {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .share_block .share_btn:hover {
  color: #000000;
}
.web .popup_close:hover {
  opacity: 1;
}
.web .popup_block .checkbox_btn span:hover {
  color: #666666;
}
.web .popup_block .checkbox_btn span:hover:before {
  border-color: #fcd878;
}
.web .popup_block .checkbox_btn a:hover {
  color: rgba(249, 182, 56, 0.7);
}
.web .popup_block .forget_link:hover {
  color: #000000;
}
.web .popup_block .validate_btn:hover {
  color: #ffffff;
  background: #000000;
}
.web .popup_block .form_btns .popup_btn:hover {
  color: #efba2f;
}

.touch .share_block .share_btn {
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.touch .share_block .share_btn:active {
  color: #000000;
}
.touch .popup_close:active {
  opacity: 1;
}
.touch .popup_block .checkbox_btn span:active {
  color: #666666;
}
.touch .popup_block .checkbox_btn span:active:before {
  border-color: #fcd878;
}
.touch .popup_block .checkbox_btn a:active {
  color: rgba(249, 182, 56, 0.7);
}
.touch .popup_block .forget_link:active {
  color: #000000;
}
.touch .popup_block .validate_btn:active {
  color: #ffffff;
  background: #000000;
}
.touch .popup_block .form_btns .popup_btn:active {
  color: #efba2f;
}

.footer .socials_list, .footer_menu ul, .footer_menu, .header .lg_list, .header .cities_list .list_inner, .header .second_menu .menu_list, .header .main_menu .sublevel_list, .header .main_menu .submenu_list > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product_block .image_block .product_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header .main_menu > li.opened .submenu_btn:before, .share_block.opened .share_btn:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.product_block .image_block .product_image > img {
  object-fit: cover;
}

.product_block .image_block .product_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.product_block .image_block .product_image {
  position: relative;
  overflow: hidden;
}
.product_block .image_block .product_image:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

[class*=icon_]:before, [class*=icon_]:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product_block .image_block .product_image img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.header.hidden_header {
  top: -200px;
}
.header .promo_block {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 100px;
}
.header .promo_block.closed {
  max-height: 0;
}
.header .promo_inner {
  padding: 17px 60px;
  text-align: center;
  font-size: 180%;
  line-height: 24px;
  font-family: "medium";
  background: linear-gradient(to right, #ffd8a2, #cc5966);
}
.header .promo_close {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -10px;
  font-size: 200%;
  border: none;
  padding: 0;
  background: transparent;
  color: #000000;
  z-index: 2;
}
.header .promo_close:before {
  display: block;
}
.header .menu_block {
  position: relative;
}
.header .main_menu {
  padding: 0;
  margin: auto;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: auto;
  display: flex;
  justify-content: center;
  font-family: "medium";
}
.header .main_menu > li {
  margin-top: 30px;
  padding: 0 25px 30px;
}
.header .main_menu > li > a {
  font-size: 210%;
  line-height: 24px;
  display: flex;
  align-items: flex-start;
  color: inherit;
}
.header .main_menu > li.opened .submenu_btn {
  color: #f9b638;
}
.header .main_menu .submenu_list {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1280px;
  padding: 0 40px;
  margin: 1px auto 0;
  background: #ffffff;
  min-height: 160px;
  top: 100%;
  display: none;
  font-size: 180%;
  line-height: 24px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.header .main_menu .submenu_list:before, .header .main_menu .submenu_list:after {
  flex: 0 0 100%;
  max-width: 100%;
  height: 40px;
  display: block;
  content: "";
}
.header .main_menu .submenu_list > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .main_menu .submenu_list > ul:not(.large_submenu) > li {
  padding: 0 15px 30px;
}
.header .main_menu .submenu_list > ul.large_submenu > li {
  flex: 1;
  padding: 0 15px 30px;
}
.header .main_menu .submenu_list a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.header .main_menu .submenu_btn:before {
  display: block;
  font-size: 66.7%;
  margin-right: 10px;
  padding: 2px 0;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  transform-origin: center;
  -webkit-transfrom-origin: center;
}
.header .main_menu .sublevel_list:before {
  display: block;
  content: "";
  border-top: 2px solid #f9b638;
  margin-top: 10px;
  margin-bottom: 25px;
}
.header .main_menu .sublevel_list li {
  padding-bottom: 3px;
}
.header .view_all_link {
  text-align: right;
  padding: 0 15px;
}
.header .second_menu {
  padding: 13px 60px;
  display: flex;
  align-items: center;
  font-family: "medium";
  background: #f7f7f7;
}
.header .second_menu .menu_list {
  display: flex;
  align-items: center;
  font-size: 160%;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  flex: 1;
  width: 10%;
}
.header .second_menu .menu_list li:not(:last-child) {
  margin-right: 18px;
}
.header .second_menu .menu_list a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.header .second_menu .menu_list .free_delivery {
  margin-left: auto;
}
.header .second_menu .menu_list .free_delivery a {
  display: flex;
  align-items: center;
  color: #000000;
}
.header .second_menu .menu_list .free_delivery a:before {
  display: block;
  font-size: 1.2rem;
  margin-right: 7px;
  font-weight: 700;
}
.header .cities_block {
  font-size: 160%;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-right: 45px;
}
.header .cities_list {
  position: relative;
  margin-right: 10px;
}
.header .cities_list .list_inner {
  position: absolute;
  left: -10px;
  top: 25px;
  white-space: nowrap;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  z-index: 10;
  display: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header .cities_list .list_inner:before, .header .cities_list .list_inner:after {
  display: block;
  content: "";
  height: 10px;
}
.header .cities_list .list_inner a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.header .cities_list li {
  padding: 0 20px 0 10px;
}
.header .current_city {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border: none;
  padding: 0;
  background: transparent;
  color: inherit;
}
.header .current_city:before {
  display: block;
  font-size: 50%;
  margin-left: 5px;
  font-weight: 900;
}
.header .phone_link {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.header .lg_block {
  position: relative;
  font-size: 180%;
  line-height: 20px;
  margin: 0 70px;
}
.header .lg_btn {
  border: none;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: #f9b638;
}
.header .lg_btn:before {
  display: block;
  font-size: 50%;
  margin-left: 10px;
  font-weight: 900;
}
.header .lg_list {
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.header .lg_list:before, .header .lg_list:after {
  display: block;
  content: "";
  height: 5px;
}
.header .lg_list li {
  padding: 2px 0;
}
.header .lg_list a {
  display: block;
  color: inherit;
}
.header .lg_list a.selected {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
  font-family: "regular";
}
.header .sign_btns {
  display: flex;
  align-items: center;
  font-size: 160%;
  line-height: 20px;
}
.header .sign_btns > a,
.header .sign_btns > button {
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
}
.header .sign_btns > a:last-child,
.header .sign_btns > button:last-child {
  order: 2;
}
.header .sign_btns:before {
  display: block;
  content: attr(data-separator);
  opacity: 0.3;
  margin: 0 7px;
  order: 1;
}
.header .menu_btn {
  display: none;
}
.header_main {
  display: flex;
  padding: 25px 60px;
  align-items: center;
  justify-content: space-between;
}
.header .main_logo {
  position: relative;
  z-index: 5;
}
.header .main_logo svg,
.header .main_logo img {
  display: block;
  height: 34px;
  width: auto;
}
.header .main_logo a {
  display: block;
  color: inherit;
}
.header .main_logo svg {
  color: inherit;
}
.header .main_logo svg path {
  fill: currentColor;
}
.header .actions_block {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}
.header .actions_block .search_btn {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 240%;
  margin-right: 10px;
  color: inherit;
}
.header .actions_block .search_btn:before {
  display: block;
}
.header .actions_block .favorite_btn,
.header .actions_block .cart_btn {
  display: flex;
  align-items: center;
  font-size: 160%;
  font-family: "medium";
  margin-left: 20px;
  color: inherit;
}
.header .actions_block .favorite_btn:before,
.header .actions_block .cart_btn:before {
  display: block;
  margin-right: 5px;
}
.header .actions_block .favorite_btn:empty:after,
.header .actions_block .cart_btn:empty:after {
  display: block;
  font-family: "medium" !important;
  content: "0";
}
.header .actions_block .favorite_btn:before {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
  font-size: 137.5%;
}
.header .actions_block .cart_btn:before {
  font-size: 150%;
}
.header .actions_block .cart_btn:not(:empty):before {
  color: #f9b638;
}
.header .search_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200;
  -o-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.header .search_block form {
  flex: 1;
  width: 50%;
  display: flex;
  margin-right: 20px;
  align-items: center;
}
.header .search_block form input {
  font-size: 200%;
  line-height: 35px;
  padding: 10px 25px;
  flex: 2;
  max-width: 680px;
  margin-right: 5px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.header .search_block form button {
  border: none;
  padding: 0;
  background: transparent;
  font-size: 240%;
  color: inherit;
  opacity: 0.3;
}
.header .search_block form button:before {
  display: block;
}
.header .search_inner {
  background: #ffffff;
  padding: 80px 60px;
  display: flex;
  align-items: center;
}
.header .search_hint {
  flex: 1;
  max-width: 310px;
  text-align: right;
  opacity: 0.2;
  font-size: 230%;
  line-height: 1.4em;
  margin-right: 10px;
}
.header .search_close {
  display: flex;
  align-items: center;
}
.header .search_close button {
  border: none;
  padding: 0;
  background: transparent;
  font-size: 200%;
  color: inherit;
}
.header .search_close button:before {
  display: block;
}
.header .close_hint {
  font-size: 160%;
  line-height: 20px;
  opacity: 0.2;
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .header.homepage_header {
    -o-transition: top 0.5s, background-color 0.3s;
    -ms-transition: top 0.5s, background-color 0.3s;
    -moz-transition: top 0.5s, background-color 0.3s;
    -webkit-transition: top 0.5s, background-color 0.3s;
    transition: top 0.5s, background-color 0.3s;
  }
  .header.homepage_header .second_menu {
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .header.homepage_header .second_menu .phone_link,
.header.homepage_header .main_logo {
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header.homepage_header:not(.standard_header) {
    background: transparent;
    border-bottom-color: transparent;
  }
  .header.homepage_header:not(.standard_header) .second_menu {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
  }
  .header.homepage_header:not(.standard_header) .second_menu .menu_list {
    color: rgba(255, 255, 255, 0.5);
  }
  .header.homepage_header:not(.standard_header) .free_delivery a {
    color: #f9b638;
  }
  .header.homepage_header:not(.standard_header) .free_delivery a:hover {
    color: rgba(239, 186, 47, 0.7) !important;
  }
  .header.homepage_header:not(.standard_header) .main_logo,
.header.homepage_header:not(.standard_header) .actions_block,
.header.homepage_header:not(.standard_header) .menu_block {
    color: #ffffff;
  }
  .header.homepage_header:not(.standard_header) .cities_list .list_inner,
.header.homepage_header:not(.standard_header) .submenu_list,
.header.homepage_header:not(.standard_header) .lg_list {
    color: #000000;
  }
}
@media (max-width: 1559px) {
  .header .promo_inner {
    font-size: 160%;
    line-height: 22px;
  }
  .header .second_menu {
    padding: 10px 40px;
  }
  .header .second_menu .menu_list {
    font-size: 140%;
  }
  .header .second_menu .menu_list li:not(:last-child) {
    margin-right: 16px;
  }
  .header .cities_block {
    font-size: 140%;
    margin-right: 40px;
  }
  .header .lg_block {
    margin: 0 60px;
    font-size: 160%;
  }
  .header .sign_btns {
    font-size: 140%;
  }
  .header .main_logo svg,
.header .main_logo img {
    height: 30px;
  }
  .header_main {
    padding: 21px 40px;
  }
  .header .actions_block .search_btn {
    font-size: 200%;
  }
  .header .actions_block .favorite_btn,
.header .actions_block .cart_btn {
    font-size: 140%;
  }
  .header .actions_block .cart_btn:before {
    font-size: 1.8rem;
  }
  .header .actions_block .favorite_btn:before {
    -webkit-text-stroke: 1px;
    font-size: 1.7rem;
  }
  .header .main_menu > li {
    margin-top: 24px;
    padding: 0 20px 24px;
  }
  .header .main_menu > li > a {
    font-size: 180%;
  }
  .header .main_menu .submenu_btn:before {
    padding: 5px 0 3px;
  }
  .header .main_menu .submenu_list {
    max-width: 960px;
    padding: 0 30px;
    font-size: 160%;
    line-height: 24px;
  }
  .header .main_menu .submenu_list:before, .header .main_menu .submenu_list:after {
    height: 30px;
  }
  .header .main_menu .sublevel_list:before {
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .header .search_block form input {
    font-size: 180%;
    line-height: 28px;
    padding: 10px 20px;
    max-width: 600px;
  }
  .header .search_inner {
    padding: 60px 40px;
  }
  .header .search_hint {
    max-width: 240px;
    font-size: 200%;
  }
  .header .search_close button {
    font-size: 180%;
  }
  .header .close_hint {
    font-size: 140%;
    line-height: 20px;
  }
}
@media (max-width: 1439px) {
  .header .promo_inner {
    font-size: 140%;
    line-height: 20px;
  }
  .header .second_menu {
    padding: 9px 40px;
  }
  .header .second_menu .menu_list {
    font-size: 120%;
  }
  .header .second_menu .menu_list li:not(:last-child) {
    margin-right: 14px;
  }
  .header .cities_block {
    font-size: 120%;
    margin-right: 35px;
  }
  .header .lg_block {
    margin: 0 55px;
    font-size: 140%;
  }
  .header .sign_btns {
    font-size: 120%;
  }
  .header .main_logo svg,
.header .main_logo img {
    height: 26px;
  }
  .header_main {
    padding: 19px 40px;
  }
  .header .actions_block .search_btn {
    font-size: 180%;
  }
  .header .actions_block .favorite_btn,
.header .actions_block .cart_btn {
    font-size: 120%;
  }
  .header .actions_block .cart_btn:before {
    font-size: 1.6rem;
  }
  .header .actions_block .favorite_btn:before {
    font-size: 1.5rem;
  }
  .header .main_menu > li {
    margin-top: 21px;
    padding: 0 13px 21px;
  }
  .header .main_menu > li > a {
    font-size: 160%;
    line-height: 22px;
  }
  .header .main_menu .submenu_list {
    max-width: 800px;
    padding: 0 25px;
    font-size: 140%;
    line-height: 20px;
    min-height: 120px;
  }
  .header .main_menu .submenu_list:before, .header .main_menu .submenu_list:after {
    height: 30px;
  }
  .header .main_menu .sublevel_list:before {
    margin-top: 6px;
    margin-bottom: 18px;
  }
  .header .search_block form input {
    font-size: 150%;
    line-height: 22px;
    padding: 10px 15px;
    max-width: 540px;
  }
  .header .search_inner {
    padding: 60px 40px;
  }
  .header .search_hint {
    max-width: 190px;
    font-size: 170%;
  }
  .header .search_close button {
    padding: 2px 0;
    font-size: 160%;
  }
  .header .close_hint {
    font-size: 120%;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .header .promo_inner {
    font-size: 130%;
    line-height: 18px;
  }
  .header .promo_close {
    right: 20px;
  }
  .header .second_menu {
    padding: 9px 40px;
  }
  .header .cities_block {
    margin-right: 20px;
  }
  .header .lg_block {
    margin: 0 40px;
  }
  .header .main_logo svg,
.header .main_logo img {
    height: 24px;
  }
  .header_main {
    padding: 17px 40px;
  }
  .header .actions_block .search_btn {
    font-size: 160%;
  }
  .header .actions_block .cart_btn,
.header .actions_block .favorite_btn {
    margin-left: 15px;
  }
  .header .main_menu > li {
    margin-top: 19px;
    padding: 0 12px 19px;
  }
  .header .main_menu > li > a {
    font-size: 140%;
    line-height: 20px;
  }
  .header .main_menu .submenu_list {
    max-width: 680px;
    padding: 0 20px;
    font-size: 130%;
    line-height: 19px;
    min-height: 100px;
  }
  .header .main_menu .submenu_list:before, .header .main_menu .submenu_list:after {
    height: 25px;
  }
  .header .main_menu .sublevel_list:before {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .header .search_block form input {
    font-size: 140%;
    line-height: 18px;
    padding: 10px 15px;
    max-width: 480px;
  }
  .header .search_inner {
    padding: 60px 40px;
  }
  .header .search_hint {
    max-width: 160px;
    font-size: 160%;
  }
}
@media (max-width: 991px) {
  .header:after {
    display: none;
  }
  .header .promo_block {
    -o-transition-delay: 0.7s !important;
    -ms-transition-delay: 0.7s !important;
    -moz-transition-delay: 0.7s !important;
    -webkit-transition-delay: 0.7s !important;
    transition-delay: 0.7s !important;
  }
  .header .promo_block.closed {
    -o-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
    -moz-transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  .header .promo_inner {
    font-size: 180%;
    line-height: 24px;
  }
  .header .menu_block {
    position: fixed;
    background: #000000;
    color: #ffffff;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -o-transition: height 0.7s;
    -ms-transition: height 0.7s;
    -moz-transition: height 0.7s;
    -webkit-transition: height 0.7s;
    transition: height 0.7s;
    display: flex;
    flex-direction: column;
  }
  .header .menu_block:before {
    display: block;
    height: 73px;
    min-height: 73px;
    content: "";
  }
  .header .menu_inner {
    flex: 1;
    height: 50%;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
  }
  .header_main {
    position: relative;
    z-index: 100;
    padding: 25px 20px;
    -o-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .header_main:after {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    display: block;
    content: "";
    border-top: 1px solid;
    opacity: 0.1;
  }
  .header .menu_btn {
    display: block;
    position: relative;
    overflow: hidden;
    margin-right: 30px;
    width: 21px;
    min-width: 21px;
    height: 21px;
    padding: 10px 0;
    border: none;
    background: transparent;
    color: inherit;
  }
  .header .menu_btn:before, .header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    left: -30px;
    width: 61px;
    border-top: 1px solid;
    -o-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  .header .menu_btn:before {
    top: 0;
  }
  .header .menu_btn:after {
    bottom: 0;
  }
  .header .menu_btn span {
    display: block;
    border-top: 1px solid;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .header .main_logo {
    margin-right: auto;
  }
  .header .main_logo img,
.header .main_logo svg {
    height: 20px;
  }
  .header .actions_block .search_btn {
    font-size: 240%;
  }
  .header .actions_block .favorite_btn,
.header .actions_block .cart_btn {
    font-size: 160%;
  }
  .header .actions_block .cart_btn {
    margin-left: 20px;
  }
  .header .actions_block .cart_btn:before {
    font-size: 2.4rem;
  }
  .header .actions_block .favorite_btn:before {
    -webkit-text-stroke: 1.5px;
    font-size: 2.2rem;
  }
  .header .lg_block {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 220%;
    line-height: 30px;
    margin: 0;
  }
  .header .lg_btn {
    display: none;
  }
  .header .lg_list {
    display: flex !important;
    background: transparent;
    box-shadow: none;
    position: relative;
    left: auto;
    width: auto;
    right: auto;
    top: auto;
    font-family: "regular";
  }
  .header .lg_list li:not(:first-child) {
    display: flex;
    align-items: center;
  }
  .header .lg_list li:not(:first-child):before {
    content: "|";
    color: #ffffff;
    margin: 0 10px;
    font-family: "medium";
  }
  .header .lg_list a:not(.selected) {
    color: #f9b638;
  }
  .header .lg_list a.selected {
    color: #b4b4b4;
    opacity: 1;
  }
  .header .main_menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    color: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
  }
  .header .main_menu > li {
    margin-top: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .header .main_menu > li > a {
    font-size: 240%;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .header .main_menu .submenu_btn {
    flex-direction: row-reverse;
  }
  .header .main_menu .submenu_btn:before {
    margin-right: 0;
    margin-left: 10px;
    font-weight: normal;
  }
  .header .main_menu .submenu_list {
    position: relative;
    max-width: 240px;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    box-shadow: none;
    background: transparent;
    font-size: 200%;
    line-height: 24px;
    padding: 0;
    min-height: 0;
    margin: 0;
  }
  .header .main_menu .submenu_list ul {
    display: block;
  }
  .header .main_menu .submenu_list ul:not(.large_submenu) > li {
    padding-bottom: 10px;
  }
  .header .main_menu .submenu_list:before, .header .main_menu .submenu_list:after {
    display: none;
  }
  .header .main_menu .sublevel_list li {
    padding-bottom: 5px;
  }
  .header .main_menu .view_all_link {
    padding-bottom: 40px;
    text-align: left;
  }
  .header .second_menu {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;
    background: transparent;
  }
  .header .second_menu .menu_list {
    color: #ffffff;
    display: block;
    border: solid rgba(255, 255, 255, 0.2);
    border-width: 1px 0;
    font-size: 240%;
    line-height: 30px;
    padding: 30px 0;
    width: 100%;
  }
  .header .second_menu .menu_list li:not(:first-child) {
    margin-right: 0;
    margin-top: 20px;
  }
  .header .cities_block {
    order: 1;
    padding: 30px 0;
    justify-content: space-between;
    font-size: 180%;
    line-height: 24px;
    margin: 0;
    width: 100%;
    align-items: flex-start;
  }
  .header .cities_list .list_inner {
    color: #ffffff;
    background: transparent;
    top: auto;
    left: auto;
    box-shadow: none;
    right: auto;
    width: auto;
    position: relative;
  }
  .header .cities_list .list_inner li {
    padding: 0 15px 5px;
  }
  .header .cities_list .current_city {
    display: inline-flex;
    vertical-align: top;
  }
  .header .sign_btns {
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0;
    font-size: 180%;
    line-height: 24px;
    width: 100%;
    order: 2;
  }
  .header .sign_btns:before {
    font-size: 0;
    line-height: 0;
    height: 20px;
  }
  .header .free_delivery {
    display: none;
  }
  .header .search_inner {
    padding: 40px 20px;
  }
  .header .search_hint {
    display: none;
  }
  .header .search_close {
    margin-top: -60px;
  }
  .header .search_block {
    background: #ffffff;
  }
  .header .search_block form input {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .header .promo_inner {
    font-size: 140%;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 0;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .menu_block:before {
    height: 51px;
    min-height: 51px;
  }
  .header .menu_inner {
    flex: 1;
    height: 50%;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
  }
  .header_main {
    padding: 15px 20px;
  }
  .header .menu_btn {
    margin-right: 20px;
  }
  .header .menu_btn:before {
    top: 3px;
    left: -27px;
  }
  .header .menu_btn:after {
    bottom: 3px;
    left: -27px;
  }
  .header .actions_block .search_btn {
    font-size: 200%;
    margin-right: 5px;
  }
  .header .actions_block .favorite_btn,
.header .actions_block .cart_btn {
    font-size: 140%;
    margin-left: 10px;
  }
  .header .actions_block .cart_btn:before {
    font-size: 2rem;
  }
  .header .actions_block .favorite_btn:before {
    -webkit-text-stroke: 1px;
    font-size: 1.8rem;
  }
  .header .lg_block {
    top: 20px;
    font-size: 160%;
    line-height: 22px;
  }
  .header .main_menu > li > a {
    font-size: 200%;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .header .main_menu .submenu_list {
    font-size: 160%;
    line-height: 20px;
  }
  .header .main_menu .submenu_list ul {
    display: block;
  }
  .header .main_menu .submenu_list ul:not(.large_submenu) > li {
    padding-bottom: 10px;
  }
  .header .main_menu .submenu_list:before, .header .main_menu .submenu_list:after {
    display: none;
  }
  .header .main_menu .sublevel_list li {
    padding-bottom: 5px;
  }
  .header .main_menu .view_all_link {
    padding-bottom: 40px;
    text-align: left;
  }
  .header .main_menu .submenu_btn:before {
    font-size: 50%;
  }
  .header .second_menu .menu_list {
    font-size: 200%;
    line-height: 24px;
    padding: 20px 0;
  }
  .header .second_menu .menu_list li:not(:first-child) {
    margin-top: 15px;
  }
  .header .cities_block {
    padding: 20px 0;
    font-size: 140%;
    line-height: 20px;
  }
  .header .sign_btns {
    padding: 20px 0;
    font-size: 140%;
    line-height: 20px;
  }
  .header .sign_btns:before {
    height: 15px;
  }
  .header .search_block form input {
    font-size: 160%;
    line-height: 20px;
    width: 360px;
    max-width: 65vw;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .header .search_block form button {
    font-size: 200%;
  }
}
@media (max-width:359px) {
  .header .promo_inner {
    font-size: 130%;
    line-height: 16px;
    padding: 10px 60px;
  }
  .header .menu_btn {
    margin-right: 15px;
  }
  .header .actions_block .search_btn {
    font-size: 180%;
    margin-right: 0;
  }
  .header .actions_block .favorite_btn,
.header .actions_block .cart_btn {
    font-size: 130%;
    margin-left: 10px;
  }
  .header .actions_block .cart_btn:before {
    font-size: 1.8rem;
    margin-right: 3px;
  }
  .header .actions_block .favorite_btn:before {
    font-size: 1.6rem;
    margin-right: 3px;
  }
}

@media (max-width: 991px) {
  .ios_device .header .menu_inner {
    overflow-y: auto;
  }

  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .header_main {
    color: #ffffff;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .menu_opened .header .menu_btn span {
    opacity: 0;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .menu_opened .header .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .menu_opened .header .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .menu_opened .header .promo_block {
    max-height: 0;
    -o-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
    -moz-transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  .menu_opened .header .promo_block:not(.closed) + .menu_block {
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .menu_opened .header .menu_block {
    height: 100%;
  }
  .menu_opened .header .menu_inner {
    animation-name: changeOverflow;
    animation-duration: 0.1s;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
  }
}
.web .header .search_close button:hover,
.web .header .main_menu a:hover,
.web .header .actions_block a:hover,
.web .header .actions_block button:hover,
.web .header .sign_btns a:hover,
.web .header .sign_btns button:hover,
.web .header .lg_list a:not(.selected):hover,
.web .header .second_menu .menu_list a:hover,
.web .header .cities_list .list_inner a:hover,
.web .header .current_city:hover,
.web .header .promo_close:hover {
  color: #efba2f;
}
.web .header .lg_btn:hover {
  color: rgba(249, 182, 56, 0.7);
}
.web .header .main_logo a:hover {
  color: #efba2f;
}
.web .header .search_block form button:hover {
  opacity: 1;
}

.touch .header .search_close button:active,
.touch .header .main_menu a:active,
.touch .header .actions_block a:active,
.touch .header .actions_block button:active,
.touch .header .sign_btns a:active,
.touch .header .sign_btns button:active,
.touch .header .lg_list a:not(.selected):active,
.touch .header .second_menu .menu_list a:active,
.touch .header .current_city:active,
.touch .header .cities_list .list_inner a:active,
.touch .header .phone_link:active,
.touch .header .promo_close:active {
  color: #efba2f;
}
.touch .header .lg_btn:active {
  color: rgba(249, 182, 56, 0.7);
}
.touch .header .main_logo a:active {
  color: #efba2f;
}
.touch .header .search_block form button:active {
  opacity: 1;
}
.touch .header .close_hint {
  display: none;
}

@keyframes changeOverflow {
  0% {
    overflow-y: hidden;
  }
  100% {
    overflow-y: auto;
  }
}
.footer {
  opacity: 0;
}
.footer .subscribe_section {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 60px;
  color: #ffffff;
  margin-bottom: 75px;
}
.footer .subscribe_description {
  max-width: 560px;
  opacity: 0.45;
  font-size: 180%;
  line-height: 28px;
  margin-top: 20px;
}
.footer .subscribe_form {
  position: relative;
  display: flex;
  margin-top: 35px;
}
.footer .subscribe_form ::-webkit-input-placeholder {
  color: #ffffff;
}
.footer .subscribe_form :-moz-placeholder {
  color: #ffffff;
}
.footer .subscribe_form ::-moz-placeholder {
  color: #ffffff;
}
.footer .subscribe_form :-ms-input-placeholder {
  color: #ffffff;
}
.footer .subscribe_form input {
  flex: 1;
  width: 50%;
  max-width: 360px;
  margin-right: 20px;
  background: #474747;
  font-size: 180%;
  line-height: 24px;
  padding: 15px 25px;
  color: inherit;
  border-radius: 4px;
  border: none;
}
.footer .subscribe_form button {
  padding: 0 21px;
  border-radius: 4px;
  border: none;
  background: #ffffff;
  color: #000000;
  font-size: 180%;
  line-height: 24px;
  font-family: "medium";
}
.footer .subscribe_form .error_hint {
  position: absolute;
  top: 100%;
  left: 0;
  width: 360px;
  text-align: right;
  font-size: 140%;
  line-height: 18px;
}
.footer .info_section {
  font-size: 140%;
  line-height: 20px;
  margin: 0 auto 55px;
  max-width: 1600px;
  opacity: 0.4;
  text-align: center;
}
.footer_bottom {
  padding-top: 45px;
  background: #f7f7f7;
}
.footer .menu_contacts .custom_container {
  display: flex;
}
.footer .logo_block {
  margin-right: 80px;
}
.footer .logo_block a {
  display: block;
}
.footer .logo_block img {
  display: block;
  width: 48px;
  opacity: 0.3;
}
.footer_menu {
  display: flex;
  flex: 1;
  width: 10%;
  white-space: nowrap;
  font-size: 180%;
  line-height: 24px;
}
.footer_menu > li {
  margin-right: 90px;
}
.footer_menu > li > a {
  margin-bottom: 15px;
}
.footer_menu ul {
  color: rgba(0, 0, 0, 0.3);
}
.footer_menu ul a {
  margin-bottom: 10px;
}
.footer_menu a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.footer_contacts {
  width: 500px;
  min-width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer_subtitle {
  font-size: 180%;
  line-height: 24px;
}
.footer .other_contacts {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 140%;
  line-height: 18px;
  font-family: "medium";
  margin-bottom: 45px;
  color: rgba(0, 0, 0, 0.3);
}
.footer .other_contacts a {
  color: inherit;
}
.footer .support_service {
  margin-bottom: 25px;
}
.footer .support_service a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  font-size: 320%;
  line-height: 38px;
  margin-top: 5px;
}
.footer .ask_question_btn {
  flex: 1;
  max-width: 180px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-size: 180%;
  line-height: 24px;
  padding: 0 20px;
  background: #ffffff;
  border-radius: 4px;
  color: inherit;
  font-family: "medium";
}
.footer .socials_list {
  display: flex;
  align-items: center;
  height: 56px;
}
.footer .socials_list li {
  margin-right: 23px;
}
.footer .socials_list a {
  display: block;
  opacity: 0.5;
}
.footer .socials_list img {
  display: block;
  width: 23px;
  height: auto;
}
.footer .payment_methods {
  display: flex;
  align-items: center;
  flex: 1;
  width: 10%;
  justify-content: center;
  height: 56px;
}
.footer .payment_methods img {
  margin: 0 12px;
  display: block;
  max-width: 46px;
  max-height: 28px;
}
.footer .developer {
  margin-left: 12px;
  font-size: 200%;
  line-height: 20px;
  font-family: "medium";
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.footer .developer a {
  display: block;
}
.footer .developer a img {
  display: block;
  width: 100px;
  margin-top: 2px;
}
.footer .copyrights {
  padding: 23px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 140%;
  line-height: 18px;
  font-family: "medium";
  color: rgba(0, 0, 0, 0.3);
  margin-top: 50px;
}
.footer .copyrights .custom_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .copyrights a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
@media (max-width: 1559px) {
  .footer .subscribe_section {
    padding: 60px 40px;
  }
  .footer .subscribe_description {
    font-size: 160%;
    line-height: 24px;
    max-width: 500px;
  }
  .footer .subscribe_form input {
    max-width: 320px;
    font-size: 160%;
    padding: 15px 20px;
  }
  .footer .subscribe_form .error_hint {
    width: 320px;
  }
  .footer .subscribe_form button {
    font-size: 160%;
  }
  .footer .info_section {
    max-width: 1200px;
  }
  .footer .logo_block {
    margin-right: 60px;
  }
  .footer .logo_block img {
    width: 42px;
  }
  .footer_menu {
    font-size: 160%;
    line-height: 20px;
  }
  .footer_menu > li {
    margin-right: 80px;
  }
  .footer_contacts {
    width: 430px;
    min-width: 430px;
  }
  .footer_subtitle {
    font-size: 160%;
    line-height: 24px;
  }
  .footer .support_service a {
    font-size: 280%;
    line-height: 32px;
  }
  .footer .ask_question_btn {
    max-width: 160px;
    font-size: 160%;
    line-height: 26px;
    padding: 15px;
  }
  .footer .socials_list li {
    margin-right: 20px;
  }
  .footer .socials_list img {
    width: 20px;
  }
  .footer .payment_methods img {
    margin: 0 10px;
    max-height: 24px;
    max-width: 40px;
  }
  .footer .copyrights {
    font-size: 160%;
    line-height: 20px;
  }
  .footer .developer {
    font-size: 180%;
  }
}
@media (max-width: 1439px) {
  .footer .subscribe_section {
    margin-bottom: 50px;
  }
  .footer .subscribe_description {
    font-size: 140%;
    line-height: 21px;
    max-width: 440px;
    margin-top: 15px;
  }
  .footer .subscribe_form {
    margin-top: 30px;
  }
  .footer .subscribe_form input {
    max-width: 280px;
    font-size: 140%;
    padding: 15px;
  }
  .footer .subscribe_form .error_hint {
    width: 280px;
  }
  .footer .subscribe_form button {
    font-size: 140%;
  }
  .footer .info_section {
    max-width: 960px;
    font-size: 120%;
    line-height: 18px;
    margin-bottom: 50px;
  }
  .footer_bottom {
    padding-top: 35px;
  }
  .footer .logo_block {
    margin-right: 40px;
  }
  .footer .logo_block img {
    width: 36px;
  }
  .footer_menu {
    font-size: 140%;
    line-height: 18px;
  }
  .footer_menu > li {
    margin-right: 50px;
  }
  .footer_contacts {
    width: 380px;
    min-width: 380px;
  }
  .footer_subtitle {
    font-size: 140%;
    line-height: 24px;
  }
  .footer .support_service a {
    font-size: 240%;
    line-height: 28px;
  }
  .footer .ask_question_btn {
    max-width: 140px;
    font-size: 140%;
    line-height: 19px;
  }
  .footer .socials_list li {
    margin-right: 18px;
  }
  .footer .socials_list img {
    width: 18px;
  }
  .footer .other_contacts {
    margin-bottom: 30px;
  }
  .footer .payment_methods img {
    margin: 0 9px;
    max-height: 22px;
    max-width: 36px;
  }
  .footer .copyrights {
    font-size: 140%;
    line-height: 18px;
    padding: 15px 0;
    margin-top: 40px;
  }
  .footer .developer {
    font-size: 160%;
  }
}
@media (max-width: 1199px) {
  .footer .subscribe_section {
    padding: 40px;
  }
  .footer .subscribe_description {
    font-size: 130%;
    line-height: 19px;
    max-width: 400px;
  }
  .footer .subscribe_form {
    margin-top: 25px;
  }
  .footer .subscribe_form input {
    max-width: 255px;
    font-size: 130%;
  }
  .footer .subscribe_form .error_hint {
    width: 255px;
  }
  .footer .subscribe_form button {
    font-size: 130%;
  }
  .footer .info_section {
    max-width: 720px;
  }
  .footer_bottom {
    padding-top: 30px;
  }
  .footer .logo_block {
    margin-right: 30px;
  }
  .footer .logo_block img {
    width: 32px;
  }
  .footer_menu {
    font-size: 130%;
    line-height: 17px;
  }
  .footer_menu > li {
    margin-right: 40px;
  }
  .footer_contacts {
    width: 350px;
    min-width: 350px;
  }
  .footer_subtitle {
    font-size: 130%;
    line-height: 18px;
  }
  .footer .support_service a {
    font-size: 220%;
    line-height: 26px;
  }
  .footer .ask_question_btn {
    max-width: 130px;
    font-size: 130%;
    line-height: 18px;
  }
  .footer .socials_list li {
    margin-right: 16px;
  }
  .footer .socials_list img {
    width: 16px;
  }
  .footer .payment_methods img {
    margin: 0 8px;
    max-height: 20px;
    max-width: 32px;
  }
  .footer .copyrights {
    font-size: 130%;
    line-height: 17px;
    margin-top: 30px;
  }
  .footer .developer {
    font-size: 140%;
  }
}
@media (max-width: 991px) {
  .footer_top {
    padding-top: 60px;
  }
  .footer .subscribe_section {
    padding: 30px 20px;
    margin-bottom: 60px;
  }
  .footer .subscribe_description {
    font-size: 160%;
    line-height: 24px;
    max-width: 500px;
  }
  .footer .subscribe_form input {
    font-size: 160%;
    line-height: 24px;
    max-width: 320px;
  }
  .footer .subscribe_form .error_hint {
    width: 320px;
  }
  .footer .subscribe_form button {
    font-size: 160%;
  }
  .footer .info_section {
    display: none;
  }
  .footer_bottom {
    padding-top: 40px;
  }
  .footer_bottom .custom_container {
    flex-wrap: wrap;
  }
  .footer .logo_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer .logo_block a,
.footer .logo_block img {
    margin: 0 auto;
    width: 42px;
  }
  .footer_menu {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
    font-size: 160%;
    line-height: 20px;
  }
  .footer_menu > li:last-child {
    margin: 0;
  }
  .footer_contacts {
    flex: 0 0 100%;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
  }
  .footer_contacts:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    border-top: 1px solid;
    opacity: 0.06;
  }
  .footer_subtitle {
    font-size: 160%;
    line-height: 20px;
  }
  .footer .support_service a {
    font-size: 280%;
    line-height: 32px;
  }
  .footer .ask_question_btn {
    font-size: 160%;
    max-width: 160px;
    line-height: 26px;
  }
  .footer .socials_list li {
    margin-right: 20px;
  }
  .footer .socials_list img {
    width: 20px;
  }
  .footer .payment_methods img {
    margin: 0 10px;
    max-height: 24px;
    max-width: 40px;
  }
  .footer .copyrights {
    font-size: 160%;
    line-height: 20px;
  }
  .footer .developer {
    font-size: 180%;
  }
}
@media (max-width: 767px) {
  .footer .subscribe_section {
    padding: 40px 20px;
    text-align: center;
  }
  .footer .subscribe_section .section_title {
    font-size: 0;
  }
  .footer .subscribe_section .section_title:before {
    display: block;
    font-size: 3.2rem;
    content: attr(data-mobile);
    line-height: 1.25em;
  }
  .footer .subscribe_description {
    font-size: 200%;
    line-height: 30px;
    max-width: 100%;
    margin-top: 20px;
  }
  .footer .subscribe_form {
    max-width: 360px;
    margin: 30px auto 0;
  }
  .footer .subscribe_form .error_hint {
    width: auto;
    right: 80px;
  }
  .footer .subscribe_form input {
    max-width: 280px;
    font-size: 200%;
    line-height: 24px;
  }
  .footer .subscribe_form button {
    font-size: 0;
    line-height: 0;
    width: 60px;
    min-width: 60px;
  }
  .footer .subscribe_form button:before {
    display: block;
    font-size: 2rem;
    font-family: "icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
  }
  .footer .copyrights .custom_container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .developer {
    font-size: 160%;
  }
  .footer_menu {
    display: block;
    font-size: 200%;
    line-height: 24px;
  }
  .footer_menu > li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer_menu > li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .footer_menu > li > a {
    margin-bottom: 20px;
  }
  .footer_menu > li > a:not(:last-child) {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer_menu > li > a:not(:last-child):after {
    display: block;
    font-size: 2rem;
    font-family: "icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 75%;
    margin-left: 20px;
    -o-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  .footer_menu > li.opened > a:after {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
  }
  .footer_menu > li.opened ul {
    max-height: 200px;
  }
  .footer_menu ul {
    position: relative;
    overflow: hidden;
    max-height: 0;
    -o-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  .footer_menu ul a {
    margin: 0;
  }
  .footer_menu ul li {
    padding-bottom: 15px;
  }
  .footer_menu ul:after {
    display: block;
    content: "";
    height: 5px;
  }
  .footer_contacts {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .footer_top {
    padding-top: 40px;
  }
  .footer .subscribe_section {
    padding: 30px 20px;
    margin-bottom: 40px;
  }
  .footer .subscribe_section .section_title {
    font-size: 0;
  }
  .footer .subscribe_section .section_title:before {
    font-size: 2.8rem;
  }
  .footer .subscribe_description {
    font-size: 180%;
    line-height: 28px;
  }
  .footer .subscribe_form input {
    font-size: 180%;
  }
  .footer_subtitle {
    font-size: 140%;
    line-height: 24px;
  }
  .footer .support_service a {
    font-size: 240%;
    line-height: 28px;
  }
  .footer .ask_question_btn {
    max-width: 140px;
    font-size: 140%;
    line-height: 19px;
    height: auto;
  }
  .footer_menu {
    display: block;
    font-size: 180%;
    line-height: 24px;
  }
  .footer_menu > li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer_menu > li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .footer_menu > li > a {
    margin-bottom: 15px;
  }
  .footer_menu ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .footer_top, .footer_bottom {
    padding-top: 30px;
  }
  .footer .subscribe_section {
    margin-bottom: 30px;
  }
  .footer .subscribe_section .section_title:before {
    font-size: 2.4rem;
  }
  .footer .subscribe_description {
    font-size: 160%;
    line-height: 24px;
  }
  .footer .subscribe_form input {
    font-size: 160%;
    line-height: 20px;
  }
  .footer .subscribe_form button {
    width: 50px;
    min-width: 50px;
  }
  .footer .subscribe_form .error_hint {
    right: 70px;
  }
  .footer .socials_list li {
    margin-right: 16px;
  }
  .footer .socials_list img {
    width: 20px;
  }
  .footer .payment_methods img {
    margin: 0 8px;
  }
  .footer .copyrights {
    font-size: 140%;
    margin-top: 30px;
  }
  .footer .developer {
    font-size: 140%;
  }
  .footer .developer a img {
    width: 90px;
  }
  .footer .support_service a {
    font-size: 200%;
    line-height: 24px;
  }
  .footer .ask_question_btn {
    max-width: 130px;
    font-size: 130%;
    line-height: 18px;
  }
}
@media (max-width:359px) {
  .footer .subscribe_description {
    font-size: 140%;
    line-height: 20px;
  }
  .footer .subscribe_form input {
    font-size: 140%;
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .footer .subscribe_form button {
    width: 50px;
    min-width: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .footer .subscribe_form .error_hint {
    right: 50px;
  }
  .footer .socials_list li {
    margin-right: 14px;
  }
  .footer .payment_methods img {
    margin: 0 7px;
  }
  .footer .copyrights {
    font-size: 160%;
    line-height: 20px;
  }
  .footer_subtitle {
    font-size: 140%;
    line-height: 24px;
  }
  .footer .support_service a {
    font-size: 160%;
    line-height: 20px;
  }
  .footer .ask_question_btn {
    max-width: 140px;
    font-size: 140%;
    line-height: 19px;
  }
}

.web .ask_question_btn:hover {
  background: #000000;
  color: #ffffff;
}
.web .subscribe_form button:hover {
  background: #fcd878;
  color: #ffffff;
}
.web .footer .logo_block a:hover img {
  opacity: 1;
}
.web .footer_menu > li > a:hover {
  color: #efba2f;
}
.web .footer_menu ul a:hover {
  color: #000000;
}
.web .footer .copyrights a:hover,
.web .footer .other_contacts a:hover {
  color: #000000;
}
.web .footer .socials_list a:hover {
  opacity: 1;
}

.touch .ask_question_btn:active {
  background: #000000;
  color: #ffffff;
}
.touch .subscribe_form button:active {
  background: #fcd878;
  color: #ffffff;
}
.touch .footer .logo_block a:active img {
  opacity: 1;
}
.touch .footer_menu > li > a:active {
  color: #efba2f;
}
.touch .footer_menu ul a:active {
  color: #000000;
}
.touch .footer .copyrights a:active,
.touch .footer .other_contacts a:active {
  color: #000000;
}
.touch .footer .developer a:active {
  opacity: 0.7;
}
.touch .footer .socials_list a:active {
  opacity: 1;
}

.product_block {
  background: #fafafa;
  position: relative;
  border-radius: 4px;
  padding-bottom: 40px;
}
.product_block .image_block {
  position: relative;
}
.product_block .image_block .product_image {
  display: block;
  max-width: 440px;
  margin: 0 auto;
}
.product_block .image_block .product_image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.product_block .heart_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: transparent;
  font-size: 200%;
}
.product_block .heart_btn:before {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  display: block;
}
.product_block .stickers {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: -10px;
  display: block;
}
.product_block .stickers span {
  text-transform: uppercase;
  font-size: 150%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  font-family: "bold";
  color: #000000;
  margin-bottom: 5px;
  min-width: 52px;
  height: 26px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.product_block .bottom_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 10px;
  height: 36px;
}
.product_block .product_name {
  padding: 0 20px;
  margin-top: 15px;
  height: 65px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.product_block .product_name a {
  font-size: 180%;
  line-height: 21px;
  color: inherit;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product_block .product_price {
  font-size: 200%;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.3);
  display: flex;
  white-space: nowrap;
  font-family: "medium";
}
.product_block .old_price {
  display: inline-block;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 3px;
  position: relative;
  margin-left: 10px;
}
.product_block .old_price:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 90%;
  height: 2px;
  background: rgba(249, 182, 56, 0.9);
  margin-top: -2px;
  transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform-origin: center;
  -webkit-transfrom-origin: center;
}
.product_block .old_price:before {
  position: absolute;
  right: 100%;
  top: 0;
  content: "-";
}
.product_block .pre_order {
  background: #ffffff;
  border: none;
  border-radius: 4px;
  color: #000000;
  padding: 15px;
  width: 160px;
  font-size: 180%;
  line-height: 24px;
  font-family: "medium";
}
.product_block .add_to_cart {
  border: none;
  border-radius: 4px;
  color: #ffffff;
  background: #000000;
  padding: 7px;
  min-width: 94px;
  height: 36px;
  font-size: 140%;
  line-height: 25px;
}
.product_block.hovered .product_image img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.product_block.hovered .product_name a {
  color: #efba2f;
}
@media (max-width: 1559px) {
  .product_block .product_name {
    height: 59px;
  }
  .product_block .product_name a {
    font-size: 160%;
    line-height: 20px;
  }
  .product_block .product_price {
    font-size: 180%;
  }
  .product_block .pre_order {
    font-size: 160%;
    line-height: 20px;
    width: auto;
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .product_block .product_block .product_name a {
    font-size: 140%;
    line-height: 18px;
  }
  .product_block .product_block .product_price {
    font-size: 160%;
  }
  .product_block .product_block .pre_order {
    font-size: 140%;
    line-height: 20px;
  }
  .product_block .product_block .add_to_cart {
    font-size: 120%;
    min-width: 0;
    padding: 7px 15px;
  }
}
@media (max-width: 991px) {
  .product_block .product_name {
    height: 65px;
  }
  .product_block .product_name a {
    font-size: 180%;
    line-height: 21px;
  }
  .product_block .product_price {
    font-size: 200%;
    line-height: 24px;
  }
  .product_block .pre_order {
    width: 160px;
    font-size: 180%;
    line-height: 24px;
  }
  .product_block .add_to_cart {
    padding: 7px;
    min-width: 94px;
    height: 36px;
    font-size: 140%;
  }
}
@media (max-width: 767px) {
  .product_block .product_name a {
    font-size: 140%;
    line-height: 18px;
  }
  .product_block .product_price {
    font-size: 160%;
  }
  .product_block .pre_order {
    font-size: 140%;
    line-height: 20px;
  }
  .product_block .add_to_cart {
    font-size: 120%;
    min-width: 0;
    padding: 7px 15px;
  }
}
@media (max-width: 575px) {
  .product_block .product_name {
    height: 59px;
  }
  .product_block .product_name a {
    font-size: 160%;
    line-height: 20px;
  }
  .product_block .product_price {
    font-size: 180%;
  }
  .product_block .pre_order {
    font-size: 160%;
    line-height: 20px;
    width: auto;
    padding: 15px;
  }
}
@media (max-width:359px) {
  .product_block .product_name a {
    font-size: 140%;
    line-height: 18px;
  }
  .product_block .product_price {
    font-size: 160%;
  }
  .product_block .pre_order {
    font-size: 140%;
    line-height: 20px;
  }
  .product_block .add_to_cart {
    font-size: 120%;
    min-width: 0;
    padding: 7px 15px;
  }
}

.web .product_block:hover {
  background-color: #ffffff;
  box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.04);
}
.web .product_block:hover .product_price {
  color: #000000;
}
.web .product_block:hover .heart_btn {
  color: #c8c8c8;
}
.web .product_block:hover .heart_btn:hover {
  color: #000000;
}
.web .product_block:hover .old_price:before {
  color: #000000;
}
.web .product_block .pre_order:hover {
  background: #000000;
  color: #ffffff;
}
.web .product_block .add_to_cart:hover {
  background: #fcd878;
  color: #000000;
}
.web .product_block .product_name a:hover {
  color: #efba2f;
}

.touch .product_block .heart_btn {
  color: #c8c8c8;
}
.touch .product_block .heart_btn:active {
  color: #000000;
}
.touch .product_block .pre_order:active {
  background: #000000;
  color: #ffffff;
}
.touch .product_block .add_to_cart:active {
  background: #fcd878;
  color: #000000;
}
.touch .product_block .heart_btn {
  opacity: 1;
}
.touch .product_block .heart_btn:active {
  color: #000000;
}
.touch .product_block .product_name a:active {
  color: #efba2f;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .products_list li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.web .popup_close, .web .header .search_block form button, .footer, .web .footer .logo_block a img, .web .footer .developer a, .web .footer .socials_list a {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .popup_block .checkbox_btn span, .web .popup_block .checkbox_btn a, .web .popup_block .forget_link, .web .popup_block .form_btns .popup_btn, .web .header .search_close button,
.web .header .main_menu a,
.web .header .actions_block a,
.web .header .actions_block button,
.web .header .sign_btns a,
.web .header .sign_btns button,
.web .header .lg_list a:not(.selected),
.web .header .second_menu .menu_list a,
.web .header .cities_list .list_inner a,
.web .header .current_city,
.web .header .promo_close, .web .header .lg_btn, .web .header .main_logo a, .web .footer_menu a, .web .footer .copyrights a,
.web .footer .other_contacts a, .product_block .product_price, .web .product_block .heart_btn,
.web .product_block .old_price:before, .web .product_block .product_name a, .touch .product_block .heart_btn, .touch .product_block .product_name a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.error_hint, .popup_block .checkbox_btn span:before, .web .popup_block .validate_btn, .header .promo_block, .web .ask_question_btn, .web .subscribe_form button, .product_block, .product_block .image_block .product_image img, .web .product_block .pre_order, .web .product_block .add_to_cart {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .popup_close, .touch .header .search_block form button, .touch .footer .logo_block a img, .touch .footer .developer a, .touch .footer .socials_list a {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .popup_block .checkbox_btn span, .touch .popup_block .checkbox_btn a, .touch .popup_block .forget_link, .touch .popup_block .form_btns .popup_btn, .touch .header .search_close button,
.touch .header .main_menu a,
.touch .header .actions_block a,
.touch .header .actions_block button,
.touch .header .sign_btns a,
.touch .header .sign_btns button,
.touch .header .lg_list a:not(.selected),
.touch .header .second_menu .menu_list a,
.touch .header .current_city,
.touch .header .cities_list .list_inner a,
.touch .header .phone_link,
.touch .header .promo_close, .touch .header .lg_btn, .touch .header .main_logo a, .touch .footer_menu a, .touch .footer .copyrights a,
.touch .footer .other_contacts a, .touch .product_block .heart_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .popup_block .validate_btn, .touch .ask_question_btn, .touch .subscribe_form button, .touch .product_block .pre_order, .touch .product_block .add_to_cart {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .footer .developer a:hover {
  opacity: 0.7;
}

.popup_block .checkbox_btn span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup_block .checkbox_btn input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

/*# sourceMappingURL=main.css.map */
