@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
a {
  outline: none !important;
}

a:visited {
  color: #fff;
}

.wrapper {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.landing{
  width: 100%;
}
.landing-page{
   border-top:1px solid rgba(13, 13, 13, 0.15);
}
.landing-page .container{
  max-width: 100%;
  padding: 0;
}
@media (max-width: 1280px) {
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.title-section {
  margin: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 121%;
  letter-spacing: -0.01em;
  color: #000;
}

.title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.section {
  padding: 80px 0;
  margin-bottom: 0 !important;
}

.title-col {
  max-width: 510px;
  width: 100%;
}

.title-charter {
  margin-bottom: 16px;
  font-style: italic;
  font-weight: 900;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.01em;
  color: #d91415;
}

.title-row__text {
  margin-top: 35px;
  max-width: 638px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5e5e5e;
}

.landing .heater-compare {
  background: #f6f6f6;
}

.landing .heater-compare__grid {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 64px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(196, 196, 196, 0.23);
}

.landing .heater-compare__card {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  min-height: 330px;
  border-bottom: 1px solid #d0d0d0;
  background: #fff;
}

.landing .heater-compare__card:last-child {
  border-bottom: 0;
}

.landing .heater-compare__card--featured {
  background: linear-gradient(90deg, #fff 0%, #fff 74%, #fff8f8 100%);
}

.landing .heater-compare__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  min-width: 360px;
  height: 100%;
  min-height: 330px;
  padding: 28px;
  border-right: 1px solid #d0d0d0;
  background: #fff;
}

.landing .heater-compare__image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 270px;
  object-fit: contain;
}

.landing .heater-compare__body {
  display: grid;
  align-content: center;
  padding: 32px 40px;
}

.landing .heater-compare__badge {
  display: inline-flex;
  justify-self: start;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f0f0f0;
  color: #3d3d3d;
  font-size: 13px;
  font-weight: 700;
}

.landing .heater-compare__card--featured .heater-compare__badge {
  background: #d91415;
  color: #fff;
}

.landing .heater-compare__name {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
  color: #000;
}

.landing .heater-compare__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}

.landing .heater-compare__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d91415;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

.landing .heater-compare__link:visited {
  color: #d91415;
}

.landing .heater-compare__link svg {
  transition: transform 0.25s ease;
}

.landing .heater-compare__link:hover svg {
  transform: translateX(3px);
}

.landing .heater-compare__lead {
  margin: 0 0 18px;
  color: #646464;
  font-size: 16px;
  line-height: 1.5;
}

.landing .heater-compare__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.landing .heater-compare__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #252525;
  font-size: 14px;
  line-height: 1.5;
}

.landing .heater-compare__list-icon {
  display: inline-flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #d91415;
}

.landing .heater-compare__list-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.landing .heater-compare__choice {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(13, 13, 13, 0.1);
  color: #252525;
  font-size: 14px;
  line-height: 1.5;
}

