html {
    /* overflow-x: hidden;*/
    margin: 0 !important;
}

.big-bg.active {
    opacity: 1;
    visibility: visible;
}

.big-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(0.20833vw);
    backdrop-filter: blur(0.20833vw);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
}

input {
    border-radius: 0 !important
}

:root {
    --main-color: #2E6B75;
    --dark-color: #2D2D2D;
    --light-color: #fff;
}

body {
    position: relative;
    background: #2f2f2f;
    color: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    margin: 0 !important;
    padding-top: 5.55556vw;
}

html *,
html *:before,
html *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html.stop,
body.stop {
    /* overflow: hidden;*/
    position: relative;
    height: 100%;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    margin: 0.5208vw;
    background: none;
    width: 0vw;
}

html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button {
    display: none;
}

html::-webkit-scrollbar-track-piece,
body::-webkit-scrollbar-track-piece {
    background: rgba(0, 0, 0, 0.15);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    margin: 0.5208vw;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 0.1563vw;
}

.container {
    position: relative;
    width: 100%;
    max-width: 80.55556vw;
    padding: 0;
    margin: auto;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-1 {
    padding-top: 19.16667vw;
    padding-bottom: 6.94444vw;
}

.block-1 .date {
    position: absolute;
    top: 13.88889vw;
    left: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.52778vw;
    text-transform: uppercase;
    color: #d4e400;
    display: flex;
    padding-left: calc((100vw - 80.55556vw) / 2);
}

.block-1 .date p {
    background: #2f2f2f;
    padding: 0 1.38889vw;
    margin-left: -1.38889vw;
}

.block-1 .date:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.06944vw;
    background: #d4e400;
    z-index: -1;
}

.block-1 h2 {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 2.77778vw;
    line-height: 100%;
    color: #fff;
    margin-top: 1.38889vw;
    max-width: 39vw;
}

.block-1 h1 {
    margin-top: 0.69444vw;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 900;
    font-size: 4.16667vw;
    line-height: 100%;
    text-transform: uppercase;
    color: #d4e400;
}

.block-1 .bottom {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.52778vw;
    line-height: 130%;
    color: #fff;
    margin-top: 6.94444vw;
    max-width: 33.47222vw;
    display: flex;
    flex-direction: column;
    grid-gap: 2.08333vw;
}

.block-1 .bottom strong {
    font-weight: 700;
}

.block-1 .bottom a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.80556vw;
    text-align: center;
    color: #d4e400;
    border: 0.13889vw solid #d4e400;
    border-radius: 0.69444vw;
    width: 23.61111vw;
    height: 4.16667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.block-1 .l2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.77778vw;
    margin-top: 10.08333vw;
}

.block-1 .l2 .left,
.block-1 .l2 .right {
    border-radius: 2.08333vw;
    background: #e3e3e3;
    padding: 2.77778vw 2.77778vw 2.77778vw 6.94444vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 130%;
    color: #2f2f2f;
    position: relative;
}

.block-1 .l2 .left strong,
.block-1 .l2 .right strong {
    font-weight: 700;
}

.block-1 .l2 .left:before {
    content: '';
    position: absolute;
    top: 2.77778vw;
    left: 1.38889vw;
    width: 4.58333vw;
    height: 3.47222vw;
    background: url(../img/b1-no.svg) center center no-repeat;
    background-size: cover;
}

.block-1 .l2 .right:before {
    content: '';
    position: absolute;
    top: 2.77778vw;
    left: 1.38889vw;
    width: 4.16667vw;
    height: 4.44444vw;
    background: url(../img/b1-yes.svg) center center no-repeat;
    background-size: cover;
}

