/*
Theme Name: Kopnyak v 1.0
Author: WhereAm1
Author URI: https://wheream1.com
Version: 2024

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
    scroll-behavior: smooth;
    --main-bg-color: #740bff;
}
body {
	line-height: 1;
  
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
   background-color: #fafafa;
}




::-webkit-scrollbar-thumb {
  background: #d9d9d9;

  

}


::selection {
    background-color: #4b924a;
    color: white;
}


body {
	font-family: "Ysabeau", sans-serif;
  font-optical-sizing: auto;
background-color: #d2d2d4;
  font-style: normal;
}


a {
	text-decoration: none;
	color:white;
	transition: 0.3s ease-in-out;
    color:black;
}

a:hover {

}
.privacy-policy p {
    text-align: left;
}
p {
	font-size: 24px;
	    margin-bottom: 30px;
	        text-align: justify;
            font-weight: 300;
            line-height: 1.3;
            color: #262626 !important;
}

b {
	font-weight: 600;
}

h1 {
	 font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size:96px;
  font-style: normal;
  color:black;
}

h2 {
    font-family: "Oswald", sans-serif;
    font-weight: regular;
    font-size: 72px;
    font-style: normal;
    color: black !important;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    display: flex;
    gap: 30px;
    justify-content: center;

}
h2 img:nth-child(3) {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
}
h3 {
 font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 42px;
    font-style: normal;
    color:black !important;
    text-align: center;
    width: 100%;
}

.container {
	max-width: 1440px;
	    margin: 0 auto;
	    position: relative;
	    padding: 80px 20px 120px 20px;
	    box-sizing: border-box;
        z-index: 5;

}


#header {
	text-align: center;
	position: fixed;
	top:-70px;
	left: 0;
    right: 0;
    z-index: 100;
    width: fit-content;
    margin: 0 auto;
    transition: 0.7s ease;
    opacity: 0;
}
#header.appeared {
    top:15px;
    opacity: 1;
}
#header .container {
	padding: 0 20px;
}


#main-nav {
	width: fit-content;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    padding: 20px 50px;
   background-color: #fafafa94;
    border-radius: 30px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
        border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
#main-nav img {
    width: 46px;
    height: auto;
}
#main-nav img:nth-child(9) {
     -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}
#main-nav a {
	       color: #262626;
	position: relative;
        font-size: 18px;
    line-height: 28px;
    font-weight: 500;

}
#main-nav a span {
    transition: 0.3s ease-in-out;
    opacity: 0.7;
}
#main-nav a:after {
	    content: '';
    height: 5px;
    width: 5px;
    background-color: #262626;
    position: absolute;
   
    transition: 0.3s ease-in-out;
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    top: -6px;
    animation: nav-active-circle 1.5s infinite linear;
}
#main-nav a.active {
    
}
#main-nav a.active:after {
    opacity: 1;
}
#main-nav a.active span {
    opacity: 1;

}
@keyframes nav-active-circle {
    0% {
        top:-6px;
    }
    50% {
 top:0px;
    }
    100% {
   top:-6px;
    }
}
#main-nav a:hover span {
	opacity: 1;
}




#screen-1 {

	height: 100vh;
	overflow: hidden;
	background-size: cover;
}

#screen-1 h1 {
    position: relative;
    width: 100%;
    color: black;
    transition: 0.7s ease;
    opacity: 0;
   
}
#screen-1 h1.appeared {
    opacity: 0.9;

}

#screen-1 .container > img {
position: absolute;
    right:0;
    bottom: -220px;
    width: 400px;
    z-index: 1;
    margin: auto;
    transition: 0.5s ease-in-out;
    

}
#screen-1 .container > img:hover {
    bottom: 0;
}
#screen-1 #mainpage-text-wrap > span {

    width: fit-content;
        position: relative;
    display: block;
    
       font-weight: 300;
       margin-top: 8px;
}
#screen-1 video {
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;

}
#screen-1 .container {
	height: 100%;
	max-width: 90%;
	padding: 100px 20px;
    background-image: url(/wp-content/uploads/2024/10/ann-231024-1.png);
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: 40% 100%;
    transition: 0.7s ease;
    opacity: 0;
}
#screen-1 .container.appeared {
    opacity: 1;

}
#mainpage-text-wrap {
    position: absolute;
    top: 50px;

    bottom: 0;
    margin: auto;
    height: fit-content;
}
#mainpage-text-wrap > img:nth-child(1) {
    opacity: 0.8;
        position: absolute;
       top: -50px;
    left: -45px;
}
#mainpage-text-wrap > img:nth-child(4) {
    display: block;
    opacity: 1;
        position: relative;
        margin: 24px 0;
  
}
#mainpage-text-wrap span {
	font-size:32px;
	color:#262626;
	font-weight: 300;
    line-height: 1.3;
}

.button-1 {
cursor: pointer;
    
      background-color: #0f749e;
   
    outline: none;
    transition: opacity .7s, box-shadow .5s ease-in-out, background-color .3s ease-in-out, transform .7s ease;
    display: block;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    width: 224px;
    height: 78px;
}
.button-1:before {
      content: '';
    width: 100%;
    height: 100%;
    animation: btn-1-gradient 3s ease infinite;
    background: linear-gradient(-45deg, #4b924a, #53A352, #315F30, #3F7A3E);
    position: absolute;
    background-size: 400% 400%;
    opacity: 0;
    transition: 0.3s ease-in-out;
        left: 0;
    top: 0;
}
.button-1  svg {
     position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;

}
.button-1:hover {
 
  box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 20px;
}
.button-1:hover:before {
    opacity: 1;
}
.added_to_cart {
    display: none !important;
}
.xoo-wsc-ft-btn-cart {
 display: none !important;
}
.xoo-wsc-empty-cart .xoo-wsc-btn {
    display: none !important;
}
.xoo-wsc-notice-success {
    background-color: black !important;
    color: white !important;
}
.xoo-wsc-ft-btn-continue {
    display: none !important;
}
span.xoo-wsc-ecl {
    display: none;
}
a.xoo-wsc-ft-btn-checkout .amount {
    font-size: 20px !important;
    font-style:normal !important;
}
.xoo-wsc-pattern-card, .xoo-wsc-img-col img, .xoo-wsc-img-col {
    border-radius: 0px !important;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-markup .xoo-wsc-btn, .xoo-wsc-markup .woocommerce-shipping-calculator button[type="submit"] {
        padding: 20px !important;
    font-size: 20px !important;
}
@keyframes btn-1-gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.button-1:hover span:nth-child(2) {
    top: -30px;
    color:white !important;
}
.button-1:hover span:nth-child(3) {
    top: 23px;
     color:white !important;
}
.button-1 span {
        z-index: 2;
    position: relative;
   font-size: 20px !important;
       line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 24px;
    width: fit-content;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    color:white !important;
    font-weight: 700 !important;
}
.button-1:active {
    opacity: 0.8;
}
.button-1 span:nth-child(3) {
    top:75px;


}
.button-1 span:nth-child(3):after {
    content: '';
}
.button-1:hover svg {
  stroke-dashoffset: -480;
}

#mainpage-text-wrap .button-1 {
	
}

 #socials-fixed.socials {
	    position: fixed;
    top: 0;
    display: flex;
    gap: 16px;
    z-index: 20;
    right: -70px;
    margin: auto;
    width: fit-content;
    flex-direction: column;
    flex-wrap: wrap;
    bottom: 0;
    height: 200px;
    transition: 0.7s ease;

    opacity: 0;
}
 #socials-fixed.socials.appeared {
    opacity: 1;
    right: 50px;
 }

#screen-1:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 170px;
    left: 0;
    background: linear-gradient(0deg, white 10%, transparent);
    z-index: 5;
    pointer-events: none;


}
#screen-1 #clouds {
      position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    height: 200px;
    pointer-events: none;
}
#screen-1 #clouds img {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: auto;
    
}
#screen-1 #clouds img:nth-child(1) {
animation: clouds-anim-1 12s ease-in-out infinite;
animation-direction: alternate;
}
#screen-1 #clouds img:nth-child(2) {
    animation: clouds-anim-1 20s ease-in-out infinite;
        left: 20%;
        animation-direction: alternate-reverse;
}
#screen-1 #clouds img:nth-child(3) {
    animation: clouds-anim-1 14s ease-in-out infinite;
    left: 40%;
    animation-direction: alternate;
}
#screen-1 #clouds img:nth-child(4) {
    animation: clouds-anim-1 16s ease-in-out infinite;
        left: 60%;
        animation-direction: alternate-reverse;
}
#screen-1 #clouds img:nth-child(5) {
      animation: clouds-anim-1 17s ease-in-out infinite;
          left: 80%;
          animation-direction: alternate;
}
@keyframes clouds-anim-1 {
    0% {
        transform: translateX(-100px);
    }
   
    100% {
 transform: translateX(100px);
    }
  
} 
.socials a {
	    padding: 16px;
    display: inline-block;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    width: 56px;
    height: 56px;
    
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 5px;
   background-color: #bfbfbf;
  
}

.socials a:hover {
	opacity: 1;
}
.socials a:before {
  
    content: '';
  width: 80px;
    height: 80px;
    position: absolute;
    transform: rotate(45deg);
     background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
   top: 47px;
    left: -65px;
    transition: all 0.35s ease-in-out;
   
}
.socials a:nth-child(2):before {
    background: #229ED9;
}
.socials a:nth-child(3):before {
    background: #1877F2;
} 
.socials a:hover:before {
        top: -11px;
    left: -12px;
}
.socials a img {
width: 24px;
    height: 24px;
object-fit: contain;
    transition: 0.3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
        opacity: 0.4;
    filter: grayscale(1) brightness(3) invert(1);
}

.socials a:hover img {
   
  opacity: 1;
    filter: grayscale(1) brightness(3) invert(0);
}
#screen-2 {

}
#screen-2 h2 {
    color:black;
    margin-bottom: 80px;
}
#screen-2 h3 {
    color:#262626 !important;
    text-align: left;
    
}



#screen-2 h3 + img {
    filter: invert(1);
    margin: 24px 0;
}
#screen-2 .screen-2-double {
	display: flex;
	gap: 100px;
	align-items: center;
}

#screen-2 #screen-2-double-1 p:last-child {
	
}

#screen-2 #ann-video-1-wrap {
	position: relative;
    height: 600px;
    background-color: black;
    width: 340px;
}
#ann-video-1 {
    width: 340px;
    object-fit: cover;
    height: 100%;
}
#screen-2 #ann-video-1-wrap #video-ann-1-sound {
	position: absolute;
	right: 20px;
	top: 20px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.5);
	width: 50px;
	height: 50px;
	 opacity: 0.5;
    transition: 0.3s ease-in-out;
    cursor: pointer;
} 
#screen-2 #ann-video-1-wrap #video-ann-1-sound:hover {
	opacity: 1;
}
#screen-2 #ann-video-1-wrap #video-ann-1-sound > div:nth-child(1) {
	    width: 10px;
    height: 10px;
    position: absolute;
    background-color: white;
    top: 20px;
    left: 10px;
}

#screen-2 #ann-video-1-wrap #video-ann-1-sound > div:nth-child(2) {
	width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    position: absolute;
    top: 15px;
    left: 14px;
    border-radius: 1px;
}


#screen-2 #ann-video-1-wrap #video-ann-1-sound > div:nth-child(3) {
width: 5px;
    height: 5px;
    position: absolute;
    top: 22px;
    left: 20px;
    border-radius: 50%;
    background-color: white;
}
#screen-2 #ann-video-1-wrap #video-ann-1-sound.video-ann-1-sound-active #video-ann-1-sound-no {
	opacity: 0;
}
#screen-2 #ann-video-1-wrap #video-ann-1-sound.video-ann-1-sound-active #video-ann-1-sound-wave {
	opacity: 1;
}

#screen-2 #ann-video-1-wrap #video-ann-1-sound #video-ann-1-sound-no {
	    position: absolute;
    height: 15px;
    width: 15px;
    right: 5px;
    top: 24px;
   transition: 0.3s ease-in-out;
}
#screen-2 #ann-video-1-wrap #video-ann-1-sound #video-ann-1-sound-no:before {
content: '';
    width: 10px;
    height: 2px;
    background-color: white;
    transform: rotate(45deg);
    display: block;
    left: 0px;
    position: absolute;
}

#screen-2 #ann-video-1-wrap #video-ann-1-sound #video-ann-1-sound-no:after {
	    content: '';
    width: 10px;
    height: 2px;
    background-color: white;
    transform: rotate(-45deg);
    display: block;
}


#screen-2 #ann-video-1-wrap #video-ann-1-sound #video-ann-1-sound-wave {
	    position: absolute;
    height: 15px;
    width: 15px;
    right: 5px;
    top: 18px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

@keyframes ann-video-sound-wave {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

#screen-2 #ann-video-1-wrap #video-ann-1-sound #video-ann-1-sound-wave div:nth-child(1) {
    color: white;
    /* top: -5px; */
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: -3px;
        font-weight: 400;
        animation: ann-video-sound-wave 2s ease-in-out infinite;
}

