/* Прелоадер */
  #preloader {
    position: fixed;
    inset: 0;
    background: linear-gradient(135deg, #1e1e2f, #2a2a4a);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.6s ease, visibility 0.6s;
  }

  #preloader.hidden {
    opacity: 0;
    visibility: hidden;
  }

  /* Glass контейнер */
  .loader-box {
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 50px;
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(0,0,0,0.3);
    text-align: center;
  }

  /* Кольцо */
  .ring {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top: 4px solid #00d4ff;
    border-right: 4px solid #7b61ff;
    animation: rotate 1.2s linear infinite;
    margin: 0 auto 20px;
  }

  @keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /* Текст */
  .loading-text {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    animation: pulse 1.5s infinite;
  }

  @keyframes pulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
  }

  /* Контент */
  #content {
    padding: 40px;
    display: none;
  }
 /******  *******/

@font-face{font-family:regular;src:url(../fonts/SF-Pro-Display-Regular.otf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:medium;src:url(../fonts/SF-Pro-Display-Medium.otf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:semibold;src:url(../fonts/SF-Pro-Display-Semibold.otf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:bold;src:url(../fonts/SF-Pro-Display-Bold.otf) format("truetype");font-style:normal;font-weight:400}*{margin:0;padding:0;box-sizing:border-box}:focus{outline:0}img{max-width:100%}::-webkit-scrollbar{height:4px}::-webkit-scrollbar-track{background:#FFF;border-radius:10px}::-webkit-scrollbar-thumb{background:#106bfb;border-radius:10px;transition:background .3s ease}body{font-family:regular;font-size:18px;color:#4c586a;background:#ECF1F6;line-height:130%}@media (max-width:1200px){body{font-size:16px}}@media (max-width:992px){body{font-size:15px}}a{text-decoration:none;color:#4c586a}button{border:none}.orange-btn{background:#ff7d1c;color:#fff;transition:background .25s}.orange-btn:hover{background:#ff6e02}
.blue-btn{
    background:#106bfb;
    color:#fff;
    text-transform:uppercase;
    font-size:14px;
    font-family:bold;
    display:flex;
    align-items:center;gap:15px;
    width:max-content;
    padding:22px 41px 21px 32px;
    border-radius:100px!important;transition:background .25s;
    justify-content: center;
}
.blue-btn:hover{background:#297bfb}.gray-btn{background:#ecf1f6;color:#106bfb;text-transform:uppercase;font-size:14px;font-family:bold;display:flex;align-items:center;gap:15px;width:max-content;padding:23px 41px;border-radius:100px!important;transition:background .25s}.gray-btn:hover{background:#dbe4ee}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.mb-50{margin-bottom:50px}.mt-50{margin-top:50px}.mb-40{margin-bottom:40px}.mt-40{margin-top:40px}.pt-70{padding-top:70px}.pb-70{padding-bottom:70px}.pb-40{padding-bottom:40px!important}.pb-50{padding-bottom:50px!important}.pl-70{padding-left:70px!important}.pr-70{padding-right:70px!important}@media (max-width:992px){.pl-70{padding-left:20px!important}.pr-70{padding-right:20px!important}}.wrapper{max-width:1240px;margin-left:auto;margin-right:auto;padding:70px 15px}.wrapper.no-padding{padding:0}.wrapper.wrapper-white{background:#FFF;border-radius:25px}@media (max-width:1290px){.wrapper{margin-left:10px;margin-right:10px}}@media (max-width:992px){.wrapper{padding:50px 20px}}.mt-65{margin-top:65px}@media (max-width:992px){.mt-65{margin-top:35px}}
.h1,h1{font-family:bold;font-size:65px;line-height:100%}
@media (max-width:992px){.h1,h1{font-size:38px}}
h1.for-cities{
    font-size: 35px;
    margin-bottom: 35px;
    text-align: center;
}
@media (max-width: 768px){
    h1.for-cities{
        font-size: 25px;
        margin-bottom: 25px;
    }
}
.h2,h2{font-family:bold;font-size:48px;line-height:100%;margin-bottom:30px}
@media (max-width:992px){.h2,h2{font-size:30px}}
@media (max-width:550px){.h2 br,h2 br{display:none}}.h3,h3{font-size:25px;margin-bottom:15px;font-family:bold}p{margin-bottom:15px}.mob-btn{display:none;border-radius:50%}@media (max-width:992px){.mob-btn{display:block}}.mobile_menu{display:none;position:fixed;background:#FFF;padding:15px;width:calc(100% - 60px);left:10px;height:100%;z-index:9}.btn{border-radius:10px;text-decoration:none}.btn.bold{font-family:interBold}header{margin-top:10px;position:sticky;top:0;z-index:99;transition:padding .5s}header.fixed{padding:10px 0;top:-10px}header.fixed .wrapper.wrapper-white{box-shadow:0 0 2px rgba(0,0,0,.25);border-radius:8px;padding:5px 15px}header .wrapper.wrapper-white{padding:30px 15px;border-radius:30px 30px 0 0}.header-block{display:flex;align-items:center;gap:10px;justify-content:space-between;padding-left:70px;padding-right:70px}@media (max-width:1100px){.header-block{padding-left:0;padding-right:0}}@media (max-width:992px){.header-block{gap:7px}}@media (max-width:480px){.header-block{flex-wrap:wrap}}

ul.topnav{list-style:none;display:flex;gap:15px;position:relative;margin-bottom:10px}ul.topnav a{font-size:12px;text-transform:uppercase;font-family:medium}ul.topnav a:hover{text-decoration:underline;color:#106BFB}
ul.topnav ul{display:none;list-style:none;background:#FFF;padding:20px 40px;left:-40px;border-radius:20px;box-shadow:0 4px 4px rgba(0,0,0,.25)}ul.topnav ul li a{display:block;margin-bottom:10px;transition:color .1s;font-size:14px}
ul.topnav li.parent>img{position:relative}
ul.topnav li.parent>ul{position:absolute}
ul.topnav li.parent:hover>img{transform:rotate(180DEG);top:-2px}ul.topnav li.parent:hover>ul{display:block}
@media (max-width:992px){
    ul.topnav{display:block}
    
    ul.topnav>li{margin-bottom:10px}
    ul.topnav ul{display:block;box-shadow:none;padding:10px;left:0;break-inside:avoid;page-break-inside:avoid}
    footer ul.topnav li.parent>ul {
        position: relative !important;
        bottom: 0 !important;
    }
    
    ul.topnav li.parent ul{position:relative}ul.topnav a{font-size:15px}ul.topnav ul li a{font-size:14px}}@media (max-width:480px){ul.topnav{margin-left:0;margin-right:0}}@media (max-width:768px){.top-messengers{margin-left:auto}.top-messengers-links{display:flex;align-items:center;gap:7px}}.top-messengers{display:flex;align-items:center;gap:15px}@media (max-width:992px){.top-messengers{justify-content:center}}.top-messengers-text{font-size:14px;font-family:medium;line-height:120%}.top-messengers-text span{color:#106bfb}@media (max-width:1200px){.top-messengers-text{display:none}}@media (max-width:1200px){.top-messengers-text{font-size:12px}}.top-messengers-links a:hover rect{fill:#E67E22}@media (max-width:1200px){.top-messengers-links svg{width:36px;height:36px}.logo img{width:120px;height:auto}}.top-order-btn{padding:16px 20px;display:flex;align-items:center;gap:13px;width:180px;justify-content:center;text-transform:uppercase;font-size:12px;border-radius:60px}@media (max-width:1200px){.top-order-btn{width:195px;font-size:14px}}@media (max-width:768px){.top-order-btn{display:none}}.hero .wrapper{border-radius:0 0 30px 30px;padding-bottom:0;padding-top:0}.hero-block{padding:90px 0 82px 70px;position:relative;overflow:hidden}@media (max-width:1100px){.hero-block{padding:90px 0 82px 20px}}@media (max-width:992px){.hero-block{padding:0 0 315px}}.hero-image{position:absolute;right:0;bottom:0}.hero-image img{position:relative;bottom:-5px;right:0}@media (max-width:992px){.hero-image{height:315px;text-align:center}.hero-image img{object-fit:cover;height:100%;max-width:100%}}.hero-text{max-width:650px;position:relative;z-index:1}.hero-subtitle{margin-top:30px;font-size:18px}@media (max-width:992px){.hero-subtitle{margin-top:15px;font-size:16px}}.price{background:#ff7d1c;border-radius:15px;font-family:bold;font-size:30px;margin-top:25px;color:#fff;padding:6px 19px;width:max-content}@media (max-width:992px){.price{border-radius:10px;font-size:20px;padding:8px 20px}}
    
    .inside-hero .hero-image{
        bottom:30%;
        /* max-height: 90%;
        max-width: 40%; */
    }
    .isblank.inside-hero .hero-image{
        bottom: 20%;
        max-height: 90%;
        max-width: 40%;
    }
    @media (max-width:992px){
        .inside-hero .hero-block{padding:0 0 350px}
        .inside-hero .hero-image{bottom:130px;height:221px}
        .inside-hero .hero-image img{width:100%;height:auto}
        .isblank.inside-hero .hero-image{
            max-width: 70%;
        }    
    }
        
    .hero-btns{display:flex;align-items:center;gap:20px;margin-top:30px}@media (max-width:992px){.hero-block .hero-btns{position:absolute;bottom:20px}}@media (max-width:768px){.hero-btns{display:grid;grid-template-columns:1fr;gap:10px}}.adv-items{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;background:#ecf1f6}.adv-item{background:#FFF;border-radius:25px;max-height:147px;padding:30px 0;text-align:center}.adv-item-title{font-size:24px;font-family:bold}.adv-item-subtitle{font-size:18px;margin-top:10px}@media (max-width:992px){.adv-items{grid-template-columns:repeat(3,300px);gap:10px;overflow-x:scroll;padding-bottom:10px}.adv-item{padding:20px 30px;border-radius:15px}.adv-item-title{font-size:20px}.adv-item-subtitle{font-size:14px}}@media (max-width:650px){.adv-items{grid-template-columns:repeat(3,230px)}
.adv-item{text-align:left}
}
@media (max-width:480px){.why-thrue-us .h2,.why-thrue-us h2{text-align:left}}
.text-content{padding:0 30px}
@media (max-width: 550px){
    .text-content{
        padding: 0;
    }
}
.text-content.full-width-content{padding-right:130px;padding-left:130px}
.text-content ol,.text-content ul{list-style-position:inside;margin-bottom:15px;position:relative;left:15px}
.text-content li{margin-bottom:5px}
.text-center{text-align:center}.left-image,.right-image{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.right-image img{order:1}@media (max-width:1400px){.left-image{grid-template-columns:30% auto}
.right-image{grid-template-columns:auto 30%}}@media (max-width:992px){.left-image,.right-image{grid-template-columns:1fr;gap:0}.left-image img,.right-image img{max-width:300px}}@media (max-width:550px){.left-image img,.right-image img{max-width:100%;margin:10px 0}}blockquote{border-radius:15px;padding:0 100px;text-align:center;font-size:20px}.orange-border{border-right:3px solid #ff7d1c;border-left:3px solid #ff7d1c}@media (max-width:992px){blockquote{padding:0;font-size:14px}.orange-border{padding:30px 20px}}.adv-blocks-items{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;clear:both}.adv-blocks-item{color:#fff;border-radius:25px;height:235px;padding:40px}.adv-blocks-item:nth-of-type(1),.adv-blocks-item:nth-of-type(4){background:linear-gradient(303.81deg,#1456d1 3.15%,#267bfa 100%)}.adv-blocks-item:nth-of-type(2){background:linear-gradient(304.54deg,#333c49 2.61%,#5c646f 97.99%)}.adv-blocks-item:nth-of-type(3){background:linear-gradient(124.24deg,#ff8c0f 4.03%,#ff5a04 100%)}.adv-blocks-item-title{font-size:30px;font-family:bold;margin:20px 0 10px}@media (max-width:1300px){.adv-blocks-items{gap:10px}}@media (max-width:1200px){.adv-blocks-item{height:200px;padding:30px}}@media (max-width:992px){.adv-blocks-item{height:188px}.adv-blocks-item svg{width:29px;height:34px}.adv-blocks-item-title{font-size:24px;margin:10px 0 5px}}@media (max-width:768px){.adv-blocks-items{grid-template-columns:repeat(4,195px);overflow-x:scroll;padding-bottom:10px}}.order-text-block{padding:113px 0 113px 70px;position:relative}.order-text-block .h2,.order-text-block h2{max-width:526px}.order-text-block-content{position:relative;z-index:3}.order-text{max-width:393px}.order-blank{position:absolute;right:80px;top:54px}.order-text-block-btns{margin-top:40px;display:flex;align-items:center;gap:15px}@media (max-width:992px){.order-text-block{padding:50px 20px}.order-blank{right:50px;bottom:59px;top:auto;width:300px}}@media (max-width:768px){.order-text-block-btns{flex-wrap:wrap}.order-text-block-btns a:nth-of-type(1){order:3}.order-text-block-btns a:nth-of-type(2){order:1}.order-text-block-btns a:nth-of-type(3){order:2}.order-blank{width:200px}}.what-can{padding-left:70px;padding-right:70px}.what-can .h2,.what-can h2{text-align:center}.what-can-items{display:grid;grid-template-columns:repeat(5,1fr);gap:75px}.wrapper-sub{font-family:medium;text-align:center;margin-bottom:50px;max-width:859px;margin-left:auto;margin-right:auto}.what-can-item{font-size:16px;font-family:medium;line-height:110%}.what-can-item img{margin-bottom:20px}@media (max-width:1200px){.what-can-items{gap:30px}}@media (max-width:992px){.what-can{padding-left:20px;padding-right:20px}.what-can-items{grid-template-columns:repeat(5,160px);overflow-x:scroll;padding-bottom:15px;gap:20px}.wrapper-sub{margin-bottom:30px}}.blanks-items{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:50px}.blanks-items.choose-type-items{grid-template-columns:repeat(2,1fr)}.blanks-items.choose-type-items .blanks-items-item:nth-of-type(2){background:#404956}.blanks-items-item{color:#fff;padding:50px 30px;border-radius:25px}.blanks-items-item:nth-of-type(1){background:#106bfb}.blanks-items-item:nth-of-type(2){background:#ff7d1c}.blanks-items-item:nth-of-type(3){background:#404956}.blanks-items-item-title{font-size:24px;font-family:bold;margin-bottom:40px;line-height:120%}.blank-items-list{font-size:16px}.blank-items-list ul{list-style:none;padding-left:15px}.blank-items-list ul li{position:relative;margin-bottom:10px}.blank-items-list ul li:before{position:absolute;content:url(../images/white-list.svg);left:-15px}p.bottom-sub{text-align:center;margin-top:40px;max-width:932px;margin-left:auto;margin-right:auto}@media (max-width:1300px){.blanks-items-item{padding:30px}.blanks-items-item-title{font-size:20px;margin-bottom:20px}.blanks-items{gap:10px}}@media (max-width:992px){.blank-items-list ul li{font-size:14px}p.bottom-sub{margin-top:20px;font-size:14px}}@media (max-width:850px){.blanks-items{margin-top:20px;grid-template-columns:repeat(3,260px);overflow-x:scroll;padding-bottom:15px}.blanks-items-item{border-radius:15px}}@media (max-width:600px){.blanks-items.choose-type-items{grid-template-columns:repeat(2,260px)}}.why-we-wrapper .h2,.why-we-wrapper h2{text-align:center}.why-we{padding:40px 0 65px;background:rgba(217,217,217,.55)}.why-we .h2,.why-we h2{text-align:center}.why-we-items{display:grid;grid-template-columns:repeat(4,1fr);gap:67px}.why-we-item-icon{margin-bottom:31px}.why-we-item-title{font-size:24px;font-family:bold;line-height:120%;margin-bottom:15px}.why-we-item-text{font-size:16px}@media (max-width:1250px){.why-we-items{gap:20px}.why-we-item-title{font-size:20px}.why-we-item-text{font-size:14px}}@media (max-width:850px){.why-we-items{grid-template-columns:repeat(4,190px);overflow-x:scroll;padding-bottom:15px}.why-we-items img{max-width:22px}}.why-we-items-2{display:grid;grid-template-columns:repeat(4,1fr);gap:67px;margin-top:50px;align-items:center}@media (max-width:1250px){.why-we-items-2{gap:20px}}@media (max-width:992px){.why-we-items-2{display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.why-we-items-2{display:grid;grid-template-columns:1fr}}.blue-bg-tags{background:#106BFB;border-radius:25px;padding:41px 20px;margin-top:50px}.blue-bg-tags-wrap{display:flex;flex-wrap:wrap;gap:15px;margin-left:auto;margin-right:auto;max-width:587px}.tag{background:#ECF1F6;font-family:semibold;padding:10px 30px;border-radius:70px}@media (max-width:992px){.blue-bg-tags-wrap{max-width:519px}}@media (max-width:768px){.blue-bg-tags-wrap{max-width:440px}.blue-bg-tags{margin-top:20px}.tag{font-size:14px;padding:5px 20px}}@media (max-width:480px){.blue-bg-tags-wrap{gap:10px}}.page-form{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}
.page-form-block{background:#fff;padding:70px 50px 70px 70px;height:100%;display:flex;flex-direction:column;justify-content:center;gap:20px;border-radius:25px;font-size:16px}
.page-form-block .order-text-block-btns{margin-top:0}
.page-form-image{height:100%}
.page-form-image img{object-fit:cover;width:100%;height:100%;border-radius:10px}
input{border:none;background:#F0F0F0;color:#fff;text-transform:uppercase;font-size:14px;border-radius:100px;padding:25px;margin-bottom:10px; color: #000;}
button[type=submit],input{width:320px!important}.submit-block{display:flex;align-items:center;gap:15px;flex-wrap:wrap}@media (max-width:1200px){.page-form{grid-template-columns:30% auto}.page-form-block{padding:50px 30px}}
@media (max-width:992px){button[type=submit],input{width:100%!important;padding:18px}.page-form-block .order-text-block-btns img{width:50px;height:50px}}
@media (max-width:768px){.page-form-block .order-text-block-btns{justify-content:center;width:100%}}
@media (max-width:650px){.page-form{grid-template-columns:1fr}.page-form-image{height:220px}.page-form-image img{object-position:top}}.how-order .h2,.how-order h2{text-align:center}.how-order-items{display:grid;justify-content:space-between;margin-top:50px;grid-template-columns:196px 243px 208px 175px}.how-order-item{display:grid;grid-template-columns:60px 1fr;gap:10px;align-items:center}.how-order-item-text{grid-column-start:1;grid-column-end:-1}.how-order-item-num{width:60px;height:60px;background:#F0F0F0;border-radius:15px;font-size:20px;display:flex;align-items:center;justify-content:center;gap:10px}.how-order-item-title{font-size:20px;font-family:bold;line-height:110%}.how-order-item-text{font-size:16px}@media (max-width:1200px){.how-order-items{grid-template-columns:175px 210px 179px 145px;margin-top:20px}.how-order-item{grid-template-columns:40px 1fr}.how-order-item-num{width:40px;height:40px;font-size:13px;border-radius:10px}.how-order-item-text{margin-top:0}.how-order-item-title{font-size:16px}}@media (max-width:992px){.how-order-items{grid-template-columns:200px 200px;gap:20px;justify-content:center}}@media (max-width:550px){.how-order-items{grid-template-columns:240px;gap:20px;justify-content:center}}.how-order-step-five{margin-top:40px;height:400px;position:relative;color:#fff}.how-order-step-five img{position:absolute;object-fit:cover;width:100%;height:100%;z-index:1;border-radius:15px}.how-order-step-five .how-order-step-five-text-block{position:relative;z-index:5;padding:40px}.how-order-step-five .how-order-item-num{margin-bottom:40px;background:#106bfb;color:#fff}.how-order-step-five .how-order-item-title{font-size:30px}@media (max-width:1200px){.how-order-step-five{margin-top:20px;height:300px}.how-order-step-five .how-order-step-five-text-block{padding:20px}}@media (max-width:992px){.how-order{padding-bottom:20px!important}}@media (max-width:480px){.how-order-step-five{height:210px}.how-order-step-five .how-order-item-title{font-size:18px}.how-order-step-five .how-order-step-five-text-block{display:flex;gap:15px}}.faq-blocks{display:grid;grid-template-columns:326px 1fr;gap:154px}.faq-item{padding-bottom:20px;margin-bottom:35px;border-bottom:1px solid #EAEAEA}.faq-item-title-block{position:relative}.faq-item-title{font-size:22px;font-family:bold;padding-right:65px;cursor:pointer}.open-faq{position:absolute;right:0;top:-15px;width:50px;height:50px;background:#106bfb;border-radius:10px;display:flex;align-items:center;justify-content:center}.open-faq img{transition:transform .5s}.faq-item-text{max-height:0;overflow:hidden;opacity:0;transition:all .5s ease;padding:0 45px 0 0}.faq-item.opened .faq-item-title:before{transform:rotate(0)}.faq-item.opened .faq-item-text{max-height:500px;opacity:1}.faq-item.opened .open-faq img{transform:rotate(45DEG)}@media (max-width:1300px){.faq-blocks{gap:100px}}@media (max-width:1200px){.faq-blocks{gap:50px}}@media (max-width:992px){.faq-blocks{grid-template-columns:1fr;gap:0}.open-faq{width:40px;height:40px;top:-5px}.faq-item-title{font-size:18px;padding-right:40px}}.contacts-blocks{display:grid;grid-template-columns:640px 280px;gap:80px}.cont-btns{display:flex;gap:10px;flex-direction:column}.cont-btns .btn{width:100%;height:65px;display:flex;align-items:center;gap:10px;justify-content:center;border-radius:100px}.dark-gray-btn{background:#404956;color:#fff}.cont-btns .city-btn{justify-content:start}@media (max-width:1300px){.contacts-blocks{gap:30px}}@media (max-width:1100px){.contacts-blocks{grid-template-columns:540px 280px}.cont-btns .btn{height:55px}}@media (max-width:992px){.contacts-blocks{grid-template-columns:1fr;gap:20px}.contacts-block{order:1;width:300px}.map{order:2}}
@media (max-width:480px){.contacts-block{width:100%}}
footer .header-block{
    flex-wrap:wrap
}
footer ul.topnav li.parent>ul {
    position: absolute;
    bottom: 25px;
}
@media (max-width:992px){footer .logo{width:100%;text-align:center}}@media (max-width:768px){footer .top-order-btn{display:block}}.popup{margin:auto;position:relative;width:100%;max-width:920px}.popup .page-form{background:#FFF;border-radius:25px}.popup .page-form.thank{display:flex;align-items:center;gap:10px;flex-direction:column;max-width:460px;padding:50px 60px}.popup .h2,.popup h2{font-size:45px;text-align:center}.popup .page-form-block{padding-right:0}
.popup .page-form-image img{
    object-fit: cover;
    width:100%;
    height:100%;
}
.page-form-block-subtitle{text-align:center}.thank-popup-title{font-size:30px;text-align:center;line-height:120%}.sub-thank{font-family:medium;font-size:16px;text-align:center}#thank.popup{max-width:max-content}@media (max-width:1200px){.popup .h2,.popup h2{font-size:30px}.popup .page-form-block{padding-right:30px}.popup .page-form{grid-template-columns:1fr 1fr}}
@media (max-width:550px){
    .popup .page-form{grid-template-columns:1fr}
    .popup .page-form-image{text-align:center; padding-bottom: 10px;}
    .popup .page-form-image img{height:100%; width: auto;}
    .popup .page-form.thank{padding:30px 20px}
    .page-form-block {
        padding: 50px 30px;
    }
}
html.mfp-helper,html.mfp-helper body{overflow:visible!important;height:auto!important}.inperror{color:#f22;font-size:13px;position:absolute;top:-20px}ul.cities{list-style:none}ul.cities li{margin-bottom:15px}ul.cities a{color:#000;text-decoration:underline;text-underline-offset:5px}ul.cities a:hover{text-decoration:none}.choose-type .h2,.choose-type h2{text-align:center}
.error-message{
    color: brown;
    font-size: 80%;
    text-align: center;
}
.blue-btn:disabled{
    opacity: .5;
}
/******  *******/
/* Сброс и базовые стили для списка */
ul.cities {
    list-style: none; /* Убираем стандартные маркеры */
    padding-left: 0;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

/* Элементы списка */
ul.cities li {
    padding-left: 28px; /* Место для иконки */
    margin-bottom: 12px;
    line-height: 1.4;
    position: relative;
    font-size: 16px;
    color: #2c3e2f;
}

/* Зеленая галочка (SVG вместо Unicode символа) */
ul.cities li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232ecc71'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.1s ease;
}

/* Легкий эффект при наведении */
ul.cities li:hover::before {
    transform: scale(1.1);
}
/******  *******/