.block-1 .l3,
.block-3 .l1 {
    margin-top: 2.77778vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-3 .l1 {
    margin-top: 0;
}

.block-1 .l3 p,
.block-3 .l1 p {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.77778vw;
    line-height: 110%;
    text-align: center;
    color: #d4e400;
    max-width: none;
}

.block-3.last .l1 p{
    font-size: 2.6vw;
}

.block-1 .l3 a,
.block-3 .l1 a {
    margin: auto;
    margin-top: 2.77778vw;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.80556vw;
    text-align: center;
    border-radius: 0.69444vw;
    width: 26.38889vw;
    height: 4.16667vw;
    color: #202020;
    background: #d4e400;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.block-1 .big-img {
    position: absolute;
    width: 76.38889vw;
    height: auto;
    left: 23.45833vw;
    top: -17.44444vw;
    z-index: -1;
}

.block-1 .big-img img {
    width: 100%;
}

.block-3 {
    margin-top: 7.63889vw;
}

.block-3 .l2 {
    margin-top: 3.88889vw;
    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-gap: 2.77778vw;
}

.block-3 .l2 iframe {
    width: 45.83333vw !important;
    height: 24.86111vw !important;
}

.block-3 .l2 .row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.52778vw;
    line-height: 130%;
    color: #d4e400;
    grid-gap: 1.38889vw;
}

.block-3 .l2 .row img {
    width: 5.55556vw;
    height: 5.55556vw;
}

.block-3 .l2 .desc {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.52778vw;
    line-height: 130%;
    color: #fff;
    margin-top: 1.38889vw;
}

.block-3 .l2 .desc strong{
    font-weight: 700;
}

.block-3 h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2.22222vw;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    color: #d4e400;
    width: 100%;
    text-align: center;
    margin-top: 3.47222vw;
}

.block-3 .l3 {
    border-radius: 2.08333vw;
    background: #202020;
    padding: 2.77778vw 3.47222vw;
    display: grid;
    grid-template-columns: 42.36111vw 1fr;
    grid-gap: 2.77778vw;
    margin-top: 1.38889vw;
}

.block-3 .l3 h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.52778vw;
    line-height: 130%;
    color: #fff;
}

.block-3 .l3 .desc {
    margin-top: 0.69444vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 130%;
    color: #fff;
    max-width: 39vw;
}

.block-3 .l3 .desc p {
    margin-top: 1.38889vw;
}
.block-3 .l3 .desc p:nth-child(2){
    max-width: 35vw;
}

.block-3 .l3 .desc ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    align-items: flex-start;
}

.block-3 .l3 .desc ul li {
    padding-left: 1vw;
    position: relative;
    width: 100%;
}

.block-3 .l3 .desc ul li p{
    margin-top: 0;
}

.block-3 .l3 .desc ul li:before {
    content: '';
    position: absolute;
    top: 0.7vw;
    left: 0;
    width: 0.20833vw;
    height: 0.20833vw;
    background: #fff;
}

.block-3 .l3 .desc ul li strong{
    font-weight: 700;
}

.block-3 .l3 .right h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.52778vw;
    line-height: 130%;
    text-transform: uppercase;
    color: #d4e400;
    max-width: 21.875vw;
}

.block-3 a {
    margin: auto;
    margin-top: 2.77778vw;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.80556vw;
    text-align: center;
    border-radius: 0.69444vw;
    width: 26.38889vw;
    height: 4.16667vw;
    color: #000;
    background: #d4e400;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.block-2 {
    background: #202020;
}

.block-2 .parent {
    height: 180.55556vw;
    overflow: hidden;
    position: relative;
}

.block-2 .child {
    padding: 4.86111vw 0 8.68056vw 0;
}

.block-2 .child .row {
    display: flex;
    flex-wrap: nowrap;
    padding-left: calc((100vw - 80.55556vw) / 2);
    padding-right: calc((100vw - 80.55556vw) / 2);
    position: absolute;
}

.block-2 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 4.16667vw;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    margin-top: 0vw;
}

.block-2 h2:nth-child(2) {
    margin-left: -4.83333vw;
    margin-top: 25.41667vw;
}

.block-2 .box {
    margin-left: 0.80556vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    grid-gap: 3.125vw;
}

.block-2 .box img{
    width: 13.2vw;
    height: auto
}

.block-2 .box p {
    padding: 2.08333vw;
    width: 29.77778vw;
    height: auto;
    background: #d4e400;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.66667vw;
    line-height: 130%;
    color: #000;
    border-radius: 0.69444vw;
}

.block-2 .box p strong {
    font-weight: 700;
}
.block-2 .box p strong em{
    font-style: italic;
}

.block-2 .box:nth-child(4) {
    flex-direction: column-reverse;
    margin-top: 10.41667vw;
    align-items: center;
    margin-left: 21.52778vw;
}