#screen-2 #ann-video-1-wrap #video-ann-1-sound #video-ann-1-sound-wave div:nth-child(2) {
color: white;
    /* top: -5px; */
    font-size: 14px;
    top: -2px;
    position: absolute;
    left: 0px;
        font-weight: 400;
           animation: ann-video-sound-wave 2s ease-in-out infinite;
           animation-delay: 0.3s;
}

#screen-2 #ann-video-1-wrap #video-ann-1-sound #video-ann-1-sound-wave div:nth-child(3) {
    color: white;
    /* top: -5px; */
    font-size: 20px;
    position: absolute;
    left: 3px;
    top: -5px;
    font-weight: 400;
       animation: ann-video-sound-wave 2s ease-in-out infinite;
        animation-delay: 0.6s;
}

#screen-2 #ann-video-1-wrap #video-ann-1-back {
	position: absolute;
	left: 20px;
	top: 20px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.5);
	width: 50px;
	height: 50px;
	 opacity: 0.5;
    transition: 0.3s ease-in-out;
    cursor: pointer;
} 
#screen-2 #ann-video-1-wrap #video-ann-1-back:hover {
	opacity: 1;
}

#screen-2 #ann-video-1-wrap #video-ann-1-back:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 14px;
	width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
}

#screen-2 #ann-video-1-wrap #video-ann-1-back:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 24px;
	width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
}


#screen-2 #screen-2-double-2 {
	margin-top: 70px;
}


#screen-2 #screen-2-double-3 {
	margin-top: 70px;
}

#screen-2 #screen-2-double-3 .left {
	width: 400px;
    position: relative;
}

#screen-2 #screen-2-double-3 .left img {
	width: 400px;
	transition: 0.5s ease-in-out;
	opacity: 0;
}
#screen-2 #screen-2-double-3 .left img.show {
	opacity: 1;
}
#screen-2 #screen-2-double-3 .left img:nth-child(1) {
	z-index: 4;
	    position: relative;
} 

#screen-2 #screen-2-double-3 .left img:nth-child(2) {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

#screen-2 #screen-2-double-3 .left img:nth-child(3) {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

#screen-2 #screen-2-double-3 .left img:nth-child(4) {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#screen-3 {
	background-color: black;
    position: relative;
}
#screen-3 .container {
    padding: 140px 20px;
}
#screen-3:before {

}
#screen-3:after {
  
}

#screen-4 .container {
    padding: 140px 20px 20px 20px;
}
#screen-4 .decorated-circle-radial {
    left: -400px;
    top: -50px;
}
#screen-4:before {

}
#screen-4:after {
     content: '';
    position: absolute;
    width: 100%;
    height: 250px;
      background: linear-gradient(0deg, #d6d6d7, transparent);
    bottom: 0px;
    left: 0;
    z-index: 1;
    border-radius: 0;
    opacity: 1;
}
#screen-3 h2 {
	text-align: center;
}
#screen-3 h2 img {
    filter: invert(100%);
}
#screen-3 .container > p {
	color:white;
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}



#screen-3 #screen-3-list  {
	    margin-top: 96px;
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    
}

#screen-3 #screen-3-list .screen-3-list-single {
	transition: 0.3s ease-in-out;
        position: relative;
    flex: 27%;
    display: block;
    gap: 40px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 20px;
    justify-content: space-between;
    cursor: help;
    opacity: 0.8;

}
#screen-3 #screen-3-list .screen-3-list-single:hover {
        box-shadow: white 0 0 20px;
        opacity: 1;
  
  
}

#screen-3 #screen-3-list .screen-3-list-single .left {
    text-align: left;
        margin-bottom: 30px;
}
#screen-3 #screen-3-list .screen-3-list-single .right {
    text-align: left;
}



#screen-3 #screen-3-list .screen-3-list-single:before {

    background-color: rgba(0,0,0,0.5);
    width: 100% ;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}
#screen-3 #screen-3-list .screen-3-list-single:after {

}
#screen-3 #screen-3-list .screen-3-list-single video {
height: 250px;
    width: 100%;
    object-fit: cover;
    top: 0;
    position: relative;
    transition: 0.3s ease-in-out;
    box-sizing: border-box;
}
#screen-3 #screen-3-list .screen-3-list-single:hover video {
	
}
#screen-3 #screen-3-list .screen-3-list-single h3 {
    position: relative;
    transition: top 0.5s ease 0s;
    margin: auto;
    width: 100%;
    text-align: left;
    transition: 0.3s ease-in-out;
}
#screen-3 #screen-3-list .screen-3-list-single img {
    margin: 24px 0;
    transition: 0.3s ease-in-out;
}
#screen-3 #screen-3-list .screen-3-list-single p {
    position: relative;
    margin: auto;
    color: white;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    height: fit-content;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
    text-align: left;
    transition: 0.3s ease-in-out;
}

#screen-3 #screen-3-list .screen-3-list-single ul {
	
    
    color: #262626;
    font-weight: 300;
    line-height: 21px;
    font-size: 20px;
    text-align: left;
  
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
    height: fit-content;
   
}
#screen-3 #screen-3-list .screen-3-list-single:hover ul {
	opacity: 1;
}
#screen-3 #screen-3-list .screen-3-list-single ul li {
	padding: 0 0 10px 20px;
    position: relative;
    transition: 0.3s ease-in-out;
    line-height: 1.3;
    font-size: 20px;
}

#screen-3 #screen-3-list .screen-3-list-single ul li:before {
	    content: '';
    border-radius: 50%;
    background-color: #262626;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    transition: 0.3s ease-in-out;
    top:14px;
}

#screen-3 #screen-3-bottom {
	    display: flex;
    gap: 70px;
    max-width: 1100px;
    margin: 140px auto 0;
        align-items: center;
}
#screen-3 #screen-3-bottom h3 {
    text-align: left;
    
}
#screen-3 #screen-3-bottom img {
    margin: 24px 0;
}
#screen-3 #screen-3-bottom .left video {
	width: 440px;
    height: 440px;
    border-radius: 50%;
    object-fit: cover;
}

#screen-3 #screen-3-bottom .right p {
	    color: white;
    margin-bottom: 0;
}

#screen-4 {
	overflow: hidden;
    position: relative;
    background-color: transparent;
    padding-bottom: 20px;
}
#screen-4 #bg-wrap {
        position: absolute;
    width: 100%;
    height: 100%;
}
#screen-4 h2 {
	    color: white;
    margin-bottom: 10px;
}
#screen-4 h2 img {
    filter: invert(1);
}
#screen-4 .container > p  {
margin-bottom: 0px;
    text-align: center;
    color:white;
}

#screen-4 #screen-4-slider-wrap {
	margin-top: 60px;
}

