body {
    padding-top: 56px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    right: var(--scrollbar-compensate, 0px);
    z-index: 10;
    background-color: #EEEEEE;
   
}

.header-kontakt-line {
    display: none;
}

.header__container {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    height: 56px;
}

.burger-btn {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    width: 46px;
    height: 46px;
    border-radius: 2px;
    padding: 0;
    border: none;
    cursor: pointer;
    margin: auto 0;

    background-color: transparent;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    margin-left: -15px;
    margin-right: 10px;
}

.nav {
    display: none;
}

.logotype-link {
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
    align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;
    width: 200px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333333;
}

.header__logotype-img {
    display: block;
    width: 49px;
    margin-right: 5px;

}
.header__logotype-text {
    font-weight: 700;
    font-size: 22px;
    font-family: 'Gilroy';
}

.header__phone,
.header__btn-zakzvonok {
    display: none;
}
.header>* {
    position: relative;
    z-index: 10;
}
.header .header__bg {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    z-index: 1;
    overflow: hidden;
}
.header .header__bg-right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;

    width: 200px;
    -webkit-transform: skew(42deg, 0deg);
    -ms-transform: skew(42deg, 0deg);
    transform: skew(42deg, 0deg);
    background-color: #f3f3f3;
    z-index: 1;
    margin-left: 148px;
}

.header .header__bg-right::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    background-color: #EEEEEE;
    width: 46px;
}
.header .header__bg-left {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    width: 660px;
    -webkit-transform: skew(42deg, 0deg);
    -ms-transform: skew(42deg, 0deg);
    transform: skew(42deg, 0deg);
    background-color: #f3f3f3;
    z-index: 1;
    margin-right: 46px;
}
.header .header__bg-left::after,
.header .header__bg-left::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #EEEEEE;

}
.header .header__bg-left::after {
    right: 46px;
    width: 58px;
}
.header .header__bg-left::before {
    right: 236px;
    width: 218px;
}

@media (min-width:450px) {
    .header__phone {
        display: block;
        margin-left: auto;
    }
    .phone .link-phone {
        font-family: 'Gilroy';
        font-size: 18px;
        color: #000;
    }
    .phone .link-phone:hover {
        color: #EB3B3B;
    }
    .phone svg {
        margin-right: 13px;
        display: inline-block;
        position: relative;
        top: 2px;
    }
}

@media (min-width:576px) {}

@media (min-width:768px) {
    .header__btn-zakzvonok {
        display: block;
        margin-left: 40px;
    }
    .burger-btn {
        margin-left: 0;
    }
}

@media (min-width:992px) {}