.block-2 .box:nth-child(5) {
    margin-top: 7.63889vw;
    align-items: flex-start;
    margin-left: 21.52778vw;
}

.block-4 {
    margin-top: 11.80556vw;
}

.block-4 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 4.16667vw;
    text-transform: uppercase;
    color: #fff;
}

.block-4 .btn-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.98611vw;
}

.block-4 .btn-row div {
    width: 7.01389vw;
    height: 0.97222vw;
    background: url(../img/b4-btn.svg) center center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.block-4 .btn-row div:last-child {
    transform: rotate(180deg);
}

.block-4 .swiper {
    width: 80.55556vw;
    margin-top: 1.59722vw;
}

.block-4 .swiper-slide {
    border-radius: 2.08333vw;
    width: 25vw;
    min-height: 29.44444vw;
    background: #e3e3e3;
    padding: 2.08333vw;
}

.block-4 .swiper-slide .num {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 130%;
    text-transform: lowercase;
    color: #000;
}

.block-4 .swiper-slide .head {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.52778vw;
    line-height: 130%;
    text-transform: uppercase;
    color: #000;
    margin-top: 0.34722vw;
}

.block-4 .swiper-slide .desc {
    margin-top: 0.69444vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 130%;
    color: #000;
}

.block-5 {
    margin-top: 13.88889vw;
}

.block-5 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 4.16667vw;
    text-transform: uppercase;
    color: #fff;
}

.block-5 .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.77778vw;
    margin-top: 2.77778vw
}

.block-5 .list .b {
    display: flex;
    flex-direction: column;
    grid-gap: 1.38889vw;
}

.block-5 .list .b:nth-child(1) .box-1 {
    background: #202020;
}

.block-5 .list .b:nth-child(2) .box-1 {
    background: #e3e3e3;
}

.block-5 .list .b:nth-child(3) .box-1 {
    background: #d4e400;
}

.block-5 .list .b .box-1 {
    padding: 1.38889vw;
    border-radius: 2.08333vw;
    min-height: 104vw;
    display: flex;
    flex-direction: column;
}

.block-5.ua .list .b .box-1{
    min-height: 98vw;
}

.block-5 .list .b .box-1 .up {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 1.80556vw;
    text-transform: uppercase;
    color: #fff;
    grid-gap: 1.38889vw;
}

.block-5 .list .b:nth-child(2) .box-1 .up,
.block-5 .list .b:nth-child(3) .box-1 .up {
    color: #202020;
}

.block-5 .list .b .box-1 .up img {
    border-radius: 100%;
    width: 4.16667vw;
    height: 4.16667vw;
}

.block-5 .list .b .box-1 ul {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 140%;
    color: #fff;
    margin-top: 1.25vw;
}

.block-5 .list .b:nth-child(2) .box-1 ul,
.block-5 .list .b:nth-child(3) .box-1 ul {
    color: #2f2f2f;
}

.block-5 .list .b .box-1 ul li {
    padding-left: 0.83333vw;
    position: relative;
}

.block-5 .list .b .box-1 ul li strong {
    font-weight: 700;
}

.block-5 .list .b .box-1 ul li:before {
    content: '';
    position: absolute;
    top: 0.69444vw;
    left: 0;
    width: 0.20833vw;
    height: 0.20833vw;
    background: #fff;
}

.block-5 .list .b:nth-child(2) .box-1 ul li:before,
.block-5 .list .b:nth-child(3) .box-1 ul li:before {
    background: #000;
}

.block-5 .list .b .box-1 .grey {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 130%;
    color: #fff;
    margin-top: 2.08333vw;
    opacity: 0.6;
    flex-grow: 1;
}

.block-5 .list .b:nth-child(2) .box-1 .grey,
.block-5 .list .b:nth-child(3) .box-1 .grey,
.block-5 .list .b:nth-child(2) .box-1 .price-now,
.block-5 .list .b:nth-child(3) .box-1 .price-now,
.block-5 .list .b:nth-child(2) .box-1 .price-old,
.block-5 .list .b:nth-child(3) .box-1 .price-old,
.block-5 .list .b:nth-child(2) .box-1 .text-btn,
.block-5 .list .b:nth-child(3) .box-1 .text-btn {
    color: #000;
}

.block-5 .list .b .box-1 .price-now {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 1.80556vw;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-top: 4.30556vw;
}

