
html{
	scroll-behavior: smooth;
}

/* Общие стили */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #fed7c0;
    color: #333;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.starting_style{
	display: none;
}

/*div.starting_style{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: #fbd4c3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	
	transition: all 1s;
}

/***************************************************
 * Generated by SVG Artista on 8/6/2025, 11:48:19 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

/*@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(48, 48, 48);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(48, 48, 48);
  }
}

div.starting_style .svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(0.755, 0.05, 0.855, 0.06) 0.8s both;
          animation: animate-svg-fill-1 0.7s cubic-bezier(0.755, 0.05, 0.855, 0.06) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(48, 48, 48);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(48, 48, 48);
  }
}

div.starting_style .svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.755, 0.05, 0.855, 0.06) 0.9s both;
          animation: animate-svg-fill-2 0.7s cubic-bezier(0.755, 0.05, 0.855, 0.06) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(48, 48, 48);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(48, 48, 48);
  }
}

div.starting_style .svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(0.755, 0.05, 0.855, 0.06) 1s both;
          animation: animate-svg-fill-3 0.7s cubic-bezier(0.755, 0.05, 0.855, 0.06) 1s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(48, 48, 48);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(48, 48, 48);
  }
}

div.starting_style .svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.755, 0.05, 0.855, 0.06) 1.1s both;
          animation: animate-svg-fill-4 0.7s cubic-bezier(0.755, 0.05, 0.855, 0.06) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(48, 48, 48);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(48, 48, 48);
  }
}

div.starting_style .svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.7s cubic-bezier(0.755, 0.05, 0.855, 0.06) 1.2000000000000002s both;
          animation: animate-svg-fill-5 0.7s cubic-bezier(0.755, 0.05, 0.855, 0.06) 1.2000000000000002s both;
}*/


div.close_m_menu{
    position: fixed;
    width: 40px;
    height: 100vh;
    z-index: 10001;
    background-color: rgb(0,0,0, 0.5);
	display: none;
}
div.close_m_menu span{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: black;
    font-weight: bold;
    font-size: 150%;
    /* transform: rotate(45deg); */
    color: white;
    user-select: none;
    cursor: pointer;
}

/* Header */
.header {
    background-color: #fed7c0;
    padding: 10px 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    position: relative;
    top: -80px;
    z-index: 10000;
    width: 100%;
    box-sizing: border-box;
	transition: top 2s ease 0s;
	gap: 20px;
}

.header-left {
    display: flex;
    align-items: center;
}

header nav.header-nav{
    position: relative;
    border-radius: 20px;
    border: 1px solid black;
    padding: 15px 30px;
    /* flex-grow: 1; */
}

.header-left .logo {
    height: auto;
    width: 80px;
    margin-right: 10px;
    border-radius: 0%; /* Если логотип круглый */
    object-fit: cover;
}

.header-left .company-name {
    font-size: 1.8em;
    font-weight: bold;
    color: #5a2e9b; /* Фиолетовый оттенок для названия */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.header-nav ul {
    display: flex;
    gap: 25px;
}

.header-nav ul a li{
    font-size: 1.1em;
    font-weight: 500;
    color: #555;
    transition: color 0.3s ease, transform 0.3s ease;
}

.header-nav ul li a:hover {
    color: #8c4dc7; /* Более светлый фиолетовый */
    transform: translateY(-2px);
}

div.menu_mobile{
    position: relative;
    width: 30px;
    gap: 4px;
    display: none;
    flex-direction: column;
	cursor: pointer;
}
div.menu_mobile div{
    position: relative;
    width: 100%;
    height: 5px;
    background: #001e77;
	border-radius: 10px;
}

/* Main Content - Общие стили для секций */
section {
    padding: 80px 5%;
    text-align: center;
    margin: 0 auto;
}

h1, h2 {
    color: #5a2e9b;
    margin-bottom: 20px;
    font-size: 2.5em;
}

h2 {
    font-size: 2.2em;
    margin-top: 40px;
}

p {
    font-size: 1.1em;
    color: #444;
}

.button {
    display: inline-block;
    background-color: #001e77;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    margin-top: 30px;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	
	transition: all 2s;
}

.main_button{
	font-size: 0%;
	opacity: 0;
	transition: all 2s;
}

