@keyframes pagination {
  0% {
    width: 0
  }

  to {
    width: 100%
  }
}

.container,
body {
  position: relative
}

.container {
  margin: 0 auto;
  max-width: 430px;
  width: 100vw;
  padding: 0 10px
}

body {
  margin: 0;
  overflow-x: clip;
  font-family: "Unbounded-Regular"
}

body.no-scroll {
  overflow-y: hidden
}

* {
  box-sizing: border-box;
  outline: 0
}

:focus {
  outline: 0
}

svg {
  transition: all .4s
}

a,
button,
fieldset,
figure,
iframe,
input,
li,
textarea {
  border: 0;
  text-decoration: none;
  color: inherit;
  background: 0 0
}

a,
button,
fieldset,
figure,
iframe,
li {
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: inherit
}

a:active,
button:active,
fieldset:active,
figure:active,
iframe:active,
input:active,
li:active,
textarea:active {
  outline: 0
}

button {
  font-size: inherit
}

ul li {
  list-style: none;
  cursor: default
}

strong {
  font-family: "Unbounded-Bold", "Unbounded-SemiBold", "Unbounded-Medium", "Unbounded-Regular";
  font-weight: 400
}

input,
textarea {
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Unbounded-Regular"
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  font: inherit;
  transition: all .4s
}

textarea {
  resize: none;
  max-height: 100%;
  padding-right: 9px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #fbe47a #f1f1f1;
  scrollbar-width: thin
}

textarea::-webkit-scrollbar {
  width: 4px
}

textarea::-webkit-scrollbar-track {
  background: #f1f1f1
}

textarea::-webkit-scrollbar-thumb {
  background: #fbe47a
}

.wrapper,
body,
html {
  display: flex;
  flex-direction: column;
  min-height: 100%
}

.wrapper,
body {
  flex: 1 1 auto
}

body {
  padding-top: 85.5px;
  background: #1c1c1c;
  color: #fff;
  line-height: 1.4
}

.wrapper {
  overflow-x: clip
}

.wrapper>* {
  width: 100%
}

b {
  font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: inherit
}

img,
small {
  max-width: 100%
}

img {
  object-fit: contain;
  border: 0
}

img[height],
img[width] {
  height: auto
}

[class*=-img] picture,
[class*=__img] picture {
  width: 100%;
  height: 100%
}

small {
  display: block
}

input[type=button],
input[type=submit] {
  cursor: pointer
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 1.5px solid #f7d018
}

.input-wrapper,
.input-wrapper p {
  display: grid
}

.logo {
  display: flex
}

.main {
  flex: 1 1 auto
}

.button,
.menu li,
.submit,
.tel,
a {
  transition: color .3s, background .3s, opacity .3s
}

.menu li:not(.menu-item-has-children) a {
  transition: none
}

html:not(.loaded) ._dynamic_adapt_,
html:not(.loaded) .sub-menu-wrapper,
html:not(.loaded) [data-da*=header__mobile] {
  display: none
}

.menu-link {
  position: relative;
  order: 10;
  width: 25px;
  height: 25px
}

.menu-link_active .menu-lines {
  background: 0 0
}

.menu-link_active .menu-lines:after {
  top: 0;
  transform: rotate(-135deg)
}

.menu-link_active .menu-lines:before {
  top: 0;
  transform: rotate(135deg)
}

.menu-lines,
.menu-lines:after,
.menu-lines:before {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #f9da49;
  transition: .4s;
  pointer-events: none
}

.menu-lines {
  top: 50%;
  right: 0;
  transform: translate(0, -50%)
}

.menu-lines:after,
.menu-lines:before {
  content: "";
  top: -7px;
  right: 0
}

.menu-lines:after {
  top: 7px
}

.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 5px
}

.swiper-pagination-bullet {
  position: relative;
  height: 2px;
  background: rgba(255, 255, 255, .4);
  cursor: pointer;
  transition: all .4s
}

.swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  background: #fff
}