.landing .heater-compare__note {
  margin-top: 24px;
  padding: 20px 24px;
  border-left: 4px solid #d91415;
  border-radius: 4px;
  background: #fff;
  color: #252525;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .landing .heater-compare__grid {
    margin-top: 40px;
    border: 0;
    gap: 16px;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  .landing .heater-compare__card {
    display: block;
    min-height: 0;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
  }

  .landing .heater-compare__image {
    width: 100%;
    min-width: 0;
    height: 220px;
    min-height: 0;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid #d0d0d0;
  }

  .landing .heater-compare__image img {
    max-height: 184px;
  }

  .landing .heater-compare__body {
    display: block;
    padding: 22px 20px 24px;
  }

  .landing .heater-compare__name {
    font-size: 26px;
  }

  .landing .heater-compare__heading {
    align-items: flex-start;
  }

  .landing .heater-compare__list {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .landing .heater-compare__note {
    margin-top: 16px;
    padding: 18px 20px;
  }
}

.title-row__text p {
  margin-bottom: 24px;
}

.title-row__text p b {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  color: #5e5e5e;
}

.title-row__text em {
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #d91415;
}

@media (max-width: 992px) {
  .section {
    padding: 60px 0;
  }
  .title-row {
    flex-wrap: wrap;
    gap: 32px;
  }
  .title-section {
    font-size: 38px;
  }
  .title-col {
    max-width: 100%;
  }
  .title-row__text {
    margin-top: 0;
    max-width: 100%;
  }
  .title-row__text em {
    font-size: 20px;
    line-height: 120%;
  }
}

@media (max-width: 767px) {
  .title-section {
    font-size: 32px;
    line-height: 119%;
    letter-spacing: -0.01em;
  }
  .title-row {
    flex-wrap: wrap;
  }
  .section {
    padding: 40px 0;
  }
  .title-row__text br{
    display: none;
  }
}

.hero {
  position: relative;
  height: 595px;
  border-radius: 8px;
  overflow: hidden;
}
.hero .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hero .wrapper {
  height: 100%;
}

.hero-bg {
  height: 100%;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:8px;
  overflow: hidden;
}

.hero img:nth-child(2) {
  display: none;
}

@media (max-width: 767px) {
  .hero img:nth-child(1) {
    display: none;
  }
  .hero img:nth-child(2) {
    display: block;
  }
}

.landing .about {
  position: relative;
}

.landing .about-slider {
  margin-top: 80px;
}

.landing .about-slider .swiper-wrapper {
  gap: 20px;
}

.landing .about-slider__item {
  flex: 0 0 calc((100% - 60px) / 4);
  width: calc((100% - 60px) / 4);
  min-width: 0;
}

.landing .about-slider__item-img {
  box-shadow: 0 0 10px 0 rgba(196, 196, 196, 0.23);
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  height: 380px;
}

.landing .about-slider__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing .about-slider__item-title {
  margin: 20px 0 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
}

.landing .about-slider__item-text {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5e5e5e;
}

.landing .about .swiper-pagination {
  bottom: 0;
}

.landing .about .swiper-pagination-bullet-active {
  background: #D91415;
}

.landing .power {
  background: #f7f7f7;
}

.landing .power-wrap {
  margin-top: 80px;
}

.landing .power-item {
  margin-bottom: 80px;
  display: flex;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
}
.landing .power-item:last-child{
  margin-bottom: 0;
}
.landing .power-item__col {
  max-width: 867px;
  width: 100%;
}

.landing .power-item__col .power-item__img {
  display: none;
}

.landing .power-item__img {
  max-width: 413px;
  border-left: 1px solid #c1c1c1;
}

.landing .power-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

.landing .power-item__top {
  padding: 24px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c1c1c1;
}

.landing .power-item__title {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #d91415;
}

.landing .power-item__size {
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.01em;
}

.landing .power-item__table-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  padding-right: 0;
  border-bottom: 1px solid #d0d0d0;
}

.landing .power-item__table-item:nth-child(1) span {
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.01em;
}

.landing .power-item__table-item:last-child {
  border-bottom: none;
}

.landing .power-item__table-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.01em;
}

.landing .power-item__table-td {
  display: flex;
}

.landing .power-item__table-td span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 48px;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.01em;
}

.landing .power-item__table-td span:nth-child(1) {
  background: #e8e8e8;
}

.landing .power-item__table-td span:nth-child(2) {
  background: #e0e0e0;
}

.landing .power-item__table-td span:nth-child(3) {
  background: #d9d9d9;
}
.landing .power-item:last-child .power-item__table-td span:nth-child(1){
  background: #F2F2F2;
}
.landing .power-item:last-child .power-item__table-td span:nth-child(2){
  background: #EDEDED;
}
.landing .power-item:last-child .power-item__table-td span:nth-child(3){
  background: #E8E8E8;
}
.landing .power-item:last-child .power-item__table-td span:nth-child(4){
  background: #E0E0E0;
}
.landing .power-item:last-child .power-item__table-td span:nth-child(5){
  background: #D9D9D9;
}
.landing .control-wrap {
  margin-top: 80px;
  box-shadow: 0 0 10px 0 rgba(196, 196, 196, 0.23);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border-top: 1px solid #d0d0d0;
}

.landing .control-timer-note {
  display: flex;
  gap: 16px;
  margin-top: 48px;
  padding: 20px 24px;
  border-left: 4px solid #d91415;
  border-radius: 4px;
  background: #f7f7f7;
}

.landing .control-timer-note__icon {
  display: flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #d91415;
}

.landing .control-timer-note__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.landing .control-timer-note__content {
  color: #252525;
  font-size: 15px;
  line-height: 1.55;
}

.landing .control-timer-note__content p {
  margin: 0;
}

.landing .control-timer-note__content p + p {
  margin-top: 8px;
}

