@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

:root {
    --transition: all 0.6s 0.02s ease;
    --radius: 8px;
    --link-color: #FCB500;
    --bg-color: #060606;
    --font-color: #1E1E1E;
    --font-color-2: #444;
    --grey-color: #F9F9F9;
    --opacity: 0.7;
}

html {
    line-height: 1.33;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    background: #fff;
    min-width: 320px;
}

button, hr, input {
    overflow: visible
}

progress, sub, sup {
    vertical-align: baseline
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

details, main {
    display: block
}

h1 {
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--bg-color);
    font-size: 3.5rem;
    margin-top: 4rem;
    text-transform: uppercase;
    margin-bottom: 6rem;
}

h1 span {
    color: var(--link-color);
    display: block;
}

h2 {
    font-size: 2rem;
    margin: 0;
}

h3 {
    font-size: 1.82rem;
    margin: 1.82rem 0;
}

h4 {
    font-size: 1.5rem;
    margin: 1.5rem 0;
}

h5 {
    font-size: 1.3rem;
    margin: 1.3rem 0;
}

hr {
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: underline;
    transition: var(--transition);
    color: var(--red);
}

a:hover {
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    box-sizing: border-box;
}

a, a img, .button, button, .btn, input, select, textarea, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: none;
    border-style: none;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

fieldset {
    padding: 0
    border: none;
}

legend {
    color: inherit;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto;
    resize: none;
    outline: none;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
    outline: none;
}

[type=search] {
    -webkit-appearance: textfield;
    outline: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    outline: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

p {
    font-size: 1rem;
    margin: 1.3rem 0;
}

.container, .line-up > ul {
    width: 85%;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1920px;
}

/* Utility */

.flx-nowrap-between, nav ul, .socialz, .gallery-btnz, #geo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
}

.flx-wrap-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
}

.gallery-btnz {
    align-items: center;
}

nav ul {
    box-sizing: border-box;
}

nav > .container {
    max-width: 1170px;
}

#geo {
    justify-content: center;
    margin-top: 3rem;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
    justify-items: stretch;
    align-items: stretch;
}

.grid > div {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: red;
}

body .zero-top > *:first-of-type {
    margin-top: 0;
}

body .zero-top > *:last-of-type {
    margin-body: 0;
}

header {
    height: 890px;
    position: relative;
    background-color: var(--bg-color);
    overflow: hidden;
}

footer .container, header .container {
    height: 100%;
}

footer {
    height: 175px;
    background: var(--link-color);
    color: #000;
    border-top: 2px solid var(--bg-color);
}

#copy {
    color: #fff;
    font-size: 1.5rem;
    display: block;
    text-align: center;
    font-weight: 600;
    padding-top: 2rem;
}

#prana {
    position: absolute;
    right: 0;
    bottom: 32px;
    font-size: 14px;
    color: #ffffff;
    font-family: 'code-pro';
}

#prana a {
    color: #fff;
    background: url(../images/prana_icon_white_mini.png) right 0px no-repeat;
    padding-right: 27px;
    background-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

#logo img {
    width: 37%;
}

#sub-logo {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    position: relative;
    z-index: 99;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    margin-bottom: 3.2rem;
}

#dataz {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 8px;
}

#sub-logo h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}

header .center {
    z-index: 99;
}

#logo {
    position: relative;
    text-align: center;
    display: block;
    z-index: 99;
    margin-top: 25px;
}

#logo, #sub-logo, nav, header .center {
    position: relative;
    top: 20px;
}

nav {
    position: relative;
    z-index: 99;
}

nav ul {
    border-radius: 40px;
    background-color: var(--bg-color);
    overflow: hidden;
}

nav li {
    width: calc(100% / 5);
    text-align: center;
}

nav a {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

#top-svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
    z-index: 2;
    animation: slidein 25s infinite linear;
}

#up-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: transparent;
    z-index: 3;
    animation: backdrop 15s infinite linear;
}

@keyframes slidein {
    from {
        filter: hue-rotate(0deg);
    }

    to {
        filter: hue-rotate(360deg);
    }
}