.swiper-pagination-bullet-active:after {
  animation: pagination 3s ease-in-out forwards
}

.swiper-pagination-bullet-active:last-child:first-child {
  display: none
}

.swiper-pagination-lock {
  display: none
}

.swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  justify-content: start
}

.swiper-slide,
.text-block ol,
.text-block ul {
  display: grid
}

.slider,
.text-block ol li,
.text-block ul li {
  position: relative
}

.slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .3);
  transition: all .4s
}

.slider__arrow:focus-visible {
  background: #fff
}

.slider__arrow:focus-visible svg {
  fill: #1c1c1c;
  stroke: #1c1c1c
}

.slider__arrow svg {
  width: 35%;
  height: 35%;
  fill: #fff;
  stroke: #fff
}

.text-block {
  font-family: "Onest-Regular";
  line-height: 1.6
}

.text-block b,
.text-block h1,
.text-block h2,
.text-block h3,
.text-block strong {
  font-family: "Unbounded-Bold", "Unbounded-SemiBold", "Unbounded-Medium", "Unbounded-Regular"
}

.text-block ol ol,
.text-block ol+ul,
.text-block ul ol,
.text-block ul+ul {
  padding-top: 0 !important
}

.text-block ol ul,
.text-block ul ul {
  padding-top: 10px
}

.text-block ol ol,
.text-block ul ol {}

.text-block ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background: #f9da49;
  border-radius: 50%
}

.text-block ol {
  list-style: none;
  counter-reset: number
}

.text-block ol li {
  counter-increment: number
}

.text-block ol li:before {
  content: counter(number) ". ";
  position: absolute;
  left: 0;
  top: -2px;
  color: #202020;
  font-size: 18px;
  font-family: "Unbounded-SemiBold"
}

.text-block h2+ol,
.text-block h2+ul,
.text-block h3+ol,
.text-block h3+ul,
.text-block h4+ol,
.text-block h4+ul,
.text-block h5+ol,
.text-block h5+ul,
.text-block h6+ol,
.text-block h6+ul,
.text-block p+ol,
.text-block p+ul {
  padding-top: 0
}

.text-block blockquote {
  line-height: 1.4;
  background: #c2c2c2
}

.text-block mark {
  background: #fae16c
}

.text-block a {
  text-decoration: underline
}

.text-block table {
  display: grid;
  gap: 15px;
  width: 100%;
  border-radius: 10px
}

.text-block table th {
  color: #fff;
  line-height: 1.5;
  font-family: "Unbounded-SemiBold"
}

.popup__form form,
.text-block table tbody {
  display: grid;
  grid-template-columns: 100%
}

.text-block table tbody tr {
  background: #353748;
  border-radius: 10px
}

.text-block table tbody td {
  padding: 9px
}

.text-block table tbody th {
  font-family: "Unbounded-Regular"
}

.text-block table tr {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-items: center
}

.title {
  font-family: "Unbounded-Light"
}

.button {
  padding: 1em 1.25em;
  background: #f9da49;
  color: #000;
  border-radius: 14px
}

.button_border {
  color: #fff;
  background: 0 0;
  border-radius: 14px;
  border: 1px solid #fff
}

.input,
.textarea {
  width: 100%;
  padding: 0 20px;
  background: #2d2d2d;
  border-radius: 10px;
  color: #fff
}

.textarea {
  padding: 10px 20px
}

.form__text {
  text-align: center;
  color: rgba(255, 255, 255, .5)
}

.popup,
.popup__dialog {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: none;
  overflow: hidden;
  background: rgba(0, 0, 0, .7)
}

.popup__dialog {
  display: flex;
  flex-direction: column;
  cursor: pointer
}

.popup__content {
  position: relative;
  width: 456px;
  max-width: 98%;
  max-height: 90vh;
  background: #222;
  color: #fff;
  overflow-y: auto;
  transition: all .4s;
  text-align: center;
  cursor: default;
  border-radius: 10px
}

