* {
    margin: 0;
    box-sizing: border-box;
}
html, body {
    overflow-x: hidden;
}
body {
    min-width: 320px;

    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}
main {
    min-height: 80vh;
}
.d-flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

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

h1 {
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
}

span {
    display: block;
}

.header {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.header__left img {
    max-width: 300px;
    width: 100%;
}

.header__right {
    gap: 15px;
}

.header__right a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

.header__right-item {
    gap: 5px;
}

.header__right-item img {
    max-width: 14px;
}

.mobile-menu {
    display: none;
}

.mobile-menu-dropdown {
    display: none;
    width: 100%;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    flex-direction: column;
}

.mobile-menu-dropdown a {
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
}

.mobile-menu-dropdown a:hover {
    background-color: #f1f1f1;
}

.mobile-menu-dropdown.active {
    display: flex;
}

.main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.main video {
    position: relative;
    z-index: -99;
}

.title {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: bold;
    margin-top: 30px;
}

.conditions__list-tem,
.page-content ul li,
ul li
{
    list-style: none;
    position: relative;
    margin-top: 20px;
    font-size: 22px;
    text-align: left;
}

.conditions__list-tem::before,
.page-content ul li::before,
ul li::before
{
    background-color: #0dade1;
    display: inline-block;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 20px;
}

.main__desc {
    text-align: center;
    gap: 20px;
    margin-bottom: 20px;
}

.main__desc span {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
}

.content-img {
    max-width: 400px;
    width: 100%;
}

.prize {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
}

.prize__item {
    margin-top: 20px;
    max-width: calc(45% - 10px);
    margin-bottom: 20px;
    border: 1px solid lightgray;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 4px 4px 20px 0px rgb(126 145 123)
}

.prize__item span {
    text-align: center;
}

.prize__item img {
    height: 360px;
    max-width: 420px;
    width: 100%;
    margin-top: 20px;
    object-fit: cover;
}

.prize__item-title {
    font-size: 24px;
    font-weight: bold;
}

.prize__item-desc {
    margin-top: 20px;
    font-size: 18px;
}
.prize__item-desc p {
    font-size: 18px;
}
.page-content span {
	line-height: 1.2;
    margin-top: 10px;
    font-size: 14px;
}

p {
    margin-top: 20px;
    font-size: 21px;
}

.page-content img {
    max-width: 450px;
    width: 100%;
    margin-top: 20px;
    object-fit: cover;
}

.page-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
    margin-top: 50px;
    min-height: 80vh;
}

.page-content p {
    margin-bottom: 20px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
    margin-bottom: 25px;
}

.page-content__content-wrapper {
    margin-left: 20px;
}

.page-content__content-wrapper p {
    line-height: 35px;
}

.page-content__content-wrapper h1 {
    margin-top: 0;
}

.page-content-wrapper img {
    max-width: 320px;
    width: 100%;
    height: fit-content;
}
.page-content-wrapper {
    margin-bottom: 70px;
    gap: 20px;
}
.prize__container {
    overflow: hidden;
    position: relative;
}

.prize-list-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prize-list {
    box-sizing: border-box;
    max-width: 800px;
    width: 100%;
    flex-wrap: wrap;
    gap: 50px;
    margin: 55px auto;
}

