.lnr {
	display: none;
}

@media screen and (max-width: 1134px) {
	.container {
        width: 90%;
    }
    .contacts_section form {
        width: 100%;
    }
}

@media screen and (max-width: 1020px) {
    .lnr {
        display: block;
        z-index: 100;
    }
    #websiteHeader ul {
        display: none;
    }
    .logo_name {
        position: absolute;
        text-align: center;
        width: 100%;
        top: 17px;
        left: 0;
    }
}

@media screen and (max-width: 960px) {
    footer{
        padding-bottom: 40px;
    }
    .fullscreen .image {
        width: 80%;
    }
    .main_content h1 {
        font-size: 7vw;
        width: 95%;
    }
    .main_content h2 {
        font-size: 3.7vw;
        width: 95%;
    }
    .main_content p {
        width: 72%;
        font-size: 7vw;
    }

    .left_footer {
        order: 2;
        padding-top: 20px;
    }

    .right_footer ul {
        flex-direction: column;
    }

    .footer_container {
        text-align: center;
        flex-direction: column;
    }
    
    .svg_contacts {
        float: none;
    }
}


@media screen and (max-width: 700px) {
    .fullscreen .image {
        width: 68%;
    }
    .right_arrow{
        transform: scale(0.57);
    }
    .left_arrow{
        transform: scale(0.57);
    }
    .close{
        transform: scale(0.75);
    }
}
.gam {
    position: fixed;
    top: -4000px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #181818;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: all 0.35s ease;
}

.gam .krest {
    position: absolute;
    top: 20px;
    left: 20px;
}

.gam nav {
    text-align: center;
}

.gam li {
    margin-bottom: 20px;
}

.gam li a {
    text-decoration: none;
    color: #FFF;
    font-size: 20px;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
}
.line_gam {
    border-top: 1px solid #00adb5;
    padding-top: 15px;
}

.contact_gam {
    display: flex;
    justify-content: center;
}