#screen-4 #screen-4-slider-wrap .screen-4-slider-single {
	border-radius: 10px;
    padding: 40px 30px;
    width: 360px;
    text-align: center;
    background-color: white;

   background-color: #d9d9d9;
    box-shadow: 0px 0px 25px #8a9a8d73;
    transform-style: preserve-3d;

}
#screen-4 #screen-4-slider-wrap .screen-4-slider-single .js-tilt-glare {
    border-radius: 10px;
}
#screen-4 #screen-4-slider-wrap .screen-4-slider-single:hover {
   
    box-shadow: #ffffff 0px 0px 20px;
}
#screen-4 #screen-4-slider-wrap .screen-4-slider-single:before {
   
    width: 100%;
    height: 100%;
    animation: screen-4-slider-single-gradient 3s ease infinite;
    background: linear-gradient(-45deg, #f76022, #aa3274, #0d75a0, #2d2051);
    position: absolute;
    background-size: 400% 400%;
    opacity: 0;
    transition: 0.3s ease-in-out;
        left: 0;
    top: 0;
    border-radius: 10px;
}
@keyframes screen-4-slider-single-gradient {
      0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
#screen-4 #screen-4-slider-wrap .screen-4-slider-single:hover:before {
    opacity: 1;
}
#screen-4 #screen-4-slider-wrap .screen-4-slider-single-wrap {
    margin-right: 40px;

}
#screen-4 #screen-4-slider-wrap .screen-4-slider-single-wrap:hover .screen-4-slider-single {
        background-color: #f6f6f6;
}
#screen-4 #screen-4-slider-wrap .screen-4-slider-single-wrap:last-child {
	margin-right: 0px;
}

#screen-4 #screen-4-slider-wrap .screen-4-slider-single:hover img {
    transform: translateZ(60px);
}

#screen-4 #screen-4-slider-wrap .screen-4-slider-single img {
transform: translateZ(0px);
	border-radius: 50%;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}
#screen-4 #screen-4-slider-wrap .screen-4-slider-single:hover .name {
    transform: translateZ(40px);
}
#screen-4 #screen-4-slider-wrap .screen-4-slider-single .name {
	    display: block;
    font-weight: 600;
    font-size: 24px;
    margin-top: 10px;
    color:#4b924a;
    transform: translateZ(0px);
}
#screen-4 #screen-4-slider-wrap .screen-4-slider-single:hover .position {
    transform: translateZ(30px);
}
#screen-4 #screen-4-slider-wrap .screen-4-slider-single .position {
	display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
     color:#262626;
    transform: translateZ(0px);
} 
#screen-4 #screen-4-slider-wrap .screen-4-slider-single:hover .comment {
    transform: translateZ(50px);
}
#screen-4 #screen-4-slider-wrap .screen-4-slider-single .comment {
	    font-size: 16px;
    margin-top: 20px;
    display: block;
    line-height: 1.3;
     color:#262626;
    transform: translateZ(0px);
}



#screen-4 #screen-4-slider-wrap .flickity-viewport {
	    overflow: visible;
}


.flickity-prev-next-button.next {
	right: 0px;
    top: -70px;
     background-color: rgba(255,255,255,1);
     opacity: 0.7;
 transition: 0.3s ease-in-out;
}
.flickity-prev-next-button.next:hover {
    opacity: 1;
}
.flickity-prev-next-button.next svg {
       fill: black;
    width: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
     transition: 0.3s ease-in-out;
}
.flickity-button:disabled {
    opacity: 0.2 !important;
}
.flickity-prev-next-button.previous {
	left: unset;
    top: -70px;
    right: 50px;
    background-color: rgba(255,255,255,1);
     opacity: 0.7;
      transition: 0.3s ease-in-out;
}
.flickity-prev-next-button.previous:hover {
    opacity: 1;
}
.flickity-prev-next-button.previous svg {
       fill: black;
    width: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
     transition: 0.3s ease-in-out;
}
#screen-5 {
	background-color: black;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
#screen-5 h2 {
    margin-bottom: 0px;
}
#screen-5 h2 + p {
    color: white;
    text-align: center;
    margin-bottom: 50px;
}
#screen-5 > img:nth-child(3) {
        z-index: 1;
    position: absolute;
    bottom: -50px;
    
    right: 10vw;
    margin: auto;
    width: 500px;
}
#screen-5 .container {
    padding: 140px 20px;
}
#screen-5:before {

}
#buy-wrap {
    max-width: 700px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 40px 20px;
    color: white;
    text-align: center;
}
#buy-wrap-links {
    padding: 20px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#buy-wrap-links span {
    display: block;
    font-size: 24px;
        margin-bottom: 20px;

}
#buy-wrap-links a {
    background-color: white;
    padding: 5px;
    color: black;
    display: inline-block;
}
#buy-wrap-links a:hover {
    opacity: 0.7;
}
#buy-wrap P:nth-child(1) {
    text-align: center;
    font-size: 20px;
}
#buy-wrap P:nth-child(1) span {
    text-decoration: underline;
}
#buy-wrap P:nth-child(1) a {
    transition: 0.3s ease-in-out;
    font-weight: 800;
    text-decoration: underline;
}
#buy-wrap P:nth-child(1) a:hover {
    opacity: 0.7;
}
#buy-wrap P:nth-child(2) {
   text-align: center;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0px;
}
#screen-5 .button-1 {
   margin: 40px auto 50px;
}
#screen-5:after {
  
}
#screen-5 h2 img {
    filter: invert(100%);
}
#screen-5 video {
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@keyframes infiniteScroll {
  from {transform: translateX(0)}
  to {transform: translateX(-50%)}
}

.horizontal-scrolling-items {
  display: flex;
  font-size: 40px;
  width: 2600px;
  animation-name: infiniteScroll;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

    gap: 120px;
}
.horizontal-scrolling-items__item {
white-space: nowrap;
    display: flex;
    gap: 120px;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3px;
    font-weight: 400;
    color: #B5B5B5;
    text-transform: uppercase;

}
.horizontal-scrolling-items__item span:nth-child(4n+4){
    color:#4E914D;
}
#screen-6 h2 {
	color:black;
}
#screen-6 .container {
    padding: 140px 20px;
}

#screen-6 #screen-6-wrap {
   display: flex;
    align-items: center;
    justify-content: space-between;
   
    margin-top: 80px;
}

#screen-6 #screen-6-wrap img {
    transition: 0.3s ease-in-out;
        max-width: 150px;
        opacity: 0.5;
        filter: saturate(0);
        max-height: 100px;
} 
#screen-6 #screen-6-wrap img:hover {
    opacity: 1;
     filter: grayscale(0%);
}

#footer {
        
        position: relative;
    overflow: hidden;
}
#footer:before {

}
#footer:after {
 }
#footer #footer-links {
    margin: 100px auto;
    width: 200px;
}

#footer #footer-links a {
background-color: #bfbfbf;
}
#footer .decorated-circle-radial {
    bottom: -300px;
    right: 0;
    left: 0;
    margin: auto;
	z-index:-1;
}
#footer #footer-links a:hover {
    opacity: 0.7;
}
#footer .top {
    display: block;
  
}

#footer .top .left {
text-align: center;
}

#footer .top .left h2 {
    
        margin-bottom: 10px;
}
#footer .top .left h2 img {
    filter: invert(1);
}
#footer .top .left p {
    color:white;
        font-weight: 200;

        text-align: center;
}

#footer .top .left > a {
     font-size: 24px;
    line-height: 26px;
    display: block;
    transition: 0.3s ease-in-out;
    opacity: 0.8;
}

#footer .top .left > a:hover {
    opacity: 1;
}

#footer .top .left .socials {
    margin-top: 50px;
    display: flex;
    gap: 16px;
}
#footer .top .left .socials  a {
    box-shadow: unset;
    background-color: rgba(255,255,255,0.1);
}
#footer #footer-credits {
   border-top: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    padding: 40px 0 0 0;
    margin-top: 50px;
    min-height: 125px;
    box-sizing: border-box;
  
}
#footer #footer-credits-links {
  display: flex;
    justify-content: space-between;
}
#footer #footer-credits-links a {
        color: #262626;
}
#footer #footer-credits-links a:hover {
    opacity: 0.5;
}
#footer #footer-credits p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    background-color: white;
    color: black;
    padding: 10px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 0px;
        position: absolute;
    left: 0;
    right: 0;
}


#footer #wheream1 {
       color: #262626;
    opacity: 0.3;
    margin: 20px auto;
    width: fit-content;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap:5px;
    transition: 0.3s ease;

}
#footer #wheream1:hover {
    opacity: 1;
}
#footer #wheream1 span:nth-child(1) {
    font-size: 14px;
}

#footer .container {
    padding: 140px 20px 20px 20px;
}

.wpcf7-form {
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 70px;
    display: flex;
    border:2px solid gray;
    background-color: #212121;
    border-radius: 40px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    width: 500px;
    border: 2px solid #393939;
    flex-wrap: wrap;
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
}

.wpcf7-form p {
    margin-bottom: 0px;
    width: 100%;
}

.wpcf7-form h3 {
    margin-bottom: 20px;
}

