@media screen and (max-width: 1280px){
    .leave_req_btn{
        font-size: 14px;
        margin: 0;
    }
    .nav_bar, .f_nav_bar {
        gap: 30px;
    }
    header, header.scrolled{
        padding: 20px 0;
    }
    .footer_block{
        gap: 16px;
    }
    :root{
        --forteen: 12px;
        --sixteen: 14px;
        --eighteen: 16px;
        --twenty: 18px;
        --fontTwentyTwo: 20px;
        --twofour: 22px;
        --thirty: 26px;
        --titleFont: 34px;
    }
    .choose_metal{
        gap: 10px;
    }
    .metals_sp {
        font-size: 30px;
    }
    .products_infs{
        gap: 20px;
    }
    .products_section{
        gap: 20px;
    }
    .round_imgs{
        width: 100px;
    }
    .about_icons {
        max-width: 50px;
    }
    .four_piece{
        padding: 30px;
    }
    .four_blcks {
        max-width: 570px;
    }
    .background_second {
        bottom: -37px;
        left: -37px;
    }
    .background_third{
        top: -37px;
        right: -37px;
    }
    .course_block{
        gap: 50px;
        margin: 60px 0;
        padding: 60px 0;
    }
    .about_infs_blck {
        padding: 26px;
    }
    .info_windows_blcks{
        margin: 80px 0;
    }
    .products_infs{
        max-width: 480px;
    }
    .description_ {
        font-size: var(--sixteen);
        color: var(--greyFont);
    }

}
@media screen and (max-width: 1024px){
    .title_navig_blck { 
        align-items: center;
        max-width: 500px;
        gap: 18px;    
    }
    .burger_svg{
        display: flex;
    }
    .burger_svg_active .top_line {
        transform: rotate(50deg) translate(-2px, -14px);
    }
    .contactus_section{
        align-items: center;
    }
    .burger_svg_active .bottom_line {
        transform: rotate(-45deg) translate(-6px, 6px);
    }
    .general_img, .prods_img{
        max-width: none;
    }
    :root{
        --twenty: 20px;
        --titleFont: 40px;
        --thirty: 30px;
    }
    .conts_nums{
        flex-direction: column;
        gap: 20px;
        justify-content: center;
    }
    .nav_bar{
        transform: translateX(-2000px);
        position: fixed;
        left: 50%;
        right: 50%;
        width: calc(100% - 60px);
        flex-direction: column;
        justify-content: start;
        padding: 30px 20px;
        z-index: 20;
        border-radius: 20px;
        top: 92px;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
        background-color: var(--grayBack);
    }
    .nav_bar_active{
        transform: translate(-50%, 0);
    }
    header .nav_alink {
        font-size: 30px;
    }
    header .phone_sp {
        display: none;
    }
    .home_general{
        flex-direction: column-reverse;
    }
    .general_inf_blck{
        align-items: center;
    }
    .general_title{
        text-align: center;
    }
    .description_{
        text-align: center;
    }
    .products_section{
        flex-direction: column;
        margin: 60px 0;
    }
    .second_title{
        text-align: center;
    }
    .products_infs {
        max-width: 570px;
    }
    .round_imgs{
        width: 140px;
    }
    .about_icons {
        max-width: 80px;
    }
    .title_descrip_blck{
        flex-direction: column;
        align-items: center;
    }
    .title_subtil{
        align-items: center;
    }
    .course_block {
        gap: 20px;
        padding: 40px 0;
    }
    .choose_metal{
        gap: 20px;
        min-width: 126px;
    }
    .about_infs_blck {
        padding: 20px;
    }
    .infs_title {
        font-size: 18px;
    }
    .navigation_blck{
        justify-content: center;
    }
    .about_title_descrip{
        flex-direction: column;
        align-items: center;
    }


}
@media screen and (max-width: 768px){
    .footer_block .header_block, .f_last_blck{
        flex-direction: column;
    }
    .footer_block {
        gap: 20px;
        padding: 30px 0;
    }
    .logo_ {
        max-width: 100px;
    }
    .leave_req_btn, .general_inf_blck .leave_req_btn{
        padding: 8px 10px 8px 12px;
    }
    .phone_num {
        gap: 6px;
    }
    .header_block, .head_last_blck {
        gap: 12px;
    }
    .home_general{
        padding: 130px 0 150px 0;
    }
    .info_windows_blcks{
        grid-template-columns: repeat(1, 1fr);  
    }
    .about_infs_blck:first-child {
        border-radius: 20px 20px 0 0;
    }
    .about_infs_blck:last-child {
        border-radius: 0 0 20px 20px;
    }
    .about_infs_blck {
        padding: 30px;
    }
    .infs_title {
        font-size: 20px;
    }
    .may_winds > .about_infs_blck{
        border: none !important;
        border-bottom: 1px solid rgba(40, 40, 40, 0.20) !important;
    }
    .may_winds > .about_infs_blck:last-child{
        border: none !important;
    }


}
@media screen and (max-width: 600px){
    .leave_req_btn{
        padding: 10px;
        font-size: 12px;    
    }
    .wrapper{
        padding: 0 15px;
    }
    .goto_icon {
        display: none;
    }
    .home_general {
        padding: 130px 0 50px 0;
    }
    .round_imgs {
        width: 90px;
    }
    .about_icons {
        max-width: 50px;
    }
    .four_piece {
        gap: 12px;
        padding: 25px;
    }
    .info_windows_blcks {
        margin: 60px 0;
    }
    .background_third {
        top: -34px;
        right: -34px;
    }
    .background_second {
        bottom: -34px;
        left: -34px;
    }





}
@media screen and (max-width: 430px){
    .background_fourth{
        top: -30px;
        left: -30px;
    }
    .background_second {
        bottom: -26px;
        left: -26px;
    }
    .background_third {
        top: -26px;
        right: -26px;
    }




}
@media screen and (max-width: 375px){
    .leave_req_btn {
        font-size: 10px;
        padding: 8px 10px;
    }
    .logo_ {
        max-width: 76px;
    }
    :root{
        --titleFont: 26px;
        --thirty: 22px;
    }
    .background_third {
        top: -22px;
        right: -22px;
    }
    .background_second {
        bottom: -22px;
        left: -22px;
    }
    .background_fourth {
        top: -26px;
        left: -26px;
    }

    

}



