@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../assets/fonts/Montserrat/Montserrat-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("../assets/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "Cormorant Garamond";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../assets/fonts/Cormorant-Garamond/CormorantGaramond-Bold.woff2") format("woff2");
}




/*NULL*/
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "times new roman", serif;
    font-size: 16px;
    font-weight: normal;
}

p {
    margin: 0;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

svg {
    display: block;
}

input, button {
    border: 0;
    font-family: inherit;
}
/*NULL*/




/*CONTAINER*/
.container {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
/*CONTAINER*/




/*SOCIAL*/
.social__link {
    display: inline-block;
    background: #eecccc;
    padding: 5px;
    border: 1px solid #eecccc;
    border-radius: 10px;
    vertical-align: middle;
    transition: linear .1s all;
}

.social__link:hover {
    background: #fff;
    border-color: #e27b7b;
}

.social__icon {
    width: 25px;
    height: 25px;
    transition: linear .1s all;
}

.social__link:hover .social__icon {
    fill: #cb2552;
}
/*SOCIAL*/




/*BUTTON*/
.button {
    display: inline-block;
    background: rgba(1, 1, 1, .1);
    padding: 25px 60px;
    border: 1px solid #000;
    border-radius: 15px;
    font-family: 'times new roman', serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    /* Уточнить на счёт box-shadow */
    cursor: pointer;
    transition: linear .1s background;
}

.button:hover {
    background: rgba(1, 1, 1, .2);
}

.button:active {
    background: rgba(1, 1, 1, .5);
    color: #fff;
    box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.5);
}

.button--menu {
    letter-spacing: .1px;
}
/*BUTTON*/



/*LOGO*/
.header__logo {
    padding: 0 20px 0 0;
}

.logo__header {
    font-family: 'Times New Roman', serif;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.popup__logo {
    border-bottom: 1px solid;
    margin: 0 0 20px;
}

.logo__popup {
    width: 80px;
    height: 80px;
    margin: 0 auto 5px;
    fill: #442008;
}
/*LOGO*/



/*SECTION*/
.section {
    padding: 60px 0;
}

.section--gray-blue {
    background: rgba(236, 244, 245, 0.8);
}

.section.section--sets {
    padding: 120px 0 60px;
}

.section__header {
    margin: 0 0 60px;
    font-size: 60px;
    font-weight: 700;
}
/*SECTION*/




/*PAGE*/
.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
/*PAGE*/




/*HEADER*/
.header {
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 30px 10px rgba(180, 180, 180, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
/*HEADER*/




/*NAV*/
.nav {
    flex-grow: 1;
}

.nav__link {
    margin: 0 15px;
    font-size: 18px;
    text-transform: uppercase;
    transition: linear .1s color;
}

.nav__link:hover {
    color: #cb2552;
}

.nav__link:first-child {
    margin-left: 0;
}

.nav__link:last-child {
    margin-right: 0;
}
/*NAV*/




/*NAV-TOGGLE*/
.nav__toggle {
    display: none;
    width: 30px;
    background: transparent;
    padding: 10px 0;
    cursor: pointer;
}

.nav__toggle-item {
    width: 100%;
    height: 3px;
    background: #000;
    position: relative;
    transition: linear .2s background;
}

.nav__toggle-item:before,
.nav__toggle-item:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    z-index: 10;
    transition: linear .2s transform;
}

.nav__toggle-item:before {
    top: -10px;
}

.nav__toggle-item:after {
    bottom: -10px;
}

.nav__toggle.active .nav__toggle-item {
    background: none;
}
.nav__toggle.active .nav__toggle-item:before {
    transform-origin: left top;
    transform: rotate(45deg);
}
.nav__toggle.active .nav__toggle-item:after {
    transform-origin: left bottom;
    transform: rotate(-45deg);
}
/*NAV-TOGGLE*/




/*CONTENT*/
.content {
    flex-grow: 1;
    width: 100%;
}
/*CONTENT*/




/*SETS*/
.sets__order {
    background-color: #909090;
    background-image: url(../assets/images/sets/sets-photo.webp);
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    margin: 0 0 80px;
}

.sets__inner {
    width: 50%;
    background: rgba(241, 241, 241, 0.7);
    padding: 40px 50px;
}

.sets__title {
    margin: 120px 0;
    font-family: 'cormorant garamond';
    font-size: 62px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.sets__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 35px;
}

.sets__item {
    width: 49%;
}

.sets__photo {
    width: 100%;
    height: 28.57vmax;
    object-fit: cover;
}

.sets__name {
    margin: 10px 0 0;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}
/*SETS*/




/*ABOUT*/
.about__inner {
    display: flex;
    justify-content: space-between;
}

.about__item {
    width: 49%;
}

.about__item--photo {
    overflow: hidden;
}

.about__slider {
    display: flex;
}

.slide__about {
    display: flex;
    min-width: 100%;
}

.about__image {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.about__title {
    margin: 0 0 25px;
    font-size: 30px;
    text-transform: uppercase;
}

.about__text {
    margin: 0 0 25px;
    font-size: 18px;
}

.about__text:last-child {
    margin-bottom: 0;
}
/*ABOUT*/




/*ADDRESS*/
.address {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.address__slider {
    display: flex;
    justify-content: space-between;
    transition: ease-in-out .3s translate;
}

.address__slider--switcher {
    display: none;
    width: 50px;
    height: 50px;
    cursor: default;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translate(0, -50%);
    transition: linear .1s background;
}

.address__slider--switcher.hovered:hover {
    background:rgba(124, 124, 124, 0.6);
    cursor: pointer;
}

.address__slider--switcher.slider__switcher--next {
    right: 0;
}

.address__slider--switcher.slider__switcher--prev {
    left: 0;
}

.address__slider--arrow {
    width: 70%;
    height: 70%;
    margin: auto;
}

.address__item {
    width: 49%;
    background: #fff;
    padding: 18px 25px;
    border-radius: 20px;
}

.address__image {
    min-width: 100%;
    height: 300px;
    object-fit: cover;
    cursor: pointer;
}

.address__title {
    margin: 15px 0 0;
    font-size: 25px;
    text-transform: uppercase;
}

.address__location {
    margin: 8px 0 30px;
    color:  #909090;
}

.address__coords {
    margin: 0 0 0 -2px;
    font-size: 20px;
    transition: linear .1s color;
}

.address__coords:hover  {
    color: #000;
}

.address__geo {
    display: inline;
    width: 1.4em;
    height: 1.4em;
    fill: #909090;
    vertical-align: bottom;
    transition: linear .1s fill;
}

.address__geo:hover {
    fill: #000
}

.address__menu {
    display: flex;
    align-items: flex-end;
    column-gap: 5%;
}

.address__contacts {
    display: flex;
    justify-content: right;
    align-items: flex-end;
    width: 100%;
}

.address__link {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 60px;
    cursor: default;
}

.address__link:last-child .address__icon {
    height: 55px;
}

.address__icon {
    width: inherit;
    height: inherit;
    transition: linear .1s fill;
}

.address__icon:hover {
    fill: #cb2552;
    cursor: pointer;
}
/*ADDRESS*/




/*DELIVERY*/
.delivery {
    display: flex;
    margin: 0 -20px 80px;
}

.delivery__item {
    width: 50%;
    margin: 0 20px;
}

.delivery__image {
    margin: 0 0 30px;
}

.delivery__picture {
    width: 85px;
    height: 85px;
    margin: 0 auto;
}

.delivery__description {
    text-align: center;
    line-height: 1.8;
}
/*DELIVERY*/




/*STORAGE*/
.storage {
    display: flex;
    margin: 0 -20px;
}

.storage__item {
    width: 50%;
    padding: 0 20px;
}

.storage__item:first-child {
    border-right: 1px solid #7c7c7c;
}

.storage__conditions {
    line-height: 1.8;
}

.storage__conditions:first-child {
    margin: 0 0 30px;
}
/*STORAGE*/




/*FOOTER*/
.footer {
    flex-shrink: 0;
    width: 100%;
    background: rgb(238, 238, 238);
    padding: 60px 0;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
}

.footer__item {
    text-align: center;
}

.footer__title {
    margin: 0 0 25px;
    padding: 0 0 5px;
    border-bottom: 1px solid #000;
    font-size: 20px;
    font-weight: 400;
    color: #708996;
    text-transform: uppercase;
}

.footer__list li {
    margin: 0 0 12px;
}

.footer__link {
    font-size: 17px;
    transition: linear .1s color;
}

.footer__link:hover {
    color: #cb2552;
}
/*FOOTER*/




/*POPUP*/
.popup__background {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: all .5s ease 0s;
    pointer-events: none;
}

.popup__background.active {
    opacity: 1;
    pointer-events: all;
}

.popup__body {
    width: 40vw;
    min-height: 100%;
    margin: 5px auto;
}

.popup {
    width: inherit;
    background: #e6ccaa;
    padding: 20px 20px 25px;
    box-shadow: 0 0px 5px rgb(0, 0, 0);
    border-radius: 20px;
    color: #442008;
    position: relative;
    transform: translate(0, -100%);
    transition: all .5s ease 0s;
}


.popup.active {
    transform: translate(0, 0);
}


.popup__close {
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 18px;
}
/*POPUP*/




/*MENU*/
.menu__title {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    line-height: 1;
}

.menu__title-name {
    flex-basis: 60%;
    flex-grow: 1;
    font-size: 50px;
}


.menu__dose {
    flex-basis: 20%;
    display: inline-block;
    text-align: right;
}

.menu__dose span {
    display: inline-block;
    background: #442008;
    padding: 2px 5px;;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #e6ccaa;
}


.menu__chapter {
    margin: 0 0 20px;
    padding-left: 20px;
    border-bottom: 1px solid;
}

.menu li:last-child .menu__chapter:last-of-type {
    margin: 0;
}

.menu__chapter .menu__item:last-of-type {
    margin: 0 0 5px;
}


.menu__item {
    display: flex;
}

.menu__item-name {
    flex-basis: 60%;
    flex-grow: 1;
    transition: linear .04s color;
}


.menu__price {
    flex-basis: 20%;
    display: inline-block;
    padding: 0 5px;
    font-weight: 500;
    text-align: right;
}


.menu__item--doses {
    justify-content: right;
    padding: 5px 0;
}
/*MENU*/




/*SLIDER*/
.slider__container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider {
    display: flex;
}

.slider__switcher {
    display: flex;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translate(0, -50%);
    transition: linear .1s background;
}

.slider__switcher:hover {
    background:rgba(124, 124, 124, 0.6)
}

.slider__switcher--next {
    right: 20px;;
}

.slider__switcher--prev {
    left: 20px;
}

.slider__arrow {
    width: 70%;
    height: 70%;
    margin: auto;
}
/*SLIDER*/




/*POPUP-SLIDER*/
.popup-slider__background {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: all .5s ease 0s;
    pointer-events: none;
}

.popup-slider__background.active {
    opacity: 1;
    pointer-events: all;
}

.popup-slider__container {
    width: 100%;
    transform: translate(0, -200%);
    transition: all .5s ease 0s;
}

.popup-slider__container.active {
    transform: translate(0, 0);
}

.popup-slider {
    display: flex;
    align-items: center;
    max-width: 100%;
    transform: translate(0, -200%);
}

.popup-slider.active {
    transform: translate(0, 0);
}

.popup-slider__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    height: 100vh;
}

.popup-slider__photo {
    max-width: 90%;
    max-height: 90vh;
    object-fit: cover;
    object-position: 50% 50%;
}

.popup-slider__close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 1;
}

.popup-slider__switcher {
    display: flex;
    width: 70px;
    height: 70px;
    cursor: pointer;
    position: fixed;
    top: 50%;
    z-index: 1;
    transform: translate(0, -50%);
    transition: linear .1s background;
}

.popup-slider__switcher:hover {
    background:rgba(124, 124, 124, 0.6);
}

.popup-slider__switcher.slider__switcher--next {
    right: 20px;
}

.popup-slider__switcher.slider__switcher--prev {
    left: 20px;
}

.popup-slider__arrow {
    width: 70%;
    height: 70%;
    margin: auto;
}
/*POPUP-SLIDER*/










@media (max-width: 1440px) {
/*POPUP*/
    .popup__body {
        width: 45vw;
    }
/*POPUP*/
}


@media (max-width: 1280px) {
/*POPUP*/
    .popup__body {
        width: 50vw;
    }
/*POPUP*/
}


@media (max-width: 1080px) {
/*BUTTON*/
    .button--menu {
        padding-right: 50px;
        padding-left: 50px;
        font-size: 17px;
    }
/*BUTTON*/

/*SECTION*/
    .section__header {
        font-size: 50px;
    }
/*SECTION*/

/*POPUP*/
    .popup__body {
        width: 60vw;
    }
/*POPUP*/

/*SETS*/
    .sets__title {
        font-size: 55px;
    }
/*SETS*/
}


@media (max-width: 991px) {
/*NAV*/
    .nav__link {
        margin-right: 12px;
        margin-left: 12px;
        font-size: 16px;
    }
/*NAV*/

/*BUTTON*/
    .button--sets {
        padding: 24px 55px;
        font-size: 16px;
    }

    .button--menu {
        padding: 20px 40px;
        font-size: 15px
    }
/*BUTTON*/

/*LOGO*/
    .logo__header {
        font-size: 18px;
    }
/*LOGO*/

/*POPUP*/
    .popup__body {
        width: 65vw;
    }
/*POPUP*/

/*SETS*/
    .sets__inner {
        padding-right: 45px;
        padding-left: 45px;
    }

    .sets__title {
        margin-top: 100px;
        margin-bottom: 100px;
        font-size: 50px;
    }
/*SETS*/

/*ADDRESS*/
    .address__image {
        height: 250px;
    }

    .address__location {
        font-size: 15px;
    }
/*ADDRESS*/

/*FOOTER*/
    .footer__title {
        margin-bottom: 22px;
        font-size: 18px;
    }

    .footer__list li {
        margin-bottom: 10px;
    }

    .footer__link {
        font-size: 15px
    }
/*FOOTER*/
}


@media (max-width: 880px) {
/*NAV*/
    .nav__link {
        margin-right: 10px;
        margin-left: 10px;
        font-size: 14px;
    }
/*NAV*/

/*BUTTON*/
    .button--sets {
        padding: 22px 50px;
        font-size: 15px;
    }

    .button--menu {
        padding-right: 30px;
        padding-left: 30px;
        font-size: 13px
    }
/*BUTTON*/

/*SOCIAL*/
    .social--footer .social__link {
        padding: 4.5px;
    }

    .social--footer .social__icon {
        width: 22px;
        height: 22px;
    }
/*SOCIAL*/

/*LOGO*/
    .logo__header {
        font-size: 16px;
    }
/*LOGO*/

/*SECTION*/
    .section {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .section.section--sets {
        padding-bottom: 45px;
    }

    .section__header {
        font-size: 45px;
    }
/*SECTION*/

/*SLIDER*/
.slider__switcher--next {
    right: 15px;
}

.slider__switcher--prev {
    left: 15px;
}
/*SLIDER*/

/*POPUP-SLIDER*/
    .popup-slider__switcher.slider__switcher--next {
        right: 15px;
    }

    .popup-slider__switcher.slider__switcher--prev {
        left: 15px;
    }

    .popup-slider__arrow {
        width: 65%;
        height: 65%;
    }
/*POPUP-SLIDER*/

/*POPUP*/
    .popup__body {
        width: 70vw;
    }
/*POPUP*/

/*SETS*/
    .sets__order {
        margin-bottom: 75px;
    }

    .sets__inner {
        padding-right: 40px;
        padding-left: 40px;
    }

    .sets__title {
        margin-top: 90px;
        margin-bottom: 90px;
        font-size: 42px;
    }

    .sets__categories {
        row-gap: 32px;
    }

    .sets__name {
        margin-top: 9px;
        font-size: 21px;
    }
/*SETS*/

/*ADDRESS*/
    .address__image {
        height: 220px;
    }

    .address__title {
        font-size: 24px;
    }

    .address__location {
        margin-top: 6px;
        margin-bottom: 28px;
        font-size: 13px;
    }

    .address__link {
        height: 50px;
    }

    .address__link:last-child .address__icon {
        height: 45px;
    }
/*ADDRESS*/
}


@media (max-width: 771px) {
/*NAV*/
    .nav {
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #000;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
    }
    
    .nav__link {
        display: block;
        margin: 0;
        padding: 12px 15px;
    }
    
    .nav__toggle {
        display: block;
    }
/*NAV*/

/*BUTTON*/
    .button--sets {
        padding: 21px 45px;
        font-size: 14px;
    }

    .button--menu {
        padding-right: 40px;
        padding-left: 40px;
        font-size: 12px
    }

    .address__menu .button--menu {
        padding-right: 24px;
        padding-left: 24px;
        font-size: 12px;
    }
/*BUTTON*/

/*LOGO*/
    .popup__logo {
        margin-bottom: 18px;
    }

    .logo__popup {
        width: 75px;
        height: 75px;
    }
/*LOGO*/

/*SECTION*/
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section.section--sets {
        padding-top: 110px;
        padding-bottom: 40px;
    }

    .section__header {
        font-size: 40px;
    }
/*SECTION*/

/*SOCIAL*/
    .social--header {
        width: 100%;
        background-color: #fff;
        padding: 12px 15px;
        box-shadow: 0 10px 10px rgba(180, 180, 180, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .social--header .social__link {
        padding: 4.5px;
    }

    .social--header .social__icon {
        width: 22px;
        height: 22px;
    }
/*SOCIAL*/

/*SLIDER*/
    .slider__switcher--next {
        right: 5px;
    }

    .slider__switcher--prev {
        left: 5px;
    }

    .slider__arrow {
        width: 60%;
        height: 60%;
    }
/*SLIDER*/

/*POPUP-SLIDER*/
    .popup-slider__switcher.slider__switcher--next {
        right: 10px;
    }

    .popup-slider__switcher.slider__switcher--prev {
        left: 10px;
    }

    .popup-slider__arrow {
        width: 60%;
        height: 60%;
    }
/*POPUP-SLIDER*/

/*POPUP*/
    .popup__body {
        width: 75vw;
    }
/*POPUP*/

/*MENU*/
    .menu {
        font-size: 15px;
    }

    .menu__title-name {
        font-size: 45px;
    }

    .menu__dose span {
        font-size: 15px;
    }

    .menu__chapter {
        margin-bottom: 18px;
    }
/*MENU*/

/*SETS*/
    .sets__order {
        margin-bottom: 70px;
    }

    .sets__inner {
        padding-right: 30px;
        padding-left: 30px;
    }

    .sets__title {
        margin-top: 75px;
        margin-bottom: 75px;
        font-size: 38px;
    }

    .sets__categories {
        row-gap: 28px;
    }

    .sets__name {
        margin-top: 8px;
        font-size: 20px;
    }
/*SETS*/

/*ABOUT*/
    .about__title {
        margin-bottom: 22px;
        font-size: 28px;
    }

    .about__text {
        margin-bottom: 22px;
        font-size: 16px;  
    }
/*ABOUT*/

/*ADDRESS*/
    .address__image {
        height: 190px;
    }

    .address__title {
        font-size: 21px;
    }

    .address__location {
        margin-top: 2px;
        margin-bottom: 26px;
        font-size: 11px;
    }

    .address__coords {
        margin-left: -3px;
        font-size: 14px;
    }

    .address__menu {
        column-gap: 3%;
    }
/*ADDRESS*/

/*FOOTER*/
    .footer__title {
        margin-bottom: 18px;
        padding-bottom: 4px;
    }

    .footer__list li {
        margin-bottom: 9px;
    }
/*FOOTER*/
}


@media (max-width: 660px) {
/*BUTTON*/
    .button--sets {
        padding: 20px 40px;
        font-size: 13px;
    }

    .button--menu {
        padding: 18px 35px;
        font-size: 11px
    }

    .address__menu .button--menu {
        padding: 25px 50px;
        font-size: 16px;
    }
/*BUTTON*/

/*LOGO*/
    .popup__logo {
        margin-bottom: 15px;
    }

    .logo__popup {
        width: 70px;
        height: 70px;
    }
/*LOGO*/

/*SECTION*/
    .section.section--sets {
        padding-top: 100px;
    }

    .section__header {
        font-size: 38px;
    }
/*SECTION*/

/*SLIDER*/
    .slider__switcher--next {
        right: 20px;
    }

    .slider__switcher--prev {
        left: 20px;
    }

    .slider__arrow {
        width: 70%;
        height: 70%;
    }
/*SLIDER*/

/*POPUP*/
    .popup__body {
        width: 80vw;
    }
/*POPUP*/

/*MENU*/
    .menu {
        font-size: 14px;
    }

    .menu__title-name {
        font-size: 40px;
    }

    .menu__dose span {
        font-size: 14px;
    }

    .menu__chapter {
        margin-bottom: 15px;
    }
/*MENU*/

/*SETS*/
    .sets__order {
        margin-bottom: 65px;
    }

    .sets__inner {
        padding: 30px 25px;
    }

    .sets__title {
        margin-top: 65px;
        margin-bottom: 65px;
        font-size: 32px;
    }

    .sets__categories {
        row-gap: 25px;
    }

    .sets__name {
        margin-top: 7px;
        font-size: 19px;
    }
/*SETS*/

/*ABOUT*/
    .about__image {
        height: 500px;
    }

    .about__title {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .about__text {
        margin-bottom: 20px;
        font-size: 15px;  
    }
/*ABOUT*/

/*ADDRESS*/
    .address__item {
        min-width: 82%;
        margin: 0 9%;
    }

    .address__slider--switcher {
        display: flex;
    }

    .address__image {
        height: 300px;
    }

    .address__title {
        font-size: 25px;
    }

    .address__location {
        margin-top: 8px;
        margin-bottom: 30px;
        font-size: 16px;
    }

    .address__coords {
        margin-left: -2px;
        font-size: 20px;
    }

    .address__menu {
        column-gap: 5%;
    }

    .address__link {
        height: 60px;
    }
    
    .address__link:last-child .address__icon {
        height: 55px;
    }
/*ADDRESS*/

/*FOOTER*/
    .footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer__title {
        font-size: 17px;
    }

    .footer__link {
        font-size: 14px
    }
/*FOOTER*/
}


@media (max-width: 576px) {
/*BUTTON*/
    .button--sets {
        padding: 18px 35px;
        font-size: 12px;
    }

    .address__menu .button--menu {
        padding: 20px 35px;
        font-size: 13px;
    }
/*BUTTON*/

/*LOGO*/
    .popup__logo {
        margin-bottom: 12px;
    }

    .logo__popup {
        width: 65px;
        height: 65px;
    }
/*LOGO*/

/*SECTION*/
    .section {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .section.section--sets {
        padding-top: 90px;
        padding-bottom: 35px;
    }

    .section__header {
        margin-bottom: 50px;
        font-size: 35px;
    }
/*SECTION*/

/*SLIDER*/
    .slider__switcher--next {
        right: 15px;
    }

    .slider__switcher--prev {
        left: 15px;
    }
/*SLIDER*/

/*POPUP*/
    .popup {
        padding-right: 16px;
        padding-left: 16px;
    }

    .popup__body {
        width: 85vw;
    }
/*POPUP*/

/*MENU*/
    .menu {
        font-size: 13px;
    }

    .menu__title {
        margin-bottom: 8px;
    }

    .menu__title-name {
        font-size: 36px;
    }

    .menu__dose span {
        font-size: 13px;
    }

    .menu__chapter {
        margin-bottom: 12px;
    }
/*MENU*/

/*SETS*/
    .sets__order {
        margin-bottom: 60px;
    }

    .sets__inner {
        padding: 25px 20px;
    }

    .sets__title {
        margin-top: 55px;
        margin-bottom: 55px;
        font-size: 26px;
    }

    .sets__categories {
        row-gap: 20px;
    }

    .sets__name {
        margin-top: 6px;
        font-size: 18px;
    }
/*SETS*/

/*ABOUT*/
    .about__image {
        height: 400px;
    }

    .about__title {
        margin-bottom: 18px;
        font-size: 22px;
    }

    .about__text {
        margin-bottom: 18px;
        font-size: 12px;  
    }
/*ABOUT*/

/*ADDRESS*/
    .address__image {
        height: 240px;
    }

    .address__location {
        margin-top: 6px;
        margin-bottom: 28px;
        font-size: 13px;
    }

    .address__coords {
        font-size: 18px;
    }

    .address__link {
        height: 55px;
    }
    
    .address__link:last-child .address__icon {
        height: 50px;
    }
/*ADDRESS*/

/*DELIVERY*/
    .delivery {
        margin-bottom: 70px;
        font-size: 15px;
    }

    .delivery__image {
        margin-bottom: 25px;
    }

    .delivery__picture {
        width: 80px;
        height: 80px;
    }
/*DELIVERY*/

/*STORAGE*/
    .storage {
        font-size: 15px;
    }
/*STORAGE*/

/*FOOTER*/
    .footer__title {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .footer__list li {
        margin-bottom: 8px;
    }

    .footer__link {
        font-size: 13px
    }
/*FOOTER*/
}


@media (max-width: 480px) {
/*BUTTON*/
    .button--sets {
        padding: 16px 30px;
        font-size: 10px;
    }

    .button--menu {
        padding: 15px 25px;
        font-size: 9px
    }

    .address__menu .button--menu {
        padding: 18px 22px;
        font-size: 12px;
    }
/*BUTTON*/

/*NAV*/
    .nav__toggle-item:before {
        top: -8px;
    }

    .nav__toggle-item:after {
        bottom: -8px; 
    }

    .nav__toggle.active .nav__toggle-item:before {
        transform-origin: left top;
        transform: rotate(45deg) translate3d(0, -2px, 0);
    }
    .nav__toggle.active .nav__toggle-item:after {
        transform-origin: left bottom;
        transform: rotate(-45deg) translate3d(-1px, 3px, 0);
    }
/*NAV*/

/*LOGO*/
    .popup__logo {
        margin-bottom: 10px;
    }

    .logo__popup {
        width: 60px;
        height: 60px;
    }
/*LOGO*/

/*SECTION*/
    .section.section--sets {
        padding-top: 85px;
    }

    .section__header {
        font-size: 32px;
    }
/*SECTION*/

/*SOCIAL*/
    .social--header .social__link {
        padding: 4.4px;
        border-radius: 9px;
    }

    .social--header .social__icon {
        width: 20px;
        height: 20px;;
    }

    .social--footer .social__link {
        padding: 4.2px;
        border-radius: 9px;
    }

    .social--footer .social__icon {
        width: 18px;
        height: 18px;
    }
/*SOCIAL*/

/*SLIDER*/
    .slider__switcher--next {
        right: 10px;
    }

    .slider__switcher--prev {
        left: 10px;
    }

    .slider__arrow {
        width: 65%;
        height: 65%;
    }
/*SLIDER*/

/*POPUP*/
    .popup {
        padding-right: 10px;
        padding-left: 10px;
    }

    .popup__body {
        width: 90vw;
    }
/*POPUP*/

/*MENU*/
    .menu {
        font-size: 12px;
    }

    .menu__title {
        margin-bottom: 6px;
    }

    .menu__title-name {
        font-size: 32px;
    }

    .menu__dose span {
        font-size: 12px;
    }

    .menu__chapter {
        margin-bottom: 10px;
    }
/*MENU*/

/*SETS*/
    .sets__order {
        margin-bottom: 50px;
    }

    .sets__inner {
        padding: 20px 15px;
    }

    .sets__title {
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 22px;
    }

    .sets__categories {
        row-gap: 18px;
    }

    .sets__photo {
        height: 25.57vmax;
    }  

    .sets__name {
        margin-top: 5px;
        font-size: 16px;
    }
/*SETS*/

/*ABOUT*/
    .about__inner {
        flex-direction: column;
    }

    .about__item {
        width: 100%;
    }

    .about__item--photo {
        margin: 0 0 30px;
    }

    .about__image {
        height: 600px;
    }

    .about__title {
        font-size: 30px;
    }

    .about__text {
        font-size: 18px;  
    }
/*ABOUT*/

/*ADDRESS*/
    .address__image {
        height: 190px;
    }

    .address__title {
        font-size: 21px;
    }

    .address__location {
        margin-top: 2px;
        margin-bottom: 24px;
        font-size: 11px;
    }

    .address__coords {
        margin-left: -3px;
        font-size: 16px;
    }
/*ADDRESS*/

/*DELIVERY*/
    .delivery {
        margin-bottom: 60px;
        font-size: 14px;
    }

    .delivery__image {
        margin-bottom: 20px;
    }

    .delivery__picture {
        width: 75px;
        height: 75px;
    }
/*DELIVERY*/

/*STORAGE*/
    .storage {
        font-size: 14px;
    }
/*STORAGE*/

/*FOOTER*/
    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer__title {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .footer__list li {
        margin-bottom: 6px;
    }

    .footer__link {
        font-size: 12px
    }
/*FOOTER*/
}


@media (max-width: 411px) {
/*BUTTON*/
    .button--sets {
        padding: 14px 25px;
        font-size: 9px;
    }

    .button--menu {
        padding-right: 20px;
        padding-left: 20px;
    }

    .address__menu .button--menu {
        padding-right: 20px;
        padding-left: 20px;
        font-size: 11px;
    }
/*BUTTON*/

/*LOGO*/
    .popup__logo {
        margin-bottom: 8px;
    }

    .logo__popup {
        width: 55px;
        height: 55px;
    }
/*LOGO*/

/*SECTION*/
    .section {
        padding-top: 30px;
        padding-bottom: 30px; 
    }

    .section.section--sets {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .section__header {
        margin-bottom: 40px;
        font-size: 30px;
    }
/*SECTION*/

/*SLIDER*/
    .slider__switcher--next {
        right: 5px;
    }

    .slider__switcher--prev {
        left: 5px;
    }

    .slider__arrow {
        width: 60%;
        height: 60%;
    }
/*SLIDER*/

/*POPUP*/
    .popup__body {
        width: 95vw;
    }
/*POPUP*/

/*MENU*/
    .menu {
        font-size: 11px;
    }

    .menu__title-name {
        font-size: 30px;
    }

    .menu__dose span {
        font-size: 11px;
    }

    .menu__chapter {
        margin-bottom: 8px;
        padding-left: 15px;
    }
/*MENU*/

/*SETS*/
    .sets__order {
        margin-bottom: 40px;
    }

    .sets__inner {
        padding: 15px 10px;
    }

    .sets__title {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 20px;
    }

    .sets__categories {
        row-gap: 15px;
    }

    .sets__name {
        font-size: 14px;
    }
/*SETS*/

/*ABOUT*/
    .about__title {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .about__text {
        margin-bottom: 15px;
        font-size: 16px;  
    }
/*ABOUT*/

/*ADDRESS*/
    .address__item {
        padding-right: 12px;
        padding-left: 12px;
    }

    .address__image {
        height: 170px;
    }

    .address__coords {
        font-size: 15px;
    }

    .address__link {
        align-items: center;
        height: 40px;
    }

    .address__link:last-child .address__icon {
        height: 40px;
    }
/*ADDRESS*/

/*DELIVERY*/
    .delivery {
        flex-direction: column;
        margin-right: 0;
        margin-left: 0;
    }

    .delivery__item {
        width: auto;
        margin: auto;
    }

    .delivery__item:first-child {
        margin: 0 0 40px;
    }
/*DELIVERY*/

/*STORAGE*/
    .storage {
        flex-direction: column;
        margin: auto;
    }

    .storage__item {
        width: auto;
        padding: 0;
    }

    .storage__item:first-child {
        padding-bottom: 20px;
        border-right: 0;
        border-bottom: 1px solid #7c7c7c;
    }

    .storage__item:last-child {
        padding-top: 20px;
    }
/*STORAGE*/

/*FOOTER*/
    .footer__title {
        margin-bottom: 10px;
        padding-bottom: 3px;
    }

    .footer__list li {
        margin-bottom: 4px;
    }

    .footer__link {
        font-size: 11px
    }
/*FOOTER*/
}


@media (max-width: 376px) {
/*NAV*/
    .nav__link {
        font-size: 12px;
    }
/*NAV*/

/*BUTTON*/
    .button--sets {
        padding: 12px 20px;
        font-size: 8px;
    }

    .button.button--menu {
        letter-spacing: .3px;
    }

    .button--menu {
        padding: 12px 12px;
        font-size: 8px;
    }

    .address__menu .button--menu {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 10px;
    }
/*BUTTON*/

/*LOGO*/
    .logo__header {
        font-size: 14px;
    }

    .popup__logo {
        margin-bottom: 6px;
    }

    .logo__popup {
        width: 50px;
        height: 50px;
    }
/*LOGO*/

/*SECTION*/
    .section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section.section--sets {
        padding-top: 75px;
        padding-bottom: 25px;
    }

    .section__header {
        margin-bottom: 35px;
        font-size: 25px;
    }
/*SECTION*/

/*SOCIAL*/
    .social--footer .social__link {
        padding: 3.5px;
        border-radius: 8px;
    }

    .social--footer .social__icon {
        width: 15px;
        height: 15px;
    }
/*SOCIAL*/

/*SLIDER*/
    .address__slider--switcher {
        width: 45px;
        height: 45px; 
    }

    .slider__switcher--next {
        right: 0;
    }

    .slider__switcher--prev {
        left: 0;
    }

    .address__slider--switcher.slider__switcher--next {
        right: -13px;
    }

    .address__slider--switcher.slider__switcher--prev {
        left: -13px;
    }
/*SLIDER*/

/*POPUP-SLIDER*/
    .popup-slider__switcher.slider__switcher--next {
        right: 0;
    }

    .popup-slider__switcher.slider__switcher--prev {
        left: 0;
    }

    .popup-slider__arrow {
        width: 50%;
        height: 50%;
    }
/*POPUP-SLIDER*/

/*POPUP*/
    .popup__body {
        width: 98vw;
    }
/*POPUP*/

/*MENU*/
    .menu {
        font-size: 10px;
    }

    .menu__title {
        margin-bottom: 4px;
    }

    .menu__title-name {
        font-size: 28px;
    }

    .menu__dose span {
        font-size: 10px;
    }

    .menu__chapter {
        margin-bottom: 6px;
        padding-left: 12px;
    }
/*MENU*/

/*SETS*/
    .sets__order {
        margin-bottom: 35px;
    }

    .sets__inner {
        padding: 10px 5px;
    }

    .sets__title {
        margin-top: 35px;
        margin-bottom: 35px;
        font-size: 18px;
    }

    .sets__categories {
        row-gap: 12px;
    }

    .sets__photo {
        height: 20.57vmax;
    }

    .sets__name {
        margin-top: 4px;
        font-size: 12px;
    }
/*SETS*/

/*ABOUT*/
    .about__item--photo {
        margin-bottom: 20px;
    }

    .about__image {
        height: 500px;
    }

    .about__title {
        margin-bottom: 12px;
        font-size: 26px;
    }

    .about__text {
        margin-bottom: 12px;
        font-size: 14px;  
    }
/*ABOUT*/

/*ADDRESS*/
    .address__item {
        min-width: 90%;
        margin: 0 5%;
        padding-bottom: 14px;
    }

    .address__image {
        height: 155px;
    }

    .address__menu {
        column-gap: 3%;
    }

    .address__title {
        margin-top: 12px;
        font-size: 20px;
    }

    .address__location {
        font-size: 10px;
        margin-bottom: 20px;
    }

    .address__coords {
        font-size: 14px;
    }
/*ADDRESS*/

/*DELIVERY*/
    .delivery {
        margin-bottom: 50px;
    }

    .delivery__image {
        margin-bottom: 15px;
    }

    .delivery__picture {
        width: 70px;
        height: 70px;
    }
/*DELIVERY*/

/*FOOTER*/
    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer__title {
        margin-bottom: 8px;
        padding-bottom: 2px;
        font-size: 12px;
    }

    .footer__list li {
        margin-bottom: 2px;
    }

    .footer__link {
        font-size: 10px
    }
/*FOOTER*/
}


@media (max-width: 320px) {
/*BUTTON*/
    .button--sets {
        padding: 10px 18px;
        font-size: 7px;
    }

    .address__menu .button--menu {
        font-size: 9px;
    }
/*BUTTON*/

/*LOGO*/
    .popup__logo {
        margin-bottom: 2px;
    }

    .logo__popup {
        width: 48px;
        height: 48px;
        margin-bottom: 2px;
    }
/*LOGO*/

/*SECTION*/
    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section.section--sets {
        padding-top: 70px;
        padding-bottom: 20px;
    }

    .section__header {
        margin-bottom: 30px;
        font-size: 24px;
    }
/*SECTION*/

/*SOCIAL*/
    .social--footer .social__link {
        padding: 3px;
        border-radius: 7px;
    }

    .social--footer .social__icon {
        width: 12px;
        height: 12px;
    }
/*SOCIAL*/

/*SLIDER*/
    .address__slider--switcher {
        width: 40px;
        height: 40px; 
    }

    .slider__arrow {
        width: 55%;
        height: 55%;
    }
/*SLIDER*/

/*POPUP-SLIDER*/
    .popup-slider__switcher {
        width: 65px;
        height: 65px;
    }
/*POPUP-SLIDER*/

/*MENU*/
    .menu {
        font-size: 9px;
    }

    .menu__title-name {
        font-size: 25px;
    }

    .menu__dose span {
        font-size: 9px;
    }

    .menu__item--doses {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .menu__chapter {
        margin-bottom: 2px;
    }
/*MENU*/

/*SETS*/
    .sets__order {
        margin-bottom: 30px;
    }

    .sets__inner {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .sets__title {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 16px;
    }

    .sets__categories {
        row-gap: 9px;
    }

    .sets__photo {
        height: 15.57vmax;
    }

    .sets__name {
        margin-top: 2px;
        font-size: 10px;
    }
/*SETS*/

/*ABOUT*/
    .about__image {
        height: 400px;
    }

    .about__title {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .about__text {
        margin-bottom: 10px;
        font-size: 12px;  
    }
/*ABOUT*/

/*ADDRESS*/
    .address__image {
        height: 130px;
    }

    .address__title {
        font-size: 18px;
    }

    .address__location {
        margin-bottom: 18px;
    }

    .address__coords {
        font-size: 13px;
    }

    .address__link {
        height: 30px;
    }

    .address__link:last-child .address__icon {
        height: 30px;
    }
/*ADDRESS*/

/*DELIVERY*/
    .delivery {
        margin-bottom: 45px;
        font-size: 12px;
    }

    .delivery__item:first-child {
        margin-bottom: 30px;
    }

    .delivery__image {
        margin-bottom: 10px;
    }

    .delivery__picture {
        width: 60px;
        height: 60px;
    }
/*DELIVERY*/

/*STORAGE*/
    .storage {
        font-size: 12px;
    }
/*STORAGE*/

/*FOOTER*/
    .footer__title {
        margin-bottom: 6px;
        padding-bottom: 1px;
        font-size: 11px;
    }

    .footer__list li {
        margin-bottom: 0;
    }

    .footer__link {
        font-size: 9px;
    }
/*FOOTER*/
}



















