*Обнуление*/
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
ul,
ol,
li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
html,
body {
    height: 100%;
    line-height: 1;
    
}
@font-face {
	font-family: 'Futura PT Bold';
	src: url('../fonts/futura_pt_bold.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/futura_pt_bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/futura_pt_bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/futura_pt_bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/futura_pt_bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/futura_pt_bold.svg#futura_pt_bold') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Futura PT Book';
	src: url('../fonts/futura_pt_book.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/futura_pt_book.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/futura_pt_book.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/futura_pt_book.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/futura_pt_book.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/futura_pt_book.svg#futura_pt_book') format('svg'); /* Chrome < 4, Legacy iOS */
}


@font-face {
	font-family: 'Futura PT Medium';
	src: url('../fonts/futura_pt_medium.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/futura_pt_medium.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/futura_pt_medium.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/futura_pt_medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/futura_pt_medium.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/futura_pt_medium.svg#futura_pt_medium') format('svg'); /* Chrome < 4, Legacy iOS */
}






/*---------------------------------------*/
.wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: url('../img/main/kirpicz.jpg');

}

/*---------------------------------------*/


[class*="_container"] {
    max-width: 1186px;
    margin: 0px auto;

}
/*КОМПЬЮТЕР       АДАПТАЦИЯ ПОД МОБИЛЬНОЕ УСТТРОЙСТВО*/
@media (max-width: 1230px) {
    [class*="_container"] {
    max-width: 970px;
    }
    .wrapper {
        min-height: 100%;
    }
}

/*ПЛАНШЕТ    АДАПТАЦИЯ ПОД МОБИЛЬНОЕ УСТТРОЙСТВО*/
@media (max-width: 991.98px) {
    [class*="_container"] {
    max-width: 750px;
    }
    .wrapper {
        min-height: 100%;
    }
}

/*МОБЬНЫЙ   АДАПТАЦИЯ ПОД МОБИЛЬНОЕ УСТТРОЙСТВО*/
@media (max-width: 767.98px) {
    [class*="_container"] {
    max-width: 560px;
    }
    .wrapper {
        min-height: 100%;
        background: url('../img/main/kirpicz2.jpg');
    }
}

/*МАЛЕНЬКИЕ МОБЬНЫЕ   АДАПТАЦИЯ ПОД МОБИЛЬНОЕ УСТТРОЙСТВО*/
@media (max-width: 560px) {
    [class*="_container"] {
    max-width: none;
    }
    .wrapper {
        min-height: 100%;
    }
    
}





/*================HEADER===========================*/
.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.header_container {
    display: flex;
    min-height: 110px;
    background-color: #1f1f1f;
    box-shadow: 1px 1px 8px rgb(0, 0, 0);
}
.header_logo {
    width: 84px;
    height: 95px;
    margin-top: 5px;
    margin-left: 15px;
    background: url('../img/szapka/logo.svg');
    background-repeat: no-repeat;
    /* border: solid 1px red; */
}
.logo_link {
    display: block;
    width: 84px;
    height: 95px;
}
/*==========================HEADER MENU+kontakt====================*/
.menu_kontakt {
    width: 1040PX;
    height: 100px;
    /* border: solid 1px rgb(251, 255, 0); */
}

.header_menu {
    flex: 1 1 auto;
    /* border: solid 1px rgb(0, 255, 64); */
}

.menu {
    max-width: 100%;
    height: 35px;
    display: flex;
    margin-top: 5px;
    justify-content: flex-end;
    /* border: solid 1px rgb(255, 0, 0); */
}
.menu_list {
    display: flex;
    /* border: solid 1px rgb(0, 255, 55); */
}
.menu_link {
	font-family: 'Futura PT Medium';
    font-size: 15px;
    line-height: 1;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
}
.menu_link:hover {
    color: #FFA013;
    text-decoration: none;
}
.menu_item {
    margin: 10px 10px 0px 0px;
    padding-right: 9px ;
    height: 19px;
    border-right: solid 1PX #ffffffb0;
}
.menu_item:last-child {
    border-right: none;
  }