.block-5 .list .b .box-1 .price-old {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 1.80556vw;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    margin-top: 0.34722vw;
    position: relative;
}

.block-5 .list .b .box-1 .price-old:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11.11111vw;
    height: 0.06944vw;
    background: #f00;
    transform: translate(-50%, 0)
}

.block-5 .list .b .box-1 .btn {
    border-radius: 0.69444vw;
    width: 22.22222vw;
    height: 3.68056vw;
    background: #e3e3e3;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.5vw;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 0.97222vw;
}

.block-5 .list .b .box-1 .text-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 130%;
    text-align: center;
    color: #fff;
    margin-top: 0.34722vw;
}

.block-5 .list .b:nth-child(2) .box-1 .btn,
.block-5 .list .b:nth-child(3) .box-1 .btn {
    background: #202020;
    color: #d0d0ce;
}

.block-5 .list .b:nth-child(1) .box-2 {
    background: rgba(32, 32, 32, 0.6);
}

.block-5 .list .b:nth-child(2) .box-2 {
    background: rgba(227, 227, 227, 0.6);
    color: #2f2f2f;
}

.block-5 .list .b:nth-child(3) .box-2 {
    background: rgba(212, 228, 0, 0.6);
    color: #fff;
}

.block-5 .list .b .box-2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.11111vw;
    line-height: 130%;
    text-align: center;
    color: #fff;
    border-radius: 2.08333vw;
    padding: 1.38889vw 1vw;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.block-5 .list .b .box-2 p:first-child{
    margin-bottom: 1vw;
}
.block-5 .list .b .box-2 p:last-child{
    margin: 0;
}

.block-5 .list .b .box-2 strong {
    font-weight: 700;
}

.block-6 {
    margin-top: 13.88889vw;
}

.block-6 h2,
.block-7 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 4.16667vw;
    text-transform: uppercase;
    color: #fff;
    max-width: 50vw;
}
#vidguki h2 {
    max-width: 70vw;
}

.block-6 .up {
    display: grid;
    grid-template-columns: 4fr 8fr;
    margin-top: 3.47222vw;
    grid-gap: 2.77778vw;
}

.block-6 .up img {
    width: 100%;
    height: auto;
}

.block-6 .up .box {
    background: #202020;
    border-radius: 2.08333vw;
    padding: 2.77778vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.block-6 .up .box p:nth-child(1) {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.52778vw;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    max-width: 38.88889vw;
    text-align: center;
}

.block-6 .up .box p:nth-child(2) {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.52778vw;
    line-height: 130%;
    text-transform: uppercase;
    color: #d4e400;
    text-align: center;
}

.block-6 .up .box p:nth-child(2) span {
    color: #fff;
    text-transform: none;
    font-weight: 400;
}

.block-6 .up .box a {
    border-radius: 0.69444vw;
    width: 29.16667vw;
    height: 4.86111vw;
    background: #d4e400;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.80556vw;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-7 {
    margin-top: 13.88889vw;
}

.block-7 .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.77778vw;
    margin-top: 3.47222vw;
}

.block-7 .list .item {
    position: relative;
    width: 25vw;
}

.block-7 .list .item iframe {
    width: 25vw;
    height: 44.44444vw;
}

.block-7 .list .item img {
    width: 100%;
    height: auto;
}

.block-7 .list.big {
    column-width: 25vw;
    column-gap: 2.77778vw;
    row-gap: 2.77778vw;
    display: block;
}

.block-7 .list.big .item {
    break-inside: avoid;
    margin-top: 2.77778vw;
    position: relative;
}

.block-7 .list.big .item:first-child {
    margin-top: 0;
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    padding: 3.33333vw 2.77778vw 2.63889vw;
    max-width: 18.05556vw;
    background-color: #2f2f2f;
    z-index: 9999;
    height: 100%;
    transform: translate(100%, 0);
    transition: 0.3s;
    z-index: 9999999;
}

.menu.active {
    transform: none;
}

.menu img {
    width: 8.33333vw;
    height: auto;
    margin-bottom: 1.73611vw;
}

.menu .close {
    width: 1.38889vw;
    height: 1.38889vw;
    position: absolute;
    top: 1.38889vw;
    right: 1.38889vw;
    cursor: pointer;
}

