    .header__burger{
        /* display: block !important; */
        position: relative;
        width: 48px;
        height: 60px;
        float: right;
        /* text-align: right; */
        grid-area: menu;
        background: var(--blue);
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        flex-wrap: nowrap;
        grid-area: menu;
        align-content: center;
    }

    .header__wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        padding-top: 28px;
    }

    .header__nav{
        display: block;
        position: fixed;
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #000;
        z-index: 10;
        padding: 75px;
        transform: translateX(100%);
        transition: .2s all linear;
        margin-left: 0px;
    }

    .header__nav-active{
        transform: translateX(0);
    }

    .header__item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: inherit;
    }

    .header__item:last-child{
        margin-bottom: 0;
    }

    .header__item a{
        font-size: 42px;
        line-height: 48px;
    }

    .header__nav-close{
        width: 40px;
        height: 40px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 11;
    }

    .header__nav-close-line{
        display: block;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
    }

    .header__nav-close-line:first-child{
        transform: translateY(-50%) rotate(45deg);
    }

    .header__nav-close-line:last-child{
        transform: translateY(-50%) rotate(-45deg);
    }

a.adress span, a.email span, a.h_tel span {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden;
}

.container {
    margin: 0 auto;
    max-width: 300px;
    /* padding: 0 15px; */
    margin: 0 auto;
    /* display: block; */
    /* position: relative; */
    width: 300px;
    /* overflow: hidden !important; */
}

.top-lang {
    width: 50vw;
}

a.header_info_block {
    height: 30px;
    width: 30px;
    font-size: 0;
}

.header_info_block img {
    width: 25px;
    height: 25px;
}

.header_logo {
    width: 100px !important;
}

.company_name {
    width: auto;
    margin: 0 0 0 13px;
    display: grid;
    align-content: center;
    align-items: center;
    justify-items: center;
}

.q1 {
    font-size: 1.7rem;
    line-height: 1.5rem;
}

nav.header__nav {
    /* display: none; */
    /* position: absolute; */
}

body {
    /* max-width: 320px; */
    overflow-x: hidden;
}

main.content_page {
    overflow: hidden;
    /* display: none; */
}

section#callback {
    /* display: none; */
    padding: 100px 0px;
    background-image: url(/img/architectural-blueprints.jpg);
    background-size: cover;
    background-position: 50% 50%;
    color: var(--grey);
    margin: 0;
}

footer {
    /* display: none; */
}

span.burger_line {
    display: block;
    background: white;
    height: 5px;
    margin: 3px 10px;
    border-radius: 2px;
}

ul.language li {
    margin-bottom: 0 !important;
}

.top {
    border-bottom: 1px dashed var(--blue);
    /* margin-bottom: 10px !important; */
    padding-bottom: 10px;
    background: #ebebeb;
    height: 40px;
    overflow: hidden;
}

nav.header__nav.header__nav-active {
    display: flex;
    max-width: 320px;
    margin: 0px !important;
    padding: 150px 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background: #181818;
    z-index: 500;
    position: fixed;
}

ul.main-menu {
    background: none;
    height: auto;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: flex-end;
    padding: 0 !important;
}

ul.main-menu:before {
    display: none;
}

ul.main-menu:after {
    display: none;
}

.header .main-menu li {
    padding: 15px 0;
}

.header .main-menu li a {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin: 0 !important;
}

.main-menu li.current-menu-item a:after {
    display: none;
}

ul.slider_navs {
    max-width: 320px !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 !important;
    padding: 0 !important;
    grid-area: texting;
}

a.spec_name {
    width: auto;
    white-space: initial;
}

.slider_navs li.uk-active {
    width: 270px;
}

.slider_navs li {
    width: 230px;
}

.spec_slider {
    display: grid;
    align-content: center;
    grid-template-columns: 1fr;
    grid-template-areas:
        'images'
        'texting';
}

ul.uk-switcher.slider_img {
    grid-area: images;
    margin: 0;
    height: 300px;
}

h2 {
    font-size: 1.8rem;
}

.ceo_block {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    margin: 0;
    align-content: center;
    justify-items: center;
}

.ceo_img_border {
    border-radius: 200px;
    width: 200px;
    margin-bottom: 20px;
}

.ceo_info_holder {
    margin: 0;
}

.ceo_comment span {
    padding: 50px 25px;
    border-radius: 0 0 0 50px;
}

.ceo_comment:before {
    content: "";
    width: 60px;
    height: 60px;
    right: 0;
    left: auto;
    top: -59px;
    position: absolute;
    display: block;
    background-color: var(--blue);
    clip-path: polygon(0% 00%, 00% 100%, 100% 100%);
}

.promotion_block:nth-child(even), .promotion_block:nth-child(odd) {
    grid-template-areas:
        'img_b'
        'text_b';
    grid-template-columns: 1fr;
}

.i_block {margin-bottom: 20px;}

section {
    margin-bottom: 50px;
}

.adv_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

img.a_list_img {
    width: 130px;
    height: 100px;
}

.a_list_text {
    margin-top: 20px;
    font-weight: 600;
    color: black;
    font-size: 1rem;
    max-width: 140px;
}

