@media screen and (min-width: 320px) and (max-width: 8000px) {
    @font-face {
        font-family: 'Roboto-Black';
        src: url('../font/Roboto-Black.ttf');
        src: local('Roboto-Black'), local('Roboto-Black'), url('../font/Roboto-Black.eot') format('embedded-opentype'), url('../font/Roboto-Black.woff') format('woff'), url('../font/Roboto-Black.svg') format('svg');
        font-weight: 600;
    }    @font-face {
    font-family: 'RobotoRegular';
    src: url('../font/RobotoRegular.ttf');
    src: local('RobotoRegular'), local('RobotoRegular'), url('../font/RobotoRegular.eot') format('embedded-opentype'), url('../font/RobotoRegular.woff') format('woff'), url('../font/RobotoRegular.svg') format('svg');
    font-weight: 600;
}    @font-face {
    font-family: 'Roboto-Bold';
    src: url('../font/Roboto-Bold.ttf');
    src: local('Roboto-Bold'), local('Roboto-Bold'), url('../font/Roboto-Bold.eot') format('embedded-opentype'), url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.svg') format('svg');
    font-weight: 600;
}    @font-face {
    font-family: 'GothamPro-Light';
    src: url('../font/GothamPro-Light.ttf');
    src: local('GothamPro-Light'), local('GothamPro-Light'), url('../font/GothamPro-Light.eot') format('embedded-opentype'), url('../font/GothamPro-Light.woff') format('woff'), url('../font/GothamPro-Light.svg') format('svg');
    font-weight: 600;
}    .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: 1366px;
    background: url(../img/body.jpg);
    background-size: 100% 100%;
}

    .main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 657px;
        background: url(../img/main.png);
        background-size: 100% 100%;
    }

    .main-text {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 329px;
    }

    .main-text h1 {
    letter-spacing: 3px;
    margin-bottom: 0px;
    margin-top: 60px;
    color: white;
    text-align: left;
    font-size: 300%;
    white-space: pre;
    font-family: 'Roboto-Black';
    margin-left: 80px;
    }

    .main-logo {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: 500px;
        margin-bottom: -50px;
    }

    .main-logo span {
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 289px;
        height: 185px;
        background: url(../img/logo.png);
        background-size: 100% 100%;
    }

    .main-content {
        margin-bottom: 50px;
        margin-top:50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 742px;
        background: url(../img/ba.png);
        background-size: 100% 100%;
    }

    .main1 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 558px;
    }

    .main1-button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 99px;
    }

    .main1-button button {
        margin-top: 180px;
        background: none;
        border: 1px solid black;
        width: 380px;
        height: 45px;
        font-size: 130%;
        text-shadow: 1px 1px 2px #a1a1a1, 0 0 1em #b5b5b5;
        font-family: 'RobotoRegular';
    }

    .main1-button button:focus {
        outline: 0;
    }

    .main1 h1 {
        letter-spacing: 4px;
        margin-top: 10vh;
        color: black;
        text-align: left;
        font-size: 300%;
        white-space: pre;
        font-family: 'Roboto-Black';
    }

    .main1-text1 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 47%;
        height: 657px;
    }

    .main1-text1 h1 {
        text-shadow: 1px 1px 2px #a1a1a1, 0 0 1em #b5b5b5;
        letter-spacing: 4px;
        margin-top: 80px;
        color: #f0f0f0;
        text-align: left;
        font-size: 380%;
        white-space: pre;
        font-family: 'Roboto-Black';
    }

    .main1-span1 {
        text-shadow: 1px 1px 2px #a1a1a1, 0 0 1em #b7b7b7;
        letter-spacing: 2px;
        color: #f0f0f0;
        text-align: left;
        font-size: 80%;
        white-space: pre;
        font-family: 'Roboto-Black';
    }

    .main1-text2 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        width: 53%;
        height: 657px;
    }

    .main1-text2 h2 {
        margin-bottom: 108px;
        letter-spacing: 4px;
        color: #595959;
        text-align: left;
        font-size: 250%;
        white-space: pre;
        font-family: 'Roboto-Black';
    }

    .main1-span2 {
        letter-spacing: 6px;
        color: #595959;
        text-align: left;
        font-size: 120%;
        white-space: pre;
        font-family: 'Roboto-Black';
    }

    .down2-1:last-child {
        margin-left: 20px;
}

    .main2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%; /*height: 100vh;*/ /*  background: url(../img/fon1.png);        background-size: 100% 100%;*/
    }

    .main2-banner {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 75%;
        height: 230px;
        background: url(../img/banner.png);
        background-size: 100% 100%;
    }

    .main2-banner1 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 230px;
    }

    .main2-banner1-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 50%;
        height: 197px;
    }

    .main2-banner1-1 h1 {
        white-space: pre;
        font-size: 350%;
        font-family: 'Roboto-Bold';
    }

    .main2-banner2-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 50%;
        height: 197px;
    }

    .main2-banner2-1 h3 {
        margin-top: 46px;
        white-space: pre;
        font-size: 130%;
        font-family: 'Roboto-Bold';
    }

    .main2-galerea {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 427px;
    }

    .last-galery {
        margin-bottom: 25px;
    }

    .main2-galerea-slide1 {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 270px;
        height: 370px;
    }

    .main2-galerea-slide1 ul {
        width: 100%;
        list-style-type: none;
        padding-left: 0;
    }

    .main2-galerea-slide1 p {
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 75px; /* padding-top: 15px; */
        text-align: center;
        font-size: 100%;
        font-family: 'Roboto-Bold';
    }

    .main2-galerea-slide1 ul li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .main2-galerea-slide1 ul li img {
        width: 240px;
        height: 280px;
    }

    .main2-galerea-slide1 span {
        position: absolute;
        top: -12%;
        background: url(../img/Hanger.png);
        background-size: 100% 100%;
        width: 50px;
        height: 50px;
    }

    .main2-galerea-slide {
        margin-top: 65px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 80%;
    }

    .main2-galerea-ul {
        padding-top: 15px;
        height: 370px;
        background: white;
    }

    .main2-galerea-ul:hover {
        cursor: pointer;
    }

    .wall {
        width: 100%;
        height: 459px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; /*   background: url(../img/fon1.png);        background-size: 100% 100%;*/
    }

    .wall1 {
        width: 100%;
        height: 329px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: url(../img/var.png);
        background-size: 100% 100%;
    }

    .wall1 h1 {
    text-shadow: 8px 8px 5px black, 0 0 1em #333333b3;
        padding-top: 55px;
        color: white;
        white-space: pre;
        font-size: 400%;
        font-family: 'Roboto-Bold';
    }

    .wall2 {
        width: 100%;
        height: 131px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .wall2-1 {
        position: relative;
        width: 55%;
        height: 131px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .wall2-1 h2 {
        margin-top: 0px;
        margin-bottom: 0;
        white-space: pre;
        font-size: 170%;
        font-family: 'Roboto-Bold';
    }

    .wall2-1 h3 {
        white-space: pre;
        margin-top: 0;
        font-size: 200%;
        font-family: 'Roboto-Bold';
    }

    .arrow1 {
        left: 14%;
        top: -110px;
        position: absolute;
        width: 170px;
        height: 180px;
        background: url(../img/left.png);
        background-size: 100% 100%;
    }

    .arrow2 {
        top: -50px;
        right: 6%;
        position: absolute;
        width: 120px;
        height: 120px;
        background: url(../img/right.png);
        background-size: 100% 100%;
    }

    .wall2-2 {
        width: 45%;
        height: 131px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .wall2-2 button {
        padding-right: 20px;
        border: none;
        width: 300px;
        height: 70px;
        background: url(../img/mazok.png);
        background-size: 100% 100%;
        color: white;
        font-size: 120%;
        font-family: 'Roboto-Bold';
    }

    .wall2-2 button:focus {
        outline: none;
    }

    .down {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        background: url(../img/down.png);
        background-size: 100% 100%;
    }

    .down1 {
        top: -6px;
        position: absolute;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .down1 h1 {
        margin-top: 33px;
        margin-bottom: 33px;
        font-size: 320%;
        font-family: 'Roboto-Bold';
    }

    .down2 {
        padding-top: 33px;
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
    }

    .down2 ul {
        list-style-type: none;
        padding-left: 0;
    }

    .down2 img {
        margin-bottom: 20px;
    }

    .down2-1 span {
        line-height: 110%;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        font-size: 100%;
        font-family: 'Roboto-Bold';
            margin-bottom: 1px;
    }

    .down2-1 b {
        line-height: 120%;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        font-size: 100%;
        font-family: 'Roboto-Black';
    }

    .down3 {
        padding-top: 30px;
        width: 75%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 46px;
    }

    /*    .down3 img {        width: 220px;        height: 160px;    }    */
    .down3-1 {
        padding-left: 20px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .down3-2 {
        padding-right: 20px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    span.ofic {
    font-family: 'Roboto-black';
}

    .down3-3 {
        padding-right: 10px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .down3-3-1 {
        width: 150%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: -20px;
    }

    .down3-3-1 h1 {
        margin-top: 0;
        color: white;
        white-space: pre;
        font-size: 190%;
        font-family: 'Roboto-bold';
    }

    .down3-3-1 h2 {
        margin-bottom: 0px;
        color: white;
        font-size: 190%;
        font-family: 'Roboto-bold';

    }

    .down3-2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .down3-3-2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
    }

    .down3-3-2 button {
        margin-top: -5px;
        border: 1px solid white;
        background: none;
        width: 300px;
        height: 35px;
        font-size: 120%;
        color: white;
        font-family: 'Roboto-Bold';
    }

    .down3-3-2 button:focus {
        outline: none;
    }

    .footer {
        width: 100%;
        height: 410px;
        background: url(../img/footer.png);
        background-size: 100% 100%;
    }

    .b-container {
        margin: 0px auto;
        font-weight: 100 !important;
        color: #fff;
    }

    .b-popup {
        z-index: 100;
        width: 100%;
        height: 2000px;
        background-color: rgba(0, 0, 0, 0.5);
        overflow: hidden;
        position: fixed;
        top: 0px;
        display: none;
    }

    .b-popup .b-popup-content {
        margin: 8% auto 0px auto;
        max-width: 1100px;
        width: 80%;
        min-width: 320px;
        min-height: 320px;
        height: 500px;
        padding: 10px;
        background: #cccccc;
        border-radius: 5px;
        box-shadow: 0px 0px 10px #000;
        position: relative;
        display: block;
    }

    .close {
        z-index: 10; /*color: white !important;*/
        opacity: 1 !important;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
    }

    /* .b-popup-content h1{         text-align: center;         color:#414c70;         margin-top: 30px;         display: flex;         flex-direction: column;         justify-content: center;         align-items: center;         font-size: 400%;         font-weight: 100 !important;         font-family: 'GothamPro-Medium.';     }*/
    .b-popup-content h3 {
        margin-top: 100px; /*    color: white;*/
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: 800 !important;
        font-size: 200%;
        margin-bottom: 30px;
        font-family: 'Roboto-Bold';
    }

    .b-popup-content h2 { /*      color: white;*/
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: 800 !important;
        font-size: 120%;
        margin-bottom: 30px;
        font-family: 'Roboto-Black';
    }

    .b-popup-content label {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: 800 !important;
        font-size: 140%;
        font-family: 'GothamPro-Medium.';
    }

    .zakazat {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    .zakazat1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .zakazat2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .zakazat2 input { /*color: white;*/
        background: none;
        font-size: 140%;
        font-weight: 800;
        text-align: center;
        min-width: 150px;
        width: 250px;
        height: 50px;
        border: none;
        border-bottom: 2px solid black;
        font-family: 'GothamPro-Light';
    }

    .zakazat2 input:focus {
        border: none !important;
        outline: none; /*    color: white !important;*/
        font-family: 'GothamPro-Light';
        border-bottom: 2px solid black !important;
    }

    .zakazat1 input:focus {
        border: none !important;
        outline: none; /*color: white !important;*/
        font-family: 'GothamPro-Light';
        border-bottom: 2px solid black !important;
    }

    .zakazat1 input { /*color: white;*/
        background: none;
        font-size: 120%;
        font-weight: 800;
        text-align: center;
        min-width: 150px;
        width: 250px;
        height: 50px;
        border: none;
        border-bottom: 2px solid black;
        font-family: 'GothamPro-Light';
    }

    .b-popup-content button {
        background: none;
        letter-spacing: 1px;
        font-size: 120%;
        font-weight: 800;
        height: 50px;
        margin-top: 50px;
        padding: 0 22px;
        border: 2px solid black;
        border-radius: 3px; /*color: white;*/
        width: 90%;
        font-family: 'Roboto-Black';
        background-size: 100% 100%;
    }

    .form-arx {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-family: 'GothamPro-Light';
    }
}