.popup__form form {
  justify-content: center
}

.popup .submit {
  width: 100%
}

.popup__close {
  position: absolute;
  cursor: pointer;
  transition: all .4s
}

.popup__close svg {
  fill: rgba(255, 255, 255, .5)
}

.popup-thank .popup__content {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: start;
  justify-items: center
}

.popup-thank .popup__title {
  margin: 0
}

.popup-thank .popup__subtitle {
  font-family: "Onest-Regular"
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px
}

.header__top-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  animation: fadeInTop .4s ease-in-out;
  background: #1c1c1c
}

.header__logo {
  font-family: "Unbounded-Black";
  text-transform: uppercase
}

.header__menu {
  display: flex;
  align-items: center
}

.header__menu li {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  transition: all .4s
}

.header__menu li:focus-visible {
  color: #f9da49;
  border-color: #f9da49
}

.header__text {
  font-size: 14px;
  font-family: "Unbounded-Light"
}

.header__slider {
  position: relative
}

.header__img {
  width: 100%;
  object-fit: cover
}

.header__item {
  position: relative;
  z-index: 1
}

.header__item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4)
}

.header__item-wrapper {
  position: absolute;
  left: 0;
  bottom: 108px;
  z-index: 1;
  display: grid;
  gap: 20px;
  color: #fff
}

.header__title {
  text-transform: uppercase;
  font-family: "Unbounded-Black"
}

.header__bottom {
  position: absolute;
  left: 0;
  bottom: 28px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%
}

.header__navigation {
  display: flex;
  align-items: center;
  gap: 20px
}

.footer__top {
  justify-content: space-between;
  font-size: 12px;
  font-family: "Unbounded-Light";
  color: rgba(255, 255, 255, .6);
  border-top: 1px solid rgba(255, 255, 255, .05)
}

.footer__left,
.footer__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.contact__right a:focus-visible,
.footer__left a:focus-visible {
  color: #f9da49
}

.footer .siteup {
  display: flex;
  align-items: center;
  gap: 8px
}

.about {
  background: #1c1c1c url(../img/about-bg.webp) center/cover no-repeat
}

.about-wrapper {
  display: grid;
  grid-template-columns: 48.9147286822% 1fr;
  align-items: end
}

.about__title {
  margin-bottom: 27px
}

.about__subtitle {
  display: flex;
  align-items: center;
  font-family: "Unbounded-Light";
  color: rgba(255, 255, 255, .2)
}

.about__subtitle img {
  width: 101px;
  height: 15px
}

.about__text {
  display: grid;
  font-family: "Onest-Regular";
  line-height: 1.4;
  color: rgba(255, 255, 255, .8)
}

.about__images {
  position: relative;
  display: flex;
  align-items: flex-end
}

.about__img {
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden
}

.about__img_big {
  translate: -69px -28px;
  border-style: solid;
  border-color: #1c1c1c;
  box-sizing: content-box
}

.about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.about__icon {
  position: absolute;
  left: 41%;
  bottom: 8px;
  translate: -50% 0;
  z-index: 3
}

.about__icon svg {
  fill: #fff
}

.contact {
  background: #1b1a1a
}

.contact-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.contact__text {
  display: grid;
  font-size: 14px;
  color: rgba(255, 255, 255, .8);
  font-family: "Unbounded-Light"
}

.contact__right {
  display: grid;
  grid-template-columns: 100%;
  justify-items: start;
  max-width: 480px
}

.contact__item {
  display: flex;
  align-items: center;
  font-family: "Unbounded-Light"
}

.contact__item svg {
  flex-grow: 0;
  flex-shrink: 0;
  fill: #f9da49
}

.contact__item .contact-arrow {
  fill: none;
  stroke: rgba(255, 255, 255, .3)
}

.features-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  counter-reset: number
}

.features__item {
  display: grid;
  grid-template-rows: auto 1fr auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(63deg, rgba(255, 255, 255, .02) 1.27%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, .02);
  counter-increment: number
}

