/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

.hiddenPopup {
  overflow-y: hidden;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 33px 0px 35px 0px;
}
.header__row_menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -3px;
  margin-left: -106px;
}
.header__row_menu ul {
  width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__row_menu ul li a {
  margin-right: 38px;
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.header__row_menu ul li a:hover {
  border-bottom: 1px solid black;
}
.header__row_functions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}
.header__row_functions-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 194px;
}
.header__functions {
  position: relative;
}
.header__functions_tel {
  margin-right: 31px;
}
.header__functions_tel a {
  color: #000;
  font-family: Inter;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.95px;
}
.header__functions_diagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header__functions_diagram a {
  color: #a1a1a1;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}
.header__functions_favourites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header__functions_favourites a {
  color: #a1a1a1;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}
.header__functions_shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header__functions_shop a {
  color: #a1a1a1;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}

.lowbottom {
  margin: 0px 0px 15px 0px !important;
}

.lowbottommain {
  margin: 15px 0px 15px 0px !important;
}

.function__favourites_count {
  color: #a1a1a1;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}
.function__favourites_count a img {
  margin-bottom: 10px;
}

.function__shop_count {
  color: #a1a1a1;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}
.function__shop_count a img {
  margin-bottom: 10px;
}

.function__diagram_count {
  color: #a1a1a1;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
}
.function__diagram_count a img {
  margin-bottom: 10px;
}

.header-adaptive {
  display: none;
}

.container-m {
  width: 375px;
  margin: 0 auto;
}

@media (min-width: 550px) and (max-width: 1250px) {
  .mobile-slick__wrapprr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 60%;
    margin: 0 auto;
  }
  .heart__count {
    position: relative;
  }
  .basket__count {
    position: relative;
  }
  .basket__count_bg {
    position: absolute;
    bottom: 0;
    width: 11px;
    height: 11px;
    border-radius: 161px;
    background: #000;
  }
  .basket__count_cnt {
    z-index: 2;
    position: absolute;
    bottom: 1.5px;
    left: 3.5px;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 7px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .mobile-slick__basket {
    position: relative;
  }
  .header-count-h {
    position: absolute;
    top: 8px;
    right: 6px;
  }
  .basket__count {
    position: relative;
  }
  .basket__count_bg {
    position: absolute;
    bottom: 0;
    width: 11px;
    height: 11px;
    border-radius: 161px;
    background: #000;
  }
  .basket__count_cnt-h {
    z-index: 2;
    position: absolute;
    bottom: 1.5px;
    left: 4px;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 7px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .mobile-slick__heart {
    position: relative;
  }
  .header-count {
    position: absolute;
    top: 10px;
    right: 6px;
  }
  .header__row {
    display: none;
  }
  .header-adaptive {
    display: block;
  }
  .burger-active {
    right: 0px !important;
  }
  .active {
    top: 0px !important;
  }
  .deactive {
    top: -100px !important;
  }
  .active-slick {
    opacity: 1 !important;
  }
  .deactive-slick {
    opacity: 0 !important;
  }
  .mobile-slick {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 100%;
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    padding: 19px 25px 12px 25px;
    position: fixed;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: rgba(242, 242, 242, 0.73);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  .mobile-slick a img {
    margin-bottom: 14px;
  }
  .mobile-header {
    width: 100%;
    height: 85px;
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0px;
    position: fixed;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: rgba(242, 242, 242, 0.73);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .mobile-header__logo {
    margin-top: 16px;
    margin-bottom: 54px;
    margin-left: 23px;
  }
  .mobile-list {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: white;
    position: fixed;
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    right: -100%;
    z-index: 2000;
  }
  .mobile-list__menu {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile-list__menu_logo {
    margin-top: 16px;
    margin-bottom: 54px;
    margin-left: 23px;
    background-color: white;
  }
  .mobile-list__menu_links {
    width: 100%;
    background-color: white;
  }
  .mobile-list__menu_links ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-list__menu_links ul li:last-child {
    border-bottom: 1px solid gray;
    -o-border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #d9d9d9 50%, rgba(0, 0, 0, 0) 100%);
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #d9d9d9), to(rgba(0, 0, 0, 0)));
       border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #d9d9d9 50%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
  }
  .mobile-list__menu_links ul li a {
    background-color: white;
    padding: 13px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--gray-900, #18181b);
    text-align: left;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    border-top: 1px solid skyblue;
    -o-border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #d9d9d9 50%, rgba(0, 0, 0, 0) 100%);
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #d9d9d9), to(rgba(0, 0, 0, 0)));
       border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #d9d9d9 50%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
  }
  .mobile-list__menu_links ul li a:hover {
    background: #e5e9eb;
  }
  .mobile-list__menu_links ul li a img {
    margin-left: 22px;
    margin-right: 27px;
  }
  .mobile-list__menu_footer-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile-list__menu_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 46px 22px;
  }
  .mobile-list__menu_footer a {
    color: #000;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.95px;
  }
}
@media (min-width: 320px) and (max-width: 549px) {
  .mobile-slick__wrapprr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .heart__count {
    position: relative;
  }
  .mobile-list {
    top: 0;
  }
  .basket__count {
    position: relative;
  }
  .basket__count_bg {
    position: absolute;
    bottom: 0;
    width: 11px;
    height: 11px;
    border-radius: 161px;
    background: #000;
  }
  .basket__count_cnt {
    z-index: 2;
    position: absolute;
    bottom: 1.5px;
    left: 3.5px;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 7px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .mobile-slick__basket {
    position: relative;
  }
  .header-count-h {
    position: absolute;
    top: 8px;
    right: 6px;
  }
  .basket__count {
    position: relative;
  }
  .basket__count_bg {
    position: absolute;
    bottom: 0;
    width: 11px;
    height: 11px;
    border-radius: 161px;
    background: #000;
  }
  .basket__count_cnt-h {
    z-index: 2;
    position: absolute;
    bottom: 1.5px;
    left: 4px;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 7px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .mobile-slick__heart, .mobile-slick__search, .mobile-slick__diagram {
    position: relative;
  }
  .header-count {
    position: absolute;
    top: 10px;
    right: 6px;
  }
  .header__row {
    display: none;
  }
  .header-adaptive {
    display: block;
    position: relative;
  }
  .burger-active {
    right: 0px !important;
  }
  .active {
    top: 0px !important;
  }
  .deactive {
    top: -100px !important;
  }
  .active-slick {
    opacity: 1 !important;
  }
  .deactive-slick {
    opacity: 0 !important;
  }
  .blur {
    width: 100%;
    height: 85px;
    position: absolute;
    top: 0px;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    left: 0;
  }
  .mobile-slick {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 100%;
    z-index: 500;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15.5px 25px;
    position: fixed;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: rgba(242, 242, 242, 0.73);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
  }
  .mobile-slick a img {
    margin-bottom: 14px;
  }
  .mobile-header {
    width: 100%;
    z-index: 500;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0px;
    position: fixed;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: rgba(242, 242, 242, 0.73);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .mobile-header__logo {
    margin-top: 16px;
    margin-bottom: 54px;
    margin-left: 10px;
    position: relative;
  }
  .mobile-header__burger-btn {
    position: relative;
  }
  .mobile-list {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: white;
    position: fixed;
    z-index: 1001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    right: -100%;
    z-index: 2000;
    overflow-y: scroll;
  }
  .mobile-list__menu {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile-list__menu_logo {
    margin-top: 16px;
    margin-bottom: 54px;
    margin-left: 23px;
    background-color: white;
  }
  .mobile-list__menu_links {
    width: 100%;
    background-color: white;
    margin-top: -15px;
  }
  .mobile-list__menu_links ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-list__menu_links ul li:last-child {
    -o-border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #d9d9d9 50%, rgba(0, 0, 0, 0) 100%);
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #d9d9d9), to(rgba(0, 0, 0, 0)));
       border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #d9d9d9 50%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
  }
  .mobile-list__menu_links ul li a {
    background-color: white;
    padding: 13px 0px;
    margin: 15px 0px 15px 0px;
    border-bottom: 1px solid skyblue;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--gray-900, #18181b);
    text-align: left;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    border-top: 1px solid skyblue;
    -o-border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #d9d9d9 50%, rgba(0, 0, 0, 0) 100%);
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, #d9d9d9), to(rgba(0, 0, 0, 0)));
       border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #d9d9d9 50%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
  }
  .mobile-list__menu_links ul li a:hover {
    background: #e5e9eb;
  }
  .mobile-list__menu_links ul li a img {
    margin-left: 22px;
    margin-right: 27px;
  }
  .mobile-list__menu_footer-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile-list__menu_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 46px 22px;
  }
  .mobile-list__menu_footer a {
    color: #000;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.95px;
  }
}
summary {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: relative;
}
details[open] > summary::after {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
summary::marker {
  display: none;
}
summary::after {
  margin-top: 4px;
  margin-left: 6px;
  content: "";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("/assets/images/backarow.svg") center/100% no-repeat;
  width: 10px;
  height: 10px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.details__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 100;
  max-width: 161px;
  padding: 35px 18px;
  background: rgba(255, 255, 255, 0.77);
  -webkit-backdrop-filter: blur(4.5px);
          backdrop-filter: blur(4.5px);
}

.details__item {
  margin-bottom: 20px;
}
.details__item:last-child {
  margin-bottom: 0;
}
.details__item a {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 93.333% */
}

.active-header {
  margin-top: 0px;
}

.details__list li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.details__list li a:hover {
  border-bottom: 1px solid black;
}

.footer {
  padding-top: 64px;
}
.footer__columns {
  padding-top: 64.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e4e4e7;
  padding-right: 60px;
}
.footer__columns_column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__columns_column-list h3 {
  color: var(--gray-900, #18181b);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  margin-bottom: 21px;
}
.footer__columns_column-list ul li a {
  color: var(--gray-900, #18181b);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.footer__column_logo {
  margin-bottom: 25px;
}
.footer__column_discription {
  max-width: 502px;
  margin-bottom: 34px;
  padding-bottom: 30px;
}
.footer__column_discription p {
  color: var(--gray-600, #52525b);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 146.667% */
}
.footer__column_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75px;
}
.footer__row {
  padding: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__row a {
  color: var(--gray-600, #52525b);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 169.231% */
}

.footer__row-mobile {
  display: none;
}

@media (min-width: 320px) and (max-width: 1250px) {
  .footer {
    padding-top: 0px;
  }
  .footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0px;
    padding-top: 40px;
  }
  .footer__columns_column {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__columns_column-list {
    margin-bottom: 40px;
  }
  .footer__columns_column-list ul {
    margin-top: 20px;
  }
  .footer__columns_column-list h3 {
    margin-bottom: 0px;
  }
  .footer__column_logo {
    margin-bottom: 40px;
    padding: 0;
  }
  .footer__column_discription {
    margin-bottom: 43px;
    padding: 0;
  }
  .footer__column_discription p {
    color: #52525b;
    text-align: justify;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 146.667% */
    padding-bottom: 40px;
    border-bottom: 1px solid var(--gray-200, #e4e4e7);
  }
  .footer__column_links {
    display: none;
  }
  .footer__row {
    display: none;
  }
  .footer__row-mobile {
    display: block;
  }
  .footer__row-mobile_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__row-mobile_data {
    text-align: center;
    margin-bottom: 33px;
  }
  .footer__row-mobile_data a {
    color: var(--gray-600, #52525b);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 169.231% */
  }
  .footer__row-mobile_title {
    margin-bottom: 120px;
  }
  .footer__row-mobile_title h3 {
    color: #52525b;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 184.615% */
  }
  .footer__link_links {
    width: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 33px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__link_rules a {
    color: var(--gray-600, #52525b);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 169.231% */
  }
}
.breadcrumb {
  margin-top: 22px;
}
.breadcrumb__nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__nav nav li {
  list-style: none;
}
.breadcrumb__nav nav li:first-child::before {
  content: "";
  display: inline;
  background: none;
  padding: 0;
  margin: 0;
}
.breadcrumb__nav nav li::before {
  content: "";
  display: inline-block;
  background: url("/assets/images/product_page/next-poly.svg") center/100% no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10px !important;
  height: 10px !important;
  margin-right: 18px;
}
.breadcrumb__nav nav li a {
  color: #828282;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.65px;
  margin-right: 18px;
}

.hiddenPopup {
  overflow-y: hidden;
}

.callback-form {
  position: fixed;
  left: 0;
  right: 0;
  top: -10000px;
  bottom: 0;
  margin: auto auto;
  border: 1px solid black;
  max-width: 626px;
  max-height: 626px;
  z-index: 30;
  padding: 128px 50px 109px 50px;
  background-color: white;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.callback-form__title {
  margin-bottom: 88px;
}
.callback-form__title h2 {
  text-align: center;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.callback-form__form {
  position: relative;
}
.callback-form__form form button {
  width: 100%;
  color: #52525b;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 173.333% */
  border: 1px solid #000;
  background: #fff;
  padding: 12px 0px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.callback-form__form form button:hover {
  color: white;
  background-color: black;
}
.callback-form__form_little {
  margin-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.callback-form__form_little input {
  border: 1px solid #e3e3e4;
  background: #fff;
  color: black;
  width: 242px;
  font-family: IBM Plex Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px 17px;
}
.callback-form__form_little input:focus {
  border: 1px solid black;
}
.callback-form__form_little input::-webkit-input-placeholder {
  color: #e5e9eb;
}
.callback-form__form_little input::-moz-placeholder {
  color: #e5e9eb;
}
.callback-form__form_little input:-ms-input-placeholder {
  color: #e5e9eb;
}
.callback-form__form_little input::-ms-input-placeholder {
  color: #e5e9eb;
}
.callback-form__form_little input::placeholder {
  color: #e5e9eb;
}
.callback-form__form_big {
  margin-bottom: 19px;
}
.callback-form__form_big textarea {
  padding: 14px 17px;
  width: 527px;
  border: 1px solid #e3e3e4;
  background: #fff;
  height: 80px;
  color: black;
  font-family: IBM Plex Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  resize: none;
}
.callback-form__form_big textarea:focus {
  border: 1px solid black;
  outline: none;
}
.callback-form__form_big textarea::-webkit-input-placeholder {
  color: #e5e9eb;
}
.callback-form__form_big textarea::-moz-placeholder {
  color: #e5e9eb;
}
.callback-form__form_big textarea:-ms-input-placeholder {
  color: #e5e9eb;
}
.callback-form__form_big textarea::-ms-input-placeholder {
  color: #e5e9eb;
}
.callback-form__form_big textarea::placeholder {
  color: #e5e9eb;
}

.close-popup {
  position: absolute;
  right: 16px;
  top: 18px;
  border: 1px solid black;
  border-radius: 91px;
  border: 1px solid #000;
  background: #fff;
  width: 32px;
  height: 32px;
}
.close-popup button {
  padding: 0;
  width: 30px;
  height: 30px;
}
.close-popup button img {
  margin-top: 3px;
}

.openPopup {
  display: block;
  top: 0px;
}

.bgclose-pop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  visibility: hidden;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.callback-form.openPopup ~ .bgclose-pop {
  visibility: visible;
  z-index: 1;
  opacity: 0.3;
}

.callback-form__warning {
  margin-bottom: 50px;
}
.callback-form__warning a {
  color: #000;
  font-family: IBM Plex Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline;
}
.callback-form__warning p {
  color: #7c7c7e;
  font-family: IBM Plex Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.bg-close-popup {
  display: none;
}

.whiteClose {
  display: none;
}

@media (min-width: 320px) and (max-width: 636px) {
  body.openPopup ~ body {
    overflow: hidden;
  }
  .blackClose {
    display: none;
  }
  .whiteClose {
    display: block;
  }
  .callback-form__form_big textarea {
    width: 100%;
    height: 199px;
    margin-bottom: 0px;
  }
  .callback-form__form_little {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .callback-form__form_little input {
    width: 100%;
    margin-bottom: 20px;
  }
  .callback-form__form_little {
    margin-bottom: 0;
  }
  .callback-form {
    padding: 128px 8px 109px 8px;
    height: 100%;
    max-height: 100%;
    width: 100%;
    border: none;
    z-index: 1001;
  }
  .callback-form__title {
    margin-bottom: 34px;
  }
  .callback-form__form_big {
    margin-bottom: 0px;
  }
  .callback-form__form_finish {
    margin-top: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .callback-form__warning {
    margin-top: 20px;
    width: 355px;
    text-align: center;
  }
  .bg-close-popup {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .close-popup {
    top: 11px;
    right: 11px;
    position: absolute;
    border-radius: 91px;
    border: 1px solid #ffffff;
    background: black;
    width: 32px;
    height: 32px;
  }
}
@media (max-height: 680px) {
  .callback-form {
    padding: 68px 8px 109px 8px;
    height: 100%;
    max-height: 100%;
    width: 100%;
    border: none;
    z-index: 1001;
  }
}
.container {
  margin: 0 auto;
  max-width: 1239px;
}

.materials__header_title {
  margin: 60px 0px 60px 0px;
}
.materials__header_title h2 {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.materials__header_discription p {
  color: #000;
  text-align: justify;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 160% */
}

.tabs__header_title {
  margin-top: 60px;
}
.tabs__header_title h2 {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tab {
  margin: 60px 0px 23px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  color: #7c7c7c;
  text-align: justify;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 100% */
  border-bottom: 1px solid white;
}

/* Change background color of buttons on hover */
.tab button:hover {
  border-bottom: 1px solid black;
  color: rgb(0, 0, 0);
}

.bborder {
  border-bottom: 2px solid black !important;
}

.img-rad {
  border-radius: 179px;
  border: 2px solid #000;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 1px solid black;
  color: rgb(0, 0, 0);
}

.tabactive {
  display: block;
}

/* Style the tab content */
.tabcontent {
  display: none;
}

.tabcontent__card {
  border-top: 1px solid #e4e4e7;
  padding: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabcontent__card_date {
  color: #71717a;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tabcontent__card_title {
  margin-bottom: 40px;
}
.tabcontent__card_title h3 {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tabcontent__card_preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabcontent__card_preview img {
  margin-right: 20px;
}
.tabcontent__card_color {
  margin-top: 40px;
}
.tabcontent__card_color p {
  margin-bottom: 15px;
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tabcontent__card_preview {
  position: relative;
  width: 607px;
  height: 607px;
}
.tabcontent__card_content {
  position: relative;
  width: 607px;
  overflow: hidden;
}
.tabcontent__preview_img-all {
  margin: auto auto;
}
.tabcontent__preview_title-all {
  position: absolute;
  bottom: 0px;
  color: #fff;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 109.091% */
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 0px;
  width: 100%;
  text-align: center;
}
.tabcontent__content_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  right: 0px;
  width: 800px;
}
.tabcontent__content_text {
  margin-top: 63px;
}
.tabcontent__content_text p {
  color: #000;
  text-align: justify;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 160% */
}
.tabcontent__content_text nav li {
  color: #000;
  text-align: justify;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 160% */
}
.tabcontent__content_btn {
  position: absolute;
  bottom: 0;
}
.tabcontent__content_btn a {
  display: inline-block;
  border: 1px solid #000;
  background: #fff;
  color: #52525b;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 12px 178px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 173.333% */
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.tabcontent__content_btn a:hover {
  color: white;
  background-color: black;
}
.tabcontent__slider_slide {
  margin-right: 50px;
}
.tabcontent__slider_slide-line-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 15px;
}
.tabcontent__slide_img-all img {
  width: 45px;
}
.tabcontent__slide_name-all {
  margin-left: 14px;
}
.tabcontent__slide_name-all p {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  border-bottom: 0px solid black;
}
.tabcontent__slide_name-all p:hover {
  border-bottom: 1px solid black;
}

.prev-mat,
.next-mat {
  position: absolute;
  top: -40px;
  height: 24px;
  width: 24px;
  z-index: 1;
  cursor: pointer;
  border-radius: 15px;
}
.prev-mat:hover,
.next-mat:hover {
  border: 1px solid black;
  border-radius: 25px;
}

.tabcontent__content_slider {
  position: relative;
  margin-top: 65px;
}

.next-mat {
  right: 195px;
}

.prev-mat {
  right: 232px;
}

.slick-slide .slick-active {
  width: 0px;
}

@media (min-width: 320px) and (max-width: 1250px) {
  .container {
    max-width: 355px;
  }
  .materials__header_title {
    text-align: center;
  }
  .breadcrumb {
    display: none;
  }
  .tab {
    margin: 40px 0px 23px 0px;
    padding-top: 40px;
    border-top: 1px solid #e4e4e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* Style the buttons that are used to open the tab content */
  .tab button {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    border: 1px solid #000;
    background: #fff;
    padding: 2.5px 23px;
    margin-bottom: 20px;
    margin-right: 16px;
  }
  /* Change background color of buttons on hover */
  .tab button:hover {
    color: white;
    border: 1px solid #ffffff;
    background: #000000;
  }
  /* Create an active/current tablink class */
  .tab button.active {
    color: white;
    border: 1px solid #ffffff;
    background: #000000;
  }
  .tabcontent__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabcontent__card_preview {
    position: relative;
    width: 100%;
  }
  .tabcontent__card_content {
    position: relative;
    width: 355px;
  }
  .tabcontent__content_text p {
    width: 355px;
  }
  .tabcontent__content_btn a {
    display: inline-block !important;
    margin-top: 40px;
    padding: 12px 0px;
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
  }
  .tabcontent__content_btn {
    position: relative;
    bottom: 0;
  }
  .materials__header_title {
    margin-top: 124px;
  }
  .tabcontent__card_preview img {
    margin-right: 0;
  }
}