.button:hover {
    background-color: #6a3a94;
    transform: translateY(-3px);
}

@property --myColor1 {
  syntax: '<color>';
  initial-value: /*#FDDCDC;*/ #FFD8BF;
  inherits: false;
}

@property --myColor2 {
  syntax: '<color>';
  initial-value: #E0BBE4;
  inherits: false;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(var(--myColor1), var(--myColor2));
	/*transition: --myColor1 5s, --myColor2 5s;*/
    color: #333;
    padding: 0px 5% 60px 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    text-shadow: 1px 1px 3px rgba(255,255,255,0.5);
    box-sizing: border-box;
	/*min-height: 828px;*/
}

.hero-section h1 {
    font-size: 0%;
    color: #001e77;
    margin-bottom: 15px;
	margin: 0px 0px 15px 0px;
	
	transition: all 2s;
}

.hero-section p {
    font-size: 0%;
    max-width: 700px;
    margin-bottom: 40px;
	
	transition: all 2s;
}

main section.hero-section div.hero-section__first_screen{
	position: relative;
	width: 100%;
	height: 100%;
}
main section.hero-section div.hero-section__first_screen{
    border-radius: 20px;
    background: red;
    background: linear-gradient(to top, 
		#060055 36%, 
		#030027 100%
	);
	overflow: hidden;
	opacity: 0;
	transform: scale(0);
	transition: 2s;
	flex-shrink: 0;
	height: calc(100% - 150px);
	Min-height: 480px;
}
main section.hero-section div.hero-section__first_screen div.swiper-wrapper{
	z-index: 2;
	padding: 60px 0px;
    box-sizing: border-box;
}
main section.hero-section div.hero-section__first_screen div.swiper-wrapper div.slider__products {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* padding-bottom: 10px; */
	gap: 30px;
}
main section.hero-section div.hero-section__first_screen div.swiper-wrapper div.slider__products h2{
    color: white;
    margin: 0px;
    opacity: 0.8;
    font-size: 40px;
	animation: pulse_h2 2s infinite alternate;
	padding: 0px 20px;
}
/* Ключевые кадры анимации */
@keyframes pulse_h2 {
    0% {
        filter: drop-shadow(0px 0px 0px white);
    }
    100% {
        filter: drop-shadow(0px 0px 10px white);
    }
}
/*main section.hero-section div.hero-section__first_screen div.swiper-wrapper div.slider__products div.slider__products__platform{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
main section.hero-section div.hero-section__first_screen div.swiper-wrapper div.slider__products div.slider__products__platform img{
    position: relative;
    height: 40%;
    opacity: 0.9;
    filter: drop-shadow(0px 0px 10px black);
    z-index: 2;
    width: fit-content;
}
main section.hero-section div.hero-section__first_screen div.swiper-wrapper div.slider__products div.slider__products__platform div.swiper_circle{
    position: absolute;
    background: linear-gradient(-130.02deg, rgb(7 0 98 / 73%) 0%, rgb(17 7 149 / 38%) 100%);
    aspect-ratio: 1200 / 100;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-radius: 100%;
    z-index: 1;
    filter: drop-shadow(0px 40px 10px #030029);
}*/

