/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ibm-plex-sans-300 - cyrillic_latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/ibm-plex-sans-v22-cyrillic_latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* ibm-plex-sans-regular - cyrillic_latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ibm-plex-sans-v22-cyrillic_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

html{
    box-sizing: border-box;
}

body{
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
    color: white;
}

*, *::before, *::after{
    box-sizing: inherit;
}


.wrapper {
    /*max-width: 1170px;*/
    margin: 0 auto;
    padding: 0 100px;
}




/* Header styles start*/

.header {
    background-color: rgba(29, 29, 29, 1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header__wrapper {
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.header__nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    align-items: center;
}
.header__logo-pic{
    width: 110px;
}
.header__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__item {
    margin-right: 110px;
}

.header__item:last-child {
    margin-right: 0;
}

.header__link {
    font-size: 16px;
    font-weight: normal;
    color: white;
    text-decoration: none;
}

.header__link:hover, .header__link:focus, .header__link:active {
    opacity: .75;
}

.header__logo-link {
    position: absolute;
    
    left: 50%;
    transform: translateX(-50%);
}

.left-links {
    margin-right: auto;
}

.right-links {
    margin-left: auto;
}

.header__logo-second{
    display: none;
}
.header__logo-pic-second{
    width: 150px;
}

.header__burger{
    display: none;
    width: 30px;
    height: 20px;
    position: relative;
}

.burger__line{
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: white;
}

.burger__line_first{
    top: 0;
}

.burger__line_second{
    top: 50%;
    transform: translateY(-50%);
}

.burger__line_third{
    bottom: 0;
}

.header__nav-footer_menu{
    display: none;
}

.header__nav-footer_inst__img{
    width: 30px;
    height: auto;
}
.header__nav-foote_langs-item{
    margin-right: 25px;
}
.header__nav-foote_langs-item:last-child{
    margin-right: 0;
}
/* Header styles end*/







/* Intro styles start*/
.intro{
    height: 100vh;
    background: url(../img/intro_background.jpeg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 30px;
    text-align: center;
}

.intro__title{
    font-size: 48px;
    font-weight: 300;
    padding: 0 15px;
}
/* Intro styles end*/



/*latest compounds styles start*/
.latest-replications{
    background-color: rgba(16, 16, 16, 1);
    padding-bottom: 100px;
}

.latest-replications__title{
    font-size: 42px;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
}

.back_in_stock__title{
    font-size: 42px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 90px;
}

.fragrance__cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 100px;
    row-gap: 70px;
    justify-items: center;
    padding-bottom: 100px;
}
.fragrance__card{
    text-align: center;
}

.fragrance__pic{
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 20px;
}
.fragrance__link{
    font-size: 24px;
    font-weight: normal;
    color: white;
    text-decoration: none;
    
}

.button__view-all{
    display: block;
    margin: 0 auto;
    background-color: rgba(16, 16, 16, 1);
    border: 2px solid white;
    border-radius: 30px;
    font-size: 20px;
    color: white;
    text-align: center;
    width: 230px;
    height: 40px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button__link{
    text-decoration: none;
}
.button__view-all:hover{
    background-color: white;
    color: black;
}
/*latest compounds styles end*/

/*footer styles start*/
.footer{
    background: rgba(16, 16, 16, 1);
    border-top: 0.2px solid rgba(53, 53, 53, 1);
}

.footer__wrapper{
    display: flex;
    flex-wrap: wrap;
    padding-top: 39px;
    padding-bottom: 39px;
    align-items: center;
    justify-content: space-between;
}
.footer__logo-pic{
    width: 30px;
}
.footer__menu{
    display: flex;
    flex-wrap: wrap;
}

.footer__item{
    margin-right: 50px;
}
.footer__link{
    font-size: 14px;
    font-style: normal;
    color: white;
    text-decoration: none;
}

.footer__link:hover, .footer__link:focus, .footer__link:active{
    opacity: .75;
}
.footer__item:last-child{
    margin-right: 0;
}
/*footer styles end*/

/*----------index styles end----------*/






/*all compounds styles start*/
.all__replications{
    background-color: rgba(16, 16, 16, 1);;
}

.all-replications__title{
    font-size: 48px;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 90px;
}
/*all compounds styles end*/


/*main replica styles start*/
.main__replica{
    background-color: rgba(16, 16, 16, 1);;
}
.replica__intro_wrapper{
    padding-top: 150px;
}
.main__replica-pic{
    display: block;
    width: 35%;
    height: auto;
    border-radius: 20px;
    margin: auto;
}
.replica__title{
    font-size: 42px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 80px;
}

.replica__subtitle {
    font-size: 0.7em;
    font-weight: normal;
}

.notes__title{
    font-size: 24px;
    text-align: center;
    padding-bottom: 50px;
}

.replica_notes{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.replicas_notes_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    padding: 0 20px;
}
.replica_note {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    padding: 15px;
}
.replica_note__pic.dihydromyrcenol, .replica_note__pic.ambroxan, .replica_note__pic.IES, .replica_note__pic.orbitone, .replica_note__pic.ambrofix, .replica_note__pic.helvetolide, .replica_note__pic.peonile{
    width: auto;
}
.replica_note__pic {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 15px;
}

.replica_description{
    font-weight: 300;
    font-size: 18px;
    margin: 0 auto;
    padding: 0 100px 50px 100px;
}


.replica_prices {
    width: 100%;
    padding: 0 300px 100px 300px;
    margin: 0 auto;
}
.replica_volumes{
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    text-align: center;
    justify-content: space-between;
    padding-bottom: 70px;
}

.volume_title{
    font-size: 16px;
    font-weight: 300;
    padding-top: 15px;
}

.volume_box {
    position: relative; /* контейнер для позиционирования */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
}

.availability {
    position: absolute;
    top: -20px;
    left: 100%;
    transform: translateX(-50%);
    font-size: 12px;
    color: rgb(28, 211, 28);;
    font-weight: 300;
    width: 100%;
}

.out_of_stock{
    color:#de2634;
}



.order_button{
    display: block;
    margin: 0 auto;
    background-color: rgba(16, 16, 16, 1);
    border: 2px solid white;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 300;
    color: white;
    text-align: center;
    width: 200px;
    height: 40px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.order_link{
    text-decoration: none;
}
.order_button:hover{
    background-color: white;
    color: black;
}
/*main replica styles end*/






/*contact styles start*/
.contact{
    background-color: rgba(16, 16, 16, 1);
    height: 90vh;
}
.contact__wrapper{
    padding: 150px 150px 0 150px;
    margin: 0 auto;
}
.contact__title{
    font-size: 48px;
    font-weight: 300;
}
.contact__info{
    font-size: 18px;
    font-weight: 300;
}

.contact__links{
    padding-top: 80px;
    padding-bottom: 50px;
}
.link-telegram__img,
.link-email__img{
    width: 30px;
    height: 30px;
    margin-right: 30px;
}
.link-email__text,
.link-instagram__text{
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    color: white;
}
.contact__links-instagram{
    padding-bottom: 50px;
}
/*----------contact styles end----------*/


/*----------about styles start----------*/
.about{
    background-color: rgba(16, 16, 16, 1);
}
.about__wrapper{
    padding: 150px 150px 0 150px;
    margin: 0 auto;
}
.about__title{
    font-size: 48px;
    font-weight: 300;
}
.about__info{
    font-size: 18px;
    font-weight: 300;
}
.about-formulas__link{
    
    color: rgb(255, 255, 255);
}
.about__imgs{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 150px;
}
/*----------about styles end----------*/



/*custom compound styles start*/
.custom_compound{
    background-color: rgba(16, 16, 16, 1);
}

.custom_compound__wrapper{
    padding: 150px 150px 100px 150px;
    margin: 0 auto;
}

.custom_compound__title{
    font-size: 48px;
    font-weight: 300;
}

.custon_compound__info{
    font-size: 18px;
    font-weight: 300;
}

.custom_compound__stages{
    padding-top: 50px;
}

.custom_compound__stage{
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}

.custon_compound__stage_info{
    font-size: 18px;
    font-weight: 300;
}
.custom_compound__stage_icon{
    width: 75px;
    height: 75px;
    margin-left: 50px;
    margin-right: 50px;
}
/*custom compound styles end*/



/*faq styles start*/
.faq{
    background-color: rgba(16, 16, 16, 1);
}
/*faq styles end*/

.faq__wrapper{
    padding: 150px 150px 100px 150px;
    margin: 0 auto;
}
.faq__title{
    font-size: 48px;
    font-weight: 300;
}
.faq__container{
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300;
    padding-top: 50px;
}

.faq__container li{
    border-bottom: 1px #555;
}
.faq__container li:first-child{
    border-top: 1px #555;
}

.faq__question{
    padding: 1em 0;
    border-left: 10px #555;
    cursor: pointer; 
}

.faq__question:hover,
.faq__question:hover .arrow{
    border-left-color: whitesmoke;
}

.arrow{
    display: inline-block;
    margin: 0 0.5em;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #555;
    border-bottom: 6px solid transparent;
    transition: 0.3s;
}

.faq__answer{
    overflow: hidden;
    height: 0;
    padding: 0 1em 0 3.3em;
    transition: 0.5s;
}
.faq__answer-opened{
    height: initial;
    padding: 1em 1em 2em 3.3em;
    transition: 0.5s;
}
.arrow-rotated{
    transform: rotate(90deg);
}
.question{
    font-size: 22px;
    font-weight: 300;
}


/*Responsive Design*/

@media screen and (max-width: 2000px){
    .header__item {
        margin-right: 205px;
    }
    .replica_prices {
        padding: 0 400px 100px 400px;
    }
    .fragrance__cards {
        grid-template-columns: repeat(4, 1fr);
    }
    .last-card, .bis_last-card{
        display: block;
    }
}

@media screen and (max-width: 1900px){
    .header__item {
        margin-right: 190px;
    }
}

@media screen and (max-width: 1800px){
    .header__item {
        margin-right: 175px;
    }
}

@media screen and (max-width: 1700px){
    .header__item {
        margin-right: 165px;
    }
}

@media screen and (max-width: 1600px){
    .header__item {
        margin-right: 145px;
    }
}

@media screen and (max-width: 1500px){
    .header__item {
        margin-right: 110px;
    }
    .replica_prices {
        padding: 0 300px 100px 300px;
    }
    .fragrance__cards {
        grid-template-columns: repeat(3, 1fr);
    }
    .last-card, .bis_last-card{
        display: none;
    }
}

@media screen and (max-width: 1300px){
    .header__item {
        margin-right: 80px;
    }
}

@media screen and (max-width: 1200px){
    .wrapper{
        
    }
    .intro{
        padding-bottom: 70px;
    }
    .fragrance__cards{
        column-gap: 70px;
        row-gap: 70px;
    }
    .header__item {
        margin-right: 60px;
    }


    .replica_prices {
        padding: 0 200px 100px 200px;
    }


    .about__wrapper{
        padding: 150px 125px 0 125px;
    }
}

@media screen and (max-width: 1024px){
    .wrapper{
        padding: 0 70px;
    }
    .header__item{
        margin-right: 50px;
    }

    .intro{
        padding-bottom: 110px;
    }

    .fragrance__cards{
        column-gap: 45px;
        row-gap: 45px;
    }
    .fragrance__link{
        font-size: 22px;
    }



    .replica__title{
        font-size: 36px;
    }
    .replicas_notes_row{
        gap: 15px;
    }
    .replica_note__pic{
        width: 100px;
        height: 100px;
    }
    
    .replica_prices {
        padding: 0 150px 100px 150px;
    }


    .about__wrapper, .contact__wrapper, .faq__wrapper{
        padding: 150px 100px 0 100px;
    }
    .custom_compound__wrapper{
        padding: 150px 100px 100px 100px;
    }

    .contact {
        height: 92vh;
    }
}

@media screen and (max-width: 950px){
    .header__item{
        margin-right: 25px;
    }
}

@media screen and (max-width: 820px){
    .header__burger{
        display: block;
    }
    .header__nav{
        display: block;
        position: fixed;
        width: 35%;
        height: 100%;
        top: 0;
        left: 0;
        background-color:  rgba(16, 16, 16, 1);;
        z-index: 10;
        padding: 30px;
        transform: translateX(-100%);
        transition: .2s all linear;
    }
    .header__nav-active{
        transform: translateX(0);
    }
    .header__logo-link{
        display: none;
    }
    .header__list{
        display: block;
    }
    .header__item{
        width:100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .header__item_last{
        margin-bottom: 0;
    }
    .header__link{
        font-size: 18px;
        font-weight: 300;
        line-height: 48px; 
    }
    .header__nav-close{
        width: 20px;
        height: 20px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 11;
    }
    .header__nav-close-line{
        display: block;
        width: 100%;
        height: 2px;
        background-color: white;
        position: absolute;
        top: 50%;
    }
    .header__nav-close-line:first-child{
        transform: translateY(-50%) rotate(45deg);
    }
    .header__nav-close-line:last-child{
        transform: translateY(-50%) rotate(-45deg);
    }

    .header__nav-footer_menu{
        display: flex;   
        position: absolute;
        bottom: 50px;     
    }

    .header__nav-foote_langs{
        display: flex;
        margin-left: 40px;
    }

    .header__nav-foote_langs-item{
        list-style-type: none
    }


    .header__logo-second{
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .fragrance__cards{
        grid-template-columns: repeat(2, 1fr);
        column-gap: 50px;
        row-gap: 50px;
        padding-bottom: 70px;
    }
    .bis_last-card{
        display: block;
    }

    .button__view-all{
        width: 200px;
        height: 40px;
        font-size: 18px;
    }

    .intro{
        padding-bottom: 100px;
    }
    
    .latest-replications{
        padding-bottom: 70px;
    }


    .main__replica-pic {
        width: 45%;
    }
    
    .replica_description {
        padding: 0 80px 50px 80px;
    }
    .replica_prices {
        padding: 0 100px 100px 100px;
    }
    

    .about__wrapper, .contact__wrapper, .faq__wrapper{
        padding: 125px 75px 0 75px;
    }
    .about__title, .custom_compound__title, .contact__title, .faq__title{
        font-size: 42px;
    }
    .about__info, .custon_compound__info, .custon_compound__stage_info, .contact__info, .answer{
        font-size: 16px;
    }
    .about__imgs {
        padding-bottom: 100px;
    }


    .custom_compound__wrapper {
        padding: 125px 75px 100px 75px;
    }
    .custom_compound__stages {
        padding-top: 35px;
    }
    .custom_compound__stage {
        padding-bottom: 35px;
    }
    .custom_compound__stage_icon {
        width: 60px;
        height: 60px;
        margin-left: 30px;
        margin-right: 30px;
    }
}


@media screen and (max-width: 600px){
    .header__nav{
        width: 40%;
    }
    
    .header__nav-foote_langs-item {
        margin-right: 20px;
    }

    .intro__title {
        font-size: 38px;
    }

    .fragrance__cards{
        column-gap: 30px;
        row-gap: 30px;
    }
    .fragrance__link{
        font-size: 18px;
    }

    
    .replica_volume_2ml-icon, .replica_volume_10ml-icon, .replica_volume_50ml-icon{
        width: 90px;
    }
    .volume_title{
        font-size: 14px;
    }
    .availability {
        font-size: 10px;
    }
}

@media screen and (max-width: 500px){
    .header__nav{
        width: 100%;
        padding: 50px;
    }
    .header__nav-close {
        width: 30px;
        height: 30px;
        top: 30px;
        right: 30px;
    }

    .header__nav-foote_langs{
        display: flex;
        margin-left: 100px;
    }
    .header__nav-foote_langs-item{
        margin-right: 50px;
    }


    .wrapper{
        padding: 0 30px;
    }
    .fragrance__cards {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 50px;
        padding: 0 30px 50px 30px;
    }
    .last-card, .bis_last-card{
        display: none;
    }
    .fragrance__link{
        font-size: 24px;
    }

    .intro {
        padding-bottom: 70px;
    }

    .latest-replications__title{
        padding: 60px 0;
        font-weight: 300;
        font-size: 32px;
    }
    .back_in_stock__title {
        font-size: 32px;
        font-weight: 300;
        padding-bottom: 60px;
    }
    .main__replica-pic {
        width: 60%;
    }
    .replica_note{
        padding: 10px;
        font-size: 16px;
    }
    .replicas_notes_row {
        gap: 10px;
        margin-bottom: 30px;
    }
    .replica_note__pic{
        width: 90px;
        height: 90px;
    }
    
    .replica_description {
        font-size: 16px;
        padding: 0 50px 50px 50px;
    }
    .replica_prices {
        padding: 0 50px 100px 50px;
    }
    .replica_volume_2ml-icon, .replica_volume_10ml-icon, .replica_volume_50ml-icon {
        width: 77px;
    }

    .volume_title {
        font-size: 12px;
    }
    .order_button {
        border: 1px solid white;
        font-size: 14px;
        width: 180px;
        height: 30px;
    }
    .footer__link {
        font-size: 12px;
    }


    .about__wrapper, .contact__wrapper, .faq__wrapper{
        padding: 100px 50px 0 50px;
    }
    .about__title, .custom_compound__title, .contact__title{
        font-size: 32px;
    }
    .about__imgs {
        padding-top: 35px;
        padding-bottom: 80px;
    }

    .custom_compound__wrapper{
        padding: 100px 50px 75px 50px;
    }

    .custom_compound__stage{
        display: block;
    }
    .custom_compound__stage_icon{
        float: left;
    }
    .custom_compound__stage {
        padding-bottom: 50px;
    }
    .custom_compound__stages {
        padding-top: 50px;
    }


    .link-email__text, .link-instagram__text{
        font-size: 16px;
    }
    .contact__links {
        padding-top: 50px;
    }

    .footer__logo-pic {
        width: 25px;
    }

    .faq__container {
        padding-top: 30px;
    }
    .question{
        font-size: 18px;
    }
}




@media screen and (max-height: 1400px){
    .intro {
        padding-bottom: 140px;
    }
    .faq__wrapper {
        padding-bottom: 500px;
    }
}

@media screen and (max-height: 1200px){
    .intro {
        padding-bottom: 100px;
    }
    .faq__wrapper {
        padding-bottom: 400px;
    }
}

@media screen and (max-height: 1000px){
    .intro {
        padding-bottom: 80px;
    }
    .faq__wrapper {
        padding-bottom: 250px;
    }
}

@media screen and (max-height: 900px){
    .intro {
        padding-bottom: 60px;
    }
    .faq__wrapper {
        padding-bottom: 100px;
    }
}

@media screen and (max-height: 700px){
    .intro {
        padding-bottom: 30px;
    }
    .intro__title {
        font-size: 42px;
    }
}

@media screen and (max-width: 390px){
    .intro{
        padding-bottom: 40px;
    }
    .intro__title{
        font-size: 32px;
    }
    .availability {
        font-size: 8px;
        top: -15px;
        left: 85%;
    }
}

@media screen and (max-height: 600px){
    .intro {
        padding-bottom: 110px;
    }
    .header__link {
        font-size: 16px;
    }
    .header__item {
        margin-bottom: 10px;
    }

    .intro__title {
        font-size: 32px;
    }

    .contact {
        height: 100vh;
    }
}

@media screen and (max-height: 500px){
    .header__item {
        margin-bottom: 0;
    }
    .header__link {
        font-size: 14px;
    }
    .header__nav-footer_menu {
        bottom: 20px;
        
    }
    .header__nav-footer_inst__img {
        width: 25px;
        height: auto;
    }
    .footer__link {
        font-size: 12px;
    }

    .intro {
        padding-bottom: 75px;
    }

    .contact {
        height: 130vh;
    }

    .footer__wrapper {
        padding: 20px 0;
    }
}

@media screen and (max-height: 400px){
    .header__item{
        height: 40px;
    }

    .header__nav-footer_inst__img {
        width: 25px;
        height: auto;
    }
    .footer__link {
        font-size: 12px;
    }


    .header__burger{
        display: block;
    }
    .header__nav{
        display: block;
        position: fixed;
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
        background-color:  rgba(16, 16, 16, 1);;
        z-index: 10;
        padding: 30px;
        transform: translateX(-100%);
        transition: .2s all linear;
    }
    .header__nav-active{
        transform: translateX(0);
    }
    .header__logo-link{
        display: none;
    }
    .header__list{
        display: block;
    }
    .header__item{
        width:100%;
        margin-right: 0;
    }
    .header__item_last{
        margin-bottom: 0;
    }
    .header__link{
        font-size: 18px;
        font-weight: 300;
        line-height: 48px; 
    }
    .header__nav-close{
        width: 20px;
        height: 20px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 11;
    }
    .header__nav-close-line{
        display: block;
        width: 100%;
        height: 2px;
        background-color: white;
        position: absolute;
        top: 50%;
    }
    .header__nav-close-line:first-child{
        transform: translateY(-50%) rotate(45deg);
    }
    .header__nav-close-line:last-child{
        transform: translateY(-50%) rotate(-45deg);
    }

    .header__nav-footer_menu{
        display: flex;   
        position: absolute;
        bottom: 20px;    
    }

    .header__nav-foote_langs{
        display: flex;
        margin-left: 40px;
    }

    .header__nav-foote_langs-item{
        list-style-type: none
    }


    .header__logo-second{
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .contact {
        height: 150vh;
    }
}
/*Responsive Design*/