

/* Start:/local/templates/ImperatorsButique/assets/fonts/fonts.css?17155915911070*/
@font-face {
	font-family: "EB Garamond";
	src: url("/local/templates/ImperatorsButique/assets/fonts/EBGaramond-Medium.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 500; 
}
@font-face {
	font-family: "Montserrat";
	src: url("/local/templates/ImperatorsButique/assets/fonts/Montserrat-Medium.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 500;
}
@font-face {
	font-family: "Montserrat";
	src: url("/local/templates/ImperatorsButique/assets/fonts/Montserrat-Light.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 300;
}
@font-face {
	font-family: "Inter";
	src: url("/local/templates/ImperatorsButique/assets/fonts/Inter-Light.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 300;
}
@font-face {
	font-family: "Inter";
	src: url("/local/templates/ImperatorsButique/assets/fonts/Inter-Regular.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 400;
}
@font-face {
	font-family: "Inter";
	src: url("/local/templates/ImperatorsButique/assets/fonts/Inter-Medium.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 500;
}
@font-face {
	font-family: "Inter";
	src: url("/local/templates/ImperatorsButique/assets/fonts/Inter-Bold.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 700;
}
@font-face {
	font-family: "Rubik";
	src: url("/local/templates/ImperatorsButique/assets/fonts/Rubik-Regular.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 400;
}

/* End */


/* Start:/local/templates/ImperatorsButique/assets/css/slick.css?17513628341749*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/ImperatorsButique/assets/css/index.css?1738828685108248*/
@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  line-height:1.6em;
}

a {
  text-decoration: none;
  color: #0A0A0A;
}

li {
  list-style-type: none;
}

body,
input,
button,
textarea {
  font-family: "Inter";
  font-style: normal;
}

input,
button,
textarea {
  box-sizing: border-box;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  outline: 0;
}

.box-content {
  width: min(100% - 30px, 1600px);
  margin-inline: auto;
  box-sizing: border-box;
}
.box-content-section {
  width: min(100% - 30px, 1600px);
}
.box-content-section > .box-content {
  width: min(100% - 30px, 1680px);
}

@media (min-width: 1000px) {
  .mobile-media {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  .decstop-media {
    display: none !important;
  }
}

.button__link {
  cursor: pointer;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4em;
  text-transform: uppercase;
  padding: 10px 12px;
  background: #0A0A0A;
  border-radius: 2px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s;
}
.button__link:hover {
  background: #403F3F;
}
.button__link.inactive {
  background: #DCDFE2;
  color: #8B8B8B;
}
.button__link.disabled {
  background: #AFAFAF;
  color: #CCCCCC;
  pointer-events: none;
}
.button__link.border {
  color: #3D3D3D;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}
.button__link.border:hover {
  color: #FFFFFF;
  background: #0A0A0A;
  border-color: #0A0A0A;
}
/*
@media (max-width: 600px) {
  .button__link {
    font-size: 12px;
    line-height: 15px;
    padding: 9px 18px;
  }
}*/

.read__other {
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.read__other svg {
  margin-right: 30px;
}
.read__other:hover {
  transform: translateX(10px);
}

section {
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  section {
    margin-bottom: 50px;
  }
}
.box-content-section{
  position: relative;
  width: min(100%, 1920px);
  margin-inline: auto;
  box-sizing: border-box;
}
/* .box-content-section {
  position: relative;
} */
.box-content-section .controls-arrows .arrow {
  position: absolute;
  top: calc(50% - 40px);
  cursor: pointer;
  transition: 0.4s;
}
.box-content-section .controls-arrows .arrow:hover {
  transform: scale(1.2);
}
.box-content-section .controls-arrows .arrow.sprite-prev {
  left: 20px;
}
.box-content-section .controls-arrows .arrow.sprite-next {
  right: 20px;
}
@media (max-width: 1700px) {
  .box-content-section .controls-arrows .arrow.sprite-prev {
    left: 15px;
  }
  .box-content-section .controls-arrows .arrow.sprite-next {
    right: 15px;
  }
}
@media (max-width: 1200px) {
  .box-content-section .controls-arrows .arrow {
    display: none !important;
  }
}
.button-gray {
  height: 40px;
  padding: 0 18px;
  border-radius: 1px;
  background: #D1D1D1;
  font-size: 14px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
@media (max-width: 600px) {
  .button-gray {
    width: 100%;
  }
}
.button-gray:hover {
  background: #E3E3E3;
}
.box-content-section .controls-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  justify-content: center;
  margin-top: 100px;
}
.box-content-section .controls-dots ul {
  display: flex;
  align-items: center;
}
.box-content-section .controls-dots ul li {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 0.6;
  transition: 0.4s;
  border: 1px solid #CCCCCC;
  background: #fff;
}
.box-content-section .controls-dots ul li:not(:last-child) {
  margin-right: 16px;
}
.box-content-section .controls-dots ul li:hover {
  transform: scale(1.2);
}
.box-content-section .controls-dots ul li.slick-active {
  opacity: 1;
  border-color: #0A0A0A;
  background: #0A0A0A;
}
.box-content-section .controls-dots ul button {
  font-size: 0;
  opacity: 0;
  outline: none;
  width: 0;
  height: 0;
}
@media (max-width: 1200px) {
  .box-content-section .controls-dots {
    margin-top: 25px;
  }
  .box-content-section .controls-dots ul li {
    width: 8px;
    height: 8px;
  }
  .box-content-section .controls-dots ul li:not(:last-child) {
    margin-right: 8px;
  }
}

a.heart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.heart svg {
  transition: 0.4s;
}
a.heart svg.hover {
  opacity: 0;
  position: absolute;
}
a.heart:hover svg:not(.hover), a.heart.active svg:not(.hover) {
  opacity: 0;
}
a.heart:hover svg.hover, a.heart.active svg.hover {
  opacity: 1;
}

.product-section > *:not(:last-child) {
  margin-bottom: 40px;
}

.product-box__item {
  display: flex;
  flex-direction: column;
}
.product-box__item .text {
  margin-top: 25px;
}
.product-box__item .text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;

  margin-top: 15px;
  color: #0A0A0A;
}
.product-box__item .text p span{
  font-size: 19px;
}

.product-box__item .text h5 {
    height:62px;
	overflow:hidden;
}


@media (max-width: 1300px) {
  .product-box__item .text h5 {
    height:62px;
  }
}
@media (max-width: 900px) {
  .product-box__item .text h5 {
    height:51px;
	font-size: 18px;
  }
}
@media (max-width: 600px) {
  .product-box__item .text h5 {
    height:auto;
  }
}



.product-box__item .image {
  height: auto;
  display: flex;
  position: relative;
}
.product-box__item .image .icon {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 25px;
  left: 25px;
}
.product-box__item .image .icon > *:not(:last-child) {
  margin-bottom: 30px;
}
.product-box__item .image > a {
  width: 100%;
  height: 100%;
}
.product-box__item .image > a img {
  max-width: 100%;
  /*height: 100%;
  -o-object-fit: cover;
     object-fit: cover;*/
	 height:auto;
}
@media (max-width: 1200px) {
  .product-box__item .image {
    height: auto;
  }
}
@media (max-width: 700px) {
  .product-box__item .image {
     height: auto;
  }
}
@media (min-width: 900px) {
  .product-box__item:nth-child(2n) {
    margin-top: 100px !important;
  }
}

.blog__item {
  height: 100%;
}
.blog__item figure {
  height: 420px;
  width: 100%;
  margin-bottom: 25px;
}
.blog__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .blog__item figure {
    height: 350px;
  }
}
@media (max-width: 700px) {
  .blog__item h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .blog__item figure {
    height: 320px;
  }
}
.blog__item p {
  margin-top: 25px;
}

.subscribe-section {
  position: relative;
  margin-bottom: 0;
}
.subscribe-section .box-content{
  width: min(100% - 30px, 1420px);
}
.subscribe-section > img {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100% - 60px);
  z-index: 1;
}
.subscribe-section > img.mobl{
  display: none;
}
.subscribe-section .box-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subscribe-section .box-content h2 {
  padding: 0 12px;
}
.subscribe-section .box-content > img {
  height: calc(100% - 30px);
}
.subscribe-section .box-content > img:first-child {
  margin-top: 30px;
}
.subscribe-section .box-content > img:last-child {
  margin-bottom: 30px;
}
.subscribe-section .box-content form {
  margin-top: 25px;
  display: flex;
  gap: 25px;
}
@media (max-width: 1270px) {
  .subscribe-section {
    padding: 25px;
  }
  .subscribe-section > img {
    top: 0;
    height: 100%;
    bottom: 0;
  }
  .subscribe-section .box-content {
    justify-content: center;
  }
  .subscribe-section .box-content img {
    display: none;
  }
  .subscribe-section > img:not(.mobl){
    display: none;
  }
  .subscribe-section > img.mobl{
    display: block;
  }
}
@media (max-width: 900px) {
  .subscribe-section .box-content h2 {
    text-align: center;
    padding: 0;
    font-size: 24px;
    line-height: 36px;
  }
  .subscribe-section__box {
    width: 100%;
  }
  .subscribe-section form {
    flex-direction: column;
  }
  .subscribe-section form button {
    width: 100%;
    justify-content: center;
  }
}

.input__box {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  transition: 0.4s;
  position: relative;
}
.input__box input {
  padding: 0 12px;
  width: 100%;
  height: 48px;
  color: #0A0A0A;
}
.input__box input::-moz-placeholder {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #BDBDBD;
}
.input__box input::placeholder {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #BDBDBD;
}
.input__box .error {
  position: absolute;
  /* bottom: -24px; */
  top: 100%;
  left: 0;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #F44336;
  opacity: 0;
  transition: 0.4s;
}
.input__box.error {
  border-color: #EC3F3B;
}
.input__box.error .error {
  opacity: 1;
}

h1, h2, h3, h4, h5,
.title-box h1,
.title-section,
.h1-title-section,
.h2-title-section {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #0A0A0A;
}

h1, h2, h3, h4, h5{
	font-family: "Montserrat";
}

.title-box h1,
h1, h1.title-section,
.h1-title-section {
  font-size: 36px;
  line-height: 1.4em;
}
@media (max-width: 1300px) {
  .title-box h1,
  h1, h1.title-section,
  .h1-title-section {
    font-size: 32px;
	line-height: 1.4em;
  }
}
@media (max-width: 600px) {
  .title-box h1,
  h1, h1.title-section,
  .h1-title-section {
    font-size: 24px;
	line-height: 1.4em;
  }
}

.title-box h2,
h2, h2.title-section, .h2-title-section {
  font-size: 32px;
  line-height: 1.4em;
}

@media (max-width: 1300px) {
	.title-box h2,
	h2, h2.title-section, .h2-title-section {
		font-size: 24px;
        line-height: 1.4em;
  }
}

@media (max-width: 360px) {
	.title-box h2,
	h2, h2.title-section, .h2-title-section {
		font-size: 18px;
		line-height: 1.4em;
  }
}

h3.title-section {
  font-size: 24px;
  line-height: 120%;
}

h4.title-section {
  font-size: 18px;
  line-height: 120%;
}

.title-box {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
  text-align: center;
}
/*
@media (min-width: 900px) {
  .title-box h2 {
    font-size: 48px;
	}
}*/
@media (max-width: 900px) {
  .title-box {
    margin-bottom: 30px;
  }
}

.title-block__h1 {
  font-size: 48px;
  line-height: 1.4em;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #0A0A0A;
}
@media (max-width: 1300px) {
  .title-block__h1 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .title-block__h1 {
    font-size: 24px;
  }
}
.title-block__h2 {
  font-size: 36px;
  line-height: 1.4em;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #0A0A0A;
}
@media (max-width: 400px) {
  .title-block__h2 {
    font-size: 24px;
  }
}
.title-block__h3 {
  font-size: 22px;
  line-height: 1.4em;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #0A0A0A;
}

@media (max-width: 1300px) {
  .title-block__h3 {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .title-block__h3 {
    font-size: 18px;
  }
}
.title-block__h4 {
  font-size: 18px;
  line-height: 1.4em;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #0A0A0A;
}

.text__big {
  font-size: 20px;
  line-height: 1.4em;
}
.text__big.light {
  font-weight: 300;
}
.text__big.regular {
  font-weight: 400;
}
.text__big.medium {
  font-weight: 400;
}
.text__big.bold {
  font-weight: 400;
}
/* @media (max-width: 1000px) {
  .text__big {
    font-size: 18px;
  }
} */
@media (max-width: 600px) {
  .text__big {
    font-size: 16px;
  }
}
/* @media (max-width: 400px) {
  .text__big {
    font-size: 14px;
  }
} */
.text__middle {
  font-size: 18px;
  /*line-height: 120%;*/
  line-height: 1.4em;
}
.text__middle.light {
  font-weight: 300;
}
.text__middle.regular {
  font-weight: 400;
}
.text__middle.medium {
  font-weight: 400;
}
.text__middle.bold {
  font-weight: 400;
}
@media (max-width: 600px) {
  .text__middle {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .text__middle {
    font-size: 14px;
  }
}
.text__small {
  font-size: 16px;
  line-height: 1.6em;
}
.text__small.light {
  font-weight: 300;
}
.text__small.regular {
  font-weight: 400;
}
.text__small.medium {
  font-weight: 400;
}
.text__small.bold {
  font-weight: 400;
}
@media (max-width: 400px) {
  .text__small {
    font-size: 14px;
  }
}
.text__xs {
  font-size: 14px;
  line-height: 1.4em;
}
.text__xs.light {
  font-weight: 300;
}
.text__xs.regular {
  font-weight: 400;
}
.text__xs.medium {
  font-weight: 400;
}
.text__xs.bold {
  font-weight: 400;
}

.link_nav {
  margin-top: 50px;
  max-width: 100%;
}
.link_nav ul {
  display: flex;
  gap: 50px;
  overflow-x: auto;
}
@media (max-width: 700px) {
  .link_nav ul {
    gap: 25px;
  }
}
.link_nav ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid transparent;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (max-width: 700px) {
  .link_nav ul li {
    background: #F1F1F1;
    padding: 6px 12px;
    border: 0;
  }
}
.link_nav ul li.active {
  border-color: #0A0A0A;
}
.link_nav ul li.active a {
  font-weight: 500;
}
@media (max-width: 700px) {
  .link_nav ul li.active {
    background: #CACACA;
  }
}
.link_nav ul li:hover a {
  font-weight: 500;
}
.link_nav ul li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #0A0A0A;
}
@media (max-width: 700px) {
  .link_nav ul li a {
    font-size: 14px;
    line-height: 21px;
  }
}

body {
  position: relative;
}

main {
  padding-top: 263px;
}
@media (max-width: 1000px) {
  main {
    padding-top: 113px;
  }
}

@media (max-width: 480px) {
  main {
    padding-top: 145px;
  }
}

.input__text {
  display: flex;
  align-items: center;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  position: relative;
  border-radius: 2px;
}
.input__text:not(:last-child) {
  margin-bottom: 25px;
}
.input__text input {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  width: 100%;
  align-items: center;
  color: #0A0A0A;
  padding: 12px;
}
.input__text input::-moz-placeholder {
  color: #8B8B8B;
}
.input__text input::placeholder {
  color: #8B8B8B;
}
.input__text svg {
  position: absolute;
  cursor: pointer;
  right: 12px;
}
.input__text span.error {
  top: 100%;
  left: 0;
  position: absolute;
  right: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #FB3B20;
}
.input__title {
  margin-bottom: 25px;
}
.input__radio {
  margin: 30px 0;
  display: flex;
}
.input__radio label:not(:last-child) {
  margin-right: 50px;
}
.input__radio span {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #0A0A0A;
}
.input__radio span::after, .input__radio span::before {
  content: "";
  display: inline-flex;
  border-radius: 50%;
  transition: 0.4s;
}
.input__radio span::after {
  opacity: 0;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 9.5px;
  background: #D8D8D8;
}
.input__radio span::before {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border: 1px solid #D8D8D8;
}
.input__radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.input__radio input:checked + span::after {
  opacity: 1;
}
.input__checkbox {
  margin: 50px 0;
}
.input__checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.input__checkbox input {
  opacity: 0;
  display: none;
}
.input__checkbox input ~ label::before {
  content: "✓";
  margin-right: 20px;
  color: white;
  border: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  font-size: 30px;
  height: 38px;
}
.input__checkbox input:checked ~ label::before {
  color: #0A0A0A;
}

.modal__box {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal__box .bg {
  position: absolute;
  z-index: 10;
  top: 0;
  background: #000;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.close_modal_btn{
    position: absolute;
    top:16px;
    right:16px;
    width:20px;
    height: 20px;
    display: inline-block;
    cursor:pointer;
    background: #8B8B8B;
    -webkit-mask-image: url(/local/templates/ImperatorsButique/assets/img/close_modal.svg);
    mask-image:url(/local/templates/ImperatorsButique/assets/img/close_modal.svg);
}

.close_modal_btn:hover,
.close_modal_btn:active{
  background: #0A0A0A;
}


.modal__box > * {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__box > * .box {
  position: relative;
  z-index: 11;
  margin: 0 15px;
  max-width: 430px;
  box-sizing: border-box;
  padding: 45px;
  background: #FFFFFF;
}
.modal__box > * .box h4 {
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 500px) {
  .modal__box > * .box h4 {
    margin-bottom: 10px;
  }
}
.modal__box > * .box .text__small {
  color: #8B8B8B;
  margin-bottom: 25px;
}
.modal__box > * .box .button__link {
  margin-top: 35px;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.modal__box > * .box .button__link:last-child{
  margin-top: 20px;
}
@media (max-width: 500px) {
  .modal__box > * .box .button__link {
    margin-top: 0;
  }
  
}
@media (max-width: 500px) {
  .modal__box > * .box {
    padding: 25px;
  }
}
.modal__box > * .auth {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 25px;
}
.modal__box > * .auth p {
  margin-bottom: 20px;
}
.modal__box > * .auth p a {
  border-bottom: 1px dashed #000000;
}
.modal__box > * .auth .social {
  display: flex;
  gap: 15px;
}

.text-pages {
  font-family: "Montserrat";
  margin-top: 100px;
  font-style: normal;
  color: #0A0A0A;
}
@media (max-width: 700px) {
  .text-pages {
    margin-top: 25px;
  }
}


.text-pages h1,
.text-pages h2,
.text-pages h3,
.text-pages h4{
  margin-bottom: 1.5rem;
}

.text-pages h2:not(:first-child) {
  margin-top: 50px;
}

.text-pages p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.text-pages p:not(:last-child) {
  margin-bottom: 20px;
}

.fixed-menu {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  left: 0;
  background: #fff;
  z-index: 900;
}
@media (max-width: 1000px) {
  .fixed-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.fixed-menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #8B8B8B;
}

.burger__menu {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  right: 0;
  z-index: 1001;
}
.burger__menu-close {
  cursor: pointer;
}
.burger__menu > span {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 1050;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.burger__menu > div {
  position: relative;
  z-index: 1100;
  background: #fff;
  min-height: 100vh;
  overflow: auto;
  width: calc(100% - 50px);
  box-sizing: border-box;
  padding: 20px 25px 50px;
}
.burger__menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.burger__menu-bottom > nav > ul > *:not(:last-child) {
  margin-bottom: 15px;
}
.burger__menu-bottom > nav > ul > li > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.burger__menu-bottom > nav > ul > li > ul {
  margin-top: 18px;
  margin-left: 10px;
}
.burger__menu-bottom > nav > ul > li > ul > *:not(:last-child) {
  margin-bottom: 15px;
}
.burger__menu-other {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
}
.burger__menu-other > *:not(:last-child) {
  margin-bottom: 20px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 1000px) {
  header {
    position: fixed;
    background: #fff;
  }
}
header .mobile-media .box-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
}
header .header {
  height: 145px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header > *:not(.center) {
  width: calc(50% - 125px);
}
header .header__burger-box {
  display: flex;
  align-items: center;
}
header .header__burger {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 14px;
  margin-left: 25px;
  position: relative;
}
header .header__burger span {
  height: 2px;
  width: 18px;
  background: #0A0A0A;
  display: flex;
  transition: 0.4s;
  transition: 0.1s;
}
header .header__burger span::after {
  top: 0;
}
header .header__burger span::before {
  bottom: 0;
}
header .header__burger span::after, header .header__burger span::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 18px;
  background: #0A0A0A;
  display: flex;
  transition: 0.4s;
}
header .header__burger.active span {
  background: transparent;
}
header .header__burger.active span::after {
  transform: rotate(45deg);
  top: 5px;
}
header .header__burger.active span::before {
  bottom: 7px;
  transform: rotate(-45deg);
}
header .header__icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
header .header__icon > *:not(:last-child) {
  margin-right: 30px;
}
header .header__profile {
  display: flex;
  align-items: center;
  margin-left: 60px;
}
header .header__profile .arrow {
  margin-left: 15px;
}
.header .header__profile .arrow svg{
  transition: .4s;
}
.header .header__profile.active .arrow svg{
  transform: rotate(180deg);
}
header .header__menu {
  /* position: relative; */
  height: 70px;
  display: flex;
  justify-content: center;
}
header .header__menu ul {
  display: flex;
  gap: 50px;
  height: 100%;
}
header .header__menu ul li {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  transition: 0.4s;
}
header .header__menu ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #0A0A0A;
  transition: 0.4s;
  opacity: 0;
}
header .header__menu ul li.active {
  font-weight: 500;
}
header .header__menu ul li.active::after {
  opacity: 1;
}
header .header__menu-first {
  overflow-x: auto;
  overflow-y: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
header .header__menu-first::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
header .header__menu-first::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  position: relative;
}
header .header__menu-two {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*top_phones*/
.tp_cont{
    background-color: #f0f0f0;
    padding: 12px 0;
     display: flex;
  	flex-direction: row;
	  flex-wrap: nowrap;
	  justify-content: center;
	  align-items: center;
	  align-content: stretch;

}

.tp_item_block{
    position: relative;
}

.tp_item_block:first-child{
    margin-left: 30px;
}

.tp_item_block:last-child{
    padding-left: 88px;
}

@media (max-width: 480px){
    .tp_cont{
        flex-direction: column;
     }

    .tp_item_block:last-child{
        padding-left: 0;
        margin:8px 0 0 30px;
    }

}


.tp_item_block a{
    text-decoration: none;
    font-family: montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    display: block;
}

.tp_item_block a:before{
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-flex;
    height: 24px;
    width: 24px;
    left:-40px;
}

.tp_item_block.operator a:before{
    /*background-image: url(/local/templates/ImperatorsButique/assets/img/top_phones/operator.svg);*/
    -webkit-mask-image: url(/local/templates/ImperatorsButique/assets/img/top_phones/operator.svg);
    mask-image: url(/local/templates/ImperatorsButique/assets/img/top_phones/operator.svg);
    background-color: #0A0A0A;
}
.tp_item_block.service a:before{
    /*background-image: url(/local/templates/ImperatorsButique/assets/img/top_phones/service.svg);*/
    -webkit-mask-image: url(/local/templates/ImperatorsButique/assets/img/top_phones/service.svg);
    mask-image: url(/local/templates/ImperatorsButique/assets/img/top_phones/service.svg);
    background-color: #0A0A0A;
}

.tp_item_block:hover a:before{
  background-color:#E9A854;
}

.tp_item_block:hover a{
    text-decoration: none;
    color: #E9A854;
}

.tp_item_block:hover .tooltip{
    display: block;
}

/*tooltip*/
.tooltip {
    display: block;
}

.tooltip {
    padding: 10px 16px;
    position: absolute;
    width: auto;
    margin:0 auto;
    white-space: nowrap;
    word-wrap: no-wrap;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    background-color: #FAF8F0;
    color: #0A0A0A;
    top: 40px;
    left: 50%;
    transform: translate(-50%);
    transform-style: preserve-3d;
    z-index: 200;
    font-size: 0.9em;
    display: none;
}
.tooltip:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    transform-origin: 50% 50%;
    transform: rotate(45deg) translateX(-50%);
    background-color: #FAF8F0;
    
    left: 50%;
    top: -1px;
    z-index: 400;
}
.tooltip:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    transform-origin: 50% 50%;
    transform: rotate(45deg) translateX(-50%) translateZ(-1px);
    background-color: #FAF8F0;
    
    left: 50%;
    top: 0px;
    z-index: -1;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
}

.tooltip__tp{
    font-family: montserrat;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.tooltip__tp:after {
    top: 0;
    bottom: auto;
}

.tooltip__tp:before {
    top: 0;
    bottom: auto;
}



.news-detail a{
  color: #E38F23;
  font-weight: 400;
}

.news-detail a:hover, 
.news-detail a:visited{
  color:#AF6607;
}

.footer {
  background: linear-gradient(180deg, #FFFFFF 18.23%, #d3d3d3 100%);
  padding: 70px 0 25px;
}
.footer .title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #0A0A0A;
  margin-bottom: 15px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
.footer__top .right {
  display: flex;
  gap: 50px;
}
.footer__top .left svg{
  width: 250px;
  height: auto;
}



@media (max-width: 1360px) {
  .footer__top .left svg{
    width: 200px;
  }
}
@media (max-width: 1100px) {
  .footer__top .left {
    display: none;
  }
  .footer__top .right {
    flex-direction: column;
    gap: 25px;
    width: 100%;
  }
}
.footer__bottom {
  display: flex;
  border-top: 1px solid #CCCCCC;
  padding-top: 25px;
  margin-top: 150px;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}

.paym_icons{
	display:flex;
	align-items:center;
	flex-direction:row;
	justify-content:flex-start;
	align-content:stretch;
	gap:15px;
}

@media (max-width: 1100px) {
  .footer__bottom {
    margin-top: 25px;
  }
}
.footer__bottom .copyright{
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #0A0A0A;
}

@media (max-width: 479px) {
	.footer__bottom{
		flex-direction:column;
		align-items:flex-start;
		 
		.copyright{
			margin-bottom:16px;
		}
	}
	
	

}
.footer__menu {
  display: flex;
  gap: 110px;
}


@media (max-width: 1100px) {
  .footer__menu {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 1100px) {
  .footer__menu {
    flex-direction: column;
    gap: 15px;
  }
}
.footer__menu-item {
  display: flex;
  flex-direction: column;
}
.footer__menu-item .title svg {
  display: none;
}
.footer__menu-item ul li {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  /*line-height: 18px;*/
  color: #0A0A0A;
  padding-bottom: 4px;
}
@media (max-width: 1100px) {
  .footer__menu-item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .footer__menu-item .title.active svg {
    transform: rotate(90deg);
  }
  .footer__menu-item .title svg {
    transition: 0.4s;
    display: block;
  }
  .footer__menu-item ul {
    display: none;
    margin-top: 15px;
  }
  .footer__menu-item.contacts ul{
    display: block;
  }

}
.footer__contact {
  display: flex;
  flex-direction: column;
}
.footer__contact > a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #0A0A0A;
}
.footer__contact-social {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.footer__contact-social a {
  display: flex;
}
@media (max-width: 1100px) {
  .footer__contact {
    padding-top: 25px;
    border-top: 1px solid #CCCCCC;
  }
}

@media(max-width: 1000px){
	.footer{padding: 24px 0 88px;}
}
.banner-section {
  /* padding-top: 265px !important;
  background: linear-gradient(180deg, #D9D9D8 0%, #F0F0F0 100%);
  padding-bottom: 50px; */
}
@media (max-width: 1000px) {
  .banner-section {
    /* background: #F0F0F0; */
    /* padding-top: 115px !important; */
  }
}
.banner-section__slider-box__item {
  display: flex !important;
  align-items: center;
  height: 500px;
  justify-content: space-between;
}
.banner-section__slider-box__item > .left {
  display: flex;
  width: 45%;
  justify-content: center;
  /* border-width: 4px 0px 4px 4px; */
  /* border-style: solid; */
  /* border-color: rgba(255, 255, 255, 0.7137254902); */
  height: calc(100% - 8px);
  flex-direction: column;
  /* padding: 60px 0; */
  padding-left: 50px;
  box-sizing: border-box;
}
.banner-section__slider-box__item > .left p {
  max-width: 550px;
  margin: 40px 0 70px;
}
.banner-section__slider-box__item > .right {
  display: flex;
  width: 55%;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.banner-section__slider-box__item > .right img {
  max-height: 100%;
  max-width: 100%;
}
.banner-section__slider-box__item > .right h1 {
  text-align: center;
}
@media (min-width: 1200px) {
  .banner-section__slider-box__item > .right h1 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .banner-section__slider-box__item {
    height: auto;
    flex-direction: column;
  }
  .banner-section__slider-box__item > .right {
    width: 100%;
    order: 1;
    flex-direction: column;
  }
  .banner-section__slider-box__item > .left {
    width: 100%;
    padding: 0;
    order: 2;
    flex-direction: column;
    border: 0;
  }
  .banner-section__slider-box__item > .left p {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .banner-section__slider-box__item > .left h1 {
    display: none;
  }
  .banner-section__slider-box__item > .left a {
    margin: 0 auto;
  }
}

.product-section .button__link {
  margin: 70px auto 0;
}
@media (max-width: 600px) {
  .product-section .button__link {
    margin-top: 50px;
  }
}
.product-section__slider-list {
  margin: 0 -50px;
}
.product-section__slider-list .product-box__item {
  margin: 0 50px;
}
@media (max-width: 1800px) {
  .product-section__slider-list {
    margin: 0 -15px;
  }
  .product-section__slider-list .product-box__item {
    margin: 0 15px;
  }
}
@media (max-width: 700px) {
  .product-section__slider-list {
    margin: 0;
  }
  .product-section__slider-list .product-box__item {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .product-section .controls-arrows {
    display: none;
  }
}

.information-section {
  padding: 100px 0;
  background: #F0F0F0;
}
.information-section .box-content {
  width: min(100% - 60px, 1380px);
  display: flex;
  justify-content: space-between;
  gap: 140px;
}
.information-section .box-content > .title-box {
  display: none;
}
.information-section .box-content > * {
  width: 50%;
}
.information-section .box-content > .left {
  padding: 40px 0 50px 45px;
  box-sizing: border-box;
  position: relative;
}
/*
.information-section .box-content > .left::after {
  position: absolute;
  content: "";
  z-index: 1;
  border: 2px solid #0A0A0A;
  top: 0;
  right: 50px;
  left: 0;
  bottom: 0;
}*/
.information-section .box-content > .left img {
  position: relative;
  z-index: 2;
  height: 700px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.information-section .box-content > .right {
  padding-top: 40px;
}
.information-section .box-content > .right > *:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .information-section .box-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .information-section .box-content > .title-box {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
  .information-section .box-content > * {
    width: 100%;
  }
  .information-section .box-content > .right {
    margin-top: 25px;
    padding: 0;
  }
  .information-section .box-content > .right h2 {
    display: none;
  }
  .information-section .box-content > .left {
    max-width: 700px;
  }
}
@media (max-width: 600px) {
  .information-section .box-content > .left {
    padding: 20px 0 30px 25px;
  }
  .information-section .box-content > .left::after {
    right: 25px;
  }
  .information-section .box-content > .left img {
    height: 400px;
  }
}
@media (max-width: 900px) {
  .information-section {
    padding: 50px 0;
  }
}

/* .image-section {
  height: 1080px;
} */
@media (max-width: 900px) {
  .image-section {
    height: auto;
  }
}
.image-section > * > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog__box-list {
  margin: 0 -15px;
}
.blog__box-list .blog__item {
  margin: 0 15px;
}
.blog__box-list .blog__item .title-block__h3{
  min-height: 72px;
}
/* @media (min-width: 1400px) {
  .blog__box-list .blog__item .title-block__h3{
    min-height: auto;
  }
} */
@media (max-width: 700px) {
  .blog__box-list {
    margin: 0;
  }
  .blog__box-list .blog__item {
    margin: 0;
  }
}

.reviews-section {
  display: flex;
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1000px) {
  .reviews-section {
    padding: 50px 0;
  }
}
@media (max-width: 500px) {
  .reviews-section {
    overflow: hidden;
  }
}
.reviews-section > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.reviews-section .box-content {
  position: relative;
  z-index: 2;
}
.reviews-section .button__link {
  margin: 70px auto 0;
}
@media (max-width: 1000px) {
  .reviews-section .button__link {
    margin-top: 50px;
  }
}

.reviews-box {
  max-width: 1070px;
  margin: 0 auto 70px;
}
@media (max-width: 1000px) {
  .reviews-box {
    margin-bottom: 50px;
  }
}
.reviews-box__item {
  padding-top: 48px;
}
@media (max-width: 1000px) {
  .reviews-box__item {
    padding-top: 36px;
  }
}
.reviews-box__item > div {
  padding: 70px 50px 50px;
  box-sizing: border-box;
  background: #fff;
  display: flex !important;
  align-items: center;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1000px) {
  .reviews-box__item > div {
    padding: 50px;
  }
}
.reviews-box__item > div > span {
  position: absolute;
  top: -48px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #E9A854;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .reviews-box__item > div > span {
    width: 218px;
    height: 72px;
    border-radius: 100px;
    top: -36px;
  }
}
@media (max-width: 500px) {
  .reviews-box__item > div > span {
    width: 72px;
    border-radius: 50%;
  }
}
.reviews-box__item p {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #0A0A0A;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  .reviews-box__item p {
    font-size: 18px;
    line-height: 24px;
  }
}
.reviews-box__item .auth {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .reviews-box__item .auth h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
.reviews-box__item .auth span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  margin-top: 8px;
  color: #8B8B8B;
}
@media (max-width: 1000px) {
  .reviews-box__item .auth span {
    font-size: 16px;
    line-height: 22px;
  }
}

.auth-box {
  max-width: 950px;
  padding: 0 100px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .auth-box {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .auth-box {
    max-width: 150px;
  }
  .auth-box .slick-list {
    overflow: inherit;
  }
}
.auth-box .arrow {
  cursor: pointer;
  transition: 0.4s;
  position: absolute;
  top: calc(50% - 32px);
}
.auth-box .arrow:hover {
  transform: scale(1.2);
}
@media (max-width: 1000px) {
  .auth-box .arrow {
    display: none !important;
  }
}
.auth-box .sprite-next {
  right: 0;
}
.auth-box .sprite-prev {
  left: 0;
}
.auth-box__slider-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 0;
}
.auth-box__slider-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 118px;
  transition: 0.4s;
  height: 118px;
  border: 2px solid #E9A854;
  border-radius: 50%;
}
.auth-box__slider-item img {
  position: relative;
  z-index: 2;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  transition: 0.4s;
  filter: grayscale(100%);
}
.auth-box__slider-item.slick-center img {
  filter: grayscale(0%);
}
.auth-box__slider-item.slick-center::after {
  opacity: 1;
}

.delivery-section .box-content {
  display: flex;
  justify-content: space-around;
}
.delivery-section .box-content > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 490px;
}
.delivery-section .box-content > * svg {
  margin-bottom: 35px;
}
.delivery-section .box-content > * h4 {
  margin-bottom: 10px;
  text-align: center;
}
.delivery-section .box-content > * p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #8B8B8B;
}
@media (max-width: 1000px) {
  .delivery-section .box-content > * {
    width: calc(50% - 15px);
  }
}
@media (max-width: 700px) {
  .delivery-section .box-content > * {
    width: 100%;
    max-width: 100%;
  }
  .delivery-section .box-content > * .left, .delivery-section .box-content > * .right {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .delivery-section .box-content > * .left h4, .delivery-section .box-content > * .right h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .delivery-section .box-content > * .left p, .delivery-section .box-content > * .right p {
    font-size: 16px;
    line-height: 22px;
  }
}

main.main {
  padding-top: 0;
}

.breadcrumbs {
  background: #F0F0F0;
  margin-bottom: 50px;
}
@media(max-width: 700px){
  .breadcrumbs{
    margin-bottom: 25px;
  }
}

.breadcrumbs__box {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
  color: #8B8B8B;
  transition: .4s;
}
@media (max-width: 700px) {
  .breadcrumbs__box {
    padding: 10px 0;
    font-size: 10px;
    line-height: 16px;
    justify-content: start;
  }
}
.breadcrumbs__box a {
  color: #8B8B8B;
  transition: .4s;
}
.breadcrumbs__box a:hover{
  color: #0A0A0A;
}
.breadcrumbs__box a::after {
  content: "/";
  margin: 0 15px;
}
.breadcrumbs__box span {
  color: #0A0A0A;
}
.breadcrumbs .content {
  padding-top: 50px;
  background: #fff;
  width: 100%;
  height: auto;
}
.breadcrumbs .content img {
  width: 100%;
  display: block;
}
@media (max-width: 1000px) {
  .breadcrumbs {
    display: flex;
    flex-direction: column;
  }
  .breadcrumbs .content {
    padding-top: 0;
    order: 1;
  }
  .breadcrumbs .box-content {
    order: 2;
  }
}

.view-section {
  padding: 100px 0;
  background: linear-gradient(90deg, #F0F0F0 0%, #FFFFFF 32.65%, #FFFFFF 67.19%, #F0F0F0 100%);
}
.view-section .title {
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  .view-section {
    padding: 50px 0 70px;
  }
  .view-section .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .view-section {
    padding: 25px 0;
  }
  .view-section .title {
    margin-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .view .product-box__item {
    margin-left: 25px;
    margin-right: 25px;
  }
  .view .product-box__item .image {
    height: 500px;
  }
}
.baner-four-blocks .box-content{
  display: flex;
  grid-column-gap: 30px;
}
.baner-four-blocks .box-content > *{
  width: 50%;
}
.baner-four-blocks .box-content-box{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(5, 250px);
  grid-row-gap: 30px;
}
/* .baner-four-blocks .box-content { */
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px; */
/* } */
@media (max-width: 1300px) {
  .baner-four-blocks .box-content > *{
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .baner-four-blocks .box-content-box{
    grid-template-rows: repeat(5, 250px);
  }
}
/* @media (max-width: 1000px) {
  .baner-four-blocks .box-content {
    grid-template-columns: repeat(1, 1fr);
  }
} */
@media (max-width: 660px) {
  .baner-four-blocks .box-content-box {
    grid-template-rows: repeat(5, 200px);
  }
}
.baner-four-blocks .block-1, .baner-four-blocks .block-4, .baner-four-blocks .block-2, .baner-four-blocks .block-3 {
  position: relative;
}
.baner-four-blocks .block-1 img, .baner-four-blocks .block-2 img, .baner-four-blocks .block-3 img, .baner-four-blocks .block-4:not(.type_37) img {
  max-width: 100%;
  /*position: absolute;*/
}
.baner-four-blocks .block-1 .text, .baner-four-blocks .block-4 .text, .baner-four-blocks .block-2 .text, .baner-four-blocks .block-3 .text {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.baner-four-blocks .block-1 .text .title-block__h3, .baner-four-blocks .block-4 .text .title-block__h3, .baner-four-blocks .block-2 .text .title-block__h3, .baner-four-blocks .block-3 .text .title-block__h3 {
  margin-bottom: 15px;
  color: #585858;
}
.baner-four-blocks .block-1 .text .h1-title-section, .baner-four-blocks .block-4 .text .h1-title-section, .baner-four-blocks .block-2 .text .h1-title-section, .baner-four-blocks .block-3 .text .h1-title-section {
  margin-bottom: 25px;
}
.baner-four-blocks .block-1 .text a, .baner-four-blocks .block-4 .text a, .baner-four-blocks .block-2 .text a, .baner-four-blocks .block-3 .text a {
  margin-bottom: 25px;
}
.baner-four-blocks .block-1 .text p, .baner-four-blocks .block-4 .text p, .baner-four-blocks .block-2 .text p, .baner-four-blocks .block-3 .text p {
  max-width: 250px;
}
.baner-four-blocks .block-1  {
  grid-area: 1 / 1 / 4 / 2;
}
.baner-four-blocks .block-1 img {
  bottom: 0;
  left: 0;
}
.baner-four-blocks .block-1 .text {
  margin-left: auto;
  margin-top: 100px;
  margin-right: 50px;
}
.baner-four-blocks .block-2 {
  grid-area: 4 / 1 / 6 / 2;
}
.baner-four-blocks .block-2 .text {
  margin-left: 50px;
  margin-top: 50px;
}
.baner-four-blocks .block-2 img {
  bottom: 20px;
  right: 45px;
}
.baner-four-blocks .block-3  {
  background: linear-gradient(270deg, #F8F8F8 0%, #FDFDFD 100%), linear-gradient(360deg, #F1F0EB -0.09%, #FBFAF7 42.62%), #FFFFFF;
  grid-area: 1 / 1 / 3 / 2;
}
.baner-four-blocks .block-3 .text {
  margin-left: 50px;
  margin-top: 50px;
}
.baner-four-blocks .block-3 img {
  bottom: 0px;
  right: 0px;
}
.baner-four-blocks .block-4  {
  grid-area: 3 / 1 / 6 / 2;
}
.baner-four-blocks .block-4 .text {
  margin: 50px auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.baner-four-blocks .block-4 > *:last-child img {
  bottom: 0px;
}
/* @media (max-width: 1000px) {
  .baner-four-blocks .block-4 {
    display: none;
  }
} */
.baner-four-blocks .block-2 {
  background: #F0F0F0;
  /* height: 530px; */
}
/* @media (max-width: 1000px) {
  .baner-four-blocks .block-2 {
    display: none;
  }
} */
/* .baner-four-blocks .block-1, .baner-four-blocks .block-4 {
  height: 800px;
  background: #FAF8F0;
} */
/* @media (max-width: 660px) {
  .baner-four-blocks .block-1, .baner-four-blocks .block-3 {
    padding: 15px 0 15px 15px;
    height: 220px;
    display: flex;
    align-items: center;
  }
  .baner-four-blocks .block-1 > *, .baner-four-blocks .block-3 > * {
    width: 50%;
  }
  .baner-four-blocks .block-1 .text, .baner-four-blocks .block-3 .text {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
  }
  .baner-four-blocks .block-1 .text .h1-title-section, .baner-four-blocks .block-3 .text .h1-title-section {
    margin-bottom: 15px;
  }
  .baner-four-blocks .block-1 .text .title-block__h3, .baner-four-blocks .block-3 .text .title-block__h3 {
    margin-bottom: 5px;
  }
  .baner-four-blocks .block-1 .text a.button__link, .baner-four-blocks .block-3 .text a.button__link {
    margin-bottom: 0;
  }
  .baner-four-blocks .block-1 .text p, .baner-four-blocks .block-3 .text p {
    margin-top: 15px;
    max-width: auto;
  }
  .baner-four-blocks .block-1 {
    justify-content: flex-end;
  }
  .baner-four-blocks .block-3 {
    justify-content: flex-start;
  }
  .baner-four-blocks .block-3 .text a.button__link {
    margin: auto 0 0;
  }
} */

.section-text {
  position: relative;
  padding: 100px 0;
}
.section-text img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.section-text span.text__big {
  margin-bottom: 15px;
  display: block;
  max-height: 83px;
  overflow: hidden;
}
.section-text .read__other span{
  font-style: normal;
  font-weight: 500;
  color: #0A0A0A;
}
@media (max-width: 600px) {
  .section-text {
    padding: 25px 0;
  }
}

.product {
  margin-bottom: 0;
}
.product .prew {
  display: grid;
  grid-template-columns: 4fr 5fr;
  grid-column-gap: 160px;
}
.product .prew .left figure{
  max-height: 642px;
  max-width: 520px;
}
.product .prew .left{
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .product .prew {
    grid-column-gap: 80px;
  }
}
@media (max-width: 800px) {
  .product .prew {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.product .prew .left {
  position: relative;
}
.product .prew .left figure {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.product .prew .left figure img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .prew .left .icon {
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 15px;
}
.product .prew .left .icon > *:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .product .prew .left .icon {
    display: flex;
  }
}
.product .prew .left .product-unavailable {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .prew .left .product-unavailable .label {
  padding: 12px 24px;
  background: #FAF8F0;
  color: #0A0A0A;
  font-size: 24px;
  text-transform: uppercase;
}
.product .prew .right .title {
  margin-bottom: 50px;
}
.product .prew .right .title .text__big {
  color: #8B8B8B;
}
.product .prew .right .title > div:not(.rating-star) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .prew .right .title > div:not(.rating-star) .icon{
  min-width: fit-content;
  display: flex;
}
.product .prew .right .title > div:not(.rating-star) .icon > *:not(:last-child) {
  margin-right: 20px;
}
.product .prew .right .title > div:not(.rating-star) .icon a svg path {
  transition: 0.4s;
}
.product .prew .right .title > div:not(.rating-star) .icon a:hover svg path {
  fill: #0A0A0A;
}
@media (max-width: 600px) {
  .product .prew .right .title > div:not(.rating-star) .icon {
    display: none;
  }
}
.product .prew .right .title .rating-star-review-box{
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start !important;
}
.product .prew .right .title .rating-star-review-box > div.rating-star {
  display: flex;
  gap: 8px;
}
.product .prew .right .subtitle {
  margin-bottom: 25px;
}
.product .prew .right .options,  .options-tabs{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
.product .prew .right .options__item span:first-child, .options-tabs .options__item span:first-child{
  color: #8B8B8B;
}
.product .prew .right .options__item span:last-child, .options-tabs .options__item span:last-child{
  color: #0A0A0A;
}
.product .prew .right .price {
  margin-bottom: 50px;
}
.product .button {
  display: flex;
  margin-bottom: 50px;
}
.product .button > *:first-child {
  margin-right: 50px;
}
@media (max-width: 600px) {
  .product .button {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .product .button > * {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
  }
  .product .button > *:first-child {
    margin-right: 0;
  }
}
.product .description {
  margin-top: 150px;
  position: relative;
  padding-bottom: 100px;
}
.product .description .slider{
  position: relative;
}
.product .description::after {
  position: absolute;
  z-index: -1;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FAF8F0;
  content: "";
}
.product .description .button {
  margin-top: 50px;
}
.product .description-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
@media (max-width: 1000px) {
  .product .description-tabs {
    margin-top: 50px;
  }
}
.product .description-tabs span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #8B8B8B;
  line-height: 22px;
  transition: 0.4s;
  cursor: pointer;
  padding-bottom: 10px;
  position: relative;
}
.product .description-tabs span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #0A0A0A;
  opacity: 0;
  transition: 0.4s;
}
.product .description-tabs span.active::after {
  opacity: 1;
}
.product .description-tabs span.active, .product .description-tabs span:hover {
  color: #0A0A0A;
}
.product .description-tabs span:not(:last-child) {
  margin-right: 50px;
}
.product .description__tab {
  display: flex;
  padding-bottom: 12px;
  overflow-x: auto;
  margin-bottom: 50px;
}

.product .description-box h1,
.product .description-box h2,
.product .description-box h3,
.product .description-box h4,
.product .description-box h5,
.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5{
  margin: 1.5rem 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  line-height: 1.6em;
  text-transform: uppercase;
}


.product .description-box h1,
.content-page h1,{
  margin-top: 0;
}

.product .description-box p,
.content-page p{
    padding-bottom: 1rem;
}

.product .description-box a,
.content-page a,
a.text_link{
  color: #E38F23;
  font-weight: 400; 
}

.product .description-box a:hover, 
.product .description-box a:visited,
.content-page a:hover,
.content-page a:visited
a.text_link:hover,
a.text_link:visited{
  color:#AF6607;
}


.content-page{
  display: flex;
  flex-direction: column;
  font-family: "Inter";
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6rem;
}


/*
.content-page h2{
  font-size: 36px;

}
.content-page h3{
  font-size: 24px;
}

.content-page h4{
  font-size: 18px;
}*/

.content-page ul,
.description-box ul,
ul.marklist{
  margin: 0 0 2.6rem 1.33rem;
	padding: 0;
}

.content-page ul li,
.description-box ul li,
ul.marklist li{
  list-style: none;
  /*list-style-image: ;*/
  margin-bottom: 1rem;
  display: flex;
  gap:0.55rem;
  
}
.content-page ul li:before,
.description-box ul li::before,
ul.marklist li::before{
  content: '';
  display: flex;
  width: 16px;
  height: 12px;
  /*background-color: #0A0A0A;
    -webkit-mask-image: url(/local/templates/ImperatorsButique/assets/css/../assets/img/add_icons/list_marker.svg);
    mask-image: url(/local/templates/ImperatorsButique/assets/css/../assets/img/add_icons/list_marker.svg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/local/templates/ImperatorsButique/assets/img/add_icons/list_marker.svg);
    fill:#0A0A0A;
  /*content: url("data:image/svg+xml;charset=UTF-8, <svg width="16" height="12" viewBox="0 0 16 12" fill="#0a0a0a" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M15.7397 0.270363C16.0868 0.630847 16.0868 1.21531 15.7397 1.57579L5.96187 11.7296C5.61474 12.0901 5.05193 12.0901 4.70479 11.7296L0.26035 7.11425C-0.0867832 6.75377 -0.0867832 6.16931 0.26035 5.80882C0.607482 5.44834 1.1703 5.44834 1.51743 5.80882L5.33333 9.7715L14.4826 0.270363C14.8297 -0.090121 15.3925 -0.090121 15.7397 0.270363Z" fill="#0A0A0A"/>
  </svg>");*/
  margin: 10px 10px 0 0;
  flex-shrink: 0;
}

.text_big .content-page ul li:before,
.text_big .description-box ul li::before,
.text_big ul.marklist li::before{
  margin-top: 7px;
}

@media (min-width: 1600px) {
  .product .description .slider {
    padding: 0 100px;
  }
}
@media (max-width: 1000px) {
  .product .description {
    margin-top: 50px;
    padding-bottom: 90px;
  }
}
.product .rating-tabs {
  display: flex;
  height: 40px;
}
.product .rating-tabs > * {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  height: 100%;
  font-size: 14px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  transition: 0.4s;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.product .rating-tabs > *:first-child {
  color: #fff;
  background: #585858;
}
.product .rating-tabs > *:first-child:hover {
  background: #CACACA;
}
.product .rating-tabs > *:last-child {
  color: #8B8B8B;
  background: #fff;
}
.product .rating-tabs > *:last-child:hover {
  border-radius: 1px;
  border: 1px solid #0A0A0A;
}
.product .rating-block__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #CCC;
}
@media (max-width: 600px) {
  .product .rating-block__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.product .rating-block__title > div {
  display: flex;
  align-items: center;
  gap: 50px;
}
.product .rating-block__title .star {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product .rating-block__title .star span {
  font-size: 36px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
}
.product .rating-list {
  display: flex;
  gap: 50px;
  flex-direction: column;
  margin-top: 50px;
}
.product .rating-list__item {
  display: flex;
  gap: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #CCC;
}
.product .rating-list__item figure {
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
}
.product .rating-list__item figure > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .rating-list__item-title {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.product .rating-list__item-title h5 {
  font-weight: 500;
}
.product .rating-list__item-title .data {
  color: #8B8B8B;
}
.product .rating-list__item-star {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.product .rating-list__item-text {
  font-weight: 400;
}
.product .rating-form {
  padding: 50px 25px;
}
@media (max-width: 600px) {
  .product .rating-form {
    padding: 0;
    padding-top: 50px;
  }
}
.product .rating-form h3 {
  margin-bottom: 50px;
}
.product .rating-form__rating-star {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 25px;
}
.product .rating-form__rating-star:not(:checked) > input {
  display: none;
}
.product .rating-form__rating-star:not(:checked) > label {
  cursor: pointer;
  font-size: 40px;
  color: lightgrey;
  text-align: center;
  line-height: 1;
  display: block;
  height: 45px;
  width: 48px;
  background-size: cover;
  background-repeat: no-repeat;
}
.product .rating-form__rating-star:not(:checked) > label {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='46' viewBox='0 0 48 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.72921 16.3507C6.37412 15.6714 11.019 14.9921 15.6639 14.3253C16.0047 14.275 16.1688 14.1366 16.3203 13.8473C18.3524 9.73369 20.3846 5.62006 22.4293 1.51902C22.6187 1.12904 22.8459 0.739068 23.1235 0.424571C23.6158 -0.141524 24.3984 -0.141524 24.8906 0.424571C25.1683 0.751648 25.3829 1.14162 25.5848 1.51902C27.6296 5.62006 29.6618 9.73369 31.7192 13.8347C31.8075 14.0234 32.0347 14.2499 32.224 14.275C36.5786 14.9292 40.9332 15.533 45.2752 16.1872C45.982 16.2878 46.6889 16.4388 47.3452 16.6904C47.9763 16.942 48.1657 17.5584 47.8501 18.1622C47.6355 18.5648 47.3452 18.9547 47.017 19.2692C43.7227 22.4771 40.4283 25.685 37.1088 28.8677C36.8437 29.1193 36.7806 29.3457 36.8437 29.6854C37.5505 33.7361 38.27 37.7994 38.9516 41.8627C39.103 42.7181 39.2419 43.5862 39.2419 44.4416C39.2419 45.2719 38.6108 45.7122 37.803 45.536C37.3991 45.448 37.0078 45.2719 36.6291 45.0832C32.5522 42.9572 28.4879 40.8186 24.4236 38.68C24.1081 38.5165 23.8809 38.5165 23.5653 38.68C19.501 40.8312 15.4367 42.9572 11.3472 45.0832C10.9054 45.3096 10.4005 45.4857 9.90829 45.5738C9.30243 45.6618 8.87328 45.3222 8.79755 44.7058C8.73444 44.2781 8.72181 43.8252 8.78492 43.41C9.55487 38.8435 10.3501 34.277 11.1452 29.7231C11.2084 29.3583 11.12 29.1319 10.8549 28.8677C7.58583 25.7101 4.31673 22.54 1.07287 19.3447C0.656344 18.9422 0.353415 18.4138 -1.90735e-06 17.9484C-1.90735e-06 17.7597 -1.90735e-06 17.571 -1.90735e-06 17.3823C0.340793 16.6526 1.02238 16.4639 1.72921 16.3507Z' fill='%23CCCCCC'/%3E%3C/svg%3E%0A");
}
.product .rating-form__rating-star > input:checked ~ label {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='46' viewBox='0 0 48 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.72921 16.5568C6.37412 15.8774 11.019 15.1981 15.6639 14.5314C16.0047 14.4811 16.1688 14.3427 16.3203 14.0534C18.3524 9.93974 20.3846 5.82612 22.4293 1.72508C22.6187 1.3351 22.8459 0.945123 23.1235 0.630626C23.6158 0.064531 24.3984 0.064531 24.8906 0.630626C25.1683 0.957703 25.3829 1.34768 25.5848 1.72508C27.6296 5.82612 29.6618 9.93974 31.7192 14.0408C31.8075 14.2295 32.0347 14.4559 32.224 14.4811C36.5786 15.1352 40.9332 15.7391 45.2752 16.3932C45.982 16.4939 46.6889 16.6448 47.3452 16.8964C47.9763 17.148 48.1657 17.7644 47.8501 18.3683C47.6355 18.7708 47.3452 19.1608 47.017 19.4753C43.7227 22.6832 40.4283 25.891 37.1088 29.0737C36.8437 29.3253 36.7806 29.5518 36.8437 29.8914C37.5505 33.9422 38.27 38.0055 38.9516 42.0688C39.103 42.9242 39.2419 43.7922 39.2419 44.6476C39.2419 45.4779 38.6108 45.9182 37.803 45.7421C37.3991 45.654 37.0078 45.4779 36.6291 45.2892C32.5522 43.1632 28.4879 41.0246 24.4236 38.8861C24.1081 38.7225 23.8809 38.7225 23.5653 38.8861C19.501 41.0372 15.4367 43.1632 11.3472 45.2892C10.9054 45.5157 10.4005 45.6918 9.90829 45.7798C9.30243 45.8679 8.87328 45.5282 8.79755 44.9118C8.73444 44.4841 8.72181 44.0312 8.78492 43.6161C9.55487 39.0496 10.3501 34.4831 11.1452 29.9292C11.2084 29.5644 11.12 29.3379 10.8549 29.0737C7.58583 25.9162 4.31673 22.7461 1.07287 19.5508C0.656345 19.1482 0.353416 18.6199 0 18.1544C0 17.9657 0 17.777 0 17.5883C0.340794 16.8587 1.02238 16.67 1.72921 16.5568Z' fill='%23F5BF00'/%3E%3C/svg%3E%0A");
}
.product .rating-form__rating-star:not(:checked) > label:hover, .product .rating-form__rating-star:not(:checked) > label:hover ~ label {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='46' viewBox='0 0 48 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.72921 16.5568C6.37412 15.8774 11.019 15.1981 15.6639 14.5314C16.0047 14.4811 16.1688 14.3427 16.3203 14.0534C18.3524 9.93974 20.3846 5.82612 22.4293 1.72508C22.6187 1.3351 22.8459 0.945123 23.1235 0.630626C23.6158 0.064531 24.3984 0.064531 24.8906 0.630626C25.1683 0.957703 25.3829 1.34768 25.5848 1.72508C27.6296 5.82612 29.6618 9.93974 31.7192 14.0408C31.8075 14.2295 32.0347 14.4559 32.224 14.4811C36.5786 15.1352 40.9332 15.7391 45.2752 16.3932C45.982 16.4939 46.6889 16.6448 47.3452 16.8964C47.9763 17.148 48.1657 17.7644 47.8501 18.3683C47.6355 18.7708 47.3452 19.1608 47.017 19.4753C43.7227 22.6832 40.4283 25.891 37.1088 29.0737C36.8437 29.3253 36.7806 29.5518 36.8437 29.8914C37.5505 33.9422 38.27 38.0055 38.9516 42.0688C39.103 42.9242 39.2419 43.7922 39.2419 44.6476C39.2419 45.4779 38.6108 45.9182 37.803 45.7421C37.3991 45.654 37.0078 45.4779 36.6291 45.2892C32.5522 43.1632 28.4879 41.0246 24.4236 38.8861C24.1081 38.7225 23.8809 38.7225 23.5653 38.8861C19.501 41.0372 15.4367 43.1632 11.3472 45.2892C10.9054 45.5157 10.4005 45.6918 9.90829 45.7798C9.30243 45.8679 8.87328 45.5282 8.79755 44.9118C8.73444 44.4841 8.72181 44.0312 8.78492 43.6161C9.55487 39.0496 10.3501 34.4831 11.1452 29.9292C11.2084 29.5644 11.12 29.3379 10.8549 29.0737C7.58583 25.9162 4.31673 22.7461 1.07287 19.5508C0.656345 19.1482 0.353416 18.6199 0 18.1544C0 17.9657 0 17.777 0 17.5883C0.340794 16.8587 1.02238 16.67 1.72921 16.5568Z' fill='%23F5BF00'/%3E%3C/svg%3E%0A");
}
.product .rating-form__rating-star > input:checked + label:hover, .product .rating-form__rating-star > input:checked + label:hover ~ label, .product .rating-form__rating-star > input:checked ~ label:hover, .product .rating-form__rating-star > input:checked ~ label:hover ~ label, .product .rating-form__rating-star > label:hover ~ input:checked ~ label {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='46' viewBox='0 0 48 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.72921 16.5568C6.37412 15.8774 11.019 15.1981 15.6639 14.5314C16.0047 14.4811 16.1688 14.3427 16.3203 14.0534C18.3524 9.93974 20.3846 5.82612 22.4293 1.72508C22.6187 1.3351 22.8459 0.945123 23.1235 0.630626C23.6158 0.064531 24.3984 0.064531 24.8906 0.630626C25.1683 0.957703 25.3829 1.34768 25.5848 1.72508C27.6296 5.82612 29.6618 9.93974 31.7192 14.0408C31.8075 14.2295 32.0347 14.4559 32.224 14.4811C36.5786 15.1352 40.9332 15.7391 45.2752 16.3932C45.982 16.4939 46.6889 16.6448 47.3452 16.8964C47.9763 17.148 48.1657 17.7644 47.8501 18.3683C47.6355 18.7708 47.3452 19.1608 47.017 19.4753C43.7227 22.6832 40.4283 25.891 37.1088 29.0737C36.8437 29.3253 36.7806 29.5518 36.8437 29.8914C37.5505 33.9422 38.27 38.0055 38.9516 42.0688C39.103 42.9242 39.2419 43.7922 39.2419 44.6476C39.2419 45.4779 38.6108 45.9182 37.803 45.7421C37.3991 45.654 37.0078 45.4779 36.6291 45.2892C32.5522 43.1632 28.4879 41.0246 24.4236 38.8861C24.1081 38.7225 23.8809 38.7225 23.5653 38.8861C19.501 41.0372 15.4367 43.1632 11.3472 45.2892C10.9054 45.5157 10.4005 45.6918 9.90829 45.7798C9.30243 45.8679 8.87328 45.5282 8.79755 44.9118C8.73444 44.4841 8.72181 44.0312 8.78492 43.6161C9.55487 39.0496 10.3501 34.4831 11.1452 29.9292C11.2084 29.5644 11.12 29.3379 10.8549 29.0737C7.58583 25.9162 4.31673 22.7461 1.07287 19.5508C0.656345 19.1482 0.353416 18.6199 0 18.1544C0 17.9657 0 17.777 0 17.5883C0.340794 16.8587 1.02238 16.67 1.72921 16.5568Z' fill='%23F5BF00'/%3E%3C/svg%3E%0A");
}
.product .rating-form textarea {
  margin-top: 50px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  max-height: 1000px;
  box-sizing: border-box;
  padding: 10px 25px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #CCC;
}
.product .rating-form textarea::-moz-placeholder {
  color: #8B8B8B;
}
.product .rating-form textarea::placeholder {
  color: #8B8B8B;
}
.product .rating-form__images {
  margin-top: 50px;
}
.product .rating-form__images input {
  display: none;
}
.product .rating-form__images-input-photo__list {
  display: flex;
  gap: 25px;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
}
.product .rating-form__images-input-photo__list img {
  width: 104px;
  min-width: 104px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 128px;
}
.product .rating-form__images-input label {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 600px) {
  .product .rating-form__images-input label {
    flex-direction: column;
    align-items: center;
  }
}
.product .rating-form__images-input label .photo-box {
  width: 192px;
  min-width: 192px;
  height: 192px;
  border-radius: 50%;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .rating-form__images-input label .photo-title {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product .rating-form__submit {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 70px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .product .rating-form__submit {
    flex-direction: column;
  }
  .product .rating-form__submit > * {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
  }
}
.product .rating-thanks {
  padding: 50px 25px;
}
@media (max-width: 600px) {
  .product .rating-thanks {
    padding: 0;
    padding-top: 50px;
  }
}
.product .rating-thanks h3 {
  margin-bottom: 50px;
}
.product .rating-thanks .button__link {
  margin-top: 70px;
}
@media (max-width: 600px) {
  .product .rating-thanks .button__link {
    margin-top: 50px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
  }
}
.product .guarantee-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
@media (max-width: 600px) {
  .product .guarantee-tabs {
    gap: 13px;
    justify-content: flex-start;
  }
}
.product .guarantee-tabs > * {
  border-radius: 1px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 10px 15px;
  font-size: 14px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.4s;
}
.product .guarantee-tabs > *.active {
  background: #E3E3E3;
}
@media (max-width: 600px) {
  .product .guarantee-tabs > * {
    padding: 7px 12px;
  }
}
.product .guarantee-blocks {
  margin-top: 50px;
}
.product .guarantee-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1200px) {
  .product .guarantee-block {
    gap: 50px;
  }
}
@media (max-width: 1000px) {
  .product .guarantee-block {
    flex-direction: column;
  }
}
.product .guarantee-block figure {
  width: 504px;
  min-width: 504px;
  max-height: 504px;
  height: auto;
  display: flex;
}
.product .guarantee-block figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .product .guarantee-block figure {
    min-width: 100%;
    width: 100%;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.product .guarantee-block__text {
  /* font-family: "Montserrat"; */
  font-style: normal;
  line-height: 30px;
  width: calc(100% - 504px - 100px);
}
.product .guarantee-block__text > *:not(:last-child) {
  margin-bottom: 25px;
}
.product .guarantee-block__text p {
  font-size: 16px;
}
.product .guarantee-block__text h3, .product .guarantee-block__text h2, .product .guarantee-block__text h4, .product .guarantee-block__text h5, .product .guarantee-block__text h6 {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 1000px){
  .product .guarantee-block__text {
    width: 100%;
  }
}

.cabinet .box-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 700px) {
  .cabinet .box-content {
    align-items: flex-start;
  }
}
.cabinet .h2-title-section {
  margin: 0 auto;
}

.profile .box-content {
  display: grid;
  grid-template-columns: 192px 1fr;
  grid-column-gap: 80px;
}
.profile .box-content{

}
@media (max-width: 700px) {
  .profile .box-content {
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
  }
}
.profile__img {
  cursor: pointer;
  width: 192px;
  height: 192px;
  border-radius: 50%;
  background: #F0F0F0;
  overflow: hidden;
  position: relative;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.profile__img .photo {
  position: absolute;
}
.profile__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.profile .right .box {
  max-width: 520px;
}
.profile .right .password {
  margin-top: 50px;
}

.payment .tabs {
  display: flex;
  margin-bottom: 55px;
}
.payment .tabs > *:not(:last-child) {
  margin-right: 50px;
}
.payment .tabs li {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  transition: 0.4s;
  border-bottom: 1px solid transparent;
}
.payment .tabs li a {
  color: #8B8B8B;
}
.payment .tabs li.active {
  border-color: #0A0A0A;
}
.payment .tabs li.active a {
  color: #0A0A0A;
}
.payment__list {
  display: flex;
  flex-direction: column;
}
.payment__list-item:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .payment__list-item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.payment__list-item .button {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #0A0A0A;
  padding: 20px 25px;
  background: #F0F0F0;
  /* cursor: pointer; */
  /* display: grid;
  grid-template-columns: 120px 250px 1fr 200px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment__list-item .button .info-box{
  display: flex;
  gap: 25px;
  align-items: center;
}
.payment__list-item .button .info-box .text{
  color: #FFF;
  padding: 4px 12px;
  border-radius: 50px;
  background: #8B8B8B;
}
/* .payment__list-item .button > * {
  display: flex;
  align-items: center;
} */
.payment__list-item .link-item{
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.payment__list-item .link-item.active svg {
  transform: rotate(180deg);
}
.payment__list-item .button .link {
  display: flex;
  align-items: center;
  justify-content: end;
}
.payment__list-item .button .link .a {
  padding: 10px;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 1px;
  color: #3D3D3D;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 17px;
  transition: 0.4s;
}
.payment__list-item .button .link .a:hover {
  border-color: #0A0A0A;
}
.payment__list-item .button .link svg {
  margin-left: 10px;
  transition: 0.4s;
}
.payment__list-item .button .text {
  display: flex;
  justify-content: center;
}
@media (max-width: 950px) {
  .payment__list-item .button {
    padding: 10px 15px;
    grid-template-columns: 100px 1fr 25px;
  }
  .payment__list-item .button .link > a {
    display: none;
  }
  .payment__list-item .button .text {
    display: none;
  }
  .payment__list-item .button .number {
    font-size: 16px;
    line-height: 22px;
  }
  .payment__list-item .button .date {
    font-size: 14px;
    color: #585858;
    line-height: 18px;
  }
}
@media (max-width: 700px){
  .payment__list-item .link-item span{
    display: none;
  }
}
/* .payment__list-item .products {
  display: none;
} */
.payment__list-item .products__item {
  padding: 50px 0;
  display: grid;
  grid-template-columns: 250px 1fr 1fr 1fr;
  grid-column-gap: 50px;
  border-bottom: 1px solid #CCCCCC;
}
.payment__list-item .products__item > * {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.payment__list-item .products__item > *:not(.title, .price) {
  align-items: center;
}
.payment__list-item .products__item .price {
  align-items: end;
}
.payment__list-item .products__item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.payment__list-item .products__item figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}
.payment__list-item .products__item p {
  color: #8B8B8B;
}
@media (max-width: 900px) {
  .payment__list-item .products__item {
    grid-template-columns: 200px 3fr 1fr 2fr;
    grid-column-gap: 25px;
  }
}
@media (max-width: 700px) {
  .payment__list-item .products__item {
    padding: 25px 0;
    grid-template-columns: 100px repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 25px;
  }
  .payment__list-item .products__item figure {
    grid-area: 1/1/3/2;
  }
  .payment__list-item .products__item .title {
    grid-area: 1/2/2/5;
    justify-content: flex-start;
  }
  .payment__list-item .products__item .price {
    grid-area: 2/2/3/4;
    align-items: start;
    font-size: 20px;
    line-height: 24px;
    justify-content: flex-end;
  }
  .payment__list-item .products__item .count {
    grid-area: 2/4/3/5;
    align-items: end;
    font-size: 16px;
    line-height: 22px;
    justify-content: flex-end;
  }
}

.order {
  margin-top: 60px;
}
.order .title__section {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .order .title__section {
    margin-bottom: 50px;
    justify-content: start;
  }
}
.order__box {
  display: grid;
  grid-template-columns: 1fr 600px;
  grid-column-gap: 70px;
}
@media (max-width: 1500px) {
  .order__box {
    grid-template-columns: 1fr 380px;
    grid-column-gap: 50px;
  }
}
@media (max-width: 800px) {
  .order__box {
    display: block;
  }
  .order__box > *:not(:last-child) {
    margin-bottom: 50px;
  }
}
.order__box .box__color {
  background: #FAF8F0;
  border-radius: 2px;
  padding: 25px;
}
@media (max-width: 800px) {
  .order__box .box__color {
    margin: 0 -15px;
    padding: 15px;
    margin-bottom: 20px;
  }
}
.order__box .cost__box {
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .order__box .cost__box {
    background: transparent;
  }
}
.order__box .cost__box .price {
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .order__box .cost__box .price {
    margin-bottom: 25px;
  }
}
.order__box .cost__box .price > * {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order__box .cost__box .price > *:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .order__box .cost__box .price > *:not(:last-child) {
    font-size: 18px;
    line-height: 24px;
  }
}
.order__box .cost__box .price > *.all {
  padding-top: 20px;
  border-top: 1px solid #8B8B8B;
}
@media (max-width: 600px) {
  .order__box .cost__box .price > *.all {
    font-size: 22px;
    line-height: 24px;
  }
}
.order__box .cost__box .credit {
  display: flex;
  flex-direction: column;
}
.order__box .cost__box .credit > p {
  margin-top: 25px;
  color: #585858;
}
.order__box .cost__box .credit__button {
  display: flex;
  align-items: center;
}
.order__box .cost__box .credit__button .title-block__h3 {
  margin-left: 20px;
}
@media (max-width: 1300px) {
  .order__box .cost__box .credit__button .title-block__h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.order__box .cost__box .credit__radio {
  width: 74px;
  background: #0A0A0A;
  border: 1px solid #0A0A0A;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 5px;
}
.order__box .cost__box .credit__radio span {
  width: 30px;
  height: 30px;
  margin-left: auto;
  background: #fff;
  border-radius: 1px;
}
.order__box .form__credit h3 {
  margin-bottom: 40px;
}
.order__box .form__credit .gold {
  color: #D97F0B;
  margin-bottom: 25px;
  display: block;
}
@media (max-width: 1300px) {
  .order__box .form__credit .gold {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 800px) {
  .order__box .form__credit .input__text input {
    font-size: 14px;
    line-height: 21px;
  }
}
.order__box .form__credit .button__box {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.order__box .form__credit .button__box a {
  margin-top: 0;
}
.order__box .form__credit .button__box a:last-child {
  margin-left: 15px;
  text-decoration-line: underline;
}
.order__box .form__credit .button__link {
  margin-top: 35px;
}
.order__box .form__credit .credit__tnx, .order__box .form__credit .credit__error {
  margin-top: 100px;
}
.order__box .form__credit .credit__error {
  color: #EB5757;
}
.order__box .payment {
  margin: 50px 0;
}
.order__box .payment h3 {
  margin-bottom: 25px;
}
.order__box .box__span-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 25px;
}
@media (max-width: 800px) {
  .order__box .box__span-box {
    flex-wrap: nowrap;
    overflow: auto;
    max-width: calc(100vw - 50px);
  }
}
@media (max-width: 600px) {
  .order__box .box__span-box {
    max-width: calc(100vw - 30px);
  }
}
.order__box .box__span {
  padding: 10px 25px;
  box-sizing: border-box;
  height: 70px;
  border: 2px solid #CCCCCC;
  border-radius: 2px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s;
}
.order__box .box__span.active {
  border-color: #E9A854;
}
.order__box .box__span svg {
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 25px;
}
.order__box .box__span span {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 800px) {
  .order__box .box__span {
    width: auto;
    height: 54px;
  }
}

.order__box .button__end{
  margin-bottom: 2rem;
}

.order__box .button__end > * {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 15px;
}
.order__box .button__end > *:not(:last-child) {
  margin-bottom: 25px;
}
.order__box .baskets .count .delete {
  margin-top: 0;
  display: none;
}
@media (max-width: 1300px) {
  .order__box .baskets .count .delete {
    display: block;
  }
}
@media (max-width: 1300px) {
  .order__box .baskets .count {
    flex-direction: row;
    justify-content: space-between;
  }
}
.order__box .baskets .products__item {
  grid-template-columns: 200px 1fr 1fr 1fr;
}
@media (max-width: 1300px) {
  .order__box .baskets .products__item {
    padding: 25px 0;
    grid-template-columns: 100px repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 35px;
  }
  .order__box .baskets .products__item figure {
    grid-area: 1/1/3/2;
  }
  .order__box .baskets .products__item .title {
    grid-area: 1/2/2/5;
  }
  .order__box .baskets .products__item .price {
    grid-area: 2/2/3/5;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .order__box .baskets .products__item .count {
    grid-area: 3/1/4/5;
  }
  .order__box .baskets .products__item .title .delete {
    display: none;
  }
}
@media (max-width: 800px) {
  .order__box .baskets .products__item .price {
    font-size: 20px;
    line-height: 24px;
  }
  .order__box .baskets .products__item .count input {
    font-size: 12px;
    line-height: 24px;
  }
}
.order__box .baskets .delete {
  margin-top: 25px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #8B8B8B;
}
.order__box .baskets .delete svg {
  margin-right: 10px;
}
.order__box .baskets .count__input {
  display: grid;
  grid-template-columns: 48px 48px 48px;
  height: 48px;
  border: 1px solid #CCCCCC;
}
.order__box .baskets .count__input > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
.order__box .baskets .count__input input {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #282A2C;
}
.order__box .deliver .title-block__h3 {
  margin-bottom: 50px;
}
.order__box .deliver__info {
  background: #F0F0F0;
  border-radius: 2px;
  padding: 25px;
  margin-top: 50px;
}
.order__box .deliver__info > *:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 25px;
}
@media (max-width: 800px) {
  .order__box .deliver__info {
    margin-left: -15px;
    padding: 15px;
    margin-right: -15px;
  }
}
.order__box .deliver__input {
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-column-gap: 25px;
}
.order__box .deliver__input .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  .order__box .deliver__input .title span {
    font-size: 18px;
    line-height: 24px;
  }
}
.order__box .deliver__input .title a {
  text-decoration-line: underline;
  color: #585858;
}
@media (max-width: 1000px) {
  .order__box .deliver__input .title a {
    font-size: 16px;
    line-height: 22px;
  }
}
.order__box .deliver__input > div > p {
  max-width: 400px;
  color: #585858;
}
.order__box .deliver__input > div > p.dostavka {
  margin-top: 15px;
  color: #000000;
}
@media (max-width: 800px) {
  .order__box .deliver__input {
    grid-template-columns: 1fr;
  }
  .order__box .deliver__input > span {
    display: none;
  }
}

.modal__box .order__maps {
  max-width: 1500px;
  margin: 0 15px;
  padding: 0;
}
.modal__box > div > div{
  position: relative;
}
.modal__box > div > div > .button_svg.close-js{
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 20;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .modal__box .order__maps {
    max-height: calc(100vh - 30px);
    overflow: auto;
  }
}
.modal__box .order__maps form {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-column-gap: 40px;
}
@media (max-width: 1000px) {
  .modal__box .order__maps form {
    grid-template-columns: 1fr 1fr !important;
    grid-column-gap: 0px;
  }
}
@media (max-width: 800px) {
  #map > *, #map > * > *{
    width: 100% !important;
    height: 260px !important;
  }
  .modal__box .order__maps form {
    grid-template-columns: 1fr !important;
  }
  .modal__box .order__maps form .right{
    height: 260px !important;
  }
}
.modal__box .order__maps form .title-block__h4 {
  text-align: left;
}
.modal__box .order__maps form .block:first-child {
  margin-bottom: 20px;
}
.modal__box .order__maps form .block:first-child .input__text {
  margin-bottom: 15px;
}
.modal__box .order__maps form .block:first-child p {
  color: #D97F0B;
}
.modal__box .order__maps form .left {
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .modal__box .order__maps form .left {
    padding: 20px;
    order: 2;
  }
}
@media (max-width: 800px) {
  .modal__box .order__maps form .right {
    order: 1;
  }
}
.modal__box .order__maps form .right > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__box .order__maps form .links {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.modal__box .order__modal {
  max-width: 700px;
  width: 100%;
}
.modal__box .order__modal h4 {
  text-align: left;
}
.modal__box .order__modal .block:first-child {
  margin-bottom: 50px;
}
.modal__box .order__modal .block:first-child .input__text {
  margin-bottom: 15px;
}
.modal__box .order__modal .block:first-child p:not(.text__big) {
  color: #D97F0B;
}
.modal__box .order__modal .block:first-child p.text__big {
  margin: 50px 0;
}
@media (max-width: 800px) {
  .modal__box .order__modal .block:first-child p.text__big {
    margin: 0;
  }
}
@media (max-width: 800px) {
  .modal__box .order__modal .block:first-child {
    margin-bottom: 20px;
  }
}
.modal__box .order__modal .curer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.modal__box .order__modal .curer .input__checkbox {
  display: flex;
  margin: 0;
}
.modal__box .order__modal .curer .input__checkbox input {
  width: 0;
  height: 0;
}
.modal__box .order__modal .curer .input__text {
  margin: 0;
  max-width: 140px;
}
@media (max-width: 600px) {
  .modal__box .order__modal .curer .input__text {
    max-width: 45%;
  }
}
.modal__box .order__modal .links {
  display: flex;
  margin-top: 50px;
  gap: 25px;
}
@media (max-width: 800px) {
  .modal__box .order__modal .links {
    margin-top: 25px;
  }
}/*# sourceMappingURL=index.css.map */
.modal__box.big > * .box{
  max-width: 700px;
  max-height: 70vh;
  overflow-y: auto;
}

.modal-header{
  display: flex;
  flex-direction: column;
  padding: 12px 25px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  z-index: 100;
  gap: 8px;
}
.modal-header > a:not(.button-gray, .button__link){
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  transition: .4s;
}
.modal-header > a:not(.button-gray, .button__link):hover{
  background: #F0F0F0;
}
.modal-header > a.button-gray, .modal-header > a.button__link{
  width: 100%;
  padding: 9px 0;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

#profile-images label{
  margin-bottom: 20px;
}
#profile-images input{
  display: none;
}
#profile-images > * .box h4, #profile-images .text__small.regular{
  margin-bottom: 15px;
  text-align: center;
}
#profile-images .button__link{
  width: fit-content;
  margin: 0 auto;
}

.favorites-js{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.favorites-js .active-favorites{
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: .4s;
}
.favorites-js:hover .active-favorites, .favorites-js.active .active-favorites{
  opacity: 1;
}

#basket-container{
  right: 100px;
  width: 420px;
  box-sizing: border-box;
  margin: 0;
}
.header__basket{
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.header__basket .button__link {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 18px;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.header__basket .allCost{
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__basket-list{
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.header__basket-list-item{
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  border-bottom: 1px solid #CCC;
}
.header__basket-list-item .info{
  display: grid;
  grid-template-columns: 1fr 60px 92px;
  grid-column-gap: 25px;
}
.header__basket-list-item .info span:not(:first-child){
  display: flex;
  justify-content: flex-end;
}
.header__basket-list-item > span{
  color: #8B8B8B;
}
.header .header__icon > .cart{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header__icon > .cart > span{
  text-align: center;
  font-family: "Montserrat";
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  z-index: 2;
  position: absolute;
  margin-top: 2px;
}

.ya-share2{
  display: inline-flex !important;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
  margin: 0 !important;
}
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short{
  padding: 0 !important;
  background: none !important;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more, .ya-share2__container_shape_round .ya-share2__badge{
  border-radius: 0 !important;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more{
  width: 32px !important;
  background-size: 32px 32px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5 13C26.5376 13 29 10.5376 29 7.5C29 4.46243 26.5376 2 23.5 2C20.4624 2 18 4.46243 18 7.5C18 8.19252 18.128 8.85515 18.3616 9.46552L11.9152 13.2198C10.9127 11.8726 9.30826 11 7.5 11C4.46243 11 2 13.4624 2 16.5C2 19.5376 4.46243 22 7.5 22C9.15832 22 10.6452 21.2661 11.6536 20.1053L18.1719 24.1305C18.0597 24.5683 18 25.0272 18 25.5C18 28.5376 20.4624 31 23.5 31C26.5376 31 29 28.5376 29 25.5C29 22.4624 26.5376 20 23.5 20C21.6538 20 20.0201 20.9096 19.0225 22.3052L12.6696 18.3821C12.8834 17.7949 13 17.1611 13 16.5C13 15.9872 12.9298 15.4907 12.7985 15.0198L19.4054 11.1721C20.4123 12.2942 21.8737 13 23.5 13ZM23.5 11C25.433 11 27 9.433 27 7.5C27 5.567 25.433 4 23.5 4C21.567 4 20 5.567 20 7.5C20 9.433 21.567 11 23.5 11ZM7.5 20C9.433 20 11 18.433 11 16.5C11 14.567 9.433 13 7.5 13C5.567 13 4 14.567 4 16.5C4 18.433 5.567 20 7.5 20ZM27 25.5C27 27.433 25.433 29 23.5 29C21.567 29 20 27.433 20 25.5C20 23.567 21.567 22 23.5 22C25.433 22 27 23.567 27 25.5Z' fill='%238B8B8B'/%3E%3C/svg%3E") !important;
  height: 32px !important;
}
.little .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more{
  width: 24px !important;
  height: 24px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5425 9.86426C18.7516 9.86426 20.5425 8.0734 20.5425 5.86426C20.5425 3.65512 18.7516 1.86426 16.5425 1.86426C14.3333 1.86426 12.5425 3.65512 12.5425 5.86426C12.5425 6.27862 12.6055 6.67827 12.7224 7.05415L8.49211 9.16243C7.76085 8.36453 6.71009 7.86426 5.54248 7.86426C3.33334 7.86426 1.54248 9.65512 1.54248 11.8643C1.54248 14.0734 3.33334 15.8643 5.54248 15.8643C6.52161 15.8643 7.41857 15.5125 8.11386 14.9284L12.5643 17.4436C12.5499 17.5818 12.5425 17.7222 12.5425 17.8643C12.5425 20.0734 14.3333 21.8643 16.5425 21.8643C18.7516 21.8643 20.5425 20.0734 20.5425 17.8643C20.5425 15.6551 18.7516 13.8643 16.5425 13.8643C15.1956 13.8643 14.0041 14.53 13.2793 15.5503L9.28072 13.2905C9.44984 12.8475 9.54248 12.3667 9.54248 11.8643C9.54248 11.542 9.50437 11.2286 9.43241 10.9284L13.7831 8.76014C14.5009 9.44425 15.4726 9.86426 16.5425 9.86426ZM16.5425 7.86426C17.647 7.86426 18.5425 6.96883 18.5425 5.86426C18.5425 4.75969 17.647 3.86426 16.5425 3.86426C15.4379 3.86426 14.5425 4.75969 14.5425 5.86426C14.5425 6.96883 15.4379 7.86426 16.5425 7.86426ZM5.54248 13.8643C6.64705 13.8643 7.54248 12.9688 7.54248 11.8643C7.54248 10.7597 6.64705 9.86426 5.54248 9.86426C4.43791 9.86426 3.54248 10.7597 3.54248 11.8643C3.54248 12.9688 4.43791 13.8643 5.54248 13.8643ZM18.5425 17.8643C18.5425 18.9688 17.647 19.8643 16.5425 19.8643C15.4379 19.8643 14.5425 18.9688 14.5425 17.8643C14.5425 16.7597 15.4379 15.8643 16.5425 15.8643C17.647 15.8643 18.5425 16.7597 18.5425 17.8643Z' fill='black'/%3E%3C/svg%3E") !important;
  background-size: 24px 24px !important;
}
.ya-share2__container_size_m.ya-share2__container_alone .ya-share2__popup_direction_bottom, .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom{
  left: 0 !important;
  right: auto !important;
}
.error-form{
  display: block;
  color: #FB3B20;
  margin-bottom: 5px;
}
.subscribe-section-text{
  color: #0A0A0A;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  margin-top: 25px;
  line-height: 18px;
}
.subscribe-section-text a{
  text-decoration: revert;
}
#form-thz-subscribe .p_text{
  color: #0A0A0A;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  margin: 25px 0;
  line-height: 30px;
}
@media(max-width: 400px){
  #form-thz-subscribe .p_text{
    font-size: 14px;
    margin: 15px 0;
    line-height: 18px;
  }
}
.product-box__item .text p span.all{
  font-size: 23px;
}
.product-section__slider{
  margin: 0 ;
}
/* to scss*/
.product-section__list{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

@media (max-width: 1300px){
  .product-section__list{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px){
  .product-section__list{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px){
  .product-section__list{
    grid-template-columns: repeat(1, 1fr);
  }
}
.slider-item-banner{
  padding-top: 265px !important;
  background: linear-gradient(180deg, #D9D9D8 0%, #F0F0F0 100%);
  padding-bottom: 150px; 
  position: relative;
}
.box-content-section{
  position: relative;
}
.box-content-section .controls-dots{
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  max-width: 100%;
}
.box-content-section > .box-content.controll{
  width: min(100% - 30px, 1680px);
  margin-inline: auto;
  box-sizing: border-box;
}
.banner-section__slider .slick-track{
  display: flex !important;
}
.banner-section__slider .slick-slide{
  height: inherit !important;
}
.slider-item-banner .box-content{
  height: 100%;
  width: min(100% - 30px, 1600px);
  max-height: 600px;
}
.slider-item-banner .box-content > *{
  height: 100%;
  /* min-height: 700px; */
}
.box-content-section .controls-arrows .arrow{
  top: 50%;
}
.slider-item-banner.img{
  background: none;
}
.slider-item-banner .bg{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-content-section{
  width: 100%;
  box-sizing: border-box;
}
.size-full.images img.mob,
.slick-slide img.mob{
  display: none;
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.size-full.images{
  position: relative;
}

/*под вопросом*/
.size-full{
	
}


@media (max-width: 1000px){
  .slider-item-banner{
    padding-top: 113px !important; 
    padding-bottom: 100px; 
  }
  .slider-item-banner .box-content{
    max-height: inherit;
  }

  .banner-section__slider .slick-slide img{
    display: none;
  }
  .size-full.images img.mob,
  .banner-section__slider .slick-slide img.mob{
    display: block;
  }

  .slider-item-banner .box-content{
    width:min(100%, 1600px);
    
  }
}
@media (max-width: 600px){

  .banner-section__slider-box__item > .right img{
    max-height: 200px;
  }
}

@media (max-width: 480px){
  .slider-item-banner{
    padding-top: 145px !important; 
    padding-bottom: 75px; 
  }
}
.box-content.slider {
  position: relative;
}
.box-content.slider .controls-arrows .arrow {
  position: absolute;
  top: calc(50% - 40px);
  cursor: pointer;
  transition: 0.4s;
}
.box-content.slider .controls-arrows .arrow:hover {
  transform: scale(1.2);
}
.box-content.slider .controls-arrows .arrow.sprite-prev {
  left: 40px;
}
.box-content.slider .controls-arrows .arrow.sprite-next {
  right: 40px;
}
@media (max-width: 1700px) {
  .box-content.slider .controls-arrows .arrow.sprite-prev {
    left: 15px;
  }
  .box-content.slider .controls-arrows .arrow.sprite-next {
    right: 15px;
  }
}
@media (max-width: 1200px) {
  .box-content.slider .controls-arrows .arrow {
    display: none !important;
  }
}

/* ---------- */

.button-svap{
  display: flex;
}

.button-svap > label{
  padding: 13px 18px;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  line-height: 14px; /* 100% */
  text-transform: uppercase;
}
.button-svap > input{
  display: none;
}
.button-svap > label.active{
  background: #585858;
  color: var(--black-white, #FFF);
}
.button-svap > label:not(.active){
  color: var(--light-text, #8B8B8B);
  border-radius: 2px;
  border: 1px solid var(--stroke, #CCC);
  background: var(--white, #FFF);
}

@media(max-width: 1500px){
  .button-svap > label{
    padding: 13px 5px;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 12px;
  }
}
.button-credit-button{
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.button-credit-button .credit .button-svap > label{
  width: fit-content;
  padding: 9px 13px;
}
.form__credit{
  margin-bottom: 50px;
}
.form__credit .input__checkbox input ~ label::before{
  background: #fff;
}
.form__credit .input__checkbox{
  margin-bottom: 0;
}
@media(min-width: 1500px){
  .button__end{
    display: flex;
    gap: 25px;
  }
  .order__box .button__end > *:not(:last-child){
    margin-bottom: 0;
  }
}

.button_block_vubor input{
  display: none;
}
.order__box .box__span{
  cursor: pointer;
  text-transform: uppercase;
}
.order__box .box__span.active{
  border-radius: 2px;
  border: 2px solid #585858;
  background: #585858;
  color: #fff;
}

.order__box .box__span.active path{
  fill: #fff;
}
.delete-product-js, .count-js{
  cursor: pointer;
}
.modal__box.order-modal .order__modal .links > *{
  margin: 0;
}
.modal__box.order-modal > * .box .button__link:last-child{
  margin-top: 0;
}
.modal__box .crest{
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

.modal__box.big .order__maps{
  width: 100%;
  height: 100%;
  max-height: 90vh;
  max-width: 100%;
}
.modal__box.big  .order__maps form .left{
  justify-content: center;
  justify-content: start;
}
.modal__box.big  .order__maps form{
  height: 100%;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0;
}
.modal__box.big  > * .box .button__link{
  margin: 0;
  width: fit-content;
}
.order-finish{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  text-align: center;
}
.order-finish h1 span{
  color: #E9A854;
}
.order-finish .title-block__h4{
  margin-top: 50px;
}
.order-finish .button__link{
  margin-top: 60px;
}

@media(max-width: 1000px){
  .order-finish .title-block__h4{
    margin-top: 20px;
  }
  .order-finish .button__link{
    margin-top: 30px;
  }
}

.form-seacrh-box{
  display: flex;
  align-items: center;
  height: 48px;
}
.search-input{
  width: 0;
  opacity: 0;
  transition: .4s;
  border-bottom: 1px solid transparent;
  height: 100%;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  align-items: center;
}
.form-seacrh-box input{
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.form-seacrh-box.active .search-input{
  opacity: 1;
  width: 250px;
  border-bottom-color: #CCC;
}
.form-seacrh-box button, .form-seacrh-box button path{
  transition: .4s;
  width: 48px;
  display: flex;
  min-width: 48px;
  align-items: center;
  justify-content: center;
  height: 48px;
}
.form-seacrh-box.active button, #form-seacrh-modal .form-seacrh-box.active button{
  background: #000;
}
.form-seacrh-box.active button path, #form-seacrh-modal .form-seacrh-box.active button path{
  fill: #fff;
}
.seacrh-mobile-button{
  display: flex;
}
#form-seacrh-modal > *{
  align-items: flex-start;
}
#form-seacrh-modal .form-seacrh-box.active{
  width: calc(100% - 50px);
}
#form-seacrh-modal .form-seacrh-box.active .search-input{
  width: 100%;
}
#form-seacrh-modal .form-seacrh-box .search-input input{
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: initial;
  height: 100%;
  width: 100%;
}
#form-seacrh-modal .close-js{
  display: flex;
  align-items: center;
}
#form-seacrh-modal .search-box{
  display: flex;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 11;
  padding: 25px;
  box-sizing: border-box;
  background: #FFFFFF;
}

#form-seacrh-modal .search-box .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  width: 100%;
  height: 48px;
}
.rating-star-review-box{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.filter-button{
  display: flex;
  justify-content: center;
}
@media(max-width: 700px){
  .filter-button{
    justify-content: flex-start;
  }
}
.filter-section-box{
  margin-top: 30px;
}

.filter-rating > *:first-child{
  border-right: 0;
}
@media (max-width: 600px){
  .banner-section__slider-box__item > .left p{
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.mobile-basket > div{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-basket > div span{
  text-align: center;
  font-family: "Montserrat";
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  z-index: 2;
  position: absolute;
  margin-top: 2px;
}
.fixed-menu a{
  padding-bottom: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  border-bottom: 2px solid transparent;
  color: #8B8B8B;
  font-weight:400;
}

.fixed-menu a.active span{
	display:inline-block;
	padding-top:2px;
}

.fixed-menu a:first-child path{
  fill: #8B8B8B;
}
.fixed-menu a.active:first-child path{
  fill: #0A0A0A;
}
.fixed-menu a:nth-child(2) path, .fixed-menu a:nth-child(3) path, .fixed-menu a:nth-child(4) path{
  fill: #8B8B8B;
}
.fixed-menu a.active:nth-child(2) path, .fixed-menu a.active:nth-child(3) path, .fixed-menu a.active:nth-child(4) path{
  fill: #0A0A0A;
}
.fixed-menu a.active{
  border-bottom-color: #000;
  color: #0A0A0A;
}

.fixed-menu a.active span{
  color: #0A0A0A;
}

.fixed-menu{
  padding: 8px 15px 4px;
  background: #FFF;
  box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.15);
}
.basket-mobile-info{
  bottom: 80px;
  left: 25px;
  right: 25px;
  position: fixed;
  width: calc(100% - 50px);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  z-index: 20;
  box-sizing: border-box;
  color: #FFF;
  background: #0A0A0A;
}
.basket-mobile-info a{
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px dotted #fff;
}
.auth-form button{
  margin-bottom: 15px;
}
@media(max-width: 700px){
  .product-section__slider, .product .description .slider, .product .description .slider .box-content.blog__box{
    width: 100%;
  }
}

.product-section{
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}
.product-section > .box-content.slider{
  position: initial;
}
.product .rating-form__images-input-photo__list{
  margin-top: 0 !important;
}
.product .rating-list__item{
  gap: 16px;
}
#photo-rating-box-js .rating-form__images-input-photo__list{
  margin: 0 !important;
  margin-top: 50px !important;
}
.rating-form .error{
  color: #FB3B20;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
.rating-form .error.active{
  margin-top: 20px;
  display: block;
}
.error-text-js *{
  color: #FB3B20 !important;
}

.error-input-js{
  border-color: #FB3B20 !important;
}
@media (max-width: 1170px) {
    .header__phone{
      display: none;
    }
}
.header-mobile__phone{
  display: flex;
  margin-right: 17px;
}
.header-mobile__phone svg{
  width: 17px;
  height: auto;
}
.slick-arrow{
  user-select:none;
}
/* .image-section > *{
  min-height: 400px;
  display: block;
}
.image-section .video-js .vjs-tech{
  display: block;
  min-height: 400px;
} */

/* to scss main.scss*/
.image-section > .button__link{
	display:block;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom:5%;
	text-align: center;
}
/* /to scss main.scss*/


.video-js .vjs-tech{
  object-fit: cover;
}
.forgotpasswd{
  display: flex;
  justify-content: center;
}
@media (max-width: 800px) {
  .video-js.vjs-fluid{
    padding-top: 79.25% !important;
  }
  .forgotpasswd{
    margin-bottom: 20px;
  }
}
.modal__box .box section > .box-content{
  width: 100%;
}
.modal__box .box section{
  margin-bottom: 0;
}
#reset-password-form .error-auth.success{
  color: green !important;
}
.promokod__box{
  display: flex;
  align-items: center;
  justify-self: center;
  flex-wrap: wrap;
  gap: 10px;
}
.promokod__box .input__text{
  margin-bottom: 0;
}
@media (max-width: 600px){
  .promokod__box .input__text input{
    font-size: 12px;
    line-height: 15px;
    padding: 9px 18px;
  }
}
.promokod{
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 15px;
}
.delete_promo{
  margin-top: 15px;
  cursor: pointer;
  opacity: .7;
}
.order-total__group{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.order-total__group .noactive{
  color: red;
}
.order-total__group .active{
  color: green;
}
.button-link{
  position: relative;
  display: flex;
  justify-content: center;

}
/*
.button-link > a{
  position: absolute;
  bottom: 20px;
}*/

.icon_sales{
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: red;
  color: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_label {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_label img {
  width: 50px;
  height: 50px;
}

@media (min-width: 1024px) {
  .icon_label img {
    width: 72px;
    height: 72px;
  }
}

.breadcrumbs .content img.mob-category {
  display: block;
}

.breadcrumbs .content img.desktop-category {
  display: none;  
}

@media screen and (min-width: 768px) {
  .breadcrumbs .content img.mob-category {
    display: none;
  }
  
  .breadcrumbs .content img.desktop-category {
    display: block;  
  }
}

/* .mob-category{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  display: none;
} */
.filter-box-top{
  display: grid; 
  align-items: center; 
  grid-template-columns: 1fr 1fr 1fr;
}
@media(max-width: 700px){
  .filter-box-top{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .filter-box-top .filter-sort{
    order: 2;
  }
}
@media(max-width: 800px){
  .modal__box.big .order__maps form{
    height: auto !important;
  }
  .product .prew{
    display: flex;
    flex-direction: column;
  }
  .product .prew .left{
    justify-content: center
  }
  
}
.slider_detail_cart_box{
  width: 100%;
  max-width: 520px;
}

/* End */


/* Start:/local/templates/ImperatorsButique/components/bitrix/breadcrumb/.default/style.min.css?1715591591448*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/ImperatorsButique/components/bitrix/system.auth.form/.default/style.min.css?1715591591424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/local/templates/ImperatorsButique/components/bitrix/system.auth.form/.default/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/local/templates/ImperatorsButique/components/bitrix/system.auth.form/.default/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/ImperatorsButique/styles.css?17228425971156*/
.section-error .box-content{
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-error .box-content .text h1{
    color: #000;
    font-family: "EB Garamond";
    font-size: 357.333px;
    font-style: normal;
    font-weight: 500;
    line-height: 402px; /* 112.5% */
    text-transform: uppercase;
}

@media(max-width: 800px) {
    .section-error .box-content .text h1{
        font-size: 200px;
        line-height: 250px;
    }
}

@media(max-width: 600px) {
    .section-error .box-content .text h1{
        font-size: 100px;
        line-height: 150px;
    }
}

.old {
    text-decoration: line-through;
}

.address-suggestions {
    position: relative;
}

.address-suggestions .address-suggestions__container {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: -15px;
    background: white;
    border: 1px solid #CCCCCC;
    border-top: none;
}

.address-suggestions .address-suggestions__item {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
}

.address-suggestions .address-suggestions__item:hover,
.address-suggestions .address-suggestions__item:focus 
{
    background: #EEE;
}
/* End */
/* /local/templates/ImperatorsButique/assets/fonts/fonts.css?17155915911070 */
/* /local/templates/ImperatorsButique/assets/css/slick.css?17513628341749 */
/* /local/templates/ImperatorsButique/assets/css/index.css?1738828685108248 */
/* /local/templates/ImperatorsButique/components/bitrix/breadcrumb/.default/style.min.css?1715591591448 */
/* /local/templates/ImperatorsButique/components/bitrix/system.auth.form/.default/style.min.css?1715591591424 */
/* /local/templates/ImperatorsButique/styles.css?17228425971156 */