.header_kontakt {
    width: 245px;
    height: 50px;
    margin-top: 5px;
    margin-left: 782px;
    /* border: solid 1px rgb(0, 60, 255); */
}

.tel_ws_vib {
    display: flex;
}

.header_telefon {
    width: 135px;
    margin-top: 12px;
    /* border: solid 1px red; */
}

.telefon{
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Futura PT Medium';
    font-weight: bolder;
    font-size: 16px;
    line-height: 1.2px;
    letter-spacing: 1px;
    color: #ffffff;
    align-items: center;
}

.telefon_call {
    display: flex;
    align-items: center;
    padding: 5px 0px 5px 5px;
    border: 2px solid #ffffff;
    border-radius: 3px;
}

.telefon_call:hover{
    color: #FFA013;  
    text-decoration: none;
}
.phone {
    height: 17px;
    width: 19px;
    margin-right: 4px;
}
.ws {
    height: 40px;
    width: 40px;
    background: url('../img/szapka/icon/logo_watsup.svg');
    margin: 7px 0 0 10px;
}
.ws_link {
    display: block;
    width: 40px;
    height: 40px;
}

.viber {
    height: 40px;
    width: 40px;
    background: url('../img/szapka/icon/logo_viber.svg');
    margin: 7px 0 0 10px;
}
.viber_link {
    display: block;
    width: 40px;
    height: 40px;
}

@media (max-width: 1230px) {
    .header_kontakt {
        margin-left: 670px;
        /* border: solid 1px red; */
    }
    .menu_kontakt {
        width: 845px;
        height: 100px;
    }
    .menu_link {
        font-size: 13px;
    }

    .header_kontakt {
        margin-left: 586px;
    }
}

@media (max-width: 991.98px) {
    .header_kontakt {
        margin-left: 5px;
    }
    .header_logo {
        position: relative;
    }
    .menu_kontakt {
        display: flex;
        width: 330px;
        height: 65px;
        margin-top: 20px;
        margin-left: 290px;
        /* border: solid 3px rgb(255, 145, 0); */
    }
    .menu {
        margin-top: 15px;
        max-width: 1%;
    }
    .menu_body {
        display: none;
        position: fixed;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1f1f1f;
        padding: 70px 0px 30px 0px;
    }

    .header:target .menu_body {
        display: block;
    } 
  
    .menu_list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .menu_item {
        margin: 0px 0px 15px 0px;
        border-right: none;
    }

    .menu_item:last-child {
        margin-bottom: o;
    }

    .menu_link {
        font-size: 20px;
    }
    
}

@media (max-width: 767.98px) {
    .menu_kontakt {
        display: flex;
        width: 290px;
        height: 65px;
        margin-top: 15px;
        margin-left: 1px;
        /* border: solid 1px rgb(255, 145, 0); */
    }
}


/*=====================Меню бургер-------------------------------*/

.close-icon-menu,
.icon-menu {
    display: none;
}

@media (max-width: 991.98px) {
    .icon-menu {
        display: flex;
        position:relative;
        flex: 0 0 30px;
        height: 18px;
        flex-direction: column;
        justify-content: space-between;
        margin: 23px 7px 0px 0px;
    }

    .icon-menu::before,
    .icon-menu::after {
    content: "";
    background-color: rgb(255, 255, 255);
    height: 2px;
    }

    .icon-menu span {
    height: 2px;
    background-color: rgb(255, 255, 255);
    }

    .close-icon-menu {
        flex: 0 0 30px;
        height: 30px;
        position: relative;
        margin: 22px 7px 0 0;
    }

    .close-icon-menu::before,
    .close-icon-menu::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    background-color: rgb(255, 255, 255);
    height: 2px;
    margin-top: 15px;
    }

    .close-icon-menu::before {
        transform: rotate(45deg);
    }

    .close-icon-menu::after {
        transform: rotate(-45deg);
    }

    .header:target .icon-menu {
        display: none;
    }
    .header:target .close-icon-menu {
        display: flex;
    }
}












