/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*
 * Site styles
 */
@font-face {
    font-family: 'Neucha';
    src: local('Neucha'), url('../fonts/neucha.woff2') format('woff2'), url('../fonts/neucha.woff') format('woff'), url('../fonts/neucha.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: local('Ubuntu'), url('../fonts/ubuntu.woff2') format('woff2'), url('../fonts/ubuntu.woff') format('woff'), url('../fonts/ubuntu.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url('../fonts/ubuntumedium.woff2') format('woff2'), url('../fonts/ubuntumedium.woff') format('woff'), url('../fonts/ubuntumedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('../fonts/ubuntubold.woff2') format('woff2'), url('../fonts/ubuntubold.woff') format('woff'), url('../fonts/ubuntubold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Extended';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Extended'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Roboto Extended';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Extended'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

h1, h2, h3, h4, h5, h6 {margin: 0;}
html {background: url(../bg.png), #DC2433;}
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Neucha;
  font-style: normal;
  font-weight: normal;
  line-height: 110%;
  letter-spacing: normal;
}
.h1 {font-size: 64px;}
.h2 {font-size: 54px;}
.h3 {font-size: 46px;}
.h4 {font-size: 38px;}
.h5 {font-size: 30px;}
.h6 {font-size: 22px;}
.body_l, .body_m_regular, .body_m_medium, .body_m_bold, .body_s, .body_xs {
  font-family: Ubuntu;
  font-style: normal;
  letter-spacing: -0.03em;
}
.body_l {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
}
.body_m_regular {
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
}
.body_m_medium {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}
.body_m_bold {
  font-weight: bold;
  font-size: 18px;
  line-height: 160%;
}
.body_s {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
}
.body_xs {
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
}
/* colors */
:root {
  --violet: #573DA4;
  --green: #0DAA78;
  --blue: #2760F4;
  --white: #FFFFFF;
  --black: #232323;
  --red: #DC2433;
  --grey: #35312B;
  --brown: #655B52;
  --cream: #F3EDE7;
  --orange: #FA9600;
}
.violet {color: var(--violet);}
.violet_bg {background: var(--violet);}
.green {color: var(--green);}
.green_bg {background: var(--green);}
.blue {color: var(--blue);}
.blue_bg {background: var(--blue);}
.white {color: var(--white);}
.white_bg {background: var(--white);}
.black {color: var(--black);}
.black_bg {background: var(--black);}
.red {color: var(--red);}
.red_bg {background: var(--red);}
.grey {color:var(--grey);}
.grey_bg {background: var(--grey);}
.brown {color: var(--brown);}
.brown_bg {background: var(--brown);}
.cream {color: var(--cream);}
.cream_bg {background: var(--cream);}
.orange {color: var(--orange);}
.orange_bg {background: var(--orange);}

ul, li, p {
  margin: 0;
  padding: 0; 
}
a {color: inherit; text-decoration: none;}
.content, .header {max-width: 1600px; margin: auto;}
.header {position: relative; box-shadow: 0px 0px 90px rgba(0, 0, 0, 0.13); z-index: 1;}
.header__content {
  margin: auto; 
  width: 100%; 
  color: var(--grey); 
  box-sizing: border-box;
  padding-left: 80px;
  padding-right: 80px;
}
.hr {
    height: 1px;
    opacity: 0.15;
}
.header__content:nth-child(3) {
  padding-top: 19px;
  padding-bottom: 12px;
}
.menu__li {
  display: table-cell;
  padding: 8px 12px 13px 12px;
}
.menu__li:first-child {padding-left: 0;}
.menu__li:last-child {padding-right: 0;}
.menu__li:hover, .menu__li.active {color: var(--red);}
.toggle {
  display: none;
  width: 40px;
  height: 26px;
  position: absolute;
  top: 34px;
  left: 20px;
}
.toggle__line {
  background-color: var(--grey);
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.toggle__line:nth-child(2) {top: 0; bottom: 0; margin: auto;}
.toggle__line:nth-child(3) {bottom: 0;}
.toggle_open .toggle__line:nth-child(1) {
  -webkit-transform: translateY(13px) translateY(-50%) rotate(45deg);
  transform: translateY(12px) translateY(-50%) rotate(45deg);
}
.toggle_open .toggle__line:nth-child(2) {opacity: 0;}
.toggle_open .toggle__line:nth-child(3) {
  -webkit-transform: translateY(-13px) translateY(-50%) rotate(-45deg);
  transform: translateY(-12px) translateY(-50%) rotate(-45deg);
}
.logo, .header__search, .header__phones {display: inline-flex;}
.logo__text {padding-left: 10px;}
.header__search {
  margin-left: 60px;
  vertical-align: top;
  position: relative;
}
.header__search input {
  border-width: 0;
  background: #F7F7F7;
  border-radius: 5px;
  padding: 12px 38px 13px 18px;
  opacity: 0.7;
  width: 530px;
  outline: none;
}
.search__btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.header__phones {float: right;}
.tel {display: flow-root;}
.tel:not(:last-child) {margin-right: 50px;}
.tel__icon {
  float: left;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  text-align: center;
}
.tel__text {float: left;}
.menu__catalog {
    display: inline-flex;
    padding: 24px 0;
    text-transform: uppercase;
    position: relative;
}
.js-category {cursor: pointer;}
.menu__category:hover span, .menu__category.active span, .menu__category:not(:first-child):hover {color: var(--red);}
.menu__category:not(:last-child) {margin-right: 44px;}
.category__icon {
    padding-right: 3px;
    display: inline-table;
    vertical-align: text-top;
    margin-top: 5px;
}
.category__icon div {
    width: 16px;
    height: 2px;
    background: var(--grey);
}
.menu__category:hover .category__icon div, .menu__category.active .category__icon div {background: var(--red);}
.menu__category.active:after {
    content: "";
    position: absolute;
    width: 145px;
    height: 3px;
    background: var(--red);
    left: 0px;
    bottom: -1px;
}
.category__icon div:first-child {margin-bottom: 4px;}
.minicart {
  float: right;
  border-radius: 5px;
  padding: 4px 16px;
  margin-top: 9px;
  position: relative;
  display: flex;
  cursor: pointer;
}
.minicart__icon {
    padding-top: 15px;
    display: flex;
    margin-right: 26px;
}
.minicart__count {
  font-size: 14px;
  line-height: 140%;
  width: 22px;
  height: 22px;
  position: absolute;
  border-radius: 11px;
  text-align: center;
  padding-top: 2px;
  box-sizing: border-box;
  top: 11px;
  left: 32px;
}
.minicart.empty .minicart__count {display: none;}
.minicart__body div:last-child {padding-top: 4px;}
.all_categories {
  display:none;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0px 18px 34px rgba(69, 84, 100, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 97px;
  text-transform: initial;
  width: 1440px;
  z-index: 9;
  cursor: initial;
}
.all_categories a:hover {color: var(--red);}
.category_column {float: left;}
.category_column:nth-child(1) {
    width: calc(100% - 420px);
    padding-right: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    box-sizing: border-box;
    margin-bottom: -10px;
}
.category_column:nth-child(2) {width: 325px;}
.category_column:nth-child(3) {width: 282px;}
.category_column:nth-child(4) {
    width: 420px;
    display: flex;
    flex-wrap: wrap;
}
.column_category, .big_category, .menu__category.active .all_categories {display: block;}
.column_category {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(35 35 35 / 20%);
}
.category_column.body_m_regular {
    line-height: 130%;
}
.column_category:not(:hover) .body_s {
    color: #655B52;
}
.big_category {
    width: 195px;
    display: inline-block;
    text-align: center;
    padding-top: 142px;
    background-size: contain;
    background-repeat: no-repeat;
}
.big_category:nth-child(2n) {margin-right: 30px;}
.big_category:nth-child(n+4) {margin-top: 30px;}
.content_bg {
  display: none;
  background: var(--grey);
  opacity: 0.4;
  box-shadow: 0px 18px 34px rgba(35, 35, 35, 0.18);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
}
.content_bg.show {display: block;}
.content {position: relative; z-index: 0;}
.sliders {padding: 40px 80px;}
.slides {overflow: hidden; position: relative;}
.slides__arrow {
  background: url(../img/arrow.png), var(--white);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  box-shadow: 0px 4px 10px rgba(53, 48, 43, 0.15);
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 25px);
  right: 38px;
  cursor: pointer;
}
.slides__arrow.arrow_left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  right: unset;
  left: 38px;
}
.slides__info {
  padding: 8px 16px;
  background: rgba(35, 35, 35, 0.8);
  border-radius: 46px;
  display: inline-block;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  white-space: break-spaces;
}
.slides__container {transform: translateX(0); transition: 0.4s; display: flex;}
.slide {
  position: relative;
  padding-top: 68.067%;
  border-radius: 10px;
  background-size: cover;
  min-width: 100%;
}
.slide__text {
  position: absolute;
  top: 205px;
  right: 150px;
  text-align: center;
  width: 457px;
}
.slide__title {padding: 0 50px;}
.slide__btn {
  margin-top: 24px;
  display: inline-block;
  padding: 12px 20px;
}
.banner_category {
  background: #1171C7;
  background-repeat: no-repeat;
  background-position: top right;
  border-radius: 10px;
  height: 312px;
  padding-left: 50px;
  display: flow-root;
}
.banner_category:nth-child(2) {
  margin-top: 24px;
  background-color: #7A7FD3;
  background-repeat: no-repeat;
  background-position: top right;
}
.banner_category__title {padding-top: 100px;}
.banner_category__btn {
  margin-top: 16px;
  padding: 12px 20px;
  display: inline-block;
  border-radius: 3px;
}
.assort {padding-top: 40px; text-align: center;}
.assort__row {
  margin-top: 16px;
  text-align: left;
  display: flex;
  padding: 0 140px;
}
.assort__col {display: inline-grid; margin: 0 auto; grid-template-columns: repeat(3, auto); column-gap: 140px;}
.assort_item {
  margin-top: 16px;
  padding-left: 29px;
  position: relative;
  align-self: center;
}
.assort_item:hover {color: var(--red);}
.assort_item:before {
  content: "";
  height: 24px;
  width: 19px;
  background: url(../img/tree.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product_slider {padding: 80px; text-align: center;}
.product__subcategories {padding-top: 16px; display: table; margin: auto;}
.subcategory {
  padding: 8px 16px;
  margin: 0 12px;
  display: inline-block;
  border-radius: 5px;
  background: var(--cream);
  color: var(--grey);
  box-sizing: border-box;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.2s;
}
.subcategory.active, .subcategory:hover, .category__subcategory:hover {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}
.subcategory.active {cursor: initial;}
.tab {position: relative; margin-top: 32px; display: none;}
.tab.active {display: block;}
.product_slider__block {overflow: hidden;}
.product_slider__container {
    display: flex;
    transform: translateX(0px);
    transition: 0.4s;
    margin-right: -1.667%;
}
.product_slider__item {
    width: 25%;
    box-sizing: border-box;
    text-align: left;
    min-width: 25%;
    padding-right: 1.667%;
}
.product_slider__item > a, .category__item > a {
    position: relative;
    display: flow-root;
}
.product_slider__image {background-color: #EBECEE; position: relative; overflow: hidden;}
.product_slider__image img, .product_slider__hovers img {mix-blend-mode: darken; width: 100%; height: 375px; object-fit: contain; -webkit-transition: .2s; transition: .2s;}
.product_slider__hovers[data-hover="1"], .product_slider__hovers[data-hover="2"] {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.product_slider__hovers .hover-wrapper {
    position: absolute;
    inset: 0;
    display: none;
    z-index: 4;
    background-color: #EBECEE;
}
.product_slider__hovers[data-hover="1"] .hover-overlay {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 9;
}
.product_slider__hovers[data-hover="2"] .hover-overlay {
    position: absolute;
    height: 100%;
    width: 33%;
    right: 33%;
    top: 0;
    z-index: 9;
}
.product_slider__hovers[data-hover="2"] > .hover-overlay:nth-child(3) {
    right: 0;
    z-index: 9;
}
.product_slider__hovers .hover-overlay:hover + .hover-wrapper {
    display: block;
}
.product_slider__dots {
    height: 3px;
    position: absolute;
    bottom: 19px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    z-index: 8;
}
.product_slider__dots span {
    flex: 1 1 100%;
    margin: 0 5px;
    background: #FFFFFF;
    border-radius: 5px;
}
.product_slider__hovers .product_slider__dots span:nth-child(1) {
    background: var(--red);
}
.product_slider__hovers[data-active="2"] .product_slider__dots span:nth-child(1),
.product_slider__hovers[data-active="3"] .product_slider__dots span:nth-child(1) {
    background: white;
}
.product_slider__hovers[data-active="2"] .product_slider__dots span:nth-child(2),
.product_slider__hovers[data-active="3"] .product_slider__dots span:nth-child(3){
    background: var(--red);
}
.product_slider__image img.nophoto {object-fit: none;}
.product_slider__title {
  padding-top: 4px;
}
.product_slider__arrow {
  background: url(../img/arrow.png), #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  box-shadow: 0px 4px 10px rgba(53, 48, 43, 0.15);
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  top: 231px;
  right: -25px;
  cursor: pointer;
}
.product_slider__arrow.arrow_left {
  right: unset;
  left: -25px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.tag {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 16px;
  left: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.tag span {line-height: 40px;}
.tag:nth-of-type(2) {left: 46px;}
.tag:nth-of-type(3) {left: 76px;}
.tag:nth-of-type(4) {left: 106px;}
.product_slider__price {margin-top: 16px;}
.product_slider__price span {display: inline-block;}
.product_slider__price span:nth-child(2) {
  opacity: 0.5;
  padding-left: 12px;
  position: relative;
}
.product_slider__price span:nth-child(2):after {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: 2px;
  background: var(--red);
  left: 12px;
  top: 50%;
  margin-top: -1px;
}
.product_slider__price span:nth-child(3) {
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 1.5px 3px;
  width: 34px;
  height: 19px;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 16px;
}
.advantages {padding: 80px 68px; text-align: center;}
.advantages__title {margin-bottom: 32px;}
.advantages__items {display: flex;}
.advantages__item {
  width: 22.40%;
  margin-left: auto;
  margin-right: auto;
}
.advantages__item__icon {
  width: 98px;
  height: 98px;
  border: 2px solid #DC2433;
  box-sizing: border-box;
  border-radius: 50%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}
.advantages__item__title {
  padding-top: 24px;
  padding-bottom: 8px;
}
.half_container {padding: 0 68px; display: flex;}
.half_content {
  width: 50%;
  margin: 0 12px;
  position: relative;
}
.sale__bg {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding-top: 51.413%;
  border-radius: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}
.half_content:hover .sale__bg {
    transform: scale(1.1);
}
.sale__circle {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  text-align: center;
}
.sale__circle .h2 {
  line-height: 53px;
  margin-top: 56px;
}
.newsletter {
  padding: 87px 122px;
  background: rgba(2, 115, 62, 0.22);
  border-radius: 10px;
}
.newsletter__text {margin-top: 8px; padding-right: 150px;}
.newsletter__input {
  margin-top: 24px;
  display: flex;
}
.newsletter__input input {
  width: 292px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 3px 0px 0px 3px;
  border: none;
  -webkit-appearance: none;
  padding: 0 16px;
  box-sizing: border-box;
  outline: none;
}
.newsletter__button {
  border-radius: 0px 3px 3px 0px;
  width: 50px;
  height: 50px;
  background-image: url('../img/btn_arrow.png');
  background-position: center;
  border: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  padding: 0;
  cursor: pointer;
}
.testi {
  background: #F3EDE7;
  border-radius: 10px;
  padding: 72px 122px;
}
.testi__icon {
  width: 36px;
  height: 29px;
  background: url('../img/quote.png');
}
.testi__text {margin: 24px 0;}
.testi__client {display: flex;}
.testi__client__photo {
  width: 58px;
  height: 58px;
  background: url('../img/client.jpg');
  border-radius: 50%;
}
.testi__client__text {padding: 6px 15px;}
.brands {padding: 70px 80px 0 80px; text-align: center;}
.brand {
  position: relative;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 10px;
  padding-top: calc(100% - 2px);
}
.brand img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 75%;
  height: auto;
  transform: translate(-50%, -50%);
}
.brand:nth-child(2) {margin-top: 24px;}
.brand__title {margin-top: 135px;}
.brand__text {padding: 0 25px; margin-top: 24px;}
.brand__text a:hover {color: inherit;}
.main_about {padding-top: 73px; text-align: center;}
.main_about__title {width: 830px; margin: auto;}
.main_about__text {width: 724px; margin: 16px auto 0;}
.articles {padding: 80px 80px 0 80px;}
.news .articles {padding-top: 54px;}
.articles__title {margin-bottom: 32px;}
.articles_link {position: absolute; right: 0; top: 13px; padding: 10px 2px;}
.articles_link:hover {color: var(--red);}
.articles_link:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: text-bottom;
  background: url(../img/arrow_red.png);
  background-repeat: no-repeat;
  margin-left: 9px;
  background-size: contain;
  background-position-y: 4px;
}
.article {text-align: center;}
.news .col:nth-child(n+4) .article {margin-top: 40px;}
.news .col_4:nth-child(3n+1) {clear: both;}
.news .pagination {padding: 0 25px;}
.article__overflow {overflow: hidden; border-radius: 5px;}
.article__overflow:hover .article__img {transform: scale(1.1);}
.article__img {
  background-size: cover;
  padding-top: 66.595%;
  -webkit-transition: .2s;
  transition: .2s;
}
.article__title {margin-top: 24px;}
.article__text {margin-top: 8px; padding: 0 40px;}
.join {
  overflow: hidden;
  margin-top: 80px;
  width: 100%;
  height: 588px;
  padding-left: 50%;
  box-sizing: border-box;
}
.join__container {display: flex; transform: translateX(-50%); width: 2040px;}
.join__block {width: 408px; float: left;}
.join__img {
  background: #E0E0E0;
  border-radius: 10px;
  width: 180px;
  height: 180px;
  background-size: contain;
  float: left;
  margin: 0 12px 24px 12px;
}
.join__img.big {
  width: 384px;
  height: 384px;
}
.join__text {
  width: 384px;
  height: 180px;
  float: left;
  margin: 0 12px 24px 12px;
  text-align: center;
}
.join__h2 {margin-top: 43px;}
.footer {top: 80px; padding: 80px 80px 0 80px; position: relative; clear: both;}
.footer_contacts {padding-left: 10px; padding-top: 16px;}
.footer__tel {padding-top: 24px;}
.footer__icons {display: flex; margin-top: 40px;}
.footer__icon {width: 36px; height: 36px; display: grid; border-radius: 50%;}
.footer__icon svg {transform: translate(-50%, -50%); margin-left: 50%; margin-top: 50%;}
.footer__icon:not(:last-child) {margin-right: 16px;}
.footer__icon:hover {background: var(--white); box-shadow: 0px 4px 10px rgba(53, 48, 43, 0.15);}
.footer__icon:hover path {fill: var(--red);}
.footer .hr {position: relative; top: 44px; margin-bottom: 44px;}
.footer__menu {display: block; line-height: 22px;}
.footer__menu:hover {color: var(--red);}
.footer__menu:not(:last-child) {margin-bottom: 8px;}
.annotation {padding: 24px 0;}
.annotation__item:first-child {display: inline-block;}
.annotation__item:not(:last-child) {padding-right: 32px;}
.annotation__item:last-child {/*float: right;*/}
a.annotation__item:hover {color: var(--red);}
.annotation__item:last-child a:hover {color: var(--brown);}
.menu__catalog .menu {
  display: none;
  margin-top: 40px;
  grid-template-columns: 1fr 1fr 110px;
}
.menu__catalog .menu__li {padding: 0; margin-bottom: 12px;}
.mouse_block {position: absolute; top: -25px; left: 0; width: 100%; height: 25px;}
.mobile_header__phones {display: none;}
.mob_category__icon {display: none;}
body.overflow {overflow: hidden;}
.row {margin: 0 -12px; display: table; display: flow-root;}
.col {padding: 0 12px; float: left; box-sizing: border-box;}
.col_2 {width: 16.66%;}
.col_3 {width: 25%;}
.col_4 {width: 33.33%;}
.col_5 {width: 41.66%;}
.col_6 {width: calc(100% * 6 / 12);}
.col_8 {width: 66.66%;}
.col_9 {width: calc(100% * 9 / 12);}
.footer .col_9 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
}
.CatalogList .col_3:nth-child(4n+1) {clear: both;}
/* grayscale hovers */
.slide__btn:hover, .newsletter__button:hover, .contacts__btn:hover, .contacts__btn:focus {filter: grayscale(1);}
/* invert hovers */
.banner_category__btn:hover, .product_slider__arrow:hover, .slides__arrow:hover {filter: invert(1);}
/* animation */
.v-view_bottom {
    opacity: 0;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: cubic-bezier(.25, .1, .25, 1);
    animation-timing-function: cubic-bezier(.25, .1, .25, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: vView_Bottom_Hide;
    animation-name: vView_Bottom_Hide
}
.v-view_bottom.d2 {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}
.v-view_bottom.d3 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.v-view_bottom.d4 {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
.v-view_bottom.d5 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.v-view_bottom.v-viewed {
    -webkit-animation-name: vView_Bottom_Show;
    animation-name: vView_Bottom_Show
}
@-webkit-keyframes vView_Bottom_Show {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 70px);
        transform: translate(0, 70px)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes vView_Bottom_Show {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 70px);
        transform: translate(0, 70px)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.pagetitle {padding: 40px 0; display: grid; place-items: center; text-align: center;}
.catalog__title {padding: 54px 80px;}
.breadcrumbs {margin-top: 8px;}
.breadcrumbs span {margin: 0 8px;}
.breadcrumbs a:hover {color: var(--red);}
.catalog {padding: 0 80px;}
.category {margin-top: 54px; text-align: center;}
.category__title {max-width: 179px; margin: 24px auto 0 auto;}
.category__img {
  background: #F3EDE7;
  border-radius: 10px;
  padding-top: 66.818%;
  width: 100%;
  background-image: url(../img/placeholder.png);
  background-repeat: no-repeat;
  background-position: center;
}
.catalog .col_2:nth-child(6n+1) {clear: both;}
.catalog__content {padding: 0 80px;}
.catalog__filter:not(:first-child) {margin-top: 54px;}
.catalog__filter a:hover {color: var(--red);}
.catalog__sidebar .h4 {margin-bottom: 4px;}
.catalog__sidebar .body_m_regular {margin-top: 10px; display: block;}
.catalog__inputs.body_m_regular {display: flex;}
.catalog__inputs input {
  margin-top: 10px;
  margin-bottom: 7px;
  background: #F0F0F0;
  border-radius: 5px;
  width: 110px;
  height: 40px;
  display: inline-block;
  color: #655b52b3;
  opacity: 0.7;
  padding: 0 12px;
  border: none;
  box-sizing: border-box;
  outline: none;
}
.catalog__inputs span {
  color: #073439;
  opacity: 0.5;
  line-height: 57px;
  margin: 0 4px;
}
.catalog__checkbox, .catalog__radio {position: relative;}
.catalog__filter[data-show="5"] .catalog__checkbox:nth-child(n+7) {
  display: none;
}
.catalog__filter.full[data-show="5"] .catalog__checkbox:nth-child(n+7) {
    display: block;
}
.catalog__checkbox input, .catalog__radio input {display: none;}
.catalog__checkbox label, .catalog__radio label {padding-left: 36px; cursor: pointer;}
.catalog__checkbox label:before {
  content: "";
  opacity: 0.4;
  border: 2px solid #655B52;
  box-sizing: border-box;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
.catalog__checkbox input:checked + label:before {
  background: var(--red);
  opacity: 1;
  border-color: var(--red);
  background-image: url(../img/checked.png);
  background-repeat: no-repeat;
  background-position: center;
}
.catalog__radio label:before {
  content: "";
  border: 2px solid var(--red);
  box-sizing: border-box;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px;
}
.catalog__radio input:checked + label:before {
  background-image: url(../img/red_circle.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.show_hidden, .hide_hidden {cursor: pointer;}
.catalog__colors {margin-bottom: 2px; margin-left: -8px;}
.catalog__color {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 8px;
  margin-left: 8px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
}
.catalog__color:nth-child(1) {background-color: #65C057;}
.catalog__color:nth-child(2) {background-color: #FFFFFF; border: 1px solid #DEDEDE;}
.catalog__color:nth-child(3) {background-color: #939393;}
.catalog__color:nth-child(4) {background-color: #FF4A4A;}
.catalog__color:nth-child(5) {background-color: #5F8AF8;}
.catalog__color:nth-child(6) {background-color: #301480;}
.catalog__color:nth-child(7) {background-color: #C995BD;}
.catalog__color:nth-child(8) {background-color: #45A9AF;}
.catalog__color:nth-child(9) {background-color: #2591B4;}
.catalog__color:nth-child(10) {background-color: #F29D3A;}
.catalog__color:nth-child(11) {background-color: #D7CF23;}
.catalog__color:nth-child(12) {background-color: #000000;}
/*.catalog__color.checked {background-image: url(../img/color_checked.png);}*/
.subcategories {margin-top: -8px; margin-left: -5px;}
.category__subcategory {
  margin-top: 8px;
  margin-left: 5px;
  padding: 8px 16px;
  background: var(--cream);
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
}
.category__item {margin-top: 54px;}
.pagination {
  display: inline-flex;
  list-style: none;
  margin-top: 64px;
}
.pagination .page {
  width: 40px;
  height: 40px;
  margin: 0 4px;
  background: var(--cream);
  color: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.pagination .page a {
  width: 100%;
  height: 100%;
  display: block;
}
.pagination .empty {
  line-height: 40px;
  width: 40px;
  text-align: center;
}
.pagination .page:hover, .pagination .page.active {
  background: var(--red);
  color: #fff;
}
.pagination .control {
  margin-right: 36px;
  width: 28px;
  height: 40px;
  background: url('../img/page_arrow.png');
  background-repeat: no-repeat;
  background-position: center;
}
.pagination .control a {
  width: 100%;
  height: 100%;
  display: block;
}
.pagination .control.right {transform: matrix(-1, 0, 0, 1, 0, 0); margin-right: 0; margin-left: 36px;}
.category__description {margin-top: 80px; display: flow-root;}
.category__description__column {width: 43.203%; float: left;}
.category__description__column:last-child {float: right;}
.product__title {padding: 32px 80px;}
.product__title .breadcrumbs {margin: 0;}
.product__content {padding: 0 80px; display: flow-root;}
.product__block1 {width: 444px; float: left;}
.product__wrapper {overflow: hidden;}
.product__inner {transform: translateX(0); display: flex;}
.product__img {
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  height: 150%;
  min-width: 100%;
}
.product__dots {margin-top: 8px; margin-left: -7px; display: grid; grid-template-columns: repeat(6,1fr);}
.product__dot {
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  border-radius: 10px;
  width: 68px;
  height: 102px;
  margin-left: 7px;
  background-image: url(../img/product.jpg);
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.product__dot.active {border-color: var(--red);}
.product__block2 {width: 586px; float: left; margin-left: 44px;}
.block2__title {letter-spacing: -0.03em;}
.product__article {margin-top: 10px; padding: 6px 0; border-bottom: 1px solid rgba(101, 91, 82, 0.2);}
.product__stock {float: right; padding-left: 23px; position: relative;}
.product__stock:before {
  content: "";
  background-image: url(../img/stock.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: 24px;
  width: 16px;
  display: block;
  position: absolute;
  left: 0;
}
.notavail.product__stock {padding-left: 0px; color: var(--red);}
.notavail.product__stock:before {content: none;}
.product__inputs_group {display: flex;}
.product__counts {
  margin-top: 54px;
  width: 106px;
  display: inline-table;
}
.count__input {
  border: 1px solid rgba(101, 91, 82, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 8px;
  text-align: center;
  padding: 6.5px 0;
  position: relative;
  width: 106px;
  display: inline-block;
}
.count__btn {
  background: url(../img/count_arrow.png);
  width: 8px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  cursor: pointer;
  top: 13px;
  background-size: contain;
}
.count_minus, .cart_minus {left: 18px; transform: matrix(-1, 0, 0, 1, 0, 0);}
.count_plus, .cart_plus {right: 18px;}
.product__colors {
  margin-top: 54px;
  display: inline-table;
  margin-left: 32px;
}
.product__colors.error .h6:after {
    content: "* Выберите цвет";
    color: var(--red);
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: 10px;
}
.product__sizes.error .h6:after {
    content: "* Выберите вариант";
    color: var(--red);
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: 10px;
}
.product__color_group {display: flex; flex-wrap: wrap;}
.product__color {
  margin-top: 9px;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #dedede;
  cursor: pointer;
}
.product__color__inner {
    position: absolute;
    width: 41px;
    height: 40px;
    border-radius: 50%;
    clip-path: inset(0px -1px 0px 50%);
    margin-top: 0px;
}
.product__sizes {margin-top: 40px;}
.product__size {
  margin-top: 8px;
  margin-right: 16px;
  padding: 8px 16px;
  display: inline-block;
  background: var(--cream);
  border-radius: 5px;
  cursor: pointer;
}
.product__color.checked:after, .catalog__color.checked:after {
    content: "";
    background-image: url(../img/color_checked.png);
    position: absolute;
    width: 40px;
    height: 39px;
    background-repeat: no-repeat;
    background-position: center;
}
.color_green {background-color: #65C057;}
.color_white {background-color: #FFFFFF; border: 1px solid #DEDEDE; box-sizing: border-box;}
.color_grey {background-color: #939393;}
.color_red {background-color: #FF4A4A;}
.color_blue {background-color: #5F8AF8;}
.color_purple {background-color: #301480;}
.color_pink {background-color: #C995BD;}
.color_ocean1 {background-color: #45A9AF;}
.color_ocean2 {background-color: #2591B4;}
.color_orange {background-color: #F29D3A;}
.color_yellow {background-color: #D7CF23;}
.product__size:hover, .product__size.active {background: var(--red); color: var(--white);}
.product__attributes {margin-top: 40px; width: 464px;}
.product__attributes__wrap {margin-top: 8px;}
.product__attribute {padding-top: 8px; padding-bottom: 9px; border-bottom: 1px solid rgba(101, 91, 82, 0.15); display: flex;}
.product__attribute__col1 {width: 65%;}
.product__attributes__all {border-bottom: 1px dashed #DC2433; cursor: pointer; margin-top: 16px; display: inline-block;}
.product__attributes__all:hover {border-color: transparent;}
.product__block3 {float: right; width: 341px;}
.price__block {box-shadow: 0px 8px 30px rgba(53, 48, 43, 0.2); border-radius: 10px; padding: 24px 30px 35px;}
.product__price {font-size: 48px; line-height: 130%; padding-top: 10px;}
.product__opt {margin-top: 16px;}
.product__add__wrapper {
    display: flex;
    position: relative;
}
.product__add {padding: 12px 20px; display: inline-flex; margin-top: 16px; cursor: pointer; border-radius: 3px;}
.product__add:hover {filter: grayscale(1);}
.product__add svg {padding: 3px 0;}
.product__add__wrapper .product__add {
    width: calc(100% - 66px);
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
}
.product__info_slider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    margin: 16px auto 0;
}
.product__info_slider.active > svg {
    cursor: pointer;
}
.product__info_slider:not(.active) > svg {opacity: 0;}
.product__info_slider > svg path {
    stroke: #c0c0c0;
}
.product__info_slider > svg path:nth-child(2) {
    fill: #c0c0c0;
}
.product__info_slider > svg:hover path, .product__info_slider > .product__info_slider__block.show + svg path {
    stroke: #0DAA78;
}
.product__info_slider > svg:hover path:nth-child(2), .product__info_slider > .product__info_slider__block.show + svg path:nth-child(2) {
    fill: #0DAA78;
}
.product__info_slider__block {
    display: none;
    position: absolute;
    width: 309px;
    right: 0;
    bottom: 55px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    border-radius: 10px;
    padding: 20px;
    z-index: 15;
}
.product__info_slider__block.show {display: block;}
.product_slider__item .product__info_slider__block {
    max-width: calc(100% - 60px) !important;
    right: 10px;
}
.product__info_slider__close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: flex;
}
.product__info_slider__treangle {
    position: absolute;
    top: 100%;
    display: flex;
    right: 23px;
}
.product__info_slider__treangle svg path {
    stroke: #000;
    stroke-dasharray: 26px;
    stroke-dashoffset: 31px;
    stroke-opacity: 0.1;
}
.product__add__text, .product__add__text2, .product__mob__text2 {margin-left: 10px;}
.product__mob__text2 {display: none;}
.product__opt__th span:nth-child(1), .product__opt__td span:nth-child(1) {
  width: 135px;
  display: inline-block;
}
.product__sets {margin-top: 52px;}
.product__sets .product__add {margin-top: 0;}
.product__set {padding: 24px 0; border-top: 1px solid rgba(101, 91, 82, 0.15);}
.product__set:nth-child(2) {border: none;}
.product__set .count__input {margin-top: 12px;}
.product__set__img {
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  border-radius: 10px;
  width: 68px;
  height: 102px;
  background-image: url(../img/product.jpg);
  background-size: contain;
  background-position: center;
  cursor: pointer;
  float: left;
  margin-right: 13px;
}
.product__set__title {padding-right: 10px;}
.product__block4 {margin-top: 50px; float: left; width: 1073px;}
.product__block4__buttons {display: flex; flex-wrap: wrap;}
.product__block4__button {
  margin-right: 40px;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
.product__block4__button.active {border-color: var(--red); color: var(--red);}
.product__block4__button:hover {color: var(--red); cursor: pointer;}
.product__tabs {margin-top: 24px; max-width: 951px;}
.product__tab {display: none;}
.product__tab.active {display: block;}
.product__related {margin-top: 80px; float: left; width: 100%;}
.product__related .category__item {margin-top: 34px;}
.show_filter__btn {display: none;}
.contacts {padding: 54px 80px 0 80px;}
.contacts__info {margin-top: 16px; margin-bottom: 54px;}
.contacts__map {max-width: 1044px;}
.contacts__title {max-width: 540px;}
.contacts .h5, .opt .h5 {margin-bottom: 16px;}
.contacts .h5:not(:first-child) {margin-top: 40px;}
.contacts .footer__icons {margin-top: 16px;}
.contacts .footer__icon:not(:last-child) {margin-right: 8px;}
.contacts__info .body_s:not(:last-child) {margin-bottom: 8px;}
.mb8 {margin-bottom: 8px;}
.contacts__ul {padding-right: 70px;}
.contacts__li span {display: inline-block;}
.contacts__li {
  margin-top: 16px;
  padding-left: 34px;
  position: relative;
}
.contacts__li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: var(--red);
  background-image: url(../img/checked.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.contacts__input {
  background: #F7F3F0;
  border-radius: 3px;
  width: 100%;
  padding: 14px 20px 16px 20px;
  margin-bottom: 8px;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
}
.contacts__input.half {width: calc(50% - 4px); display: inline-block;}
.contacts__input.half+.contacts__input.half {margin-left: 4px;}
textarea {resize: vertical;}
.contacts__btn {
  border-radius: 3px;
  border: none;
  padding: 12px 20px;
  float: right;
  cursor: pointer;
}
.opt .contacts__btn {
    float: none;
}
.contacts__form input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: -4;
  width: 18px;
  height: 18px;
}
.form-group {position: relative;}
.contacts__checkbox {
  display: inline-block;
  max-width: 170px;
  margin-bottom: 8px;
  margin-top: 8px;
  margin-left: 26px;
  position: relative;
}
.opt .contacts__checkbox {
    max-width: unset;
    display: block;
    margin-top: 11px;
    margin-bottom: 19px;
}
.contacts__checkbox:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: -26px;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  border: 2px solid var(--red);
  cursor: pointer;
}
input[type="checkbox"]:checked+.contacts__checkbox:before {
  background-color: var(--red);
  background-image: url(../img/checked.png);
  background-position: center;
  background-repeat: no-repeat;
}
input[type=checkbox]:focus+.contacts__checkbox:before {
    outline: -webkit-focus-ring-color auto 1px;
}
.about, .dostavka {padding: 54px 80px 0 80px; position: relative;}
.about__container {max-width: 708px; margin: auto;}
.about__team {display: grid; margin: 54px -12px; text-align: center; grid-template-columns: 1fr 1fr 1fr 1fr;}
.about .h2 {margin: 0 0 24px 0;}
.dostavka .h2, .dostavka .h3 {margin: 54px 0 32px 0;}
.dostavka .h2:first-child, .dostavka .h2+.h3 {margin-top: 0;}
.about__team .h5 {margin-bottom: 4px; margin-top: 24px;}
.about__text img {margin: 54px 0;}
.about__text a {color: var(--red);}
.dostavka .h3 {color: var(--red); padding-right: 45px; position: relative;}
.dostavka .h3:after {
  content: "";
  position: absolute;
  width: 43px;
  height: 4px;
  right: 0;
  top: 25px;
  display: block;
  background: var(--red);
}
.about__text ul {margin-top: 16px; margin-bottom: 32px; list-style: none;}
.about__text ul:last-child {margin-bottom: 0;}
.about__text li {padding-left: 34px; position: relative;}
.about__text li:not(:last-child) {margin-bottom: 16px;}
.about__text li:before {
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: var(--red);
  color: #fff;
  position: absolute;
  text-align: center;
}
.about__text li:nth-child(1):before {content: "1";}
.about__text li:nth-child(2):before {content: "2";}
.about__text li:nth-child(3):before {content: "3";}
.about__text li:nth-child(4):before {content: "4";}
.about__text li:nth-child(5):before {content: "5";}
.about__text .dostavka_check li:before {
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  border-radius: 50%;
  position: absolute;
  background-color: var(--red);
  background-image: url('../img/checked.png');
  background-position: center;
  background-repeat: no-repeat;
}
.check_small li {
  width: 210px;
  display: inline-block;
}
.fixed_sidebar {position: fixed;}
.fixed_sidebar a {margin-top: 24px; display: block;}
.fixed_sidebar a.active {color: var(--red); padding-left: 24px; position: relative;}
.fixed_sidebar a.active:before {
  content: "";
  background: var(--red);
  position: absolute;
  width: 16px;
  height: 2px;
  left: 0px;
  top: 14px;
  display: block;
}
.opt {
  width: 342px;
  position: absolute;
  right: 50px;
  top: 74px;
}
.CategoryList .item {
  float: left;
  width: 236px;
  text-align: center;
  margin: 15px 0;
  display: inline-block;
  min-height: 196px;
}
.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.category__description a {
  color: var(--red);
}
.dopolnitelno, .figurnie-ukrashenia {
  margin-top: -8px;
  margin-left: -5px;
  color: var(--grey);
  font-weight: 400;
  font-family: Ubuntu;
  font-style: normal;
  letter-spacing: -.03em;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  clear: both;
}
.dopolnitelno a, .figurnie-ukrashenia a {
  margin-top: 8px;
  margin-left: 5px;
  padding: 8px 16px;
  background: var(--cream);
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
}
.dopolnitelno a:hover, .figurnie-ukrashenia a:hover {
  color: var(--white);
  background: var(--red);
}
.category__products .col_3:nth-child(4n+1) {clear: both;}
.cart_empty {text-align: center; display: none;}
.cart_empty .h4 {margin-bottom: 20px;}
.cart__container {display: flow-root;}
.empty .cart_empty {display: block;}
.empty .cart__container {display: none;}
.cart__body {
  float: left;
  width: calc(100% - 464px);
  padding-right: 88px;
  box-sizing: border-box;
}
.cart__item {display: flex; position: relative; padding-bottom: 24px;}
.cart__item:not(:last-child) {
  border-bottom: 1px solid rgba(101, 91, 82, 0.15);
}
.cart__item:not(:first-child) {margin-top: 24px;}
.cart__img {
  width: 68px;
  height: 102px;
  position: absolute;
  background-size: contain;
}
.cart__text {
  margin-right: 333px;
  margin-left: 98px;
  min-height: 102px;
}
.cart__articul {margin-top: 8px;}
.cart__counter {position: absolute; left: calc(100% - 303px);}
.cart__solo {margin-top: 9px; opacity: 0.7;}
.cart__price {position: absolute; left: calc(100% - 156px); margin-top: 2px; font-size: 24px;}
.cart__remove {
  right: 1px;
  width: 16px;
  height: 16px;
  margin-top: 13px;
  position: absolute;
  cursor: pointer;
}
.cart__remove svg {vertical-align: top;}
.cart__counter .count__input {margin-top: 0;}
.cart__total {padding: 19px 73px 19px 0; text-align: right;}
.cart__total span {font-size: 30px;}
.cart__sidebar {
  border: 1px solid #E8E6E5;
  box-sizing: border-box;
  border-radius: 10px;
  float: left;
  width: 464px;
  padding: 30px;
}
.flex {display: flex;}
.cart__sidebar .h2 {margin-bottom: 18px;}
.cart__sidebar .h4 {margin-bottom: 16px;}
.cart__sidebar .flex {margin-bottom: 23px;}
.cart__sidebar .contacts__input {
  padding: 22px 16px 9px 16px;
  margin-bottom: 20px;
}
.cart__sidebar .contacts__form textarea {
  height: unset;
  margin-bottom: 40px;
}
.delivery {margin-bottom: 40px;}
.payment {margin-bottom: 30px;}
.delivery .catalog__radio:not(:last-child), .payment .catalog__radio:not(:last-child) {margin-bottom: 8px;}
.delivery label {display: block; margin-right: -6px;}
.cart__sidebar .contacts__checkbox {
  display: block;
  max-width: unset;
  margin-bottom: 20px;
  margin-left: 36px;
}
.cart__sidebar .contacts__checkbox:before {
  width: 24px;
  height: 24px;
  left: -36px;
}
.cart__sidebar .contacts__btn {
  float: none;
  margin-bottom: 6px;
  font-size: 20px;
}
.input_group {position: relative;}
.placeholder {
  position: absolute;
  font-size: 16px;
  top: 17px;
  left: 20px;
  transition: 0.2s;
}
.contacts__input:focus + .placeholder, .contacts__input.has-text + .placeholder {
  opacity: 0.6;
  top: 10px;
  left: 16px;
  font-size: 12px;
}
#ur {display: none;}
.category__description p {
    margin-bottom: 30px;
}
.category__description h2, .category__description ul {
    margin-bottom: 20px;
}
.category__description ul {
    margin-left: 20px;
}
.assort, .brands, .articles, .main_about, .footer .hr {clear: both;}

/* media */
@media (max-width: 1600px) {
  .header__phones {padding-top: 5px;}
  .header .h5 {font-size: 24px;}
  .menu__category:not(:last-child) {margin-right: 18px;}
  .menu__catalog {padding: 25px 0;}
  .header .body_m_medium {font-size: 14px;}
  .category__icon {margin-top: 4px;}
  .category_column:nth-child(1) {width: 100%; padding: 0; float: none;}
  .category_column:last-child {float: none; width: 100%; clear: both; margin-top: 30px;}
  .catalog .col_2:nth-child(6n+1) {clear: none;}
  .opt {position: initial; width: 100%; max-width: 708px; margin-left: auto; margin-top: 54px;}
  .catalog__title .h1 {font-size: 44px;}
}
@media (max-width: 1600px) and (min-width: 1200px) {
  .content {max-width: 1140px;}
  .header__content {width: 1200px;} 
  .header__content {padding-left: 30px;padding-right: 30px;}
  .header__search input {width: 332px;}
  .menu__category.active:after {width: 128px;}
  .big_category:nth-child(3) {margin-right: 30px;}
  .big_category:nth-child(n+4) {margin-top: 0px;}
  .all_categories {margin-left: 40px; padding-left: 60px; padding-right: 60px;}
  .category_column:nth-child(2) {width: 342px;}
  .category_column:nth-child(3) {width: 236px;}
  .sliders {padding: 20px 26px;}
  .banner_category {height: 232px; padding-left: 30px; background-size: contain;}
  .banner_category__title {padding-top: 63px;}
  .slide__text {top: 145px; right: 57px;}
  .slide__title {padding: 0 100px;}
  .slide__title.h2 {font-size: 40px;}
  .assort__row {padding: 0 47px;}
  .assort__col {column-gap: 63px;}
  .product_slider__arrow {top: 177px;}
  .product_slider {padding: 80px 51px;}
  .advantages {padding: 80px 26px;}
  .half_container {padding: 0 14px;}
  .sale__circle {width: 150px; height: 150px; left: 30px;}
  .sale__circle .h2 {font-size: 44px; margin-top: 36px;}
  .sale__circle .h5 {font-size: 25px;}
  .newsletter {padding: 87px;}
  .newsletter__text {padding-right: 60px;}
  .testi {padding: 72px;}
  .brands {padding: 70px 26px 0 26px;}
  .brand__title {margin-top: 10px;}
  .brand__text {padding: 0 10px;}
  .articles {padding: 80px 26px 0 26px;}
  .news .articles {padding-top: 54px;}
  .article__text {padding: 0 10px;}
  .annotation__item:first-child {display: block;}
  .catalog .col_2 {width: 20%;}
  .catalog .col_2:nth-child(5n+1) {clear: both;}
  .catalog {padding: 0 54px;}
  .catalog__title {padding: 40px 15px;}
  .catalog__content {padding: 0 15px;}
  .catalog__content .row {margin: 0 -10px;}
  .catalog__content .col {padding: 0 10px;}
  .category__description__column {width: 47.06%;}
  .category__products .col_3 {width: 33.333%;}
  .product_slider__image img, .product_slider__hovers img {height: 370px;}
  .product_slider__image img.nophoto {object-fit: none;}
  .product__title {padding: 16px 27px;}
  .product__content {padding: 0 25px;}
  .product__block1 {width: 296px;}
  .product__dots {grid-template-columns: repeat(4,1fr);}
  .product__dot:nth-child(n+5) {margin-top: 7px;}
  .product__block2 {width: 486px; margin-left: 30px;}
  .product__article {margin-right: 17px;}
  .block2__title {font-size: 44px;}
  .product__block3 {width: 290px;}
  .product__opt__th span:nth-child(1), .product__opt__td span:nth-child(1) {width: 125px;}
  .product__block4 {width: 790px; margin-left: 30px;}
  .product__tabs {max-width: 779px;}
  .contacts__checkbox {margin-top: 0;}
  .contacts__form textarea {height: 167px;}
  .contacts__info .col_2, .contacts__info .col_3 {width: 19.444%;}
  .contacts__ul {padding-right: 10px;}
  .contacts__input.half {width: 100%; display: block;}
  .contacts__input.half+.contacts__input.half {margin-left: 0px;}
  .about__team img {max-width: calc(100% - 24px); height: auto;}
  .dostavka .about__container {margin: 0; margin-left: auto;}
  .fixed_sidebar {max-width: 270px; margin-left: -20px;}
  .category__products .col_3:nth-child(4n+1) {clear: none;}
  .category__products .col_3:nth-child(3n+1) {clear: both;}
  .cart__body {padding-right: 50px;}
  .cart__item {display: block; text-align: right;}
  .cart__text {margin-right: 0px; margin-bottom: 10px; text-align: left;}
  .cart__counter {display: inline-flex; position: initial; float: left;}
  .cart__solo {margin-top: 10px; margin-left: 10px;}
  .cart__price, .cart__remove {position: initial; display: inline-block;}
  .cart__price {margin-top: 4px; margin-right: 50px;}
  .cart__remove {margin-top: 15px; margin-right: 1px;}
  .all_categories {width: 1060px;}
}
@media (max-width: 1199px) {
  .header__content {padding-left: 20px; padding-right: 20px;}
  .sliders .col_8 {width: 100%;}
  .sliders .col_4 {width: 100%;}
  .banner_category {float: left; box-sizing: border-box;}
  .advantages {padding: 80px 24px;}
  .advantages__items {display: flow-root;}
  .advantages__item {
    float: left;
    width: 50%;
    padding: 0 26px;
    box-sizing: border-box;
    margin-top: 24px;
  }
  .advantages__item:nth-child(3) {clear: both;}
  .brands .col_2 {width: 50%;}
  .brands .col_4 {width: 100%;}
  .brand {width: calc(50% - 12px); float: left; padding-top: calc(50% - 14px); margin: 0;}
  .brand:nth-child(1) {margin-right: 12px;}
  .brand:nth-child(2) {margin-left: 12px; margin-top: 0;}
  .brand__title {margin-top: 50px;}
  .product__opt__th span:nth-child(1), .product__opt__td span:nth-child(1) {width: 125px;}
  .product__block4 {width: 100%;}
  .product__tabs {max-width: 100%;}
  .category__products .col_3:nth-child(4n+1) {clear: none;}
  .category__products .col_3:nth-child(2n+1) {clear: both;}
  .cart__body {width: 100%; padding-right: 0; margin-bottom: 40px;}
  .cart__sidebar {width: 100%;}
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .content {max-width: 984px;}
  .header__content {width: 1024px;}
  .tel:not(:last-child) {margin-right: 38px;}
  .header__search input {width: 204px;}
  .menu__category:nth-child(n+5) {display: none;}
  .category_column:nth-child(3) {width: 259px;}
  .big_category:nth-child(2n) {margin-right: 32px;}
  .big_category:nth-child(3) {margin-right: 32px;}
  .sliders {padding: 24px 24px;}
  .banner_category {
    width: calc(50% - 12px);
    margin-top: 24px;
    margin-right: 12px;
  }
  .banner_category:nth-child(2) {margin-right: 0; margin-left: 12px;}
  .slide__text {top: 210px; right: 140px;}
  .slide__title.h2 {font-size: 50px; padding: 0 80px;}
  .assort__row {padding: 0 50px;}
  .assort__col {grid-template-columns: repeat(3, auto); column-gap: 30px;}
  .assort_item {line-height: 1.3;}
  .product_slider {padding: 80px 50px;}
  .product_slider__arrow {top: 150px;}
  .half_container {padding: 0 12px;}
  .newsletter {padding: 77px 55px;}
  .newsletter__text {padding-right: 60px;}
  .testi {padding: 62px 45px;}
  .sale__circle {width: 150px; height: 150px; left: 30px;}
  .sale__circle .h2 {font-size: 44px; margin-top: 36px;}
  .sale__circle .h5 {font-size: 25px;}
  .brands {padding: 70px 24px 0 24px;}
  .brand__text {margin-bottom: 50px; padding: 0 65px;}
  .articles {padding: 70px 24px 0 24px;}
  .news .articles {padding-top: 54px;}
  .footer {padding: 80px 24px 0 24px;}
  .annotation__item:first-child {display: block;}
  .catalog .col_2 {width: 25%;}
  .catalog .col_2:nth-child(4n+1) {clear: both;}
  .catalog {padding: 0 24px;}
  .catalog__title {padding: 40px 20px;}
  .catalog__content {padding: 0 20px;}
  .catalog__content .row {margin: 0 -10px;}
  .catalog__content .col {padding: 0 10px;}
  .category__description__column {width: 100%;}
  .category__description__column:last-child {margin-top: 27px;}
  .catalog__sidebar {width: 288px;}
  .catalog__content .col_9 {width: 696px;}
  .category__products .col_3 {width: 50%;}
  .category__description {padding-right: 42px;}
  .product_slider__image img, .product_slider__hovers img {height: 350px;}
  .product_slider__image img.nophoto {object-fit: none;}
  .product__title {padding: 16px 21px;}
  .product__content {padding: 0 20px;}
  .product__block1 {width: 296px;}
  .product__dots {grid-template-columns: repeat(4,1fr);}
  .product__dot:nth-child(n+5) {margin-top: 7px;}
  .product__block2 {width: 329px; margin-left: 27px;}
  .block2__title {font-size: 40px;}
  .product__attributes {width: 332px;}
  .product__attribute__col1 {width: 69%;}
  .product__article {margin-right: 0;}
  .product__block3 {width: 288px;}
  .product__inputs_group {display: block;}
  .product__counts {margin-top: 40px;}
  .product__colors, .product__sizes, .product__attributes {margin-top: 30px;}
  .product__colors {margin-left: 0;}
  .contacts__info .col_5 {width: 50%;}
  .contacts__info .col_2 {width: 25%;}
  .contacts__info .col_3 {width: 50%; margin-top: 20px;}
  .contacts .h5:not(:first-child) {margin-top: 20px;}
  .contacts__checkbox {margin-top: 0;}
  .contacts__form textarea {height: 167px;}
  .contacts__container .col_9 {width: 70%;}
  .contacts__container .col_3 {width: 30%;}
  .contacts__input.half {width: 100%; display: block;}
  .contacts__input.half+.contacts__input.half {margin-left: 0px;}
  .about__team {margin: 54px -70px;}
  .about__team img {max-width: calc(100% - 24px); height: auto;}
  .dostavka .about__container {margin: unset; margin-left: auto;}
  .dostavka {padding: 54px 30px 0 80px;}
  .fixed_sidebar {margin-left: -50px; max-width: 210px;}
  .input_group:not(:last-of-type) {width: calc(50% - 10px); display: inline-block;}
  .input_group:nth-of-type(2n) {float: right;}
  .all_categories {width: 984px;}
  .big_category:nth-child(n+4) {margin-top: 0px;}
}
@media (max-width: 1023px) {
  .half_container {padding: 0 8px;}
  .header__content:nth-child(1) {display: none;}
  .hr:nth-child(2), .hr:nth-child(4), .hr:nth-child(6) {display: none;}
  .header__content:nth-child(3) {padding-top: 21px; padding-bottom: 20px;}
  .toggle {display: block;}
  .header__search {margin-left: 0; width: 100%; margin-top: 15px;}
  .header__search input {width: 100%;}
  .header__phones {display: none;}
  .minicart {position: absolute; top: 21px; margin-top: 0; right: 20px;}
  .logo {margin-left: 50%; transform: translateX(-50%);}
  .menu__catalog {
    position: absolute;
    z-index: 9999;
    top: 91px;
    left: 0;
    width: 100%;
    min-height: calc(100vh - 91px);
    height: calc(100vh - 91px);
    background: #fff;
    box-sizing: border-box;
    display: none;
    padding: 17px 20px;
    overflow-y: auto;
  }
  .menu__catalog.show {display: block;}
  .menu__category {
    padding-bottom: 13px;
    padding-top: 17px;
    font-size: 16px;
    border-bottom: 1px solid rgba(101, 91, 82, 0.15);
    margin: 0;
    transition: 0.3s;
    overflow: hidden;
    height: 22px;
  }
  .mob_category__icon {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 21px;
    right: 20px;
  }
  .mob_category__icon div {width: 14px; height: 2px; background: var(--red); position: absolute; top: 6px;}
  .mob_category__icon div:nth-child(2) {transform: rotate(90deg);}
  .menu__category.active .mob_category__icon div:nth-child(2) {opacity: 0;}
  .menu__category.active {height: 485px;}
  .menu__category.active:after {content: none;}
  .category_column:nth-child(3) .column_category:last-child {margin-bottom: 0;}
  .category_column:nth-child(4) {display: none}
  .menu__category:first-child {padding-top: 0;}
  .menu__category:not(:last-child) {margin-right: 0;}
  .menu__catalog .menu {display: grid; text-transform: none;}
  .all_categories {
    position: initial;
    box-shadow: none;
    padding: 0;
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid rgba(101, 91, 82, 0.15);
    width: auto;
    display: block;
    border-radius: 0;
  }
  .category__icon {display: none;}
  .mouse_block {display: none;}
  .brands {padding: 70px 20px 0 20px;}
  .brands .row {margin: 0 -10px;}
  .brands .col {padding: 0 10px;}
  .brand {width: calc(50% - 10px); padding-top: calc(50% - 12px);}
  .brand:nth-child(1) {margin-right: 10px;}
  .brand:nth-child(2) {margin-left: 10px;}
  .articles {padding: 80px 20px 0 20px;}
  .news .articles {padding-top: 54px;}
  .footer .hr:nth-child(2) {display: block;}
  .show_filter__btn {
    display: block;
    padding: 15px 17px;
    margin: 0 25px 31px 25px;
    border-radius: 3px;
  }
  .show_filter__btn span {margin-left: 14px; display: inline-block;}
  .catalog__content .col.catalog__sidebar {
    width: 346px;
    padding: 40px 31px;
    position: absolute;
    background: #FFFFFF;
    z-index: 9;
    top: 0;
    transition: 0.3s;
    overflow-y: auto;
    height: calc(100vh - 165px);
  }
  .fixed_sidebar {position: initial; margin-bottom: 24px;}
}
@media (max-width: 1023px) and (min-width: 768px) {
  .content {max-width: 727px;}
  .logo svg {width: 31px;}
  .logo__text {font-size: 42px; line-height: 53px;}
  #half2.half_container {display: block;}
  #half2 .half_content {width: calc(100% - 24px);}
  .category_column:nth-child(1) {grid-template-columns: repeat(2, 1fr);}
  .mobile_header__phones {margin-top: 34px; text-transform: none; display: grid; grid-template-columns: 1fr 1fr 110px;}
  .header .h5 {font-size: 22px;}
  .tel {margin-bottom: 22px;}
  .sliders {padding: 20px 20px 40px 20px;}
  .slide__text {top: 137px; right: 41px;}
  .slide__title.h2 {font-size: 40px; padding: 0 100px;}
  .banner_category {
    width: calc(50% - 10px);
    margin-top: 20px;
    margin-right: 10px;
    height: 263px;
    padding-left: 40px;
  }
  .banner_category:nth-child(1) {background-size: 60%;}
  .banner_category:nth-child(2) {margin-right: 0; margin-left: 10px; margin-top: 20px; background-size: 66%;}
  .banner_category__title {padding-top: 80px; font-size: 35px;}
  .assort__row {padding: 0 20px; display: block;}
  .assort__col {padding: 0 20px; box-sizing: border-box; grid-template-columns: repeat(2, auto); column-gap: 40px;}
  .product_slider {padding: 80px 45px;}
  .product_slider__arrow {top: 100px;}
  .product_slider__item {width: 33.333%; min-width: 33.333%; padding-right: 3%;}
  .product_slider__container {margin-right: -3%;}
  .product_slider__image img, .product_slider__hovers img {height: 250px;}
  .product_slider__image img.nophoto {object-fit: none;}
  .product__subcategories {margin: 0 -6px; padding-top: 10px; text-align: left;}
  .subcategory {margin: 6px;}
  .newsletter {padding: 87px 145px;}
  .newsletter__text {padding-right: 60px;}
  .newsletter__input input {width: 340px;}
  .testi {padding: 72px 145px; margin-top: 20px;}
  .sale__circle {width: 120px; height: 120px; left: 30px;}
  .sale__circle .h2 {font-size: 34px; margin-top: 22px;}
  .sale__circle .h5 {font-size: 21px;}
  .brand__text {margin-bottom: 50px; padding: 0 45px;}
  .article__text {padding: 0 16px;}
  .join__container {width: 2000px;}
  .main_about__title, .main_about__text {width: 100%; padding: 0 30px; box-sizing: border-box;}
  .footer .col_3:nth-child(1) {width: 100%; margin-bottom: 40px;}
  .footer .col_9 {width: 100%; grid-template-columns: repeat(2, 1fr);}
  .footer {padding: 50px 20px 0 20px;}
  .footer .h2 {font-size: 50px; display: inline-block;}
  .footer_contacts {
    display: inline-block;
    padding-top: 0;
    position: relative;
    width: 310px;
    vertical-align: bottom;
    padding-left: 40px;
  }
  .footer__tel {padding-top: 0px;}
  .footer__tel:nth-child(3) {position: absolute; right: 0; top: 0;}
  .footer_contacts .body_m_regular:nth-child(4) {position: absolute; right: 28px; bottom: 0;}
  .footer__icons {
    display: inline-flex;
    margin-bottom: 0px;
    vertical-align: text-bottom;
    margin-left: 30px;
    margin-top: 0;
  }
  .annotation__item:nth-child(2) {display: block;}
  .annotation__item:nth-child(3) {display: block;}
  .col_3:nth-child(4) .footer__menu {width: 50%; float: left; box-sizing: border-box;}
  .col_3:nth-child(4) .footer__menu:nth-child(2n) {padding: 0 12px;}
  .catalog .col_2 {width: calc(100% * 2 / 6);}
  .catalog .col_2:nth-child(3n+1) {clear: both;}
  .catalog {padding: 0 20px;}
  .product__title {padding: 16px 21px;}
  .product__content {padding: 0 20px;}
  .product__block1 {width: 296px;}
  .product__dots {grid-template-columns: repeat(4,1fr);}
  .product__dot:nth-child(n+5) {display: none;}
  .product__block2 {width: 329px; margin-left: 30px;}
  .block2__title {font-size: 40px;}
  .product__attributes {display: none;}
  .product__attribute__col1 {width: 69%;}
  .product__article {margin-right: 0;}
  .product__block3 {width: 100%; margin-top: 41px;}
  .price__block {width: 228px; display: inline-block; vertical-align: top;}
  .product__inputs_group {display: block;}
  .product__counts {margin-top: 40px;}
  .product__colors, .product__sizes, .product__attributes {margin-top: 30px;}
  .product__colors {margin-left: 0;}
  .product__set {display: flow-root;}
  .product__sets {margin-top: 0; margin-left: 26px; width: 386px; display: inline-block;}
  .product__related .row {margin: 0 -10px;}
  .product__related .col {padding: 0 10px;}
  .catalog__title {padding: 40px 25px 30px 25px;}
  .catalog__title .h1 {font-size: 44px;}
  .catalog__content {padding: 0 25px;}
  .catalog__content .row {margin: 0 -10px;}
  .catalog__content .col {padding: 0 10px;}
  .category__description__column {width: 100%;}
  .category__description__column:last-child {margin-top: 27px;}
  .category__item {margin-top: 40px;}
  .catalog__content .col.catalog__sidebar {left: -494px;}
  .catalog__content .col.catalog__sidebar.show {left: -21px;}
  .catalog__content .col_9 {width: 696px; margin: auto;}
  .category__products .col_3 {width: 50%;}
  .content_bg {margin-left: -20px; margin-right: -20px;}
  .contacts__info .col_5 {width: 100%; margin-bottom: 54px;}
  .contacts__info .col_2 {width: 33.333%;}
  .contacts__info .col_3 {width: 33.333%;}
  .contacts__container .col_9 {width: 100%;}
  .contacts__container .col_3 {width: 100%; margin-top: 54px;}
  .contacts {padding-left: 30px; padding-right: 30px;}
  .contacts__ul {padding-right: 10px;}
  .contacts__checkbox {max-width: unset;}
  .about__team {margin: 54px -70px;}
  .about__team img {max-width: calc(100% - 24px); height: auto;}
  .about__text img {max-width: calc(50% - 12px); height: auto;}
  .dostavka {padding: 0 30px}
  .cart__item {display: block; text-align: right;}
  .cart__text {margin-right: 0px; margin-bottom: 10px; text-align: left;}
  .cart__counter {display: inline-flex; position: initial; float: left;}
  .cart__solo {margin-top: 10px; margin-left: 10px;}
  .cart__price, .cart__remove {position: initial; display: inline-block;}
  .cart__price {margin-top: 4px; margin-right: 50px;}
  .cart__remove {margin-top: 15px; margin-right: 1px;}
}
@media (max-width: 767px) {
  .header__content:nth-child(3) {padding-top: 13px;}
  .toggle {top: 29px; width: 26px; height: 18px;}
  .toggle_open .toggle__line:nth-child(1) {
    -webkit-transform: translateY(8px) translateY(-50%) rotate(45deg);
    transform: translateY(8px) translateY(-50%) rotate(45deg);
  }
  .toggle_open .toggle__line:nth-child(3) {
    -webkit-transform: translateY(-8px) translateY(-50%) rotate(-45deg);
    transform: translateY(-8px) translateY(-50%) rotate(-45deg);
  }
  .menu__catalog {
    padding-top: 24px;
    top: 60px;
    min-height: calc(100vh - 60px);
    height: calc(100vh - 60px);
  }
  .category_column {float: none;}
  .category_column:nth-child(1) {grid-template-columns: 1fr;}
  .mob_category__icon {top: 28px;}
  .logo svg {width: 28px; height: 44px;}
  .logo__text {font-size: 38px; line-height: 44px;}
  .header__search {margin-top: 8px;}
  .main_about__title {
    width: 100%;
    font-size: 45px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .main_about__text {width: 90%;}
  .assort__row {display: block; padding: 0 27px;}
  .assort__col {grid-template-columns: 1fr;}
  .half_container {display: block;}
  .half_content {width: calc(100% - 24px);}
  .col_4 {width: 100%;}
  .minicart {background: transparent; top: 9px;}
  .minicart__icon {margin-right: 0px;}
  .minicart__icon path {fill: var(--red);}
  .minicart__count {color: var(--white); background: var(--red);}
  .minicart__body {display: none;}
  .menu__catalog .menu {grid-template-columns: 1fr 1fr;}
  .mobile_header__phones {margin-top: 34px; text-transform: none; display: block;}
  .tel:nth-child(2) {margin-top: 22px;}
  .menu__category.active {height: 978px;}
  .sliders {padding: 10px 10px 40px 10px;}
  .sliders .row, .catalog .row {margin: 0 -10px;}
  .sliders .col, .catalog .col {padding: 0 10px;}
  .slide__text {top: 27%; right: 22%; width: 126px;}
  .slide__title {font-size: 19px; padding: 0;}
  .slide__btn {font-size: 11px; padding: 9px 15px; margin-top: 12px;}
  .slides__arrow {right: 10px;}
  .slides__arrow.arrow_left {left: 10px;}
  .slides__info {bottom: 10px;}
  .banner_category {width: 100%; margin-top: 10px; height: 284px;}
  .banner_category:nth-child(1) {background-size: 60%; background-position-x: 140%;}
  .banner_category__title {font-size: 36px; padding-top: 90px;}
  .banner_category:nth-child(2) {margin-top: 10px; background-size: 66%; background-position-x: 110%;}
  .product_slider {padding: 80px 40px;}
  .product_slider__container {margin-right: 0;}
  .product_slider__item {width: 100%; min-width: 100%; padding-right: 0;}
  .product_slider__arrow {top: 91px;}
  .product_slider__image img, .product_slider__hovers img {height: 232px;}
  .advantages {padding: 80px 20px;}
  .advantages__item {width: 100%; padding: 0;}
  .subcategory:not(:last-child) {margin-bottom: 5px;}
  .half_content:nth-child(2) {margin-top: 20px;}
  .sale__circle {width: 140px; height: 140px; left: 25px;}
  .sale__circle .h2 {line-height: 49px; margin-top: 31px; font-size: 44px;}
  .sale__circle .h5 {font-size: 27px;}
  .newsletter, .testi {padding: 45px;}
  .newsletter__text {padding-right: 32px;}
  .newsletter__input input {width: calc(100% - 50px);}
  .brand__text {margin-bottom: 50px; padding: 0 5px;}
  .brands .col_2 {width: 100%;}
  .brands .col_2:nth-child(1), .brands .col_2:nth-child(4) {margin-bottom: 20px;}
  .articles_link {top: unset; bottom: 0;}
  .article__title {margin-top: 20px;}
  .article__text {margin-bottom: 32px; padding: 0;}
  .main_about {padding-top: 41px;}
  .main_about__text {width: calc(100% - 40px);}
  .join {height: 580px;}
  .join__block {width: 400px;}
  .join__img {margin: 0 10px 20px 10px;}
  .join__text {width: 380px; margin: 0 10px 20px 10px;}
  .footer {padding: 50px 24px 0 24px;}
  .footer_contacts {padding-left: 0; padding-top: 13px;}
  .footer__tel {padding-top: 19px;}
  .footer__icons {margin-top: 32px; margin-bottom: 32px;}
  .annotation__item {display: block;}
  .annotation__item:last-child {float: none; margin-top: 24px;}
  .col_3 {width: 100%;}
  .footer .col_9 {width: 100%; grid-template-columns: 1fr;}
  .catalog .col_2 {width: 50%;}
  .catalog .col_2:nth-child(2n+1) {clear: both;}
  .catalog {padding: 0 20px;}
  .product__title {padding: 16px 20px;}
  .catalog__title {padding: 28px 20px 16px 20px;}
  .catalog__title .h1 {font-size: 38px;}
  .product__content {padding: 0 20px;}
  .product__block1 {float: none; width: 100%;}
  .product__dots {
    display: block;
    margin-top: 10px;
    margin-bottom: 29px;
    text-align: center;
    line-height: 8px;
  }
  .product__dot {
    background-image: none!important;
    border: 1px solid #DC2433;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    display: inline-flex;
  }
  .product__dot.active {background: var(--red);}
  .product__block2 {float: none; width: 100%; margin-left: 0;}
  .block2__title {font-size: 29px;}
  .product__article {padding-top: 0; padding-right: 100px;}
  .product__stock {position: absolute; right: 20px; max-width: 210px; text-align: right;}
  .product__inputs_group {display: block;}
  .product__colors, .product__sizes, .product__counts {margin-top: 20px;}
  .product__colors {margin-left: 0;}
  .product__attributes {display: none;}
  .product__block3 {float: none; width: 100%; margin-top: 20px;}
  .product__sets {margin-top: 30px;}
  .product__set {padding: 16px 0; display: flow-root;}
  .product__set:nth-child(2) {margin-top: 8px;}
  .product__block4 {margin-top: 54px;}
  .product__block4__buttons {margin-right: -20px;}
  .product__block4__button {margin-right: 24px; margin-top: 10px;}
  .product__wrapper {max-width: 446px; margin: auto;}
  .catalog__content .col.catalog__sidebar {left: -325px; width: 325px; padding: 40px 20px; height: calc(100vh - 141px);}
  .catalog__content .col.catalog__sidebar.show {left: 0px;}
  .show_filter__btn {margin: 0 20px 29px 20px;}
  .catalog__content {padding: 0 20px;}
  .catalog__content .col_9 {width: 100%;}
  .catalog__content .row {margin: 0 -5px;}
  .catalog__content .col {padding: 0 5px;}
  .catalog__content .col_3 {width: 50%;}
  .catalog__content .tag {top: 8px; left: 8px;}
  .catalog__content .tag:nth-of-type(2) {left: 38px;}
  .catalog__content .tag:nth-of-type(3) {left: 68px;}
  .catalog__content .tag:nth-of-type(4) {left: 98px;}
  .catalog__content .product_slider__title.h6 {font-size: 16px;}
  .catalog__content .product_slider__price.body_m_bold {font-size: 14px;}
  .subcategories {font-size: 14px !important; line-height: 140% !important;}
  .category__subcategory {padding: 8px 14px;}
  .category__item {margin-top: 23px;}
  .category__description__column {width: 100%;}
  .category__description__column:last-child {margin-top: 27px;}
  .pagination {flex-wrap: wrap;}
  .contacts__input.half {width: 100%; display: block;}
  .contacts__input.half+.contacts__input.half {margin-left: 0px;}
  .contacts__info .col_5 {width: 100%; margin-bottom: 54px;}
  .contacts__info .col_2 {width: 43%;}
  .contacts__info .col_2:nth-child(2) {width: 57%;}
  .contacts__info .col_2:nth-child(3) .h5:nth-child(3) {margin-top: 15px;}
  .contacts__info .col_3 {width: 100%; margin-top: 40px;}
  .contacts__container .col_9 {width: 100%;}
  .contacts__container .col_3 {width: 100%; margin-top: 54px;}
  .contacts {padding-left: 20px; padding-right: 20px;}
  .contacts__ul {padding-right: 10px;}
  .contacts .footer__icons {margin-bottom: 0;}
  .about {padding: 54px 20px 0 20px;}
  .dostavka {padding: 0 20px;}
  .about__team {grid-template-columns: 1fr; margin: 54px 0;}
  .about__team_item:not(:last-child) {margin-bottom: 30px;}
  .about__team .h5 {margin-top: 14px;}
  .about__team img {max-width: 100%; height: auto;}
  .about__text img {max-width: 100%; height: auto;}
  .about__text img+img {margin-top: 0;}
  .cart__item {display: block; text-align: right;}
  .cart__text {margin-right: 0px; margin-bottom: 10px; text-align: left;}
  .cart__counter {display: inline-flex; position: initial; float: left;}
  .cart__price, .cart__remove {position: initial; display: inline-block;}
  .cart__price {margin-top: 4px; margin-right: 50px;}
  .cart__remove {margin-top: 15px; margin-right: 1px;}
  .cart__articul {position: relative; left: -98px;}
  .cart__solo {position: absolute; right: 0; bottom: 73px;}
  .cart__sidebar .flex {display: block;}
  .cart__sidebar .flex .catalog__radio:not(:last-child) {margin-bottom: 8px;}
  .category__products td {display: table-row;}
  .product__info_slider__block {
    max-width: calc(100vw - 80px);
  }
  .product__info_slider__text {
    font-size: 14px;
    line-height: 20px;
  }
  .product__info_slider__treangle {right: 8px;}
  .catalog__content .col_3:nth-child(2n+1) .product__info_slider__block {
    right: unset;
    left: 0;
  }
  .catalog__content .col_3:nth-child(2n+1) .product__info_slider__treangle {
    right: unset;
    left: calc(50vw - 50px);
  }
  .column_category:last-child {border: none;}
}
@media (max-width: 500px) {
  .catalog .col_2:nth-child(n) {clear: both;}
  .catalog .col_2 {width: calc(100% - 88px); margin: 54px auto 0 auto; float: none;}
  .h1 {font-size: 38px;}
  .product__add__wrapper .product__add__text2 {
    font-size: 12px;
    line-height: 18px;
    padding-right: 14px;
  }    
  .product__add__wrapper .product__add > svg {
    width: 16px;
    height: 14px;
    padding: 2px 0;
  }
  .product__add__wrapper .product__add {width: calc(100% - 36px); padding: 7px;}
  .product__info_slider > svg {
    width: 20px;
    height: 20px;
  }
}