
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


@media (max-width: 1410px) {
    .header_line {
        position: absolute;
        top: 170px;
        
        width: 1050px;
        border-bottom: solid 1px #DF2814;
    }
    
    .header__nav ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: 50px;
        margin-top: 35px;
        padding: 2px 4px;
        
    }

    body {
        background-position: 10% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .body_long {
        background-position: 20% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .container_main {
        margin:0 248.5px;
        padding-right: 0;
    }

    .container_main_geo {
        margin:0 200px 0 248.5px;
        padding-right: 0;
        min-width: 850px;
    }
}

@media (max-width: 1150px) {

    .header_line {
        position: absolute;
        top: 170px;
        
        width: 0px;
        border-bottom: solid 1px #DF2814;
    }

    .header__nav ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: 50px;
        margin-top: 35px;
        padding: 10px 4px;
        background-color: #eeeeed;
        width: 100%;
    }

    .header__nav ul li ul li a::after {
        height: 0px;
    }

    .header__nav a:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        margin-bottom: 2px;
        
        background-color: #DF2814;
    }

    .container_main {
        margin:0 150px;
        padding-right: 0;
    }

    .container_main_geo {
        margin:0 150px;
        padding-right: 0;
        min-width: 0px;
    }
}

@media (max-width: 750px) {

    .logo {
        display: block;
        position: relative;
        top: 70px;
    }

    .container_main {
        margin:0 50px;
        padding-right: 0;
    }

    body {
        background-color: #eeeeed;
        background-image: none;
        background-position: 0% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .body_long {
        background-color: #eeeeed;
        background-image: none;
        background-position: 0% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .header__nav li + li {
        margin-left: 0px;
    }

    .footer_mail_text {
        color: #0a0a0a;
        transition: color 0.2s;
    }

    .footer_tel_text {
        color: #0a0a0a;
    }

    .header__nav ul {
        display: block;
        gap: 5px;
        margin-left: 90px;
        margin-top: 35px;
        padding: 10px 4px;
        background-color: #eeeeed;
        width: 120px;
        text-align: center;
    }

    .header_nav_text {
        display: flex;
        width: 300px;
        height: 90px;
        padding-left: 50px;
        padding-top: 40px;
        font-size: 16px;
        font-weight: 600;
    }

    .header__container {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        gap: 40px;
        margin: 0 auto;
    }

    .footer_info {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .container_license_img {
    display: flex;
    justify-content: center;
    max-width: 800px;
    height: auto;
    flex-wrap: wrap;
}
}