@keyframes backdrop {
    0% {
        backdrop-filter: blur(0);
        opacity: 0;
    }

    50% {
        backdrop-filter: blur(0);
        opacity: 0;
    }

    70% {
        backdrop-filter: blur(6px);
        opacity: 0.2;
    }

    100% {
        backdrop-filter: blur(0);
        opacity: 0;
    }
}

#main, #chill {
    background-color: var(--grey-color);
}

footer .socialz {
    justify-content: center;
    margin-top: 2rem;
}

footer .socialz li {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

footer .socialz a {
    display: block;
    width: 50px;
    height: 50px;
}

footer .vk {
    background: url('../images/icon-vk.svg') center no-repeat;
    background-size: 100%;
}

footer .tg {
    background: url('../images/icon-tg.svg') center no-repeat;
    background-size: 100%;
}

.line-up, .in-faq, .in-part {
    overflow: hidden;
    height: 0;
}

.line-up {
    background: url('../images/for-bg-2.webp') center no-repeat;
    background-size: 200%;
}

.clicker {
    margin: 0;
    background-color: var(--link-color);
    color: #fff;
    font-size: 2rem;
    text-align: center;
    box-sizing: border-box;
    height: 84px;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    cursor: pointer;
}

.clicker .container::before, .clicker .container::after {
    content: '';
    background: url(../images/icon-yx.png) top left no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 45px;
    height: 21px;
    background-size: auto 21px;
}

.clicker > .container::after {
    left: auto;
    right: 0;
}

.clicker.is-active .container::before, .clicker.is-active .container::after {
    background-position: top right;
}

#line-up {
    margin-bottom: 4rem;
}

#line-up h2, #info > h2 {
    text-align: center;
    padding-top: 2rem;
    margin-top: 0;
    color: var(--bg-color);
    text-transform: uppercase;
    font-size: 3.5rem;
    margin-bottom: 2rem;
}

#gallery {
    padding-bottom: 8rem;
    position: relative;
}

#gallery .gallery-btnz button {
    border: none;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    display: block;
    width: 34px;
    height: 43px;
    padding: 0;
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
}

#gallery .gallery-btnz {
    position: absolute;
    right: 0;
    bottom: 40px;
}

#gallery .gallery-btnz button.slick-next {
    transform: rotate(-90deg);
}

#gallery .gallery-btnz button.slick-prev {
    transform: rotate(90deg);
}

#gallery li {
    margin-left: 20px;
    margin-right: 20px;
}

#bottom-mod {
    background-color: var(--bg-color);
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#bottom-mod > img {
    position: absolute;
    box-sizing: border-box;
    height: auto;
    width: 700px;
}

#star-1 {
    left: -350px;
    top: -350px;
    animation: 150s linear 0s normal none infinite running rot2;
}

#star-2 {
    right: -350px;
    bottom: -214px;
    animation: 150s linear 0s normal none infinite running rot1;
}

@keyframes rot1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rot2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

#bottom-mod h2 {
    font-size: 3rem;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

#bottom-mod h2 span {
    display: block;
    font-size: 40px;
}

#bottom-mod em {
    font-style: normal;
    display: block;
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

#bottom-mod em span {
    color: var(--link-color);
}

#bottom-mod .container > p {
    font-size: 1.6rem;
    color: var(--link-color);
    margin: 0;
}

.btn {
    background-color: var(--link-color);
    color: #fff;
    outline: none;
    box-sizing: border-box;
    border: 2px solid var(--bg-color);
    text-align: center;
    text-decoration: none;
    border-radius: var(--radius);
    font-weight: bold;
    padding-left: 55px;
    padding-right: 50px;
    padding-top: 26px;
    padding-bottom: 28px;
    transition: var(--transition);
    cursor: pointer;
    font-size: 1.6rem;
    display: inline-block;
}

.btn:hover {
    background-color: var(--bg-color);
    color: var(--link-color);
    border-color: var(--link-color);
}

.line-up > ul {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 3rem;
}

.line-up ul li {
    position: relative;
    text-align: center;
}

.line-up ul li :where(.media, h3, h4.subtitle) {
    cursor: pointer;
}

.inner-inner {
    background-color: var(--link-color);
    width: 80%;
    border-radius: 8px;
    box-sizing: border-box;
    border: 3px solid #000;
    position: relative;
    padding: 10px 30px 30px;
    box-shadow: inset 0 0 100px 20px #ffffff78;
}