@media (min-width:1200px) {
    .header .header__bg-right { 
        margin-left: 360px;
    }
    .header .header__bg-left {
        margin-right: 436px;
    }
    body {
        padding-top: 215px;
    }
    .header {
        position: absolute;
        padding-top: 30px;
        background-size: initial;
        padding-bottom: 30px;
        z-index: initial;
    }
    .header-kontakt-line {
        display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
        align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;
    }
    .adress {
        font-size: 14px;
        font-family: 'Gilroy';
        text-transform: uppercase;
    }
    
    .header-kontakt-line__adress {
        margin-right: auto;
    }
    .header-kontakt-line__btn-zakzvonok {
        margin-left: 43px;
    }

    .header-kontakt-line__email {
        margin-left: 41px;
    }
    .header-kontakt-line__email .link-email {
        color: #333333;
        text-transform: uppercase;
        font-size: 14px;
        font-family: 'Gilroy';
    }
    .header-kontakt-line__email .link-email:hover {
        color: #EB3B3B;
        text-decoration: underline;
    }
    .header-kontakt-line__email svg {
        margin-right: 16px;
        display: inline-block;
        position: relative;
        top: 3px;
    }
    .logoline {
        position: relative;
    }

    .fix .header-kontakt-line {
        display: none;
    }

    .fix .header {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        right: var(--scrollbar-compensate, 0px);
        bottom: initial;
        z-index: 100;
        animation: fixmen 0.5s;
        height: auto;
        padding: 5px 0;
        overflow: initial;
    }

    .fix .header__container{
        margin-top: 0;
    }

    .fix .header__logotype-img {
        width: 50px;
    }
    .fix .header__logotype-text {
        font-size: 22px;
    }
    .fix .nav-link_lv1 {
        padding: 15px 0;
    }

    @keyframes fixmen {
        0% {
            opacity: 0.7;
            -webkit-transform: translateY(-60px);
            -ms-transform: translateY(-60px);
            transform: translateY(-60px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
        }
    }


    .topbar {
        display: block;
        background-color: rgba(0, 0, 0, 0.05);
        position: relative;
        z-index: 11;
        padding: 10px 0;
        border-bottom: 1px solid #d3d3d3;
    }

    .logoline__phone,
    .logoline__btn-zakzvonok,
    .burger-btn {
        display: none;
    }

 

    .header__logotype {
        margin-left: 0;
    }

    .logotype-link {
        width: 290px;
    }
    .header__logotype-img {
        width: 80px;
    }
    .header__logotype-text { 
        font-size: 29px;
    }
    .siteTitle {
        font-size: 22px;
        max-width: 260px;
        margin-left: 12px;
    }

    .header__container {
        height: initial;
    }
    .header__phone, .header__btn-zakzvonok {
        display: none;
    }
    .header__container {
        margin-top: 23px;
    }
    .nav {
        margin-left: auto;
        display: block;
    }

    .nav-lv1 {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        align-items: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        list-style: none;
        width: 100%;
    }

    .nav-item {
        position: relative;
    }
    .nav-lv1__item {
        margin-left: 40px;
    }
    .nav-lv1__item.nav-item_parent .nav-lv1__link {
        padding-right: 34px;
    }
    .nav-link_parent:after {
        content: "";
        position: absolute;
        border: 2px solid rgba(0, 0, 0, 0.8);
        border-left: none;
        border-bottom: none;
        height: 8px;
        width: 8px;
        right: 8px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        margin: auto;
        top: 0;
        bottom: 4px;
    }
    .nav-link_lv1 {
        color: inherit;
        text-decoration: none;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        align-items: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;

        padding: 25px 0;
        position: relative;
        text-transform: uppercase;
        -webkit-transition: color 0.4s ease;
        transition: color 0.4s ease;
        font-size: 16px;
        font-family: 'Oswald';
        font-weight: 700;
        color: rgba(0, 0, 0, 0.8);
        border-bottom: 3px solid transparent;
    }

    .nav-link_lv1:hover,
    .nav-item:hover>.nav-link_lv1 {
        color: #EB3B3B;
    }

    .nav-link_lv1.nav-link_active,
    .nav-link_lv1.nav-link_active:hover {
        color: #EB3B3B !important;
        border-color: #EB3B3B;
    }
    .nav-link_lv1.nav-link_active::after {
        border-color: #EB3B3B;
    }

    .nav-lv2 {
        list-style: none;
        visibility: hidden;
        padding: 25px 0;
        opacity: 0;
        min-width: 100%;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 1px;
        z-index: 50;
        background-color: #fff;
        width: auto;
        max-width: 270px;
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

    .nav-link_parent {
        position: relative;
    }


    .nav-item:hover .nav-lv2 {
        visibility: visible;
        opacity: 1;
    }

    .nav-item:hover .nav-link_lv1 {
        color: #f82f0c;
    }


    .nav-link_lv2 {
        color: rgba(0, 0, 0, 0.8);
        display: block;
        font-family: 'Oswald';
        font-weight: 300;
        width: 100%;
        padding: 6px 30px;
        text-decoration: none;
        white-space: nowrap;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .nav-link_lv2:hover,
    .nav-link_lv2.nav-link_active {
        color: #EB3B3B;
    }

    .gorod1 {
        font-size: 14px;
        font-weight: normal;
        font-family: roboto, sans-serif;
        text-transform: none;
        margin-top: 15px;
        margin-left: 85px;
        display: inline-block;
        position: relative;
    }

    .vashh {
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .viborgoroda {
        font-size: 14px;
    }

    .lang_select .lang_select__dropdown {
        background-color: #ffffff;
        display: none;
        width: 160px;
        position: absolute;
        top: 100%;
        left: 0px;
        -moz-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2);
    }

    .lang_select:hover .lang_select__dropdown {
        padding-bottom: 10px;
        display: block;
    }

    .lang_select .lang_select__item1 {
        color: inherit;
        text-decoration: none;
        display: block;
        padding: 10px 12px;
    }

    .lang_select .lang_select__item {
        color: inherit;
        text-decoration: none;
        margin-left: 10px;
        margin-right: 10px;
        display: block;
        position: relative;
        padding: 10px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .lang_select .lang_select__item:hover {
        color: #ffffff;
        background-color: #D7240B;
        position: relative;
    }

    .lang_select {
        background-color: #ffffff;
        display: inline-block;
        width: 160px;
        position: relative;
        z-index: 1;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .lang_select::after {
        content: "";
        position: absolute;
        border: 2px solid #292929;
        border-right: none;
        border-bottom: none;
        height: 6px;
        width: 6px;
        right: 15px;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        margin: auto;
        top: 0;
        bottom: 2px;

    }

    .lang_select .lang_select__button {
        cursor: pointer;
    }

    .topkontakts {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        align-items: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;

    }

    .topkontakts__phone {
        margin-right: 10px;
    }

    .link-wa {
        display: block;
        width: 30px;
        height: 30px;
    }

    .topkontakts__whatsapp {
        margin-right: 20px;
    }
}

@media (min-width:1400px) {
    .nav-lv2 {
        left: -30px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}