.features__item:before {
  content: "0" counter(number);
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .2)
}

.features__item:nth-child(n+10):before {
  content: counter(number)
}

.features__item-title {
  margin-bottom: 12px;
  font-family: "Unbounded-Medium"
}

.features__item-text {
  font-family: "Onest-Regular";
  color: rgba(255, 255, 255, .8)
}

.features__item-bottom,
.info__item-list li {
  display: flex;
  align-items: center
}

.features__item-bottom:after {
  content: "";
  width: 100%;
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, #fff 0, rgba(88, 91, 95, 0) 107.5%);
  opacity: .2
}

.info-wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr
}

.info__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(63deg, rgba(255, 255, 255, .02) 1.27%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, .02);
  color: rgba(255, 255, 255, .8)
}

.info__item-title {
  margin-bottom: 12px;
  font-family: "Onest-Regular"
}

.info__item-text {
  flex: 1 1 auto;
  font-family: "Onest-Regular"
}

.info__item-list {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 100%
}

.info__item-list li:before {
  content: "";
  width: .4444444444em;
  height: .4444444444em;
  border-radius: 50%;
  background: #f9da49
}

.info__item-icon {
  position: absolute;
  object-fit: contain;
  opacity: .1
}

@media (min-width:576px) {
  .container {
    width: 520px;
    max-width: none;
    padding: 0
  }
}

@media (min-width:768px) {
  .container {
    width: 720px
  }
}

@media (min-width:992px) {
  .container {
    width: 940px
  }

  .menu-link {
    display: none
  }
}

@media (min-width:1200px) {
  .container {
    width: 1140px
  }

  .contact-wrapper {
    padding-right: 55px
  }
}