.menu .close svg {
    width: 100%;
    height: 100%;
}

.menu .close svg path {
    fill: #fff;
}

.menu a {
    font-size: 1.66667vw;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 1.04167vw;
    display: flex;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5.55556vw;
    background: #202020;
}

.header .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.header img {
    width: 8.33333vw;
    height: auto;
}

.header .right,
.header ul {
    display: flex;
    align-items: center;
    grid-gap: 3.47222vw;
}

.header .right a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 130%;
    color: #fff;
}

.header .right .lang a,
.menu .lang a {
    display: block;
    margin-left: 3.47222vw;
    color: #d4e400;
    font-weight: 600;
}

.header .right .lang a.active,
.menu .lang a.active {
    display: none;
}

.menu-btn {
    position: fixed;
    top: 1.38889vw;
    right: 1.38889vw;
    width: 3.33333vw;
    height: 3.33333vw;
    background: #d4e400;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 0.27778vw;
    cursor: pointer;
    z-index: 99999;
}

.menu-btn span {
    background: #2f2f2f;
    height: 0.13889vw;
    width: 1.52778vw;
    transition: 0.3s;
}

.menu-btn span:last-child {
    width: 1.04167vw;
    margin-left: 0.41667vw;
}

.menu-btn:hover span:last-child {
    width: 1.52778vw;
    margin: 0;
}

.footer {
    padding-top: 3.9063vw;
    padding-block: 4.4271vw;
    background: #0e0c0d;
    margin-top: 5vw;
}

.footer .container {
    display: grid;
    grid-template-columns: 2fr 2fr 3fr 3fr 2fr;
}

.footer img {
    width: 5.2083vw;
    height: auto;
}

.footer .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer .col .head {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.1458vw;
    line-height: 130%;
    color: #dcf000;
    margin-bottom: 0.5208vw;
}

.footer .col a {
    margin-top: 0.5208vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 130%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
}

.footer .col:nth-child(3) a {
    text-decoration: none;
}

.footer .col:last-child a {
    color: #dcf000;
}