.landing .control-item {
  display: flex;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.landing .control-item:last-child {
  border-bottom-right-radius: 8px;
}

.landing .control-item__img {
  width: 433px;
  min-width: 433px;
}

.landing .control-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing .control-item__col {
  padding: 20px 26px;
}

.landing .control-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.landing .control-item__name {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
}

.landing .control-item__link {
  gap: 8px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.01em;
  color: #d91415;
}

.landing .control-item__link svg {
  transition: all ease .3s;
}

.landing .control-item__link:hover svg {
  transform: translateX(3px);
  transition: all ease .3s;
}

.landing .control-item__list {
  margin-top: 24px;
}

.landing .control-item__list-item {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.01em;
  color: #0d0d0d;
}

.landing .control-item__list-item b {
  font-weight: 600;
}

.landing .control-item__list-item:last-child {
  margin-bottom: 0;
}

.landing .control-item__list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #d91415;
}
.landing .control-item__list-item:nth-child(1) .control-item__list-icon span{
  width: 16px;
  height: 16px;
  background:url(/wp-content/themes/woodmart-child/img/land/control-list-icon-1.png)
}
.landing .control-item__list-item:nth-child(2) .control-item__list-icon span{
  width: 16px;
  height: 16px;
  background:url(/wp-content/themes/woodmart-child/img/land/control-list-icon-2.png)
}
.landing .control-item__list-item:nth-child(3) .control-item__list-icon span{
  width: 16px;
  height: 16px;
  background:url(/wp-content/themes/woodmart-child/img/land/control-list-icon-3.png)
}

.landing .control-item__bottom {
  margin-top: 34px;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.01em;
  color: #5e5e5e;
}

.landing .choose-wrap {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 80px;
}

.landing .choose-list__item-icon {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d91415;
}

.landing .choose-list__item-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.landing .choose-list {
  max-width: 677px;
  width: 100%;
}

.landing .choose-list__item {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 0 10px 0 rgba(196, 196, 196, 0.23);
  background: #f5f5f5;
}

.landing .choose-list__item:last-child {
  margin-bottom: 0;
}

.landing .choose-list__item-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}

.landing .choose-list__item-title h3 {
  margin: 0;
  font: inherit;
  color: inherit;
}

.landing .choose-list__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #d91415;
  border-radius: 50%;
}

.landing .choose-list__item-text {
  margin-top: 16px;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 150%;
}

.landing .choose-list__item-text ul {
  padding-left: 0 !important;
  margin-left: 15px;
  list-style: disc;
}

.landing .choose-list__item-text ul li {
  margin-bottom: 24px;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 150%;
}

.landing .choose-list__item-text ul li b {
  font-weight: 500;
}

.landing .choose-list__item-text ul li:last-child {
  margin-bottom: 0;
}

.landing .choose-img {
  max-width: 583px;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(196, 196, 196, 0.23);
  border-radius: 8px;
}

.landing .choose-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  border-radius: 8px;
  overflow: hidden;
}
.landing .choose-img img:nth-child(2){
  display: none;
}
.landing .why {
  background: #f7f7f7;
}

.landing .why-row {
  margin-top: 80px;
  display: flex;
  gap: 20px;
}

.landing .why-item {
  width: 25%;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 0 10px 0 rgba(196, 196, 196, 0.23);
  background: #fff;
}

.landing .why-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #d91415;
}

.landing .why-item__icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.landing .why-item__title {
  margin: 12px 0 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}

.landing .why-item__text {
  margin-top: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5e5e5e;
}

.landing .faq-wrap {
  margin-top: 80px;
}

.landing .faq-item {
  border-top: 1px solid #d0d0d0;
  padding: 16px 10px;
}

.landing .faq-item.open .faq-item__top {
  color: #d91415;
}

.landing .faq-item.open .faq-item__icon {
  transform: rotate(45deg);
  transition: all ease .3s;
}

.landing .faq-item.open .faq-item__icon svg path {
  fill: #d91415;
}

