.site-header {
  color: var(--color-black);
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
}


.flex-block {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.flex-inline {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
}

.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.page {
  font-family: "Rubik", sans-serif;
  color: #000000;
  font-weight: 400;
  margin-top: 112px;
}
.page .container {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1377px !important;
}
.page [class*=col-] {
  padding-top: 0;
  padding-bottom: 0;
}
.page .slick-arrow {
  display: none !important;
}

.title-sanos {
  font-family: "Cormorant Unicase", sans-serif;
  color: #000000;
  line-height: 120%;
  font-weight: 700;
}

.h1-sanos {
  font-size: 82px;
}

.h2-sanos {
  font-size: 48px;
}

.description-sanos {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  color: #000000;
  display: block;
  line-height: 125%;
}
.description-sanos b {
  font-weight: 500;
  line-height: 125%;
}
.description-sanos p {
  line-height: 125%;
  margin-bottom: 10px;
}
.description-sanos ul {
  padding-left: 63px;
  display: block;
  width: 100%;
  line-height: 125%;
  margin-top: 11px;
  margin-bottom: 11px;
}
.description-sanos ul li {
  padding-left: 29px;
  position: relative;
  margin-bottom: 20px;
}
.description-sanos ul li:last-child {
  margin-bottom: 0;
}
.description-sanos ul li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #A0745E;
  position: absolute;
  left: 0;
  top: 3px;
}
.description-sanos h2 {
  font-family: "Cormorant Unicase", sans-serif;
  margin-bottom: 26px;
  font-weight: 700;
  line-height: 120%;
  font-size: 48px;
}
.description-sanos h3 {
  font-family: "Cormorant Unicase", sans-serif;
  margin-bottom: 26px;
  font-weight: 700;
  line-height: 120%;
  font-size: 38px;
}
.description-sanos h4 {
  font-family: "Cormorant Unicase", sans-serif;
  margin-bottom: 26px;
  font-weight: 700;
  line-height: 120%;
  font-size: 28px;
}
.description-sanos ol {
  list-style: decimal;
  margin-left: 22px;
}
.description-sanos ol li {
  margin-bottom: 20px;
}
.description-sanos ol li::last-child {
  margin-bottom: 0;
}