.inner-inner .closer {
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
}

.inner-inner .closer:hover {
    color: var(--bg-color);
}

.inner-inner .socialz {
    justify-content: center;
    font-size: 1.3rem;
}

.inner-inner .vk {
    background: url('../images/icon-vk.png') center no-repeat;
}

.inner-inner .soundcloud {
    background: url('../images/icon-soundcloud.webp') center no-repeat;
}

.inner-inner .mixcloud {
    background: url('../images/icon-mixcloud.png') center no-repeat;
}

.inner-inner .youtube {
    background: url('../images/icon-youtube.webp') center no-repeat;
}

.inner-inner .insta {
    background: url('../images/icon-instagram.png') center no-repeat;
}

.inner-inner .socialz a {
    display: inline-block;
    width: 55px;
    height: 54px;
    text-decoration: none;
    margin-left: 1rem;
    margin-right: 1rem;
    background-size: 65%;
    background-color: var(--font-color);
    border-radius: 50%;
    border: 2px solid var(--font-color);
    box-sizing: border-box;
}

.inner-inner .socialz a:hover {
    background-color: var(--link-color);
    border-color: white;
}

.inner-inner h4 {
    font-weight: 600;
    font-size: 1.5rem;
    color: #fff;
    margin-top: 0.7rem;
    margin-bottom: 1.2rem;
}

.inner-inner p {
    font-size: 1.2rem;
}

.line-up .style {
    font-weight: 400;
    font-size: 1.3rem;
    color: #fff;
}

.line-up .style span {
    font-weight: 500;
}

.line-up .meta {
    font-size: 16px;
    color: #fff;
}

.line-up ul li img {
    border-radius: 50%;
}

.line-up ul li > h3 {
    font-size: 1.4rem;
    padding-top: 19px;
    padding-bottom: 9px;
    margin: 0;
    transition: var(--transition);
}

.line-up ul li > h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: normal;
}

.inner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    opacity: 0;
    align-items: center;
    justify-content: center;
}

#for-you {
    /*background: var(--bg-color) url(../images/for-bg.webp) center -107% no-repeat;*/
    background-color: rgba(0, 0, 0, 0.9);
    background-size: 270%;
    padding-top: 3rem;
    padding-bottom: 6rem;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.parallax-mirror {
    background-color: #000;
}

#for-paralax {
    opacity: 0.4;
}

#for-you h2 {
    color: #fff;
    font-weight: 700;
    font-size: 3.6rem;
    margin-top: 0;
    margin-bottom: 6rem;
    text-transform: uppercase;
}

#in-for {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4rem;
}

#in-for span {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin-top: 1.5rem;
}

#in-for img {
    height: 80px;
}

#pricex {
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 700;
}

#pricex div {
    margin-bottom: 20px;
}

#pricex div span {
    margin-left: 10px;
    margin-right: 10px;
}

#pricex div span:last-of-type {
    color: var(--link-color);
}

#part .container > p {
    color: #fff;
    font-weight: 500;
    font-size: 1.3rem;
    text-align: center;
    padding-top: 1.5rem;
}

#part {
    background-image: url('../images/form-bg-1.png'), url('../images/form-bg-2.png');
    background-repeat: no-repeat, no-repeat;
    background-position: -3% 103%, 103% 7%;
    background-size: auto, auto;
    background-color: var(--link-color);
}

.in-part .fox-container {
    padding-bottom: 80px;
}

#part input[type="text"], #part input[type="email"], #part textarea {
    font-size: 1.5rem;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
    width: 100%;
}

#part select {
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background-color: var(--link-color);
    background-image: url('../images/icon-select.svg');
    background-size: 14px 7px;
    background-position: 98% center;
    background-repeat: no-repeat;
    font-size: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    border: none;
    border-bottom: 1px solid #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 32px;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    cursor: pointer;
}

#part select * {
    background-color: var(--bg-color);
}

#part input::placeholder, #part textarea::placeholder {
    color: #fff;
}

#part .btn {
    width: 100%;
    background-color: var(--bg-color);
    color: var(--link-color);
    margin-top: 1rem;
}

#part .btn:hover {
    background-color: #fff;
    color: var(--bg-color);
    border-color: var(--bg-color);
}