main section.hero-section div.hero-section__first_screen div.swiper-wrapper div.slider__products img{
    position: relative;
    height: 300px;
    opacity: 0.9;
    z-index: 2;
    width: initial;
	/* Анимация (пример) */
    animation: pulse_img 2s infinite alternate;
	transform: rotateZ(0deg) scale(1);
	filter: brightness(0.8) blur(0.5px) drop-shadow(0px 0px 10px black);
}
/* Ключевые кадры анимации */
@keyframes pulse_img {
    0% {
        transform: rotateZ(-5deg) scale(1.0);
		filter: brightness(0.8) blur(0.5px) drop-shadow(0px 0px 10px black);
    }
    100% {
        transform: rotateZ(5deg) scale(1.03);
		filter: brightness(1) blur(0px) drop-shadow(0px 0px 15px black);
    }
}
main section.hero-section div.hero-section__first_screen div.swiper-wrapper div.slider__products div.swiper_circle{
    position: absolute;
    background: linear-gradient(-130.02deg, rgb(7 0 98 / 73%) 0%, rgb(17 7 149 / 38%) 100%);
    /* aspect-ratio: 1200 / 100; */
    bottom: -30px;
    left: 0px;
    /* background: red; */
    width: 100%;
    border-radius: 100%;
    z-index: 1;
    filter: drop-shadow(0px 40px 10px #030029);
    width: 100%;
    height: 100px;
}
main section.hero-section div.hero-section__first_screen div.swiper-wrapper div.slider__products div.swiper_circle_shadow{
    /* display: none; */
    position: absolute;
    background: black;
    width: 150px;
    height: 60px;
    bottom: 0px;
    left: calc(50% - 20px);
    z-index: 1;
    border-radius: 100%;
    transform: skew(140deg, 355deg);
    opacity: 0.3;
	filter: drop-shadow(10px -4px 5px black);
	
	/* Анимация (пример) */
    animation: pulse 2s infinite alternate;
}
/* Ключевые кадры анимации */
@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: skew(130deg, 355deg) scale(1);
    }
    100% {
        opacity: 0.3;
        transform: skew(170deg, 355deg) scale(1);
    }
}

main section.hero-section div.hero-section__first_screen div.controls{
    position: absolute;
    /* background: red; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    box-sizing: border-box;
	top: 0px;
    z-index: 3;
}
main section.hero-section div.hero-section__first_screen div.controls > div{
    position: relative;
    border-radius: 100%;
    border: 1px solid white;
    /* padding: 15px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
	opacity: 0.4;
	transition: all 0.3s;
	cursor: pointer;
}
main section.hero-section div.hero-section__first_screen div.controls > div:hover{
	opacity: 1;
}
main section.hero-section div.hero-section__first_screen div.controls > div > svg > path{
	stroke: white;
}

/* Features Section */
.features-section {
    background-color: #ffffff;
}

.feature-grid {
	display: flex;
    /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
    gap: 30px;
    margin-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
}

.feature-item {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    flex-grow: 1;
    flex-basis: 150px;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.feature-item h3 {
    color: #8c4dc7;
    font-size: 1.5em;
    margin-bottom: 15px;
}

/* Products Section */
.products-section {
    background-color: #f0f2f5;
}

div.products{
    position: relative;
    display: flex;
    gap: 20px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.product-item {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    /* margin-top: 50px; */
    flex-direction: column;
    align-items: stretch;
    gap: 25px;
    display: flex;
    justify-content: flex-start;
    /* min-width: 250px; */
    /* width: 100%; */
    flex: 0 1 calc((100%/4) - 15px);
    box-sizing: border-box;
}

.product-image {
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    width: 100%;
    aspect-ratio: 10/16;
    object-fit: cover;
}

div.product_block{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: flex-start;
    text-align: left;
    flex: 1;
    justify-content: space-between;
}
div.product_block span#price{
    color: #f44;
    font-weight: bold;
    font-size: 22px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}
div.product_block span#price span#old_price{
    color: black;
    opacity: 0.4;
    font-size: 16px;
    text-decoration: line-through;
    font-weight: normal;
}
div.product_block span#grade{
    display: flex;
    flex-direction: row;
    align-items: center;
}
div.product_block span#grade:before {
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20fill%3D%22%23FCA95D%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22m13.568%201.395%203.052%207.577%207.816.704c.542.05.762.758.35%201.132l-5.927%205.386%201.776%208.012c.123.557-.452.995-.918.699l-6.716-4.248-6.717%204.248c-.467.294-1.04-.144-.918-.7l1.777-8.011-5.93-5.387c-.411-.374-.192-1.083.352-1.132L9.38%208.97l3.053-7.576a.605.605%200%200%201%201.135%200Z%22%20stroke%3D%22%23FCA95D%22%2F%3E%3C%2Fsvg%3E);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    display: block;
}
div.product_block a{
    background: #001e77;
    border-radius: 20px;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
    margin: 15px 0px 0px 0px;
    gap: 10px;
}
div.product_block a#yandex_market{
	background: #FFCC00;
	color: black;
	font-weight: bold;
	font-size: 16px;
}
div.product_block a#yandex_market svg{
	height: 25px;
}
div.product_block a span#icon{
    --icon: url(data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.925.488a.833.833%200%200%200-1.517.691l4.295%209.416v.001c.005.008.023.05.046.09a.9.9%200%200%200%20.979.446c.045-.01.089-.023.098-.026l6.22-1.853.105-.031c.44-.13.867-.256%201.201-.523.29-.232.517-.535.657-.88.16-.396.159-.842.158-1.3V4.105c0-.01%200-.06-.004-.11a.901.901%200%200%200-.488-.73.9.9%200%200%200-.447-.098H4.147L2.925.487ZM11.833%2012a1.333%201.333%200%200%200%200%202.667h.007a1.333%201.333%200%200%200%200-2.667h-.007ZM3.167%2013.334c0-.737.597-1.334%201.333-1.334h.007a1.333%201.333%200%200%201%200%202.667H4.5a1.333%201.333%200%200%201-1.333-1.333Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
    -webkit-mask-position: 50%;
    mask-position: 50%;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: var(--icon);
    -webkit-mask-image: var(--icon);
    mask-image: var(--icon);
    background-color: #fff;
    width: 16px;
    height: 16px;
}

