.header {
    padding: 56px 0;
    position: fixed;
/*    position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.header.fixed {
/*    position: fixed;*/
    padding: 14.5px 0;
    background: var(--black);
}
.header.out {
    transform: translateY(-100%);
}


.header.header__short {
    padding: 14.5px 0;
    background: var(--black);
}
.header.header__short .decor {
    opacity: 1 !important;
}
.header.header__short .header__inform {
    top: 0 !important;
}
.header.header__short .header__logo svg path {
    fill: var(--grey20) !important;
}


.header.header-tech {
    padding: 14.5px 0 !important;
    position: absolute !important;
}
.header.header-tech .header__inform {top: 0;}
.header.header-tech .decor {
    opacity: 0 !important;
}

.header .decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(100.25deg, #535353 3.6%, #0B0B0B 118.92%);
    opacity: 0;
}
.header.fixed .decor {
    opacity: 1;
}
.header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}
.header .first {
    align-items: center;
    display: flex;
}
.header .header__logo {
    display: inline-flex;
}
.header .header__logo svg {
}
.header .header__logo svg path {
    transition: 0.5s;
}
.header .header__logo:hover {}
.header .header__logo:hover svg {
    transform: scale(1.02);
}
.header.fixed .header__logo svg path {
    fill: var(--grey20);
}

.header .header__inform {
/*    font: 1.6rem 'UpMax';*/
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 1.5px;
    position: relative;
    top: -20px;
}
.header .header__stream {
/*    text-transform: uppercase;*/
}
.header .header__start {
/*    text-transform: uppercase;*/
}
.header.fixed .header__inform {
    top: 0;
}

