@import url(fonts.css);

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

a {
    color: #303f3d;
    text-decoration: none;
    transition: 0.5s ease;
}

a:hover {
    transition: 0.5s ease;
    color: #00a177;
}

button, select, input {
    background: rgba(0,0,0,0);
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.5s ease;
}

input {
    cursor: text;
}

main {
    overflow-x: hidden;
}

.section__btn {
    font-size: 15px;
    font-weight: 600;
    max-width: 225px;
    width: 100%;
    padding: 17px 0;
    text-align: center;
    border: 1px solid #858585;
    margin-top: 50px;
    display: block;
}

.section__btn:hover {
    transition: 0.5s ease;
    border-color:#00a177;
    color:#00a177;
}

button:hover  {
    transition: 0.5s ease;
}

.btn__left, .btn__right {
    padding: 13px;
}

.btn__left:hover svg path,
.btn__right:hover svg path {
    transition: 0.5s ease;
    fill: #00a177;
}

body {
    overflow-x: hidden;
}

body, button {
    font-family: SegoeUI, sans-serif;
    color: #152523;
}

ul {
    list-style: none;
}

.container {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

@media (max-width: 800px){
    .new .container {
        display: block!important;
    }
    .new .owl-dots {
        display: none!important;
    }

    .new .owl-nav {
        display: none!important;
    }
}

.header {
    background: #fff;
    position: relative;
    z-index: 10;
    box-shadow: 0px 2px 4px -2px rgba(24, 39, 75, 0.12), 0px 4px 4px -2px rgba(24, 39, 75, 0.08);
}

.header .container {
    padding: 32px 0;
}

.header .navbar {
    z-index: 2;
    position: relative;
}

.header .navbar .navbar__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header .navbar .navbar__list .hamburger { 
    font-family: Playfair Display, serif;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    transition: 0.5s ease;
    margin-right: 5px;
}


.header .navbar .navbar__list .hamburger svg { 
    margin-right: 12px;
}

.header .navbar .navbar__list .hamburger.active {
    color:#00a177;
}

.header .navbar .navbar__list .hamburger:hover {
    transition: 0.5s ease;
    color:#00a177;
}

.header .navbar .navbar__list .hamburger:hover svg line:not(:first-child) {
    transition: 0.5s ease;
    stroke-width: 2px;
}   

.header .navbar .navbar__list .list-item.active a {
    color: #00a177;
}

.header .navbar .navbar__list .list-item:not(:first-child) {
    margin-left: 25px;
}

.header .navbar .navbar__list .list-item:not(:first-child) a {
    width: 72px;
}

.header .navbar .navbar__menu {
    position: absolute;
    background: #fff;
    box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
    left: 0;
    top: 60px;
}
.header .navbar .navbar__menu .topline__white {
    width: 780px;
    height: 1px;
    background: #fff;
    position: absolute;
    z-index: 7;
    top: -12px;
    left: 0;
    height: 12px;
    box-shadow: 0px 2px 4px -2px rgba(24, 39, 75, 0.12), 0px 4px 4px -2px rgba(24, 39, 75, 0.08);
}


.header .navbar .navbar__menu .navbar__menu-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 260px;
    z-index: 5;
}

.header .navbar .navbar__menu .navbar__menu-item .menu__item-left, .menu__item-left-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    max-width: 195px;
    margin: 0 32px;
    width: 100%;
    z-index: 5;
    border-bottom: 1px solid #ECECEC;
}

.header .navbar .navbar__menu .navbar__menu-item .menu__item-wrapp {
    width: 100%;
    position: relative;
}

.header .navbar .navbar__menu .navbar__menu-item .menu__item-left .menu__item-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.header .navbar .navbar__menu .navbar__menu-item .menu__item-left-2 .menu__item-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.header .navbar .navbar__menu .navbar__menu-item:hover {
    background: #fafafa;
}

.header .navbar .navbar__menu .navbar__menu-item:hover .menu__item-arr svg path {
    fill: #00a177;
    transition: 0.5s ease;
}

.header .navbar .navbar__menu .navbar__menu-item:hover .menu__item-right {
    display: flex;
    z-index: -1;
}

.header .navbar .navbar__menu .navbar__menu-item .menu__item-right {
    display: none;
    position: absolute;
    right: -508px;
    background: #FAFAFA;
    justify-content: space-between;
    /* align-items: flex-end; */
    padding: 15px 63px 12px 32px;
    width: 535px;
    top: 0;
    box-shadow: 0px 6px 8px -6px rgb(24 39 75 / 12%), 0px 8px 16px -6px rgb(24 39 75 / 8%);
}

.header .navbar .navbar__menu .navbar__menu-item .menu__item-right .menu__item-submenu {
    display: flex;
    flex-direction: column;
    margin-top: 1px;
}

.header .navbar .navbar__menu .navbar__menu-item .menu__item-right .menu__item-submenu .submenu__link {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}
.header .navbar .navbar__menu .navbar__menu-item .menu__item-right .menu__item-submenu .submenu__link:not(:first-child) {
    margin-top: 30px;
}

.item__right-img {
    flex-shrink: 0;
}

.header .navbar .navbar__menu .navbar__menu-item:hover .menu__item-arr .menu__item-title {
    color: #00a177;
    transition: 0.1s ease;
}

.main-categories {
    height: 283px; width: 283px; object-fit: cover;
}