@media(max-width: 700px){
    .container {
        max-width: 93.75vw;
    }
    
    .block-1 h2 {
        font-size: 6vw;
        max-width: none;
    }
    
    .block-1 h1 {
        font-size: 9.375vw;
        margin-top: 3.125vw;
    }
    
    body {
        padding-top: 25vw;
    }
    
    .block-1 {
        padding-top: 28.125vw;
        padding-bottom: 15vw;
        position: relative;
        overflow: hidden;
    }
    
    .block-1 .date {
        top: 15.625vw;
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 6.875vw;
    }
    
    .block-1 .date p {
        padding: 0 3.125vw;
        margin: 0;
    }
    
    .block-1 .bottom {
        font-size: 5.625vw;
        margin-top: 9.375vw;
        grid-gap: 6.25vw;
        max-width: none;
    }
    
    .block-1 .l3 a,
    .block-3 .l1 a,
    .block-1 .bottom a,
    .block-3 a {
        width: 100%;
        height: 24vw;
        border-width: 0.625vw;
        border-radius: 3.125vw;
        font-size: 8.125vw;
        margin-top: 15.625vw;
    }
    
    .block-1 .bottom a {
        margin-top: 0;
    }
    
    .block-1 .big-img {
        top: 98.4375vw;
        width: 168.75vw;
        left: 40%;
        transform: translate(-50%, 0);
    }
    
    .block-1 .l2 {
        margin-top: 3.125vw;
        grid-template-columns: 1fr;
        grid-gap: 11.25vw;
        margin-top: 125vw;
    }
    
    .block-1 .l2 .left,
    .block-1 .l2 .right {
        border-radius: 9.375vw;
        font-size: 5vw;
        padding: 6.25vw 5vw 6.25vw 21.875vw;
    }
    
    .block-1 .l2 .left:before {
        width: 12.5vw;
        height: 9.375vw;
        top: 6.25vw;
        left: 4.6875vw;
    }
    
    .block-1 .l2 .right:before {
        top: 6.25vw;
        width: 12.5vw;
        height: 12.5vw;
        left: 4.6875vw;
    }
    
    .block-1 .l3 p,
    .block-3 .l1 p {
        font-size: 8.125vw;
        max-width: none;
    }

    .block-3.last .l1 p {
        font-size: 8vw;
    }
    
    .block-1 .l3,
    .block-3 .l1 {
        margin-top: 15.625vw;
    }
    
    .block-3 .l2 {
        grid-template-columns: 1fr;
        margin-top: 37.5vw;
        grid-gap: 6.25vw;
    }
    
    .block-3 .l2 iframe {
        order: 2;
        width: 93.75vw !important;
        height: 56.25vw !important;
    }
    
    .block-3 .l2 .row img {
        width: 18.75vw;
        height: 18.75vw;
    }
    
    .block-3 .l2 .row {
        grid-gap: 3.125vw;
        font-size: 6.25vw;
    }
    
    .block-3 .l2 .desc {
        font-size: 5vw;
        margin-top: 6.25vw;
    }
    
    .block-3 h3 {
        font-size: 7.5vw;
        margin-top: 12.5vw;
    }
    
    .block-3 .l3 {
        border-radius: 9.375vw;
        grid-template-columns: 1fr;
        padding: 9.375vw 6.25vw;
        margin-top: 6.25vw;
        grid-gap: 9.375vw;
    }
    
    .block-3 .l3 h4 {
        font-size: 5.625vw;
    }
    
    .block-3 .l3 .desc {
        margin-top: 7.125vw;
        font-size: 5vw;
        max-width: none;
    }

    .block-3 .l3 .desc p:nth-child(2){
        max-width: none;
        margin-top: 9vw;
    }
    
    .block-3 .l3 .desc ul li {
        padding-left: 3.125vw;
    }
    
    .block-3 .l3 .desc ul li:before {
        top: 3.125vw;
        width: 0.9375vw;
        height: 0.9375vw;
    }
    
    .block-3 .l3 .right h4 {
        font-size: 5.625vw;
        max-width: none;
    }
    
    .block-3 a {
        margin-top: 6.25vw;
    }
    
    .block-4,
    .block-5 {
        margin-top: 31.25vw;
    }
    
    .block-4 h2,
    .block-5 h2 {
        font-size: 9.375vw;
        text-align: center;
    }
    
    .block-4 .btn-row {
        margin-top: 6.25vw;
    }
    
    .block-4 .btn-row div {
        width: 24.375vw;
        height: 3.125vw;
    }
    
    .block-5 .list {
        grid-template-columns: 1fr;
        grid-gap: 13.4375vw;
        margin-top: 6.25vw;
    }
    
    .block-6 h2,
    .block-7 h2 {
        font-size: 9.375vw;
        max-width: none !important;
    }
    
    .block-6 .up {
        grid-template-columns: 1fr;
        margin-top: 9.375vw;
        grid-gap: 6.25vw;
    }
    
    .block-5 h2 {
        text-align: left;
    }
    
    .block-5 .list .b .box-1 .up img {
        width: 18.75vw;
        height: 18.75vw;
    }
    
    .block-5 .list .b .box-1 .up {
        font-size: 6.25vw;
    }
    
    .block-5 .list .b .box-1 ul {
        font-size: 5vw;
    }
    
    .block-5 .list .b .box-1 ul {
        font-size: 5.625vw;
        margin-top: 5.625vw;
    }
    
    .block-5 .list .b .box-1 ul li {
        padding-left: 3.75vw;
    }
    
    .block-5 .list .b .box-1 ul li:before {
        top: 3.125vw;
        width: 0.9375vw;
        height: 0.9375vw;
    }
    
    .block-5 .list .b .box-1 {
        padding: 6.25vw;
        border-radius: 9.375vw;
    }
    
    .block-5 .list .b .box-1 .grey {
        font-size: 5vw;
        margin-top: 3.125vw;
    }
    
    .block-5 .list .b .box-1 .price-now,
    .block-5 .list .b .box-1 .price-old {
        font-size: 8.125vw;
        margin-top: 6.25vw;
    }
    
    .block-5 .list .b .box-1 .price-old {
        margin-top: 3.125vw;
    }
    .block-5 .list .b .box-1 .price-old:before{
        height: 1px;
        width: 50vw;
    }
    
    .block-5 .list .b .box-1 .btn {
        margin-top: 4.375vw;
        border-radius: 3.125vw;
        width: 100%;
        height: 16.5625vw;
        font-size: 6vw;
    }
    
    .block-5 .list .b .box-1 .text-btn {
        font-size: 5vw;
        margin-top: 1.5625vw;
    }
    
    .block-5 .list .b {
        grid-gap: 6.25vw;
    }
    
    .block-5 .list .b .box-2 {
        font-size: 5vw;
        min-height: 43.75vw;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 9.375vw;
        flex-direction: column;
    }
    
    .block-6 .up img {
        width: 93.75vw;
    }
    
    .block-6 .up .box {
        border-radius: 9.375vw;
        padding: 9.375vw 6.25vw;
    }

    .block-6 .up .box p:nth-child(2) span{
        display: block;
        margin-top: 8vw;
    }
    
    .block-6 .up .box a {
        width: 100%;
        font-size: 6.875vw;
        border-radius: 3.125vw;
        height: 21.875vw;
        margin-top: 9.375vw;
    }
    
    .block-6 .up .box p:nth-child(1),
    .block-6 .up .box p:nth-child(2) {
        font-size: 5.625vw;
        text-align: center;
        max-width: none;
    }
    
    .block-6 .up .box p:nth-child(2) {
        margin-top: 9.375vw;
    }
    
    .block-6,
    .block-7 {
        margin-top: 31.25vw;
    }
    
    .block-7 .list .item iframe {
        width: 93.75vw;
        height: 62.5vw;
    }
    
    .block-7 .list {
        grid-template-columns: 1fr;
        grid-gap: 7.8125vw;
        margin-top: 9.375vw;
    }
    
    .block-7 .list.big .item {
        margin-top: 0;
    }
    
    .block-7 .list.big {
        display: flex;
        flex-direction: column;
        grid-gap: 7.8125vw;
    }
    
    .block-7 .list .item img {
        width: 93.75vw;
    }
    
    .block-4 .swiper {
        width: 93.75vw;
        margin-top: 6.25vw;
    }
    
    .block-4 .swiper-slide {
        padding: 9.375vw 6.25vw;
        height: fit-content;
        min-height: 120vw;
        border-radius: 9.375vw;
    }
    
    .block-4 .swiper-slide .desc {
        font-size: 5vw;
    }
    
    .block-4 .swiper-slide .num {
        font-size: 5vw;
    }
    
    .block-4 .swiper-slide .head {
        font-size: 6.25vw;
    }
    
    .header .right,
    .header ul {
        display: none;
    }
    
    .header {
        height: 25vw;
    }
    
    .menu-btn {
        top: 6.25vw;
        right: 6.25vw;
        width: 15vw;
        height: 15vw;
        grid-gap: 1.5625vw;
    }
    
    .menu-btn span {
        height: 0.625vw;
        width: 6.875vw;
        transition: 0.3s;
    }
    
    .menu-btn span:last-child {
        width: 5vw;
        margin-left: 1.5625vw;
    }
    
    .menu-btn:hover span:last-child {
        width: 6.875vw;
    }
    
    .header img {
        width: 37.5vw;
    }
    
    .menu {
        max-width: 83.75vw;
        padding: 13.125vw 7.8125vw 7.8125vw;
    }
    
    .menu img {
        width: 37.5vw;
        height: auto;
    }
    
    .menu a {
        font-size: 7.5vw;
        margin-bottom: 4.6875vw;
    }
    
    .menu .close {
        width: 6.25vw;
        height: 6.25vw;
        top: 6.25vw;
        right: 6.25vw;
    }

    .block-2 .parent {
        height: 625vw;
    }
    
    .block-2 h2 {
        font-size: 8.875vw;
        margin-left: 3vw;
    }
    
    .block-2 h2:first-child{
        width: 100vw;
        white-space: normal;
    }
    .block-2 h2:first-child br{
        display: none;
    }
    
    .block-2 h2:nth-child(2) {
        margin-top: 78.125vw;
        margin-left: -52vw;
    }
    
    .block-2 .box {
        grid-gap: 12.5vw;
        margin-top: 3.125vw;
        margin-left: 62.5vw;
    }
    
    .block-2 .box p {
        width: 80.75vw;
        font-size: 5.4vw;
        padding: 4.25vw;
        border-radius: 3.125vw;
    }
    
    .block-2 .child {
        padding: 21.875vw 0;
    }
    
    .block-2 .child .row {
        padding: 0 3.125vw;
    }
    
    .block-2 .box img {
        width: 40vw;
        height: auto
    }
    
    .block-2 .box:nth-child(4) {
        margin-top: 31.25vw;
        margin-left: 62.5vw;
    }
    
    .block-2 .box:nth-child(5) {
        margin-left: 62.5vw;
    }

}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.5208vw 0;
    background: #fff;
    z-index: 999;
}

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

