html, body{
    overflow-x:hidden;
}
a, input[type="submit"]{
    transition: .3s;
}
a:hover, input[type="submit"]:hover{
    opacity: .8!important;
}
@font-face {
    font-family: 'Ardeco';
    src: url('../fonts/Ardeco.eot');
    src: local('Ardeco'),
    url('../fonts/Ardeco.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Ardeco.woff') format('woff'),
    url('../fonts/Ardeco.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1;
    color: #FEF5E4;
    background-color: #242424;
    background: linear-gradient(180deg, rgba(36, 36, 36, 0.00) 58.35%, #242424 88.64%);
    /* backdrop-filter: blur(3.799999952316284px); */
    background: #242424;
    overflow: visible;
    position: relative;
}

.container{
    max-width: 1130px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    font-weight: 400;
    color: #212529;
}

header{
    padding-top: 17px;
}
header .logo{
    display: flex;
    height: 100%;
    align-items: center;
    color: #FEF5E4;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110.209%; /* 19.838px */
    width: 115px;
}
header .wrap{
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: center;
}
header .wrap .navbar{
    margin-right: 50px;
}
header .wrap .navbar .nav{
    display: flex;
    gap: 50px;
    align-items: center;
}
header .wrap .navbar .nav .nav-item{}
header .wrap .navbar .nav .nav-item a{
    color: #FEF5E4;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}
header .wrap .tel{
    color: #FEF5E4;
    font-family: Ardeco;
    font-size: 32.428px;
    font-style: normal;
    font-weight: 400;
    line-height: 40.535px; /* 125% */
    margin-right: 23px;
    line-height: 34px;
}
header .wrap .contacts{}
header .wrap .contacts .request, .open-modal{
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.28px;
    border-radius: 2px;
    background: #B78028;
    width: 156px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
header .wrap .contacts .request:after, .open-modal:after{
    content:'';
    border-radius: 1px;
    border: 0.4px solid #FFF;
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}
header .wrap .contacts .request:before, .open-modal:before{
    content:'';
    border-radius: 1px;
    border: 0.4px solid #FFF;
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 1px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    filter: blur(2px);
}
header .wrap .contacts .social{
    position: absolute;
    top: calc(100% + 14px);
    display: flex;
    gap: 14px;
    right: 0;
    align-items: center;
}
header .wrap .contacts .social a{
    display: flex;
}
header .wrap .contacts .social a.tg{
    width: 33.468px;
    height: 33.468px;
}
header .wrap .contacts .social a.whatsapp{1
2
3
    4width: 27.093px;height: 27.093px;display: flex;}
main{
    /* backdrop-filter: blur(3.799999952316284px); */
}
main .top_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
main .top_bg img{
    width:100%;
}

main .first_screen{
    padding-top: 143px;
}


main .first_screen .firs_round{
    top: 0;
    position: absolute;
    left: 0;
    pointer-events: none;
}
main .first_screen .second_round{
    position: absolute;
    right: 0;
    top: 240px;
}

main .first_screen .container{
    position:relative;
}
main .first_screen .img{
    position: absolute;
    left: 0;
    width: fit-content;
}
main .first_screen .img img{
}
main .first_screen .img.icon_top_left{
    top: -95px;
    left: -155px;
}
main .first_screen .img.icon_top_bottom{
    bottom: -88px;
    left: 132px;
}
main .first_screen .img.iocn_bottom_bottom{
    left: auto;
    width: fit-content;
    right: 273px;
    bottom: calc(-221px);
}

main .first_screen .img.icon_top_right{left: auto;right: 28px;top: -44px;}
main .first_screen .img.icon_top_bottom_right{
    right: 20px;
    width: fit-content;
    left: auto;
    bottom: -155px;
}
main .first_screen h1{
    color: #FEF5E4;
    text-align: center;
    font-family: Ardeco;
    font-size: 65.073px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 92.204% */
    margin-bottom: 14px;
}
main .first_screen .subtext{
    display: flex;
    justify-content: center;
    margin-bottom: 23px;
}
main .first_screen .subtext p{
    text-align: center;
    color: #FEF5E4;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
}
main .first_screen .button{
    display: flex;
    width: 191px;
    margin: auto;
    height: 38px;
}
main .first_screen .button svg{
    position: absolute;
    left: -72px;
    bottom: -43px;
}
main .about_icon{
    padding-top: 174px;
}
main .about_icon .wrap{
    border-radius: 2px;
    border: 1px solid #B78028;
    background: rgba(39, 39, 39, 0.37);
    backdrop-filter: blur(8.300000190734863px);
    display: flex;
    gap: 20px;
    align-items: flex-end;
    padding-right: 55px;
}

main .about_icon .wrap:after{
    content:'';
    background:url(/wp-content/webp-express/webp-images/themes/icon/img/point.png.webp)no-repeat;
    width: 32px;
    height: 32px;
    display:block;
    position: absolute;
    right: 5px;
    top: 12px;
}
main .about_icon .wrap .left{
    width: 539px;
    min-width: 539px;
}
main .about_icon .wrap .left img{
    width: 100%;
}
main .about_icon .wrap .right{
    padding-bottom: 31px;
}
main .about_icon .wrap .right .tit{
    position: relative;
}
main .about_icon .wrap .right .tit h2{
    color: #F8B64D;
    text-align: center;
    font-family: Ardeco;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 100% */
    margin: 0;
    text-align: left;
    margin-bottom: 13px;
}
main .about_icon .wrap .right .tit span{
    opacity: 0.1;
    background: linear-gradient(180deg, #F8B64D 72.84%, rgba(248, 182, 77, 0.00) 89.9%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Ardeco;
    font-size: 717.935px;
    font-style: normal;
    font-weight: 400;
    line-height: 717.935px; /* 100% */
    letter-spacing: -35.897px;
    position: absolute;
    bottom: -74px;
    left: -25px;
    pointer-events: none;
}
main .about_icon .wrap .right .text{}
main .about_icon .wrap .right .text p{
    color: #FEF5E4;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
}
main .why_us{
    padding-top: 70px;
    position: relative;
}
main .why_us h3{
    color: #FEF5E4;
    text-align: center;
    font-family: Ardeco;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 100% */
    margin-bottom: 50px;
}
main .why_us .items{
    display: flex;
    flex-wrap: wrap;
    row-gap: 110px;
    justify-content: space-between;
}
main .why_us .item{
    /* padding-left: 16px; */
    gap: 16px;
    display: flex;
}
main .why_us .item .line{
    height: 100%;
    width: 2px;
    background: rgb(248 182 77 / 20%);
    position: relative;
}
main .why_us .item .wrap{
    display: flex;
    flex-direction: column;
}
main .why_us .item .wrap .request{
    margin-top: auto;
    width: 191px;
    height: 38px;
}
main .why_us .item .wrap .tit{
    color: #F8B64D;
    text-align: center;
    font-family: Ardeco;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 142.857% */
    text-align: left;
    margin-bottom: 8px;
    position: relative;
}
main .why_us .item .wrap .tit svg{
    position: absolute;
    left: -58px;
    top: -65px;
    pointer-events: none;
}
main .why_us .item .wrap .text{}
main .why_us .item .wrap .text p{
    color: #FEF5E4;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
}
main .why_us .item .line:before{
    content:'';
    background: #F8B64D;
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
}
main .why_us .item.first .line:before{
    height: 18%;
}
main .why_us .item.second .line:before{
    height: 30%;
}
main .why_us .item.third .line:before{
    height: 46%;
}
main .why_us .item.fourth .line:before{
    height: 50%;
}
main .why_us .item.fifth .line:before{
    height: 67%;
}
main .why_us .item.sixth .line:before{
    height: 100%;
}
main .why_us .item.first_line{
    flex: 0 0 420px;
    padding-right: 41px;
}
main .why_us .item.second_line{
    flex: 0 0 314px;
    padding-right: 30px;
}
main .why_us .item.third_line{
    flex: 0 0 339px;
}
main .buyed{
    padding-top: 70px;
    outline: none;
    padding-bottom: 70px;
    position: relative;
}

main .buyed .buyed_svg{
    position: absolute;
    bottom: -117px;
}


main .buyed .top{
    padding-bottom: 42px;
    position: relative;
}
main .buyed .top h3{
    color: #FEF5E4;
    text-align: center;
    font-family: Ardeco;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 100% */
    margin: 0;
}
main .buyed .top .nav{
    position: absolute;
    right: 0;
    bottom: 20px;
    display: flex;
    gap: 10px;
}
main .buyed .top .nav div{
    border-radius: 2px;
    background: #F8B64D;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}
main .buyed .top .nav div.swiper-button-disabled{
    opacity: .3;
    pointer-events: none;
}
main .buyed .top .nav .swiper-prev{

}
main .buyed .top .nav .swiper-prev svg{}
main .buyed .top .nav .swiper-next{}
main .buyed .top .nav .swiper-next svg{}
main .buyed .slider_block{}
main .buyed .slider_block .wrap{
    border-radius: 2px;
    border: 1px solid #B78028;
    background: rgba(39, 39, 39, 0.29);
    backdrop-filter: blur(8.300000190734863px);
}
main .buyed .slider_block .wrap .img{
    position: relative;
}
main .buyed .slider_block .wrap .img img{
    width: 100%;
    height: auto;
}
main .buyed .slider_block .wrap .img .badge{
    color: #FEF5E4;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
    padding: 7px 15px;
    border-radius: 2px;
    background: #F8B64D;
    width: fit-content;
    position: absolute;
    bottom: -18px;
    right: auto;
    left: 20px;
    margin: auto;
}
main .buyed .slider_block .wrap .meta{
    padding-top: 38px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 30px;
}
main .buyed .slider_block .wrap .meta .title{
    color: #F8B64D;
    font-family: Ardeco;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 90% */
    margin-bottom: 11px;
}
main .buyed .slider_block .wrap .meta .text{}
main .buyed .slider_block .wrap .meta .text p{
    color: #FEF5E4;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
}
main .etaps_points{
    padding-bottom: 40px;
    padding-top: 40px;
    background: url(/wp-content/webp-express/webp-images/themes/icon/img/free_bg.png.webp)no-repeat;
    background-size: cover;
    position: relative;
}
main .etaps_points .left_svg{
    position: absolute;
    top: 30px;
    left: 0;
}
main .etaps_points .top_right_svg{}
main .etaps_points .bottom_right_svg{}
main .etaps_points .container{
    position: relative;
}
main .etaps_points .imger_1{
    position: absolute;
    left: 0;
    top: 172px;
}
main .etaps_points .top_irght_svg{
    position: absolute;
    top: -417px;
    right: 0;
}
main .etaps_points .bottom_right_svg{
    right: 0;
    position: absolute;
    bottom: 162px;
}
main .etaps_points .imger_2{
    position: absolute;
    bottom: 288px;
    right: -40px;
}
main .etaps_points .imger_3{
    position: absolute;
    left: 83px;
    bottom: 65px;
}
main .etaps_points h3{
    color: #FEF5E4;
    text-align: center;
    font-family: Ardeco;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 100% */
    margin-bottom: 11px;
}
main .etaps_points .subtext{
    display: flex;
    flex-direction: column;
    gap: 11px;
}
main .etaps_points .subtext p{
    color: #FEF5E4;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
}
main .etaps_points .subtext p.orange{
    color: #E1A647;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
}
main .etaps_points .items{
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding-top: 93px;
    align-items: center;
}
main .etaps_points .items .it{
    width: fit-content;
    position: relative;
}
main .etaps_points .items .it .icon_right{
    width: fit-content;
    position: absolute;
    right: -69px;
    top: -141px;
}
main .etaps_points .items .it .icon_left{
    width: fit-content;
    position: absolute;
    left: -110px;
    bottom: -138px;
}
main .etaps_points .items .it .num{
    color: #FEF5E4;
    text-align: center;
    font-family: Ardeco;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 142.857% */
    position: relative;
    margin-bottom: 8px;
    line-height: 37px;
}
main .etaps_points .items .it .num span{
    text-align: center;
    font-family: Ardeco;
    font-size: 189.808px;
    font-style: normal;
    font-weight: 400;
    line-height: 271.154px; /* 142.857% */
    opacity: 0.5;
    background: linear-gradient(180deg, #F8B64D 21.14%, rgba(248, 182, 77, 0.11) 48.76%, rgba(248, 182, 77, 0.00) 68.57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    pointer-events: none;
    position: absolute;
    bottom: top;
    top: -128px;
    left: 0;
    right: 0;
    margin: auto;
}
main .etaps_points .items .it .tit{}
main .etaps_points .items .it .text{
    color: #FEF5E4;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
}
main .etaps_points .items .it .socials{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 18px;
}
main .etaps_points .items .it .socials .tg{}
main .etaps_points .items .it .socials .tg img{
    width: 33.468px;
    height: 33.468px;
}
main .etaps_points .items .it .socials .whatsapp{}
main .etaps_points .items .it .socials .whatsapp img{
    width: 27.093px;
    height: 27.093px;
}
main .etaps_points .items .it .text p{

}
main .find_cost{
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

main .find_cost .coster_svg{
    position: absolute;
    top: 0;
}

main .find_cost .check_price_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
main .find_cost .check_price_bg img{
    width: 100%;
    object-fit: cover;
}
main .find_cost .wrap{}
main .find_cost .wrap h3{
    color: #FEF5E4;
    text-align: center;
    font-family: Ardeco;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 100% */
    margin-bottom: 9px;
}
main .find_cost .wrap .subtext{
    color: #FEF5E4;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}
main .find_cost .wrap .form{
    max-width: 680px;
    border-radius: 2px;
    border: 1px solid #F8B64D;
    background: rgba(248, 182, 77, 0.11);
    padding: 30px 80px;
    margin: auto;
    position: relative;
}

main .find_cost .wrap .form .form_svg{
    position: absolute;
    right: -300px;
    bottom: -300px;
    pointer-events: none;
}

main .find_cost .wrap .form .line{
    margin-bottom: 15px;
}
main .find_cost .wrap .form .line input{
    border-radius: 2px;
    background: #242424;
    width: 100%;
    height: 42px;
    padding: 0 20px;
    outline: none;
    color: #fff;
    border: 1px solid #242424;
}
main .find_cost .wrap .form .download{
    margin-bottom: 20px;
}
main .find_cost .wrap .form .download input{
    display: none;
}
main .find_cost .wrap .form .download label{
    color: #E1A647;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 95% */
    letter-spacing: -0.4px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    cursor: pointer;
}
main .find_cost .wrap .form .submit{
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
main .find_cost .wrap .form .submit label{}


main .find_cost .wrap .form .submit label{
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.28px;
    border-radius: 2px;
    background: #B78028;
    width: 156px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 212px;
    height: 38px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 120% */
    letter-spacing: -0.3px;
    cursor: pointer;
}

main .find_cost .wrap .form .submit label .button_top_svg{
    position: absolute;
    left: -61px;
    bottom: -48px;
    pointer-events: none;
}
main .find_cost .wrap .form .submit label .button_top_svg g{
    opacity:.4;
}
main .find_cost .wrap .form .submit label .button_bottom_svg{
    position: absolute;
    right: -70px;
    top: -45px;
    pointer-events: none;
}
main .find_cost .wrap .form .submit label .button_bottom_svg g{
    opacity:.4;
}
main .find_cost .wrap .form .submit label:after{
    content:'';
    border-radius: 1px;
    border: 0.4px solid #FFF;
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}
main .find_cost .wrap .form .submit label:before{
    content:'';
    border-radius: 1px;
    border: 0.4px solid #FFF;
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 1px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    filter: blur(2px);
}

main .find_cost .wrap .form .submit input{
    display:none;
}
main .find_cost .wrap .form .policy{
    color: #FEF5E4;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 116.667% */
    letter-spacing: -0.24px;
    opacity: 0.5;
}
main .find_cost .wrap .form .policy a{
    text-decoration:underline;
}
main .find_cost .wrap .form .social{
    margin-top: 31px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 17px;
    row-gap: 12px;
    justify-content: center;
    text-align: center;
    align-items: center;
}
main .find_cost .wrap .form .social .titler{
    flex: 0 0 100%;
    color: #E1A647;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
}
main .find_cost .wrap .form .social a{}
main .find_cost .wrap .form .social .tg img{
    width: 41.18px;
    height: 41.18px;
}
main .find_cost .wrap .form .social .whatsapp img{
    width: 33.336px;
    height: 33.336px;
}
main .about_us{
    padding-bottom: 70px;
}
main .about_us h3{
    color: #FEF5E4;
    text-align: center;
    font-family: Ardeco;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 100% */
    margin-bottom: 29px;
}
main .about_us .wrap{
    display: flex;
    gap: 20px;
    align-items: flex-end;
    border-radius: 2px;
    border: 1px solid #B78028;
    background: rgba(39, 39, 39, 0.37);
    backdrop-filter: blur(8.300000190734863px);
}

main .about_us .wrap:after{
    content:'';
    background:url(/wp-content/webp-express/webp-images/themes/icon/img/point.png.webp)no-repeat;
    width: 32px;
    height: 32px;
    display:block;
    position: absolute;
    right: 5px;
    top: 12px;
}
main .about_us .wrap .img{
    width: 539px;
    min-width: 539px;
}
main .about_us .wrap .img img{}
main .about_us .wrap .right{
    padding-right: 65px;
    padding-bottom: 30px;
}
main .about_us .wrap .right .tit{
    color: #F8B64D;
    text-align: center;
    font-family: Ardeco;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 100% */
    position: relative;
    text-align: left;
    margin-bottom: 13px;
}
main .about_us .wrap .right .tit .icon{
    position: absolute;
    bottom: -34px;
    z-index: -1;
    pointer-events: none;
}
main .about_us .wrap .right .tit .icon img{}
main .about_us .wrap .right .text{}
main .about_us .wrap .right .text p{
    color: #FEF5E4;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
}
main .we_buy{
    position: relative;
}
main .we_buy .we_buy_svg{
    position: absolute;
}
main .we_buy h3{
    color: #FEF5E4;
    text-align: center;
    font-family: Ardeco;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 100% */
    margin-bottom: 40px;
}
main .we_buy .wrap{
    border-radius: 2px;
    border: 1px solid #F8B64D;
    background: rgba(248, 182, 77, 0.11);
    padding: 20px;
    margin-left: -50%;
    width: 200%;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
main .we_buy .wrap .line{
    display: flex;
    gap: 10px;
    justify-content: center;
}
main .we_buy .wrap .line .icon{
    color: #242424;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 120% */
    letter-spacing: -0.3px;
    padding: 10px 38px;
    border-radius: 2px;
    background: #FEF5E4;
}
main .our_mission{
    padding-top: 40px;
    padding-bottom: 70px;
    position:relative;
}
main .our_mission svg{
    right: 0;
    position: absolute;
    top: -100px;
}
main .our_mission h3{
    color: #F8B64D;
    text-align: center;
    font-family: Ardeco;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 87.5% */
    margin-bottom: 20px;
}
main .our_mission .text{}
main .our_mission .text p{
    color: #FEF5E4;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
}

main .classification_title{
    color: #FEF5E4;
    text-align: center;
    font-family: Ardeco;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 100% */
    margin-bottom: 40px;
}
main .classification{
    padding-bottom: 40px;
    padding-top: 40px;
    background: url(/wp-content/webp-express/webp-images/themes/icon/img/classification.png.webp)no-repeat;
    background-size: cover;
}
main .classification h3{}
main .classification .wrap{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
main .classification .wrap .item{
    border-radius: 2px;
    background: #FEF5E4;
    flex: 0 0 calc(33.333333% - 13.4px);
}
main .classification .wrap .item.hided{
    display:none;
}
main .classification .wrap .item .img{}
main .classification .wrap .item .img img{
    width:100%;
}
main .classification .wrap .item .meta{
    padding: 20px;
    padding-bottom: 25px;
}
main .classification .wrap .item .meta .tit{
    color: #242424;
    font-family: Ardeco;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 90% */
    margin-bottom: 9px;
}
main .classification .wrap .item .meta .text{
    margin-bottom: 9px;
}
main .classification .wrap .item .meta .text p{
    color: #242424;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
}
main .classification .wrap .item .meta .descr{}
main .classification .wrap .item .meta .descr p{
    color: #F8B64D;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 123.077% */
    letter-spacing: -0.26px;
} main .classification .wrap .item .meta .descr p a{
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;

  }
main .classification .watch_all{}
main .classification .watch_all{
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.28px;
    border-radius: 2px;
    background: #B78028;
    width: 156px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 212px;
    height: 38px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 120% */
    letter-spacing: -0.3px;
    width: 231px;
    height: 38px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 120% */
    letter-spacing: -0.3px;
    margin: auto;
    margin-top: 30px;
}
main .classification .watch_all:after{
    content:'';
    border-radius: 1px;
    border: 0.4px solid #FFF;
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}
main .classification .watch_all:before{
    content:'';
    border-radius: 1px;
    border: 0.4px solid #FFF;
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 1px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    filter: blur(2px);
}

main .reviews{
    padding-top: 70px;
    margin-bottom: 70px;
    position: relative;
}
.wr_bg{
    overflow:hidden;
}
main .reviews .reviews_bg{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    opacity: 1;
}
main .reviews .reviews_bg img{
    width: 100%;
}
main .reviews .top_tit{
    padding-bottom: 40px;
    position: relative;
}
main .reviews .top_tit h3{
    color: #FEF5E4;
    text-align: center;
    font-family: Ardeco;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 100% */
    margin: 0;
}
main .reviews .top_tit .nav{}
main .reviews .top_tit .nav{
    position: absolute;
    right: 0;
    bottom: 20px;
    display: flex;
    gap: 10px;
}
main .reviews .top_tit .nav div{
    border-radius: 2px;
    background: #F8B64D;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}
main .reviews .top_tit .nav div.swiper-button-disabled{
    opacity: .3;
    pointer-events: none;
}
main .reviews .top_tit .nav .swiper-prev{

}
main .reviews .top_tit .nav .swipers-prev svg{}
main .reviews .top_tit .nav .swipers-next{}
main .reviews .top_tit .nav .swipers-next svg{}
main .reviews .reviews_slider{}
main .reviews .reviews_slider .wrap{
    padding: 20px;
    padding-bottom: 30px;
    padding-right: 65px;
    border-radius: 2px;
    border: 1px solid #B78028;
    background: rgba(248, 182, 77, 0.11);
    backdrop-filter: blur(8.300000190734863px);
}
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 .rating{
    margin-bottom: 9px;
}
main .reviews .reviews_slider .wrap .rating svg{}
main .reviews .reviews_slider .wrap .text{}
main .reviews .reviews_slider .wrap .text p{
    color: #FEF5E4;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
}

main .free_transfer{
    padding-bottom: 70px;
    margin-top: 70px;
}
main .free_transfer h3{
    color: #FEF5E4;
    text-align: center;
    font-family: Ardeco;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 100% */
    margin-bottom: 7px;
}
main .free_transfer .subtext{
    color: #FEF5E4;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
}
main .free_transfer .subtext p{}
main .free_transfer .wrap{
    margin-top: 40px;
    border-radius: 2px;
    border: 1px solid #F8B64D;
    background: rgba(248, 182, 77, 0.11);
    padding: 20px;
    margin-left: -50%;
    width: 200%;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
main .free_transfer .wrap .wraps{
    max-width: 1055px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
main .free_transfer .wrap .wraps .icon{
    padding: 10px 36px;
    border-radius: 2px;
    background: #FEF5E4;
    color: #242424;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 120% */
    letter-spacing: -0.3px;
}

main .answ_question{}
main .answ_question h3{
    color: #FEF5E4;
    text-align: center;
    font-family: Ardeco;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 100% */
    margin-bottom: 40px;
}
main .answ_question .items{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
main .answ_question .items .accord{}
main .answ_question .items .accord .title{
    border-radius: 2px;
    background: #F8B64D;
    padding: 23px 40px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 20.001px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    /* margin-bottom: 30px; */
    position: relative;
    cursor: pointer;
    z-index: 5;
}
main .answ_question .items .accord .title:before{
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 80px 0 0;
    border-color: #F8B64D transparent transparent transparent;
    bottom: -17px;
    position: absolute;
    left: 0;
}
main .answ_question .items .accord .text{
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 2px;
    background: #FEF5E4;
    padding: 20px 36px;
    color: #252525;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    padding-right: 40px;
    position:relative;
    display: none;
}
main .answ_question .items .accord .text:after{
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 80px 0 0;
    border-color: transparent transparent transparent #F8B64D;
    bottom: -17px;
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 36px 0;
    border-color: transparent #fef5e4 transparent transparent;
}
main .answ_question .items .accord .text p{}
main .offer{
    padding-top: 70px;
    padding-bottom: 70px;
}
main .offer h3{
    color: #FEF5E4;
    text-align: center;
    font-family: Ardeco;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 100% */
}
main .offer .open-modal{
    margin: auto;
    width: 181px;
    height: 38px;
    margin-top: 34px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 120% */
    letter-spacing: -0.3px;
}
main .offer .open-modal .top_svg{
    position: absolute;
    left: -61px;
}
main .offer .open-modal .bottom_svg{
    right: -71px;
    position: absolute;
    top: -46px;
}
footer{
    padding-top: 40px;
    padding-bottom: 45px;
    background: url(/wp-content/webp-express/webp-images/themes/icon/img/footer_bg.png.webp)no-repeat;
    background-size: cover;
}
footer .wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
footer .wrap .top{}
footer .wrap .top .title{
    color: #FEF5E4;
    font-family: Ardeco;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 102.857% */
    margin-bottom: 18px;
}
footer .wrap .top .open-modal{
    position: relative;
}
footer .wrap .top .open-modal .top_svg{
    position: absolute;
    left: -69px;
    top: -50px;
}
footer .wrap .top .open-modal .bottom_svg{
    position: absolute;
    right: -65px;
}
footer .wrap .bottom{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
footer .wrap .bottom .privacy{}
footer .wrap .bottom .copyright{}
footer .info{}
footer .info .adr_block{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 15px;
}
footer .info .adr_block .it{}
footer .info .adr_block .it .tit{
    color: #FEF5E4;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
}
footer .info .adr_block .it .tit a{}
footer .info .adr_block .it .val{
    color: #FEF5E4;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.3px;
}
footer .social{
    display: flex;
    gap: 15px;
}
footer .social .tg img{
    width: 43.647px;
    height: 43.647px;
    aspect-ratio: 1/1;
}
footer .social .whatsapp img{
    width: 35.334px;
    height: 35.334px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}
footer .social a{}
footer .worktime{
    margin-top: 22px;
    margin-bottom: 1.5rem;
    color: #FEF5E4;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
    opacity: .5;
}
footer .mailer{}
footer .mailer a{
    opacity: 0.5;
    color: #FEF5E4;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -0.3px;
}



.overlay {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 75%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 999999;
    border-radius: 2px;
    background: rgba(39, 39, 39, 0.34);
    backdrop-filter: blur(8.300000190734863px);
    position: fixed;
    top: 0;
}

.overlay.open {
    opacity: 1;
    pointer-events: inherit;
}
.modals{
    display:none;
}
.overlay .modals {
    background: white;
    text-align: center;
    padding: 40px 80px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    padding-top: 55px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    max-width: 530px;
    border-radius: 6px;
    max-width: 742px;
    padding: 40px 110px;
    border-radius: 2px;
    border: 1px solid #B78028;
    background: rgba(39, 39, 39, 0.88);
    backdrop-filter: blur(17.200000762939453px);
    overflow: visible;
    display:flex;
    /* overflow: hidden; */
    border-radius: 2px;
    border: 1px solid #B78028;
    background: rgba(39, 39, 39, 0.88);
    box-shadow: 0 0 73.4px 0 rgba(255, 188, 81, 0.36);
    backdrop-filter: blur(17.200000762939453px);
}

.overlay .modals.open {
    opacity: 1;
    pointer-events: inherit;
}

.overlay .modals.open .content {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
}

.overlay .modals .content {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    width: 100%;
}

.overlay .modals .title {
    margin-top: 0;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.6px;
    background: #3E3E3E;
    right: 0;
    top: -12px;
    right: -8px;
}

.close-modal svg path {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    fill: #000;
}

.close-modal:hover svg path {
    fill: #FDA109;
}


.modals .former{
    width: 100%;
}
.modals .former .line{
    margin-bottom: 30px;
}
.modals .former .line input{
    width: 100%;
    height: 42px;
    color: #292929;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 126.667% */
    letter-spacing: -0.3px;
    text-align: left;
    border-radius: 2px;
    background: #FEF5E4;
    padding: 0 20px;
    color: #000;
    border: 1px solid #FEF5E4;
}


.modals .former .download{
    margin-bottom: 20px;
}
.modals .former .download input{
    display: none;
}
.modals .former .download label{
    color: #E1A647;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 95% */
    letter-spacing: -0.4px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    cursor: pointer;
}
.modals .former .submit{
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
.modals .former .submit label{}


.modals .former .submit label{
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.28px;
    border-radius: 2px;
    background: #B78028;
    width: 156px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 212px;
    height: 38px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 120% */
    letter-spacing: -0.3px;
    cursor: pointer;
}

.modals .former .submit label .button_top_svg{
    position: absolute;
    left: -61px;
    bottom: -48px;
    pointer-events: none;
}
.modals .former .submit label .button_top_svg g{
    opacity:.4;
}
.modals .former .submit label .button_bottom_svg{
    position: absolute;
    right: -70px;
    top: -45px;
    pointer-events: none;
}
.modals .former .submit label .button_bottom_svg g{
    opacity:.4;
}
.modals .former .submit label:after{
    content:'';
    border-radius: 1px;
    border: 0.4px solid #FFF;
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}
.modals .former .submit label:before{
    content:'';
    border-radius: 1px;
    border: 0.4px solid #FFF;
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 1px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    filter: blur(2px);
}

.modals .former .submit input{
    display:none;
}
.modals .former .policy{
    color: #FEF5E4;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 116.667% */
    letter-spacing: -0.24px;
    opacity: 0.5;
}
.modals .former .policy a{
    text-decoration:underline;
}

.wpcf7-not-valid-tip{
    display:none;
}

.wpcf7-not-valid{
    border-color:red!important;
}

.wpcf7-spinner{
    position:absolute;
}

.wpcf7 form .wpcf7-response-output{
    font-size: 14px;
    text-align: center;
    display: none!important;
}

.success_block .tit{
    color: #F8B64D;
    text-align: center;
    font-family: Ardeco;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px; /* 110% */
    color: #F8B64D;
    text-align: center;
    font-family: Ardeco;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 125% */
}

html { scroll-behavior: smooth; }

.modals .former .tit{
    color: #F8B64D;
    text-align: center;
    font-family: Ardeco;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 30px;
}
@media screen and (min-width:768px){
    .burger{
        display:none!important;
    }
}

/* Стили для модального окна cookies */
.cookies-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: rgba(39, 39, 39, 0.95);
    backdrop-filter: blur(10px);
    border-top: 1px solid #B78028;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.cookies-modal.show {
    transform: translateY(0);
}

.cookies-modal-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookies-modal-text h3 {
    color: #F8B64D;
    font-family: Ardeco;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 8px 0;
}

.cookies-modal-text p {
    color: #FEF5E4;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    opacity: 0.9;
}

.cookies-modal-text a {
    color: #E1A647;
    text-decoration: underline;
}

.cookies-modal-text a:hover {
    color: #F8B64D;
}

.cookies-accept-btn {
    background: #B78028;
    border: 1px solid #FFF;
    border-radius: 2px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.3px;
    padding: 10px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    min-width: 120px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookies-accept-btn:hover {
    background: #E1A647;
    transform: translateY(-1px);
}

.cookies-accept-btn:after {
    content: '';
    border-radius: 1px;
    border: 0.4px solid #FFF;
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}

.cookies-accept-btn:before {
    content: '';
    border-radius: 1px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    filter: blur(2px);
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}

/* Адаптивные стили */
@media screen and (max-width: 768px) {
    .cookies-modal {
        padding: 15px;
    }
    
    .cookies-modal-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .cookies-modal-text h3 {
        font-size: 20px;
    }
    
    .cookies-modal-text p {
        font-size: 13px;
    }
    
    .cookies-accept-btn {
        width: 100%;
        max-width: 200px;
    }
	body .codedropz-upload-inner h3{
		        font-size: 28px!important;
		        color: #efe7d7;
		        margin: 0;
		        line-height: 30px;
	}
}
.codedropz-upload-wrapper{
    margin-bottom:20px;
}
.codedropz-upload-inner h3{
    margin: 0;
    color: #efe7d7;
    font-family: Ardeco;
    font-size: 37px !important;
    margin: 0 !important;
    line-height: 50px;
}
.codedropz-upload-handler{
	border: 2px dashed #E1A647;
}
.dnd-upload-status .dnd-upload-image span.file, .dnd-upload-status .dnd-upload-details .remove-file span:after{
	filter:invert(1);
	
}
.dnd-upload-status .dnd-upload-details .name, .dnd-upload-status .dnd-upload-details .name em{
	color: #fef5e4;
}
@media screen and (max-width: 480px) {
    .cookies-modal-text h3 {
        font-size: 18px;
    }
    
    .cookies-modal-text p {
        font-size: 12px;
    }
}


main .answ_question .items .accord .text h3, main .answ_question .items .accord .text h2,main .answ_question .items .accord .text h4,main .answ_question .items .accord .text h5{
    color:#252525;
    margin:1rem 0;
    text-align:center;
    font-family: Ardeco;
    font-size: 40px;
    text-align: left;
    line-height: inherit;
}
main .answ_question .items .accord .text ul{
    list-style: inherit;
}
 main .answ_question .items .accord .text ol{
    list-style: decimal;
}
main .answ_question .items .accord .text p{
    margin-bottom: 0.5rem;
}
main .answ_question .items .accord .text ul, main .answ_question .items .accord .text ol{
    padding-left: 17px;
    display:flex;
    flex-direction:column;
    gap:5px;
    margin-bottom: .5rem;
}

@media screen and (max-width:768px){
	main .answ_question .items .accord .text h3, main .answ_question .items .accord .text h2, main .answ_question .items .accord .text h4, main .answ_question .items .accord .text h5{
		    font-size: 25px;
		    line-height: 1;
	}
}