.xmain {
    width: 70%;
    padding-bottom: 4rem;
}

.xmain p {
    width: 80%;
    font-size: 1.3rem;
}

#main-text .xmain .right-p {
    width: 446px;
    position: absolute;
    right: 0;
    bottom: 9rem;
    margin: 0;
}

.xmain img {
    position: absolute;
    right: 2%;
    top: 5%;
}

#faq {
    background: url('../images/faq-pic.png') right bottom no-repeat;
    background-size: 215px auto;
    background-color: var(--grey-color);
}

#faq ul {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

:where(.in-faq, .in-how) > .container {
    padding: 0 6.2rem;
}

#faq li {
    border-bottom: 1px solid #E9E9E9;
}

#faq li h4 {
    font-weight: 600;
    font-size: 1.4rem;
    padding-left: 35px;
    padding-right: 32px;
    padding-top: 25px;
    padding-bottom: 24px;
    margin: 0;
    cursor: pointer;
    color: #323236;
    position: relative;
    transition: var(--transition);
}

#faq li:last-of-type {
    border-bottom: none;
}

#faq li h4 svg {
    position: absolute;
    right: 32px;
    top: 24px;
}

#faq li h4 svg, #gallery .gallery-btnz button svg:hover {
    stroke: #FCB500;
    transition: var(--transition);
}

#faq li h4:hover svg, #gallery .gallery-btnz button svg {
    stroke: var(--bg-color);
}

#faq li h4.is-active svg {
    transform: rotate(180deg);
}

#faq li .description {
    box-sizing: border-box;
    padding-left: 37px;
    padding-right: 80px;
    overflow: hidden;
    height: 0;
}

#faq li .description p {
    font-size: 1.2rem;
    color: var(--font-color-2);
    padding-top: 0;
    padding-bottom: 40px;
    margin: 0;
}

#how {
    background-image: url('../images/icon-yey-3.webp'), url('../images/icon-form.webp');
    background-repeat: no-repeat;
    background-color: var(--grey-color);
    background-position: left 40px, 20% bottom;
    background-size: auto;
}

#how .in-how > .container {
    margin-top: 5rem;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#how .in-how > .container .way {
    width: 49%;
    padding: 2rem;
    background-color: #fff;
    box-sizing: border-box;
}

#how .in-how > .container .way:first-of-type {
    width: 100%;
    margin-bottom: 1.8rem;
}

.way .btn {
    font-weight: 500;
    background-color: #fff;
    border-color: var(--link-color);
    color: var(--link-color);
    border-width: 1px;
    font-size: 1.3rem;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 2rem;
}

.way .btn:hover {
    color: #fff;
    background-color: var(--link-color);
}

#how .in-how .container h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
    color: var(--link-color);
}

#how .in-how .container p {
    font-size: 1.3rem;
    color: var(--font-color-2);
    line-height: 1.5;
}

#sub-geo {
    margin-top: 3rem;
    padding-bottom: 2rem;
}

#geo a {
    background-color: var(--grey-color);
    border-radius: 40px;
    border: 1px solid var(--grey-color);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

#geo a:hover {
    border-color: #D1D1D2;
}

#sub-geo p {
    text-align: center;
    color: #A4A4A5;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#sub-geo p strong {
    color: var(--font-color-2);
}

/* ximg */

.ximg, #gallery li img, .line-up ul li img, #geo img, #gallery .gallery-btnz button svg {
    width: 100%;
    height: auto;
    position: relative;
    vertical-align: top;
    transition: var(--transition);
    opacity: 1;
}

.ximg:hover, .line-up ul li:hover img, footer .socialz a:hover {
    opacity: 0.7;
}

nav a:hover {
    background-color: var(--link-color);
}

#faq li h4:hover, .line-up ul li:hover > h3 {
    color: var(--link-color);
}

.center {
    text-align: center;
    position: relative;
}

[hidden], template, .hidder, .slick-arrow.slick-hidden, .slick-slide.slick-loading img, .item-101, #gallery > ul > .slick-arrow, #part .fox-item-dropdown .controls i {
    display: none !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide, .slick-slide img {
    display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

#lightbox-content {
    padding: 0 !important;
    border-width: 0 !important;
    margin: 0 !important;
}