.prize-list__item {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.prize-list__item img {
    width: 55px;
    height: 75px !important;
    height: auto;
}

.prize-list__item span {
    margin-top: 10px;
    font-size: 16px;
}

.babka {
    position: absolute;
    bottom: 0;
    left: 0;
}

.babka img {
    max-width: 250px;
    width: 100%;
}

.catalog__left {
    width: calc(80% - 10px);
}

.catalog__left-search-wrapper button img {
    width: 13px;
    height: 13px;
    margin: 0;
}

.catalog__left-search-wrapper button {
    background-color: rgba(91, 126, 0, 1);
    border: none;
    padding: 12px;
    width: 43px;
    height: 43px;
}

.catalog__left-search-wrapper input {
    width: 270px;
    padding: 12px;
}

.catalog__left-search-wrapper input::placeholder {
    text-transform: uppercase;
}

.catalog__list-wrapper {
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 50px;
}

.catalog__list-item {
    flex-wrap: wrap;
    max-width: 250px;
    width: 100%;
}



.catalog__list-item a {
    text-decoration: none;
    color: rgba(58, 71, 84, 1);
    font-weight: bold;
}

.catalog__list-item a img {
    object-fit: contain;
    height: 300px;
}

.catalog__right {
    width: calc(20% - 10px);
    gap: 20px;
    margin-top: 40px;
    border-left: 1px solid lightgray;
    padding-left: 40px;
}

.catalog__right a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    transition: 0.5s;
}

.catalog__right a:hover {
    color: rgba(149, 179, 12, 1);
}

.catalog__right a.active {
    color: rgba(149, 179, 12, 1);
}

.comment-item {
    border: 1px solid lightgray;
    padding: 15px;
}

.comment-item__name {
    font-size: 18px;
    font-weight: bold;
    color: rgba(58, 71, 84, 1);
}

.comment-item__content {
    font-size: 18px;
    margin-top: 20px;
	margin-bottom: 20px;
}

.comments-info-raiting {
    margin-bottom: 20px;
}

.comment-item__raiting,
.comments-info-raiting {
    margin-top: 20px;
}

.comment-item__raiting svg,
.comments-info-raiting svg {
    width: 15px;
    height: 15px;
}

.comments-info {
    margin-top: 30px;
    gap: 10px;
}

.comments-info a {
    color: rgba(58, 71, 84, 1);
    text-transform: uppercase;
    font-weight: bold;
}

.rating-star {
    width: 15px;
    height: 15px;
    background-image: url('../img/star.svg');
    background-position: center center;
    background-size: contain;
}

.comment-item__raiting {
    gap: 5px;
}

.comment-item__image, .comment-item__video {
    max-width: 350px;
    width: 100%;
}
.comment-item__rating {
    margin-top: 20px;
    gap: 5px;
}

.footer__wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.footer {
    background-color: #5B7E00;
    padding: 20px;
    margin-top: 40px;
}
.conditions {
    margin-bottom: 40px;
}
.footer a,
.footer span {
    color: #fff;
    text-decoration: none;
}

.page-content__content-wrapper h1 {
    margin-top: 0;
}

.page-content img {
    margin-top: 0;
}
.product-comment-form-title {
    font-weight: bold;
    color: rgba(58, 71, 84, 1);
}
.product-comment-form-input-wrapper {
    margin-top: 20px;
    display: flex;
}
.product-comment-form-input-wrapper label {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    width: 150px;
}
.product-comment-form-input-wrapper input {
    width: 100%;
    height: 38px;
    background-color: #FAFAFA;
    box-shadow: none;
    border: 1px solid lightgray;
    padding: 10px;
}
.product-comment-form-input-wrapper textarea {
    width: 100%;
    background-color: #FAFAFA;
    box-shadow: none;
    border: 1px solid lightgray;
    padding: 10px;
}
.rating-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}
.rating {
    display: flex;
    align-items: center;
    gap: 15px;
}
.rating span {
    margin-top: 0;
}
.rating-count {
    align-items: center !important;
}
.comment-form-btn {
    background-color: #5B7E00;
    color: #fff;
    border: none;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}
.proverka {
    margin-top: 60px;
    width: 100%;
    flex-direction: column;
}
.proverka-content {
    text-align: center;
}
.proverka-form {
    flex-direction: column;
    gap: 20px;
}
.proverka-form input, .proverka-form button {
    width: 450px;
    height: 40px;
}
.proverka-form input{
    border: 1px solid lightgray;
    padding: 0 10px 0 10px;
}
.proverka-form button {
    background-color: #95B30C;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 20px;
}
.proverka-form input::placeholder{
    padding: 10px;
}
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.video-tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 40px;
}