.wpcf7-form p input {
    height: 35px;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: black;
    border-radius: 10px;
    border: 1px solid #2b2b2b;
    transition: 0.3s ease-in-out;
    outline: none;
    color: white;
    font-family: "Ysabeau", sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.wpcf7-form p input:focus-visible {
    border: 1px solid white;
}
.wpcf7-form p textarea {
 background-color: black;
    border-radius: 10px;
    border: 1px solid #2b2b2b;
    transition: 0.3s ease-in-out;
    outline: none;
    color:white;
         height: 110px;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
        font-family: "Ysabeau", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.wpcf7-form p span {
   width: 100%;
    display: block;
    margin-bottom: 20px;
}

.wpcf7-form .wpcf7-spinner {
    position: absolute;
        width: 24px;
    top: 10px;
    right: 0;
}

.wpcf7-form .wpcf7-not-valid-tip {
        color: #92958a;
     font-weight: normal;
    display: block;
    position: absolute;
    bottom: -15px;
    font-size: 14px;
    right: 0;
    left: unset;
    width: fit-content !important;
    margin-bottom: 0px;
}

.wpcf7-form p .wpcf7-submit {
  width: 180px;
    height: 60px;
    cursor: pointer;
    background: transparent;
    background-color: rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    outline: none;
    transition: opacity .1s, box-shadow .5s ease-in-out, background-color .3s ease-in-out;
    display: block;
    overflow: hidden;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 10px;
}
.wpcf7-form p .wpcf7-submit:hover {
   background-color: rgb(98 68 139 / 30%);
    box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 30px;
}

.wpcf7-form .wpcf7-response-output {
border: 1px solid white !important;
    color: white;
    padding:  5px 10px !important;
    position: absolute;
    bottom: -46px;
    left: 0;
    transition: 0.3s ease-in-out;
    background-color: rgba(0,0,0,0.5);
    margin: 0 !important;

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    font-size: 14px;
}



.page-template-page-mainpage-2-php h1 {
      font-size: 7vw;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
opacity: 0.9;
    mix-blend-mode: overlay;

       
    
   
}
.page-template-page-mainpage-2-php h1:after {
 
    content: '';
    position: relative;
    height: 1px;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    width: 500px;
    margin: 20px auto 30px auto;
    max-width: 100%;
}
.page-template-page-mainpage-2-php h2 {
    font-family: "Oswald", sans-serif;
       text-transform: uppercase;
    font-weight: 500;
        font-size: 60px;
}

.page-template-page-mainpage-2-php h3 {
    font-family: "Oswald", sans-serif;
        font-weight: 400;
        font-size: 36px;
}
.page-template-page-mainpage-2-php h3:after {
    content: '';
    height: 1px;
    width: 96px;
    margin: 36px 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
}
.page-template-page-mainpage-2-php #buy-wrap h3:after {
	 margin: 36px auto;
}
.page-template-page-mainpage-2-php #screen-1 {
    position: relative;
}
.page-template-page-mainpage-2-php #screen-1:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/02/nnnoise-bl.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-size: 500px;
    z-index: 1;
    opacity: 0.3;
}
#screen-1-fade {
   position: absolute;
    width: 100%;
    height: 250px;
    background: linear-gradient(0deg, #d7d7d8, transparent);
    bottom: 0px;
    left: 0;
    z-index: 9;
    pointer-events: none;
}
.page-template-page-mainpage-2-php #screen-1:after {
  content: '';
  background-color: red;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 10px;
}
.page-template-page-mainpage-2-php #screen-1 #screen-1-right #right-content-ann-1 {
    position: absolute;
    right: 10vw;
    width: 500px;
    bottom: 0;
}
.page-template-page-mainpage-2-php #screen-1 #screen-1-right #right-content-ann-1 img {
 -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
      filter: hue-rotate(225deg) saturate(0.2);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
        max-height: 90vh;
    object-fit: contain;
}
.page-template-page-mainpage-2-php #screen-1 #screen-1-right #right-content-ann-1 img:nth-child(1) {
    z-index: 3;
}
.page-template-page-mainpage-2-php #screen-1 #screen-1-right #right-content-ann-1 img:nth-child(2) {
       z-index: 2;
    opacity: 0.5;
    left: 30px;
}
.page-template-page-mainpage-2-php .button-1 svg {
    stroke:rgba(255,255,255,0);
}
.page-template-page-mainpage-2-php #screen-1 #screen-1-right #right-content-ann-1 img:nth-child(3) {
        z-index: 1;
    opacity: 0.2;
    left: 60px;
}
.page-template-page-mainpage-2-php #screen-1 #screen-1-right {
width: 50vw;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
   z-index: 2;
   display: none;

}
.page-template-page-mainpage-2-php #screen-1 #screen-1-right img {
    z-index: 5;
}
.page-template-page-mainpage-2-php #screen-1 #screen-1-right:before {
    content: '';
    height: 100%;
      position: absolute;
    right: 0;
    bottom: 0;
       background: linear-gradient(45deg, #19282f, var(--main-bg-color), #161718);
    width: 100%;
        clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 40% 50%, 0% 0%);
}
.page-template-page-mainpage-2-php #screen-1 #screen-1-right:after {
     content: '';
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2024/02/nnnoise-bl.svg);
    width: 100%;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 40% 50%, 0% 0%);
    background-size: 500px;
    filter: grayscale(1) brightness(0.6);
}
.page-template-page-mainpage-2-php #screen-1 #clouds {
    display: none;
}

.page-template-page-mainpage-2-php #screen-1:after {
    content: unset;
}

.page-template-page-mainpage-2-php #screen-1 #screen-1-circle {
      position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 16px solid #051627;
    right: 20vw;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transition: 1s ease;
    animation: screen-1-circle-anim-1 10s ease infinite;
    animation-direction: normal;
    outline: 5px solid white;
    box-shadow: 0px 0px 20px #4f9cfb;
}
@keyframes screen-1-circle-anim-1 {
    0% {
        transform: rotate(0);
    }
      15% {
        transform: rotate(0);
    }
      30% {
          transform: rotate(-120deg);
    }
    45% {
      transform: rotate(-120deg);
    }
   60% {
      transform: rotate(-240deg);
    }
    75% {
  transform: rotate(-240deg);
    }
     90% {
  transform: rotate(-360deg);
    }
       100% {
  transform: rotate(-360deg);
    }
    
}
.page-template-page-mainpage-2-php #screen-1 #screen-1-circle div {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 70px;
    gap: 5px;
    background-color: black;

    margin: auto;
    height: fit-content;

    padding: 10px;
}
.page-template-page-mainpage-2-php #screen-1 #screen-1-circle div:nth-child(1) {
        top: 0;
    bottom: 0;
       left: -60px;
}
.page-template-page-mainpage-2-php #screen-1 #screen-1-circle div:nth-child(1) img {

}
.page-template-page-mainpage-2-php #screen-1 #screen-1-circle div:nth-child(2) {
     right: 70px;
    transform: rotate(120deg);
    top: -31px;
}
.page-template-page-mainpage-2-php #screen-1 #screen-1-circle div:nth-child(3) {
    top: 450px;
    bottom: 0;
    left: 345px;
    transform: rotate(-120deg);
}
.page-template-page-mainpage-2-php #screen-1 #screen-1-circle div img {
color: white;
    fill: white;
    filter: invert(1);
    width: 50px;
    margin: auto;
}

.page-template-page-mainpage-2-php #screen-1 #screen-1-circle div span {
    color: #262626;
    display: block;
    font-size: 26px;
    font-weight: 600;
    margin: auto;
}


.page-template-page-mainpage-2-php #screen-1 video {
      object-position: center;
    filter: opacity(0.8);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: unset;
    filter: drop-shadow(2px 4px 6px black);
    opacity: 0;
}



.page-template-page-mainpage-2-php #screen-1 #mainpage-text-wrap > span:nth-child(1) {
position: absolute;
    left: 40px;
    top: -200px;
    margin: 0;
    max-width: 480px;
    text-align: left;
    font-size: 26px;
    transition: 0.7s ease;
    opacity: 0;

   
}
.page-template-page-mainpage-2-php #screen-1 #mainpage-text-wrap > span:nth-child(1).appeared {
    opacity: 1;
}

.page-template-page-mainpage-2-php #screen-1 #mainpage-text-wrap > span:nth-child(1):after {
 content: '';
    width: ;
    background-color: #262626;
    width: 1px;
    height: 20px;
    position: absolute;
    top: -9px;
    left: -20px;
    opacity: 0.2;

}
.page-template-page-mainpage-2-php #screen-1 #mainpage-text-wrap > span:nth-child(1):before {
 content: '';
    width: ;
   background-color: #262626;
    width: 20px;
    height: 1px;
    position: absolute;
    top: -10px;
    left: -20px;
    opacity: 0.2;
}
.page-template-page-mainpage-2-php #screen-1 #mainpage-text-wrap > span:nth-child(3) {
    position: absolute;
    right: 40px;
    bottom: -100px;
    margin: 0;
    max-width: 570px;
    text-align: right;
    font-size: 26px;
    transition: 0.7s ease;
    opacity: 0;

   
}
.page-template-page-mainpage-2-php #screen-1 #mainpage-text-wrap > span:nth-child(3).appeared {
    opacity: 1;
}
.page-template-page-mainpage-2-php #screen-1 #mainpage-text-wrap > span:nth-child(3):after {
 content: '';
    width: ;
    background-color: #262626;
    width: 1px;
    height: 20px;
    position: absolute;
    bottom: -9px;
    right: -20px;
    opacity: 0.2;

}
.page-template-page-mainpage-2-php #screen-1 #mainpage-text-wrap > span:nth-child(3):before {
 content: '';
    width: ;
   background-color: #262626;
    width: 20px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    right: -20px;
    opacity: 0.2;
}



#screen-1-text-cool {
       position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    z-index: 10;
    color: rgba(255, 255, 255, 0.4);
    width: fit-content;
    font-size: 16px;
    display: none;
}

.page-template-page-mainpage-2-php #mainpage-text-wrap .button-1 {
    background-color: #4b924a;
   margin: 150px auto 0;
   transform: translateY(50px);
   opacity: 0;

}
.page-template-page-mainpage-2-php #mainpage-text-wrap .button-1.appeared {
    opacity: 1;
   transform: translateY(0); 
}
.page-template-page-mainpage-2-php #mainpage-text-wrap p {
    margin: 0 auto;
    width: fit-content;
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    font-weight: 700;
    mix-blend-mode: overlay;
    display: none;
}
.page-template-page-mainpage-2-php #screen-3 {
    background-color: transparent;
    overflow: hidden;
}


.page-template-page-mainpage-2-php #screen-6:before {
   content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, #d7d7d8, transparent);
    top: 0px;
    left: 0;
    z-index: 1;
    border-radius: 0;
    opacity: 1;
}

.page-template-page-mainpage-2-php #screen-3:after {

}
.page-template-page-mainpage-2-php h2 {
    position: relative;
    width: fit-content;
    margin: 0 auto 50px;
}
.page-template-page-mainpage-2-php h2:before {
       content: '';
    width: 100%;
    position: absolute;
    bottom: -5px;
    height: 26px;
    /* background-color: var(--main-bg-color); */
    z-index: -1;
    padding: 0 10px;
    text-transform: uppercase;
      background: linear-gradient(270deg, #e8e8e8, #b3b3b3);
}
.page-template-page-mainpage-2-php #screen-5 h2 {
    margin-bottom: 10px;
}
.page-template-page-mainpage-2-php #screen-5 .decorated-circle-radial {
   left:-400px;
   z-index: -1;
}
.page-template-page-mainpage-2-php #screen-6 {
    overflow: hidden;
   position: relative;
   height: 100px;
}
.page-template-page-mainpage-2-php #screen-6 .container {
   padding: 0;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.page-template-page-mainpage-2-php #screen-6 #screen-6-wrap {
    margin-top: 60px;
}
.page-template-page-mainpage-2-php #screen-6 #screen-6-wrap img {
  
    max-height: 80px;
}
.page-template-page-mainpage-2-php #screen-6 #screen-6-wrap img:nth-child(odd) {
    
}
.page-template-page-mainpage-2-php #footer:after {
    background: radial-gradient(var(--main-bg-color), #000000 70%);
}
.page-template-page-mainpage-2-php #footer:before {
    background: radial-gradient(var(--main-bg-color), #000000 70%);
}