.header .header__logo {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.header .header__logo img {
    display: block;
    margin: 0 auto;
}

.header .header__rightSide {
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header .header__rightSide .header__phone {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    color: #303f3d;
}

.header .header__rightSide .header__phone img {
    margin-right: 5px;
}

.header .header__rightSide .header__links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
}

.header .header__rightSide .header__links .link-item:last-child {
    margin-left: 20px;
}

.header .header__rightSide .header__links .link-item {
    transition: 0.5s ease;
}
.header .header__rightSide .header__links .link-item:hover svg path {
    fill: #00a177;
    transition: 0.5s ease;
}

.header .header__rightSide .header__lang {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px !important;
}

.main__slider-1 {
    background: #FAEBE8;
    width: 100%;
    position: relative;
}

.section__left {
    max-width: 367px;
    width: 100%;
    flex-shrink: 0;
}

.main__slider-1 .section__left {
    padding: 104px 30px 40px 0;
    height: 650px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 5;
}

h1 {
    font-family: Playfair Display, serif;
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-family: Playfair Display, serif;
    font-size: 26px;
    line-height: 35px;
    margin-top: 6px;
    display: block;
}

h1, h2 {
    font-weight: 600;
    color: #152523;
}


.green__text {
    color: #00A177;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.main__slider-1 .section__left .main__descr {
    margin-top: 30px;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
}

.main__slider-1 .section__left .section__nav-btns {
    margin-left: 4px;
}

.section__nav-btns .btn__right:last-child {
    margin-left: 35px;
}

.main__slider-1 .section__right {
    position: relative;
    height: 650px;
}

.main__slider-1 .left__top .owl-item {
    transition: 0.5s ease;
}

.main__slider-1 .section__right .slider__wrapp {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.main__slider-1 .section__right .slider__wrapp .slider__items {
    display: flex;
    width: 1042px;
}

@media (max-width: 800px){
    .new .slider__item {
        /* max-width: 100%!important;
        width: 100%!important;
        padding: 0 20px; */
    }
}


.main__slider-1 .owl-nav {
    display: none;
}

.main__slider-1 .section__right .slider__wrapp .slide img {
    height: 650px;
}

.main__slider-1 .section__right .slide_thumbs {
    position: absolute;
    left: 668px;
    bottom: 0;
    max-height: 120px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 5px;
    padding-top: 48px;
}

.main__slider-1 .section__right .slide_thumbs .owl-stage-outer {
    height: 136px;
}

.main__slider-1 .section__right .slide_thumbs .thumb-item {
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    max-width: 154px;
    width: 100%;
}
.main__slider-1 .section__right .slide_thumbs .thumb-item::after {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.main__slider-1 .section__right .slide_thumbs .active-slide {
    border: 2px solid #fff;
}

.main__slider-1 .section__right .slide_thumbs .active-slide::after {
    display: none;
}

.new {
    padding: 20px 0;
    background: #FAFAFA;
}

.new .new__slider {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.new .new__slider .slider__item:not(:first-child) {
    margin-left: 30px;
}

.new .slider__item {
    width: 368px;
}

.new .slider__item .tile {
    width: 100%;
}

.new .section__nav-btns {
    margin: 65px 0 0 747px;
}

.tile {
    display: block;
    background: #fff;
    box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
    transition: 0.5s ease;
}

.tile:hover {
    transition: 0.5s ease;
    color: unset;
    box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12), 0px 18px 88px -4px rgba(24, 39, 75, 0.14);
}

.tile .tile__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 20px 25px;
}

.tile .tile__info .tile__cat {
    color: #00a177;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
}

.tile .tile__info .tile__info-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 4px;
}

.tile .tile__info .tile__info-scent {
    margin-top: 4px;
    font-size: 13px;
    line-height: 17px;
}

.tile .tile__info .tile__info-scent b {
    font-weight: 600;
}

.tile .tile__info .tile__info-discont {
    font-size: 15px;
    line-height: 20px;
    color: #ec5353;
    text-align: right;
    opacity: 0;
    text-decoration: line-through;
}

.tile .tile__info .tile__info-price {
    color: #152523;
    font-size: 13px;
    line-height: 17px;
    text-align: right;
    margin-top: -5px;
}

.tile .tile__info .tile__info-price b {
    font-size: 19px;
    line-height: 25px;
}

.tile .tile__info .tile__info-capacity {
    font-size: 13px;
    line-height: 17px;
    text-align: right;
    margin-top: 3px;
}

.details {
    /*background: linear-gradient(90deg, #FAEBE8 0%, #FAEBE8 23.44%, rgba(250, 235, 232, 0) 46.85%, rgba(250, 235, 232, 0) 100%), url('../img/index/third-bg.jpg') top right no-repeat;*/
}

.details .container {
    padding: 93px 0;
    background: linear-gradient(90deg, #FAEBE8 0%, #FAEBE8 25.44vw, rgba(250, 235, 232, 0) 56.85%, rgba(250, 235, 232, 0) 100%);
}

.details .section__text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 23px;
}

@media(min-width: 1921px) {
    .details .container {
        background: linear-gradient(90deg, #FAEBE8 0%, #FAEBE8 35.44vw, rgba(250, 235, 232, 0) 87.85%, rgba(250, 235, 232, 0) 100%);
    }
}

.products {
    padding: 40px 0 58px;
}

.products .section__right .products__list {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.products .section__right .products__list .products__list-item {
    position: relative;
    display: block;
    max-height: 283px;
    margin: 1px 0 0 1px;
}
.products .section__right .products__list .products__list-item .list__item-img {
    height: 100%;
}

.products .section__right .products__list .products__list-item .list__item-info { 
    display: none;
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s ease;
}

.products .section__right .products__list .products__list-item:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(48, 48, 48, 0) 0%, rgba(37, 37, 37, 0.76) 100%);    
    transition: 0.5s ease;
}

.products .section__right .products__list .products__list-item:hover .list__item-info { 
    transition: 0.5s ease;
    display: flex;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    z-index: 3;
}

.discont {
    background: #fafafa;
    padding: 40px 0 40px;
}

.discont .section__right {
    flex-shrink: 0;
}

.discont .discont__slider {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.discont .discont__slider .slider__item:not(:first-child) {
    margin-left: 30px;
}

.discont .slider__item {
    width: 368px;
}

.discont .slider__item .tile {
    width: 100%;
}

.discont .tile .tile__info .tile__info-discont {
    opacity: 1;
}

.discont .section__nav-btns {
    margin: 65px 0 0 747px;
}

.footer {
    padding-top: 53px;
    background: #FAEBE8;
}

.footer .container {
    flex-direction: column;
}

.footer .footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 63px;
}

.footer .footer__top .footer__left .footer__logo {
    width: 186px;
}

.footer .footer__top .footer__left .footer__links {
    margin-top: 75px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer .footer__top .footer__left .footer__links .footer__link {
    display: block;
}

.footer .footer__top .footer__left .footer__links .footer__link:last-child {
    margin-left: 20px;
}

.footer .footer__right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* margin-left: 97px; */
}

.footer .footer__right .footer__right-column {
    margin-top: 7px;
    display: block;
    margin-left: 97px;
}

.footer .footer__right .footer__right-column .right__column-title {
    color: #152523;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.footer .footer__right .footer__right-column .right__column-body {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.footer .footer__right .footer__right-column .right__column-body .right__body-item {
    font-size: 15px;
    line-height: 20px;
}

.footer .footer__right .footer__right-column .right__column-body .right__body-item:not(:first-child) {
    margin-top: 15px;
}

.footer .footer__right .footer__right-column .right__column-subtitle {
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
}

.footer .footer__right .footer__right-column .right__column-form {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.footer .footer__right .footer__right-column .right__column-form .right__column-input {
    width: 100%;
    padding: 16px 35px 16px 0;
    border-bottom: 1px solid #303F3D;
    font-size: 15px;
    line-height: 20px;
    color: #303f3d;
    cursor: text;
}

.footer .footer__right .footer__right-column .right__column-form .right__column-input::placeholder {
    color: #303f3d;
}

.footer .footer__right .footer__right-column .right__column-form .right__column-submit {
    position: absolute;
    right: 0;
}

.footer .footer__bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid #C2C2C2;
    padding: 20px 0;
}

.footer .footer__bot .footer__copyright {
    font-size: 13px;
    line-height: 17px;
    color: #858585;
}

.footer .footer__bot .footer__ilab {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #858585;
    font-size: 13px;
    line-height: 17px; 
}

.footer .footer__bot .footer__ilab img {
    margin-right: 10px;
}

.about,
.contacts {
    padding: 83px 0 100px;
}

.about .container, 
.contacts .container {
    flex-direction: column;
}

.header__title {
    font-size: 46px;
    line-height: 62px;
    font-weight: 600;
}

.bread__crumbs {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bread__crumbs .bread__crumb {
    display: flex;
    justify-content: flex-start;
    text-decoration: underline;
    align-items: center;
}

.bread__crumbs .crumb__item {
    font-size: 13px;
    line-height: 17px;
}

.bread__crumbs .crumb__circle {
    margin: 0 10px;
    width: 5px;
    height: 5px;
    background: #303f3d;
    border-radius: 100%;
}

.crumb__active {
    color: #00a177;
    font-size: 13px;
    line-height: 17px;
}

.about .about__body,
.contacts .contacts__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

.about .about__body .about__left {
    margin-right: 80px;
}

.about .about__body .about__left .about__paragraph {
    font-size: 17px;
    line-height: 26px;
}

.about .about__body .about__left .about__paragraph:not(:first-child) {
    margin-top: 15px;
}

.contacts .contacts__back {
    position: absolute;
    height: 512px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    margin-top: 42px;
    width: 100%;
}

.contacts .contacts__back iframe {
    width: 100%;
}

.contacts .contacts__back iframe {
    margin-bottom: -110px;
}

.contacts .container {
    width: 100%;
}

.contacts .contacts__body .contacts__info {
    background: #fff;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    padding: 30px;
    max-width: 465px;
}

.contacts .contacts__body .contacts__info .contacts__info-item:not(:first-child) {
    margin-top: 30px;    
}

.contacts .contacts__body .contacts__info .contacts__info-item .item__title {
    font-weight: 600;
    color: #152523;
    font-size: 17px;
    line-height: 22px;
}

.contacts .contacts__body .contacts__info .contacts__info-item .item__value {
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
}

.contacts .contacts__body .contacts__info .contacts__info-item .item__imgs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15px;
}

.contacts .contacts__body .contacts__info .contacts__info-item .item__imgs img:last-child {
    margin-left: 10px;
}

.contacts .contacts__body .contacts__info .contacts__info-item .item__value div:last-child {
    margin-top: 10px;
}

.contacts .contacts__body .contacts__info .contacts__info-item .item__value .item__phone b {
    font-weight: 600;
}

.contacts .contacts__body .contacts__info .contacts__info-item .item__value .item__link:last-child {
    margin-left: 20px;
}

.section__top {
    width: 100%;
    max-height: 415px;
}

.section__top .container {
    padding: 265px 0 30px;
    flex-direction: column;
}

.category .section__top {
    background: url('../img/category/top_bg.jpg') top center/cover no-repeat;
}

.category .section__body {
    padding: 60px 0 40px;
}

.section__body {
    margin-top: 60px 0 30px;
}

.section__body .category__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.section__body .category__list .category__list-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease;
    margin-bottom: 30px;
}

