* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Futura PT';
    src: url(/fonts/FuturaPT-Medium.ttf);
}


.wrapper {
    max-width: 1438px;
    margin: auto;
    display: flex;
    position: relative;
    flex-direction: column;
}

.sidebar {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    background-color: #272727;
    height: 1024px;
    width: 562px;
}

.sidebar-icons {
    display: flex;
    height: 761px;
    border-right: 3px dashed #ddd;
    border-bottom: 3px dashed #ddd;
}

.sidebar-icon {
    height: fit-content;
    display: flex;
    gap: 40px;
    margin-left: 140px;
    margin-top: 77px;
}

.sidebar-icon img {
    cursor: pointer;
}

.sidebar-one {
    font-family: 'Futura PT';
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
    color: white;
    margin-left: 10px;
    margin-top: 75px;
}

.burger-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 30px;
    margin-left: 80px;
    cursor: pointer;
    margin-top: 79px;
    z-index: 999;
}

.line {
    background-color: #fff;
    height: 2px;
    width: 30px;
    border-radius: 2px;
    transition: 0.3s;
}

.sidebar-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-grow: 1;
    gap: 9px;
    text-align: right;
    margin-right: 162px;
    margin-bottom: 60px;
}

.sidebar-footer-description {
    font-family: 'Futura PT';
    font-weight: 400;
    letter-spacing: 5%;
    text-align: right;
    text-transform: uppercase;
    color: white;
    font-size: 19px;
}


.sidebar-footer-description2 {
    font-family: Futura PT;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    color: #C2C2C2;
}

.sidebar-footer-price {
    color: #EFC58B;
    font-style: italic;
    font-family: 'Segoe UI';
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 3%;
    vertical-align: middle;
}

.about {
    border-bottom: 3px dashed #ddd;
}

.icon-img {
    margin-top: 60px;
    margin-left: 162px;
    width: fit-content;
}

.about-title {
    font-family: Forum;
    font-weight: 400;
    font-size: 64px;
    letter-spacing: 3%;
    color: #272727;
    margin-top: 326px;
    width: fit-content;
    margin-left: 162px;
}

.about-elements {
    display: flex;
    margin-left: 291px;
    margin-top: 50px;
}


.about-line {
    padding-top: 16px;
    width: 130px;
    display: flex;
}

.about-line span {
    height: 2px;
    width: 100%;
    border: 1px solid #272727;
}

.about-nav {
    margin-left: 38px;
}

.about-nav a {
    font-family: 'Segoe UI';
    font-weight: 300;
    font-size: 18px;
    vertical-align: middle;
    text-decoration: none;
    font-style: italic;
    color: #272727;
}

.about-ring {
    margin-left: 94px;
    z-index: 2;
    position: relative;
    top: -136px;
}


.about-lang {
    display: flex;
    gap: 10px;
    font-family: 'Futura PT';
    font-weight: 400;
    letter-spacing: 5%;
    color: #c6c6c6;
    position: relative;
    top: 208px;
    margin-left: 162px;
}

.about-lang span {
    cursor: pointer;
}

.active {
    color: #272727
}

.gender-chapter {
    margin-top: 282px;
    margin-bottom: 20px;
}

.gender-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.chapter {
    max-width: 710px;
    height: 587px;
    background-size: cover;
    background-position: center;
}