.product-image:hover {
    transform: scale(1.03);
}

.product-item h3 {
    font-size: 20px;
    color: #303030;
	margin: 0px;
}

.product-item p {
    max-width: 600px;
    margin-bottom: 20px;
}

.marketplace-links {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    width: 100%;
    text-align: center;
    justify-content: flex-end;
}

.marketplace-button {
    display: inline-flex;
    align-items: center;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1em;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    justify-content: center;
}

.marketplace-button i {
    margin-right: 8px;
}

.wildberries-button {
    background-color: #A32896; /* Цвет Wildberries */
    color: white;
}

.wildberries-button:hover {
    background-color: #8a207d;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.ozon-button {
    background-color: #005bff; /* Цвет Ozon */
    color: white;
}

.ozon-button:hover {
    background-color: #004ac2;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}


/* How-to-use section */
.how-to-use-section {
    background-color: #e0e0f7; /* Светлый фон */
}

.steps-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.step-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    max-width: 300px;
    flex-basis: calc(33.333% - 30px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.step-item h3 {
    color: #8c4dc7;
    font-size: 130%;
    margin-bottom: 15px;
}
.step-item img{
    position: relative;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.about-section img{
    position: relative;
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

/* About and Contact Sections */
.about-section, .contact-section {
    background-color: #ffffff;
    padding: 60px 5%;
}

.contact-section {
	background-color: #f0f2f5;
	position: relative;
}
.contact-section svg{
    position: absolute;
    width: 200px;
    bottom: -6px;
    /* background: red; */
    height: max-content;
    right: 60px;
    z-index: 5;
	filter: drop-shadow(0px 0px 6px black);
}

/* Footer */
.footer {
    background-color: #333;
    color: white;
    padding: 50px 5%;
    text-align: center;
    font-size: 0.95em;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 40px auto;
}

.footer-brand, .footer-nav, .footer-social {
    flex: 1;
    min-width: 180px;
    text-align: left;
}

.footer-brand h3 {
    color: #e0e0f7;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.footer-nav h4, .footer-social h4 {
    color: #ccc;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.footer-nav ul li {
    margin-bottom: 8px;
}

.footer-nav ul li a {
    color: #aaa;
    transition: color 0.3s ease;
}

.footer-nav ul li a:hover {
    color: #e0e0f7;
}

.social-icons {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    justify-content: flex-start; /* Выравнивание иконок влево */
}
.social-icons-black{
	justify-content: center;
}
.social-icons-black>a{
	color: #444 !important;
}

.social-icons a {
    color: white;
    font-size: 1.8em;
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-icons a:hover {
    color: #e0e0f7;
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid #555;
    padding-top: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-bottom p {
    color: #aaa;
    font-size: 0.9em;
}

a#edgesection{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0.7;
    padding: 10px;
    background: white;
    color: black;
    font-weight: bold;
    border-radius: 10px;
    width: fit-content;
	transition: all 1s;
}
a#edgesection:hover{
	opacity: 0.8;
	box-shadow: 0px 0px 5px 0px white;
}
a#edgesection img{
    position: relative;
    width: 20px;
    height: 20px;
}
a#edgesection span{
    font-size: 120%;
}

.animated-block {
  opacity: 0;
  transform: translateY(50px) scale(0.5);
  transition: 
    opacity 0.8s ease,
    transform 0.8s ease;
}

/* Класс для анимации + динамические задержки */
.animated-block.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

div.mobile_menu{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;
    background: #fed7c0;
    z-index: 10000;
	padding: 20px 20px;
	box-sizing: border-box;
	display: none;
    flex-direction: column;
}
div.mobile_menu div.mobile_menu__header{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
}
div.mobile_menu div.mobile_menu__header span{
    font-size: 170%;
    cursor: pointer;
}
div.mobile_menu nav.mobile_menu__header_nav{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
	margin: 20px 0px 0px 0px;
}
div.mobile_menu nav.mobile_menu__header_nav a{
    border-radius: 10px;
    border: 1px solid black;
    padding: 10px;
}

@media (max-width: 1400px){
	
	.product-item{
		flex: 0 1 calc((100% / 3) - 15px);
	}
	
}

@media (max-width: 900px) {

	main section.hero-section div.hero-section__first_screen div.swiper-wrapper div.slider__products h2{
		font-size: 34px;
	}
	
	.product-item{
		flex: 0 1 calc((100% / 2) - 10px);
	}
	
	.contact-section svg{
	    right: auto;
		transform: translateX(-50%);
	}
	
	section.contact-section div.social-icons{
		position: relative;
		margin: 0px 0px 120px 0px;
	}

}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .header {
        flex-direction: row;
        padding: 15px 3%;
		justify-content: space-between;
    }

	.header-nav{
		display: none;
		position: fixed;
		top: 0px;
		left: 40px;
		width: calc(100% - 80px);
		background: white;
		height: 100%;
		padding: 10px 20px;
		border-radius: 10px 0px 0px 10px;
		z-index: 1;
	}
    .header-nav ul {
        flex-direction: column;
        gap: 10px;
        margin-top: 15px;
    }
	.header-nav ul li{
		/* background: red; */
		padding: 10px;
		border: 2px solid #e5c0e3;
		border-radius: 10px;
		/* background: #e5c0e3; */
		/* color: white; */
	}

    .header-nav ul li a {
        font-size: 1em;
    }
	
	div.menu_mobile{
		display: flex;
	}

    .hero-section {
        padding: 0px 3% 40px 3%;
        min-height: 400px;
    }

    /*.hero-section h1 {
        font-size: 2.5em;
    }

    .hero-section p {
        font-size: 1.2em;
    }*/

    h1, h2 {
        font-size: 2em;
    }

    section {
        padding: 50px 3%;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .product-item {
        padding: 30px;
		flex-direction: column;
    }
	.product-image{
		max-width: 100%;
		height: auto;
	}

    .marketplace-links {
        flex-direction: column;
        gap: 15px;
		width: 100%;
    }

    .marketplace-button {
        width: 100%;
        justify-content: center;
    }

    .steps-container {
        flex-direction: column;
    }

    .step-item {
        max-width: 100%;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-brand, .footer-nav, .footer-social {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
	
	main section.hero-section div.hero-section__first_screen div.swiper-wrapper div.slider__products h2{
		font-size: 30px;
	}
	
	main section.hero-section div.hero-section__first_screen div.swiper-wrapper div.slider__products div.swiper_circle_shadow{
		width: 130px;
		height: 50px;
	}
	
}

@media (max-width: 600px){
	.product-item{
		flex: 0 1 calc((100% / 1) - 0px);
	}
}

@media (max-width: 480px) {
    .header-left .company-name {
        font-size: 1.5em;
    }

   /* .hero-section h1 {
        font-size: 2em;
    }

    .hero-section p {
        font-size: 1em;
    }*/

    .button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .product-item h3 {
        font-size: 1.5em;
    }

    .marketplace-button {
        font-size: 0.9em;
        padding: 10px 20px;
    }
	
	main section.hero-section div.hero-section__first_screen div.controls > div{
		width: 60px;
		height: 60px;
	}
	main section.hero-section div.hero-section__first_screen div.controls > div > svg {
		width: 27px;
		height: 20px;
	}
	
}