.header .container .logo {
    width: 5.2083vw;
    height: auto;
}

.header .container .list {
    display: flex;
    align-items: center;
    grid-gap: 4.1667vw;
}

.header .container .list a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 130%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #000;
}

.header .container .list a.active {
    font-weight: 700;
}

.header .container .langs {
    display: flex;
    align-items: center;
    grid-gap: 1.5625vw;
}

.header .container .menu-btn{
    display: none;
}

.header .container .langs img {
    width: 2.3438vw;
}
.menu {
    position: fixed;
    top: 0;
    right: 0;
    padding: 13.125vw 7.8125vw 7.8125vw;
    background-color: #fff;
    z-index: 9999;
    height: 100%;
    transform: translate(100%, 0);
    transition: 0.3s;
    z-index: 9999999;
    width: 70vw;
    max-width: none;
}

.menu.active {
    transform: none;
}

.menu img {
    width: 37.5vw;
    height: auto;
    margin-bottom: 13vw;
}

.menu .close {
    position: absolute;
    cursor: pointer;
    width: 6.25vw;
    height: 6.25vw;
    top: 6.25vw;
    right: 6.25vw;
}

.menu .close svg {
    width: 100%;
    height: 100%;
}

.menu .close svg path {
    fill: #0E0C0D;
}

