@charset "UTF-8";
#overlay-loader {
  position: fixed;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 100000;
  top: 0;
  opacity: 0.9;
  display: none;
}

#loader {
  position: fixed;
  width: auto;
  top: 45%;
  left: 45%;
  z-index: 1241234;
  display: none;
}

#loader .ball {
  width: 80px;
  height: 80px;
  background-image: linear-gradient(to right, #e17e6b 0%, #f6ae74 100%);
  border-radius: 100%;
}

#loader .ball:nth-child(1) {
  animation: pull-left 2s ease infinite;
}

#loader .ball:nth-child(2) {
  animation: shimmy 2s ease infinite;
}

#loader .ball:nth-child(3) {
  animation: pull-right 2s ease infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(720deg);
  }
}
@keyframes shimmy {
  0%, 55% {
    transform: translate(0, 0);
  }
  60%, 65% {
    transform: translate(-12px, 12px);
  }
  80%, 85% {
    transform: translate(0, 0);
  }
  90% {
    transform: scaleX(1.2) translate(-24px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes pull-left {
  0% {
    transform: scale(0.5) translateX(150%);
  }
  50% {
    transform: scale(1) translateX(-25%);
  }
  75% {
    transform: scale(1) translateX(300%);
  }
  100% {
    transform: scale(0.5) translateX(150%);
  }
}
@keyframes pull-right {
  0% {
    transform: scale(0.5) translateX(-150%);
  }
  50% {
    transform: scale(1) translateX(25%);
  }
  80% {
    transform: scale(0.5) translateX(-150%);
  }
  90% {
    transform: scale(0.5) translateX(-300%);
  }
  100% {
    transform: scale(0.5) translateX(-150%);
  }
}
.modal-body {
  padding: 0;
}

.modal-content {
  border: none;
}

.modal-backdrop {
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
  top: 23%;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  top: 50%;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.fade.show {
  opacity: 1;
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  background: linear-gradient(136.09deg, rgba(255, 255, 255, 0.38) 5.07%, rgba(252, 255, 253, 0) 138.282%);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

.response-title {
  margin-bottom: 1rem;
  text-align: center;
}

.response-text {
  margin-bottom: 2rem;
  display: block;
  text-align: center;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.w-100 {
  width: 100%;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  background: transparent;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*Шрифты*/
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Thin.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ExtraLight.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
:root {
  --color-black: #141414;
  --color-white: #ffffff;
  --color-main: #e35427;
  --color-sub: #f9af66;
  --color-addition: #3e3650;
}

button[disabled] {
  filter: brightness(0.5);
  cursor: not-allowed;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--color-black);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}
body._lock {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

a {
  color: var(--color-black);
}

main {
  padding: 80px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  main {
    padding: 100px 0;
  }
}

.logo {
  width: 133px;
  height: 42px;
}
@media (min-width: 768px) {
  .logo {
    width: 217.04px;
    height: 67.83px;
  }
}
@media screen and (min-width: 992px) {
  .logo {
    width: 211.55px;
    height: 66.22px;
  }
}

.wrapper {
  margin: 0 11px 0 14px;
}
@media (min-width: 393px) {
  .wrapper {
    margin: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .wrapper {
    max-width: 1250px;
    margin: 0 30px;
  }
}
@media screen and (min-width: 1310px) {
  .wrapper {
    margin: 0 auto;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .header {
    position: absolute;
  }
}
.header__content {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  color: #ffffff;
}
@media (min-width: 768px) {
  .header__content {
    height: 100px;
  }
}
@media screen and (min-width: 992px) {
  .header__content {
    flex-wrap: nowrap;
  }
}
.header__phone {
  padding: 9px 0;
  color: #272727;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width: 768px) {
  .header__phone {
    font-size: 19.92px;
    line-height: 24px;
  }
}
@media screen and (min-width: 992px) {
  .header__phone {
    font-size: 14px;
    line-height: 1.2;
    padding: 0;
    display: inline-flex;
    align-items: center;
  }
}
@media screen and (min-width: 1310px) {
  .header__phone {
    font-size: 16px;
    line-height: 20px;
    gap: 4px;
  }
}
.header__phone:hover {
  color: var(--color-main);
}
.header__phone_medium {
  display: none;
}
@media (min-width: 768px) {
  .header__phone_medium {
    display: block;
  }
}
.header__phone-dot {
  width: 21px;
  height: 21px;
}
@media (min-width: 768px) {
  .header__phone-dot {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 992px) {
  .header__phone-dot {
    width: 16px;
    height: 16px;
  }
}
.header__menu {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-wrap: nowrap;
  position: absolute;
  width: 100vw;
  max-width: 314px;
  max-height: 100vh;
  overflow: auto;
  top: 0;
  right: -100vw;
  right: -100dvw;
  transition: all 0.4s ease 0s;
  z-index: 2;
  padding: 138px 28px;
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  background: linear-gradient(136.09deg, rgba(255, 255, 255, 0.38) 5.087%, rgba(252, 255, 253, 0) 138.561%);
}
@media (min-width: 768px) {
  .header__menu {
    max-width: 420px;
  }
}
@media screen and (min-width: 992px) {
  .header__menu {
    position: static;
    width: auto;
    height: auto;
    flex-direction: row;
    max-width: none;
    padding: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    gap: 0px;
    align-items: center;
    width: 100%;
  }
  .header__menu a {
    margin-left: auto;
  }
}
.header__menu._active {
  top: 0;
  right: 0;
  transition: all 0.4s ease 0s;
}
.header__link {
  color: var(--color-black);
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header__link {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .header__link {
    font-size: 12px;
    line-height: 1.2;
  }
  .header__link_hidden {
    display: none;
  }
}
@media screen and (min-width: 1310px) {
  .header__link {
    font-size: 16px;
    line-height: 20px;
  }
}
.header__link:hover {
  color: var(--color-main);
}
.header__button {
  color: var(--color-white);
  font-size: 21.77px;
  font-weight: 700;
  line-height: 27px;
  display: block;
  background: linear-gradient(90deg, rgb(227, 84, 39), rgb(249, 175, 102) 99.981%);
  box-shadow: inset 0px 0px 20px var(--color-white);
  border-radius: 35px;
  padding: 14px 25px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .header__button {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 992px) {
  .header__button {
    margin-left: 0;
  }
}
.header__button:hover {
  color: var(--color-addition);
}
.header__burger {
  z-index: 3;
  position: relative;
  width: 33px;
  height: 22px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header__burger {
    width: 41.5px;
    height: 27.75px;
  }
}
@media screen and (min-width: 992px) {
  .header__burger {
    display: none;
  }
}
.header__burger span, .header__burger::before, .header__burger::after {
  position: absolute;
  z-index: 13;
  content: "";
  transition: all 0.3s ease 0s;
  background-color: #bebebe;
  border-radius: 2px;
  right: 0px;
  bottom: 0px;
  height: 3px;
  width: 100%;
}
@media (min-width: 768px) {
  .header__burger span, .header__burger::before, .header__burger::after {
    height: 4px;
  }
}
.header__burger span {
  transform: translate(0px, -9.5px);
}
@media (min-width: 768px) {
  .header__burger span {
    transform: translate(0px, -11.5px);
  }
}
.header__burger::before {
  top: 0;
}
.header__burger._active span, .header__burger._active::before, .header__burger._active::after {
  background-color: var(--color-main);
}
.header__right-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .header__right-wrapper {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .header__logo {
    flex-shrink: 0;
  }
}

@media screen and (min-width: 1310px) {
  .registration__container {
    background: top center/1379px auto url(../imgs/fcp-d.png) no-repeat;
  }
}
@media screen and (min-width: 1310px) {
  .registration__content-wrapper {
    display: flex;
    align-items: center;
    gap: 65px;
  }
}
.registration__title-wrapper {
  position: relative;
  top: -4px;
  left: -33px;
  background: top left/219.58px 171.71px url(../imgs/title-bg-m.png) no-repeat;
  padding-left: 34.81px;
  padding-top: 27.14px;
  height: 171.71px;
}
@media (min-width: 768px) {
  .registration__title-wrapper {
    top: 0;
    left: 0;
    padding-top: 25px;
    padding-left: 38px;
    height: 173.25px;
    background: top -53px left -28px/338.65px 264.83px url(../imgs/title-bg-m.png) no-repeat;
  }
}
@media screen and (min-width: 1310px) {
  .registration__title-wrapper {
    grid-area: title;
    background: none;
    padding: 0 0 0 0;
  }
}
.registration__title {
  font-size: 16.52px;
  line-height: 1.6;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .registration__title {
    font-size: 25.48px;
  }
}
@media screen and (min-width: 1310px) {
  .registration__title {
    font-size: 25.76px;
  }
}
.registration__title-inner {
  font-size: 14.56px;
  line-height: 1.2;
}
@media screen and (min-width: 1310px) {
  .registration__title-inner {
    font-size: 14.72px;
  }
}
.registration__background {
  position: relative;
  top: -102px;
  left: -52px;
  width: 340.72px;
  height: 368px;
  left: calc(50% - 216px);
}
@media (min-width: 360px) {
  .registration__background {
    left: -52px;
  }
}
@media (min-width: 768px) {
  .registration__background {
    left: 5px;
    top: -133px;
    width: 580.11px;
    height: 626.56px;
  }
}
@media screen and (min-width: 1310px) {
  .registration__background {
    grid-area: phone;
    display: none;
  }
}
.registration__img {
  width: 100%;
}
.registration__subtitle-wrapper {
  position: relative;
  left: 0;
  font-size: 15.92px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  background: top left 50%/390px 290.53px url(../imgs/voice-line-m.png) no-repeat;
  width: calc(100% - 3px);
  height: 290.53px;
  padding: 111.57px 3px 0 0;
  text-align: center;
  width: 100vw;
  left: -14px;
}
@media (min-width: 350px) {
  .registration__subtitle-wrapper {
    background: top left/390px 290.53px url(../imgs/voice-line-m.png) no-repeat;
  }
}
@media (min-width: 393px) {
  .registration__subtitle-wrapper {
    left: -40px;
    width: 393px;
  }
}
@media (min-width: 768px) {
  .registration__subtitle-wrapper {
    width: 100%;
    font-size: 24.55px;
    line-height: 30px;
    height: 440px;
    background: top left 64px/auto 440px url(../imgs/voice-line-p.png) no-repeat;
    left: 0;
    padding-top: 210px;
  }
}
@media screen and (min-width: 1310px) {
  .registration__subtitle-wrapper {
    height: auto;
    grid-area: sub;
    background: none;
    padding: 132px 0 0 151px;
    font-size: 22px;
    line-height: 27px;
  }
}
.registration__squares {
  position: absolute;
  left: 15.5px;
  top: 48.49px;
  width: 124.44px;
  height: 96.36px;
}
@media (min-width: 768px) {
  .registration__squares {
    left: -26px;
    top: 46px;
  }
}
@media screen and (min-width: 1310px) {
  .registration__squares {
    display: none;
  }
}
.registration__lil-square {
  position: absolute;
  width: 18.64px;
  height: 18.64px;
  left: 102px;
  top: 0;
  border-radius: 3.5px;
  background: linear-gradient(90deg, rgb(255, 95, 109), rgb(255, 195, 113) 99.981%);
  box-shadow: inset 0px 0.47px 5.24px 0px rgb(255, 255, 255);
}
@media screen and (min-width: 1310px) {
  .registration__lil-square {
    display: none;
  }
}
.registration__popup {
  position: relative;
  z-index: 1;
  padding: 16px 16px 12px;
  width: 155.17px;
  height: 102.93px;
  background: var(--color-white);
  border-radius: 11.27px;
  box-shadow: 0px 0px 8.94px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .registration__popup {
    width: 239.31px;
    height: 158.75px;
    padding: 24.65px 31px 18px 24.65px;
  }
}
@media screen and (min-width: 1310px) {
  .registration__popup {
    border-radius: 18.85px;
    width: 259.63px;
    height: 172.23px;
    padding: 27px 34px 19px 27px;
  }
}
.registration__popup-wrapper {
  position: relative;
  padding-top: 94px;
  margin-top: -195px;
  margin-left: calc(50% - 43px);
  margin-bottom: -74px;
}
@media (min-width: 350px) {
  .registration__popup-wrapper {
    margin-left: 175px;
  }
}
@media (min-width: 768px) {
  .registration__popup-wrapper {
    margin: -337px 0 -180px 444px;
  }
}
@media screen and (min-width: 1310px) {
  .registration__popup-wrapper {
    grid-area: popup;
    margin: 0;
    padding: 75px 0 28px 194px;
  }
}
.registration__popup-wrapper::before {
  content: "";
  position: absolute;
  width: 23.08px;
  height: 23.9px;
  left: 110px;
  bottom: -12.22px;
  transform: rotate(-45deg);
  border-radius: 6.15px;
  box-shadow: 0px 0px 8.94px 0px rgba(0, 0, 0, 0.15);
  background: var(--color-white);
}
@media (min-width: 768px) {
  .registration__popup-wrapper::before {
    left: 170px;
  }
}
@media screen and (min-width: 1310px) {
  .registration__popup-wrapper::before {
    left: 395px;
    bottom: 16px;
  }
}
.registration__sim-push-icon {
  width: 15px;
  height: 15px;
}
@media (min-width: 768px) {
  .registration__sim-push-icon {
    width: 22.4px;
    height: 22.4px;
  }
}
@media screen and (min-width: 1310px) {
  .registration__sim-push-icon {
    width: 24.3px;
    height: 24.3px;
  }
}
.registration__popup-title {
  font-size: 10.24px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8.41px;
}
@media (min-width: 768px) {
  .registration__popup-title {
    gap: 8px;
    margin-bottom: 13px;
    font-size: 15.8px;
    line-height: 19px;
  }
}
@media screen and (min-width: 1310px) {
  .registration__popup-title {
    font-size: 17.14px;
    line-height: 21px;
    margin-bottom: 14px;
  }
}
.registration__popup-text {
  font-size: 8.19px;
  line-height: 10px;
  letter-spacing: 0%;
  margin-bottom: 12.08px;
}
@media (min-width: 768px) {
  .registration__popup-text {
    font-size: 12.64px;
    line-height: 15px;
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1310px) {
  .registration__popup-text {
    font-size: 13.71px;
    line-height: 17px;
  }
}
.registration__popup-buttons {
  display: flex;
  justify-content: center;
  gap: 20.13px;
  align-items: center;
}
@media (min-width: 768px) {
  .registration__popup-buttons {
    gap: 31px;
  }
}
@media screen and (min-width: 1310px) {
  .registration__popup-buttons {
    gap: 33px;
  }
}
.registration__cancel-btn {
  box-sizing: border-box;
  border: 0.26px solid rgb(170, 114, 237);
  border-radius: 10.24px;
  width: 50.19px;
  height: 20.44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7.08px;
  font-weight: 700;
  line-height: 9px;
  letter-spacing: 0%;
  text-align: center;
}
@media (min-width: 768px) {
  .registration__cancel-btn {
    width: 77.4px;
    height: 31.53px;
    font-size: 10.91px;
    line-height: 13px;
  }
}
@media screen and (min-width: 1310px) {
  .registration__cancel-btn {
    width: 83.97px;
    height: 34.2px;
    font-size: 11.84px;
    line-height: 14px;
    border-radius: 17.14px;
  }
}
.registration__ok-btn {
  color: var(--color-white);
  font-size: 7.08px;
  font-weight: 600;
  line-height: 8.31px;
  letter-spacing: 0.13px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Secondary */
  border-radius: 10.24px;
  width: 36.1px;
  height: 20.51px;
  background: linear-gradient(90deg, rgb(168, 112, 239), rgb(253, 185, 155));
  box-shadow: inset 0px 0px 4.95px 0px rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .registration__ok-btn {
    width: 55.67px;
    height: 31.63px;
    font-size: 10.91px;
    line-height: 12.82px;
  }
}
@media screen and (min-width: 1310px) {
  .registration__ok-btn {
    width: 60.4px;
    height: 34.32px;
    font-size: 11.84px;
    line-height: 13.91px;
    border-radius: 17.14px;
  }
}
.registration__content {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .registration__content {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1310px) {
  .registration__content {
    max-width: 883px;
    margin-bottom: 0;
  }
}
.registration__button-container {
  display: flex;
  justify-content: center;
}
.registration__button {
  font-size: 15.9px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  color: var(--color-white);
  background: linear-gradient(90deg, rgb(227, 84, 39), rgb(249, 175, 102) 99.981%);
  box-shadow: inset 0px 0px 20px var(--color-white);
  border-radius: 35px;
  padding: 14px 25px;
  width: 213px;
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1310px) {
  .registration__button {
    width: 288px;
  }
}
.registration__button:hover {
  color: var(--color-addition);
}
.registration__fcp-wrapper {
  position: relative;
  max-width: 393px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .registration__fcp-wrapper {
    max-width: 744px;
  }
}
@media screen and (min-width: 1310px) {
  .registration__fcp-wrapper {
    max-width: none;
    display: grid;
    grid-template-areas: ". phone sub" "title phone popup";
    grid-template-columns: 1fr 0 1fr;
    grid-template-rows: 367px auto;
    margin-bottom: 120px;
  }
}

.iframe {
  margin-top: 45px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .iframe {
    margin: 80px 0 60px;
  }
}
@media screen and (min-width: 1310px) {
  .iframe {
    margin: 130px 0 120px;
  }
}
.iframe__video {
  padding: 17.24px 36.94px 38.34px 25.93px;
  background: center/contain url(../imgs/substrate-m.png) no-repeat;
  max-width: 1064px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .iframe__video {
    padding: 31.3px 67px 69.6px 47px;
    background: center/contain url(../imgs/substrate-p.png) no-repeat;
  }
}
@media screen and (min-width: 992px) {
  .iframe__video {
    padding: 55px 118px 122px 82px;
    background: top left/contain url(../imgs/substrate-d.png) no-repeat;
  }
}
.iframe .video_wrapper {
  aspect-ratio: 271.13/146.3;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #000;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .iframe .video_wrapper {
    padding-top: 466px;
    aspect-ratio: 864/466;
  }
}
.iframe .videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.iframe .videoPoster:hover {
  cursor: pointer;
}
.iframe .videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../imgs/video-img.jfif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border: none;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  transition: opacity 800ms, height 0s;
  transition-delay: 0s, 0s;
  border-radius: 10px;
}
.iframe .videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid var(--color-sub);
  border-radius: 10%;
  background-color: #fff;
  transition: border-color 300ms;
}
.iframe .videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -14px 0 0 -10px;
  border-left: 30px solid var(--color-sub);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transition: border-color 300ms;
}
.iframe .videoPoster:hover:before,
.iframe .videoPoster:focus:before {
  border-color: var(--color-main);
}
.iframe .videoPoster:hover:after,
.iframe .videoPoster:focus:after {
  border-left-color: var(--color-main);
}
.iframe .videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  transition-delay: 0s, 800ms;
}

.banner {
  background: linear-gradient(90deg, rgb(227, 84, 39), rgb(249, 175, 102) 99.981%);
  padding: 16px 0 15px;
  box-shadow: inset 0px 0px 20px var(--color-white);
}
@media (min-width: 768px) {
  .banner {
    padding: 20.75px 50px 19.75px;
  }
}
@media screen and (min-width: 1310px) {
  .banner {
    padding: 22px 75px;
  }
}
.banner__text {
  color: var(--color-white);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner__text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1310px) {
  .banner__text {
    font-size: 24px;
    line-height: 29px;
  }
}
.banner__title {
  font-weight: 800;
}

.capabilities {
  padding: 40px 0 60px;
}
@media (min-width: 768px) {
  .capabilities {
    padding: 80px 0 120px;
  }
}
@media screen and (min-width: 1310px) {
  .capabilities {
    padding: 160px 0 130px;
  }
}
.capabilities__img {
  max-width: 100%;
}
@media screen and (min-width: 1310px) {
  .capabilities__item-list {
    display: flex;
    justify-content: space-between;
  }
}
.capabilities__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1310px) {
  .capabilities__item {
    justify-content: space-between;
  }
}
.capabilities__item:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .capabilities__item:not(:last-child) {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1310px) {
  .capabilities__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.capabilities__text {
  margin-top: 31px;
  font-size: 14.61px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .capabilities__text {
    margin-top: 43px;
    font-size: 20.15px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1310px) {
  .capabilities__text {
    font-size: 19.27px;
    line-height: 23px;
    margin-top: 41px;
  }
}

.sim-push {
  background: var(--color-addition);
  color: var(--color-white);
  padding: 80px 0 100px;
}
.sim-push__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .sim-push__content {
    flex-direction: row;
    align-items: flex-start;
    max-width: 579px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1310px) {
  .sim-push__content {
    flex-direction: row-reverse;
    max-width: 1033px;
  }
}
.sim-push__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .sim-push__info {
    align-items: flex-start;
  }
}
.sim-push__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sim-push__title {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }
}
@media screen and (min-width: 1310px) {
  .sim-push__title {
    font-size: 22px;
    line-height: 27px;
  }
}
.sim-push__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .sim-push__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}
.sim-push__image {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .sim-push__image {
    margin: 0 0 0 51px;
  }
}
@media screen and (min-width: 1310px) {
  .sim-push__image {
    margin: 0 178px 0 0;
  }
}

.variables {
  padding: 60px 0 40px;
  background: center url(../imgs/Line.png) no-repeat;
}
@media (min-width: 768px) {
  .variables {
    background: center url(../imgs/Line-p.png) no-repeat;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1310px) {
  .variables {
    padding: 120px 0;
    background: center url(../imgs/Line-d.png) no-repeat;
  }
}
.variables__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  margin-bottom: 62px;
}
@media screen and (min-width: 1310px) {
  .variables__title {
    font-size: 30px;
    line-height: 37px;
  }
}
.variables__item {
  position: relative;
  padding: 27.61px 31.56px 20px;
  border-radius: 13.15px;
  box-shadow: 0px 2.63px 15.78px -0.66px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .variables__item {
    flex: 0 0 calc(50% - 35px);
    padding: 24.61px 38.09px 10px;
    max-width: 495px;
  }
}
@media screen and (min-width: 1310px) {
  .variables__item {
    padding: 42px 65px 20px 48px;
  }
}
.variables__item:not(:last-child) {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .variables__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.variables__item-list {
  margin-bottom: 49px;
}
@media (min-width: 768px) {
  .variables__item-list {
    gap: 70px;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 94px;
  }
}
@media screen and (min-width: 1310px) {
  .variables__item-list {
    justify-content: center;
  }
}
.variables__count {
  width: 76.27px;
  height: 76.27px;
  border-radius: 50%;
  position: absolute;
  top: -18.41px;
  left: -27.61px;
  background: center/100% auto url(../imgs/count.png) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 22.64px;
  font-weight: 700;
  line-height: 28px;
}
@media (min-width: 768px) {
  .variables__count {
    width: 67.97px;
    height: 67.97px;
    font-size: 20.18px;
    line-height: 25px;
    top: -16.41px;
    left: -24.61px;
  }
}
@media screen and (min-width: 1310px) {
  .variables__count {
    width: 116px;
    height: 116px;
    font-size: 34.44px;
    line-height: 42px;
    top: -28px;
    left: -42px;
  }
}
.variables__subtitle {
  text-indent: 16.44px;
  font-size: 17.09px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 23.71px;
}
@media screen and (min-width: 1310px) {
  .variables__subtitle {
    font-size: 26px;
    line-height: 32px;
    text-indent: 25px;
    margin-bottom: 36px;
  }
}
.variables__list {
  padding-left: 22px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1310px) {
  .variables__list {
    margin-bottom: 45px;
    padding-left: 25px;
  }
}
.variables__list .variables__list-item {
  list-style: disc;
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
}
@media (min-width: 768px) {
  .variables__list .variables__list-item {
    font-size: 9.37px;
    line-height: 11px;
  }
}
@media screen and (min-width: 1310px) {
  .variables__list .variables__list-item {
    font-size: 16px;
    line-height: 20px;
  }
}
.variables__list .variables__list-item:not(:last-child) {
  margin-bottom: 13px;
}
.variables__manual {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
}
@media (min-width: 768px) {
  .variables__manual {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1310px) {
  .variables__manual {
    gap: 104px;
    font-size: 24px;
    line-height: 29px;
  }
}
.variables__manual-link {
  color: rgb(207, 139, 243);
}
.variables__icon {
  width: 62.18px;
  height: 56.28px;
}
@media (min-width: 768px) {
  .variables__icon {
    width: 94.25px;
    height: 85.31px;
  }
}
@media screen and (min-width: 1310px) {
  .variables__icon {
    width: 163.41px;
    height: 147.9px;
  }
}

.price {
  padding: 80px 0 60px;
  color: var(--color-addition);
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}
@media (min-width: 768px) {
  .price {
    /* font-size: 14px;
    line-height: 17px; */
  }
}
@media screen and (min-width: 1310px) {
  .price {
    font-size: 16px;
    line-height: 20px;
    padding: 120px 0;
  }
}
.price__title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .price__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1310px) {
  .price__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.price__number {
  color: var(--color-main);
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .price__number {
    font-size: 18px;
  }
}
@media screen and (min-width: 1310px) {
  .price__number {
    font-size: 22px;
  }
}
.price__strong-text {
  font-weight: 500;
}
.price__item {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .price__item {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (min-width: 1310px) {
  .price__item {
    font-size: 16px;
    line-height: 20px;
  }
}
.price__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}
.price__img {
  width: 100%;
}
.price__icon {
  width: 193px;
  height: 187.95px;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .price__icon {
    width: 155.03px;
    height: 150.97px;
    order: -1;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 1310px) {
  .price__icon {
    width: 224.99px;
    height: 219.1px;
  }
}
.price__icon-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .price__content {
    display: flex;
    flex-flow: row-reverse;
    gap: 45px;
  }
}
@media screen and (min-width: 1310px) {
  .price__content {
    max-width: 1042px;
    margin: 0 auto;
    align-items: flex-end;
  }
}

.reviews {
  padding: 80px 0 60px;
  color: var(--color-white);
  background: right bottom 165px/172.2px auto url(../imgs/reviews-bg-m.png) no-repeat, var(--color-addition);
}
@media (min-width: 768px) {
  .reviews {
    padding: 71px 0 41px;
    background: right calc(50% - 248px) bottom 165px/186.52px auto url(../imgs/reviews-bg-p.png) no-repeat, var(--color-addition);
  }
}
@media screen and (min-width: 1310px) {
  .reviews {
    background: var(--color-addition);
    padding: 120px 0;
  }
}
@media (min-width: 768px) {
  .reviews .wrapper {
    max-width: 572px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1310px) {
  .reviews .wrapper {
    max-width: 1042px;
  }
}
.reviews__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .reviews__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1310px) {
  .reviews__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0;
  }
}
.reviews__name {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .reviews__name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1310px) {
  .reviews__name {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px;
    margin-top: 60px;
  }
}
.reviews__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .reviews__text {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1310px) {
  .reviews__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.reviews__logo-place {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-backdrop-filter: blur(55.64px);
          backdrop-filter: blur(55.64px);
  border-radius: 50%;
  border: 23px solid transparent;
}
@media (min-width: 768px) {
  .reviews__logo-place {
    width: 143.41px;
    height: 143.41px;
    border: none;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 64px;
  }
}
@media screen and (min-width: 992px) {
  .reviews__logo-place {
    width: 208.41px;
    height: 208.41px;
  }
}
@media screen and (min-width: 1310px) {
  .reviews__logo-place {
    background: center/contain url(../imgs/logo-place-d.png) no-repeat;
    width: 221px;
    height: 234.6px;
    padding: 92px 83px 21.6px 17px;
    border-radius: 0;
    margin-left: 202px;
  }
}
.reviews__logo {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 87.17px;
  height: 87.17px;
  background-color: var(--color-white);
}
@media (min-width: 768px) {
  .reviews__logo {
    width: 102.12px;
    height: 102.12px;
    position: relative;
    top: 2.5px;
    left: -4px;
  }
}
@media screen and (min-width: 992px) {
  .reviews__logo {
    box-shadow: 0 0 81px rgba(63, 61, 86, 0.2);
    width: 166px;
    height: 166px;
  }
}
@media screen and (min-width: 1310px) {
  .reviews__logo {
    width: 121px;
    height: 121px;
    box-shadow: none;
    top: 0;
    left: 0;
  }
}
.reviews__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews__logo img.reviews__logo_ingrape, .reviews__logo img.reviews__logo_indek {
  width: 50%;
}
.reviews .slick-dots li img {
  display: none;
}
.reviews .slick-dots li.slick-active img {
  display: block;
}
.reviews .slick-prev.slick-arrow {
  width: 15px;
  height: 21px;
  background: url(../imgs/prev-arrow.svg);
  content: "";
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.reviews .slick-next.slick-arrow {
  width: 15px;
  height: 21px;
  background: url(../imgs/next-arrow.svg);
  content: "";
  font-size: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.reviews .slick-disabled {
  filter: brightness(0.5);
}
.reviews .slick-dots {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 11.5px;
}
@media (min-width: 768px) {
  .reviews .slick-dots {
    margin-top: 73px;
  }
}
.reviews .slick-dots li {
  width: 16.72px;
  height: 16.72px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews .slick-dots li:not(.slick-active) {
  background-color: #8c80a8;
}
.reviews .slick-dots li button {
  font-size: 0;
}
@media (min-width: 768px) {
  .reviews__content {
    display: flex;
    align-items: flex-end;
    padding: 0 1px;
  }
}

.description {
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .description {
    padding: 70px 0 0;
  }
}
@media screen and (min-width: 1310px) {
  .description {
    padding: 0;
  }
}
.description br {
  display: none;
}
.description__title {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .description__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1310px) {
  .description__title {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
.description__text {
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 768px) {
  .description__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .description__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1310px) {
  .description__text {
    font-size: 16px;
  }
}
.description__text_hidden {
  display: none;
}
.description__read-more {
  cursor: pointer;
  color: var(--color-main);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .description__read-more {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .description__read-more {
    font-size: 18px;
  }
}
@media screen and (min-width: 1310px) {
  .description__read-more {
    font-size: 16px;
  }
}
.description__read-more_hidden {
  display: none;
}
.description__read-more_bottom {
  margin-top: 10px;
}
.description ul {
  line-height: 1;
}
.description ul li {
  list-style: disc inside;
}
.description__subtitle {
  text-align: center;
  font-size: 16px;
  margin: 12px 0 14px;
  line-height: 1;
}
@media (min-width: 768px) {
  .description__subtitle {
    font-size: 20px;
    margin: 16px 0 18px;
  }
}
@media screen and (min-width: 1310px) {
  .description__subtitle {
    font-size: 22px;
    margin: 18px 0 20px;
  }
}

.question {
  padding: 105px 0 73px;
  background: center/558.51px auto url(../imgs/feedback-bg-m.png) no-repeat;
}
@media (min-width: 768px) {
  .question {
    padding-bottom: 105px;
    background: top -13px left -47px/795px auto url(../imgs/feedback-bg-p.png) no-repeat;
  }
}
@media screen and (min-width: 1310px) {
  .question {
    background: top 35px center/1057.63px auto url(../imgs/feedback-bg-d.png) no-repeat;
    padding: 215px 0 232px;
  }
}
.question__link {
  text-decoration: underline;
}
.question__wrapper {
  border-radius: 16.38px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
  background: var(--color-white);
  padding: 41.13px 40px 19.5px;
  margin: 0 auto;
  max-width: 325px;
}
@media (min-width: 768px) {
  .question__wrapper {
    border-radius: 23.31px;
    padding: 59px 80px 34px;
    max-width: 461.74px;
  }
}
@media screen and (min-width: 1310px) {
  .question__wrapper {
    max-width: 597px;
    padding: 76px 82px 20px;
  }
}
.question__title {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .question__title {
    font-size: 21.66px;
    line-height: 26px;
    margin-bottom: 42px;
    width: 331px;
    margin-left: -14px;
  }
}
@media screen and (min-width: 1310px) {
  .question__title {
    width: auto;
    margin-left: 0;
    margin-bottom: 38px;
    font-size: 28px;
    line-height: 34px;
  }
}
.question__caption {
  color: rgb(176, 176, 176);
  font-size: 8px;
  font-weight: 500;
  line-height: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .question__caption {
    font-size: 10px;
    line-height: 12px;
  }
}
@media screen and (min-width: 1310px) {
  .question__caption {
    font-size: 12px;
    line-height: 15px;
  }
}
.question__input {
  box-sizing: border-box;
  border: 0.37px solid rgb(170, 114, 237);
  border-radius: 14.9px;
  padding: 7px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin-top: 9px;
}
@media (min-width: 768px) {
  .question__input {
    border-radius: 21.19px;
    padding: 12.5px 35px;
    margin-top: 11px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (min-width: 1310px) {
  .question__input {
    border-radius: 27.4px;
    margin-top: 16px;
    padding: 15.5px 45px;
    font-size: 18px;
    line-height: 22px;
  }
  .question__input.cb_textarea {
    min-height: 107px;
  }
}
.question__info {
  color: rgb(0, 0, 0);
  font-size: 8px;
  font-weight: 400;
  line-height: 9px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .question__info {
    margin: 15px 0 25px;
  }
}
@media screen and (min-width: 1310px) {
  .question__info {
    font-size: 10px;
    line-height: 12px;
    margin: 25px 0 35px;
  }
}
.question__button {
  margin: 0 auto 6px;
}
@media (min-width: 768px) {
  .question__button {
    margin-bottom: 12px;
  }
}
.question label.error {
  font-size: 9.79px;
  font-weight: 600;
  line-height: 12px;
  color: var(--color-main);
}
@media screen and (min-width: 1310px) {
  .question label.error {
    font-size: 14px;
    line-height: 1;
  }
}

.btn {
  border-radius: 19.51px;
  padding: 7px 7px;
  font-size: 10.4px;
  font-weight: 700;
  line-height: 13px;
}
@media (min-width: 393px) {
  .btn {
    padding: 7px 30px;
  }
}
@media (min-width: 768px) {
  .btn {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 992px) {
  .btn {
    font-size: 16px;
  }
}
.btn.btn-secondary {
  color: var(--color-main);
  letter-spacing: 0%;
  text-align: center;
  border: 0.65px solid var(--color-main);
}
.btn:hover {
  color: var(--color-addition);
}

.popup__container {
  border-radius: 13.01px;
  box-shadow: 0px 0px 45.53px 0px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
  width: calc(100vw - 30px);
  margin: 0 auto;
  padding: 40px;
  max-width: 600px;
}
@media (min-width: 320px) {
  .popup__container {
    width: calc(100vw - 60px);
  }
}
.popup__title {
  font-size: 18.21px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .popup__title {
    font-size: 24px;
    line-height: 1.2;
  }
}
.popup__buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}
.popup__button-active {
  color: var(--color-white);
  background: linear-gradient(90deg, rgb(227, 84, 39), rgb(249, 175, 102) 99.981%);
  box-shadow: inset 0px 0px 20px var(--color-white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.footer {
  background: rgb(36, 31, 48);
  padding: 22px 0 5px;
  color: var(--color-white);
  font-family: "Exo 2", sans-serif;
}
@media (min-width: 768px) {
  .footer {
    padding: 33px 0 13px;
  }
}
@media screen and (min-width: 1310px) {
  .footer {
    padding: 53px 0 30px;
  }
}
.footer__contact-info {
  font-size: 10.21px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media (min-width: 768px) {
  .footer__contact-info {
    font-size: 15.18px;
    gap: 4px;
  }
}
@media screen and (min-width: 992px) {
  .footer__contact-info {
    flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 1310px) {
  .footer__contact-info {
    font-size: 18px;
    gap: 80px;
  }
}
.footer__link {
  color: var(--color-white);
}
.footer__bottom-container {
  color: rgb(231, 233, 241);
  font-size: 8px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 6px;
}
@media (min-width: 768px) {
  .footer__bottom-container {
    font-size: 12px;
    padding-top: 8px;
  }
}
@media screen and (min-width: 1310px) {
  .footer__bottom-container {
    font-size: 18px;
    padding-top: 30px;
  }
}
.footer__content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12.47px;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 768px) {
  .footer__content-wrapper {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1310px) {
  .footer__content-wrapper {
    padding-bottom: 35px;
  }
}
.footer__divider {
  border-top: 0.21px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}
@media (min-width: 768px) {
  .footer__divider {
    border-width: 0.31px;
  }
}
@media screen and (min-width: 1310px) {
  .footer__divider {
    border-width: 1px;
  }
}
@media (min-width: 768px) {
  .footer__logo img {
    width: 180.12px;
    height: 55.75px;
  }
}
@media screen and (min-width: 1310px) {
  .footer__logo img {
    width: 258.23px;
    height: 80.42px;
  }
}

.announcement {
  font-size: 16px;
}
@media (max-width: 767px) {
  .announcement {
    font-size: 14px;
  }
}
.announcement .wrapper {
  position: relative;
}
.announcement__wrapper {
  box-shadow: inset 0px 0px 20px var(--color-white);
  border-radius: 35px;
  border-color: var(--color-main);
  border-width: 1px;
  border-style: solid;
  padding: 2.5rem;
  text-align: center;
}
.announcement__close-input {
  visibility: hidden;
  position: absolute;
}
.announcement__close-btn {
  position: absolute;
  left: calc(100% - 21.5px);
  z-index: 2;
  border-radius: 50%;
  border: 1px solid var(--color-sub);
  background-color: var(--color-main);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
}
.announcement__close-btn:hover {
  color: var(--color-addition);
}
.announcement__close-btn svg {
  width: 100%;
  height: 100%;
}
.announcement__close-input:checked, .announcement__close-input:checked ~ .announcement__wrapper, .announcement__close-input:checked ~ .announcement__close-btn {
  display: none;
}
.announcement__header {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.2rem;
}
.announcement__link {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */