body {
    overflow-x: hidden;
}
.header {
    background-color: #fff;
    height: 86px;
    position: relative;
    z-index: 777;
    padding: 0
}

.header .container {
    max-width: 1450px;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header.mob-open .header__burger-btn span:nth-child(1) {
    -webkit-transform: rotate(-38deg) translate(-5px, 6px);
    -ms-transform: rotate(-38deg) translate(-5px, 6px);
    transform: rotate(-38deg) translate(-5px, 6px)
}

.header.mob-open .header__burger-btn span:nth-child(2) {
    opacity: 0
}

.header.mob-open .header__burger-btn span:nth-child(3) {
    -webkit-transform: rotate(38deg) translate(-5px, -6px);
    -ms-transform: rotate(38deg) translate(-5px, -6px);
    transform: rotate(38deg) translate(-5px, -6px)
}

.header__burger {
    display: none
}

.header__burger-btn {
    cursor: pointer;
    display: block;
    position: relative;
    width: 30px;
    height: 34px;
    background-color: transparent;
    border: 0
}

.header__burger-btn span {
    font-size: 0;
    color: transparent;
    display: block;
    position: absolute;
    width: 22px;
    height: 3px;
    background-color: #565656;
    border-radius: 5px;
    left: 4px;
    -webkit-transition: opacity .33s ease-in-out, -webkit-transform .33s ease-in-out;
    transition: opacity .33s ease-in-out, transform .33s ease-in-out, -webkit-transform .33s ease-in-out;
    -o-transition: opacity .33s ease-in-out, transform .33s ease-in-out
}

.header__burger-btn span:nth-child(1) {
    top: 8px
}

.header__burger-btn span:nth-child(2) {
    top: 16px
}

.header__burger-btn span:nth-child(3) {
    bottom: 7px
}

.header__logo img {
    display: block
}

.header__middle-btn {
    color: #008B2F;
    font-weight: 700;
    font-size: 15px;
    padding: 0 28px;
    height: 38px;
    border: 1px solid rgba(14, 57, 42, 0.52);
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: border-color .13s ease-in-out, color .13s ease-in-out;
    -o-transition: border-color .13s ease-in-out, color .13s ease-in-out;
    transition: border-color .13s ease-in-out, color .13s ease-in-out;
}

.header__middle-btn.active,
.header__middle-btn:hover {
    color: #D63D36;
    border-color: #D63D36;
}

.header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 15%
}

.header__tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 70px
}

.header__tel:hover .header__tel-text {
    color: #008b2f
}

.header__tel-links {
    text-align: end;
    padding-right: 10px;
    margin-right: 10px;
    position: relative
}

.header__tel-links::after {
    content: "";
    width: 1px;
    height: 29px;
    background-color: #bcbcbc;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.header__tel-links a {
    display: block;
    font-weight: 700;
    font-size: 14px
}

.header__tel-links a:hover {
    color: #008b2f
}

.header__tel-text {
    max-width: 75px;
    font-size: 14px;
    line-height: 2;
    font-weight: 700;
    color: #565656;
}

.header__user {
    cursor: pointer;
    -webkit-transition: background-color .13s ease-in-out;
    -o-transition: background-color .13s ease-in-out;
    transition: background-color .13s ease-in-out;
    visibility: hidden;
}

.header__user:hover {
    background-color: #95959533
}

.header__user-link {
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 86px
}

.nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

.nav__item {
    height: 86px;
    cursor: pointer;
    position: relative
}