.menu a {
    margin-bottom: 3vw;
    display: flex;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 4.5vw;
    line-height: 130%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #000;
}

.menu .lang{
    display: flex;
    width: 100%;
    grid-gap: 5vw;
    margin-top: 13vw;
}

.menu .lang a.UA{
    display: block;
    background: url(../../img/lang-ua.png) center center no-repeat;
    background-size: cover;
    width: 11.5vw;
    height: 7.7vw;
    margin: 0
}

.menu .lang a.DE{
    display: block;
    background: url(../../img/lang-de.png) center center no-repeat;
    background-size: cover;
    width: 11.5vw;
    height: 7.7vw;
    margin: 0
}
.header{
    position: absolute;
}
.header .container .menu-btn{
    position: relative;
    top: 0;
    right: 0;
}
.header,
.menu{
    background: #2A2B2D;
}
.header .container{
    min-height: 4.6vw;
}
.header .container .list a,
.menu a{
    color: #fff;
}
.header .container .menu-btn{
    background: url(../img/menu-btn-corp.svg) center center no-repeat;
    background-size: cover;
}
.menu .close svg path{
    fill: #fff;
}
@media(max-width: 700px){
    .header{
        position: fixed;
    }
    .header .container .list,
    .header .container .langs{
        display: none;
    }

    .header .container .menu-btn{
        display: block;
        cursor: pointer;
        width: 10.25vw;
        height: 7.7vw;
        background: url(../../img/menu-btn-3.svg) center center no-repeat;
        background-size: cover;
        border-radius: 0;
    }

    .header .container .langs{
        grid-gap: 5vw;
    }
    
    .header .container .langs img{
        width: 10vw;
    }
    
    .header .container .logo {
        width: 13.0769vw;
    }
    
    .header {
        padding: 5.1282vw 0;
    }
    .footer {
        padding: 5.1282vw 0;
    }
    
    .footer .container {
        display: flex;
        grid-gap: 7.6923vw;
    }
    
    .footer .col {
        display: grid;
        grid-template-columns: 1fr 44.8718vw;
    }
    
    .footer .col a {
        grid-column-start: 2;
        font-size: 3.3333vw;
        margin-top: 1.2821vw;
    }
    
    .footer .col .head {
        grid-row-start: 1;
        grid-row-end: 3;
        font-size: 4.1026vw;
    }
    
    .footer img {
        width: 25.641vw;
        height: auto;
    }
}