:root {
  --color-dark: #000000;
  --color-white: #FFFFFF;
  --primary-text: #3E424D;
  --secondary-text: #F4BC25;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
body,
* {
  font-family: "Gilroy", sans-serif;
  padding: 0;
  margin: 0;
}

html,
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section__label {
  color: var(--primary-text);
  font-size: 2.44rem;
  font-weight: 600;
  line-height: 112%;
}
.section__label span {
  color: var(--secondary-text);
}

.address-button {
  background-color: rgba(244, 188, 37, 0.3137254902);
  color: var(--primary-text);
  border-radius: 0.25rem;
  border: none;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.address-button:hover {
  background-color: var(--secondary-text);
}

.address-tel a {
  color: #667085;
}

.ymaps-2-1-79-ground-pane {
  filter: grayscale(1);
}

@media (max-width: 1360px) {
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 560px) {
  .section__label {
    font-size: 1.5rem;
  }
}
.header {
  background: var(--color-white);
  border-bottom: 1px solid #F5F5F5;
  height: 5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
}
.header__link {
  color: var(--primary-text);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  height: 100%;
  display: flex;
  align-items: center;
}
.header__link:hover {
  color: var(--secondary-text);
}
.header__link.active {
  color: var(--secondary-text);
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header__social {
  width: 22px;
  height: 22px;
  padding: 0.75rem;
  background: #F5F5F5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.header__social:hover {
  background: #DFDFDF;
}
.header__tel {
  background-color: #9099b3;
  background-image: linear-gradient(90deg, #3e424d, rgba(144, 153, 179, 0));
  border-radius: 0.69rem;
  padding: 1.25rem;
  margin-left: 0.75rem;
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.2s;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.006, 0.995);
  cursor: pointer;
}
.header__tel:hover {
  background: var(--primary-text);
}

@media (max-width: 960px) {
  .header__nav {
    display: none;
  }
}
@media (max-width: 560px) {
  .header {
    height: 3.38rem;
  }
  .header__inner {
    height: 3.38rem;
  }
  .header__social {
    width: 16px;
    height: 16px;
  }
  .header__tel {
    display: none;
  }
  .header__logo {
    width: 5.9375rem;
  }
}
.main {
  margin-top: 5rem;
  padding-top: 5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  text-align: center;
}
.main__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.main__subtitle {
  color: #667085;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.25rem 1.25rem;
  background: #FFFAEC;
  border-radius: 0.56rem;
}
.main__title, .main__desc {
  color: var(--secondary-text);
  font-size: 2.69rem;
  font-weight: 600;
  line-height: 110%;
}
.main__desc {
  color: var(--primary-text);
}
.main__txt {
  color: #667085;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 140%;
  width: 300px;
}
.main__form {
  display: flex;
  align-items: center;
  align-items: flex-start;
  gap: 6px;
}
.main__form-input {
  border: 1px solid #E1E1E1;
  border-radius: 0.69rem;
  background: #F1F1F1;
  color: var(--primary-text);
  font-size: 1.13rem;
  font-weight: 500;
  padding: 0 1.5rem;
  height: 3.5rem;
  outline: none;
}
.main__form-action {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.main__form-btn {
  height: 3.5rem;
  background-color: #FFE08C;
  background-image: linear-gradient(270deg, rgba(255, 224, 140, 0), #FCCA43);
  color: var(--primary-text);
  font-size: 1.13rem;
  font-weight: 500;
  border: none;
  border-radius: 0.69rem;
  padding: 0 1.5rem;
  cursor: pointer;
}
.main__form-checkbox {
  display: flex;
  align-items: center;
}
.main__form-checkbox input {
  display: none;
}
.main__form-checkbox-box {
  width: 1.5rem;
  height: 1.5rem;
  background: #FEEFC6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 2px;
  cursor: pointer;
}
.main__form-checkbox input[type=checkbox]:checked + .main__form-checkbox-box {
  background-image: url("/local/templates/tvoysklad24/assets/img/custom-checkbox-checkmark.589d534424.svg");
}
.main__form-checkbox-label {
  font-size: 0.88rem;
  font-weight: 500;
  color: #667085;
  padding-left: 0.6rem;
}

@media (max-width: 560px) {
  .main {
    margin-top: 3.38rem;
    padding-top: 3.75rem;
  }
  .main__subtitle {
    padding: 0.125rem 0.75rem;
    font-size: 0.75rem;
  }
  .main__title, .main__desc {
    font-size: 1.75rem;
  }
  .main__txt {
    width: 14rem;
    font-size: 0.88rem;
  }
  .main__form {
    flex-direction: column;
  }
  .main__form-input {
    padding: 0 0.88rem;
    font-size: 0.88rem;
    height: 2.81rem;
  }
  .main__form-btn {
    font-size: 0.88rem;
    height: 2.81rem;
    padding: 0 1.2rem;
  }
  .main__form-checkbox-label {
    font-size: 0.75rem;
  }
}
.booking {
  /*padding-top: 6.5rem;*/
  padding-bottom: 3.5rem;
}
.booking__link {
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  width: 19rem;
  margin: 0 auto;
  text-decoration: none;
}
.booking__link-txt {
  color: #667085;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}
.booking__link-txt span {
  text-decoration: underline;
}
.booking__content {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 27rem;
  margin-top: 2.5rem;
}
.booking__content img {
  border-radius: 1.63rem;
  width: 37.25rem;
  height: 100%;
}
.booking__block {
  background-color: #F5F5F5;
  background-image: url("/local/templates/tvoysklad24/assets/img/674df0d3aa5437c6c5ac13ca_awsrefsf20(2).webp");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 1.63rem;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  padding: 2.875rem 0 2.5rem 2.5rem;
  box-sizing: border-box;
}
.booking__block-txt {
  font-size: 1.81rem;
  font-weight: 600;
  color: var(--secondary-text);
}
.booking__block-txt span {
  color: var(--primary-text);
}
.booking__block-link {
  color: #667085;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

@media (max-width: 1160px) {
  .booking__content {
    height: auto;
  }
  .booking__block, .booking__content img {
    flex: 1 1 48%;
    max-width: 48%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .booking__block {
    padding: 1.25rem;
  }
  .booking__block-txt {
    font-size: 1.13rem;
  }
  .booking__block-link {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .booking__content {
    flex-direction: column;
  }
  .booking__block, .booking__content img {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .booking__link {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0.75rem;
  }
}
@media (max-width: 560px) {
  .booking {
    padding-top: 4.5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 460px) {
  .booking__block {
    flex: 0 auto;
    height: 14.21rem;
  }
}
.fast-booking {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.fast-booking .section__label {
  text-align: center;
}
.fast-booking__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin-top: 30px;
}
.fast-booking__item {
  background: #F5F5F5;
  border-radius: 1.63rem;
  padding: 2.5rem 1rem 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}
.fast-booking__item-label {
  color: var(--primary-text);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 112%;
}
.fast-booking__item-desc {
  color: var(--primary-text);
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}
.fast-booking__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20.125rem;
}
.fast-booking__item-img img {
  mix-blend-mode: darken;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.fast-booking__item:nth-child(2) .fast-booking__item-img img {
  width: 70%;
}

@media (max-width: 1360px) {
  .fast-booking__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .fast-booking__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .fast-booking__item:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 560px) {
  .fast-booking {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .fast-booking__item {
    padding: 1rem 0.75rem;
    border-radius: 0.81rem;
  }
  .fast-booking__item-label {
    font-size: 0.94rem;
  }
  .fast-booking__item-desc {
    font-size: 0.75rem;
  }
  .fast-booking__item-img {
    height: 10.125rem;
  }
  .fast-booking__item:last-child {
    position: relative;
    gap: 20px;
  }
  .fast-booking__item:last-child .fast-booking__item-desc {
    width: 45%;
  }
  .fast-booking__item:last-child .fast-booking__item-img {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.map {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
  align-items: center;
  align-items: flex-start;
  gap: 16px;
}
.map .section__label {
  font-size: 2rem;
}
.map__content {
  width: 32.56rem;
}
.map__content-block {
  display: flex;
  align-items: center;
  align-items: baseline;
  gap: 20px;
  color: var(--primary-text);
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}
.map__tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
}
.map__tab {
  cursor: pointer;
}
.map__tab.active {
  color: #FCCA43;
  text-decoration: underline;
}
.map__tab-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  height: 75vh;
  overflow: auto;
  margin-top: 16px;
}
.map__tab-item {
  background: #F5F5F5;
  border-radius: 1.19rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 1.375rem 1.625rem 1rem;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.map__tab-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: var(--primary-text);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
}
.map__tab-item-label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.map__tab-item-label img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.1rem;
  width: 1.56rem;
  height: 1.06rem;
}
.map__tab-item-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #667085;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
}
.map__tab-item-link {
  text-decoration: underline;
}
.map__location {
  border-radius: 1.63rem;
  flex: 1;
  height: 90vh;
  width: 300px;
  overflow: hidden;
}
.map__modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.map__modal-content {
  background: #FFFFFF;
  border-radius: 1.25rem;
  width: 25rem;
  height: auto;
  padding: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  box-sizing: border-box;
}
.map__modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  width: 1rem;
  opacity: 0.27;
  cursor: pointer;
}
.map__modal-label {
  color: var(--primary-text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
}
.map__modal-desc {
  color: var(--primary-text);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 130%;
}
.map__modal-form {
  display: flex;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.map__modal-form input {
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 0.69rem;
  height: 3.5rem;
  font-size: 1.13rem;
  font-weight: 500;
  padding: 0 1.5rem;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.map__modal-form button {
  width: 100%;
}
.map__modal-success {
  display: none;
  background: #DDD;
  padding: 20px;
  text-align: center;
  font-size: 0.99rem;
  font-weight: 400;
  width: 100%;
  color: red;
  box-sizing: border-box;
}

@media (max-width: 960px) {
  .map {
    flex-direction: column;
    gap: 24px;
  }
  .map__content {
    width: 100%;
  }
  .map__location {
    flex: 0 auto;
    height: 29rem;
    width: 100%;
    max-width: 100%;
  }
  .map__tab-content {
    height: 18rem;
  }
}
@media (max-width: 560px) {
  .map {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .map .section__label {
    font-size: 1.5rem;
  }
  .map__tab-item {
    padding: 0.75rem 1rem;
    border-radius: 0.625rem;
  }
  .map__tab-item-content {
    font-size: 0.88rem;
  }
  .map__tab-item-action {
    font-size: 0.75rem;
  }
  .map__modal-content {
    width: 90%;
    border-radius: 1rem;
    padding: 1.9rem 1.4rem;
  }
  .map__modal-desc {
    font-size: 1rem;
  }
  .map__modal-form input {
    padding: 0 0.88rem;
    font-size: 0.88rem;
  }
}
.included-services {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.included-services .section__label {
  text-align: center;
}
.included-services__content {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.included-services__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 16px;
}
.included-services__item {
  background: #EEF0F9;
  padding: 2rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  box-sizing: border-box;
}
.included-services__item.double {
  padding: 0;
  background: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  min-height: 30.94rem;
}
.included-services__item.support {
  background: #EFF0E8;
  position: relative;
  padding-bottom: 10rem;
}
.included-services__item.support .included-services__item-label,
.included-services__item.support .included-services__item-desc {
  width: 60%;
}
.included-services__item.support > img {
  position: absolute;
  width: 16rem;
  height: 13.5rem;
  bottom: 1rem;
  right: 1rem;
}
.included-services__item.telegram {
  background: #EBF7FF;
  padding-bottom: 10rem;
  overflow: hidden;
}
.included-services__item.telegram .included-services__item-label,
.included-services__item.telegram .included-services__item-desc {
  width: 60%;
}
.included-services__item.telegram .included-services__item-label a {
  color: #4EA2F1;
  cursor: pointer;
}
.included-services__item.telegram > img {
  position: absolute;
  bottom: -3rem;
  right: -6rem;
  width: 26rem;
  height: 26rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.included-services__item.telegram .included-services__actions {
  background: #FFFFFF;
  border-radius: 0.56rem;
  padding: 0 1.5rem;
  height: 2.31rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
}
.included-services__item-label {
  color: var(--primary-text);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}
.included-services__item-desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}
.included-services__item-img {
  width: 19.56rem;
  height: 19.56rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.included-services.camera {
  background: #EDECED;
}
.included-services__subitem {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 50%;
  gap: 16px;
  border-radius: 1.25rem;
  padding: 2rem;
  box-sizing: border-box;
}
.included-services__subitem.dark {
  background: #484444;
  position: relative;
  overflow: hidden;
}
.included-services__subitem.dark .included-services__item-label,
.included-services__subitem.dark .included-services__item-desc {
  color: var(--color-white);
}
.included-services__subitem.dark img {
  position: absolute;
  width: 14.35rem !important;
  height: 14.35rem !important;
  top: 8.375rem;
  left: 7.8125rem;
}
.included-services__subitem.light {
  background: #E6E0DA;
  position: relative;
  overflow: hidden;
}
.included-services__subitem.light img {
  position: absolute;
  width: 16.75rem !important;
  height: 16.19rem !important;
  top: 0;
  left: 14rem;
}
.included-services__actions {
  color: var(--primary-text);
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  position: absolute;
  bottom: 1rem;
  left: 2rem;
}
.included-services__social {
  display: flex;
  align-items: center;
  gap: 6px;
}
.included-services__social-item {
  cursor: pointer;
}
.included-services__social-item img {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #F5F5F5;
  border-radius: 50%;
  padding: 0.75rem;
}

@media (max-width: 1360px) {
  .included-services__item, .included-services__subitem {
    padding: 1rem;
  }
  .included-services__item.telegram, .included-services__item.support {
    padding-bottom: 0;
  }
  .included-services__item.telegram > img, .included-services__item.support > img {
    position: static;
    width: 100%;
    height: 16rem;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: auto;
  }
  .included-services__item.telegram .included-services__item-label, .included-services__item.telegram .included-services__item-desc, .included-services__item.support .included-services__item-label, .included-services__item.support .included-services__item-desc {
    width: 100%;
  }
  .included-services__actions {
    position: static;
    margin-top: 1rem;
  }
}
@media (max-width: 1160px) {
  .included-services__content {
    grid-template-columns: 1fr 1fr;
  }
  .included-services__row {
    grid-template-columns: 1fr 1fr;
  }
  .included-services__item.camera {
    grid-column: span 2;
  }
  .included-services__item.double {
    min-height: auto;
  }
  .included-services__subitem.dark .included-services__item-desc {
    width: 60%;
  }
  .included-services__subitem.dark img {
    top: 6rem;
    left: 16rem;
  }
  .included-services__subitem.light .included-services__item-desc {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .included-services__content, .included-services__row {
    grid-template-columns: 1fr;
  }
  .included-services__subitem {
    width: 100%;
    padding: 1rem;
  }
  .included-services-img {
    width: 100%;
    height: auto;
  }
  .included-services__item-label {
    font-size: 0.94rem;
    line-height: 112%;
  }
  .included-services__item-desc {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 125%;
  }
  .included-services__subitem.dark .included-services__item-desc {
    width: 100%;
  }
  .included-services__subitem.dark img {
    left: 8rem;
  }
  .included-services__subitem.light .included-services__item-desc {
    width: 100%;
  }
  .included-services__subitem.light img {
    left: 9rem;
  }
}
@media (max-width: 680px) {
  .included-services__item.camera {
    grid-column: auto;
  }
  .included-services__item img {
    margin: 0 auto;
  }
  .included-services__subitem {
    padding-bottom: 10rem;
  }
  .included-services__subitem .included-services__item-desc {
    z-index: 1;
  }
}
@media (max-width: 560px) {
  .included-services {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .included-services__item.telegram > img, .included-services__item.support > img {
    height: 12rem;
  }
  .included-services__actions {
    width: 100%;
    padding: 0;
    justify-content: center;
    font-size: 0.88rem;
  }
}
.audience-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.audience-section .section__label {
  text-align: center;
}
.audience-section__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  background: #F1F1F1;
  border-radius: 0.75rem;
  padding: 0.25rem;
  height: 2.69rem;
}
.audience-section__tab-item {
  padding: 0 1.5rem;
  font-size: 1.13rem;
  font-weight: 500;
  cursor: pointer;
}
.audience-section__tab-item.active {
  background-image: linear-gradient(90deg, #fcca43, #ffe08c);
  height: 2.31rem;
  border-radius: 0.56rem;
  display: flex;
  align-items: center;
}
.audience-section__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 55.94rem;
  margin: 30px auto 0;
}
.audience-section__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 6px;
  padding: 1.75rem;
  background: #F5F5F5;
  border-radius: 1.25rem;
}
.audience-section__item img {
  mix-blend-mode: darken;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.audience-section__item-label {
  color: var(--primary-text);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 112%;
}

@media (max-width: 960px) {
  .audience-section__content {
    grid-template-columns: repeat(2, 1fr);
    width: auto;
  }
}
@media (max-width: 560px) {
  .audience-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .audience-section__tab-item {
    font-size: 0.88rem;
  }
  .audience-section__item {
    padding: 0.65rem;
  }
  .audience-section__item-label {
    font-size: 0.94rem;
  }
}
.promo-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.promo-section__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E6F4C9;
  border-radius: 1.63rem;
  padding: 5.375rem 5rem 5.875rem;
  box-sizing: border-box;
  height: 34.06rem;
  background-image: url("/local/templates/tvoysklad24/assets/img/674df677443d9c5fb8614496_fsxerxsvec.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.promo-section__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.promo-section__content .main__form {
  flex-direction: column;
}
.promo-section__desc {
  color: var(--primary-text);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
  width: 60%;
}
.promo-section img {
  width: 50rem;
  height: 30rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1360px) {
  .promo-section__inner {
    height: auto;
    padding: 2rem;
  }
  .promo-section img {
    width: 30rem;
    height: 20rem;
  }
}
@media (max-width: 960px) {
  .promo-section__inner {
    align-items: flex-start;
  }
  .promo-section img {
    width: 20rem;
    height: 15rem;
  }
}
@media (max-width: 768px) {
  .promo-section__inner {
    position: relative;
    overflow: hidden;
  }
  .promo-section .section__label {
    font-size: 1.5rem;
  }
}
@media (max-width: 560px) {
  .promo-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .promo-section__inner {
    padding: 1rem;
  }
  .promo-section .section__label {
    font-size: 1.13rem;
  }
  .promo-section__desc {
    font-size: 0.75rem;
  }
  .promo-section img {
    width: 15rem;
    height: 10rem;
  }
}
.approach-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.approach-section .section__label {
  text-align: center;
}
.approach-section__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
}
.approach-section__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  text-align: center;
  background: #F5F5F5;
  border-radius: 1.25rem;
  padding: 1.25rem;
}
.approach-section__item-percentage {
  color: #FFCA23;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 112%;
}
.approach-section__item-label {
  color: var(--primary-text);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.approach-section__item-desc {
  color: #555A65;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media (max-width: 960px) {
  .approach-section__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .approach-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .approach-section__content {
    display: flex;
    overflow: auto;
    scrollbar-width: none;
  }
  .approach-section__item {
    border-radius: 0.81rem;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 11.81rem;
    height: auto;
    padding: 1rem;
    text-align: start;
  }
  .approach-section__item-percentage {
    order: 2;
    margin: 0 auto;
  }
  .approach-section__item-label {
    order: 1;
    font-size: 0.94rem;
    line-height: 112%;
  }
  .approach-section__item-desc {
    order: 3;
    font-size: 0.75rem;
    line-height: 112%;
  }
  .approach-section__item img {
    order: 2;
    margin: 0 auto;
  }
}
.faq-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.faq-section .section__label {
  text-align: center;
}
.faq-section__content {
  width: 52.69rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 30px auto 0;
  gap: 16px;
}
.faq-section__item {
  background: #F5F5F5;
  padding: 2rem 1.5rem 2rem 2rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
}
.faq-section__item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.faq-section__item-label {
  color: var(--primary-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  margin-right: 1.5rem;
}
.faq-section__item-desc {
  color: #555A65;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  overflow: hidden;
  transition: all 0.2s ease-out;
  max-height: 0;
  padding: 0;
  opacity: 0;
}
.faq-section__item-desc.active {
  max-height: 500px;
  opacity: 1;
  padding-top: 0.5rem;
}
.faq-section__item-toggle {
  transition: transform 0.3s ease;
  cursor: pointer;
}
.faq-section__item-toggle.rotated {
  transform: rotate(180deg);
}

@media (max-width: 960px) {
  .faq-section__content {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .faq-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .faq-section__item {
    padding: 1.125rem;
  }
  .faq-section__item-label {
    font-size: 0.94rem;
    font-weight: 500;
    line-height: 125%;
  }
  .faq-section__item-desc {
    font-size: 0.75rem;
    line-height: 125%;
  }
}
.footer {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.footer__inner {
  background: rgba(51, 53, 60, 0.968627451);
  border-radius: 1.63rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.footer__content {
  display: flex;
  align-items: center;
  align-items: flex-end;
  justify-content: space-between;
  padding: 3.125rem 3.125rem 10rem;
}
.footer__info .section__label {
  color: var(--color-white);
}
.footer__info .main__form {
  flex-direction: column;
}
.footer__desc {
  color: #A6AAB2;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
  margin: 10px 0;
}
.footer__desc span {
  text-decoration: underline;
}
.footer__links {
  display: flex;
  align-items: center;
  align-items: flex-end;
  gap: 50px;
}
.footer__links-address {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.footer__links-socials {
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer__links-social-item {
  background-color: #41444c;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  cursor: pointer;
}
.footer__links-tel {
  color: #F6F6F6;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}
.footer__nav {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.footer__nav-item, .footer__nav-item a {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  color: #CFCFCF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}
.footer__nav-item:first-child {
  margin-bottom: 50px;
}
.footer__nav-item a {
  margin-bottom: 30px;
}
.footer__logo {
  position: absolute;
  bottom: -80px;
  width: 100%;
}
.footer__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 960px) {
  .footer__content {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.6rem 1rem 8rem;
  }
  .footer__inner {
    border-radius: 0.81rem;
  }
  .footer__links {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }
  .footer__links-address {
    align-items: flex-start;
  }
  .footer__nav {
    flex-direction: column-reverse;
  }
  .footer__nav-item:first-child {
    margin-bottom: 0;
  }
  .footer__logo {
    bottom: -30px;
  }
}
@media (max-width: 560px) {
  .footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .footer__info {
    width: 100%;
  }
  .footer__content {
    padding: 1.6rem 1rem 4rem;
  }
  .footer__links {
    gap: 30px;
  }
  .footer__desc {
    font-size: 0.88rem;
  }
  .footer__nav-item a {
    font-size: 0.75rem;
  }
  .footer .main__form-input {
    width: 100%;
    box-sizing: border-box;
  }
  .footer .main__form-action {
    width: 100%;
  }
  .footer .main__form-action button {
    width: 100%;
  }
  .footer__logo {
    bottom: -20px;
  }
}/*# sourceMappingURL=index.css.map */