.nav__item:hover .nav__item-link::after {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.nav__item:hover .nav__item-link {
    background-color: #95959533
}

.nav__item:hover .nav__sublist {
    opacity: 1;
    z-index: 30;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    /*background-color: rgba(255, 255, 255, 0.5);*/
}

.nav__item-link {
    padding: 0 34px 0 15px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    -webkit-transition: background-color .13s ease-in-out;
    -o-transition: background-color .13s ease-in-out;
    transition: background-color .13s ease-in-out
}

.nav__item-link:hover {
    background-color: #95959533;
    color: #008b2f
}

.nav__item-link::after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../img/nav-more.svg) center/cover no-repeat;
    position: relative;
    bottom: -2px;
    -webkit-transition: -webkit-transform .33s ease-in-out;
    transition: transform .33s ease-in-out;
    -o-transition: transform .33s ease-in-out;
    transition: transform .33s ease-in-out, -webkit-transform .33s ease-in-out
}

.nav__sublist {
    list-style: none;
    position: absolute;
    padding-bottom: 30px;
    top: 100%;
    left: 0;
    min-width: 230px;
    border-radius: 0 0 5px 5px;
    opacity: 0;
    z-index: -100;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .13s ease-in-out;
    -o-transition: .13s ease-in-out;
    transition: .13s ease-in-out;
    visibility: hidden
}

.nav__sublist::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -2000px;
    right: -2000px;
    bottom: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.84);
    -webkit-backdrop-filter:blur(5px);
    backdrop-filter:blur(5px)
}

.nav__sublist-item {
    position: relative;
    z-index: 1;
}

.nav__sublist-item a {
    display: block;
    padding: 10px 20px 5px 15px;
    font-weight: 500;
    -webkit-transition: color .13s ease-in-out;
    -o-transition: color .13s ease-in-out;
    transition: color .13s ease-in-out;
    white-space: nowrap;
    font-size: 14px
}

.nav__sublist-item:last-child {
    border-bottom: 0
}

.nav__sublist-item a:hover {
    color: #D63D36;
}

.header__mob {
    display: none;
}

.header__lang {
    position: absolute;
    right: -6px;
    bottom: 25px;
    z-index: 1000
}

.header__lang .lang-button {
    background-color: #fff;
    color: #565656;
    border-radius: 7px;
    padding: 0 17px;
    font-size: 14px;
    font-weight: 700;
    height: 27px;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 6px 5px 17px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 6px 5px 17px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 1300px) {
    .header__right {
        padding-left: 0
    }
}

@media screen and (max-width: 1100px) {
    .header__lang {
        display: none;
    }

    .header__mob .header__lang {
        display: block;
        bottom: unset;
        top: 80px;
    }

    .header__middle {
        display: none
    }

    .header__mob.show {
        display: block
    }

    .header__mob {
        position: fixed;
        top: 86px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, .84);
        -webkit-backdrop-filter: blur(21px);
        backdrop-filter: blur(21px);
        overflow: auto
    }

    .header__mob-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 45px 20px 0
    }

    .header__mob .nav {
        display: none;
        margin-top: 24px
    }

    .header__mob .nav__item {
        height: auto
    }

    .header__mob .nav__item-link::after {
        display: none
    }

    .header__mob .header__middle-btn {
        background-color: transparent
    }

    .header__mob .nav__item-link {
        padding: 0;
        font-size: 15px
    }

    .header__mob .nav__sublist-item a {
        padding: 10px 20px 5px;
        white-space: normal;
    }

    .header__mob .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__mob .nav__sublist {
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        padding-bottom: 10px;
        z-index: 2;
        opacity: 1;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        visibility: unset
    }

    .header__mob .nav__sublist::before {
        display: none
    }

    .header__burger {
        display: block;
        position: absolute;
        top: 26px;
        right: 15px
    }
}

@media screen and (max-width:856px) {
    .header .nav {
        display: none
    }

    .header__middle,
    .header__mob .nav {
        display: block
    }
}

@media screen and (max-width:666px) {
    .header__middle {
        display: none
    }
}
@media screen and (max-width:480px) {
    .header__tel {
        margin-right: 0
    }

    .header__tel-links a {
        font-size: 12px
    }

    .header__tel-text {
        font-size: 10px
    }

    .header__tel-links {
        margin-right: 5px;
        padding-right: 5px
    }

    .header__logo img {
        width: 40px
    }
}