#lightbox-outer {
    box-shadow: none !important;
    background-color: transparent !important;
}

#lightbox-close {
    top: 0 !important;
    right: 20px !important;
    background: #000 !important;
    border-radius: 0 5px 0 5px;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;

}

#lightbox-close::after {
    content: 'x';
    color: #fff;
}

#lightbox-img {
    box-sizing: border-box;
    border: 2px solid #000 !important;
    border-radius: 4px !important;
}

#lightbox-right-ico:after {
    content: 'рџЎ‚';
    font-size: 25px;
    text-decoration: none;
    color: #000;
}

#lightbox-left-ico:after {
    content: 'рџЎЂ';
    font-size: 55px;
    text-decoration: none;
    color: #000;
}

#lightbox-right-ico, #lightbox-left-ico {
    background: #fff !important;
    border-radius: 50%;
}

a[data-lightbox] {
    display: block;
}

/* SHANTIX ADAPTIVE */

@media (max-width: 1810px) {
    html {
        font-size: 97%;
    }

    header {
        height: 870px;
    }
}

@media (max-width: 1710px) {
    html {
        font-size: 95%;
    }

    header {
        height: 840px;
    }

}

@media (max-width: 1610px) {
    html {
        font-size: 91%;
    }

    footer {
        height: 160px;
    }

    footer .socialz a {
        width: 45px;
        height: 45px;
    }

    header {
        height: 800px;
    }

}

@media (max-width: 1510px) {
    html {
        font-size: 88%;
    }

    #logo, #sub-logo, nav, header .center {
        top: 17px;
    }

    .btn {
        padding-top: 20px;
        padding-bottom: 22px;
    }

    header {
        height: 760px;
    }

    #in-for img {
        height: 70px;
    }

    .xmain img {
        right: 4%;
        top: 9%;
    }

}

@media (max-width: 1410px) {
    html {
        font-size: 84%;
    }

    header {
        height: 718px;
    }

    :where(.in-faq, .in-how) > .container {
        padding: 0 2.2rem;
    }

    .btn {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    footer {
        height: 145px;
    }

    footer .socialz a {
        width: 40px;
        height: 40px;
    }

    .way .btn {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #part .container > p {
        font-size: 1.4rem;
    }

    .line-up > ul {
        grid-template-columns: repeat(5, 1fr);
    }

    #part input[type="text"], #part input[type="email"], #part textarea {
        padding-bottom: 14px;
        padding-left: 14px;
        margin-bottom: 31px;
    }

    nav > .container {
        width: 70%;
    }

    #logo, #sub-logo, nav, header .center {
        top: 15px;
    }
}

@media (max-width: 1370px) {
    html {
        font-size: 83%;
    }

    #how {
        background-size: 240px auto;
    }

    header {
        height: 710px;
    }

    .clicker {
        font-size: 1.8rem;
    }

    #in-for img {
        height: 65px;
    }

    .xmain img {
        right: 3%;
        top: 8%;
    }

}

@media (max-width: 1310px) {

    html {
        font-size: 80%;
    }

    #how {
        background-size: 240px auto;
    }

}

@media (max-width: 1210px) {

    html {
        font-size: 76%;
    }

    footer {
        height: 120px;
    }

    .btn {
        font-size: 1.7rem;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    #copy {
        padding-top: 1.6rem;
    }

    footer .socialz a {
        width: 35px;
        height: 35px;
    }

    footer .socialz {
        margin-top: 1.6rem;
    }

    #bottom-mod {
        padding-top: 2rem;
    }

    .line-up > ul {
        padding-top: 3rem;
        padding-bottom: 3rem;
        grid-gap: 2.5rem;
    }

    #how .in-how .container p {
        font-size: 1.4rem;
    }

    #how .in-how .container h3 {
        font-size: 2.1rem;
    }

    :where(.in-faq, .in-how) > .container {
        padding: 0 1.1rem;
    }

    .line-up ul li > h3 {
        font-size: 1.5rem;
        padding-top: 15px;
        padding-bottom: 5px;
    }

    #in-for span {
        font-size: 1.7rem;
        margin-top: 1.3rem;
    }

    .clicker {
        font-size: 2rem;
        height: 74px;
    }

    #logo img {
        width: 40%;
    }

    .container, .line-up > ul {
        width: 90%;
    }

    #logo {
        margin-bottom: 1rem;
    }

    .btn {
        font-size: 1.8rem;
        padding-top: 19px;
        padding-bottom: 20px;
    }

    .xmain p {
        font-size: 1.5rem;
    }

}

