@charset "UTF-8";
@import url("default.min.css");

body .header {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
}

body .header-wrapper {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between; }

body .header-wrapper--logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; }

body .header-wrapper--menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }

body .header-wrapper--menu .link {
    list-style-type: none; }

body .header-wrapper--menu .link-go {
    font-family: "HeliosExtC";
    color: #fff;
    mix-blend-mode: difference;
    text-decoration: none; }

body .header-wrapper--contacts {
    display: flex;
    align-items: center;
    justify-content: space-between; }

body .header-wrapper--contacts .link path {
    cursor: pointer; }

body .header-wrapper--contacts .link path-go {
    cursor: pointer; }
.pres-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
    align-items: baseline;
}
/******************************************ДЕСКТОП************************************************/
@media (min-width: 600px) {
    body .header {
        height: 14rem;
        background-color: #000;
        mix-blend-mode: difference;
    }

    body .menuMob {
        display: none; }

    body .header-wrapper {
        width: 180rem;
        margin-left: calc((100% - 180rem) / 2);
        margin-top: 0.6rem; }

    body .header-wrapper--logo .item:nth-child(1) {
        width: 15.928rem;
        height: 3.855rem; }

    body .header-wrapper--logo .item:nth-child(2) {
        width: 14.347rem;
        height: 2.884rem;
        margin-left: 1rem; }

    body .header-wrapper-mob {
        display: none; }

    body .header-wrapper--menu {
        width: 40.3rem;
        margin-left: 88.616rem; }

    body .header-wrapper--menu .link-go {
        font-size: 2rem;
        line-height: 2.8rem; }

    body .header-wrapper--contacts {
        width: 10.7rem;
        margin-left: 9.1rem; }

    body .header-wrapper--contacts .tg {
        width: 3.6rem;
        height: 3rem; }

    body .header-wrapper--contacts .wtsp {
        width: 3.1rem;
        height: 3.1rem; }
    body .pres-btn {
        padding-left: 2.3rem;
        font-family: "HeliosExtC-Bold";
        font-size: 1.7rem;
        color: #fff;
        width: 23.4rem;
        height: 5.5rem;
        border: 0.1rem solid #fff;
        background: rgba(255, 255, 255, 0.1);
        cursor: pointer;
    }
    body .pres-btn:before {
        content: '';
        position: absolute;
        margin-top: -0.1rem;
        margin-left: -0.7rem;
        width: 3rem;
        height: 1.9rem;
        background-image: url('../images/svg/download.svg');
    }
    body .menuMob {
        display: none; }
}

/******************************************МОБИЛЬНАЯ ВЕРСИЯ************************************************/
@media (max-width: 599px) {
    #canvas { display: none; }
    body .header {
        height: 8rem;
        background-color: #000;
        mix-blend-mode: difference;
        justify-content: space-between; }

    body .header-wrapper {
        align-items: flex-start;
        width: 27rem;
        margin-left: calc((100% - 27rem) / 2);
        margin-top: 0.7rem; }

    body .header-wrapper--logo {
        flex-direction: column;
        justify-content: start;
        row-gap: 1rem;
        mix-blend-mode: difference; }

    body .header-wrapper--logo .item:nth-child(1) {
        width: 7.8rem;
        height: 1.888rem; }

    body .header-wrapper--logo .item:nth-child(2) {
        width: 7.025rem;
        height: 1.412rem; }

    body .header-wrapper--mob {
        position: relative;
        width: 3.4rem;
        height: 3rem;
        transition: all 0.5s;
        z-index: 999; }
    body .header-wrapper--mob.active {
        transform: translateX(0.5rem);
    }
    body .header-wrapper--mob .line {
        position: absolute;
        width: 100%;
        height: 0.4rem;
        background-color: #fff;
        border-radius: 0.4rem;
        mix-blend-mode: difference;}

    body .header-wrapper--mob .line:nth-of-type(2) {
        top: calc(50% - 0.5rem); }

    body .header-wrapper--mob .line:nth-of-type(3) {
        top: calc(50% + 0.5rem); }

    body .header-wrapper--mob.active .line:first-of-type {
        display: none; }

    body .header-wrapper--mob.active .line:nth-of-type(2) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg); }

    body .header-wrapper--mob.active .line:nth-of-type(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg); }

    body .header-wrapper--menu {
        display: none; }

    body .header-wrapper--contacts {
        width: 5.9rem;
        display: flex;
        align-items: center;
        justify-content: space-between; }

    body .header-wrapper--contacts .link path {
        cursor: pointer; }

    body .header-wrapper--contacts .link path-go {
        cursor: pointer; }

    body .header-wrapper--contacts .tg {
        width: 2.3rem;
        height: 1.9rem; }

    body .header-wrapper--contacts .wtsp {
        width: 2rem;
        height: 2rem; }

    body .pres-btn {
        padding-left: 2.3rem;
        font-family: "HeliosExtC-Bold";
        font-size: 1.1rem;
        color: #fff;
        width: 15.1rem;
        height: 3.5rem;
        border: 0.1rem solid #fff;
        background: rgba(255, 255, 255, 0.1);
        cursor: pointer;
    }
    body .pres-btn:before {
        content: '';
        position: absolute;
        margin-top: -0.1rem;
        margin-left: -1rem;
        width: 1.9rem;
        height: 1.559rem;
        background-image: url('../images/svg/download.svg');
    }
    body .menuMob {
        position: fixed;
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
        background-color: #fff;
        transition: all 0.7s ease;
        transform: translateX(-100%);
        z-index: 9999;
        overflow: hidden; }

    body .menuMob-container {
        position: relative;
        float: left;
        width: 23.7rem;
        margin-top: 7rem;
        margin-left: calc((100% - 23rem) / 2); }

    body .menuMob-container--block {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }

    body .menuMob-container--block .item {
        padding: 0.7rem 0rem;
        list-style-type: none; }

    body .menuMob-container--block .item-link {
        font-size: 1.8rem;
        line-height: 2.2rem;
        font-family: "HeliosExtC-Bold";
        color: #000;
        text-transform: uppercase;
        text-decoration: none; }

    body .menuMob-container--contacts {
        width: 120%;
        margin-top: 8.8rem;
        display: flex;
        flex-direction: column; }

    body .menuMob-container--contacts .info {
        font-size: 2.2rem;
        line-height: 3.8rem;
        font-weight: 600;
        font-family: "HeliosExtC";
        color: #000;
        letter-spacing: -0.1rem;
        -webkit-appearance: none;
        text-decoration: none; }

    body .menuMob-container--wrapper {
        margin-top: 3.7rem;
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }

    body .menuMob-container--wrapper .socials {
        display: flex;
        align-items: center;
        justify-content: space-around;
        column-gap: 2.7rem; }

    body .menuMob-container--wrapper .socials .tg {
        width: 4rem;
        height: 3.3rem; }

    body .menuMob-container--wrapper .socials .wts {
        width: 3.5rem;
        height: 3.4rem; }

    body .menuMob-container--wrapper .download {
        display: flex;
        row-gap: 0.5rem;
        flex-direction: column;
        align-items: center;
        justify-content: center; }

    body .menuMob-container--wrapper .download-pic {
        mix-blend-mode: difference;
        width: 3.484rem;
        height: 2.859rem;
        background-color: #000;
        background-image: url("../images/svg/download.svg"); }

    body .menuMob-container--wrapper .download-text {
        font-size: 0.9rem;
        font-weight: 700;
        font-family: "HeliosExtC";
        color: #000;
        text-align: center; }

    body .menuMob.active {
        transform: translateX(0); }
}