.video-tile {
    position: relative;
	display: block;
    width: 350px;
    cursor: pointer;
    margin-bottom: 40px;
}

.video-tile img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 40px;
}
.video-tile::before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: url('../img/play-button-4209.svg');
    transform: scale(0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center center;
}
.video-tile::after {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center center;
    background-color: rgba(53, 53, 53, 0.373);
    top: 0;
    left: 0;
    border-radius: 40px;
}
.video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.video-modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    padding: 20px;
    height: 100%;
    width: 80%;
    max-width: 700px;
}

.video-modal-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.failContent, .successContent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.modal-title {
    text-transform: uppercase;
    font-weight: bold;
}
.swiper {
    width: 100%;
    height: 100%;

}
.prizes-slider {
    margin-top: 40px;
}
.prizes-slider-slide {
    background-color: #85FFBD;
    background-image: linear-gradient(45deg, #197e52b0 0%, #99dd7acb 100%);
    border-radius: 20px;
    flex-direction: column;
    max-height: 380px;
}
.prizes-slider-slide img {
    width: 320px;
    height: 320px;
    margin-top: 20px !important;
    object-fit: contain;
}
.prizes-slider-slide span {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin-top: auto;
    margin-bottom: 20px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prizes-slider {
    height: 400px;
    width: 100%;
    overflow: visible !important;
}
.swiper-pagination {
    margin-bottom: -40px;
}
.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}
.swiper-pagination-bullet {
    background: #00000040 !important;
}
.swiper-pagination-bullet-active {
    background-color: #37A969 !important;
}


.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}

.categories__row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}

.category-tile {
    flex: 1 1 30%;
    margin: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.category-tile:hover {
    transform: translateY(-5px);
}

.category-tile__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.category-tile__image-wrapper {
    position: relative;
    padding-bottom: 75%; /* 4:3 Aspect Ratio */
    overflow: hidden;
}

.category-tile__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-tile__link:hover .category-tile__image {
    transform: scale(1.1);
}

.category-tile__name {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 1.2em;
    box-sizing: border-box;
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
    .categories__row {
        flex-wrap: wrap;
    }

    .category-tile {
        flex: 1 1 48%; /* Adjust to have 2 tiles in a row */
        margin: 1%;
    }
}

@media (max-width: 520px) {

    .category-tile {
        flex: 1 1 100%;
        margin: 10px 0;
    }
}




/* Основные стили для слайдера */
.slider {
    position: relative;
    width: 100%;
    max-width: 2880px;
    margin: 0 auto;
    max-height: 415px;
    margin-top: 40px;
}

.slider__slide img {
    width: 100%;
    height: 100%;
}
.slider__slide {
    background: radial-gradient(circle at center, #ffffff, #f5f2ed) ;
    position: relative;
    backdrop-filter: grayscale(30%);
    overflow: hidden;
}
.slider__slide::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/background-right-slider.png);
    width: 739px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    z-index: 1;
}
.slider__slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/background-left-slider.png);
    width: 275px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    z-index: 1;
}
.slider__slide-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
}
.slider__slide-title {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}
.slider__slide-desc {
    text-align: left;
    line-height: 25px;
    max-width: 600px;
}
.slider__slide-btn {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    background-color: #37A969;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 10px;
}
.slider__slide-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 900px;
    width: 100%;
}
.slider__slide-img-wrapper {
    height: 415px;
    width: auto;
}
.slider__slide-img-wrapper img {
    z-index: 999;
}
/* Стили для пагинации */
.slider__pagination {
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 10px;
    width: 100%;
}

.slider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.slider__pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 24px; /* Шире для активного слайда */
    border-radius: 12px; /* Закругленные углы для активного слайда */
}

