body {
    margin: 0;
    display: flex;
    flex-direction: column;
    background-color: #030303;
    direction: rtl;
    font-family: 'FbJabutinski';
}

.wrapper {
    background-image: url("img/background.jpg");
    /* background-size: 1900px 1200px; */
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    /* position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; */
    /* min-height: 1150px; */
    height: 1280px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-height: 768px) {
    .wrapper {
        background-size: cover;
    }
}

.wrapper>img {
    object-fit: fill;
    position: absolute;
    /* width: 100%;
    height: 100%; */
    left: 50%;
    top: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 767px) {
    .wrapper {
        background-image: url("img/background-mobile.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        padding-top: 144%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .wrapper>img {
        display: none;
    }
}

.item {
    position: absolute;
    width: 292px;
    min-height: 292px;
    background-color: #ffc20e;
    border-radius: 50%;
    color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 3px;
}


.item data {
    font-weight: 900;
    font-size: 45px;
}

.item p {
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    font-weight: 500;
}

.item__footer {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50px;
    /* width: auto; */
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 10px;
    font-size: 22px;
    font-weight: 800;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 10;
}

.item__footer:hover {
    background-color: #000;
    color: #fff;
    transition: all 0.3s ease;
}

p.item__contact {
    text-transform: lowercase;
}

p.item__title {
    font-size: 24px;
    font-weight: 700;
}

.item:first-child {
    top: 227px;
    left: 205px;
}

.item:nth-child(2) {
    top: 227px;
    right: 205px;
}

.item:nth-child(3) {
    top: 518px;
    left: 30px;
}

.item:nth-child(4) {
    top: 518px;
    right: 30px;
}

.item:nth-child(5) {
    top: 798px;
    left: 207px;
}

.item:nth-child(6) {
    top: 798px;
    right: 207px;
}

@media (max-width: 1700px) {
    .item:first-child {
        top: 100px;
        left: 100px;
    }

    .item:nth-child(2) {
        top: 100px;
        right: 100px;
    }

    .item:nth-child(3) {
        top: 350px;
    }

    .item:nth-child(4) {
        top: 350px;
    }

    .item:nth-child(5) {
        top: 600px;
        left: 100px;
    }

    .item:nth-child(6) {
        top: 600px;
        right: 100px;
    }

    .item {
        width: 240px;
        height: 240px;
        min-height: 240px;
    }

		.item data {
				font-size: 35px;
		}

		p.item__title {
				font-size: 20px;
		}

		.item p {
				font-size: 18px;
		}

    .item__footer {
		    height: 40px;
        font-size: 18px;
    }



}

@media (max-width: 1400px) and (min-width: 768px) {
    .item {
        width: 200px;
        height: 200px;
        min-height: 200px;
    }

    .item data {
        font-size: 32px;
    }

    p.item__title {
        font-size: 16px;
    }

    .item p {
        font-size: 14px;
    }

    .item__footer {
        font-size: 14px;
    }
}




.item__strip {
    position: relative;
    color: #ffc20e;
    z-index: 10;
}

.item__strip::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 40px;
    background-image: url("img/strip.png");
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.item__soldout {
    position: relative;
    z-index: 15;
}

.item__soldout::before {
    content: "";
    position: absolute;
		width: 200px;
    height: 102px;
    background-image: url("img/sold-out.png");
    background-size: cover;
    left: 50%;
    top: 140px;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 1000px) and (min-width: 768px) {
    .item {
        width: 130px;
        min-height: 130px;
        height: 130px;
    }

    .item data {
        font-size: 22px;
    }

    .item p {
        font-size: 10px;
    }

    .item__footer {
        font-size: 10px;
        padding: 0 5px;
        height: 20px;
    }

    .item__strip::before {
        width: 110px;
        height: 20px;
    }

    .item__soldout::before {
        width: 110px;
        height: 56px;
				top: 70px;
    }

    .item:first-child {
        top: 100px;
    }

    .item:nth-child(2) {
        top: 100px;
    }

    .item:nth-child(4) {
        top: 250px;
    }

    .item:nth-child(3) {
        top: 250px;
    }

    .item:nth-child(6) {
        top: 400px;
    }

    .item:nth-child(5) {
        top: 400px;
    }

    .wrapper {
        height: auto;
    }
}

@media (max-width: 767px) {
    .wrapper {
        height: auto;
        position: relative;
        margin-bottom: 100px;
    }

    .wrapper .item {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;

    }

    .item {
        width: 292px;
        height: 292px;
        min-height: 292px;
    }

		.item data {
				font-size: 45px;
		}

		p.item__title {
				font-size: 24px;
		}

		.item p {
				font-size: 24px;
		}

    .item__footer {
		    height: 44px;
        font-size: 18px;
    }

    .item__contact {
		    padding-bottom: 40px;
    }

    .item:nth-child(2) {
        order: 0;
    }

    .item:nth-child(1) {
        order: 3;
    }

    .item:nth-child(4) {
        order: 1;
    }

    .item:last-child {
        order: 2;
    }

    .item:nth-child(3) {
        order: 4;
    }

    .item:nth-child(5) {
        order: 5;
    }
}