.a_list {
    margin-bottom: 30px;
}

.adv_text {
    margin: 20px 0;
    border-left: 10px solid var(--blue);
    height: 150px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding-left: 30px;
    color: black;
}

.pr_img_cont img {
    max-width: 100%!important;
}

section#callback {}

.call_holder {
    color: var(--grey);
    display: grid;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    justify-items: stretch;
    grid-template-columns: 1fr;
    margin-top: 50px;
}

.footer_menu {
    display: none;
}

.contact_form label input, .contact_form label textarea {
    border: 3px solid var(--blue);
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: var(--grey);
    padding: 7px;
    width: 90%;
}

#callback .info a {
    color: var(--grey);
    font-size: 1rem;
    font-weight: 600;
    margin: 20px 0;
    line-height: 1rem;
    max-width: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

span.t_descr {
    margin-left: 20px;
    margin-bottom: 30px !important;
}

.napr_block_icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 20px 0;
}

.napr_imgs {
    grid-template-columns: 1fr;
}

.obj_page_header {
    display: grid;
    align-content: space-between;
    grid-template-areas:
        'h1'
        'gal'
        'text';
    grid-column-gap: 50px;
    margin-bottom: 100px;
}

.obj_gallery.uk-slideshow {
    grid-area: gal;
    min-width: 300px;
    display: block;
    position: relative;
    margin-bottom: 25px;
}

span.descr_text {
    border-left: 5px solid var(--blue);
    display: block;
    padding-left: 20px;
    margin-left: 0px;
    /* margin-bottom: 100px; */
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: 20px;
    grid-area: text;
}

.obj_header {
    display: grid;
    grid-template-areas:
        'logo'
        'name'
        'descr';
    align-items: start;
    grid-template-rows: 1fr;
}

h3.obj_name {
    font-size: 1.5rem;
    font-family: 'Montserrat';
    font-weight: 800;
    margin: 0;
    line-height: 1.9rem;
    position: relative;
    grid-area: name;
    max-height: initial;
}

.obj_desr_section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    margin-bottom: 30px;
    align-content: space-between;
}

ul.obj_posluga_list {
    display: grid;
    align-items: center;
    align-content: center;
    list-style-type: none;
    position: relative;
    justify-content: start;
    margin: 0;
    padding-right: 10px;
    min-width: 200px;
    margin-left: 0;
    padding-left: 0;
}

.obj_posluga_list_date {
    white-space: normal;
    hyphens: auto;
    overflow-wrap: break-word;
    padding: 0 0 0 10px;
}

.obj_logo {
    margin-bottom: 10px;
}

h1 {
    font-size: 2rem;
}

ul.we_do_addmenu {}

.content_b1 {display: flex;flex-direction: column;flex-wrap: nowrap;align-content: center;align-items: center;}

p.info {
    margin-left: 0px;
    padding: 10px 10px 0 35px;
}

.grid1 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 50px 0;
}

.grid2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.content_b2 {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.fl_left {
    float: initial;
    margin: 0;
}

.content_b3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.under_constr {}

.wrapper_full {
        
        margin: 0 auto;
        padding: 100px 20px;
        z-index: 999;
    }
.head_logo b {
    display: none;
    }
.header{
        height: 103px;
        display: grid;
        grid-template-areas:
            "logo company_name menu" !important;
        grid-template-columns: 100px 150px 50px !important;
        /* grid-column-gap: 10px; */
        margin-top: 15px !important;
        padding-bottom: 10px;
        align-items: center;
        /* justify-items: stretch; */
        grid-template-rows: auto;
        /* align-content: center; */
    }
.current-lang {
        padding: 0px;
    }
.current-lang img {
        width: 35px !important;
        height: auto!important;
    }
ul.language.justify-between li {
        margin-bottom: 20px;
    }
.main_block1 {
    margin-top: 45px;
    }

.head_logo a:before {}

.head_logo a :before {
    content: "";
    border-bottom: 1px solid grey;
    width: 100px;
    position: absolute;
    top: 100px;
    left: 100px;
    height: 2px;
}

section.content_page {
    z-index: 0;
    position: relative;
    min-height: 100vh;
    width: calc(100vw - 300px);
    float: left;
    display: block;
}

.portfolio_gallery {
    display: flex;
    /* grid-template-columns: repeat(6, 1fr); */
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    /* grid-gap: 10px; */
    /* justify-items: center; */
    flex-direction: row;
}

.portfolio_gallery div {
    padding: 10px;
}

.header__wrapper {
    height: 90px;
    display: grid;
    grid-template:
        "contact contact" 1fr
        "logo menu" 1fr;
    padding-top: 5px;
    grid-gap: 0;
    justify-content: space-between;
}

header.header {
    position: fixed;
    float: left;
    display: block;
    width: 100%;
    /* height: 70px !important; */
}

.contacts {
    padding: 0 10px;
    display: flex;
    grid-area: contact;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.head_logo {
    grid-area: logo;
}

nav.header__nav {
    grid-area: menu1;
}

.contacts a {
    padding: 0 10px;
}

section.content_page {
    width: 100%;
}

.head_logo a :before {
    border: 0;
}