.men {
    width: 710px;
    background-image: linear-gradient(rgba(39, 39, 39, 0.4)), url('/images/men.png');
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.women {
    width: 710px;
    background-image: linear-gradient(rgba(39, 39, 39, 0.4)), url('/images/woman1.png');
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.chapter-nav {
    font-family: 'Futura PT';
    font-size: 24px;
    text-align: right;
    vertical-align: middle;
    color: white;
    text-decoration: none;
}

.chapter-title {
    color: white;
    font-family: Forum;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 3%;
    margin-bottom: 23px;
}

.chapter-line {
    width: 130px;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.searching {
    margin-bottom: 20px;
}

.searching-wrapper {
    display: flex;
    height: 604px;
}

.search-card {
    width: 710px;
    background-color: #272727;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.search-card-title {
    font-family: Forum;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 1px;
    color: white;
    width: 386px;
    margin-bottom: 16px;
}

.search-card-description {
    font-family: Futura PT;
    width: 386px;
    font-weight: 300;
    font-size: 18px;
    color: white;
    margin-bottom: 60px;
}

#mapSearchForm {
    display: flex;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    justify-content: space-between;
    width: 386px;
}

.search-input::placeholder {
    font-family: 'Futura PT';
    font-weight: 300;
    font-size: 18px;
}

.search-map {
    width: 740px;
    background-image: url(/map/map.png);
    cursor: url('/cursors/cursor_PNG3\ 1.png'), auto;
}

.first-location {
    position: relative;
    top: 172px;
    left: 260px;
}

.second-location {
    position: relative;
    top: 70px;
    left: 17px;
}

.third-location {
    position: relative;
    top: 232px;
    left: 249px;
}

.fourth-location {
    position: relative;
    top: 412px;
    left: 63px;
}

.fiveth-location {
    position: relative;
    top: 361px;
    left: 233px;
}

.location-show {
    font-family: Futura PT;
    font-weight: 300;
    font-size: 18px;
    color: white;
    background-color: rgba(103, 103, 103, 0.58);
    max-width: 134px;
    height: 43px;
    padding: 10px;
    white-space: nowrap;
    position: relative;
    top: 55px;
    left: 308px;
}

.shop-card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "left-top center right-top"
        "left-bottom center right-bottom";

}


.shop-card-1 {
    grid-area: left-top;
    margin-bottom: 20px;
}

.shop-card-2 {
    grid-area: left-bottom;
}

.shop-card-4 {
    grid-area: right-top;
}

.shop-card-5 {
    grid-area: right-bottom;
}

.shop-card-3 {
    grid-area: center;
    width: 600px;
    height: 820px;
    background-image: url(/images/GirlWithCal.png);
    background-size: cover;
    margin: 0 20px;
}

.mini {
    width: 400px;
    height: 400px;
    background-color: rgba(237, 237, 237, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ring {
    display: flex;
    align-items: flex-end;
}

.card-img {
    flex-grow: 1;
}

.about-decoration {
    display: flex;
    flex-direction: column;
    gap: 9px;
    justify-content: flex-end;
    width: 100%;
    margin-left: 30px;
    margin-bottom: 20px;
    flex-grow: 1;
}

.decoration-title {
    font-family: Futura PT;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.decoration-description {
    font-family: Futura PT;
    font-weight: 300;
    font-size: 18px;
    color: rgba(117, 117, 117, 1);
}

.decoration-price {
    color: rgba(226, 182, 122, 1);
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 3%;
    font-style: italic;
    vertical-align: middle;
}

.decoration-title-big {
    font-family: Futura PT;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.about-decoration-big {
    display: flex;
    flex-direction: column;
    gap: 9px;
    justify-content: flex-end;
    width: 100%;
    margin-left: 30px;
    padding-bottom: 20px;
    height: 100%;
}

.shop-card {
    margin-bottom: 20px;
}

.images {
    background-color: rgba(39, 39, 39, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 886px;
    gap: 80px;
}

.slider {
    height: 385px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.slider-track {
    display: flex;
    gap: 25px;
    height: 100%;
    transition: transform 0.5s ease;
    will-change: transform;
}

.clone {
    pointer-events: none;
}

.slide {
    height: 100%;
    flex-shrink: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
}

.slide:hover {
    transform: scale(1.02);
}

.slide img {
    height: 100%;
    object-fit: cover;
    user-select: none;
    -webkit-user-drag: none;
}

.slide.touch {
    transform: scale(1.05);
    z-index: 2;
}

.social-wrapper-title {
    margin-left: 162px;
    font-family: Forum;
    font-weight: 400;
    font-size: 48px;
    color: white;
}

.social-icons {
    display: flex;
    gap: 20px;
}

.slide-footer {
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    align-items: center;
    margin-left: 162px;
}

.slider-buttons {
    display: flex;
    align-items: center;
    gap: 50px;
}

.dotted {
    display: flex;
    gap: 17px;
}

.dot {
    border-radius: 50%;
    height: 8px;
    width: 8px;
    display: block;
    background-color: rgba(101, 101, 101, 1);
    border: 1px solid rgba(101, 101, 101, 1);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.dot:hover {
    transform: scale(1.3);
}

.dot-active {
    background-color: #fff;
    border: 1px solid #fff;
}

.slider-arrow {
    outline: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    border: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.slider-arrow:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.slider-arrow:active {
    transform: scale(0.95);
}


.subscribe-news {
    display: flex;
}

.wrapper-sub {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.substr-form {
    display: flex;
    flex-direction: column;
    gap: 110px;
}

.num-fragShop,
.form-sub {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}

.title-p {
    font-family: Futura PT;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.number {
    font-family: Futura PT;
    font-weight: 300;
    font-size: 22px;
    color: rgba(149, 149, 149, 1);
}

.form-sub form {
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    justify-content: space-between;
}

.form-sub input {
    outline: none;
    border: none;
    color: #000;
    flex-grow: 1;
}

.form-sub input::placeholder {
    font-family: Futura PT;
    font-weight: 300;
    font-size: 18px;
    vertical-align: center;
}

.footer-subscribe {
    background-color: #272727;
}

.wrapper-footer {
    max-width: 1116px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.nav-footer {
    display: flex;
    gap: 72px;
    margin-top: 80px;
}

.footer-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.nav-footer a {
    font-family: Futura PT;
    font-weight: 450;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    color: white;
    text-decoration: none;
}



.footer-contact {
    display: flex;
    gap: 80px;
}

/* burger-sidebar */

.full-screen-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1440px;
    max-width: 100%;
    max-height: 100vh;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateX(500px);
    overflow: scroll;

    transition: opacity 1s ease, visibility 1s ease, transform 1s ease;
}

.full-screen-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


.full-screen-menu {
    max-width: 1440px;
    margin: auto;
}

.wrapper-burger {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 133px;
}

.burger-header {
    background-color: #272727;
}

.nav-icons {
    display: flex;
}

.burger-icon {
    display: flex;
    gap: 40px;
}

.burger-one {
    font-family: 'Futura PT';
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
    color: white;
    margin-left: 10px;
}

.burger-krestik {
    max-width: 22px;
    height: 21px;
    margin-left: 60px;
    display: flex;
    cursor: pointer;
}

.krestik-line {
    border: 1.8px solid rgba(255, 255, 255, 1);
}

.one {
    transform: rotate(50deg);
}

.two {
    transform: rotate(-50deg);
}

.burger-main-nav {
    background: rgba(47, 47, 47, 1);
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav {
    display: flex;
    gap: 50px;
    max-width: 1080px;
    height: 100%;
}

.burger-main-nav a {
    font-family: Futura PT;
    font-weight: 450;
    font-size: 16px;
    letter-spacing: 1px;
    white-space: nowrap;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
}

.burger-main-nav a:focus {
    border-bottom: 1px solid #fff;
}

.table-wrapper {
    background-color: #272727;
}

.table-wrapper-content {
    display: flex;
    max-width: 1080px;
    margin: auto;
    color: white;
    padding-top: 70px;
}

.for-who {
    margin-right: 115px;
}

.for-who_title {
    font-family: Futura PT;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.category {
    margin-right: 100px;
}


.material {
    margin-right: 143px;
}

.table-wrapper-content ul {
    list-style: none;
}

.for-who_title {
    margin-bottom: 30px;
}

.elem {
    margin-bottom: 15px;
    font-family: Futura PT;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
}

li {
    width: fit-content;
}

li a {
    text-decoration: none;
    color: white;
}

.show-brand {
    font-family: Segoe UI;
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
    color: rgba(239, 197, 139, 1);
}

.line-burger {
    margin: 70px auto;
    border: 1.8px solid rgba(47, 47, 47, 1);
    max-width: 1115px;
}

.footer-burger {
    max-width: 1115px;
    margin: auto;
    display: flex;
    gap: 85px;
}

.poster-burger {
    background-image: linear-gradient(rgba(39, 39, 39, 0.5)), url(/images/парочка.jpg);
    background-position: 0;
    width: 749px;
    height: 268px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}


.burger-main {
    background-color: #272727;
    padding-bottom: 70px;
}

.poster-description {
    font-family: Futura PT;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    color: white;
}

.poster-title {
    margin-top: 55px;
    font-family: Forum;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 6px;
    text-align: center;
    vertical-align: center;
    color: white;
}

.burger-navigator {
    margin-top: 55px;
    text-align: right;
    display: flex;
    gap: 23px;
    justify-content: flex-end;
    align-items: center;
}

.burger-navigator a {
    font-family: Futura PT;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 3px;
    vertical-align: middle;
    color: white;
    text-decoration: none;
}

.burger-navigator span {
    cursor: pointer;
}

.title {
    font-family: Futura PT;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 15px;
}

.number-burger {
    margin-bottom: 15px;
    font-family: Futura PT;
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
    color: white
}

.social-burger {
    display: flex;
    gap: 20px;
    margin-bottom: 48px;
}

.click {
    cursor: pointer;
}

.email-enter {
    display: flex;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    justify-content: space-between;
}

.email-burger,
.search-input {
    background-color: #272727;
    outline: none;
    border: none;
    color: white;
    flex-grow: 1;
}

.email-burger::placeholder {
    font-family: Futura PT;
    font-weight: 300;
    font-size: 18px;
    color: white;
}

.sub-btn,
.search-btn {
    outline: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    border: none;
}

.upload-app {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 16px;
}

.upload-appStore img,
.upload-appPlayMarket img {
    width: 100%;
    object-fit: cover;
    height: auto;
    cursor: pointer;
}

/* end */


.fade-in-element {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}


.fade-in-element.visible {
    opacity: 1;
    transform: translateY(0);
}