/*common*/
body {
    color: #333333;
}
body, button, textarea, input {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
button, textarea, input {
    border: none;
    outline: none;
}
button {
    font-weight: 500;
    cursor: pointer;
}
.content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

.mycontentmenu {
    /*max-width: 1170px;*/
    margin: 0 0;
    padding: 0 10px;
}

.mycontentmenu.spacer {
	height: 60px;
	flex-wrap: nowrap;
	gap: 30px;
}

.mycontentmenu.spacer .main__top-right {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 0;
}

.mycontentmenu.spacer .main__contacts-icons {
  margin-top: 0;
}

.mycontentmenu.spacer .main__callback {
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0 20px 40px rgba(255, 178, 63, 0.15);
  border-radius: 20px;
  color: #ffffff;
  background: #ff9900;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mycontentmenu.spacer .nav.spacer {
	justify-content: center;
	gap: 40px;
	width: auto;
}

.nav.spacer .menu-item {
	list-style: none;
}

/* подсветка активных пунктов меню в мобильной и десктоп версиях */
.header .menu .current-menu-item a,
.nav.spacer .current-menu-item a {
	color: #ff9900;
}

.mobile-nav {
	display: none;
}

.header .main__top.spacer {
  height: 30px;
  align-items: center;
  padding: 0 10px;
}

.header .mail span {
  color: #ffffff;
}

.header .header__right {
  align-self: center;
}

.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.flex-container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.va-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.spacer_top > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.br {
    display: block;
}
.display-ib {
    display: inline-block;
}
.page-wrap {
    overflow: hidden;
    position: relative;
}
.hidden {
    display: none !important;
}
h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 150%;
}
h2 strong {
    display: block;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 5px;
}

.orange-btn {
    width: 100%;
    height: 50px;
    background: #FF9900;
    box-shadow: 0 20px 40px rgba(255, 178, 63, 0.15);
    border-radius: 60px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}

.orange-btn:hover {
    background: #ff8a00;
}