@media (max-width: 1110px) {

    html {
        font-size: 72%;
    }

    header {
        height: 643px;
    }

    footer .socialz li {
        margin-left: 1.3rem;
        margin-right: 1.3rem;
    }

    #bottom-mod .container > p {
        font-size: 1.5rem;
    }

    #bottom-mod > img {
        width: 650px;
    }

}

@media (max-width: 1030px) {

    html {
        font-size: 68%;
    }

    #how .in-how .container h3 {
        font-size: 2rem;
    }

    header {
        height: 587px;
    }

    nav > .container {
        width: 86%;
    }

    nav a {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .xmain img {
        right: 3%;
        top: 8%;
        width: 29%;
    }

    .line-up ul li > h3 {
        padding-top: 10px;
    }

    #in-for img {
        height: 60px;
    }

    #in-for span {
        margin-top: 1.1rem;
    }

    #for-you h2 {
        margin-bottom: 5rem;
        font-size: 3.3rem;
    }

    nav > .container {
        width: 80%;
    }

    #logo {
        margin-top: 13px;
    }

    h1 {
        font-size: 3.3rem;
    }

    #sub-logo h2 {
        font-size: 2.7rem;
    }

}

@media (max-width: 905px) {

    html {
        font-size: 65%;
    }

    #for-you h2 {
        margin-bottom: 4rem;
    }

    #how .in-how .container h3 {
        font-size: 1.9rem;
    }

    #how .in-how .container p {
        font-size: 1.5rem;
    }



    .btn {
        font-size: 1.7rem;
        padding-top: 16px;
        padding-bottom: 17px;
        font-weight: 500;
    }

    #sub-logo h2 {
        font-size: 2.5rem;
    }

    #sub-logo {
        margin-bottom: 2.9rem;
    }

    header {
        height: 554px;
    }

    #bottom-mod > img {
        width: 600px;
    }

    #copy {
        font-size: 1.6rem;
    }

    footer .socialz a {
        width: 30px;
        height: 30px;
    }

    footer {
        height: 105px;
    }

    #bottom-mod .container > p {
        font-size: 1.6rem;
    }

    #bottom-mod h2 span {
        font-size: 3.5rem;
    }

    #logo img {
        width: 45%;
    }

    nav a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #logo {
        margin-top: 7px;
    }

    h1 {
        margin-top: 3rem;
    }

    #in-for{
        grid-gap: 3rem;
    }


}

@media (max-width: 805px) {

    html {
        font-size: 61%;
    }

    #in-for span {
        font-size: 1.6rem;
        margin-top: 0.8rem;
    }

    #in-for img {
        height: 52px;
    }

    header {
        height: 495px;
    }

    #logo, #sub-logo, nav, header .center {
        top: 11px;
    }

    footer {
        height: 102px;
    }

    nav a {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    #logo {
        margin-top: 4px;
    }

}

@media (max-width: 705px) {

    html {
        font-size: 58%;
    }

    #bottom-mod > img {
        width: 450px;
    }

    header {
        height: 445px;
    }

    #star-2 {
        right: -205px;
        bottom: -197px;
    }

    #star-1 {
        left: -252px;
        top: -180px;
    }

    #bottom-mod .container > p {
        font-size: 1.7rem;
        text-shadow: 0 0 3px #000;
    }

    nav > .container {
        width: 90%;
    }

    #sub-logo {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }

    .btn {
        font-size: 1.8rem;
        padding-top: 12px;
        padding-bottom: 14px;
    }

}