.section__body .category__list .category__list-item:hover {
    transition: 0.5s ease;
    box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
}

.section__body .category__list .category__list-item:hover .list__item-bot .list__item-arrow path {
    transition: 0.5s ease;
    fill: #00a177;
}

.section__body .category__list .category__list-item:hover .list__item-bot .list__item-title {
    font-weight: 700;
    transition: 0.1s ease;
}

.section__body .category__list .category__list-item:hover .list__item-bot .list__item-title {
    transition: 0.5s ease;
    color: #00a177;
}

.section__body .category__list .category__list-item .list__item-bot .list__item-title {
    color: #152523;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    height: 40px;
    display: flex;
    align-items: center;
    max-width: 145px;
}

.section__body .category__list .category__list-item .list__item-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    width: 100%;
}

.catalog .section__top {
    background: url('../img/catalog/top_bg.jpg') bottom center/cover no-repeat;
}

.catalog .section__body {
    margin-top: 0;
}

.catalog .section__body .section__body-item {
    padding: 60px 0;    
}

.catalog .section__body .section__body-item .container {
    flex-direction: column;
}

.catalog .section__body .section__body-item:nth-child(2n) {
    background: #fafafa;
}

.catalog .section__body .section__body-item .body__item-title {
    margin-bottom: 10px;
}

.catalog .section__body .section__body-item .body__item-descr {
    max-width: 485px;
    font-size: 15px;
    line-height: 20px;
}

