/* 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;
}

.container {
  margin: 0 auto;
  max-width: 1239px;
}

.garanty__header_title {
  margin: 60px 0px 40px 0px;
}
.garanty__header_title h2 {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.garanty__header_discription {
  color: #000;
  text-align: justify;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.garanty__row_tab {
  position: relative;
}
.garanty__row_tab a {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.accordion-btn {
  position: relative;
  overflow: hidden;
  background: black;
  cursor: pointer;
  color: #4b4b4b;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 18px;
  width: 100%;
  border: 1px solid #000;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.accordion-btn:hover {
  border: 1px solid #000;
  background: #fff;
}
.accordion-btn:hover a {
  color: black !important;
}

.accordion {
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  color: #4b4b4b;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: 1px solid #d9d9d9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion:hover {
  background: #4b4b4b;
}
.accordion:hover .accord-poly {
  background-color: white;
}
.accordion:after {
  content: "";
  background: url("/assets/images/accordarrow.svg") center/100% no-repeat;
  width: 14px;
  height: 14px;
  font-size: 13px;
  color: red;
  position: absolute;
  right: 7px;
  bottom: 10px;
  z-index: 100;
}

.garanty__row_tab.opened .long {
  color: white;
}

.accord-poly {
  z-index: 10;
  bottom: -50px;
  right: -61px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #d9d9d9;
}

.accordion:hover {
  background-color: #4b4b4b;
  color: white;
}

.accordion:hover .long {
  color: white;
}

.accordion:hover .accord-poly {
  background-color: black;
}

.active:after .accord-poly {
  content: "";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.panel {
  top: 58px;
  z-index: 20;
  background-color: white;
  max-height: 1050px;
  margin-top: -14px;
  margin-bottom: 14px;
  width: 100%;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  color: #52525b;
  display: none;
  padding: 28px 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  border-top: none;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.blackaccord {
  background-color: black !important;
  color: white;
  border-bottom: 1px solid white;
}
.blackaccord:after {
  content: "";
  background: url("/assets/images/backarow.svg") center/100% no-repeat;
}

.blackaccord .accordion {
  border-bottom: none;
}

.blackaccord .long {
  background-color: white;
}

.blackaccord .accord-poly {
  background-color: white !important;
  content: "";
}

.a-cursive a {
  color: #52525b;
  font-family: Plus Jakarta Sans;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: underline;
  z-index: 20;
}

.question {
  margin-top: 40px;
  margin-bottom: 60px;
}
.question__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/assets/images/about_page/shadow.png"), url("/assets/images/about_page/faq-bg.png");
  background-repeat: no-repeat;
  background-position: left, 50%;
  background-size: auto auto, cover;
  padding: 53px 40px;
}
.question__content_title {
  margin-bottom: 25px;
}
.question__content_title h4 {
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 108.333% */
  text-transform: uppercase;
}
.question__content_discription {
  max-width: 510px;
  margin-bottom: 24px;
}
.question__content_discription p {
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 173.333% */
}
.question__content_btn a {
  padding: 12px 195px;
  background-color: white;
  color: #52525b;
  font-family: "Plus Jakarta Sans", sans-serif;
  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;
  border: 1px solid white;
}
.question__content_btn a:hover {
  background-color: #000;
  color: white;
}

.opened {
  display: block;
}

.garanty__row_tab.opened .accordion {
  background-color: black !important;
  color: white;
  border-bottom: 1px solid white;
}
.garanty__row_tab.opened .accordion:after {
  content: "";
  background: url("/assets/images/backarow.svg") center/100% no-repeat;
}

.garanty__row_tab.opened .accord-poly {
  background-color: white !important;
  content: "";
}

.garanty__row_tab.opened .panel {
  display: block;
}

.faq-mob {
  display: none;
}

.pagination-buttons {
  position: relative;
}

.hidden {
  display: none;
}

.pagination-container {
  position: relative;
}

.pagination-number.active {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pagination-number {
  color: #adadad;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#pagination-numbers {
  position: absolute;
  right: 166px;
}

.pagination-number::before {
  content: "-";
  color: #adadad !important;
}
.pagination-number:first-child::before {
  content: "";
}

#prev-button {
  position: absolute;
  left: 0px;
  width: 24px;
  top: 0px;
  border: 1px solid white;
}
#prev-button:hover {
  border: 1px solid black;
  border-radius: 25px;
}

#next-button {
  position: absolute;
  right: 0;
  top: 0px;
  border: 1px solid white;
}
#next-button:hover {
  border: 1px solid black;
  border-radius: 25px;
}

.pagination-container, .pagination-buttons {
  display: none;
}

.footer {
  padding-top: 50px;
}

@media (min-width: 320px) and (max-width: 1250px) {
  .breadcrumb {
    display: none;
  }
  .pagination-container, .pagination-buttons {
    display: block;
  }
  .garanty__header_title h2 {
    font-size: 22px;
  }
  .container {
    max-width: 355px;
  }
  .garanty__header_discription {
    margin-bottom: 85px;
  }
  .accordion {
    color: #4b4b4b;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 0px 30px 0px 20px;
    height: 61px;
  }
  .panel {
    max-height: 2000px !important;
  }
  .long {
    font-size: 11px !important;
  }
  .semi-long span {
    width: 221px;
    display: inline-block;
    font-size: 12px !important;
  }
  .garanty__header_title {
    text-align: center;
    margin: 128px 0px 40px 0px;
  }
  .faq-mob {
    display: block;
    margin-top: 116px;
    margin-bottom: 85px;
  }
  .faq-mob__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url("/assets/images/about_page/faq-shdow-mob.png"), url("/assets/images/faq-logo.svg"), url("/assets/images/about_page/faq-bg-mob.png");
    background-repeat: no-repeat;
    background-position: left, 50px 300px, 50%;
    background-size: auto auto, auto auto, cover;
    padding: 0px 30px 159px 30px;
  }
  .faq-mob__row_title {
    text-align: center;
    margin-bottom: 44px;
    margin-top: 86px;
  }
  .faq-mob__row_title h3 {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 118.182% */
    text-transform: uppercase;
  }
  .faq-mob__row_discription {
    width: 287px;
  }
  .faq-mob__row_discription p {
    color: #fff;
    text-align: justify;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
  }
  .faq-mob__content_btn {
    margin-top: 60px;
  }
  .faq-mob__content_btn a {
    display: inline-block;
    text-align: center;
    color: #52525b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
    padding: 12px 0px;
    border: 1px solid #000;
    background: #fff;
    width: 100%;
  }
}