@media (min-width:1401px) {
  .container {
    width: 1290px
  }

  .swiper-pagination {
    column-gap: 24px;
    margin-top: 30px
  }

  .slider__arrow,
  .swiper-pagination-bullet {
    width: 60px
  }

  .slider__arrow {
    height: 60px
  }

  .text-block h1:not(.title),
  .text-block h2:not(.title) {
    margin-bottom: 30px;
    font-size: 30px
  }

  .text-block h3 {
    margin-bottom: 25px;
    font-size: 26px
  }

  .text-block p:not(:last-child) {
    margin-bottom: 20px
  }

  .text-block ol,
  .text-block ul {
    gap: 10px;
    padding-left: 20px
  }

  .text-block ol:not(:first-of-type),
  .text-block ul:not(:first-of-type) {
    padding-top: 20px
  }

  .text-block ol:not(:last-child),
  .text-block ul:not(:last-child) {
    padding-bottom: 20px
  }

  .text-block ol li,
  .text-block ul li {
    padding-left: 20px
  }

  .text-block ul li:before {
    width: 8px;
    height: 8px
  }

  .text-block blockquote {
    padding: 40px;
    font-size: 18px
  }

  .text-block table {
    padding: 20px 30px
  }

  .text-block table th {
    font-size: 18px
  }

  .text-block table tbody {
    gap: 15px
  }

  .text-block table tbody td {
    font-size: 16px
  }

  .section {
    padding-bottom: 33px;
    padding-top: 33px
  }

  .title {
    font-size: 48px
  }

  .button {
    font-size: 14px
  }

  .input-wrapper {
    gap: 20px
  }

  .input {
    height: 60px
  }

  .textarea {
    height: 90px
  }

  .form__text {
    margin-top: 24px;
    font-size: 14px
  }

  .popup__content {
    padding: 34px
  }

  .popup__title {
    margin-bottom: 30px;
    font-size: 24px
  }

  .popup .submit {
    min-height: 60px
  }

  .popup__close {
    right: 22px;
    top: 22px
  }

  .popup__close svg {
    width: 20px;
    height: 20px
  }

  .popup-thank .popup__content {
    padding-top: 120px;
    gap: 20px;
    min-height: 410px
  }

  .popup-thank .popup__subtitle {
    font-size: 16px
  }

  .header__logo {
    font-size: 24px
  }

  .header__menu {
    gap: 34px;
    font-size: 14px
  }

  .header__img {
    height: 505px
  }

  .header__title {
    font-size: 48px
  }

  .footer__top {
    gap: 30px;
    padding-bottom: 30px;
    padding-top: 30px
  }

  .footer__left {
    gap: 32px
  }

  .about-wrapper {
    gap: 45px
  }

  .about__subtitle {
    gap: 35px;
    margin-bottom: 45px;
    font-size: 42px
  }

  .about__text {
    gap: 25px;
    font-size: 18px
  }

  .about__img {
    flex-basis: 302px;
    width: 302px;
    height: 302px
  }

  .about__img_big {
    flex-basis: 370px;
    width: 370px;
    height: 370px;
    border-width: 20px
  }

  .about__icon svg {
    width: 158px;
    height: 158px
  }

  .contact__title {
    margin-bottom: 30px
  }

  .contact-wrapper {
    gap: 30px
  }

  .contact__text {
    gap: 25px
  }

  .contact__item,
  .contact__right {
    gap: 32px
  }

  .contact__item,
  .features__item:before {
    font-size: 18px
  }

  .contact__item svg {
    flex-basis: 22px;
    width: 22px;
    height: 22px
  }

  .contact__item .contact-arrow {
    flex-basis: 60px;
    width: 60px;
    height: 60px
  }

  .contact__tel {
    font-size: 32px
  }

  .features__title {
    margin-bottom: 51px
  }

  .features-wrapper {
    gap: 30px
  }

  .features__item {
    padding: 40px
  }

  .features__item-title {
    font-size: 18px
  }

  .features__item-text {
    margin-bottom: 56px;
    font-size: 18px
  }

  .features__item-bottom {
    gap: 24px
  }

  .features__item-icon {
    width: 60px;
    height: 60px
  }

  .info-wrapper {
    gap: 30px
  }

  .info__item {
    padding: 56px 42px 73px;
    font-size: 18px
  }

  .info__item-list,
  .info__item-text {
    margin-bottom: 32px
  }

  .info__item-list {
    gap: 18px
  }

  .info__item-list li {
    gap: 18px
  }

  .info__item-icon {
    right: 61px;
    bottom: 61px;
    width: 160px;
    height: 110px
  }
}

