body {
    font-size: 16px;
    color: #664440;
    line-height: 1.5;
    font-weight: 500;
    background-color: #FDF0EA;
    font-family: 'Jost', sans-serif;
}

.newyear {
    background-color: #024826;
    color: white;
}

.newyear .breadcrumb a {
    color: white;
}

.newyear footer a {
    color: white;
}

.newyear__back {
    background: url(/images/newyear-back.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

a {
    color: #664440;
    text-decoration: none;
}

h1 {
    font-family: 'Cormorant Garamond', serif;
}

.wrap {
    width: 1200px;
    margin: 0px auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.mark {
    position: fixed;
    width: 1200px;
    z-index: 1;
    margin-top: 100px;
}

.mark img {
    width: 100%;
    height: 500px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 5;
  position: fixed;
  width: 1200px;
  background-color: #fdf0ea;
}

.header__content {
  width: 175px;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
}

.header__contacts {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: auto;
}

.header__contacts a {
    font-size: 18px;
    border: 2px solid #a16962;
    display: block;
    padding: 7px 20px 10px 20px;
    color: #a16962;
    background-color: #fdf0ea;
}

.header__contacts a:hover {
    background-color: #a16962;
    color: white;
    transition: all .3s ease-in-out;
}

.logo {
    width: 150px;
}

.utp {
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    margin-top: 150px;
    position: relative;
}

.utp.otherpage {
    text-align: center;
}

h1 {
    font-size: 100px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.utp__desc {
  margin-top: 40px;
  background-color: white;
  padding: 20px 10px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
}

.utp__minititle {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.utp__circle {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
    padding: 50px 20px;
    background-color: #A16962;
    border-radius: 50%;
    color: white;
    position: absolute;
    top: 0px;
    right: 0px;
}

.utpcategory .utp__minititle, .utpcategory h1, .utpcategory .breadcrumb  {
    text-align: center;
}

.mpopular {
    position: relative;
    z-index: 2;
    margin-top: 150px;
}

.mpopular__title img {
    width: 100%;
}

.mpopular__items.items {
    margin-top: -40px;
}

.items {
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
}

.item {
    width: 30%;
    background-color: #FEF9F7;
    border-radius: 30px;
    padding-bottom: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 50px;
    align-items: flex-start;
}

.item img {
    width: 100%;
    height: auto;
}

.item__line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

.item__line .item:nth-child(even) {
    margin-top: 150px;
}

.item__text {
    padding: 20px;
    padding-top: 20px;
    padding-top: 0px;
    margin-top: 30px;
    position: relative;
}

.item__text span {
    color: #B29F9C;
    display: block;
}

.item__text span:last-child {
    color: #664440;
}

.item__link {
  background-color: #f0e6e1;
  width: 90%;
  text-align: center;
  margin-bottom: 10px;
  margin-lefT: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
}

.item__link:hover {
    background-color: #664440;
    color: white;
    transition: all .3s ease-in-out;
}

.item__pricecontent {
  z-index: 3;
  position: relative;
  margin-left: 0px;
  margin-top: -60px;
  font-size: 20px;
  width: 100%;
  display: flex;
}

.item__price {
  background-color: #664440;
  text-align: center;
  border-radius: 50px;
  padding: 10px 20px;
  position: relative;
  width: 80px;
  color: white;
  margin-left: auto;
  margin-right: auto;
}

.item__oldprice {
  background-color: #f0e6e1;
  text-align: center;
  border-radius: 50px;
  padding: 10px 20px;
  position: relative;
  width: 60px;
  text-decoration: line-through;
  margin-right: 5px;
  opacity: 0.8;
}

.contacts {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    width: 850px;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.contacts__minititle {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.contacts__title {
    font-size: 70px;
    line-height: 1.2;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contacts__links {
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

.contacts__link {
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #a16962;
    padding: 20px 40px;
    border-radius: 50px;
    text-align: center;
}

.contacts__link:hover {
    background-color: #a16962;
    color: white;
    transition: all .3s ease-in-out;
}

footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #664440;
    margin-top: 300px;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 100px;
    z-index: 2;
    flex-direction: column;
}

.footer__logo {
    display: block;
    width: 200px;
}

.footer__top {
    display: flex;
    justify-content: space-between;
}

.footer__menu {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}

.footer__menu ul {
    margin-left: 50px;
}

.pagefooter {
    margin-top: 50px;
}

.developer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.developer a {
    text-decoration: underline;
}

.instagram {
    position: fixed;
    bottom: 50px;
    z-index: 5;
    border-radius: 50px;
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    left: 50%;
    margin-left: -75px;
    background-color: green;
    color: white;
}

.instagram:hover {
    background-color: #a16962;
    color: white;
    transition: all .3s ease-in-out;
}

.phone {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-decoration: underline;
    font-size: 30px;
}

.backlink {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #664440;
    margin-top: 300px;
    z-index: 2;
    text-align: center;
    padding: 50px;
    border-radius: 500px;
}

.backlink:hover {
    background-color: #664440;
    color: white;
    transition: all .3s ease-in-out;
}

.pagelink {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #664440;
    margin-top: 200px;
    z-index: 2;
    text-align: center;
    padding: 50px;
    border-radius: 500px;
}

.pagelink:hover {
    background-color: #664440;
    color: white;
    transition: all .3s ease-in-out;
}

/* .newyear .backlink {
    color: white;
    border: 1px solid white;
}

.newyear .backlink:hover {
    background-color: #6a3a38;
    border: 1px solid #6a3a38;
}

.newyear .contacts__link {
    color: white;
    border: 1px solid white;
}

.newyear .contacts__link:hover {
    background-color: #6a3a38;
    border: 1px solid #6a3a38;
}

.newyear .phone {
    color: white;
}

.newyear .instagram:hover {
    background-color: #6a3a38;
    border: 1px solid #6a3a38;
}

.newyear .header__contacts a {
    color: white;
    background-color: #a16962;
}

.newyear .item__price {
    background-color: #bb997d;
    position: relative;
    left: auto;
    top: -60px;
    z-index: 3;
    border-radius: 100px;
    color: white;
}

.newyear .item {
    background-color: transparent;
}

.newyear .item img {
    border-radius: 500px;
    z-index: 2;
}

.newyear .utp__christmas {
    background: url(/images/christmas.jpg);
        background-size: auto;
    background-size: auto;
    width: 150px;
    height: 150px;
    display: block;
    padding: 0px;
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 500px;
}

.newyear .item:before {
    content: "";
    width: 80px;
    height: 80px;
    background: url(/images/new_year/top.svg);
        background-size: auto;
    background-size: auto;
    background-size: cover;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -40px;
    z-index: 3;
}

.newyear .item {
    margin-bottom: 50px;
}

.newyear footer a {
    color: white;
}

.newyear footer {
    border-top: 1px solid white;
} */

.swiper-container {
    width: 100%;
}

.item-button-next.swiper-button-next {
    background:url(/images/new_year/arrow-next.svg);
    background-size: cover;
    width: 40px;
    height: 40px;
}

.item-button-prev.swiper-button-prev {
    background:url(/images/new_year/arrow-prev.svg);
    background-size: cover;
    width: 40px;
    height: 40px;
}

.mpages {
    display: flex;
    justify-content: space-between;
    z-index: 2;
    margin-top: 200px;
    flex-wrap: wrap;
}

.mpages__item {
    width: 30%;
    margin-bottom: 20px;
}

.mpages__item img {
    width: 100%;
}

.gender__circle {
    padding: 30px 10px;
    width: 80px;
}

.gender {
    z-index: 2;
    margin-top: 100px;
}

.gender__img {
    width: 100%;
    margin-bottom: 100px;
}

.gender__title {
    font-size: 80px;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Cormorant Garamond', serif;
}

.gender__images {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.gender__images img {
    width: 48%;
}

.gender__video {
    width: 100%;
    height: 700px;
}

.gender__price {
    text-align: center;
    margin-top: 100px;
}

.gender__price p:nth-child(1) {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gender__price p:nth-child(2) {
    font-size: 80px;
    font-family: 'Cormorant Garamond', serif;
    line-height: 1;
}

.reviews {
    width: 100%;
    margin-top: 100px;
    z-index: 2;
}

.reviews__title {
  font-size: 60px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
}

.reviews__slider {
    width: 100%;
    height: 500px;
}

.reviews__slider img {
    width: 100%;
}

.reviewsslider__button-next.swiper-button-next {
    background:url(/images/arrow__right.svg);
    background-size: cover;
    width: 40px;
    height: 40px;
    outline: none;
}

.reviewsslider__button-prev.swiper-button-prev {
    background:url(/images/arrow__left.svg);
    background-size: cover;
    width: 40px;
    height: 40px;
    outline: none;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
    display: none;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-next::after {
    display: none;
}

/* product */

.product {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 100px;
}

.pagetop {
    margin-top: 30px;
}

.product__count {
    display: inline-block;
    margin-top: 30px;
}

.product__count .product__minus::after, .product__count .product__plus::after {
    width: 10px;
    height: 10px;
    font-size: 10px;
}
.product__count .product__minus::after {
    content: url(../images/minus.png);
    width: 30px;
    height: 30px;
}

.product__count .product__plus::after {
    content: url(../images/plus.png);
    width: 30px;
    height: 30px;
}

.product__count input {
    border: none;
    text-align: center;
    width: 30px;
    color: #3D3D3D;
	font-size: 15px;
	background-color: #fff;
}

.product__img {
    width: 50%;
    border-radius: 20px;
}

.product__content {
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.btn.btn-default {
    display: none;
}

.product__countform {
    display: flex;
    width: 100px;
    justify-content: space-between;
    flex-direction: column;
}

.product__plus {
    background-color: #dbdbdb;
    padding: 5px 10px;
    border-radius: 5px;
}

.product__minus {
    background-color: #dbdbdb;
    padding: 5px 10px;
    border-radius: 5px;
}

.product__article {
    color: #8B8B8B;
}

.product__title {
    font-size: 46px;
    margin-top: 20px;
}

.product__price {
    margin-top: 20px;
    font-size: 30px;
}

.product__addcart {
    background-color: #55924e;
    border: none;
    padding: 20px 30px;
    margin-top: 30px;
    font-family: 'Inter', sans-serif;
    color: white;
    border-radius: 10px;
    width: 300px;
    cursor: pointer;
}

.product__desc {
    margin-top: 50px;
}

.others__items {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.others {
    margin-top: 100px;
    width: 100%;
}

.others__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
}

.looked__items {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}

.looked {
    margin-top: 50px;
    width: 100%;
}

.looked__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* product__slider */

.product__slider {
    width: 50%;
}

.product__slider .swiper {
    width: 500px;
    height: 100%;
  }

.product__slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.product__slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.product__slider .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.product__slider .swiper-slide {
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.product__slider .prodSwiper2 {
    height: auto;
    width: 100%;
}

.product__slider .prodSwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.product__slider .prodSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.product__slider .prodSwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.product__whatsapp {
    background-color: #4dabcd;
    color: white;
    border-radius: 50px;
    text-align: center;
    padding: 20px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    font-size: 14px;
    width: 300px;
}

.product__size {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}

.product__size p {
    width: 100%;
}

.product__sizelink {
    border: 1px solid #a16962;
    padding: 7px 14px;
    border-radius: 50px;
}

.product__sizelink.active {
    background-color: #a16962;
    color: white;
}

.product__korob {
    margin-top: 20px;
}

/* breadcrumb */

.breadcrumb {
    color: #898989;
    font-size: 16px;
    margin-bottom: 10px;
}

.breadcrumb.category {
    margin-bottom: 50px;
}

.breadcrumb a {
    color: #a16962;
    font-size: 14px;
}

.breadcrumb .B_crumb span:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #898989;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 8px;
    margin-left: 5px;
    border-radius: 5px;
}

.breadcrumb .B_currentCrumb span:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #898989;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 8px;
    margin-left: 5px;
    border-radius: 5px;
}

.mobmenu {
    z-index: 10;
    position: fixed;
    background: #fdf0ea;
    height: 100vh;
    width: 100%;
    top: -2000px;
    display: block;
}
    
.mobmenu__close-menu {
  position: fixed;
  display: flex;
  right: 20px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 10px;
  font-size: 24px;
  color: #fff;
  top: -100%;
  z-index: 7;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.mobmenu__close-menu img {
    width: 40px;
    height: 40px;
    margin: auto;
}

.mobmenu__nav {
    position: absolute;
    left: 55%;
    margin-left: -300px;
    top: 50%;
    margin-top: -215px;
    z-index: 5;
    width: 600px;
}

.mobmenu__main-menu {
    margin-top: 20px;
}

.mobmenu__main-menu-item {
    padding-top: 20px;
}

.mobmenu__main-menu-item a {
  text-decoration: none;
  color: #664440;
  font-size: 60px;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mobmenu__main-menu-item::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #664440;
  position: absolute;
  left: -30px;
  top: 50%;
  border-radius: 20px;
  margin-top: 5px;
}

.mobmenu__menu-btn {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 1;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.mobmenu__menu-btn img {
    width: 100%;
    height: 100%;
}

.notfound__link {
  margin: auto;
    margin-top: auto;
  display: block;
  width: 150px;
  border: 1px solid #664440;
  border-radius: 50px;
  padding: 10px 20px;
  text-align: center;
  margin-top: 20px;
}

.notfound__title {
    font-size: 24px;
    line-height: 1;
}

.notfound {
    margin: auto;
    margin-top: 150px;
}

.mcatalog {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mcatalog__item {
  width: 48%;
  display: flex;
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
  background-size: cover;
  flex-direction: column;
  height: auto;
  align-items: flex-start;
}

.mcatalog__item span {
  color: white;
  line-height: 1;
  text-align: center;
  font-size: 40px;
  z-index: 1;
  width: 80%;
  position: absolute;
  bottom: 50px;
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  margin-left: -40%;
  left: 50%;
}

/* .mcatalog__item span::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/images/arrow__right-brown.svg);
  display: inline-block;
  margin-left: 10px;
} */

.mcatalog__itemsale, .mcatalog__itemnow {
    width: 49%;
    height: 200px;
    margin-top: auto;
    margin-bottom: auto;
}

.mcatalog__item img {
    width: 100%;
}

.whatsapp__link {
  position: fixed;
  bottom: 10px;
  text-transform: uppercase;
  background-color: #027102;
  color: white;
  padding: 10px 0px;
  width: 250px;
  text-align: center;
  left: 50%;
  margin-left: -125px;
  letter-spacing: 1px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50px;
}

.soc__links {
  position: fixed;
  bottom: 20px;
  width: 280px;
  left: 50%;
  margin-left: -140px;
  z-index: 10;
  background-color: #a16962;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  line-height: 1.7;
  font-size: 18px;
  color: white;
}

.soc__links a {
  border-radius: 30px;
  padding: 5px 10px;
  color: white;
  background-color: #40ccff;
}

.soc__links a:hover {
    background-color: white;
    color: #664440;
    transition: all .3s ease-in-out;
}

.mabout {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.mabout__img {
    width: 45%;
}

.mabout__content {
  width: 45%;
  margin-top: auto;
  margin-bottom: auto;
}

.mabout__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    line-height: 1;
}

.mabout__text {
    margin-top: 20px;
    font-size: 20px;
}

.mabout__title span {
  display: block;
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.marquee-container {
  display: flex;
  overflow: hidden;
  margin-top: auto;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -37px;
}

.marquee {
  font-size: 16px;
  line-height: 1.3;
  font-family: sans-serif;
  padding: 24px 0;
  color: #fff;
  white-space: nowrap;
  animation: marquee 20.5s infinite linear;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.marquee:after{
    content: "Акции % Акции % Акции % Акции % Акции % Акции % Акции % Акции";
}

@keyframes marquee{
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

.corptitle {
  z-index: 2;
  font-size: 50px;
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  margin-top: 100px;
  line-height: 1;
  position: relative;
}

.corpitems {
    display: flex;
    justify-content: space-between;
    z-index: 2;
    margin-top: 50px;
    flex-wrap: wrap;
}

.corpitems img {
    width: 48%;
    margin-bottom: 30px;
    border-radius: 20px;
}

.xlike {
    position: relative;
}

.xlike:after,
.xlike:before {
    content: " ";
    display: block;
    clear: both;
}

.xlike .xlike__line {
    width: 100%;
    height: 2px;
    background-color: #ccc;
    opacity: .7;
}

.xlike .xlike__line-fill {
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    width: 0;
    height: 100%;
    background-color: #ef4646;
}

.xlike .xlike__percent {
    float: right;
    display: block;
    color: #707070;
    font-size: .8em;
    line-height: 1.4em;
}

.xlike .xlike__items {
    float: left;
    display: block;
    margin-left: .2rem;
    margin-top: .3rem;
}

.xlike .xlike__item {
    display: inline-block;
    margin: 0 .1rem 0 0;
    vertical-align: middle;
}

.xlike .xlike__link {
    transition: all .4s ease-in-out;
    color: #444;
    border: 0;
    opacity: .7;
    text-decoration: none;
}

.xlike a.xlike__link:hover {
    color: #444;
    opacity: 1
}

.xlike a.xlike__link:hover .xlike__svg {
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, .05);
}

.xlike .xlike__link_active {
    opacity: .9;
}

.xlike .xlike__link_active .xlike__svg {
    background-color: #ef4646;
}

.xlike .xlike__link_active .xlike__svg-hand,
.xlike .xlike__link_active .xlike__svg-jacket {
    fill: #fff;
}

.xlike .xlike__link_active .xlike__svg-shirt {
    fill: #ef4646;
}

.xlike__item_dislike .xlike__link_active .xlike__svg {
    background-color: #707070;
}

.xlike__item_dislike .xlike__link_active .xlike__svg-hand,
.xlike__item_dislike .xlike__link_active .xlike__svg-jacket {
    fill: #fff;
}

.xlike__item_dislike .xlike__link_active .xlike__svg-shirt {
    fill: #707070;
}

.xlike .xlike__icon {
    transition: all .4s ease-in-out;
    background-color: #ddd;
    border-radius: 100px;
    vertical-align: middle;
}

.xlike .xlike__svg {
    width: 2em;
    height: 2em;
}

.xlike .xlike__svg path {
    transition: all .4s ease-in-out;
}

.xlike .xlike__svg-hand,
.xlike .xlike__svg-jacket {
    fill: #444;
}

.xlike .xlike__svg-shirt {
    fill: #fff;
}

.xlike .xlike__svg_dislike {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.xlike .xlike__count {
    font-size: .8em;
    line-height: 1em;
    vertical-align: middle;
}

.product__video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top: 50px;
	z-index: 2;
	border-radius: 20px;
}
	
.product__video iframe, .product__video object, .product__video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.corpbanner {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    background-color: #fff7f4;
}

.corpbanner__content {
  width: calc(40% - 40px);
  margin: auto;
  padding: 20px;
}

.corpbanner__img {
    width: 50%;
}

.corpbanner__title {
    font-size: 40px;
    font-family: 'Cormorant Garamond', serif;
    line-height: 1;
}

.corpbanner__text {
    margin-top: 10px;
}

.corpbanner__link {
  display: inline-block;
  color: #664440;
  border: 1px solid #664440;
  padding: 10px 20px;
  margin-top: 20px;
}

.corpbanner__link:hover {
    background-color: #a16962;
    border: 1px solid #a16962;
    color: white;
    transition: all .3s ease-in-out;
}



.corplogo {
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

.corplogo__title {
    font-size: 50px;
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
}

.corplogo__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.corplogo__items img {
    width: 23%;
    margin-bottom: 30px;
    border-radius: 20px;
}

.callebanner {
    display: flex;
    z-index: 2;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: #fff7f4;
}

.callebanner__content {
    width: 49%;
    padding: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

.callebanner__img {
    width: 50%;
}

.callebanner__title {
  font-size: 40px;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
}

.callebanner__text {
    margin-top: 20px;
}

.callebanner__ul li {
    margin-bottom: 5px;
}

.callebanner__ul li span {
    width: 90%;
}

.callebanner__ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #a16962;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50px;
}

.kp__items {
    display: flex;
    z-index: 5;
    flex-direction: column;
    margin-top: 50px;
}

.kp__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  background-color: #fff7f4;
  border-radius: 10px;
}

.kp__item img {
    width: 50%;
    border-radius: 10px;
}

.kp__text {
    width: 40%;
    font-size: 30px;
    line-height: 1.2;
    margin: auto;
}

.kp__text p {
    margin-top: 10px;
}

.corp__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.corp__item {
    width: 30%;
    margin-bottom: 30px;
}

.corp__item img {
    width: 100%;
}

.mfp-bottom-bar {
    display: none;
}

.corp__topitems {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.corp__topitem {
    width: 48%;
    margin-bottom: 50px;
}

.corp__topitem img {
    width: 100%;
}

.wgallery {
  position: relative;
  z-index: 2;
}

.wgallery__title {
  z-index: 2;
  font-size: 50px;
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  margin-top: 100px;
  line-height: 1;
  position: relative;
}

.wgallery__images {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wgallery__img {
    width: 30%;
    margin-bottom: 50px;
    border-radius: 20px;
}

.item__sale {
  color: #664440 !important;
  background-color: #f0e6e1;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.newyear header {
    background-color: transparent;
}

.item-highlighting {
    background-color: #c94040;
}

.item-highlighting .item__text span {
    color: white;
}

.product.korpus {
    flex-direction: column-reverse;
}

.k-image {
    width: 48%;
    margin-bottom: 40px;
}

.product__k-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product__content.korpus {
    margin-left: 0px;
    text-align: center;
}

.product__whatsapp.korpus {
    margin-left: auto;
    margin-right: auto;
}

.taste {
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  z-index: 1;
  margin-top: 50px;
}

.taste-img {
    width: 200px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.taste ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.taste ul li {
    width: 30%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.taste-desc {
  z-index: 5;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 30px;
}

.popular__link {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 125px;
  border: 2px solid #a16962;
  padding: 10px 20px;
  z-index: 10;
  position: relative;
  border-radius: 50px;
  font-size: 22px;
  margin-top: 50px;
}

.popular__link:hover {
    background-color: #a16962;
    color: white;
    transition: all .3s ease-in-out;
}

.corp__products {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}

.corp__productsitem {
    width: 48%;
    margin-bottom: 50px;
}

.corp__productsitem img {
    width: 100%;
    border-radius: 20px;
}

.corp__productsitemprice {
    text-align: center;
    font-size: 24px;
}

.max__link {
background: #1CB3F0;
background: linear-gradient(135deg, #1CB3F0, #B032C2);
}

.max {
    z-index: 5;
    position: relative;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
}

.max__title {
  text-align: center;
  font-size: 30px;
}

.maxbanner__link {
    color: white;
    margin-left: auto;
    margin-right: auto;
    background: #1CB3F0;
  background: linear-gradient(135deg, #1CB3F0, #B032C2);
    background-color: rgba(0, 0, 0, 0);
    padding: 10px 20px;
  border-radius: 50px;
}



















































@media (max-width: 1200px) {
    .wrap {
        width: 1000px;
    }
    
    header {
        width: 1000px;
    }

    .mark {
        width: 1000px;
    }
}

@media (max-width: 1024px) {
    .wrap {
        width: 728px;
    }
    
    header {
        width: 728px;
    }
    
    .mpopular__items.items {
      margin-top: -20px;
    }

    h1 {
        font-size: 84px;
    }

    .contacts {
        width: 650px;
    }

    .contacts__minititle {
        font-size: 16px;
    }

    .contacts__title {
        font-size: 55px;
    }

    .mark {
        width: 728px;
    }

    .contacts__link {
        font-size: 16px;
    }

    .utp__circle {
        padding: 40px 10px;
    }
    
    .item {
        width: 48%;
    }
    
    .callebanner {
        flex-direction: column-reverse;
    }
    
    .callebanner__content {
        width: 90%;
        margin-bottom: 20px;
    }
    
    .callebanner__img {
        width: 100%;
    }
    
    .corpbanner {
        flex-direction: column;
    }
    
    .corpbanner__img {
        width: 100%;
    }
    
    .corpbanner__content {
        width: calc(100% - 40px);
    }
    
    .wgallery__img {
        width: 48%;
    }
}

@media (max-width: 768px) {
    .wrap {
        width: 95%;
    }
    
    header {
        width: 95%;
    }
    
    .mabout__text {
        font-size: 18px;
    }
    
    .mabout__title {
        font-size: 40px;
    }
    
    .mabout__title span {
        font-size: 16px;
    }
    
    .mabout__content {
      width: 50%;
    }
    
    .mabout {
        flex-direction: column;
    }
    
    .mabout__img {
        width: 100%;
        margin-top: 30px;
    }
    
    .mabout__content {
        width: 100%;
    }
    
    .mobmenu__nav {
      position: absolute;
      left: 50%;
      margin-left: -150px;
      top: 50px;
      margin-top: 0px;
      z-index: 5;
      width: 300px;
    }
    
    .mobmenu__main-menu-item a {
        font-size: 30px;
    }
    
    .mobmenu__close-menu img {
    width: 30px;
    height: 30px;
    }
    
    .footer__top {
        flex-direction: column;
    }
    
    .footer__menu {
        flex-direction: column;
    }
    
    .footer__menu ul {
        margin-left: 0px;
    }
    
    .footer__menu ul:last-child {
        margin-top: 30px;
    }
    
    .reviews__title {
        font-size: 40px;
    }

    .item__line {
        flex-direction: column;
    }

    .item__small {
        width: 100%;
    }

    .item__big {
        width: 100%;
    }

    .item__line .item:nth-child(2n) {
        margin-top: 50px;
    }

    .mark {
        width: 90%;
    }

    h1 {
        font-size: 50px;
    }

    .utp__circle {
        font-size: 14px;
        top: -25px;
        padding: 40px 5px;
    }

    .contacts {
        width: 100%;
    }

    .contacts__title {
        font-size: 40px;
    }
    
    .newyear .utp__christmas {
        width: 100px;
        height: 100px;
    }
    
    .gender__title {
        font-size: 50px;
    }
    
    .gender__images {
        flex-direction: column;
    }
    
    .gender__images img {
        width: 100%;
        margin-bottom: 50px;
    }
    
    .gender__video {
        height: 400px;
    }
    
    .contacts__links {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }

    .contacts__link {
        margin-bottom: 20px;
    }
    
    .product {
        flex-direction: column;
    }
    
    .product__slider {
        width: 100%;
    }
    
    .product__content {
        margin-left: 0px;
    }
    
    .corpbanner__info {
        padding: 20px;
    }
    
    .kp__item {
        flex-direction: column;
    }
    
    .kp__item img {
        width: 100%;
    }
    
    .kp__text {
        width: calc(100% - 40px);
        padding: 20px;
        font-size: 20px;
    }
    
    .corp__item {
        width: 48%;
    }
    
    .k-image {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .taste ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .taste ul {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .utp__circle {
        position: relative;
        top: 0px;
        margin-top: 30px;
        left: 50%;
        margin-left: -55px;
    }
    
    .mcatalog:nth-child(3) .mcatalog__item {
      width: 100%;
      height: 400px;
    }
    
    .header__contacts {
        flex-direction: column;
        width: 120px;
    }
    
    .phone {
        margin-top: 10px;
    }

    .utp {
        text-align: center;
    }

    .items {
        margin-top: 50px;
    }
    
    .item {
        width: 100%;
    }
    
    .newyear .utp__christmas {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    
    .mpages__item {
        width: 100%;
    }
    
    h1 {
      font-size: 40px;
    }
    
    .product__title {
      font-size: 34px;
    }
    
    .product__whatsapp {
        width: 100%;
    }
    
    .others__title {
        font-size: 20px;
    }
    
    .looked__title {
        font-size: 30px;
    }
    
    .corptitle {
        font-size: 30px;
    }
    
    .corplogo__items img {
        width: 48%;
    }
    
    .callebanner__title {
        font-size: 30px;
    }
    
    .mcatalog__item {
        width: 100%;
        margin-bottom: 30px;
    }
    
    h1 {
      font-size: 38px;
    }
    
    .mpopular__items.items {
        margin-top: 30px;
    }
    
    .corp__text {
        width: 220px;
        font-size: 20px;
    }
    
    .wgallery__img {
        width: 100%;
    }
    
    .mcatalog__item span {
        font-size: 30px;
    }
}

@media (max-width: 350px) {
    h1 {
        font-size: 30px;
    }
}