.page-template-page-mainpage-2-php #screen-4:after {
    
}
.page-template-page-mainpage-2-php #screen-4:before {
    background: radial-gradient(var(--main-bg-color), #000000 70%);
}
.page-template-page-mainpage-2-php #screen-4 #screen-4-slider-wrap .screen-4-slider-single {
      

}

.page-template-page-mainpage-2-php #screen-5 .button-1 {
background-color: var(--main-bg-color);

}



.page-template-page-mainpage-2-php #screen-5 > img:nth-child(1) {
        position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* backdrop-filter: blur(29px); */
    filter: blur(5px) brightness(0.5);
    opacity: 0;
}


#main-border {
    border: 15px solid #fafafa;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 100;
    pointer-events: none;
    border-right: 0px;
}

.page-template-page-mainpage-2-php #main-nav {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.page-template-page-mainpage-2-php #mainpage-text-wrap {
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
}

.page-template-page-mainpage-2-php #screen-1-cool-lines {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    opacity: 0.05;
}

.page-template-page-mainpage-2-php #screen-1-cool-lines span {
    width: 1px ;
    height: 100%;
    background-color:black;
} 

.page-template-page-mainpage-2-php #screen-1-cool-lines span:before {
    content: '';
}


#fixed-racion-links {
  position: absolute;
    left: -200px;
    top: 0;
    /* right: 0; */
    bottom: 0;
    margin: auto;
    width: fit-content;
    z-index: 10;
    height: fit-content;
    display: flex;
    transform: rotate(90deg);
    transition: 0.7s ease;
    opacity: 0;
}
#fixed-racion-links.appeared {
    opacity: 1;
     left: -98px;
}
#fixed-racion-links a {
  padding: 16px;
    background-color: rgba(0, 0, 0, 1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.3s ease-in-out;
    opacity: 0.5;
}
#fixed-racion-links a:nth-child(2) {
    color: white;
}
#fixed-racion-links a:hover {
    opacity: 1;
}

#fixed-racion-links a:nth-child(1) {
    background-color: rgba(255, 255, 255, 1);
    color: black;
}


.page-template-page-mainpage-2-php #buy-wrap P:nth-child(2) {
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 48px;

}

.page-template-page-mainpage-2-php #buy-wrap {
    display: flex;
    gap: 64px;
        max-width: fit-content;
        padding: 48px 48px 0 48px ;
        border-radius: 64px;
  
   background-color: #e8e8e8;
    align-items: center;
    position: relative;
    overflow: hidden;
        box-shadow: 0px 0px 50px #8a9a8d4d;

}
.page-template-page-mainpage-2-php #buy-wrap:before {
content: '';
    position: absolute;
    width: 780px;
    height: 600px;
    background: radial-gradient(rgb(75 146 74 / 10%) 30%, transparent 60%);
    border-radius: 50%;
    left: -200px;
    top: -150px;
    pointer-events: none;
}
.page-template-page-mainpage-2-php #buy-wrap:after {
   content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/02/nnnoise-bl.svg);
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.6;
    background-size: 500px;
    pointer-events: none;
}
.page-template-page-mainpage-2-php #buy-wrap .left h3 {
    text-align: left;
} 

.page-template-page-mainpage-2-php #buy-wrap .left h3:after {
    content: '';
    height: 1px;
    width: 96px;
    margin: 48px 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
}

.page-template-page-mainpage-2-php #buy-wrap p {

    font-size: 24px;
    margin-bottom: 20px;
}
.page-template-page-mainpage-2-php #buy-wrap p:nth-child(4) {
    margin-bottom: 0px;
}
.page-template-page-mainpage-2-php #buy-wrap .right {
    flex:70%;
    background-color: #d9d9d9;
    border-radius: 48px;
    padding: 48px 32px;
    margin-bottom: 48px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
	filter:none;
}

.page-template-page-mainpage-2-php #buy-wrap .right .js-tilt-glare {
    border-radius: 40px;
}
.page-template-page-mainpage-2-php #buy-wrap .right .js-tilt-glare .js-tilt-glare-inner {
    width: 800px !important;
    height: 800px !important;
}
.page-template-page-mainpage-2-php #buy-wrap .right ul {
    margin-bottom: 20px;
}
.page-template-page-mainpage-2-php #buy-wrap .right ul li {
    padding: 0 0 10px 15px;
    position: relative;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #262626;
}

.page-template-page-mainpage-2-php #buy-wrap .right ul li:before {
    content: '';
    border-radius: 50%;
    background-color: #262626;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    transition: 0.3s ease-in-out;
    top: 13px;
}

.page-template-page-mainpage-2-php #buy-wrap .right .button-1 {
    background-color: #4b924a;
}
.page-template-page-mainpage-2-php #buy-wrap .right .button-1 span {
    color:white !important;
}
.page-template-page-mainpage-2-php #buy-wrap .right .button-1:hover span {
    color:white !important;
}
.page-template-page-mainpage-2-php #buy-wrap .right p {
    font-size: 16px;
    margin-bottom: 0px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}
.page-template-page-mainpage-2-php #buy-wrap .right p a {
    font-weight: 700;
    transition: 0.3s ease-in-out;
    color: #262626;
}
.page-template-page-mainpage-2-php #buy-wrap .right p a:hover {
    opacity: 0.7;
}
.page-template-page-mainpage-2-php #buy-wrap .right p:before {
       content: '';
    height: 1px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    display: block;
    margin-bottom: 24px;
}
.page-template-page-mainpage-2-php #buy-wrap #buy-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 48px;
}

.page-template-page-mainpage-2-php #buy-wrap #buy-list .buy-list-single {
   flex: 30%;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
        display: flex;
    align-items: center;
    gap: 14px;
}


.page-template-page-mainpage-2-php #buy-wrap #buy-list .buy-list-single .buy-list-single-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    background-color: #d9d9d9;
    flex:none;

}
.page-template-page-mainpage-2-php #buy-wrap #buy-list .buy-list-single .buy-list-single-icon img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    filter: invert(1) brightness(0.3);

}
.page-template-page-mainpage-2-php #buy-wrap #buy-list .buy-list-single span {
    flex: inherit;
    color:#262626;
}
.page-template-page-mainpage-2-php #screen-5  {
    height: auto;
    background-color: transparent;
}


.page-template-page-mainpage-2-php #screen-5 .container {
    padding: 140px 20px 40px 20px;
}

.page-template-page-mainpage-2-php #buy-wrap-links a {
    padding: 16px;
   background-color: transparent;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.3s ease-in-out;
    opacity: 1;
    color: #262626;
    background-color: #d9d9d9;
     overflow: hidden;
     position: relative;
}
.page-template-page-mainpage-2-php #buy-wrap-links a:hover {
        
}
.page-template-page-mainpage-2-php #buy-wrap-links a:hover:before {
    opacity: 1;
}
.page-template-page-mainpage-2-php #buy-wrap-links a:before {
  
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5));
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.page-template-page-mainpage-2-php #buy-wrap-links #buy-wrap-links-wrap {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}



.page-template-page-mainpage-2-php #buy-wrap #buy-wrap-links:before  {
    content: '';
    height: 1px;
    width: 96px;
    margin: 48px 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
} 

.page-template-page-mainpage-2-php #buy-wrap #buy-wrap-links {
    border:none;
    padding: 0;
}

.page-template-page-mainpage-2-php #buy-wrap #buy-wrap-links span {
    text-align: left;
    margin-bottom: 24px;
    color:#262626;
}


.page-template-page-mainpage-2-php #screen-2 {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}
.page-template-page-mainpage-2-php #screen-2 .decorated-circle-radial {
    right: -400px;
    top: 0;
}
.page-template-page-mainpage-2-php #screen-2:before {

}

.page-template-page-mainpage-2-php #screen-2:after {
  
}
.page-template-page-mainpage-2-php #screen-2 h2 {
    color:white;
    margin-bottom: 96px;
}
#screen-2-list-wrap {
    display: flex;
    gap:96px;
    position: relative ;
    flex-direction: column;
}
.page-template-page-mainpage-2-php #screen-2 .screen-2-double {
    position: relative;

    transition: 0.5s ease-in-out;
    margin-top: 0 !important;
}
.page-template-page-mainpage-2-php #screen-2 .screen-2-double .left {
    border-radius: 48px;
    overflow: hidden;
        box-shadow: 0px 0px 25px #8a9a8d73;
}
.page-template-page-mainpage-2-php #screen-2 .screen-2-double .right {
    flex:1;
}
.page-template-page-mainpage-2-php #screen-2 .screen-2-double:nth-child(2) {
    flex-direction: row-reverse ;
}


.page-template-page-mainpage-2-php #screen-3 #screen-3-list {
        flex-wrap: nowrap;
    gap: 48px;
    align-items: flex-start;
    height: 540px;
}

.page-template-page-mainpage-2-php #screen-3 #screen-3-list > .left {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap:48px;
    flex: 0 0 300px;
    justify-content: center;
    height: 100%;

}
.page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right {
    position: relative;
    flex: 1;
}
.page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right p {
    font-size: 24px;
}
.page-template-page-mainpage-2-php #screen-4 #screen-4-slider-wrap .screen-4-slider-single-wrap:before {
   content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/02/nnnoise-bl.svg);
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.4;
    background-size: 500px;
    pointer-events: none;
}
.decorated-circle-radial {

  width: 800px;
    height: 800px;
    position: absolute;

       background: radial-gradient(#ffffff, #ffffff00 70%);
    z-index: 0;
    display: block;
    border-radius: 50%;
    animation: decorated-circlke-radial-anim-1 10s ease infinite;
    overflow: hidden;
}

@keyframes decorated-circlke-radial-anim-1 {

    0% {
        transform:scale(1);
        opacity: 1;
    }
    50% {

         transform:scale(0.8);
           opacity: 0.7;
    }
    100% {  

        transform:scale(1);
 opacity: 1;
    }
}


.decorated-circle-radial:before {
   content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 50% 50%, rgb(255 255 255 / 0%), rgb(215 215 216)), url(/wp-content/uploads/2024/02/nnnoise-bl.svg);
    opacity: 0.3;
}
.page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right .screen-3-list-single {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
        padding: 0;
            display: flex;
    gap: 48px;
    cursor: unset;
    border:unset;
    height: 540px;
}
.page-template-page-mainpage-2-php #screen-3 .decorated-circle-radial:nth-child(1) {
      z-index: -1;
    right: -400px;
    top: 0px;
}

