.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
}

.header__container {
    max-width: 1262px;
    padding: 0 24px;
    margin: 0 auto;
}

.header__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 1212px;
    padding: 36px 0 18px 0;
}

.header__logo {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
}

.header__logo img {
    width: 47px;
    height: 45px;
    margin-right: 22px;
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 186px;
}

.header__right {
    display: flex;
    align-items: center;
    column-gap: 37px;
}

.header__link {
    font-weight: 400;
    font-size: 17px;
    color: #edecee;
    position: relative;
    transition: color .3s ease-in-out;
    white-space: nowrap;
}

.header__link:hover {
    color: #FFFFFF;
}

.header__center {
    display: flex;
    column-gap: 32px;
    position: absolute;
    top: 46px;
    left: 50%;
    transform: translateX(-50%);
}

.header__button {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

.header__button.link {
    padding: 14px 40px;
}

.header__nav-line {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 12;
    transition: stroke-dasharray 800ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 800ms cubic-bezier(0.4, 0, 0.2, 1);
}

.header__nav-line1 {
    stroke-dasharray: 60 207;
    stroke-width: 12;
}

.header__nav-line2 {
    stroke-dasharray: 60 60;
    stroke-width: 12;
}

.header__nav-line3 {
    stroke-dasharray: 60 207;
    stroke-width: 12;
}

.header__mobile-open .header__nav-line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 12;
}

.header__mobile-open .header__nav-line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 12;
}

.header__mobile-open .header__nav-line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 12;
}

.header__btn-mobile {
    display: none;
}

.header__btn-mobile svg {
    pointer-events: none;
}

@media (max-width: 1200px) {
    .header__wrapper {
        margin-left: 125px;
    }
}

@media (max-width: 1100px) {
    .header__wrapper {
        margin-left: 60px;
    }

    .header__center {
        left: 43%;
        transform: translateX(-43%);
    }
}

@media (max-width: 1000px) {
    .header__wrapper {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        margin-left: 0;
        background-color: #1d263b;
        opacity: 98%;
        z-index: 20;
        padding: 100px 24px 24px 24px;
        transform: translateY(-300px);
        transition: transform .8s ease-in-out;
    }

    .header__wrapper.header__wrapper-active {
        transform: translateY(0);
    }

    .header__logo {
        position: relative;
        z-index: 21;
    }

    .header__container {
        justify-content: space-between;
    }

    .header__btn-mobile {
        display: flex;
        position: relative;
        z-index: 20;
    }
    .header__center{
        position: static;
        transform: translateX(0);
    }

    .header__box {
        position: static;
    }
}

@media (max-width: 820px) {
    .header__wrapper {
        flex-direction: column;
        padding: 110px 20px 20px 20px;
        row-gap: 15px;
    }

    .header__center {
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 30px;
    }
}

@media (max-width: 500px) {
    .header__container {
        padding: 0 18px;
    }

    .header__box {
        padding: 20px 0 10px 0;
    }

    .header__wrapper {
        transform: translateY(-550px);
        flex-direction: column;
        align-items: flex-start;
        padding: 85px 18px 18px 18px;
    }

    .header__center {
        flex-direction: column;
        align-items: flex-start;
    }

    .header__right {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        border-top: 1px solid #FFFFFF;
        padding-top: 20px;
    }

    .header__link {
        font-size: 16px;
    }
}
/*
     FILE ARCHIVED ON 15:19:53 Apr 21, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:36:34 May 15, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.491
  exclusion.robots: 0.06
  exclusion.robots.policy: 0.054
  esindex: 0.008
  cdx.remote: 4.196
  LoadShardBlock: 89.99 (3)
  PetaboxLoader3.datanode: 105.696 (4)
  load_resource: 65.943
  PetaboxLoader3.resolve: 22.399
*/