@media (max-width: 605px) {

    html {
        font-size: 55%;
    }

    #in-for{
        grid-gap: 3rem;
    }

    #in-for span {
        margin-top: 0.8rem;
    }

    header {
        height: 417px;
    }

    #logo img {
        width: 53%;
    }

    header {
        height: 434px;
    }

    footer .socialz a {
        width: 26px;
        height: 26px;
    }

    footer {
        height: 94px;
    }

    #bottom-mod .container > p {
        font-size: 1.8rem;
        text-shadow: 0 0 26px #000;
    }

    #pricex div span {
        margin-left: 6px;
        margin-right: 6px;
        text-shadow: 0 0 26px #000;

    }

    #bottom-mod em {
        font-size: 2.3rem;
        text-shadow: 0 0 13px #000;
    }

    #copy {
        font-size: 1.7rem;
    }

    #pricex {
        font-size: 1.9rem;
    }

    #logo img {
        width: 49%;
    }

    nav a {
        padding-top: 11px;
        padding-bottom: 11px;
        padding-left: 8px;
        padding-right: 8px;
    }

    #sub-logo h2 {
        font-size: 2.4rem;
    }
}

@media (max-width: 505px) {
    html {
        font-size: 50%;
    }

    header {
        height: 363px;
    }

    #bottom-mod > img {
        width: 400px;
    }

    #pricex {
        font-size: 2.1rem;
    }

    #bottom-mod .container > p {
        font-size: 2rem;
    }

    #bottom-mod h2 span {
        font-size: 3.9rem;
    }

    #bottom-mod h2 {
        font-size: 3.3rem;
        text-transform: uppercase;
        margin-top: 1.7rem;
        margin-bottom: 2.1rem;
    }


    #logo, #sub-logo, nav, header .center {
        top: 7px;
    }

    #logo {
        margin-top: 0;
    }

    #sub-logo h2 {
        font-size: 2.3rem;
    }

    #dataz {
        font-size: 2rem;
        margin-bottom: 5px;
    }

    footer {
        height: 80px;
    }

    #copy {
        padding-top: 1.4rem;
    }

    footer .socialz {
        margin-top: 1.4rem;
    }

    .btn {
        font-size: 2rem;
        padding-top: 12px;
        padding-bottom: 14px;
    }

    footer .socialz li {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
    }

    .btn, footer {
        border-width: 1px;
    }

    #pricex div {
        margin-bottom: 14px;
    }

    #for-you{
        padding-bottom: 4px;
    }
}

@media (max-width: 455px) {
    html {
        font-size: 49%;
    }

    header {
        height: 341px;
    }

    #bottom-mod em {
        font-size: 2.6rem;
    }

    #bottom-mod .container > p br{
        display: none;
    }

    #copy {
        font-weight: 500;
        font-size: 1.8rem;
    }

    nav > .container {
        width: 97%;
    }

    nav a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #sub-logo {
        padding-top: 1.3rem;
        padding-bottom: 1.4rem;
    }
}

@media (max-width: 405px) {
    html {
        font-size: 46%;
    }

    #for-you{
        padding-bottom: 3rem;
    }

    header {
        height: 314px;
    }

    #bottom-mod h2 span {
        font-size: 3.7rem;
    }

    #bottom-mod h2 {
        font-size: 3.1rem;
    }

    #bottom-mod > img {
        width: 360px;
    }

    footer .socialz a {
        width: 24px;
        height: 24px;
    }

    #sub-logo h2 {
        font-size: 2rem;
    }

    footer {
        height: 75px;
    }

    #copy {
        padding-top: 1.3rem;
        font-size: 1.9rem;
    }
}

@media (max-width: 365px) {
    html {
        font-size: 44%;
    }

    header {
        height: 290px;
    }

    #pricex div span {
        margin-left: 4px;
        margin-right: 4px;
    }

    nav a {
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 4px;
        padding-right: 4px;
    }

    #dataz {
        font-weight: 500;
        font-size: 1.8rem;
        margin-bottom: 4px;
    }

    #logo, #sub-logo, nav, header .center {
        top: 5px;
    }

    .btn {
        font-size: 2.3rem;
        padding-top: 10px;
        padding-bottom: 12px;
        font-weight: 600;
    }
}

@media (max-width: 325px) {
    html {
        font-size: 43%;
    }

    nav a{
        font-size: 1.4rem;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 2px;
        padding-right: 2px;
    }


    header {
        height: 277px;
    }

    #pricex {
        font-size: 2rem;
    }

    #copy {
        font-size: 2rem;
    }

    footer .socialz a {
        width: 22px;
        height: 22px;
    }
}