@media (max-width:1400px) {
  .swiper-pagination {
    column-gap: clamp(15px, 13.2px + .5625vw, 24px);
    margin-top: clamp(20px, 18px + .625vw, 30px)
  }

  .slider__arrow,
  .swiper-pagination-bullet {
    width: clamp(40px, 36px + 1.25vw, 60px)
  }

  .slider__arrow {
    height: clamp(40px, 36px + 1.25vw, 60px)
  }

  .text-block h1:not(.title),
  .text-block h2:not(.title) {
    margin-bottom: clamp(20px, 18px + .625vw, 30px);
    font-size: clamp(23px, 21.6px + .4375vw, 30px)
  }

  .text-block h3 {
    margin-bottom: clamp(15px, 13px + .625vw, 25px);
    font-size: clamp(18px, 16.4px + .5vw, 26px)
  }

  .text-block p:not(:last-child) {
    margin-bottom: clamp(10px, 8px + .625vw, 20px)
  }

  .text-block ol,
  .text-block ul {
    gap: clamp(5px, 4px + .3125vw, 10px);
    padding-left: clamp(10px, 8px + .625vw, 20px)
  }

  .text-block ol:not(:first-of-type),
  .text-block ul:not(:first-of-type) {
    padding-top: clamp(10px, 8px + .625vw, 20px)
  }

  .text-block ol:not(:last-child),
  .text-block ul:not(:last-child) {
    padding-bottom: clamp(10px, 8px + .625vw, 20px)
  }

  .text-block ol li,
  .text-block ul li {
    padding-left: clamp(17px, 16.4px + .1875vw, 20px)
  }

  .text-block ul li:before {
    width: clamp(6px, 5.6px + .125vw, 8px);
    height: clamp(6px, 5.6px + .125vw, 8px)
  }

  .text-block blockquote {
    padding: clamp(15px, 10px + 1.5625vw, 40px);
    font-size: clamp(15px, 14.4px + .1875vw, 18px)
  }

  .text-block table {
    padding: clamp(15px, 14px + .3125vw, 20px) clamp(15px, 12px + .9375vw, 30px)
  }

  .text-block table th {
    font-size: clamp(14px, 13.2px + .25vw, 18px)
  }

  .text-block table tbody {
    gap: clamp(10px, 9px + .3125vw, 15px)
  }

  .text-block table tbody td {
    font-size: clamp(13px, 12.4px + .1875vw, 16px)
  }

  .section {
    padding-bottom: clamp(16.5px, 13.2px + 1.03125vw, 33px);
    padding-top: clamp(16.5px, 13.2px + 1.03125vw, 33px)
  }

  .title {
    font-size: clamp(26px, 21.6px + 1.375vw, 48px)
  }

  .button {
    font-size: clamp(13px, 12.8px + .0625vw, 14px)
  }

  .input-wrapper {
    gap: clamp(15px, 14px + .3125vw, 20px)
  }

  .input {
    height: clamp(50px, 48px + .625vw, 60px)
  }

  .textarea {
    height: clamp(70px, 66px + 1.25vw, 90px)
  }

  .form__text {
    margin-top: clamp(15px, 13.2px + .5625vw, 24px);
    font-size: clamp(12px, 11.6px + .125vw, 14px)
  }

  .popup__content {
    padding: clamp(20px, 17.2px + .875vw, 34px) clamp(15px, 11.2px + 1.1875vw, 34px)
  }

  .popup__title {
    margin-bottom: clamp(20px, 18px + .625vw, 30px);
    font-size: clamp(20px, 19.2px + .25vw, 24px)
  }

  .popup .submit {
    min-height: clamp(50px, 48px + .625vw, 60px)
  }

  .popup__close {
    right: clamp(15px, 13.6px + .4375vw, 22px);
    top: clamp(15px, 13.6px + .4375vw, 22px)
  }

  .popup__close svg {
    width: clamp(17px, 16.4px + .1875vw, 20px);
    height: clamp(17px, 16.4px + .1875vw, 20px)
  }

  .popup-thank .popup__content {
    padding-top: clamp(40px, 24px + 5vw, 120px);
    gap: clamp(10px, 8px + .625vw, 20px);
    min-height: clamp(200px, 158px + 13.125vw, 410px)
  }

  .popup-thank .popup__subtitle {
    font-size: clamp(14px, 13.6px + .125vw, 16px)
  }

  .header__logo {
    font-size: clamp(20px, 19.2px + .25vw, 24px)
  }

  .header__menu {
    gap: clamp(5px, -.8px + 1.8125vw, 34px);
    font-size: clamp(13px, 12.8px + .0625vw, 14px)
  }

  .header__img {
    height: clamp(300px, 259px + 12.8125vw, 505px)
  }

  .header__title {
    font-size: clamp(30px, 26.4px + 1.125vw, 48px)
  }

  .footer__top {
    gap: clamp(15px, 12px + .9375vw, 30px);
    padding-bottom: clamp(20px, 18px + .625vw, 30px);
    padding-top: clamp(20px, 18px + .625vw, 30px)
  }

  .footer__left {
    gap: clamp(15px, 11.6px + 1.0625vw, 32px)
  }

  .about-wrapper {
    gap: clamp(20px, 15px + 1.5625vw, 45px)
  }

  .about__subtitle {
    gap: clamp(15px, 11px + 1.25vw, 35px);
    margin-bottom: clamp(20px, 15px + 1.5625vw, 45px);
    font-size: clamp(22px, 18px + 1.25vw, 42px)
  }

  .about__text {
    gap: clamp(15px, 13px + .625vw, 25px);
    font-size: clamp(16px, 15.6px + .125vw, 18px)
  }

  .about__img {
    flex-basis: clamp(151px, 120.8px + 9.4375vw, 302px);
    width: clamp(151px, 120.8px + 9.4375vw, 302px);
    height: clamp(151px, 120.8px + 9.4375vw, 302px)
  }

  .about__img_big {
    flex-basis: clamp(185px, 148px + 11.5625vw, 370px);
    width: clamp(185px, 148px + 11.5625vw, 370px);
    height: clamp(185px, 148px + 11.5625vw, 370px);
    border-width: clamp(15px, 14px + .3125vw, 20px)
  }

  .about__icon svg {
    width: clamp(79px, 63.2px + 4.9375vw, 158px);
    height: clamp(79px, 63.2px + 4.9375vw, 158px)
  }

  .contact__title {
    margin-bottom: clamp(20px, 18px + .625vw, 30px)
  }

  .contact-wrapper {
    gap: clamp(20px, 18px + .625vw, 30px)
  }

  .contact__text {
    gap: clamp(15px, 13px + .625vw, 25px)
  }

  .contact__item,
  .contact__right {
    gap: clamp(15px, 11.6px + 1.0625vw, 32px)
  }

  .contact__item,
  .features__item:before {
    font-size: clamp(16px, 15.6px + .125vw, 18px)
  }

  .contact__item svg {
    flex-basis: clamp(16px, 14.8px + .375vw, 22px);
    width: clamp(16px, 14.8px + .375vw, 22px);
    height: clamp(16px, 14.8px + .375vw, 22px)
  }

  .contact__item .contact-arrow {
    flex-basis: clamp(40px, 36px + 1.25vw, 60px);
    width: clamp(40px, 36px + 1.25vw, 60px);
    height: clamp(40px, 36px + 1.25vw, 60px)
  }

  .contact__tel {
    font-size: clamp(24px, 22.4px + .5vw, 32px)
  }

  .features__title {
    margin-bottom: clamp(30px, 25.8px + 1.3125vw, 51px)
  }

  .features-wrapper {
    gap: clamp(15px, 12px + .9375vw, 30px)
  }

  .features__item {
    padding: clamp(15px, 10px + 1.5625vw, 40px)
  }

  .features__item-text,
  .features__item-title {
    font-size: clamp(16px, 15.6px + .125vw, 18px)
  }

  .features__item-text {
    margin-bottom: clamp(30px, 24.8px + 1.625vw, 56px)
  }

  .features__item-bottom {
    gap: clamp(15px, 13.2px + .5625vw, 24px)
  }

  .features__item-icon {
    width: clamp(40px, 36px + 1.25vw, 60px);
    height: clamp(40px, 36px + 1.25vw, 60px)
  }

  .info-wrapper {
    gap: clamp(15px, 12px + .9375vw, 30px)
  }

  .info__item {
    padding: clamp(20px, 12.8px + 2.25vw, 56px) clamp(15px, 9.6px + 1.6875vw, 42px) clamp(20px, 9.4px + 3.3125vw, 73px);
    font-size: clamp(16px, 15.6px + .125vw, 18px)
  }

  .info__item-list,
  .info__item-text {
    margin-bottom: clamp(15px, 11.6px + 1.0625vw, 32px)
  }

  .info__item-list,
  .info__item-list li {
    gap: clamp(12px, 10.8px + .375vw, 18px)
  }

  .info__item-icon {
    right: clamp(10px, -.2px + 3.1875vw, 61px);
    bottom: clamp(10px, -.2px + 3.1875vw, 61px);
    width: clamp(80px, 64px + 5vw, 160px);
    height: clamp(55px, 44px + 3.4375vw, 110px)
  }
}

