.contact__input::placeholder,
.info__text,
.benefits__item-text {
  font-family: Poppins-Light;
  font-weight: 300;
}

.footer__link,
.footer__item-text,
.contact__input,
.about__slide-text,
.about__text,
.services__item-title,
.top__box-contact-num,
.top__box-text,
.header__lunge-link,
.header__top-title {
  font-family: Poppins-Regular;
  font-weight: 400;
}

.contact__btn,
.about__slide-subtitle,
.about__slide-title,
.about__link,
.info__links-link,
.top__btn,
.top__box-contact-title,
.header__nav-title,
.header__top-btn {
  font-family: Poppins-Medium;
  font-weight: 500;
}

.footer__list-title,
.contact__title,
.benefits__item-title,
.title {
  font-family: Poppins-SemiBold;
  font-weight: 600;
}

.top__box-title {
  font-family: Poppins-Bold;
  font-weight: 700;
}

@font-face {
  font-family: Poppins-Bold;
  font-display: swap;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Poppins-Light;
  font-display: swap;
  src: url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Poppins-Medium;
  font-display: swap;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Poppins-Regular;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Poppins-SemiBold;
  font-display: swap;
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

html,
body {
  overflow-x: hidden;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.title {
  font-size: 50px;
  line-height: 150%;
  text-transform: uppercase;
  color: #203239;
}
.title-white {
  color: #fff;
}
.title span {
  color: #f32f08;
}

.swiper-wrapper {
  box-sizing: border-box;
  cursor: grab;
}

.header {
    padding: 10px 0;
    transition: transform 0.3s ease;
    background-color: #f4f5f7;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}

.header--fixed {
    box-shadow: 0px 10px 75px -10px #081b3b45;
}
/* клас для приховування */
.header--hidden {
    transform: translateY(-100%);
}
.header__mob-btn {
  display: none;
  z-index: 30;
}

.header__mob-btn::before {
  background-color: #161616;
}
.header__mob-btn::after {
  background-color: #161616;
}
.header__mob-btn span {
  background-color: #161616;
}
.header__top-link svg path {
  fill: #161616;
}
.header__top-title {
  color: #161616;
}
.header__nav-title {
  color: #161616;
}
.header__nav-title-box svg path {
  stroke: #161616;
}
.header__board-mob {
  display: none;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-end;
}
.header__top-mob {
  display: none;
}
.header__top-title {
  font-size: 16px;
  line-height: 150%;
  color: #161616;
  margin-left: 10px;
  transition: color 0.2s;
}
.header__top-link {
  display: flex;
  align-items: center;
}
.header__top-link + .header__top-link {
  margin-left: 30px;
}
.header__top-link svg path {
  transition: fill 0.2s;
}
.header__top-link:hover .header__top-title {
  color: #f32f08;
}
.header__top-link:hover svg path {
  fill: #f32f08;
}
.header__top-btn {
  display: inline-block;
  margin-left: 40px;
  padding: 10px 25px;
  background: #f32f08;
  border-radius: 10px;
  font-size: 17px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
  transition: background-color 0.2s;
}
.header__top-btn:hover {
  background-color: #d32503;
}
.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.header__nav-item {
  position: relative;
  cursor: pointer;
}
.header__nav-item + .header__nav-item {
  margin-left: 30px;
}
.header__nav-item:hover .header__nav-title {
  color: #f32f08;
}
.header__nav-item:hover .header__lunge {
  opacity: 1;
  visibility: visible;
}
.header__nav-item:hover .header__nav-title-arrow path {
  stroke: #f32f08;
}
.header__nav-title {
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #161616;
  transition: color 0.2s;
}
.header__nav-title-box {
  display: flex;
  align-items: center;
}
.header__nav-title-arrow path {
  transition: all 0.2s;
  stroke: #fff;
}
.header__nav-title + svg {
  margin-left: 7px;
}
.header__nav-title-mob {
  display: none;
}
.header__lunge {
  display: inline-table;
  position: absolute;
  padding: 15px 20px;
  background-color: #fff;
  box-shadow: 0px 4px 15px rgba(44, 44, 44, 0.1);
  border-radius: 5px;
  top: 32px;
  left: 25px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.header__lunge-grids {
  left: auto;
  right: -370px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.header__lunge-grids .header__lunge-link {
  padding: 0 40px;
}
.header__lunge-short {
  right: 200px;
}
.header__lunge-item + .header__lunge-item {
  border-left: 1px solid rgba(22, 22, 22, 0.07);
}
.header__lunge-link {
  display: block;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
  transition: color 0.2s;
}
.header__lunge-link + .header__lunge-link {
  margin-top: 20px;
}
.header__lunge-link:hover {
  color: #f32f08;
}
.header__lunge::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  height: 18px;
  background-color: transparent;
  z-index: -1;
}

.top {
  padding-bottom: 72px;
  position: relative;
}
.top__wrapper-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.dryer {
  padding: 65px 0;
  background-color: #f7f7f7;
  background: linear-gradient(#ebebeb, #f7f7f7);
}
.dryer__title {
  margin-bottom: 38px;
  font-size: 35px;
  line-height: 42px;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  text-align: center;
}
.dryer__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px 25px;
}
.dryer__item {
  font-family: Poppins-SemiBold;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
.dryer__item svg {
  margin-right: 5px;
}
.top {
  padding-top: 208px;
}
.top__wrapper-bg--mob {
  display: none;
}
.top__box {
  max-width: 750px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15.5px);
  padding: 50px 60px;
}
.top__box-title {
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  color: #161616;
}
.top__box-text {
  font-size: 17px;
  line-height: 150%;
  color: #525252;
  padding: 20px 0 25px;
}
.top__box-contact-title {
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #161616;
  margin-bottom: 4px;
}
.top__box-contact-link {
  display: flex;
  align-items: center;
}
.top__box-contact-link + .top__box-contact-link {
  margin-top: 5px;
}
.top__box-contact-num {
  font-size: 17px;
  line-height: 26px;
  color: #161616;
  margin-left: 5px;
}
.top__btn {
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
  background: #f32f08;
  border-radius: 10px;
  padding: 15px;
  margin-top: 25px;
  transition: background-color 0.2s;
}
.top__btn:hover {
  background-color: #d32503;
}

.benefits {
  padding: 90px 0;
}
.benefits__wrapper {
  display: flex;
  justify-content: space-between;
}
.benefits__item {
  max-width: 387px;
  width: 100%;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefits__item-title {
  padding: 15px 0 5px;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #161616;
}
.benefits__item-text {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #525252;
}
.benefits__item + .benefits__item {
  margin-left: 10px;
}

.services {
  padding-bottom: 87px;
}
.services__title {
  text-align: center;
  margin-bottom: 50px;
}
.services__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
.services__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services__item-img {
  margin: 0 auto;
  padding: 28px 11px 19px;
}
.services__item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f5f7;
  min-height: 95px;
  padding: 25px 11px 22px;
  font-size: 17px;
  line-height: 137%;
  text-align: center;
}

.info {
  padding-bottom: 90px;
}
.info__wrapper {
  display: grid;
  grid-template-columns: 1.85fr 2.4fr;
  grid-gap: 80px;
  align-items: center;
}
.info__title {
  margin-bottom: 20px;
}
.info__text {
  font-size: 16px;
  line-height: 30px;
  color: #525252;
}
.info__text + .info__text {
  margin-top: 15px;
}
.info__links {
  display: flex;
  margin-top: 40px;
}
.info__links-link {
  display: flex;
  align-items: center;
  padding: 10px 25px;
  font-size: 17px;
  line-height: 150%;
  text-transform: uppercase;
  color: #f32f08;
  border: 1px solid #f32f08;
  border-radius: 10px;
}
.info__links-link-bg {
  background-color: #f32f08;
  color: #fff;
  transition: background-color 0.2s;
}
.info__links-link-bg:hover {
  background-color: #d32503;
}
.info__links-link img {
  margin-right: 13px;
}
.info__links-link + .info__links-link {
  margin-left: 33px;
}

.about {
  background: #191919;
  padding: 140px 0 77px;
}
.about__wrapper {
  display: grid;
  grid-template-columns: minmax(auto, 460px) minmax(auto, 801px);
  align-items: center;
  grid-gap: 64px;
}
.about__text {
  font-size: 16px;
  line-height: 150%;
  color: #999;
  margin-top: 30px;
}
.about__inner {
  display: flex;
  align-items: center;
  margin-top: 27px;
}
.about__link {
  display: inline-block;
  text-align: center;
  font-size: 17px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
  margin-right: 8px;
  padding: 10px 25px;
  background: #f32f08;
  border-radius: 10px;
  transition: background-color 0.2s;
}
.about__link:hover {
  background-color: #d32503;
}
.about__link-img {
  max-width: 101px;
  width: 100%;
}
.about__img {
  object-fit: cover;
}
.about__slider-btns {
  margin-top: 39px;
  display: flex;
  align-items: center;
  grid-gap: 19px;
}
.about__slider-btns--mob {
  display: none;
}
.about__slider-btn {
  user-select: none;
  -khtml-user-select: none;
  cursor: pointer;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f32f08;
  border-radius: 8.2px;
  transition: background 0.2s;
}
.about__slider-btn:hover {
  background-color: #d32503;
}
.about__slider-btn svg path {
  fill: #fff;
}
.about__slider-btn-prev svg {
  transform: rotate(180deg);
}
.about__slide {
  min-height: 535px;
  padding: 20px 25px 20px;
  background: #222;
  border-radius: 8px;
  position: relative;
  margin-top: 38px;
}
.about__slide-title {
  font-size: 25px;
  line-height: 32px;
  color: #fff;
  margin-top: 40px;
}
.about__slide-subtitle {
  font-size: 14px;
  line-height: 150%;
  color: #dadada;
}
.about__slide-stars {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.about__slide-text {
    margin-top: 25px;
    font-size: 16px;
    line-height: 150%;
    color: #e0e0e0;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about__top {
  display: flex;
  justify-content: space-between;
}
.about__logo-img {
  position: absolute;
  top: -38px;
  border-radius: 50%;
}
.about__dec-img {
  object-fit: contain;
  margin-left: auto;
}
.about .swiper-button-disabled {
  background: #222;
}
.about .swiper-button-disabled:hover {
  background-color: #202020;
}
.about .swiper-button-disabled svg path {
  fill: #f32f08;
}

.contact {
  padding: 90px 0;
}
.contact__wrapper {
  display: grid;
  grid-template-columns: minmax(auto, 550px) minmax(auto, 590px);
  grid-gap: 60px;
}
.contact__title {
  margin-bottom: 25px;
  font-size: 50px;
  line-height: 67px;
  text-transform: uppercase;
  color: #1e1e1c;
}
.contact__form {
  display: flex;
  flex-direction: column;
}
.contact__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.contact__input {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  width: 100%;
}
.contact__input-nonmt {
  margin-top: 0;
}
.contact__input::placeholder {
  color: rgba(56, 56, 56, 0.35);
}
.contact__input:focus {
  outline-color: #525252;
}
.contact__textarea {
  height: 135px;
  resize: vertical;
}
.contact__btn {
  display: block;
  border: none;
  padding: 10px;
  font-size: 17px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
  background: #f32f08;
  border-radius: 10px;
  margin-top: 25px;
  transition: background-color 0.2s;
  cursor: pointer;
}
.contact__btn:hover {
  background-color: #d32503;
}
.contact__frame {
  width: 590px;
  height: 452px;
}

.footer {
  padding: 70px 0;
  background: #191919;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer__nav {
  display: grid;
  grid-template-columns: minmax(auto, 135px) minmax(auto, 234px) minmax(
      auto,
      148px
    );
  grid-gap: 120px;
}
.footer__list-title {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #f32f08;
}
.footer__item + .footer__item {
  margin-top: 20px;
}
.footer__item-text {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.footer__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  transition: color 0.2s;
}
.footer__link img {
  margin-right: 16px;
}
.footer__link:hover {
  color: #f32f08;
}

@media (max-width: 1440px) {
  .about__container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    margin-left: 8%;
  }
}
@media (max-width: 1400px) {
  .about__container {
    margin-left: 7%;
  }
}
@media (max-width: 1360px) {
  .about__container {
    margin-left: 6%;
  }
}
@media (max-width: 1320px) {
  .about__container {
    margin-left: 4.5%;
  }
  .about__inner {
    flex-direction: column;
    align-items: start;
  }
  .about__link {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) {
  .about__container {
    margin-left: 3%;
  }
}
@media (max-width: 1250px) {
  .about__container {
    margin-left: 2%;
  }
}
@media (max-width: 1230px) {
  .title {
    line-height: 120%;
    text-align: left;
  }

  .about__container {
    margin-left: 15px;
  }
  .about__wrapper {
    grid-template-columns: minmax(auto, 460px) minmax(auto, 695px);
  }
}
@media (max-width: 1024px) {
  .top__box {
    padding: 25px 30px;
    backdrop-filter: blur(1.5px);
  }
  .top__box-text {
    padding: 15px 0 20px;
  }

  .services__items {
    grid-template-columns: repeat(4, 1fr);
  }

  .info__title {
    margin-bottom: 10px;
  }
  .info__wrapper {
    align-items: start;
    grid-gap: 50px;
  }
  .info__text + .info__text {
    margin-top: 12px;
  }
  .info__links {
    margin-top: 25px;
  }
  .info__links-link + .info__links-link {
    margin-left: 20px;
  }

  .about {
    padding: 90px 0 60px;
  }
  .about__sliders {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 60px;
  }
  .about__wrapper {
    grid-template-columns: minmax(auto, 460px) minmax(auto, 490px);
  }

  .contact__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact__form {
    max-width: 450px;
    width: 100%;
  }
  .contact__frame {
    width: 490px;
    height: 452px;
  }

  .footer__nav {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
  }
}
@media (max-width: 930px) {
  .dryer__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px 30px;
  }
  .header__top {
    opacity: 0;
    visibility: hidden;
    height: 1px;
    justify-content: flex-end;
  }
  .header__top-link + .header__top-link {
    margin-left: 15px;
  }
  .header__top-btn {
    margin-left: 15px;
  }
  .header__top-mob {
    display: flex;
    flex-direction: column;
    align-items: start;
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  .header__top-mob .header__top-title {
    color: #161616;
    font-weight: 500;
  }
  .header__top-mob .header__top-link {
    padding: 5px 0;
  }
  .header__top-mob .header__top-link svg path {
    fill: #161616;
  }
  .header__top-mob .header__top-link + .header__top-link {
    margin-left: 0;
  }
  .header__top-mob .header__top-btn {
    margin-left: 0;
    margin-top: 10px;
    font-size: 16px;
  }
  .header__box {
    position: relative;
  }
  .header__lunge {
    position: static;
    display: none;
  }
  .header__lunge-grids {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
  .header__lunge-grids .header__lunge-link {
    padding: 0 12px;
    padding-left: 0;
  }
  .header__lunge-item + .header__lunge-item {
    border: none;
  }
  .header__lunge-link + .header__lunge-link {
    margin-top: 14px;
  }
  .header__nav {
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15.5px);
    position: absolute;
    top: 11px;
    right: 56px;
    left: 0;
    border-radius: 10px;
    z-index: 10;
    padding: 15px 35px;
    border: 2px solid #f32f08;
  }
  .header__nav--active {
    opacity: 1;
    overflow: visible;
  }
  .header__nav-list {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-top: 0;
  }
  .header__nav-item {
    padding: 5px 0;
  }
  .header__nav-item + .header__nav-item {
    margin-left: 0;
  }
  .header__nav-item svg path {
    stroke: #161616;
  }
  .header__nav-item:hover .header__nav-title {
    color: #161616;
  }
  .header__nav-item:hover .header__lunge {
    opacity: 0;
    visibility: hidden;
  }
  .header__nav-item:hover .header__nav-title-arrow path {
    stroke: #161616;
  }
  .header__nav-title {
    color: #161616;
  }
  .header__nav-title-box--active .header__nav-title {
    color: #f32f08 !important;
  }
  .header__nav-title-box--active + .header__lunge {
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block;
  }
  .header__nav-title-box--active + .header__lunge-grids {
    display: grid;
  }
  .header__nav-title-box--active .header__nav-title-arrow path {
    stroke: #f32f08 !important;
  }
  .header__nav-title-desk {
    display: none;
  }
  .header__nav-title-mob {
    display: block;
  }
  .header__mob-btn {
    display: flex;
    margin: 0px 0 0 auto;
    background-color: transparent;
    border: 2px solid #f32f08;
    border-radius: 10px;
    width: 46px;
    height: 46px;
    position: relative;
  }
  .header__mob-btn span {
    position: absolute;
    top: 20px;
    background-color: #161616;
    width: 27px;
    height: 2px;
    left: 7px;
    transition: opacity 0.2s;
    opacity: 1;
  }
  .header__mob-btn::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 2px;
    background-color: #161616;
    top: 13px;
    left: 7px;
    transition: transform 0.2s;
  }
  .header__mob-btn::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 2px;
    background-color: #161616;
    bottom: 13px;
    left: 7px;
    transition: transform 0.2s;
  }
  .header__mob-btn--active span {
    top: 20px;
    left: 7px;
    opacity: 0;
  }
  .header__mob-btn--active::before {
    top: 20px;
    left: 7px;
    transform: rotate(-45deg);
  }
  .header__mob-btn--active::after {
    bottom: 20px;
    left: 7px;
    transform: rotate(45deg);
  }
}
@media (max-width: 860px) {
  .about__container {
    margin: 0 15px;
  }
  .about__wrapper {
    grid-template-columns: minmax(auto, 460px) minmax(auto, 350px);
    grid-gap: 30px;
  }

  .contact__frame {
    width: 380px;
    height: 392px;
  }
}
@media (max-width: 790px) {
  .header__top-btn {
    padding: 10px 15px;
  }
  .header__mob-btn--active::before {
    background-color: #f32f08;
  }
  .header__mob-btn--active::after {
    background-color: #f32f08;
  }
}
@media (max-width: 768px) {
  .top {
    padding-top: 175px;
  }
  .header__board-mob {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    transform: translateY(10px);
  }
  .header__board-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
  }
  .header__board-item svg {
    margin-right: 10px;
    width: 19px;
    height: 19px;
  }
  .header__board-item:first-child {
    background-color: #3c3c3c;
    border-right: 1px solid #fff;
  }
  .header__board-item:last-child {
    background-color: #f32f08;
  }
  .header__top--desk {
    display: none;
  }
  .header__logo {
    max-width: 100px;
  }
  .header__wrapper {
    align-items: start;
  }
  .header__box {
    position: static;
  }
  .header__nav {
    padding-top: 60px;
    border-radius: 0 0 10px 10px;
    border: none;
    transform: translateY(-100%);
    top: 0;
    left: 0;
    right: 0;
  }
  .header__nav--active {
    transform: translateY(0);
    padding-top: 30vh;
  }

  .top--mod {
    padding-top: 150px;
  }
  .top__wrapper-bg {
    display: none;
  }
  .top__wrapper-bg--mob {
    display: block;
    margin-top: 40px;
  }
  .benefits {
    padding: 60px 0;
  }

  .services {
    padding: 0 0 60px;
  }
  .services__title {
    margin-bottom: 40px;
  }
  .services__items {
    grid-template-columns: repeat(3, 1fr);
  }

  .info {
    padding-bottom: 60px;
  }
  .info__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .info__image {
    max-width: 340px;
    width: 100%;
  }

  .about {
    padding: 70px 0 60px;
  }

  .contact {
    padding: 60px 0;
  }
  .contact__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact__image img {
    object-fit: cover;
    width: 100%;
  }
  .contact__frame {
    width: 100%;
    height: 430px;
  }

  .footer {
    padding: 60px 0;
  }
  .footer__wrapper {
    flex-direction: column;
  }
  .footer__nav {
    margin-top: 50px;
  }
}
@media (max-width: 670px) {
  .about__wrapper {
    grid-template-columns: minmax(auto, 100%);
  }
  .about__slider-btns {
    display: none;
  }
  .about__slider-btns--mob {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    margin-right: 60px;
  }
  .about__slide {
    min-height: auto;
  }
  .about .swiper {
    overflow: visible;
    margin-bottom: 38px;
  }
}
@media (max-width: 540px) {
  .benefits__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .benefits__item + .benefits__item {
    margin-left: 0;
    margin-top: 25px;
  }

  .services__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__nav {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}
@media (max-width: 425px) {
  .dryer__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .header__logo {
    align-items: center;
  }
  .header__nav {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0 10px 10px 0;
    border: none;
    transform: translateX(-100%);
    min-height: 100vh;
  }
  .header__nav--active {
    transform: translateX(0);
  }
  .header__lunge {
    grid-column-gap: 5px;
  }
  .header__lunge-grids .header__lunge-link {
    padding-right: 5px;
  }

  .top__wrapper-bg {
    background-attachment: local;
  }
  .top__box {
    padding: 15px 20px;
  }
  .top__box-title {
    font-size: 38px;
  }

  .info__image {
    max-width: 100%;
    width: 100%;
  }
  .info__links {
    display: flex;
    flex-direction: column;
  }
  .info__links-link {
    justify-content: center;
  }
  .info__links-link + .info__links-link {
    margin-left: 0;
    margin-top: 20px;
  }

  .container {
    padding: 0 10px;
  }

  .contact__title {
    font-size: 38px;
  }
  .contact__inputs {
    grid-template-columns: repeat(1, 1fr);
  }

  .about__container {
    margin: 0 10px;
  }
}
@media (max-width: 375px) {
  .header__board-mob {
    grid-template-columns: repeat(1, 1fr);
  }
  .header__board-item:first-child {
    background-color: #3c3c3c;
    border-right: none;
  }
  .header__board-item {
    padding: 5px;
  }
}
@media (max-width: 340px) {
  .header__lunge {
    padding: 15px 10px;
  }

  .about__slider-btns--mob {
    margin-right: 0;
  }

  .top__box-contact-num {
    font-size: 15px;
  }
}