/*===================блок MAIN=========================*/

.jak_zamowicz {
    margin: 140px auto 0 auto;
    width: 1184px;
    height: 860px;
    border: solid 5px #cacaca;
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 3px 3px 15px rgb(0, 0, 0);
}

.jak_zamowicz_zagolovok {
    width: 1135px;
    margin-top: 30px;
    margin-left: 20px;
    border-bottom: solid 1px #FFA013;
}

.jak_zamowicz_zagolovok h2 {
    font-family: 'Futura PT Bold';
    font-size: 42px;
    color: #FFA013;
}
.black_zagolowok {
    font-family: 'Futura PT Medium';
    font-size: 42px;
    color: #1F1F1F;
}




/*============================RABOTAEM =====================*/
.robimy {
    margin-top: 30px;
    width: 1174px;
    height: 700px;
    background: url('../img/main/rabotaem.jpg');
    border-top: solid 1px #ffa11300;
}

.block_robimy {
    max-width: 1174px;
    height: 650px;
    margin-top: 30px;
    /* border: solid 1px #ff0000; */
}
.zagolovok {
    font-family: 'Futura PT Bold';
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #FFA013;
    margin-top: 0px;
}
.robimy_text {
    font-family: 'Futura PT Book';
    font-size: 20px;
    margin: 5px 15px 0 15px;
    color: rgb(255, 255, 255);
}
.verh {
    display: flex;
    max-width: 1174px;
    height: 290px;
    /* border: solid 1px #ff0000; */
}
.one_kontakt {
    display: block;
    width: 310px;
    height: 270px;
    border-radius: 15px;
    border: solid 2px #c4c4c400;
    margin-left: 61px;
    background-color: rgba(0, 0, 0, 0.436);
}
.one_foto {
    width: 100px;
    height: 80px;
    margin: 15px auto;
    background: url('../img/main/icon/zajavka.png');
}



.main_telefon-link{
	font-family: 'Futura PT Medium';
    font-size: 19px;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    margin-top: 14px;
}
.main_telefon-link:hover {
    text-decoration: none;
    color: #FFA013;
}

.main_mail-link {
	font-family: 'Futura PT Medium';
    font-size: 21px;
    letter-spacing: 1px;
    color: white;
    margin-top: 2px;
}
.main_mail-link:hover {
    text-decoration: none;
    color: #FFA013;
}






.two_pomiar {
    display: block;
    width: 310px;
    height: 270px;
    border-radius: 15px;
    border: solid 2px #c4c4c400;
    margin-left: 61px;
    background-color: rgba(0, 0, 0, 0.436);
}
.two_foto {
    width: 100px;
    height: 80px;
    margin: 15px auto;
    background: url('../img/main/icon/pomiar.png');
}
.three_projekt {
    display: block;
    width: 310px;
    height: 270px;
    border-radius: 15px;
    border: solid 2px #c4c4c400;
    margin-left: 61px;
    background-color: rgba(0, 0, 0, 0.436);
}
.three_foto {
    width: 100px;
    height: 95px;
    margin: 10px auto;
    background: url('../img/main/icon/projekt.png');
}
.niz {
    display: flex;
    max-width: 1174px;
    height: 290px;
    margin-top: 50px;
    /* border: solid 1px #001aff; */
}
.four_produkcja {
    display: block;
    width: 310px;
    height: 270px;
    border-radius: 15px;
    border: solid 2px #c4c4c400;
    margin-left: 61px;
    background-color: rgba(0, 0, 0, 0.436);
}
.four_foto {
    width: 130px;
    height: 80px;
    margin: 10px auto;
    background: url('../img/main/icon/produkcja.png');
}
.five_dostawa {
    display: block;
    width: 310px;
    height: 270px;
    border-radius: 15px;
    border: solid 2px #c4c4c400;
    margin-left: 61px;
    background-color: rgba(0, 0, 0, 0.436);
}
.five_foto {
    width: 100px;
    height: 80px;
    margin: 15px auto 5px auto;
    background: url('../img/main/icon/dostawa.png');
}
.six_montaz {
    display: block;
    width: 310px;
    height: 270px;
    border-radius: 15px;
    border: solid 2px #c4c4c400;
    margin-left: 61px;
    background-color: rgba(0, 0, 0, 0.436);
}
.six_foto {
    width: 100px;
    height: 80px;
    margin: 10px auto;
    background: url('../img/main/icon/montaz.png');
}