.header .last {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .middle .s__wrap {
    display: none;
}

.header .lang {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .lang__item {
    width: 48px;
    height: 48px;
    border-radius: 99px;
    border: 2px solid var(--green50);
    color: var(--green20);
/*    font: 600 1.6rem 'UpMax';*/
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
/*    margin: 0 8px;*/
    margin: 0 4px;
}
.header .lang__item:first-child {
    margin-left: 0;
}
.header .lang__item:last-child {
    margin-right: 0;
}
.header .lang__item a {
    text-decoration: none;
    color: var(--white);
    width: 100%;
    height: 100%;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .lang__item.active {
    pointer-events: none;
}

.header .lang__item:hover a {
    color: var(--green20);
    background: var(--green80);
    border-color: var(--green20);
}
.header .lang__item.active {
    color: var(--green20);
    background: var(--green80);
    border-color: var(--green20);
}


.header .s__wrap {
/*    margin-left: 24px;*/
    margin-right: 24px;
    max-width: 314px;
    width: 100%;
    flex-shrink: 0;
}
.header .btn {
    padding: 17px 20px;
    font-size: 2rem;
    max-width: 314px;
    width: 100%;
}
.header .btn span {
    margin-left: 0;
    margin-right: 16px;
}
.header .btn svg {
    margin-left: 0;
    right: 0;
    max-width: 7px;
}
.header .btn svg path {
    fill: var(--white);
}
.header .btn .btn__after {
    margin-right: 0;
}
.header .btn .btn__before {
    margin-right: 0;
}

.header .btn:hover svg path {
    fill: var(--green50);
}

.menu-burger {
  width: 30px;
  height: 11px;
/*  background-color: #fff;*/
  cursor: pointer;
  position: relative;
  display: none;
  flex-shrink: 0;
}

.menu-burger span {
  height: 4px;
  position: absolute;
  width: 100%;
  background-color: var(--white);
  transition: all 0.3s ease;
  border-radius: 13px;
  flex-shrink: 0;
}

.menu-burger span:first-child {
  top: 0;
}
.menu-burger span:nth-child(2) {
  top: 6px;
}
.menu-burger span:last-child {
  top: 12px;
}
.menu-burger.active span:nth-child(2),
.menu-burger:hover span:nth-child(2) {
  opacity: 0;
}
.menu-burger:hover span:first-child,
.menu-burger.active span:first-child,
.menu-burger:hover span:last-child,
.menu-burger.active span:last-child {
  top: 6px;
  background-color: var(--white);
}
.menu-burger:hover span:first-child,
.menu-burger.active span:first-child {
  transform: rotate(45deg);
}
.menu-burger:hover span:last-child,
.menu-burger.active span:last-child {
  transform: rotate(-45deg);
}




.s__general {
/*  padding: 100px 0 100px;*/
    padding: 80px 0 136px;
    color: var(--grey20);

/*    min-height: 100vh;*/
}
.s__general .row {
    position: relative;
    z-index: 2;
}
.s__general .row__middle {
    align-items: center;
/*    margin: 306px auto 16px;*/
/*    margin: 100px 0 16px;*/
    margin: 110px 0 -14px;
/*  background: blue;*/
    position: relative;
}
.s__general .s__text1 {
    max-width: 226px;
    font-size: 1.8rem;
    line-height: 1.2;
}
.s__general .s__text2 {
/*    font: 600 1.6rem 'UpMax';*/
    text-align: right;
/*    text-transform: uppercase;*/
    margin-top: 16px;
    letter-spacing: 1.5px;
}
.s__general .s__text3 {
    font-size: 2.2rem;
    line-height: 1.25;
    text-align: center;
    /*margin-bottom: 38px;*/
    margin-bottom: 24px;
}
.s__general .s__title {
    color: var(--white);
/*    font-size: 6.4rem;*/
    font-size: 5.4rem;
    margin-top: -20px;
}
.s__general .s__title1 {
    transform: translateY(-30px);
}
.s__general .s__title2 {
/*    transform: translateY(16px);*/
    transform: translateY(6px);
}
.s__general .header__inform-mob {
    display: none;
}
.s__general .s__start {
    max-width: 416px;
    min-height: 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    /*margin: 0 auto 36px;*/
    margin: 0 auto 24px;
    background: url(../../img/general__oblako.svg) no-repeat center / 100% 100%;
    color: var(--black90);
}
.s__general .s__start-text1 {
    font-weight: 600;
    font-size: 1.6rem;
    font-family: 'UpMax';
    text-transform: uppercase;
    letter-spacing: 1.6px;
}
.s__general .s__start-text2 {
    font-weight: 600;
    font-size: 2.6rem;
    font-family: 'UpMax';
}
.s__general .s__early {
    font-size: 1.8rem;
    /*max-width: 636px;*/
    max-width: 666px;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 12px;
    padding: 8px 12px;
    margin: 0 auto 24px;
    color: var(--white);
    position: relative;
}
.s__general .s__early:before {
    content:'';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(289.01deg, #98DE96 -45.81%, #003E1C 23.94%, #232323 58.03%, #3D3D3D 93.91%);
    z-index: -1;
    border-radius: 12px;
}
.s__general .s__early p {}
.s__general .s__early strong {
    color: var(--green20);
}
.s__general .s__early-arrow {
    display: none;
}

.s__general .s__wrap {
    text-align: center;
}
.s__general .btn .btn__before{
    max-width: 636px;
    width: 100%;
}


/*.s__general .btn path {
    fill: var(--white);
}

.s__general .btn .btn__before {
    background: linear-gradient(331.28deg, #6A0612 3.18%, #BC1E31 50.57%, #FF6675 111.64%);
}
.s__general .btn:hover {
    color: var(--white);
    border-bottom-color: #6A0612;
}
.s__general .btn .btn__after {
    display: none;
}
.s__general .btn:hover {    
background: linear-gradient(331.28deg, #6A0612 3.18%, #BC1E31 50.57%, #FF6675 111.64%),
linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
} 
.s__general .btn:hover path {
    fill: var(--white);
}
.s__general .btn:hover .shadow {
    opacity: 0;
}*/


.s__general .s__img {
    z-index: 1;
/*    position: relative;*/
    position: absolute;
    display: flex;
    justify-content: center;
    max-height: 848px;
    max-width: 848px;
    left: 50%;
    margin-left: calc(-848px / 2);
    width: 100%;
    height: 100%;
/*    top: 16px;*/
    top: -124px;
    transform: scale(0.8);
}

.s__general .s__img .main,
.s__general .s__img .main_decor_01,
.s__general .s__img .main_decor_02,
.s__general .s__img .main_decor_03,
.s__general .s__img .main_decor_04,
.s__general .s__img .main_decor_05,
.s__general .s__img .main_decor_06,
.s__general .s__img .main_decor_07 {
    transition: all 2.5s ease;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.s__general .s__img .main {}
.s__general .s__img .main_decor_01 {}
.s__general .s__img .main_decor_02 {}
.s__general .s__img .main_decor_03 {}
.s__general .s__img .main_decor_04 {}
.s__general .s__img .main_decor_05 {}


.s__general .s__img .main {
    z-index: 5;
}
.s__general .s__img .main_decor_05 {
    z-index: 2;
    top: 500px;
}
.s__general .s__img .main_decor_07 {
    z-index: 2;
    top: 0;
}
.s__general .s__img .main_decor_06 {
    opacity: 0;
/*    top: -220px;
    left: -60px;*/
    top: -110px;
    left: -20px;
    z-index: 3;
}

.s__general .s__img:hover .main,
.s__general .s__img.active .main {
    transform: scale(1.05);
}
.s__general .s__img:hover .main_decor_01,
.s__general .s__img.active .main_decor_01 {
    transform: rotate(-15deg);
}
.s__general .s__img:hover .main_decor_02,
.s__general .s__img.active .main_decor_02 {
    transform: rotate(90deg);
}
.s__general .s__img:hover .main_decor_03,
.s__general .s__img.active .main_decor_03 {
    transform: rotate(-15deg);
}
.s__general .s__img:hover .main_decor_04,
.s__general .s__img.active .main_decor_04 {}
.s__general .s__img:hover .main_decor_05,
.s__general .s__img.active .main_decor_05 {}

.s__general .s__img:hover .main_decor_06,
.s__general .s__img.active .main_decor_06 {
    opacity: 1;
}






.s__general .s__text1.mob {
    display: none;
}
.s__general .s__text2.mob {
    display: none;
}


.burger__bg {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}
.burger__bg.active {
    left: 0;
}
.burger__overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
/*    background: red;*/
    background: rgba(0,0,0,0.8);

    z-index: 101;
}
.burger__overlay.active {
    right: 0;
}
.burger__inner {
/*    padding: 20px ;*/
    padding: 60px 20px;
}
.burger__menu {
    margin-bottom: 40px;
}
.burger__menu ul {}
.burger__menu ul li {
    text-align: center;
}
.burger__menu ul li a {
    font-size: 4rem;
    color: var(--white);
    text-decoration: none;
}
.burger__menu ul li a:hover {
    color: var(--green20);
}

.burger__inner .contact__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.burger__inner .contact__item {
/*    margin: 0 24px 24px;*/
    margin-bottom: 24px;
}
.burger__inner .contact__link {
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    color: var(--white);
    text-decoration: none;
}
.burger__inner .contact__link:hover {
    color: var(--green20);
}
.burger__inner .contact__link svg {
    margin-right: 10px;
    flex-shrink: 0;
}
.burger__inner .contact__link span {}
.burger__inner .menu-burger {
    right: 34px;
    top: 34px;
    position: absolute;
}




@media screen and (max-width: 1400px) {
    .header .s__wrap {
/*        max-width: 254px;*/
    }
}


@media screen and (max-width: 1200px) {
    .header.fixed .header__logo svg path {
        fill: var(--white);
    }
    .header .middle {
        display: none;
    }
    .header .last .s__wrap {
/*        display: none;*/
    }
    .header .middle .s__wrap {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 0 auto;
    }
    .header.fixed .header__inform {
        top: -4px;
    }
    .menu-burger {
        margin-left: 24px;
        display: flex;
    }
}

@media (max-width: 1023px) {

    .s__general {
        padding-top: 140px;
    }
    .s__general .s__title {
        margin-bottom: 40px;
    }
    .s__general .s__text1 {
        max-width: 100%;
        text-align: center;
    }
    .s__general .s__text2 {
        text-align: center;
        margin-bottom: 10px;
    }
    .s__general .s__text3 {
        color: var(--white);
    }
    .s__general .btn {
        max-width: 500px;
    }

    .s__general .s__img {
        max-width: 720px;
        max-height: 720px;
        margin: 0 auto;
        top: 140px;
        margin-left: calc(-720px / 2);
    }

/*
    .s__general .s__text1.mob {
        display: block;
    }
    .s__general .s__text2.mob {
        display: block;
    }*/

    .s__general .desc {
        display: none;
    }
    .s__general .mob {
        display: block !important;
    }

}

@media screen and (max-width: 767px) {
    
    .burger__overlay {
        width: 80%;
    }
    .burger__menu ul li a {
        font-size: 3rem;
    }

    .header {
/*        padding: 48px 0;*/
        padding: 10px 0;
    }
    .header.fixed {
        padding: 10px 0;
    }
    

    .header .header__logo img,
    .header .header__logo svg {
/*        max-width: 100px;*/
        max-width: 120px;
    }
    .header .desc {
        display: none;
    }
    .header .last .s__wrap {
        display: none;
    }
    .header .lang__item {
        width: 38px;
        height: 38px;
    }



    .s__general {
/*        padding-top: 144px;*/

/*        padding-top: 90px;*/
        padding-top: 40px;
        padding-bottom: 62px;
    }

    .s__general .row__middle {
        margin: 102px auto 0px;
    }

    .s__general .row__middle {
/*        margin-top: 150px;*/
        margin-top: 170px;
    }

    .s__general .s__title {
        font-size: 3.2rem;
        margin-bottom: 18px;
    }
    .s__general .s__text1 {
        font-size: 1.6rem;
    }
    .s__general .s__title2 {
        transform: translateY(-5px);
    }
    .s__general .s__text3 {
/*        font-size: 1.8rem;*/
        font-size: 1.6rem;
        color: var(--grey20);
/*        margin-bottom: 62px;*/
/*        margin-bottom: 42px;*/
        margin-bottom: 20px;
    }
    .s__general .header__inform-mob {
        display: flex;
        justify-content: center;
        margin-bottom: 18px;
        font-size: 1.6rem;
        color: var(--white);
        letter-spacing: 1.5px;
    }
    .s__general .s__start {
        margin-bottom: 24px;
        min-height: 73px;
    }
    .s__general .s__start-text1 {
        font-size: 1.4rem;
    }
    .s__general .s__start-text2 {
        font-size: 2rem;
    }
    .s__general .s__early {
        padding-right: 20px;
        position: relative;
    }
    .s__general .s__early-arrow {
        display: block;
        position: absolute;
        top: -20px;
        right: -14px;
    }
    html[lang="uk-UA"] .s__general .s__early {
        font-size: 1.6rem;
    }


    .s__general .s__img {
        max-width: 375px;
        max-height: 375px;
        margin: 0 auto;
/*        top: -190px;*/
        top: -210px;
        margin-left: calc(-375px / 2);
    }
    .s__general .s__img .main_decor_06 {
        top: -130px;
        left: -50px;
    }
    .s__general .s__img .main {
        max-width: 192px;
    }

}