.green-btn {
    height: 60px;
    background: #B3DB44;
    background: linear-gradient(to bottom, #B3DB44 0%, #56A004 100%);
    background: -moz-linear-gradient(to bottom, #B3DB44 0%, #56A004 100%);
    background: -webkit-linear-gradient(to bottom, #B3DB44 0%, #56A004 100%);
    background: -o-linear-gradient(to bottom, #B3DB44 0%, #56A004 100%);
    background: -ms-linear-gradient(to bottom, #B3DB44 0%, #56A004 100%);
    box-shadow: 0 20px 40px rgba(45, 47, 51, 0.1);
    border-radius: 5px;
    max-width: 200px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}
.green-btn:hover {
    background: #56A004;
    background: linear-gradient(to bottom, #56A004 0%, #B3DB44 100%);
    background: -moz-linear-gradient(to bottom, #56A004 0%, #B3DB44 100%);
    background: -webkit-linear-gradient(to bottom, #56A004 0%, #B3DB44 100%);
    background: -o-linear-gradient(to bottom, #56A004 0%, #B3DB44 100%);
    background: -ms-linear-gradient(to bottom, #56A004 0%, #B3DB44 100%);
}
.product__pay,
.orange-btn,
.green-btn {
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.product__pay:after,
.orange-btn:after,
.green-btn:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(110deg,hsla(0,0%,100%,0) 15%,hsla(0,0%,100%,.75) 25%,hsla(0,0%,100%,0) 35%);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: bntGradientAnimation 2.5s linear infinite;
    animation: bntGradientAnimation 2.5s linear infinite;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@-webkit-keyframes bntGradientAnimation {
    0% {
        opacity: .1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    16% {
        opacity: 1;
        -webkit-transform: translate(35%, 0);
        transform: translate(35%, 0);
    }
    22% {
        opacity: .5;
        -webkit-transform: translate(55%, 0);
        transform: translate(55%, 0);
    }
    40% {
        -webkit-transform: translate(120%, 0);
        transform: translate(120%, 0);
    }
    100% {
        opacity: .35;
        -webkit-transform: translate(120%, 0);
        transform: translate(120%, 0);
    }
}
@keyframes bntGradientAnimation {
    0% {
        opacity: .1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    16% {
        opacity: 1;
        -webkit-transform: translate(35%, 0);
        transform: translate(35%, 0);
    }
    22% {
        opacity: .5;
        -webkit-transform: translate(55%, 0);
        transform: translate(55%, 0);
    }
    40% {
        -webkit-transform: translate(120%, 0);
        transform: translate(120%, 0);
    }
    100% {
        opacity: .35;
        -webkit-transform: translate(120%, 0);
        transform: translate(120%, 0);
    }
}
/*end common*/







/*main*/
.main {
    background: url('../images/bg/main-bg.jpg') no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 37px;
    padding-bottom: 238px;
}
.main .content {
    position: relative;
}
.main .content:after {
    content: '';
    position: absolute;
    background: url('../images/bg/main-product.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 737px;
    height: 555px;
    left: 330px;
    bottom: 26px;
    mix-blend-mode: multiply;
}

.main__top-left
{
    font-size: 12px;
    background-color: #202938;
    color: #fefefe;
    border: solid 4px #202938;
    /* border-bottom-width: 20px; */
    font-weight: bold;
    letter-spacing: 3px;
    border-radius: 20px;
    /* position: absolute; */
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;

}


.main__top-left > * {
    display: inline-block;
    vertical-align: middle;
}
.logo {
    background: url('../images/logo.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 200px;
    height: 67px;
}
h1 {
    font-size: 14px;
    line-height: 150%;
    max-width: 230px;
    margin-left: 32px;
    position: relative;
    padding: 6px 0 6px 33px;
    border-left: 1px solid #333333;
    top: -1px;
}
.main__top-right {
    position: relative;
    top: 3px;
    text-align: right;
}
.main__contacts-icons {
    white-space: nowrap;
    font-size: 0;
    /*position: absolute;*/
/*    right: 200px;*/
/*    right: 120px;  */
/*right: 290px;*/
    top: 7px;
    display: inline-flex;
    vertical-align: top;
    margin-top: 10px;
}
.main__contacts-icons > * {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.main__contacts-icons > * svg{
    width: 24px;
    height: 24px;
}
.main__contacts-icons > *:last-child {
    margin-right: 0;
}

.main__contacts-icons .icon-social-whatsapp {
    transform: scale(1.2);
}

.main__phone {
	width: 24px;
	height: 24px;
	text-decoration: none;
}

.main__phone_desktop {
	font-family: 'GTEestiProDisplay', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1em;
	color: #ffffff;
	width: auto;
	height: auto;
}

.main__phone_mobile {
	display: none;
}

.main__phone svg {
    position: static;
    width: 100%;
	height: 100%;
}

.main__phone em {
    font-weight: 700;
}
.main__callback {
    font-size: 12px;
    line-height: 150%;
    text-decoration-line: underline;
    cursor: pointer;
    color: #FF9900;
    margin-top: 2px;
    display: inline-block;

    vertical-align: super;
}
.main__callback:hover {
    text-decoration: none;
}
.main__left {
    width: 65.81%;
}
.main__title {
    line-height: 140%;
    font-weight: 300;
    font-size: 38px;
}
.main__title em {
    font-size: 48px;
    font-weight: 700;
    line-height: 150%;
}
.main__desc {
    margin-top: 23px;
    padding-left: 50px;
    position: relative;
    font-weight: 300;
    font-size: 21px;
    line-height: 150%;
    color: #4F4F4F;
}
.main__desc:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 1px;
    background: #4F4F4F;
    left: 0;
    bottom: 8px;
}
.main .spacer_top {
    /* padding-top: 91px;*/

    padding-top: 0px;
}
.icon-field-name {
    width: 12px;
    height: 14px;
}
.icon-field-phone {
    width: 14px;
    height: 14px;
}
.main__right {
    position: relative;
    top: -4px;
}
.form_small {
    background: #FFFFFF;
    box-shadow: 0 20px 40px rgba(45, 47, 51, 0.1);
    border-radius: 5px;
    width: 300px;
    padding: 55px 20px 43px;
    box-sizing: border-box;
    position: relative;
}
.form_small:before {
    content: '';
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: -7px;
    height: 7px;
    background: #FFFFFF;
    opacity: 0.6;
    box-shadow: 0 20px 40px rgba(45, 47, 51, 0.1);
    border-radius: 0 0 5px 5px;
}
.form_small:after {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    opacity: 0.6;
    border: 1px dashed #BDBDBD;
    box-sizing: border-box;
    border-radius: 5px;
}
.form {
    text-align: center;
}
.form__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
}
.form__desc {
    font-size: 14px;
    line-height: 150%;
    max-width: 240px;
    margin: 5px auto 0;
    color: #4F4F4F;
}
.form__field {
    width: 100%;
    height: 38px;
    background: none;
    border-bottom: 1px solid #BDBDBD;
    font-size: 14px;
    line-height: 150%;
    color: #333333;
}
.form__field::placeholder {
    /*color: #828282;*/
    color: #0;
    opacity: 1;
}
.form__field:-ms-input-placeholder {
/*    color: #828282;*/
    color: #0;
}
.form__fields {
    max-width: 218px;
    margin: 10px auto 0;
}
.form__label .svg-icon {
    position: absolute;
    right: 0;
    top: -4px;
    bottom: 0;
    margin: auto;
}
.form__fields {
    padding-top: 10px;
}
.form__label {
    font-size: 0;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.form__wrap {
    position: relative;
    z-index: 3;
}
.form__btn {
    margin-top: 32px;
}
.form__info {
    font-size: 8px;
    line-height: 120%;
    color: #605854;
    max-width: 212px;
    font-family: 'GTEestiProDisplay', sans-serif;
    font-weight: 300;
    text-shadow: 0 0 0 #605854;
    margin: 16px auto 0;
}
.form__info a {
    color: #2385C8;
}
.form__info a:hover {
    text-decoration: none;
}
.main__catalog-link {
    text-decoration: none;
    position: relative;
    top: -5px;
}
.main__catalog-link:hover span {
    text-decoration: none;
}
.main__catalog-link > * {
    display: inline-block;
    vertical-align: middle;
}
.main__catalog-link span {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #FF9900;
}
.icon-catalog-link {
    margin-left: 10px;
    width: 8px;
    height: 16px;
}
.main__statistics {
    font-size: 0;
}
.main__statistic {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.main__statistic-desc {
    position: relative;
    z-index: 3;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    color: #5E666B;
}
.main__statistic-desc em {
    font-weight: 500;
}
.main__statistics {
    max-width: 568px;
    width: 100%;
}
.statistic-number {
    position: absolute;
    top: -46px;
    left: -2px;
    -webkit-background-size: cover;
    background-size: cover;
}
.main__bottom {
    margin-top: 237px;
}
.main__top, .main__bottom, .main .spacer_top {
    position: relative;
    z-index: 3;
}
.scroll {
    position: absolute;
    bottom: 262px;
    left: -37px;
}
.scroll:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 28px;
    left: 0; right: 0;
    margin: 0 auto;
    background: #BDBDBD;
    bottom: -32px;
}
.scroll span {
    font-family: 'GTEestiProDisplay', sans-serif;
    font-weight: 400;
    display: block;
    transform: rotate(-90deg);
    font-size: 12px;
    line-height: 150%;
    position: absolute;
    left: -33px;
    top: -64px;
    white-space: nowrap;
    color: #C4C4C4;
}
.icon-scroll {
    width: 18px;
    height: 18px;
    -webkit-animation: scrollAnimate 2.5s linear infinite;
    animation: scrollAnimate 2.5s linear infinite;
}
@-webkit-keyframes scrollAnimate {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    16% {
        -webkit-transform: translate(0, -20%);
        transform: translate(0, -20%);
    }
    22% {
        -webkit-transform: translate(0, -30%);
        transform: translate(0, -30%);
    }
    40% {
        -webkit-transform: translate(0, -20%);
        transform: translate(0, -20%);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes scrollAnimate {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    16% {
        -webkit-transform: translate(0, -20%);
        transform: translate(0, -20%);
    }
    22% {
        -webkit-transform: translate(0, -30%);
        transform: translate(0, -30%);
    }
    40% {
        -webkit-transform: translate(0, -20%);
        transform: translate(0, -20%);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
/*end main*/








/*overlay*/
.overlay-sup,
.overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute/*fixed*/;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    padding: 90px; /*20*/
    box-sizing: border-box;
    z-index: 100;
    overflow: auto;
    display: none;
}
.overlay-sup {
    z-index: 200;
}
.popup {
    opacity: 0;
    margin: 50px auto;
    background: #FFFFFF;
    border-radius: 5px;
    position: relative;
    padding: 71px 48px 79px;
    box-sizing: border-box;
    display: none;
}
.popup-app-product,
.popup-app {
    max-width: 430px;
    text-align: center;
}
.popup .form__fields {
    max-width: 310px;
}
.popup .form__btn {
    margin-top: 20px;
}
.popup .form__info {
    text-align: center;
}
.popup__close {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 28px;
    font-size: 0;
}
.catalog__tab-else {
    display: none;
}
.catalog__tab-else.active {
    display: block;
}
.map__view {
    margin-top: 15px;
    color: #333333;
    display: none;
}
.popup__close:hover .svg-icon {
    fill: #FF9900;
}
.popup__close .svg-icon {
    fill: #BDBDBD;
    width: 20px;
    height: 20px;
}
.popup__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    color: black;
}
.popup__desc {
    font-size: 14px;
    line-height: 150%;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    color: #4F4F4F;
    margin-top: 15px;
    margin-bottom: -5px;
}
.popup-social__link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.popup-thank {
    max-width: 970px;
    padding: 56px 76px 37px 70px;
}
.manager {
    width: 40.04%;
}
.thank {
    width: 50.97%;
    text-align: center;
}
.manager img {
    width: 100%;
    border-radius: 5px;
}
.manager_text {
    padding-left: 38px;
    margin-top: 28px;
    margin-left: 30px;
    line-height: 1;
    border-left: 1px solid #FF9900;
}
.manager__name {
    position: relative;
    top: -3px;
    font-weight: bold;
    font-size: 21px;
    line-height: 150%;
}
.manager__desc {
    margin-top: -5px;
    position: relative;
    top: 2px;
    font-size: 14px;
    line-height: 150%;
}
.thank__icon {
    display: block;
    width: 66px;
    height: 66px;
    background: #60A60B;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.thank__icon .svg-icon {
    width: 33px;
    height: 24px;
}
.popup-article .popup__close,
.popup-thank .popup__close {
    top: 30px;
    right: 40px;
}
.popup-article .popup__close,
.popup-article .popup__close .svg-icon,
.popup-thank .popup__close,
.popup-thank .popup__close .svg-icon {
    width: 36px;
    height: 36px;
}
.thank {
    padding-top: 59px;
}
.thank__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 150%;
    margin-top: 32px;
}
.thank__desc {
    font-weight: 300;
    font-size: 16px;
    padding-top: 10px;
    line-height: 150%;
}
.thank__desc a {
    color: #ff9900;
}
.thank__desc a:hover {
    text-decoration: none;
}
.popup-social {
    margin-top: 84px;
    padding-top: 21px;
    border-top: 1px solid #BDBDBD;
}
.popup-social__title {
    font-weight: bold;
    display: block;
    font-size: 14px;
    line-height: 150%;
    color: #4F4F4F;
}
.popup-social__list {
    padding-top: 19px;
}
.popup-article {
    padding: 73px 100px 70px;
    max-width: 970px;
}
.popup-article img {
    width: 100%;
    border-radius: 5px;
    height: auto;
}
.popup-article h1,
.popup-article h2,
.popup-article h3,
.popup-article h4,
.popup-article h5,
.popup-article h6,
.article__title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 36px;
    line-height: 150%;
}
.popup-article p,
.article__desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    margin-top: 37px;
    padding-bottom: 51px;
    color: #4F4F4F;
}
.article__desc:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.popup-video-sup,
.popup-video {
    max-width: 900px !important;
    padding: 0 !important;
}
.popup-video-sup:after,
.popup-video:after {
    content: '';
    display: block;
    padding-top: 65%;
}
.popup-video-sup .popup__close,
.popup-video .popup__close {
    top: -40px;
    right: 0;
}
.popup-video-sup iframe,
.popup-video iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}
.popup-privacy {
    max-width: 900px;
}
.popup-privacy h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
}
.popup-privacy ul,
.popup-privacy ol {
    margin-bottom: 12px;
}
.popup-privacy p,
.popup-privacy li {
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 15px;
    line-height: 150%;
    color: #4F4F4F;
}
.popup-privacy li {
    position: relative;
    padding-left: 16px;
}
.popup-privacy li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4F4F4F;
    opacity: 0.6;
}
.popup-privacy ol:last-child,
.popup-privacy ul:last-child,
.popup-privacy p:last-child,
.popup-privacy li:last-child {
    margin-bottom: 0;
}
/*end overlay*/

input::placeholder {
    color: #999 !important;
}

.form__field
{
    color: black !important;
}

.thank__title
{
color: black;
}

h1 {
    max-width: initial;
    }



/*--------------------------------------------------*/
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: -webkit-fill-available;
    background: white;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    padding-top: calc(80px + env(safe-area-inset-top, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
    padding-left: env(safe-area-inset-left, 0px);
    padding-right: env(safe-area-inset-right, 0px);
    box-sizing: border-box;
}

.popup-app-product {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.popup__close {
    position: absolute;
    top: calc(90px + env(safe-area-inset-top, 0px));
    right: calc(20px + env(safe-area-inset-right, 0px));
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1010;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

.popup__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
    min-height: 0;
    overflow-y: auto;
}

.popup__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    padding: 0 20px;
}

.popup__desc {
    font-size: 16px;
    line-height: 150%;
    color: #4F4F4F;
    margin: 20px auto;
    max-width: 400px;
    padding: 0 20px;
}

.form__fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* Фиксированная ширина для полей формы */
.form__label {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
}

.form__field {
    width: 100%;
    max-width: 400px;
    padding: 15px 20px 15px 50px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
}

.form__field:focus {
    outline: none;
    border-color: #007bff;
}

.svg-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.orange-btn {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    background: #ff6b00;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;
    margin: 10px auto 0;
    display: block;
}

.orange-btn:hover {
    background: #e55e00;
}

.hidden {
    display: none;
}

/* Мобильные стили */
@media (max-width: 768px) {
    .popup {
        padding-top: calc(70px + env(safe-area-inset-top, 0px));
    }
    
    .popup__close {
        top: calc(80px + env(safe-area-inset-top, 0px));
        right: calc(15px + env(safe-area-inset-right, 0px));
        width: 25px;
        height: 25px;
    }
    
    .popup__content {
        padding: 20px 0;
        justify-content: safe center;
    }
    
    .popup__title {
        font-size: 22px;
        padding: 0 15px;
    }
    
    .popup__desc {
        font-size: 15px;
        padding: 0 15px;
        margin: 15px auto;
    }
    
    .form__fields {
        padding: 0 15px;
        gap: 15px;
        max-width: 100%;
    }
    
    .form__label {
        max-width: 100%;
    }
    
    .form__field {
        max-width: 100%;
        padding: 12px 15px 12px 45px;
    }
    
    .svg-icon {
        left: 15px;
        width: 16px;
        height: 16px;
    }
    
    .orange-btn {
        max-width: 100%;
        padding: 12px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .popup {
        padding-top: calc(60px + env(safe-area-inset-top, 0px));
    }
    
    .popup__close {
        top: calc(70px + env(safe-area-inset-top, 0px));
        right: calc(10px + env(safe-area-inset-right, 0px));
        width: 20px;
        height: 20px;
    }
    
    .popup__content {
        padding: 15px 0;
        justify-content: safe flex-start;
    }
    
    .popup__title {
        font-size: 20px;
        padding: 0 10px;
    }
    
    .popup__desc {
        font-size: 14px;
        padding: 0 10px;
        margin: 10px auto;
    }
    
    .form__fields {
        padding: 0 10px;
        gap: 12px;
    }
    
    .form__field {
        padding: 10px 12px 10px 40px;
        font-size: 14px;
    }
    
    .svg-icon {
        left: 12px;
        width: 14px;
        height: 14px;
    }
    
    .orange-btn {
        padding: 10px;
        font-size: 14px;
    }
}

/* Для очень маленьких высот */
@media (max-height: 600px) {
    .popup__content {
        justify-content: flex-start;
        padding-top: 10px;
    }
    
    .popup__title {
        margin-bottom: 10px;
    }
    
    .popup__desc {
        margin: 10px auto;
    }
    
    .form__fields {
        gap: 10px;
    }
}


.form__fields {
/*    width: initial !important;
    max-width: 218px;
*/
}


.form__label .svg-icon {
    right: -240px;
    top: 6px;


}


.popup__close .svg-icon {
left: 0px !important;
}