@media (max-width:1199px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-wrap: balance
  }

  .header__text {
    max-width: 175px;
    text-align: right
  }

  .about-wrapper {
    grid-template-columns: 40% 1fr
  }

  .contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width:991px) {
  body {
    padding-top: 64px
  }

  .header__top-wrapper {
    min-height: 64px
  }

  .header__mobile {
    height: calc(100dvh - 64px);
    margin-top: 64px;
    position: fixed;
    right: -100vw;
    top: 0;
    z-index: 5;
    display: grid;
    grid-template-columns: 100%;
    justify-items: start;
    align-content: start;
    gap: 20px;
    width: min(500px, 101vw);
    background: #1c1c1c;
    transition: right .3s, opacity .3s;
    color: #fff;
    opacity: 0;
    max-height: 100vh;
    padding: 40px 9px 20px 35px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #fbe47a #f1f1f1;
    scrollbar-width: thin
  }

  .header__mobile::-webkit-scrollbar {
    width: 4px
  }

  .header__mobile::-webkit-scrollbar-track {
    background: #f1f1f1
  }

  .header__mobile::-webkit-scrollbar-thumb {
    background: #fbe47a
  }

  .header__mobile_active {
    right: 0;
    opacity: 1
  }

  .header__top {
    display: grid;
    grid-template-columns: auto 1fr auto auto
  }

  .header__top-wrapper {
    padding: 10px 0
  }

  .header__text {
    justify-self: end
  }

  .header__menu {
    display: grid;
    gap: 30px;
    justify-items: start;
    font-size: 15px
  }

  .about-wrapper,
  .contact-wrapper {
    grid-template-columns: 100%
  }

  .contact__right {
    order: -1
  }

  .info-wrapper {
    grid-template-columns: 100%
  }

  .info__item-text {
    max-width: 450px
  }
}