.page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right .screen-3-list-single .left {
    flex: 0 0 400px;
    margin-bottom: 0px;
    height: 100%;
     border-radius: 48px;
    box-shadow: 0px 0px 25px #8a9a8d73;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 5;
    max-height: 500px;
}
.page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right .screen-3-list-single .left img {
    height: 100%;
    width: 400px;
    object-fit: cover;
    display: block;
   
    margin: 0;
}

.page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right .screen-3-list-single h3 {
    font-size: 32px;
}

.page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right .screen-3-list-single .right {
    
}
.page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right .screen-3-list-single:hover {
    box-shadow: unset;
}
.page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right .screen-3-list-single.active {
    opacity: 1;
    z-index: 1;
}
.page-template-page-mainpage-2-php #screen-3 #screen-3-list > .left span {
color: #262626;
    font-size: 32px;
    width: fit-content;
    transition: 0.3s ease-in-out;
    opacity: 0.6;
    cursor: pointer;
        font-family: "Oswald", sans-serif;
    font-size: 36px;
    position: relative;
    padding-left: 20px;
}
.page-template-page-mainpage-2-php #screen-3 #screen-3-list > .left span:before {
    content: '►';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    animation: screen-2-triangle-anim-1 ease 2s infinite ;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}
.page-template-page-mainpage-2-php #screen-3 #screen-3-list > .left span.active:before {
    opacity: 1;
}
@keyframes screen-2-triangle-anim-1 {
    0% {
        left: 0px;
    }
    50% {
        left:-10px;
    }
    100% {
 left: 0px;
    }
}
.page-template-page-mainpage-2-php #screen-3 #screen-3-list > .left span:hover {
    opacity: 1;
}
.page-template-page-mainpage-2-php #screen-3 #screen-3-list > .left span.active {
    opacity: 1;
}




.page-template-page-mainpage-2-php #screen-2 #screen-2-double-3 .left {
        width: fit-content;
}
.page-template-page-mainpage-2-php #screen-2 #screen-2-double-3 .left img {
        width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-page-mainpage-2-php #screen-2 #screen-2-double-3 .left #screen-2-double-3-photos {
        width: 340px;
    height: 550px;
    border-radius: 48px;
    overflow: hidden;
    position: relative;
        box-shadow: 0px 0px 25px #8a9a8d;
}

.page-template-page-mainpage-2-php #screen-2 .screen-2-double.active {
    opacity: 1;
    pointer-events: auto;
}
.page-template-page-mainpage-2-php #screen-2 .screen-2-double .left img {
        width: 440px;
   
    border-radius: 48px;
    position: relative;
    object-fit: cover;
    box-shadow: 0px 0px 25px #8a9a8d73;
    object-position: top;
    aspect-ratio: 4 / 5;

}
.page-template-page-mainpage-2-php #screen-2 #ann-video-2 {
    width: 340px;
    height: 600px;
    object-fit: cover;
}
#screen-2-list-wrap-links {
    color: white;
    font-size: 32px;
    font-weight: 800;
    display: flex;
    gap: 54px;
    width: fit-content;
    margin: 0 auto 48px;
}
#screen-2-list-wrap-links span {
    transition: 0.3s ease-in-out;
    opacity: 0.6;
    cursor: pointer;
        font-family: "Oswald", sans-serif;
    font-size: 36px;
    color:#262626;
    font-weight: 400;
}
#screen-2-list-wrap-links span:hover {
    opacity: 1;
}
#screen-2-list-wrap-links span.active {
    opacity: 1;
}
.page-template-page-mainpage-2-php #screen-3 .container {
    padding: 140px 20px 40px 20px;
}

.page-template-page-mainpage-2-php #screen-2 .container {
    padding: 140px 20px 40px 20px;
}
.page-template-page-mainpage-2-php #screen-2 #ann-video-1-wrap {
    background-color: transparent;
}
.page-template-page-mainpage-2-php #screen-2 #ann-video-1 {
    border-radius: 48px;
}
.page-template-page-mainpage-2-php #screen-2 #ann-video-2 {
    border-radius: 48px;
}
.page-template-page-mainpage-2-php #screen-2  h3 {
color:white;
}

.page-template-page-mainpage-2-php #screen-2 p {
color:white;
}

.page-template-page-mainpage-2-php .socials a {
background-color: #bfbfbf;
}

.page-template-page-mainpage-2-php .socials a img {
         opacity: 0.4;
    filter: grayscale(1) brightness(3) invert(1);
} 

.page-template-page-mainpage-2-php .socials a:hover img {
    opacity: 1;
        filter: grayscale(1) brightness(3) invert(0);
}

.page-template-page-mainpage-2-php  #screen-5 .right h3 {
    font-size: 48px;
	
}
.page-template-page-mainpage-2-php  #screen-5 .right h3:after {
    
}
.page-template-page-mainpage-2-php  #screen-5 .left h3 {
    font-size: 64px;
}


#waves {
    opacity: 0.15;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    display: block;
    top: 0;
    left: 0;
    z-index: -2;
    pointer-events: none;
}

.wp-block-woocommerce-checkout {
  
    max-width: 1140px;
    margin: auto !important;
 

    display: block;
    position: relative;
    
    padding: 24px;


}
.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {

     background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    border: 2px solid #272727;
    padding: 20px;

}
.xoo-wsc-basket {
    right: 30px;
    bottom: 20px;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    display: none;
}
.wp-block-woocommerce-checkout-order-summary-subtotal-block {
display: none;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 0px !important;
    color:white;
}
.wc-block-components-sidebar {
    padding-left: 0px !important;
     color:white;
     background-color: rgba(255, 255, 255, 0.1);
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
        gap: 24px;
    flex-wrap: nowrap;
}
.wc-block-components-title.wc-block-components-title {
    font-size: 36px !important;
}
.wc-block-components-checkout-step__description {
     font-size: 20px !important;
    line-height: 1.3 !important;
}
.wc-block-components-form .wc-block-components-checkout-step {
    margin-bottom: 36px !important;
}
.wc-block-components-checkout-return-to-cart-button {
    display: none !important;
}

.wc-block-components-order-summary {
    font-size: 20px !important;
    line-height: 1.3 !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    margin-top: 10px !important;
    font-weight: 700 !important;
  
}

.wc-block-components-totals-footer-item {
    font-size: 24px;
}

.wc-block-components-totals-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary__content {
    margin-top: 10px;
}

.wp-block-woocommerce-empty-cart-block .wp-block-separator.is-style-dots  {
    display: none;
}
.wp-block-woocommerce-empty-cart-block {
   position: relative; 
}

.wp-block-woocommerce-empty-cart-block h2:nth-child(1) {
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 36px;
}

.wp-block-woocommerce-empty-cart-block h2:nth-child(3) {
    display: none;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid {
    display: none;
} 

.wc-block-components-validation-error>p  {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.xoo-wsc-sm-left > *:not(:last-child)  {
    padding-bottom: 10px;
}

.woocommerce-order-received .woocommerce-order {
position: relative;
    text-align: center;
    color: white;
    max-width: 1140px;
    padding: 20px;
    margin: 0 auto;
}

.woocommerce-order-received header {
        position: relative;
    text-align: center;
    padding: 0 20px;
    margin: 150px 0 50px 0;
}

.woocommerce-checkout header {
        position: relative;
    text-align: center;
    padding: 0 20px;
    margin: 150px 0 50px 0;
} 


form.woocommerce-checkout {
       background-color: rgba(255,255,255,0.9);
    position: relative;
    max-width: 600px;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 24px;
}

form.woocommerce-checkout #customer_details {
    display: flex;
    flex-wrap: wrap;
}

form.woocommerce-checkout #customer_details > div {
    width: 100%;
}

form.woocommerce-checkout  h3 {
    color: black;
    padding: 30px 0;
    margin: 0 auto;
    box-sizing: border-box;
}
form.woocommerce-checkout  label {
        line-height: 1.3 !important;
    font-size: 20px;
}
form.woocommerce-checkout #customer_details input {
    padding: 10px;
    margin-top: 10px;
    font-family: "Ysabeau", sans-serif;
    font-size: 16px;
}

form.woocommerce-checkout #customer_details textarea {
    padding: 10px;
    margin-top: 10px;
    font-family: "Ysabeau", sans-serif;
    font-size: 16px;
}

form.woocommerce-checkout .form-row {
    margin: 0 0 20px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
      background: #d7d7d8;
    color: #262626;
}


#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box  {
    line-height: 1.3;
    background-color: white;
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
    font-size: 18px;
}

.woocommerce-privacy-policy-text p {
    font-size: 18px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
          filter: brightness(3);
}



.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
cursor: pointer;
    text-transform: uppercase;
      background-color: #4b924a;
       border-radius: 0px;
    outline: none;
    transition: opacity .1s, box-shadow .5s ease-in-out, background-color .3s ease-in-out;
    display: block;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    width: fit-content;
    height: 78px;
    float: right;
        font-family: "Ysabeau", sans-serif;
}
 .woocommerce-page #payment #place_order:hover {

        box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 20px;
    color: black;
    background-color: white;
    transition: 0.3s ease-in-out;
}


 .woocommerce-page #payment #place_order:active {
    opacity: 0.5;
} 

.xoo-wsc-modal.xoo-wsc-cart-active .xoo-wsc-basket {
    opacity: 0;
    pointer-events: none;
}


#header-burger {
     transition: 0.3s ease-in-out;
    position: fixed;
    z-index: 100;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
      pointer-events: none;

}

