/*nav*/
.nav__menu {
    margin-right: 0px !important;
    /* width: 5.5rem; */
    /* height: 5.5rem; */
    border-radius: 5.5rem;
    display: flex;
    transition: all ease .24s;
    cursor: pointer;
}

.nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: padding, box-shadow, ease .24s;
    z-index: 100;
    padding: 5.7vh 7rem 0;
}

.nav__logo {
    display: flex;
    transition: all ease .24s;
    /* cursor: pointer; */
    margin-left: 4rem;
}

.nav__logo :is(img, svg) {
    position: relative;
    top: 0;
    height: 3rem;
    transition: all ease .24s;
}

.nav__telephone {
    color: var(--color__text-1);
    cursor: pointer;
    transition: all ease .24s;
    margin-right: 3.5rem;
}

.nav__telephone:hover {
    color: var(--color__fill-1);
}

.nav__messenger {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
    transition: all ease .24s;
    cursor: pointer;
}

.nav__messenger img {
    height: 2.5rem;
}

.nav__messenger:last-child {
    margin-right: 0rem;
}

.nav__messenger:hover {
    transform: scale(1.125);
}

.nav.is-open .logo__part {
    fill: var(--color__white);
}

.nav.is-open .full-menu__btn i {
    background-color: var(--color__white);
    width: 0rem;
    z-index: 2;
    margin: .5rem 0px;
    /* height: .25rem; */
    opacity: 0;
    /* transform: translateX(1rem); */
    /* transition: all ease .24s; */
}

.nav.is-open .full-menu__btn i:last-child {
    transform: rotate(-45deg);
    width: 2rem;
    opacity: 1;
    /* left: .25rem; */
}

.nav.is-open .full-menu__btn i:first-child {
    transform: rotate(45deg);
    z-index: 3;
    width: 2rem;
    opacity: 1;
    /* left: .25rem; */
}

.nav.is-open .full-menu__btn i:nth-child(2):after {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    top: -1.140rem;
    right: -.29rem;
    background-color: #FB2C2C;
}

.nav.is-open .circle-btn {
    color: var(--color__white);
}

.nav.is-open .circle-btn__circle {
    box-shadow: inset 0 0 0 1px var(--color__white);
}

.nav.is-open .circle-btn__icon svg :is(path) {
    stroke: var(--color__white);
}

.nav > .colls {
    z-index: 2;
    position: relative;
}

.nav.is-open .mini-menu {
    opacity: 0;
    pointer-events: none;
}

.mini-menu {
    transition: all ease .24s;
}

.nav__logo:hover {
    /* opacity: .72; */
}

.nav.is-open .full-nav {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: painted;
}

.nav.fixed {
    /* position: fixed; */
    /* background-color: white; */
    /* padding-top: 1.5rem; */
    /* padding-bottom: 1.5rem; */
    /* box-shadow: 0px 0.5rem 3rem rgba(0, 0, 0, 0.08); */
}

.nav.is-open .full-nav__wraper {
    opacity: 1;
    transform: scale(1) translatey(0rem);
}

.nav.fixed.is-open {
    background-color: rgba(255, 255, 255, 0.97);
}


/*full nav*/

.full-nav .h1 {
    transition: all ease .24s;
    cursor: pointer;
    color: var(--color__text-1);
}

.full-nav .h1:hover {
    color: var(--color__fill-1);
}

.full-menu__link {
    margin: .5rem 0px;
    display: block;
    display: inline-block;
}

.full-menu-section__link {
    margin: .5rem 0px;
    display: block;
    transition: all ease .24s;
    cursor: pointer;
    color: var(--color__text-1);
    font-weight: 600;
    display: inline-block;
}

.full-menu-section__link.h1 {
    margin: 1rem 0px;
    display: block;
    margin-bottom: 1.5rem;
    margin-top: 0rem;
}

.full-menu-section__link {
    /* margin-bottom: 2rem; */
}

.full-menu-section__link:hover {
    color: var(--color__fill-1);
}


.full-menu-section__link.h2 {
    margin-bottom: 1rem;
}

.full-menu__link.h2 {
    color: var(--color__text-1);
    transition: all ease .24s;
}

.full-menu__link.h2:hover {
    color: var(--color__fill-1);
}

.full-nav__wraper {
    width: 100%;
    /* margin-top: -12rem; */
    transition: all .32s ease;
    transition-delay: .24s;
    transform: scale(.90) translatey(1rem);
    opacity: 0;
}

.full-nav {
    display: none;
}

.full-nav {
    display: flex;
    height: calc(100vh);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
    background-image: url(../img/full-menu__bg.png);
    background-size: 120rem auto;
    background-position: center;
    pointer-events: none;
    /* opacity: 0; */
    transform-origin: top center;
    transform: scaleY(0);
    transition: all ease .24s;
    background-color: rgba(0, 18, 43, 0.8);
    color: white;
}

.nav__menu:hover i {
    width: 2rem;
}

.full-menu__btn {
    cursor: pointer;
    transition: all ease .24s;
}

.full-menu__btn i {
    transform-origin: left center;
    height: 0.1875rem;
    width: 1.5rem;
    display: flex;
    background-color: var(--color__dark);
    margin: 0.4rem 0;
    border-radius: .5rem;
    transition: all .24s;
    will-change: margin, transition;
    position: relative;
}

.full-menu__btn i:first-child {
    width: 2rem;
    /* background-color: var(--color__fill-1); */
    z-index: 3;
}

.full-menu__btn i:last-child {
    width: 2rem;
    z-index: 3;
}

.full-menu__btn i:nth-child(2n):after {
    /* content: ""; */
    display: block;
    position: absolute;
    width: .375rem;
    height: .375rem;
    border-radius: .375rem;
    background-color: var(--color__fill-2);
    top: -0.1375rem;
    right: -.6rem;
    transform-origin: right center;
    transition: all ease .24s;
}

.full-menu__btn:hover i {
    /* margin: .50rem 0px; */
    /* background-color: var(--color__fill-1); */
}


/* media */

@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1359px) {

}

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 1024px) {


}

@media screen and (max-width: 991px) {
    .nav.fixed {
        background-color: rgba(236, 240, 245, 0.8);
        box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.08);
    }
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 640px) {

}