@media (max-width: 1230px) {
    .jak_zamowicz {
        width: 970px;
    }
    .jak_zamowicz_zagolovok {
        width: 915px;
    }
    

    .robimy {
        width: 960px;
    }
    .robimy_zagolovok {
        font-size: 30px;
    }

    .verh {
      width: 970px;
    }
    .one_kontakt {
        display: block;
        width: 290px;
        height: 270px;
        margin-left: 24px;
    }

    .main_mail-link {
        font-size: 19px;
    }

    .two_pomiar {
        width: 290px;
        height: 270px;
        margin-left: 24px;
    }
    .three_projekt {
        width: 290px;
        height: 270px;
        margin-left: 24px;
    }
    .niz {
        width: 970px;
      }
      .four_produkcja {
        width: 290px;
        height: 270px;
        margin-left: 24px;
      }
      .five_dostawa {
        width: 290px;
        height: 270px;
        margin-left: 24px;
      }
      .six_montaz {
        width: 290px;
        height: 270px;
        margin-left: 24px;
      }
}

@media (max-width: 991.98px) {
    .jak_zamowicz {
        width: 750px;
    }
    .jak_zamowicz_zagolovok {
        width: 698px;
    }
    .jak_zamowicz_zagolovok h2 {
        font-size: 32px;
    }

    .black_zagolowok {
        font-size: 32px;
    }
    .robimy {
        width: 740px;
        height: 700px;
        background: url('../img/main/rabotaem2.jpg');
    }
    .robimy_zagolovok {
        font-size: 25px;
    }
    .verh {
      width: 750px;
    }
    .one_kontakt {
        display: block;
        width: 216px;
        height: 310px;
        margin-left: 24px;
    }
    .one_foto {
        width: 70px;
        height: 70px;
        background: url('../img/main/icon/icon2/zajavka2.png');
    }

    .two_pomiar {
        width: 216px;
        height: 310px;
        margin-left: 24px;
    }
    .two_foto {
        width: 70px;
        height: 70px;
        background: url('../img/main/icon/icon2/pomiar2.png');
    }
    .three_projekt {
        width: 216px;
        height: 310px;
        margin-left: 24px;
    }
    .three_foto {
        width: 100px;
        height: 70px;
        background: url('../img/main/icon/icon2/projekt2.png');
        margin-top: 15px;
    }
    .niz {
        width: 750px;
      }
      .four_produkcja {
        width: 216px;
        height: 250px;
        margin-left: 24px;
      }
      .four_foto {
        width: 100px;
        height: 70px;
        background: url('../img/main/icon/icon2/produkcja2.png');
    }
      .five_dostawa {
        width: 216px;
        height: 250px;
        margin-left: 24px;
      }
      .five_foto {
        width: 70px;
        height: 70px;
        background: url('../img/main/icon/icon2/dostawa2.png');
    }
      .six_montaz {
        width: 216px;
        height: 250px;
        margin-left: 24px;
      }
      .six_foto {
        width: 70px;
        height: 70px;
        background: url('../img/main/icon/icon2/montaz2.png');
    }
      .robimy_text {
        margin: 0px 0px 0 10px;
    }
}

