

/* Start:/local/templates/stolmarket/style/css/styles.css?1718103546143034*/
@charset "UTF-8";
.calc {
  border-radius: 6px;
  background-color: #007260;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 253px;
  height: 50px;
}
.calc__text {
  color: #fff;
  text-transform: uppercase;
}
.calc__icon {
  transform: rotate(90deg);
}
.calc:hover {
  background-color: #005E4C;
}

.calc .container {
  position: relative;
}
.calc--green {
  z-index: 200;
  transform: rotate(-90deg);
  position: fixed;
  border-radius: 0 0 6px 6px;
  left: -102px;
  top: 392px;
}

@media (max-width: 1350px) {
  .calc--green {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .calc--green {
    display: none;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .calc--green {
    display: none;
  }
}
.way {
  margin-top: 20px;
}
.way__link {
  font-size: 1.4rem;
  line-height: 14px;
  font-family: "Gilroy", sans-serif;
}
.way__link::after {
  content: "-";
  padding: 0 5px;
}
.way__link:last-child::after {
  content: "";
  padding: 0;
}

@media (max-width: 1599px) {
  .way {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .way {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 7px;
  }
}
.swiper {
  margin: 0 0 0 auto !important;
  overflow: visible !important;
}

.swiper-wrapper {
  height: auto !important;
}

.swiper-pagination-progressbar-fill {
  background: #007260 !important;
}

@media (max-width: 1023px) {
  .swiper-slide {
    height: 222px !important;
  }
}
@media (max-width: 767px) {
  .swiper-slide {
    height: 200px !important;
  }
}
@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/stolmarket/style/css/./../../fonts/Gilroy-Light.woff2") format("woff2"), url("/local/templates/stolmarket/style/css/./../../fonts/Gilroy-Light.woff") format("woff");
}
@font-face {
  font-family: "Forum";
  src: url("/local/templates/stolmarket/style/css/./../../fonts/Forum.woff2") format("woff2"), url("/local/templates/stolmarket/style/css/./../../fonts/Forum.woff") format("woff");
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: "Forum", sans-serif;
  font-size: 10px;
  color: #3C3B39;
  scroll-behavior: smooth;
}

a, p, h3, figcaption, form, ul, span, th, td {
  text-decoration: none;
  font-family: "Gilroy", sans-serif;
  color: #3C3B39;
  font-size: 1.6rem;
  line-height: 19.2px;
}

body {
  background-color: #F7F7F7;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 0;
}

h1, h2 {
  font-family: "Forum", sans-serif;
}

.tablebodytext {
  display: none;
}

.container {
  max-width: 1462px;
  margin: 0 auto;
  overflow: hidden;
}

.btn {
  color: #fff;
  background-color: #007260;
  padding: 0 30px;
  height: 44px;
  font-size: 1.6rem;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
}
.btn:hover {
  background-color: #005E4C;
  color: #fff;
}
.btn--white {
  cursor: pointer;
  color: #007260;
  background-color: #fff;
  border: solid 1px #007260;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  text-transform: uppercase;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 49.4px;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  color: #fff;
}
.form div {
  position: relative;
}
.form input {
  font-family: "Gilroy", sans-serif;
  color: #fff;
  outline: none;
  caret-color: #fff;
  margin-top: 12px;
  padding: 8px 0;
  border: none;
  border-bottom: solid 1px #fff;
  width: 333px;
  font-size: 1.6rem;
  line-height: 19.2px;
  background-color: #007260;
}
.form input::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.form input::-webkit-input-placeholder {
  opacity: 0.5;
  color: #fff;
}
.form input:focus::placeholder {
  opacity: 0;
}
.form__btn {
  width: 231px;
  border: none;
  color: #007260;
  background-color: #fff;
  cursor: pointer;
}
.form__privacy {
  padding-top: 7px;
  max-width: 437px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 15px;
}
.form__privacy a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 15px;
  text-decoration: underline;
}
.form__label {
  position: absolute;
  font-size: 1.2rem;
  top: -3px;
}
.form__label.name {
  left: 0;
}
.form__label.phone {
  left: 0;
}

.social {
  margin-top: 25px;
  display: flex;
  gap: 10px;
}
.social__text {
  display: flex;
  align-items: center;
  color: #CFCFCF;
  font-size: 1.6rem;
  font-family: "Gilroy", sans-serif;
  letter-spacing: 0.1px;
}
.social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: solid 1px #fff;
  border-radius: 4px;
}

.logo__img {
  max-width: 324px;
}

.dragons {
  width: 1367px;
  height: 796px;
  position: fixed;
  top: 149px;
  left: 275px;
  z-index: -10;
}

@media (max-width: 1599px) {
  .container {
    width: 92.5%;
  }
  .dragons {
    width: 697px;
    top: 336px;
    left: 50%;
    transform: translate(-50%);
  }
}
@media (max-width: 1350px) {
  .container {
    width: 98%;
  }
  .dragons {
    width: 697px;
    top: 336px;
    left: 50%;
    transform: translate(-50%);
  }
}
@media (max-width: 1279px) {
  .container {
    width: 98%;
  }
  .dragons {
    width: 697px;
    top: 336px;
    left: 50%;
    transform: translate(-50%);
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 2.6rem;
    line-height: 33.8px;
  }
  h3 {
    font-size: 1.8rem;
    line-height: 21.6px;
  }
  .dragons {
    display: none;
  }
}
.reset-link {
  margin-top: 10px;
}

.policy h3 {
  margin: 20px 0;
}
.policy p {
  margin: 10px 0;
}
.policy .policy tr {
  display: flex;
  gap: 20px;
}
.policy th {
  text-align-last: left;
}

#uniqueDetailsDiv {
  display: none;
}

details:hover #uniqueDetailsDiv {
  display: block;
}

