body {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}
.header__wr {
    background-color: rgb(0, 0, 0);
    height: 87px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 120px;

}
.header_wr-feather-menu {
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255) ;
    
}
.header_wr-feather-menu :hover {
    cursor: pointer;
}

.header_communication-icons_search {
    width: 22px;
}
.header_communication-icons_heart {
    width: 18px;
    padding: 2px;
}
.header_communication-icons :hover {
    cursor: pointer;
}
.header_wr-text {
    margin-left: 5px;
    font-size: 18px;
    
}

.collection-presentation_wr {
    position: relative;
}

.collection-presentation_wr > .collection-presentation_image {
    width: 100%;
    display: block;
}

.collection-presentation_wr .collection-presentation_shell-text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    color: rgb(255, 255, 255);
}
.limited-edition-products-text_wr {
    text-align: center;
}
.limited-edition-products_top-text {
   color: rgb(255, 255, 255);
   padding-top: 25px;
   font-size: 40px;
   font-weight: 500;
}
.limited-edition-products_arrow {
    width: 40px;
}
.limited-edition-products_lower-text {
    color: rgb(199, 199, 199);
    font-size: 32px;
}
.limited-edition-products_Perfume {
    background-color: black;
    max-width:100%;
    height:auto;
}
.limited-edition-products_main-text_wr {
    text-align: center;
    background-color: black;
}
.limited-edition-products_main-text {
    color: rgb(199, 199, 199);
    font-size: 16px;
    max-width: 761px;
    margin: 0 auto;
}
.limited-edition-products_learn-more {
    color: rgb(199, 199, 199);
    font-size: 20px;
    font-weight: 500;
    margin-top: 32px;
}
.limited-edition-products_row {
    color: rgb(199, 199, 199);
    margin-bottom: 40px;
    width: 198px;
}

.collection_content__wr {
    display: flex;
    justify-content: space-between;
    padding: 0 120px;
}

.job_content_shell_image {
    position: relative;
}
.job_content__wr {
    padding: 124px 20px ;
}
.lable_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 74px;
}

.job_content {
    display: flex;
    justify-content: space-between;
    padding: 0 120px;
}

.job_content_image {
    width:100%;
    height:auto;
    max-width: 590px;
    max-height: 540px
}
.job_content_text {
    font-size: 16px;
    max-width: 590px;
}
.job_content_text_wr {
    margin-top: 20px;
}
.job_content_vacancies {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 7px;
    padding: 8px 18px;
    margin-top: 24px;
    width: min-content;
    border: none;
}
.job_content_vacancies_text {
    color: #fff;
    text-decoration: none;
}
.job_content_vacancies_text_2 {
    color: rgb(0, 0, 0);
    text-decoration: none;
}
.collection_content_learn-more_wr:hover {
    cursor: pointer;
}
.job_content_vacancies:hover {
    cursor: pointer;
}
.job_create-collection_title  {
    font-size: 32px;
    font-weight: bold;
    margin: 48px auto 24px;

    text-align: center;
}
.collection_content_text {
    font-size: 16px;
    text-align: center;
    margin-top: 16px;
}

.collection_content {
    width: 49%;
}
.collection-presentation_top-text {
    font-size: 32px;
}
.collection-presentation_lower-text {
    font-weight: bold;
    font-size: 48px;
}
.Oblect-5_limited-edition-products {
    background-color: black;
    display: flex;
    flex-direction: column;

}

.job_content_image_collectoin {
    margin:0 auto;
    width: 100%;
    position: relative;
}

.collection_content_learn-more {
    font-size: 16px;
    font-weight: 500;
    margin-top: 24px;
    color: rgb(0, 0, 0);
    
	
}
.collection_content_row {
    width: 182px;
    height: 2px;
    background-color: #000;
    margin: 6px 0 32px 0;
}
.footer {
    background-color: rgb(0, 0, 0);
    display: flex;
}
.container_wr {
    color: #fff;
}
.container_content_wr {
    font-size: 14px;
    margin-top: 16px;
}
html,
body {
	height: 100%;
}
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.content {
	flex: 1 0 auto;
}
.footer {
	flex: 0 0 auto;
    flex-direction:column;
    padding: 40px 180px 40px 120px;
}
.footer_title_text {
    font-size: 16px;
    font-weight: 600;
}
.collection_content_learn-more {
    display: flex;
    flex-direction:column;
    align-items: center;
}
.footer_logo {
    display: flex;
    margin-top: 24px;
    padding-top: 16px;
}
.container_wr {
    display: flex;
    flex-wrap: wrap;
}
.container_meet_wr {
    margin-right: 80px;
}
.online-services_wr {
    margin-right: 80px;
}
.container_online-services_wr {
    margin-right: 80px;
}
.container_services-shop_wr {
    margin-right: 80px;
}
.footer_logo_image {
    margin-bottom: 40px;
}


  @media (max-width: 768px) {
    .header {
        padding: 30px 40px;
    }
    .limited-edition-products_Perfume {
        max-width: 310px;
    }
    .collection-presentation_top-text {
        font-size: 24px;
    }
    .collection-presentation_lower-text {
        font-size: 32px;
    }
    .limited-edition-products_top-text {
        font-size: 32px;
    }
    .limited-edition-products_lower-text {
        font-size: 24px;
    }
    .limited-edition-products_main-text {
        font-size: 16px;
        margin: 0 50px;
    }
    .limited-edition-products_learn-more {
        font-size: 20px;
        margin-top: 16px;
    }
    .job_content {
        flex-direction:column;
        padding: 0 40px;
        align-items: center;
    }
    .job_content_image {
        height: 375px;
        max-width:none
    }
    .job_content_text {
        text-align:  center;
        margin-top: 24px;
        max-width: none
    }
    .job_content_vacancies {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);  
    }
    .collection_content__wr {
        flex-direction:column;
        padding: 0 40px;
    }
    .job_content_image_collectoin {
        width: -moz-available;
    } 
    .collection_content {
        width: auto;
    }
    .job_content__wr {
        padding: inherit;
    }
    .job_create-collection_title {
        margin: 34px auto 16px;
    }
    .lable_play {
        height: 65px;
    }
    .container_services-shop_wr {
        margin-right: 230px;
    }
    .container_services-shop_wr {
        margin-top: 32px;
    }
    .container_home_chanel_wr {
        margin-top: 32px;
    }
    .footer {
        padding: 0px 0px 40px 40px;
    }
 }

  


  @media (max-width: 375px) {
    .collection-presentation_top-text {
        font-size: 14px;
    }
    .collection-presentation_lower-text {
        font-size: 18px;
    }
    .limited-edition-products_top-text {
        font-size: 18px;
    }
    .limited-edition-products_lower-text {
        font-size: 16px;
    }
    .limited-edition-products_main-text {
        font-size: 14px;
        margin: 0 16px;
    }
    .limited-edition-products_learn-more {
        font-size: 20px;
        margin-top: 16px;
    }
    .job_content {
        padding: 0 16px;
    }
    .job_content_image {
        height: 170px;
    }
    .collection_content__wr {
        padding: 0 16px;
    }
    .job_content_vacancies {
        width: 343px;
    }
    .job_content_image_collectoin {
        height: 219px;
    }
    .container_online-services_wr {
        margin-top: 32px;
    }
    .header_wr-text {
        display: none;
    }
    .container_online-services_wr {
        margin-top: 32px;
    }
} 