.landing .faq-item__top {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

.landing .faq-item__heading {
  margin: 0;
}

.landing .faq-item__title {
  margin: 0;
  font: inherit;
  color: inherit;
}

.landing .faq-item__icon {
  transition: all ease .3s;
}

.landing .faq-item__content {
  padding-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5e5e5e;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.landing .banner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 296px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(196, 196, 196, 0.23);
}

.landing .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.landing .banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing .banner-bg img:nth-child(2) {
  display: none;
}

.landing .banner-title {
  margin: 0;
  position: relative;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
}

.landing .banner-description {
  position: relative;
  max-width: 820px;
  margin: 12px auto 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}

.landing .banner-btns {
   position: relative;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.landing .banner-btn {
  height: 40px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color:#fff;
}
.landing .banner-btn:hover{
  color:#fff !important;
}
.landing .banner-btn:first-child {
  background: #d91415;
}

.landing .banner-btn:last-child {
  border: 1px solid #fff;
}

@media (max-width: 992px) {
  .landing .about-slider {
    margin-top: 60px;
  }
  .landing .about-slider .swiper-wrapper {
    flex-wrap: wrap;
  }
  .landing .about-slider__item {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .landing .power-wrap {
    margin-top: 40px;
  }
  .landing .power-item {
    margin-bottom: 40px;
    max-width: 412px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .landing .power-item:last-child{
    margin-bottom: 0;
  }
  .landing .power-item__img {
    display: none;
  }
  .landing .power-item__col .power-item__img {
    display: block;
    border-left: none;
  }
  .landing .power-item__table-item {
    flex-wrap: wrap;
    padding-left: 0;
    border-bottom: none;
  }
  .landing .power-item__table-name {
    width: 100%;
    padding: 8px 14px;
  }
  .landing .power-item__table-td {
    width: 100%;
  }
  .landing .power-item__table-td span {
    width: 33.33%;
  }
  .landing .power-item__top {
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px;
  }
  .landing .power-item__title {
    font-size: 20px;
    line-height: 120%;
  }
  .landing .power-item__size {
    font-size: 14px;
    line-height: 143%;
  }
  .landing .choose-wrap {
    margin-top: 60px;
    flex-wrap: wrap;
  }
  .landing .choose-list {
    max-width: 100%;
    order: 2;
  }
  .landing .choose-img {
    max-width: 100%;
  }
  .landing .why-row {
    margin-top: 60px;
    flex-wrap: wrap;
  }
  .landing .why-item {
    width: calc(50% - 10px);
  }
  .landing .faq-wrap {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .landing .about-slider {
    margin-top: 40px;
  }
  .landing .about-slider .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
  .landing .about-slider__item-img {
    height: 318px;
  }
  .landing .about-slider__item-title {
    margin-top: 14px;
    font-size: 20px;
    line-height: 120%;
  }
  .landing .about-slider__item-text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 150%;
  }
  .landing .power-item__title {
    width: 100%;
  }
  .landing .control-wrap {
    margin-top: 40px;
    border: none;
    box-shadow: none;
  }
  .landing .control-timer-note {
    margin-top: 32px;
    padding: 18px;
  }
  .landing .control-item {
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: none;
    border-radius: 8px;
    overflow: hidden;
  }
  .landing .control-item:last-child {
    margin-bottom: 0;
  }
  .landing .control-item__col {
    padding: 14px;
    width: 100%;
    border: 1px solid #d0d0d0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .landing .control-item__img {
    min-width: unset;
    width: 100%;
  }
  .landing .control-item__img img {
    height: auto;
  }
  .landing .control-item__bottom {
    margin-top: 16px;
    font-size: 14px;
    line-height: 143%;
  }
  .landing .why-row {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .landing .why-item {
    width: 100%;
  }
  .landing .faq-wrap {
    margin-top: 40px;
  }
  .landing .choose-img img:nth-child(1){
  display: none;
}
  .landing .choose-img img:nth-child(2){
  display: block;
}
  .landing .banner-wrap {
    height: 482px;
  }
  .landing .banner-bg img:nth-child(1) {
    display: none;
  }
  .landing .banner-bg img:nth-child(2) {
    display: block;
  }
  .landing .banner-title {
    max-width: 340px;
    font-weight: 700;
    font-size: 34px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
  }
  .landing .banner-description {
    max-width: 310px;
    margin-top: 12px;
    font-size: 15px;
    line-height: 145%;
  }
  .landing .banner-btns {
    margin-top: 44px;
    flex-wrap: wrap;
    gap: 16px;
  }
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

input,
textarea,
button,
select {
  font-family: "Roboto", sans-serif;
}

input::placeholder,
textarea::placeholder,
button::placeholder,
select::placeholder {
  opacity: 1;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 1600px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  min-width: 360px;
  background: #fcfcfc;
  color: #000;
  margin-bottom: 0 !important;
}

body.hidden {
  width: 99vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(32, 32, 32, 0.7);
}

body::-webkit-scrollbar {
  width: 8px;
  /* Ширина скроллбара */
}

body::-webkit-scrollbar-track {
  background: transparent;
  /* Цвет трека скроллбара */
}

body::-webkit-scrollbar-thumb {
  background: #888;
  /* Цвет ползунка скроллбара */
  border-radius: 4px;
  /* Скругление углов ползунка */
}
/*# sourceMappingURL=main.css.map */