@media (max-width: 767.98px) {
    .jak_zamowicz {
        width: 385px;
        height: 1790px;
    }
    .jak_zamowicz_zagolovok {
        width: 335px;
    }
    .jak_zamowicz_zagolovok h2 {
        font-size: 28px;
    }
    .black_zagolowok {
        font-size: 28px;
    }
    
    .robimy {
        width: 375px;
        height: 1640px;
        background: url('../img/main/rabotaem4.jpg');
        background-repeat: no-repeat;
    }

    .verh {
        display:block;
        width: 375px;
        height: 815px;
        /* border: solid 1px rgb(255, 0, 0);   */
    }
     .one_kontakt {
        margin: 10px auto;
        width: 315px;
        height: 260px;
        border: solid 1px white;   
    }
    .two_pomiar {
        margin: 40px auto;
        width: 315px;
        height: 230px;
        border: solid 1px white;    
    }
    .three_projekt {
        margin: 40px auto;
        width: 315px;
        height: 230px;
        border: solid 1px white; 
    }
    .niz {
        display:block;
        width: 375px;
        height: 810px;
        margin-top: 0;
        /* border: solid 1px rgb(255, 0, 0);   */
    }

    .four_produkcja {
        margin: 25px auto;
        width: 315px;
        height: 225px;
        border: solid 1px white;    
    }
    .five_dostawa {
        margin: 40px auto;
        width: 315px;
        height: 195px;
        border: solid 1px white;  
    }
    .six_montaz {
        margin: 40px auto;
        width: 315px;
        height: 230px;
        border: solid 1px white; 
    }
}






/*=======================FOOTER=================*/
.footer {
    width: 1186px;
    min-height: 100%;
    margin: 40px auto 0 auto;
    background-color: #1f1f1f;
}
.bloki {
    display: flex;
    width: 730px;
    margin: 0 auto;
}
.block_zagolowok h2 {
    font-family: 'Futura PT Medium';
    font-size: 20px;
    color: #FFA013;
    /* border: solid 1px red; */
    text-align: center;
}





.footer_block1 {
    width: 380px;
    margin-top: 20px;
}

.footer_kontakt {
    height: 270px;
    width: 360px;
    margin-top: 30px;
    border-right: solid 1px #FFA013;
}

.footer_telefon {
    display: flex;
    margin-left: 30px;
    /* border: solid 1px red; */
}
    
.footer_telefon-link{
	font-family: 'Futura PT Medium';
    font-size: 20px;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    margin-top: 14px;
}
.footer_telefon-link:hover {
    text-decoration: none;
    color: #FFA013;
}
.footer_phone {
    height: 17px;
    width: 15px;
    margin-right: 6px;
    margin-top: -5px;
}

.footer_mail {
    margin-left: 30px;
    margin-top: 30px;
    /* border: solid 1px red; */
}
    
.footer_mail-link {
	font-family: 'Futura PT Medium';
    font-size: 21px;
    letter-spacing: 1px;
    color: white;
    margin-top: 2px;
}
.footer_mail-link:hover {
    text-decoration: none;
    color: #FFA013;
}

.footer_email {
    height: 17px;
    width: 25px;
    margin-right: 6px;

}
.footer_social {
    display: flex;
    margin-left: 20px;
    margin-top: 37px;
    /* border: solid 1px red; */
}

.fb {
    margin-left: 10px;
}
.fb_link {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/main/icon/fb.svg');
}
.fb_link:hover {
    background: url('../img/main/icon/fb2.svg');
}

.insta {
    margin-left: 20px;
}
.insta_link {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/main/icon/insta.svg');
}
.insta_link:hover {
    background: url('../img/main/icon/insta2.svg');
}











.footer_block2 {
    width: 393px;
    margin-top: 20px;
}
.godziny_otwarcia {
    height: 270px;
    margin-top: 30px;
    margin-left: 30px;
    letter-spacing: 1px;
    border-right: solid 1px #FFA013;
}

.godziny_otwarcia p {
    display: block;
	font-family: 'Futura PT Medium';
    font-size: 19px;
    color: rgb(255, 255, 255);

}









.footer_block3 {
    width: 393px;
    margin-top: 20px;
}
.menu_footer {
    display: flex;
    width: 390PX;
    height: 270px;
    margin-top: 30px;
}

