@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
}

body,
html {
  min-height: 100vh;
}

.remodal-is-locked body {
  scrollbar-gutter: stable;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

:root {
  --font-family: "Exo 2", sans-serif;
  --second-family: "Exo", "Inter", sans-serif;
  --neutral-neutral-50: #fafafa;
  --neutral-neutral-100: #f5f5f5;
  --neutral-neutral-200: #e5e5e5;
  --neutral-neutral-300: #d4d4d4;
  --neutral-neutral-400: #a1a1a1;
  --neutral-neutral-500: #737373;
  --neutral-neutral-600: #525252;
  --neutral-neutral-700: #404040;
  --neutral-neutral-800: #262626;
  --neutral-neutral-900: #171717;
  --neutral-neutral-950: #0a0a0a;
  --neutral-primary-primary-50: #fef8ee;
  --neutral-primary-primary-100: #fceed7;
  --neutral-primary-primary-200: #f9d8ae;
  --neutral-primary-primary-300: #f7bb77;
  --neutral-primary-primary-400: #f38f36;
  --neutral-primary-primary-500: #f27313;
  --neutral-primary-primary-600: #e35706;
  --neutral-primary-primary-700: #ba420d;
  --neutral-primary-primary-800: #933615;
  --neutral-primary-primary-900: #753017;
  --neutral-primary-primary-950: #3f160a;
  --surface: var(--neutral-neutral-200);
  --dark: var(--neutral-neutral-950);
  --gray: var(--neutral-neutral-600);
  --surface-lighter: var(--neutral-neutral-100);
  --surface-darker: var(--neutral-neutral-300);
  --surface-color: var(--neutral-primary-primary-50);
  --primary: var(--neutral-primary-primary-500);
  --gray-light: var(--neutral-neutral-400);
  --white: #fff;
  --black: #000;
}

.width-1224, .boxOrder, .footer__width, .boxDescription, .boxInfo, .boxCard, .boxCatalog, .sectionBoxing, .sectionInterest, .boxesBox, .homeAnalysis, .homeAbout, .homePopular__item, .sectionBox, .newFormat, .breadcrumbs, .sectionTop, .headerText, .header__width, .headerOrder__width {
  max-width: 1224px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .width-1224, .boxOrder, .footer__width, .boxDescription, .boxInfo, .boxCard, .boxCatalog, .sectionBoxing, .sectionInterest, .boxesBox, .homeAnalysis, .homeAbout, .homePopular__item, .sectionBox, .newFormat, .breadcrumbs, .sectionTop, .headerText, .header__width, .headerOrder__width {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .width-1224, .boxOrder, .footer__width, .boxDescription, .boxInfo, .boxCard, .boxCatalog, .sectionBoxing, .sectionInterest, .boxesBox, .homeAnalysis, .homeAbout, .homePopular__item, .sectionBox, .newFormat, .breadcrumbs, .sectionTop, .headerText, .header__width, .headerOrder__width {
    padding-left: 16px;
    padding-right: 16px;
  }
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

use,
use:hover,
a,
a:hover {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media screen and (min-width: 1281px) {
  select,
  .globalMenu__nextLevel,
  .buttonMenu,
  .mobileMenu {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .marquee {
    display: none !important;
  }
}
html,
body,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  box-sizing: border-box;
  outline: none;
  border: none;
  font-family: inherit;
  font-size: initial;
}

textarea {
  font-family: inherit;
}

button,
input[type=submit],
input[type=button] {
  cursor: pointer;
}

.pageOrder main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: var(--neutral-neutral-100, #f5f5f5);
}
.pageOrder header,
.pageOrder footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.pageOrder .footer__top {
  display: none;
}

body {
  font-family: var(--second-family, "Exo", "Inter", sans-serif);
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: var(--black, #000);
  font-size: 16px;
}

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

::-webkit-input-placeholder {
  color: var(--gray-light, #a1a1a1);
}

::-moz-placeholder {
  color: var(--gray-light, #a1a1a1);
}

:-moz-placeholder {
  color: var(--gray-light, #a1a1a1);
}

:-ms-input-placeholder {
  color: var(--gray-light, #a1a1a1);
}

strong,
b {
  font-weight: bold;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

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

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.table-responsive {
  overflow-x: auto;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus,
textarea {
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
input[type=text]::-ms-clear {
  display: none;
}

input[type=password]::-ms-reveal {
  display: none;
}

.flex, .confirmationCheck .check-text, .confirmationCheck label, .boxConfirmation, .deliveryCheck .check-text, .deliveryCheck label, .selectWay__question, .selectWay__item--top, .selectWay__item.openChecked .selectWay__item--bottom, .selectProduct .listOrder__li, .listOrder__right, .listOrder__left, .boxOrder__bottom, .boxOrder__right--top, .boxOrder__width, .boxOrder.nextLevel .listPrice,
.boxOrder.nextLevel .boxOrder__filled, .boxQuantity, .listBasket__right, .listBasket__left, .listBasket__li, .modalBasket__link, .modalBasket__bottom--right, .modalBasket__bottom, .modalCard__availability, .modalCard__box, .modalCard__item, .footerSocial__item, .linkPopular__link, .footer__bottom .footer__width, .footer__top .footer__width, .twoСolumns, .listCharacteristics, .delivery__thumb, .delivery__item, .boxInfo, .bigSlider__video--box, .squareVideo, .boxCard__price--top, .boxCard__left, .boxCard, .listCatalog, .filterCheck .check-text, .filterCheck label, .listSelected, .tabsCatalog, .boxCatalog.activeTabs .listPopular__bg, .boxCatalog__box, .boxCatalog__item, .boxPack, .sectionBoxing__button, .sectionBoxing__availability, .sectionBoxing__stiker, .sectionBoxing__item, .sectionInterest__arrows, .showMore__link, .boxesBox__left, .boxesBox__top, .homeAnalysis__top, .listPopular__bottom, .listPopular, .homePopular__top, .boxCase__button, .boxCase, .tabsBox__button, .tabsBox ul, .newFormat, .breadcrumbs ul, .marquee, .swiper-pagination, .boxSocial__item, .boxSocial, .sectionTop, .linkBasket, .headerMenu ul, .buttonMenu,
.buttonCatalog, .header__right, .header__left, .header__width, .header__top, .headerOrder__width, .buttonLink, .modalCard__link, .homeAnalysis__link, .homePopular__link, .pageOrder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex, .boxCity__button, .listSelected__button, .sliderInterest__link, .sliderInterest__stiker, .boxCase__stiker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.f_wrap, .footerSocial__item, .listCharacteristics, .delivery__thumb, .listCatalog, .listSelected, .sectionBoxing__availability, .boxesBox__left, .listPopular, .tabsBox ul, .breadcrumbs ul, .boxSocial__item, .headerMenu ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f_none, .confirmationCheck .check-radio, .buttonGeolocation, .deliveryCheck .check-text img, .deliveryCheck .check-text i, .deliveryCheck .check-radio, .selectWay__question, .selectProduct .listOrder__right, .listOrder__thumb, .boxOrder__change, .listBasket__thumb, .listBasket__right, .modalCard__availability img, .linkPopular__icons, .delivery__price, .boxInfo__right, .filterCheck .check-radio, .boxCatalog.activeTabs .listPopular__bottom, .boxCatalog.activeTabs .listPopular__thumb, .boxCatalog__left, .sectionBoxing__availability img, .globalMenu__icons, .sectionTop__left, .header__right, .buttonLink, .modalCard__link, .homeAnalysis__link, .homePopular__link {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.a-i_start, .confirmationCheck .check-text, .confirmationCheck label, .deliveryCheck .check-text, .deliveryCheck label, .selectWay__item--top, .boxOrder__width, .modalCard__item, .footer__top .footer__width, .boxInfo, .boxCard__left, .boxCard, .boxCatalog__item, .boxPack, .boxCase {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.a-i_center, .boxConfirmation, .selectWay__question, .selectWay__item--bottom, .selectProduct .listOrder__li, .listOrder__right, .listOrder__left, .listPrice, .boxOrder__bottom, .boxOrder__right--top, .boxOrder__filled, .boxQuantity, .listBasket__right, .listBasket__left, .listBasket__li, .modalBasket__link, .modalBasket__bottom--right, .modalBasket__bottom, .modalCard__availability, .modalCard__box, .linkPopular__link, .boxCity__button, .footer__bottom .footer__width, .twoСolumns, .delivery__item, .bigSlider__video--box, .squareVideo, .boxCard__price--top, .filterCheck .check-text, .filterCheck label, .listSelected__button, .boxCatalog.activeTabs .listPopular__bg, .boxCatalog__box, .sectionBoxing__button, .sectionBoxing__availability, .sectionBoxing__stiker, .sectionBoxing__item, .sliderInterest__link, .sliderInterest__stiker, .showMore__link, .boxesBox__left, .boxesBox__top, .homeAnalysis__top, .listPopular__bottom, .homePopular__top, .boxCase__button, .boxCase__stiker, .tabsBox__button, .newFormat, .boxSocial, .linkBasket, .buttonMenu,
.buttonCatalog, .header__right, .header__left, .header__width, .header__top, .headerOrder__width, .buttonLink, .modalCard__link, .homeAnalysis__link, .homePopular__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-i_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.j-c_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.j-c_center, .selectWay__question, .modalBasket__link, .listCharacteristics__li, .bigSlider__video--box, .squareVideo, .sectionBoxing__button, .sectionBoxing__stiker, .sliderInterest__link, .sliderInterest__stiker, .showMore__link, .boxCase__button, .boxCase__stiker, .newFormat, .swiper-pagination, .boxSocial, .linkBasket, .buttonMenu,
.buttonCatalog, .header__top, .buttonLink, .modalCard__link, .homeAnalysis__link, .homePopular__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.j-c_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.j-c_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.j-c_between, .selectWay__item--bottom, .selectProduct .listOrder__li, .listOrder__right, .listPrice, .boxOrder__bottom, .boxOrder__right--top, .boxOrder__width, .boxOrder__filled, .boxQuantity, .listBasket__li, .modalBasket__bottom, .modalCard__box, .modalCard__item, .footer__bottom .footer__width, .twoСolumns, .delivery__item, .boxInfo, .boxCard, .filterCheck .check-text, .boxCatalog.activeTabs .listPopular__bg, .boxCatalog__box, .boxCatalog__item, .boxPack, .sectionBoxing__item, .boxesBox__top, .homeAnalysis__top, .listPopular__bottom, .homePopular__top, .boxCase, .sectionTop, .header__width, .headerOrder__width {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-d_column, .listCharacteristics__li, .squareVideo, .pageOrder {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.img-center, .deliveryCheck .check-text i, .listOrder__thumb picture, .listBasket__remove, .listBasket__thumb picture, .modalSmallSlider__thumb, .modalBigSlider__thumb, .footerSocial__link, .linkPopular__icons, .delivery__thumb span, .smallSlider__thumb, .bigSlider__thumb, .sectionBoxing__thumb, .sliderInterest__thumb picture, .listPopular__thumb picture, .sliderCase__thumb picture, .boxCase__thumb picture, .globalMenu__icons, .swiper-button-prev,
.swiper-button-next, .boxSocial__link, .linkFavorites,
.linkLogin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.img-center img, .deliveryCheck .check-text i img, .listOrder__thumb picture img, .listBasket__remove img, .listBasket__thumb picture img, .modalSmallSlider__thumb img, .modalBigSlider__thumb img, .footerSocial__link img, .linkPopular__icons img, .delivery__thumb span img, .smallSlider__thumb img, .bigSlider__thumb img, .sectionBoxing__thumb img, .sliderInterest__thumb picture img, .listPopular__thumb picture img, .sliderCase__thumb picture img, .boxCase__thumb picture img, .globalMenu__icons img, .swiper-button-prev img,
.swiper-button-next img, .boxSocial__link img, .linkFavorites img,
.linkLogin img,
.img-center svg,
.deliveryCheck .check-text i svg,
.listOrder__thumb picture svg,
.listBasket__remove svg,
.listBasket__thumb picture svg,
.modalSmallSlider__thumb svg,
.modalBigSlider__thumb svg,
.footerSocial__link svg,
.linkPopular__icons svg,
.delivery__thumb span svg,
.smallSlider__thumb svg,
.bigSlider__thumb svg,
.sectionBoxing__thumb svg,
.sliderInterest__thumb picture svg,
.listPopular__thumb picture svg,
.sliderCase__thumb picture svg,
.boxCase__thumb picture svg,
.globalMenu__icons svg,
.swiper-button-prev svg,
.swiper-button-next svg,
.boxSocial__link svg,
.linkFavorites svg,
.linkLogin svg {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-align-self: center;
  margin: 0 auto;
}

.img-position, .sliderTop__link picture {
  display: block;
  position: relative;
  font-size: 0;
}
.img-position img, .sliderTop__link picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

picture {
  display: block;
  font-size: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: bold;
  line-height: 1.15;
  color: var(--black, #000);
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 359px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

p {
  font-size: 16px;
  color: var(--black, #000);
  line-height: 1.5;
}

.buttonFilter {
  display: none;
}

.buttonLink, .modalCard__link, .homeAnalysis__link, .homePopular__link {
  min-width: 161px;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--dark, #0a0a0a);
  border-radius: 56px;
  padding: 0 15px;
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.09em;
  color: var(--dark, #0a0a0a);
  text-decoration: none;
}
.buttonLink:hover, .modalCard__link:hover, .homeAnalysis__link:hover, .homePopular__link:hover {
  background-color: var(--primary, #f27313);
  border-color: var(--primary, #f27313);
  color: var(--white, #fff);
}
.buttonLink:active, .modalCard__link:active, .homeAnalysis__link:active, .homePopular__link:active {
  background-color: transparent;
  border-color: var(--dark, #0a0a0a);
  color: var(--dark, #0a0a0a);
}

@media (max-width: 639px) {
  .innerPage .header {
    background-color: transparent;
  }
}

.headerOrder__width {
  height: 80px;
}
.headerOrder__logo {
  display: block;
  max-width: 143px;
  font-size: 0;
  text-decoration: none;
}
.headerOrder__telephone--title {
  font-size: 16px;
  line-height: 1.5;
  color: #111;
}
.headerOrder__telephone--item a {
  font-size: 16px;
  line-height: 1.5;
  color: #111;
  text-decoration: none;
}
.headerOrder__telephone--item a:hover {
  color: var(--primary, #f27313);
}
@media (max-width: 768px) {
  .headerOrder__width {
    height: 52px;
  }
  .headerOrder__logo {
    max-width: 132px;
  }
  .headerOrder__telephone--title {
    display: none;
  }
}

.header {
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.header__top {
  height: 41px;
  background: var(--surface, #e5e5e5);
  overflow: hidden;
}
.header__width {
  height: 80px;
  position: relative;
}
.header__left {
  width: 100%;
}
.header .globalMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 12px;
  width: 288px;
  height: 608px;
  max-height: 100vh;
  max-height: calc(100vh - 145px);
}
.header .globalMenu > ul {
  max-height: 100%;
  position: static;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary, #f27313) transparent;
}
@media (max-width: 639px) {
  .header__bottom {
    height: 107px;
  }
  .header__width {
    height: 54px;
  }
  .header__width .buttonMenu {
    display: none;
  }
}

.open-globalMenu body:before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
}
.open-globalMenu .header {
  position: relative;
  z-index: 10;
}
.open-globalMenu .globalMenu {
  display: block;
}

.headerText {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-size: 14px;
  color: var(--gray, #525252);
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 991px) {
  .headerText {
    display: none;
  }
}

.boxLogo {
  display: inline-block;
  font-size: 0;
  text-decoration: none;
  max-width: 143px;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .boxLogo {
    margin-right: 20px;
  }
}
@media (max-width: 639px) {
  .boxLogo {
    margin-right: 0;
    max-width: 132px;
  }
}

.buttonMenu,
.buttonCatalog {
  border-radius: 30px;
  width: 169px;
  height: 42px;
  background-color: var(--primary, #f27313);
  color: var(--white, #fff);
  font-family: var(--second-family, "Exo", "Inter", sans-serif);
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
  margin-right: 41px;
}
.buttonMenu svg,
.buttonCatalog svg {
  margin-right: 11px;
}
.buttonMenu use,
.buttonCatalog use {
  fill: var(--white, #fff);
}
.buttonMenu:hover,
.buttonCatalog:hover {
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
  background-color: var(--dark, #0a0a0a);
}
.buttonMenu:active,
.buttonCatalog:active {
  background-color: var(--primary, #f27313);
}
@media (max-width: 1199px) {
  .buttonMenu,
  .buttonCatalog {
    margin-right: 25px;
  }
}

.buttonMenu--2 {
  display: none;
}
@media (max-width: 639px) {
  .buttonMenu--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 32px);
    margin: 11px auto 0 auto;
  }
}

@media (max-width: 1280px) {
  .buttonCatalog {
    display: none;
  }
}
.headerMenu {
  margin-right: 16px;
}
.headerMenu li {
  margin-right: 24px;
}
.headerMenu li.active a {
  color: var(--primary, #f27313);
}
.headerMenu a {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--black, #000);
  text-decoration: none;
}
.headerMenu a:hover {
  color: var(--primary, #f27313);
}
@media (max-width: 1199px) {
  .headerMenu {
    margin-right: 0;
  }
  .headerMenu li {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .headerMenu {
    display: none;
  }
}

.linkBasket {
  height: 42px;
  border-radius: 30px;
  background-color: var(--black, #000);
  font-size: 0;
  text-decoration: none;
  padding: 0 19px;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
  margin-left: 16px;
}
.linkBasket span {
  font-family: var(--second-family, "Exo", "Inter", sans-serif);
  font-weight: 600;
  font-size: 16px;
  color: var(--white, #fff);
  margin-right: 8px;
  position: relative;
  top: 1px;
  line-height: 1;
}
.linkBasket svg {
  position: relative;
  top: -1px;
}
.linkBasket use {
  stroke: var(--white, #fff);
  stroke-width: 2px;
}
.linkBasket:hover {
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
  background-color: var(--primary, #f27313);
}
.linkBasket:active {
  background-color: var(--black, #000);
}
.linkBasket__mobile {
  display: none;
}
@media (max-width: 768px) {
  .linkBasket {
    width: 44px;
    height: 36px;
    padding: 0;
  }
  .linkBasket span {
    display: none;
  }
  .linkBasket svg {
    top: 0;
  }
  .linkBasket__desktop {
    display: none;
  }
  .linkBasket__mobile {
    display: block;
  }
  .linkBasket__mobile use {
    stroke-width: 1px;
  }
}
@media (max-width: 359px) {
  .linkBasket {
    margin-left: 5px;
  }
}

.linkFavorites,
.linkLogin {
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: transparent;
  margin-left: 5px;
}
.linkFavorites use,
.linkLogin use {
  stroke: var(--dark, #0a0a0a);
  stroke-width: 2px;
}
.linkFavorites:hover use,
.linkLogin:hover use {
  stroke: var(--primary, #f27313);
}
.linkFavorites:active use,
.linkLogin:active use {
  stroke: var(--dark, #0a0a0a);
}
@media (max-width: 639px) {
  .linkFavorites,
  .linkLogin {
    margin-left: 0;
  }
}
@media (max-width: 359px) {
  .linkFavorites,
  .linkLogin {
    width: 32px;
  }
}

.boxSearch {
  max-width: 279px;
  width: 100%;
  margin-right: 20px;
}
.boxSearch__item {
  position: relative;
}
.boxSearch__input {
  display: block;
  width: 100%;
  height: 44px;
  background: var(--surface-lighter, #f5f5f5);
  line-height: 44px;
  padding: 0 15px 0 52px;
  border-radius: 30px;
  font-family: var(--second-family, "Exo", "Inter", sans-serif);
  font-size: 16px !important;
  color: var(--black, #000);
}
.boxSearch__button {
  display: block;
  width: 52px;
  height: 44px;
  font-size: 0;
  border-radius: 30px 0 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: transparent;
}
.boxSearch__button use {
  stroke: var(--dark, #0a0a0a);
  stroke-width: 2px;
}
.boxSearch__button:hover use {
  stroke: var(--primary, #f27313);
}
.boxSearch__button:active use {
  stroke: var(--dark, #0a0a0a);
}
.boxSearch__close {
  display: none;
}
@media (max-width: 1280px) {
  .boxSearch {
    display: none;
  }
  .boxSearch__input {
    padding-right: 52px;
  }
  .boxSearch__close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 44px;
    font-size: 0;
    border-radius: 0 30px 30px 0;
    background-color: transparent;
  }
  .boxSearch__close use {
    stroke: var(--dark, #0a0a0a);
    stroke-width: 2px;
  }
  .boxSearch__close:hover use {
    stroke: var(--primary, #f27313);
  }
  .boxSearch__close:active use {
    stroke: var(--dark, #0a0a0a);
  }
}

.buttonSearch {
  display: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
  font-size: 0;
}
.buttonSearch use {
  stroke: var(--dark, #0a0a0a);
  stroke-width: 2px;
}
.buttonSearch:hover use {
  stroke: var(--primary, #f27313);
}
.buttonSearch:active use {
  stroke: var(--dark, #0a0a0a);
}
@media (max-width: 1280px) {
  .buttonSearch {
    display: block;
  }
}
@media (max-width: 359px) {
  .buttonSearch {
    width: 32px;
  }
}

.open-search body:before,
.open-search .header:before {
  display: block;
  content: "";
  position: fixed;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.open-search body:before {
  top: 121px;
  z-index: 300;
}
@media (max-width: 639px) {
  .open-search body:before {
    top: 148px;
  }
}
.open-search .header:before {
  top: 0;
  height: 121px;
  z-index: 3;
}
@media (max-width: 639px) {
  .open-search .header:before {
    height: 148px;
  }
}
.open-search .boxSearch {
  display: block;
  position: absolute;
  max-width: 894px;
  width: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 5;
}
@media (max-width: 991px) {
  .open-search .boxSearch {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 768px) {
  .open-search .boxSearch {
    left: 16px;
    right: 16px;
  }
}

.sectionTop {
  margin-top: 12px;
  margin-bottom: 41px;
}
.sectionTop__left {
  width: 288px;
  position: relative;
  z-index: 2;
}
.sectionTop__right {
  width: calc(100% - 288px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 24px;
}
@media (max-width: 1280px) {
  .sectionTop__left {
    display: none;
  }
  .sectionTop__right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .sectionTop {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 36px;
  }
}
@media (max-width: 639px) {
  .sectionTop {
    margin-top: 20px;
  }
}

.sliderTop.swiper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 39px;
}
.sliderTop .swiper-pagination {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}
.sliderTop .swiper-slide {
  max-width: 288px;
  margin-right: 24px;
}
.sliderTop__link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-decoration: none;
  background-color: var(--surface-lighter, #f5f5f5);
}
.sliderTop__link picture {
  padding-bottom: 159.03%;
}
@media (max-width: 768px) {
  .sliderTop {
    padding-bottom: 48px;
  }
  .sliderTop.swiper {
    padding: 0 16px 48px 16px;
  }
  .sliderTop .swiper-slide {
    max-width: 100%;
    width: 288px;
    margin-right: 0;
  }
  .sliderTop .swiper-pagination {
    bottom: 25px;
  }
}

.boxSocial {
  width: 100%;
  height: 111px;
  background-color: var(--neutral-neutral-900);
}
.boxSocial__title {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 24px;
  color: var(--white, #fff);
  text-align: right;
  margin-right: 53px;
}
.boxSocial__title span {
  display: block;
  color: var(--primary, #f27313);
}
.boxSocial__link {
  width: 56px;
  height: 56px;
  font-size: 0;
  margin: 0 15px;
}
.boxSocial__link:hover {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .boxSocial__title {
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .boxSocial {
    width: calc(100% - 32px);
    margin: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 16px;
    display: block;
    text-align: center;
    height: auto;
  }
  .boxSocial__title {
    margin-right: 0;
    font-size: 21px;
    line-height: 1.14;
    text-align: center;
  }
  .boxSocial__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .boxSocial__link {
    margin-top: 15px;
  }
}
@media (max-width: 639px) {
  .boxSocial__title span {
    display: inline;
  }
}

/** swiper **/
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--primary, #f27313);
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-pagination-lock {
  display: none;
}

.swiper-pagination {
  margin-top: 21px;
}

.swiper-pagination-bullet {
  display: block;
  margin: 0 4px;
  width: 8px;
  height: 8px;
  background-color: var(--surface, #e5e5e5);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
  background-color: var(--primary, #f27313);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}

.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--dark, #0a0a0a);
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.7;
}
.swiper-button-prev.swiper-button-lock,
.swiper-button-next.swiper-button-lock {
  display: none;
}
.swiper-button-prev use,
.swiper-button-next use {
  stroke: var(--dark, #0a0a0a);
  stroke-width: 2px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: var(--primary, #f27313);
  border-color: var(--primary, #f27313);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.swiper-button-prev:hover use,
.swiper-button-next:hover use {
  stroke: var(--white, #fff);
}
.swiper-button-prev:active,
.swiper-button-next:active {
  background-color: transparent;
  border-color: var(--dark, #0a0a0a);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.swiper-button-prev:active use,
.swiper-button-next:active use {
  stroke: var(--dark, #0a0a0a);
}

.swiper-button-next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/** END swiper **/
.globalMenu > ul > li.active > a {
  color: var(--primary, #f27313);
}
.globalMenu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.42857;
  color: #111;
  text-decoration: none;
  padding: 8px 16px;
}
.globalMenu > ul > li > a:hover {
  color: var(--primary, #f27313);
}
.globalMenu__icons {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.globalMenu__strong > a {
  font-weight: bold;
}

@media screen and (min-width: 1281px) {
  .globalMenu {
    position: relative;
    height: 100%;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    background: var(--white, #fff);
  }
  .globalMenu > ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0;
    height: 100%;
  }
  .globalMenu > ul > li.globalMenu__dropMenu > a {
    padding-right: 45px;
    position: relative;
  }
  .globalMenu > ul > li.globalMenu__dropMenu > a:after {
    display: block;
    content: "";
    width: 6px;
    height: 10px;
    background-color: var(--gray-light, #a1a1a1);
    -webkit-mask-image: url(../images/arrows-1.svg);
    mask-image: url(../images/arrows-1.svg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 17px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .globalMenu > ul > li.globalMenu__dropMenu:hover:before {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
  }
  .globalMenu > ul > li.globalMenu__dropMenu:hover .subMenu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .globalMenu > ul > li.globalMenu__dropMenu:hover > a {
    color: var(--primary, #f27313);
  }
  .globalMenu > ul > li.globalMenu__dropMenu:hover > a:after {
    background-color: var(--primary, #f27313);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .subMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 288px;
    width: 936px;
    height: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--primary, #f27313) transparent;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    background: var(--white, #fff);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    box-sizing: border-box;
    padding: 10px 5px;
    align-content: start;
  }
  .subMenu:before {
    display: block;
    content: "";
    position: absolute;
    left: -27px;
    width: 27px;
    top: 0;
    bottom: 0;
  }
  .subMenu > li {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 10px 10px;
  }
  .subMenu > li > a {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #111;
    text-decoration: none;
    line-height: 1.22;
    margin-bottom: 10px;
  }
  .subMenu > li > a:hover {
    color: var(--primary, #f27313);
  }
  .subMenu > li > ul li {
    margin-top: 7px;
  }
  .subMenu > li > ul a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #111;
    text-decoration: none;
    line-height: 1.22;
  }
  .subMenu > li > ul a:hover {
    color: var(--primary, #f27313);
  }
}
.marquee {
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: scroll-left 70s linear infinite;
  animation: scroll-left 70s linear infinite;
  font-family: var(--font-family);
  font-size: 14px;
  color: var(--gray, #525252);
  line-height: 1.2;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.breadcrumbs {
  padding-top: 23px;
  padding-bottom: 18px;
}
.breadcrumbs li {
  margin: 0 29px 0 0;
  position: relative;
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-size: 12px;
  line-height: 1.4;
  color: var(--gray, #525252);
}
.breadcrumbs li:before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  right: -18px;
  width: 4px;
  height: 4px;
  border: solid 1px var(--gray, #525252);
  border-right: none;
  border-top: none;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.breadcrumbs li:last-child {
  margin-right: 0;
}
.breadcrumbs li:last-child:before {
  display: none;
}
.breadcrumbs a {
  display: block;
  color: var(--gray, #525252);
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: var(--primary, #f27313);
  text-decoration: none;
}
@media (max-width: 1199px) {
  .breadcrumbs {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 24px 0 0 0;
  }
  .breadcrumbs ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-color: transparent transparent;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .breadcrumbs li {
    white-space: nowrap;
  }
}

.newFormat {
  margin-bottom: 40px;
  background: linear-gradient(214deg, #fff6ee 0%, #f9f9f9 100%);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 9.9% 40px 0;
  min-height: 445px;
}
.newFormat--orange {
  background: #FD8D2C;
  padding-right: 5.9%;
}
.newFormat--orange .newFormat__title span {
  color: var(--white, #fff);
}
.newFormat--orange .newFormat__thumb {
  max-width: 362px;
  left: 155px;
}
.newFormat__thumb {
  position: absolute;
  left: 198px;
  bottom: 0;
  max-width: 233px;
  z-index: 1;
}
.newFormat__right {
  position: relative;
  z-index: 2;
  max-width: 515px;
  margin-left: auto;
}
.newFormat__title {
  font-weight: 900;
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #111;
}
.newFormat__title span {
  color: var(--primary, #f27313);
}
.newFormat__text {
  margin-top: 22px;
  letter-spacing: 0.03em;
}
@media (max-width: 1280px) {
  .newFormat {
    padding: 40px 9.9% 40px 0;
    margin-left: 30px;
    margin-right: 30px;
  }
  .newFormat--orange .newFormat__thumb {
    left: 80px;
  }
}
@media (max-width: 1199px) {
  .newFormat__thumb {
    left: 30px;
  }
  .newFormat--orange .newFormat__thumb {
    left: 0;
  }
}
@media (max-width: 991px) {
  .newFormat {
    padding-right: 15px;
  }
  .newFormat__thumb {
    left: 15px;
  }
  .newFormat__right {
    max-width: 430px;
  }
  .newFormat__title {
    font-size: 38px;
  }
  .newFormat--orange .newFormat__right {
    max-width: 380px;
  }
}
@media (max-width: 768px) {
  .newFormat {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 16px;
    margin: 0 16px 36px 16px;
    display: block;
  }
  .newFormat__thumb {
    position: relative;
    left: 0;
    margin: 0 auto 12px auto;
    max-width: 166px;
    height: 296px;
    overflow: hidden;
  }
  .newFormat__thumb img {
    width: 100%;
    height: auto;
    -o-object-position: center top;
    object-position: center top;
  }
  .newFormat__right {
    max-width: 100%;
    text-align: center;
  }
  .newFormat--orange .newFormat__right {
    max-width: 100%;
  }
  .newFormat__title {
    font-size: 28px;
  }
  .newFormat__text {
    margin-top: 16px;
  }
}

.sectionBox {
  margin-bottom: 40px;
}
.sectionBox__tabs {
  display: none;
}
.sectionBox__tabs.active {
  display: block;
}
.sectionBox .boxCase {
  margin-bottom: 40px;
}
.sectionBox .boxCase:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .sectionBox {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .sectionBox {
    margin-bottom: 32px;
  }
  .sectionBox .boxCase {
    margin-bottom: 32px;
  }
  .sectionBox .boxCase:last-child {
    margin-bottom: 0;
  }
}

.tabsBox {
  margin-bottom: 24px;
}
.tabsBox li {
  margin: 0 8px 8px 0;
}
.tabsBox li.active .tabsBox__button {
  background-color: var(--dark, #0a0a0a);
  color: var(--white, #fff);
}
.tabsBox__button {
  background-color: transparent;
  line-height: 1;
  white-space: nowrap;
  border: 2px solid var(--dark, #0a0a0a);
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  font-weight: 700;
  font-size: 14px;
  color: var(--dark, #0a0a0a);
  padding: 0 17px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.tabsBox__button:hover {
  background-color: var(--dark, #0a0a0a);
  color: var(--white, #fff);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (max-width: 991px) {
  .tabsBox {
    margin-bottom: 20px;
  }
  .tabsBox ul {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    overflow-x: auto;
    padding-left: 30px;
    padding-right: 30px;
    scrollbar-color: transparent transparent;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tabsBox li {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .tabsBox ul {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.boxCase {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 24px 24px 0;
}
.boxCase.bgGreen {
  background: -webkit-gradient(linear, left top, left bottom, from(#e2f1e7), to(#ebf6ef));
  background: linear-gradient(180deg, #e2f1e7 0%, #ebf6ef 100%);
}
.boxCase.bgGreen .boxCase__stiker {
  background: #2a873f;
}
.boxCase.bgOrange {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff6ee), to(#fbf8f3));
  background: linear-gradient(180deg, #fff6ee 0%, #fbf8f3 100%);
}
.boxCase.bgOrange .boxCase__stiker {
  background: var(--primary, #f27313);
}
.boxCase.bgRed {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff1f5), to(#faf2f3));
  background: linear-gradient(180deg, #fff1f5 0%, #faf2f3 100%);
}
.boxCase.bgRed .boxCase__stiker {
  background: #f34269;
}
.boxCase.bgBlue {
  background: -webkit-gradient(linear, left top, left bottom, from(#e2e6f1), to(#ebeef6));
  background: linear-gradient(180deg, #e2e6f1 0%, #ebeef6 100%);
}
.boxCase.bgBlue .boxCase__stiker {
  background: #3091dc;
}
.boxCase__left {
  width: 451px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
}
.boxCase__right {
  width: calc(100% - 451px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.boxCase__stiker {
  min-width: 209px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 56px 56px;
  padding: 8px 12px;
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0.09em;
  color: var(--white, #fff);
  margin-bottom: 42px;
}
.boxCase__thumb {
  display: block;
  width: 100%;
  height: 202px;
  font-size: 0;
  margin-bottom: 9px;
}
.boxCase__thumb picture {
  width: 100%;
  height: 100%;
}
.boxCase__title {
  display: inline-block;
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-size: 32px;
  color: var(--black, #000);
  text-decoration: none;
  margin-bottom: 15px;
}
.boxCase__title:hover {
  color: var(--primary, #f27313);
}
.boxCase__newPrice {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 32px;
  color: var(--black, #000);
  margin-bottom: 12px;
}
.boxCase__text {
  font-size: 14px;
  line-height: 1.42;
}
.boxCase__button {
  border-radius: 30px;
  width: 110px;
  height: 48px;
  background-color: var(--dark, #0a0a0a);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.09em;
  color: var(--white, #fff);
  margin: 23px auto 0 auto;
  text-decoration: none;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.boxCase__button:hover {
  background-color: var(--primary, #f27313);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.boxCase__button:active {
  background-color: var(--dark, #0a0a0a);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
@media (max-width: 1280px) {
  .boxCase__left {
    width: 350px;
  }
  .boxCase__right {
    width: calc(100% - 350px);
  }
  .boxCase__stiker {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .boxCase__left {
    width: 280px;
  }
  .boxCase__right {
    width: calc(100% - 280px);
  }
  .boxCase__title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .boxCase {
    margin-left: 30px;
    margin-right: 30px;
    padding: 0;
    display: block;
  }
  .boxCase__left {
    width: 100%;
  }
  .boxCase__right {
    width: 100%;
    padding: 24px;
  }
  .boxCase__thumb {
    height: 140px;
  }
  .boxCase__button {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .boxCase {
    margin-left: 0;
    margin-right: 0;
  }
  .boxCase__left {
    padding: 0 16px;
  }
  .boxCase__stiker {
    margin-bottom: 16px;
  }
  .boxCase__thumb {
    height: 134px;
  }
  .boxCase__newPrice, .boxCase__title {
    font-size: 24px;
  }
  .boxCase__button {
    margin-top: 21px;
  }
  .boxCase__right {
    padding: 32px 16px 24px 16px;
  }
}

.sliderCase__bg {
  height: 100%;
  padding: 24px 24px 34px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: var(--white, #fff);
  position: relative;
  text-align: center;
  cursor: pointer;
}
.sliderCase__bg:hover .sliderCase__title {
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
  color: var(--primary, #f27313);
}
.sliderCase__number {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 11px;
  color: var(--black, #000);
  background-color: var(--surface, #e5e5e5);
}
.sliderCase__thumb {
  display: block;
  font-size: 0;
  width: 100%;
  height: 88px;
  margin-bottom: 9px;
}
.sliderCase__thumb picture {
  width: 100%;
  height: 100%;
}
.sliderCase__thumb img {
  mix-blend-mode: multiply;
}
.sliderCase__title {
  height: 60px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: var(--black, #000);
  text-decoration: none;
  margin-bottom: 10px;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
  /*
  &:hover {
  	color: var(--primary, #f27313);
  }*/
}
.sliderCase__oldPrice {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-size: 11px;
  line-height: 1.45;
  text-decoration: line-through;
  color: var(--gray-light, #f5f5f5);
  margin-bottom: 6px;
}
.sliderCase__newPrice {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 20px;
  color: var(--black, #000);
}
@media (max-width: 1280px) {
  .sliderCase__bg {
    padding: 15px 15px 24px 15px;
  }
}

@media (min-width: 992px) {
  .sliderCase.eightBlocks .swiper-slide {
    width: 25%;
  }
  .sliderCase.sevenBlocks .swiper-slide {
    width: 25%;
  }
  .sliderCase.sevenBlocks .swiper-slide:nth-child(-1n+3) {
    width: 33.33%;
  }
  .sliderCase .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin: -4px -5px;
    margin-right: -5px;
  }
  .sliderCase .swiper-slide {
    height: auto;
    min-height: 100%;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 5px;
  }
  .sliderCase .swiper-pagination {
    display: none;
  }
}
@media (max-width: 1280px) {
  .open-menu:before {
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .open-menu .mobileMenu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: -7px 0px 6px rgba(0, 0, 0, 0.25);
    box-shadow: -7px 0px 6px rgba(0, 0, 0, 0.25);
  }
  .mobileMenu {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 360px;
    z-index: 700;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  .mobileMenu__top {
    height: 41px;
    background-color: var(--primary, #f27313);
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 41px;
  }
  .mobileMenu__close {
    display: block;
    position: absolute;
    width: 41px;
    height: 41px;
    top: 0;
    right: 0;
    background-color: transparent;
    font-size: 0;
  }
  .mobileMenu__close use {
    stroke: var(--white, #fff);
    stroke-width: 2px;
  }
  .mobileMenu__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 41px;
    color: var(--white, #fff);
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
  }
  .mobileMenu__title span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    line-height: 1.2;
  }
  .mobileMenu__title.js-back span {
    padding-left: 30px;
  }
  .mobileMenu__title.js-back span:before {
    display: block;
    content: "";
    width: 6px;
    height: 10px;
    background-color: var(--white, #fff);
    -webkit-mask-image: url(../images/arrows-1.svg);
    mask-image: url(../images/arrows-1.svg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 15px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mobileMenu__scroll {
    height: calc(100% - 41px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 5px 16px 0;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-color: transparent transparent;
  }
  .mobileMenu .headerMenu {
    display: block;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--neutral-neutral-200, #e5e5e5);
  }
  .mobileMenu .headerMenu ul {
    display: block;
  }
  .mobileMenu .headerMenu li {
    margin: 0;
  }
  .mobileMenu .headerMenu a {
    display: block;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.42857;
    color: #111;
  }
  .globalMenu > ul > li.open-nextLevel .subMenu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .globalMenu > ul > li.globalMenu__dropMenu {
    position: relative;
  }
  .globalMenu > ul > li.globalMenu__dropMenu > a {
    width: calc(100% - 55px);
    padding-right: 0;
  }
  .globalMenu > ul > li a {
    cursor: pointer;
  }
  .globalMenu__nextLevel {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
  }
  .globalMenu__nextLevel:before {
    display: block;
    content: "";
    width: 6px;
    height: 10px;
    background-color: var(--gray-light, #a1a1a1);
    -webkit-mask-image: url(../images/arrows-1.svg);
    mask-image: url(../images/arrows-1.svg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 17px;
  }
  .subMenu {
    display: block;
    position: fixed;
    top: 41px;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 360px;
    z-index: 700;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    height: calc(100% - 41px);
    box-sizing: border-box;
    padding: 16px 5px 0 0;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-color: transparent transparent;
  }
  .subMenu > li {
    margin-bottom: 15px;
  }
  .subMenu > li > a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #111;
    text-decoration: none;
    line-height: 1.22;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
  }
  .subMenu > li > a:hover {
    color: var(--primary, #f27313);
  }
  .subMenu > li > ul li {
    margin-top: 7px;
  }
  .subMenu > li > ul a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
    font-size: 14px;
    color: #111;
    text-decoration: none;
    line-height: 1.22;
  }
  .subMenu > li > ul a:hover {
    color: var(--primary, #f27313);
  }
}
@media (max-width: 359px) {
  .subMenu,
  .mobileMenu {
    width: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.homePopular {
  padding: 40px 0 24px 0;
  background: var(--surface-lighter, #f5f5f5);
  margin-bottom: 40px;
}
.homePopular--2 {
  padding: 40px 0 64px 0;
  margin-bottom: 0;
}
.homePopular--3 {
  padding-top: 0;
  padding-bottom: 64px;
  margin-bottom: 0;
}
.homePopular__top {
  margin-bottom: 32px;
}
.homePopular__link {
  margin-left: 20px;
}
.homePopular__link--2 {
  display: none;
}
@media (max-width: 768px) {
  .homePopular {
    padding: 32px 0;
  }
  .homePopular.homePopular__top {
    margin-bottom: 29px;
  }
  .homePopular__link {
    display: none;
  }
  .homePopular__link--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px auto 0 auto;
    width: 100%;
    max-width: 328px;
  }
  .homePopular--2 {
    padding: 16px 0;
  }
  .homePopular--3 {
    padding: 16px 0 32px 0;
    margin-bottom: 32px;
  }
}

.listPopular {
  margin-left: -5px;
  margin-right: -5px;
}
.listPopular__li {
  width: 16.66%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px 16px 5px;
}
.listPopular__bg {
  background: var(--white);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  position: relative;
}
.listPopular__thumb {
  display: block;
  font-size: 0;
  margin-bottom: 9px;
  width: 100%;
  height: 88px;
  -webkit-transition: none;
  transition: none;
}
.listPopular__thumb picture {
  width: 100%;
  height: 100%;
}
.listPopular__title {
  height: 60px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: var(--second-family, "Exo", "Inter", sans-serif);
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: var(--black, #000);
  text-decoration: none;
  margin-bottom: 22px;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.listPopular__title:hover {
  color: var(--primary, #f27313);
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.listPopular__price {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
}
.listPopular__oldPrice {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-size: 11px;
  line-height: 1.45;
  text-decoration: line-through;
  color: var(--gray-light, #a1a1a1);
  margin-top: -2px;
}
.listPopular__newPrice {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 20px;
}
.listPopular__button {
  display: block;
  width: 52px;
  height: 40px;
  background-color: var(--dark, #0a0a0a);
  border-radius: 30px;
  font-size: 0;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.listPopular__button use {
  stroke: var(--white, #fff);
}
.listPopular__button.active, .listPopular__button:hover {
  background-color: var(--primary, #f27313);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.listPopular__favorites {
  display: block;
  position: absolute;
  top: 11px;
  right: 7px;
  width: 19px;
  height: 19px;
  background-color: transparent;
  font-size: 0;
  z-index: 2;
}
.listPopular__favorites use {
  stroke-width: 2px;
  stroke: var(--dark, #0a0a0a);
}
.listPopular__favorites.active use, .listPopular__favorites:hover use {
  stroke: var(--primary, #f27313);
}
.listPopular__stiker {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}
.listPopular__stiker span {
  display: block;
  border-radius: 4px;
  padding: 6px 4px;
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  color: var(--white, #fff);
  margin-bottom: 3px;
}
.listPopular__stiker span:last-child {
  margin-bottom: 0;
}
.listPopular__stiker span.red {
  background: #fb4649;
}
@media (max-width: 1280px) {
  .listPopular__bg {
    padding: 24px 16px;
  }
}
@media (max-width: 1199px) {
  .listPopular__li {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .listPopular__li {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .listPopular {
    margin-left: -2px;
    margin-right: -2px;
  }
  .listPopular__li {
    width: 33.33%;
    padding: 0 2px 8px 2px;
  }
}
@media (max-width: 639px) {
  .listPopular__li {
    width: 50%;
  }
}
@media (max-width: 374px) {
  .listPopular__title {
    margin-bottom: 0;
  }
  .listPopular__bottom {
    display: block;
    position: absolute;
    left: 16px;
    bottom: 24px;
    right: 24px;
  }
  .listPopular__button {
    width: 100%;
    margin-top: 8px;
  }
  .listPopular__bg {
    position: relative;
    padding-bottom: 114px;
  }
  .listPopular__price {
    padding-right: 0;
  }
}
@media (max-width: 359px) {
  .listPopular__li {
    width: 100%;
  }
  .listPopular__title {
    margin-bottom: 22px;
    height: auto;
    -webkit-line-clamp: initial;
  }
  .listPopular__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .listPopular__button {
    width: 52px;
    margin-top: 0;
  }
  .listPopular__bg {
    padding-bottom: 24px;
  }
  .listPopular__price {
    padding-right: 5px;
  }
}

.homeAbout {
  margin-bottom: 40px;
}
.homeAbout--2 {
  margin-top: 60px;
}
.homeAbout__description {
  /*width: 100%;
  max-width: 1020px;*/
}
.homeAbout__title {
  font-weight: 700;
  font-size: 40px;
  color: var(--black, #000);
  margin-bottom: 24px;
}
.homeAbout .js-readMore {
  position: relative;
}
.homeAbout .js-readMore:after {
  opacity: 1;
  visibility: visible;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 149px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 2;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.homeAbout .js-readMore[aria-expanded=true]:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
@media (max-width: 991px) {
  .homeAbout__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .homeAbout {
    margin-top: 0;
  }
  .homeAbout__title {
    font-size: 28px;
  }
}

.buttonReadMore {
  display: inline-block;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black, #000);
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
  text-decoration: underline;
  margin-top: 24px;
}
.buttonReadMore:hover {
  text-decoration: none;
  color: var(--primary, #f27313);
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

.description {
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 1.43;
  color: var(--gray, #525252);
}
.description p {
  font-size: 14px;
  color: var(--gray, #525252);
  margin-bottom: 16px !important;
}
.description p iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
.description sub,
.description sup {
  font-size: 75%;
  font-family: "Exo 2", sans-serif;
  position: relative;
}
.description sub {
  position: relative;
  top: 2px;
}
.description sup {
  vertical-align: top;
  top: -10px;
}
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
  font-family: var(--font-family, "Exo 2", sans-serif) !important;
  color: var(--black, #000);
  margin: 0 0 10px 0 !important;
  text-align: left;
  font-weight: bold;
}
.description h1 {
  font-size: 48px;
}
.description h2 {
  font-size: 36px;
}
.description h3 {
  font-size: 24px;
}
.description h4 {
  font-size: 20px;
}
.description h5 {
  font-size: 18px;
}
.description h6 {
  font-size: 16px;
}
.description a {
  color: var(--primary, #f27313);
  text-decoration: underline;
}
.description a:hover {
  text-decoration: none;
}
.description blockquote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 3px solid var(--primary, #f27313);
  font-size: 16px;
  line-height: 1.25;
  color: var(--black, #000);
  margin: 36px 0;
  padding: 10px 15px;
  text-align: left;
}
.description blockquote p {
  position: relative;
  text-align: left;
  padding: 0;
  margin-bottom: 0 !important;
}
.description ol {
  counter-reset: item;
  margin: 8px 0 16px 5px;
}
.description ol li {
  font-size: 14px;
  line-height: 1.43;
  color: var(--black, #000);
  list-style: inside decimal;
  position: relative;
  padding-left: 19px;
  margin-top: 6px;
}
.description ol li:last-child {
  margin-bottom: 0;
}
.description ol li::marker {
  opacity: 0;
  display: none;
  visibility: hidden;
  font-size: 0;
}
.description ol li:before {
  display: block;
  content: counter(item) ".";
  counter-increment: item;
  font-size: 14px;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.description ol li ol {
  margin-left: 15px;
}
.description ul {
  margin: 8px 0 16px 10px;
  position: relative;
}
.description ul li {
  font-size: 14px;
  line-height: 1.43;
  color: var(--black, #000);
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  margin-top: 6px;
}
.description ul li:last-child {
  margin-bottom: 0;
}
.description ul li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--primary, #f27313);
  position: absolute;
  top: 7px;
  left: 0px;
}
.description table {
  width: 100%;
  border-collapse: separate;
  margin: 16px 0;
}
.description table tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
.description table tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
.description table th {
  font-size: 14px;
  line-height: 1.43;
  color: var(--black, #000);
  text-align: center;
  border: 1px solid var(--surface-lighter, #f5f5f5);
  border-left: 0;
  padding: 16px 10px;
}
.description table th:first-child {
  border-left: 1px solid var(--surface-lighter, #f5f5f5);
  border-radius: 4px 0 0 0;
}
.description table th:last-child {
  border-radius: 0 4px 0 0;
}
.description table td {
  font-size: 14px;
  line-height: 1.43;
  color: var(--black, #000);
  text-align: center;
  border: 1px solid var(--surface-lighter, #f5f5f5);
  border-top: 0;
  border-left: 0;
  padding: 10px;
}
.description table td:first-child {
  border-left: 1px solid var(--surface-lighter, #f5f5f5);
}
.description img {
  max-width: 100%;
  height: auto;
  margin: 16px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.description > *:first-child {
  margin-top: 0 !important;
}
.description > *:last-child {
  margin-bottom: 0 !important;
}
.description.size-16 {
  font-size: 16px;
  line-height: 1.5;
  color: var(--black, #000);
}
.description.size-16 p {
  font-size: 16px;
  color: var(--black, #000);
  line-height: 1.5;
}
.description.size-16 blockquote {
  line-height: 1.5;
}
.description.size-16 ol li {
  font-size: 16px;
  line-height: 1.5;
}
.description.size-16 ol li:before {
  font-size: 16px;
}
.description.size-16 ul li {
  font-size: 16px;
  line-height: 1.5;
}
.description.size-16 ul li:before {
  width: 6px;
  height: 6px;
  top: 8px;
}
.description.size-16 table th {
  font-size: 16px;
}
.description.size-16 table td {
  font-size: 16px;
  line-height: 1.5;
}
.description.boxDescription__description p {
  margin-bottom: 32px !important;
}
.description.boxDescription__description h1,
.description.boxDescription__description h2,
.description.boxDescription__description h3,
.description.boxDescription__description h4,
.description.boxDescription__description h5,
.description.boxDescription__description h6 {
  margin: 0 0 32px 0 !important;
}
.description.boxDescription__description ol,
.description.boxDescription__description ul {
  margin: 168px 0 32px 10px;
}
.description.boxDescription__description blockquote,
.description.boxDescription__description table,
.description.boxDescription__description img {
  margin: 32px 0;
}
.description.boxDescription__description > *:first-child {
  margin-top: 0 !important;
}
.description.boxDescription__description > *:last-child {
  margin-bottom: 0 !important;
}

.homeAnalysis {
  margin-bottom: 40px;
}
.homeAnalysis__top {
  margin-bottom: 32px;
}
.homeAnalysis__link {
  margin-left: 20px;
}
.homeAnalysis__link--2 {
  display: none;
}
@media (max-width: 768px) {
  .homeAnalysis {
    padding: 0;
  }
  .homeAnalysis__top {
    margin-bottom: 29px;
  }
  .homeAnalysis__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
  }
  .homeAnalysis__link {
    display: none;
  }
  .homeAnalysis__link--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 32px auto 0 auto;
    width: 100%;
    max-width: 328px;
  }
}
@media (max-width: 359px) {
  .homeAnalysis__link--2 {
    max-width: 296px;
  }
}

.sliderAnalysis .swiper-slide {
  max-width: 288px;
}
.sliderAnalysis__item {
  display: block;
  position: relative;
  font-size: 0;
  padding-bottom: 178.476%;
}
.sliderAnalysis__item.play-video .sliderAnalysis__play {
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.sliderAnalysis video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.sliderAnalysis__play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
  background-color: transparent;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.sliderAnalysis__play:before {
  display: block;
  content: "";
  width: 94px;
  height: 94px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -47px 0 0 -47px;
  z-index: 1;
  border-radius: 30px;
  background-color: rgba(23, 23, 23, 0.6);
}
.sliderAnalysis__play svg {
  position: relative;
  z-index: 2;
  margin-left: 8px;
}
.sliderAnalysis__play use {
  fill: var(--neutral-neutral-50, #fafafa);
}
@media (max-width: 768px) {
  .sliderAnalysis.swiper {
    padding: 0 16px;
  }
  .sliderAnalysis .swiper-slide {
    width: 288px;
  }
}

.boxesBox {
  margin-top: 8px;
  margin-bottom: 40px;
}
.boxesBox__top {
  margin-bottom: 28px;
}
.boxesBox .boxCase {
  margin-bottom: 32px;
}
.boxesBox .boxCase:last-child {
  margin-bottom: 0;
}
.boxesBox__left {
  margin-bottom: 8px;
  margin-right: 15px;
}
.boxesBox__title {
  font-weight: 700;
  font-size: 32px;
  color: #111;
  margin-right: 25px;
}
.boxesBox .tabsBox {
  margin-bottom: 0;
}
.boxesBox__select {
  margin-top: 8px;
  max-width: 160px;
}
@media (max-width: 1199px) {
  .boxesBox__top {
    display: block;
    margin-bottom: 16px;
  }
  .boxesBox__left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .boxesBox {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .boxesBox__left {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .boxesBox {
    margin-top: 21px;
  }
  .boxesBox__title {
    font-size: 28px;
    margin-right: 15px;
  }
}

.showMore {
  text-align: center;
}
.showMore__link {
  width: 158px;
  height: 48px;
  background-color: var(--dark, #0a0a0a);
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--white, #fff);
  text-decoration: none;
  border-radius: 30px;
  margin: 0 auto;
}
.showMore__link:hover {
  background-color: var(--primary, #f27313);
}
.showMore__link:active {
  background-color: var(--dark, #0a0a0a);
}
@media (max-width: 768px) {
  .showMore__link {
    max-width: 328px;
    width: 100%;
  }
}

.sectionInterest {
  margin-bottom: 80px;
}
.sectionInterest__item {
  position: relative;
}
.sectionInterest__title {
  font-size: 32px;
  padding: 3px 120px 8px 0;
}
.sectionInterest__arrows {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.sectionInterest__arrows .swiper-button-prev {
  margin-right: 8px;
}
@media (max-width: 991px) {
  .sectionInterest {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .sectionInterest {
    padding-left: 0;
    padding-right: 0;
  }
  .sectionInterest__arrows {
    position: relative;
    margin-top: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sectionInterest__title {
    font-size: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
    text-align: center;
  }
}

.sliderInterest {
  margin-top: 32px;
}
.sliderInterest .swiper-slide {
  height: auto;
  max-height: 100%;
  max-width: 403px;
}
.sliderInterest__bg {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 32px 66px 32px;
  text-align: center;
}
.sliderInterest .bgBlue {
  background: -webkit-gradient(linear, left top, left bottom, from(#e2e6f1), to(#ebeef6));
  background: linear-gradient(180deg, #e2e6f1 0%, #ebeef6 100%);
}
.sliderInterest .bgBlue .sliderInterest__stiker {
  background-color: #3091dc;
}
.sliderInterest .bgOrange {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff6ee), to(#fbf8f3));
  background: linear-gradient(180deg, #fff6ee 0%, #fbf8f3 100%);
}
.sliderInterest .bgOrange .sliderInterest__stiker {
  background-color: var(--primary, #f27313);
}
.sliderInterest .bgGreen {
  background: -webkit-gradient(linear, left top, left bottom, from(#e2f1e7), to(#ebf6ef));
  background: linear-gradient(180deg, #e2f1e7 0%, #ebf6ef 100%);
}
.sliderInterest .bgGreen .sliderInterest__stiker {
  background-color: #2a873f;
}
.sliderInterest .bgRed {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff1f5), to(#faf2f3));
  background: linear-gradient(180deg, #fff1f5 0%, #faf2f3 100%);
}
.sliderInterest .bgRed .sliderInterest__stiker {
  background-color: #f34269;
}
.sliderInterest__stiker {
  border-radius: 0 0 56px 56px;
  min-width: 209px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 12px;
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0.09em;
  color: var(--white, #fff);
  margin-bottom: 43px;
}
.sliderInterest__thumb {
  display: block;
  width: 100%;
  height: 202px;
  font-size: 0;
  text-decoration: none;
  margin-bottom: 8px;
}
.sliderInterest__thumb picture {
  width: 100%;
  height: 100%;
}
.sliderInterest__title {
  display: inline-block;
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 32px;
  color: var(--black, #000);
  text-decoration: none;
  margin-bottom: 14px;
}
.sliderInterest__title:hover {
  color: var(--primary, #f27313);
}
.sliderInterest__price {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 32px;
  color: var(--black, #000);
  margin-bottom: 12px;
}
.sliderInterest__text {
  font-size: 14px;
  line-height: 1.42;
  color: var(--black, #000);
}
.sliderInterest__link {
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--dark, #0a0a0a);
  border-radius: 30px;
  text-decoration: none;
  margin-top: 22px;
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.09em;
  color: var(--dark, #0a0a0a);
  padding: 0 24px;
}
.sliderInterest__link:hover {
  border-color: var(--primary, #f27313);
  background-color: var(--primary, #f27313);
  color: var(--white, #fff);
}
.sliderInterest__link:active {
  border-color: var(--dark, #0a0a0a);
  background-color: transparent;
  color: var(--dark, #0a0a0a);
}
@media (max-width: 1199px) {
  .sliderInterest__bg {
    padding: 0 15px 30px 15px;
  }
  .sliderInterest__stiker {
    margin-bottom: 30px;
  }
  .sliderInterest__price, .sliderInterest__title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .sliderInterest__stiker {
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .sliderInterest {
    margin-top: 24px;
  }
  .sliderInterest.swiper {
    padding: 0 16px;
  }
  .sliderInterest .swiper-slide {
    max-width: 100%;
    width: 328px;
  }
  .sliderInterest__stiker {
    margin-bottom: 15px;
  }
  .sliderInterest__thumb {
    height: 134px;
    margin-bottom: 12px;
  }
  .sliderInterest__price, .sliderInterest__title {
    font-size: 24px;
  }
  .sliderInterest__title {
    font-weight: normal;
    margin-bottom: 8px;
  }
  .sliderInterest__bg {
    padding: 0 15px 40px 15px;
  }
}

.sectionBoxing {
  margin-top: 14px;
  margin-bottom: 80px;
}
.sectionBoxing.bgGreen .sectionBoxing__item {
  background: -webkit-gradient(linear, left top, left bottom, from(#e2f1e7), to(#ebf6ef));
  background: linear-gradient(180deg, #e2f1e7 0%, #ebf6ef 100%);
}
.sectionBoxing.bgGreen .sectionBoxing__stiker {
  background-color: #2a873f;
}
.sectionBoxing.bgRed .sectionBoxing__item {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff1f5), to(#faf2f3));
  background: linear-gradient(180deg, #fff1f5 0%, #faf2f3 100%);
}
.sectionBoxing.bgRed .sectionBoxing__stiker {
  background-color: #f34269;
}
.sectionBoxing.bgOrange .sectionBoxing__item {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff6ee), to(#fbf8f3));
  background: linear-gradient(180deg, #fff6ee 0%, #fbf8f3 100%);
}
.sectionBoxing.bgOrange .sectionBoxing__stiker {
  background-color: var(--primary, #f27313);
}
.sectionBoxing.bgBlue .sectionBoxing__item {
  background: -webkit-gradient(linear, left top, left bottom, from(#e2e6f1), to(#ebeef6));
  background: linear-gradient(180deg, #e2e6f1 0%, #ebeef6 100%);
}
.sectionBoxing.bgBlue .sectionBoxing__stiker {
  background-color: #3091dc;
}
.sectionBoxing__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 106px;
}
.sectionBoxing__stiker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 0 0 56px 56px;
  min-width: 209px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 12px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0.09em;
  color: var(--white, #fff);
}
.sectionBoxing__left {
  width: 43%;
  height: 383px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 12px;
}
.sectionBoxing__right {
  width: 57%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 0 0 55px;
}
.sectionBoxing__thumb {
  width: 100%;
  height: 100%;
}
.sectionBoxing__availability {
  line-height: 1.5;
  color: var(--black, #000);
  margin-bottom: 18px;
}
.sectionBoxing__availability img {
  width: 20px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.sectionBoxing__category {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 32px;
  color: #111;
  line-height: 1.1;
  margin-bottom: 13px;
}
.sectionBoxing__title {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 800;
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 35px;
}
.sectionBoxing__description {
  margin-bottom: 27px;
}
.sectionBoxing__price {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 32px;
  color: var(--black, #000);
}
.sectionBoxing__button {
  width: 158px;
  height: 56px;
  text-decoration: none;
  line-height: 1;
  border-radius: 30px;
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--white, #fff);
  background-color: var(--dark, #0a0a0a);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
  margin-top: 27px;
}
.sectionBoxing__button:hover {
  background-color: var(--primary, #f27313);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
@media (max-width: 1199px) {
  .sectionBoxing__item {
    padding: 28px 30px;
  }
  .sectionBoxing__right {
    padding: 0 0 0 30px;
  }
  .sectionBoxing__title {
    font-size: 42px;
    margin-bottom: 27px;
  }
  .sectionBoxing__left {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .sectionBoxing {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .sectionBoxing {
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 32px;
  }
  .sectionBoxing.bgGreen {
    background: -webkit-gradient(linear, left top, left bottom, from(#e2f1e7), to(#ebf6ef));
    background: linear-gradient(180deg, #e2f1e7 0%, #ebf6ef 100%);
  }
  .sectionBoxing.bgGreen .sectionBoxing__item {
    background: none;
  }
  .sectionBoxing.bgRed {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff1f5), to(#faf2f3));
    background: linear-gradient(180deg, #fff1f5 0%, #faf2f3 100%);
  }
  .sectionBoxing.bgRed .sectionBoxing__item {
    background: none;
  }
  .sectionBoxing.bgOrange {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff6ee), to(#fbf8f3));
    background: linear-gradient(180deg, #fff6ee 0%, #fbf8f3 100%);
  }
  .sectionBoxing.bgOrange .sectionBoxing__item {
    background: none;
  }
  .sectionBoxing.bgBlue {
    background: -webkit-gradient(linear, left top, left bottom, from(#e2e6f1), to(#ebeef6));
    background: linear-gradient(180deg, #e2e6f1 0%, #ebeef6 100%);
  }
  .sectionBoxing.bgBlue .sectionBoxing__item {
    background: none;
  }
  .sectionBoxing__item {
    display: block;
    padding: 56px 16px 10px 16px;
  }
  .sectionBoxing__stiker {
    right: 0;
    margin: 0 auto;
    max-width: 200px;
  }
  .sectionBoxing__left {
    padding-top: 0;
    width: 100%;
    height: 180px;
  }
  .sectionBoxing__right {
    padding: 6px 0 0 0;
    width: 100%;
  }
  .sectionBoxing__category {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .sectionBoxing__title {
    font-size: 28px;
    margin-bottom: 22px;
  }
  .sectionBoxing__description {
    margin-bottom: 0;
  }
  .sectionBoxing__button, .sectionBoxing__price {
    display: none;
  }
}

.priceMobile {
  display: none;
}
@media (max-width: 768px) {
  .priceMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #fff;
    padding: 12px 16px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  }
  .priceMobile .sectionBoxing__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 126px;
  }
  .priceMobile .sectionBoxing__price {
    display: block;
    font-size: 24px;
    line-height: 1.25;
  }
}

.boxPack {
  margin-top: 12px;
}
.boxPack__left {
  width: 304px;
}
.boxPack__video {
  display: block;
  position: relative;
  font-size: 0;
  padding-bottom: 178.29%;
}
.boxPack__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.boxPack__video.play-video .boxPack__play {
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.boxPack__right {
  width: calc(100% - 304px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 8px;
}
.boxPack__play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
  background-color: transparent;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.boxPack__play:before {
  display: block;
  content: "";
  width: 94px;
  height: 94px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -47px 0 0 -47px;
  z-index: 1;
  border-radius: 30px;
  background-color: rgba(23, 23, 23, 0.6);
}
.boxPack__play svg {
  position: relative;
  z-index: 2;
  margin-left: 8px;
}
.boxPack__play use {
  fill: var(--neutral-neutral-50, #fafafa);
}
.boxPack .sliderCase__bg {
  background: var(--surface-lighte, #f5f5f5);
}
@media (max-width: 1199px) {
  .boxPack__left {
    width: 282px;
  }
  .boxPack__right {
    width: calc(100% - 282px);
  }
}
@media (max-width: 991px) {
  .boxPack {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .boxPack__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 0 16px 0;
  }
  .boxPack__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 304px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .boxPack {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
  }
  .boxPack__left {
    max-width: 328px;
    width: 100%;
  }
}

.fondGrey {
  background-color: #f5f6f8;
  padding-bottom: 80px;
  margin-bottom: 60px;
}
.fondGrey--2 {
  margin-bottom: 0;
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .fondGrey {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .fondGrey {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .fondGrey--2 {
    margin-bottom: 0;
    padding-bottom: 12px;
  }
}
@media (max-width: 639px) {
  .fondGrey {
    position: relative;
  }
  .fondGrey:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -53px;
    height: 53px;
    background-color: #f5f6f8;
  }
}

.boxCatalog {
  padding-top: 7px;
}
.boxCatalog__title {
  font-size: 40px;
  color: #111;
  margin-bottom: 25px;
}
.boxCatalog__left {
  width: 308px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
.boxCatalog__right {
  width: calc(100% - 308px);
}
.boxCatalog__top {
  background: var(--white, #fff);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 16px;
}
.boxCatalog__sorting {
  min-width: 166px;
  max-width: 200px;
}
.boxCatalog__sorting .selectric {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--gray, #525252);
}
.boxCatalog__sorting .selectric-label {
  height: 30px;
  line-height: 30px;
  padding: 0 32px 0 16px;
  font-size: 14px;
  font-weight: normal;
  color: var(--gray, #525252);
}
.boxCatalog__sorting .selectric-button {
  right: 5px;
}
.boxCatalog .showMore {
  margin-top: 16px;
}
.boxCatalog.activeTabs .listCatalog__li {
  width: 100%;
}
.boxCatalog.activeTabs .listPopular__thumb {
  width: 120px;
  margin: 0 20px 0 0;
}
.boxCatalog.activeTabs .listPopular__price {
  padding-right: 20px;
}
.boxCatalog.activeTabs .listPopular__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-line-clamp: initial;
  text-align: left;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .boxCatalog__title {
    font-size: 32px;
  }
  .boxCatalog__item {
    display: block;
  }
  .boxCatalog__left {
    width: 100%;
    padding: 0;
  }
  .boxCatalog__right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .boxCatalog {
    padding-top: 25px;
  }
  .boxCatalog__title {
    font-size: 28px;
    line-height: 1.14;
    margin-bottom: 32px;
  }
  .boxCatalog__top {
    padding: 12px 16px;
  }
}
@media (max-width: 639px) {
  .boxCatalog.activeTabs .listPopular__thumb {
    width: 60px;
    height: 60px;
    margin: 0 10px 0 0;
  }
  .boxCatalog.activeTabs .listPopular__title {
    margin: 0 10px 0 0;
  }
  .boxCatalog.activeTabs .listPopular__bottom {
    display: block;
  }
  .boxCatalog.activeTabs .listPopular__price {
    padding: 0 0 5px 0;
  }
  .boxCatalog.activeTabs .listPopular__button {
    margin-left: auto;
  }
  .boxCatalog.activeTabs .listPopular__bg {
    padding: 24px 16px 16px 16px;
  }
}
@media (max-width: 374px) {
  .boxCatalog.activeTabs .listPopular__bottom {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 359px) {
  .boxCatalog {
    padding-top: 12px;
  }
  .boxCatalog__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .boxCatalog.activeTabs .listPopular__bg {
    display: block;
  }
  .boxCatalog.activeTabs .listPopular__thumb {
    margin: 0 0 9px 0;
    width: 100%;
    height: 88px;
  }
  .boxCatalog.activeTabs .listPopular__title {
    margin: 0 0 22px 0;
    height: auto;
    text-align: center;
  }
  .boxCatalog.activeTabs .listPopular__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .boxCatalog.activeTabs .listPopular__price {
    padding: 0 5px 0 0;
  }
  .boxCatalog.activeTabs .listPopular__bg {
    padding: 24px 16px 24px 16px;
  }
}

.tabsCatalog__button {
  display: block;
  width: 17px;
  height: 32px;
  font-size: 0;
  background-color: transparent;
  line-height: 1;
  margin-left: 14px;
}
.tabsCatalog__button use {
  fill: var(--dark, #525252);
}
.tabsCatalog__button.active use, .tabsCatalog__button:hover use {
  fill: var(--primary, #f27313);
}

.listSelected {
  margin-top: 13px;
}
.listSelected__li {
  margin: 4px 4px 0 0;
}
.listSelected__button {
  background: var(--surface-lighter, #f5f5f5);
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.42;
  color: var(--dark, #0a0a0a);
}
.listSelected__button svg {
  margin-left: 12px;
}
.listSelected__button use {
  stroke: var(--dark, #0a0a0a);
  stroke-width: 3px;
}
.listSelected__button:hover use {
  stroke: var(--primary, #f27313);
}
.listSelected__reset {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.42;
  color: var(--dark, #0a0a0a);
  background-color: transparent;
  text-decoration: underline;
}
.listSelected__reset:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .listSelected {
    display: none;
  }
}

.boxFilter__top {
  display: none;
}
.boxFilter__item {
  margin-bottom: 2px;
  background: var(--white, #fff);
}
.boxFilter__item.open .boxFilter__subTitle:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.boxFilter__subTitle {
  display: block;
  cursor: pointer;
  padding: 15px 50px 15px 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.42857;
  color: #111;
  position: relative;
}
.boxFilter__subTitle:after {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  background-color: var(--dark, #0a0a0a);
  -webkit-mask-image: url(../images/arrows-1.svg);
  mask-image: url(../images/arrows-1.svg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 24px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.boxFilter__dropDown {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
@media (max-width: 991px) {
  .boxFilter {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: var(--white, #fff);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 360px;
    z-index: 700;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    padding: 0;
  }
  .boxFilter__scroll {
    height: calc(100% - 41px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 20px 0;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-color: #D9D9D9 transparent;
    margin-top: 15px;
  }
  .boxFilter__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 41px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 7px 0 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f6f8;
  }
  .boxFilter__close {
    display: block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    font-size: 0;
  }
  .boxFilter__close use {
    stroke-width: 2px;
    stroke: var(--gray, #525252);
  }
  .boxFilter__item {
    border-bottom: 1px solid #f5f6f8;
  }
  .boxFilter__subTitle {
    padding-left: 16px;
  }
  .boxFilter__title {
    font-weight: 700;
    font-size: 16px;
    color: #111;
  }
}
@media (max-width: 479px) {
  .boxFilter {
    width: 86vw;
    -webkit-transform: translate3d(-86vw, 0, 0);
    transform: translate3d(-86vw, 0, 0);
  }
}

.filter-mobile {
  min-height: 100%;
}
.filter-mobile .boxFilter {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.filter-mobile body {
  -ms-touch-action: none;
  touch-action: none;
  min-height: 100%;
  overflow: hidden;
}
.filter-mobile body:before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {
  .buttonFilter {
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 30px;
    background: var(--white, #fff);
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 14px;
    font-family: var(--font-family, "Exo 2", sans-serif);
    text-transform: capitalize;
    text-align: center;
    color: #111;
  }
}
@media (max-width: 359px) {
  .buttonFilter {
    margin-bottom: 16px;
  }
}
.filterCheck {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 24px 15px 24px;
}
.filterCheck input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.filterCheck input:checked + .check-radio {
  background-color: var(--primary, #f27313) !important;
  border-color: var(--primary, #f27313) !important;
}
.filterCheck input:checked + .check-radio:before {
  opacity: 1;
  visibility: visible;
}
.filterCheck label {
  cursor: pointer;
}
.filterCheck label:hover .check-radio {
  border-color: var(--primary, #f27313);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.filterCheck .check-text {
  font-size: 14px;
  line-height: 1.42;
  color: var(--gray, #525252);
  position: relative;
  top: 1px;
  width: 100%;
}
.filterCheck .check-text i {
  font-style: normal;
  white-space: nowrap;
  margin-left: 10px;
}
.filterCheck .check-radio {
  display: block;
  border: 1px solid var(--gray, #525252);
  border-radius: 2px;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  position: relative;
  margin-right: 12px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.filterCheck .check-radio:before {
  opacity: 1;
  visibility: hidden;
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 10px;
  height: 7px;
  background: url(../images/icons-check.svg) no-repeat;
}

.listCatalog {
  margin-left: -5px;
  margin-right: -5px;
}
.listCatalog__li {
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px 16px 5px;
}
@media (max-width: 1199px) {
  .listCatalog__li {
    width: 33.33%;
  }
}
@media (max-width: 639px) {
  .listCatalog__li {
    width: 50%;
  }
}
@media (max-width: 359px) {
  .listCatalog__li {
    width: 100%;
  }
}

.boxCard {
  background-color: var(--white, #fff);
  margin-bottom: 12px;
  margin-top: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
}
.boxCard__left {
  width: 48%;
  background-color: #fff;
  position: relative;
}
.boxCard__right {
  width: 52%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 48px;
}
.boxCard__title {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 40px;
  color: #111;
  line-height: 1.2;
}
.boxCard__code {
  font-size: 14px;
  line-height: 1.42857;
  color: rgba(17, 17, 17, 0.6);
  margin-top: 16px;
}
.boxCard__code span {
  margin-right: 12px;
}
.boxCard__description {
  margin-top: 16px;
}
.boxCard__price {
  margin-top: 24px;
}
.boxCard__price--top {
  margin-bottom: 3px;
}
.boxCard__oldPrice {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-size: 14px;
  line-height: 1.42;
  text-decoration: line-through;
  color: var(--gray-light, #a1a1a1);
  margin-right: 12px;
}
.boxCard__newPrice {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 32px;
  color: var(--black, #000);
}
.boxCard__discont {
  padding: 4px 8px;
  border-radius: 4px;
  background: #fb4649;
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 11px;
  line-height: 1.45;
  color: var(--white);
}
.boxCard__button {
  width: 158px;
  height: 56px;
  text-decoration: none;
  line-height: 1;
  border-radius: 30px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--white, #fff);
  background-color: var(--dark, #0a0a0a);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
  margin-top: 27px;
}
.boxCard__button:hover {
  background-color: var(--primary, #f27313);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.boxCard__button:active {
  background-color: var(--dark, #0a0a0a);
}
.boxCard__stiker {
  position: absolute;
  top: 0;
  left: 76px;
  z-index: 2;
}
.boxCard__stiker span {
  display: block;
  border-radius: 4px;
  padding: 12px 13px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--white, #fff);
  margin-bottom: 3px;
}
.boxCard__stiker span.red {
  background-color: #fb4649;
}
.boxCard__stiker span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .boxCard {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .boxCard__title {
    font-size: 32px;
  }
  .boxCard__right {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .boxCard__right {
    padding-left: 24px;
  }
  .boxCard__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .boxCard {
    margin: 24px 16px 16px 16px;
    padding: 24px 16px;
    display: block;
  }
  .boxCard__left {
    width: 100%;
  }
  .boxCard__right {
    width: 100%;
    padding: 16px 0 0 0;
  }
  .boxCard__title {
    line-height: 1.16;
  }
  .boxCard__code {
    margin-top: 14px;
  }
  .boxCard__price, .boxCard__button {
    display: none;
  }
  .boxCard__stiker {
    left: 64px;
  }
  .boxCard__stiker span {
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 700;
  }
}
@media (max-width: 359px) {
  .boxCard__title {
    font-size: 24px;
  }
}

.mobilePrice {
  display: none;
}
@media (max-width: 768px) {
  .mobilePrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: #fff;
    padding: 12px 16px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  }
  .mobilePrice .boxCard__price,
  .mobilePrice .boxCard__button {
    display: block;
    margin-top: 0;
  }
  .mobilePrice .boxCard__newPrice {
    font-size: 24px;
  }
  .mobilePrice .boxCard__button {
    width: 126px;
  }
}

.squareVideo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
  padding-top: 2px;
  cursor: pointer;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
.squareVideo span {
  display: block;
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-size: 11px;
  line-height: 1.45;
  color: var(--dark, #0a0a0a);
  margin-top: 2px;
}
.squareVideo:hover {
  border-color: var(--primary, #f27313);
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}

.bigSlider {
  width: 100%;
  height: 515px;
}
.bigSlider__thumb {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
}
.bigSlider__video--box {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
}
.bigSlider__video--box video,
.bigSlider__video--box iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .bigSlider {
    height: 248px;
  }
  .bigSlider__thumb {
    padding: 16px;
  }
  .bigSlider__video--box {
    padding: 16px;
  }
}

.smallSlider {
  width: 48px;
  height: 459px;
}
.smallSlider__thumb {
  width: 100%;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
.smallSlider__thumb:hover {
  border-color: var(--neutral-primary-primary-500, #f27313);
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
.smallSlider .swiper-slide-thumb-active .smallSlider__thumb {
  border-color: var(--neutral-primary-primary-500, #f27313);
}
.smallSlider__video {
  position: relative;
}
.smallSlider__video--icons {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.smallSlider__video--icons img {
  width: 13px;
}
@media (max-width: 768px) {
  .smallSlider {
    height: 192px;
  }
}

.boxInfo {
  background-color: var(--white, #fff);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 12px;
}
.boxInfo__left {
  width: calc(100% - 443px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
.boxInfo__left.open-characteristics .listCharacteristics__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.boxInfo__left.open-characteristics .boxInfo__button {
  font-size: 0;
}
.boxInfo__left.open-characteristics .boxInfo__button:after {
  display: block;
  content: attr(data-text);
  font-size: 16px;
}
.boxInfo__right {
  width: 433px;
}
.boxInfo__bg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background-color: var(--surface-lighter, #f5f5f5);
  margin-bottom: 3px;
}
.boxInfo__bg--2 {
  margin-bottom: 0;
}
.boxInfo__title {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.28;
  color: var(--black, #000);
  margin-bottom: 15px;
}
.boxInfo__button {
  display: none;
  background-color: transparent;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--black, #000);
  margin-top: 12px;
}
.boxInfo__button.active {
  display: inline-block;
}
.boxInfo__button:hover {
  text-decoration: none;
}
@media (max-width: 1280px) {
  .boxInfo {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .boxInfo {
    padding: 24px;
  }
  .boxInfo__left {
    width: calc(100% - 350px);
  }
  .boxInfo__right {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .boxInfo {
    display: block;
  }
  .boxInfo__left {
    width: 100%;
    padding: 0 0 24px 0;
  }
  .boxInfo__right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .boxInfo {
    margin-left: 16px;
    margin-right: 16px;
    padding: 24px 16px;
  }
  .boxInfo__left.open-characteristics .listCharacteristics__li {
    display: block;
  }
}

.delivery__item {
  width: 100%;
}
.delivery__text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--black, #000);
}
.delivery__text a {
  display: inline-block;
  white-space: nowrap;
  text-decoration: underline;
  color: var(--black, #000);
  margin-left: 10px;
}
.delivery__text a:hover {
  text-decoration: none;
}
.delivery__price {
  font-weight: 600;
  font-size: 16px;
  color: var(--black, #000);
  line-height: 1.5;
  margin-top: 12px;
  white-space: nowrap;
}
.delivery__thumb {
  margin-top: 2px;
}
.delivery__thumb span {
  width: 32px;
  height: 32px;
  margin: 10px 10px 0 0;
}

.listCharacteristics {
  margin-left: -12px;
  margin-right: -12px;
}
.listCharacteristics__li {
  display: none;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 12px 17px 12px;
}
.listCharacteristics__li:nth-child(-n+6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listCharacteristics__title {
  font-size: 16px;
  line-height: 1.5;
  color: var(--gray-light, #a1a1a1);
  margin-bottom: 11px;
}
.listCharacteristics__text {
  font-weight: 600;
  font-size: 16px;
  color: var(--dark, #0a0a0a);
}
@media (max-width: 768px) {
  .listCharacteristics__li {
    width: 50%;
    padding: 15px 12px 19px 12px;
  }
  .listCharacteristics__li:nth-child(-n+6) {
    display: block;
  }
}
@media (max-width: 359px) {
  .listCharacteristics__li {
    width: 100%;
    padding: 8px 12px 8px 12px;
  }
}

.boxDescription {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 12px;
  background-color: var(--white, #fff);
}
@media (max-width: 1280px) {
  .boxDescription {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .boxDescription {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .boxDescription {
    padding: 24px 16px;
    margin-left: 16px;
    margin-right: 16px;
  }
}

.twoСolumns {
  margin-top: 32px;
}
.twoСolumns--2 .twoСolumns__left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 0 0 55px;
}
.twoСolumns--2 .twoСolumns__thumb {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.twoСolumns__left {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 55px;
}
.twoСolumns__thumb {
  width: 100%;
  max-width: 538px;
}
.twoСolumns__title {
  font-size: 20px;
  color: var(--black, #000);
}
.twoСolumns__description {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .twoСolumns--2 .twoСolumns__left {
    padding: 0 0 0 30px;
  }
  .twoСolumns__left {
    padding-right: 30px;
  }
  .twoСolumns__description {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .twoСolumns {
    display: block;
  }
  .twoСolumns--2 .twoСolumns__left {
    padding: 0 0 32px 0;
  }
  .twoСolumns__left {
    width: 100%;
    padding: 0 0 32px 0;
  }
  .twoСolumns__thumb {
    margin: 0 auto;
  }
}

.footer__top {
  background-color: #2c2c2c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer__bottom {
  padding-top: 22px;
  padding-bottom: 22px;
}
.footer__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer__item--1 {
  padding-right: 15px;
  width: 22.8%;
}
.footer__item--2 {
  width: 20.8%;
  padding-right: 15px;
}
.footer__item--3 {
  width: 40%;
  padding-right: 15px;
}
.footer__item--3 .menuFooter ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.footer__item--4 {
  width: 16.4%;
}
.footer__title {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 20px;
  color: var(--white, #fff);
}
@media (max-width: 1199px) {
  .footer__item--1 {
    width: 20.8%;
  }
  .footer__item--2 {
    width: 18.8%;
  }
  .footer__item--4 {
    width: 18.4%;
  }
}
@media (max-width: 991px) {
  .footer__top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer__bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer__item--1, .footer__item--4 {
    width: 50%;
    text-align: center;
  }
  .footer__item--2, .footer__item--3 {
    display: none;
  }
}
@media (max-width: 639px) {
  .footer__top {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .footer__top .footer__width {
    display: block;
  }
  .footer__item--1 {
    width: 100%;
    padding-right: 0;
    padding-bottom: 23px;
  }
  .footer__item--4 {
    width: 100%;
  }
  .footer__title {
    font-size: 18px;
  }
}

.copyright {
  font-size: 14px;
  line-height: 1.43;
  color: var(--gray-light, #a1a1a1);
}

.menuFooter {
  margin-top: 20px;
}
.menuFooter li {
  margin-bottom: 7px;
}
.menuFooter a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.43;
  text-decoration: underline;
  color: #aaa;
}
.menuFooter a:hover {
  color: var(--white, #fff);
  text-decoration: none;
}
@media (max-width: 639px) {
  .menuFooter {
    margin-top: 18px;
  }
}

.footerTelephone,
.footerAddress {
  margin-bottom: 5px;
}
.footerTelephone a,
.footerAddress a {
  display: inline-block;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 1.43;
  color: #aaa;
  text-decoration: none;
}
.footerTelephone a:hover,
.footerAddress a:hover {
  color: var(--white, #fff);
}

.boxCity {
  margin-bottom: 19px;
  position: relative;
}
.boxCity.open .boxCity__modal {
  display: block;
}
.boxCity__button {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 20px;
  color: var(--white, #fff);
  background-color: transparent;
  line-height: 1;
}
.boxCity__button svg {
  margin: 6px 0 0 5px;
}
.boxCity__button use {
  stroke-width: 2px;
  stroke: var(--primary, #f27313);
}
.boxCity__button:hover use {
  stroke: var(--white, #fff);
}
.boxCity__modal {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  margin-top: 5px;
  z-index: 2;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 15px;
}
.boxCity__modal a {
  display: block;
  font-size: 14px;
  line-height: 1.43;
  text-decoration: none;
  color: var(--black, #000);
}
.boxCity__modal a:hover {
  color: var(--primary, #f27313);
}
@media (max-width: 991px) {
  .boxCity__modal {
    max-width: 150px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 639px) {
  .boxCity {
    margin-bottom: 16px;
  }
  .boxCity__button {
    font-size: 18px;
  }
}

.linkPopular {
  margin-top: 24px;
}
.linkPopular__item {
  margin-bottom: 8px;
}
.linkPopular__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.43;
  color: #aaa;
}
.linkPopular__link:hover {
  color: var(--white, #fff);
  text-decoration: none;
}
.linkPopular__icons {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
@media (max-width: 991px) {
  .linkPopular {
    margin-top: 15px;
  }
  .linkPopular__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 639px) {
  .linkPopular {
    margin-top: 31px;
  }
}

.footerSocial {
  margin-top: 31px;
}
.footerSocial__title {
  font-size: 14px;
  line-height: 1.43;
  color: #aaa;
}
.footerSocial__link {
  width: 24px;
  height: 24px;
  margin: 5px 13px 0 0;
}
.footerSocial__link:last-child {
  margin-right: 0;
}
.footerSocial__link use {
  fill: #808080;
}
.footerSocial__link:hover use {
  fill: var(--white, #fff);
}
@media (max-width: 991px) {
  .footerSocial {
    margin-top: 15px;
  }
  .footerSocial__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footerSocial__link {
    margin: 5px 7px 0 7px;
  }
  .footerSocial__link:last-child {
    margin-right: 7px;
  }
}
@media (max-width: 639px) {
  .footerSocial {
    margin-top: 31px;
  }
}

/** Selectric **/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

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

.selectric-open .selectric {
  border-color: #f27313;
}

.selectric-label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  width: 100%;
  height: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 25px 0 0;
  text-align: left;
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 20px;
  color: var(--black, #000);
}

.selectric-button {
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: transparent;
  text-align: center;
  font-size: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.selectric-button:after {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  background-color: var(--dark, #0a0a0a);
  -webkit-mask-image: url(../images/arrows-1.svg);
  mask-image: url(../images/arrows-1.svg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 7px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.selectric-open .selectric-button {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectric-items {
  display: none;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
}

.selectric-items li {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  line-height: 1.25;
  color: #111;
}

.selectric-items li.selected,
.selectric-items li.highlighted,
.selectric-items li:hover {
  background: var(--primary, #f27313);
  color: var(--white, #fff);
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #2f2f2f !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #111;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

/** END Selectric **/
/** remodal **/
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 1000;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px;
}
@media (max-width: 768px) {
  .remodal-wrapper.all-modalBasket {
    overflow: hidden;
    padding: 0;
  }
  .remodal-wrapper.all-modalBasket .modalBasket {
    margin-bottom: 0;
    vertical-align: top;
  }
}

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 2;
  font-size: 0;
}
@media (max-width: 639px) {
  .remodal-close {
    top: 10px;
    right: 10px;
  }
}

.remodal-close use {
  stroke-width: 2px;
  stroke: var(--dark, #0a0a0a);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.remodal-close:hover use {
  stroke: var(--primary, #f27313);
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

@media (max-width: 639px) {
  .all-modalCard {
    padding: 0;
  }
}
.modalVideo {
  max-width: 800px;
  background-color: #fff;
  padding: 0;
  text-align: left;
  font-size: 0;
}
.modalVideo video,
.modalVideo iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
.modalVideo .remodal-close {
  width: 28px;
  height: 28px;
  background-color: var(--white, #fff);
  border-radius: 4px;
}

.modalCard {
  max-width: 800px;
  background-color: #fff;
  padding: 25px 55px 40px 25px;
  text-align: left;
}
.modalCard__left {
  width: 44.306%;
}
.modalCard__right {
  width: 55.694%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 32px;
}
.modalCard__title {
  font-size: 32px;
  line-height: 1.2;
}
.modalCard__box {
  margin-top: 15px;
}
.modalCard__article {
  padding: 4px 10px;
  background-color: var(--surface-lighter, #f5f5f5);
  font-size: 14px;
  line-height: 1.42;
  margin-right: 10px;
}
.modalCard__availability {
  line-height: 1.42;
  font-size: 14px;
}
.modalCard__availability img {
  width: 20px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.modalCard__price {
  margin-top: 17px;
}
.modalCard__oldPrice {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-size: 14px;
  line-height: 1.42857;
  text-decoration: line-through;
  color: var(--gray-light, #a1a1a1);
  margin-bottom: 2px;
}
.modalCard__newPrice {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 32px;
}
.modalCard__desription {
  margin-top: 27px;
}
.modalCard__link {
  width: 228px;
  height: 56px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .modalCard__title {
    font-size: 24px;
  }
  .modalCard__box {
    display: block;
  }
  .modalCard__article {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 639px) {
  .modalCard {
    padding: 0;
    margin-bottom: 0;
  }
  .modalCard__item {
    display: block;
  }
  .modalCard__left {
    width: 100%;
  }
  .modalCard__right {
    width: 100%;
    padding: 18px 16px 32px 16px;
  }
  .modalCard__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px;
  }
  .modalCard__article {
    margin: 0 10px 0 0;
  }
  .modalCard__newPrice {
    font-size: 24px;
  }
  .modalCard__desription {
    margin-top: 25px;
  }
  .modalCard__link {
    width: 100%;
    height: 56px;
    margin: 24px auto 0 auto;
    max-width: 328px;
  }
}
@media (max-width: 359px) {
  .modalCard__box {
    display: block;
    margin-top: 16px;
  }
  .modalCard__article {
    margin: 0 0 10px 0;
  }
}

.modalBigSlider {
  width: 100%;
  height: 258px;
}
.modalBigSlider__thumb {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background-color: var(--surface-lighter, #f5f5f5);
}
.modalBigSlider__thumb img {
  mix-blend-mode: multiply;
}
@media (max-width: 639px) {
  .modalBigSlider {
    height: 291px;
  }
}

.modalSmallSlider {
  margin-top: 7px;
  height: 46px;
}
.modalSmallSlider .swiper-slide-thumb-active .modalSmallSlider__thumb {
  opacity: 1;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.modalSmallSlider__thumb {
  width: 100%;
  height: 100%;
  background-color: var(--surface-lighter, #f5f5f5);
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.modalSmallSlider__thumb img {
  mix-blend-mode: multiply;
}
.modalSmallSlider__thumb:hover {
  opacity: 1;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
@media (max-width: 639px) {
  .modalSmallSlider {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.modalBasket {
  max-width: 800px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 27px 24px 24px 24px;
  background-color: var(--white, #fff);
  text-align: left;
}
.modalBasket__title {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 24px;
  color: var(--black, #000);
  margin-bottom: 27px;
}
.modalBasket__bottom {
  margin-top: 25px;
}
.modalBasket__back {
  font-size: 14px;
  line-height: 1.42;
  color: #111;
  position: relative;
  padding: 6px 0 6px 28px;
  background-color: transparent;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
  margin-right: 27px;
}
.modalBasket__back:before {
  display: block;
  content: "";
  width: 8px;
  height: 12px;
  background-color: var(--neutral-neutral-950, #0a0a0a);
  -webkit-mask-image: url(../images/arrows-1.svg);
  mask-image: url(../images/arrows-1.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 6px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.modalBasket__back:hover {
  color: var(--primary, #040403);
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.modalBasket__back:hover:before {
  background-color: var(--primary, #f27313);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.modalBasket__link {
  width: 188px;
  height: 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: var(--neutral-neutral-950, #0a0a0a);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--white, #fff);
  text-decoration: none;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.modalBasket__link:hover {
  background-color: var(--primary, #f27313);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.modalBasket__link:active {
  background-color: var(--neutral-neutral-950, #0a0a0a);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.modalBasket__total {
  font-weight: 700;
  font-size: 20px;
  color: #111;
  margin-right: 27px;
}
@media (max-width: 768px) {
  .modalBasket {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .modalBasket__bottom {
    display: block;
  }
  .modalBasket__bottom--right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .modalBasket__back {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 768px) {
  .modalBasket {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 19px 16px 16px 16px;
  }
  .modalBasket .remodal-close {
    top: 16px;
    right: 16px;
  }
  .modalBasket__title {
    margin-bottom: 18px;
  }
  .modalBasket__bottom {
    margin-top: 25px;
  }
  .modalBasket__link {
    width: 156px;
  }
}

.listBasket {
  border-top: 1px solid var(--neutral-neutral-400, #a1a1a1);
}
.listBasket__li {
  position: relative;
  padding: 24px 0 24px 40px;
  border-bottom: 1px solid var(--neutral-neutral-400, #a1a1a1);
}
.listBasket__left {
  width: 100%;
}
.listBasket__thumb {
  display: block;
  font-size: 0;
  width: 64px;
  height: 64px;
  margin-right: 16px;
}
.listBasket__thumb picture {
  width: 100%;
  height: 100%;
}
.listBasket__title {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: #111;
  text-decoration: none;
}
.listBasket__title:hover {
  color: var(--primary, #f27313);
}
.listBasket__price {
  width: 98px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  text-align: right;
}
.listBasket__newPrice {
  font-weight: 600;
  font-size: 16px;
  color: #111;
}
.listBasket__remove {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  background-color: transparent;
}
.listBasket__remove use {
  stroke-width: 2px;
  stroke: var(--dark, #0a0a0a);
  stroke-linecap: round;
  stroke-linejoin: round;
}
.listBasket__remove:hover use {
  stroke: var(--primary, #f27313);
}
@media (max-width: 768px) {
  .listBasket {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  .listBasket__li {
    display: block;
  }
  .listBasket__title {
    line-height: 1.32;
  }
  .listBasket__right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 33px;
  }
}

.boxQuantity {
  margin-left: 50px;
  width: 136px;
}
.boxQuantity__plus, .boxQuantity__minus {
  display: block;
  background-color: transparent;
  width: 24px;
  height: 24px;
  position: relative;
  font-size: 0;
}
.boxQuantity__plus:disabled, .boxQuantity__minus:disabled {
  pointer-events: none;
}
.boxQuantity__plus:disabled:before, .boxQuantity__plus:disabled:after, .boxQuantity__minus:disabled:before, .boxQuantity__minus:disabled:after {
  background-color: var(--neutral-neutral-400, #a1a1a1);
}
.boxQuantity__plus:before, .boxQuantity__minus:before {
  display: block;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -8px;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.boxQuantity__plus:hover:before, .boxQuantity__plus:hover:after, .boxQuantity__minus:hover:before, .boxQuantity__minus:hover:after {
  background-color: var(--primary, #f27313);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.boxQuantity__plus:after {
  display: block;
  content: "";
  width: 2px;
  height: 16px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -1px;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.boxQuantity__input {
  display: block;
  width: 56px;
  height: 40px;
  border: 1px solid var(--neutral-neutral-600, #525252);
  text-align: center;
  line-height: 38px;
  font-weight: 600;
  font-size: 16px;
  color: var(--neutral-neutral-950, #0a0a0a);
}
@media (max-width: 768px) {
  .boxQuantity {
    margin-left: 0;
  }
}

/** END remodal **/
.boxOrder {
  padding-top: 24px;
  padding-bottom: 64px;
}
.boxOrder.nextLevel .boxOrder__right .boxOrder__subTitle--2,
.boxOrder.nextLevel .listOrder,
.boxOrder.nextLevel .formData {
  display: none;
}
.boxOrder.nextLevel .boxOrder__item--2,
.boxOrder.nextLevel .boxOrder__acceptance,
.boxOrder.nextLevel .boxOrder__button,
.boxOrder.nextLevel .boxOrder__ok {
  display: block;
}
.boxOrder.nextLevel .boxOrder__bottom {
  margin-top: 16px;
}
.boxOrder__button {
  display: none;
  width: 100%;
  height: 56px;
  border-radius: 30px;
  background-color: var(--neutral-neutral-950, #0a0a0a);
  margin-top: 40px;
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--white, #fff);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.boxOrder__button:hover {
  background-color: var(--primary, #f27313);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.boxOrder__button:active {
  background-color: var(--neutral-neutral-950, #0a0a0a);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.boxOrder__filled {
  display: none;
  margin-top: 26px;
}
.boxOrder__data {
  font-size: 16px;
  line-height: 1.5;
  color: var(--neutral-neutral-950, #0a0a0a);
  margin-right: 20px;
}
.boxOrder__data a {
  color: var(--neutral-neutral-950, #0a0a0a);
  text-decoration: none;
}
.boxOrder__data a:hover {
  color: var(--primary, #f27313);
}
.boxOrder__acceptance {
  display: none;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: var(--neutral-neutral-600, #525252);
  margin-top: 24px;
}
.boxOrder__acceptance a {
  color: var(--neutral-neutral-600, #525252);
  text-decoration: underline;
}
.boxOrder__acceptance a:hover {
  text-decoration: none;
}
.boxOrder__change {
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
  color: #111;
  background-color: transparent;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.boxOrder__change:hover {
  color: var(--primary, #f27313);
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.boxOrder__ok {
  display: none;
  position: absolute;
  top: -3px;
  right: 0;
}
.boxOrder__back {
  display: inline-block;
  font-size: 14px;
  line-height: 1.42;
  text-decoration: underline;
  color: var(--neutral-neutral-600, #525252);
  text-underline-offset: 3px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.boxOrder__back:hover {
  color: var(--primary, #f27313);
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.boxOrder__title {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #111;
  margin-bottom: 36px;
}
.boxOrder__left {
  width: 59.478%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 24px;
}
.boxOrder__right {
  width: 40.522%;
  background-color: var(--white, #fff);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 27px 40px 32px 40px;
}
.boxOrder__right--top {
  margin-bottom: 42px;
}
.boxOrder__subTitle {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 24px;
  color: var(--neutral-neutral-950, #0a0a0a);
}
.boxOrder__subTitle--2 {
  display: none;
}
.boxOrder__edit {
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
  color: #111;
  background-color: transparent;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.boxOrder__edit:hover {
  color: var(--primary, #f27313);
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.boxOrder__bottom {
  border-top: 1px solid var(--neutral-neutral-400, #a1a1a1);
  margin-top: 40px;
  padding-top: 16px;
}
.boxOrder__totalPrice, .boxOrder__totalText {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 20px;
  color: #111;
}
.boxOrder__item {
  background-color: var(--white, #fff);
  margin-bottom: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 40px 32px 40px;
}
.boxOrder__item--2 {
  display: none;
}
.boxOrder__top {
  position: relative;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .boxOrder__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .boxOrder__width {
    display: block;
  }
  .boxOrder__left {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .boxOrder__right {
    width: 100%;
  }
  .boxOrder__subTitle--2 {
    font-size: 18px;
    display: block;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .boxOrder {
    padding-bottom: 48px;
  }
  .boxOrder.nextLevel .boxOrder__filled {
    display: block;
  }
  .boxOrder__filled {
    margin-top: 23px;
  }
  .boxOrder__data {
    margin-right: 0;
  }
  .boxOrder__change {
    margin-top: 8px;
  }
  .boxOrder__title {
    font-size: 28px;
  }
  .boxOrder__back {
    margin-bottom: 16px;
  }
  .boxOrder__item {
    padding: 19px 16px 20px 16px;
  }
  .boxOrder__left {
    width: 100%;
    padding: 0 0 12px 0;
  }
  .boxOrder__left .boxOrder__subTitle {
    font-size: 21px;
  }
  .boxOrder__right {
    padding: 24px 16px 24px 16px;
  }
  .boxOrder__bottom {
    margin-top: 24px;
  }
  .boxOrder__totalPrice, .boxOrder__totalText {
    font-size: 18px;
  }
  .boxOrder__right--top {
    margin-bottom: 24px;
  }
  .boxOrder__button {
    margin-top: 26px;
  }
}

.listPrice {
  display: none;
  margin-bottom: 16px;
}
.listPrice__title {
  margin-right: 10px;
}
.listPrice__title, .listPrice__text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--neutral-neutral-950, #0a0a0a);
}

.listOrder__li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--neutral-neutral-400, #a1a1a1);
}
.listOrder__li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.listOrder__right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 0 0 56px;
}
.listOrder__thumb {
  display: block;
  font-size: 0;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.listOrder__thumb picture {
  width: 100%;
  height: 100%;
}
.listOrder__title {
  width: 100%;
  text-decoration: none;
  font-family: var(--second-family, "Exo", "Inter", sans-serif);
  font-size: 14px;
  line-height: 1.42;
  color: var(--neutral-neutral-950, #0a0a0a);
}
.listOrder__title:hover {
  color: var(--primary, #f27313);
}
.listOrder__quantity {
  font-size: 14px;
  line-height: 1.42;
  color: var(--neutral-neutral-950, #0a0a0a);
}
.listOrder__newPrice {
  font-weight: 600;
  font-size: 16px;
  color: #111;
}

.formData {
  margin-top: 26px;
}
.formData__item {
  margin-bottom: 16px;
}
.formData__title {
  font-size: 16px;
  line-height: 1.5;
  color: var(--neutral-neutral-600, #525252);
  margin-bottom: 4px;
}
.formData__input {
  display: block;
  width: 100%;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--neutral-neutral-600, #525252);
  line-height: 38px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 16px !important;
  color: var(--neutral-neutral-950, #0a0a0a);
}
.formData__input::-webkit-input-placeholder {
  color: var(--neutral-neutral-200, #0a0a0a);
}
.formData__input::-moz-placeholder {
  color: var(--neutral-neutral-200, #0a0a0a);
}
.formData__input:-moz-placeholder {
  color: var(--neutral-neutral-200, #0a0a0a);
}
.formData__input:-ms-input-placeholder {
  color: var(--neutral-neutral-200, #0a0a0a);
}
.formData__button {
  display: block;
  width: 100%;
  height: 56px;
  border-radius: 30px;
  background-color: var(--neutral-neutral-950, #0a0a0a);
  font-weight: 700;
  font-size: 14px;
  font-family: var(--font-family, "Exo 2", sans-serif);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--white, #fff);
  margin-top: 32px;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.formData__button:hover {
  background-color: var(--primary, #f27313);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.formData__button:active {
  background-color: var(--neutral-neutral-950, #0a0a0a);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
@media (max-width: 768px) {
  .formData {
    margin-top: 22px;
  }
}

.selectCity {
  margin-top: 42px;
}
.selectCity__input {
  font-weight: 600;
  color: var(--neutral-neutral-950, #0a0a0a);
}
.selectCity__input::-webkit-input-placeholder {
  color: var(--neutral-neutral-300, #0a0a0a);
}
.selectCity__input::-moz-placeholder {
  color: var(--neutral-neutral-300, #0a0a0a);
}
.selectCity__input:-moz-placeholder {
  color: var(--neutral-neutral-300, #0a0a0a);
}
.selectCity__input:-ms-input-placeholder {
  color: var(--neutral-neutral-300, #0a0a0a);
}
@media (max-width: 768px) {
  .selectCity {
    margin-top: 26px;
  }
}

.selectDepartment {
  width: 100%;
}

.selectDepartment__text,
.selectCity__text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--neutral-neutral-600, #525252);
  margin-bottom: 4px;
}
.selectDepartment__item,
.selectCity__item {
  position: relative;
  width: 100%;
}
.selectDepartment__input,
.selectCity__input {
  display: block;
  width: 100%;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--neutral-neutral-600, #525252);
  padding: 0 60px 0 16px;
  line-height: 46px;
  font-size: 16px;
  background-color: transparent;
}
.selectDepartment__arrows,
.selectCity__arrows {
  position: absolute;
  top: 20px;
  right: 19px;
}
.selectDepartment__arrows use,
.selectCity__arrows use {
  stroke-width: 2px;
  stroke: var(--neutral-neutral-950, #0a0a0a);
}
.selectDepartment__modal,
.selectCity__modal {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  z-index: 2;
  background-color: var(--white, #fff);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--neutral-neutral-600, #525252);
  margin-top: -1px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary, #f27313) transparent;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}
.selectDepartment__modal li,
.selectCity__modal li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 16px 7px 16px;
  line-height: 1.2;
  border-bottom: 1px solid var(--neutral-neutral-600, #525252);
  cursor: pointer;
  font-size: 16px;
  color: var(--neutral-neutral-950, #0a0a0a);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.selectDepartment__modal li:hover,
.selectCity__modal li:hover {
  background-color: var(--primary, #f27313);
  color: var(--white, #fff);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.selectDepartment__modal li:last-child,
.selectCity__modal li:last-child {
  border-bottom: 0;
}

.selectProduct {
  margin-top: 42px;
}
.selectProduct .boxOrder__subTitle--2 {
  display: block;
  font-size: 20px;
}
.selectProduct .listOrder {
  display: block !important;
  margin-top: 26px;
}
.selectProduct .listOrder__right {
  padding: 0 0 0 15px;
}
.selectProduct .listOrder__quantity {
  width: 60px;
  text-align: center;
}
.selectProduct .listOrder__price {
  width: 160px;
  text-align: right;
}
@media (max-width: 991px) {
  .selectProduct .listOrder__price {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .selectProduct {
    margin-top: 26px;
  }
  .selectProduct .listOrder__li {
    display: block;
  }
  .selectProduct .listOrder__right {
    padding: 9px 0 0 56px;
  }
  .selectProduct .listOrder__quantity {
    width: auto;
    text-align: left;
  }
  .selectProduct .listOrder__price {
    width: auto;
  }
}

.selectWay {
  margin-top: 42px;
}
.selectWay__title {
  font-family: var(--font-family, "Exo 2", sans-serif);
  font-weight: 700;
  font-size: 20px;
  color: #111;
}
.selectWay__bg {
  margin-top: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  background-color: var(--neutral-neutral-100, #f5f5f5);
}
.selectWay__item {
  margin-top: 24px;
}
.selectWay__item:first-child {
  margin-top: 0;
}
.selectWay__item--bottom {
  display: none;
  margin-top: 24px;
}
.selectWay__question {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--white, #fff);
  font-weight: 600;
  font-size: 16px;
  color: var(--neutral-neutral-600, #525252);
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.selectWay__question:hover {
  background-color: var(--primary, #f27313);
  color: var(--white, #fff);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (max-width: 768px) {
  .selectWay__bg {
    padding: 24px 16px;
  }
}

.deliveryCheck {
  margin-right: 16px;
}
.deliveryCheck input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.deliveryCheck input:checked + .check-radio:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--primary, #f27313);
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}
.deliveryCheck label {
  position: relative;
  cursor: pointer;
}
.deliveryCheck .check-radio {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid var(--neutral-neutral-600, #525252);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-right: 16px;
}
.deliveryCheck .check-text {
  font-weight: 600;
  font-size: 16px;
  color: var(--neutral-neutral-950, #0a0a0a);
  position: relative;
  top: 4px;
}
.deliveryCheck .check-text i {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  position: relative;
  top: -4px;
}
.deliveryCheck .check-text i img {
  top: 0;
  margin-right: 0;
}
.deliveryCheck .check-text img {
  margin-right: 8px;
  position: relative;
  top: -3px;
}

.buttonGeolocation {
  display: block;
  margin-left: 8px;
  width: 56px;
  height: 48px;
  background-color: var(--neutral-neutral-950, #0a0a0a);
  font-size: 0;
  line-height: 1;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.buttonGeolocation use {
  stroke-width: 2px;
  stroke: var(--white, #fff);
}
.buttonGeolocation:hover {
  background-color: var(--primary, #f27313);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.buttonGeolocation:active {
  background-color: var(--neutral-neutral-950, #0a0a0a);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}

.boxConfirmation {
  margin-top: 40px;
}
.boxConfirmation .selectWay__question {
  background-color: var(--neutral-neutral-100, #f5f5f5);
}
.boxConfirmation .selectWay__question:hover {
  background-color: var(--primary, #f27313);
}
@media (max-width: 768px) {
  .boxConfirmation {
    margin-top: 24px;
  }
}

.confirmationCheck {
  margin-right: 16px;
}
.confirmationCheck input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.confirmationCheck input:checked + .check-radio:before {
  display: block;
  content: "";
  width: 13px;
  height: 9px;
  background: url("../images/arrows-2.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 5px;
  left: 3px;
}
.confirmationCheck label {
  position: relative;
  cursor: pointer;
}
.confirmationCheck .check-radio {
  display: block;
  width: 21px;
  height: 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid var(--neutral-neutral-600, #525252);
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-right: 16px;
}
.confirmationCheck .check-text {
  font-weight: 600;
  font-size: 16px;
  color: var(--neutral-neutral-950, #0a0a0a);
  position: relative;
  top: 3px;
}

/** tooltip **/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=1);
}

.tooltip.right {
  margin-left: 10px;
}

.tooltip.top {
  margin-top: -10px;
}

.tooltip-inner {
  text-align: center;
  width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 10px 10px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  color: var(--gray-light, #a1a1a1);
}

.applications-menu_right .tooltip-inner {
  width: auto;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -5px;
  margin-left: -8px;
  z-index: 1;
}

@media (max-width: 768px) {
  .tooltip.top {
    margin-left: -82px;
  }
  .tooltip.top .tooltip-arrow {
    margin: 0 10px 0 0;
    right: 0;
    left: initial !important;
  }
}
/** END tooltip **/