@font-face {
  font-family: "montserrat-regular";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.otf") format("opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratarm-regular";
  font-display: swap;
  src: url("../fonts/Montserratarm-Regular/Montserratarm-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.otf") format("opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.woff") format("woff"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat-medium";
  font-display: swap;
  src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.otf") format("opentype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratarm-medium";
  font-display: swap;
  src: url("../fonts/Montserratarm-Medium/Montserratarm-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.otf") format("opentype"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.woff") format("woff"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "montserrat-light";
  font-display: swap;
  src: url("../fonts/Montserrat-light/Montserrat-light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-light/Montserrat-light.otf") format("opentype"), url("../fonts/Montserrat-light/Montserrat-light.woff") format("woff"), url("../fonts/Montserrat-light/Montserrat-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratarm-light";
  font-display: swap;
  src: url("../fonts/Montserratarm-light/Montserratarm-light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-light/Montserratarm-light.otf") format("opentype"), url("../fonts/Montserratarm-light/Montserratarm-light.woff") format("woff"), url("../fonts/Montserratarm-light/Montserratarm-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?n0i860");
  src: url("../fonts/icons/icomoon.eot?n0i860#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?n0i860") format("truetype"), url("../fonts/icons/icomoon.woff?n0i860") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_arrow_right:before {
  content: "\e911";
}

.icon_edit:before {
  content: "\e900";
}

.icon_delete:before {
  content: "\e909";
}

.icon_arrow_top:before {
  content: "\e916";
}

.icon_search:before {
  content: "\e917";
}

.icon_compare:before {
  content: "\e918";
}

.icon_basket:before {
  content: "\e919";
}

.icon_account:before {
  content: "\e921";
}

.icon_facebook:before {
  content: "\e90a";
}

.icon_instagram:before {
  content: "\e90b";
}

.icon_linkedin:before {
  content: "\e90c";
}

.icon_twitter:before {
  content: "\e90d";
}

.icon_pinterest:before {
  content: "\e90e";
}

.icon_youtube:before {
  content: "\e90f";
}

.icon_telegram:before {
  content: "\e91a";
}

.icon_ok:before {
  content: "\e91b";
}

.icon_vk:before {
  content: "\e91c";
}

.icon_google:before {
  content: "\e91d";
}

.icon_tiktok:before {
  content: "\e91e";
}

.icon_flickr:before {
  content: "\e91f";
}

.icon_down:before {
  content: "\e901";
}

.icon_left:before {
  content: "\e902";
}

.icon_right:before {
  content: "\e903";
}

.icon_close:before {
  content: "\e904";
}

.icon_checked:before {
  content: "\e905";
}

.icon_info:before {
  content: "\e906";
}

.icon_favorite:before {
  content: "\e907";
}

.icon_globe:before {
  content: "\e908";
}

.icon_refresh:before {
  content: "\e910";
}

.icon_calculator:before {
  content: "\e912";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "montserrat-regular", "montserratarm-regular";
  background: #F5F5F5;
}
body:before {
  display: block;
  position: fixed;
  content: "";
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(51, 51, 51, 0.55);
  opacity: 0;
  height: 0;
  -o-transition: height 0.05s, opacity 0.5;
  -ms-transition: height 0.05s, opacity 0.5;
  -moz-transition: height 0.05s, opacity 0.5;
  -webkit-transition: height 0.05s, opacity 0.5;
  transition: height 0.05s, opacity 0.5;
  -o-transition-delay: 0.5;
  -ms-transition-delay: 0.5;
  -moz-transition-delay: 0.5;
  -webkit-transition-delay: 0.5;
  transition-delay: 0.5;
}
body.popup_opened {
  overflow: hidden;
}
body.popup_opened:before {
  height: 100%;
  opacity: 1;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.show_popup {
  overflow: hidden;
}
body.show_popup:before {
  height: 100%;
  opacity: 1;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.show_popup .loan_popup {
  top: 0;
  overflow-y: auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

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

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

a {
  color: #FB016F;
}

button {
  cursor: pointer;
  display: block;
}

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

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
input:-webkit-autofill {
  background-clip: text;
  -webkit-background-clip: text;
  background: transparent;
  color: red;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

[class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.page_container {
  width: 100%;
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

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

.inner_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.custom__col {
  padding-right: 10px;
  padding-left: 10px;
}

.sub_title {
  font-size: 160%;
  line-height: 19px;
  color: inherit;
  font-family: "montserrat-medium", "montserratarm-medium";
}
@media screen and (max-width: 767px) {
  .sub_title {
    font-size: 130%;
    line-height: 16px;
  }
}

.block_all_pages {
  margin-top: 135px;
}

.datepicker {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  font-size: 120%;
  line-height: 20px;
  padding: 5px;
}
.datepicker:before {
  display: none;
}
.datepicker table {
  width: 100%;
}
.datepicker table tr td span {
  border-radius: 3px;
}
.datepicker table tr td span:hover {
  background: #f2f2f2;
}
.datepicker table tr td span.focused {
  color: #ffffff;
  background: #FB016F !important;
}
.datepicker thead th,
.datepicker thead td {
  padding: 5px;
  border-radius: 3px;
}
.datepicker thead .prev,
.datepicker thead .datepicker-switch,
.datepicker thead .next {
  font-family: "montserrat-medium", "montserratarm-medium";
  vertical-align: middle;
}
.datepicker thead .prev:hover,
.datepicker thead .datepicker-switch:hover,
.datepicker thead .next:hover {
  background: #f2f2f2;
}
.datepicker thead .prev,
.datepicker thead .next {
  font-size: 0;
  line-height: 0;
  padding: 5px 10px;
}
.datepicker thead .prev:before,
.datepicker thead .next:before {
  font-size: 1.2rem;
  display: block;
  font-weight: 900;
}
.datepicker thead .prev:before {
  content: "\e902";
}
.datepicker thead .next:before {
  content: "\e903";
}
.datepicker tbody td,
.datepicker tbody th {
  width: 14.285%;
  height: 28px;
  border-radius: 3px;
}
.datepicker tbody td.day:not(.disabled):hover,
.datepicker tbody th.day:not(.disabled):hover {
  background: #f2f2f2;
}
.datepicker tbody td.day.active,
.datepicker tbody th.day.active {
  background: #FB016F !important;
  color: #ffffff;
}

.breadcrumbs {
  font-size: 120%;
  line-height: 15px;
  padding: 25px 0;
  white-space: nowrap;
  color: #999999;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs li:before {
  content: "";
  display: block;
  margin: 0 4px;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background-color: #999999;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs div {
  color: #333333;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.checkbox_btn {
  vertical-align: top;
  margin: 0;
  font-weight: normal;
  font-size: 130%;
  line-height: 16px;
  position: relative;
  overflow: hidden;
}
.checkbox_btn input:checked + span:before {
  border-color: #666666;
  background: transparent;
  color: #666666;
}
.checkbox_btn span {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #999999;
}
.checkbox_btn span:not(:last-child) {
  float: left;
  margin-right: 5px;
}
.checkbox_btn span:before {
  display: flex;
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin-right: 9px;
  border: 1px solid #666666;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 0.7rem;
  border-radius: 2px;
}
.checkbox_btn a {
  display: block;
  margin-left: 40px;
  line-height: 28px;
}
.checkbox_btn.has-error span:before {
  border-color: #b94a48;
}

.page_title {
  margin: 0;
  font-family: "montserrat-medium", "montserratarm-medium";
}
@media screen and (min-width: 960px) {
  .page_title {
    font-size: 200%;
    line-height: 24px;
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .page_title {
    font-size: 180%;
    line-height: 22px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page_title {
    font-size: 150%;
    line-height: 19px;
    padding-bottom: 16px;
  }
}

.large_title {
  margin: 0;
  font-family: "montserrat-medium", "montserratarm-medium";
}
@media screen and (min-width: 1200px) {
  .large_title {
    font-size: 450%;
    line-height: 54px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .large_title {
    font-size: 360%;
    line-height: 42px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .large_title {
    font-size: 280%;
    line-height: 34px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .large_title {
    font-size: 240%;
    line-height: 28px;
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .standard_text {
    font-size: 140%;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .standard_text {
    font-size: 120%;
    line-height: 20px;
  }
}

input,
textarea {
  border: 1px solid #cccccc;
  font-size: 140%;
  line-height: 18px;
  border-radius: 2px;
  color: #333333;
  padding: 11px 15px;
  background: transparent;
}
input:focus,
textarea:focus {
  border-color: #333333;
}

.forms_link {
  color: #999999;
  font-size: 140%;
  line-height: 21px;
}
.forms_link span {
  position: relative;
}
.forms_link span:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #999999;
  position: absolute;
  margin-top: 4px;
  left: 0;
  text-align: center;
  right: 0;
}

.validate_button {
  margin-left: auto;
  background: #333333;
  height: 45px;
  width: 100%;
  border: none;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "montserrat-medium", "montserratarm-medium";
  font-size: 120%;
  line-height: 15px;
}

.modal-inner-wrap .action-primary {
  background: #333333;
  height: 45px;
  flex: 1;
  width: 20%;
  border: none;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "montserrat-medium", "montserratarm-medium";
  font-size: 120%;
  line-height: 15px;
  margin-left: 10px;
  margin-right: 0;
}
.modal-inner-wrap .action-secondary {
  background: transparent;
  height: 45px;
  flex: 1;
  width: 20%;
  border: 1px solid;
  text-transform: uppercase;
  color: #333333;
  font-family: "montserrat-medium", "montserratarm-medium";
  font-size: 120%;
  line-height: 15px;
  margin-left: 0;
  margin-right: 10px;
}

textarea {
  height: 100px;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

:-moz-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

.individual_hint,
.drop_list {
  display: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

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

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

.has-error .error_hint,
.has-error + .error_hint {
  max-height: 60px;
}
.has-error ::-webkit-input-placeholder {
  color: #b94a48;
}
.has-error :-moz-placeholder {
  color: #b94a48;
}
.has-error ::-moz-placeholder {
  color: #b94a48;
}
.has-error :-ms-input-placeholder {
  color: #b94a48;
}

.field_block {
  position: relative;
  margin-bottom: 15px;
}
.field_block input,
.field_block textarea {
  width: 100%;
}
.field_block textarea {
  resize: none;
  display: block;
}

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

.page-main {
  padding-top: 158px;
}
@media screen and (max-width: 767px) {
  .page-main {
    padding-top: 100px;
  }
}

.back_link {
  display: inline-flex;
  vertical-align: top;
  font-size: 110%;
  line-height: 13px;
  font-family: "montserrat-medium", "montserratarm-medium";
  color: #1A1A1A;
}
.back_link:before {
  display: block;
  margin-right: 8px;
}

.back_to_top {
  position: fixed;
  top: 50%;
  margin-top: 38px;
  right: 0;
  z-index: 50;
  color: #ffffff !important;
  background: #FB016F;
  font-size: 80%;
  line-height: 15px;
  border: none;
  padding: 9px 0;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  height: 75px;
  width: 40px;
  font-family: "montserrat-medium", "montserratarm-medium";
  justify-content: flex-end;
}
.back_to_top:not(.active) {
  pointer-events: none;
  opacity: 0;
}
.back_to_top:hover {
  background: rgba(251, 1, 111, 0.7);
}
.back_to_top:active {
  background: #FB016F;
}
.back_to_top:before {
  display: block;
  font-size: 150%;
  margin-top: 20px;
}

.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.loading-mask .loader > p {
  display: none;
}

.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}

body > .loading-mask {
  z-index: 9999;
}

.loader > img {
  max-width: 24px;
}

@media screen and (max-width: 767px) {
  .default_page {
    padding-top: 20px;
  }
}
.loan_popup {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  overflow: hidden;
  z-index: 10000;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.loan_popup.showed {
  top: 0;
  overflow-y: auto;
}
.loan_popup .popup_inner {
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.loan_popup .popup_container {
  background: #ffffff;
  width: 100%;
  max-width: 900px;
  padding: 36px 40px 32px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .loan_popup .popup_container {
    background: #ffffff;
    width: 100%;
    max-width: 900px;
    padding: 20px 20px 20px;
    position: relative;
  }
}
.loan_popup .popup_close.icon_close {
  position: absolute;
  right: 40px;
  background: none;
  border: none;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .loan_popup .popup_close.icon_close {
    right: 20px;
  }
}
.loan_popup .loan_actions .calculate_loan {
  min-width: 135px;
  font-size: 120%;
  line-height: 14px;
  padding: 7px 15px;
  margin: 20px 0;
  color: inherit;
  border: 1px solid;
  background: transparent;
  margin-left: auto;
}
.loan_popup .loan_calculator {
  width: 100%;
}
.loan_popup .info_results_popup {
  overflow-x: auto;
  margin: 25px auto 0;
  white-space: nowrap;
  scrollbar-color: #999999 #e5e5e5;
  scrollbar-width: thin;
  max-height: 500px;
  width: 100%;
}
.loan_popup .info_results_popup::-webkit-scrollbar {
  width: 10px;
  height: auto;
  border-radius: 0px;
  background: #e5e5e5;
}
.loan_popup .info_results_popup::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #999999;
}
.loan_popup .info_results_popup table {
  width: 100%;
  padding: 13px;
  border-collapse: collapse;
}
.loan_popup .info_results_popup table th {
  border: 1px solid #F5F5F5;
  padding: 15px;
  text-align: inherit;
  color: #333333;
  font-size: 140%;
  line-height: 18px;
  font-family: "montserrat-regular", "montserratarm-regular";
}
.loan_popup .info_results_popup table td {
  border: 1px solid #F5F5F5;
  padding: 15px;
  text-align: inherit;
  font-size: 160%;
  line-height: 18px;
  color: #333333;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.loan_popup .info_results_popup table thead,
.loan_popup .info_results_popup table tfoot {
  background: #F5F5F5;
}
.loan_popup .info_results_popup table tfoot {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
.loan_popup .info_results_popup table tfoot tr {
  font-family: "montserrat-medium", "montserratarm-medium";
}
.loan_popup .loan_product_title {
  margin: 0 0 15px;
  font-family: "montserrat-medium", "montserratarm-medium";
  width: 100%;
}
@media screen and (min-width: 960px) {
  .loan_popup .loan_product_title {
    font-size: 200%;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .loan_popup .loan_product_title {
    font-size: 180%;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .loan_popup .loan_product_title {
    font-size: 150%;
    line-height: 19px;
  }
}
.loan_popup .loan_product_price {
  font-size: 140%;
  line-height: 18px;
  color: #000000;
  font-family: "montserrat-medium", "montserratarm-medium";
  margin-bottom: 20px;
}

.price_calculator {
  font-size: 1.1rem;
  line-height: 12px;
  color: #F21565;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 10px;
  min-height: 35px;
  flex: 1;
}
.price_calculator span {
  text-decoration: underline;
}
.price_calculator:before {
  margin-right: 5px;
  font-size: 20px;
}

.footer .second_menu, .footer .socials_list, .footer_menu > li ul, .minicart-wrapper .minicart-items, .header .sublevel_list > ul, .header .submenu_list > ul, .header .catalog_menu, .header .website_menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer_menu {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.product-item-info .action.towishlist.active:after, .product-item-info .action.towishlist.selected:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.back_to_top:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.product-item-info .action.towishlist:before,
.product-item-info .action.tocompare:before, .footer .form.subscribe button.subscribe:before, .header .dark_layer:before, .header .lg_list:before,
.header .current_lg a:before, [class*=icon_]:before, .datepicker thead .prev:before,
.datepicker thead .next:before, .product-item-info .action.towishlist:after,
.product-item-info .action.tocompare:after, [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-item-info .product-item-link, .product-item-info .product-image-photo, .footer .form.subscribe button.subscribe:before, .footer .socials_list a, .header .main_logo a {
  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%;
  background: #F5F5F5;
  z-index: 200;
}
.header_top {
  color: #666666;
}
.header_top a {
  color: inherit;
}
.header_middle .page_container {
  display: flex;
}
.header .website_menu a {
  display: inline-block;
  vertical-align: top;
}
.header .main_logo {
  position: relative;
  z-index: 100;
}
.header .main_logo a {
  display: block;
}
.header .search_form {
  position: relative;
}
.header .search_form ::-webkit-input-placeholder {
  color: #999999;
}
.header .search_form :-moz-placeholder {
  color: #999999;
}
.header .search_form ::-moz-placeholder {
  color: #999999;
}
.header .search_form :-ms-input-placeholder {
  color: #999999;
}
.header .search_form input {
  border: 1px solid #cccccc;
  border-radius: 25px;
  background: transparent;
  font-size: inherit;
  line-height: inherit;
  padding: 13px 56px 13px 26px;
  width: 100%;
  color: inherit;
}
.header .search_form button {
  position: absolute;
  border: none;
  border-radius: 20px;
  background: transparent;
  font-size: 1.4rem;
  color: #FB016F;
  height: 100%;
  width: 46px;
  top: 0;
  right: 0;
}
.header .search_form .search_results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 12px;
  background: #ffffff;
  max-height: 340px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 30;
}
.header .search_form .search_results ul {
  margin: 0;
  padding: 5px 0 20px;
}
.header .search_form .search_results li {
  padding: 15px 20px 0;
  color: #1A1A1A;
  font-size: 1.3rem;
  line-height: 17px;
}
.header .actions_list {
  display: flex;
  align-items: center;
}
.header .action_block {
  margin-left: 15px;
}
.header .action_block > [class*=icon_] {
  display: block;
  content: "";
  position: relative;
  color: #666666;
}
.header .action_block > [class*=icon_]:before {
  display: block;
}
.header .action_block > [class*=icon_] > span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 110%;
  background: #FB016F;
  line-height: 14px;
  min-width: 14px;
  text-align: center;
  padding: 0 3px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 0 !important;
  transform: translate3d(-50%, -1px, 0);
  -moz-transform: translate3d(-50%, -1px, 0);
  -ms-transform: translate3d(-50%, -1px, 0);
  -webkit-transform: translate3d(-50%, -1px, 0);
  -o-transform: translate3d(-50%, -1px, 0);
}
.header .action_block > [class*=icon_].empty *,
.header .action_block > [class*=icon_] .empty {
  display: none;
}
.header .action_block .icon_account:before {
  font-size: 1.8rem;
}
.header .action_block .icon_compare:before {
  font-size: 1.9rem;
}
.header .action_block .icon_basket:before {
  font-size: 2rem;
}
.header .action_block .icon_favorite:before {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px;
  font-size: 1.7rem;
}
.header_bottom {
  background: #000000;
  position: relative;
  display: flex;
}
.header .catalog_menu {
  white-space: nowrap;
  display: flex;
  flex: 1;
  width: 50%;
  position: relative;
  z-index: 10;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
}
.header .catalog_menu::-webkit-scrollbar {
  width: 0;
  height: 0;
  border-radius: 0;
  background: transparent;
}
.header .catalog_menu::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: transparent;
}
.header .catalog_menu:not(.active) {
  visibility: hidden;
  pointer-events: none;
}
.header .catalog_menu a {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.header .catalog_menu li.opened {
  background: #FB016F;
}
.header .catalog_menu li:first-child {
  margin-left: auto;
}
.header .catalog_menu li:last-child {
  margin-right: auto;
}
.header .scroll_btn {
  border: none;
  padding: 0;
  position: relative;
  z-index: 11;
}
.header .scroll_btn:before {
  display: block;
  font-weight: 900;
}
.header .scroll_btn.inactive {
  opacity: 0.5;
  cursor: default;
}
.header .submenu_content {
  position: absolute;
  top: 100%;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.01);
  z-index: 20;
  overflow: hidden;
}
.header .submenu_list {
  display: none;
}
.header .submenu_list > ul {
  background: #ffffff;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 385px;
}
.header .submenu_list > ul:before, .header .submenu_list > ul:after {
  display: block;
  content: "";
  height: 5px;
}
.header .submenu_list > ul > li > a {
  color: inherit;
  display: flex;
  align-items: center;
  font-family: "montserrat-medium", "montserratarm-medium";
  min-height: 43px;
  padding: 5px 20px;
}
.header .submenu_list[style*=block] ~ .dark_layer {
  opacity: 1;
  bottom: 0;
}
.header .sublevel_list {
  position: absolute;
  width: 100%;
  left: 100%;
  top: 0;
  min-height: 100%;
  background: #ffffff;
  z-index: 2;
  -o-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.header .sublevel_list.opened {
  left: 0;
}
.header .sublevel_list > ul {
  max-height: 335px;
  overflow-x: hidden;
  overflow-y: auto;
}
.header .sublevel_list > ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .sublevel_list > ul li:not(:first-child) {
  border-top: 1px solid #F5F5F5;
}
.header .sublevel_list a {
  display: flex;
  align-items: center;
  font-size: 120%;
  line-height: 15px;
  color: inherit;
  padding: 5px 20px;
  min-height: 50px;
}
.header .sub_close {
  display: flex;
  align-items: center;
  color: #333333;
  cursor: pointer;
  padding: 19px 20px;
  height: 50px;
  border-bottom: 1px solid #F5F5F5;
  font-size: 120%;
}
.header .sub_close:before {
  display: block;
  font-weight: 900;
}
.header .dark_layer {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 100%;
  z-index: -1;
  background: rgba(51, 51, 51, 0.4);
  opacity: 0;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header .view_all {
  font-family: "montserrat-medium", "montserratarm-medium";
  color: #1A1A1A;
}
.header .view_all a {
  position: relative;
}
.header .view_all a:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  overflow: hidden;
  width: 0;
  border-top: 1px solid;
  transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -o-transition: all 0.3s, color 0s;
  -ms-transition: all 0.3s, color 0s;
  -moz-transition: all 0.3s, color 0s;
  -webkit-transition: all 0.3s, color 0s;
  transition: all 0.3s, color 0s;
}
.header .view_all a:hover:after {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .header_top {
    font-size: 110%;
    line-height: 14px;
  }
  .header_top .page_container:before {
    min-width: 200px;
  }
  .header .search_block {
    font-size: 110%;
    line-height: 14px;
  }
  .header .main_logo {
    margin-right: 84px;
  }
  .header .actions_list {
    margin-left: 55px;
  }
  .header .catalog_menu li a {
    padding-left: 46px;
    padding-right: 46px;
  }
  .header .scroll_btn {
    min-width: 66px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header_top,
.header .search_block {
    font-size: 120%;
    line-height: 14px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .header_top .page_container:before {
    min-width: 160px;
  }
  .header .main_logo {
    margin-right: 44px;
  }
  .header .actions_list {
    margin-left: 35px;
  }
  .header .catalog_menu li a {
    padding-left: 35px;
    padding-right: 35px;
  }
  .header .scroll_btn {
    min-width: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .header_top .page_container:before {
    min-width: 140px;
  }
  .header .main_logo {
    margin-right: 24px;
  }
  .header .actions_list {
    margin-left: 9px;
  }
  .header .catalog_menu li a {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header .scroll_btn {
    min-width: 44px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .header .catalog_menu li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .header_top {
    background: #e5e5e5;
    height: 30px;
  }
  .header_top .page_container {
    display: flex;
    height: 100%;
    align-items: flex-start;
  }
  .header_top .page_container:before {
    display: block;
    content: "";
  }
  .header .website_menu {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .header .website_menu li {
    padding-right: 20px;
  }
  .header .lg_list {
    margin: 0 0 0 auto;
    padding: 0;
    list-style-type: none;
    background: #d9d9d9;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    z-index: 20;
  }
  .header .lg_list a {
    color: inherit;
    padding: 0 10px;
    display: flex;
    align-items: center;
    height: 30px;
  }
  .header .lg_list li:not(.current_lg) {
    position: relative;
    overflow: hidden;
    height: 0;
    order: 2;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
  }
  .header .lg_list li:not(.current_lg) a {
    justify-content: center;
  }
  .header .lg_list li.current_lg {
    height: 30px;
  }
  .header .lg_list li.current_lg a:before {
    display: block;
    content: "\e908";
    font-size: 1.2rem;
    margin-right: 5px;
  }
  .header .lg_list li.current_lg a:after {
    display: block;
    content: "";
    margin-left: 10px;
    border-style: solid;
    border-width: 4px 3px 0;
    min-width: 7px;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .header .lg_list.opened li:not(.current_lg) {
    height: 30px;
  }
  .header .lg_list.opened .current_lg a:after {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
  }
  .header .main_logo {
    display: flex;
    background: #ffffff;
    width: 116px;
    height: 97px;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
  }
  .header .main_logo:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    border-width: 47px 8px;
    border-style: solid;
    border-color: transparent transparent #000000 #000000;
    opacity: 0.1;
    width: 15px;
    height: 97px;
    left: 100%;
  }
  .header .main_logo img {
    width: auto;
    height: 70px;
  }
  .header .search_block {
    flex: 1;
    width: 10%;
    padding: 13px 0;
  }
  .header .mob_search_btn,
.header .menu_btn {
    display: none;
  }
  .header .catalog_menu a {
    height: 60px;
    font-size: 120%;
    line-height: 16px;
  }
  .header .catalog_menu li:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .catalog_menu li.opened {
    border-color: transparent;
    background: #FB016F;
  }
  .header .catalog_menu li.opened + li {
    border-color: transparent;
  }
  .header .scroll_btn {
    color: #999999;
    font-size: 120%;
    background: inherit;
  }
  .header .scroll_left {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .scroll_right {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .submenu_list > ul {
    scrollbar-color: #999999 #e5e5e5;
    scrollbar-width: thin;
  }
  .header .submenu_list > ul::-webkit-scrollbar {
    width: 10px;
    height: auto;
    border-radius: 0px;
    background: #e5e5e5;
  }
  .header .submenu_list > ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #999999;
  }
  .header .submenu_list > ul > li > a {
    font-size: 140%;
    line-height: 18px;
  }
  .header .dark_layer {
    top: 158px;
  }
  .header .submenu_content {
    max-width: 220px;
  }
  .header .sublevel_list ul,
.header .search_results {
    scrollbar-color: #999999 #e5e5e5;
    scrollbar-width: thin;
  }
  .header .sublevel_list ul::-webkit-scrollbar,
.header .search_results::-webkit-scrollbar {
    width: 10px;
    height: auto;
    border-radius: 0px;
    background: #e5e5e5;
  }
  .header .sublevel_list ul::-webkit-scrollbar-thumb,
.header .search_results::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #999999;
  }
}
@media screen and (max-width: 767px) {
  .header .catalog_menu a {
    height: 44px;
    font-size: 110%;
    line-height: 13px;
  }
  .header .catalog_menu li {
    background: transparent !important;
  }
  .header .scroll_btn {
    min-width: 38px;
    color: #ffffff;
    font-size: 80%;
  }
  .header .scroll_left {
    background: linear-gradient(to right, #333333, rgba(51, 51, 51, 0.1));
  }
  .header .scroll_right {
    background: linear-gradient(to left, #333333, rgba(51, 51, 51, 0.1));
  }
  .header .catalog_menu {
    margin: 0 -38px;
  }
  .header .catalog_menu:before, .header .catalog_menu:after {
    display: block;
    content: "";
    min-width: 25px;
  }
  .header_top {
    position: fixed;
    top: 58px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: rgba(51, 51, 51, 0.45);
    z-index: 100;
    -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_top .page_container {
    background: #ffffff;
  }
  .header_top .page_container:before {
    display: block;
    content: "";
    height: 18px;
  }
  .header_middle {
    padding: 5px 0;
  }
  .header_middle .mob_search_btn {
    border: none;
    background: transparent;
    font-size: 180%;
    color: #666666;
    padding: 0;
    position: relative;
    z-index: 50;
    -o-transition: color 0.15s;
    -ms-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
  }
  .header_middle .mob_search_btn:active {
    color: #FB016F;
  }
  .header_middle .mob_search_btn:before {
    display: block;
  }
  .header .main_logo {
    margin-right: auto;
  }
  .header .main_logo img {
    height: 47px;
    display: block;
  }
  .header .search_block {
    position: fixed;
    top: 57px;
    left: 0;
    width: 100%;
    bottom: 100%;
    overflow: hidden;
    z-index: 50;
    background: rgba(51, 51, 51, 0.4);
    -o-transition: bottom 0.5s;
    -ms-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
  }
  .header .search_block.showed {
    bottom: 0;
  }
  .header .search_block.showed .search_form {
    padding-top: 90px;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .header .search_block .mob_search_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 200%;
    color: #e5e5e5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 5;
    -o-transition: color 0.15s;
    -ms-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
  }
  .header .search_block .mob_search_btn:active {
    color: #FB016F;
  }
  .header .search_block .mob_search_btn:before {
    display: block;
  }
  .header .search_form {
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 5;
    margin: 0 10px;
    -o-transition: padding 0s;
    -ms-transition: padding 0s;
    -moz-transition: padding 0s;
    -webkit-transition: padding 0s;
    transition: padding 0s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .header .search_form:before {
    display: block;
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    height: 100px;
    z-index: -1;
    background: #ffffff;
    top: 0;
  }
  .header .search_form input {
    position: absolute;
    left: 0;
    top: 40px;
    font-size: 110%;
    line-height: 12px;
  }
  .header .search_form button {
    top: 40px;
    height: 40px;
  }
  .header .search_form .search_results {
    position: relative !important;
    left: auto;
    top: auto;
    max-height: 100%;
    margin: 0 -10px;
    background: #ffffff;
    width: auto !important;
  }
  .header .menu_btn {
    border: none;
    margin-right: -10px;
    margin-left: 15px;
    border: none;
    padding: 5px 10px;
    position: relative;
    z-index: 100;
    background: transparent;
    color: #666666;
  }
  .header .menu_btn:before {
    display: block;
    content: "";
    position: absolute;
    top: 16px;
    border-top: 2px solid;
    width: 15px;
    right: 10px;
    -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.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .header .menu_btn span {
    display: block;
    position: relative;
    overflow: hidden;
    width: 20px;
    height: 24px;
  }
  .header .menu_btn span:before, .header .menu_btn span:after {
    display: block;
    content: "";
    position: absolute;
    left: -21px;
    width: 50px;
    border-top: 2px 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 span:before {
    top: 5px;
  }
  .header .menu_btn span:after {
    bottom: 5px;
  }
  .header_bottom {
    border-top-width: 1px;
  }
  .header .website_menu {
    font-family: "montserrat-medium", "montserratarm-medium";
    margin: 0 -10px;
  }
  .header .website_menu li {
    padding: 18px 20px;
    border-bottom: 1px solid #F5F5F5;
  }
  .header .website_menu a {
    line-height: 13px;
  }
  .header .lg_list {
    display: flex;
    padding: 23px 10px;
    align-items: center;
    color: #666666;
    margin: 0;
    list-style-type: none;
  }
  .header .lg_list:before {
    content: "\e908";
    font-size: 120%;
    display: block;
  }
  .header .lg_list li {
    padding-left: 10px;
  }
  .header .lg_list li.current_lg a {
    text-decoration: underline;
  }
  .header .lg_list a {
    font-size: 110%;
    line-height: 14px;
  }
  .header .dark_layer {
    top: 102px;
  }
  .header .submenu_content {
    width: 100% !important;
    top: 57px;
    position: fixed;
    max-height: none;
    background: #ffffff;
    max-width: 100%;
  }
  .header .dark_layer {
    top: 57px;
    z-index: 50;
    left: auto;
    right: 0;
    width: auto;
  }
  .header .submenu_list {
    padding-top: 60px;
  }
  .header .submenu_list:before {
    display: block;
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(51, 51, 51, 0.4);
  }
  .header .submenu_list[style*=block] ~ .dark_layer {
    height: 60px;
    background: #ffffff;
    padding: 20px 10px;
    color: #666666;
    -o-transition: color 0.15s;
    -ms-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
  }
  .header .submenu_list[style*=block] ~ .dark_layer:before {
    display: block;
    content: "\e904";
    z-index: 20;
    font-size: 200%;
  }
  .header .submenu_list[style*=block] ~ .dark_layer:active {
    color: #FB016F;
  }
  .header .submenu_list > ul > li > a {
    font-size: 120%;
    line-height: 15px;
  }
  .header .sub_close {
    height: 60px;
  }
}
@media screen and (max-width: 479px) {
  .header .catalog_menu li a {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_btn:before {
    opacity: 0;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .menu_opened .menu_btn span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .menu_opened .menu_btn span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .menu_opened .header_top {
    height: 100%;
  }
}
.web .header .search_form button:hover {
  background: #cccccc;
}

.touch .header .search_form button:active {
  background: #cccccc;
}

.minicart-wrapper:before {
  left: 0;
  display: block;
  content: "";
  position: absolute;
  top: 140px;
  height: 0;
  width: 100%;
  background: #333333;
  opacity: 0;
  z-index: 101;
}
.minicart-wrapper.active:before {
  height: 100vh;
  opacity: 0.4;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  background: transparent;
  border: none;
  margin-top: 0;
  width: 731px;
  top: 140px;
  right: 0;
  box-shadow: none;
  min-width: 0;
  max-width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 102;
  display: none;
  position: fixed;
}
.minicart-wrapper .basket_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
  position: relative;
}
.minicart-wrapper .basket_head .options_info {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  font-family: "montserrat-medium", "montserratarm-medium";
  font-size: 160%;
  line-height: 19px;
  justify-content: flex-end;
  padding-right: 80px;
  text-align: center;
}
.minicart-wrapper .basket_head .options_info > div {
  width: 120px;
}
.minicart-wrapper .basket_head .close {
  border: none;
  background: transparent;
  font-size: 240%;
  padding: 0;
  color: rgba(153, 153, 153, 0.6);
}
.minicart-wrapper .basket_head .close:hover {
  color: #333333;
}
.minicart-wrapper .basket_head .close span {
  display: none;
}
.minicart-wrapper .basket_head .close:before {
  display: block;
}
.minicart-wrapper #minicart-content-wrapper {
  height: 100%;
  width: 100%;
}
.minicart-wrapper .block-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.minicart-wrapper .minicart-items-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.minicart-wrapper .minicart-items {
  position: relative;
}
.minicart-wrapper .minicart-items > li {
  padding: 20px 30px 10px;
}
.minicart-wrapper .minicart-items > li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.minicart-wrapper .minicart-items > li > .product {
  display: flex;
}
.minicart-wrapper .basket_footer {
  background: #ffffff;
}
.minicart-wrapper .cart_title {
  font-size: 200%;
  line-height: 1em;
  font-family: "montserrat-medium", "montserratarm-medium";
  margin: 0;
}
.minicart-wrapper .product-item-photo {
  display: block;
  min-width: 90px;
  margin-right: 15px;
}
.minicart-wrapper .product-item-photo img {
  display: block;
  max-width: 95px;
  max-height: 105px;
}
.minicart-wrapper .product-item-details {
  flex: 1;
  width: 50%;
  display: flex;
  align-items: flex-start;
}
.minicart-wrapper .product-item-details > .product.options {
  min-width: 120px;
  text-align: center;
  font-size: 0;
}
.minicart-wrapper .product-item-details > .product.options .label {
  display: none;
}
.minicart-wrapper .product-item-details > .product.options dd {
  margin: 0;
}
.minicart-wrapper .product-item-details > .product.options dd span {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 0 auto;
}
.minicart-wrapper .product-item-details > .product.options dd span[style*="#ffffff"], .minicart-wrapper .product-item-details > .product.options dd span[style*=white] {
  border: 1px solid #666666;
}
.minicart-wrapper .product-item-name {
  display: block;
  font-weight: normal;
  flex: 1;
  width: 10%;
}
.minicart-wrapper .product-item-name a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: inherit;
  font-family: "montserrat-medium", "montserratarm-medium";
  margin-bottom: 15px;
  max-width: 100%;
  font-size: 160%;
  line-height: 19px;
}
.minicart-wrapper .product-item-name .product.options.list {
  font-size: 140%;
  line-height: 18px;
  margin: 0;
}
.minicart-wrapper .product-item-name .product.options.list dt {
  color: #999999;
  float: left;
  margin-bottom: 5px;
  padding-right: 5px;
}
.minicart-wrapper .product-item-name .product.options.list dd {
  margin-bottom: 10px;
  margin-left: 0;
}
.minicart-wrapper .product-item-pricing {
  display: flex;
  min-width: 240px;
}
.minicart-wrapper .product-item-pricing .label {
  display: none;
}
.minicart-wrapper .product-item-pricing .details-qty {
  flex: 1;
  display: flex;
  justify-content: center;
}
.minicart-wrapper .product-item-pricing .count_action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.minicart-wrapper .product-item-pricing .count_action input {
  flex: 1;
  width: 10%;
  max-width: 35px;
  min-width: 27px;
  font-size: 170%;
  line-height: 21px;
  background: transparent;
  padding: 0 3px;
  text-align: center;
  color: #666666;
  border: none;
}
.minicart-wrapper .product-item-pricing .count_action .increase_btn,
.minicart-wrapper .product-item-pricing .count_action .decrease_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  min-width: 21px;
  height: 21px;
  background: transparent;
  border: 1px solid;
  position: relative;
}
.minicart-wrapper .product-item-pricing .count_action .increase_btn:before,
.minicart-wrapper .product-item-pricing .count_action .decrease_btn:before {
  display: block;
  width: 9px;
  border-top: 1px solid;
  content: "";
}
.minicart-wrapper .product-item-pricing .count_action .increase_btn:not(.inactive),
.minicart-wrapper .product-item-pricing .count_action .decrease_btn:not(.inactive) {
  cursor: pointer;
  color: #666666;
}
.minicart-wrapper .product-item-pricing .count_action .increase_btn.inactive,
.minicart-wrapper .product-item-pricing .count_action .decrease_btn.inactive {
  color: #e5e5e5;
}
.minicart-wrapper .product-item-pricing .count_action .increase_btn:after {
  display: block;
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  height: 9px;
  border-left: 1px solid;
}
.minicart-wrapper .product-item-pricing .price-container {
  flex: 1;
  text-align: center;
  font-size: 140%;
  line-height: 21px;
}
.minicart-wrapper .product-item-pricing .price-container .currency {
  font-size: 1.2rem;
  line-height: 15px;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.minicart-wrapper .update-cart-item {
  border: none;
  background: transparent;
  color: inherit;
  font-size: 210%;
  margin-left: 10px;
  padding: 0;
}
.minicart-wrapper .update-cart-item:before {
  display: block;
}
.minicart-wrapper .update-cart-item span {
  display: none;
}
.minicart-wrapper .product.actions {
  display: flex;
  justify-content: flex-end;
  min-width: 50px;
}
.minicart-wrapper .product.actions a,
.minicart-wrapper .product.actions button {
  display: block;
  color: inherit;
  font-size: 170%;
  padding: 2px 0;
}
.minicart-wrapper .product.actions a span,
.minicart-wrapper .product.actions button span {
  display: none;
}
.minicart-wrapper .product.actions a:before,
.minicart-wrapper .product.actions button:before {
  display: block;
}
.minicart-wrapper .product.actions .secondary {
  margin-left: 15px;
}
.minicart-wrapper .basket_footer {
  padding: 30px;
}
.minicart-wrapper .basket_footer > .subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.minicart-wrapper .basket_footer .label {
  font-size: 140%;
  line-height: 18px;
  color: #666666;
}
.minicart-wrapper .basket_footer .price-container {
  font-size: 150%;
  line-height: 17px;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.minicart-wrapper .basket_footer .price-container .currency {
  font-size: 1.2rem;
  line-height: 15px;
}
.minicart-wrapper .basket_footer .action.primary.checkout {
  border: none;
  color: #ffffff;
  background: #FB016F;
  height: 50px;
  width: 100%;
  margin-top: 30px;
  font-size: 120%;
  line-height: 15px;
}
@media screen and (max-height: 719px) {
  .minicart-wrapper .basket_head {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .minicart-wrapper .basket_head .options_info {
    bottom: 5px;
  }
  .minicart-wrapper .basket_footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .minicart-wrapper .basket_footer .action.primary.checkout {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .minicart-wrapper .block-minicart, .minicart-wrapper:before {
    top: 102px;
  }
}
@media screen and (max-height: 599px) {
  .minicart-wrapper .block-minicart, .minicart-wrapper:before {
    top: 0;
  }
  .minicart-wrapper .minicart-items-wrapper {
    flex: 1;
    height: 10%;
  }
}
@media screen and (max-height: 479px) {
  .minicart-wrapper .block-content {
    height: auto;
    min-height: 100%;
  }
  .minicart-wrapper #minicart-content-wrapper {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1199px) {
  .minicart-wrapper .basket_footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .minicart-wrapper .basket_head {
    padding-left: 20px;
    padding-right: 20px;
  }
  .minicart-wrapper .minicart-items > li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .minicart-wrapper .cart_title {
    font-size: 180%;
  }
  .minicart-wrapper .basket_head .options_info {
    font-size: 140%;
  }
  .minicart-wrapper .basket_head .options_info > div {
    width: 110px;
  }
  .minicart-wrapper .basket_head .options_info > div.color_info {
    width: 80px;
  }
  .minicart-wrapper .product-item-name a {
    font-size: 150%;
  }
  .minicart-wrapper .product-item-name .product.options.list {
    font-size: 130%;
    line-height: 17px;
  }
  .minicart-wrapper .product-item-details > .product.options {
    min-width: 80px;
  }
  .minicart-wrapper .product-item-pricing {
    min-width: 220px;
  }
  .minicart-wrapper .product-item-pricing .count_action input {
    font-size: 150%;
  }
  .minicart-wrapper .update-cart-item {
    margin-left: 5px;
  }
  .minicart-wrapper .product.actions .secondary {
    margin-left: 10px;
  }
  .minicart-wrapper .product-item-photo {
    margin-right: 10px;
  }
  .minicart-wrapper .block-minicart {
    width: 660px;
  }
}
@media screen and (max-width: 959px) {
  .minicart-wrapper .cart_title {
    font-size: 160%;
  }
  .minicart-wrapper .basket_footer,
.minicart-wrapper .basket_head {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .minicart-wrapper .basket_footer .action.primary.checkout {
    margin-top: 20px;
  }
  .minicart-wrapper .product-item-name a {
    font-size: 140%;
  }
  .minicart-wrapper .product-item-name .product.options.list {
    font-size: 120%;
    line-height: 15px;
  }
  .minicart-wrapper .basket_head .options_info {
    bottom: 5px;
    font-size: 140%;
  }
}
@media screen and (max-width: 767px) {
  .minicart-wrapper .block-minicart {
    width: 360px;
  }
  .minicart-wrapper .basket_head .options_info {
    display: none;
  }
  .minicart-wrapper .basket_head .close {
    font-size: 200%;
  }
  .minicart-wrapper .minicart-items > li > .product {
    display: block;
  }
  .minicart-wrapper .product-item-photo {
    display: inline-block;
    vertical-align: top;
    height: 105px;
    margin-bottom: 15px;
  }
  .minicart-wrapper .product-item-details {
    flex: none;
    width: 100%;
    position: relative;
    flex-direction: column;
  }
  .minicart-wrapper .product-item-details .secondary {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .minicart-wrapper .product-item-details .primary {
    position: absolute;
    right: 30px;
    bottom: 0;
  }
  .minicart-wrapper .product-item-details > .product.options .product.options.list {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .minicart-wrapper .product-item-details > .product.options .product.options.list .label {
    display: block;
    font-size: 1.2rem;
    line-height: 14px;
    min-width: 45px;
    padding-right: 10px;
    color: #999999;
    text-align: left;
  }
  .minicart-wrapper .product-item-name {
    position: absolute;
    left: 100px;
    right: 0;
    top: -120px;
    flex: none;
    width: auto;
  }
  .minicart-wrapper .product-item-pricing {
    flex-direction: column;
    align-items: flex-start;
  }
  .minicart-wrapper .product-item-pricing .label {
    display: block;
    font-size: 1.2rem;
    line-height: 14px;
    min-width: 45px;
    padding-right: 10px;
    color: #999999;
    text-align: left;
  }
  .minicart-wrapper .product-item-pricing .price-container {
    display: flex;
    align-items: center;
  }
  .minicart-wrapper .update-cart-item {
    margin-left: 15px;
  }
  .minicart-wrapper .details-qty {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .minicart-wrapper .cart_title {
    font-size: 140%;
  }
  .minicart-wrapper .basket_head .options_info {
    font-size: 120%;
  }
  .minicart-wrapper .product-item-name a {
    font-size: 120%;
  }
  .minicart-wrapper .product-item-name .product.options.list {
    font-size: 110%;
    line-height: 14px;
  }
  .minicart-wrapper .product-item-details > .product.options .product.options.list .label,
.minicart-wrapper .product-item-pricing .label {
    font-size: 1.1rem;
  }
}

.web .minicart-wrapper .minicart-items-wrapper {
  scrollbar-color: #999999 #e5e5e5;
  scrollbar-width: thin;
}
.web .minicart-wrapper .minicart-items-wrapper::-webkit-scrollbar {
  width: 10px;
  height: auto;
  border-radius: 0px;
  background: #e5e5e5;
}
.web .minicart-wrapper .minicart-items-wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #999999;
}
@media screen and (max-height: 479px) {
  .web #minicart-content-wrapper {
    scrollbar-color: #999999 #e5e5e5;
    scrollbar-width: thin;
  }
  .web #minicart-content-wrapper::-webkit-scrollbar {
    width: 10px;
    height: auto;
    border-radius: 0px;
    background: #e5e5e5;
  }
  .web #minicart-content-wrapper::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #999999;
  }
}

.footer {
  opacity: 0;
  background: #000000;
  color: #ffffff;
}
.footer.content,
.footer .content {
  padding-top: 0;
}
.footer_top {
  padding-top: 50px;
}
.footer_menu {
  font-size: 120%;
  line-height: 15px;
  padding-bottom: 20px;
}
.footer_menu > li {
  padding: 0 10px 20px;
  flex: 0 0 16.66%;
  max-width: 16.66%;
}
.footer_menu > li > a {
  margin-bottom: 0;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.footer_menu > li ul {
  color: #cccccc;
}
.footer_menu > li ul li {
  margin-bottom: 10px;
}
.footer_menu a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.footer_contacts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.footer_subtitle,
.footer .phone_link {
  font-size: 140%;
  line-height: 18px;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.footer .phone_link {
  white-space: nowrap;
  color: inherit;
}
.footer .contact_info {
  margin-top: 10px;
  font-size: 120%;
  line-height: 15px;
  max-width: 256px;
}
.footer .contact_info .phone_link {
  font-size: inherit;
  line-height: inherit;
}
.footer .contact_info + .footer_subtitle {
  margin-top: 20px;
}
.footer .phone_contacts {
  margin-bottom: 40px;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
}
.footer .phone_contacts .contact_info {
  color: #999999;
  font-family: "montserrat-medium", "montserratarm-medium";
  font-size: 130%;
  line-height: 18px;
}
.footer .socials_list {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
  display: flex;
  font-size: 240%;
  color: #FB016F;
  margin-bottom: 40px;
  order: 2;
}
.footer .socials_list li {
  margin-right: 25px;
}
.footer .socials_list a {
  display: block;
  color: inherit;
}
.footer .socials_list a:before {
  display: block;
}
.footer .work_hours {
  margin-bottom: 40px;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
}
.footer .block.newsletter {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
}
.footer .form.subscribe {
  position: relative;
  margin-bottom: 40px;
  margin-top: 15px;
}
.footer .form.subscribe ::-webkit-input-placeholder {
  color: #999999;
}
.footer .form.subscribe :-moz-placeholder {
  color: #999999;
}
.footer .form.subscribe ::-moz-placeholder {
  color: #999999;
}
.footer .form.subscribe :-ms-input-placeholder {
  color: #999999;
}
.footer .form.subscribe label {
  display: block;
  font-weight: normal;
  margin: 0;
}
.footer .form.subscribe input {
  width: 100%;
  font-size: 110%;
  line-height: 14px;
  padding: 8px 50px 8px 10px;
  border: 1px solid #999999;
  color: inherit;
  background: transparent;
  color: #ffffff;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.footer .form.subscribe input:focus {
  border-color: #ffffff;
}
.footer .form.subscribe input:-webkit-autofill, .footer .form.subscribe input:-webkit-autofill:hover, .footer .form.subscribe input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  transition: background-color 50000s ease-in-out 0s;
  caret-color: #ffffff;
}
.footer .form.subscribe button.subscribe {
  border: none;
  background: transparent;
  padding: 0;
  width: 27px;
  height: 18px;
  font-size: 100%;
  color: #FB016F;
  position: absolute;
  right: 10px;
  top: 7px;
}
.footer .form.subscribe button.subscribe:before {
  content: "\e911";
  display: block;
  font-size: 100%;
}
.footer .form.subscribe button.subscribe span {
  display: none;
}
.footer div.mage-error {
  position: absolute;
  left: 0;
  top: 100%;
  color: #b94a48;
}
.footer .payment_methods {
  margin: 0 0 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  order: 2;
  margin-left: auto;
}
.footer .payment_methods img {
  display: block;
  margin: 0 10px 15px;
  height: 17px;
}
.footer_bottom {
  border-top: 2px solid #FB016F;
  padding: 20px 0;
}
.footer_bottom .page_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .second_menu {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 110%;
  line-height: 14px;
}
.footer .second_menu li {
  margin-right: 20px;
}
.footer .second_menu a {
  color: inherit;
  display: inline-block;
  vertical-align: top;
}
.footer .copyrights {
  text-align: right;
  font-size: 120%;
  line-height: 15px;
}
.footer .copyrights > div:not(:first-child) {
  margin-top: 7px;
}
.footer .copyrights a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .footer_menu > li {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (max-width: 959px) {
  .footer_menu > li {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    padding-bottom: 16px;
  }
  .footer_menu ul {
    display: none;
  }
  .footer .socials_list,
.footer .form.subscribe,
.footer .work_hours {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu > li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .footer .second_menu {
    display: none;
  }
  .footer .copyrights {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .footer_top .page_container {
    display: block;
  }
  .footer_menu {
    flex: none;
    max-width: none;
  }
  .footer_menu > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer_contacts {
    flex-direction: column;
  }
  .footer .socials_list {
    margin-bottom: 25px;
    position: relative;
    padding-top: 22px;
    flex: none;
    max-width: 100%;
  }
  .footer .socials_list:before {
    display: block;
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    border-top: 2px solid #FB016F;
    top: 0;
  }
  .footer_bottom {
    border: none;
  }
  .footer .payment_methods {
    margin-bottom: 20px;
    flex: none;
    max-width: 100%;
    margin-left: 0;
  }
  .footer .phone_contacts,
.footer .work_hours,
.footer .block.newsletter {
    flex: none;
    max-width: 100%;
  }
  .footer .form.subscribe {
    max-width: 360px;
  }
}
@media screen and (max-width: 479px) {
  .footer_menu {
    font-size: 100%;
    line-height: 14px;
  }
}

.product-item-info {
  background: #ffffff;
  padding: 50px 20px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-item-info:hover {
  z-index: 5;
  box-shadow: 1px 0 12px rgba(0, 0, 0, 0.1);
}
.product-item-info .product-item-photo {
  display: block;
  margin-bottom: 16px;
  position: relative;
}
.product-item-info .product-image-container {
  display: block;
}
.product-item-info .product-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-item-info .product-image-photo {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.product-item-info .product_status {
  position: absolute;
  top: 50%;
  background: #41B4B7;
  color: #ffffff;
  font-size: 110%;
  line-height: 14px;
  padding: 3px 5px;
  right: 0;
  margin-top: -10px;
  z-index: 3;
}
.product-item-info .gift_sticker {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 80px;
}
.product-item-info .gift_sticker img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 479px) {
  .product-item-info .gift_sticker {
    max-width: 60px;
  }
}
.product-item-info .middle_sticker {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -15px;
  background: #FB016F;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  color: #ffffff;
}
.product-item-info .top_sticker {
  position: absolute;
  top: 17px;
  left: 20px;
  color: #FB016F;
  font-size: 110%;
  line-height: 14px;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.product-item-info .product-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-item-info .product-item-details .actions-primary {
  padding: 0 10px;
}
.product-item-info .product-item-details .product-item-actions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}
.product-item-info .product-item-name {
  display: flex;
  height: 34px;
  font-weight: normal;
  justify-content: flex-start;
  font-family: inherit;
  font-weight: normal;
  margin: 0;
}
.product-item-info .product-item-link {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: inherit;
  font-size: 130%;
  line-height: 17px;
}
.product-item-info .price-box {
  margin-top: 2px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.product-item-info .normal-price {
  font-size: 190%;
  line-height: 23px;
  font-family: "montserrat-medium", "montserratarm-medium";
  color: #1A1A1A;
}
.product-item-info .normal-price .currency {
  font-size: 79%;
}
.product-item-info .old-price {
  font-size: 120%;
  line-height: 15px;
  font-family: "montserrat-medium", "montserratarm-medium";
  color: #FB016F;
  text-decoration: line-through;
  margin-left: 15px;
  margin-top: 6px;
}
.product-item-info .monthly_price {
  flex: 0 0 100%;
  font-size: 120%;
  line-height: 15px;
  color: inherit;
  margin-top: 10px;
}
.product-item-info .monthly_price .price-label {
  font-family: "montserrat-medium", "montserratarm-medium";
}
.product-item-info .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -5px 0;
}
.product-item-info .swatch-option.color {
  border: none;
  height: 20px;
  margin: 0 5px 10px;
  max-width: none;
  min-width: 20px;
  padding: 0;
  border-radius: 50%;
  position: relative;
  overflow: visible;
  cursor: pointer;
}
.product-item-info .swatch-option.color.selected {
  outline: none;
  border: inherit;
}
.product-item-info .swatch-option.color.selected:before {
  display: block;
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid #FB016F;
  border-radius: 50%;
}
.product-item-info .swatch-option.color[style*="#ffffff"], .product-item-info .swatch-option.color[style*="255, 255, 255"], .product-item-info .swatch-option.color[style*="255,255,255"] {
  border: 1px solid #cccccc;
}
.product-item-info .product-item-inner {
  background: transparent;
  box-shadow: none;
  border: none;
  position: static;
  left: auto;
  margin: auto 0 0;
  padding: 0;
  right: auto;
  top: auto;
  padding-top: 17px;
}
.product-item-info .action.tocart {
  min-width: 135px;
  font-size: 110%;
  line-height: 14px;
  padding: 7px 15px;
  color: inherit;
  border: 1px solid;
  background: transparent;
}
.product-item-info .action.towishlist,
.product-item-info .action.tocompare {
  position: absolute;
  color: #cccccc;
  top: 20px;
  z-index: 3;
  margin: 0;
}
.product-item-info .action.towishlist span,
.product-item-info .action.tocompare span {
  display: none;
}
.product-item-info .action.towishlist:before, .product-item-info .action.towishlist:after,
.product-item-info .action.tocompare:before,
.product-item-info .action.tocompare:after {
  display: block;
}
.product-item-info .action.towishlist {
  right: 20px;
  font-size: 180%;
}
.product-item-info .action.towishlist:before {
  content: "\e907";
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
}
.product-item-info .action.towishlist.active, .product-item-info .action.towishlist.selected {
  color: #FB016F;
}
.product-item-info .action.towishlist.active:before, .product-item-info .action.towishlist.selected:before {
  -webkit-text-fill-color: inherit;
}
.product-item-info .action.towishlist.active:after, .product-item-info .action.towishlist.selected:after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60%;
  font-weight: 900;
  color: transparent;
  content: "\e904";
}
.product-item-info .action.towishlist.active:hover:after, .product-item-info .action.towishlist.selected:hover:after {
  color: #ffffff;
}
.product-item-info .action.tocompare {
  right: 55px;
  font-size: 200%;
}
.product-item-info .action.tocompare:before {
  content: "\e918";
}
.product-item-info.hovered .product-image-photo {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.product-item-info.hovered .product-item-link {
  color: #FB016F;
}
@media screen and (min-width: 960px) {
  .product-item-info .product-image-wrapper {
    height: 213px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .product-item-info {
    padding: 40px 15px 15px;
  }
  .product-item-info .product-item-photo {
    margin-bottom: 10px;
  }
  .product-item-info .product-image-wrapper {
    height: 173px;
  }
  .product-item-info .top_sticker {
    top: 12px;
    left: 15px;
    font-size: 100%;
    line-height: 13px;
  }
  .product-item-info .product_status {
    padding: 2px 4px;
    margin-top: -9px;
  }
  .product-item-info .middle_sticker {
    margin-top: -10px;
    width: 64px;
    height: 64px;
    line-height: 13px;
    padding: 8px;
  }
  .product-item-info .product-item-link {
    font-size: 120%;
  }
  .product-item-info .swatch-attribute-options {
    display: flex;
    margin: 15px -3px 0;
  }
  .product-item-info .swatch-option.color {
    border: none;
    height: 16px;
    margin: 0 3px 4px;
    min-width: 16px;
  }
  .product-item-info .product-item-inner {
    padding-top: 12px;
  }
  .product-item-info .action.towishlist,
.product-item-info .action.tocompare {
    top: 15px;
  }
  .product-item-info .action.towishlist {
    right: 15px;
    font-size: 160%;
  }
  .product-item-info .action.tocompare {
    right: 45px;
    font-size: 180%;
  }
  .product-item-info .monthly_price {
    margin-top: 8px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .product-item-info {
    padding: 30px 10px 10px;
  }
  .product-item-info .product-item-photo {
    margin-bottom: 6px;
  }
  .product-item-info .product-image-wrapper {
    height: 123px;
  }
  .product-item-info .top_sticker {
    top: 10px;
    left: 10px;
  }
  .product-item-info .product_status {
    padding: 2px;
    font-size: 100%;
    line-height: 13px;
    margin-top: -8px;
  }
  .product-item-info .middle_sticker {
    margin-top: -3px;
    width: 55px;
    height: 55px;
    font-size: 9px;
    line-height: 11px;
    padding: 5px;
  }
  .product-item-info .product-item-link {
    font-size: 110%;
  }
  .product-item-info .swatch-attribute-options {
    display: flex;
    margin: 10px -3px 0;
  }
  .product-item-info .swatch-option.color {
    height: 14px;
    margin: 0 3px 4px;
    min-width: 14px;
  }
  .product-item-info .product-item-inner {
    padding-top: 10px;
  }
  .product-item-info .action.towishlist,
.product-item-info .action.tocompare {
    top: 10px;
  }
  .product-item-info .action.towishlist {
    right: 10px;
    font-size: 130%;
  }
  .product-item-info .action.tocompare {
    right: 35px;
    font-size: 130%;
  }
  .product-item-info .action.tocart {
    width: 100%;
    font-size: 100%;
    line-height: 13px;
    padding: 9px 15px;
  }
  .product-item-info .old-price {
    margin-left: 0;
    flex: 0 0 100%;
    margin-top: 4px;
  }
  .product-item-info .monthly_price {
    margin-top: 6px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .product-item-info {
    padding: 40px 15px 15px;
  }
  .product-item-info .product-item-photo {
    margin-bottom: 10px;
  }
  .product-item-info .product-image-wrapper {
    height: 173px;
  }
  .product-item-info .top_sticker {
    top: 12px;
    left: 15px;
    font-size: 100%;
    line-height: 13px;
  }
  .product-item-info .product_status {
    padding: 2px 4px;
    margin-top: -9px;
  }
  .product-item-info .middle_sticker {
    margin-top: -10px;
    width: 64px;
    height: 64px;
    line-height: 13px;
    padding: 8px;
  }
  .product-item-info .product-item-link {
    font-size: 120%;
  }
  .product-item-info .swatch-attribute-options {
    display: flex;
    margin: 15px -3px 0;
  }
  .product-item-info .swatch-option.color {
    border: none;
    height: 16px;
    margin: 0 3px 4px;
    min-width: 16px;
  }
  .product-item-info .product-item-inner {
    padding-top: 12px;
  }
  .product-item-info .action.towishlist,
.product-item-info .action.tocompare {
    top: 15px;
  }
  .product-item-info .action.towishlist {
    right: 15px;
    font-size: 160%;
  }
  .product-item-info .action.tocompare {
    right: 45px;
    font-size: 180%;
  }
  .product-item-info .monthly_price {
    margin-top: 8px;
  }
}
@media screen and (max-width: 479px) {
  .product-item-info {
    padding: 30px 10px 10px;
  }
  .product-item-info .product-item-photo {
    margin-bottom: 6px;
  }
  .product-item-info .product-image-wrapper {
    height: 123px;
  }
  .product-item-info .top_sticker {
    top: 10px;
    left: 10px;
  }
  .product-item-info .product_status {
    padding: 2px;
    font-size: 100%;
    line-height: 13px;
    margin-top: -8px;
  }
  .product-item-info .middle_sticker {
    margin-top: 0;
    width: 55px;
    height: 55px;
    font-size: 9px;
    line-height: 11px;
    padding: 5px;
  }
  .product-item-info .product-item-link {
    font-size: 110%;
  }
  .product-item-info .swatch-attribute-options {
    display: flex;
    margin: 10px -3px 0;
  }
  .product-item-info .swatch-option.color {
    height: 14px;
    margin: 0 3px 4px;
    min-width: 14px;
  }
  .product-item-info .product-item-inner {
    padding-top: 10px;
  }
  .product-item-info .action.towishlist,
.product-item-info .action.tocompare {
    top: 10px;
  }
  .product-item-info .action.towishlist {
    right: 10px;
    font-size: 130%;
  }
  .product-item-info .action.tocompare {
    right: 35px;
    font-size: 130%;
  }
  .product-item-info .action.tocart {
    width: 100%;
    font-size: 100%;
    line-height: 13px;
    padding: 9px 15px;
  }
  .product-item-info .old-price {
    margin-left: 0;
    flex: 0 0 100%;
    margin-top: 4px;
  }
  .product-item-info .monthly_price {
    margin-top: 6px;
  }
}

.web .price_calculator, .header .main_logo a, .minicart-wrapper:before, .footer, .product-item-info .swatch-option.color {
  -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 .footer .socials_list a, .footer .socials_list .web a, .web .footer .form.subscribe button.subscribe, .footer .form.subscribe .web button.subscribe, .web .breadcrumbs a, .breadcrumbs .web a, .web .checkbox_btn span, .checkbox_btn .web span, .web .forms_link, .web .back_link, .web .loan_popup .popup_close.icon_close, .loan_popup .web .popup_close.icon_close, .web .header_top a, .header_top .web a, .web .header .search_form .search_results li, .header .search_form .search_results .web li, .web .header .action_block > [class*=icon_], .header .web .action_block > [class*=icon_], .web .header .catalog_menu li:not(.opened) a, .header .catalog_menu li:not(.opened) .web a, .web .header .scroll_btn:not(.inactive), .header .web .scroll_btn:not(.inactive), .web .header .submenu_list > ul > li > a, .header .web .submenu_list > ul > li > a, .web .header .sublevel_list a, .header .sublevel_list .web a, .web .header .sub_close, .header .web .sub_close, .web .minicart-wrapper .update-cart-item, .minicart-wrapper .web .update-cart-item, .web .minicart-wrapper .product.actions a, .minicart-wrapper .product.actions .web a,
.web .minicart-wrapper .product.actions button,
.minicart-wrapper .product.actions .web button, .web .footer_menu a, .footer_menu .web a, .web .footer .phone_link, .footer .web .phone_link, .web .footer .second_menu a, .footer .second_menu .web a, .web .footer .copyrights a, .footer .copyrights .web a, .web .product-item-info .action.towishlist, .product-item-info .web .action.towishlist,
.web .product-item-info .action.tocompare,
.product-item-info .web .action.tocompare, .minicart-wrapper .basket_head .close, .product-item-info .product-item-link, .product-item-info .action.towishlist.active:after, .product-item-info .action.towishlist.selected:after {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .minicart-wrapper .basket_footer .action.primary.checkout, .minicart-wrapper .basket_footer .web .action.primary.checkout, .datepicker thead .prev,
.datepicker thead .datepicker-switch,
.datepicker thead .next, .web .header .search_form button {
  -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;
}

.web .loan_popup .loan_actions .calculate_loan, .loan_popup .loan_actions .web .calculate_loan, .web .product-item-info .action.tocart, .product-item-info .web .action.tocart, .web .validate_button, .web .modal-inner-wrap .action-primary, .modal-inner-wrap .web .action-primary, .web .modal-inner-wrap .action-secondary, .modal-inner-wrap .web .action-secondary, .web .minicart-wrapper .product-item-pricing .count_action .increase_btn:not(.inactive), .minicart-wrapper .product-item-pricing .count_action .web .increase_btn:not(.inactive),
.web .minicart-wrapper .product-item-pricing .count_action .decrease_btn:not(.inactive),
.minicart-wrapper .product-item-pricing .count_action .web .decrease_btn:not(.inactive), .datepicker table tr td span, .datepicker tbody td,
.datepicker tbody th, .checkbox_btn span:before, input,
textarea, .error_hint, .back_to_top, .product-item-info {
  -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 .price_calculator {
  -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 .footer .socials_list a, .footer .socials_list .touch a, .touch .footer .form.subscribe button.subscribe, .footer .form.subscribe .touch button.subscribe, .touch .breadcrumbs a, .breadcrumbs .touch a, .touch .checkbox_btn span, .checkbox_btn .touch span, .touch .forms_link, .touch .back_link, .touch .loan_popup .popup_close.icon_close, .loan_popup .touch .popup_close.icon_close, .touch .header_top a, .header_top .touch a, .touch .header .search_form .search_results li, .header .search_form .search_results .touch li, .touch .header .action_block > [class*=icon_], .header .touch .action_block > [class*=icon_], .touch .header .catalog_menu li:not(.opened) a, .header .catalog_menu li:not(.opened) .touch a, .touch .header .scroll_btn:not(.inactive), .header .touch .scroll_btn:not(.inactive), .touch .header .submenu_list > ul > li > a, .header .touch .submenu_list > ul > li > a, .touch .header .sublevel_list a, .header .sublevel_list .touch a, .touch .header .sub_close, .header .touch .sub_close, .touch .minicart-wrapper .update-cart-item, .minicart-wrapper .touch .update-cart-item, .touch .minicart-wrapper .product.actions a, .minicart-wrapper .product.actions .touch a,
.touch .minicart-wrapper .product.actions button,
.minicart-wrapper .product.actions .touch button, .touch .footer_menu a, .footer_menu .touch a, .touch .footer .phone_link, .footer .touch .phone_link, .touch .footer .second_menu a, .footer .second_menu .touch a, .touch .footer .copyrights a, .footer .copyrights .touch a, .touch .product-item-info .action.towishlist, .product-item-info .touch .action.towishlist,
.touch .product-item-info .action.tocompare,
.product-item-info .touch .action.tocompare {
  -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 .minicart-wrapper .basket_footer .action.primary.checkout, .minicart-wrapper .basket_footer .touch .action.primary.checkout, .touch .header .search_form button {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .loan_popup .loan_actions .calculate_loan, .loan_popup .loan_actions .touch .calculate_loan, .touch .product-item-info .action.tocart, .product-item-info .touch .action.tocart, .touch .validate_button, .touch .modal-inner-wrap .action-primary, .modal-inner-wrap .touch .action-primary, .touch .modal-inner-wrap .action-secondary, .modal-inner-wrap .touch .action-secondary, .touch .minicart-wrapper .product-item-pricing .count_action .increase_btn:not(.inactive), .minicart-wrapper .product-item-pricing .count_action .touch .increase_btn:not(.inactive),
.touch .minicart-wrapper .product-item-pricing .count_action .decrease_btn:not(.inactive),
.minicart-wrapper .product-item-pricing .count_action .touch .decrease_btn:not(.inactive) {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.header .main_logo a:hover, .product-item-info .swatch-option.color:hover {
  opacity: 0.7;
}

.checkbox_btn span, .header .sub_close, .minicart-wrapper .product-item-pricing .count_action .increase_btn,
.minicart-wrapper .product-item-pricing .count_action .decrease_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.web .breadcrumbs a:hover, .breadcrumbs .web a:hover, .web .checkbox_btn span:hover, .checkbox_btn .web span:hover, .web .forms_link:hover, .web .back_link:hover, .web .loan_popup .popup_close.icon_close:hover, .loan_popup .web .popup_close.icon_close:hover, .web .header_top a:hover, .header_top .web a:hover, .web .header .search_form .search_results li:hover, .header .search_form .search_results .web li:hover, .web .header .action_block > [class*=icon_]:hover, .header .web .action_block > [class*=icon_]:hover, .web .header .catalog_menu li:not(.opened) a:hover, .header .catalog_menu li:not(.opened) .web a:hover, .web .header .scroll_btn:hover:not(.inactive), .header .web .scroll_btn:hover:not(.inactive), .web .header .submenu_list > ul > li > a:hover, .header .web .submenu_list > ul > li > a:hover, .web .header .sublevel_list a:hover, .header .sublevel_list .web a:hover, .web .header .sub_close:hover, .header .web .sub_close:hover, .web .minicart-wrapper .update-cart-item:hover, .minicart-wrapper .web .update-cart-item:hover, .web .minicart-wrapper .product.actions a:hover, .minicart-wrapper .product.actions .web a:hover,
.web .minicart-wrapper .product.actions button:hover,
.minicart-wrapper .product.actions .web button:hover, .web .footer_menu a:hover, .footer_menu .web a:hover, .web .footer .phone_link:hover, .footer .web .phone_link:hover, .web .footer .second_menu a:hover, .footer .second_menu .web a:hover, .web .footer .copyrights a:hover, .footer .copyrights .web a:hover, .web .product-item-info .action.towishlist:hover, .product-item-info .web .action.towishlist:hover,
.web .product-item-info .action.tocompare:hover,
.product-item-info .web .action.tocompare:hover {
  color: #FB016F;
}
.web .footer .socials_list a:hover, .footer .socials_list .web a:hover, .web .footer .form.subscribe button.subscribe:hover, .footer .form.subscribe .web button.subscribe:hover {
  color: rgba(251, 1, 111, 0.7);
}
.web .minicart-wrapper .basket_footer .action.primary.checkout:hover, .minicart-wrapper .basket_footer .web .action.primary.checkout:hover {
  background: rgba(251, 1, 111, 0.7);
}
.web .validate_button:hover, .web .modal-inner-wrap .action-primary:hover, .modal-inner-wrap .web .action-primary:hover, .web .modal-inner-wrap .action-secondary:hover, .modal-inner-wrap .web .action-secondary:hover, .web .minicart-wrapper .product-item-pricing .count_action .increase_btn:hover:not(.inactive), .minicart-wrapper .product-item-pricing .count_action .web .increase_btn:hover:not(.inactive),
.web .minicart-wrapper .product-item-pricing .count_action .decrease_btn:hover:not(.inactive),
.minicart-wrapper .product-item-pricing .count_action .web .decrease_btn:hover:not(.inactive) {
  background: #000000;
  color: #ffffff;
}
.web .loan_popup .loan_actions .calculate_loan:hover, .loan_popup .loan_actions .web .calculate_loan:hover, .web .product-item-info .action.tocart:hover, .product-item-info .web .action.tocart:hover {
  background: #FB016F;
  color: #ffffff;
  border-color: transparent;
}
.web .price_calculator:hover {
  opacity: 0.7;
}

.touch .breadcrumbs a:active, .breadcrumbs .touch a:active, .touch .checkbox_btn span:active, .checkbox_btn .touch span:active, .touch .forms_link:active, .touch .back_link:active, .touch .loan_popup .popup_close.icon_close:active, .loan_popup .touch .popup_close.icon_close:active, .touch .header_top a:active, .header_top .touch a:active, .touch .header .search_form .search_results li:active, .header .search_form .search_results .touch li:active, .touch .header .action_block > [class*=icon_]:active, .header .touch .action_block > [class*=icon_]:active, .touch .header .catalog_menu li:not(.opened) a:active, .header .catalog_menu li:not(.opened) .touch a:active, .touch .header .scroll_btn:active:not(.inactive), .header .touch .scroll_btn:active:not(.inactive), .touch .header .submenu_list > ul > li > a:active, .header .touch .submenu_list > ul > li > a:active, .touch .header .sublevel_list a:active, .header .sublevel_list .touch a:active, .touch .header .sub_close:active, .header .touch .sub_close:active, .touch .minicart-wrapper .update-cart-item:active, .minicart-wrapper .touch .update-cart-item:active, .touch .minicart-wrapper .product.actions a:active, .minicart-wrapper .product.actions .touch a:active,
.touch .minicart-wrapper .product.actions button:active,
.minicart-wrapper .product.actions .touch button:active, .touch .footer_menu a:active, .footer_menu .touch a:active, .touch .footer .phone_link:active, .footer .touch .phone_link:active, .touch .footer .second_menu a:active, .footer .second_menu .touch a:active, .touch .footer .copyrights a:active, .footer .copyrights .touch a:active, .touch .product-item-info .action.towishlist:active, .product-item-info .touch .action.towishlist:active,
.touch .product-item-info .action.tocompare:active,
.product-item-info .touch .action.tocompare:active {
  color: #FB016F;
}
.touch .footer .socials_list a:active, .footer .socials_list .touch a:active, .touch .footer .form.subscribe button.subscribe:active, .footer .form.subscribe .touch button.subscribe:active {
  color: rgba(251, 1, 111, 0.7);
}
.touch .minicart-wrapper .basket_footer .action.primary.checkout:active, .minicart-wrapper .basket_footer .touch .action.primary.checkout:active {
  background: rgba(251, 1, 111, 0.7);
}
.touch .validate_button:active, .touch .modal-inner-wrap .action-primary:active, .modal-inner-wrap .touch .action-primary:active, .touch .modal-inner-wrap .action-secondary:active, .modal-inner-wrap .touch .action-secondary:active, .touch .minicart-wrapper .product-item-pricing .count_action .increase_btn:active:not(.inactive), .minicart-wrapper .product-item-pricing .count_action .touch .increase_btn:active:not(.inactive),
.touch .minicart-wrapper .product-item-pricing .count_action .decrease_btn:active:not(.inactive),
.minicart-wrapper .product-item-pricing .count_action .touch .decrease_btn:active:not(.inactive) {
  background: #000000;
  color: #ffffff;
}
.touch .loan_popup .loan_actions .calculate_loan:active, .loan_popup .loan_actions .touch .calculate_loan:active, .touch .product-item-info .action.tocart:active, .product-item-info .touch .action.tocart:active {
  background: #FB016F;
  color: #ffffff;
  border-color: transparent;
}
.touch .price_calculator:active {
  opacity: 0.7;
}

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