.menu_footer a {
    font-family: 'Futura PT Medium';
    font-size: 17px;
    color: rgb(255, 255, 255);
    line-height: 2;
}
.menu_footer a:hover {
    color: #FFA013;
    text-decoration: none;
}

.lew {
    margin-left: 15px;
    /* border: solid 1px rgb(238, 255, 0); */
}
.praw {
    margin-left: 30px;
    /* border: solid 1px rgb(0, 255, 64); */
}




@media (max-width: 1230px) {
    
    .footer {
        width: 970px;
    }
    .footer_block1 {
        width: 360px;
    }
    .footer_block2 {
        width: 323px;
    }
    .menu_footer {
        width: 323px;
        font-size: 20px;
    }
    .menu_footer a {
        font-size: 17px;
    }

    .praw {
        margin-left: 0px;
    }
 
    .footer_block3 {
        width: 305px;
    }
    .footer_telefon-link{
        font-size: 16px;
    }
    .footer_mail-link {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .footer {
        width: 750px;
    }



    .footer_block1 {
        width: 360px;
        margin-top: 20px;
    }
    .footer_kontakt {
        height: 310px;
        margin-top: 30px;
        border-right: solid 1px #FFA013;
    }
    
    .footer_telefon {
        display: flex;
        margin-left: 10px;
        /* border: solid 1px red; */
    }

    .footer_telefon-link:hover {
        text-decoration: none;
        color: #FFA013;
    }
    .footer_phone {
        height: 14px;
        width: 11px;
        margin-right: 6px;
        margin-top: -5px;
    }
    
    .footer_mail {
        margin-left: 10px;
        margin-top: 30px;
        /* border: solid 1px red; */
    }
        
    .footer_mail-link {
        font-family: 'Futura PT Medium';
        font-size: 18px;
        letter-spacing: 1px;
        color: white;
        margin-top: 2px;
    }
    .footer_mail-link:hover {
        text-decoration: none;
        color: #FFA013;
    }
    
    .footer_email {
        height: 14px;
        width: 22px;
        margin-right: 6px;
    
    }
    .footer_social {
        display: flex;
        margin-left: 20px;
        margin-top: 37px;
        /* border: solid 1px red; */
    }
    
    .fb {
        margin-left: 10px;
    }
    .fb_link {
        display: block;
        width: 40px;
        height: 40px;
        background: url('../img/main/icon/fb.svg');
    }
    .fb_link:hover {
        background: url('../img/main/icon/fb2.svg');
    }
    
    .insta {
        margin-left: 20px;
    }
    .insta_link {
        display: block;
        width: 40px;
        height: 40px;
        background: url('../img/main/icon/insta.svg');
    }
    .insta_link:hover {
        background: url('../img/main/icon/insta2.svg');
    }


    .footer_block3 {
        width: 250px;
        margin-top: 20px;
    }
    .menu_footer {
        display: block;
        width: 240px;
        height: 310px;
    }
    .menu_footer a {
        font-size: 14px;
    }
    .lew {
        margin-left: 5px;
    }
    .praw {
        margin-left: 5px;
    }
}

@media (max-width: 767.98px) {
    .footer {
        width: 360px;
        margin-left: 15px;
    }
    .bloki {
        display: block;
        /* border: solid 3px red; */
    }









    .footer_block1 {
        width: 320px;
        height: 260px;
        margin-top: 30px;
        margin-left: 20px;
        border-bottom: solid 1px #FFA013;
        border-right: none;
    }
    
    .footer_kontakt {
        border-right: none;
    }
    
 
    .footer_block3 {
        width: 320px;
        height: 230px;
        margin-top: 30px;
        margin-left: 20px;
    }
    .menu_footer {
        display: flex;
        height: 200px;
        width: 390PX;
        margin-top: 30px;
    }
    
    .lew {
        margin-left: 10px;
    }
    .praw {
        margin-left: 40px;
    }
}
    