#header-burger span {
      position: absolute;
    width: 30px;
    height: 2px;
    background-color: white;
    top: 18px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease-in-out;
}
#header-burger span:nth-child(2) {
    top: 24px;
}
#header-burger span:nth-child(3) {
    top: 30px;
}
#header-burger.active span:nth-child(2)  {
        opacity: 0;
}

#header-burger.active span:nth-child(1)  {
        top: 24px;
    transform: rotate(45deg);
}
#header-burger.active span:nth-child(3)  {
        top: 24px;
    transform: rotate(-45deg);
}
#mobile-socials {
  display: none;

}





.post-edit-link {
    display: none;
}

#scren-1-bg-ann  {
     pointer-events: none;
    position: absolute;
    height: 90%;
    width: auto;
    object-fit: cover;
    z-index: -1;
    opacity: 0.5;
    object-position: left top;
    bottom: 0;
    right: 10vw;
}

.ml14 {
  font-weight: 200;
  font-size: 3.2em;
}




#cookie-notice {
        bottom: 15px;
    width: calc(100% - 15px);
       left: 15px !important;
    min-width: unset !important;
}

#cookie-notice #cn-accept-cookie {
    color: black;
    border-radius: 0px;
    transition: 0.3s ease;
    font-family: "Ysabeau", sans-serif;
    font-size: 16px;
}

#cookie-notice #cn-accept-cookie:hover {
    opacity: 0.5;
}

#cn-notice-text {
        font-family: "Ysabeau", sans-serif;
    font-size: 16px;
}

#cn-close-notice {
    display: none;
position: relative;
    right: 0;
    top: 5px;
    left: 20px;
}


article {
    max-width: 1440px;
    padding: 0 20px;
    margin: 150px auto 0;

}
article h1 {
    text-align: center;
    margin-bottom: 40px;
}

article h3 {
    margin-bottom: 30px;
    text-align: left;
}





.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-markup .xoo-wsc-btn, .xoo-wsc-markup .woocommerce-shipping-calculator button[type="submit"] {
        text-transform: uppercase;
    background-color: #4b924a;
        font-family: "Ysabeau", sans-serif !important;
        font-size:16px;
        font-weight: 600;
        border:1px solid  #4b924a;
    }


.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-markup .xoo-wsc-btn:hover, .xoo-wsc-markup .woocommerce-shipping-calculator button[type="submit"]:hover {
    border:1px solid black;
}



.woocommerce ul.order_details li strong {
    color: black;
}

.woocommerce ul.order_details li {
   color: black;
}

.woocommerce table.shop_table th {
    color: black;
}

.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
    color: black;
}
#checkout-last-words-text {
     background-color: #4b924a;
    margin-bottom: 30px;
    line-height: 1.3;
    text-align: center;
    padding: 20px;
    color: white;
}



#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    background-color: white;
    border-radius: 6px;
}
.payment_method_liqpay img {
       padding: 5px !important;
}

body.shop_turn_off .xoo-wsc-markup {
	display:none;
}

body.shop_turn_off .button-1 {
	filter:grayscale(1);
	pointer-events:none;
}
body.shop_turn_off #screen-5 .right h3 {
	display:none;
}
body.shop_turn_off #screen-5 .right h3:after {
	display:none;
}

.pricing {
	display: flex;
	justify-content: center;
	gap: 40px;
	padding: 50px 0 25px;
}
.pricing-plan {
	position: relative;
	display: flex;
    flex-direction: column;
	box-sizing: border-box;
	max-width: 580px;
	width: calc(50% - 20px);
	border-radius: 64px;
	background-color: #e8e8e8;
	padding: 48px;
	box-shadow: 0px 0px 50px #8a9a8d4d;
	overflow: hidden;
}
.pricing-plan.pricing-plan-1::before {
	content: '';
	position: absolute;
	width: 500px;
	height: 500px;
	background: radial-gradient(rgba(75, 146, 74, 0.15) 40%, transparent 60%);
	border-radius: 50%;
	left: -150px;
	top: -150px;
}
.pricing-plan.pricing-plan-2::before {
	content: '';
	position: absolute;
	width: 480px;
	height: 480px;
	background: rgba(76, 145, 75, 0.3);
	border-radius: 50%;
	filter: blur(200px);
	top: 50%;
	right: -200px;
	transform: translateY(-50%);
}
.pricing-plan::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2024/02/nnnoise-bl.svg);
	background-size: 500px;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0.6;
	pointer-events: none;
}
.pricing-plan__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
	border-bottom: 1px solid #2626261A;
	padding-bottom: 48px;
    margin-bottom: 48px;
}
h3.pricing-plan__title {
    font-size: 36px;
    font-weight: 500;
	line-height:40px;
	text-transform: uppercase;
	text-align: left;
}
h3.pricing-plan__title::after {
	content: none;
}
.pricing-plan__subtitle {
	flex-shrink: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	border: 1px solid #262626;
	margin-bottom: 0;
	padding: 8px 10px;
}
.pricing-plan__features {
    flex-grow: 1;
	margin-bottom: 48px;
}
.pricing-plan__feature {
	display: flex;
	column-gap: 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 10px;
}
.pricing-plan__feature::before {
	content: '';
	background-image: url('/wp-content/uploads/2024/10/check-green.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 17px;
	height: 21px;
	flex-shrink: 0;
}
.pricing-plan__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
	border-top: 1px solid #2626261A;
	padding-top: 48px;
	margin-top: auto;
}
.pricing-plan__price-label {
    display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	color: #26262666;
}
.pricing-plan__price-value {
	font-family: "Oswald", sans-serif;
	font-size: 32px;
	line-height: 36px;
	display: block;
	color: #262626;
}
/*.pricing-plan__button {
	font-family: "Ysabeau", sans-serif;
	position: relative;
	width: 15.625vw;
	border: none;
	outline: none;
	background-color: #4B924A;
	padding: 20px 32px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	cursor: pointer;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
	z-index: 2;
}*/
.pricing-plan__button {
	background-color: #4b924a !important;
	margin: 0 !important;
	width: 15.625vw;
}
.pricing-plan__all-services {
	display: flex;
    align-items: center;
    column-gap: 10px;
	background-color: #2626260F;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	margin-top: auto;
	margin-inline: -48px;
	padding: 32px 48px;
	text-transform: uppercase;
}
.pricing-plan__all-services::before {
	content: '+';
	padding-bottom: 4px;
}
.pricing-plan-2 .pricing-plan__footer {
	border: none;
}
.question-btn a {
	display: inline-block;
	padding: 16px;
	background-color: rgba(0, 0, 0, 1);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	font-size: 18px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transition: 0.3s ease-in-out;
	opacity: 0.5;
	color: #fff;
	margin-block: 15px;
}
.purchase-book {
	text-align: center;
  	margin-bottom: 50px;
}
@media screen and (max-height:820px) {

.page-template-page-mainpage-2-php #screen-1 #mainpage-text-wrap > span:nth-child(1) {
   left: 80px !important;
    top: -100px !important;
    font-size: 20px !important;
    max-width: 400px !important;
}


.page-template-page-mainpage-2-php #screen-1 #mainpage-text-wrap > span:nth-child(3) {
      right: 135px !important;
    bottom: -20px !important;
    font-size: 20px !important;
}
#screen-1 {
min-height: 815px;
    overflow: hidden;
    background-size: cover;
    
    
    box-sizing: border-box;
}
}

@media screen and (max-width:1640px) {
    #screen-1 .container {
    max-width: 100%;
}
#mainpage-text-wrap {
    left: 60px;
}
}


@media screen and (max-width:1440px) {

.page-template-page-mainpage-2-php #mainpage-text-wrap .button-1 {
    margin: 120px auto 0;
}
    .page-template-page-mainpage-2-php #screen-3 #screen-3-list > .left {
        gap:24px;
    }
    article {
         max-width: 1240px;
    }
    .container {
        max-width: 1240px;
    }
    #socials-fixed.socials {
        right: 20px;
    }
    .xoo-wsc-basket {
        right:10px !important;
    }
    .page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right .screen-3-list-single {
    height: 640px;
    }
    .page-template-page-mainpage-2-php #screen-3 #screen-3-list {
        height: 640px;
    }

}



@media screen and (max-width:1240px) {
    .page-template-page-mainpage-2-php #screen-2 .screen-2-double .right {
        flex:unset;
    }
    .page-template-page-mainpage-2-php #screen-3 #screen-3-list {
        height: auto;
    }
    .page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right .screen-3-list-single .right {
        width: 100%;
    }
.page-template-page-mainpage-2-php #screen-3 #screen-3-list > .left span {
    padding-left: 0px;
}
.page-template-page-mainpage-2-php #screen-3 #screen-3-list > .left span:before {
        left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: fit-content;
    transform: rotate(90deg);
}
@keyframes screen-2-triangle-anim-1 {
    0% {
        top:-30px;
    }
    50% {
        top:-40px;
    }
    100% {
 top:-30px;
    }
}
article  {
        margin: 80px auto 0;
}
    #cookie-notice {
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
    }
    #screen-2 .screen-2-double {
       
    }
    .page-template-page-mainpage-2-php #screen-2 .screen-2-double {
        flex-wrap: wrap;
    justify-content: center;
        top: unset !important;
        gap:40px;
     
    }
    #screen-2-list-wrap-links {
        margin: 0;
    }
    .page-template-page-mainpage-2-php #screen-2 #screen-2-double-3 .left #screen-2-double-3-photos {
        height: 400px;
        width: 300px;
    }
    .page-template-page-mainpage-2-php #screen-2 #ann-video-2 {
        height: 400px;
        width: 300px;
    }
    #screen-2-list-wrap {
           height: auto;
    gap: 48px;
    display: flex;
    flex-wrap: wrap;
  
    gap: 48px;
    justify-content: center;
    }
     .page-template-page-mainpage-2-php #screen-2 .screen-2-double#screen-2-double-1 {
       
     }
     .page-template-page-mainpage-2-php #screen-2 .screen-2-double.active {
      
     }
     #ann-video-1 {
        width: 300px;
     }
     #screen-2 #ann-video-1-wrap {
        height: 400px;
        width: 300px;
     }
    #screen-3-list {