@media (max-width:767px) {
  .text-block table {
    max-width: 100%;
    padding-bottom: 9px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: #fbe47a #f1f1f1;
    scrollbar-width: thin;
    cursor: pointer
  }

  .text-block table::-webkit-scrollbar {
    height: 4px
  }

  .text-block table::-webkit-scrollbar-track {
    background: #f1f1f1
  }

  .text-block table::-webkit-scrollbar-thumb {
    background: #fbe47a
  }

  .text-block table tr {
    grid-template-columns: repeat(4, 150px)
  }

  body {
    padding-top: 60px
  }

  .header__top-wrapper {
    min-height: 60px
  }

  .header__mobile {
    height: calc(100dvh - 60px);
    margin-top: 60px
  }
}

@media (max-width:575px) {
  body {
    padding-top: 50px
  }

  .popup__dialog {
    width: 400px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto
  }

  .header__top-wrapper {
    min-height: 50px
  }

  .header__mobile {
    height: calc(100dvh - 50px);
    margin-top: 50px
  }

  .header__top {
    grid-template-columns: auto 1fr auto
  }

  .header__button {
    justify-self: end
  }

  .header__text {
    max-width: 100%;
    justify-self: start;
    text-align: left
  }

  .header__item {
    padding: 0 10px
  }

  .contact__item .contact-arrow,
  .header__navigation {
    display: none
  }

  .header__bottom {
    justify-content: center
  }

  .features-wrapper {
    grid-template-columns: 100%
  }

  .info__item-icon {
    display: none
  }
}

@media not all and (-webkit-min-device-pixel-ratio:0),
not all and (min-resolution:.001dpcm) {
  input {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px
  }
}

@media (any-hover:hover) {

  .contact__right a:hover,
  .footer__left a:hover,
  .hover-active:hover {
    color: #f9da49
  }

  .slider__arrow:hover {
    background: #fff
  }

  .slider__arrow:hover svg {
    fill: #1c1c1c;
    stroke: #1c1c1c
  }

  .button:hover {
    background: #f7d018
  }

  .popup__close svg:hover {
    fill: #f9da49
  }

  .header__menu li:hover {
    color: #f9da49;
    border-color: #f9da49
  }
}