.button-sanos {
  display: inline-block;
  padding: 15px 32px;
  border: 2px solid #8C6552;
  line-height: 168%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: linear-gradient(90deg, #A0745E 0%, #715141 101.28%, #737373 101.29%);
}
.button-sanos:hover {
  background: transparent;
  color: #8C6552;
}

.button-sanos-2 {
  display: inline-block;
  padding: 15px 32px;
  border: 2px solid #8C6552;
  line-height: 168%;
  color: #8C6552;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: transparent;
}
.button-sanos-2:hover {
  background: linear-gradient(90deg, #A0745E 0%, #715141 101.28%, #737373 101.29%);
  color: #ffffff;
}

.sizer-photo-sanos {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.slider-arrows-sanos {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

.slider-arrow-sanos {
  width: 83px;
  height: 40px;
  margin: 0 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #A0745E 0%, #715141 101.28%, #737373 101.29%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #8C6552;
}
.slider-arrow-sanos svg {
  display: block;
  width: 20px;
  height: auto;
  fill: #fff;
}
.slider-arrow-sanos:hover {
  background: transparent;
}
.slider-arrow-sanos:hover svg {
  fill: #8C6552;
}

.slider-left-sanos {
  margin-left: 0;
}

.slider-right-sanos {
  margin-right: 0;
}

.label-sanos {
  position: relative;
  font-size: 14px;
  padding-left: 34px;
  padding-right: 34px;
  color: #1d1d1d;
  line-height: 110%;
  display: inline-block;
}
.label-sanos::before {
  content: "";
  width: 28px;
  height: 1px;
  background-color: #1d1d1d;
  display: block;
  position: absolute;
  left: 0;
  top: 48%;
}
.label-sanos::after {
  content: "";
  width: 28px;
  height: 1px;
  background-color: #1d1d1d;
  display: block;
  position: absolute;
  right: 0;
  top: 48%;
}

.s1-section {
  padding-top: 50px;
  padding-bottom: 71px;
  position: relative;
}
.s1-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
}
.s1-content .col-12 {
  width: 100%;
}
.s1-info {
  width: 50%;
}
.s1-info__description {
  margin-top: 27px;
  max-width: 388px;
  margin-bottom: 92px;
}
.s1-slider {
  width: 61.5%;
  margin-left: auto;
}
.s1-slider .slider-arrows-sanos {
  justify-content: flex-end;
  padding-right: 21%;
}
.s1-slider__inner {
  margin-bottom: 16px;
}
.s1-slider__inner .slick-list {
  padding-left: 0 !important;
  padding-right: 20% !important;
}
.s1-slider__item {
  padding-left: 10px;
  padding-right: 10px;
}
.s1-slider__wrapper {
  width: 100%;
}
.s1-slider__photo {
  padding-top: 140%;
  display: block;
}

.s2-section {
  background-color: #F7F7F7;
  padding: 45px 0;
}
.s2-advantages {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s2-advantages__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 44px;
  padding-right: 44px;
  position: relative;
}
.s2-advantages__item::after {
  content: "";
  display: block;
  top: 10px;
  bottom: 10px;
  height: auto;
  width: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
}
.s2-advantages__item:first-child {
  padding-left: 0;
}
.s2-advantages__item:last-child {
  padding-right: 0;
}
.s2-advantages__item:last-child::after {
  display: none;
}
.s2-advantages__icon {
  width: 80px;
  min-width: 80px;
  padding-top: 80px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.s2-advantages__text {
  padding-left: 31px;
}

.s3-section {
  padding-top: 86px;
  padding-bottom: 57.5px;
}
.s3-section .col-12 {
  width: 100%;
}
.s3-text {
  display: block;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  line-height: 168%;
  font-family: "Cormorant Unicase", sans-serif;
  font-weight: 900;
  color: #000000;
  text-align: center;
  font-size: 32px;
}
.s3-text span {
  color: #A0745E;
}

.s4-section {
  padding-top: 57.5px;
  padding-bottom: 50px;
}
.s4-section .col-12 {
  width: 100%;
}
.s4-gallery {
  display: flex;
  width: auto;
  justify-content: space-between;
  margin-left: -12px;
  margin-right: -12px;
}
.s4-gallery__item {
  width: 20%;
  padding-left: 12px;
  padding-right: 12px;
}
.s4-gallery__wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  padding-top: 125%;
  position: relative;
}
.s4-gallery__photo {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.s4-gallery__logo {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 2px;
  width: 66%;
  padding-top: 50%;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.s4-gallery__text {
  position: absolute;
  bottom: 115px;
  left: 0;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  font-family: "Rubik", sans-serif;
}
.s4-gallery__button {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  white-space: nowrap;
}

.s5-section {
  padding-top: 50px;
  padding-bottom: 43px;
}
.s5-advantages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s5-advantages__top {
  max-width: 849px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 73px;
}
.s5-advantages__left {
  width: 50%;
  max-width: 514px;
  padding-right: 30px;
}
.s5-advantages__right {
  width: 50%;
  max-width: 658px;
  padding-left: 30px;
}
.s5-advantages__label {
  margin-bottom: 20px;
}
.s5-advantages__title {
  display: block;
  width: 100%;
}
.s5-advantages__description {
  font-size: 20px;
  margin-bottom: 82px;
}
.s5-advantages__item {
  position: relative;
  padding-left: 57px;
  margin-bottom: 49px;
}
.s5-advantages__item:last-child {
  margin-bottom: 0;
}
.s5-advantages__icon {
  background-image: url(../img/icons/leaf.svg);
  width: 39px;
  height: 46px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -23px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.s5-advantages__text {
  font-size: 20px;
  line-height: 110%;
}

.s6-section {
  padding-top: 43px;
  padding-bottom: 57.5px;
}
.s6-section .col-12 {
  width: 100%;
}
.s6-slider__inner {
  margin-bottom: 15px;
}
.s6-slider__item {
  padding-left: 10%;
  padding-right: 10%;
}
.s7-section {
  padding-top: 57.5px;
  padding-bottom: 28px;
}
.s7-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s7-info {
  width: 50%;
  padding-right: 18px;
}
.s7-info__label {
  padding-right: 0;
}
.s7-info__label::after {
  display: none;
}
.s7-info__title {
  margin-bottom: 31px;
}
.s7-info__description {
  margin-bottom: 37px;
}
.s7-braces {
  width: 50%;
  padding-left: 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s7-braces__item {
  width: 50%;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 26px;
}
.s7-braces__wrapper {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-radius: 16px;
  overflow: hidden;
}
.s7-braces__name {
  background-color: rgba(255, 255, 255, 0.45);
  display: inline-block;
  padding: 5px 21px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 120%;
  font-family: "Cormorant Unicase", sans-serif;
  font-weight: 700;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 1;
}
.s7-braces__add {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #ffffff;
  line-height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #000000;
  font-size: 14px;
  position: absolute;
  top: 6px;
  right: 9px;
  z-index: 1;
}
.s7-braces__icon {
  width: 100%;
  height: 107px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
}
.s7-braces__text {
  color: #A0745E;
  position: absolute;
  bottom: 39px;
  left: 23px;
  right: 23px;
  font-size: 19px;
  font-family: "Rubik", sans-serif;
  font-style: italic;
  text-align: center;
}
.s7-braces__text::before {
  content: "“";
  font-family: "Rubik", sans-serif;
  font-style: italic;
  font-size: 35px;
  position: absolute;
  left: 10px;
  top: -15px;
}
.s7-braces__text::after {
  content: "“";
  font-family: "Rubik", sans-serif;
  font-style: italic;
  font-size: 35px;
  position: absolute;
  right: 0;
  bottom: -35px;
}

.s8-section {
  padding-top: 100px;
  padding-bottom: 89px;
  background-image: url(../img/pattern.png);
  background-position: left top;
  background-repeat: repeat;
  background-color: #F7F7F7;
}
.s8-mechanism {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s8-mechanism__left {
  width: 50%;
  padding-right: 20px;
}
.s8-mechanism__right {
  width: 50%;
  padding-left: 20px;
}
.s8-mechanism__goods {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
  width: 100%;
  gap: 0.83%;
}
.s8-mechanism__bottom {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.s8-mechanism__label {
  padding-right: 0;
}
.s8-mechanism__label::after {
  display: none;
}
.s8-mechanism__title {
  margin-top: 24px;
}
.s8-mechanism__description {
  margin-top: 45px;
}
.s8-mechanism__description p {
  margin-bottom: 33px;
}
.s8-mechanism__description p:last-child {
  margin-bottom: 0;
}
.s8-mechanism__item {
  margin-bottom: 52px;
  width: 32.5%;
}
.s8-mechanism__wrapper {
  width: 100%;
}
.s8-mechanism__photo {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 60%;
  border-radius: 18px;
  position: relative;
}
.s8-mechanism__name {
  background-color: rgba(255, 255, 255, 0.45);
  display: inline-block;
  padding: 5px 21px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 120%;
  font-family: "Cormorant Unicase", sans-serif;
  font-weight: 700;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 1;
}
.s8-mechanism__prices {
  text-align: center;
  display: block;
  width: 100%;
  font-family: "Cormorant Unicase", sans-serif;
}
.s8-mechanism__price {
  font-size: 48px;
  line-height: 120%;
  color: #000000;
  margin-left: 28px;
}
.s8-mechanism__price:first-child {
  margin-left: 0;
}
.s8-mechanism__price-old {
  display: inline-block;
  position: relative;
  font-weight: 300;
}
.s8-mechanism__price-old::after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #000;
  position: absolute;
  top: 55%;
}
.s8-mechanism__price-new {
  display: inline-block;
  font-weight: 700;
}
.s9-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.s9-howfast__title {
  width: 100%;
  text-align: center;
}
.s9-howfast__stages {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.s9-howfast__item {
  width: 100%;
  border: 1px solid #A0745E;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  padding: 95px 36px 25px;
  position: relative;
}
.s9-howfast__icon {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  top: 27px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
}
.s9-howfast__text {
  text-align: justify;
}
.s9-howfast__bottom {
  text-align: center;
}
.s10-section {
  background-color: #F7F7F7;
  padding-top: 74px;
  padding-bottom: 84px;
}
.s10-section .col-12 {
  width: 100%;
}
.s10-employee {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.s10-employee__left {
  width: 50%;
  padding-right: 3%;
}
.s10-employee__right {
  width: 50%;
  padding-left: 3%;
}
.s10-photo {
  width: 100%;
  display: block;
  padding-top: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: auto 95%;
  background-size: auto 95%;
  background-position: center bottom;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ECE4E1;
}
.s10-info__speciality {
  color: #A0745E;
  font-size: 20px;
  display: block;
  margin-bottom: 19px;
}
.s10-info__name {
  color: #000000;
  font-family: "Cormorant Unicase", sans-serif;
  font-weight: 700;
  font-size: 48px;
  display: block;
  margin-bottom: 22px;
}
.s10-info__quote {
  display: block;
  width: 100%;
  font-style: italic;
  color: #000000;
  font-size: 20px;
  max-width: 369px;
  margin-bottom: 42px;
}
.s10-info__list {
  display: block;
  width: 100%;
  margin-bottom: 99px;
}
.s10-info__item {
  display: block;
  width: 100%;
  padding-left: 29px;
  position: relative;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 11px;
}
.s10-info__item:last-child {
  margin-bottom: 0;
}
.s10-info__item::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #A0745E;
  position: absolute;
  left: 0;
  top: 6px;
}
.s10-info__bottom {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.s10-info__button {
  margin-left: 20px;
}
.s10-info__button:first-child {
  margin-left: 0;
}

.s11-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.s11-section .col-12 {
  width: 100%;
}
.s11-workingprocess {
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}
.s11-workingprocess__title {
  width: 100%;
  text-align: center;
}
.s11-workingprocess__gallery {
  width: 100%;
}
.s11-workingprocess__bottom {
  padding-top: 60px;
  position: relative;
  width: 100%;
  text-align: center;
}
.s11-gallery {
  margin-top: 72px;
  width: 100%;
}
.s11-gallery__item {
  width: 33.33%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.s11-gallery__item:nth-child(2) {
  margin-top: 137px;
}
.s11-gallery__photo {
  display: block;
  width: 100%;
}
.s11-social {
  position: absolute;
  right: 0;
  top: 30px;
  text-align: right;
  font-size: 0;
}
.s11-social__item {
  display: inline-block;
  margin-left: 50px;
}
.s11-social__item:first-child {
  margin-left: 0;
}
.s11-social__link {
  font-size: 14px;
  color: #000000;
  padding-left: 32px;
  position: relative;
}
.s11-social__icon {
  position: absolute;
  display: block;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.s12-section {
  background-color: #F7F7F7;
  padding-top: 69px;
  padding-bottom: 100px;
}
.s12-seo {
  position: relative;
}
.s12-seo__label {
  padding-right: 0;
  margin-bottom: 24px;
}
.s12-seo__label::after {
  display: none;
}
.s12-seo__description {
  height: 300px;
  overflow: hidden;
}
.s12-seo__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: right;
}
.s12-seo__bottom::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(187.59deg, rgba(247, 247, 247, 0.41) 6.57%, #F7F7F7 94.83%);
}
.s12-seo__bottom-open {
  position: static;
}
.s12-seo__bottom-open::before {
  display: none;
}
.s12-seo__more {
  display: inline-block;
  color: #1D1D1D;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

/* Rectangle 1855 */
.page img {
  display: block;
  max-width: 100%;
}

.page main {
  display: grid;
  place-items: center;
  min-height: 100vh;
}

.page .container-sanos {
  width: 100%;
  /*display: grid*/
  display: block;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  --position: 50%;
}

.page .image-container-sanos {
  width: 100%;
  /*max-height: 90vh*/
  /*aspect-ratio: 1/1*/
}

.page .slider-image-sanos {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.page .image-before-sanos {
  position: absolute;
  inset: 0;
  width: var(--position);
  filter: grayscale(100%);
}

.page .slider-sanos {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.page .slider-sanos:focus-visible ~ .slider-button-sanos {
  outline: 5px solid black;
  outline-offset: 3px;
}

.page .slider-line-sanos {
  position: absolute;
  inset: 0;
  width: 0.2rem;
  height: 100%;
  background-color: #fff;
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.page .slider-button-sanos {
  position: absolute;
  background-color: #fff;
  color: black;
  width: 100px;
  height: 100px;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  box-shadow: 1px 1px 1px rgba(8, 3, 3, 0.5);
}