flex-wrap: wrap;
    flex-direction: column;
    }
    #screen-3-list .left {
    width: 100%;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    gap: 20px !important;
    justify-content: center;
    align-items: center;
    flex: auto !important;
    }
    .page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right {
            position: relative;
    flex: auto;
    height: 400px;
    width: 100%;
    }
    .page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right .screen-3-list-single {
        flex-wrap: wrap;
    justify-content: center;
    height: auto;
    }
    .page-template-page-mainpage-2-php #screen-2 .screen-2-double .left img {
        
        max-width: 100%;
    }
    .page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right .screen-3-list-single.active {
      position: relative;
      z-index: 1;
    }
    .page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right {
        height: auto;
    }
    .page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right .screen-3-list-single .left {
   
    flex: unset !important;
    max-width: 400px;
    }
    .page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right .screen-3-list-single .left img {
        width: 100%;
        object-position: top;
    }
    #buy-wrap {
        flex-wrap: wrap;
    }
    .page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right .screen-3-list-single .left video {
        width: 100%;
    }
    #main-border {
        opacity: 0;
    }
  .page-template-page-mainpage-2-php #screen-6 #screen-6-wrap {
            justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    }
    .page-template-page-mainpage-2-php #screen-6 #screen-6-wrap img {
        flex-shrink: 0; /* Запрещаем сжатие картинок */
  max-width: 12.5%; /* Задаем максимальную ширину картинки (8 картинок = 100% ширины контейнера) */
  height: auto;
    }
    #socials-fixed.socials {
        opacity: 0 !important;
        pointer-events: none;
    }
#screen-1 h1 {
    width: 100%;
}
#screen-1 .container {
        background-size: auto 70%;
        min-height: 815px;
    padding: 0 20px;
}
    #header-burger {
        opacity: 0;
        pointer-events: auto;
    }
#header-burger.header-scrolled {
    opacity: 1;
    pointer-events: auto;
}
    #header {
       opacity: 0 !important;
    pointer-events: none;
    z-index: 100;
    top: 0;
    transition: 0.3s ease-in-out;
    right: 10px;
    margin: unset;
    left: unset;
    padding: 0 !important;
    }
#mobile-socials {
        display: flex;
    gap: 8px;
    justify-content: flex-end;
        margin: 10px 0;
}
#mobile-socials a {
        background-color: transparent;
    border-radius: 0;
    width: 24px;
    height: 24px;
}

#mobile-socials a:before {
    content: unset;
}
#mobile-socials a:after {
    content: unset;
}
#mobile-socials a img {
    width: 20px;
    opacity: 1;

}
#header .container {
    padding: 0;
}
    #header.mob-header-active {
 opacity: 1 !important;
        pointer-events: auto;
    }
    #main-nav {
           flex-wrap: wrap;
    padding: 80px 20px 20px 20px;
    gap: 8px;
    flex-direction: column;
    }
    #main-nav a {
       font-size: 20px;
        text-align: right;
    }
    #main-nav a:after {
      opacity: 0 !important;
    }

    #mainpage-text-wrap {
    position: relative;
    box-sizing: border-box;
   
    }
    .page-template-page-mainpage-2-php #mainpage-text-wrap .button-1 {
            margin: 370px auto 0;
    }
    #screen-1-fade {
        height: 100px;
    }
    .page-template-page-mainpage-2-php #screen-1 #mainpage-text-wrap > span:nth-child(1) {
          position: relative;
    left: 0 !important;
    top: 20px !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px;
    backdrop-filter: blur(5px);
    font-size: 18px;
    }
    .page-template-page-mainpage-2-php #screen-1 #mainpage-text-wrap > span:nth-child(1):after {
            left: -10px;
    }
     .page-template-page-mainpage-2-php #screen-1 #mainpage-text-wrap > span:nth-child(1):before {
            left: -10px;
    }
    .page-template-page-mainpage-2-php #screen-1 #mainpage-text-wrap > span:nth-child(3) {
          right: 0 !important;
    left: 0 !important;
    bottom: -135px !important;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
        background-color: rgba(255, 255, 255, 0.9);
    padding: 5px;
    backdrop-filter: blur(5px);
    font-size: 18px;
    }
    #fixed-racion-links {
        left:-144px;
    }
    .page-template-page-mainpage-2-php #screen-6 #screen-6-wrap {
        margin-top: 0px;
    }
    .page-template-page-mainpage-2-php #screen-3 .container {
           padding: 80px 20px 40px 20px;
    }
    #screen-4 .container {
        padding: 80px 20px 40px 20px;
    }
     .page-template-page-mainpage-2-php #screen-5 .container {
           padding: 80px 20px 40px 20px;
    
    }
       .page-template-page-mainpage-2-php #screen-2 .container {
           padding: 80px 20px 40px 20px;
    }
    .page-template-page-mainpage-2-php #buy-wrap #buy-wrap-links {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }


}

@media screen and (max-width:992px) {
	.pricing{
		gap: 32px;
	}
	.pricing-plan {
		border-radius: 48px;
		padding: 32px;
	}
	.pricing-plan__header {
		flex-direction: column;
	}
	h3.pricing-plan__title {
		text-align: center;
	}
	.pricing-plan__footer {
		flex-direction: column;
		align-items: inherit;
		padding-top: 32px;
	}
	.pricing-plan__price {
		display: flex;
		justify-content: space-between;
		gap: 24px;
	}
	.pricing-plan__button {
		width: 100%;
	}
	.pricing-plan__features {
		margin-bottom: 32px;
	}
	.pricing-plan__header {
		padding-bottom: 32px;
		margin-bottom: 32px;
	}
}

@media screen and (max-width:769px) {
	.pricing{
		flex-direction: column;
	}
	.pricing-plan {
		width: 100%;
		max-width: 100%;
	}
    .horizontal-scrolling-items__item {
        gap:60px;
    }
    .horizontal-scrolling-items {
        gap:60px;
    }
    #footer #footer-credits p {
        position: relative;
        margin-bottom: 20px;
    }
    #footer #footer-credits-links {
            flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
    }
     #footer #footer-credits-links a {
        width: 100%;
     }
    h1 {
        font-size: 40px;
    }
#scren-1-bg-ann {
    right: unset;
    left:10vw;
}
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        float: none;
        margin: 0 auto;
    }
    .payment_method_liqpay-webplus img {
        display: block;
        margin: 10px auto !important;
    }
    .payment_method_liqpay-webplus label {

    }
    .woocommerce-checkout header {
            margin: 80px 0 50px 0;
    }
    #screen-4 #screen-4-slider-wrap .screen-4-slider-single {
        width: 300px;
        box-sizing: border-box;
        padding: 20px;
        transition: 0.3s ease;
    }
    #footer .container {
            padding: 40px 20px 20px 20px;
    }
    .flickity-prev-next-button.previous {
       right: calc(50% + 5px);
    top: -40px;
    }
    .flickity-prev-next-button.next {
         left: calc(50% + 5px);
    top: -40px;
    }
    #screen-4 #screen-4-slider-wrap {
        margin-top: 80px;
    }
 .page-template-page-mainpage-2-php #screen-3 .container {
           padding: 40px 20px 40px 20px;
    }
    #screen-4 .container {
        padding: 40px 20px 40px 20px;
    }
     .page-template-page-mainpage-2-php #screen-5 .container {
           padding: 40px 20px 40px 20px;
    
    }
       .page-template-page-mainpage-2-php #screen-2 .container {
           padding: 40px 20px 40px 20px;
    }

    h2 {
        font-size:40px !important;
    }
    p {
        font-size:20px;
    }
    .page-template-page-mainpage-2-php #screen-3 #screen-3-list > .left span {
        font-size: 24px;
    }
    #screen-2-list-wrap-links span {
         font-size: 24px;
    }
    #screen-2-list-wrap-links {
        gap: 24px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .page-template-page-mainpage-2-php #screen-2 .screen-2-double {
        top: 70px;
    }
    #screen-3-list .left {
        
    }
    .page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right .screen-3-list-single {
        flex-wrap: wrap;
       
  
    justify-content: center;
    }
    .page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right {
        height: auto;
    }
    .page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right .screen-3-list-single:first-child {
        
    }
    .page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right p {
        font-size: 20px;
    }
     .page-template-page-mainpage-2-php #screen-3 #screen-3-list > .right li {
        font-size: 20px;
    }
    h3 {
        font-size: 28px !important;
    }
    .page-template-page-mainpage-2-php h3:after {
        margin: 24px 0;
    }
    .page-template-page-mainpage-2-php #screen-5 .left h3 {
            font-size: 36px !important;
    }
    .page-template-page-mainpage-2-php #buy-wrap P:nth-child(2) {
        font-size: 20px;
    }
      .page-template-page-mainpage-2-php #buy-wrap P:nth-child(4) {
        font-size: 20px;
    }
    .page-template-page-mainpage-2-php #buy-wrap #buy-wrap-links span {
        font-size: 20px;
    }
    .page-template-page-mainpage-2-php #buy-wrap .left h3:after {
        margin: 24px 0;
    }
    .page-template-page-mainpage-2-php #buy-wrap #buy-list .buy-list-single {
        flex:100%;
    }
    .page-template-page-mainpage-2-php #buy-wrap #buy-list .buy-list-single span {
        flex:auto;
    }
    .page-template-page-mainpage-2-php #buy-wrap #buy-wrap-links:before {
        margin: 24px 0;
    }
    .page-template-page-mainpage-2-php #buy-wrap-links #buy-wrap-links-wrap {
        flex-wrap: wrap;
    }
    .page-template-page-mainpage-2-php #buy-wrap-links a {
        width: 100%;
    }
    .page-template-page-mainpage-2-php #buy-wrap {
        padding: 48px 20px 0 20px;
    }
    .page-template-page-mainpage-2-php #screen-5 .right h3 {
        font-size: 36px !important;
    }
}

@media screen and (max-width:620px) {
    #screen-4 #screen-4-slider-wrap .is-selected .screen-4-slider-single {
        background-color: #f6f6f6;
        box-shadow: #ffffff 0px 0px 20px;
    }
    #screen-1 h1 {
        width: auto;
    font-size: 36px;
    line-height: 1.3;
    }

    #fixed-racion-links {
        display: none;
    }
}
@media screen and (max-width:410px) {
	.pricing-plan__price-label {
		font-size: 16px;
	}
	.pricing-plan__price-value {
		font-size: 28px;
	}
}