.catalog .section__body .section__body-item .body__item-prods {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.catalog .section__body .section__body-item .prods__item {
    margin-right: 30px;
    margin-bottom: 30px;
    max-width: 386px;
    width: 100%;
}

.catalog .section__body .section__body-item .prods__item:nth-child(3n) {
    margin-right: 0;
}

.catalog .tile .tile__info .tile__info-scent {
    max-width: 365px;
}

.similar__prods {
    background: #fafafa;
    padding: 60px 0 30px;
}

.similar__prods .container {
    flex-direction: column;
}


.similar__prods .similar__prods-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.similar__prods .similar__prods-top .similar__prods-header {
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    font-family: Playfair Display, serif;
}

.similar__prods .container .simlar__prods-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.similar__prods .container .simlar__prods-list .owl-stage-outer {
    padding: 10px 10px 60px;
}


.similar__prods .container .simlar__prods-list .prods__list-item {
    max-width: 386px;
    width: 100%;
}

.similar__prods .container .simlar__prods-list .prods__list-item:not(:last-child) {
    margin-right: 30px;
}

.product {
    padding-bottom: 100px;
}

.product .container {
    flex-direction: column;
}

.product .container .product__body {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-height: 500px;
}

.product .product__body .product__body-imgs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.product .product__body .product__body-imgs .product__img-thumbs {
    overflow-y: scroll;
    max-height: 500px;
    height: 100%;
}

.product .product__body .product__body-imgs .product__img-thumbs::-webkit-scrollbar {
    width: 1px;
}

.product .product__body .product__body-imgs .product__img-thumbs .product__thumb {
    max-height: 133px;
    height: 100%;
    max-width: 133px;
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.product .product__body .product__body-imgs .product__img-thumbs .product__thumb.active {
    border: 4px solid #00a177;
}

.product .product__body .product__body-imgs .product__curr-wrapp {
    margin-left: 20px;
    max-width: 500px;
    max-height: 500px;
}

.product .product__body .product__body-info {
    margin-left: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.product .product__body .product__body-info .product__info-descr {
    position: relative;
    transition: 0.5s ease;
}

.product .product__body .product__body-info .product__info-descr .product__descr-wrapp {
    overflow: hidden;
    transition: 0.5s ease;
}

.product .product__body .product__body-info .product__info-descr.closed .product__descr-wrapp {
    height: 105px;
}

.product .product__body .product__body-info .product__info-descr.opened .product__descr-wrapp {
    /*height: 305px;*/
}

.product .product__body .product__body-info .product__info-descr p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 23px;
}

.product .product__body .product__body-info .product__info-descr .product__info-list {
    margin-top: 15px;
}

.product .product__body .product__body-info .product__info-descr .product__info-list .product__info-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 22px;
    font-size: 15px;
    line-height: 23px;
}

.product .product__body .product__body-info .product__info-descr .product__info-list .product__info-item::before {
    content: '';
    position: absolute;
    left: -10px;
    background: #303f3d;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}

.product .product__body .product__body-info .product__info-descr .product__info-more {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    position: absolute;
    bottom: -25px;
}

.product .product__body .product__body-info .product__info-descr .product__info-more .product__more-text::after {
    font-size: 13px;
    line-height: 20px;
    color: #858585;
    margin-right: 5px;
    transition: 0.5s ease;
}



.product .product__body .product__body-info .product__info-descr.closed .product__info-more .product__more-triangle {
    transform: rotate(0deg);
    padding-top: 3px;
}

.product .product__body .product__body-info .product__info-descr.opened .product__info-more .product__more-triangle {
    transform: rotate(180deg);
    padding-top: 0;
    padding-bottom: 3px;
}



.product .product__body .product__body-info .product__info-descr .product__more-triangle {
    display: flex;
    align-items: center;
    padding-top: 3px;
}

.product .product__body .product__body-info .product__info-bot {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.product .product__body .product__body-info .product__info-bot .product__info-price {
    font-size: 20px;
    line-height: 26px;
    color: #152523;
}

.product .product__body .product__body-info .product__info-bot .product__info-price b {
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
}

.product .product__body .product__body-info .product__info-bot .product__info-order {
    padding: 17px 106px;
    font-size: 600px;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
    background: #00a177;
    transition: 0.5s ease;
    border: 1px solid #00a177;
}

.product .product__body .product__body-info .product__info-bot .product__info-order:hover {
    background: #fff;
    color: #00a177;
    transition: 0.5s ease;
}

.popup {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.5s ease;
    z-index: 9;
    justify-content: center;
}

.popup.show {
    display: flex;
}

.popup .popup__wrapp {
    transition: 1.5s ease;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
}

.popup.show .popup__wrapp {
    width: 100%;
    transition: 1.5s ease;
}

.popup .popup__body {
    background: #FAEBE8;
    padding: 50px 50px 56px 50px;
    position: absolute;
    top: 20%;
    max-width: 440px;
}

.popup .popup__body .popup__close {
    position: absolute;
    top: 5px;
    right: 5px;
    transition: 0.5s ease;
    cursor: pointer;
}

.popup .popup__body .popup__close:hover {
    transform: rotate(90deg);
    transition: 0.5s ease;
}

.popup .popup__body .popup__body-title {
    text-align: center;
    color: #152523;
    font-size: 26px;
    font-weight: 600;
    font-family: Playfair Display, serif;
    line-height: 35px;
}

.popup .popup__body .popup__body-descr {
    margin-top: 15px;
    line-height: 23px;
    font-size: 15px;
    text-align: center;
}

.popup .popup__body .popup__body-form {
    margin-top: 20px;
    width: 100%;
}

.popup .popup__body .popup__body-form .popup__form-input {
    font-size: 15px;
    line-height: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #303f3d;
    transition: 0.5s ease;
    margin-bottom: 25px;
    width: 100%;
}

.popup .popup__body .popup__body-form .popup__form-input:focus {
    transition: 0.5s ease;
    border-bottom: 1.5px solid #00a177;
}

.popup .popup__body .popup__body-form .popup__form-input::placeholder {
    color: #303f3d;
}

.popup .popup__body .popup__body-form .popup__form-submit {
    transition: 0.5s ease;
    padding: 17px 0;
    width: 100%;
    color: #fff;
    background: #00a177;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    border: 1px solid #00a177;
    margin-top: 15px;
}

.popup .popup__body .popup__body-form .popup__form-submit:hover {
    background: #FAEBE8;
    color: #00a177;
    transition: 0.5s ease;
}

.plug {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: #FAEBE8;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.plug .container {
    align-items: center;
    width: 100%;
    height: 100%;
}

.plug .plug__left {
    width: 57%;
    height: 100%;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 5;
    background: #FAEBE8;
    padding-right: 100px;
}

.plug .plug__img-wrapp {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    height: 100%;
}

.plug .plug__img-wrapp img {
    display: block;
    height: 100%;
}

.plug .plug__left .plug__left-logo {
    width: 208px;
}

.plug .plug__left .plug__left-logo img {
    width: 100%;
}

.plug .plug__left .plug__left-header {
    margin-top: 80px;
}

.plug .plug__left .plug__left-header .plug__header-title {
    margin-top: 10px;
    font-size: 50px;
    line-height: 67px;
    font-weight: 600;
    font-family: Playfair Display, serif;
}

.plug .plug__left-links {
    margin-top: 80px;
    color: #00a177;
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
}

.plug .plug__left-links .plug__links-title {
    width: 100%;
}

.plug .plug__left-links .plug__left-link {
    width: 56px;
    height: 56px;
    margin-top: 20px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
}

.plug .plug__left-links .plug__left-link:hover {
    background: #00a177;
    transition: 0.5s ease;
}

.plug .plug__left-links .plug__left-link:hover svg path {
    transition: 0.5s ease;
    fill: #fff;
}

.plug .plug__left-links .plug__left-link:nth-child(3) {
    margin-left: 25px;
}

.plug .plug__left-contacts {
    margin-top: 85px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.plug .plug__left-contacts .plug__contacts-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.plug .plug__left-contacts .plug__contacts-item:not(:first-child) {
    margin-left: 9%;
}

.plug .plug__left-contacts .plug__contacts-item .plug__item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plug .plug__left-contacts .plug__contacts-item .plug__item-text {
    font-size: 15px;
    line-height: 20px;
    margin-left: 15px;
}

.discont .owl-carousel.owl-drag .owl-item,
.new .owl-carousel.owl-drag .owl-item {
    width: 400px;
}

.discont .owl-carousel.owl-drag .owl-item .item,
.new .owl-carousel.owl-drag .owl-item .item {
    width: 100%;
    padding-bottom: 80px;
}

.discont .section__nav-btns,
.new .section__nav-btns {
    margin-top: 0;
}

@media(max-width: 767px) {

    .select__wrapp {
        margin-left: -18px !important;
    }
    
    .new .owl-carousel.owl-drag .owl-item .item {
        /* width: 100vw; */
        width: 100%;
        padding-bottom: 25px;
    }
    .new .slider__item .tile {
        /* width: calc(100vw - 30px); */
        max-width: 100%;
        width: 100%;
    }
    .discont .owl-carousel.owl-drag .owl-item .item {
        width: 100vw;
        padding-bottom: 25px;
    }
    .discont .slider__item .tile {
        width: calc(100vw - 30px);
    }
}

@media(min-width: 1900px) {
    .main__slider-1 .section__right .slide_thumbs {
        max-width: 550px;
        padding-top: 20px;
        left: unset;
        right: 0;
        max-height: 140px;
    }
    .main__slider-1 .section__right .slide_thumbs .thumb-item {
        margin-right: 15px;
        margin-left: 0;
        overflow: hidden;
        max-height: 110px;
    }
    .main__slider-1 .section__right .slide_thumbs .thumb-item img {
        height: 106px;
    }
    
}

@media(max-width: 1599px) {
    .main__slider-1 .section__right .slider__wrapp {
        overflow-x: hidden;
    }
    .main__slider-1 .section__right .slide_thumbs {
        left: 368px;
    }
    .main__slider-1 .section__right .slider__wrapp .slide {
        position: relative;
    }
    .new .section__nav-btns {
        margin-left: 480px;
    }
    .products .section__right .products__list {
        justify-content: flex-end;
    }
    .discont .section__nav-btns {
        margin-left: 480px;
    }
    .about, .contacts {
        padding: 63px 0 80px;
    }
    .about .about__body .about__left {
        margin-right: 45px;
    }
    .about .about__right {
        width: 365px;
        position: relative;
        flex-shrink: 0;
        overflow-x: hidden;
    }

    .about .about__right .about__right-img {
        width: 510px;
        margin-left: -15%;
        display: block;
    }
    .product .product__body .product__body-info {
        margin-left: 20px;
    }
    .product .product__body .product__body-info .product__info-bot .product__info-order {
        margin-left: 20px;
        padding: 17px 55px;
    }
    .product .product__body .product__body-info .product__info-bot .product__info-price {
        min-width: 110px;
    }
    .similar__prods .container .simlar__prods-list {
        overflow-x: hidden;
        width: 100%;
    }
    .catalog .section__body .section__body-item .body__item-prods {
        justify-content: space-between;
        width: 100%;
    }
    .catalog .section__body .section__body-item .prods__item:nth-child(1n) {
        margin-right: 0;
    }
    .category .section__body .category__list {
        justify-content: flex-start;
    }
    .section__body .category__list .category__list-item {
        margin-bottom: 25px;
        max-width: 31%;
        width: 100%;
    }
    .section__body .category__list .category__list-item .list__item-img {
        width: 100%;
    }
    .section__body .category__list .category__list-item:not(:nth-child(3n)) {
        margin-right: 25px;
    }
    .footer .footer__right .footer__right-column {
        margin-left: 65px;
    }
    .footer .footer__right .footer__right-column:last-child {
        max-width: 175px;
    }
    .footer .footer__top {
        padding-bottom: 43px;
    }
    .plug .plug__left .plug__left-header .plug__header-title {
        font-size: 41px;
        line-height: 57px;
    }
    .plug .plug__left {
        padding-right: 30px;
        padding-bottom: 80px;
    }
    .plug .plug__img-wrapp img {
        margin-left: 40%;
        width: 70%;
    }
    .plug .plug__left .plug__left-logo img {
        margin-top: 80px;
    }
    .plug .plug__left .plug__left-header {
        margin-top: 60px;
    }
    .plug .plug__left .plug__left-header .plug__header-title {
        margin-top: 20px;
        font-size: 40px;
        line-height: 54px;
    }
    .plug .plug__left-links {
        margin-top: 60px;
    }
    .plug__left-contacts {
        margin-top: 60px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .plug .plug__left-contacts .plug__contacts-item:last-child {
        margin-left: 0;
        margin-top: 20px;
    }
}

.product-item-cart {
    width: 368px;
    height: 368px; 
    background-size: cover;
}

@media(max-width: 1365px) and (min-width: 768px) {
    .container {
        max-width: 960px;
    }
    .similar__prods .container .simlar__prods-list {
        width: 100vw;
    }
    .similar__prods .container .simlar__prods-list .owl-stage-outer {
        width: 100vw;
    }

}

@media(max-width: 1023px) {
    .header .container {
        padding: 92px 0 32px;
    }
    .header__title {
        font-size: 40px;
        line-height: 52px;
    }
    .container {
        max-width: 720px;
    }    
    .main__slider-1 .section__right .slider__wrapp .slide {
        position: relative;
    }
    .main__slider-1 .section__right .slider__wrapp .slide img {
        position: relative;
        right: 260px;
    }
    .main__slider-1 .section__right .slide_thumbs {
        display: none;
    }
    .new {
        padding: 70px 0;
    }
    .main__slider-1 .container.right__fluid {
        flex-direction: row;
        position: relative;
    }
    .new .section__left,
    .products .section__left,
    .discont .section__left {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        max-width: unset;
        margin-bottom: 35px;
    }
    .new .section__nav-btns {
        margin-left: 590px;
    }
    .new .slider__item {
        /* max-width: 345px; */
        max-width: 100%;
        width: 100%;
    }
    .details {
        background: linear-gradient(90deg, #FAEBE8 0%, #FAEBE8 48.44%, rgba(250, 235, 232, 0) 76.85%, rgba(250, 235, 232, 0) 100%), url(../img/index/third-bg.jpg) top right no-repeat;
    }
    .details .container {
        padding: 70px 0;
    }
    .products {
        padding: 70px 0;
    }
    .discont {
        padding: 70px 0 90px;
    }
    .discont .section__nav-btns {
        margin-left: 590px;
    }
    .discont .slider__item {
        max-width: 345px;
    }
    .green__text {
        width: 100%;
    }
    .new .section__left .section__btn,
    .products .section__left .section__btn,
    .discont .section__left .section__btn {
        margin-top: -25px;
    }
    .container.right__fluid,
    .products .container {
        flex-direction: column;
    }
    .products .section__right .products__list {
        justify-content: flex-start;
    }
    .products .section__right .products__list .products__list-item {
        max-width: 33%;
        max-height: 238px;
    }

    .main-categories {
        width: 212px;
        height: 212px;
        object-fit: cover;
    }
    .products .section__right .products__list .products__list-item .list__item-img {
        width: 100%;
        height: unset;
    }
    .contacts .contacts__back {
        margin-top: 35px;
    }
    .contacts .contacts__wrapp {
        max-width: 100%;
        width: 100%;
    }
    .contacts .contacts__body .contacts__info .contacts__info-item .item__imgs img {
        width: 45%;
    }
    .contacts .contacts__body {
        flex-direction: column;
    }
    .contacts .contacts__back {
        max-height: 250px;
    }
    .similar__prods .container .simlar__prods-list .prods__list-item:first-child {
        margin: 0 auto;
    }
    .similar__prods .container .simlar__prods-list .prods__list-item {
        max-width: 450px;
    }
    .similar__prods .container .simlar__prods-list .prods__list-item:not(:first-child) {
        display: none;
    }
    .product .container .product__body {
        flex-direction: column;
        max-height: unset;
    }
    .product .product__body .product__body-info {
        margin-top: 30px;
        margin-left: 0;
    }
    .catalog .section__body .section__body-item .prods__item {
        max-width: 350px;
    }
    .tile__wrapp {
        width: 100%;
    }
    .tile__wrapp .tile__img {
        width: 100%;
    }
    .tile__wrapp .tile__img img {
        width: 100%;
    }
    .tile__wrapp .tile__info-left {
        max-width: 70%;
    }
    .tile .tile__info .tile__info-title {
        overflow-y: hidden;
        height: 20px;
    }
    .catalog .section__body .section__body-item {
        padding-top: 0;
    }
    .catalog .section__body {
        padding-top: 35px;
    }
    .footer {
        padding-top: 40px;
    }
    .footer .footer__top {
        flex-direction: column;
    }
    .footer .footer__top .footer__left {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .footer .footer__top .footer__left .footer__links {
        margin-top: 0;
    }
    .footer .footer__right {
        margin-top: 20px;
    }
    .footer .footer__right .footer__right-column:first-child {
        margin-left: 0;
    }
    .about .about__body {
        flex-direction: column;
    }
    .about .about__right {
        width: unset;
        overflow-x: visible;
        overflow-y: hidden;
        max-height: 450px;
        margin: 35px auto 0;
    }
    .about .about__right .about__right-img {
        margin-left: 0;
        width: unset;
        margin-top: -12%;
    }
    .contacts .contacts__back {
        position: unset;
    }
    .plug {
        display: flex;
        flex-direction: column;
        background: #FAEBE8;
        height: unset;
    }
    .plug .plug__img-wrapp {
        position: unset;
    }
    .plug .container {
        height: unset;
    }
    .plug .plug__left {
        width: 100%;
        align-items: center;
        padding-bottom: 60px;
        padding-right: 0;
        max-height: 630px;
    }
    .plug .plug__header-icon img {
        margin: 0 auto;
        display: block;
    }
    .plug .plug__left .plug__left-logo img {
        margin-top: 60px;
    }
    .plug .plug__left .plug__left-header {
        margin-top: 50px;
    }
    .plug .plug__img-wrapp {
        width: 100%;
        height: 395px;
        background: url('../img/plug/plug-768.jpg') center center/cover no-repeat;
    }
    .plug .plug__left-links .plug__links-title {
        text-align: center;
    }
    .plug .plug__left-contacts {
        margin-top: 50px;
    }
    .plug .plug__left-links {
        margin-top: 50px;
        justify-content: center;
    }
    .plug .plug__img-wrapp img {
        width: 100%;
        margin-left: 0;
        display: none;
    }
    .plug .plug__left .plug__left-header .plug__header-title {
        font-size: 40px;
        margin-top: 20px;
        text-align: center;
    }
    .plug .plug__left-contacts .plug__contacts-item {
        margin-left: 52px;
    }
    .plug .plug__left-contacts .plug__contacts-item:last-child {
        margin-top: 0;
        margin-left: 52px;
    }

}

/*.slide img {
    object-fit: cover;
}*/

.grid-products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
}

@media(max-width: 767px) {

    .main__slider-1 {
        display: none;
    }

    .grid-products { 
        grid-template-columns: repeat(1, 1fr) !important;
    }
    html {
        overflow-x: hidden;
    }
    section {        
        overflow-x: hidden;
    }
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .header__logo {
        position: unset;
    }
    .header .container {
        padding: 25px 15px 22px;
        flex-direction: column;
    }
    .header .header__logo {
        order: 1;
        max-width: 150px;
    }
    .header .header__logo img {
        width: 100%;
    }
    .header .header__rightSide {
        order: 2;
        margin: 20px auto 0;
    }
    .header .navbar {
        order: 3;
        margin: 20px auto 0;
    }
    .header .navbar .navbar__menu {
        top: 43px;
    }
    .header .header__rightSide .header__lang {
        margin-left: 30px;
    }
    .header .header__rightSide .header__links {
        margin-left: 19px;
    }
    .header .navbar .navbar__menu .navbar__menu-item .menu__item-left:active {
        border:none;
        outline:none;
        text-decoration:none;
        color:inherit;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .header .navbar .navbar__menu .navbar__menu-item .menu__item-left-2:active {
        border:none;
        outline:none;
        text-decoration:none;
        color:inherit;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }


    .header .navbar .navbar__menu .navbar__menu-item .menu__item-right {
        right: -400px;
        box-shadow: 0px 6px 8px 6px rgb(24 39 75 / 12%), 0px 8px 16px 6px rgb(24 39 75 / 8%);
        z-index: 5;
    }
    .header .navbar .navbar__menu .navbar__menu-item:hover .menu__item-right {
        z-index: 9;
    }
    .header .navbar .navbar__menu .navbar__menu-item.active {
        background: #fafafa;
    }
    .header .navbar .navbar__menu .navbar__menu-item:hover .menu__item-right {
        display: none;
    }
    .item__right-img {
        display: none;
    }
    .header .navbar .navbar__list .hamburger:hover {
        color: #152523;
    }
    .header .navbar .navbar__list .hamburger.active {
        color: #00a177;
    }
    .header .navbar .navbar__list .hamburger:hover svg line:not(:first-child) {
        stroke-width: 1.5px;
    }
    .header .navbar .navbar__list .hamburger.active svg line:not(:first-child) {
        stroke-width: 2px;
    }
    .header .navbar .navbar__menu .navbar__menu-item.active .menu__item-right {
        z-index: 5;
    }
    .header__title {
        font-size: 30px;
        line-height: 36px;
    }
    .main__slider-1 .section__left {
        height: unset;
        padding: 45px 15px 0 0;
    }
    .main__slider-1 .left__bot {
        margin-top: 320px;
        margin: 270px 0 35px auto;
    }
    .main__slider-1 .container.right__fluid {
        flex-direction: column;
    }
    .main__slider-1 .section__right {
        margin-top: 50px;
    }
    .main__slider-1 .section__right {
        width: 100vw;
        margin-left: -15px;
        position: absolute;
        bottom: 100px;
        height: unset;
    }
    .main__slider-1 .section__right .slider__wrapp .slide img {
        right: 0;
    }
    .new {
        padding: 50px 0 35px;
    }
    .new .section__left, .products .section__left, .discont .section__left {
        flex-direction: column;
    }
    .new .section__left .section__btn, 
    .products .section__left .section__btn, 
    .discont .section__left .section__btn {
        margin-top: 30px;
    }
    .section__btn {
        margin-top: 30px;
    }
    .new .section__nav-btns,
    .discont .section__nav-btns {
        width: 100vw;
        margin-left: -15px;
        margin-top: 35px;
        padding-right: 25px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .main__slider-1 .section__right .slider__wrapp .slide-active {
        margin-left: 0;
    }
    .main__slider-1 .section__right .slider__wrapp .slide img {
        height: unset;
        width: 100%;
    }
    .main__slider-1 .section__right .slider__wrapp .slide-next img{
        height: unset;
    }
    .about, .contacts {
        padding: 30px 0 50px;
    }
    .about .about__body {
        width: 100%;
    }
    .about .about__right .about__right-img {
        width: 100%;
    }
    .about .about__body .about__left {
        margin-right: 0;
    }
    .about .about__right {
        max-height: 300px;
    }
    .details .container {
        padding: 50px 20px;
    }
    .details {
        background: linear-gradient(0deg, rgba(250, 235, 232, 0.85) 0%, rgba(250, 235, 232, 0.85) 48.44%, rgba(250, 235, 232, 0.85) 76.85%, rgba(250, 235, 232, 0.85) 100%), url(../img/index/third-bg.jpg) top right no-repeat;
    }
    .details .container {
        background: unset;
    }
    .products {
        padding: 50px 0;
    }
    .products .section__right .products__list {
        justify-content: space-between;
    }
    .products .section__right .products__list .products__list-item .list__item-info {
        left: 15px;
        right: 15px;
        bottom: 15px;
        display: block;
    }
    .products .section__right .products__list .products__list-item::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(180deg, rgba(48, 48, 48, 0) 0%, rgba(37, 37, 37, 0.76) 100%);
        transition: 0.5s ease;
    }
    .products .section__right .products__list .products__list-item .list__item-info .list__item-title {
        font-size: 12px;
        line-height: 16px;    
    }
    .products .section__right .products__list .products__list-item .list__item-info {
        transition: 0.5s ease;
        display: flex;
        opacity: 0.8;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        z-index: 3;
    }
    .products .section__right .products__list .products__list-item {
        max-width: 49.5%;
        margin-top: 3px;
    }
    .products .section__right .products__list .products__list-item .list__item-arrow {
        max-width: 25px;
    }
    .products .section__right {
        width: 100vw;
        margin-left: -15px;
    }
    
    .discont {
        padding: 50px 0 70px;
    }
    .contacts .contacts__back {
        margin-top: 0;
    }
    .contacts .contacts__body .contacts__info .contacts__info-item .item__value br {
        display: none;
    }
    .contacts .contacts__back iframe {
        margin-bottom: -300px;
    }
    .bread__crumbs {
        max-width: 100%;
        overflow-x: scroll;
    }
    .bread__crumbs .crumb__item,
    .bread__crumbs .bread__crumb,
    .crumb__active,
    .bread__crumbs .crumb__circle {
        flex-shrink: 0;
    }
    .product .container .product__body {
        width: 100%;
    }
    .product .product__body .product__body-imgs {
        flex-direction: column;
        width: 100%;
    }
    .product .product__body .product__body-imgs .product__curr-wrapp {
        margin-left: 0;
    }
    .product .product__body .product__body-imgs .product__img-thumbs {
        overflow-y: hidden;
        overflow-x: scroll;
        max-width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .bread__crumbs::-webkit-scrollbar,
    .product .product__body .product__body-imgs .product__img-thumbs::-webkit-scrollbar {
        background: rgba(0,0,0,0);
    }

    .similar__prods .similar__prods-top .similar__prods-header {
        font-size: 20px;
    }

    .similar__prods .similar__prods-top .similar__prods-btns {
        padding-top: 5px;
    }
    
    .similar__prods .container .simlar__prods-list .owl-stage-outer {
        padding: 10px 0 50px;
    }

    .section__nav-btns .btn__right:last-child {
        margin-left: 20px;
    }

    .similar__prods .container .simlar__prods-list .prods__list-item {
        max-width: 368px;
    }

    .tile .tile__info .tile__info-scent {
        max-height: 17px;
        overflow-y: hidden;
    }

    .product .product__body .product__body-imgs .product__img-thumbs .product__thumb {
        margin-bottom: 0;
        margin-right: 10px;
        width: 100%;
        max-width: 90px;
        flex-shrink: 0;
    }

    .product .product__body .product__body-imgs .product__img-thumbs .product__thumb img {
        width: 100%;
    }

    .product .product__body .product__body-imgs .product__curr-wrapp {
        max-width: 100%;
        margin: 0 auto;
    }

    .product .product__body .product__body-imgs .product__curr-wrapp img {
        width: 100%;
    }

    .product .product__body .product__body-info .product__info-bot .product__info-order {
        padding: 14px 35px;
    }

    .product .product__body .product__body-info .product__info-descr.opened .product__descr-wrapp {
        height: unset;
    }
    
    .popup .popup__body {
        padding: 25px;
        max-width: 90%;
    }

    .popup .popup__body .popup__body-form .popup__form-submit {
        padding: 14px 0;
        margin-top: 0;
    }    
    .section__top .container {
        padding: 45px 15px 15px;
    }
    .catalog .section__top {
        background: linear-gradient(0deg, rgba(250,250,250,0.7) 0%, rgba(250,250,250,0.2) 100%), url(../img/catalog/top_bg.jpg) bottom center/cover no-repeat;
    }
    .category .section__top {
        background: linear-gradient(0deg, rgba(250,250,250,0.7) 0%, rgba(250,250,250,0.2) 100%), url(../img/category/top_bg.jpg) bottom center/cover no-repeat;
    }
    .section__body .category__list .category__list-item:nth-child(1n) {
        margin: 0 auto 30px;
        max-width: 100%;
        width: 100%;
        box-shadow: 0px 8px 6px -6px rgb(24 39 75 / 5%), 0px 14px 7px -4px rgb(24 39 75 / 5%);
    }
    .section__body .category__list .category__list-item:last-child {
        margin-bottom: 0;
    }
    .section__body .category__list .category__list-item .list__item-img {
        width: 100%;
    }
    .tile .tile__wrapp {
        width: 100%;
    }
    .tile .tile__wrapp .tile__img {
        width: 100%;
    }
    .tile .tile__wrapp .tile__img img {
        width: 100%;
    }
    .tile .tile__info .tile__info-title {
        max-width: 80%;
        max-height: 20px;
        overflow-y: hidden;
    }
    .tile__info-left {
        max-width: 70%;
    }
    .footer .footer__right .footer__right-column:not(:nth-child(4)) {
        display: none;
    }
    .footer .footer__right .footer__right-column:last-child {
        margin-left: 0;
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }
    .footer .footer__right {
        width: 100%;
        margin-top: 30px;
    }
    .footer .footer__right .footer__right-column:last-child {
        margin-top: 30px;
    }
    .footer .footer__right .footer__right-column .right__column-title {
        display: none;
    }
    .footer .footer__right .footer__right-column .right__column-subtitle {
        margin-top: 0;
        font-weight: 600;
    }
    .footer .footer__bot .footer__copyright {
        padding-right: 60px;
    }
    .plug .plug__left .plug__left-logo img {
        margin-top: 30px;
        width: 118px;
    }
    .plug .plug__left .plug__left-logo {
        width: unset;
    }
    .plug .plug__left .plug__left-header {
        margin-top: 30px;   
    }
    .plug .plug__header-icon img {
        width: 40px;
    }
    .plug .plug__left .plug__left-header .plug__header-title {
        margin-top: 10px;
        font-size: 24px;
        line-height: 32px;
    }
    .plug .plug__left-links {
        margin-top: 10%;
    }
    .plug .plug__left-links .plug__links-title {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.05em;
    }
    .plug .plug__left-links .plug__left-link {
        width: 36px;
        height: 36px;
        margin-top: 10px;
    }
    .plug .plug__left-links .plug__left-link svg {
        width: 16px;
        height: 16px;
    }
    .plug .plug__left-contacts {
        margin-top: 10%;
        justify-content: space-between;
    }
    .plug .plug__left-contacts .plug__contacts-item {
        margin-left: 0;
    }
    .plug .plug__left-contacts .plug__contacts-item:not(:first-child) {
        margin-left: 0;
    }
    .plug .plug__left-contacts .plug__contacts-item:first-child .plug__item-icon img {
        width: 8px;
    }
    .plug .plug__left-contacts .plug__contacts-item:nth-child(2) .plug__item-icon img {
        width: 14px;
    }
    .plug .plug__left-contacts .plug__contacts-item:last-child {
        margin-top: 10px;
    }
    .plug .plug__left-contacts .plug__contacts-item:last-child .plug__item-icon img {
        width: 12px;
    }
    .plug .plug__left-contacts .plug__contacts-item .plug__item-text {
        font-size: 13px;
        line-height: 17px;
        color: #303f3d;
        margin-left: 6px;
    }
    .plug .plug__left {
        padding-bottom: 22px;
    }
    .plug .plug__img-wrapp {
        height: 350px;
        margin-top: auto;
    }
    .plug {
        height: 100vh;
    }

    .product-item-cart {
        width: 345px;
        height: 345px;  
    }

    /*.main__slider .section__left {
        height: 770px;
    }*/
}



.select__header {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.select__current {
    font-family: 'NotoSans-Regular',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.lang__text, .login, .logo__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lang__text {
    font-family: 'NotoSans-Regular',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.select__header {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.select__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 16px;
    filter: brightness(0.1);
}
.select__body {
    width: 40px;
    max-height: 0;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
    z-index: 20;
    position: absolute;
    right: 0;
    position: absolute;
}
.select__wrapp {
    border: 1px solid #a7a7a5;
    border-radius: 3px; 
    width: 100%;
    background-color: white;
    display: none;
}
.select__item {
    font-family: 'NotoSans-Regular',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding: 8px;
    cursor: pointer;
}

.lang-active {
    display: block;
}

.selected-lang {
    color: gray;
}

.main-slider-thumb {
    height: 100px;
}

.main-slider-thumb img {
    height: 100%;
    object-fit: cover;
}

.menu__item-right {
    z-index: 9;
}


.discont__slider-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 5px;
}

.tile__info-discont {
    opacity: 0 !important;
}

.min-section-left {
    max-width: 295px;
}

@media(max-width: 425px) {

    .mobile-slider {
        position: relative;
        height: 630px;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .slider-body {
        background: #FAEBE8;
        padding: 20px 0;
        height: 600px !important;
    }

    .slider-description {
        margin-bottom: 15px;
        padding: 15px;
        font-family: Playfair Display, serif;
    }
    .slider-image-item {
        width: 100%; 
    }

    .slider-image-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .slider-buttons {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: -45px;
    }

    .slider-buttons .b2 {
        text-align: right;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .discont__slider-1 {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 5px;
    }

    .discont__slider-1 .item {
        margin-bottom: 10px;
    }
}

@media (width: 1366px) {
    .discont .slider__item {
        width: 327px;
    }

    .product-item-cart {
        width: 327px;
    }
}

@media (min-width: 767px) and (max-width: 768px) {  
    .mobile-slider {
        position: relative;
        height: 820px !important;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .slider-body {
        background: #FAEBE8;
        padding: 20px 0;
        height: 820px !important;
    }

    .slider-description {
        margin-bottom: 15px;
        padding: 15px;
        font-family: Playfair Display, serif;
    }
    .slider-image-item {
        width: 100%; 
    }

    .slider-image-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .slider-buttons {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: -45px;
    }

    .slider-buttons .b2 {
        text-align: right;
        padding-right: 20px;
    }
}

.display-block {
    display: block;
}

.hide-block {
    display: none;
}

@media(min-width: 769px) {
    .mobile-slider {
        display: none;
    }

    .main__slider-1 {
        display: block;
    }
}


















