@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  line-height: 1;
  font-family: Montserrat;
  font-size: totoRem(18);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: Montserrat;
  font-size: inherit;
  line-height: inherit;
  color: #303030;
  background-color: rgba(0, 0, 0, 0);
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 75rem;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
[class*="__container-big"] {
  max-width: 75rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.625rem;
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 0.625rem 1fr minmax(auto, 75rem) 1fr 0.625rem;
}
[class*="--gc"] > * {
  min-width: 0;
  grid-column: 3/4;
}
.icon-menu {
  display: none;
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ibg--top {
  -o-object-position: top;
  object-position: top;
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.ibg--left {
  -o-object-position: left;
  object-position: left;
}
.ibg--right {
  -o-object-position: right;
  object-position: right;
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.info-item {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(158.63deg, rgb(255, 255, 255) 0px, rgb(53 134 163) 100%) text;
}
.button {
  font-family: Montserrat;
  font-weight: 600;
  position: relative;
  color: #fff;
  background-color: #48c1eb;
  border-radius: 10px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  box-shadow: 0 0 21.03px 0 #48c1eb;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}
.title {
  max-width: 60%;
  font-family: "Russo One";
  color: #fff;
  text-transform: uppercase;
}
.header {
  border-bottom: 1px solid #bababa;
}
.cm1 {
  position: relative;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(158.63deg, rgb(255, 255, 255) 0px, rgb(53 134 163) 100%) text;
}
.header__container-big {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  position: relative;
  z-index: 51;
}
.header__logo img {
  max-width: 8.0625rem;
}
.header__actions {
  position: relative;
  z-index: 75;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.menu {
  padding: 0 0.625rem;
}
.menu__body {
  z-index: 7;
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 0.625rem;
  -webkit-column-gap: 2.9375rem;
  -moz-column-gap: 2.9375rem;
  column-gap: 2.9375rem;
}
.menu__link {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.bth {
  border: 1px solid #cba768;
  border-radius: 15px;
  padding: 6px 15px 6px 15px;
}
.footer {
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: relative;
}
.footer p {
  color: #fff;
}
.footer__wraper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.footer__item {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.yy img {
  width: 31px;
}
.footer__item p {
  font-size: 16px;
  font-weight: 300;
}
.footer__item img {
  max-width: 100px;
}
.pp {
  text-decoration: underline;
}
.fp {
  color: #939393 !important;
  text-align: center;
}
body {
  background-color: #0e0e0e !important;
  z-index: 9999999;
  position: relative;
}
p {
  font-weight: 400;
}
.acc {
  text-align: center;
  font-family: "Russo One";
  color: #000;
  padding: 4px;
  border-radius: 7px;
  z-index: 22;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  margin-top: -4px;
  font-weight: 400;
  background: linear-gradient(81.74deg, #ffd609 7.52%, #fce366 134.73%);
  text-transform: uppercase;
}
.avatar {
  display: flex;
  align-items: center;
  background-image: url(../img/pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 100vh;
}
.avatar__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 55px;
}
.avatar__item {
  align-items: center;
  flex-direction: column;
  flex: 0 0 47%;
  box-sizing: border-box;
  display: flex;
}
.avatar__item h1 {
  text-align: center;
  font-family: "Russo One";
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.avatar__item span {
  font-weight: 600;
}
.avatar__item p {
  color: #caeaf5;
  text-align: center;
  text-transform: uppercase;
  max-width: 90%;
}
.infor {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.situation__title {
  max-width: 60%;
  font-family: "Russo One";
  color: #48c1eb;
  text-transform: uppercase;
}
.situation__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.situation__item {
  border: 1px solid #48c1eb;
  border-radius: 17px;
  flex-direction: column;
  flex: 0 0 31%;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  background-color: #000;
}
.situation__img img {
  overflow: hidden;
  border-radius: 17px;
  max-width: 100%;
}
.situation__subtitle {
  text-align: center;
  color: #48c1eb;
  font-family: "Russo One";
}
.etap__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  flex-wrap: wrap;
}
.etap__item {
  position: relative;
  border: 1px solid #48c1eb;
  border-radius: 17px;
  flex-direction: column;
  flex: 0 0 45%;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  min-height: 80px;
  justify-content: center;
  background-image: url(../img/obuchenie.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.etap__item::after {
  content: "";
  display: inline-block;
  width: 160px;
  height: 90px;
  position: absolute;
  top: -25px;
  right: -35px;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
}
.etap__subtitle {
  text-align: center;
  color: #fff;
}
.etap__button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.et1::after {
  background-image: url(../img/block3/1.webp);
}
.et2::after {
  background-image: url(../img/block3/2.webp);
}
.et3::after {
  background-image: url(../img/block3/3.webp);
}
.et4::after {
  background-image: url(../img/block3/4.webp);
}
.info-block {
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.info-item p {
  padding-bottom: 0;
}
.info-item .icon {
  font-size: 24px;
  flex-shrink: 0;
  line-height: 1.2;
}
.tit {
  padding-bottom: 15px;
  font-family: "Russo One";
  text-transform: uppercase;
}
.bty {
  color: #00bfff;
  font-family: Montserrat;
}
.bn {
  border-radius: 10px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../img/pcnastavnik.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bn::after {
  content: "";
  display: inline-block;
  width: 585px;
  height: 610px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  background-image: url(../img/banner/ava1.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.bn__container {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.block-bt {
  gap: 10px;
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
}
.block-bt__img {
  max-width: 5.25rem;
}
.block-bt__p {
  color: #c2c2c2;
  max-width: 200px;
}
.block-podarok {
  display: none;
}
.block-podarok__wrapper {
  display: flex;
  align-items: flex-end;
}
.pp {
  padding-bottom: 10px !important;
  text-align: start !important;
  font-style: italic;
  font-weight: 400 !important;
  line-height: 17px !important;
}
.bb-logo {
  max-width: 155px;
}
.bb-logo img {
  width: 100%;
}
.block-bb {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 5px;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}
.bb-text {
  font-size: 12px;
}
.ppp {
  color: #fff;
  max-width: 221px;
}
.accent {
  color: #feb902;
}
.nng {
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.acti {
  border: 1px solid rgba(129, 127, 127, 0.49);
  box-shadow: inset 0 0 20px rgba(179, 179, 179, 0.5);
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 10px !important;
}
.timer {
  display: flex;
  gap: 10px;
  font-size: 30px;
  font-family: monospace;
}
.minutes {
  display: flex;
  gap: 2px;
}
.seconds {
  display: flex;
  gap: 2px;
}
.digit-group {
  display: flex;
  gap: 3px;
}
.flip-digit {
  background: #fff;
  color: #000;
  width: 30px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.flip-digit.flip {
  -webkit-animation: flipDown 0.4s ease;
  animation: flipDown 0.4s ease;
}
@-webkit-keyframes flipDown {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  50% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@keyframes flipDown {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  50% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
.colon {
  font-size: 38px;
}
.bn {
  border: 1px solid #48c1eb;
  position: relative;
  /* padding-top: 245px !important; */
  height: 100%;

  overflow: hidden;
}
.bn__item-header {
  gap: 20px;
  display: flex;
}
.bn__item {
  position: relative;
  z-index: 40;
  border-radius: 10px;
  max-width: 42.5rem;
}
.bn p {
  line-height: 22px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
  max-width: 30rem;
}
.bn h2 {
  color: #ffbd37;
  text-transform: uppercase;
}
.bn__logo {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #fff;
}
.bn__logo img {
  max-width: 170px;
}
.bn__btn-block img {
  max-width: 170px;
}
.bn__title {
  position: relative;
  z-index: 9999;
  max-width: 42.5rem;
  line-height: 34px;
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
.bn__title h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}
.bn__subtitle {
  position: relative;
  z-index: 9999;
  font-weight: 700;
}
.bn__punkt {
  position: relative;
  z-index: 9999;
}
.bn__punkt ul {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
  padding-top: 0.625rem;
  padding-left: 1.25rem;
  list-style-type: circle !important;
}
.bn__punkt ul li {
  font-weight: 500;
}
.bn__btn-start {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 0 30px;
  height: 2.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #040404;
  background: linear-gradient(0deg, #ffd454 0, #de9f23 100%);
  box-shadow: 0 4px 0 0 #df9f24;
  border-radius: 20px;
}
.block-header {
  display: flex;
}
.block-header h2 {
  color: #fff;
  font-weight: 600;
  font-family: Oswald, sans-serif;
}
.swiper-wrapper {
  gap: 20px;
}
.slider-wrapper {
  position: relative;
  width: 100%;
  gap: 20px;
  overflow: hidden;
}
.swiper-container {
  position: relative;
  width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-button-next {
  color: #35c3f5;
  right: 10px;
}
.swiper-button-prev {
  color: #35c3f5;
  left: 10px;
}
.swiper-slide {
  width: 233px !important;
  height: 414px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100%;
  border: 1px solid rgba(255, 174, 0, 0.4196078431);
  background-color: rgba(0, 0, 0, 0.774);
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}
.swiper-slide img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-slide h3 {
  margin: 10px 0;
}
.swiper-slide .play-button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff5722;
  padding: 10px 10px 11px 12px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}
.swiper-slide .play-button:active {
  background-color: #e64a19;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup__content {
  position: relative;
  width: 90vw;
  max-width: 800px;
  aspect-ratio: 16/9;
}
.popup iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  background: 0 0;
  border: none;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.cookie-policy {
  color: #c5c5c5;
}
.situation__container {
  color: #c5c5c5;
}
.gft {
  display: flex;
  gap: 7px;
  flex-direction: column;
}
.fo-pw {
  margin-bottom: 7px;
  display: flex;
  gap: 7px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.hov {
  color: rgba(255, 186, 0, 0.7019607843);
}
.for::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.for__container {
  z-index: 999;
  position: relative;
}
.for__wrapper {
  border: 1px solid #48c1eb;
  border-radius: 17px;
  display: flex;
  justify-content: space-between;
  min-height: 100%;
  background-image: url(../img/leadpc.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.for__item {
  flex: 0 0 45%;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
}
.for__subtitle {
  color: #fff;
  font-family: "Russo One";
}
.for__subtitle1 {
  text-align: center;
  color: #48c1eb;
  font-family: "Russo One";
}
.for__img {
  margin: 0 auto;
}
.for__img img {
  max-width: 100%;
}
.f1 {
  display: flex;
  flex-direction: column;
}
.f2 {
  display: flex;
  flex-direction: column;
}
#leadform {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.input-form {
  background-color: #fff;
  width: 100%;
  padding: 7px 10px 7px 10px;
  border-radius: 10px;
  min-width: 360px;
}
.lse {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 5px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #5f5f5f;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #5f5f5f;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #5f5f5f;
}
input::placeholder,
textarea::placeholder {
  color: #5f5f5f;
}
.popup__btn {
  display: flex;
}
.submitbtn {
  text-transform: uppercase;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 600;
}
.comm {
  position: relative;
  font-weight: 600 !important;
  max-width: 400px;
  padding-left: 40px;
}
.comm::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 90px;
  height: 75px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background: url(../img/kavichki.svg) no-repeat center/contain;
}
.comm::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 75px;
  background: url(../img/kavichki.svg) no-repeat center/contain;
}
.feature-grid {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.feature-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  width: 100%;
}
.feature-inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  box-shadow: 0 4px 4px 0 #48c1eb;
  background: #48c1eb;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.feature-column {
  flex: 1 1 calc(50% - 30px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.feature-column > .feature-item {
  flex: 1;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #48c1eb;
  border-radius: 10px;
  padding: 10px;
}
.feature-item p {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}
.feature-number {
  margin-left: 10px;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #00bfff;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
@media (min-width: 76.25em) {
  .button {
    font-size: 1.125rem;
  }
  .button {
    padding-top: 0.65625rem;
  }
  .button {
    padding-bottom: 0.625rem;
  }
  .button {
    padding-left: 1.875rem;
  }
  .button {
    padding-right: 1.875rem;
  }
  .title {
    padding-top: 4.0625rem;
  }
  .title {
    padding-bottom: 2.8125rem;
  }
  .title {
    font-size: 2.125rem;
  }
  .header {
    padding-top: 1.0625rem;
  }
  .header {
    padding-bottom: 1.0625rem;
  }
  .menu__list {
    -webkit-column-gap: 2.75rem;
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }
  .footer {
    padding-top: 2.5rem;
  }
  .footer {
    padding-bottom: 2.5rem;
  }
  .fp {
    font-size: 0.875rem;
  }
  .fp {
    padding-top: 0.9375rem;
  }
  p {
    font-size: 1.125rem;
  }
  .acc {
    font-size: 1.5625rem;
  }
  .avatar__item h1 {
    font-size: 2.625rem;
  }
  .avatar__item span {
    font-size: 3.875rem;
  }
  .avatar__item p {
    font-size: 0.9375rem;
  }
  .avatar__item p {
    padding-top: 0.9375rem;
  }
  .infor {
    font-size: 1.3125rem;
  }
  .infor {
    padding-top: 1.875rem;
  }
  .infor {
    padding-bottom: 0.9375rem;
  }
  .situation__title {
    padding-top: 4.0625rem;
  }
  .situation__title {
    padding-bottom: 2.8125rem;
  }
  .situation__title {
    font-size: 2.125rem;
  }
  .situation__item {
    padding-bottom: 1.5625rem;
  }
  .situation__subtitle {
    padding-left: 0.9375rem;
  }
  .situation__subtitle {
    padding-right: 0.9375rem;
  }
  .situation__subtitle {
    font-size: 1.625rem;
  }
  .situation__subtext {
    padding-left: 0.9375rem;
  }
  .situation__subtext {
    padding-right: 0.9375rem;
  }
  .etap__wrapper {
    padding-top: 3.125rem;
  }
  .etap__item {
    padding-top: 1.5625rem;
  }
  .etap__item {
    padding-bottom: 1.5625rem;
  }
  .etap__subtitle {
    padding-left: 0.9375rem;
  }
  .etap__subtitle {
    padding-right: 0.9375rem;
  }
  .etap__subtitle {
    font-size: 1.25rem;
  }
  .etap__subtext {
    padding-left: 1.25rem;
  }
  .etap__subtext {
    padding-right: 1.25rem;
  }
  .etap__button {
    padding-top: 3.125rem;
  }
  .etap__button {
    padding-bottom: 3.125rem;
  }
  .bn {
    padding: 0.9375rem;
  }
  .bn {
    margin-top: 0.9375rem;
  }
  .ppp {
    font-size: 0.75rem;
  }
  .nng {
    padding-bottom: 6.25rem;
  }
  .nng {
    padding-top: 6.25rem;
  }
  .acti {
    margin-bottom: 0.9375rem;
  }
  .bn {
    padding-top: 1.5625rem;
  }
  .bn__item-header {
    padding-left: 3.125rem;
  }
  .bn__item {
    padding: 1.25rem;
  }
  .bn__item {
    padding-left: 3.75rem;
  }
  .bn p {
    font-size: 1.125rem;
  }
  .bn p {
    padding-bottom: 0.625rem;
  }
  .bn h2 {
    font-size: 1.25rem;
  }
  .bn h2 {
    padding-bottom: 0.9375rem;
  }
  .bn__btn-block {
    padding-top: 0.625rem;
  }
  .bn__btn-block {
    padding-bottom: 0.625rem;
  }
  .bn__btn-block {
    margin-bottom: 3.125rem;
  }
  .bn__title {
    font-size: 1.75rem;
  }
  .bn__subtitle {
    font-size: 1.5625rem;
  }
  .bn__punkt {
    padding-bottom: 1.5625rem;
  }
  .bn__punkt ul li {
    font-size: 1.5rem;
  }
  .banner {
    padding-top: 4.0625rem;
  }
  .block-header h2 {
    font-size: 1.125rem;
  }
  .slider-wrapper {
    padding-bottom: 3.125rem;
  }
  .for {
    padding-top: 3.125rem;
  }
  .for {
    padding-bottom: 3.125rem;
  }
  .for__wrapper {
    padding: 0.9375rem;
  }
  .for__wrapper {
    margin-top: 0.9375rem;
  }
  .for__wrapper {
    padding: 2.1875rem;
  }
  .for__subtitle {
    padding-left: 0.9375rem;
  }
  .for__subtitle {
    padding-right: 0.9375rem;
  }
  .for__subtitle {
    font-size: 1.75rem;
  }
  .for__subtitle1 {
    padding-left: 0.9375rem;
  }
  .for__subtitle1 {
    padding-right: 0.9375rem;
  }
  .for__subtitle1 {
    font-size: 1.375rem;
  }
  .comm {
    padding-top: 1.25rem;
  }
  .comm {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 650px) {
  .sl__container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 20em) {
  .button {
    font-size: 1.125rem;
  }
  .button {
    padding-top: 0.625rem;
  }
  .button {
    padding-bottom: 0.625rem;
  }
  .button {
    padding-left: 1.25rem;
  }
  .button {
    padding-right: 1.25rem;
  }
  .title {
    padding-top: 2.5rem;
  }
  .title {
    padding-bottom: 1.5625rem;
  }
  .title {
    font-size: 1.25rem;
  }
  .header {
    padding-top: 0.5625rem;
  }
  .header {
    padding-bottom: 0.5625rem;
  }
  .menu__list {
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }
  .footer {
    padding-top: 1.25rem;
  }
  .footer {
    padding-bottom: 1.25rem;
  }
  .fp {
    font-size: 0.8125rem;
  }
  .fp {
    padding-top: 0.625rem;
  }
  p {
    font-size: 0.9375rem;
  }
  .acc {
    font-size: 1.25rem;
  }
  .avatar__item h1 {
    font-size: 2rem;
  }
  .avatar__item span {
    font-size: 2.625rem;
  }
  .avatar__item p {
    font-size: 0.8125rem;
  }
  .avatar__item p {
    padding-top: 0.625rem;
  }
  .infor {
    font-size: 1rem;
  }
  .infor {
    padding-top: 0.9375rem;
  }
  .infor {
    padding-bottom: 0.625rem;
  }
  .situation__title {
    padding-top: 2.5rem;
  }
  .situation__title {
    padding-bottom: 1.5625rem;
  }
  .situation__title {
    font-size: 1.25rem;
  }
  .situation__item {
    padding-bottom: 0.9375rem;
  }
  .situation__subtitle {
    padding-left: 0.625rem;
  }
  .situation__subtitle {
    padding-right: 0.625rem;
  }
  .situation__subtitle {
    font-size: 1.25rem;
  }
  .situation__subtext {
    padding-left: 0.625rem;
  }
  .situation__subtext {
    padding-right: 0.625rem;
  }
  .etap__wrapper {
    padding-top: 2.5rem;
  }
  .etap__item {
    padding-top: 0.9375rem;
  }
  .etap__item {
    padding-bottom: 0.9375rem;
  }
  .etap__subtitle {
    padding-left: 0.625rem;
  }
  .etap__subtitle {
    padding-right: 0.625rem;
  }
  .etap__subtitle {
    font-size: 1.0625rem;
  }
  .etap__subtext {
    padding-left: 0.625rem;
  }
  .etap__subtext {
    padding-right: 0.625rem;
  }
  .etap__button {
    padding-top: 1.875rem;
  }
  .etap__button {
    padding-bottom: 1.875rem;
  }
  .bn {
    padding: 0.625rem;
  }
  .bn {
    margin-top: 0.625rem;
  }
  .ppp {
    font-size: 0.75rem;
  }
  .nng {
    padding-bottom: 3.125rem;
  }
  .nng {
    padding-top: 3.125rem;
  }
  .acti {
    margin-bottom: 0.625rem;
  }
  .bn {
    padding-top: 1.25rem;
  }
  .bn__item-header {
    padding-left: 0.9375rem;
  }
  .bn__item {
    padding: 0.625rem;
  }
  .bn__item {
    padding-left: 0.625rem;
  }
  .bn p {
    font-size: 1rem;
  }
  .bn p {
    padding-bottom: 0.625rem;
  }
  .bn h2 {
    font-size: 1rem;
  }
  .bn h2 {
    padding-bottom: 0.625rem;
  }
  .bn__btn-block {
    padding-top: 0.4375rem;
  }
  .bn__btn-block {
    padding-bottom: 0.4375rem;
  }
  .bn__btn-block {
    margin-bottom: 2.5rem;
  }
  .bn__title {
    font-size: 1.5rem;
  }
  .bn__subtitle {
    font-size: 1.4375rem;
  }
  .bn__punkt {
    padding-bottom: 0.9375rem;
  }
  .bn__punkt ul li {
    font-size: 1.25rem;
  }
  .banner {
    padding-top: 2.5rem;
  }
  .block-header h2 {
    font-size: 0.9375rem;
  }
  .slider-wrapper {
    padding-bottom: 2.1875rem;
  }
  .for {
    padding-top: 1.875rem;
  }
  .for {
    padding-bottom: 1.875rem;
  }
  .for__wrapper {
    padding: 0.625rem;
  }
  .for__wrapper {
    margin-top: 0.625rem;
  }
  .for__wrapper {
    padding: 0.9375rem;
  }
  .for__subtitle {
    padding-left: 0.625rem;
  }
  .for__subtitle {
    padding-right: 0.625rem;
  }
  .for__subtitle {
    font-size: 1.25rem;
  }
  .for__subtitle1 {
    padding-left: 0.625rem;
  }
  .for__subtitle1 {
    padding-right: 0.625rem;
  }
  .for__subtitle1 {
    font-size: 1.125rem;
  }
  .comm {
    padding-top: 0.9375rem;
  }
  .comm {
    padding-bottom: 0.9375rem;
  }
}
@media (max-width: 61.99875em) {
  .button {
    border-radius: 10px;
  }
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: -100%;
    transition: all 0.3s ease 0s;
    overflow: auto;
    background-color: #1b2327;
    gap: 1.875rem;
    z-index: 50;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 1.875rem;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 3.875rem;
    background-color: rgba(129, 93, 243, 0.1215686275);
    z-index: 2;
  }
  .menu-open .menu__body {
    left: 0;
  }
  .menu-open .menu__body::before {
    left: 0;
  }
  .menu__list {
    flex-direction: column;
    text-align: center;
    row-gap: 1.875rem;
  }
  .menu__link {
    font-size: 0.875rem;
  }
  .icon-menu {
    display: block;
    z-index: 999999999;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 51;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #fff;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width: 61.99875em) and (max-width: 0.125em) {
  .menu__body {
    padding-top: 7.5rem;
  }
}
@media (max-width: 61.99875em) and (max-width: 20em) {
  .menu__body::before {
    padding-top: 1.375rem;
  }
  .menu__body::before {
    padding-bottom: 0.625rem;
  }
}
@media (max-width: 47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem 0.9375rem 0.9375rem 1.875rem;
    transition: left 0.3s;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
  }
  .menu-open .menu__body {
    left: 0;
  }
  .menu-open .menu__body::before {
    left: 0;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 9999999;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #ffffff;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button {
    border-radius: 8px;
  }
  .title {
    max-width: 100%;
    text-align: center;
  }
  .footer__wraper {
    gap: 20px;
    flex-direction: column;
  }
  .footer__item p {
    text-align: center;
  }
  .footer__item img {
    max-width: 80px;
  }
  .bl1 {
    display: flex;
    gap: 5px;
    flex-direction: column;
  }
  .avatar {
    background-image: url(../img/phone.webp);
    align-items: flex-end;
    padding-bottom: 40px;
    min-height: 95vh;
  }
  .avatar__wrapper {
    flex-wrap: wrap;
  }
  .avatar__item {
    flex: 0 0 100%;
  }
  .situation__title {
    max-width: 100%;
    text-align: center;
  }
  .situation__wrapper {
    flex-wrap: wrap;
  }
  .situation__item {
    flex: 0 0 100%;
  }
  .etap__wrapper {
    flex-wrap: wrap;
  }
  .etap__item {
    flex: 0 0 100%;
  }
  .etap__item::after {
    width: 125px;
    height: 65px;
  }
  .bn {
    background-image: url(../img/phonenastavnik.webp);
    justify-content: space-between;
  }
  .block-bt {
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .block-bt__img {
    display: none;
  }
  .block-podarok {
    display: block;
  }
  .block-bb {
    display: none;
  }
  .ppp {
    max-width: 300px;
    padding-bottom: 15px;
    text-align: center;
    display: none;
  }
  .bn {
    padding-top: 0;
  }
  .bn__item-header {
    padding-top: 20px;
  }
  .bn p {
    font-size: 17px;
    line-height: 18px;
  }
  .bn h2 {
    text-align: center;
    line-height: 24px;
  }
  .bn__title {
    line-height: 30px;
  }
  .bn__title h1 {
    line-height: 22px;
  }
  .block-timer {
    display: none;
  }
  .bn-2 {
    justify-content: flex-end;
  }
  .bn-2 p {
    font-size: 1rem;
  }
  .for__wrapper {
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/leadphone.webp);
  }
  .for__subtitle {
    padding-bottom: 20px;
    padding-top: 15px;
  }
  .input-form {
    min-width: 300px;
  }
  .lse {
    font-size: 13px;
  }
  .cm1 {
    text-align: center;
  }
  .comm {
    padding-left: 0px;
  }
  .comm::before {
    width: 70px;
    height: 55px;
  }
  .comm::after {
    width: 70px;
    height: 55px;
  }
  .feature-grid {
    padding: 0;
  }
  .feature-inner::before {
    display: none;
  }
}
@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 47.99875em) and (max-width: 20em) {
  .for__wrapper {
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 43.75em) {
  .bn::after {
    content: "";
    display: inline-block;
    width: 352px;
    height: 331px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    z-index: 0;
    background-image: url(../img/banner/ava1.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 29.99875em) {
  .header__btn-menu {
    display: none;
  }
  .header__btn-menu::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2;
  }
  .menu-open .header__btn-menu {
    left: 0;
  }
  .menu-open .header__btn-menu::before {
    left: 0;
  }
}
@media (min-width: 20em) and (max-width: 76.25em) {
  .button {
    font-size: clamp(1.125rem, 1.125rem + 0, 1.125rem);
  }
  .button {
    padding-top: clamp(0.625rem, 0.6138888889rem + 0.0555555556vw, 0.65625rem);
  }
  .button {
    padding-bottom: clamp(0.625rem, 0.6138888889rem + 0.0555555556vw, 0.65625rem);
  }
  .button {
    padding-left: clamp(1.25rem, 1.0277777778rem + 1.1111111111vw, 1.875rem);
  }
  .button {
    padding-right: clamp(1.25rem, 1.0277777778rem + 1.1111111111vw, 1.875rem);
  }
  .title {
    padding-top: clamp(2.5rem, 1.9444444444rem + 2.7777777778vw, 4.0625rem);
  }
  .title {
    padding-bottom: clamp(1.5625rem, 1.1180555556rem + 2.2222222222vw, 2.8125rem);
  }
  .title {
    font-size: clamp(1.25rem, 0.9388888889rem + 1.5555555556vw, 2.125rem);
  }
  .header {
    padding-top: clamp(0.5625rem, 0.3847222222rem + 0.8888888889vw, 1.0625rem);
  }
  .header {
    padding-bottom: clamp(0.5625rem, 0.3847222222rem + 0.8888888889vw, 1.0625rem);
  }
  .menu__list {
    -webkit-column-gap: clamp(0.9375rem, 0.2930555556rem + 3.2222222222vw, 2.75rem);
    -moz-column-gap: clamp(0.9375rem, 0.2930555556rem + 3.2222222222vw, 2.75rem);
    column-gap: clamp(0.9375rem, 0.2930555556rem + 3.2222222222vw, 2.75rem);
  }
  .footer {
    padding-top: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem);
  }
  .footer {
    padding-bottom: clamp(1.25rem, 0.8055555556rem + 2.2222222222vw, 2.5rem);
  }
  .fp {
    font-size: clamp(0.8125rem, 0.7902777778rem + 0.1111111111vw, 0.875rem);
  }
  .fp {
    padding-top: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  p {
    font-size: clamp(0.9375rem, 0.8708333333rem + 0.3333333333vw, 1.125rem);
  }
  .acc {
    font-size: clamp(1.25rem, 1.1388888889rem + 0.5555555556vw, 1.5625rem);
  }
  .avatar__item h1 {
    font-size: clamp(2rem, 1.7777777778rem + 1.1111111111vw, 2.625rem);
  }
  .avatar__item span {
    font-size: clamp(2.625rem, 2.1805555556rem + 2.2222222222vw, 3.875rem);
  }
  .avatar__item p {
    font-size: clamp(0.8125rem, 0.7680555556rem + 0.2222222222vw, 0.9375rem);
  }
  .avatar__item p {
    padding-top: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .infor {
    font-size: clamp(1rem, 0.8888888889rem + 0.5555555556vw, 1.3125rem);
  }
  .infor {
    padding-top: 15px;
  }
  .infor {
    padding-bottom: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .situation__title {
    padding-top: clamp(2.5rem, 1.9444444444rem + 2.7777777778vw, 4.0625rem);
  }
  .situation__title {
    padding-bottom: clamp(1.5625rem, 1.1180555556rem + 2.2222222222vw, 2.8125rem);
  }
  .situation__title {
    font-size: clamp(1.25rem, 0.9388888889rem + 1.5555555556vw, 2.125rem);
  }
  .situation__item {
    padding-bottom: clamp(0.9375rem, 0.7152777778rem + 1.1111111111vw, 1.5625rem);
  }
  .situation__subtitle {
    padding-left: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .situation__subtitle {
    padding-right: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .situation__subtitle {
    font-size: clamp(1.25rem, 1.1166666667rem + 0.6666666667vw, 1.625rem);
  }
  .situation__subtext {
    padding-left: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .situation__subtext {
    padding-right: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .etap__wrapper {
    padding-top: clamp(2.5rem, 2.2777777778rem + 1.1111111111vw, 3.125rem);
  }
  .etap__item {
    padding-top: clamp(0.9375rem, 0.7152777778rem + 1.1111111111vw, 1.5625rem);
  }
  .etap__item {
    padding-bottom: clamp(0.9375rem, 0.7152777778rem + 1.1111111111vw, 1.5625rem);
  }
  .etap__subtitle {
    padding-left: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .etap__subtitle {
    padding-right: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .etap__subtitle {
    font-size: clamp(1.0625rem, 0.9958333333rem + 0.3333333333vw, 1.25rem);
  }
  .etap__subtext {
    padding-left: clamp(0.625rem, 0.4027777778rem + 1.1111111111vw, 1.25rem);
  }
  .etap__subtext {
    padding-right: clamp(0.625rem, 0.4027777778rem + 1.1111111111vw, 1.25rem);
  }
  .etap__button {
    padding-top: clamp(1.875rem, 1.4305555556rem + 2.2222222222vw, 3.125rem);
  }
  .etap__button {
    padding-bottom: clamp(1.875rem, 1.4305555556rem + 2.2222222222vw, 3.125rem);
  }
  .bn {
    padding: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .bn {
    margin-top: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .ppp {
    font-size: clamp(0.75rem, 0.75rem + 0, 0.75rem);
  }
  .nng {
    padding-bottom: clamp(3.125rem, 2.0138888889rem + 5.5555555556vw, 6.25rem);
  }
  .nng {
    padding-top: clamp(3.125rem, 2.0138888889rem + 5.5555555556vw, 6.25rem);
  }
  .acti {
    margin-bottom: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .bn {
    padding-top: clamp(1.25rem, 1.1388888889rem + 0.5555555556vw, 1.5625rem);
  }
  .bn__item-header {
    padding-left: clamp(0.9375rem, 0.1597222222rem + 3.8888888889vw, 3.125rem);
  }
  .bn__item {
    padding: clamp(0.625rem, 0.4027777778rem + 1.1111111111vw, 1.25rem);
  }
  .bn__item {
    padding-left: clamp(0.625rem, -0.4861111111rem + 5.5555555556vw, 3.75rem);
  }
  .bn p {
    font-size: clamp(1rem, 0.9555555556rem + 0.2222222222vw, 1.125rem);
  }
  .bn p {
    padding-bottom: clamp(0.625rem, 0.625rem + 0, 0.625rem);
  }
  .bn h2 {
    font-size: clamp(1rem, 0.9111111111rem + 0.4444444444vw, 1.25rem);
  }
  .bn h2 {
    padding-bottom: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .bn__btn-block {
    padding-top: clamp(0.4375rem, 0.3708333333rem + 0.3333333333vw, 0.625rem);
  }
  .bn__btn-block {
    padding-bottom: clamp(0.4375rem, 0.3708333333rem + 0.3333333333vw, 0.625rem);
  }
  .bn__btn-block {
    margin-bottom: clamp(2.5rem, 2.2777777778rem + 1.1111111111vw, 3.125rem);
  }
  .bn__title {
    font-size: clamp(1.5rem, 1.4111111111rem + 0.4444444444vw, 1.75rem);
  }
  .bn__subtitle {
    font-size: clamp(1.4375rem, 1.3930555556rem + 0.2222222222vw, 1.5625rem);
  }
  .bn__punkt {
    padding-bottom: clamp(0.9375rem, 0.7152777778rem + 1.1111111111vw, 1.5625rem);
  }
  .bn__punkt ul li {
    font-size: clamp(1.25rem, 1.1611111111rem + 0.4444444444vw, 1.5rem);
  }
  .banner {
    padding-top: clamp(2.5rem, 1.9444444444rem + 2.7777777778vw, 4.0625rem);
  }
  .block-header h2 {
    font-size: clamp(0.9375rem, 0.8708333333rem + 0.3333333333vw, 1.125rem);
  }
  .slider-wrapper {
    padding-bottom: clamp(2.1875rem, 1.8541666667rem + 1.6666666667vw, 3.125rem);
  }
  .for {
    padding-top: clamp(1.875rem, 1.4305555556rem + 2.2222222222vw, 3.125rem);
  }
  .for {
    padding-bottom: clamp(1.875rem, 1.4305555556rem + 2.2222222222vw, 3.125rem);
  }
  .for__wrapper {
    padding: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .for__wrapper {
    margin-top: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .for__wrapper {
    padding: clamp(0.9375rem, 0.4930555556rem + 2.2222222222vw, 2.1875rem);
  }
  .for__subtitle {
    padding-left: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .for__subtitle {
    padding-right: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .for__subtitle {
    font-size: clamp(1.25rem, 1.0722222222rem + 0.8888888889vw, 1.75rem);
  }
  .for__subtitle1 {
    padding-left: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .for__subtitle1 {
    padding-right: clamp(0.625rem, 0.5138888889rem + 0.5555555556vw, 0.9375rem);
  }
  .for__subtitle1 {
    font-size: clamp(1.125rem, 1.0361111111rem + 0.4444444444vw, 1.375rem);
  }
  .comm {
    padding-top: clamp(0.9375rem, 0.8263888889rem + 0.5555555556vw, 1.25rem);
  }
  .comm {
    padding-bottom: clamp(0.9375rem, 0.8263888889rem + 0.5555555556vw, 1.25rem);
  }
}
@media (max-width: 61.99875em) and (min-width: 20em) {
  .menu__body {
    padding-top: 11.25rem;
  }
}
@media (max-width: 61.99875em) and (min-width: 0.125em) and (max-width: 20em) {
  .menu__body {
    padding-top: clamp(7.5rem, 7.4764150943rem + 18.8679245283vw, 11.25rem);
  }
}
@media (max-width: 700px) {
  .bn {
    padding-top: 245px !important;
  }
  .footer__item {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 61.99875em) and (min-width: 76.25em) {
  .menu__body::before {
    padding-top: 1.875rem;
  }
  .menu__body::before {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 61.99875em) and (min-width: 20em) and (max-width: 76.25em) {
  .menu__body::before {
    padding-top: clamp(1.375rem, 1.1972222222rem + 0.8888888889vw, 1.875rem);
  }
  .menu__body::before {
    padding-bottom: clamp(0.625rem, 0.4027777778rem + 1.1111111111vw, 1.25rem);
  }
}
@media (max-width: 47.99875em) and (min-width: 76.25em) {
  .for__wrapper {
    padding-bottom: 2.1875rem;
  }
}
@media (max-width: 47.99875em) and (min-width: 20em) and (max-width: 76.25em) {
  .for__wrapper {
    padding-bottom: clamp(1.875rem, 1.7638888889rem + 0.5555555556vw, 2.1875rem);
  }
}
@media (any-hover: hover) {
  .button:hover {
    background-color: #30b4e0;
    box-shadow: 0 0 21.03px 0 #315ddf;
  }
  .menu__link:hover {
    color: #48c1eb;
    transition: all 0.3s ease 0s;
  }
}
.footer__items {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__link {
  color: #fff;
  text-decoration: none;
}

.footer__link:hover {
  text-decoration: underline;
}

/* тут потом можно подставить иконки */
.footer__icon {
  width: 23px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-location {
  background-image: url("../img/geo.svg");
}

.icon-mail {
  background-image: url("../img/mail.svg");
}
