@charset "UTF-8";
@font-face {
  font-family: "mardoto-regular";
  font-display: "auto";
  src: url("../fonts/Mardoto-Regular/Mardoto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Mardoto-Regular/Mardoto-Regular.woff") format("woff"), url("../fonts/Mardoto-Regular/Mardoto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mardoto-bold";
  font-display: "auto";
  src: url("../fonts/Mardoto-Bold/Mardoto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Mardoto-Bold/Mardoto-Bold.woff") format("woff"), url("../fonts/Mardoto-Bold/Mardoto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mardoto-medium";
  font-display: "auto";
  src: url("../fonts/Mardoto-Medium/Mardoto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Mardoto-Medium/Mardoto-Medium.woff") format("woff"), url("../fonts/Mardoto-Medium/Mardoto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto-medium";
  src: url("../fonts/Roboto-Medium/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto-bold";
  src: url("../fonts/Roboto-Bold/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?udfow0");
  src: url("../fonts/icons/icomoon.eot?udfow0#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?udfow0") format("truetype"), url("../fonts/icons/icomoon.woff?udfow0") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_facebook:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon_globe:before {
  content: "";
}

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

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

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

.icon_arrowstroke:before {
  content: "";
}

.icon_phone:before {
  content: "";
}

.icon_message:before {
  content: "";
}

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

.icon_time:before {
  content: "";
}

.icon_basket:before {
  content: "";
}

.icon_phones:before {
  content: "";
}

.icon_phone_plus:before {
  content: "";
}

.icon_basket_plus:before {
  content: "";
}

.icon_box:before {
  content: "";
}

.icon_document:before {
  content: "";
}

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

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: #261B24;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "roboto", "mardoto-regular";
}

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

button {
  cursor: pointer;
  display: block;
}

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

input {
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

.page_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.page_row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

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

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

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

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

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

.has-error .error_hint,
.has-error + .error_hint {
  max-height: 60px;
}

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

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

.section_title {
  font-family: "roboto-bold", "mardoto-bold";
  margin: 0;
}

.primary_btn {
  border: none;
  background: #B41D8D;
  color: #ffffff;
  padding: 15px;
}

.secondary_btn {
  border: 1px solid;
  background: transparent;
  color: #B41D8D;
  padding: 14px;
}

a.primary_btn,
a.secondary_btn {
  display: inline-block;
  vertical-align: top;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1000;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.loader img {
  display: block;
  width: 100%;
  max-width: 80px;
  height: auto;
  object-fit: cover;
  -o-transition: all 3s;
  -ms-transition: all 3s;
  -moz-transition: all 3s;
  -webkit-transition: all 3s;
  transition: all 3s;
}
.loader img {
  animation: loading 1s infinite;
}

@keyframes loading {
  0% {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
}
.standard_description {
  font-size: 140%;
  line-height: 1.45em;
  color: #261B24;
}

.section_title {
  font-size: 330%;
  line-height: 1.25em;
  color: #261B24;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.section_title:before {
  display: block;
  margin-left: 20px;
  font-size: 50%;
}

.number_block {
  background: #ffffff;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.number_block.bronze .sticker_block {
  background: linear-gradient(90deg, #EF745C 0%, #BC4D37 100%);
}
.number_block.bronze:hover .number_top {
  background: linear-gradient(90deg, #EF745C 0%, #BC4D37 100%);
}
.number_block.silver .sticker_block {
  background: linear-gradient(90deg, #D8DEDE 0%, #B5C6E0 100%);
}
.number_block.silver:hover .number_top {
  background: linear-gradient(90deg, #D8DEDE 0%, #B5C6E0 100%);
}
.number_block.gold .sticker_block {
  background: linear-gradient(90deg, #FFBC0F 0%, #FFDD2B 100%);
}
.number_block.gold:hover .number_top {
  background: linear-gradient(90deg, #FFBC0F 0%, #FFDD2B 100%);
}
.number_block.diamond .sticker_block {
  background: linear-gradient(90deg, #95BFED 0%, #DC7BE6 100%);
}
.number_block.diamond:hover .number_top {
  background: linear-gradient(90deg, #95BFED 0%, #DC7BE6 100%);
}
.number_block.platin .sticker_block {
  background: linear-gradient(90deg, #9FCCFA 0%, #0974F1 100%);
}
.number_block.platin:hover .number_top {
  background: linear-gradient(90deg, #9FCCFA 0%, #0974F1 100%);
}
.number_block.standard .sticker_block {
  background: linear-gradient(90deg, #EBEBEB 0%, #9E9E9E 100%);
}
.number_block.standard:hover .number_top {
  background: linear-gradient(90deg, #EBEBEB 0%, #9E9E9E 100%);
}
.number_block:hover {
  box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.08), 0px 4px 8px rgba(180, 29, 141, 0.04);
}
.number_block .sticker_block {
  position: absolute;
  left: 32px;
  top: 70px;
  font-size: 120%;
  line-height: 16px;
  border-radius: 30px;
  padding: 2px;
}
.number_block .sticker_block span {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 30px;
  padding: 3px 10px;
}
.number_block .number_top {
  padding: 27px 32px;
  border-bottom: 1px solid #ECECEC;
  font-family: "roboto-bold", "mardoto-bold";
  font-size: 210%;
  line-height: 1.25em;
  color: #261B24;
}
.number_block .number_bottom {
  padding: 30px 32px 26px;
  font-family: "roboto-bold", "mardoto-bold";
  font-size: 270%;
  line-height: 1.25em;
  color: #261B24;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.number_block .price_block {
  padding-right: 10px;
}
.number_block .add_btn {
  background: transparent;
  border: 1px solid #B41D8D;
  background: #B41D8D;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  line-height: 1em;
  color: #ffffff;
  padding: 0;
}

.main_banner {
  background: #B41D8D;
}
.main_banner .banner_inner {
  display: flex;
  margin: 0 -10px;
}
.main_banner .image_block {
  max-width: 45%;
  flex: 0 0 45%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 10px;
}
.main_banner .image_block img {
  max-width: 100%;
  max-height: 100%;
}
.main_banner .info_block {
  max-width: 55%;
  flex: 0 0 55%;
  padding: 40px 10px 20px;
}

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

.breadcrumbs ul {
  list-style-type: none;
  margin: 0 -5px;
  padding: 0;
  display: flex;
  align-items: center;
}
.breadcrumbs li {
  font-size: 120%;
  line-height: 1.25em;
  padding: 0 5px;
  color: #ffffff;
}
.breadcrumbs a {
  display: block;
  color: #ffffff;
}
.breadcrumbs a:before {
  margin-right: 10px;
}
.breadcrumbs div:before {
  margin-right: 10px;
}

.main_title {
  font-size: 400%;
  line-height: 1.25em;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.paging {
  padding-top: 48px;
}
.paging ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging li {
  padding: 0 6px;
}
.paging a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: transparent;
  border-radius: 8px;
  color: #261B24;
  font-size: 140%;
  line-height: 1.25em;
}
.paging a.current_page {
  background: #B41D8D;
  color: #ffffff;
}
.paging .next_page,
.paging .prev_page {
  font-size: 90%;
  width: auto;
}
.paging .next_page.inactive,
.paging .prev_page.inactive {
  display: none;
}

.checkbox_list li {
  padding-top: 20px;
}
.checkbox_list input:checked + .checkbox_button:before {
  border: none;
  background: #B41D8D;
}
.checkbox_list .checkbox_button {
  display: flex;
  color: #261B24;
  align-items: flex-start;
  font-size: 140%;
  line-height: 1.25em;
  cursor: pointer;
}
.checkbox_list .checkbox_button:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 4px;
  border: 1px solid #666666;
  color: #ffffff;
  font-size: 50%;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.iti {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background: #f9f9f9;
  border-radius: 12px 0 0 12px;
  padding: 0 14px;
}
.iti--separate-dial-code .iti__selected-flag:focus {
  background: transparent;
  outline: none;
}

.iti__flag-container {
  font-size: 140%;
  line-height: 1.25em;
  color: #666666;
}

@media screen and (max-width: 1199px) {
  .paging {
    padding-top: 40px;
  }

  .section_title {
    font-size: 300%;
  }

  .main_title {
    font-size: 360%;
  }
}
@media screen and (max-width: 959px) {
  .section_title {
    font-size: 260%;
  }

  .main_title {
    font-size: 320%;
  }

  .main_banner .info_block {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 767px) {
  .section_title {
    font-size: 240%;
  }

  .main_title {
    font-size: 280%;
  }

  .paging {
    padding-top: 30px;
  }

  .breadcrumbs {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .main_banner .banner_inner {
    display: block;
    margin: 0;
  }
  .main_banner .info_block {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 40px 0;
  }
  .main_banner .image_block {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 479px) {
  .paging ul {
    margin: 0 5px;
  }
  .paging li {
    padding: 0 5px;
  }
  .paging a {
    width: 26px;
    height: 26px;
    font-size: 130%;
  }

  .section_title {
    font-size: 200%;
  }

  .main_title {
    font-size: 240%;
  }
}
@media screen and (max-width: 399px) {
  .section_title {
    font-size: 180%;
  }

  .main_title {
    font-size: 200%;
  }
}
.footer_menu .inner_list, .submenu_list ul, .language_list, .cart_top ul, .checkbox_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

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

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

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

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

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

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

.standard_text, .primary_btn, .secondary_btn {
  font-size: 140%;
  line-height: 20px;
}

.header {
  z-index: 100;
}

.header_top {
  border-bottom: 1px solid #ECECEC;
  background: #ffffff;
}
.header_top .top_inner {
  height: 70px;
  padding: 10px 180px 10px 210px;
  display: flex;
  align-items: center;
}
.header_top .top_menu {
  list-style-type: none;
  padding: 0;
  margin: 0 -16px -15px;
  display: flex;
  align-items: center;
  height: 100%;
}
.header_top .top_menu li {
  padding: 0 16px;
}
.header_top .top_menu a {
  display: block;
  color: #261B24;
  font-size: 120%;
  line-height: 1.25em;
  position: relative;
}
.header_top .top_menu a.selected {
  color: #B41D8D;
}
.header_top .top_menu a.selected:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background: #B41D8D;
}

.header_bottom {
  box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
.header_bottom .bottom_inner {
  position: relative;
  height: 56px;
}
.header_bottom .main_logo {
  position: absolute;
  top: -46px;
  left: 0;
}
.header_bottom .main_logo a {
  display: block;
}
.header_bottom .main_logo img {
  max-width: 155px;
}
.header_bottom .payment_link {
  display: block;
  font-size: 160%;
  color: #0B1C3F;
}

.actions_block {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -47px;
}

.search_block {
  position: relative;
  margin-right: 20px;
}
.search_block form {
  background: #ffffff;
  height: 42px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -20px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.search_block .search_view {
  display: none;
}
.search_block input {
  width: 0;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 140%;
  line-height: 18px;
  height: 100%;
  z-index: 1;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.search_block button {
  border: none;
  background: transparent;
  font-size: 200%;
  color: #0B1C3F;
  line-height: 1em;
  position: relative;
  z-index: 10;
  padding: 0;
  background: #ffffff;
}
.search_block span {
  display: block;
  opacity: 0;
  width: 0;
  position: relative;
  overflow: hidden;
  z-index: 6;
  position: absolute;
  top: 13px;
  right: 0;
  color: #999999;
  font-size: 150%;
  cursor: pointer;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.search_block.opened form {
  -o-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.search_block.opened input {
  padding: 10px 30px 10px 15px;
  width: 300px;
}
.search_block.opened span {
  width: auto;
  overflow: visible;
  opacity: 1;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.language_block {
  font-size: 120%;
  line-height: 14px;
  position: relative;
  margin-left: 35px;
}
.language_block.opened .language_button:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.menu_section {
  display: flex;
  align-items: center;
  height: 100%;
}

.action_btns {
  display: flex;
  align-items: center;
  height: 100%;
}
.action_btns .payment_block {
  display: none;
}
.action_btns .compare_block {
  padding: 0 15px;
  border-left: 1px solid #ECECEC;
  display: flex;
  align-items: center;
  font-size: 0;
  height: 100%;
}
.action_btns .compare_block a {
  display: flex;
  justify-content: center;
  color: #0B1C3F;
}
.action_btns .compare_block a:before {
  display: block;
  font-size: 2rem;
  line-height: 1em;
}
.action_btns .basket_block {
  border-left: 1px solid #ECECEC;
  display: flex;
  align-items: center;
  height: 100%;
}
.action_btns .basket_block .basket_inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.action_btns .basket_block.opened .basket_btn {
  color: #ffffff;
  background: #B41D8D;
}
.action_btns .basket_block.opened .added_count {
  background: #ffffff;
  color: #B41D8D;
}
.action_btns .basket_block .added_count {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #B41D8D;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120%;
  line-height: 1.25em;
  color: #ffffff;
  font-family: "roboto-medium", "mardoto-medium";
}
.action_btns .basket_block .basket_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0B1C3F;
  padding: 0 15px;
  width: 100%;
  height: 100%;
}
.action_btns .basket_block .basket_btn:before {
  display: block;
  font-size: 1.9rem;
  line-height: 1em;
}

.shoping_cart {
  background: #ffffff;
  box-shadow: 0px 8px 18px rgba(17, 17, 17, 0.08), 0px 2px 8px rgba(17, 17, 17, 0.04);
  border-radius: 0px 0px 8px 8px;
  display: none;
  position: absolute;
  overflow: hidden;
  top: 55px;
  width: 480px;
  right: 0;
  z-index: 1000;
}
.shoping_cart .cart_bottom {
  padding: 30px 24px 28px;
  background: #f9f9f9;
  min-height: 134px;
}
.shoping_cart .price_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shoping_cart .price_title {
  font-size: 170%;
  line-height: 1.25em;
  color: #261B24;
  font-family: "roboto-medium", "mardoto-medium";
  padding-right: 15px;
}
.shoping_cart .total_price {
  font-size: 210%;
  line-height: 1.25em;
  color: #261B24;
  font-family: "roboto-bold", "mardoto-bold";
  text-align: right;
  white-space: nowrap;
}
.shoping_cart .buttons_row {
  display: flex;
  align-items: center;
  margin: 0 -12px;
  padding-top: 24px;
}
.shoping_cart .button_block {
  padding: 0 12px;
  max-width: 50%;
  flex: 0 0 50%;
}
.shoping_cart .to_cart {
  display: block;
  background: #ffffff;
  border-radius: 8px;
  font-size: 140%;
  line-height: 18px;
  text-align: center;
  color: #B41D8D;
  padding: 15px;
}
.shoping_cart .order_btn {
  border: 1px solid #B41D8D;
  background: #B41D8D;
  border-radius: 8px;
  font-size: 140%;
  line-height: 18px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 14px;
}

.cart_top {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 390px;
  flex: 1;
  scrollbar-color: #B41D8D #DDDDDD;
  scrollbar-width: 4px;
}
.cart_top::-webkit-scrollbar {
  width: 4px;
  height: auto;
  border-radius: 4px;
  background: #DDDDDD;
}
.cart_top::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #B41D8D;
}
.cart_top .item_inner {
  padding: 24px;
  display: flex;
  align-items: center;
}
.cart_top .image_block {
  width: 80px;
}
.cart_top .image_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cart_top .image_inner img {
  max-width: 100%;
  max-height: 100%;
}
.cart_top .cart_info {
  flex: 1;
  width: 60%;
  display: flex;
  padding-left: 12px;
  margin: 0 -9px;
}
.cart_top .product_name {
  font-size: 140%;
  line-height: 21px;
  font-family: "roboto-medium", "mardoto-medium";
  height: 42px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart_top .product_name a {
  color: #261B24;
}
.cart_top .characters_block {
  padding-top: 6px;
  display: flex;
  align-items: center;
}
.cart_top .memory_size {
  font-size: 140%;
  line-height: 1.25em;
  color: #666666;
  padding-right: 12px;
}
.cart_top .item_color {
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 50%;
  background: #261B24;
}
.cart_top .right_col {
  padding: 0 9px;
  max-width: 40%;
  flex: 0 0 40%;
}
.cart_top .left_col {
  padding: 0 9px;
  max-width: 60%;
  flex: 0 0 60%;
}
.cart_top .product_price {
  font-size: 170%;
  line-height: 1.25em;
  font-family: "roboto-bold", "mardoto-bold";
  padding-bottom: 12px;
  text-align: right;
}

.cart_empty {
  padding: 28px 20px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cart_empty .cart_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(180, 29, 141, 0.1);
  color: #B41D8D;
  font-size: 300%;
  height: 77px;
  width: 77px;
  min-width: 77px;
  border-radius: 50%;
}
.cart_empty .empty_title {
  font-size: 170%;
  line-height: 1.25em;
  text-align: center;
  color: #261B24;
  font-family: "roboto-medium", "mardoto-medium";
  padding-top: 24px;
}
.cart_empty .empty_description {
  font-size: 140%;
  line-height: 1.25em;
  text-align: center;
  color: #666666;
  padding-top: 14px;
}
.cart_empty .shopping_link {
  display: inline-block;
  font-size: 140%;
  line-height: 1.25em;
  text-align: center;
  text-decoration: underline;
  color: #B41D8D;
  margin-top: 20px;
}

.product_count {
  display: flex;
  justify-content: flex-end;
}

.count_action {
  display: flex;
  align-items: center;
  border: 1px solid #ECECEC;
  border-radius: 8px;
}
.count_action input {
  border: none;
  padding: 0;
  text-align: center;
  color: inherit;
  font-size: 140%;
  line-height: 18px;
  width: 32px;
  color: #261B24;
}
.count_action button {
  border: none;
  background: transparent;
  padding: 0;
  color: #0B1C3F;
  position: relative;
  width: 30px;
  height: 30px;
}
.count_action button:before {
  display: block;
  content: "";
  width: 12px;
  border-top: 2px solid;
  margin: 0 auto;
}
.count_action button.disabled {
  color: #ECECEC;
}
.count_action button.increase_btn:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 12px;
  border-left: 2px solid;
  margin: -6px -1px;
}

.language_button {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #666666;
  border: none;
  background: transparent;
  padding: 0;
  line-height: inherit;
  position: relative;
  z-index: 20;
  padding: 0 0 0 5px;
}
.language_button img {
  display: block;
  width: 20px;
  height: 20px;
  max-width: 20px;
  border-radius: 50%;
  margin-right: 8px;
}
.language_button:before {
  display: block;
  margin: 0 0 2px 4px;
  font-size: 64%;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.language_list {
  display: none;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 24px;
  background: #ffffff;
  box-shadow: 0 0 8px 1px rgba(180, 29, 141, 0.15);
  border-radius: 8px;
}
.language_list li {
  border-bottom: 1px solid #ECECEC;
}
.language_list li:last-child {
  border-bottom: none;
}
.language_list a {
  color: #666666;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px;
}
.language_list a img {
  width: 20px;
  height: 20px;
  max-width: 20px;
  border-radius: 50%;
  display: block;
  margin-right: 8px;
}

.menu_block {
  height: 56px;
  width: 50%;
  flex: 1;
}

.user_block {
  position: relative;
  display: flex;
  align-items: center;
  border-left: 1px solid #ECECEC;
  padding-left: 20px;
  height: 100%;
}
.user_block > a {
  font-size: 120%;
  line-height: 1.25em;
  color: #261B24;
  display: flex;
  align-items: center;
}
.user_block > a:before {
  font-size: 150%;
  display: block;
  margin-right: 10px;
  color: #0B1C3F;
}

.main_menu {
  height: 100%;
  display: flex;
  align-items: center;
}
.main_menu > ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -12px;
  display: flex;
  align-items: center;
  height: 100%;
}
.main_menu > ul > li {
  padding: 8px 12px;
  height: 100%;
  position: relative;
}
.main_menu > ul > li.opened .submenu_list {
  display: block;
}
.main_menu > ul > li > a {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 140%;
  line-height: 18px;
  color: #261B24;
  height: 100%;
}
.main_menu > ul > li > a:before {
  display: none;
}
.main_menu > ul > li > a img {
  display: block;
  margin-right: 9px;
}

.submenu_list {
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 8px 8px;
  position: absolute;
  left: 12px;
  top: 56px;
  min-width: 210px;
  overflow: hidden;
  display: none;
  z-index: 1;
}
.submenu_list a {
  display: block;
  font-size: 120%;
  line-height: 1.25em;
  color: #261B24;
  padding: 16px 24px;
}
.submenu_list .close_sub {
  display: none;
}

.menu_btn {
  display: none;
}

.basket_close {
  display: none;
  margin-left: auto;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.05);
  color: #261B24;
  border: none;
  font-size: 150%;
}

.menu_block .language_block {
  display: none;
}

@media screen and (max-width: 1199px) {
  .main_menu > ul {
    flex: 1;
  }
  .main_menu > ul > li {
    padding: 8px 10px;
  }
  .main_menu > ul > li > a {
    font-size: 120%;
    line-height: 16px;
  }

  .user_block a {
    font-size: 0;
  }
  .user_block a:before {
    font-size: 1.8rem;
    margin: 0;
  }
}
@media screen and (max-width: 959px) {
  .basket_close {
    display: flex;
  }

  body.basket_opened {
    position: relative;
    overflow: hidden;
  }

  .action_btns {
    z-index: 200;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    height: 48px;
    justify-content: space-between;
  }
  .action_btns > div {
    flex: 1;
    justify-content: center;
  }
  .action_btns .payment_block {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 15px;
    border-right: 1px solid #ECECEC;
  }
  .action_btns .basket_block .added_count {
    right: 50%;
    top: 50%;
    margin: -17px -17px 0 0;
  }

  .close_sub {
    display: inline-block;
    font-size: 160%;
    padding: 20px 0 10px 20px;
  }

  .menu_btn {
    display: block;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    z-index: 5;
    color: #ffffff;
    background: #B41D8D;
    border: none;
    padding: 0 8px;
    z-index: 120;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu_btn:before, .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    border-top: 1px solid;
    left: 8px;
    width: 14px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu_btn:before {
    top: 10px;
  }
  .menu_btn:after {
    bottom: 9px;
  }
  .menu_btn span {
    display: block;
    border-top: 1px solid;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .menu_block {
    position: fixed;
    background: #ffffff;
    border: none;
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 99;
    height: 0;
    border-top: none;
    display: flex;
    flex-direction: column;
    -o-transition: height, 1s;
    -ms-transition: height, 1s;
    -moz-transition: height, 1s;
    -webkit-transition: height, 1s;
    transition: height, 1s;
  }
  .menu_block:before {
    content: "";
    width: 100%;
    height: 112px;
    background: #ffffff;
  }
  .menu_block .language_block {
    display: block;
    font-size: 120%;
    line-height: 1.25em;
    padding: 16px;
    background: #f9f9f9;
    margin-left: 0;
  }
  .menu_block .language_block ul {
    list-style-type: none;
    padding: 0;
    margin: 0 -12px;
    display: flex;
    justify-content: center;
  }
  .menu_block .language_block li {
    padding: 0 12px;
  }
  .menu_block .language_block img {
    width: 18px;
    min-width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
  }
  .menu_block .language_block span {
    display: block;
    padding-left: 4px;
  }
  .menu_block .language_block .language_button {
    border: none;
    background: transparent;
    color: #666666;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .menu_block .language_block .language_button.selected {
    color: #B41D8D;
  }

  .main_menu {
    height: 60%;
    flex-direction: column;
    align-items: baseline;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #B41D8D rgba(180, 29, 141, 0.15);
    scrollbar-width: 4px;
  }
  .main_menu::-webkit-scrollbar {
    width: 4px;
    height: auto;
    border-radius: 4px;
    background: rgba(180, 29, 141, 0.15);
  }
  .main_menu::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #B41D8D;
  }
  .main_menu > ul {
    flex-direction: column;
    align-items: flex-start;
    order: 2;
    margin: 0;
    height: auto;
    flex: none;
  }
  .main_menu > ul > li {
    order: 2;
    padding: 22px 20px;
    width: 100%;
    position: unset;
  }
  .main_menu > ul > li:last-child:before {
    display: none;
  }
  .main_menu > ul > li.opened .submenu_list {
    width: 100%;
  }
  .main_menu > ul > li > a {
    display: flex;
    align-items: center;
    font-size: 140%;
    line-height: 18px;
  }
  .main_menu > ul > li > a.submenu_btn:before {
    transform: rotate(180deg);
  }

  .submenu_list {
    opacity: 1;
    width: 0;
    z-index: 20;
    min-width: 0;
    left: unset;
    height: 100% !important;
    right: 0;
    top: 0;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    -o-transition: width, 0.5s;
    -ms-transition: width, 0.5s;
    -moz-transition: width, 0.5s;
    -webkit-transition: width, 0.5s;
    transition: width, 0.5s;
  }
  .submenu_list:before {
    content: "";
    width: 100%;
    height: 112px;
    background: #ffffff;
  }
  .submenu_list .close_sub {
    display: inline-block;
    font-size: 160%;
    line-height: 1.25em;
    color: #261B24;
    margin-left: 20px;
  }
  .submenu_list a {
    display: inline-block;
    padding: 0;
  }
  .submenu_list > ul {
    width: 100%;
    flex: 1;
    max-height: none;
    padding: 20px;
    height: 60%;
  }
  .submenu_list > ul > li {
    width: 100vw;
    padding: 15px 0;
  }
  .submenu_list > ul > li > a {
    font-size: 130%;
  }

  .header_bottom .payment_link {
    position: relative;
    z-index: 120;
    top: 0;
    margin: 0;
  }
  .header_bottom .main_logo {
    position: unset;
    position: relative;
    z-index: 120;
    top: 0;
  }
  .header_bottom .bottom_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_bottom .bottom_inner:before {
    content: "";
    position: absolute;
    z-index: 99;
    left: -15px;
    right: -15px;
    top: 0;
    height: 100%;
    background: #ffffff;
    z-index: 110;
  }

  .header_top {
    position: relative;
    z-index: 120;
  }
  .header_top .top_inner {
    height: 48px;
    padding: 10px 0;
    display: block;
  }
  .header_top .top_menu {
    margin: 0 -7px;
  }
  .header_top .top_menu li {
    padding: 0 7px;
  }
  .header_top .top_menu a.selected:before {
    bottom: -17px;
  }

  .actions_block {
    position: relative;
    top: 0;
  }
  .actions_block .payment_block {
    display: none;
  }

  .language_block {
    display: none;
  }

  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_btn {
    background: transparent;
    color: #0B1C3F;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: 5px;
    top: 15px;
    width: 22px;
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: 5px;
    bottom: 14px;
    width: 22px;
  }
  .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_block {
    height: 100%;
  }
  .menu_opened .action_btns {
    z-index: 60;
  }

  .user_block {
    padding: 0 15px;
    border-right: 1px solid #ECECEC;
  }

  .search_block {
    z-index: 120;
    margin-right: 0;
  }

  .cart_block {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    overflow-y: auto;
    overflow-x: hidden;
    width: 0;
    height: 100%;
    z-index: 400;
    background: rgba(38, 27, 36, 0.2);
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }

  .shoping_cart {
    top: 0;
    position: relative;
    display: block;
    height: 100%;
    justify-content: space-between;
    width: 480px;
    min-width: 480px;
    display: flex;
    flex-direction: column;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .shoping_cart .cart_bottom {
    margin-top: auto;
  }

  .cart_top {
    max-height: none;
  }

  .basket_block.opened .cart_block {
    width: 100%;
  }
  .basket_block.opened .shoping_cart {
    overflow-y: auto;
  }
}
@media screen and (max-width: 479px) {
  .search_block.opened input {
    width: 262px;
  }

  .header_bottom .main_logo {
    width: 48px;
    position: relative;
    overflow: hidden;
  }
  .header_bottom .main_logo img {
    max-width: 150px;
  }

  .shoping_cart {
    width: 100%;
    min-width: 400px;
    width: 400px;
  }
  .shoping_cart .price_title {
    font-size: 150%;
  }
  .shoping_cart .total_price {
    font-size: 180%;
  }
  .shoping_cart .to_cart,
.shoping_cart .basket_btn {
    font-size: 130%;
  }
  .shoping_cart .cart_bottom {
    padding: 20px 15px;
  }

  .cart_top .item_inner {
    padding: 20px 15px;
  }
  .cart_top .product_price {
    font-size: 150%;
  }
}
@media screen and (max-width: 399px) {
  .header_bottom {
    flex-direction: row-reverse;
  }
  .header_bottom .payment_link {
    margin-left: 15px;
  }
  .header_bottom .main_logo {
    width: 40px;
  }
  .header_bottom .main_logo img {
    max-width: 130px;
  }

  .main_menu > ul {
    padding: 0 0 20px;
  }
  .main_menu > ul > li {
    padding: 12px 20px;
  }

  .actions_block {
    position: relative;
    top: 0;
    margin-left: auto;
    z-index: unset;
  }

  .menu_section {
    order: 2;
  }

  .submenu_list > ul > li {
    padding: 12px 0;
  }

  .search_block {
    z-index: 120;
  }
  .search_block button {
    font-size: 180%;
  }
  .search_block span {
    font-size: 130%;
    right: 0;
  }
  .search_block.opened input {
    width: 180px;
    padding: 7px 20px 7px 15px;
  }

  .action_btns .compare_block,
.action_btns .basket_block {
    padding: 0 10px;
  }

  .user_block {
    padding: 0 10px;
  }

  .shoping_cart {
    min-width: 360px;
    width: 360px;
  }
  .shoping_cart .total_price {
    font-size: 160%;
  }
  .shoping_cart .buttons_row {
    flex-direction: column;
    align-items: unset;
    margin: 0;
  }
  .shoping_cart .button_block {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .shoping_cart .button_block:last-child {
    padding-top: 15px;
  }
  .shoping_cart .button_block button {
    width: 100%;
  }

  .cart_top .cart_info {
    flex-direction: column;
    margin: 0;
    align-items: flex-start;
  }
  .cart_top .right_col {
    padding: 12px 0 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .cart_top .left_col {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .cart_top .product_price {
    text-align: left;
  }
}
@media screen and (max-width: 359px) {
  .shoping_cart {
    min-width: 320px;
    width: 320px;
  }

  .basket_close {
    font-size: 130%;
  }
}
.footer {
  opacity: 1;
  background: #F0F0F0;
}

.footer_top {
  padding: 48px 0;
}
.footer_top .main_logo a {
  display: block;
}
.footer_top .main_logo img {
  max-width: 195px;
}
.footer_top .top_inner {
  display: flex;
  align-items: flex-start;
}

.footer_menu {
  flex: 1;
  width: 100%;
  padding-left: 100px;
  font-size: 140%;
  line-height: 1.25em;
  display: flex;
  justify-content: space-between;
}
.footer_menu .menu_list {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: flex-start;
  margin: 0 -12px;
  flex: 0 0 50%;
  max-width: 50%;
}
.footer_menu .menu_list > li {
  padding: 0 12px;
  flex: 0 0 50%;
  max-width: 50%;
}
.footer_menu .menu_title {
  color: #261B24;
}
.footer_menu .inner_list > li {
  padding-top: 20px;
}
.footer_menu .inner_list a {
  color: #666666;
  display: inline-block;
}
.footer_menu .inner_list .info_block {
  color: #261B24;
}
.footer_menu .mail_block {
  color: #261B24;
}
.footer_menu .footer_socials {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: flex-start;
  margin: 0 -8px;
}
.footer_menu .footer_socials > li {
  padding: 0 8px;
}
.footer_menu .footer_socials > li a {
  display: inline-block;
  color: #261B24;
  font-size: 115%;
}

.footer_bottom {
  padding: 16px 0;
  border-top: 1px solid #ECECEC;
}
.footer_bottom .copyrights {
  text-align: center;
  font-size: 120%;
  line-height: 1.25em;
  color: #666666;
}

@media screen and (max-width: 1199px) {
  .footer_menu {
    padding-left: 40px;
    font-size: 130%;
  }

  .footer_top .main_logo img {
    max-width: 160px;
  }
}
@media screen and (max-width: 959px) {
  .footer_menu {
    font-size: 140%;
    padding-left: 80px;
    flex-wrap: wrap;
  }
  .footer_menu .menu_list {
    flex-wrap: wrap;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer_menu .menu_list > li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 12px 36px;
  }

  .block_footer {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .footer_top {
    padding: 40px 0 4px;
  }
  .footer_top .main_logo img {
    max-width: 195px;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu {
    padding-left: 40px;
    font-size: 130%;
  }

  .footer_top .main_logo img {
    max-width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .footer_menu {
    padding: 25px 0 0;
    font-size: 140%;
    width: 100%;
  }
  .footer_menu .menu_list {
    margin: 0;
  }

  .block_footer,
.menu_list {
    text-align: center;
  }

  .footer_socials {
    align-items: center;
    justify-content: center;
  }

  .footer_top .top_inner {
    flex-direction: column;
    align-items: center;
  }
  .footer_top .main_logo img {
    max-width: 180px;
  }
}
@media screen and (max-width: 479px) {
  .block_footer {
    text-align: center;
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 20px;
  }

  .footer_menu {
    font-size: 130%;
  }
  .footer_menu .menu_list > li {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 399px) {
  .footer_menu {
    font-size: 140%;
    text-align: center;
    padding-top: 10px;
  }
  .footer_menu .footer_socials {
    justify-content: center;
  }

  .footer_top {
    padding: 20px 0;
  }
}
.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 .section_title, .web .paging a, .paging .web a, .web .checkbox_list .checkbox_button, .checkbox_list .web .checkbox_button, .web .header_top .top_menu a, .header_top .top_menu .web a, .web .header_bottom .payment_link, .header_bottom .web .payment_link, .web .search_block button, .search_block .web button, .web .search_block span, .search_block .web span, .web .action_btns .compare_block a, .action_btns .compare_block .web a, .web .cart_top .product_name a, .cart_top .product_name .web a, .web .cart_empty .shopping_link, .cart_empty .web .shopping_link, .web .language_button, .web .language_list a, .language_list .web a, .web .main_menu > ul > li > a, .web .footer_menu .inner_list a, .footer_menu .inner_list .web a, .web .user_block > 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 .primary_btn, .web .secondary_btn, .web .shoping_cart .to_cart, .shoping_cart .web .to_cart, .web .shoping_cart .order_btn, .shoping_cart .web .order_btn, .web .basket_close, .number_block .number_top {
  -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 .submenu_list a, .submenu_list .web a, .web .number_block .add_btn, .number_block .web .add_btn, .web .breadcrumbs a, .breadcrumbs .web a, .web .action_btns .basket_block .basket_btn, .action_btns .basket_block .web .basket_btn, .error_hint, .number_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;
}

.touch .section_title, .touch .paging a, .paging .touch a, .touch .checkbox_list .checkbox_button, .checkbox_list .touch .checkbox_button, .touch .header_top .top_menu a, .header_top .top_menu .touch a, .touch .header_bottom .payment_link, .header_bottom .touch .payment_link, .touch .search_block button, .search_block .touch button, .touch .search_block span, .search_block .touch span, .touch .action_btns .compare_block a, .action_btns .compare_block .touch a, .touch .cart_top .product_name a, .cart_top .product_name .touch a, .touch .cart_empty .shopping_link, .cart_empty .touch .shopping_link, .touch .language_button, .touch .language_list a, .language_list .touch a, .touch .main_menu > ul > li > a, .touch .footer_menu .inner_list a, .footer_menu .inner_list .touch a {
  -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 .primary_btn, .touch .secondary_btn, .touch .shoping_cart .to_cart, .shoping_cart .touch .to_cart, .touch .shoping_cart .order_btn, .shoping_cart .touch .order_btn, .touch .basket_close {
  -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 .number_block .add_btn, .number_block .touch .add_btn, .touch .breadcrumbs a, .breadcrumbs .touch a, .touch .action_btns .basket_block .basket_btn, .action_btns .basket_block .touch .basket_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;
}

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

.web .user_block > a:hover {
  color: #B41D8D;
}
.web .section_title:hover, .web .paging a:hover, .paging .web a:hover, .web .checkbox_list .checkbox_button:hover, .checkbox_list .web .checkbox_button:hover, .web .header_top .top_menu a:hover, .header_top .top_menu .web a:hover, .web .header_bottom .payment_link:hover, .header_bottom .web .payment_link:hover, .web .search_block button:hover, .search_block .web button:hover, .web .search_block span:hover, .search_block .web span:hover, .web .action_btns .compare_block a:hover, .action_btns .compare_block .web a:hover, .web .cart_top .product_name a:hover, .cart_top .product_name .web a:hover, .web .cart_empty .shopping_link:hover, .cart_empty .web .shopping_link:hover, .web .language_button:hover, .web .language_list a:hover, .language_list .web a:hover, .web .main_menu > ul > li > a:hover, .web .footer_menu .inner_list a:hover, .footer_menu .inner_list .web a:hover {
  color: rgba(180, 29, 141, 0.7);
}
.web .shoping_cart .to_cart:hover, .shoping_cart .web .to_cart:hover, .web .shoping_cart .order_btn:hover, .shoping_cart .web .order_btn:hover, .web .basket_close:hover {
  background: rgba(180, 29, 141, 0.7);
}
.web .number_block .add_btn:hover, .number_block .web .add_btn:hover, .web .breadcrumbs a:hover, .breadcrumbs .web a:hover, .web .action_btns .basket_block .basket_btn:hover, .action_btns .basket_block .web .basket_btn:hover {
  background: rgba(180, 29, 141, 0.3);
  color: #261B24;
}
.web .submenu_list a:hover, .submenu_list .web a:hover {
  background: #B41D8D;
  color: #ffffff;
  border-color: transparent;
}
.web .primary_btn:hover, .web .secondary_btn:hover {
  background: #000000;
}

.touch .section_title:active, .touch .paging a:active, .paging .touch a:active, .touch .checkbox_list .checkbox_button:active, .checkbox_list .touch .checkbox_button:active, .touch .header_top .top_menu a:active, .header_top .top_menu .touch a:active, .touch .header_bottom .payment_link:active, .header_bottom .touch .payment_link:active, .touch .search_block button:active, .search_block .touch button:active, .touch .search_block span:active, .search_block .touch span:active, .touch .action_btns .compare_block a:active, .action_btns .compare_block .touch a:active, .touch .cart_top .product_name a:active, .cart_top .product_name .touch a:active, .touch .cart_empty .shopping_link:active, .cart_empty .touch .shopping_link:active, .touch .language_button:active, .touch .language_list a:active, .language_list .touch a:active, .touch .main_menu > ul > li > a:active, .touch .footer_menu .inner_list a:active, .footer_menu .inner_list .touch a:active {
  color: rgba(180, 29, 141, 0.7);
}
.touch .shoping_cart .to_cart:active, .shoping_cart .touch .to_cart:active, .touch .shoping_cart .order_btn:active, .shoping_cart .touch .order_btn:active, .touch .basket_close:active {
  background: rgba(180, 29, 141, 0.7);
}
.touch .number_block .add_btn:active, .number_block .touch .add_btn:active, .touch .breadcrumbs a:active, .breadcrumbs .touch a:active, .touch .action_btns .basket_block .basket_btn:active, .action_btns .basket_block .touch .basket_btn:active {
  background: #ffffff;
  color: #000000;
  border-color: transparent;
}
.touch .primary_btn:active, .touch .secondary_btn:active {
  background: #000000;
}

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