/* Адаптивные стили для различных устройств */

/* Мобильный блок контактов */
.mobile-contact-bar {
    display: none;
}

@media screen and (max-width: 768px) {
    .mobile-contact-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #242424;
        border-top: 1px solid rgba(254, 245, 228, 0.2);
        padding: 10px 0;
        z-index: 1000;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    }
    
    .mobile-contact-bar .contact-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #FEF5E4;
        text-decoration: none;
        padding: 8px 5px;
        transition: all 0.3s ease;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .mobile-contact-bar .contact-item:hover {
        background: rgba(183, 128, 40, 0.2);
        color: #FFBC51;
    }
    
    .mobile-contact-bar .contact-item svg {
        margin-bottom: 4px;
        width: 18px;
        height: 18px;
    }
    
    .mobile-contact-bar .contact-item span {
        font-family: 'Montserrat', sans-serif;
        font-size: 9px;
        font-weight: 500;
        text-align: center;
        letter-spacing: -0.1px;
    }
    
    /* Добавляем отступ снизу для body, чтобы контент не перекрывался */
     body {
         padding-bottom: 60px;
     }

    body, html {
        overflow-x: hidden;
    }

    header .wrap .navbar, header .wrap .tel, header .wrap .contacts .request, header .open-modal {
        display: none;
    }

    header {
        padding-top: 12px;
        position: relative;
        z-index: 5;
    }
    header .logo path:last-child{
        display:none;
    }
    header .col-md-1, header .col-md-11 {
        max-width: 50%;
        width: 50%;
    }

    header .wrap .contacts .social {
        position: relative;
    }

    header .wrap .contacts .social a.tg {
        width: 20px;
        height: 20px;
    }

    header .wrap .contacts .social a.whatsapp {
        height: 18px;
    }

    main .first_screen .img.icon_top_left {
        width: 88.078px;
        left: 10px;
        top: 17px;
    }

    main .first_screen {
        padding-top: 0;
    }

    main .first_screen .container {
        padding-top: 134px;
        padding-bottom: 217px;
    }

    main .first_screen .img.icon_top_bottom {
        bottom: auto;
        top: 65px;
        right: 30px;
        left: auto;
        width: 56.052px;
    }

    main .first_screen .img.iocn_bottom_bottom {
        bottom: auto;
        right: -60px;
        top: 26px;

        width: 134px;
        height: 129px;
        width: 134px;
    }

    main .first_screen .img.icon_top_right {
        left: 0;
        right: auto;
        top: auto;
        bottom: 91px;
        width: 70px;
        height: 98px;
        left: 10px;
    }

    main .first_screen .img.icon_top_bottom_right {
        right: 11px;
        bottom: 0;
        width: 113px;
        height: 135px;
        bottom: 54px;
    }

    main .first_screen h1 {
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 37.691px;
        margin-bottom: 12px;
    }

    main .first_screen .button svg {
        pointer-events: none;
    }

    main .first_screen .subtext p br {
        display: none;
    }

    main .first_screen .button {
        width: 191px;
        height: 38px;
    }

    main .first_screen .subtext {
        margin-bottom: 26px;
    }

    main .first_screen .second_round {
        pointer-events: none;
    }

    main .about_icon {
        padding-top: 0;
    }

    main .about_icon .wrap {
        flex-direction: column;
        padding: 0;
        gap: 0;
    }

    main .top_bg {
    }

    main .about_icon .wrap .left {
        min-width: 100%;
        width: 100%;
    }

    main .about_icon .wrap .right {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
        position: relative;
    }

    main .about_icon .wrap .right .tit h2 {
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 50px;
        margin: 0;
    }

    main .about_icon .wrap .right .text p {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px; /* 125% */
        letter-spacing: -0.24px;
    }

    main .about_icon .wrap .right .tit span {
        font-size: 360px;
        font-style: normal;
        font-weight: 400;
        line-height: 360.808px; /* 100.225% */
        letter-spacing: -18px;
        bottom: -14px;
        left: -12px;
        width: auto;
        overflow: visible;
    }

    main .about_icon .wrap:after {
        display: none;
    }

    main .about_icon .wrap .right:after {
        content: '';
        background: url(../img/point.png) no-repeat;
        width: 32px;
        height: 32px;
        display: block;
        position: absolute;
        right: 5px;
        top: 12px;
    }

    main .why_us {
        padding-top: 60px;
    }
    main .why_us h3{
        color: #FEF5E4;
        text-align: center;
        font-family: Ardeco;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px; /* 94.286% */
        max-width:230px;
        margin: auto;
        margin-bottom: 37px;
    }
    main .why_us .items{
        gap:40px;
    }
    main .why_us .item{
        flex:0 0 100%!important;
        padding-right: 15px!important;
        gap: 10px;
    }
    main .why_us .item .wrap .tit{
        color: #F8B64D;
        text-align: center;
        font-family: Ardeco;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 100% */
        text-align:left;
    }
    main .why_us .item .wrap .text p{
        color: #FEF5E4;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 17px; /* 121.429% */
        letter-spacing: -0.28px;
    }
    main .buyed .buyed_svg{
        pointer-events:none;
    }
    main .why_us .item .wrap .request{
        margin-top:17px;
    }
    main .buyed{
        padding-top:60px;
        padding-bottom: 60px;
    }
    main .buyed .top h3{
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
    }
    main .buyed .top .nav{
        position:relative;
        bottom: 0;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    main .buyed .top .nav div{
        width:40px;
        height:40px;
    }
    main .buyed .top{
        padding-bottom:0;
    }
    main .buyed .slider_block{
        max-width:260px;
        margin: 0;
        overflow: visible;
    }
    main .etaps_points h3{
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        max-width:286px;
        margin: auto;
        margin-bottom: 13px;
    }
    main .etaps_points .subtext p{
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 17px; /* 121.429% */
        letter-spacing: -0.28px;
        max-width: 301px;
        margin: auto;
    }
    main .etaps_points .imger_2{
        display:none;
    }
    main .etaps_points .items{
        padding-top:136px;
    }
    main .etaps_points .items .it .num{
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    main .etaps_points .items .it .num br{
        display:none;
    }
    main .etaps_points .items .it .text{
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 17px; /* 121.429% */
        letter-spacing: -0.28px;
    }
    main .etaps_points .items .it .icon_right, main .etaps_points .items .it .icon_left{
        display:none;
    }
    main .etaps_points .items .it .socials{
        margin-top: 17px;
        margin-bottom: 30px;
    }
    main .etaps_points .subtext p br{
        display:none;
    }
    main .etaps_points .subtext p.orange{
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 17px; /* 121.429% */
        letter-spacing: -0.28px;
    }
    main .etaps_points{
        padding-bottom:60px;
    }
    main .find_cost .coster_svg{
        pointer-events:none;
    }
    main .find_cost{
        padding-top:60px;
        padding-bottom:60px;
    }
    main .find_cost .wrap h3{
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        margin-bottom:15px;
    }
    main .find_cost .wrap .subtext{
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 17px; /* 121.429% */
        letter-spacing: -0.28px;
        margin-bottom: 30px;
    }
    main .find_cost .wrap .form{
        margin: 0 -13px;
        padding: 20px 10px;
    }
    main .find_cost .wrap .form .line{
        margin-bottom:10px;
    }
    main .find_cost .wrap .form .line input{
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 19px; /* 146.154% */
        letter-spacing: -0.26px;
    }
    main .find_cost .wrap .form .download{
        margin-top:20px;
    }
    main .find_cost .wrap .form .download label{
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 19px; /* 126.667% */
        letter-spacing: -0.3px;
    }
    main .find_cost .wrap .form .download label img{
        width:22px;
    }
    main .find_cost .wrap .form .submit label{
        width:212px;
        height:38px;
    }
    main .find_cost .wrap .form .policy{}
    main .find_cost .wrap .form .policy br{
        display:none;
    }
    main .find_cost .wrap .form .social{
        margin-top:30px;
    }
    main .about_us h3{
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        margin-bottom:30px;
    }
    main .about_us .wrap{
        flex-direction:column;
        gap: 0;
    }
    main .about_us .wrap .img{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    main .about_us .wrap .right{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
        position: relative;
    }
    main .about_us .wrap .right:after{
        content: '';
        background: url(../img/point.png) no-repeat;
        width: 32px;
        height: 32px;
        display: block;
        position: absolute;
        right: 5px;
        top: 12px;
        opacity: 0.4;
    }
    main .about_us .wrap .right .tit .icon{
        bottom: 20px;
    }
    main .about_us .wrap .right .tit .icon img{
        width: 74px;
        height: 74px;
    }
    main .about_us .wrap .right .tit{
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 50px;
        margin: 0;
    }
    main .about_us .wrap .right .text p{
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px; /* 125% */
        letter-spacing: -0.24px;
    }
    main .about_us .wrap:after{
        display:none;
    }
    main .about_us{
        padding-bottom:60px;
    }
    main .we_buy .we_buy_svg{
        pointer-events:none;
    }
    main .we_buy h3{
        margin-bottom: 30px;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
    }
    main .we_buy .wrap{
        width: calc(100% + 30px);
        margin: 0;
        margin: 0 -15px;
        padding: 20px 10px;
    }
    main .we_buy .wrap .line{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    main .we_buy .wrap .line .icon{
        padding: 8px 16px;
    }
    main .our_mission svg{
        pointer-events:none;
    }
    main .our_mission h3{
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        margin-bottom:13px;
    }
    main .our_mission .text p{
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; /* 123.077% */
        letter-spacing: -0.26px;
    }
    main .our_mission{
        padding-top:30px;
        padding-bottom:60px;
    }
    main .classification_title{
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        padding:0 15px;
        margin-bottom:30px;
    }
    main .classification{
        padding-top:20px;
        padding-bottom: 50px;
    }
    main .classification .wrap{
        flex-wrap:wrap;
    }
    main .classification .wrap .item{
        flex:0 0 100%;
    }
    main .classification .wrap .item .meta{
        padding:20px 15px;
    }
    main .classification .wrap .item .meta .tit{
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
    }
    main .classification .wrap .item .meta .text p{
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 17px; /* 121.429% */
        letter-spacing: -0.28px;
    }
    main .classification .wrap .item .meta .text{
        margin-bottom:13px;
    }
    main .classification .wrap .item .meta .descr p{
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; /* 123.077% */
        letter-spacing: -0.26px;
    }
    main .classification .watch_all{
        margin-top:20px;}
    main .reviews{
        padding-top:60px;
    }
    main .reviews .top_tit h3{
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        max-width:286px;
        margin:auto;
        margin-bottom:30px;
    }
    main .reviews .top_tit .nav{
        position: relative;
        bottom: 0;
    }
    main .reviews .top_tit{
        padding-bottom:20px;
    }
    main .reviews .reviews_slider .wrap{
        padding-top:20px;
        padding-left:15px;
        padding-right:20px;
        padding-bottom:20px;
    }
    main .reviews .reviews_slider .wrap .title{
        color: #F8B64D;
        font-family: Ardeco;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px; /* 90% */
        margin-bottom: 24px;
    }
    main .reviews .reviews_slider .wrap .text p{
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 15px; /* 115.385% */
        letter-spacing: -0.26px;
    }
    main .free_transfer h3{
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        margin-bottom:13px;
    }
    main .free_transfer .subtext p{
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 17px; /* 121.429% */
        letter-spacing: -0.28px;
    }
    main .free_transfer .subtext p br{
        display:none;
    }
    main .free_transfer .wrap{
        margin-top:30px;
        margin: revert-layer;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: 30px;
    }
    main .free_transfer .wrap .wraps{
        justify-content: flex-start;
    }
    main .free_transfer .wrap .wraps .icon{
        padding:10px 18px;
    }
    main .free_transfer{
        padding-bottom:60px;
    }
    main .answ_question h3{
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        margin-bottom:30px;
    }
    main .answ_question .items .accord .title{
        padding:12px 18px;
        padding-right:46px;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.3px;
    }
    main .answ_question .items .accord .title:before{
        border-width: 27px 66px 0 0;
    }
    main .answ_question .items .accord .text{
        padding:12px 15px;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; /* 123.077% */
        letter-spacing: -0.26px;
    }
    main .answ_question .items .accord .text:after{
        border-width: 0 66px 27px 0;
    }
    main .offer{
        padding-top:80px;
        padding-bottom: 60px;
    }
    main .offer h3{
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        margin-bottom:25px;
    }
    main .offer h3 br{
        display:none;
    }
    footer{
        padding-top:30px;
        padding-bottom:50px;
    }
    footer .wrap .top .title{
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px
    }
    footer .wrap .top .title br{
        display:none;
    }
    footer .wrap .top .open-modal .top_svg, footer .wrap .top .open-modal .bottom_svg{
        pointer-events:none;
    }
    footer .wrap .bottom{
        display:none;
    }
    footer .info{
        margin-top: 30px;
    }
    footer .info .adr_block{
        margin-bottom:17px;
    }
    footer .worktime{
        margin-top: 20px;
    }
    footer .mailer{
        margin-bottom:50px;
    }
    footer .info .bottom.mobile{
        color: #FEF5E4;

        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 17px; /* 121.429% */
        letter-spacing: -0.28px;
    }
    footer .info .bottom.mobile .privacy{
        margin-bottom:1rem;
        display: flex;
    }
    .overlay{
        padding:10px;
    }
    .overlay .modals{
        padding:50px 20px;
    }
    .close-modal{right: -1px;top: -20px;}
    .modals .former .line input{
        height: 42px;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 19px; /* 146.154% */
        letter-spacing: -0.26px;
    }
    .modals .former .line{
    }
    .modals .former .download  img{
        width: 22px;
        height: 22px;
    }
    .modals .former .download label{
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 19px; /* 126.667% */
        letter-spacing: -0.3px;
    }
    .modals .former .policy{
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px; /* 116.667% */
        letter-spacing: -0.24px;
    }
    .modals .former .policy a br{
        display:none;
    }

    .mobile_menu{
        position: absolute;
        border-radius: 2px;
        border: 1px solid #B78028;
        background: rgba(39, 39, 39, 0.88);
        backdrop-filter: blur(17.200000762939453px);
        padding-top: 16px;
        padding-left: 15px;
        padding-right: 15px;
        top: calc(100% + 20px);
        right: 0;
        padding-bottom: 20px;
        /* display: none; */
    }
    .mobile_menu ul{
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 30px;
    }

    .mobile_menu ul li{}
    .mobile_menu ul li a{
        color: #FEF5E4;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.28px;
    }
    header .wrap .contacts .social a.tel{
        margin: 0;
        white-space: nowrap;
        color: #FEF5E4;
        font-family: Ardeco;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; /* 84% */
        margin-bottom: 15px;
    }
    .mobile_menu .tel{}
    header .wrap .contacts .social a.request{
        width: 138px;
        height: 38px;
    }
}
@media screen and (min-width:769px){
    .burger{
        display:none;
    }
}
@media screen and (min-width:769px) and (max-width:1200px){
    header .wrap .navbar .nav{
        gap: 13px;
    }
    header .wrap .tel{
        font-size: 16px;
        line-height: 29px;
    }
    header .wrap .navbar{
        margin-right:20px;
    }
    header .wrap .navbar .nav .nav-item a{
        font-size:13px;
    }
    header .logo{
        font-size:16px;
    }
    header .wrap .contacts .request, .open-modal{
        height:30px;
    }
    main .first_screen .img.icon_top_left{
        z-index: -1;
        left: -70px;
    }
    main .first_screen .img.icon_top_bottom{
        bottom:-160px;
    }
    main .first_screen .img.icon_top_bottom_right{
        right: 0;
        z-index: -1;
        bottom: -140px;
    }
    main .about_icon .wrap .left{
        max-width:50%;
        width: 50%;
        min-width: 50%;
    }
    main .about_icon .wrap{
        padding-right:10px;
    }
    main .about_icon .wrap .right .tit h2{
        font-size:35px;
        margin: 0;
    }
    main .about_icon .wrap .right{
        padding-bottom:10px;
    }
    main .about_icon .wrap .right .tit span{
        font-size: 437px;
        /* top: -235px; */
        bottom: -186px;
        left: -20px;
        letter-spacing: -30px;
    }
    main .about_icon .wrap .right .text p{
        font-size: 13px;
    }
    main .why_us .items{
        row-gap: 36px;
    }
    main .why_us .item.first_line{
        padding-right: 20px;
        flex: 0 0 300px;
    }
    main .why_us .item.second_line{
        flex: 0 0 270px;
    }
    main .why_us .item.third_line{
        flex: 0 0 254px;
    }
    main .why_us .item .wrap .tit{
        font-size: 25px;
    }
    main .why_us .item .wrap .text p{
        font-size:13px;
    }
    main .about_us .wrap .img{
        max-width: 50%;
        width: 50%;
        min-width: 50%;
    }
    main .about_us .wrap .right{
        padding-right:20px;
        padding-bottom:10px;
    }
    main .about_us .wrap .right .text p{
        font-size:13px;
    }
    main .about_us .wrap .right .tit{
        font-size:35px;
        line-height: 1;
        margin-bottom: 10px;
    }
    main .about_us .wrap .right .tit .icon{
        bottom: -14px;
    }
    main .about_us .wrap .right .tit .icon img{
        width: 106px;
    }
    main .we_buy .wrap .line .icon{
        padding: 8px 19px;
        font-size: 13px;
    }
    main .we_buy .we_buy_svg{
        pointer-events:none;
    }
    main .free_transfer .wrap .wraps .icon{
        padding: 10px 15px;
    }
    main .free_transfer .wrap{
        width: calc(100% + 30px);
        margin: 0;
        margin: 0 -15px;
        margin-top: 30px;
    }
    footer .wrap .top .title{
        font-size:32px;
    }
}

@media screen and (min-width:769px){
    body{
        overflow-x:hidden;
    }
    .bottom.mobile{
        display:none;
    }
}

.mobile_menu{
    display:none;
}