.header {
  padding: 7px 0;
  position: relative;
  background-color: #fff;
}
.header__mobile {
  display: none;
}
.header__back {
  display: none;
}
.header.top {
  border-bottom: solid 1px rgba(60, 59, 57, 0.2);
}
.header.bottom {
  padding-top: 10px;
  padding-bottom: 13px;
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__list {
  max-width: 720px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 15px;
  font-weight: 500;
  gap: 20px;
}
.header__calc {
  display: none;
}
.header__social {
  display: flex;
  justify-content: space-between;
}
.header__social-link {
  width: 35px;
}
.header__callback {
  display: flex;
  flex-direction: column;
}
.header__callback-number {
  font-weight: 600;
  color: #007260;
}
.header__callback-text {
  font-size: 1.6rem;
  line-height: 19.2px;
  margin-top: 5px;
  color: #777777;
  font-family: "Gilroy", sans-serif;
  cursor: pointer;
}
.header__bottom {
  display: flex;
  justify-content: space-between;
}
.header__catalog {
  display: flex;
  transition: 0.5s;
  padding-bottom: 7px;
}
.header__catalog-field {
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s;
}
.header__catalog-field.open {
  transition: 0.5s;
}
.header__catalog-field.open .header__catalog-bar {
  transition: 0.5s;
}
.header__catalog-field.open .header__catalog-bar:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
}
.header__catalog-field.open .header__catalog-bar:nth-child(2) {
  opacity: 0;
}
.header__catalog-field.open .header__catalog-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}
.header__catalog-bar {
  display: block;
  margin-top: 5px;
  width: 18px;
  height: 1px;
  background-color: #fff;
}
.header__catalog-text {
  padding-top: 13px;
  color: #fff;
}
.header__category {
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 56px;
  font-size: 1.6rem;
  font-family: "Gilroy", sans-serif;
  text-transform: uppercase;
  align-items: center;
}
.header__category-item {
  cursor: pointer;
  padding: 0;
  display: flex;
}
.header__category-item[open] > summary:before {
  transform: rotateZ(-90deg);
}
.header__category-item[open] summary ~ * {
  transition: all 0.5s;
}
.header__category-item_main {
  transition: all 0.3s;
}
.header__category-item_main:nth-child(1):hover .header__category-links_main {
  display: block;
}
.header__category-item_main:nth-child(1):hover .header__category-name_main::before {
  transform: rotate(-90deg);
}
.header__category-item_main:nth-child(2):hover .header__category-links_main {
  display: block;
}
.header__category-item_main:nth-child(2):hover .header__category-name_main::before {
  transform: rotate(-90deg);
}
.header__category-item_main:nth-child(3) .header__category-name_main::before {
  display: none;
}
.header__category-links {
  position: absolute;
  z-index: 1;
  padding: 26px 13px;
  background-color: #fff;
  box-shadow: 0px 4px 14px 0px rgba(94, 94, 94, 0.05);
}
.header__category-links_main {
  display: none;
  top: 40px;
  z-index: 5;
}
.header__category-name {
  position: relative;
  list-style-type: none;
}
.header__category-name::marker {
  display: none;
}
.header__category-name::-moz-list-bullet {
  list-style-type: none;
}
.header__category-name::-webkit-details-marker {
  display: none;
}
.header__category-name:before {
  position: absolute;
  content: "";
  background: url("/local/templates/stolmarket/style/css/./../../icons/arrow.svg") no-repeat;
  width: 10px;
  height: 8px;
  top: 6px;
  right: -18px;
  transform: rotate(0deg);
  transition: transform 0.5s;
}
.header__category-list {
  list-style-type: none;
  text-transform: none;
  margin-top: 16px;
  margin-left: 11px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.header__subcategory {
  list-style-type: none;
  display: none;
}
.header__form {
  position: relative;
}
.header__form-mobile {
  z-index: 10;
  padding-top: 10px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.header__search {
  width: 228px;
  border: none;
  outline: none;
  border-bottom: solid 1px #3C3B39;
  font-size: 1.6rem;
  color: #3C3B39;
  margin-top: 20px;
  padding-right: 30px;
}
.header__search-mobile {
  width: 228px;
  border: none;
  outline: none;
  border-bottom: solid 1px #3C3B39;
  font-size: 1.6rem;
  color: #3C3B39;
  margin-top: 20px;
  padding-right: 30px;
  width: 95%;
}
.header__search-btn {
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 9px;
  border: none;
  width: 22px;
  height: 22px;
  background: url("/local/templates/stolmarket/style/css/./../../icons/search.svg");
}
.header__search-btn-mobile {
  top: 16px;
  right: 40px;
}
.header__search-btn-close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 6px;
  border: none;
  width: 22px;
  height: 22px;
  background: url("/local/templates/stolmarket/style/css/./../../icons/dark-close.svg");
}
.header__back {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 10;
}
.header__sidebar {
  overflow: scroll;
  position: fixed;
  top: 63px;
  right: -414px;
  height: 100vh;
  width: 414px;
  background: #fff;
  transition: all 0.5s;
}
.header__sidebar .header__category-links {
  box-shadow: none;
}
.header__sidebar.active {
  right: 0;
}
.header__sidebar .header__category {
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding-left: 23px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 23px;
  padding-bottom: 26px;
  border-bottom: solid 1px #d9d9d9;
  width: auto;
}
.header__sidebar .header__category-name {
  position: relative;
  list-style-type: none;
}
.header__sidebar .header__category-name::marker {
  display: none;
}
.header__sidebar .header__category-name::-moz-list-bullet {
  list-style-type: none;
}
.header__sidebar .header__category-name::-webkit-details-marker {
  display: none;
}
.header__sidebar .header__category-name:before {
  display: none;
}
.header__sidebar .header__category-name:nth-child(3):before {
  display: none;
}
.header__sidebar .header__category-links {
  position: static;
  display: none;
}
.header__sidebar .header__category-item {
  width: 100%;
  flex-direction: column;
}
.header__sidebar .header__category-item:nth-child(3) .header__category-item_arrow {
  display: none;
}
.header__sidebar .header__category-item:nth-child(3):hover .header__category-links {
  display: none;
}
.header__sidebar .header__category-item_wrapper {
  width: 99%;
  display: flex;
  justify-content: space-between;
}
.header__sidebar .header__category-item_wrapper:hover .header__category-links {
  display: block;
}
.header__sidebar .header__category-item:hover .header__category-links {
  display: block;
}
.header__sidebar .header__category_arrow {
  padding: 5px;
}
.header__sidebar .header__category_arrow:hover .header__category-links {
  display: block;
}
.header__sidebar .header__list {
  width: 100%;
  flex-direction: column;
  padding-left: 24px;
  padding-top: 21px;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: solid 1px #d9d9d9;
}
.header__sidebar .header__list-item {
  letter-spacing: -0.7px;
}
.header__sidebar .header__callback {
  margin-top: 24px;
  padding-left: 24px;
}
.header__sidebar .header__callback-text {
  margin-top: 3px;
  text-align: left;
  font-size: 1.6rem;
}
.header__sidebar .header__social {
  margin-top: 24px;
  padding-left: 24px;
  justify-content: start;
  gap: 1px;
}
.header__sidebar .header__social-link img {
  width: 30px;
}

@media (max-width: 1279px) {
  .header.bottom {
    display: none;
  }
  .header__category {
    width: 100%;
  }
  .header__top {
    display: none;
  }
  .header__mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }
  .header__mobile .logo__img {
    width: 291px;
    height: 45px;
  }
  .header__callback-text {
    text-align: center;
    padding: 0;
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .header__social {
    gap: 7px;
  }
  .header__social-link img {
    width: 36px;
  }
  .header__search-icon {
    width: 22px;
    height: 22px;
    display: block;
  }
  .header__form {
    display: none;
  }
  .header__hamburger {
    cursor: pointer;
    width: 22.5px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: 0.5s;
  }
  .header__hamburger-item {
    transition: 0.5s;
    display: block;
    height: 2px;
    background-color: #3C3B39;
  }
  .header__hamburger.open .header__hamburger-item {
    transition: 0.5s;
  }
  .header__hamburger.open .header__hamburger-item:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
  }
  .header__hamburger.open .header__hamburger-item:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.open .header__hamburger-item:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -5px);
  }
  .header__sidebar {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header.bottom {
    display: none;
  }
  .header__top {
    display: none;
  }
  .header__mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }
  .header__mobile .logo__img {
    width: 291px;
    height: 45px;
  }
  .header__callback-text {
    text-align: center;
    padding: 0;
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .header__social {
    gap: 7px;
  }
  .header__social-link img {
    width: 36px;
  }
  .header__form {
    display: none;
  }
  .header__hamburger {
    cursor: pointer;
    width: 22.5px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .header__hamburger-item {
    display: block;
    height: 2px;
    background-color: #3C3B39;
  }
  .header__sidebar {
    display: block;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 5px 0;
  }
  .header.bottom {
    display: block;
    padding-top: 0px;
    background-color: #f7f7f7;
  }
  .header__top {
    display: none;
  }
  .header__bottom {
    display: block;
    padding-top: 6px;
  }
  .header__bottom .btn {
    padding-left: 22px;
  }
  .header__calc {
    display: flex;
    justify-content: flex-start;
    padding: 0 22px;
    margin: 15px 0;
    width: 100%;
    height: 44px;
    font-weight: 600;
  }
  .header__mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 2px;
  }
  .header__mobile .logo__img {
    width: 231px;
    height: 37px;
  }
  .header__callback {
    display: none;
  }
  .header__social {
    display: none;
  }
  .header__category {
    display: none;
  }
  .header__catalog {
    width: 100%;
  }
  .header__catalog-text {
    padding-top: 13px;
  }
  .header__catalog-field {
    padding-top: 11px;
    justify-content: start;
  }
  .header__form {
    display: none;
  }
  .header__hamburger {
    cursor: pointer;
    width: 22.5px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .header__hamburger-item {
    display: block;
    height: 2px;
    background-color: #3C3B39;
  }
  .header__sidebar {
    display: block;
    top: 57px;
    width: 360px;
  }
  .header__sidebar .header__category {
    padding-left: 15px;
    padding-top: 23px;
  }
  .header__sidebar .header__category-name:before {
    left: 322px;
  }
  .header__sidebar .header__list {
    padding-left: 15px;
  }
  .header__sidebar .header__list-item {
    letter-spacing: -0.7px;
  }
  .header__sidebar .header__callback {
    display: flex;
    flex-direction: column;
    margin-top: 23px;
    padding-left: 16px;
  }
  .header__sidebar .header__callback-text {
    margin-top: 3px;
    margin-left: 3px;
    text-align: left;
    font-size: 1.6rem;
  }
  .header__sidebar .header__social {
    display: flex;
    padding-left: 15px;
  }
}
.popup_category {
  z-index: 10;
  display: none;
  position: sticky;
  top: 135px;
  left: 50%;
  width: 100%;
  background-color: #FFFFFF;
  transition: all 0.5s;
}
.popup_category.active {
  display: flex;
  top: 135px;
}
.popup_category .container {
  display: flex;
}
.popup_category-wrapper {
  margin-top: 20px;
  min-width: 470px;
}
.popup_category-title {
  margin-top: 20px;
  text-transform: uppercase;
  color: #007260;
  font-weight: 600;
}
.popup_category-list {
  margin-top: 20px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

@media (max-width: 767px) {
  .popup_category .container {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.main__img {
  border-radius: 6px;
}
.main__content {
  padding-top: 22px;
  display: flex;
  gap: 26px;
}
.main__content-el:last-child {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.main__content-el:last-child .main__img {
  width: 222px;
  object-fit: cover;
  object-position: center;
}
.main__content-el:last-child .main__img:first-child {
  height: 274px;
}
.main__content-el:last-child .main__img:last-child {
  height: 378px;
}
.main__content-el:nth-child(2) .main__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main__wrapper {
  display: flex;
  align-items: flex-end;
}
.main__title {
  margin-top: 15px;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 55.2px;
  width: 450px;
}
.main__btn {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.main__calc {
  transform: rotate(-90deg);
  position: fixed;
  border-radius: 0 0 6px 6px;
  left: -102px;
  top: 387px;
}

@media (max-width: 1599px) {
  .main__background {
    display: none;
  }
  .main__content {
    justify-content: center;
    padding-top: 22px;
    gap: 20px;
  }
  .main__content-el:nth-child(1) img {
    width: 100%;
    height: 436px;
    object-fit: cover;
    object-position: center;
  }
  .main__content-el:nth-child(2) .main__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main__title {
    width: 400px;
  }
  .main__btn {
    margin-top: 22px;
  }
  .main__calc {
    display: none;
  }
}
@media (max-width: 1279px) {
  .main__background {
    display: none;
  }
  .main__content {
    padding-top: 22px;
    gap: 20px;
    justify-content: center;
  }
  .main__content-el:nth-child(1) img {
    width: 404px;
    height: 436px;
    object-fit: cover;
    object-position: center;
  }
  .main__content-el:nth-child(2) .main__img {
    width: 100%;
    height: 740px;
    object-fit: cover;
  }
  .main__content-el:last-child {
    display: none;
  }
  .main__wrapper {
    display: block;
  }
  .main__title {
    width: 400px;
  }
  .main__btn {
    margin-top: 22px;
  }
  .main__calc {
    display: none;
  }
}
@media (max-width: 1023px) {
  .main__background {
    display: none;
  }
  .main__content {
    padding-top: 22px;
    gap: 20px;
    display: grid;
    grid-template-columns: 404px 1fr;
  }
  .main__content-el:nth-child(1) img {
    width: 404px;
    height: 436px;
    object-fit: cover;
    object-position: center;
  }
  .main__content-el:nth-child(2) {
    display: none;
  }
  .main__content-el:last-child {
    display: flex;
    gap: 22px;
  }
  .main__content-el:last-child .main__img {
    width: 100%;
  }
  .main__content-el:last-child .main__img:first-child {
    height: 306px;
  }
  .main__content-el:last-child .main__img:last-child {
    height: 407px;
  }
  .main__wrapper {
    display: block;
  }
  .main__title {
    width: 400px;
  }
  .main__btn {
    margin-top: 22px;
  }
  .main__calc {
    display: none;
  }
}
@media (max-width: 767px) {
  .main__background {
    display: none;
  }
  .main__content {
    padding-top: 0px;
    grid-template-columns: 1fr;
  }
  .main__content-el:nth-child(1) img {
    width: 100%;
    height: 406px;
    object-fit: cover;
    object-position: center;
  }
  .main__content-el:nth-child(2) {
    display: none;
  }
  .main__content-el:last-child {
    display: none;
  }
  .main__wrapper {
    display: block;
  }
  .main__title {
    margin-top: 9px;
    width: 100%;
    font-size: 3.4rem;
    line-height: 41px;
  }
  .main__btn {
    margin-top: 24px;
  }
  .main__calc {
    display: none;
  }
}
.catalog {
  margin-top: 138px;
  padding-bottom: 69px;
  border-bottom: solid 1px #e3e3e3;
}
.catalog .container {
  overflow: visible;
}
.catalog__top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.catalog__title {
  width: 800px;
}
.catalog__btn {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.catalog__bottom {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.catalog__bottom-el {
  width: calc(33.3333333333% - 18px);
  max-height: 348px;
}
.catalog__bottom-img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 6px;
}
.catalog__description {
  margin-top: 9px;
  max-height: 40px;
  font-size: 1.8rem;
  font-weight: 500;
  width: 90%;
  text-transform: uppercase;
  color: #777777;
  
}

@media (max-width: 1023px) {
  .catalog {
    padding-bottom: 117px;
    margin-top: 100px;
  }
  .catalog .container {
    position: relative;
  }
  .catalog__top {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .catalog__title {
    width: 100%;
  }
  .catalog__btn {
    position: absolute;
    bottom: -68px;
    right: 0;
  }
  .catalog__bottom {
    column-gap: 20px;
    row-gap: 22px;
  }
  .catalog__bottom-el {
    width: calc(33.3333333333% - 20px);
  }
  .catalog__bottom-img {
    width: 100%;
    height: 166px;
    object-fit: cover;
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .catalog {
    margin-top: 100px;
  }
  .catalog .container {
    position: relative;
  }
  .catalog__top {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .catalog__title {
    width: 100%;
  }
  .catalog__btn {
    position: absolute;
    bottom: -74px;
    right: 0;
  }
  .catalog__bottom {
    margin-top: 23px;
    column-gap: 12px;
    row-gap: 21px;
  }
  .catalog__bottom-el {
    width: calc(50% - 20px);
  }
  .catalog__bottom-img {
    width: 100%;
    height: 92px;
    object-fit: cover;
    border-radius: 6px;
  }
  .catalog__btn {
    width: 258px;
    left: 50%;
    bottom: -81px;
    transform: translate(-50%);
    padding: 0 29px;
  }
  .catalog__description {
    font-size: 1.6rem;
  }
}
.about {
  margin-top: 70px;
}
.about .container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.about__text {
  margin-top: 22px;
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: -0.1px;
}
.about__content {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 222px;
}
.about__img {
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  height: 471px;
}
.about__img:first-child {
  width: 574px;
}
.about__img:last-child {
  width: 222px;
  object-fit: cover;
}

@media (max-width: 1279px) {
  .about {
    margin-top: 50px;
  }
  .about .container {
    display: block;
  }
  .about__text {
    width: 100%;
    margin-top: 22px;
    font-size: 2rem;
    line-height: 28px;
  }
  .about__content {
    margin-top: 25px;
    display: grid;
    gap: 20px;
  }
  .about__img {
    height: 386px;
  }
  .about__img:first-child {
    width: 100%;
  }
  .about__img:last-child {
    width: 232px;
  }
}
@media (max-width: 767px) {
  .about .container {
    display: block;
  }
  .about__text {
    width: 100%;
    margin-top: 22px;
    font-size: 1.8rem;
    line-height: 25px;
  }
  .about__content {
    margin-top: 24px;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 90px;
  }
  .about__img {
    height: 173px;
  }
  .about__img:first-child {
    width: 100%;
  }
  .about__img:last-child {
    width: 100%;
  }
}
.callback {
  margin-top: 140px;
}
.callback .container {
  background-color: #007260;
  display: flex;
  padding: 40px;
  gap: 26px;
  border-radius: 10px;
}
.callback__content {
  max-width: 678px;
}
.callback__title {
  color: #fff;
  line-height: 49.4px;
  font-family: "Forum", sans-serif;
}
.callback__text {
  margin-top: 23px;
  color: #fff;
  font-size: 2.2rem;
  line-height: 35.2px;
}
.callback__number {
  color: #fff;
  font-size: 2.2rem;
  line-height: 35.2px;
}

@media (max-width: 1599px) {
  .callback {
    margin-top: 102px;
  }
  .callback .container {
    padding: 30px;
    width: 93%;
  }
  .callback__content {
    max-width: 100%;
  }
  .callback__content .form {
    margin-top: 36px;
  }
  .callback__content .form__label.phone {
    right: 235px;
  }
  .callback__content .form__btn {
    margin-top: 2px;
    display: inline-block;
  }
  .callback__content .form__privacy {
    max-width: 434px;
    display: inline-block;
  }
}
@media (max-width: 1279px) {
  .callback {
    margin-top: 102px;
  }
  .callback .container {
    display: block;
    padding: 30px;
    width: 98%;
  }
  .callback__content {
    max-width: 100%;
  }
  .callback__content .form {
    margin-top: 36px;
  }
  .callback__content .form__label.phone {
    width: 100%;
  }
  .callback__content .form__btn {
    margin-top: 2px;
    display: inline-block;
  }
  .callback__content .form__privacy {
    max-width: 434px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .callback {
    margin-top: 102px;
  }
  .callback .container {
    display: block;
    padding: 30px 15px;
  }
  .callback__title {
    text-align: center;
    line-height: 33.8px;
  }
  .callback__text {
    text-align: center;
    font-size: 2rem;
    line-height: 32px;
    letter-spacing: -0.1px;
  }
  .callback__content {
    max-width: 100%;
  }
  .callback__content .form {
    margin-top: 22px;
  }
  .callback__content .form div {
    width: 100%;
  }
  .callback__content .form__btn {
    margin-top: 2px;
    width: 100%;
  }
  .callback__content .form__privacy {
    padding: 0;
    text-align: center;
    max-width: 100%;
    line-height: 14px;
  }
  .callback__content .form input {
    margin-top: 13px;
    width: 100%;
  }
  .callback__content .form input::-moz-placeholder {
    text-align: center;
    color: #fff;
  }
  .callback__content .form input::-webkit-input-placeholder {
    color: #fff;
    text-align: center;
  }
  .callback__content .form__label {
    left: 50%;
    transform: translate(-50%);
  }
  .callback__content .form__label.phone {
    width: auto;
    right: auto;
    left: 50%;
    transform: translate(-50%);
  }
  .callback__content .social {
    margin: 0 auto;
    margin-top: 21px;
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .callback__content .social__text {
    letter-spacing: -0.1px;
  }
  .callback__content .social__link {
    margin-top: 3px;
  }
}
.works {
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 111px;
  margin-bottom: 71px;
}
.works .container {
  overflow: visible;
}
.works__top {
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.works__link {
  color: #007260;
  text-decoration: underline;
}
.works__link:hover {
  color: #005E4C;
}
.works__carusel {
  cursor: grab;
  margin-top: 35px;
}
.works__carusel::-webkit-scrollbar {
  opacity: 0;
  height: 0;
  width: 0;
}
.works__carusel::-webkit-scrollbar-thumb {
  height: 0;
  width: 0;
}
.works__carusel-img {
  width: 100%;
  height: 298px;
  object-fit: cover;
  border-radius: 6px;
}
.works__progress {
  top: auto !important;
  bottom: -40px !important;
  height: 2px !important;
  background-color: #d9d9d9 !important;
  width: 200px !important;
}

@media (max-width: 1599px) {
  .works {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .works .container {
    height: 370px;
  }
  .works__top {
    margin-top: 98px;
  }
  .works__carusel {
    gap: 20px;
  }
  .works__progress {
    margin-top: 24px;
  }
}
@media (max-width: 1439px) {
  .works .container {
    overflow: hidden;
    height: 480px;
  }
}
@media (max-width: 1023px) {
  .works {
    padding-bottom: 50px;
  }
  .works .container {
    overflow: hidden;
    height: 450px;
  }
  .works__top {
    margin-top: 98px;
  }
  .works__carusel {
    gap: 20px;
  }
  .works__carusel-img {
    width: 100%;
    height: 222px;
  }
  .works__progress {
    top: 265px !important;
  }
}
@media (max-width: 767px) {
  .works {
    margin-bottom: 96px;
    padding-bottom: 50px;
  }
  .works .container {
    position: relative;
    height: 400px;
  }
  .works__top {
    margin-top: 101px;
  }
  .works__link {
    position: absolute;
    right: 0;
    bottom: -43px;
  }
  .works__carusel {
    margin-top: 23px;
    gap: 12px;
  }
  .works__carusel-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .works__progress {
    top: 200px !important;
  }
}
.adventages .container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.adventages__description {
  max-width: 470px;
}
.adventages__text {
  margin-top: 23px;
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: -0.1px;
}
.adventages__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 26px;
  row-gap: 35px;
}
.adventages__list-item {
  max-width: 304px;
}
.adventages__list-title {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 2.2rem;
  line-height: 26.4px;
}
.adventages__list-text {
  margin-top: 25px;
  line-height: 22.4px;
}

@media (max-width: 1279px) {
  .adventages .container {
    display: block;
  }
  .adventages__description {
    max-width: 100%;
  }
  .adventages__text {
    margin-top: 24px;
  }
  .adventages__list {
    margin-top: 40px;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 27px;
  }
  .adventages__list-item {
    width: 231px;
  }
  .adventages__list-item:nth-child(2) h3 {
    width: 210px;
  }
  .adventages__list-title {
    width: 231px;
    word-wrap: break-word;
  }
  .adventages__list-text {
    margin-top: 25px;
    line-height: 22.4px;
  }
}
@media (max-width: 767px) {
  .adventages .container {
    display: block;
  }
  .adventages__description {
    max-width: 100%;
  }
  .adventages__text {
    margin-top: 21px;
    font-size: 1.8rem;
    line-height: 27px;
  }
  .adventages__list {
    margin-top: 25px;
    flex-direction: column;
    gap: 23px;
  }
  .adventages__list-item {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-left: 46px;
  }
  .adventages__list-item:nth-child(2) h3 {
    width: 100%;
  }
  .adventages__list-title {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 21.6px;
    width: 100%;
    word-wrap: break-word;
  }
  .adventages__list-text {
    width: 100%;
    margin-top: 12px;
    line-height: 22.4px;
  }
  .adventages__list-icon {
    position: absolute;
    width: 34px;
    left: 0;
    top: 0;
  }
}
.materials {
  margin-top: 138px;
  padding-bottom: 68px;
  border-bottom: solid 1px #d9d9d9;
}
.materials__mobile {
  display: none;
}
.materials__text {
  margin-top: 22px;
  max-width: 975px;
  line-height: 28px;
  font-size: 2rem;
}
.materials__list {
  margin-top: 25px;
  display: flex;
  gap: 14px;
}
.materials__el {
  position: relative;
  width: 100%;
}
.materials__el-name {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 0 0 0 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.materials__el-img {
  border-radius: 6px;
  width: 100%;
}
.materials__content {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .materials {
    margin-top: 92px;
    padding-bottom: 88px;
    border: none;
  }
  .materials__list {
    display: block;
    margin-top: 37px;
    display: flex;
    flex-direction: column;
    gap: 21px;
  }
  .materials__list-title {
    color: #007260;
    text-transform: uppercase;
    font-size: 2.2rem;
    margin-bottom: 18px;
  }
  .materials__list-text {
    padding-bottom: 11px;
    line-height: 22.4px;
    letter-spacing: -0.1px;
  }
  .materials__content {
    display: block;
  }
  .materials__content-title {
    color: #007260;
    text-transform: uppercase;
    font-size: 2.2rem;
    line-height: 26.4px;
    margin-bottom: 12px;
  }
  .materials__content-text {
    margin-bottom: 19px;
    width: 400px;
    height: 130px;
    overflow-x: scroll;
  }
  .materials__content-text::-webkit-scrollbar {
    width: 1px;
  }
  .materials__content-text::-webkit-scrollbar-thumb {
    background-color: #3C3B39;
    height: 41px;
    width: 1px;
  }
  .materials__item {
    display: flex;
    gap: 24px;
  }
  .materials__text {
    letter-spacing: -0.1px;
  }
  .materials__el-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .materials__el-name {
    padding-top: 0;
    height: 26px;
    top: 0;
    left: 0;
    border-radius: 6px 0 6px 0;
  }
}
@media (max-width: 767px) {
  .materials {
    margin-top: 109px;
    border: none;
    padding-bottom: 74px;
  }
  .materials__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 26px;
  }
  .materials__list-title {
    color: #007260;
    text-transform: uppercase;
  }
  .materials__list-text {
    padding-bottom: 11px;
    line-height: 22.4px;
    letter-spacing: -0.1px;
  }
  .materials__list-text:last-child {
    padding: 0;
  }
  .materials__content {
    display: block;
  }
  .materials__content-title {
    color: #007260;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 26.4px;
    margin-bottom: 8px;
  }
  .materials__content-text {
    line-height: 22.4px;
  }
  .materials__content-text:last-child {
    margin-top: 10px;
  }
  .materials__item {
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .materials__text {
    letter-spacing: -0.1px;
    font-size: 1.8rem;
    line-height: 25.2px;
  }
  .materials__el {
    margin-top: 0;
  }
  .materials__el-name {
    display: none;
  }
  .materials__el-img {
    width: 100%;
    height: 165px;
    object-fit: cover;
  }
}
.certificates {
  margin: 70px 0;
  border-bottom: solid 1px #D9D9D9;
  padding-bottom: 180px;
}
.certificates .container {
  overflow: visible;
  display: flex;
  gap: 20px;
}
.certificates__content {
  width: 40%;
}
.certificates__subtitle {
  margin-top: 48px;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 500;
}
.certificates__text {
  margin-top: 28px;
  line-height: 22.4px;
  max-width: 594px;
}
.certificates__link {
  display: block;
  margin-top: 50px;
  text-decoration: underline;
  color: #007260;
}
.certificates__link:hover {
  color: #005E4C;
}
.certificates__wrapper {
  position: relative;
  width: 840px;
  z-index: 100;
}
.certificates__wrapper-mobile {
  display: none !important;
}
.certificates__img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.certificates__img-link {
  position: absolute;
  max-width: 352px;
  max-height: 504px;
}
.certificates__img-link:nth-child(1) {
  top: 45px;
  top: 45px;
  left: 0;
}
.certificates__img-link:nth-child(2) {
  z-index: 1;
  top: 128px;
  left: 245px;
}
.certificates__img-link:nth-child(3) {
  top: 0;
  right: 0;
}

@media (max-width: 1279px) {
  .certificates {
    margin-top: 10px;
    margin-bottom: 50px;
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 650px;
  }
  .certificates .container {
    display: block;
  }
  .certificates__content {
    width: 100%;
  }
  .certificates__field {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .certificates__subtitle {
    margin: 0;
  }
  .certificates__text {
    width: 100%;
    letter-spacing: -0.1px;
  }
  .certificates__link {
    margin-top: 23px;
    letter-spacing: -0.1px;
  }
  .certificates__wrapper {
    margin: 0 auto;
  }
  .certificates__img {
    width: 308px;
    height: 440px;
    display: block;
  }
  .certificates__img-link:nth-child(1) {
    top: 65px;
    left: 0;
  }
  .certificates__img-link:nth-child(2) {
    z-index: 1;
    top: 139px;
    left: 212px;
  }
  .certificates__img-link:nth-child(3) {
    top: 29px;
    right: 103px;
  }
}
@media (max-width: 1023px) {
  .certificates {
    margin-top: 10px;
    padding-bottom: 628px;
    border-bottom: solid 1px #D9D9D9;
  }
  .certificates .container {
    display: block;
  }
  .certificates__content {
    max-width: 100%;
  }
  .certificates__field {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .certificates__subtitle {
    margin: 0;
  }
  .certificates__text {
    width: 358px;
    letter-spacing: -0.1px;
  }
  .certificates__link {
    margin-top: 23px;
    letter-spacing: -0.1px;
  }
  .certificates__wrapper {
    width: 736px;
  }
  .certificates__img {
    width: 200px;
    height: auto;
    display: block;
  }
  .certificates__img-link:nth-child(1) {
    top: 65px;
    left: 0;
  }
  .certificates__img-link:nth-child(2) {
    z-index: 1;
    top: 139px;
    left: 212px;
  }
  .certificates__img-link:nth-child(3) {
    top: 29px;
    left: 400px;
  }
}
@media (max-width: 767px) {
  .certificates {
    margin-top: 22px;
    margin-bottom: 0px;
    padding-bottom: 50px;
    border-bottom: none;
  }
  .certificates .container {
    display: block;
  }
  .certificates__content {
    max-width: 100%;
  }
  .certificates__field {
    margin-top: 23px;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .certificates__subtitle {
    margin: 0;
    font-size: 1.8rem;
    line-height: 21.6px;
  }
  .certificates__text {
    margin-top: 12px;
    width: 100%;
    max-width: 100%;
    letter-spacing: -0.1px;
  }
  .certificates__link {
    margin-top: 24px;
    letter-spacing: -0.1px;
  }
  .certificates__wrapper {
    width: 100%;
    display: flex;
    gap: 10px;
    overflow: scroll;
  }
  .certificates__img-link {
    position: static;
    max-width: 195px;
    max-height: 278px;
    display: block;
  }
  .certificates__img-link:nth-child(1) {
    top: 25px;
    left: -14px;
  }
  .certificates__img-link:nth-child(2) {
    z-index: 1;
    top: 71px;
    left: 121px;
  }
  .certificates__img-link:nth-child(3) {
    top: 0px;
    left: 230px;
  }
}
.stages {
  margin-bottom: 141px;
}
.stages__content {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}
.stages__el {
  width: 269px;
  position: relative;
}
.stages__el-num {
  color: #007260;
  font-size: 4rem;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
}
.stages__el-title {
  margin-top: 29px;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 24px;
}
.stages__el-text {
  margin-top: 26px;
  line-height: 20.8px;
  color: #888888;
}
.stages__el::after {
  position: absolute;
  top: 8px;
  left: 283px;
  content: "";
  width: 1px;
  height: 242px;
  background-color: #007260;
}
.stages__el:last-child::after {
  display: none;
}

@media (max-width: 1599px) {
  .stages {
    margin-bottom: 105px;
  }
  .stages__content {
    margin-top: 40px;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 30px;
    justify-content: start;
  }
  .stages__el {
    padding-left: 15px;
    width: 236px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .stages__el:nth-child(3) h3 {
    margin-bottom: 25px;
  }
  .stages__el-text {
    margin-top: 0px;
    line-height: 20.8px;
    color: #888888;
  }
  .stages__el::after {
    display: none;
  }
  .stages__el:last-child::after {
    display: none;
  }
  .stages__el::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 1px;
    height: 261px;
    background-color: #007260;
  }
  .stages__el:last-child::before {
    display: block;
  }
}
@media (max-width: 1023px) {
  .stages {
    margin-bottom: 102px;
  }
  .stages__content {
    margin-top: 56px;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 50px;
    justify-content: start;
  }
  .stages__el {
    padding-left: 15px;
    width: 236px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .stages__el-title {
    margin-top: 33px;
  }
  .stages__el:nth-child(3) h3 {
    margin-bottom: 25px;
  }
  .stages__el-text {
    margin-top: 2px;
    line-height: 20.8px;
    color: #888888;
  }
  .stages__el::after {
    display: none;
  }
  .stages__el:last-child::after {
    display: none;
  }
  .stages__el::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #007260;
  }
  .stages__el:last-child::before {
    display: block;
  }
}
@media (max-width: 767px) {
  .stages {
    margin-bottom: 136px;
  }
  .stages__content {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .stages__el {
    margin-top: 0px;
    padding: 0;
    display: grid;
    grid-template-columns: 50px auto;
    grid-template-rows: 44px auto;
    column-gap: 22px;
    row-gap: 10px;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: solid 1px #007260;
  }
  .stages__el:nth-child(3) h3 {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
  }
  .stages__el:last-child {
    border: none;
  }
  .stages__el-num {
    display: inline-block;
    font-size: 3.4rem;
    line-height: 34px;
  }
  .stages__el-title {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 21.6px;
    display: inline-block;
  }
  .stages__el-text {
    margin-top: 0px;
    line-height: 20.8px;
    color: #888888;
    grid-column: span 2;
    width: 100%;
  }
  .stages__el::after {
    display: none;
  }
  .stages__el:last-child::after {
    display: none;
  }
  .stages__el::before {
    display: none;
  }
  .stages__el:last-child::before {
    display: none;
  }
}
.feedback .container {
  overflow: visible;
}
.feedback__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feedback__title {
  width: 756px;
}
.feedback__btn {
  padding: 0 42px;
  border: none;
  font-size: 1.6rem;
  align-items: center;
  line-height: 19.2px;
  letter-spacing: -1px;
  display: flex;
  justify-content: center;
  font-weight: 500;
}
.feedback__carusel {
  cursor: grab;
  margin-top: 36px !important;
  width: 100%;
}
.feedback__carusel::-webkit-scrollbar {
  opacity: 0;
  height: 0;
  width: 0;
}
.feedback__carusel::-webkit-scrollbar-thumb {
  height: 0;
  width: 0;
}
.feedback__carusel-el {
  padding: 22px;
  width: 346px;
  height: 223px;
  border: solid 1px #007260;
  border-radius: 6px;
}
.feedback__carusel-wrapper {
  display: flex;
  justify-content: space-between;
}
.feedback__carusel-name {
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  line-height: 19.2px;
}
.feedback__carusel-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.feedback__carusel-star {
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("/local/templates/stolmarket/style/css/./../../icons/star.svg");
  font-size: 20px;
}
.feedback__carusel-text {
  margin-top: 17px;
  font-size: 1.4rem;
  line-height: 19.6px;
  letter-spacing: 0;
  max-height: 119px;
  overflow-y: scroll;
}
.feedback__carusel-text::-webkit-scrollbar {
  width: 1px;
}
.feedback__carusel-text::-webkit-scrollbar-thumb {
  background-color: #3C3B39;
  height: 30px;
  width: 1px;
}
.feedback__progress {
  top: 240px !important;
  height: 2px !important;
  width: 200px !important;
  background-color: #D9D9D9 !important;
}

@media (max-width: 1599px) {
  .feedback {
    margin-top: 50px;
  }
  .feedback .container {
    overflow: hidden;
    height: 350px;
  }
  .feedback__top {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .feedback__title {
    width: 700px;
  }
  .feedback__btn {
    width: 264px;
  }
  .feedback__carusel {
    margin-top: 23px;
  }
  .feedback__carusel .swiper-slide {
    width: 350px;
  }
  .feedback__carusel-el {
    padding: 15px;
    width: 350px;
    height: 207px;
  }
  .feedback__carusel-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .feedback__carusel-name {
    font-weight: 500;
  }
  .feedback__progress {
    top: 210px !important;
  }
}
@media (max-width: 1439px) {
  .feedback .container {
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .feedback {
    margin-top: 50px;
  }
  .feedback .container {
    height: 430px;
  }
  .feedback__top {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .feedback__title {
    width: 700px;
  }
  .feedback__btn {
    width: 264px;
  }
  .feedback__carusel {
    margin-top: 23px;
  }
  .feedback__carusel .swiper-slide {
    width: 350px;
  }
  .feedback__carusel-el {
    padding: 15px;
    width: 350px;
    height: 207px;
  }
  .feedback__carusel-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .feedback__carusel-name {
    font-weight: 500;
  }
  .feedback__progress {
    margin-top: 24px;
    top: 220px !important;
  }
}
@media (max-width: 767px) {
  .feedback {
    margin-top: 50px;
    position: relative;
  }
  .feedback .container {
    height: 350px;
  }
  .feedback__top {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .feedback__title {
    width: 700px;
    text-align: start;
  }
  .feedback__btn {
    position: absolute;
    width: 218px;
    bottom: -68px;
    left: 53%;
    transform: translate(-50%);
  }
  .feedback__carusel {
    margin-top: 23px;
    gap: 12px;
  }
  .feedback__carusel.swiper-slide {
    width: 330px;
  }
  .feedback__carusel-el {
    padding: 15px;
    width: 310px;
    height: 207px;
  }
  .feedback__carusel-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .feedback__carusel-name {
    font-weight: 500;
  }
  .feedback__progress {
    top: 200px !important;
  }
}
.request {
  margin-top: 140px;
}
.request .container {
  background-color: #007260;
  border-radius: 10px;
  display: flex;
}
.request__content {
  padding-top: 42px;
  padding-left: 40px;
  padding-right: 25px;
}
.request__content .form {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}
.request__content .form input {
  width: 259px;
}
.request__content .form__label {
  position: absolute;
  font-size: 1.2rem;
  top: -3px;
}
.request__content .form__label.phone {
  left: 0px;
}
.request__content .form__label.comment {
  left: 0px;
}
.request__content .form__btn {
  width: 167px;
}
.request__content .social {
  margin-top: 22px;
}
.request__title {
  color: #fff;
}

@media (min-width: 1024px) and (max-width: 1599px) {
  .request {
    margin-top: 100px;
  }
  .request .container {
    background-color: #007260;
    border-radius: 10px;
    display: flex;
  }
  .request__content {
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .request__content .form {
    margin-top: 25px;
  }
  .request__content .form input {
    width: 218px;
  }
  .request__content .form__label {
    position: absolute;
    font-size: 1.2rem;
    top: -3px;
  }
  .request__content .form__label.phone {
    left: 0px;
  }
  .request__content .form__label.comment {
    left: 0px;
  }
  .request__content .form__btn {
    width: 167px;
  }
  .request__content .form__privacy {
    max-width: 446px;
  }
  .request__content .social {
    margin-top: 22px;
  }
  .request__title {
    color: #fff;
  }
  .request__img {
    width: 40%;
  }
}
@media (max-width: 1279px) {
  .request__img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .request {
    margin-top: 100px;
  }
  .request .container {
    background-color: #007260;
    border-radius: 10px;
    display: flex;
  }
  .request__content {
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .request__content .form {
    margin-top: 25px;
  }
  .request__content .form input {
    width: 218px;
  }
  .request__content .form__label {
    position: absolute;
    font-size: 1.2rem;
    top: -3px;
  }
  .request__content .form__label.phone {
    left: 0px;
  }
  .request__content .form__label.comment {
    left: 0px;
  }
  .request__content .form__btn {
    width: 167px;
  }
  .request__content .form__privacy {
    max-width: 446px;
  }
  .request__content .social {
    margin-top: 22px;
  }
  .request__title {
    color: #fff;
  }
  .request__img {
    display: none;
  }
}
@media (max-width: 767px) {
  .request {
    margin-top: 168px;
  }
  .request .container {
    display: block;
  }
  .request__content {
    padding: 30px 15px;
  }
  .request__content .form {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    gap: 11px;
  }
  .request__content .form input {
    width: 100%;
    margin-top: 13px;
  }
  .request__content .form input::-moz-placeholder {
    text-align: center;
    color: #fff;
  }
  .request__content .form input::-webkit-input-placeholder {
    color: #fff;
    text-align: center;
  }
  .request__content .form__label {
    left: 50%;
    transform: translate(-50%);
  }
  .request__content .form__label.phone {
    left: 50%;
    transform: translate(-50%);
  }
  .request__content .form__label.comment {
    left: 50%;
    transform: translate(-50%);
  }
  .request__content .form__btn {
    margin: 0 auto;
    width: 300px;
  }
  .request__content .form__privacy {
    padding-top: 0;
    text-align: center;
    max-width: 100%;
  }
  .request__content .social {
    margin: 0 auto;
    margin-top: 21px;
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .request__content .social__text {
    letter-spacing: -0.1px;
  }
  .request__content .social__link {
    margin-top: 3px;
  }
  .request__title {
    color: #fff;
    text-align: center;
  }
  .request__img {
    display: none;
  }
}
.footer {
  margin-top: 140px;
  background-color: #323232;
  color: #999999;
}
.footer .container {
  padding-top: 76px;
  padding-bottom: 60px;
  display: flex;
  gap: 47px;
}
.footer .logo__name {
  color: #fff;
}
.footer .logo__desc {
  color: #fff;
}
.footer__info {
  margin-top: 322px;
}
.footer__copy {
  display: block;
  font-size: 1.4rem;
  line-height: 16.8px;
  font-family: "Gilroy", sans-serif;
}
.footer__link {
  margin-top: 9px;
  display: block;
  color: #999999;
  font-size: 1.4rem;
  line-height: 16.8px;
}
.footer__title {
  color: #9B9B9B;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.footer__content.wrapper {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer__list {
  margin-top: 25px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #9B9B9B;
}
.footer__list-link {
  color: #9B9B9B;
}
.footer__products {
  max-width: 250px;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
}
.footer__contacts .social {
  margin-top: 36px;
}
.footer__tel {
  margin-top: 25px;
  color: #fff;
  font-size: 2.2rem;
}
.footer__email {
  margin-top: 18px;
  color: #fff;
}
.footer__calc {
  margin-top: 24px;
  background-color: #3C3B39;
}

@media (max-width: 1279px) {
  .footer {
    margin-top: 100px;
    background-color: #323232;
    color: #999999;
  }
  .footer .container {
    padding-top: 37px;
    padding-bottom: 157px;
    display: block;
    position: relative;
  }
  .footer .logo__wrapper {
    color: #fff;
  }
  .footer__info {
    position: absolute;
    margin: 0;
    bottom: 40px;
    left: 0;
  }
  .footer__content.wrapper {
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
    gap: 87px;
  }
  .footer__list {
    width: 165px;
  }
  .footer__products {
    margin: 0;
  }
  .footer__menu {
    margin: 0;
  }
  .footer__calc {
    position: absolute;
    margin-top: 0px;
    top: 40px;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .footer {
    margin-top: 100px;
    background-color: #323232;
    color: #999999;
  }
  .footer .container {
    padding-top: 37px;
    padding-bottom: 157px;
    display: block;
    position: relative;
  }
  .footer .logo__wrapper {
    color: #fff;
  }
  .footer__info {
    position: absolute;
    margin: 0;
    bottom: 40px;
    left: 0;
  }
  .footer__content.wrapper {
    margin-top: 44px;
    display: flex;
    justify-content: start;
    gap: 87px;
  }
  .footer__list {
    width: 165px;
  }
  .footer__products {
    margin: 0;
  }
  .footer__menu {
    margin: 0;
  }
  .footer__calc {
    position: absolute;
    margin-top: 0px;
    top: 40px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .footer {
    margin-top: 100px;
    background-color: #323232;
    color: #999999;
  }
  .footer .container {
    padding-top: 43px;
    padding-bottom: 157px;
    display: block;
    position: relative;
  }
  .footer .logo {
    justify-content: center;
  }
  .footer .logo__wrapper {
    color: #fff;
  }
  .footer .logo__img {
    width: 254px;
    height: 39px;
  }
  .footer .logo__name {
    font-size: 2.77rem;
    line-height: 31px;
  }
  .footer .logo__desc {
    font-size: 1.17rem;
    line-height: 14px;
  }
  .footer__info {
    width: 330px;
    position: absolute;
    margin: 0;
    bottom: 54px;
    left: 50%;
    transform: translate(-50%);
  }
  .footer__info span, .footer__info a {
    text-align: center;
  }
  .footer__content {
    display: flex;
    justify-content: center;
  }
  .footer__content.wrapper {
    margin-top: 118px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
    row-gap: 33px;
  }
  .footer__list {
    width: 155px;
  }
  .footer__products {
    margin: 0;
  }
  .footer__menu {
    margin: 0;
  }
  .footer__contacts h3 {
    text-align: center;
  }
  .footer__contacts .social {
    justify-content: center;
  }
  .footer__email {
    text-align: center;
  }
  .footer__calc {
    position: absolute;
    margin-top: 0px;
    top: 120px;
    left: 50%;
    transform: translate(-50%);
  }
}
.catalog_page .callback {
  margin-top: 138px;
}
.catalog_page .adventages {
  margin-top: 70px;
}
.catalog_page .stages {
  margin-top: 70px;
  padding-bottom: 54px;
  border-bottom: solid 1px #D9D9D9;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .catalog_page .callback {
    margin-top: 92px;
  }
  .catalog_page .adventages {
    margin-top: 50px;
  }
  .catalog_page .stages {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .catalog_page .footer {
    margin-top: 98px;
  }
}
@media (max-width: 767px) {
  .catalog_page .callback {
    margin-top: 144px;
  }
  .catalog_page .stages {
    margin-top: 50px;
    padding-bottom: 18px;
  }
  .catalog_page .stages__content {
    gap: 20px;
  }
  .catalog_page .footer {
    margin-top: 100px;
  }
}
.card {
  background-color: #fff;
  border-radius: 6px;
  width: calc(25% - 15px);
  border: solid 1px #e3e3e3;
  padding: 10px;
}
.card-name {
  font-family: "Gilroy", sans-serif;
  margin-top: 10px;
  margin-left: 5px;
  line-height: 20.8px;
  font-weight: 600;
  font-size: 1.6rem;
}
.card-desc {
  margin-top: 6px;
  margin-left: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.card-text {
  font-family: "Gilroy", sans-serif;
  color: #888888;
  font-size: 1.4rem;
  line-height: 18.2px;
}
.card-value {
  color: #3C3B39;
  font-weight: 600;
  font-size: 1.4rem;
}
.card-price {
  display: block;
  margin-top: 11px;
  margin-left: 5px;
  font-size: 1.6rem;
  line-height: 20.8px;
  font-family: "Gilroy", sans-serif;
  color: #3C3B39;
  font-weight: 600;
}
.card-btn {
  margin: 0 auto;
  margin-top: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 258px;
  font-weight: 500;
}
.card-btn:hover {
  border-color: #005E4C;
}
.card-img {
  width: 100%;
  height: 226px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

@media (max-width: 1599px) {
  .card-name {
    margin-top: 12px;
  }
  .card-desc {
    margin-top: 11px;
    gap: 2px;
  }
  .card-price {
    margin-top: 17px;
  }
  .card-btn {
    margin-top: 15px;
    max-width: 204px;
  }
  .card-btn:hover {
    border-color: #005E4C;
  }
}
@media (max-width: 1023px) {
  .card {
    width: calc(33.3333333333% - 15px);
  }
  .card-img {
    width: 100%;
  }
  .card-name {
    margin-top: 12px;
  }
  .card-desc {
    margin-top: 11px;
  }
  .card-price {
    margin-top: 17px;
  }
  .card-btn {
    margin-top: 15px;
    max-width: 204px;
  }
  .card-btn:hover {
    border-color: #005E4C;
  }
}
@media (max-width: 767px) {
  .card {
    width: calc(50% - 5px);
    padding: 5px;
  }
  .card-img {
    width: 100%;
  }
  .card-name {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 18.2px;
  }
  .card-desc {
    margin-top: 4px;
    gap: 4px;
  }
  .card-text {
    font-size: 1.2rem;
    line-height: 15.6px;
  }
  .card-value {
    font-size: 1.2rem;
    line-height: 15.6px;
  }
  .card-price {
    font-size: 1.4rem;
    line-height: 18.2px;
    margin-top: 12px;
  }
  .card-price_value {
    font-size: 1.4rem;
    line-height: 18.2px;
  }
  .card-btn {
    margin-top: 13px;
    max-width: 142px;
    font-size: 1.4rem;
    line-height: 16.8px;
    height: 34px;
  }
  .card-btn:hover {
    border-color: #005E4C;
  }
}
.assortiment {
  border-bottom: solid 1px #D9D9D9;
  padding-bottom: 70px;
}
.assortiment .container {
  position: relative;
  display: flex;
  gap: 26px;
}
.assortiment__category {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.assortiment__category-name {
  width: 222px;
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  border-radius: 6px;
  background-color: #fff;
  text-transform: uppercase;
}
.assortiment__category-name span {
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  line-height: 19.6px;
  color: #007260;
  font-weight: 600;
  max-width: 170px;
}
.assortiment__category-name::marker {
  display: none;
}
.assortiment__category-name::-moz-list-bullet {
  list-style-type: none;
}
.assortiment__category-name::-webkit-details-marker {
  display: none;
}
.assortiment__category-name:nth-child(2) .assortiment__category-icon span:last-child {
  top: 8px;
}
.assortiment__category-name_link {
  color: #007260;
}
.assortiment__category-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  border: solid 1px #e3e3e3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assortiment__category-icon span {
  width: 8px;
  background-color: #007260;
  height: 1px;
}
.assortiment__category-icon span:last-child {
  position: absolute;
  top: 9px;
  left: 5px;
  transform: rotate(-90deg);
}
.assortiment__category-item {
  cursor: pointer;
  display: flex;
}
.assortiment__category-item[open] > summary span:last-child {
  opacity: 0;
}
.assortiment__category-item:nth-child(3) .assortiment__category-icon {
  display: none;
}
.assortiment__category-list {
  margin-left: 14px;
  margin-top: 7px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.assortiment__title {
  margin-top: 14px;
  font-size: 4rem;
  line-height: 52px;
}
.assortiment__text {
  margin-top: 12px;
  line-height: 25.6px;
}
.assortiment__link {
  margin-top: 10px;
  display: none;
  font-size: 1.4rem;
  color: #007260;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.assortiment__features {
  margin-top: 40px;
}
.assortiment__features-wrapper {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.assortiment__features-item {
  background-color: #fff;
  border: solid 1px #e3e3e3;
  color: #3C3B39;
  padding: 3px 10px;
  border-radius: 4px;
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  line-height: 19.6px;
}
.assortiment__features-link {
  position: relative;
  display: none;
  font-size: 1.2rem;
  color: #007260;
}
.assortiment__features-link::after {
  position: absolute;
  content: "";
  background: url("/local/templates/stolmarket/style/css/./../../../../icons/arrow.svg") no-repeat;
  width: 10px;
  height: 8px;
  top: 6px;
  right: -18px;
  transform: rotate(0deg);
  transition: transform 0.5s;
}
.assortiment__size {
  margin-top: 28px;
}
.assortiment__size-wrapper {
  display: flex;
  gap: 15px;
}
.assortiment__size-link {
  color: #007260;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.assortiment__subcategory {
  margin-top: 38px;
  display: flex;
  gap: 15px;
}
.assortiment__subcategory-title {
  font-size: 1.4rem;
  font-weight: 600;
}
.assortiment__subcategory-link {
  font-size: 1.4rem;
  line-height: 16.8px;
}
.assortiment__subcategory-link.active {
  color: #007260;
  border-bottom: solid 1px #007260;
}
.assortiment__cards {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

@media (max-width: 1279px) {
  .assortiment {
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 49px;
  }
  .assortiment__category {
    display: none;
  }
  .assortiment__category-list {
    margin-left: 14px;
    margin-top: 7px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .assortiment__title {
    margin-top: 13px;
  }
  .assortiment__features-wrapper {
    margin-top: 10px;
    gap: 8px;
  }
  .assortiment__features-item {
    padding: 5px 8px;
  }
  .assortiment__size {
    margin-top: 28px;
  }
  .assortiment__size-wrapper {
    display: flex;
    gap: 15px;
  }
  .assortiment__subcategory {
    margin-top: 35px;
    gap: 15px;
  }
  .assortiment__subcategory-title {
    font-size: 1.4rem;
  }
  .assortiment__cards {
    gap: 14px;
  }
  .assortiment__pagination {
    margin-top: 30px;
  }
  .assortiment__pagination-wrapper {
    margin-top: 20px;
    display: flex;
    gap: 5px;
  }
}
.assortiment__size-title {
  line-height: 22.4px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .assortiment {
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 49px;
  }
  .assortiment__category {
    display: none;
  }
  .assortiment__category-list {
    margin-left: 14px;
    margin-top: 7px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .assortiment__title {
    margin-top: 13px;
  }
  .assortiment__features-wrapper {
    margin-top: 10px;
    gap: 8px;
  }
  .assortiment__features-item {
    padding: 5px 8px;
  }
  .assortiment__size {
    margin-top: 28px;
  }
  .assortiment__size-wrapper {
    display: flex;
    gap: 15px;
  }
  .assortiment__subcategory {
    margin-top: 35px;
    gap: 15px;
  }
  .assortiment__subcategory-title {
    font-size: 1.4rem;
  }
  .assortiment__cards {
    gap: 14px;
  }
  .assortiment__pagination {
    margin-top: 30px;
  }
  .assortiment__pagination-wrapper {
    margin-top: 20px;
    display: flex;
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .assortiment {
    margin-bottom: 51px;
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 49px;
  }
  .assortiment__category {
    display: none;
  }
  .assortiment__category-list {
    margin-left: 14px;
    margin-top: 7px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .assortiment__title {
    margin-top: 5px;
    font-size: 3rem;
  }
  .assortiment__text {
    margin-top: 3px;
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 22.4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    height: 153px;
  }
  .assortiment__link {
    margin-top: 12px;
    display: block;
  }
  .assortiment__link:hover {
    color: #005E4C;
  }
  .assortiment__features {
    margin-top: 27px;
  }
  .assortiment__features-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 4px;
    gap: 6px;
  }
  .assortiment__features-link {
    display: block;
    margin-top: 3px;
  }
  .assortiment__features-item {
    padding: 3px 9px;
    font-size: 1.4rem;
    line-height: 22.4px;
  }
  .assortiment__features-title {
    font-size: 1.4rem;
    line-height: 22.4px;
  }
  .assortiment__size {
    margin-top: 21px;
  }
  .assortiment__size-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .assortiment__size-title {
    font-size: 1.4rem;
    line-height: 22.4px;
    font-weight: 600;
  }
  .assortiment__size-link {
    font-size: 1.4rem;
    line-height: 22.4px;
    color: #007260;
    padding: 0;
  }
  .assortiment__subcategory {
    margin-top: 15px;
    gap: 15px;
  }
  .assortiment__subcategory-title {
    font-size: 1.4rem;
  }
  .assortiment__cards {
    margin-top: 13px;
    gap: 6px;
  }
  .assortiment__pagination {
    margin-top: 23px;
  }
  .assortiment__pagination-wrapper {
    margin-top: 20px;
    display: flex;
    gap: 5px;
  }
  .assortiment__pagination-btn {
    min-width: 330px;
  }
}
.goods {
  margin-top: 140px;
}
.goods .container {
  overflow: visible;
}
.goods__carusel {
  cursor: grab;
  margin-top: 35px;
  display: flex;
}
.goods__carusel::-webkit-scrollbar {
  opacity: 0;
  height: 0;
  width: 0;
}
.goods__carusel::-webkit-scrollbar-thumb {
  height: 0;
  width: 0;
}
.goods__card {
  max-width: 352px;
}
.goods__card-img {
  width: 332px;
}
.goods__card-btn {
  min-width: 320px;
}

@media (max-width: 1023px) {
  .goods {
    margin-top: 97px;
  }
  .goods__carusel {
    gap: 14px;
  }
  .goods__carusel .swiper-wrapper .swiper-slide {
    height: 100% !important;
  }
  .goods__carusel.swiper {
    overflow: hidden !important;
  }
  .goods__card {
    max-width: 246px;
  }
  .goods__card-img {
    width: 226px;
  }
  .goods__card-btn {
    min-width: 214px;
  }
  .goods__card-name {
    margin-top: 10px;
  }
  .goods__card-desc {
    margin-top: 7px;
  }
  .goods__card-price {
    margin-top: 12px;
  }
  .goods__card-btn {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .goods {
    margin-top: 100px;
  }
  .goods__carusel {
    margin-top: 25px;
    gap: 5px;
  }
  .goods__carusel .swiper-slide {
    height: 100% !important;
  }
  .goods__card {
    max-width: 162px;
  }
  .goods__card-img {
    width: 150px;
  }
  .goods__card-btn {
    min-width: 214px;
  }
  .goods__card-name {
    margin-top: 8px;
  }
  .goods__card-desc {
    margin-top: 3px;
  }
  .goods__card-price {
    margin-top: 12px;
  }
  .goods__card-btn {
    min-width: 142px;
    margin-top: 12px;
  }
}
.shape {
  margin-top: 140px;
  border-bottom: solid 1px #D9D9D9;
  padding-bottom: 42px;
}
.shape__cards {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 26px;
  row-gap: 28px;
}
.shape__card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shape__name {
  margin-top: 8px;
  width: 285px;
  font-family: "Gilroy", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}

@media (max-width: 1599px) {
  .shape {
    margin-top: 100px;
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 42px;
  }
  .shape__cards {
    column-gap: 20px;
    row-gap: 43px;
  }
  .shape__card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .shape__name {
    margin-top: 7px;
    width: 232px;
    line-height: 24px;
  }
  .shape__img {
    max-width: 232px;
  }
}
@media (max-width: 1023px) {
  .shape {
    margin-top: 100px;
    margin-bottom: 0;
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 54px;
  }
  .shape__card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .shape__img {
    max-width: 232px;
  }
}
@media (max-width: 767px) {
  .shape {
    margin-top: 100px;
    margin-bottom: 51px;
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 54px;
  }
  .shape__cards {
    column-gap: 12px;
    row-gap: 33px;
  }
  .shape__card {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .shape__name {
    width: 159px;
    font-size: 1.8rem;
    line-height: 21.6px;
  }
  .shape__img {
    max-width: 159px;
  }
}
.order {
  margin-top: 87px;
}
.order .container {
  display: flex;
  gap: 65px;
}
.order__text {
  width: 431px;
  margin-top: 24px;
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: -0.1px;
}
.order__content:last-child {
  display: flex;
  gap: 25px;
}
.order__content-wrapper {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.order__content-item {
  position: relative;
  width: 305px;
  height: 300px;
}
.order__content-title {
  font-size: 2.2rem;
  line-height: 26.4px;
  font-weight: 600;
  text-transform: uppercase;
}
.order__content-text {
  letter-spacing: -0.1px;
}
.order__content-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 29px;
  font-weight: 600;
}
.order__content-btn:hover {
  color: #fff;
}

@media (max-width: 1599px) {
  .order {
    margin-top: 50px;
  }
  .order .container {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .order__text {
    width: 100%;
  }
  .order__content:last-child {
    display: flex;
    flex-direction: column;
    gap: 37px;
  }
  .order__content-wrapper {
    margin-top: 0;
    gap: 0;
  }
  .order__content-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    gap: 24px;
  }
  .order__content-title {
    margin-top: 0px;
  }
  .order__content-text {
    margin-top: 14px;
  }
  .order__content-btn {
    padding: 0;
    top: 0;
    right: 0;
    width: 195px;
    margin-top: 0px;
  }
}
@media (max-width: 1023px) {
  .order {
    margin-top: 50px;
  }
  .order .container {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .order__text {
    width: 100%;
  }
  .order__content:last-child {
    display: flex;
    flex-direction: column;
    gap: 37px;
  }
  .order__content-wrapper {
    margin-top: 0;
    gap: 0;
  }
  .order__content-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    gap: 24px;
  }
  .order__content-title {
    margin-top: 0px;
  }
  .order__content-text {
    margin-top: 14px;
  }
  .order__content-btn {
    padding: 0;
    top: 0;
    right: 0;
    width: 195px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .order .container {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .order__text {
    width: 100%;
  }
  .order__content:last-child {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  .order__content-item {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 11px;
  }
  .order__content-title {
    font-size: 1.8rem;
    line-height: 21.6px;
  }
  .order__content-text {
    font-size: 1.6rem;
    line-height: 22.4px;
  }
  .order__content-btn {
    position: static;
  }
}
.product_page .adventages {
  margin-top: 70px;
}
.product_page .goods {
  margin-top: 138px;
}
.product_page .goods__card-desc {
  gap: 2px;
}
.product_page .order {
  margin-top: 139px;
}

@media (max-width: 1599px) {
  .product_page .adventages {
    margin-top: 30px;
  }
  .product_page .goods {
    margin-top: 91px;
  }
  .product_page .callback {
    margin-top: 111px;
  }
  .product_page .order {
    margin-top: 98px;
  }
}
@media (max-width: 1023px) {
  .product_page .adventages {
    margin-top: 30px;
  }
  .product_page .goods {
    margin-top: 91px;
  }
  .product_page .callback {
    margin-top: 111px;
  }
  .product_page .order {
    margin-top: 98px;
  }
}
@media (max-width: 767px) {
  .product_page .adventages {
    margin-top: 45px;
  }
  .product_page .goods {
    margin-top: 145px;
  }
  .product_page .goods__card-desc {
    gap: 3px;
    margin-top: 3px;
  }
  .product_page .callback {
    margin-top: 98px;
  }
  .product_page .order {
    margin-top: 102px;
  }
}
.article {
  padding-bottom: 59px;
  border-bottom: solid 1px #e3e3e3;
}
.article__wrapper {
  display: flex;
  gap: 26px;
}
.article__wrapper-arrow {
  background: #fff !important;
  border-radius: 50% !important;
  width: 45px !important;
  height: 45px !important;
  opacity: 0.5 !important;
}
.article__wrapper-arrow::after {
  font-size: 24px !important;
  color: #007260 !important;
  font-weight: 900 !important;
}
.article__content-wrapper {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 26px;
  row-gap: 20px;
}
.article__content-title {
  font-size: 3.2rem;
  line-height: 41.6px;
}
.article__content-img {
  padding: 12px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #e3e3e3;
  width: 594px;
  height: 504px;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 5;
}
.article__content-img img {
  border-radius: 10px;
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.article__content-img .swiper {
  overflow: hidden !important;
}
.article__content-info {
  margin-top: 10px;
}
.article__content-buttons {
  margin-top: 18px;
  display: flex;
  gap: 11px;
}
.article__content-buttons--green {
  border: none;
  width: 135px;
  padding: 0;
}
.article__content-buttons--white {
  padding: 0 28px;
  display: flex;
  gap: 10px;
}
.article__content-buttons--white.img {
  fill: #007260;
}
.article__number {
  margin-top: 10px;
  font-size: 1.4rem;
}
.article__number-value {
  font-size: 1.4rem;
}
.article__table {
  width: 594px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.article__table-item {
  margin-bottom: 6px;
  display: flex;
  width: 350px;
  justify-content: space-between;
}
.article__table-text {
  color: #888888;
  font-weight: 400;
}
.article__table-value {
  display: flex;
  align-items: start;
  color: #3C3B39;
  font-weight: 600;
}
.article__table-value.span {
  vertical-align: top;
}
.article__table::after {
  margin-top: 20px;
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
}
.article__table::before {
  margin-bottom: 9px;
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
}
.article__price {
  display: block;
  margin-top: 7px;
  font-size: 2.6rem;
  line-height: 33.8px;
  font-weight: 600;
}
.article__price-value {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 33.8px;
}
.article__dop-info {
  font-size: 1.2rem;
  line-height: 15.6px;
}
.article__tabs {
  margin-top: 50px;
}
.article__nav-tabs {
  list-style-type: none;
  outline: none;
  display: flex;
  gap: 51px;
  border-bottom: solid 1px #e3e3e3;
}
.article__nav-item {
  cursor: pointer;
}
.article__characteristic {
  display: flex;
  gap: 14px;
}
.article__characteristic-table {
  width: 598px;
  margin-top: 6px;
  margin-left: 8px;
}
.article__characteristic-table tr {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.article__characteristic-name {
  color: #222222;
  line-height: 24px;
}
.article__characteristic-value {
  color: #222222;
  line-height: 24px;
}
.article__tab-link {
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 21.6px;
  text-transform: uppercase;
  letter-spacing: -0.7px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0 48px;
  color: #888888;
  font-weight: 500;
}
.article__tab-link.active {
  font-weight: 500;
  color: #3C3B39;
  border-bottom: solid 1px #000;
  padding-bottom: 16px;
}
.article__tab-pane {
  display: none;
}
.article__tab-pane.active {
  display: flex;
}
.article__desc-text {
  margin-top: 15px;
  font-size: 2rem;
  color: #3C3B39;
  line-height: 32px;
}
.article__delivery {
  flex-direction: column;
}
.article__delivery-title {
  margin-top: 15px;
  font-size: 2.4rem;
  line-height: 38.4px;
}
.article__delivery-text {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 2rem;
  color: #3C3B39;
  line-height: 32px;
}
.article__installation {
  margin-top: 20px;
  flex-direction: column;
}
.article__installation .callback__content {
  max-width: 919px;
}
.article__installation .callback__content .form {
  width: 100%;
  flex-direction: row;
}
.article__installation .callback__content .form__btn {
  background-color: #007260;
  color: #fff;
}
.article__installation .callback__content .form__privacy {
  color: #888888;
  max-width: 100%;
}
.article__installation .callback__content .form__privacy a {
  color: #888888;
}
.article__installation .callback__content .form input {
  width: 334px;
  background-color: #f7f7f7;
  color: #3C3B39;
  border-color: #3C3B39;
}
.article__installation .callback__content .form input::placeholder {
  color: #3C3B39;
}
.article__installation .callback__content .form input::-moz-placeholder {
  color: #3C3B39;
}
.article__installation .callback__content .form label {
  color: #3C3B39;
}
.article__installation .callback__content .social__text {
  color: #3C3B39;
}
.article__installation .callback__content .social__link {
  border-color: #e3e3e3;
}
.article__installation .callback__title {
  text-transform: none;
  color: #3C3B39;
  font-size: 2.4rem;
  line-height: 38.4px;
  font-weight: 600;
}

.delivery {
  margin-top: 40px;
}
.delivery__title {
  margin-bottom: 20px;
}
.delivery__img {
  border-radius: 6px;
  width: 100%;
  height: 510px;
  object-fit: cover;
}
.delivery__img-crate {
  border-radius: 6px;
  max-width: 700px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.delivery__list {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.delivery__list-title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.delivery__text {
  padding-top: 20px;
}

.dopinfo__text {
  margin-top: 20px;
  font-size: 3rem;
}
.dopinfo__link {
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  text-underline-offset: 3px;
  color: #007260;
  font-size: 3rem;
}
.dopinfo__link:hover {
  color: #005E4C;
}

@media (max-width: 1599px) {
  .article {
    padding-bottom: 59px;
    border-bottom: solid 1px #e3e3e3;
  }
  .article__wrapper {
    display: flex;
    gap: 26px;
  }
  .article__content-wrapper {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 26px;
    row-gap: 20px;
  }
  .article__content-title {
    font-size: 3.2rem;
    line-height: 41.6px;
  }
  .article__content-img {
    padding: 12px;
    background-color: #fff;
    border-radius: 10px;
    border: solid 1px #e3e3e3;
    width: 594px;
    height: 504px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 5;
  }
  .article__content-img img {
    border-radius: 10px;
    max-width: 570px;
    height: 480px;
    object-fit: cover;
  }
  .article__content-info {
    margin-top: 10px;
  }
  .article__content-buttons {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
  }
  .article__content-buttons--green {
    border: none;
    width: 365px;
    padding: 0;
  }
  .article__content-buttons--white {
    padding: 0 28px;
    display: flex;
    gap: 10px;
  }
  .article__content-buttons--white.img {
    fill: #007260;
  }
  .article__number {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .article__number-value {
    font-size: 1.4rem;
  }
  .article__table {
    width: 594px;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .article__table-item {
    margin-bottom: 6px;
    display: flex;
    width: 350px;
    justify-content: space-between;
  }
  .article__table-text {
    color: #888888;
    font-weight: 400;
  }
  .article__table-value {
    display: flex;
    align-items: start;
    color: #3C3B39;
    font-weight: 600;
  }
  .article__table-value.span {
    vertical-align: top;
  }
  .article__table::after {
    margin-top: 20px;
    display: inline-block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
  }
  .article__table::before {
    margin-bottom: 9px;
    display: inline-block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
  }
  .article__price {
    display: block;
    margin-top: 7px;
    font-size: 2.6rem;
    line-height: 33.8px;
    font-weight: 600;
  }
  .article__price-value {
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 33.8px;
  }
  .article__dop-info {
    font-size: 1.2rem;
    line-height: 15.6px;
  }
  .article__tabs {
    margin-top: 50px;
  }
  .article__nav-tabs {
    list-style-type: none;
    outline: none;
    display: flex;
    gap: 51px;
    border-bottom: solid 1px #e3e3e3;
  }
  .article__nav-item {
    cursor: pointer;
  }
  .article__characteristic {
    display: flex;
    gap: 14px;
  }
  .article__characteristic-table {
    width: 598px;
    margin-top: 6px;
    margin-left: 8px;
  }
  .article__characteristic-table tr {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
  }
  .article__characteristic-name {
    color: #222222;
    line-height: 24px;
  }
  .article__characteristic-value {
    color: #222222;
    line-height: 24px;
  }
  .article__tab-link {
    font-size: 1.8rem;
    line-height: 21.6px;
    text-transform: uppercase;
    letter-spacing: -0.7px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0 48px;
    color: #888888;
    font-weight: 500;
  }
  .article__tab-link.active {
    font-weight: 500;
    color: #3C3B39;
    border-bottom: solid 1px #000;
    padding-bottom: 16px;
  }
  .article__tab-pane {
    display: none;
  }
  .article__tab-pane.active {
    display: flex;
  }
  .article__desc-text {
    margin-top: 15px;
    font-size: 2rem;
    color: #3C3B39;
    line-height: 32px;
  }
  .article__delivery {
    flex-direction: column;
  }
  .article__delivery-title {
    margin-top: 15px;
    font-size: 2.4rem;
    line-height: 38.4px;
  }
  .article__delivery-text {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 2rem;
    color: #3C3B39;
    line-height: 32px;
  }
  .article__installation .callback__content .form div {
    min-width: 363px;
  }
  .article__installation .callback__content .form input {
    width: 100%;
  }
}
@media (min-width: 1280px) and (max-width: 1540px) {
  .article__content-title {
    width: 370px;
  }
}
@media (max-width: 1279px) {
  .article__content-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 14px;
    column-gap: 20px;
    row-gap: 28px;
  }
  .article__content-info {
    margin-top: 0;
    height: 0px;
  }
  .article__content-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .article__content-buttons--green {
    width: 282px;
  }
  .article__content-buttons--white {
    width: 282px;
    padding: 0 15px;
    height: 50px;
  }
  .article__table {
    display: none;
  }
}
@media (max-width: 1023px) {
  .article__content-wrapper {
    grid-template-columns: 434px 282px;
    column-gap: 20px;
    row-gap: 28px;
  }
  .article__content-title {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .article__content-carusel {
    height: 100%;
  }
  .article__content-img {
    padding: 8px;
    width: 434px;
    height: 370px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 5;
  }
  .article__content-img img {
    border-radius: 10px;
    width: 418px;
    height: 352px;
    object-fit: cover;
  }
  .article__content-img .swiper .swiper-wrapper .swiper-slide {
    height: 100% !important;
  }
  .article__content-info {
    margin-top: 0;
    height: 0px;
  }
  .article__content-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .article__content-buttons--green {
    width: 282px;
  }
  .article__content-buttons--white {
    width: 282px;
    padding: 0 15px;
    height: 50px;
  }
  .article__table {
    display: none;
  }
  .article__price {
    margin-top: 3px;
  }
  .article__dop-info {
    margin-top: -87px;
    width: 282px;
  }
  .article__tabs {
    margin-top: 51px;
  }
  .article__nav-tabs {
    gap: 29px;
  }
  .article__tab-link {
    padding: 0 14px;
  }
  .article__tab-link.active {
    padding-bottom: 14px;
  }
  .article__characteristic {
    margin-top: 2px;
  }
  .article__characteristic-table {
    margin-top: 4px;
    margin-left: 0px;
  }
  .article__instalation .callback__content {
    max-width: 919px;
  }
  .article__instalation .callback__content .form {
    width: 100%;
    flex-direction: row;
  }
  .article__instalation .callback__content .form__btn {
    background-color: #007260;
    color: #fff;
  }
  .article__instalation .callback__content .form__privacy {
    color: #888888;
    max-width: 100%;
  }
  .article__instalation .callback__content .form__privacy a {
    color: #888888;
  }
  .article__instalation .callback__content .form input {
    width: 334px;
    background-color: #f7f7f7;
    color: #3C3B39;
    border-color: #3C3B39;
  }
  .article__instalation .callback__content .form input::placeholder {
    color: #3C3B39;
  }
  .article__instalation .callback__content .form input::-moz-placeholder {
    color: #3C3B39;
  }
  .article__instalation .callback__content .form label {
    color: #3C3B39;
  }
  .article__instalation .callback__content .social__text {
    color: #3C3B39;
  }
  .article__instalation .callback__content .social__link {
    border-color: #e3e3e3;
  }
  .article__instalation .callback__title {
    text-transform: none;
    color: #3C3B39;
    font-size: 2.4rem;
    line-height: 38.4px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .article__content-wrapper {
    display: block;
    margin-top: 17px;
  }
  .article__content-title {
    font-size: 2.6rem;
    line-height: 31.2px;
    max-height: 100%;
  }
  .article__content-img {
    margin-top: 12px;
    padding: 4px;
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
  .article__content-img img {
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .article__content-img .swiper .swiper-wrapper {
    height: 100% !important;
  }
  .article__content-img .swiper .swiper-wrapper .swiper-slide {
    height: 100% !important;
    width: 100% !important;
  }
  .article__content-info {
    margin-top: 8px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    height: auto;
  }
  .article__content-buttons {
    margin-top: 13px;
  }
  .article__content-buttons--green {
    width: 100%;
  }
  .article__content-buttons--white {
    width: 100%;
    padding: 0 10px;
    height: 44px;
  }
  .article__number {
    font-size: 1.2rem;
    line-height: 12px;
  }
  .article__number-value {
    font-size: 1.2rem;
    line-height: 12px;
  }
  .article__table {
    display: none;
  }
  .article__price {
    margin-top: 0;
    font-size: 2rem;
    line-height: 26px;
  }
  .article__price-value {
    font-size: 2rem;
    line-height: 26px;
  }
  .article__dop-info {
    margin-top: 9px;
    width: 100%;
  }
  .article__tabs {
    margin-top: 65px;
  }
  .article__nav-tabs {
    gap: 24px;
    overflow: scroll;
  }
  .article__nav-tabs::-webkit-scrollbar {
    opacity: 0;
    height: 0;
    width: 0;
  }
  .article__nav-tabs::-webkit-scrollbar-thumb {
    height: 0;
    width: 0;
  }
  .article__tab-link {
    width: 100%;
    padding: 0 4px;
    font-size: 1.6rem;
    line-height: 19.2px;
    white-space: nowrap;
  }
  .article__tab-link.active {
    padding-bottom: 10px;
  }
  .article__characteristic {
    margin-top: 6px;
    flex-direction: column;
    gap: 0;
  }
  .article__characteristic-table {
    width: 100%;
    margin: 0;
  }
  .article__characteristic-table tr:last-child {
    margin-bottom: -4px;
  }
  .article__characteristic-name {
    font-size: 1.4rem;
    line-height: 20px;
  }
  .article__characteristic-value {
    font-size: 1.4rem;
    line-height: 20px;
  }
  .dopinfo__text {
    font-size: 2rem;
  }
  .dopinfo__link {
    font-size: 2rem;
    font-weight: 600;
  }
}
.about_page .adventages {
  margin-top: 140px;
  padding-bottom: 68px;
  border-bottom: solid 1px #e3e3e3;
}

@media (max-width: 1599px) {
  .about_page .adventages {
    margin-top: 100px;
    padding-bottom: 41px;
  }
  .about_page .works__top {
    margin-top: 100px;
  }
  .about_page .callback {
    margin-top: 116px;
  }
}
@media (max-width: 1023px) {
  .about_page .adventages {
    margin-top: 100px;
    padding-bottom: 41px;
  }
  .about_page .works__top {
    margin-top: 100px;
  }
  .about_page .callback {
    margin-top: 116px;
  }
}
@media (max-width: 767px) {
  .about_page .adventages {
    margin-top: 103px;
    padding-bottom: 94px;
  }
  .about_page .works {
    margin-bottom: 51px;
    padding-bottom: 94px;
  }
  .about_page .works__top {
    margin-top: 100px;
  }
  .about_page .callback {
    margin-top: 169px;
  }
}
.company__title {
  margin-top: 13px;
  line-height: 52px;
  letter-spacing: 1.1px;
  max-width: 1090px;
}
.company__title--green {
  font-family: "Forum", sans-serif;
  color: #007260;
}
.company__wrapper {
  display: flex;
  gap: 25px;
}
.company__content {
  margin-top: 25px;
}
.company__content:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.company__images {
  display: grid;
  grid-template-columns: 594px 222px;
  grid-template-rows: 250px 326px;
  gap: 26px;
}
.company__images-item:nth-child(1) {
  object-fit: cover;
  max-height: 602px;
  width: 100%;
  grid-row-start: 1;
  grid-row-end: 3;
  border-radius: 6px;
}
.company__images-item:nth-child(2) {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.company__images-item:nth-child(3) {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
}
.company__text {
  font-size: 1.8rem;
  line-height: 28.8px;
}
.company__text::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #3C3B39;
  margin-top: 25px;
}
.company__text:last-child::after {
  display: none;
}

@media (max-width: 1599px) {
  .company__content {
    margin-top: 23px;
  }
  .company__content:nth-child(2) {
    gap: 11px;
  }
  .company__images {
    grid-template-columns: 494px 222px;
    grid-template-rows: 244px 320px;
    gap: 20px;
  }
  .company__images-item:nth-child(1) {
    border-radius: 6px;
    height: 584px;
    width: 494px;
    object-fit: cover;
  }
  .company__images-item:nth-child(3) {
    object-fit: cover;
    width: 222px;
    height: 320px;
  }
  .company__text {
    letter-spacing: -0.1px;
  }
  .company__text::after {
    margin-top: 14px;
  }
}
@media (max-width: 1279px) {
  .company__wrapper {
    flex-direction: column;
    gap: 0;
  }
  .company__content {
    margin-top: 23px;
  }
  .company__content:nth-child(2) {
    gap: 11px;
  }
  .company__images {
    grid-template-columns: 1fr 222px;
    grid-template-rows: 244px 320px;
    gap: 20px;
    justify-content: center;
  }
  .company__images-item:nth-child(1) {
    border-radius: 6px;
    height: 584px;
    width: 100%;
    object-fit: cover;
  }
  .company__images-item:nth-child(3) {
    height: 320px;
  }
  .company__text {
    letter-spacing: -0.1px;
  }
  .company__text::after {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .company__title {
    font-size: 3rem;
    line-height: 36px;
    letter-spacing: -0.1px;
  }
  .company__title--green {
    font-size: 3rem;
    line-height: 36px;
  }
  .company__images {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 346px 210px;
    gap: 12px;
  }
  .company__images-item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    height: 346px;
  }
  .company__images-item:nth-child(2) {
    width: 100%;
    max-width: 100%;
    height: 210px;
  }
  .company__images-item:nth-child(3) {
    max-width: 100%;
    width: 100%;
    height: 210px;
  }
  .company__text::after {
    width: 100%;
  }
}
.diplom {
  margin-top: 70px;
}
.diplom .container {
  overflow: visible;
}
.diplom__title--green {
  font-family: "Forum", sans-serif;
  color: #007260;
}
.diplom__carusel {
  cursor: grab;
  margin-top: 35px !important;
  display: flex;
  justify-content: center !important;
}
.diplom__carusel::-webkit-scrollbar {
  opacity: 0;
  height: 0;
  width: 0;
}
.diplom__carusel::-webkit-scrollbar-thumb {
  height: 0;
  width: 0;
}
.diplom__carusel .swiper-wrapper .swiper-slide {
  width: 272px !important;
  height: 386px !important;
}
.diplom__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1023px) {
  .diplom {
    margin-top: 50px;
  }
  .diplom .container {
    overflow: hidden;
  }
  .diplom__carusel {
    cursor: grab;
  }
  .diplom__carusel .swiper-wrapper .swiper-slide {
    width: 242px !important;
    height: 344px !important;
  }
}
@media (max-width: 767px) {
  .diplom__carusel {
    margin-top: 26px !important;
  }
  .diplom__carusel .swiper-wrapper .swiper-slide {
    width: 315px !important;
    height: 447px !important;
  }
}
.goal {
  margin-top: 140px;
}
.goal .container {
  display: flex;
  gap: 26px;
}
.goal__content:first-child {
  display: flex;
  gap: 26px;
}
.goal__content:last-child {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.goal__content-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  border-radius: 6px;
}
.goal__text {
  margin-top: 22px;
  font-size: 1.8rem;
  line-height: 21.6px;
}

@media (max-width: 1279px) {
  .goal {
    margin-top: 100px;
  }
  .goal .container {
    flex-direction: column-reverse;
  }
  .goal__content {
    margin-top: 0;
  }
  .goal__content:first-child {
    margin-top: 3px;
    gap: 20px;
  }
  .goal__content:last-child {
    flex-direction: row;
    gap: 20px;
  }
  .goal__content-img {
    min-width: 100%;
    height: auto;
  }
  .goal__text {
    margin-top: 11px;
    min-width: 358px;
  }
}
@media (max-width: 1023px) {
  .goal {
    margin-top: 100px;
  }
  .goal .container {
    flex-direction: column-reverse;
  }
  .goal__content {
    margin-top: 0;
  }
  .goal__content:first-child {
    margin-top: 3px;
    gap: 20px;
  }
  .goal__content:last-child {
    flex-direction: row;
    gap: 20px;
  }
  .goal__content-img {
    width: 100%;
    height: auto;
  }
  .goal__text {
    margin-top: 11px;
    max-width: 358px;
  }
}
@media (max-width: 767px) {
  .goal {
    margin-top: 100px;
  }
  .goal .container {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .goal__content {
    margin-top: 0;
    gap: 14px;
  }
  .goal__content:first-child {
    margin-top: 0px;
    gap: 12px;
  }
  .goal__content:last-child {
    flex-direction: column;
    gap: 24px;
  }
  .goal__content-img {
    width: 100%;
    height: auto;
  }
  .goal__text {
    font-size: 1.6rem;
    line-height: 19.2px;
    margin-top: 11px;
    max-width: 358px;
  }
}
.contact_page .footer {
  margin-top: 111px;
}

@media (max-width: 1599px) {
  .contact_page .footer {
    margin-top: 100px;
  }
}
@media (max-width: 1023px) {
  .contact_page .footer {
    margin-top: 100px;
  }
}
@media (max-width: 1023px) {
  .contact_page .footer {
    margin-top: 100px;
  }
}
.contacts__title {
  margin-top: 15px;
  letter-spacing: 1px;
}
.contacts__content {
  display: flex;
  gap: 26px;
}
.contacts__map iframe {
  width: 842px;
  height: 593px;
}
.contacts__info-item {
  margin-top: 20px;
  display: flex;
}
.contacts__info-item:nth-child(5) {
  margin: 0;
  display: flex;
  align-items: baseline;
}
.contacts__info-numbers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts__info .form {
  flex-direction: column;
  margin-top: 27px;
  color: #3C3B39;
  gap: 20px;
}
.contacts__info .form input {
  background-color: #F7F7F7;
  border-bottom: solid 1px #3C3B39;
  caret-color: #3C3B39;
  width: 100%;
  color: #3C3B39;
}
.contacts__info .form input::-moz-placeholder {
  color: #3C3B39;
}
.contacts__info .form input::-webkit-input-placeholder {
  color: #3C3B39;
}
.contacts__info .form__btn {
  width: 100%;
  background-color: #007260;
  color: #fff;
}
.contacts__info .form__privacy {
  padding: 0;
  color: #888888;
}
.contacts__info .form__privacy a {
  color: #888888;
}
.contacts__info-name {
  margin-right: 8px;
}
.contacts__info-value {
  display: inline-block;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  color: #3C3B39;
  font-size: 2.2rem;
  line-height: 26.4px;
  font-weight: 600;
}
.contacts__info-social .social__link {
  border: solid 1px #e3e3e3;
}
.contacts__info .callback__title {
  margin-top: 45px;
  font-size: 2.2rem;
  line-height: 26.2px;
  font-weight: 600;
  color: #3C3B39;
}

@media (max-width: 1279px) {
  .contacts__content {
    margin-top: 25px;
    flex-direction: column;
    gap: 7px;
  }
  .contacts__map iframe {
    width: 100%;
    height: 471px;
  }
  .contacts__info .form {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: start;
  }
  .contacts__info .form input {
    min-width: 363px;
  }
  .contacts__info .form__btn {
    width: 231px;
  }
  .contacts__info .form__privacy {
    margin-top: 8px;
  }
}
@media (max-width: 1023px) {
  .contacts__content {
    margin-top: 25px;
    flex-direction: column;
    gap: 7px;
  }
  .contacts__info .form {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: start;
  }
  .contacts__info .form__btn {
    width: 231px;
  }
  .contacts__info .form__privacy {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .contacts__title {
    margin-top: 5px;
    font-size: 3rem;
    line-height: 52px;
    letter-spacing: -0.1px;
  }
  .contacts__map iframe {
    width: 100%;
    height: 211px;
  }
  .contacts__info {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .contacts__info-item {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .contacts__info-value {
    font-size: 2rem;
    line-height: 24px;
  }
  .contacts__info-social {
    margin-top: 0;
  }
  .contacts__info .form {
    gap: 7px;
  }
  .contacts__info .form__label {
    left: 11px;
  }
  .contacts__info .form div {
    width: 100%;
  }
  .contacts__info .form input {
    width: 100%;
  }
  .contacts__info .form input::-moz-placeholder {
    text-align: left;
  }
  .contacts__info .form input::-webkit-input-placeholder {
    text-align: left;
  }
  .contacts__info .form__btn {
    width: 100%;
  }
  .contacts__info .form__privacy {
    width: 100%;
    text-align: left;
    margin-top: 0;
  }
}
.project__wrapper {
  margin-top: 16px;
  letter-spacing: 1.1px;
}
.project__content {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 26px;
  row-gap: 24px;
}
.project__item {
  position: relative;
  width: calc(33.3333333333% - 20px);
}
.project__name {
  position: absolute;
  bottom: 19px;
  left: 16px;
  background-color: #fff;
  padding: 0px 10px;
  border-radius: 4px;
  line-height: 25.6px;
  letter-spacing: 0;
}
.project__img {
  border-radius: 6px;
  width: 100%;
  height: 298px;
  object-fit: cover;
  object-position: center;
}
.project__tabs {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.project__tab {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 6px;
  color: #007260;
  background-color: #fff;
  border: solid 1px #007260;
}
.project__tab.active {
  color: #fff;
  background-color: #007260;
  border: solid 1px #007260;
}
.project__tab:hover {
  background-color: #005E4C;
  color: #fff;
  border: solid 1px #005E4C;
}

@media (max-width: 1599px) {
  .project__content {
    column-gap: 20px;
    row-gap: 17px;
  }
  .project__name {
    bottom: 21px;
  }
}
@media (max-width: 1023px) {
  .project__item {
    position: relative;
    width: calc(50% - 20px);
  }
  .project__content {
    column-gap: 20px;
    row-gap: 17px;
  }
  .project__img {
    width: 100%;
    height: 226px;
  }
  .project__name {
    bottom: 21px;
  }
}
@media (max-width: 767px) {
  .project__title {
    font-size: 3rem;
    letter-spacing: normal;
  }
  .project__item {
    position: relative;
    width: 100%;
  }
  .project__content {
    row-gap: 10px;
  }
  .project__img {
    width: 100%;
    height: 208px;
  }
  .project__name {
    bottom: 17px;
    left: 13px;
  }
}
@media (max-width: 610px) {
  .project__tabs {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .project__tab {
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 6px;
    color: #007260;
    background-color: #fff;
    border: solid 1px #007260;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .project__tab.active {
    color: #fff;
    background-color: #007260;
    border: solid 1px #007260;
  }
  .project__tab:hover {
    background-color: #005E4C;
    color: #fff;
    border: solid 1px #005E4C;
  }
}
.form__rating {
  height: 20px;
  margin-top: 28px;
}
.form__rating > * {
  float: right;
}
.form__rating label {
  height: 20px;
  width: 20px;
  display: block;
  position: relative;
  cursor: pointer;
}
.form__rating label:after {
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  content: "☆";
  color: #3C3B39;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 20px;
}
.form__rating input {
  display: none;
}
.form__rating input:checked + label:after,
.form__rating input:checked ~ label:after {
  content: "★";
  color: #F9D84A;
}

.feedback_page .callback__content .form {
  margin-left: 10px;
  width: 925px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.feedback_page .callback__content .form__name {
  width: 193px;
}
.feedback_page .callback__content .form__rating {
  display: inline;
}
.feedback_page .callback__content .form__rating-wrapper {
  display: flex;
}
.feedback_page .callback__content .form__rating-wrapper .rating {
  top: 0px;
}
.feedback_page .callback__content .form__rating-score {
  margin-top: 28px;
  color: #fff;
  display: block;
}
.feedback_page .callback__content .form__opinion {
  display: block;
  width: 584px;
}
.feedback_page .callback__content .form__btn {
  width: 321px;
}
.feedback_page .callback__content .form__privacy {
  max-width: 100%;
}

@media (max-width: 1023px) {
  .feedback_page .callback__content .form {
    margin-left: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
  }
  .feedback_page .callback__content .form__name {
    width: 193px;
  }
  .feedback_page .callback__content .form__rating {
    display: inline;
  }
  .feedback_page .callback__content .form__rating-score {
    margin-top: 28px;
    color: #fff;
  }
  .feedback_page .callback__content .form__opinion {
    display: block;
    max-width: 450px;
  }
  .feedback_page .callback__content .form__btn {
    padding: 0;
    max-width: 200px;
  }
  .feedback_page .callback__content .form__privacy {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .feedback_page .callback__content {
    width: 94%;
  }
  .feedback_page .callback__content .form {
    flex-direction: column;
  }
  .feedback_page .callback__content .form__name {
    width: 193px;
  }
  .feedback_page .callback__content .form__rating {
    display: block;
    width: 170px;
  }
  .feedback_page .callback__content .form__rating label {
    width: 32px;
  }
  .feedback_page .callback__content .form__rating-wrapper {
    justify-content: center;
    vertical-align: middle;
  }
  .feedback_page .callback__content .form__rating-score {
    margin-top: 28px;
    color: #fff;
  }
  .feedback_page .callback__content .form__name {
    width: 100%;
  }
  .feedback_page .callback__content .form .opinion {
    left: 50%;
    transform: translate(-50%);
  }
  .feedback_page .callback__content .form .rating {
    left: 50%;
    transform: translate(-50%);
  }
  .feedback_page .callback__content .form__opinion {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .feedback_page .callback__content .form__btn {
    padding: 0;
    margin: 0 auto;
    max-width: 330px;
  }
  .feedback_page .callback__content .form__privacy {
    max-width: 100%;
  }
}
.opinion__title {
  font-size: 4rem;
  line-height: 52px;
}
.opinion__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
}
.opinion__btn {
  border: none;
  padding: 0 35px;
  display: flex;
  align-items: center;
}
.opinion__btn-bottom {
  display: none;
}
.opinion__content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 26px;
  flex-wrap: wrap;
}
.opinion__content .feedback__carusel-el {
  width: calc(33.3333333333% - 20px);
  height: auto;
}
.opinion__content .feedback__carusel-text {
  letter-spacing: 0;
  max-height: 119px;
  overflow-y: scroll;
}
.opinion__content .feedback__carusel-text::-webkit-scrollbar {
  width: 1px;
}
.opinion__content .feedback__carusel-text::-webkit-scrollbar-thumb {
  background-color: #3C3B39;
  height: 41px;
  width: 1px;
}

@media (max-width: 1023px) {
  .opinion__content .feedback__carusel-el {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .opinion__btn-top {
    display: none;
  }
  .opinion__btn-bottom {
    margin: 0 auto;
    margin-top: 25px;
    display: block;
  }
  .opinion__content .feedback__carusel-el {
    width: 100%;
  }
}
.stocks__wrapper {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 26px;
  row-gap: 24px;
}
.stocks__title {
  margin-top: 16px;
  letter-spacing: 1.1px;
}
.stocks__item {
  width: calc(25% - 20px);
}
.stocks__item-img {
  border-radius: 6px;
  width: 100%;
  max-height: 240px;
  object-fit: cover;
}
.stocks__item-title {
  margin-top: 10px;
  font-size: 2.2rem;
  line-height: 26.4px;
  font-weight: 600;
}
.stocks__item-text {
  letter-spacing: -0.1px;
  margin-top: 13px;
  color: #888888;
  line-height: 22.4px;
}

@media (max-width: 1023px) {
  .stocks__wrapper {
    row-gap: 40px;
  }
  .stocks__title {
    margin-top: 16px;
    letter-spacing: 1.1px;
  }
  .stocks__item {
    width: calc(33.3333333333% - 20px);
  }
  .stocks__item-img {
    max-height: 160px;
  }
  .stocks__item-title {
    margin-top: 10px;
    font-size: 2.2rem;
    line-height: 26.4px;
    font-weight: 600;
  }
  .stocks__item-text {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .stocks__wrapper {
    column-gap: 12px;
    row-gap: 25px;
  }
  .stocks__title {
    margin-top: 16px;
    letter-spacing: 1.1px;
  }
  .stocks__item {
    width: calc(50% - 20px);
  }
  .stocks__item-img {
    min-width: 159px;
    min-height: 110px;
  }
  .stocks__item-title {
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 21.6px;
    font-weight: 600;
  }
  .stocks__item-text {
    font-size: 1.2rem;
    line-height: 16.8px;
    margin-top: 8px;
  }
}
@media (max-width: 1023px) {
  .price_page .callback {
    display: none;
  }
}
.price__content {
  width: 100%;
}
.price__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.price__title {
  margin-top: 17px;
  letter-spacing: 1.1px;
}
.price__subtitle {
  letter-spacing: -0.1px;
  margin-top: 26px;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
}
.price__table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.price__table td, .price__table th {
  border: solid 1px #007260;
}
.price__table-name {
  text-align: left;
  background-color: #DEEAE8;
  padding: 10px 20px;
  font-size: 1.8rem;
  line-height: 23.4px;
}
.price__table-value {
  padding: 10px 20px;
  font-size: 1.8rem;
  vertical-align: top;
}
.price__table-value:last-child {
  width: 175px;
}
.price__table-wrapper {
  max-width: 100%;
  margin-top: 25px;
}
.price__table-item:nth-child(2n+2) {
  background-color: #fff;
}
.price__stages-title {
  margin-top: 20px;
}
.price__stages-text {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .price__title {
    margin-top: 15px;
    font-size: 3rem;
    letter-spacing: normal;
  }
  .price__subtitle {
    margin-top: 23px;
    line-height: 26px;
  }
  .price__table td, .price__table th {
    font-size: 1.6rem;
    line-height: 20.8px;
  }
  .price__table-value {
    padding: 6px 12px;
  }
  .price__table-value:last-child {
    width: 133px;
  }
  .price__table-wrapper {
    margin-top: 14px;
  }
}
.eval__link-info {
  color: #007260;
  font-size: 1.8rem;
  font-weight: 600;
}
.eval__link-info:hover {
  color: #005E4C;
}
.eval__text-info {
  font-size: 1.8rem;
  margin-top: 20px;
}
.eval__title {
  margin-top: 18px;
  font-size: 4rem;
}
.eval__tabs {
  margin-top: 24px;
}
.eval__nav-tabs {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.eval__nav-item {
  cursor: pointer;
}
.eval__tab-pane {
  display: none;
  margin-top: 58px;
}
.eval__tab-pane.active {
  display: block;
}
.eval__tab-link {
  text-transform: uppercase;
  color: #3C3B39;
  border-radius: 6px;
  width: 100%;
  height: 72px;
  font-size: 2rem;
  line-height: 32px;
  font-weight: 600;
  border-color: #e3e3e3;
  letter-spacing: -0.9px;
}
.eval__tab-link.active {
  border-color: #007260;
  color: #007260;
}
.eval__kitchen-title {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 26px;
  font-weight: 600;
}
.eval__kitchen-wrapper {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.eval__kitchen-card {
  cursor: pointer;
  height: 160px;
  border: solid 1px #e3e3e3;
  border-radius: 6px;
  display: flex;
  gap: 23px;
  align-items: center;
  padding: 20px;
  background-color: #fff;
}
.eval__kitchen-card.active {
  border: solid 1px #007260;
}
.eval__kitchen-img {
  max-width: 182px;
  max-height: 120px;
}
.eval__kitchen-form {
  margin-top: 28px;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
}
.eval__kitchen-name {
  font-size: 2rem;
  font-weight: 600;
  line-height: 28px;
}
.eval__kitchen-title {
  margin-top: 31px;
}
.eval__kitchen-shape {
  position: relative;
  width: 718px;
  margin-top: 28px;
  border: solid 1px #e3e3e3;
  background-color: #fff;
  border-radius: 6px;
}
.eval__kitchen-shape img {
  padding: 48px 65px;
  max-width: 710px;
}
.eval__kitchen-shape .form1 .eval__kitchen-input:nth-child(3) {
  top: 20px;
  left: 329px;
}
.eval__kitchen-shape .form1 .eval__kitchen-input:nth-child(5) {
  top: 214px;
  left: 8px;
}
.eval__kitchen-shape .form1 .eval__kitchen-input:nth-child(7) {
  top: 215px;
  right: 12px;
}
.eval__kitchen-shape .form1 .eval__kitchen-input:nth-child(9) {
  top: 141px;
  left: 425px;
}
.eval__kitchen-shape .form1 .eval__kitchen-input:nth-child(11) {
  top: 417px;
  left: 136px;
}
.eval__kitchen-shape .form1 .eval__kitchen-input:nth-child(13) {
  top: 417px;
  right: 139px;
}
.eval__kitchen-shape .form2 .eval__kitchen-input:nth-child(3) {
  top: 20px;
  left: 329px;
}
.eval__kitchen-shape .form2 .eval__kitchen-input:nth-child(5) {
  top: 214px;
  left: 8px;
}
.eval__kitchen-shape .form2 .eval__kitchen-input:nth-child(7) {
  top: 215px;
  right: 12px;
}
.eval__kitchen-shape .form2 .eval__kitchen-input:nth-child(9) {
  top: 141px;
  left: 425px;
}
.eval__kitchen-shape .form2 .eval__kitchen-input:nth-child(11) {
  top: 417px;
  left: 136px;
}
.eval__kitchen-shape .form2 .eval__kitchen-input:nth-child(13) {
  top: 417px;
  right: 141px;
}
.eval__kitchen-shape .form3 .eval__kitchen-input:nth-child(3) {
  top: 20px;
  left: 310px;
}
.eval__kitchen-shape .form3 .eval__kitchen-input:nth-child(5) {
  top: 130px;
  left: 5px;
}
.eval__kitchen-shape .form3 .eval__kitchen-input:nth-child(7) {
  top: 190px;
  right: 14px;
}
.eval__kitchen-shape .form3 .eval__kitchen-input:nth-child(9) {
  top: 360px;
  right: 145px;
}
.eval__kitchen-shape .form3 .eval__kitchen-input:nth-child(11) {
  display: none;
  top: 360px;
  right: 145px;
}
.eval__kitchen-shape .form3 .eval__kitchen-input:nth-child(13) {
  display: none;
}
.eval__kitchen-shape .form4 .eval__kitchen-input:nth-child(3) {
  top: 20px;
  left: 310px;
}
.eval__kitchen-shape .form4 .eval__kitchen-input:nth-child(5) {
  top: 130px;
  left: 5px;
}
.eval__kitchen-shape .form4 .eval__kitchen-input:nth-child(7) {
  top: 190px;
  right: 14px;
}
.eval__kitchen-shape .form4 .eval__kitchen-input:nth-child(9) {
  top: 360px;
  right: 145px;
}
.eval__kitchen-shape .form4 .eval__kitchen-input:nth-child(11) {
  display: none;
  top: 360px;
  right: 145px;
}
.eval__kitchen-shape .form4 .eval__kitchen-input:nth-child(13) {
  display: none;
}
.eval__kitchen-shape .form5 .eval__kitchen-input:nth-child(3) {
  top: 20px;
  left: 310px;
}
.eval__kitchen-shape .form5 .eval__kitchen-input:nth-child(5) {
  top: 145px;
  right: 15px;
}
.eval__kitchen-shape .form5 .eval__kitchen-input:nth-child(7) {
  display: none;
}
.eval__kitchen-shape .form5 .eval__kitchen-input:nth-child(9) {
  display: none;
}
.eval__kitchen-shape .form5 .eval__kitchen-input:nth-child(11) {
  display: none;
}
.eval__kitchen-shape .form5 .eval__kitchen-input:nth-child(13) {
  display: none;
}
.eval__kitchen-shape .form6 .eval__kitchen-input:nth-child(3) {
  top: 20px;
  left: 310px;
}
.eval__kitchen-shape .form6 .eval__kitchen-input:nth-child(5) {
  top: 145px;
  right: 15px;
}
.eval__kitchen-shape .form6 .eval__kitchen-input:nth-child(7) {
  display: none;
}
.eval__kitchen-shape .form6 .eval__kitchen-input:nth-child(9) {
  display: none;
}
.eval__kitchen-shape .form6 .eval__kitchen-input:nth-child(11) {
  display: none;
}
.eval__kitchen-shape .form6 .eval__kitchen-input:nth-child(13) {
  display: none;
}
.eval__kitchen-entry {
  position: relative;
}
.eval__kitchen-entry label {
  display: none;
}
.eval__kitchen-entry input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.eval__kitchen-entry input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.eval__kitchen-side {
  display: none;
}
.eval__kitchen-side_wrapper {
  position: relative;
}
.eval__kitchen-input {
  padding: 0 10px;
  position: absolute;
  width: 56px;
  height: 36px;
  border-radius: 20px;
  outline: none;
  border: solid 1px #e3e3e3;
}
.eval__kitchen-input::placeholder {
  font-size: 1.2rem;
  color: #888888;
  text-align: center;
}
.eval__kitchen-input:-moz-placeholder {
  font-size: 1.2rem;
  color: #888888;
  text-align: center;
}
.eval__kitchen-dopinfo {
  width: 310px;
  display: flex;
  flex-direction: column;
}
.eval__kitchen-cover {
  margin-top: 40px;
}
.eval__kitchen-info {
  margin-top: 50px;
  line-height: 22.4px;
  font-weight: 600;
}
.eval__kitchen-link {
  text-decoration: underline;
}
.eval__radio {
  margin-top: 29px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.eval__radio-input {
  cursor: pointer;
}
.eval__radio-item {
  cursor: pointer;
  display: flex;
  gap: 10px;
}
.eval__radio-label {
  cursor: pointer;
  font-size: 1.4rem;
  font-family: "Gilroy", sans-serif;
  letter-spacing: -0.8px;
}
.eval__radio input[type=radio]:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #e3e3e3;
}
.eval__radio input[type=radio]:checked:after {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: -24px;
  left: 2px;
  position: relative;
  background-color: #007260;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #007260;
}
.eval__radio input[type=radio]:checked::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #007260;
}
.eval__cost {
  margin-top: 33px;
  width: 430px;
  height: 100%;
  padding: 20px;
  border-radius: 6px;
  background-color: #007260;
}
.eval__cost-item {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.eval__cost-item .dots::before {
  bottom: 3px;
  left: 10px;
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 94%;
  border-bottom: dashed 1px #c1c1c1;
  z-index: 0;
}
.eval__cost-title {
  color: #fff;
}
.eval__cost-list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.eval__cost-name {
  z-index: 1;
  color: #fff;
  background-color: #007260;
  max-width: 250px;
  line-height: 22.4px;
}
.eval__cost-value {
  z-index: 1;
  background-color: #007260;
  line-height: 22.4px;
  color: #fff;
  display: flex;
  align-items: end;
}
.eval__total {
  margin-top: 21px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eval__total-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 26px;
  font-weight: 600;
}
.eval__total-value {
  color: #fff;
  font-size: 2rem;
  line-height: 26px;
  font-weight: 600;
}
.eval__total-btn {
  margin-top: 25px;
  width: 100%;
  height: 45px;
  border-radius: 6px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.eval__bath-wrapper {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.eval__bath-card {
  cursor: pointer;
  width: 477px;
  height: 160px;
  border: solid 1px #e3e3e3;
  border-radius: 6px;
  display: flex;
  gap: 23px;
  align-items: center;
  padding: 20px;
  background-color: #fff;
}
.eval__bath-card.active {
  border: solid 1px #007260;
}
.eval__bath-input {
  padding: 0 10px;
  position: absolute;
  border-radius: 20px;
  outline: none;
  border: solid 1px #e3e3e3;
  width: 63px;
  height: 40px;
}
.eval__bath-shape {
  position: relative;
  width: 718px;
  margin-top: 28px;
  border: solid 1px #e3e3e3;
  background-color: #fff;
}
.eval__bath-shape img {
  padding: 48px 65px;
  max-width: 710px;
}
.eval__bath-shape .form1 .eval__bath-input:nth-child(3) {
  top: 15px;
  left: 310px;
}
.eval__bath-shape .form1 .eval__bath-input:nth-child(5) {
  top: 145px;
  right: 12px;
}
.eval__bath-shape .form1 .eval__bath-input:nth-child(7) {
  display: none;
}
.eval__bath-shape .form1 .eval__bath-input:nth-child(9) {
  display: none;
}
.eval__bath-shape .form1 .eval__bath-input:nth-child(11) {
  display: none;
}
.eval__bath-shape .form2 .eval__bath-input:nth-child(3) {
  top: 15px;
  left: 329px;
}
.eval__bath-shape .form2 .eval__bath-input:nth-child(5) {
  top: 135px;
  left: 10px;
}
.eval__bath-shape .form2 .eval__bath-input:nth-child(7) {
  top: 185px;
  right: 8px;
}
.eval__bath-shape .form2 .eval__bath-input:nth-child(9) {
  top: 355px;
  right: 140px;
}
.eval__bath-shape .form2 .eval__bath-input:nth-child(11) {
  display: none;
  top: 355px;
  right: 140px;
}
.eval__bath-entry {
  position: relative;
}
.eval__bath-entry label {
  display: none;
}
.eval__bath-side {
  display: none;
}
.eval__bath-input {
  padding: 0 10px;
  position: absolute;
  border-radius: 20px;
  outline: none;
  border: solid 1px #e3e3e3;
  width: 63px;
  height: 40px;
}
.eval__window-wrapper {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.eval__window-input {
  padding: 0 10px;
  position: absolute;
  border-radius: 20px;
  outline: none;
  border: solid 1px #e3e3e3;
  width: 63px;
  height: 40px;
}
.eval__window-shape {
  position: relative;
  width: 718px;
  margin-top: 28px;
  border: solid 1px #e3e3e3;
  background-color: #fff;
}
.eval__window-shape img {
  padding: 48px 70px;
  width: 710px;
}
.eval__window-shape .form1 .eval__bath-input:nth-child(3) {
  top: 15px;
  left: 310px;
}
.eval__window-shape .form1 .eval__bath-input:nth-child(5) {
  display: none;
}
.eval__window-shape .form1 .eval__bath-input:nth-child(7) {
  top: 145px;
  right: 12px;
}
.eval__window-shape .form1 .eval__bath-input:nth-child(9) {
  display: none;
}
.eval__window-shape .form1 .eval__bath-input:nth-child(11) {
  display: none;
}
.eval__window-shape .form2 .eval__bath-input:nth-child(3) {
  top: 15px;
  left: 329px;
}
.eval__window-shape .form2 .eval__bath-input:nth-child(5) {
  top: 135px;
  left: 10px;
}
.eval__window-shape .form2 .eval__bath-input:nth-child(7) {
  top: 185px;
  right: 12px;
}
.eval__window-shape .form2 .eval__bath-input:nth-child(9) {
  top: 355px;
  right: 140px;
}
.eval__window-shape .form2 .eval__bath-input:nth-child(11) {
  display: none;
  top: 355px;
  right: 140px;
}
.eval__window-shape .form3 .eval__bath-input:nth-child(3) {
  display: none;
  top: 15px;
  left: 347px;
}
.eval__window-shape .form3 .eval__bath-input:nth-child(5) {
  top: 155px;
  left: 55px;
  display: none;
}
.eval__window-shape .form3 .eval__bath-input:nth-child(7) {
  top: 155px;
  right: 55px;
  display: none;
}
.eval__window-shape .form3 .eval__bath-input:nth-child(9) {
  top: 130px;
  left: 365px;
  display: none;
}
.eval__window-shape .form3 .eval__bath-input:nth-child(11) {
  display: none;
}
.eval__window-entry label {
  display: none;
}

@media (min-width: 1440px) and (max-width: 1470px) {
  .eval__radio-input_custom::after {
    top: 5px;
  }
}
@media (max-width: 1439px) {
  .eval__tabs {
    margin-top: 22px;
  }
  .eval__tab-pane {
    margin-top: 48px;
  }
  .eval__tab-link {
    height: 80px;
    padding: 0 40px;
    line-height: 26px;
  }
  .eval__kitchen-title {
    margin-top: 0;
  }
  .eval__kitchen-wrapper {
    margin-top: 26px;
  }
  .eval__kitchen-card {
    text-align: center;
    gap: 7px;
  }
  .eval__kitchen-img {
    width: 152px;
    height: 100px;
  }
  .eval__kitchen-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .eval__kitchen-title {
    margin-top: 20px;
  }
  .eval__kitchen-dopinfo {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 150px;
    row-gap: 32px;
  }
  .eval__kitchen-cover {
    margin-top: 0;
  }
  .eval__kitchen-info {
    margin-top: 0;
  }
  .eval__cost {
    margin-top: 27px;
    width: 100%;
    height: auto;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .eval__cost-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .eval__cost-list {
    width: 50%;
  }
  .eval__total {
    margin-top: 41px;
    width: 338px;
  }
  .eval__bath-wrapper {
    margin-top: 26px;
  }
  .eval__window-wrapper {
    margin-top: 26px;
  }
}
@media (max-width: 1023px) {
  .eval__tabs {
    margin-top: 22px;
  }
  .eval__tab-pane {
    margin-top: 48px;
  }
  .eval__tab-link {
    width: 232px;
    height: 80px;
    padding: 0 40px;
    line-height: 26px;
  }
  .eval__kitchen-title {
    margin-top: 0;
  }
  .eval__kitchen-wrapper {
    margin-top: 26px;
  }
  .eval__kitchen-card {
    flex-direction: column;
    width: 234px;
    height: 234px;
    text-align: center;
    gap: 7px;
  }
  .eval__kitchen-shape {
    margin: 0 auto;
  }
  .eval__kitchen-img {
    width: 152px;
    height: 100px;
  }
  .eval__kitchen-form {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .eval__kitchen-title {
    margin-top: 20px;
  }
  .eval__kitchen-dopinfo {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 150px;
    row-gap: 32px;
  }
  .eval__kitchen-cover {
    margin-top: 0;
  }
  .eval__kitchen-info {
    margin-top: 0;
  }
  .eval__cost {
    margin-top: 27px;
    width: 100%;
    height: 100%;
  }
  .eval__cost-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .eval__total {
    margin-top: 41px;
    width: 338px;
  }
  .eval__bath-wrapper {
    margin-top: 26px;
  }
  .eval__bath-shape {
    margin: 0 auto;
  }
  .eval__window-wrapper {
    margin-top: 26px;
  }
  .eval__window-shape {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .eval__tabs {
    margin-top: 22px;
  }
  .eval__nav-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .eval__tab-pane {
    margin-top: 48px;
  }
  .eval__tab-link {
    font-size: 1.6rem;
    line-height: 20.8px;
    width: 100%;
    height: 49px;
    padding: 0 40px;
    line-height: 26px;
  }
  .eval__kitchen-title {
    margin-top: 0;
  }
  .eval__kitchen-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 22px;
    gap: 12px;
  }
  .eval__kitchen-card {
    flex-direction: row;
    width: 100%;
    height: 118px;
    text-align: center;
    gap: 14px;
    padding: 15px;
  }
  .eval__kitchen-img {
    width: 130px;
    height: 86px;
  }
  .eval__kitchen-form {
    gap: 40px;
  }
  .eval__kitchen-name {
    font-size: 1.8rem;
    text-align: left;
  }
  .eval__kitchen-title {
    margin-top: 0px;
    font-size: 1.8rem;
  }
  .eval__kitchen-entry {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
  }
  .eval__kitchen-entry label {
    display: block;
    font-size: 1.4rem;
    font-family: "Gilroy", sans-serif;
    line-height: 22.4px;
  }
  .eval__kitchen-shape {
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
    width: 330px;
    height: 100%;
    padding: 24px 27px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 40px;
  }
  .eval__kitchen-shape img {
    width: 272px;
    padding: 0;
  }
  .eval__kitchen-shape .form1 .eval__kitchen-side:nth-child(1) {
    top: -138px;
    left: -25px;
  }
  .eval__kitchen-shape .form1 .eval__kitchen-side:nth-child(2) {
    top: -228px;
    left: 122px;
  }
  .eval__kitchen-shape .form1 .eval__kitchen-side:nth-child(3) {
    top: -138px;
    left: 270px;
  }
  .eval__kitchen-shape .form1 .eval__kitchen-side:nth-child(4) {
    top: -42px;
    left: 34px;
  }
  .eval__kitchen-shape .form1 .eval__kitchen-side:nth-child(5) {
    top: -42px;
    left: 212px;
  }
  .eval__kitchen-shape .form1 .eval__kitchen-side:nth-child(6) {
    top: -172px;
    left: 170px;
  }
  .eval__kitchen-shape .form2 .eval__kitchen-side:nth-child(1) {
    top: -138px;
    left: -25px;
  }
  .eval__kitchen-shape .form2 .eval__kitchen-side:nth-child(2) {
    top: -228px;
    left: 122px;
  }
  .eval__kitchen-shape .form2 .eval__kitchen-side:nth-child(3) {
    top: -138px;
    left: 270px;
  }
  .eval__kitchen-shape .form2 .eval__kitchen-side:nth-child(4) {
    top: -42px;
    left: 34px;
  }
  .eval__kitchen-shape .form2 .eval__kitchen-side:nth-child(5) {
    top: -42px;
    left: 212px;
  }
  .eval__kitchen-shape .form2 .eval__kitchen-side:nth-child(6) {
    top: -172px;
    left: 170px;
  }
  .eval__kitchen-shape .form3 .eval__kitchen-side:nth-child(1) {
    top: -145px;
    left: -25px;
  }
  .eval__kitchen-shape .form3 .eval__kitchen-side:nth-child(2) {
    top: -200px;
    left: 122px;
  }
  .eval__kitchen-shape .form3 .eval__kitchen-side:nth-child(3) {
    top: -122px;
    left: 270px;
  }
  .eval__kitchen-shape .form3 .eval__kitchen-side:nth-child(4) {
    top: -42px;
    left: 212px;
  }
  .eval__kitchen-shape .form3 .eval__kitchen-side:nth-child(5) {
    display: none;
    top: -42px;
    left: 212px;
  }
  .eval__kitchen-shape .form3 .eval__kitchen-side:nth-child(6) {
    display: none;
  }
  .eval__kitchen-shape .form3 label:nth-child(10) {
    display: none;
  }
  .eval__kitchen-shape .form3 label:nth-child(12) {
    display: none;
  }
  .eval__kitchen-shape .form4 .eval__kitchen-side:nth-child(1) {
    top: -145px;
    left: -25px;
  }
  .eval__kitchen-shape .form4 .eval__kitchen-side:nth-child(2) {
    top: -200px;
    left: 122px;
  }
  .eval__kitchen-shape .form4 .eval__kitchen-side:nth-child(3) {
    top: -122px;
    left: 270px;
  }
  .eval__kitchen-shape .form4 .eval__kitchen-side:nth-child(4) {
    top: -42px;
    left: 212px;
  }
  .eval__kitchen-shape .form4 .eval__kitchen-side:nth-child(5) {
    display: none;
    top: -42px;
    left: 212px;
  }
  .eval__kitchen-shape .form4 .eval__kitchen-side:nth-child(6) {
    display: none;
  }
  .eval__kitchen-shape .form4 label:nth-child(10) {
    display: none;
  }
  .eval__kitchen-shape .form4 label:nth-child(12) {
    display: none;
  }
  .eval__kitchen-shape .form5 .eval__kitchen-side:nth-child(1) {
    top: -133px;
    left: 110px;
  }
  .eval__kitchen-shape .form5 .eval__kitchen-side:nth-child(2) {
    top: -75px;
    left: 268px;
  }
  .eval__kitchen-shape .form5 .eval__kitchen-side:nth-child(3) {
    display: none;
  }
  .eval__kitchen-shape .form5 .eval__kitchen-side:nth-child(4) {
    display: none;
  }
  .eval__kitchen-shape .form5 .eval__kitchen-side:nth-child(5) {
    display: none;
  }
  .eval__kitchen-shape .form5 .eval__kitchen-side:nth-child(6) {
    display: none;
  }
  .eval__kitchen-shape .form5 label:nth-child(6) {
    display: none;
  }
  .eval__kitchen-shape .form5 label:nth-child(8) {
    display: none;
  }
  .eval__kitchen-shape .form5 label:nth-child(10) {
    display: none;
  }
  .eval__kitchen-shape .form5 label:nth-child(12) {
    display: none;
  }
  .eval__kitchen-shape .form6 .eval__kitchen-side:nth-child(1) {
    top: -133px;
    left: 110px;
  }
  .eval__kitchen-shape .form6 .eval__kitchen-side:nth-child(2) {
    top: -75px;
    left: 268px;
  }
  .eval__kitchen-shape .form6 .eval__kitchen-side:nth-child(3) {
    display: none;
  }
  .eval__kitchen-shape .form6 .eval__kitchen-side:nth-child(4) {
    display: none;
  }
  .eval__kitchen-shape .form6 .eval__kitchen-side:nth-child(5) {
    display: none;
  }
  .eval__kitchen-shape .form6 .eval__kitchen-side:nth-child(6) {
    display: none;
  }
  .eval__kitchen-shape .form6 label:nth-child(6) {
    display: none;
  }
  .eval__kitchen-shape .form6 label:nth-child(8) {
    display: none;
  }
  .eval__kitchen-shape .form6 label:nth-child(10) {
    display: none;
  }
  .eval__kitchen-shape .form6 label:nth-child(12) {
    display: none;
  }
  .eval__kitchen-input {
    position: static;
    width: 200px;
    height: 30px;
  }
  .eval__kitchen-side {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 26px;
    height: 16px;
    border-radius: 20px;
    border: solid 1px #e3e3e3;
    font-size: 1rem;
    line-height: 16px;
  }
  .eval__kitchen-dopinfo {
    margin-top: 27px;
    gap: 23px;
  }
  .eval__kitchen-cover {
    margin-top: 0;
  }
  .eval__kitchen-info {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 19.6px;
  }
  .eval__radio {
    margin-top: 15px;
  }
  .eval__cost {
    width: 100%;
    height: 100%;
  }
  .eval__cost-wrapper {
    display: block;
  }
  .eval__cost-list {
    margin-top: 20px;
    width: 100%;
  }
  .eval__total {
    margin-top: 41px;
    width: 100%;
  }
  .eval__total-btn {
    margin-top: 20px;
  }
  .eval__bath-wrapper {
    margin-top: 22px;
    gap: 12px;
  }
  .eval__bath-shape {
    position: relative;
    margin-top: 10px;
    width: 330px;
    height: 100%;
    padding: 24px 27px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 40px;
  }
  .eval__bath-shape img {
    width: 272px;
    padding: 0;
  }
  .eval__bath-shape .form1 .eval__kitchen-side:nth-child(1) {
    top: -133px;
    left: 110px;
  }
  .eval__bath-shape .form1 .eval__kitchen-side:nth-child(2) {
    top: -75px;
    left: 270px;
  }
  .eval__bath-shape .form1 .eval__kitchen-side:nth-child(3) {
    display: none;
  }
  .eval__bath-shape .form1 .eval__kitchen-side:nth-child(4) {
    display: none;
  }
  .eval__bath-shape .form1 .eval__kitchen-side:nth-child(5) {
    display: none;
  }
  .eval__bath-shape .form1 label:nth-child(6) {
    display: none;
  }
  .eval__bath-shape .form1 label:nth-child(8) {
    display: none;
  }
  .eval__bath-shape .form1 label:nth-child(10) {
    display: none;
  }
  .eval__bath-shape .form1 label:nth-child(12) {
    display: none;
  }
  .eval__bath-shape .form2 .eval__kitchen-side:nth-child(1) {
    top: -146px;
    left: -23px;
  }
  .eval__bath-shape .form2 .eval__kitchen-side:nth-child(2) {
    top: -200px;
    left: 122px;
  }
  .eval__bath-shape .form2 .eval__kitchen-side:nth-child(3) {
    top: -123px;
    left: 270px;
  }
  .eval__bath-shape .form2 .eval__kitchen-side:nth-child(4) {
    top: -43px;
    left: 212px;
  }
  .eval__bath-shape .form2 .eval__kitchen-side:nth-child(5) {
    display: none;
    top: -43px;
    left: 212px;
  }
  .eval__bath-shape .form2 label:nth-child(10) {
    display: none;
  }
  .eval__bath-shape .form2 label:nth-child(12) {
    display: none;
  }
  .eval__bath-input {
    position: static;
    width: 200px;
    height: 30px;
  }
  .eval__bath-input::placeholder {
    font-size: 1.2rem;
    color: #888888;
    text-align: center;
  }
  .eval__bath-input:-moz-placeholder {
    font-size: 1.2rem;
    color: #888888;
    text-align: center;
  }
  .eval__bath-side {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 26px;
    height: 16px;
    border-radius: 20px;
    border: solid 1px #e3e3e3;
    font-size: 1rem;
    line-height: 16px;
  }
  .eval__bath-entry {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
  }
  .eval__bath-entry label {
    display: block;
    font-size: 1.4rem;
    font-family: "Gilroy", sans-serif;
    line-height: 22.4px;
  }
  .eval__window-wrapper {
    margin-top: 22px;
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
  }
  .eval__window-shape {
    position: relative;
    margin-top: 10px;
    width: 330px;
    height: 100%;
    padding: 24px 27px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 40px;
  }
  .eval__window-shape img {
    width: 272px;
    padding: 0;
  }
  .eval__window-shape .form1 .eval__kitchen-side:nth-child(1) {
    top: -133px;
    left: 110px;
  }
  .eval__window-shape .form1 .eval__kitchen-side:nth-child(2) {
    top: -75px;
    left: 270px;
  }
  .eval__window-shape .form1 .eval__kitchen-side:nth-child(3) {
    display: none;
  }
  .eval__window-shape .form1 .eval__kitchen-side:nth-child(4) {
    display: none;
  }
  .eval__window-shape .form1 .eval__kitchen-side:nth-child(5) {
    display: none;
  }
  .eval__window-shape .form1 label:nth-child(6) {
    display: none;
  }
  .eval__window-shape .form1 label:nth-child(8) {
    display: none;
  }
  .eval__window-shape .form1 label:nth-child(10) {
    display: none;
  }
  .eval__window-shape .form1 label:nth-child(12) {
    display: none;
  }
  .eval__window-shape .form2 .eval__kitchen-side:nth-child(1) {
    top: -146px;
    left: -23px;
  }
  .eval__window-shape .form2 .eval__kitchen-side:nth-child(2) {
    top: -200px;
    left: 122px;
  }
  .eval__window-shape .form2 .eval__kitchen-side:nth-child(3) {
    top: -123px;
    left: 270px;
  }
  .eval__window-shape .form2 .eval__kitchen-side:nth-child(4) {
    top: -43px;
    left: 212px;
  }
  .eval__window-shape .form2 .eval__kitchen-side:nth-child(5) {
    display: none;
    top: -43px;
    left: 212px;
  }
  .eval__window-shape .form2 label:nth-child(10) {
    display: none;
  }
  .eval__window-shape .form3 {
    display: none;
  }
  .eval__window-shape .form3 .eval__kitchen-side:nth-child(1) {
    top: -120px;
    left: 0;
    display: none;
  }
  .eval__window-shape .form3 .eval__kitchen-side:nth-child(2) {
    top: -181px;
    left: 122px;
    display: none;
  }
  .eval__window-shape .form3 .eval__kitchen-side:nth-child(3) {
    top: -120px;
    left: 245px;
    display: none;
  }
  .eval__window-shape .form3 .eval__kitchen-side:nth-child(4) {
    top: -130px;
    left: 140px;
    display: none;
  }
  .eval__window-shape .form3 .eval__kitchen-side:nth-child(5) {
    display: none;
  }
  .eval__window-shape .form3 label:nth-child(10) {
    display: none;
  }
  .eval__window-entry {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
  }
  .eval__window-entry label {
    display: block;
    font-size: 1.4rem;
    font-family: "Gilroy", sans-serif;
    line-height: 22.4px;
  }
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 150;
}
.popup .callback {
  margin-top: 0;
  position: absolute;
  width: 472px;
  height: 556px;
  padding: 30px;
  background-color: #007260;
  border-radius: 10px;
  top: 250px;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
}
.popup .callback__title {
  text-align: center;
}
.popup .callback__text {
  text-align: center;
}
.popup .callback .close {
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: -50px;
}
.popup .callback .form {
  margin-top: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.popup .callback .form input {
  width: 100%;
  text-align: center;
  color: #fff;
}
.popup .callback .form .name {
  left: 50%;
  transform: translate(-50%);
}
.popup .callback .form .phone {
  right: auto;
  left: 50%;
  transform: translate(-50%);
}
.popup .callback .form__btn {
  width: 100%;
}
.popup .callback .form__privacy {
  padding: 0;
  text-align: center;
}
.popup .callback .social {
  display: flex;
  justify-content: center;
}

@media (max-width: 1279px) {
  .popup .callback .form .name {
    left: 50%;
    transform: translate(-50%);
  }
  .popup .callback .form .phone {
    right: -88%;
    left: auto;
    transform: translate(-50%);
  }
}
@media (max-width: 767px) {
  .popup .callback {
    top: 150px;
    width: 88%;
    height: 600px;
  }
  .popup .callback .close {
    width: 25px;
    top: -25px;
    right: -25px;
  }
  .popup .callback .form .phone {
    right: 28%;
    transform: translate(-50%);
  }
}
.display-none {
  display: none;
}

.assortiment__pagination {
  margin: 0 auto;
  margin-top: 66px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.assortiment__pagination-wrapper {
  margin-top: 20px;
  display: flex;
  gap: 5px;
}
.assortiment__pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: solid 1px #e3e3e3;
  border-radius: 6px;
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  line-height: 19.6px;
  color: #3C3B39;
  font-weight: 600;
}
.assortiment__pagination .active {
  border: solid 1px #007260;
}

.bx-breadcrumb-item span {
  font-size: 1.4rem !important;
  line-height: 14px;
  font-family: "Gilroy", sans-serif !important;
}

.bx-breadcrumb {
  margin-top: 20px;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #007260;
}

.bx-pagination .bx-pagination-container ul li span:hover {
  color: #fff;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
  background: #005E4C;
}

.measuring__title {
  margin: 15px 0;
}
.measuring__img {
  width: 100%;
  border-radius: 10px;
}
.measuring__img-block {
  position: relative;
}
.measuring__img-desc {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 0 0 0 10px;
  position: absolute;
  font-size: 1.4rem;
  bottom: 0;
  left: 0;
}
.measuring__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.measuring__list-name {
  margin: 20px 0 10px;
  font-weight: 600;
  font-size: 2rem;
}
.measuring__list-step {
  position: relative;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.measuring__list-step::before {
  position: absolute;
  content: "";
  display: block;
  left: -30px;
  top: 5px;
  width: 48px;
  height: 10px;
  background-size: auto;
  background: url("/local/templates/stolmarket/style/css/./../../img/measuring/icons8-map-pin-24.png");
}
.measuring__item-link {
  text-decoration: underline;
  color: #007260;
  font-weight: 600;
}
.measuring__item-link:hover {
  color: #005E4C;
}
.measuring__subtitle {
  margin-top: 20px;
  font-size: 2.4rem;
}
.measuring__text {
  padding: 15px 0;
}
.measuring__text-list {
  font-size: 1.8rem;
  font-weight: 600;
}
.measuring__text-link {
  color: #007260;
  font-weight: 600;
}
.measuring__btn {
  border: none;
}

@media (max-width: 767px) {
  .measuring__subtitle {
    font-size: 1.9rem;
  }
  .measuring__btn {
    width: 100%;
  }
}
.stock {
  margin-top: 80px;
  margin-bottom: 100px;
}
.stock .container {
  overflow: visible;
}
.stock .swiper-slide {
  height: 100% !important;
}
.stock__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
}
.stock__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 258px;
  margin-top: 25px;
  font-weight: 500;
}
.stock__btn.mobile {
  display: none;
}
.stock__progress {
  top: 440px !important;
  height: 2px !important;
  width: 200px !important;
  background-color: #D9D9D9 !important;
}
.stock__name {
  height: 65px;
  overflow: hidden;
}
.stock__value {
  margin-top: 0;
}

@media (max-width: 1440px) {
  .stock__carusel.swiper {
    overflow: hidden !important;
  }
}
@media (max-width: 1023px) {
  .stock__progress {
    display: none;
  }
}
@media (max-width: 768px) {
  .stock__btn.desctop {
    display: none;
  }
  .stock__btn.mobile {
    display: flex;
    margin: 0 auto;
    margin-top: 25px;
  }
  .stock__name {
    height: 55px;
  }
}
.sitemap-category{
  margin-top: 30px;
}
.popup_category_list-sitemap{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup_category-sublist-sitemap{
  padding-top: 10px;
  padding-left: 40px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 5px;
}
.sitemap__product-list{
  list-style-type: none;
  padding-top: 10px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sitemap__product-item4h{
  font-weight: 400;
}
/*# sourceMappingURL=styles.css.map */
/* End */


/* Start:/local/templates/stolmarket/js/swiper/swiper-bundle.min.css?171715900418436*/
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/stolmarket/components/bitrix/news.list/catalog-hamburger/style.css?1717159004150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/stolmarket/components/bitrix/menu/top-menu/style.min.css?1717159004490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/stolmarket/components/bitrix/menu/top-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/stolmarket/components/bitrix/news.list/catalog-top/style.css?1717159004150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/stolmarket/components/bitrix/news.list/catalog-popup/style.css?1717159004150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/stolmarket/components/bitrix/news.list/catalog-footer/style.css?1717159004150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/stolmarket/components/bitrix/menu/bottom-menu/style.min.css?1717159004490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/stolmarket/components/bitrix/menu/bottom-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/stolmarket/style/css/styles.css?1718103546143034 */
/* /local/templates/stolmarket/js/swiper/swiper-bundle.min.css?171715900418436 */
/* /local/templates/stolmarket/components/bitrix/news.list/catalog-hamburger/style.css?1717159004150 */
/* /local/templates/stolmarket/components/bitrix/menu/top-menu/style.min.css?1717159004490 */
/* /local/templates/stolmarket/components/bitrix/news.list/catalog-top/style.css?1717159004150 */
/* /local/templates/stolmarket/components/bitrix/news.list/catalog-popup/style.css?1717159004150 */
/* /local/templates/stolmarket/components/bitrix/news.list/catalog-footer/style.css?1717159004150 */
/* /local/templates/stolmarket/components/bitrix/menu/bottom-menu/style.min.css?1717159004490 */
