.why__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-right: 59px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}

@media screen and (max-width: 1240px) {
  .why__blocks {
    padding-right: 0;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .why__blocks {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}

.product__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media screen and (max-width: 991px) {
  .product__blocks {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .product__blocks {
    row-gap: 25px;
  }
}

@media screen and (max-width: 991px) {
  .reviews__blocks {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .reviews__blocks {
    row-gap: 15px;
    margin-bottom: 28px;
  }
}

.header__drop-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 13px;
  padding-bottom: 21px;
  margin-bottom: 16px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .header__drop-list {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header__drop-list {
    grid-template-columns: 1fr 1fr;
  }
}

.footer__blocks {
  display: flex;
  margin-bottom: 78px;
}

@media screen and (max-width: 1240px) {
  .footer__blocks {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .footer__blocks {
    flex-direction: column;
    text-align: center;
    margin-bottom: 46px;
  }
}

.header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 138%;
}

@media screen and (max-width: 1240px) {
  .header__menu {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .header__menu {
    justify-content: start;
  }
}

.header__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header__item {
    position: absolute;
    min-height: calc(100vh - 100px);
    width: 100%;
    top: 100px;
    transition: var(--transition-default);
    left: -100%;
    box-shadow: 0 0 1px 1px #00000021;
    display: block;
  }
}

.header__inner {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding: 0 15px 80px 15px;
  }
}

.header__list {
  display: flex;
  margin-right: 49px;
  margin-top: 20px;
}

@media screen and (max-width: 1240px) {
  .header__list {
    margin-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .header__list {
    display: block;
    margin-bottom: 28px;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
  }
}

.header__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 56px;
  position: relative;
  transition: var(--transition-fast);
  cursor: pointer;
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .header__list li {
    margin-bottom: 28px;
    padding-bottom: 0;
    text-align: left;
  }
}

@media screen and (max-width: 1240px) {
  .header__list li {
    margin-right: 35px;
  }
}

@media screen and (max-width: 991px) {
  .header__list li {
    max-width: 355px;
    margin: 0 0 25px 0;
    flex-wrap: wrap;
    align-items: center;
  }
  .header__list li:nth-child(2) {
    max-width: 270px;
  }
  .header__list li:last-child {
    margin: 0;
  }
}

.header__list li a {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {
  .header__list li a {
    justify-content: flex-start;
    text-align: left;
  }
}

.header__drop-end {
  display: flex;
}

.header__drop-end-server {
  flex-direction: column;
}

@media only screen and (max-width: 991px) {
  .header__drop-end-server {
    margin-top: 20px !important;
  }
}

.header__drop-list-server li {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 175%;
}

.header__drop-list li a {
  color: rgba(4, 4, 4, 0.6);
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .header__drop-list li a {
    color: var(--theme-text-color);
  }
}

.language {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 35px;
  background: #A065FF;
  cursor: pointer;
  transition: var(--transition-default);
}

.header__drop-list-language {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 10px;
}

.header__drop-list-language li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Gilroy";
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--theme-text-color);
}

.header__drop-list-mobal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 16px 40px;
  border-radius: 18px;
  background: rgba(43, 43, 43, 0.42);
}

.language-mobal .title {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 138.2%;
  color: #A065FF;
}

@media screen and (max-width: 991px) {
  .language-mobal  {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }
}

.header__personal {
  margin-left: 10px;
  min-width: 152px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  border-radius: var(--border-radius-default);
  color: var(--theme-primary-text);
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  transition: var(--transition-default);
}

@media screen and (max-width: 1240px) {
  .header__personal {
    width: 145px;
    height: 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .header__personal {
    margin: 0;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 138%;
  color: var(--theme-primary-text);
  font-family: "Gotham Pro";
  margin-right: 50px;
}

@media screen and (max-width: 1240px) {
  .header__logo {
    font-size: 16px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 991px) {
  .header__logo {
    margin: 0 0 0 63px;
  }
}

@media screen and (max-width: 767px) {
  .header__logo {
    margin: 0 0 0 44px;
    font-size: 13px;
  }
}

.slider .slick-initialized .slick-slide {
  display: flex;
}

.why__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 42px;
  line-height: 138%;
  margin-bottom: 43px;
  color: var(--theme-primary-text);
}

@media screen and (max-width: 1240px) {
  .why__title {
    font-size: 38px;
  }
}

@media screen and (max-width: 991px) {
  .why__title {
    justify-content: center;
    font-size: 36px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .why__title {
    font-size: 33px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 991px) {
  .why__block {
    text-align: center;
  }
}


.product__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: var(--theme-primary-text);
  margin-bottom: 70px;
}

@media screen and (max-width: 1240px) {
  .product__title {
    font-size: 44px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .product__title {
    text-align: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .product__title {
    gap: 12px;
    font-size: 33px;
    line-height: 46px;
    margin-bottom: 19px;
  }
}

.product__img {
  width: 138px;
  height: 307px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1240px) {
  .product__img {
    height: 285px;
  }
}

@media screen and (max-width: 767px) {
  .product__img {
    height: 264px;
  }
}

.product__usluga {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 22px;
  color: var(--theme-primary-text);
  text-align: center;
}

@media screen and (max-width: 1240px) {
  .product__usluga {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .product__usluga {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

.product__info {
  padding: 12px 31px 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 379px;
}

@media screen and (max-width: 1240px) {
  .product__info {
    padding: 12px 16px 25px;
    min-height: 200px;
  }
}

@media screen and (max-width: 991px) {
  .product__info {
    padding: 12px 45px 25px;
  }
}

@media screen and (max-width: 767px) {
  .product__info {
    padding: 12px 15px 22px;
  }
}

.product__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 52px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: var(--theme-primary-text);
  background: var(--color-primary);
  border-radius: 39px;
  margin: 0 auto;
  transition: var(--transition-default);
}

@media screen and (max-width: 767px) {
  .product__btn {
    width: 190px;
    height: 48px;
  }
}

.control__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  color: var(--theme-primary-text);
  margin-bottom: 49px;
}

@media screen and (max-width: 1240px) {
  .control__title {
    font-size: 33px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .control__title {
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .control__title {
    margin-bottom: 10px;
  }
}

.control__blocks {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .control__blocks {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .control__btn {
    margin: 0 auto;
  }
}

.reviews__title div {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .reviews .reviews__title-mob {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .reviews .reviews__title-mob b {
    color: var(--color-primary);
  }
}

@media screen and (max-width: 991px) {
  .reviews__btn {
    display: flex;
  }
}

.slick-slide {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  line-height: 162%;
  color: var(--theme-primary-text);
  font-family: "Gotham Pro";
  margin-bottom: 19px;
}

@media screen and (max-width: 1240px) {
  .footer__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer__title {
    justify-content: center;
    font-size: 26px;
    font-family: "Gilroy";
    font-weight: 500;
    margin-bottom: 6px;
  }
}

.footer__logo {
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .footer__logo {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo-mob {
    display: flex;
    margin: 0 auto;
    margin-bottom: 43px;
  }
}

.faq__header {
  display: flex;
  align-items: center;
  padding: 30px 45px 22px;
}

@media screen and (max-width: 991px) {
  .faq__header {
    padding: 22px 45px;
  }
}

@media screen and (max-width: 767px) {
  .faq__header {
    padding: 20px 15px;
  }
}

.faq__exit {
  width: 20px;
  height: 20px;
  margin-left: 25px;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .faq__exit {
    width: 18px;
  }
}

.section-title.progress {
  display: flex;
  justify-content: center;
  color: var(--theme-title-color);
  font-weight: 500;
  font-size: 23px;
  line-height: 27px;
  margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
  .section-title.progress {
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.tariff__info {
  width: 202px;
  height: 49px;
  background: #e6e6e6;
  border-radius: 51px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: var(--transition-default);
  justify-content: center;
  margin-right: 19px;
}

@media only screen and (max-width: 767px) {
  .tariff__info {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
  }
  .tariff__info:last-child {
    margin-bottom: 0;
  }
}

.tariff__table__number .progress__column {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .tariff__table__number .progress__column {
    padding: 5px 10px 5px 10px;
    font-size: 15px;
  }
}

.tariff__table__number .tariff-top__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 129px;
  height: 46px;
  position: relative;
  z-index: 5;
  background: var(--color-primary);
  border-radius: var(--border-radius-default);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  transition: var(--transition-default);
}

@media only screen and (max-width: 991px) {
  .tariff__table__number .tariff-top__btn {
    width: 90px;
    height: 40px;
    font-size: 15px;
  }
}

.config__blocks {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .wrapper.active .header__drop-list li a {
    color: var(--theme-text-color);
  }
}

.wrapper.active .header__drop-list-language li {
  color: rgba(0, 0, 0, 0.50);
}