@font-face {
  font-family: "notosans";
  font-display: swap;
  src: url("../fonts/NotoSansRegular/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansRegular/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSansRegular/NotoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansarm";
  font-display: swap;
  src: url("../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.woff") format("woff"), url("../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosans-bold";
  font-display: swap;
  src: url("../fonts/NotoSansBold/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansBold/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSansBold/NotoSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansarm-bold";
  font-display: swap;
  src: url("../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.woff") format("woff"), url("../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosans-medium";
  font-display: swap;
  src: url("../fonts/NotoSans-Medium/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Medium/NotoSans-Medium.woff") format("woff"), url("../fonts/NotoSans-Medium/NotoSans-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansarm-medium";
  font-display: swap;
  src: url("../fonts/NotoSansArmenian-Medium/NotoSansArmenian-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansArmenian-Medium/NotoSansArmenian-Medium.woff") format("woff"), url("../fonts/NotoSansArmenian-Medium/NotoSansArmenian-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: swap;
  src: url("../fonts/icons/icomoon.eot?7poh9z");
  src: url("../fonts/icons/icomoon.eot?7poh9z#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?7poh9z") format("truetype"), url("../fonts/icons/icomoon.woff?7poh9z") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_up:before {
  content: "\e900";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon_order_list:before {
  content: "\e911";
}

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

.icon_sign:before {
  content: "\e913";
}

.icon_settings:before {
  content: "\e914";
}

.icon_payment:before {
  content: "\e915";
}

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

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

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

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

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

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

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

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

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

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

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: #373435;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "notosans", "notosansarm";
}
body:not(.loaded) {
  overflow: hidden;
}
body:not(.loaded).ios_device {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.loaded .page_loader {
  opacity: 0;
  pointer-events: none;
}

*,
*: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: #FFCC29;
}

button {
  cursor: pointer;
  display: block;
}

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

input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input:checked ~ .check_btn:before {
  opacity: 1;
  font-size: 1.4rem;
  background: #FFCC29;
  color: #373435;
  border-color: transparent;
  font-weight: 900 !important;
}
input:checked ~ .radio_btn {
  pointer-events: none;
}
input:checked ~ .radio_btn:before {
  outline: 1px solid #FFCC29;
  background: #FFCC29;
  outline-offset: -1px;
  border: 4px solid #ffffff;
  opacity: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

input,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
}

.check_btn {
  display: block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.check_btn:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid;
  opacity: 0.2;
  font-size: 0;
  content: "\e91e";
}
.check_btn a {
  color: inherit;
  text-decoration: underline;
}

.radio_btn {
  display: block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.radio_btn:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid;
  opacity: 0.2;
  content: "";
  display: block;
}

.attach_btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #bcbcbc;
  border-radius: 8px;
  -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;
}
.attach_btn:hover {
  border-color: #373435;
}
.attach_btn .btn_text {
  display: block;
}
.attach_btn .btn_text span {
  color: #646464;
}
.attach_btn:after {
  content: "\e919";
  display: block;
  font-size: 2.4rem;
  color: #FFCC29;
  margin-left: auto;
  padding-left: 16px;
}
@media screen and (min-width: 960px) {
  .attach_btn {
    padding: 5px 20px;
    height: 56px;
  }
}
@media screen and (max-width: 959px) {
  .attach_btn {
    padding: 5px 15px;
    height: 43px;
  }
}

.attached_file {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #bcbcbc;
  border-radius: 8px;
}
.attached_file .file_name {
  flex: 1;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: 50%;
  text-overflow: ellipsis;
}
@media screen and (min-width: 960px) {
  .attached_file {
    padding: 5px 20px;
    height: 56px;
  }
}
@media screen and (max-width: 959px) {
  .attached_file {
    padding: 5px 15px;
    height: 43px;
  }
}

.attach_remove {
  display: block;
  cursor: pointer;
  color: #FFCC29;
  padding: 3px;
  margin-left: 16px;
}
.attach_remove:after {
  content: "\e905";
  display: block;
  font-size: 1.8rem;
  margin-left: auto;
  padding-left: 16px;
}

.page_row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .page_row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 959px) {
  .page_row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.page_row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

.page_container {
  width: 100%;
  max-width: 1632px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
.page_container .narrow_container {
  max-width: 1328px;
  padding-left: 0;
  padding-right: 0;
}

.narrow_container {
  width: 100%;
  max-width: 1360px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

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

.individual_hint,
.drop_list,
.drop_block {
  display: none;
}

.attach_error,
.error_hint {
  display: block;
  overflow: hidden;
  color: #E80303;
  text-align: right;
}

.attach_error ~ .error_hint {
  -o-transition: none !important;
  -ms-transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.error_hint {
  max-height: 0;
}

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

.has-error .error_hint,
.has-error ~ .error_hint {
  max-height: 60px;
}
.has-error input,
.has-error textarea,
.has-error .attach_btn,
.has-error .select2-container--default .select2-selection--single {
  border-color: #E80303 !important;
}
.has-error ~ .attach_error {
  display: none;
}

.form-group,
.field_block {
  position: relative;
}
.form-group ::-webkit-input-placeholder,
.field_block ::-webkit-input-placeholder {
  color: rgba(55, 52, 53, 0.5);
}
.form-group :-moz-placeholder,
.field_block :-moz-placeholder {
  color: rgba(55, 52, 53, 0.5);
}
.form-group ::-moz-placeholder,
.field_block ::-moz-placeholder {
  color: rgba(55, 52, 53, 0.5);
}
.form-group :-ms-input-placeholder,
.field_block :-ms-input-placeholder {
  color: rgba(55, 52, 53, 0.5);
}
.form-group label,
.field_block label {
  display: block;
  margin: 0;
  position: relative;
}
.form-group label .label,
.field_block label .label {
  display: none;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=number],
.form-group input[type=url],
.form-group textarea,
.field_block input[type=text],
.field_block input[type=email],
.field_block input[type=password],
.field_block input[type=number],
.field_block input[type=url],
.field_block textarea {
  width: 100%;
  border: 1px solid #bcbcbc;
  -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;
  color: #373435;
  border-radius: 8px;
  height: auto;
}
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=password]:focus,
.form-group input[type=number]:focus,
.form-group input[type=url]:focus,
.form-group textarea:focus,
.field_block input[type=text]:focus,
.field_block input[type=email]:focus,
.field_block input[type=password]:focus,
.field_block input[type=number]:focus,
.field_block input[type=url]:focus,
.field_block textarea:focus {
  border-color: #373435;
}
@media screen and (min-width: 960px) {
  .form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=number],
.form-group input[type=url],
.form-group textarea,
.field_block input[type=text],
.field_block input[type=email],
.field_block input[type=password],
.field_block input[type=number],
.field_block input[type=url],
.field_block textarea {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 959px) {
  .form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=number],
.form-group input[type=url],
.form-group textarea,
.field_block input[type=text],
.field_block input[type=email],
.field_block input[type=password],
.field_block input[type=number],
.field_block input[type=url],
.field_block textarea {
    padding: 10px 15px;
  }
}
.form-group textarea,
.field_block textarea {
  resize: none;
  display: block;
}
.form-group .select2-container .select2-selection--single,
.field_block .select2-container .select2-selection--single {
  height: auto;
}
.form-group .select2-container .select2-selection__placeholder,
.field_block .select2-container .select2-selection__placeholder {
  color: #373435;
}
.form-group .select2-container--default .select2-selection--single,
.field_block .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #bcbcbc;
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: none;
  outline: none;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__rendered,
.field_block .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #373435;
  font-size: 160%;
  line-height: 1.5em;
  padding: 15px 20px;
  flex: 1;
  width: 50%;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow,
.field_block .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 15px 20px;
  padding-left: 0;
  width: auto;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow *,
.field_block .select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow:before,
.field_block .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e901";
  font-size: 1rem;
  display: block;
}
.form-group .select2-container--default.select2-container--open .select2-selection--single,
.field_block .select2-container--default.select2-container--open .select2-selection--single {
  z-index: 10;
}
.form-group .select2-container .select2-search--dropdown,
.field_block .select2-container .select2-search--dropdown {
  padding: 0;
}
.form-group .select2-container .select2-search--dropdown .select2-search__field,
.field_block .select2-container .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid #bcbcbc;
  padding: 15px 20px;
  font-size: 100%;
  line-height: inherit;
}
.form-group .select2-container .select2-dropdown,
.field_block .select2-container .select2-dropdown {
  border: none;
  font-size: 160%;
  line-height: 1.5em;
  box-shadow: none;
  position: relative;
  z-index: 5;
}
.form-group .select2-container .select2-results__options,
.field_block .select2-container .select2-results__options {
  overflow-x: hidden;
  max-height: 320px;
  scrollbar-color: #646464 #ececec;
  scrollbar-width: thin;
}
.form-group .select2-container .select2-results__options::-webkit-scrollbar,
.field_block .select2-container .select2-results__options::-webkit-scrollbar {
  width: 6px;
  height: auto;
  border-radius: 4px;
  background: #ececec;
}
.form-group .select2-container .select2-results__options::-webkit-scrollbar-thumb,
.field_block .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #646464;
}
.form-group .select2-container .select2-results__options li,
.field_block .select2-container .select2-results__options li {
  padding: 15px 20px;
}
.form-group .select2-container .select2-results__option:not(:last-child),
.field_block .select2-container .select2-results__option:not(:last-child) {
  border-bottom: 1px solid transparent;
}
.form-group .select2-container .select2-results__option--highlighted.select2-results__option--selectable,
.field_block .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: transparent;
  color: #FFB300;
}
.form-group .select2-container .select2-results__option--selected,
.field_block .select2-container .select2-results__option--selected {
  background: #ececec !important;
  color: #373435 !important;
  cursor: default;
}
.form-group .select2-container .select2-dropdown,
.field_block .select2-container .select2-dropdown {
  border: 1px solid #bcbcbc;
  border-radius: 8px;
}
.form-group .select2-container--default .select2-search--dropdown .select2-search__field,
.field_block .select2-container--default .select2-search--dropdown .select2-search__field {
  background: transparent;
}
.form-group .select2-container--open.select2-container--below .select2-selection--single,
.field_block .select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.form-group .select2-container--open.select2-container--below + .select2-container--open .select2-dropdown,
.field_block .select2-container--open.select2-container--below + .select2-container--open .select2-dropdown {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-group .select2-container--open.select2-container--above .select2-selection--single,
.field_block .select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.form-group .select2-container--open.select2-container--above + .select2-container--open .select2-dropdown,
.field_block .select2-container--open.select2-container--above + .select2-container--open .select2-dropdown {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 960px) {
  .form-group,
.field_block {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 959px) {
  .form-group,
.field_block {
    margin-bottom: 14px;
  }
  .form-group .select2-container .select2-dropdown,
.field_block .select2-container .select2-dropdown {
    font-size: 140%;
  }
  .form-group .select2-container--default .select2-selection--single .select2-selection__rendered,
.field_block .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 140%;
    padding: 10px 15px;
  }
  .form-group .select2-container .select2-dropdown li,
.field_block .select2-container .select2-dropdown li {
    padding: 10px 15px;
  }
}

.system_error {
  margin-bottom: 24px;
  text-align: center;
  color: #E80303;
}

.checkbox_block label {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.checkbox_block .error_hint {
  text-align: left;
}
.checkbox_block .has-error .check_btn:before {
  color: #E80303;
  opacity: 1;
}

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

.section_title {
  font-family: "notosans-bold", "notosansarm-bold";
  margin: 0;
}

.primary_btn, .offcanvas .offcanvas-cart-actions .begin-checkout-btn {
  display: inline-block;
  vertical-align: top;
  border: none;
  text-align: center;
  background: #FFCC29;
  color: #373435;
  font-family: "notosans-bold", "notosansarm-bold";
  border-radius: 8px;
}
@media screen and (min-width: 960px) {
  .primary_btn, .offcanvas .offcanvas-cart-actions .begin-checkout-btn {
    padding: 16px 60px;
  }
}
@media screen and (max-width: 959px) {
  .primary_btn, .offcanvas .offcanvas-cart-actions .begin-checkout-btn {
    padding: 12px 32px;
  }
}
@media screen and (max-width: 575px) {
  .primary_btn, .offcanvas .offcanvas-cart-actions .begin-checkout-btn {
    width: 100%;
    padding: 12px 16px;
  }
}

.secondary_btn {
  display: inline-block;
  vertical-align: top;
  border: none;
  background: transparent;
  color: #373435;
  font-family: "notosans-bold", "notosansarm-bold";
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 0 1px #FFCC29;
}
@media screen and (min-width: 960px) {
  .secondary_btn {
    padding: 16px 60px;
  }
}
@media screen and (max-width: 959px) {
  .secondary_btn {
    padding: 12px 32px;
  }
}
@media screen and (max-width: 575px) {
  .secondary_btn {
    width: 100%;
    padding: 12px 16px;
  }
}

.page_title,
.section_title {
  margin: 0;
  font-family: "notosans-bold", "notosansarm-bold";
  color: inherit;
  text-align: center;
}

.section_subtitle {
  font-family: "notosans-bold", "notosansarm-bold";
  margin: 0;
}

.large_title {
  font-family: "notosans-bold", "notosansarm-bold";
}

.see_all_link {
  padding-top: 30px;
  text-align: center;
}
.breadcrumbs {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs ul {
  display: flex;
  white-space: nowrap;
}
.breadcrumbs li {
  display: flex;
}
.breadcrumbs li:not(:last-child):after {
  display: block;
  content: "/";
  padding: 0 3px;
  color: #000000;
}
.breadcrumbs li div {
  color: #646464;
  max-width: 380px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbs a {
  display: block;
  max-width: 256px;
  position: relative;
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
}

@media screen and (min-width: 1200px) {
  .content {
    padding-top: 128px;
  }
  .content > *:not(.breadcrumbs):not(.main_slider):first-child {
    padding-top: 40px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .content {
    padding-top: 120px;
  }
  .content > *:not(.breadcrumbs):not(.main_slider):first-child {
    padding-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .content {
    padding-top: 62px;
  }
  .content > *:not(.breadcrumbs):not(.main_slider):first-child {
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .content {
    padding-top: 62px;
  }
  .content .breadcrumbs + * {
    padding-top: 24px;
  }
}

.navigation_page .page_container {
  display: flex;
}
.navigation_page .nav_block {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 32px;
  position: relative;
}
.navigation_page .page_inner {
  flex: 1;
  width: 50%;
  align-self: flex-start;
}
.navigation_page .page_title {
  text-align: left;
}
.navigation_page .page_title + * {
  margin-top: -20px;
}
.navigation_page .nav_content.fixed {
  position: fixed;
  top: 148px;
}
.navigation_page .nav_content.fixed.to_bottom {
  position: absolute;
  left: 0 !important;
  bottom: 0;
  top: auto;
  max-height: none;
}
.navigation_page .nav_menu {
  width: 100%;
}
.navigation_page .nav_menu > li {
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
}
.navigation_page .nav_menu > li:not(:First-child) {
  padding-top: 16px;
}
.navigation_page .nav_menu > li > a,
.navigation_page .nav_menu > li button,
.navigation_page .nav_menu > li .menu_subtitle {
  display: flex;
  align-items: center;
  color: inherit;
  font-family: "notosans-bold", "notosansarm-bold";
}
.navigation_page .nav_menu > li button[class*=icon_]:before,
.navigation_page .nav_menu > li > a[class*=icon_]:before {
  display: block;
  font-size: 3rem;
  margin-right: 16px;
}
.navigation_page .nav_menu > li .menu_subtitle {
  cursor: pointer;
}
.navigation_page .nav_menu > li .menu_subtitle:before {
  order: 2;
  margin-left: auto;
  padding-left: 16px;
  font-size: 0.8rem;
  font-weight: 700 !important;
}
.navigation_page .nav_menu ul {
  display: none;
}
.navigation_page .nav_menu ul li {
  padding-top: 16px;
}
.navigation_page .nav_menu ul a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.navigation_page .nav_menu .current_page {
  color: #FFCC29;
}
@media screen and (max-width: 959px) {
  .navigation_page .page_title + * {
    margin-top: 0;
  }
  .navigation_page .nav_menu > li {
    padding-bottom: 14px;
  }
  .navigation_page .nav_menu > li:not(:First-child) {
    padding-top: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .navigation_page .nav_block {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 16px;
  }
  .navigation_page .nav_content.fixed {
    top: 82px;
  }
}
@media screen and (max-width: 767px) {
  .navigation_page .page_container {
    flex-wrap: wrap;
  }
  .navigation_page .nav_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .navigation_page .nav_content {
    position: relative !important;
    padding: 0 !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
  }
}

.at-share-btn {
  color: inherit !important;
  transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  -o-transform: none !important;
  margin: 0 !important;
  position: relative;
}
.at-share-btn .at-icon-wrapper {
  box-sizing: content-box;
  border-radius: inherit;
}
.at-share-btn svg * {
  fill: currentColor;
}

.checkout_steps {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: -16px;
  margin-right: -16px;
  text-align: center;
}
.checkout_steps ul {
  display: inline-flex;
  justify-content: center;
  text-align: center;
}
.checkout_steps li {
  flex: 1;
  max-width: 215px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 22px;
}
.checkout_steps li:before {
  order: 2;
  margin-top: 12px;
  font-size: 3.8rem;
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.checkout_steps li.current_step {
  color: #FFCC29;
}
.checkout_steps li:not(:first-child):after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  right: 50%;
  border-top: 1px solid #ececec;
  bottom: 19px;
}

h2.mb-3:empty {
  display: none;
}

.alert {
  display: flex;
  align-items: flex-start;
  padding: 10px 20px;
  border-radius: 6px;
}
.alert-info {
  background: #ececec;
  color: #373435;
  border-radius: 6px;
}
.alert-info .alert-content-container {
  color: inherit;
  background: transparent;
  justify-content: center;
}
.alert-info .icon {
  color: #646464;
}
.alert-warning {
  background: rgba(255, 204, 41, 0.2);
  color: #FFB300;
  border-radius: 6px;
}
.alert-warning .alert-content-container {
  color: inherit;
  background: transparent;
  justify-content: center;
}
.alert-warning .icon {
  color: inherit;
}
.alert .icon {
  margin: 0 12px 0 0;
  width: 24px;
  height: 24px;
}
.alert .alert-content-container {
  padding: 0;
}
.alert:before {
  flex: 0 0 24px;
  height: 24px;
  margin-right: 10px;
  border: 1px solid;
  border-radius: 50%;
}
.alert-success {
  background: #D8F3DF;
  color: #3CC261;
}
.alert-success:before {
  content: "\e91e";
  font-size: 1.4rem;
}
.alert-success .alert-content-container {
  background: transparent;
  color: inherit;
}
.alert-success .icon {
  display: none;
}
.alert-error, .alert-danger {
  background: rgba(232, 3, 3, 0.2);
  color: #E80303;
}
.alert-error:before, .alert-danger:before {
  content: "\e905";
  font-size: 1rem;
}
.alert-error .alert-content-container, .alert-danger .alert-content-container {
  background: transparent;
  color: inherit;
}
.alert-error .icon, .alert-danger .icon {
  display: none;
}
@media screen and (max-width: 959px) {
  .alert {
    padding: 8px 16px;
  }
}

.topics_list ul, .product_main .details_list, .paging ul, .listing_content .listing_inner, .filter_section .switch_filter,
.filter_section .checkbox_filter, .filter_section .simple_filter ul, .filter_section .simple_filter, .checkout_content .cart_items .product_options, .checkout_content .cart_items, .faq_list, .faq_navigation, .vacancy_details .vacancy_options, .jobs_list, .main_slider .slick-dots, .footer_menu ul, .footer_menu, .header .brands_list, .header .submenu_list, .header .menu_list, .breadcrumbs ul, .navigation_page .nav_menu, .navigation_page .nav_menu ul, .checkout_steps ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.brands_page .brands_list, .brands_section .brands_list, .offers_section ul, .why_section ul, .popular_categories .categories_list {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .brands_page .brands_list, .brands_section .brands_list, .offers_section ul, .why_section ul, .popular_categories .categories_list {
    margin: 0 -16px;
  }
}
@media screen and (max-width: 959px) {
  .brands_page .brands_list, .brands_section .brands_list, .offers_section ul, .why_section ul, .popular_categories .categories_list {
    margin: 0 -8px;
  }
}

.product_main .product_share .at-share-btn .at-icon-wrapper:before, .product_main .options_block .color_options .option_btn.inactive:after, .product_main .options_block .color_options .option_btn.disable:after, .product_main .options_block .color_options .option_btn.disabled:after, .product_main .options_block .color_options .option_btn:disabled:after, .product_main .big_images .image_block a, .product_main .small_images .slick-current:before, .brands_page img, .brands_section img, .header .bnner_block img, .header .brands_list li img, .blog_col .news_image > img, .listing_inner .press_block .press_image > img, .listing_inner .news_block .news_image > img, .checkout_content .cart_items .product_image .product_link > img, .product_block .product_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sorting_block .select2-container--default.select2-container--open .select2-selection__arrow, .filter_section .filter_block:not(.opened) .filter_title:after, .filter_section:not(.filter_opened) .filter_toggle:before, .faq_list li.opened .question_block:after, .form-group .select2-container--default.select2-container--open .select2-selection__arrow,
.field_block .select2-container--default.select2-container--open .select2-selection__arrow, .navigation_page .nav_menu > li.opened .menu_subtitle:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.blog_col .news_image > img, .listing_inner .press_block .press_image > img, .listing_inner .news_block .news_image > img, .checkout_content .cart_items .product_image .product_link > img, .product_block .product_image > img {
  object-fit: cover;
}

.blog_col .news_image iframe, .listing_inner .press_block .press_image iframe, .listing_inner .news_block .news_image iframe, .checkout_content .cart_items .product_image .product_link iframe, .product_block .product_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

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

.blog_col .news_image, .listing_inner .press_block .press_image, .listing_inner .news_block .news_image {
  position: relative;
  overflow: hidden;
}
.blog_col .news_image:before, .listing_inner .press_block .press_image:before, .listing_inner .news_block .news_image:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.product_main .product_status:before, .sorting_block .select2-container--default .select2-selection--single .select2-selection__arrow:before, .offcanvas .offcanvas-cart .cart-item-remove-button:before, .offcanvas .offcanvas-cart .alert:before, .product_main .slick-arrow:before, .products_list .slick-arrow:before, [class*=icon_]:before, .check_btn:before, .attach_remove:before, .form-group .select2-container--default .select2-selection--single .select2-selection__arrow:before,
.field_block .select2-container--default .select2-selection--single .select2-selection__arrow:before, .alert:before, .alert-success:before, .alert-error:before, .alert-danger:before, .topics_list .list_title:after, .product_main .options_block .color_options .option_btn.inactive:after, .product_main .options_block .color_options .option_btn.disable:after, .product_main .options_block .color_options .option_btn.disabled:after, .product_main .options_block .color_options .option_btn:disabled:after, .filter_section .filter_title:after, .cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading:after, .faq_list .question_block:after, .offcanvas .offcanvas-cart .cart-item-remove-button:after, .header .submenu_btn:after, .blog_col .view_more:after, .press_room .view_more:after, .offers_section .view_more:after, [class*=icon_]:after, .attach_btn:after, .attach_remove: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;
}

.blog_col .news_image img, .listing_inner .press_block .press_image img, .listing_inner .news_block .news_image img, .product_main .product_brand .brand_block img, .product_main .product_images *, .checkout_content .cart_items .product_image img, .brands_page .brands_list a img, .brands_section .brands_list a img, .main_slider *:not(.special_text), .product_block .product_name, .product_block .product_image img, .header .menu_btn:before, .header .menu_btn:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.product_main .options_block .color_options .option_btn.inactive:after, .product_main .options_block .color_options .option_btn.disable:after, .product_main .options_block .color_options .option_btn.disabled:after, .product_main .options_block .color_options .option_btn:disabled:after, .product_main .add_favorite, .product_main .product_status:before, .paging a, .checkout_form .method_image, .checkout_page .response_block .response_type:before, .career_search .search_form:before, .product_block .favorite_remove,
.product_block .favorite_btn, .stickers *, .page_loader, .offcanvas .offcanvas-cart .alert:before, .product_main .slick-arrow, .products_list .slick-arrow, .check_btn:before, .checkout_steps li:before, .alert:before {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.checkout_content .cart_items .item_remove, .faq_list .question_block, .navigation_page .nav_menu > li > a,
.navigation_page .nav_menu > li button,
.navigation_page .nav_menu > li .menu_subtitle {
  border: none;
  padding: 0;
  background: transparent;
}

.main_slider .slide_title, .large_title {
  line-height: 1.3em;
}
@media screen and (min-width: 1280px) {
  .main_slider .slide_title, .large_title {
    font-size: 640%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .main_slider .slide_title, .large_title {
    font-size: 480%;
  }
}
@media screen and (max-width: 959px) {
  .main_slider .slide_title, .large_title {
    font-size: 320%;
  }
}

@media screen and (min-width: 960px) {
  .product_main .current_price, .sign_switch .switch_link, .page_title,
.section_title {
    font-size: 320%;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 959px) {
  .product_main .current_price, .sign_switch .switch_link, .page_title,
.section_title {
    font-size: 240%;
    line-height: 1.5em;
  }
}

.blog_col .news_title a, .press_room .press_title a, .listing_inner .press_block .press_title a, .listing_inner .news_block .news_title a, .account_content .account_title, .product_main .old_price, .filter_section .filter_title, .filter_section .filter_toggle, .checkout_page .response_block .response_type, .checkout_content .cart_items .product_name .product_link, .jobs_list.no_results:after, .jobs_list .job_name, .error_page .error_description, .error_page .errorpage_title, .offers_section .offer_title, .why_section .text_block, .popular_categories .category_btn, .main_slider .slide_description,
.main_slider .special_text, .product_block .current_price, .product_block .product_brand, .offcanvas .offcanvas-cart-header .col, .header .bnner_block .bnner_title, .system_error, .section_subtitle {
  line-height: 1.5em;
}
@media screen and (min-width: 960px) {
  .blog_col .news_title a, .press_room .press_title a, .listing_inner .press_block .press_title a, .listing_inner .news_block .news_title a, .account_content .account_title, .product_main .old_price, .filter_section .filter_title, .filter_section .filter_toggle, .checkout_page .response_block .response_type, .checkout_content .cart_items .product_name .product_link, .jobs_list.no_results:after, .jobs_list .job_name, .error_page .error_description, .error_page .errorpage_title, .offers_section .offer_title, .why_section .text_block, .popular_categories .category_btn, .main_slider .slide_description,
.main_slider .special_text, .product_block .current_price, .product_block .product_brand, .offcanvas .offcanvas-cart-header .col, .header .bnner_block .bnner_title, .system_error, .section_subtitle {
    font-size: 240%;
  }
}
@media screen and (max-width: 959px) {
  .blog_col .news_title a, .press_room .press_title a, .listing_inner .press_block .press_title a, .listing_inner .news_block .news_title a, .account_content .account_title, .product_main .old_price, .filter_section .filter_title, .filter_section .filter_toggle, .checkout_page .response_block .response_type, .checkout_content .cart_items .product_name .product_link, .jobs_list.no_results:after, .jobs_list .job_name, .error_page .error_description, .error_page .errorpage_title, .offers_section .offer_title, .why_section .text_block, .popular_categories .category_btn, .main_slider .slide_description,
.main_slider .special_text, .product_block .current_price, .product_block .product_brand, .offcanvas .offcanvas-cart-header .col, .header .bnner_block .bnner_title, .system_error, .section_subtitle {
    font-size: 180%;
  }
}

.news_share .block_subtitle, .topics_list .list_title, .blog_search input, .account_content .social_block .social_name, .account_content .social_block .pretitle_block, .account_content .social_block .description_block, .addresses_list .default_info, .addresses_list .address_content, .navigation_page .back_btn, .account_content .account_details .select_group > .label,
.account_content .account_details > .field_block .label, .product_main .details_list, .product_main .options_block .box_options .option_btn, .product_main .short_description, .product_main .block_subtitle, .paging ul, .sorting_block .block_label, .listing_toolbar .results_count, .filter_section .box_filter .box_check, .filter_section .range_inputs .input_block, .filter_section .simple_filter, .checkout_page .order_details, .checkout_page .response_block .responce_description, .checkout_content .cart_items .option_label,
.checkout_content .cart_items .option_info, .checkout_summary .promo_code input, .checkout_summary .price_list, .checkout_summary .block_title, .cms-element-moorl-accordion .moorl-accordion-content .section .section-content, .cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading, .faq_list .answer_block, .faq_list .question_block, .faq_navigation li, .vacancy_details .vacancy_options, .jobs_list .vacancy_deadline, .career_search .search_form input, .sign_page .action_link, .product_block .old_price, .product_block .product_name, .footer, .offcanvas .offcanvas-summary, .offcanvas .offcanvas-cart-promotion-form .input-group .form-control, .offcanvas .offcanvas-cart-promotion-form .input-group label, .offcanvas .offcanvas-cart-actions .btn-link, .offcanvas .offcanvas-cart .cart-item-quantity .custom-select, .offcanvas .offcanvas-cart .cart-item-price, .offcanvas .offcanvas-cart .cart-item-label, .offcanvas .offcanvas-cart .alert .alert-content-container, .offcanvas .offcanvas-cart-header .col-auto, .offcanvas .offcanvas-close, .header .bnner_block .bnner_btn, .header .bnner_block .bnner_description, .header .search-suggest-product-link, .header .search_form input, .see_all_link a, .check_btn, .radio_btn, .attach_btn, .attached_file, .form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=number],
.form-group input[type=url],
.form-group textarea,
.field_block input[type=text],
.field_block input[type=email],
.field_block input[type=password],
.field_block input[type=number],
.field_block input[type=url],
.field_block textarea, .standard_text, .navigation_page .nav_menu > li > a,
.navigation_page .nav_menu > li button,
.navigation_page .nav_menu > li .menu_subtitle, .checkout_steps li, .alert {
  line-height: 1.5em;
}
@media screen and (min-width: 960px) {
  .news_share .block_subtitle, .topics_list .list_title, .blog_search input, .account_content .social_block .social_name, .account_content .social_block .pretitle_block, .account_content .social_block .description_block, .addresses_list .default_info, .addresses_list .address_content, .navigation_page .back_btn, .account_content .account_details .select_group > .label,
.account_content .account_details > .field_block .label, .product_main .details_list, .product_main .options_block .box_options .option_btn, .product_main .short_description, .product_main .block_subtitle, .paging ul, .sorting_block .block_label, .listing_toolbar .results_count, .filter_section .box_filter .box_check, .filter_section .range_inputs .input_block, .filter_section .simple_filter, .checkout_page .order_details, .checkout_page .response_block .responce_description, .checkout_content .cart_items .option_label,
.checkout_content .cart_items .option_info, .checkout_summary .promo_code input, .checkout_summary .price_list, .checkout_summary .block_title, .cms-element-moorl-accordion .moorl-accordion-content .section .section-content, .cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading, .faq_list .answer_block, .faq_list .question_block, .faq_navigation li, .vacancy_details .vacancy_options, .jobs_list .vacancy_deadline, .career_search .search_form input, .sign_page .action_link, .product_block .old_price, .product_block .product_name, .footer, .offcanvas .offcanvas-summary, .offcanvas .offcanvas-cart-promotion-form .input-group .form-control, .offcanvas .offcanvas-cart-promotion-form .input-group label, .offcanvas .offcanvas-cart-actions .btn-link, .offcanvas .offcanvas-cart .cart-item-quantity .custom-select, .offcanvas .offcanvas-cart .cart-item-price, .offcanvas .offcanvas-cart .cart-item-label, .offcanvas .offcanvas-cart .alert .alert-content-container, .offcanvas .offcanvas-cart-header .col-auto, .offcanvas .offcanvas-close, .header .bnner_block .bnner_btn, .header .bnner_block .bnner_description, .header .search-suggest-product-link, .header .search_form input, .see_all_link a, .check_btn, .radio_btn, .attach_btn, .attached_file, .form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=number],
.form-group input[type=url],
.form-group textarea,
.field_block input[type=text],
.field_block input[type=email],
.field_block input[type=password],
.field_block input[type=number],
.field_block input[type=url],
.field_block textarea, .standard_text, .navigation_page .nav_menu > li > a,
.navigation_page .nav_menu > li button,
.navigation_page .nav_menu > li .menu_subtitle, .checkout_steps li, .alert {
    font-size: 160%;
  }
}
@media screen and (max-width: 959px) {
  .news_share .block_subtitle, .topics_list .list_title, .blog_search input, .account_content .social_block .social_name, .account_content .social_block .pretitle_block, .account_content .social_block .description_block, .addresses_list .default_info, .addresses_list .address_content, .navigation_page .back_btn, .account_content .account_details .select_group > .label,
.account_content .account_details > .field_block .label, .product_main .details_list, .product_main .options_block .box_options .option_btn, .product_main .short_description, .product_main .block_subtitle, .paging ul, .sorting_block .block_label, .listing_toolbar .results_count, .filter_section .box_filter .box_check, .filter_section .range_inputs .input_block, .filter_section .simple_filter, .checkout_page .order_details, .checkout_page .response_block .responce_description, .checkout_content .cart_items .option_label,
.checkout_content .cart_items .option_info, .checkout_summary .promo_code input, .checkout_summary .price_list, .checkout_summary .block_title, .cms-element-moorl-accordion .moorl-accordion-content .section .section-content, .cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading, .faq_list .answer_block, .faq_list .question_block, .faq_navigation li, .vacancy_details .vacancy_options, .jobs_list .vacancy_deadline, .career_search .search_form input, .sign_page .action_link, .product_block .old_price, .product_block .product_name, .footer, .offcanvas .offcanvas-summary, .offcanvas .offcanvas-cart-promotion-form .input-group .form-control, .offcanvas .offcanvas-cart-promotion-form .input-group label, .offcanvas .offcanvas-cart-actions .btn-link, .offcanvas .offcanvas-cart .cart-item-quantity .custom-select, .offcanvas .offcanvas-cart .cart-item-price, .offcanvas .offcanvas-cart .cart-item-label, .offcanvas .offcanvas-cart .alert .alert-content-container, .offcanvas .offcanvas-cart-header .col-auto, .offcanvas .offcanvas-close, .header .bnner_block .bnner_btn, .header .bnner_block .bnner_description, .header .search-suggest-product-link, .header .search_form input, .see_all_link a, .check_btn, .radio_btn, .attach_btn, .attached_file, .form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=number],
.form-group input[type=url],
.form-group textarea,
.field_block input[type=text],
.field_block input[type=email],
.field_block input[type=password],
.field_block input[type=number],
.field_block input[type=url],
.field_block textarea, .standard_text, .navigation_page .nav_menu > li > a,
.navigation_page .nav_menu > li button,
.navigation_page .nav_menu > li .menu_subtitle, .checkout_steps li, .alert {
    font-size: 140%;
  }
}

.press_inner .news_content h2,
.blog_inner .news_content h2, .product_main .full_description h2, .product_main .full_description h3, .product_main .full_description [class*=title], .standard_textpage h2 {
  line-height: 1.5em;
}
@media screen and (min-width: 960px) {
  .press_inner .news_content h2,
.blog_inner .news_content h2, .product_main .full_description h2, .product_main .full_description h3, .product_main .full_description [class*=title], .standard_textpage h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 959px) {
  .press_inner .news_content h2,
.blog_inner .news_content h2, .product_main .full_description h2, .product_main .full_description h3, .product_main .full_description [class*=title], .standard_textpage h2 {
    font-size: 1.4rem;
  }
}

.news_head_block .news_date, .press_inner .news_content,
.blog_inner .news_content, .blog_col .news_date, .blog_col .news_description, .press_room .press_date, .press_room .press_description, .topics_list ul a, .listing_inner .press_block .press_date, .listing_inner .press_block .press_description, .listing_inner .news_block .news_date, .listing_inner .news_block .news_description, .account_content .pass_hint, .product_main .full_description, .product_main .qty_block input, .product_main .product_status, .product_main .product_code, .standard_textpage, .checkout_content .cart_items .qty_block input, .sign_page .form-text, .sign_page .recovery_info, .sign_page .recovery_hint, .sign_page .sign_label, .offers_section .offer_description, .popup_description, .stickers, .offcanvas .offcanvas-cart-tax, .header .search-suggest-no-result, .header .search-suggest-total, .blog_col .view_more, .press_room .view_more, .offers_section .view_more, .attach_error,
.error_hint, .primary_btn, .offcanvas .offcanvas-cart-actions .begin-checkout-btn, .secondary_btn, .breadcrumbs, .navigation_page .nav_menu ul a {
  font-size: 140%;
  line-height: 1.5em;
}

@media screen and (min-width: 960px) {
  .apply_form, .brands_page, .brands_section, .offers_section, .why_section, .bnner_section, .popular_categories, .main_slider {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 959px) {
  .apply_form, .brands_page, .brands_section, .offers_section, .why_section, .bnner_section, .popular_categories, .main_slider {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 960px) {
  .press_inner,
.blog_inner, .press_listing,
.blog_listing, .product_main, .listing_content, .checkout_page .response_block:before, .checkout_page .response_block:after, .checkout_inner, .cms-element-moorl-accordion, .jobs_list, .sign_page:before, .sign_page:after, .error_page:before, .error_page:after, .page_inner .info_section, .products_section, .newers_section, .navigation_page {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 959px) {
  .press_inner,
.blog_inner, .press_listing,
.blog_listing, .product_main, .listing_content, .checkout_page .response_block:before, .checkout_page .response_block:after, .checkout_inner, .cms-element-moorl-accordion, .jobs_list, .sign_page:before, .sign_page:after, .error_page:before, .error_page:after, .page_inner .info_section, .products_section, .newers_section, .navigation_page {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 960px) {
  .checkout_page .order_review, .checkout_page .response_block .responce_description, .apply_form .form_fields:before, .sign_switch, .page_title,
.section_title, .checkout_steps {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .checkout_page .order_review, .checkout_page .response_block .responce_description, .apply_form .form_fields:before, .sign_switch, .page_title,
.section_title, .checkout_steps {
    padding-bottom: 24px;
  }
}

.see_all_link a {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  color: #373435;
  font-family: "notosans-bold", "notosansarm-bold";
}

.blog_col .view_more, .press_room .view_more, .offers_section .view_more {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  color: #373435;
  font-family: "notosans-bold", "notosansarm-bold";
  padding-bottom: 4px;
  border-bottom: 1px solid;
}
.blog_col .view_more:after, .press_room .view_more:after, .offers_section .view_more:after {
  content: "\e904";
  display: block;
  margin-left: 14px;
  font-size: 1.2rem;
}

.product_main .slick-arrow, .products_list .slick-arrow {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  background: #373435;
  font-size: 0;
  line-height: 0;
}
.product_main .slick-arrow:before, .products_list .slick-arrow:before {
  display: block;
  font-size: 1rem;
}
.product_main .slick-prev:before, .products_list .slick-prev:before {
  content: "\e903";
}
.product_main .slick-next:before, .products_list .slick-next:before {
  content: "\e902";
}
.product_main .slick-disabled, .products_list .slick-disabled {
  pointer-events: none;
  background: rgba(55, 52, 53, 0.3);
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
}
.header_top {
  padding: 16px 0;
}
.header_top .page_container {
  display: flex;
  align-items: center;
}
.header .main_logo {
  flex: 1;
  padding-right: 16px;
}
.header .main_logo a {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
.header .main_logo img {
  display: block;
  width: auto;
  height: 52px;
}
.header .search_block {
  flex: 3;
  padding: 0 16px;
  height: 52px;
  margin: 0 auto;
  max-width: 816px;
  position: relative;
  z-index: 10;
}
.header .search_form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 8px;
  border: 1px solid #ececec;
}
.header .search_form ::-webkit-input-placeholder {
  color: rgba(55, 52, 53, 0.45);
}
.header .search_form :-moz-placeholder {
  color: rgba(55, 52, 53, 0.45);
}
.header .search_form ::-moz-placeholder {
  color: rgba(55, 52, 53, 0.45);
}
.header .search_form :-ms-input-placeholder {
  color: rgba(55, 52, 53, 0.45);
}
.header .search_form label {
  display: block;
  flex: 1;
  width: 50%;
  margin-right: -10px;
}
.header .search_form .label {
  display: none;
}
.header .search_form input {
  width: 100%;
  border: none;
  color: inherit;
  background: transparent;
  height: 50px;
  padding: 16px;
}
.header .search_form .search_btn {
  border: none;
  background: #FFCC29;
  color: #373435;
  padding: 0 30px;
  height: 52px;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  border-radius: 8px;
  font-size: 240%;
  position: relative;
  z-index: 5;
}
.header .search_form .search_btn:before {
  display: block;
}
.header .search_form .search_btn .loader {
  display: none !important;
}
.header .search_form.list_showed {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}
.header .search-suggest {
  flex: 0 0 100%;
  max-width: 100%;
}
.header .search-suggest-container {
  position: relative;
  top: auto;
  left: auto;
  background: #ffffff;
  padding: 0;
  border: none;
  border-radius: 0 0 8px 8px;
  width: 100%;
  box-shadow: none;
  margin-top: -1px;
  border-top: 1px solid #ececec;
  transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  margin: 2px 0 0;
  max-height: 280px;
  overflow-x: hidden;
  overflow-y: auto;
}
.header .search-suggest-container:after {
  display: none;
}
.header .search-suggest-container > .row {
  display: block;
  margin: 0;
}
.header .search-suggest-container > .row > div {
  flex: none;
  max-width: 100%;
}
.header .search-suggest-container > .row > div:empty {
  display: none;
}
.header .search-suggest-product {
  padding: 0;
  border-bottom-color: #ececec;
}
.header .search-suggest-product-link {
  padding: 12px 16px;
  -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 .search-suggest-product-link:hover {
  background: #ececec;
  color: inherit;
}
.header .search-suggest-product-image-container {
  display: none;
}
.header .search-suggest-total {
  padding: 12px 16px;
}
.header .search-suggest-total-link {
  color: inherit;
}
.header .search-suggest-total-link .icon {
  display: none;
}
.header .search-suggest-no-result {
  padding: 12px 16px;
}
.header_actions {
  flex: 1;
  padding-left: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .action_btn {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: flex;
  align-items: center;
  color: inherit;
  padding: 10px;
  margin-left: 10px;
}
.header .action_btn:before {
  display: block;
  font-size: 2.4rem;
}
.header .action_btn.icon_heart:before {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
  font-size: 2.25rem;
}
.header .action_btn .items_count {
  position: absolute;
  font-size: 1.2rem;
  line-height: 16px;
  min-width: 16px;
  border-radius: 8px;
  background: #FFCC29;
  color: #373435;
  text-align: center;
  padding: 0 2px;
  top: 4px;
  left: 50%;
  margin-left: -2px;
}
.header .action_btn .items_count:empty {
  display: none;
}
.header_bottom {
  background: #f5f5f5;
}
.header .menu_list > li.special {
  color: #b90303;
}
.header .menu_list > li > a {
  display: flex;
  height: 44px;
  align-items: center;
  color: inherit;
  position: relative;
  font-size: 160%;
  line-height: 22px;
}
.header .submenu_block {
  position: absolute;
  background: #ffffff;
}
.header .submenu_block {
  display: none;
}
.header .submenu_list a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  font-size: 160%;
  line-height: 22px;
}
.header .submenu_list .view_all {
  color: #FFCC29;
}
.header .submenu_list .view_all a {
  text-decoration: underline;
}
.header .brands_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 16px;
}
.header .brands_list:before, .header .brands_list:after {
  display: block;
  content: "";
  position: absolute;
  background: #ffffff;
  right: -1px;
  top: -1px;
  z-index: 2;
}
.header .brands_list:before {
  left: -1px;
  height: 2px;
}
.header .brands_list:after {
  bottom: -1px;
  width: 2px;
}
.header .brands_list li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  border-top: 1px solid #ececec;
  border-right: 1px solid #ececec;
  position: relative;
}
.header .brands_list li:before {
  display: block;
  padding-bottom: 70%;
  content: "";
}
.header .brands_list li img {
  border: 1px solid #ffffff;
  object-fit: contain;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.header .submenu_bnners {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media screen and (min-width: 960px) {
  .header .submenu_bnners {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .header .submenu_bnners {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.header .bnner_block {
  position: relative;
}
.header .bnner_block.wide_bnner:first-child ~ .bnner_block:nth-child(n+3), .header .bnner_block.wide_bnner + .square_bnner, .header .bnner_block.square_bnner ~ .bnner_block {
  display: none;
}
.header .bnner_block.wide_bnner {
  height: 228px;
}
.header .bnner_block.wide_bnner + .wide_bnner {
  margin-top: 20px;
}
.header .bnner_block.square_bnner {
  height: 476px;
}
.header .bnner_block img {
  object-fit: cover;
  object-position: right center;
}
.header .bnner_block .bnner_inner {
  width: 100%;
  height: 100%;
  padding: 14px 24px;
}
.header .bnner_block .bnner_title {
  max-width: 60%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  z-index: 2;
  font-family: "notosans-bold", "notosansarm-bold";
}
.header .bnner_block .bnner_description {
  margin-top: 16px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  z-index: 2;
  max-width: 64%;
}
.header .bnner_block .bnner_btn {
  display: inline-block;
  vertical-align: top;
  padding: 14px 30px;
  min-width: 186px;
  color: inherit;
  text-align: center;
  border: 1px solid;
  border-radius: 8px;
  margin-top: 16px;
  position: relative;
  z-index: 2;
  font-family: "notosans-bold", "notosansarm-bold";
}
.header .bnner_block a.bnner_inner {
  display: block;
  color: inherit;
  padding: 24px;
}
.header .bnner_block a.bnner_inner .bnner_title {
  -webkit-line-clamp: 3;
}
.header .bnner_block a.bnner_inner .bnner_btn {
  display: none;
}
.header .menu_btn {
  border: none;
  padding: 19px 10px;
  background: transparent;
  color: inherit;
  position: relative;
  z-index: 100;
}
.header .menu_btn:before, .header .menu_btn:after,
.header .menu_btn span {
  display: block;
  border-top: 2px solid;
  width: 25px;
}
.header .menu_btn:before, .header .menu_btn:after {
  content: "";
  position: absolute;
  left: 10px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .menu_btn:before {
  top: 10px;
  transform-origin: top left;
  -webkit-transfrom-origin: top left;
}
.header .menu_btn:after {
  bottom: 10px;
  transform-origin: bottom left;
  -webkit-transfrom-origin: bottom left;
}
.header .menu_btn span {
  -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.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (min-width: 960px) {
  .header .menu_btn {
    display: none;
  }
  .header .catalog_menu {
    margin: 0 -16px;
  }
  .header .menu_list {
    display: flex;
    justify-content: space-between;
  }
  .header .menu_list > li {
    padding: 0 16px;
  }
  .header .menu_list > li > a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 3px solid;
    border-radius: 2px;
    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 .menu_list > li.opened > a {
    color: #FFCC29;
  }
  .header .menu_list > li.opened > a:after {
    opacity: 1;
  }
  .header .menu_list > li.current_page > a:after {
    opacity: 1;
  }
  .header .menu_list > li.current_page:not(.special) > a {
    color: #FFCC29;
  }
  .header .submenu_block {
    top: 100%;
    left: 0;
    width: 100%;
    height: 540px;
    max-height: 75vh;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  }
  .header .submenu_block .page_container {
    display: flex;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 30px;
  }
  .header .submenu_list {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .header .submenu_list li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-right: 16px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1439px) {
  .header .submenu_block {
    height: 480px;
  }
  .header .submenu_list {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .header .submenu_list li {
    padding-right: 12px;
  }
  .header .submenu_bnners {
    padding: 0 12px;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .header .brands_list {
    padding-left: 12px;
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .header .brands_list img {
    border-width: 5px;
  }
  .header .bnner_block.wide_bnner {
    height: 196px;
  }
  .header .bnner_block.square_bnner {
    height: 380px;
  }
  .header .bnner_block .bnner_title {
    font-size: 200%;
    line-height: 27px;
  }
  .header .bnner_block .bnner_description {
    margin-top: 12px;
  }
  .header .bnner_block .bnner_btn {
    margin-top: 12px;
    padding: 10px 24px;
    min-width: 120px;
  }
  .header .bnner_block .bnner_inner {
    padding: 12px 16px;
  }
  .header .bnner_block a.bnner_inner {
    padding: 16px 12px;
  }
}
@media screen and (max-width: 1199px) {
  .header .search_block {
    height: 44px;
  }
  .header .search_form input {
    font-size: 140%;
    line-height: 20px;
    padding: 10px 16px;
    height: 42px;
  }
  .header .search_autocomplete {
    font-size: 140%;
    line-height: 20px;
  }
  .header .search_autocomplete li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .search-suggest-total, .header .search-suggest-no-result, .header .search-suggest-product-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .header .menu_list > li > a {
    font-size: 140%;
    line-height: 20px;
  }
  .header .submenu_list a {
    font-size: 140%;
    line-height: 20px;
    padding-bottom: 4px;
  }
  .header .brands_list {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .header .brands_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header .submenu_bnners {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .header .bnner_block .bnner_description {
    font-size: 140%;
    line-height: 20px;
  }
  .header .main_logo img {
    height: 44px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1199px) {
  .header .search_form .search_btn {
    height: 44px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .header .search_form .search_btn {
    padding: 0 16px;
  }
}
@media screen and (max-width: 959px) {
  .header:before {
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    content: "";
    -o-transition: opacity 0.5s, height 0s 0.5s;
    -ms-transition: opacity 0.5s, height 0s 0.5s;
    -moz-transition: opacity 0.5s, height 0s 0.5s;
    -webkit-transition: opacity 0.5s, height 0s 0.5s;
    transition: opacity 0.5s, height 0s 0.5s;
    background: rgba(0, 0, 0, 0.3);
  }
  .header_top {
    padding: 9px 0;
  }
  .header .main_logo {
    flex: none;
    padding-right: 8px;
  }
  .header .main_logo img {
    height: 30px;
  }
  .header_actions {
    padding-left: 8px;
    flex: none;
  }
  .header .search_block {
    padding: 0 8px;
    z-index: 5;
  }
  .header .action_btn {
    margin-left: 2px;
  }
  .header .menu_btn {
    margin-left: 2px;
    margin-right: -10px;
  }
  .header .menu_block {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
    max-width: 100%;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    z-index: 99;
  }
  .header .menu_block:before {
    display: block;
    min-height: 62px;
    width: 330px;
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
  }
  .header .menu_inner {
    background: #ffffff;
    box-shadow: -20px 0px 20px rgba(0, 0, 0, 0.16);
    width: 330px;
    max-width: 100vw;
    padding: 62px 16px 24px;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: auto;
  }
  .header .menu_inner.no_scroll {
    overflow: hidden;
  }
  .header .menu_list > li {
    border-bottom: 1px solid #ececec;
  }
  .header .menu_list > li > a {
    text-transform: uppercase;
    padding: 12px 0;
  }
  .header .menu_list > li.opened .submenu_block {
    width: 330px;
  }
  .header .submenu_btn:after {
    display: block;
    content: "\e902";
    font-size: 1rem;
    padding-left: 24px;
    margin-left: auto;
  }
  .header .submenu_block {
    top: 62px;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    max-width: 100vw;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: none;
    display: block !important;
  }
  .header .submenu_block.fixed {
    position: fixed;
    z-index: 10;
  }
  .header .submenu_block .page_container {
    display: block;
    width: 330px;
    max-width: 100vw;
  }
  .header .submenu_block .submenu_list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    display: flex;
    flex-direction: column;
  }
  .header .submenu_block .submenu_list li {
    padding-right: 0;
    border-bottom: 1px solid #ececec;
  }
  .header .submenu_block .submenu_list li:not(.view_all) {
    order: 2;
  }
  .header .submenu_block .submenu_list li.view_all {
    font-family: "notosans-bold", "notosansarm-bold";
  }
  .header .submenu_block .submenu_list li.view_all a {
    text-decoration: none;
  }
  .header .submenu_block .submenu_list a {
    padding: 12px 0;
    display: block;
  }
  .header .brands_list,
.header .submenu_bnners {
    display: none;
  }
  .header .back_btn {
    border: none;
    display: flex;
    align-items: center;
    padding: 11px 16px;
    color: inherit;
    background: #ececec;
    font-size: 160%;
    line-height: 22px;
    width: 330px;
    max-width: 100vw;
    text-transform: uppercase;
    -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 .back_btn:before {
    display: block;
    font-size: 1rem;
    margin-right: 12px;
  }
  .header .back_btn:active {
    color: #FFB300;
  }
}
@media screen and (max-width: 639px) {
  .header .action_btn[class*=account] {
    position: fixed;
    left: 100%;
    top: 10px;
    margin-left: -324px;
    z-index: 100;
    color: #FFCC29;
    font-size: 160%;
    line-height: 22px;
    font-family: "notosans-bold", "notosansarm-bold";
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    max-width: 280px;
    -o-transition: opacity 0.3s, height 0s 0.3s;
    -ms-transition: opacity 0.3s, height 0s 0.3s;
    -moz-transition: opacity 0.3s, height 0s 0.3s;
    -webkit-transition: opacity 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, height 0s 0.3s;
  }
  .header .action_btn[class*=account]:before {
    font-size: 2rem;
    margin-right: 8px;
  }
  .header_actions {
    padding-left: 0;
  }
  .header .search_block {
    width: 44px;
    height: 44px;
    margin-left: auto;
    flex: none;
    margin-right: 0;
    padding: 0;
    -o-transition: z-index 0.2s 0.5s;
    -ms-transition: z-index 0.2s 0.5s;
    -moz-transition: z-index 0.2s 0.5s;
    -webkit-transition: z-index 0.2s 0.5s;
    transition: z-index 0.2s 0.5s;
  }
  .header .search_block.opened {
    -o-transition: z-index 0s 0s;
    -ms-transition: z-index 0s 0s;
    -moz-transition: z-index 0s 0s;
    -webkit-transition: z-index 0s 0s;
    transition: z-index 0s 0s;
    z-index: 200;
  }
  .header .search_block.opened .search_form {
    width: 100vw;
    margin-right: -135px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  }
  .header .search_block.opened .search_form .search_btn {
    right: 6px;
  }
  .header .search_block:not(.opened) .search-suggest {
    display: none;
  }
  .header .search_form {
    border: none;
    width: 44px;
    min-height: 44px;
    margin: 0;
    background: #ffffff;
    float: right;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .search_form label {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header .search_form .search_btn {
    background: #ffffff;
    padding: 10px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: none !important;
    -o-transition: right 0.5s, color 0.15s !important;
    -ms-transition: right 0.5s, color 0.15s !important;
    -moz-transition: right 0.5s, color 0.15s !important;
    -webkit-transition: right 0.5s, color 0.15s !important;
    transition: right 0.5s, color 0.15s !important;
  }
  .header .search_form .search_btn:active {
    color: #FFB300 !important;
  }
  .header .search-suggest-container {
    margin-top: 8px;
  }
}

.web .catalog_menu .submenu_block,
.web .search-suggest-container {
  scrollbar-color: #646464 #ececec;
  scrollbar-width: thin;
}
.web .catalog_menu .submenu_block::-webkit-scrollbar,
.web .search-suggest-container::-webkit-scrollbar {
  width: 6px;
  height: auto;
  border-radius: 4px;
  background: #ececec;
}
.web .catalog_menu .submenu_block::-webkit-scrollbar-thumb,
.web .search-suggest-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #646464;
}

@media screen and (max-width: 959px) {
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .header:before {
    height: 100%;
    opacity: 1;
    -o-transition: opacity 0.5s, height 0s 0s;
    -ms-transition: opacity 0.5s, height 0s 0s;
    -moz-transition: opacity 0.5s, height 0s 0s;
    -webkit-transition: opacity 0.5s, height 0s 0s;
    transition: opacity 0.5s, height 0s 0s;
  }
  .menu_opened .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 .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 26px;
    left: 15px;
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    width: 26px;
    left: 15px;
  }
  .menu_opened .menu_block {
    width: 330px;
  }
}
@media screen and (max-width: 639px) {
  .menu_opened .header .action_btn[class*=account] {
    height: 40px;
    padding: 10px;
    opacity: 1;
    -o-transition: opacity 0.3s 0.3s, height 0s 0s;
    -ms-transition: opacity 0.3s 0.3s, height 0s 0s;
    -moz-transition: opacity 0.3s 0.3s, height 0s 0s;
    -webkit-transition: opacity 0.3s 0.3s, height 0s 0s;
    transition: opacity 0.3s 0.3s, height 0s 0s;
  }
}
.offcanvas .offcanvas-close {
  padding: 15px 30px;
  color: #373435;
  font-family: "notosans-bold", "notosansarm-bold";
  display: flex;
  align-items: center;
  background: #f1f1f1 !important;
  border: none;
}
.offcanvas .offcanvas-close .icon {
  color: inherit;
  height: 16px;
  width: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.offcanvas .offcanvas-close .icon svg {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  top: auto;
}
.offcanvas .offcanvas-cart-header {
  margin-bottom: 16px;
  color: inherit;
  line-height: inherit;
  font-size: 100%;
  font-family: inherit;
}
.offcanvas .offcanvas-cart-header .col {
  font-family: "notosans-bold", "notosansarm-bold";
}
.offcanvas .offcanvas-cart-header .col-auto {
  align-self: flex-end;
}
.offcanvas .offcanvas-cart-header-count {
  font-weight: normal;
  color: #373435;
  font-size: 100%;
}
.offcanvas .offcanvas-cart .alert {
  margin: 0;
  border-radius: 6px;
  padding: 10px 20px;
}
.offcanvas .offcanvas-cart .alert-success {
  background: #D8F3DF;
  color: #3CC261;
}
.offcanvas .offcanvas-cart .alert-success:before {
  content: "\e91e";
  font-size: 1.4rem;
}
.offcanvas .offcanvas-cart .alert-success .alert-content-container {
  background: transparent;
  color: inherit;
}
.offcanvas .offcanvas-cart .alert-error {
  background: rgba(232, 3, 3, 0.2);
  color: #E80303;
}
.offcanvas .offcanvas-cart .alert-error:before {
  content: "\e905";
  font-size: 1rem;
}
.offcanvas .offcanvas-cart .alert-error .alert-content-container {
  background: transparent;
  color: inherit;
}
.offcanvas .offcanvas-cart .alert .icon {
  display: none;
}
.offcanvas .offcanvas-cart .alert:before {
  flex: 0 0 24px;
  height: 24px;
  margin-right: 10px;
  border: 1px solid;
  border-radius: 50%;
}
.offcanvas .offcanvas-cart .alert .alert-content-container {
  padding: 0;
}
.offcanvas .offcanvas-cart .cart-item {
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
}
.offcanvas .offcanvas-cart .cart-item-row {
  margin: 0;
}
.offcanvas .offcanvas-cart .cart-item-img {
  width: 170px;
  height: 170px;
  border: none;
  padding: 0;
  margin-right: 16px;
}
.offcanvas .offcanvas-cart .cart-item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.offcanvas .offcanvas-cart .cart-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offcanvas .offcanvas-cart .cart-item-details {
  margin: 0;
  padding: 12px 0 0;
}
.offcanvas .offcanvas-cart .cart-item-details-container {
  padding: 0;
}
.offcanvas .offcanvas-cart .cart-item-details .cart-item-details {
  padding: 0;
}
.offcanvas .offcanvas-cart .cart-item-label {
  color: inherit;
  font-weight: normal;
}
.offcanvas .offcanvas-cart .cart-item .col-auto {
  padding: 0;
}
.offcanvas .offcanvas-cart .cart-item .product-feature-list, .offcanvas .offcanvas-cart .cart-item-characteristics {
  display: none;
}
.offcanvas .offcanvas-cart .cart-item-price {
  margin: 0 0 16px;
  color: #373435;
  font-family: "notosans-bold", "notosansarm-bold";
}
.offcanvas .offcanvas-cart .cart-item-quantity {
  order: 2;
}
.offcanvas .offcanvas-cart .cart-item-quantity .custom-select {
  width: 120px;
  font-family: "notosans-bold", "notosansarm-bold";
  text-align: center;
}
.offcanvas .offcanvas-cart .cart-item-remove-button {
  background: transparent !important;
  outline: none;
  box-shadow: none !important;
  font-size: 240%;
  line-height: 1em;
  padding: 10px;
  color: #373435;
  margin: -10px -10px 0 0;
  border: none;
}
.offcanvas .offcanvas-cart .cart-item-remove-button span {
  display: none;
}
.offcanvas .offcanvas-cart .cart-item-remove-button:before {
  display: block;
  content: "\e905";
}
.offcanvas .offcanvas-cart .cart-quantity-price {
  min-height: 0;
  margin-top: 12px;
  flex-direction: column;
  align-items: flex-start;
}
.offcanvas .offcanvas-cart-tax {
  margin: 0;
  color: #373435;
  opacity: 0.5;
}
.offcanvas .offcanvas-cart-actions {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dedede;
  text-align: center;
}
.offcanvas .offcanvas-cart-actions .btn-link {
  padding: 0 0 4px;
  border-bottom: 1px solid;
  color: #373435;
  display: inline-block;
  vertical-align: top;
  font-family: "notosans-bold", "notosansarm-bold";
  margin-top: 20px;
  width: auto;
  text-decoration: none !important;
}
.offcanvas .offcanvas-cart-promotion-form {
  padding-bottom: 20px;
  margin: 0;
}
.offcanvas .offcanvas-cart-promotion-form .input-group {
  flex-wrap: wrap;
}
.offcanvas .offcanvas-cart-promotion-form .input-group ::-webkit-input-placeholder {
  color: rgba(55, 52, 53, 0.5);
}
.offcanvas .offcanvas-cart-promotion-form .input-group :-moz-placeholder {
  color: rgba(55, 52, 53, 0.5);
}
.offcanvas .offcanvas-cart-promotion-form .input-group ::-moz-placeholder {
  color: rgba(55, 52, 53, 0.5);
}
.offcanvas .offcanvas-cart-promotion-form .input-group :-ms-input-placeholder {
  color: rgba(55, 52, 53, 0.5);
}
.offcanvas .offcanvas-cart-promotion-form .input-group label {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  height: auto;
  top: auto;
  left: auto;
  font-family: "notosans-bold", "notosansarm-bold";
  color: #373435;
  margin-bottom: 14px;
  text-align: left;
}
.offcanvas .offcanvas-cart-promotion-form .input-group .form-control {
  flex: 1;
  width: 50%;
  border: 1px solid #bcbcbc;
  border-radius: 8px 0 0 8px;
  margin-right: -8px;
  padding: 16px 32px 16px 20px;
  height: auto;
  color: inherit;
  font-family: inherit;
}
.offcanvas .offcanvas-cart-promotion-form .input-group-append {
  margin: 0;
}
.offcanvas .offcanvas-cart-promotion-form .input-group-append button {
  border: none;
  width: 56px;
  background: #FFCC29;
  color: #373435 !important;
  border-radius: 8px;
  box-shadow: none !important;
}
.offcanvas .offcanvas-cart-promotion-form .input-group-append button .icon {
  color: inherit;
}
.offcanvas .offcanvas-cart-items,
.offcanvas .offcanvas-summary {
  margin: 0;
}
.offcanvas .custom-select {
  display: block;
  height: 50px;
  padding: 0 16px;
  color: #373435;
  background: transparent;
  border: 1px solid #bcbcbc;
  border-radius: 8px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
}
.offcanvas .offcanvas-summary {
  padding: 20px 0 10px;
}
.offcanvas .offcanvas-summary-list dt,
.offcanvas .offcanvas-summary-list dd {
  margin-bottom: 14px;
}
.offcanvas .offcanvas-summary .shipping-value,
.offcanvas .offcanvas-summary .shipping-cost {
  padding-bottom: 0 !important;
}
.offcanvas .offcanvas-shipping-preference {
  margin: 0 !important;
}
.offcanvas .offcanvas-shipping-preference:before {
  display: block;
  content: "";
  height: 14px;
}
.offcanvas .offcanvas-shipping-preference .custom-select {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 960px) {
  .offcanvas .offcanvas-content-container {
    width: 672px;
    padding: 30px;
  }
}
@media screen and (max-width: 959px) {
  .offcanvas .offcanvas-content-container {
    padding: 24px 16px;
  }
  .offcanvas .offcanvas-close {
    padding: 12px 16px;
  }
  .offcanvas .offcanvas-cart .cart-item {
    padding: 12px 0;
  }
  .offcanvas .offcanvas-cart .cart-item-img {
    width: 120px;
    height: 120px;
    padding: 0;
    margin-right: 12px;
  }
  .offcanvas .offcanvas-cart .cart-item-details {
    padding-top: 0;
  }
  .offcanvas .offcanvas-cart .cart-item-price {
    margin-bottom: 12px;
  }
  .offcanvas .offcanvas-cart .cart-item-quantity {
    margin: 0;
    order: 7;
  }
  .offcanvas .offcanvas-cart-promotion-form .input-group .form-control {
    padding: 12px 24px 12px 16px;
  }
  .offcanvas .offcanvas-cart-promotion-form .input-group-append button {
    width: 46px;
  }
  .offcanvas .offcanvas-cart-promotion-form .input-group label {
    margin-bottom: 10px;
  }
  .offcanvas .offcanvas-cart .alert {
    padding: 8px 16px;
  }
  .offcanvas .custom-select {
    height: 42px;
    padding: 0 12px;
  }
  .offcanvas .offcanvas-summary {
    padding-top: 16px;
  }
  .offcanvas .offcanvas-summary-list dt, .offcanvas .offcanvas-summary-list dd {
    margin-bottom: 12px;
  }
  .offcanvas .offcanvas-cart-actions {
    margin-top: 16px;
    padding-top: 16px;
  }
  .offcanvas .offcanvas-cart-actions .btn-link {
    margin-top: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .offcanvas .offcanvas-content-container {
    width: 480px;
  }
}
@media screen and (max-width: 479px) {
  .offcanvas .offcanvas-cart .cart-item-img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
  }
  .offcanvas .offcanvas-cart .cart-item-details {
    margin-right: 10px;
  }
}

.footer {
  opacity: 0;
  background: #F8F8F8;
}
.footer_top {
  padding-top: 38px;
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .footer_top {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 959px) {
  .footer_top {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.footer_bottom {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .footer_bottom {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 959px) {
  .footer_bottom {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.footer .logo_socials {
  flex: 0 0 25%;
  max-width: 25%;
  padding-top: 12px;
}
@media screen and (min-width: 960px) {
  .footer .logo_socials {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .footer .logo_socials {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.footer_logo {
  display: block;
  width: 157px;
  height: auto;
  margin-bottom: 20px;
}
.footer .socials_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
}
.footer .socials_list a {
  font-size: 0;
  line-height: 0;
  padding: 10px;
}
.footer .socials_list a:before {
  display: block;
  font-size: 2.4rem;
}
.footer_menu {
  flex: 0 0 50%;
  max-width: 50%;
}
.footer_menu ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.footer_menu ul li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 14px 16px 0;
}
.footer .menu_subtitle {
  font-family: "notosans-bold", "notosansarm-bold";
  padding: 0 16px;
}
.footer a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.footer .developer,
.footer .copyrights {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 960px) {
  .footer .developer,
.footer .copyrights {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .footer .developer,
.footer .copyrights {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.footer .developer {
  text-align: right;
}
.footer .payment_methods {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (min-width: 960px) {
  .footer .payment_methods {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .footer .payment_methods {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.footer .payment_methods .menu_subtitle {
  padding: 0;
}
.footer .payment_methods .methods_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.footer .payment_methods img {
  display: block;
  width: auto;
  height: 36px;
  margin: 10px;
}
@media screen and (max-width: 959px) {
  .footer_top {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .footer_bottom {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  .footer_logo {
    width: 90px;
    margin-bottom: 14px;
  }
  .footer .menu_subtitle {
    padding-bottom: 2px;
  }
  .footer .menu_subtitle, .footer_menu ul li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .footer .copyrights {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .footer .developer {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }
  .footer .payment_methods {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .footer .logo_socials {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .footer_menu {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: -10px;
  }
  .footer_menu > li {
    padding-top: 30px;
  }
  .footer_top {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .footer_menu > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer_menu > li:nth-child(2n+1):last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page_loader {
  background: #ffffff;
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.page_loader img {
  display: block;
  width: 140px;
  height: auto;
  max-width: 33.33%;
}

.stickers {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  pointer-events: none;
  z-index: 2;
}
.stickers * {
  margin: 0 5px 10px;
  border-radius: 3px;
  height: 29px;
  padding: 0 14px;
}
.stickers .sticker_new {
  background: #FFCC29;
}
.stickers .sticker_sale {
  color: #ffffff;
  background: #b90303;
}

.product_block {
  position: relative;
}
.product_block .stickers {
  top: 20px;
  left: 15px;
  right: 70px;
}
.product_block .favorite_remove,
.product_block .favorite_btn {
  font-size: 0;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  z-index: 2;
}
.product_block .favorite_remove:before,
.product_block .favorite_btn:before {
  display: block;
  font-size: 2rem;
}
.product_block .favorite_btn:not(.selected) {
  color: #373435;
}
.product_block .favorite_btn:not(.selected):before {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
}
.product_block .favorite_btn.selected {
  color: #FFCC29;
}
.product_block .favorite_remove {
  color: #373435;
}
.product_block .product_image {
  display: block;
  font-size: 0;
  line-height: 0;
}
.product_block .product_image img {
  -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_block .info_block {
  border: 1px solid #ececec;
  border-top: none;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product_block .product_brand {
  display: block;
  max-width: 100%;
  color: inherit;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "notosans-bold", "notosansarm-bold";
  margin: 0 20px 12px;
}
.product_block .product_name {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: inherit;
  margin: 0 20px 12px;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.product_block.hovered .product_image img {
  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_block.hovered .product_name {
  color: #FFB300;
}
.product_block .price_block {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
  padding: 0 20px;
}
.product_block .current_price {
  font-family: "notosans-bold", "notosansarm-bold";
  margin-bottom: -3px;
}
.product_block .old_price {
  text-decoration: line-through;
  padding-right: 30px;
}
.product_block .old_price ~ .current_price {
  color: #b90303;
}
.product_block .add_to_cart {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 20px;
}
.product_block .add_to_cart:before {
  display: block;
  content: "";
  height: 30px;
}
.product_block .add_to_cart:after {
  display: block;
  content: "";
  height: 10px;
}
.product_block .add_to_cart .primary_btn, .product_block .add_to_cart .offcanvas .offcanvas-cart-actions .begin-checkout-btn, .offcanvas .offcanvas-cart-actions .product_block .add_to_cart .begin-checkout-btn {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .product_block .stickers {
    top: 16px;
    left: 11px;
  }
  .product_block .favorite_remove,
.product_block .favorite_btn {
    right: 16px;
    top: 16px;
  }
  .product_block .add_to_cart:before {
    height: 20px;
  }
  .product_block .add_to_cart:after {
    display: none;
  }
}

.web .product_block {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  background: #ffffff;
}
.web .product_block .add_to_cart {
  -o-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  height: 0;
}
.web .product_block:hover {
  z-index: 10;
  box-shadow: 0px 15px 40px #00000029;
  margin-bottom: -93px;
}
.web .product_block:hover .add_to_cart {
  height: 93px;
}

.popup_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 999;
  -o-transition: opacity 0.5s, height 0s 0.5s;
  -ms-transition: opacity 0.5s, height 0s 0.5s;
  -moz-transition: opacity 0.5s, height 0s 0.5s;
  -webkit-transition: opacity 0.5s, height 0s 0.5s;
  transition: opacity 0.5s, height 0s 0.5s;
}

.popup_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 20px 16px;
}

.popup_container {
  background: #ffffff;
  width: 100%;
  max-width: 1056px;
  padding: 60px 30px;
  min-height: 420px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.14);
  position: relative;
}

.popup_close {
  border: none;
  background: transparent;
  padding: 12px;
  font-size: 240%;
  color: inherit;
  margin-left: auto;
  margin-top: -12px;
  margin-right: -12px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.popup_description {
  margin-bottom: 20px;
  text-align: center;
}

.popup_btns {
  display: flex;
  justify-content: center;
  margin: 0 -16px;
  flex-wrap: wrap;
}
.popup_btns * {
  margin: 10px 16px;
}

.popup_opened {
  overflow: hidden;
}
.popup_opened .popup_block.showed {
  height: 100%;
  overflow-y: auto;
  opacity: 1;
  -o-transition: opacity 0.5s, height 0s 0s;
  -ms-transition: opacity 0.5s, height 0s 0s;
  -moz-transition: opacity 0.5s, height 0s 0s;
  -webkit-transition: opacity 0.5s, height 0s 0s;
  transition: opacity 0.5s, height 0s 0s;
}

@media screen and (max-width: 959px) {
  .popup_container {
    padding: 60px 16px 32px;
    max-width: 784px;
    min-height: 360px;
  }

  .popup_close {
    top: 0;
    right: 0;
    margin: 0;
  }

  .popup_description {
    margin-bottom: 16px;
  }

  .popup_btns {
    margin: 0 -8px;
  }
  .popup_btns > * {
    margin: 8px 8px;
  }
}
.main_slider {
  position: relative;
}
.main_slider:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.main_slider:not(.slick-slider) > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.main_slider .slide_block {
  background: linear-gradient(71deg, #E2E2E2 0%, #FFFFFF 100%);
  position: relative;
  overflow: hidden;
}
.main_slider .slide_inner {
  display: flex;
  height: 100%;
  justify-content: center;
}
.main_slider .image_block {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: flex-end;
  padding-right: 16px;
  height: 30vw;
  max-height: 580px;
  min-height: 450px;
}
.main_slider .image_block img {
  display: block;
  width: 100%;
  max-width: 960px;
  height: 100%;
  object-fit: contain;
}
.main_slider .info_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.main_slider .slide_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 664px;
  width: 100%;
  font-family: "notosans-bold", "notosansarm-bold";
}
.main_slider .slide_title .icon_heart {
  color: #b90303;
  font-size: 83%;
  padding: 0 16px;
}
.main_slider .slide_description,
.main_slider .special_text {
  max-width: 448px;
  width: 100%;
}
.main_slider .slide_description {
  margin-top: 22px;
}
.main_slider .special_text {
  color: #b90303;
  margin-top: 16px;
}
.main_slider .special_text img {
  position: absolute;
  left: 100%;
  top: 0;
  width: 160px;
  height: auto;
}
.main_slider .primary_btn, .main_slider .offcanvas .offcanvas-cart-actions .begin-checkout-btn, .offcanvas .offcanvas-cart-actions .main_slider .begin-checkout-btn {
  margin-top: 30px;
}
.main_slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.main_slider .slick-dots li.slick-active button {
  pointer-events: none;
}
.main_slider .slick-dots li.slick-active button:before {
  background: #373435;
  border-color: transparent;
}
.main_slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  padding: 5px;
  border: none;
  background: transparent;
}
.main_slider .slick-dots button:before {
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid;
  border-radius: 50%;
  content: "";
}
@media screen and (min-width: 640px) and (max-width: 1439px) {
  .main_slider .image_block {
    justify-content: center;
  }
  .main_slider .image_block img {
    flex: 0 0 960px;
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .main_slider .special_text {
    padding-right: 136px;
  }
  .main_slider .special_text img {
    left: auto;
    right: 0;
    width: 120px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .main_slider .special_text img {
    left: -100%;
    bottom: 34px;
    top: auto;
    margin-left: 16px;
  }
}
@media screen and (max-width: 959px) {
  .main_slider .special_text img {
    width: 97px;
  }
  .main_slider .slick-dots button:before {
    width: 9px;
    height: 9px;
  }
  .main_slider .slide_description {
    margin-top: 16px;
  }
  .main_slider .image_block {
    min-height: 320px;
  }
  .main_slider .slide_title .icon_heart {
    padding: 0 5px;
  }
}
@media screen and (min-width: 960px) {
  .main_slider .special_text {
    position: relative;
  }
}
@media screen and (max-width: 639px) {
  .main_slider .slide_inner {
    flex-direction: column;
  }
  .main_slider .slide_block {
    padding-bottom: 60px;
    background: linear-gradient(-19deg, #E2E2E2 0%, #FFFFFF 100%);
  }
  .main_slider .image_block {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding-right: 0;
    flex: 0 0 100vw;
    height: 100vw;
    justify-content: center;
  }
  .main_slider .image_block img {
    width: 140%;
  }
  .main_slider .info_block {
    position: relative;
    max-width: 100%;
    width: 100%;
    flex: 0 0 226px;
    max-height: 226px;
  }
  .main_slider .primary_btn, .main_slider .offcanvas .offcanvas-cart-actions .begin-checkout-btn, .offcanvas .offcanvas-cart-actions .main_slider .begin-checkout-btn {
    margin-top: auto;
  }
  .main_slider .special_text img {
    left: 16px;
    top: auto;
    bottom: 100%;
    margin-bottom: 34px;
  }
}

.popular_categories .categories_list {
  margin-top: -32px;
}
.popular_categories .categories_list li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .popular_categories .categories_list li {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .popular_categories .categories_list li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.popular_categories .category_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background: #F8F8F8;
  color: inherit;
  padding: 16px 60px;
}
.popular_categories .category_image {
  flex: 0 0 45%;
  max-width: 175px;
  padding-right: 16px;
}
.popular_categories .category_image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.popular_categories .category_name {
  flex: 0 0 55%;
  max-width: 206px;
  padding-left: 16px;
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .popular_categories .category_btn {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .popular_categories .categories_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .popular_categories .category_btn {
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .popular_categories .categories_list {
    margin-top: -16px;
  }
  .popular_categories .categories_list li {
    margin-top: 16px;
  }
  .popular_categories .category_image {
    max-width: 167px;
    padding-right: 8px;
  }
  .popular_categories .category_name {
    max-width: 198px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 639px) {
  .popular_categories .category_btn {
    flex-wrap: wrap;
    padding: 20px 12px;
    align-content: flex-start;
  }
  .popular_categories .category_image {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }
  .popular_categories .category_image img {
    height: 97px;
  }
  .popular_categories .category_name {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0;
  }
  .popular_categories .categories_list li:nth-child(2) {
    order: 3;
  }
  .popular_categories .categories_list li:nth-child(3) {
    order: 5;
  }
  .popular_categories .categories_list li:nth-child(5) {
    order: 4;
  }
  .popular_categories .categories_list li:nth-child(6) {
    order: 6;
  }
}

.bnner_section .bnner_block {
  font-size: 0;
  line-height: 0;
}
.bnner_section .bnner_block img {
  display: block;
  width: 100%;
  height: auto;
}
.bnner_section a.bnner_block {
  display: block;
}

.why_section li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .why_section li {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .why_section li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.why_section li img {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  height: 204px;
  margin-bottom: 35px;
}
.why_section .text_block {
  font-family: "notosans-bold", "notosansarm-bold";
  max-width: 260px;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .why_section li img {
    height: 180px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 639px) {
  .why_section li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why_section li:not(:first-child) {
    margin-top: 30px;
  }
  .why_section li img {
    height: 145px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 960px) {
  .offers_section {
    margin-top: -32px;
  }
  .offers_section li {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .offers_section {
    margin-top: -16px;
  }
  .offers_section li {
    margin-top: 16px;
  }
}
.offers_section li:nth-child(-n+3) {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media screen and (min-width: 960px) {
  .offers_section li:nth-child(-n+3) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .offers_section li:nth-child(-n+3) {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.offers_section li:nth-child(-n+3) .offer_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.offers_section li:nth-child(-n+3) .offer_image {
  height: 85%;
}
.offers_section li:nth-child(n+4) .offer_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.offers_section li:nth-child(4) {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
@media screen and (min-width: 960px) {
  .offers_section li:nth-child(4) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .offers_section li:nth-child(4) {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.offers_section li:nth-child(4) .offer_image {
  height: 75%;
}
.offers_section li:nth-child(5) {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
@media screen and (min-width: 960px) {
  .offers_section li:nth-child(5) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .offers_section li:nth-child(5) {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.offers_section li:nth-child(5) .offer_image {
  float: right;
  margin-left: 32px;
  width: 40%;
  height: 100%;
}
.offers_section li:nth-child(5) .offer_description {
  max-width: 346px;
}
.offers_section li:nth-child(-n+4) .offer_block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.offers_section li:nth-child(-n+4) .offer_image {
  order: 2;
  flex: 1;
  width: 50%;
}
.offers_section li:nth-child(-n+4) .offer_title {
  flex: 0 0 100%;
  max-width: 100%;
}
.offers_section li:nth-child(-n+4) .offer_description {
  flex: 1;
  max-width: 210px;
  margin-right: 32px;
}
.offers_section .offer_block {
  height: 20vw;
  max-height: 346px;
  background: #F8F8F8;
  padding: 30px 30px 40px;
  position: relative;
  align-content: flex-start;
}
.offers_section .view_more {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.offers_section .offer_title {
  font-family: "notosans-bold", "notosansarm-bold";
  margin-bottom: 20px;
}
.offers_section .offer_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.offers_section .offer_image {
  margin-right: -10px;
  display: flex;
  justify-content: flex-end;
}
.offers_section .offer_image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1279px) {
  .offers_section li:nth-child(5) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 720px) and (max-width: 1279px) {
  .offers_section .offer_block {
    height: 30vw;
  }
  .offers_section li:nth-child(-n+4) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offers_section li:nth-child(-n+4) .offer_title {
    -webkit-line-clamp: 1;
  }
  .offers_section li:nth-child(-n+4) .offer_image {
    height: 65%;
  }
  .offers_section li:nth-child(4) .offer_image img {
    object-fit: cover;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .offers_section .offer_block {
    padding: 24px;
  }
}
@media screen and (max-width: 959px) {
  .offers_section .offer_block {
    padding: 20px 16px;
  }
  .offers_section .view_more {
    left: 16px;
    bottom: 20px;
  }
}
@media screen and (max-width: 719px) {
  .offers_section .offer_block {
    height: auto;
    max-height: none;
    flex-direction: column;
  }
  .offers_section li:nth-child(-n+4) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offers_section li:nth-child(5) .offer_block {
    display: flex;
  }
  .offers_section li:nth-child(5) .offer_image {
    order: 2;
  }
  .offers_section .view_more {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 14px;
    align-self: flex-start;
    order: 4;
  }
  .offers_section .offer_image {
    width: 100% !important;
    height: 159px !important;
    max-width: none !important;
    margin: 14px 0 0;
    flex: none !important;
    justify-content: center;
  }
  .offers_section .offer_image img {
    width: auto;
    height: 100%;
    max-width: 100%;
  }
  .offers_section .offer_description,
.offers_section .offer_title {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  .offers_section .offer_title {
    margin-bottom: 14px;
  }
}

.brands_section .brands_list a {
  font-size: 0;
  line-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 80%;
}
.brands_section li {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
@media screen and (min-width: 960px) {
  .brands_section li {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .brands_section li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.brands_section img {
  object-fit: contain;
}
.brands_section .load_more_btn,
.brands_section .more_btn_block {
  text-align: center;
  padding-top: 30px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .brands_section li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 960px) {
  .brands_section .brands_list {
    margin-top: -32px;
  }
  .brands_section li {
    margin-top: 32px;
  }
}
@media screen and (max-width: 959px) {
  .brands_section .brands_list {
    margin: -16px -16px 0;
    display: block;
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 8px;
    font-size: 0;
  }
  .brands_section li {
    margin-top: 16px;
    flex: none;
    max-width: none;
    width: 194px;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .brands_section li {
    max-width: 22%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .brands_section li {
    max-width: 30%;
  }
}
@media screen and (min-width: 400px) and (max-width: 575px) {
  .brands_section li {
    max-width: 45%;
  }
}
@media screen and (max-width: 399px) {
  .brands_section li {
    max-width: 100%;
  }
}

.brands_page .brands_list a {
  font-size: 0;
  line-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 80%;
}
.brands_page li {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
@media screen and (min-width: 960px) {
  .brands_page li {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .brands_page li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.brands_page img {
  object-fit: contain;
}
.brands_page .load_more_btn,
.brands_page .more_btn_block {
  text-align: center;
  padding-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .brands_page li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 960px) {
  .brands_page .brands_list {
    margin-top: -32px;
  }
  .brands_page li {
    margin-top: 32px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .brands_page li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 479px) {
  .brands_page li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.newers_section {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .newers_section .products_list {
    display: flex;
    flex-wrap: wrap;
  }
  .newers_section .list_item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.products_section {
  position: relative;
  overflow: hidden;
}

.products_list .slick-list {
  overflow: visible;
}
.products_list .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 5;
}
.products_list .slick-prev {
  left: -2px;
}
.products_list .slick-next {
  right: -2px;
  left: auto;
}
@media screen and (max-width: 1615px) {
  .products_list .slick-prev {
    left: 8px;
  }
  .products_list .slick-next {
    right: 8px;
  }
}
.products_list:not(.slick-slider) {
  display: flex;
}
@media screen and (min-width: 1280px) {
  .products_list:not(.slick-slider) .list_item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .products_list:not(.slick-slider) .list_item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .products_list:not(.slick-slider) .list_item {
    flex: 0 0 39.0625%;
    max-width: 39.0625%;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .products_list:not(.slick-slider) .list_item {
    flex: 0 0 46.95%;
    max-width: 46.95%;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .products_list:not(.slick-slider) .list_item {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}
@media screen and (max-width: 479px) {
  .products_list:not(.slick-slider) .list_item {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }
}

@media screen and (min-width: 960px) {
  .products_list {
    margin: -32px -16px 0;
  }

  .list_item {
    margin-top: 32px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 959px) {
  .products_list {
    margin: 0 -16px;
  }
  .products_list:not(.slick-slider),
.products_list .slick-list {
    padding-left: 8px;
    padding-right: 8px;
  }

  .list_item {
    padding: 0 8px;
  }
}
@media screen and (min-width: 1600px) {
  .web .products_list .slick-list {
    margin: 0 -16px -120px;
    padding: 0 16px 120px;
    position: relative;
    overflow: hidden;
  }
  .web .products_list .slick-arrow {
    margin-top: -78px;
  }
}
.web .products_list ~ .see_all_link a {
  position: relative;
  z-index: 3;
}
.web .products_list.above_all {
  z-index: 10;
}

@media screen and (min-width: 960px) {
  .page_inner .standard_text + .main_image,
.page_inner .standard_text + .standard_text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 959px) {
  .page_inner .standard_text + .main_image,
.page_inner .standard_text + .standard_text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .page_inner .main_image {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 959px) {
  .page_inner .main_image {
    margin-top: 20px;
  }
}
.page_inner .main_image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .cms-element-image .cms-image {
    margin: 30px auto;
  }
}
@media screen and (max-width: 959px) {
  .cms-element-image .cms-image {
    margin: 20px auto;
  }
}

.error_page {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-height: inherit;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}
.error_page:before, .error_page:after {
  display: block;
  width: 100%;
  content: "";
}
.error_page img {
  display: block;
  height: auto;
}
.error_page .errorpage_title {
  font-family: "notosans-bold", "notosansarm-bold";
  margin-top: 40px;
}
.error_page .error_description {
  margin-top: 16px;
}
.error_page .primary_btn, .error_page .offcanvas .offcanvas-cart-actions .begin-checkout-btn, .offcanvas .offcanvas-cart-actions .error_page .begin-checkout-btn {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .error_page {
    max-width: 658px;
  }
  .error_page img {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .error_page {
    max-width: 512px;
  }
  .error_page img {
    width: 77.3%;
  }
}

.sign_page {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  margin: 0 auto;
}
.sign_page:before, .sign_page:after {
  display: block;
  content: "";
}
.sign_page .actions_block {
  display: flex;
  justify-content: space-between;
}
.sign_page .action_link {
  display: block;
  color: inherit;
  text-decoration: underline;
}
.sign_page .primary_btn, .sign_page .offcanvas .offcanvas-cart-actions .begin-checkout-btn, .offcanvas .offcanvas-cart-actions .sign_page .begin-checkout-btn {
  width: 100%;
}
.sign_page .alternate_sign {
  text-align: center;
}
.sign_page .secondary_btn {
  width: 100%;
}
.sign_page .secondary_btn:before {
  vertical-align: middle;
  font-size: 1.8rem;
  margin-right: 20px;
}
.sign_page .recovery_info {
  padding-top: 20px;
}
.sign_page .recovery_info .info_subtitle {
  font-family: "notosans-bold", "notosansarm-bold";
  margin-bottom: 12px;
}
.sign_page .register-required-info,
.sign_page .card-title,
.sign_page .form-label,
.sign_page .switch_content:not(.active) {
  display: none;
}
.sign_page .form-row,
.sign_page .row {
  display: block;
  margin: 0;
}
.sign_page .form-group {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.sign_page .form-group .form-text {
  color: #FFCC29;
}
.sign_page .custom-control {
  margin: 0;
  padding: 0;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #E80303;
}

.sign_switch {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sign_switch .switch_link {
  display: block;
  color: inherit;
}
.sign_switch .switch_link.active {
  font-family: "notosans-bold", "notosansarm-bold";
  pointer-events: none;
}

@media screen and (min-width: 960px) {
  .sign_page {
    max-width: 544px;
  }
  .sign_page .btn_block {
    margin-top: 40px;
  }
  .sign_page .alternate_sign {
    padding-top: 12px;
  }
  .sign_page .sign_label {
    margin-bottom: 12px;
  }
  .sign_page .recovery_hint {
    margin-bottom: 52px;
  }

  .sign_switch,
.actions_block {
    margin: 0 -16px;
  }
  .sign_switch > *,
.actions_block > * {
    margin: 0 16px;
  }
}
@media screen and (max-width: 959px) {
  .sign_page {
    max-width: 416px;
  }
  .sign_page .btn_block {
    margin-top: 30px;
  }
  .sign_page .alternate_sign {
    padding-top: 14px;
  }
  .sign_page .sign_label {
    margin-bottom: 14px;
  }
  .sign_page .recovery_hint {
    margin-bottom: 16px;
  }

  .sign_switch {
    margin: 0 -10px;
  }
  .sign_switch > * {
    margin: 0 10px;
  }
}
.career_search {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  margin-bottom: 10px;
}
.career_search .section_title {
  color: #ffffff;
}
.career_search .search_inner {
  width: 100%;
  max-width: 784px;
}
.career_search .search_form {
  display: flex;
  border-radius: 8px;
  height: 52px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.career_search .search_form ::-webkit-input-placeholder {
  color: rgba(55, 52, 53, 0.5);
}
.career_search .search_form :-moz-placeholder {
  color: rgba(55, 52, 53, 0.5);
}
.career_search .search_form ::-moz-placeholder {
  color: rgba(55, 52, 53, 0.5);
}
.career_search .search_form :-ms-input-placeholder {
  color: rgba(55, 52, 53, 0.5);
}
.career_search .search_form:before {
  order: 2;
  background: #FFCC29;
  color: #ffffff;
}
.career_search .search_form .label {
  display: none;
}
.career_search .search_form label {
  display: block;
  flex: 1;
  width: 50%;
}
.career_search .search_form input {
  border: none;
  background: transparent;
  height: 100%;
  width: 100%;
  color: inherit;
  padding: 14px 16px;
}
@media screen and (min-width: 960px) {
  .career_search {
    height: 428px;
  }
  .career_search .search_form {
    margin-top: -16px;
  }
  .career_search .search_form:before {
    flex: 0 0 110px;
    max-width: 110px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 959px) {
  .career_search {
    height: 267px;
  }
  .career_search .search_form {
    margin-top: -4px;
  }
  .career_search .search_form:before {
    flex: 0 0 52px;
    max-width: 52px;
    font-size: 2rem;
  }
}

.jobs_list li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #bcbcbc;
}
.jobs_list li.filtered {
  display: none;
}
.jobs_list .job_name {
  font-family: "notosans-bold", "notosansarm-bold";
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
  padding-right: 16px;
}
.jobs_list .vacancy_deadline {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
  text-align: center;
  padding: 0 16px;
}
.jobs_list .secondary_btn {
  margin-left: auto;
}
.jobs_list.no_results:after {
  display: block;
  font-family: "notosans-bold", "notosansarm-bold";
  text-align: center;
  content: attr(data-noresult);
}
@media screen and (max-width: 639px) {
  .jobs_list li {
    flex-wrap: wrap;
    position: relative;
  }
  .jobs_list .job_name {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .jobs_list .vacancy_deadline {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 16px 0 0;
    text-align: left;
  }
  .jobs_list .secondary_btn {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.vacancy_details .page_title {
  text-align: left;
}
.vacancy_details .vacancy_options li:not(:first-child) {
  margin-top: 16px;
}
.vacancy_details .vacancy_options .option_info {
  font-family: "notosans-bold", "notosansarm-bold";
}
.vacancy_details .details_block .standard_text ul {
  margin: 0;
  padding-left: 20px;
}
@media screen and (min-width: 960px) {
  .vacancy_details {
    padding-bottom: 60px;
  }
  .vacancy_details .details_block {
    padding-top: 30px;
  }
  .vacancy_details .details_block .section_subtitle {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 959px) {
  .vacancy_details {
    padding-bottom: 40px;
  }
  .vacancy_details .details_block {
    padding-top: 20px;
  }
  .vacancy_details .details_block .section_subtitle {
    padding-bottom: 12px;
  }
}

.apply_form {
  padding-left: 16px;
  padding-right: 16px;
  background: #F8F8F8;
}
.apply_form form {
  width: 100%;
  max-width: 1056px;
  margin: 0 auto;
}
.apply_form .section_subtitle {
  text-align: center;
}
.apply_form .standard_text {
  text-align: center;
}
.apply_form input[type=text],
.apply_form textarea {
  background: transparent;
}
.apply_form .form_fields:before {
  display: block;
  content: "";
  flex: 0 0 100%;
  max-width: 100%;
}
.apply_form .btn_block {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .apply_form {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .apply_form .form_fields {
    margin: 0 -16px;
  }
  .apply_form .standard_text {
    margin-top: 20px;
  }
  .apply_form .btn_block {
    padding-top: 10px;
  }
  .apply_form textarea {
    height: 112px;
  }
}
@media screen and (max-width: 959px) {
  .apply_form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .apply_form .standard_text {
    margin-top: 16px;
  }
  .apply_form textarea {
    height: 84px;
  }
}
@media screen and (min-width: 576px) {
  .apply_form .form_fields {
    display: flex;
    flex-wrap: wrap;
  }
  .apply_form .field_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 576px) and (min-width: 960px) {
  .apply_form .field_block {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .apply_form .field_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 576px) {
  .apply_form .field_block.full_field {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .apply_form .form_fields {
    margin: 0 -8px;
  }
}

.faq_navigation {
  border-top: 1px solid #ececec;
}
.faq_navigation li {
  cursor: pointer;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
  align-items: center;
}
.faq_navigation li:before {
  display: block;
  min-width: 46px;
  font-size: 3rem;
}
.faq_navigation li.selected {
  color: #FFCC29;
}

.faq_list li {
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.faq_list li:not(:first-child) {
  padding-top: 20px;
}
.faq_list .question_block {
  font-family: "notosans-bold", "notosansarm-bold";
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}
.faq_list .question_block:after {
  content: "\e901";
  font-size: 0.8rem;
  font-weight: 900 !important;
  margin-left: 32px;
}
.faq_list .answer_block {
  display: none;
}
.faq_list .answer_block:before, .faq_list .answer_block:after {
  display: block;
  content: "";
  height: 16px;
}

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

@media screen and (max-width: 959px) {
  .faq_navigation li {
    padding: 14px 0;
  }
  .faq_navigation li:before {
    min-width: 42px;
  }

  .faq_list li {
    padding-bottom: 12px;
  }
  .faq_list li:not(:first-child) {
    padding-top: 12px;
  }
  .faq_list .answer_block:after {
    display: none;
  }
  .faq_list .question_block:after {
    margin-left: 30px;
  }
}
.cms-element-moorl-accordion .moorl-accordion-content .section {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #ececec;
}
.cms-element-moorl-accordion .moorl-accordion-content .section:not(:first-child) {
  padding-top: 20px;
}
.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading {
  padding: 0;
  border-radius: 0;
  position: relative;
  border: none !important;
  background: transparent !important;
  font-family: "notosans-bold", "notosansarm-bold";
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  padding: 0;
  color: #373435 !important;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading:after {
  content: "\e901";
  font-size: 0.8rem;
  font-weight: 900 !important;
  margin-left: 32px;
}
.cms-element-moorl-accordion .moorl-accordion-content .section .section-content {
  padding: 0;
  border: none;
  border-radius: 0;
}
.cms-element-moorl-accordion .moorl-accordion-content .section .section-content:before, .cms-element-moorl-accordion .moorl-accordion-content .section .section-content:after {
  display: block;
  content: "";
  height: 16px;
}
.cms-element-moorl-accordion .moorl-accordion-content .section .section-content a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  .cms-element-moorl-accordion .moorl-accordion-content .section .moorl-accordion-content .section {
    padding-bottom: 12px;
  }
  .cms-element-moorl-accordion .moorl-accordion-content .section .moorl-accordion-content .section:not(:first-child) {
    padding-top: 12px;
  }
  .cms-element-moorl-accordion .moorl-accordion-content .section .section-content:after {
    display: none;
  }
  .cms-element-moorl-accordion .moorl-accordion-content .section a.section-headingk:after {
    margin-left: 30px;
  }
}
.cms-element-moorl-accordion .moorl-accordion-icon {
  display: none;
}

.web .cms-element-moorl-accordion a.section-heading:hover {
  color: #FFB300 !important;
}

.touch .cms-element-moorl-accordion a.section-heading:active {
  color: #FFB300 !important;
}
.touch .cms-element-moorl-accordion a.section-heading:hover {
  color: #373435 !important;
}
.touch .cms-element-moorl-accordion a.section-heading:hover:active {
  color: #FFB300 !important;
}

.checkout_inner {
  display: flex;
  margin: 0 -16px;
}

.checkout_summary {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .checkout_summary {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .checkout_summary {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.checkout_summary .summary_block {
  border: 1px solid #ececec;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.checkout_summary .block_title {
  font-family: "notosans-bold", "notosansarm-bold";
  background: #ececec;
  padding: 20px 30px;
}
.checkout_summary .block_inner {
  padding: 20px 30px 30px;
}
.checkout_summary .price_list {
  border-spacing: 0;
  width: 100%;
}
.checkout_summary .price_list td.price_type {
  padding: 0 16px 14px 0;
}
.checkout_summary .price_list td.price_size {
  padding: 0 0 14px 16px;
  text-align: right;
  white-space: nowrap;
}
.checkout_summary .price_list .total_price {
  font-family: "notosans-bold", "notosansarm-bold";
}
.checkout_summary .price_list .total_price td.price_size,
.checkout_summary .price_list .total_price td.price_type {
  padding-bottom: 0;
  padding-top: 16px;
  border-top: 1px solid #ececec;
}
.checkout_summary .promo_code {
  display: flex;
}
.checkout_summary .promo_code label {
  flex: 1;
  width: 50%;
  margin-right: -10px;
}
.checkout_summary .promo_code label ::-webkit-input-placeholder {
  color: rgba(55, 52, 53, 0.5);
}
.checkout_summary .promo_code label :-moz-placeholder {
  color: rgba(55, 52, 53, 0.5);
}
.checkout_summary .promo_code label ::-moz-placeholder {
  color: rgba(55, 52, 53, 0.5);
}
.checkout_summary .promo_code label :-ms-input-placeholder {
  color: rgba(55, 52, 53, 0.5);
}
.checkout_summary .promo_code .label {
  display: none;
}
.checkout_summary .promo_code input {
  width: 100%;
  border: 1px solid #bcbcbc;
  background: #ffffff;
  border-right-width: 0;
  border-radius: 8px 0 0 8px;
  padding: 15px 24px 15px 15px;
}
.checkout_summary .primary_btn, .checkout_summary .offcanvas .offcanvas-cart-actions .begin-checkout-btn, .offcanvas .offcanvas-cart-actions .checkout_summary .begin-checkout-btn {
  margin-top: 10px;
  width: 100%;
}
.checkout_summary .summary_inner.fixed {
  position: fixed;
  top: 148px;
  padding-left: inherit;
  padding-right: inherit;
}
.checkout_summary .summary_inner.fixed.to_bottom {
  position: absolute;
  left: 0 !important;
  bottom: 0;
  top: auto;
  max-height: none;
}

.checkout_content {
  align-self: flex-start;
  flex: 1;
  max-width: 1088px;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .checkout_content {
    padding: 0 8px;
  }
}
.checkout_content .page_title,
.checkout_content .section_title {
  text-align: left;
}

@media screen and (max-width: 1439px) {
  .checkout_summary .promo_code {
    flex-wrap: wrap;
  }
  .checkout_summary .promo_code label {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .checkout_summary .promo_code input {
    border-radius: 8px;
    border-right-width: 1px;
  }
  .checkout_summary .promo_code .secondary_btn {
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .checkout_summary .block_inner {
    padding: 20px 24px 24px;
  }
  .checkout_summary .block_title {
    padding: 20px 24px;
  }
  .checkout_summary .primary_btn, .checkout_summary .offcanvas .offcanvas-cart-actions .begin-checkout-btn, .offcanvas .offcanvas-cart-actions .checkout_summary .begin-checkout-btn {
    margin-top: 4px;
  }
}
@media screen and (max-width: 959px) {
  .checkout_inner {
    margin: 0 -8px;
  }

  .checkout_summary {
    padding: 0 8px;
  }
  .checkout_summary .block_inner {
    padding: 18px 16px 20px;
  }
  .checkout_summary .block_title {
    padding: 18px 16px;
  }
  .checkout_summary .price_list td.price_type {
    padding-right: 8px;
    padding-bottom: 12px;
  }
  .checkout_summary .price_list td.price_size {
    padding-left: 8px;
    padding-bottom: 12px;
  }
  .checkout_summary .price_list tr:not(:first-child):not(.total_price) td {
    padding-top: 4px;
  }
  .checkout_summary .price_list .total_price td.price_size,
.checkout_summary .price_list .total_price td.price_type {
    padding-top: 12px;
  }
  .checkout_summary .summary_block {
    margin-bottom: 16px;
  }
  .checkout_summary .primary_btn, .checkout_summary .offcanvas .offcanvas-cart-actions .begin-checkout-btn, .offcanvas .offcanvas-cart-actions .checkout_summary .begin-checkout-btn {
    margin-top: 4px;
  }
  .checkout_summary .promo_code input {
    padding: 11px 15px;
  }

  .checkout_content {
    padding: 0 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .checkout_summary .summary_inner.fixed {
    top: 82px;
  }
}
@media screen and (max-width: 767px) {
  .checkout_inner {
    flex-wrap: wrap;
  }

  .checkout_summary {
    position: relative !important;
    flex: 0 0 100%;
    max-width: 100%;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    margin-top: 30px;
  }

  .checkout_content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.checkout_content .cart_items > li {
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.checkout_content .cart_items > li:not(:last-child):after {
  display: block;
  content: "";
  flex: 1;
  min-width: 80%;
  margin: 24px 16px;
  border-top: 1px solid #ececec;
}
.checkout_content .cart_items .product_image {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (min-width: 960px) {
  .checkout_content .cart_items .product_image {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .checkout_content .cart_items .product_image {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.checkout_content .cart_items .product_image .product_link {
  display: block;
  font-size: 0;
  line-height: 0;
}
.checkout_content .cart_items .product_image img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.checkout_content .cart_items .product_info {
  flex: 0 0 75%;
  max-width: 75%;
}
.checkout_content .cart_items .product_name {
  padding: 0 16px;
  display: flex;
  margin-bottom: 20px;
  margin-right: 60px;
}
.checkout_content .cart_items .product_name .product_link {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: inherit;
  font-family: "notosans-bold", "notosansarm-bold";
}
.checkout_content .cart_items .hovered .product_link {
  color: #FFB300;
}
.checkout_content .cart_items .hovered .product_link img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.checkout_content .cart_items .item_remove {
  position: absolute;
  top: 0;
  right: 16px;
  display: block;
  font-size: 240%;
  color: inherit;
}
.checkout_content .cart_items .item_remove:before {
  display: block;
}
.checkout_content .cart_items .product_options > li {
  display: flex;
  margin-bottom: 14px;
}
.checkout_content .cart_items .product_options .price_size {
  font-family: "notosans-bold", "notosansarm-bold";
}
.checkout_content .cart_items .option_label,
.checkout_content .cart_items .option_info {
  flex: 0 0 50%;
  max-width: 270px;
  padding-left: 16px;
  padding-right: 16px;
}
.checkout_content .cart_items .item_count {
  display: flex;
  align-items: center;
}
.checkout_content .cart_items .qty_block {
  flex: 1;
  padding: 0 16px;
  margin: 0 16px;
  max-width: 240px;
  border: 1px solid #ececec;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
.checkout_content .cart_items .qty_block label {
  display: block;
  flex: 1;
  width: 50%;
  max-width: 80px;
}
.checkout_content .cart_items .qty_block .label {
  display: none;
}
.checkout_content .cart_items .qty_block input {
  border: none;
  text-align: center;
  width: 100%;
  background: transparent;
  font-family: "notosans-bold", "notosansarm-bold";
  padding: 0;
}
.checkout_content .cart_items .qty_block .decrease_btn,
.checkout_content .cart_items .qty_block .increase_btn {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 41px;
  height: 41px;
  padding: 10px;
  cursor: pointer;
}
.checkout_content .cart_items .qty_block .decrease_btn.inactive,
.checkout_content .cart_items .qty_block .increase_btn.inactive {
  pointer-events: none;
  color: #ececec;
}
.checkout_content .cart_items .qty_block .decrease_btn:before,
.checkout_content .cart_items .qty_block .increase_btn:before {
  display: block;
  border-top: 1px solid;
  width: 100%;
  content: "";
}
.checkout_content .cart_items .qty_block .increase_btn:after {
  display: block;
  position: absolute;
  content: "";
  border-left: 1px solid;
  left: 20px;
  top: 10px;
  height: 20px;
}
@media screen and (max-width: 1199px) {
  .checkout_content .cart_items .product_image {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .checkout_content .cart_items .product_info {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen and (max-width: 959px) {
  .checkout_content .cart_items > li {
    margin: 0 -8px;
  }
  .checkout_content .cart_items > li:not(:last-child):after {
    margin: 16px 8px;
  }
  .checkout_content .cart_items .product_name {
    padding: 0 8px;
    margin-bottom: 18px;
  }
  .checkout_content .cart_items .option_label,
.checkout_content .cart_items .option_info {
    padding: 0 8px;
  }
  .checkout_content .cart_items .product_options > li {
    margin-bottom: 18px;
  }
  .checkout_content .cart_items .qty_block {
    padding: 0 8px;
    margin: 0 8px;
    height: 46px;
  }
  .checkout_content .cart_items .item_remove {
    padding: 8px;
    right: 0;
    top: -8px;
  }
}
@media screen and (max-width: 575px) {
  .checkout_content .cart_items .product_image {
    flex: 0 0 100%;
    max-width: 256px;
    margin: 0 auto 18px;
  }
  .checkout_content .cart_items .product_info {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.checkout_page .response_block {
  text-align: center;
  margin: 0 auto;
}
.checkout_page .response_block:before, .checkout_page .response_block:after {
  display: block;
  content: "";
}
.checkout_page .response_block .response_type {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 30px;
}
.checkout_page .response_block .response_type:before {
  min-width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 50%;
  align-self: flex-start;
  margin-right: 16px;
}
.checkout_page .response_block .response_type.icon_close:before {
  font-size: 1.2rem;
}
.checkout_page .response_block .response_type.icon_check:before {
  font-size: 2rem;
}
.checkout_page .response_block .responce_description {
  margin-top: -10px;
}
.checkout_page .response_block .responce_description br {
  display: block;
  content: "";
  height: 12px;
}
@media screen and (max-width: 959px) {
  .checkout_page .response_block .response_type {
    margin-bottom: 20px;
    min-height: 24px;
  }
  .checkout_page .response_block .response_type:before {
    min-width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .checkout_page .response_block .responce_description {
    margin-top: 0;
  }
}

.checkout_form .btn_block {
  text-align: center;
}
.checkout_form textarea {
  height: 112px;
}
.checkout_form .radio_btn {
  display: flex;
  align-items: center;
  background: #F8F8F8;
  padding: 20px 30px;
  font-family: "notosans-bold", "notosansarm-bold";
}
.checkout_form .radio_btn:before {
  position: relative;
  opacity: 1;
  left: auto;
  top: auto;
  min-width: 24px;
  height: 24px;
  opacity: 1;
  margin-right: 20px;
  background: #ffffff;
  border-color: #ececec;
}
.checkout_form .method_image {
  margin-left: auto;
  height: 57px;
  min-width: 97px;
  background: #f1f1f1;
  padding: 10px;
}
.checkout_form .method_image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.checkout_form .method_name {
  display: block;
  flex: 1;
  max-width: 160px;
}
.checkout_form .cards_list {
  display: flex;
  align-items: center;
  margin: 0 32px;
}
.checkout_form .cards_list img {
  display: block;
  margin: 0 8px;
  width: auto;
  height: 37px;
}
@media screen and (min-width: 576px) {
  .checkout_form .form_fields {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout_form .form_fields .field_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 576px) and (min-width: 960px) {
  .checkout_form .form_fields .field_block {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .checkout_form .form_fields .field_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 576px) {
  .checkout_form .form_fields .field_block.full_field {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .checkout_form .form_fields {
    margin: 0 -16px;
  }
  .checkout_form .btn_block {
    padding-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  .checkout_form .btn_block {
    padding-top: 16px;
  }
  .checkout_form .radio_btn {
    padding: 12px 16px;
  }
  .checkout_form .radio_btn:before {
    margin-right: 12px;
  }
  .checkout_form .method_name {
    max-width: 130px;
  }
  .checkout_form .cards_list {
    margin: 0 16px;
  }
  .checkout_form .cards_list img {
    height: 24px;
  }
  .checkout_form .method_image {
    height: 44px;
    min-width: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .checkout_form .form_fields {
    margin: 0 -8px;
  }
}
@media screen and (max-width: 575px) {
  .checkout_form .radio_btn {
    flex-wrap: wrap;
  }
  .checkout_form .cards_list {
    order: 3;
    flex: 0 0 100%;
    margin: 20px 0 0;
    justify-content: center;
  }
}

.checkout_page .order_review:after {
  display: block;
  content: "";
  clear: both;
}
.checkout_page .order_details {
  float: left;
  width: 50%;
  max-width: 440px;
  margin-bottom: 20px;
}
.checkout_page .order_details br {
  display: block;
  content: "";
  height: 16px;
}
.checkout_page .order_details img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 37px;
  margin-right: 20px;
}
.checkout_page .details_head {
  font-family: "notosans-bold", "notosansarm-bold";
  padding-bottom: 12px;
}
.checkout_page .details_type {
  display: inline;
  margin-right: 20px;
}
@media screen and (min-width: 960px) {
  .checkout_page .page_title {
    margin-bottom: -10px;
  }
  .checkout_page .order_review {
    margin: 0 -16px;
  }
  .checkout_page .order_details,
.checkout_page .page_title {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .checkout_page .order_review {
    margin: 0 -8px;
  }
  .checkout_page .order_details,
.checkout_page .page_title {
    padding-left: 8px;
    padding-right: 8px;
  }
  .checkout_page .order_details br {
    height: 14px;
  }
}
@media screen and (max-width: 575px) {
  .checkout_page .order_details {
    width: 100%;
  }
}

.standard_textpage h2 {
  margin: 0;
  font-family: "notosans-bold", "notosansarm-bold";
}
.standard_textpage p {
  margin: 0;
}
.standard_textpage p + p {
  padding-top: 16px;
}
@media screen and (min-width: 960px) {
  .standard_textpage h2 {
    padding-bottom: 16px;
  }
  .standard_textpage h2:not(:first-child) {
    padding-top: 30px;
  }
  .standard_textpage p + p {
    padding-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .standard_textpage h2 {
    padding-bottom: 12px;
  }
  .standard_textpage h2:not(:first-child) {
    padding-top: 20px;
  }
  .standard_textpage p + p {
    padding-top: 14px;
  }
}

@media screen and (min-width: 960px) {
  .page_title + .standard_textpage {
    margin-top: -20px;
  }
}
@media screen and (max-width: 959px) {
  .page_title + .standard_textpage {
    margin-top: -4px;
  }
}

.filter_section {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (min-width: 960px) {
  .filter_section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .filter_section {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.filter_section .filter_toggle {
  display: flex;
  border: none;
  padding: 9px 16px;
  justify-content: space-between;
  font-family: "notosans-bold", "notosansarm-bold";
  align-items: center;
  width: 100%;
  background: transparent;
}
.filter_section .filter_toggle:before {
  order: 2;
  margin-left: 20px;
  font-size: 0.6rem;
}
@media screen and (min-width: 768px) {
  .filter_section .filter_toggle {
    display: none;
  }
}
.filter_section .filter_block {
  padding-bottom: 30px;
}
.filter_section .filter_block:not(.opened) .filter_options {
  max-height: 0;
}
.filter_section .filter_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "notosans-bold", "notosansarm-bold";
  cursor: pointer;
}
.filter_section .filter_title:after {
  content: "\e900";
  display: block;
  padding-left: 24px;
  font-size: 0.8rem;
  position: relative;
}
.filter_section .filter_options {
  position: relative;
  overflow: hidden;
  max-height: 440px;
  -o-transition: max-height 0.3s;
  -ms-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.filter_section .filter_options:before {
  display: block;
  content: "";
  height: 16px;
}
.filter_section .simple_filter {
  position: relative;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.filter_section .simple_filter > li:not(:first-child) {
  padding-top: 14px;
}
.filter_section .simple_filter a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.filter_section .simple_filter a.selected, .filter_section .simple_filter a.active {
  font-family: "notosans-bold", "notosansarm-bold";
  text-decoration: underline;
}
.filter_section .simple_filter ul:after {
  display: block;
  content: "";
  height: 6px;
}
.filter_section .simple_filter ul li {
  padding-top: 16px;
  padding-left: 30px;
}
.filter_section .switch_filter,
.filter_section .checkbox_filter {
  position: relative;
  max-height: 360px;
  overflow-x: hidden;
  overflow-y: auto;
}
.filter_section .switch_filter > li:not(:first-child),
.filter_section .checkbox_filter > li:not(:first-child) {
  padding-top: 14px;
}
.filter_section .range_block {
  position: relative;
  margin: 0 10px;
  padding: 9px 0;
  height: 21px;
}
.filter_section .range_block:before {
  display: block;
  content: "";
  border-top: 3px solid #ececec;
  margin: 0 -10px;
}
.filter_section .range_block .ui-slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 21px;
  background: #FFCC29;
  margin-left: -10px;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
}
.filter_section .range_block .ui-slider-range {
  position: absolute;
  top: 9px;
  height: 3px;
  background: #FFCC29;
}
.filter_section .range_inputs {
  margin: 0 -16px 18px;
  display: flex;
  justify-content: space-between;
}
.filter_section .range_inputs .input_block {
  display: flex;
  flex: 1;
  margin: 0 16px;
  max-width: 126px;
  border: 1px solid #ececec;
  padding: 10px 16px;
}
.filter_section .range_inputs .label {
  display: none;
}
.filter_section .range_inputs input {
  border: none;
  padding: 0;
  flex: 1;
  width: 50%;
  margin-right: 10px;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  background: transparent;
}
.filter_section .colors_filter {
  margin: -20px -10px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.filter_section .colors_filter li {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 20px 10px 0;
}
.filter_section .colors_filter .color_check {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  padding-bottom: 100%;
  border-radius: 50%;
  position: relative;
}
.filter_section .colors_filter .color_check[style*="#fff"], .filter_section .colors_filter .color_check[style*="255,255,255"], .filter_section .colors_filter .color_check[style*=white] {
  outline: 1px solid #373435;
  outline-offset: -1px;
}
.filter_section .colors_filter input:checked ~ .color_check:before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border: 5px solid #ffffff;
  border-radius: 50%;
}
.filter_section .colors_filter input:checked ~ .color_check[style*="#fff"], .filter_section .colors_filter input:checked ~ .color_check[style*="255,255,255"], .filter_section .colors_filter input:checked ~ .color_check[style*=white] {
  outline: 2px solid #373435;
  outline-offset: -2px;
}
.filter_section .colors_filter input:checked ~ .color_check[style*="#fff"]:before, .filter_section .colors_filter input:checked ~ .color_check[style*="255,255,255"]:before, .filter_section .colors_filter input:checked ~ .color_check[style*=white]:before {
  top: 7px;
  left: 7px;
  bottom: 7px;
  right: 7px;
  border: 1px solid #373435;
}
.filter_section .box_filter {
  margin: -20px -10px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.filter_section .box_filter li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 20px 10px 0;
}
.filter_section .box_filter .box_check {
  display: block;
  cursor: pointer;
  padding: 10px 16px;
  text-align: center;
  position: relative;
  border: 1px solid #ececec;
}
.filter_section .box_filter input:checked ~ .box_check {
  border-color: transparent;
  background: #FFCC29;
  font-family: "notosans-bold", "notosansarm-bold";
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .filter_section .colors_filter li {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .filter_section .box_filter li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .filter_section .colors_filter li {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .filter_section .box_filter li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .filter_section .simple_filter ul li {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .filter_section .colors_filter li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .filter_section .box_filter li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .filter_section .simple_filter ul li {
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .filter_section {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .filter_section {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }
  .filter_section .filter_inner {
    border: 1px solid #FFCC29;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    max-height: 9999px;
    -o-transition: max-height 1.5s, border-color 0.5s;
    -ms-transition: max-height 1.5s, border-color 0.5s;
    -moz-transition: max-height 1.5s, border-color 0.5s;
    -webkit-transition: max-height 1.5s, border-color 0.5s;
    transition: max-height 1.5s, border-color 0.5s;
  }
  .filter_section:not(.filter_opened) .filter_inner {
    max-height: 47px;
    -o-transition: max-height 0.5s, border-color 0.5s;
    -ms-transition: max-height 0.5s, border-color 0.5s;
    -moz-transition: max-height 0.5s, border-color 0.5s;
    -webkit-transition: max-height 0.5s, border-color 0.5s;
    transition: max-height 0.5s, border-color 0.5s;
    border-color: #ececec;
  }
  .filter_section.filter_opened .filter_toggle {
    color: #FFCC29;
  }
  .filter_section .filter_block {
    padding: 0 16px 12px;
  }
  .filter_section .filter_block:before {
    display: block;
    content: "";
    border-top: 1px solid #ececec;
    margin-bottom: 12px;
  }
  .filter_section .filter_title:after {
    font-size: 0.6rem;
  }
  .filter_section .colors_filter li {
    flex: 0 0 16.66%;
    max-width: 52px;
  }
  .filter_section .box_filter li {
    flex: 0 0 33.33%;
    max-width: 100px;
  }
  .filter_section .simple_filter ul li {
    padding-left: 12px;
  }
}

.web .filter_section .checkbox_filter,
.web .filter_section .simple_filter {
  scrollbar-color: #646464 #ececec;
  scrollbar-width: thin;
}
.web .filter_section .checkbox_filter::-webkit-scrollbar,
.web .filter_section .simple_filter::-webkit-scrollbar {
  width: 6px;
  height: auto;
  border-radius: 4px;
  background: #ececec;
}
.web .filter_section .checkbox_filter::-webkit-scrollbar-thumb,
.web .filter_section .simple_filter::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #646464;
}

.listing_content {
  display: flex;
  margin: 0 -16px;
}
.listing_content .listing_section {
  flex: 1;
  width: 50%;
}
.listing_content .listing_inner {
  display: flex;
  flex-wrap: wrap;
}
.listing_content .listing_inner li {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  .listing_content .listing_inner li {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .listing_content .listing_inner li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.listing_content .filter_section ~ .listing_section .sorting_block,
.listing_content .filter_section ~ .listing_section .listing_inner li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.listing_content .paging {
  padding: 0 16px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .listing_content .listing_inner li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .listing_content .filter_section ~ .listing_section .sorting_block,
.listing_content .filter_section ~ .listing_section .listing_inner li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 959px) {
  .listing_content {
    margin: 0 -8px;
  }
  .listing_content .listing_inner li {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .listing_content {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .listing_content .filter_section ~ .listing_section .listing_inner li,
.listing_content .listing_inner li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .listing_content .filter_section ~ .listing_section .listing_inner li,
.listing_content .listing_inner li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.listing_toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  position: relative;
  z-index: 20;
}
.listing_toolbar .results_count {
  padding: 0 16px;
}

.sorting_block {
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .sorting_block {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .sorting_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.sorting_block label {
  display: block;
  position: relative;
  flex: 1;
  width: 50%;
}
.sorting_block .label {
  display: none;
}
.sorting_block .select2-container .select2-selection--single {
  height: auto;
}
.sorting_block .select2-container .select2-selection__placeholder {
  color: transparent;
}
.sorting_block .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #ececec;
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: none;
  outline: none;
}
.sorting_block .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #373435;
  font-size: 140%;
  line-height: 22px;
  padding: 10px 16px;
  flex: 1;
  width: 50%;
}
.sorting_block .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 10px 16px;
  padding-left: 0;
  width: auto;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sorting_block .select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.sorting_block .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e901";
  font-size: 1rem;
  display: block;
}
.sorting_block .select2-container--default.select2-container--open .select2-selection--single {
  z-index: 10;
}
.sorting_block .select2-container .select2-search--dropdown {
  padding: 0;
}
.sorting_block .select2-container .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid #ececec;
  padding: 10px 16px;
  font-size: 100%;
  line-height: inherit;
}
.sorting_block .select2-container .select2-dropdown {
  border: none;
  font-size: 140%;
  line-height: 22px;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 5;
}
.sorting_block .select2-container .select2-results__options {
  overflow-x: hidden;
  max-height: 320px;
  scrollbar-color: #646464 #ececec;
  scrollbar-width: thin;
}
.sorting_block .select2-container .select2-results__options::-webkit-scrollbar {
  width: 6px;
  height: auto;
  border-radius: 4px;
  background: #ececec;
}
.sorting_block .select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #646464;
}
.sorting_block .select2-container .select2-results__options li {
  padding: 6px 16px;
}
.sorting_block .select2-container .select2-results__option:not(:last-child) {
  border-bottom: 1px solid transparent;
}
.sorting_block .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: transparent;
  color: #FFB300;
}
.sorting_block .select2-container .select2-results__option--selected {
  background: #ececec !important;
  color: #373435 !important;
  cursor: default;
}
.sorting_block .select2-container + .select2-container {
  left: 0 !important;
  width: 100% !important;
  top: 0 !important;
}
.sorting_block .select2-container .select2-dropdown {
  border-radius: 8px;
  padding-top: 50px;
  padding-bottom: 14px;
}
.sorting_block .block_label {
  font-family: "notosans-bold", "notosansarm-bold";
  margin-right: 20px;
  min-width: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sorting_block {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 959px) {
  .sorting_block .block_label {
    min-width: 50px;
    margin-right: 12px;
  }
}

.paging ul {
  display: flex;
}
.paging li {
  display: flex;
  min-width: 36px;
  align-items: center;
}
.paging a {
  color: inherit;
  height: 36px;
  min-width: 100%;
  padding: 0 4px;
  border-radius: 8px;
}
.paging a.current_page {
  background: #ececec;
  pointer-events: none;
}
.paging a.prev_page, .paging a.next_page {
  font-size: 0;
  line-height: 0;
  border: 1px solid #ececec;
  color: inherit !important;
}
.paging a.prev_page:before, .paging a.next_page:before {
  display: block;
  font-size: 1rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .listing_toolbar {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .listing_toolbar {
    padding-bottom: 14px;
    flex-wrap: wrap;
  }

  .listing_content .filter_section ~ .listing_section .sorting_block,
.sorting_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .sorting_block {
    position: relative;
  }
  .sorting_block .block_label {
    display: none;
  }
  .sorting_block .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 160%;
    line-height: 23px;
  }
  .sorting_block .select2-container .select2-selection__placeholder {
    color: #373435;
    font-family: "notosans-bold", "notosansarm-bold";
  }
}
.product_main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -16px;
}
.product_main .stickers {
  left: 136px;
  margin-left: 46px;
  top: 30px;
}
.product_main .product_images {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  display: flex;
  position: relative;
}
.product_main .small_images {
  flex: 0 0 136px;
  max-width: 136px;
  padding: 0 16px;
  max-height: 572px;
}
.product_main .small_images .image_block {
  height: 115px;
  border: solid transparent;
  border-width: 10px 0;
  position: relative;
  cursor: pointer;
}
.product_main .small_images .image_block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_main .small_images .slick-current {
  pointer-events: none;
}
.product_main .small_images .slick-current:before {
  content: "";
  pointer-events: none;
  border: 1px solid #bcbcbc;
  z-index: 1;
}
.product_main .small_images .slick-list {
  height: 460px !important;
}
.product_main .big_images {
  flex: 1;
  width: 50%;
  padding: 0 16px;
  position: relative;
}
.product_main .big_images:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.product_main .big_images:not(.slick-slider) > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.product_main .big_images .image_block {
  position: relative;
  overflow: hidden;
}
.product_main .big_images .image_block:before {
  display: block;
  content: "";
  padding-bottom: 90%;
}
.product_main .big_images .image_block a {
  display: block;
}
.product_main .big_images .image_block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_main .big_images .image_block .zoomWrapper {
  width: 100% !important;
  height: 100% !important;
}
.product_main .zoomWindow {
  border-color: #ececec !important;
}
.product_main .zoomLens {
  border-color: #bcbcbc !important;
}
.product_main .slick-arrow {
  transform-origin: center;
  -webkit-transfrom-origin: center;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.product_main .slick-prev {
  margin-bottom: 10px;
}
.product_main .slick-next {
  margin-top: 10px;
}
.product_main .main_info {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
@media screen and (min-width: 960px) {
  .product_main .main_info {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .product_main .main_info {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.product_main .page_title {
  text-align: left;
  padding-bottom: 6px;
}
.product_main .block_subtitle {
  font-family: "notosans-bold", "notosansarm-bold";
}
.product_main .code_status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 6px;
}
.product_main .product_code {
  color: #646464;
}
.product_main .product_status {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 2px;
}
.product_main .product_status:before {
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
}
.product_main .product_status.in_stock {
  background: rgba(5, 159, 26, 0.2);
  color: #059F1A;
}
.product_main .product_status.in_stock:before {
  background: #059F1A;
  content: "\e91e";
  font-size: 1.4rem;
}
.product_main .product_status.out_stock {
  background: rgba(232, 3, 3, 0.2);
  color: #E80303;
}
.product_main .product_status.out_stock:before {
  background: #E80303;
  content: "\e905";
  font-size: 1rem;
}
.product_main .product_price {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
  padding-bottom: 20px;
}
.product_main .current_price {
  font-family: "notosans-bold", "notosansarm-bold";
}
.product_main .old_price {
  text-decoration: line-through;
  padding-right: 16px;
}
.product_main .old_price ~ .current_price {
  color: #b90303;
}
.product_main .short_description {
  margin-bottom: 30px;
}
.product_main .primary_actions {
  display: flex;
  margin: 0 -16px 30px;
  align-items: flex-end;
}
.product_main .product_qty {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 960px) {
  .product_main .product_qty {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .product_main .product_qty {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.product_main .qty_block {
  margin-top: 16px;
  border: 1px solid #ececec;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 53px;
  padding: 0 10px;
}
.product_main .qty_block label {
  display: block;
  flex: 1;
  width: 50%;
  max-width: 130px;
}
.product_main .qty_block .label {
  display: none;
}
.product_main .qty_block input {
  border: none;
  text-align: center;
  width: 100%;
  background: transparent;
  font-family: "notosans-bold", "notosansarm-bold";
  padding: 0;
}
.product_main .qty_block .decrease_btn,
.product_main .qty_block .increase_btn {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 45px;
  height: 45px;
  padding: 12px;
  cursor: pointer;
}
.product_main .qty_block .decrease_btn.inactive,
.product_main .qty_block .increase_btn.inactive {
  pointer-events: none;
  color: #ececec;
}
.product_main .qty_block .decrease_btn:before,
.product_main .qty_block .increase_btn:before {
  display: block;
  border-top: 1px solid;
  width: 100%;
  content: "";
}
.product_main .qty_block .increase_btn:after {
  display: block;
  position: absolute;
  content: "";
  border-left: 1px solid;
  left: 22px;
  top: 12px;
  height: 21px;
}
.product_main .add_cart_btn {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 960px) {
  .product_main .add_cart_btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .product_main .add_cart_btn {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.product_main .add_cart_btn .primary_btn, .product_main .add_cart_btn .offcanvas .offcanvas-cart-actions .begin-checkout-btn, .offcanvas .offcanvas-cart-actions .product_main .add_cart_btn .begin-checkout-btn {
  width: 100%;
}
.product_main .add_favorite {
  top: 24px;
  right: 41.6666666667%;
  margin-right: 46px;
  font-size: 0;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  z-index: 10;
}
.product_main .add_favorite:before {
  display: block;
  font-size: 2rem;
}
.product_main .add_favorite:not(.selected) {
  color: #373435;
}
.product_main .add_favorite:not(.selected):before {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
}
.product_main .add_favorite.selected {
  color: #FFCC29;
}
.product_main .options_block {
  margin-bottom: 20px;
}
.product_main .options_block .block_subtitle {
  padding-bottom: 6px;
}
.product_main .options_block .color_options {
  margin: 0 -10px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.product_main .options_block .color_options li {
  padding: 10px;
}
.product_main .options_block .color_options .option_btn {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  padding-bottom: 100%;
  border-radius: 50%;
  position: relative;
  width: 46px;
  height: 46px;
}
.product_main .options_block .color_options .option_btn[style*="#fff"], .product_main .options_block .color_options .option_btn[style*="255,255,255"], .product_main .options_block .color_options .option_btn[style*=white] {
  outline: 1px solid #373435 !important;
  outline-offset: -1px;
}
.product_main .options_block .color_options .option_btn.selected:before, .product_main .options_block .color_options .option_btn.active:before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border: 5px solid #ffffff;
  border-radius: 50%;
}
.product_main .options_block .color_options .option_btn.selected[style*="#fff"], .product_main .options_block .color_options .option_btn.selected[style*="255,255,255"], .product_main .options_block .color_options .option_btn.selected[style*=white], .product_main .options_block .color_options .option_btn.active[style*="#fff"], .product_main .options_block .color_options .option_btn.active[style*="255,255,255"], .product_main .options_block .color_options .option_btn.active[style*=white] {
  outline: 2px solid #373435;
  outline-offset: -2px;
}
.product_main .options_block .color_options .option_btn.selected[style*="#fff"]:before, .product_main .options_block .color_options .option_btn.selected[style*="255,255,255"]:before, .product_main .options_block .color_options .option_btn.selected[style*=white]:before, .product_main .options_block .color_options .option_btn.active[style*="#fff"]:before, .product_main .options_block .color_options .option_btn.active[style*="255,255,255"]:before, .product_main .options_block .color_options .option_btn.active[style*=white]:before {
  top: 7px;
  left: 7px;
  bottom: 7px;
  right: 7px;
  border: 1px solid #373435;
}
.product_main .options_block .color_options .option_btn.inactive, .product_main .options_block .color_options .option_btn.disable, .product_main .options_block .color_options .option_btn.disabled, .product_main .options_block .color_options .option_btn:disabled {
  pointer-events: none;
  overflow: hidden;
}
.product_main .options_block .color_options .option_btn.inactive:after, .product_main .options_block .color_options .option_btn.disable:after, .product_main .options_block .color_options .option_btn.disabled:after, .product_main .options_block .color_options .option_btn:disabled:after {
  font-size: 3.7rem;
  content: "\e905";
  color: #373435;
  -webkit-text-stroke: 2px #ffffff;
}
.product_main .options_block .box_options {
  margin: 0 -10px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.product_main .options_block .box_options li {
  padding: 10px;
}
.product_main .options_block .box_options .option_btn {
  display: block;
  cursor: pointer;
  padding: 10px 16px;
  text-align: center;
  position: relative;
  border: 1px solid #ececec;
  min-width: 80px;
}
.product_main .options_block .box_options input:checked ~ .option_btn {
  border-color: transparent;
  background: #FFCC29;
  font-family: "notosans-bold", "notosansarm-bold";
}
.product_main .options_block .box_options input:disabled, .product_main .options_block .box_options input.disable, .product_main .options_block .box_options input.inactive {
  pointer-events: none;
}
.product_main .options_block .box_options input:disabled ~ .option_btn, .product_main .options_block .box_options input.disable ~ .option_btn, .product_main .options_block .box_options input.inactive ~ .option_btn {
  pointer-events: none;
  color: rgba(55, 52, 53, 0.3);
}
.product_main .product_details {
  margin-bottom: 40px;
}
.product_main .details_list > li {
  border-bottom: 1px solid #ececec;
}
.product_main .details_list > li.opened .details_type:after {
  margin-top: 0;
  height: 0;
}
.product_main .details_list .details_type {
  cursor: pointer;
  padding: 12px 40px 12px 0;
  position: relative;
}
.product_main .details_list .details_type:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  border-top: 1px solid;
  width: 19px;
}
.product_main .details_list .details_type:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 9px;
  border-left: 1px solid;
  height: 19px;
  -o-transition: margin 0.3s, height 0.3s;
  -ms-transition: margin 0.3s, height 0.3s;
  -moz-transition: margin 0.3s, height 0.3s;
  -webkit-transition: margin 0.3s, height 0.3s;
  transition: margin 0.3s, height 0.3s;
}
.product_main .details_list .details_info {
  display: none;
}
.product_main .details_list .details_info:before {
  display: block;
  content: "";
  height: 4px;
}
.product_main .details_list .details_info:after {
  display: block;
  content: "";
  height: 16px;
}
.product_main .product_brand {
  margin-bottom: 20px;
}
.product_main .product_brand .block_subtitle {
  margin-bottom: 16px;
}
.product_main .product_brand .brand_block {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  font-size: 0;
  line-height: 0;
}
.product_main .product_brand .brand_block img {
  display: block;
  max-width: 100%;
  height: 67px;
  width: auto;
  object-fit: contain;
}
.product_main .product_share {
  display: flex;
  align-items: center;
}
.product_main .product_share .block_subtitle {
  padding-right: 20px;
}
.product_main .product_share .at-share-btn {
  padding: 10px !important;
}
.product_main .product_share .at-share-btn .at-icon-wrapper {
  border: 2px solid;
}
.product_main .product_share .at-share-btn .at-icon-wrapper:before {
  content: "";
}
.product_main .full_description {
  margin: 20px 16px 0;
  flex: 1;
  background: rgba(245, 245, 245, 0.5);
  padding: 30px 16px;
}
.product_main .full_description .inner_block {
  max-width: 1328px;
  margin: 0 auto;
  width: 100%;
}
.product_main .full_description .inner_block > * {
  max-width: 784px;
}
.product_main .full_description p {
  margin: 0;
}
.product_main .full_description h2, .product_main .full_description h3, .product_main .full_description [class*=title] {
  font-family: "notosans-bold", "notosansarm-bold";
  margin-bottom: 16px;
}
.product_main .full_description h2:not(:first-child), .product_main .full_description h3:not(:first-child), .product_main .full_description [class*=title]:not(:first-child) {
  margin-top: 30px;
}
.product_main .full_description h2:first-child, .product_main .full_description h3:first-child, .product_main .full_description [class*=title]:first-child {
  margin-top: 0;
}
.product_main .full_description table {
  width: 100%;
  border-spacing: 0;
}
.product_main .full_description table thead {
  display: none;
}
.product_main .full_description table tr,
.product_main .full_description table td {
  width: 50%;
  padding-bottom: 0;
  vertical-align: top;
}
.product_main .full_description table tr:first-child,
.product_main .full_description table td:first-child {
  padding-left: 0;
  padding-right: 16px;
}
.product_main .full_description table tr:last-child,
.product_main .full_description table td:last-child {
  padding-left: 16px;
  padding-right: 0;
}
.product_main .full_description table tr:not(:first-child) tr, .product_main .full_description table tr:not(:first-child) td {
  padding-top: 14px;
}
@media screen and (max-width: 1199px) {
  .product_main .product_images {
    flex-wrap: wrap;
  }
  .product_main .big_images {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product_main .small_images {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .product_main .small_images .slick-list {
    height: auto !important;
  }
  .product_main .small_images:not(.slick-slider) {
    position: relative;
  }
  .product_main .small_images:not(.slick-slider):not(.slick-slider) {
    overflow: hidden;
    display: flex;
  }
  .product_main .small_images:not(.slick-slider):not(.slick-slider) > div {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .product_main .small_images .image_block {
    height: auto;
  }
  .product_main .small_images .image_block:after {
    display: block;
    padding-bottom: 110%;
    content: "";
  }
  .product_main .small_images .image_block img {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center;
    -webkit-transfrom-origin: center;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  .product_main .small_images .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -18px 0 0;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    z-index: 3;
  }
  .product_main .small_images .slick-prev {
    left: 0;
  }
  .product_main .small_images .slick-next {
    right: 0;
  }
  .product_main .stickers {
    margin: 0;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .product_main .stickers {
    left: 32px;
    top: 24px;
  }
  .product_main .small_images {
    padding-left: 6px;
    padding-right: 6px;
  }
  .product_main .small_images .image_block {
    border-width: 0 10px;
  }
  .product_main .options_block .color_options .option_btn {
    width: 40px;
    height: 40px;
  }
  .product_main .add_favorite {
    top: 16px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 959px) {
  .product_main {
    margin: 0 -8px;
  }
  .product_main .stickers {
    top: 16px;
    left: 16px;
  }
  .product_main .add_favorite {
    top: 8px;
    margin-right: 16px;
  }
  .product_main .big_images {
    padding: 0 8px;
  }
  .product_main .small_images {
    padding-left: 0px;
    padding-right: 0px;
  }
  .product_main .small_images .image_block {
    border-width: 0 8px;
  }
  .product_main .options_block .color_options .option_btn {
    width: 32px;
    height: 32px;
  }
  .product_main .options_block .box_options .option_btn {
    padding: 8px 10px;
    min-width: 70px;
  }
  .product_main .primary_actions {
    margin-left: -8px;
    margin-right: -8px;
  }
  .product_main .full_description {
    padding: 20px 16px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .product_main .qty_block {
    height: 45px;
  }
  .product_main .product_price .block_subtitle,
.product_main .code_status,
.product_main .page_title,
.product_main .product_price {
    padding-bottom: 14px;
  }
  .product_main .short_description,
.product_main .product_details {
    margin-bottom: 20px;
  }
  .product_main .options_block,
.product_main .product_brand {
    margin-bottom: 10px;
  }
  .product_main .full_description h2, .product_main .full_description h3, .product_main .full_description [class*=title] {
    margin-bottom: 14px;
  }
  .product_main .full_description h2:not(:first-child), .product_main .full_description h3:not(:first-child), .product_main .full_description [class*=title]:not(:first-child) {
    margin-top: 20px;
  }
  .product_main .full_description table tr:first-child, .product_main .full_description table td:first-child {
    padding-right: 8px;
  }
  .product_main .full_description table tr:last-child, .product_main .full_description table td:last-child {
    padding-left: 8px;
  }
  .product_main .full_description table tr:not(:first-child) tr, .product_main .full_description table tr:not(:first-child) td {
    padding-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .product_main .main_info,
.product_main .product_images {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product_main .add_favorite {
    right: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .product_main .primary_actions {
    flex-wrap: wrap;
  }
  .product_main .product_qty {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .product_main .add_cart_btn {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .product_main .big_images {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .product_main .product_images {
    flex: 0 0 100%;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
  .product_main .main_info {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .product_main .add_favorite {
    right: 50%;
    margin-right: -224px;
  }
}
@media screen and (max-width: 479px) {
  .product_main .add_favorite {
    right: 0;
  }
  .product_main .primary_actions {
    flex-wrap: wrap;
  }
  .product_main .product_qty {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .product_main .add_cart_btn {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.account_content {
  background: #F8F8F8;
}
.account_content .account_title {
  font-family: "notosans-bold", "notosansarm-bold";
  margin: 0;
}
.account_content .account_details {
  max-width: 550px;
}
.account_content .account_details .select_group > .label,
.account_content .account_details > .field_block .label {
  display: block;
}
.account_content .field_block input {
  background: transparent;
}
.account_content .pass_hint {
  color: #FFCC29;
}
@media screen and (min-width: 576px) {
  .account_content .select_group {
    display: flex;
    flex-wrap: wrap;
  }
  .account_content .select_group > .label {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 576px) and (min-width: 960px) {
  .account_content .select_group > .label {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .account_content .select_group > .label {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 576px) {
  .account_content .select_group .field_block.month_field {
    flex: 1;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .account_content {
    padding: 20px 30px;
  }
  .account_content .account_title {
    padding-bottom: 30px;
  }
  .account_content .select_group {
    margin: 0 -16px 16px;
  }
  .account_content .select_group .field_block {
    padding-left: 16px;
    padding-right: 16px;
  }
  .account_content .select_group .field_block.day_field {
    flex: 0 0 127px;
    max-width: 127px;
  }
  .account_content .select_group .field_block.year_field {
    flex: 0 0 142px;
    max-width: 142px;
  }
  .account_content .account_details .select_group > .label,
.account_content .account_details > .field_block .label {
    margin-bottom: 12px;
  }
  .account_content .pass_hint {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 959px) {
  .account_content {
    padding: 16px;
  }
  .account_content .account_title {
    padding-bottom: 20px;
  }
  .account_content .select_group {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 959px) and (min-width: 576px) {
  .account_content .select_group {
    margin-left: -8px;
    margin-right: -8px;
  }
  .account_content .select_group .field_block {
    padding-left: 8px;
    padding-right: 8px;
  }
  .account_content .select_group .field_block.day_field {
    flex: 0 0 96px;
    max-width: 96px;
  }
  .account_content .select_group .field_block.year_field {
    flex: 0 0 116px;
    max-width: 116px;
  }
}
@media screen and (max-width: 959px) {
  .account_content .account_details .select_group > .label,
.account_content .account_details > .field_block .label {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 959px) {
  .account_content .pass_hint {
    margin-bottom: 20px;
  }
}

.navigation_page .back_btn {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  color: inherit;
}
.navigation_page .back_btn:before {
  display: block;
  font-size: 1rem;
}
@media screen and (max-width: 959px) {
  .navigation_page .back_btn {
    margin-bottom: 20px;
  }
  .navigation_page .back_btn:before {
    margin-right: 12px;
  }
}
@media screen and (min-width: 960px) {
  .navigation_page .back_btn {
    margin-bottom: 16px;
  }
  .navigation_page .back_btn:before {
    margin-right: 10px;
  }
}

.addresses_list {
  display: flex;
  flex-wrap: wrap;
}
.addresses_list br {
  display: block;
  content: "";
}
.addresses_list .address_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
}
.addresses_list .address_block:nth-child(2n+1):last-child:before {
  display: block;
  content: "";
  position: absolute;
  border-top: inherit;
  top: 0;
  left: 100%;
  width: 100%;
  transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
}
.addresses_list .default_info {
  opacity: 0.5;
}
@media screen and (min-width: 960px) {
  .addresses_list {
    margin: 0 -30px;
  }
  .addresses_list br {
    height: 16px;
  }
  .addresses_list .default_info {
    margin-top: 30px;
  }
  .addresses_list .address_actions {
    margin: 30px -16px 0;
  }
  .addresses_list .address_actions > * {
    margin-left: 16px;
    margin-right: 16px;
  }
  .addresses_list .address_block {
    padding-left: 30px;
    padding-right: 30px;
    border-top: 20px solid #ffffff;
  }
}
@media screen and (min-width: 576px) {
  .addresses_list .address_actions {
    display: flex;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .addresses_list .address_actions > * {
    padding-left: 16px;
    padding-right: 16px;
    flex: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .addresses_list .address_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .addresses_list .address_block:nth-child(2n+1):last-child:before {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .addresses_list {
    margin: 0 -16px;
  }
  .addresses_list br {
    height: 14px;
  }
  .addresses_list .default_info {
    margin-top: 20px;
  }
  .addresses_list .address_block {
    padding-left: 16px;
    padding-right: 16px;
    border-top: 16px solid #ffffff;
  }
}
@media screen and (max-width: 959px) and (min-width: 576px) {
  .addresses_list .address_actions {
    margin: 20px -8px 0;
  }
  .addresses_list .address_actions > * {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 575px) {
  .addresses_list .address_actions > * {
    margin-top: 20px;
  }
  .addresses_list .address_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .addresses_list .address_block:nth-child(2n+1):last-child:before {
    display: none;
  }
}

.address_form textarea {
  background: transparent;
}
@media screen and (min-width: 576px) {
  .address_form .form_fields {
    display: flex;
    flex-wrap: wrap;
  }
  .address_form .form_fields .field_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 576px) and (min-width: 960px) {
  .address_form .form_fields .field_block {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .address_form .form_fields .field_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 576px) {
  .address_form .form_fields .field_block.full_field {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .address_form .btns_block {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .address_form .form_fields {
    margin: 0 -16px;
  }
  .address_form .btns_block {
    padding-top: 14px;
  }
  .address_form .btns_block > * {
    margin: 0 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .address_form .form_fields {
    margin: 0 -8px;
  }
  .address_form .btns_block {
    padding-top: 16px;
  }
  .address_form .btns_block > * {
    margin: 0 8px;
  }
}
@media screen and (max-width: 575px) {
  .address_form .btns_block > * {
    margin-top: 20px;
  }
}

.account_content .social_block .block_inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 840px;
}
.account_content .social_block + .social_block:before {
  margin: 20px -30px;
  display: block;
  content: "";
  height: 20px;
  background: #ffffff;
}
.account_content .social_block .description_block {
  flex: 0 0 100%;
  max-width: 100%;
  opacity: 0.5;
  margin-top: 20px;
}
.account_content .social_block .pretitle_block {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-family: "notosans-bold", "notosansarm-bold";
}
.account_content .social_block .social_name {
  display: flex;
  align-items: center;
}
.account_content .social_block .social_name img {
  display: block;
  width: auto;
  height: 20px;
  margin-right: 14px;
}
@media screen and (max-width: 959px) {
  .account_content .social_block .pretitle_block {
    margin-bottom: 16px;
  }
  .account_content .social_block + .social_block:before {
    margin-left: -16px;
    margin-right: -16px;
  }
  .account_content .social_block .description_block {
    margin-top: 16px;
  }
}
@media screen and (max-width: 575px) {
  .account_content .social_block .secondary_btn {
    margin-top: 20px;
  }
}

.press_listing:after,
.blog_listing:after {
  display: block;
  content: "";
  clear: both;
}
.press_listing .listing_inner,
.blog_listing .listing_inner {
  width: 66.67%;
}
.press_listing .load_more_btn,
.blog_listing .load_more_btn {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .press_listing,
.blog_listing {
    margin: 0 -16px;
  }
  .press_listing .listing_inner,
.blog_listing .listing_inner {
    float: right;
  }
}
@media screen and (max-width: 959px) {
  .press_listing,
.blog_listing {
    margin: 0 -8px;
    display: flex;
    flex-direction: column;
  }
  .press_listing .listing_inner,
.blog_listing .listing_inner {
    order: 2;
    width: 100%;
  }
  .press_listing .load_more_btn,
.blog_listing .load_more_btn {
    padding: 0 8px;
  }
}

.listing_inner .news_block {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.listing_inner .news_block:after {
  flex: 1;
  display: block;
  content: "";
  margin: 20px 16px;
  border-top: 1px solid #bcbcbc;
  min-width: 60%;
}
.listing_inner .news_block .news_image {
  flex: 1;
  min-width: 40%;
  margin: 0 16px;
  display: block;
  font-size: 0;
  line-height: 0;
}
.listing_inner .news_block .news_image img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.listing_inner .news_block .news_info {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 960px) {
  .listing_inner .news_block .news_info {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .listing_inner .news_block .news_info {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.listing_inner .news_block .news_title {
  display: flex;
  margin-bottom: 20px;
}
.listing_inner .news_block .news_title a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: inherit;
  font-family: "notosans-bold", "notosansarm-bold";
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .listing_inner .news_block .news_title a {
    font-size: 220%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .listing_inner .news_block .news_title a {
    font-size: 200%;
  }
}
.listing_inner .news_block .news_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.listing_inner .news_block .news_date {
  opacity: 0.5;
}
.listing_inner .news_block.hovered .news_title a {
  color: #FFB300;
}
.listing_inner .news_block.hovered .news_image img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media screen and (max-width: 959px) {
  .listing_inner .news_block .news_image {
    margin: 0 8px;
  }
  .listing_inner .news_block .news_title {
    margin-bottom: 14px;
  }
  .listing_inner .news_block .news_description {
    margin-bottom: 12px;
  }
  .listing_inner .news_block:after {
    margin: 16px 8px;
  }
}
@media screen and (max-width: 639px) {
  .listing_inner .news_block .news_info {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 16px;
  }
}
.listing_inner .press_block {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.listing_inner .press_block:after {
  flex: 1;
  display: block;
  content: "";
  margin: 20px 16px;
  border-top: 1px solid #bcbcbc;
  min-width: 60%;
}
.listing_inner .press_block .press_image {
  flex: 1;
  margin: 0 16px;
  display: block;
  font-size: 0;
  line-height: 0;
}
.listing_inner .press_block .press_image img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.listing_inner .press_block .press_info {
  flex: 0 0 71.4166666667%;
  max-width: 71.4166666667%;
}
@media screen and (min-width: 960px) {
  .listing_inner .press_block .press_info {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  .listing_inner .press_block .press_info {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.listing_inner .press_block .press_title {
  display: flex;
  margin-bottom: 20px;
}
.listing_inner .press_block .press_title a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: inherit;
  font-family: "notosans-bold", "notosansarm-bold";
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .listing_inner .press_block .press_title a {
    font-size: 220%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .listing_inner .press_block .press_title a {
    font-size: 200%;
  }
}
.listing_inner .press_block .press_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.listing_inner .press_block .press_date {
  opacity: 0.5;
}
.listing_inner .press_block.hovered .press_title a {
  color: #FFB300;
}
.listing_inner .press_block.hovered .press_image img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .listing_inner .press_block .press_info {
    flex: 0 0 57.1666666667%;
    max-width: 57.1666666667%;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .listing_inner .press_block .press_info {
    flex: 0 0 57.1666666667%;
    max-width: 57.1666666667%;
  }
}
@media screen and (max-width: 959px) {
  .listing_inner .press_block .press_image {
    margin: 0 8px;
  }
  .listing_inner .press_block .press_title {
    margin-bottom: 14px;
  }
  .listing_inner .press_block .press_description {
    margin-bottom: 12px;
  }
  .listing_inner .press_block:after {
    margin: 16px 8px;
  }
}
@media screen and (max-width: 639px) {
  .listing_inner .press_block .press_info {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 16px;
  }
}

.actions_sidebar,
.press_room,
.blog_col {
  width: 33.33%;
  padding: 0 16px;
}

@media screen and (min-width: 960px) {
  .actions_sidebar,
.press_room,
.blog_col {
    float: left;
  }
}
@media screen and (max-width: 959px) {
  .actions_sidebar {
    width: 100%;
    padding: 0 8px;
  }

  .blog_col,
.press_room {
    width: 100%;
    order: 3;
    padding: 0 8px;
  }
}
.blog_search {
  display: flex;
  margin-bottom: 28px;
  border: 1px solid #bcbcbc;
  border-radius: 8px;
}
.blog_search ::-webkit-input-placeholder {
  color: #373435;
  opacity: 0.5;
}
.blog_search :-moz-placeholder {
  color: #373435;
  opacity: 0.5;
}
.blog_search ::-moz-placeholder {
  color: #373435;
  opacity: 0.5;
}
.blog_search :-ms-input-placeholder {
  color: #373435;
  opacity: 0.5;
}
.blog_search .label {
  display: none;
}
.blog_search label {
  position: relative;
  display: block;
  margin: 0;
  flex: 1;
  width: 50%;
}
.blog_search input {
  border: none;
  background: transparent;
  width: 100%;
  padding: 14px 16px;
  color: inherit;
}
.blog_search button {
  border: none;
  background: transparent;
  color: inherit;
  font-size: 240%;
  padding: 0 16px;
}
.blog_search button:before {
  display: block;
}
@media screen and (max-width: 959px) {
  .blog_search {
    margin-bottom: 14px;
  }
  .blog_search input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.topics_list {
  background: rgba(236, 236, 236, 0.5);
  margin-bottom: 30px;
}
.topics_list .list_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px;
  font-family: "notosans-bold", "notosansarm-bold";
}
.topics_list .list_title:after {
  display: block;
  font-size: 1rem;
  margin-left: 20px;
}
.topics_list ul:after {
  display: block;
  content: "";
  padding-bottom: 14px;
}
.topics_list ul a {
  display: block;
  color: inherit;
  padding: 6px 16px;
}
.topics_list ul a.current {
  background: rgba(0, 0, 0, 0.1);
  border: solid transparent;
  border-width: 2px 0;
}
@media screen and (max-width: 959px) {
  .topics_list {
    background: transparent;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #bcbcbc;
  }
  .topics_list .list_title {
    padding-top: 10px;
    padding-bottom: 10px;
    -o-transition: color 0.15s;
    -ms-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
  }
  .topics_list .list_title:active {
    color: #FFB300;
  }
  .topics_list .list_title:after {
    content: "\e901";
  }
  .topics_list 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;
  }
  .topics_list.opened .list_title:after {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
  }
  .topics_list.opened ul {
    max-height: 500px;
  }
}

.press_room .section_subtitle {
  padding: 0 16px 20px;
}
.press_room .press_block {
  padding: 30px 20px;
  background: rgba(236, 236, 236, 0.5);
  margin-bottom: 32px;
}
.press_room .press_title {
  display: flex;
  margin-bottom: 16px;
}
.press_room .press_title a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: inherit;
  font-family: "notosans-bold", "notosansarm-bold";
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .press_room .press_title a {
    font-size: 220%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .press_room .press_title a {
    font-size: 200%;
  }
}
.press_room .press_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.press_room .press_date {
  opacity: 0.5;
}
@media screen and (max-width: 959px) {
  .press_room {
    margin-top: 40px;
  }
  .press_room .section_subtitle {
    padding: 0 0 20px;
  }
  .press_room .press_block {
    padding: 20px 14px;
    margin-bottom: 16px;
  }
}
.press_room .view_more {
  margin-top: 4px;
}

.blog_col .section_subtitle {
  padding-bottom: 20px;
}
.blog_col .news_block {
  margin-bottom: 32px;
}
.blog_col .news_block.hovered .news_title a {
  color: #FFB300;
}
.blog_col .news_block.hovered .news_image img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.blog_col .news_image {
  display: block;
  font-size: 0;
  line-height: 0;
}
.blog_col .news_image img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.blog_col .news_info {
  background: rgba(236, 236, 236, 0.5);
  padding: 20px 15px;
}
.blog_col .news_title {
  display: flex;
  margin-bottom: 16px;
}
.blog_col .news_title a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: inherit;
  font-family: "notosans-bold", "notosansarm-bold";
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .blog_col .news_title a {
    font-size: 220%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .blog_col .news_title a {
    font-size: 200%;
  }
}
.blog_col .news_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.blog_col .news_date {
  opacity: 0.5;
}
@media screen and (max-width: 959px) {
  .blog_col {
    margin-top: 40px;
  }
  .blog_col .news_info {
    padding: 16px 14px;
  }
  .blog_col .news_block {
    margin-bottom: 16px;
  }
}
.blog_col .view_more {
  margin-top: 4px;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .blog_col .news_block {
    display: flex;
  }
  .blog_col .news_image,
.blog_col .news_info {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.press_inner:after,
.blog_inner:after {
  display: block;
  content: "";
  clear: both;
}
.press_inner .inner_content,
.blog_inner .inner_content {
  width: 66.67%;
}
.press_inner .news_content,
.blog_inner .news_content {
  margin-top: 30px;
}
.press_inner .news_content h2,
.blog_inner .news_content h2 {
  font-family: "notosans-bold", "notosansarm-bold";
  margin-bottom: 16px;
}
.press_inner .news_content h3,
.blog_inner .news_content h3 {
  font-size: 100%;
  line-height: inherit;
  margin-bottom: 12px;
  font-family: "notosans-bold", "notosansarm-bold";
}
@media screen and (min-width: 960px) {
  .press_inner,
.blog_inner {
    margin: 0 -16px;
  }
  .press_inner .inner_content,
.blog_inner .inner_content {
    float: right;
    padding: 0 16px;
  }
}
@media screen and (max-width: 959px) {
  .press_inner,
.blog_inner {
    margin: 0 -8px;
    display: flex;
    flex-direction: column;
  }
  .press_inner .inner_content,
.blog_inner .inner_content {
    width: 100%;
    padding: 0 8px;
  }
  .press_inner .news_content,
.blog_inner .news_content {
    margin-top: 20px;
  }
}

.news_head_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.news_head_block .section_subtitle {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.news_head_block .news_date {
  opacity: 0.5;
}

.main_media_block {
  margin-top: 24px;
}
.main_media_block img {
  display: block;
  width: 100%;
  height: auto;
}
.main_media_block iframe {
  width: 100%;
  height: 56vw;
  max-height: 600px;
}
@media screen and (max-width: 959px) {
  .main_media_block {
    margin-top: 16px;
  }
}

.news_share {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 24px;
}
.news_share .block_subtitle {
  padding-right: 10px;
  font-family: "notosans-bold", "notosansarm-bold";
}

.web .header .main_logo a, .header .main_logo .web a, .web .header .bnner_block a.bnner_inner, .header .bnner_block .web a.bnner_inner, .web .filter_section .colors_filter .color_check, .filter_section .colors_filter .web .color_check, .web .product_main .small_images .image_block, .product_main .small_images .web .image_block, .web .product_main .options_block .color_options .option_btn, .product_main .options_block .color_options .web .option_btn, .footer {
  -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 .attach_remove, .web .offcanvas .offcanvas-cart .cart-item-remove-button, .offcanvas .offcanvas-cart .web .cart-item-remove-button, .web .product_block .favorite_btn.selected, .product_block .web .favorite_btn.selected, .web .product_block .favorite_remove, .product_block .web .favorite_remove, .web .checkout_content .cart_items .item_remove, .checkout_content .cart_items .web .item_remove, .web .product_main .add_favorite.selected, .product_main .web .add_favorite.selected, .web .check_btn, .web .radio_btn, .web .breadcrumbs a, .breadcrumbs .web a, .web .navigation_page .nav_menu > li > a, .navigation_page .web .nav_menu > li > a,
.web .navigation_page .nav_menu > li button,
.navigation_page .nav_menu > li .web button,
.web .navigation_page .nav_menu > li .menu_subtitle,
.navigation_page .nav_menu > li .web .menu_subtitle, .web .navigation_page .nav_menu ul a, .navigation_page .nav_menu ul .web a, .web .at-share-btn .at-icon-wrapper, .at-share-btn .web .at-icon-wrapper, .web .see_all_link a, .see_all_link .web a, .web .header .search-suggest-total-link, .header .web .search-suggest-total-link, .web .header .action_btn, .header .web .action_btn, .web .header .menu_list > li > a, .header .web .menu_list > li > a, .web .header .submenu_list a, .header .submenu_list .web a, .web .offcanvas .offcanvas-close, .offcanvas .web .offcanvas-close, .web .offcanvas .offcanvas-cart .cart-item-label, .offcanvas .offcanvas-cart .web .cart-item-label, .web .offcanvas .offcanvas-cart-actions .btn-link, .offcanvas .offcanvas-cart-actions .web .btn-link, .web .footer a, .footer .web a, .web .product_block .favorite_btn:not(.selected), .product_block .web .favorite_btn:not(.selected), .web .product_block .product_brand, .product_block .web .product_brand, .web .popup_close, .web .main_slider .slick-dots button, .main_slider .slick-dots .web button, .web .offers_section .view_more, .offers_section .web .view_more, .web .sign_page .action_link, .sign_page .web .action_link, .web .sign_page .form-text a, .sign_page .form-text .web a, .web .sign_switch .switch_link, .sign_switch .web .switch_link, .web .faq_navigation li, .faq_navigation .web li, .web .faq_list .question_block, .faq_list .web .question_block, .web .cms-element-moorl-accordion .moorl-accordion-content .section .section-content a, .cms-element-moorl-accordion .moorl-accordion-content .section .section-content .web a, .web .checkout_content .cart_items .qty_block .decrease_btn, .checkout_content .cart_items .qty_block .web .decrease_btn,
.web .checkout_content .cart_items .qty_block .increase_btn,
.checkout_content .cart_items .qty_block .web .increase_btn, .web .checkout_page .response_block .responce_description a, .checkout_page .response_block .responce_description .web a, .web .checkout_page .change_btn, .checkout_page .web .change_btn, .web .filter_section .filter_toggle, .filter_section .web .filter_toggle, .web .filter_section .filter_title, .filter_section .web .filter_title, .web .filter_section .simple_filter a, .filter_section .simple_filter .web a, .web .paging a, .paging .web a, .web .product_main .qty_block .decrease_btn, .product_main .qty_block .web .decrease_btn,
.web .product_main .qty_block .increase_btn,
.product_main .qty_block .web .increase_btn, .web .product_main .add_favorite:not(.selected), .product_main .web .add_favorite:not(.selected), .web .product_main .details_list .details_type, .product_main .details_list .web .details_type, .web .product_main .full_description a, .product_main .full_description .web a, .web .navigation_page .back_btn, .navigation_page .web .back_btn, .web .blog_search button, .blog_search .web button, .web .topics_list ul a, .topics_list ul .web a, .web .press_room .press_title a, .press_room .press_title .web a, .web .press_room .view_more, .press_room .web .view_more, .web .blog_col .news_title a, .blog_col .news_title .web a, .web .blog_col .view_more, .blog_col .web .view_more, .checkout_content .cart_items .product_name .product_link, .listing_inner .news_block .news_title a, .listing_inner .press_block .press_title 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;
}

.web .offcanvas .offcanvas-cart-promotion-form .input-group-append button, .offcanvas .offcanvas-cart-promotion-form .input-group-append .web button, .web .products_list .slick-arrow, .products_list .web .slick-arrow, .web .filter_section .range_block .ui-slider-handle, .filter_section .range_block .web .ui-slider-handle, .web .product_main .slick-arrow, .product_main .web .slick-arrow, .web .secondary_btn {
  -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 .header .bnner_block .bnner_btn, .header .bnner_block .web .bnner_btn, .error_hint, .form-group .select2-container .select2-results__options li,
.field_block .select2-container .select2-results__options li, .sorting_block .select2-container .select2-results__options li {
  -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 .header .main_logo a, .header .main_logo .touch a, .touch .header .bnner_block a.bnner_inner, .header .bnner_block .touch a.bnner_inner, .touch .filter_section .colors_filter .color_check, .filter_section .colors_filter .touch .color_check, .touch .product_main .small_images .image_block, .product_main .small_images .touch .image_block, .touch .product_main .options_block .color_options .option_btn, .product_main .options_block .color_options .touch .option_btn {
  -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 .attach_remove, .touch .offcanvas .offcanvas-cart .cart-item-remove-button, .offcanvas .offcanvas-cart .touch .cart-item-remove-button, .touch .product_block .favorite_btn.selected, .product_block .touch .favorite_btn.selected, .touch .product_block .favorite_remove, .product_block .touch .favorite_remove, .touch .checkout_content .cart_items .item_remove, .checkout_content .cart_items .touch .item_remove, .touch .product_main .add_favorite.selected, .product_main .touch .add_favorite.selected, .touch .check_btn, .touch .radio_btn, .touch .breadcrumbs a, .breadcrumbs .touch a, .touch .navigation_page .nav_menu > li > a, .navigation_page .touch .nav_menu > li > a,
.touch .navigation_page .nav_menu > li button,
.navigation_page .nav_menu > li .touch button,
.touch .navigation_page .nav_menu > li .menu_subtitle,
.navigation_page .nav_menu > li .touch .menu_subtitle, .touch .navigation_page .nav_menu ul a, .navigation_page .nav_menu ul .touch a, .touch .at-share-btn .at-icon-wrapper, .at-share-btn .touch .at-icon-wrapper, .touch .see_all_link a, .see_all_link .touch a, .touch .header .search-suggest-total-link, .header .touch .search-suggest-total-link, .touch .header .action_btn, .header .touch .action_btn, .touch .header .menu_list > li > a, .header .touch .menu_list > li > a, .touch .header .submenu_list a, .header .submenu_list .touch a, .touch .offcanvas .offcanvas-close, .offcanvas .touch .offcanvas-close, .touch .offcanvas .offcanvas-cart .cart-item-label, .offcanvas .offcanvas-cart .touch .cart-item-label, .touch .offcanvas .offcanvas-cart-actions .btn-link, .offcanvas .offcanvas-cart-actions .touch .btn-link, .touch .footer a, .footer .touch a, .touch .product_block .favorite_btn:not(.selected), .product_block .touch .favorite_btn:not(.selected), .touch .product_block .product_brand, .product_block .touch .product_brand, .touch .popup_close, .touch .main_slider .slick-dots button, .main_slider .slick-dots .touch button, .touch .offers_section .view_more, .offers_section .touch .view_more, .touch .sign_page .action_link, .sign_page .touch .action_link, .touch .sign_page .form-text a, .sign_page .form-text .touch a, .touch .sign_switch .switch_link, .sign_switch .touch .switch_link, .touch .faq_navigation li, .faq_navigation .touch li, .touch .faq_list .question_block, .faq_list .touch .question_block, .touch .cms-element-moorl-accordion .moorl-accordion-content .section .section-content a, .cms-element-moorl-accordion .moorl-accordion-content .section .section-content .touch a, .touch .checkout_content .cart_items .qty_block .decrease_btn, .checkout_content .cart_items .qty_block .touch .decrease_btn,
.touch .checkout_content .cart_items .qty_block .increase_btn,
.checkout_content .cart_items .qty_block .touch .increase_btn, .touch .checkout_page .response_block .responce_description a, .checkout_page .response_block .responce_description .touch a, .touch .checkout_page .change_btn, .checkout_page .touch .change_btn, .touch .filter_section .filter_toggle, .filter_section .touch .filter_toggle, .touch .filter_section .filter_title, .filter_section .touch .filter_title, .touch .filter_section .simple_filter a, .filter_section .simple_filter .touch a, .touch .paging a, .paging .touch a, .touch .product_main .qty_block .decrease_btn, .product_main .qty_block .touch .decrease_btn,
.touch .product_main .qty_block .increase_btn,
.product_main .qty_block .touch .increase_btn, .touch .product_main .add_favorite:not(.selected), .product_main .touch .add_favorite:not(.selected), .touch .product_main .details_list .details_type, .product_main .details_list .touch .details_type, .touch .product_main .full_description a, .product_main .full_description .touch a, .touch .navigation_page .back_btn, .navigation_page .touch .back_btn, .touch .blog_search button, .blog_search .touch button, .touch .topics_list ul a, .topics_list ul .touch a, .touch .press_room .press_title a, .press_room .press_title .touch a, .touch .press_room .view_more, .press_room .touch .view_more, .touch .blog_col .news_title a, .blog_col .news_title .touch a, .touch .blog_col .view_more, .blog_col .touch .view_more {
  -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 .offcanvas .offcanvas-cart-promotion-form .input-group-append button, .offcanvas .offcanvas-cart-promotion-form .input-group-append .touch button, .touch .products_list .slick-arrow, .products_list .touch .slick-arrow, .touch .filter_section .range_block .ui-slider-handle, .filter_section .range_block .touch .ui-slider-handle, .touch .product_main .slick-arrow, .product_main .touch .slick-arrow, .touch .secondary_btn {
  -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 .header .bnner_block .bnner_btn, .header .bnner_block .touch .bnner_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.check_btn, .radio_btn, .attach_btn, .attached_file, .checkout_content .cart_items .qty_block .decrease_btn,
.checkout_content .cart_items .qty_block .increase_btn, .filter_section .filter_title, .filter_section .colors_filter .color_check, .filter_section .box_filter .box_check, .product_main .qty_block .decrease_btn,
.product_main .qty_block .increase_btn, .product_main .options_block .color_options .option_btn, .product_main .options_block .box_options .option_btn, .product_main .details_list .details_type {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=checkbox], input[type=radio], input[type=file], .attach_block[hidden] {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .secondary_btn:hover {
  background: #FFCC29;
}
.web .header .main_logo a:hover, .header .main_logo .web a:hover, .web .header .bnner_block a.bnner_inner:hover, .header .bnner_block .web a.bnner_inner:hover, .web .filter_section .colors_filter .color_check:hover, .filter_section .colors_filter .web .color_check:hover, .web .product_main .small_images .image_block:hover, .product_main .small_images .web .image_block:hover, .web .product_main .options_block .color_options .option_btn:hover, .product_main .options_block .color_options .web .option_btn:hover {
  opacity: 0.7;
}
.web .header .bnner_block .bnner_btn:hover, .header .bnner_block .web .bnner_btn:hover {
  background: #FFCC29;
  color: #373435;
  border-color: transparent;
}
.web .check_btn:hover, .web .radio_btn:hover, .web .breadcrumbs a:hover, .breadcrumbs .web a:hover, .web .navigation_page .nav_menu > li > a:hover, .navigation_page .web .nav_menu > li > a:hover,
.web .navigation_page .nav_menu > li button:hover,
.navigation_page .nav_menu > li .web button:hover,
.web .navigation_page .nav_menu > li .menu_subtitle:hover,
.navigation_page .nav_menu > li .web .menu_subtitle:hover, .web .navigation_page .nav_menu ul a:hover, .navigation_page .nav_menu ul .web a:hover, .web .at-share-btn .at-icon-wrapper:hover, .at-share-btn .web .at-icon-wrapper:hover, .web .see_all_link a:hover, .see_all_link .web a:hover, .web .header .search-suggest-total-link:hover, .header .web .search-suggest-total-link:hover, .web .header .action_btn:hover, .header .web .action_btn:hover, .web .header .menu_list > li > a:hover, .header .web .menu_list > li > a:hover, .web .header .submenu_list a:hover, .header .submenu_list .web a:hover, .web .offcanvas .offcanvas-close:hover, .offcanvas .web .offcanvas-close:hover, .web .offcanvas .offcanvas-cart .cart-item-label:hover, .offcanvas .offcanvas-cart .web .cart-item-label:hover, .web .offcanvas .offcanvas-cart-actions .btn-link:hover, .offcanvas .offcanvas-cart-actions .web .btn-link:hover, .web .footer a:hover, .footer .web a:hover, .web .product_block .favorite_btn:hover:not(.selected), .product_block .web .favorite_btn:hover:not(.selected), .web .product_block .product_brand:hover, .product_block .web .product_brand:hover, .web .popup_close:hover, .web .main_slider .slick-dots button:hover, .main_slider .slick-dots .web button:hover, .web .offers_section .view_more:hover, .offers_section .web .view_more:hover, .web .sign_page .action_link:hover, .sign_page .web .action_link:hover, .web .sign_page .form-text a:hover, .sign_page .form-text .web a:hover, .web .sign_switch .switch_link:hover, .sign_switch .web .switch_link:hover, .web .faq_navigation li:hover, .faq_navigation .web li:hover, .web .faq_list .question_block:hover, .faq_list .web .question_block:hover, .web .cms-element-moorl-accordion .moorl-accordion-content .section .section-content a:hover, .cms-element-moorl-accordion .moorl-accordion-content .section .section-content .web a:hover, .web .checkout_content .cart_items .qty_block .decrease_btn:hover, .checkout_content .cart_items .qty_block .web .decrease_btn:hover,
.web .checkout_content .cart_items .qty_block .increase_btn:hover,
.checkout_content .cart_items .qty_block .web .increase_btn:hover, .web .checkout_page .response_block .responce_description a:hover, .checkout_page .response_block .responce_description .web a:hover, .web .checkout_page .change_btn:hover, .checkout_page .web .change_btn:hover, .web .filter_section .filter_toggle:hover, .filter_section .web .filter_toggle:hover, .web .filter_section .filter_title:hover, .filter_section .web .filter_title:hover, .web .filter_section .simple_filter a:hover, .filter_section .simple_filter .web a:hover, .web .paging a:hover, .paging .web a:hover, .web .product_main .qty_block .decrease_btn:hover, .product_main .qty_block .web .decrease_btn:hover,
.web .product_main .qty_block .increase_btn:hover,
.product_main .qty_block .web .increase_btn:hover, .web .product_main .add_favorite:hover:not(.selected), .product_main .web .add_favorite:hover:not(.selected), .web .product_main .details_list .details_type:hover, .product_main .details_list .web .details_type:hover, .web .product_main .full_description a:hover, .product_main .full_description .web a:hover, .web .navigation_page .back_btn:hover, .navigation_page .web .back_btn:hover, .web .blog_search button:hover, .blog_search .web button:hover, .web .topics_list ul a:hover, .topics_list ul .web a:hover, .web .press_room .press_title a:hover, .press_room .press_title .web a:hover, .web .press_room .view_more:hover, .press_room .web .view_more:hover, .web .blog_col .news_title a:hover, .blog_col .news_title .web a:hover, .web .blog_col .view_more:hover, .blog_col .web .view_more:hover {
  color: #FFB300;
}
.web .offcanvas .offcanvas-cart-promotion-form .input-group-append button:hover, .offcanvas .offcanvas-cart-promotion-form .input-group-append .web button:hover, .web .products_list .slick-arrow:hover, .products_list .web .slick-arrow:hover, .web .filter_section .range_block .ui-slider-handle:hover, .filter_section .range_block .web .ui-slider-handle:hover, .web .product_main .slick-arrow:hover, .product_main .web .slick-arrow:hover {
  background: #FFB300;
}
.web .primary_btn, .web .header .search_form .search_btn, .header .search_form .web .search_btn, .web .offcanvas .offcanvas-cart-actions .begin-checkout-btn, .offcanvas .offcanvas-cart-actions .web .begin-checkout-btn {
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.web .primary_btn:hover, .web .header .search_form .search_btn:hover, .header .search_form .web .search_btn:hover, .web .offcanvas .offcanvas-cart-actions .begin-checkout-btn:hover, .offcanvas .offcanvas-cart-actions .web .begin-checkout-btn:hover {
  box-shadow: 0 12px 20px rgba(255, 204, 41, 0.35);
}
.web .popular_categories .category_btn, .popular_categories .web .category_btn, .web .bnner_section a.bnner_block, .bnner_section .web a.bnner_block, .web .filter_section .box_filter .box_check, .filter_section .box_filter .web .box_check, .web .paging a.prev_page, .paging .web a.prev_page, .web .paging a.next_page, .paging .web a.next_page, .web .product_main .options_block .box_options .option_btn, .product_main .options_block .box_options .web .option_btn {
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.web .popular_categories .category_btn:hover, .popular_categories .web .category_btn:hover, .web .bnner_section a.bnner_block:hover, .bnner_section .web a.bnner_block:hover, .web .filter_section .box_filter .box_check:hover, .filter_section .box_filter .web .box_check:hover, .web .paging a.prev_page:hover, .paging .web a.prev_page:hover, .web .paging a.next_page:hover, .paging .web a.next_page:hover, .web .product_main .options_block .box_options .option_btn:hover, .product_main .options_block .box_options .web .option_btn:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.web .brands_section .brands_list a img, .brands_section .brands_list .web a img, .web .brands_page .brands_list a img, .brands_page .brands_list .web a img, .web .product_main .product_brand .brand_block img, .product_main .product_brand .web .brand_block img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.web .brands_section .brands_list a:hover img, .brands_section .brands_list .web a:hover img, .web .brands_page .brands_list a:hover img, .brands_page .brands_list .web a:hover img, .web .product_main .product_brand .brand_block:hover img, .product_main .product_brand .web .brand_block:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.web .attach_remove:hover, .web .offcanvas .offcanvas-cart .cart-item-remove-button:hover, .offcanvas .offcanvas-cart .web .cart-item-remove-button:hover, .web .product_block .favorite_btn.selected:hover, .product_block .web .favorite_btn.selected:hover, .web .product_block .favorite_remove:hover, .product_block .web .favorite_remove:hover, .web .checkout_content .cart_items .item_remove:hover, .checkout_content .cart_items .web .item_remove:hover, .web .product_main .add_favorite.selected:hover, .product_main .web .add_favorite.selected:hover {
  color: #E80303;
}

.touch .secondary_btn:active {
  background: #FFCC29;
}
.touch .header .main_logo a:active, .header .main_logo .touch a:active, .touch .header .bnner_block a.bnner_inner:active, .header .bnner_block .touch a.bnner_inner:active, .touch .filter_section .colors_filter .color_check:active, .filter_section .colors_filter .touch .color_check:active, .touch .product_main .small_images .image_block:active, .product_main .small_images .touch .image_block:active, .touch .product_main .options_block .color_options .option_btn:active, .product_main .options_block .color_options .touch .option_btn:active {
  opacity: 0.7;
}
.touch .header .bnner_block .bnner_btn:active, .header .bnner_block .touch .bnner_btn:active {
  background: #FFCC29;
  color: #373435;
  border-color: transparent;
}
.touch .check_btn:active, .touch .radio_btn:active, .touch .breadcrumbs a:active, .breadcrumbs .touch a:active, .touch .navigation_page .nav_menu > li > a:active, .navigation_page .touch .nav_menu > li > a:active,
.touch .navigation_page .nav_menu > li button:active,
.navigation_page .nav_menu > li .touch button:active,
.touch .navigation_page .nav_menu > li .menu_subtitle:active,
.navigation_page .nav_menu > li .touch .menu_subtitle:active, .touch .navigation_page .nav_menu ul a:active, .navigation_page .nav_menu ul .touch a:active, .touch .at-share-btn .at-icon-wrapper:active, .at-share-btn .touch .at-icon-wrapper:active, .touch .see_all_link a:active, .see_all_link .touch a:active, .touch .header .search-suggest-total-link:active, .header .touch .search-suggest-total-link:active, .touch .header .action_btn:active, .header .touch .action_btn:active, .touch .header .menu_list > li > a:active, .header .touch .menu_list > li > a:active, .touch .header .submenu_list a:active, .header .submenu_list .touch a:active, .touch .offcanvas .offcanvas-close:active, .offcanvas .touch .offcanvas-close:active, .touch .offcanvas .offcanvas-cart .cart-item-label:active, .offcanvas .offcanvas-cart .touch .cart-item-label:active, .touch .offcanvas .offcanvas-cart-actions .btn-link:active, .offcanvas .offcanvas-cart-actions .touch .btn-link:active, .touch .footer a:active, .footer .touch a:active, .touch .product_block .favorite_btn:active:not(.selected), .product_block .touch .favorite_btn:active:not(.selected), .touch .product_block .product_brand:active, .product_block .touch .product_brand:active, .touch .popup_close:active, .touch .main_slider .slick-dots button:active, .main_slider .slick-dots .touch button:active, .touch .offers_section .view_more:active, .offers_section .touch .view_more:active, .touch .sign_page .action_link:active, .sign_page .touch .action_link:active, .touch .sign_page .form-text a:active, .sign_page .form-text .touch a:active, .touch .sign_switch .switch_link:active, .sign_switch .touch .switch_link:active, .touch .faq_navigation li:active, .faq_navigation .touch li:active, .touch .faq_list .question_block:active, .faq_list .touch .question_block:active, .touch .cms-element-moorl-accordion .moorl-accordion-content .section .section-content a:active, .cms-element-moorl-accordion .moorl-accordion-content .section .section-content .touch a:active, .touch .checkout_content .cart_items .qty_block .decrease_btn:active, .checkout_content .cart_items .qty_block .touch .decrease_btn:active,
.touch .checkout_content .cart_items .qty_block .increase_btn:active,
.checkout_content .cart_items .qty_block .touch .increase_btn:active, .touch .checkout_page .response_block .responce_description a:active, .checkout_page .response_block .responce_description .touch a:active, .touch .checkout_page .change_btn:active, .checkout_page .touch .change_btn:active, .touch .filter_section .filter_toggle:active, .filter_section .touch .filter_toggle:active, .touch .filter_section .filter_title:active, .filter_section .touch .filter_title:active, .touch .filter_section .simple_filter a:active, .filter_section .simple_filter .touch a:active, .touch .paging a:active, .paging .touch a:active, .touch .product_main .qty_block .decrease_btn:active, .product_main .qty_block .touch .decrease_btn:active,
.touch .product_main .qty_block .increase_btn:active,
.product_main .qty_block .touch .increase_btn:active, .touch .product_main .add_favorite:active:not(.selected), .product_main .touch .add_favorite:active:not(.selected), .touch .product_main .details_list .details_type:active, .product_main .details_list .touch .details_type:active, .touch .product_main .full_description a:active, .product_main .full_description .touch a:active, .touch .navigation_page .back_btn:active, .navigation_page .touch .back_btn:active, .touch .blog_search button:active, .blog_search .touch button:active, .touch .topics_list ul a:active, .topics_list ul .touch a:active, .touch .press_room .press_title a:active, .press_room .press_title .touch a:active, .touch .press_room .view_more:active, .press_room .touch .view_more:active, .touch .blog_col .news_title a:active, .blog_col .news_title .touch a:active, .touch .blog_col .view_more:active, .blog_col .touch .view_more:active {
  color: #FFB300;
}
.touch .offcanvas .offcanvas-cart-promotion-form .input-group-append button:active, .offcanvas .offcanvas-cart-promotion-form .input-group-append .touch button:active, .touch .products_list .slick-arrow:active, .products_list .touch .slick-arrow:active, .touch .filter_section .range_block .ui-slider-handle:active, .filter_section .range_block .touch .ui-slider-handle:active, .touch .product_main .slick-arrow:active, .product_main .touch .slick-arrow:active {
  background: #FFB300;
}
.touch .primary_btn, .touch .header .search_form .search_btn, .header .search_form .touch .search_btn, .touch .offcanvas .offcanvas-cart-actions .begin-checkout-btn, .offcanvas .offcanvas-cart-actions .touch .begin-checkout-btn {
  -o-transition: box-shadow 0.15s;
  -ms-transition: box-shadow 0.15s;
  -moz-transition: box-shadow 0.15s;
  -webkit-transition: box-shadow 0.15s;
  transition: box-shadow 0.15s;
}
.touch .primary_btn:active, .touch .header .search_form .search_btn:active, .header .search_form .touch .search_btn:active, .touch .offcanvas .offcanvas-cart-actions .begin-checkout-btn:active, .offcanvas .offcanvas-cart-actions .touch .begin-checkout-btn:active {
  box-shadow: 0 12px 20px rgba(255, 204, 41, 0.35);
}
.touch .popular_categories .category_btn, .popular_categories .touch .category_btn, .touch .bnner_section a.bnner_block, .bnner_section .touch a.bnner_block, .touch .filter_section .box_filter .box_check, .filter_section .box_filter .touch .box_check, .touch .paging a.prev_page, .paging .touch a.prev_page, .touch .paging a.next_page, .paging .touch a.next_page, .touch .product_main .options_block .box_options .option_btn, .product_main .options_block .box_options .touch .option_btn {
  -o-transition: box-shadow 0.15s;
  -ms-transition: box-shadow 0.15s;
  -moz-transition: box-shadow 0.15s;
  -webkit-transition: box-shadow 0.15s;
  transition: box-shadow 0.15s;
}
.touch .popular_categories .category_btn:active, .popular_categories .touch .category_btn:active, .touch .bnner_section a.bnner_block:active, .bnner_section .touch a.bnner_block:active, .touch .filter_section .box_filter .box_check:active, .filter_section .box_filter .touch .box_check:active, .touch .paging a.prev_page:active, .paging .touch a.prev_page:active, .touch .paging a.next_page:active, .paging .touch a.next_page:active, .touch .product_main .options_block .box_options .option_btn:active, .product_main .options_block .box_options .touch .option_btn:active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.touch .attach_remove:active, .touch .offcanvas .offcanvas-cart .cart-item-remove-button:active, .offcanvas .offcanvas-cart .touch .cart-item-remove-button:active, .touch .product_block .favorite_btn.selected:active, .product_block .touch .favorite_btn.selected:active, .touch .product_block .favorite_remove:active, .product_block .touch .favorite_remove:active, .touch .checkout_content .cart_items .item_remove:active, .checkout_content .cart_items .touch .item_remove:active, .touch .product_main .add_favorite.selected:active, .product_main .touch .add_favorite.selected:active {
  color: #E80303;
}
.touch .brands_section .brands_list a img, .brands_section .brands_list .touch a img, .touch .brands_page .brands_list a img, .brands_page .brands_list .touch a img, .touch .product_main .product_brand .brand_block img, .product_main .product_brand .touch .brand_block img {
  -o-transition: transform 0.15s;
  -ms-transition: transform 0.15s;
  -moz-transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s;
}
.touch .brands_section .brands_list a:active img, .brands_section .brands_list .touch a:active img, .touch .brands_page .brands_list a:active img, .brands_page .brands_list .touch a:active img, .touch .product_main .product_brand .brand_block:active img, .product_main .product_brand .touch .brand_block:active img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

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