.swiper-button-next, .swiper-button-prev {
    color: #37A969 !important;
    background-color: #ffffff8a;
    padding: 35px;
    border: 0.3px solid lightgray;
    transition: all 0.3s ease;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #fff;
}
#contact-form {
	display: flex;
	flex-direction: column;	
	gap: 25px;
	max-width: 700px;
	margin-top: 20px;
}
#contact-form label {
	font-weight: bold;
}
#contact-form input {
	padding: 10px;
	border: 2px solid #7ED857;
	border-radius: 10px;
}
#contact-form button {
	margin-top: 10px;
	padding: 10px;
	background-color: #7ED857;
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: 20px;
    font-weight: bold;
}
/* Медиа-запросы для адаптивного дизайна */
@media (max-width: 1890px) {
    .slider__slide::after {
        right: -5vw;
    }
}

@media (max-width: 1480px) {
    .slider__slide::after {
        right: -15vw;
    }
    .slider__slide::before {
        left: -10vw;
    }
}

@media (max-width: 1200px) {
    .slider__slide::after {
        display: none;
    }
    .slider__slide::before {
        display: none;
    }

}
@media (max-width: 950px) {
    .slider__slide-content-wrapper {
        padding: 30px;
        padding-right: 0;
    }
    .slider__slide-img-wrapper {
        height: 415px;
        width: auto;
    }
    .slider__slide-img-wrapper img {
        object-fit: cover;
        object-position: left;
    }
}
@media (max-width: 620px) {
    .slider__slide-img-wrapper {
        display: none;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
    .slider__slide-content-wrapper {
        padding-right: 30px;
    }
    .slider {
        max-height: fit-content;
    }
}
/* Основные стили для галереи */
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
    margin-top: 80px;
}

.gallery__info {
    flex: 1 1 40%;
    padding-right: 20px;
}

.gallery__title {
    font-size: 2em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.gallery__text {
    font-size: 1.2em;
    margin-bottom: 30px;
    line-height: 1.4;
}

.gallery__button {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    color: #5B7E00;
    border: 1px solid #5B7E00;
}

.gallery__button:hover {
    background-color: #5B7E00;
    border-color: #5B7E00;
    color: #fff;
}

.gallery__images {
    flex: 1 1 55%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery__item {
    flex: 1 1 calc(25% - 10px); /* Плитки по 4 в ряд */
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.gallery__item img {
    object-fit: contain;
    width: 100%;
    height: 150px;
    display: block;
}

.gallery__item:hover {
    transform: scale(1.05);
}

/* Адаптивные стили */
@media (max-width: 768px) {
    .gallery {
        flex-direction: column;
    }

    .gallery__info {
        flex: 1 1 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .gallery__images {
        flex: 1 1 100%;
    }

    .gallery__item {
        flex: 1 1 calc(50% - 10px); /* Плитки по 2 в ряд на мобильных устройствах */
    }
}

@media (max-width: 520px) {
    .gallery__item {
        flex: 1 1 48%; /* Плитки в один ряд на очень маленьких устройствах */
    }
}




@media screen and (max-width: 1200px) {
    .babka {
        display: none;
    }

    .prize-list {
        padding: 20px;
    }

    .catalog__right {
        margin-left: 10px;
    }
}

@media screen and (max-width: 992px) {
    .prize {
        flex-wrap: nowrap;
        flex-direction: column !important;
        align-items: center;
        gap: 0px;
    }

    .prize__item {
        max-width: 80%;
    }
    .gallery {
        margin-top: 20px;
    }
    .swiper-container {
        margin-top: 40px;
    }
    .catalog {
        margin-top: 20px;
    }
}

@media screen and (max-width: 820px) {
    h1 {
        font-size: 27px;
        color: rgba(58, 71, 84, 1);
    }
    .header__left img {
        max-width: 125px;
    }
    .header__right {
        display: none;
    }

    .mobile-menu {
        display: flex;
        max-width: 30px;
        width: 100%;
    }

    .page-content {
        flex-wrap: wrap;
    }

    .page-content img {
        max-width: 100%;
    }

    .catalog__right {
        display: none;
    }

    .catalog__left {
        width: 100%;
    }

    .catalog__left-search-wrapper {
        display: none;
    }
    .page-content-wrapper img {
        min-width: 320px;
        width: 100%;
    }
    .prize-list__item img {
        max-width: 150px;
    }
    .catalog__list-item a img {
        height: auto;
    }
    .video-tiles {
        justify-content: center;
        gap: 15px;
    }
    .video-tile {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .main video {
        height: 1100px;
    }
    .product-comment-form-input-wrapper {
        flex-direction: column;
    }
    .product-comment-form-input-wrapper label {
        display: block;
        margin-bottom: 20px;
    }
    .catalog__list-wrapper {
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .catalog__list-item {
        max-width: 180px;
    }

    .page-content-wrapper img {
        min-width: 280px;
        width: 100%;
    }
}
@media screen and (max-width: 590px) {
    .main video {
        height: 1300px;
    }
	.prize__item img {
        height: 100%;
	}
}
@media screen and (max-width: 530px) {
    .main video {
        height: 1550px;
    }


    .page-content-wrapper {
        flex-direction: column;
    }

    .page-content img {
        height: auto;
    }
    .prizes-slider-slide img {
        max-width: 250px;
        height: 250px;
    }
}

@media screen and (max-width: 460px) {
    .main video {
        height: 1780px;
    }
    .prize-list {
        margin: 50px auto;
        margin-bottom: 20px;
    }
    .catalog__list-wrapper {
        flex-wrap: wrap;
        margin-top: 30px;
        gap: 20px;
    }
    .proverka-form input, .proverka-form button {
        width: 300px;
    }
}
@media screen and (max-width: 430px) {
    .main video {
        height: 2280px;
    }
}


@media screen and (max-width: 360px) {
    .prize-list {
        display: flex;
        flex-direction: column;
    }
    .main video {
        height: 2880px;
    }
}

/* tracking styles */

#post-status {
    margin-top: 30px;
}

.tracking-info {
    display: flex;
    flex-wrap: wrap;
}

.tracking-left,
.tracking-right {
    box-sizing: border-box;
    padding: 20px;
}

.tracking-left {
    flex: 1 1 50%;
}

.tracking-right {
    flex: 1 1 50%;
}

.tracking-left h2,
.tracking-right h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.tracking-left p,
.tracking-right p {
    font-size: 18px;
    margin-bottom: 10px;
}

/* Стили для прогресс бара */
.progress-container {
    position: relative;
    margin-top: 20px;
}

.progress-step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.step-number {
    width: 40px;
    height: 40px;
    background-color: #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-right: 15px;
    z-index: 999;
}

.progress-step.active .step-number {
    background-color: #95B30C;
}

.step-details {
    flex: 1;
}

.step-title {
    font-weight: bold;
}

.progress-line {
    position: absolute;
    left: 20px;
    top: 40px;
    width: 2px;
    background-color: #ccc;
}

.progress-container .progress-line {
    height: calc(100% - 60px);
}

.progress-step:last-child + .progress-line {
    display: none;
}

@media (max-width: 768px) {
    .tracking-left,
    .tracking-right {
        flex: 1 1 100%;
        padding: 10px;
    }
}

.error {
    color: red;
    font-weight: bold;
}
.tracking-left__item {
	margin-bottom: 40px;
	background-color: #f4f4f4;
    padding: 40px;
}
.post-address-link {
	color: #000;
}
.tracking-left__item h2 {
		color: #95b30c;
}
.tracking-left__steps {
	display: flex;
	margin-top: 30px;
}
.tracking-left__step svg {
	width: 50px;
	height: 50px;
}
.tracking-left__step {
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
	gap: 10px;
}
.tracking-left__step p {
	text-align: center;
}
@media screen and (max-width: 910px) {
	.tracking-left__steps {
		gap: 10px;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.tracking-left__step {
		width: 100%;
	}
	.tracking-left__step p {
		text-align: center;
	}
}