
:root{
	/* --accent: #f0c90a;
	--basetext: #094067; */
	--accent: #f0c90a;
	--basetext: #094067;
}

.tr {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.br10 {
	border-radius: 10px;
}
.cardBorder {
  border: 5px solid var(--accent);
  border-radius: 10px;
  overflow: hidden;
}
.titleBold {
  font-family: var(--ff2-bold);
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: var(--ff1-regular);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #212123;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
body.noscroll {
  overflow: hidden;
}
.page-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  border: 3px solid #eeeeee;
  height: 150px;
}
a,
a:hover {
  text-decoration: none;
}
button, input, textarea{
    outline: none;
}
textarea{
    border:0px;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
p,
label {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button {
  cursor: pointer;
  padding: 0;
  white-space: nowrap;
}
textarea,
button,
input {
  outline: none !important;
  border: none;
}
textarea.form-control:focus,
input.form-control:focus{ outline: none !important; border-top: 0px; border-left:0px; border-right:0px; border-bottom-color: #bfbfbf; box-shadow: none;}
button {
  background-color: transparent;
}
.padding-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1199px) {
  .padding-150 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.layout-hidden {
  height: 140px;
}
@media (max-width: 1199px) {
  .layout-hidden {
    height: 113px;
  }
}
@-webkit-keyframes showSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.6);
}
#overlay.active {
  display: block;
}
@media (min-width: 1230px) {
  .container {
    max-width: 1170px;
    padding: 0;
  }
}
.pt-150 {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .pt-150 {
    padding-top: 110px;
  }
}
.content-wrapper footer {
  margin-top: auto;
}
.content-wrapper section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .content-wrapper section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .content-wrapper section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.content-wrapper section.other-products,
.content-wrapper section.pb-50 {
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .content-wrapper section.other-products,
  .content-wrapper section.pb-50 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .content-wrapper section.other-products,
  .content-wrapper section.pb-50 {
    padding-bottom: 20px;
  }
}
.content-wrapper .pt-30,
.content-wrapper section.pt-30 {
  padding-top: 30px;
}
section.pb-50 .product-slider__item {
  padding-bottom: 0;
  margin-bottom: 30px;
}
/*ТИПОГРАФИКА*/
.t-upper {
  text-transform: uppercase;
}
.text-white {
  color: #fff;
}
.title-2 {
  font-size: 30px;
  line-height: 1.3333;
}
/*****************/
h1,
h2,
h3,
h5 {
  font-family: var(--ff1-bold);
  color: var(--basetext);
}
.title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .title-row {
    display: block;
  }
  .title-row h2 {
    margin-bottom: 20px;
  }
}
.title-row-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .title-row-column {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.slider-arrows {
  width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider-arrows div {
  cursor: pointer;
}
.ar-next,
.ar-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  border: 1px solid #8f8f8f;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.ar-next:hover,
.ar-prev:hover {
  border-color: var(--accent);
  background: var(--accent);
}
.ar-next:hover path,
.ar-prev:hover path {
  fill: #fff;
}
.ar-next {
  padding-left: 1px;
}
.ar-prev {
  padding-left: 2px;
}
.block-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-link a {
  font-family: var(--ff1-medium);
  font-size: 18px;
  line-height: 24px;
  color: #212123;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.block-link .block-link__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.block-link:hover a {
  color: var(--accent);
}
.block-link:hover .block-link__icon {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.title {
  font-weight: 700;
}
.title-1 {
  font-size: 55px;
  line-height: 1.2;
}
.block-title {
  font-size: 30px;
  line-height: 1.33;
  font-family: var(--ff1-bold);
  font-weight: 700;
}
@media (max-width: 1199px) {
  .block-title {
    font-size: 30px;
  }
}
.title-2 {
  font-size: 30px;
  line-height: 1.333333;
}
.head-1,
.page-title,
.head-2, .head {
  font-size: 40px;
  line-height: 1.25;
}
.head-1 {
  margin-bottom: 40px;
}
.title-4 {
  font-size: 20px;
  line-height: 1.2;
  font-family: var(--ff1-medium);
}
.title-3,
.title-3 p,
.title-3 a,
.title-5 {
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--ff1-bold);
}
@media (max-width: 1199px) {
  .title-1 {
    font-size: 40px;
  }
  .title-2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .title-1 {
    font-size: 35px;
  }
  .title-2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .title-1 {
    font-size: 30px;
  }
  .title-2 {
    font-size: 20px;
  }
}
.bodyBold {
  font-size: 18px;
  line-height: 1.3888888;
}
/*****************/
.page-title {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.25;
  font-family: var(--ff1-bold);
  max-width: 760px;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 36px;
  }
}
.page-title.mb-50 {
  margin-bottom: 50px;
}
.page-title.mb-40 {
  margin-bottom: 40px;
}
.text-18 {
  font-size: 18px;
  line-height: 1.39;
  font-family: var(--ff1-bold);
  text-align: center;
}
.title-34 {
  font-size: 30px;
  line-height: 1.3333;
}
@media (max-width: 767px) {
  .title-34 {
    font-size: 26px;
  }
}
.text-24 {
  font-size: 24px;
  line-height: 29px;
}
.title-light {
  font-family: var(--ff1-bold);
  font-size: 20px;
  line-height: 1.4;
}
.text-2 {
  font-size: 14px;
  line-height: 22px;
}
.text-14 {
  font-size: 14px;
  line-height: 24px;
}
.text-12 {
  font-size: 12px;
  line-height: 19px;
}
.text-16 {
  font-size: 16px;
  line-height: 26px;
}
.text-16--bold {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.text-16--light {
  font-size: 16px;
  line-height: 24px;
  color: #A3A7B4;
}
.btn-text {
  font-size: 20px;
  line-height: 28px;
}
.red-text {
  color: var(--accent);
}
.mb-19 {
  margin-bottom: 20px;
}
.marker-list li {
  position: relative;
  padding-left: 20px;
}
.marker-list li + li {
  margin-top: 8px;
}
.marker-list li:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: var(--accent);
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .marker-list li:before {
    top: 50%;
  }
}
/*кнопка вверх*/
#back-top {
  position: fixed;
  z-index: 10;
  bottom: 70px;
  right: 10px;
}
@media (min-width: 768px) {
  #back-top {
    right: 30px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  #back-top {
    right: 50px;
  }
}
#back-top span {
  display: none;
  text-align: center;
  width: 47px;
  height: 47px;
  display: block;
  margin-bottom: 7px;
}
#back-top span:hover {
  opacity: 0.8;
}
#back-top span i {
  color: var(--accent);
  font-size: 46px;
  font-weight: 700;
}
@-webkit-keyframes swingElement {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes swingElement {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.brcrumg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.brcrumg-item {
  position: relative;
  font-size: 10px;
  line-height: 14px;
}
.brcrumg-item a {
  color: #A3A7B4;
}
.brcrumg-item:hover a {
  color: #212123;
}
.brcrumg-item + .brcrumg-item {
  margin-left: 15px;
}
.brcrumg-item:after {
  content: '';
  width: 1px;
  height: 14px;
  background-color: rgba(128, 128, 128, 0.7);
  position: absolute;
  right: -9px;
  top: 2px;
}
.brcrumg-item:last-child a {
  color: #212123;
  cursor: default;
}
.brcrumg-item:last-child:after {
  display: none;
}
.brcrumg-item:last-child:hover {
  color: #212123;
}
.brcrumg-item:last-child:hover a {
  opacity: 1;
}
.badge {
  padding-left: 15px;
  padding-right: 15px;
  height: 20px;
  line-height: 20px;
  border-radius: 30px;
  background-color: #FFF9F9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.badge p {
  margin-right: 3px;
  font-size: 10px;
  color: #8f8f8f;
  font-weight: 400;
}
.badge span {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.badge span svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.badge span:hover svg path {
  fill: #8f8f8f;
}
.mt-10 {
  margin-top: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.ml-0 {
  margin-left: 0;
}
.page-404 {
  background-position: 100% 0%;
  height: 673px;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-404 .brcrumg {
  margin-bottom: 90px;
}
@media (max-width: 1199px) {
  .page-404 {
    background-position: 0% 0%;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .page-404 {
    height: 400px;
  }
  .page-404 .page-title {
    font-size: 28px;
  }
  .page-404 .brcrumg {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .page-404 {
    height: 450px;
  }
}
.content-404 {
  max-width: 804px;
  width: 85%;
}
@media (max-width: 767px) {
  .content-404 {
    width: 100%;
  }
}
.content-404 .page-button {
  margin-top: 40px;
}
.autorization-page {
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .autorization-page {
    padding-bottom: 30px;
  }
}
.autorization-page .form-group input {
  background-color: transparent;
}
.autorization-page .form-group p {
  font-size: 12px;
  line-height: 19px;
  margin-top: 10px;
}
.autorization-page input.page-button {
  width: auto;
}
.forms-wrapper__col {
  padding-top: 30px;
  padding-bottom: 30px;
}
.forms-wrapper__col .title-light {
  margin-bottom: 30px;
}
.forms-wrapper__col.forms_col--reg {
  padding-left: 20px;
  padding-right: 20px;
  background: #F5F5F5;
  border: 1px solid #EEEEEE;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.blog-card {
  border-radius: 10px;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-bottom: 40px;
  display: block;
}
.blog-card__img {
  margin-bottom: 20px;
}
.blog-card__body .text-10 {
  font-size: 10px;
  line-height: 14px;
  color: #8f8f8f;
  margin-bottom: 10px;
}
.blog-card__body h3 {
  font-size: 15px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--ff1-bold);
  color: #212123;
  margin-bottom: 10px;
  min-height: 42px;
}
.blog-card__body .text-14 {
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
  color: #212123;
}
.blog-card:hover h3 {
  color: var(--accent);
}
.blog-card:hover .blog-card__img:after {
  opacity: 1;
}
.blog-card:hover .upper-link {
  color: var(--accent);
}
.blog-card:hover .upper-link:after {
  background-color: var(--accent);
}
.border-card {
  position: relative;
  border-radius: 10px;
  background-clip: padding-box;
  border: 5px solid transparent;
}
.border-card img {
  border-radius: 6px;
}
.border-card:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: -webkit-gradient(linear, left top, right top, from(var(--accent)), to(var(--accent)));
  background: -o-linear-gradient(left, var(--accent), var(--accent));
  background: linear-gradient(to right, var(--accent), var(--accent));
}
/*****КНОПКИ****/
.form-group input.page-button,
.page-button {
  cursor: pointer;
  outline: none;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 31px;
  padding-right: 31px;
  color: var(--basetext);
  border-radius: 30px;
  white-space: nowrap;
  font-family: var(--ff1-bold);
  max-width: 240px;
  font-size: 15px;
}
.form-group input.page-button.page-button--light{
    line-height: 48px;
    border: 2px solid var(--accent);
    color: var(--basetext);
}
.form-group input.page-button.page-button--light:hover{
    line-height: 48px;
    border: 2px solid var(--accent);
    background-color: var(--accent);
    color: #ffffff;
}
.h-40 {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.page-button--red {
  background-color: var(--accent);
  min-width: 156px;
}
.page-button--red:hover {
  background: var(--accent);
  color: #fff;
}
.form-group input.page-button--red {
  background: var(--accent);
}
.form-group input.page-button--red:hover {
  background: var(--accent);
  color: #fff;
}
.form-group input.page-button--color,
.page-button--color {
  background-color: var(--accent);
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#58B031), color-stop(51.04%, #70CF46), to(#58B031));
  background: -o-linear-gradient(top, #58B031 0%, #70CF46 51.04%, #58B031 100%);
  background: linear-gradient(180deg, #58B031 0%, #70CF46 51.04%, #58B031 100%);
  border-radius: 100px;
}
.form-group input.page-button--color:hover,
.page-button--color:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#93E96E), to(#58B031));
  background: -o-linear-gradient(top, #93E96E 0%, #58B031 100%);
  background: linear-gradient(180deg, #93E96E 0%, #58B031 100%);
}
.page-button--light {
  background-color: transparent;
  border: 1px solid var(--accent);
  color: var(--accent);
  line-height: 50px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.page-button--light:hover {
  background: #FC778D;
  color: #fff;
  border-color: #FC778D;
}
.page-button--light.h-40 {
  line-height: 38px;
}
.page-button--light .product-card .page-button--color,
.product-card .page-button--light {
  height: 36px;
  line-height: 30px;
  width: 130px;
  padding-left: 5px;
  padding-right: 5px;
}
.page-btn3 {
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 5px 10px;
}
.page-btn3:hover {
  border: 1px solid var(--accent);
  color: var(--accent);
}
.page-btn4 {
  background-color: #fff;
  border: 1px solid var(--accent);
  color: var(--accent);
  padding-left: 56px;
  padding-right: 56px;
  font-size: 12px;
}
.page-btn4:hover {
  border: 1px solid var(--accent);
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF6E56), to(#DF4329));
  background: -o-linear-gradient(top, #FF6E56 0%, #DF4329 100%);
  background: linear-gradient(180deg, #FF6E56 0%, #DF4329 100%);
}
.form-group input.page-btn2,
.page-btn2 {
  height: 48px;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 48px;
  font-size: 16px;
  border: 0px;
  color: var(--accent);
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid var(--accent);
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.form-group input.page-btn2 i,
.page-btn2 i {
  margin-left: 10px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.form-group input.page-btn2:hover,
.page-btn2:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#93E96E), to(#58B031));
  background: -o-linear-gradient(top, #93E96E 0%, #58B031 100%);
  background: linear-gradient(180deg, #93E96E 0%, #58B031 100%);
  color: #fff;
}
.favorite-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.favorite-icon i {
  color: var(--accent);
}
.buttons-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.buttons-group button + button {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .buttons-group button + button {
    margin-left: 15px;
  }
}
.border-btn {
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid transparent;
  border-radius: 60px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 52px;
  display: inline-block;
}
.border-btn:hover {
  border-color: var(--accent);
}
section.catalog {
  padding-top: 30px;
  padding-bottom: 50px;
}
section.catalog .content-cards {
  padding-top: 20px;
}
section.catalog .content-cards .product-card {
  min-height: 394px;
  margin-bottom: 30px;
}
section.catalog .content-cards .product-card .product-card__desk {
  display: none;
}
section.catalog .content-cards .product-card .product-card__img {
  margin-bottom: 10px;
}
section.catalog .content-cards .product-card .card-text {
  font-size: 12px;
  letter-spacing: 0px;
}
section.catalog .form-select__icon svg {
  position: relative;
  left: -2px;
}
.card-horizontal .product-card form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card-horizontal {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
section.catalog .card-horizontal .product-card-item {
  max-width: 100%;
}
section.catalog .card-horizontal .product-card-item .icon-group {
  bottom: 70px;
  left: 75px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
section.catalog .card-horizontal .product-card {
  max-height: 270px;
  min-height: 270px;
  max-width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
section.catalog .card-horizontal .product-card .product-card__desk {
  display: block;
  margin-top: 25px;
  color: #212123;
}
section.catalog .card-horizontal .product-card .product-card__desk p:first-child {
  font-size: 13px;
  line-height: 19px;
  font-family: var(--ff1-bold);
  color: #212123;
  margin-bottom: 10px;
}
section.catalog .card-horizontal .product-card .product-card__desk p {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--ff1-regular);
}
section.catalog .card-horizontal .product-card .product-card__img {
  min-width: 270px;
  max-width: 270px;
  height: 270px;
  overflow: hidden;
  -o-object-position: center;
  object-position: center;
  margin-right: 30px;
}
section.catalog .card-horizontal .product-card .price-block {
  margin-top: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.catalog .card-horizontal .product-card .product-card__title {
  text-align: left;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 579px) {
  .content-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .content-filters .filter-select--count {
    margin-left: 0;
    margin-top: 10px;
  }
}
.content-filters .form-select input,
.content-filters .form-select__icon {
  border: 1px solid #E8E9EA;
  color: #212123;
}
.content-filters .form-select input::-webkit-input-placeholder {
  color: #212123;
}
.content-filters .form-select input::-moz-placeholder {
  color: #212123;
}
.content-filters .form-select input::-ms-input-placeholder {
  color: #212123;
}
.content-filters .form-select input::placeholder {
  color: #212123;
}
.filter-display {
  width: 50px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 32px;
}
.filter-display button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .filter-display {
    display: none;
  }
}
.filter-select--count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  font-size: 10px;
  line-height: 14px;
}
.filter-select--count p {
  font-family: var(--ff1-bold);
}
.count-buttons {
  margin-left: 10px;
}
.count-buttons button, .count-buttons .selectbtn { cursor: pointer;
  display: inline-block;
  padding: 5px;
  color: #8f8f8f;
}
.count-buttons button:hover, .count-buttons .selectbtn.selected,
.count-buttons button.active {
  color: var(--accent);
}
a.view-list {color: inherit;}
a.view-table {padding-top:6px;}
button.view-table:hover svg path, a.view-table:hover svg path {
  fill: var(--accent);
}
button.view-list, a.view-list {
  position: relative;
  top: -1px;
}
button.view-list:hover i, a.view-list:hover i {
  color: var(--accent);
}
button.view-table.active svg path, a.view-table.active svg path {
  fill: var(--accent);
}
button.view-list.active i, a.view-list.active i {
  color: var(--accent);
}
.content-badges {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}
.content-badges .badge {
  margin-bottom: 12px;
}
.content-badges .badge + .badge {
  margin-left: 10px;
}
.form-select {
  position: relative;
  width: 170px;
  background: #FFFFFF;
  height: 35px;
  border-radius: 100px;
}
.form-select input {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 15px;
  padding-right: 25px;
  font-size: 14px;

  border: 1px solid var(--accent);
  height: 35px;
  border-radius: 100px;
  color: #212123;
}
.form-select input::-webkit-input-placeholder {
  color:#212123;
  font-size: 14px;

}
.form-select input::-moz-placeholder {
  color: #212123;
  font-size: 14px;

}
.form-select input::-ms-input-placeholder {
  color: #212123;
  font-size: 14px;
  line-height: 14px;
}
.form-select input::placeholder {
  color:  #212123;
  font-size: 14px;

}
.form-select .form-select__options {
  background-color: #FFF9F9;
  padding: 8px 15px;
  border: 0px;
}
.form-select .form-select__options li.active {
  color: #212123;
}
.form-select__options {
  width: 100%;
  z-index: 5;
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding: 0px 15px 15px 0;
  border: 1px solid var(--accent);
  background: #fff;
  border-radius: 10px;
  -webkit-animation-name: showSlow;
  animation-name: showSlow;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  display: none;
}
.form-select__options li {
  font-size: 12px;
  line-height: 17px;
  color: #8f8f8f;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-select__options li.active,
.form-select__options li:hover {
  color: #212123;
}
.form-select.form-select-light input {
  border: 1px solid #E8E9EA;
  color: #212123;
}
.form-select.form-select-light input::-webkit-input-placeholder {
  color: #212123;
}
.form-select.form-select-light input::-moz-placeholder {
  color: #212123;
}
.form-select.form-select-light input::-ms-input-placeholder {
  color: #212123;
}
.form-select.form-select-light input::placeholder {
  color: #212123;
}

.form-select.form-select-light .form-select__icon, .form-select.form-select-light .form-select__icon2 {
  color: #212123;
  border: 1px solid #e8e9ea;
  border-radius: 0 40px 40px 0;
}
.form-select.form-select-light .form-select__options {
  border: 1px solid #E8E9EA;
}
.form-select__options.active {
  display: block;
}
.form-select__icon, .form-select__icon2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
  color: var(--accent);
  opacity: .6;
  border-radius: 50%;
  z-index: 3;
  font-size: 14px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border: 1px solid var(--accent);
}
.form-select__icon i, .form-select__icon svg, .form-select__icon2 svg,
.filter-panel__menu span.drop-list
{  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  top: 0px;
}
.form-select__icon.rotate i, .form-select__icon.rotate svg, .form-select__icon2.rotate svg,
.filter-panel__menu span.drop-list.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: red;
}
@-webkit-keyframes showSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*====================================
			КАТЕГОРИИ НА ГЛАВНОЙ
======================================*/
.catItem {
  margin-bottom: 30px;
}
.category-item {
  position: relative;
  display: block;
  color: #fff;
  height: 275px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.category-item h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 30px;
  line-height: 1.333;
  color: #fff;
  z-index: 3;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.category-item:after {
  content: '';
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(53.65%, rgba(0, 0, 0, 0.03)), to(rgba(22, 22, 22, 0.63)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 53.65%, rgba(22, 22, 22, 0.63) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 53.65%, rgba(22, 22, 22, 0.63) 100%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.category-item:hover:after {
  opacity: 0;
}
#mainCategories.category-wrapper-1 .catItem.col-sm-4:last-child {
  max-width: 100%!important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#mainCategories.category-wrapper-2 .catItem.col-sm-4:last-child,
#mainCategories.category-wrapper-2 .catItem.col-sm-4:nth-last-child(2) {
  max-width: 50%!important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.category-wrapper .catItem:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .category-item h3 {
    font-size: 20px;
  }
  .category-item {
    height: 230px;
  }
}
@media (max-width: 991px) {
  .category-item {
    height: 180px;
  }
  .category-item h3 {
    font-size: 16px;
  }
}
@media (max-width: 579px) {
  .category-wrapper .catItem:nth-last-child(-n+3) {
    margin-bottom: 30px;
  }
  .category-wrapper .catItem:nth-last-child(1) {
    margin-bottom: 0;
  }
  #mainCategories.category-wrapper-2 .catItem.col-sm-4:last-child,
  #mainCategories.category-wrapper-2 .catItem.col-sm-4:nth-last-child(2) {
    max-width: 100%!important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
/*====================================
		КОНЕЦ КАТЕГОРИИ НА ГЛАВНОЙ
======================================*/
.cat-panel {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset;
  height: 0;
  opacity: 0;
  -webkit-transition: height .5s, opacity .5s;
  -o-transition: height .5s, opacity .5s;
  transition: height .5s, opacity .5s;
}
.cat-panel.active {
  height: 68px;
  position: relative;
  opacity: 1;
  z-index: 5;
}
.category-menu {
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 23px;
  padding-right: 23px;
  position: relative;
  display: none;
}
@media (max-width: 1199px) {
  .category-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .category-menu {
    display: none;
  }
}
.category-menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .category-menu nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.category-menu a {
  color: #a3a7b4;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .category-menu a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 40px;
  }
}
.category-menu a.active,
.category-menu a:hover {
  color: var(--accent);
  border-bottom: 1.5px solid var(--accent);
}
.cat-panel.active .category-menu {
  display: block;
}
.checkout-form input.setTime {
  margin-left: 22px;
  width: 185px;
}
.checkout-form .subscribes-block__inputs label {
  margin-right: 0;
}
.checkout-form .subscribes-block__inputs label + label {
  margin-left: 15px;
}
.checkout-form .form-block span.addprice,
.checkout-form .form-block label span:first-child,
.checkout-form .form-group label span {
  color: #8f8f8f;
}
.checkout-form .form-block input[type="radio"]:checked + label span {
  color: #212123;
}
.checkout-form input[type="radio"]:checked + label + span.addprice {
  color: #212123;
}
.checkout-form .subscribes-block .admin-icon {
  top: -3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-form .subscribes-block__top p {
    padding-left: 0;
    margin-right: 10px;
  }
}
.checkout-form .form-group--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  column-gap:25px;
}
@media (max-width: 991px) {
  .checkout-form .form-group--btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .checkout-form .form-group--btn {
    display: block;
  }
  .checkout-form .form-group--btn>*+*{margin-top:20px;}
  .checkout-form .form-group--btn .page-button {
    width: 240px;
  }
}
.checkout-form .form-group--btn input.page-button {
  width: auto;
  margin-left: 30px;
}
@media (max-width: 500px) {
  .checkout-form .form-group--btn input.page-button {
    margin-left: 0px;
    margin-top: 15px;
    width: 240px;
  }
}
.checkout-form .fake-placeholder {
  color: #a3a7b4;
}
.checkout-form .form-column--footer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout-form .table-row__result.title-3 {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
span.addprice {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1199px) {
  span.addprice {
    top: -15px;
    font-size: 14px;
  }
}
.form-group--check {
  font-size: 12px;
}
.form-group--check label {
  display: inline-block;
}
.form-group--check .custom-checkbox {
  margin-right: 4px;
  border-color: transparent;
  display: inline-block;
  position: relative;
  top: 2px;
}
.form-group.form-group--bb {
  border-bottom: 1px solid #BFBFBF;
}
.form-group.form-group--bb span:first-child {
  margin-bottom: 17px;
  display: block;
}
.form-column {
  position: relative;
}
.form-column .title-3 {
  margin-bottom: 10px;
}
.title-3.mb-30 {
  margin-bottom: 30px;
}
.form-column .form-block {
  margin-bottom: 30px;
}
.checkout-page .table-row.table-row__result {
  border-bottom: 0px;
}
.checkout-page .form-column .total-amount {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout-page .form-column .total-amount .title-3 {
  margin-bottom: 0;
}
.checkout-page .form-column .total-amount .hide-mob {
  display: inline;
}
@media (max-width: 574px) {
  .checkout-page .form-column .total-amount .hide-mob {
    display: none;
    padding-left: 4px;
  }
}
.tooltip-div {
  position: relative;
  padding: 17px;
  width: 335px;
  padding-right: 55px;
  background: #FFF9F9;
  border-radius: 5px;
  color: #A3A7B4;
  font-size: 12px;
  line-height: 19px;
}
@media (max-width: 1700px) {
  .tooltip-div {
    width: 275px;
    padding-right: 25px;
  }
}
.close-toooltip {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  z-index: 3;
}
.tooltip-div:before {
  content: '';
  position: absolute;
  left: -9px;
  bottom: -1px;
  width: 0;
  height: 0;
  border: 17px solid #FFF9F9;
  border-bottom: 0px;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-57deg);
  -ms-transform: rotate(-57deg);
  transform: rotate(-57deg);
  z-index: 3;
}
@media (max-width: 1700px) {
  .tooltip-div:before {
    left: 75%;
    bottom: -8px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 8px solid #FFF9F9;
    border-bottom: 0px;
    border-left-color: transparent;
    border-right-color: transparent;
  }
}
@media (max-width: 991px) {
  .tooltip-div:before {
    left: 48%;
  }
}
.set-promo {
  padding-left: 16px;
  position: relative;
  max-width: 200px;
}
.tooltip-group {
  position: relative;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 42px;
  top: -18px;
}
.filter-col .tooltip-group {font-weight: 600; display: inline-block; margin-left: 5px; position: relative; right: 0;  top: 0;}
.tooltip-group .tooltip-icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  color: var(--accent) !important;
  text-align: center;
  line-height: 14px;
  display: block;
  z-index: 5;
  font-size: 12px;
}
.tooltip-group .tooltip-div {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -10px;
  -webkit-transform: translate(100%, -103%);
  -ms-transform: translate(100%, -103%);
  transform: translate(100%, -103%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
@media (max-width: 1700px) {
  .tooltip-group .tooltip-div {
    -webkit-transform: translate(15%, -112%);
    -ms-transform: translate(15%, -112%);
    transform: translate(15%, -112%);
  }
}
@media (max-width: 991px) {
  .tooltip-group .tooltip-div {
    -webkit-transform: translate(43%, -112%);
    -ms-transform: translate(43%, -112%);
    transform: translate(43%, -112%);
  }
}
.tooltip-group .active.tooltip-div {
  opacity: 1;
  -webkit-animation: shake 500ms ease-in-out forwards;
  animation: shake 500ms ease-in-out forwards;
  z-index: 5;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(2deg) translate(100%, -103%);
    transform: rotate(2deg) translate(100%, -103%);
  }
  50% {
    -webkit-transform: rotate(-3deg) translate(100%, -103%);
    transform: rotate(-3deg) translate(100%, -103%);
  }
  70% {
    -webkit-transform: rotate(3deg) translate(100%, -103%);
    transform: rotate(3deg) translate(100%, -103%);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(100%, -112%);
    transform: rotate(0deg) translate(100%, -112%);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(2deg) translate(100%, -103%);
    transform: rotate(2deg) translate(100%, -103%);
  }
  50% {
    -webkit-transform: rotate(-3deg) translate(100%, -103%);
    transform: rotate(-3deg) translate(100%, -103%);
  }
  70% {
    -webkit-transform: rotate(3deg) translate(100%, -103%);
    transform: rotate(3deg) translate(100%, -103%);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(100%, -112%);
    transform: rotate(0deg) translate(100%, -112%);
  }
}
@media (max-width: 1700px) {
  @-webkit-keyframes shake {
    0% {
      -webkit-transform: rotate(2deg) translate(15%, -112%);
      transform: rotate(2deg) translate(15%, -112%);
    }
    50% {
      -webkit-transform: rotate(-3deg) translate(15%, -112%);
      transform: rotate(-3deg) translate(15%, -112%);
    }
    70% {
      -webkit-transform: rotate(3deg) translate(15%, -112%);
      transform: rotate(3deg) translate(15%, -112%);
    }
    100% {
      -webkit-transform: rotate(0deg) translate(15%, -112%);
      transform: rotate(0deg) translate(15%, -112%);
    }
  }
  @keyframes shake {
    0% {
      -webkit-transform: rotate(2deg) translate(15%, -112%);
      transform: rotate(2deg) translate(15%, -112%);
    }
    50% {
      -webkit-transform: rotate(-3deg) translate(15%, -112%);
      transform: rotate(-3deg) translate(15%, -112%);
    }
    70% {
      -webkit-transform: rotate(3deg) translate(15%, -112%);
      transform: rotate(3deg) translate(15%, -112%);
    }
    100% {
      -webkit-transform: rotate(0deg) translate(15%, -112%);
      transform: rotate(0deg) translate(15%, -112%);
    }
  }
}
@media (max-width: 991px) {
  @-webkit-keyframes shake {
    0% {
      -webkit-transform: rotate(2deg) translate(43%, -112%);
      transform: rotate(2deg) translate(43%, -112%);
    }
    50% {
      -webkit-transform: rotate(-3deg) translate(43%, -112%);
      transform: rotate(-3deg) translate(43%, -112%);
    }
    70% {
      -webkit-transform: rotate(3deg) translate(43%, -112%);
      transform: rotate(3deg) translate(43%, -112%);
    }
    100% {
      -webkit-transform: rotate(0deg) translate(43%, -112%);
      transform: rotate(0deg) translate(43%, -112%);
    }
  }
  @keyframes shake {
    0% {
      -webkit-transform: rotate(2deg) translate(43%, -112%);
      transform: rotate(2deg) translate(43%, -112%);
    }
    50% {
      -webkit-transform: rotate(-3deg) translate(43%, -112%);
      transform: rotate(-3deg) translate(43%, -112%);
    }
    70% {
      -webkit-transform: rotate(3deg) translate(43%, -112%);
      transform: rotate(3deg) translate(43%, -112%);
    }
    100% {
      -webkit-transform: rotate(0deg) translate(43%, -112%);
      transform: rotate(0deg) translate(43%, -112%);
    }
  }
}
.checkout-content__footer {
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
}
@media (max-width: 1199px) {
  .checkout-content__footer {
    -webkit-transform: translateY(-87%);
    -ms-transform: translateY(-87%);
    transform: translateY(-87%);
  }
}
@media (max-width: 991px) {
  .checkout-content__footer {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.checkout-content__footer .form-group--btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}


@media (max-width: 991px) {
  .checkout-content__footer {
    margin-top: 20px;
  }
}
@media (max-width: 574px) {
  .checkout-content__footer .form-group--btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-content__footer .form-group--btn .page-button {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .checkout-content__footer .agree-text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .form-column {
    overflow: hidden;
  }
}
.tool-block {
  color: #212123;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tool-block p:first-child {
  margin-right: 10px;
}
.form-group--checkbox p {
  color: #1f1f1f;
}
.sale-text {
  margin-top: 5px;
  color: #a3a7b4;
}
.form-column--2 .form-block {
  margin-bottom: 20px;
}
.form-column .table-row p span {
  font-family: var(--ff1-regular);
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.form-column .total-amount {
  margin-bottom: 0;
  white-space: nowrap;
}
.contacts-content .feedback-form {
  max-width: 100%;
}
.contacts-content .title-2 {
  margin-bottom: 30px;
}
.contacts-content .form-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts-content .form-block .form-group {
  width: 48%;
}
.contacts-content .form-group .page-btn2 {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .contacts-content .form-group .page-btn2 {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .contacts-content .address-block__item {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .contacts-content .address-block__item {
    margin-bottom: 15px;
  }
}
.contacts-content .address-block__item span:first-child {
  margin-bottom: 4px;
}
.contacts-content .address-block__item a {
  color: #212123;
}
.contacts-content .address-block__item a:hover {
  color: var(--accent);
}
.address-info.address-info--noborder {
  padding-left: 0;
  border-left: 0px;
}
/*ДОСТАВКА  И ОПЛАТА*/
.delivery .border-block {
  margin-bottom: 48px;
}
.delivery .border-block p,
.delivery .border-block h3 {
  color: var(--accent);
}
.border-block h3,
.text-block h3 {
  margin-bottom: 20px;
}
.text-block {
  margin-bottom: 39px;
}
.text-block p {
  padding-bottom: 10px;
}
.text-block p:last-child {
  padding-bottom: 0;
}
.border-block {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .border-block {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .border-block {
    padding: 20px;
  }
}
.address-info {
  padding-left: 28px;
  border-left: 4px solid #FFF9F9;
  height: 100%;
}
@media (max-width: 1199px) {
  .address-info {
    padding-left: 24px;
  }
}
@media (max-width: 991px) {
  .address-info {
    padding-left: 18px;
    padding-top: 30px;
  }
}
.address-info h5 {
  font-size: 18px;
  line-height: 15px;
  font-family: var(--ff1-bold);
  margin-bottom: 17px;
  color: #212123;
}
.contacts .address-info h5 {
  margin-bottom: 14px;
  color: var(--accent);
}
.contacts .address-info .text-bold {
  margin-bottom: 37px;
}
.address-info .text-bold {
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--ff1-bold);
  margin-bottom: 48px;
}
.address-info .text-bold a {
  display: block;
  color: #212123;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.address-info .text-bold a:hover {
  color: var(--accent);
}
.address-info .title-3 {
  margin-bottom: 30px;
}
.address-info .title-3 a {
  display: block;
  white-space: nowrap;
  color: #212123;
}
.address-info .title-3 a:hover {
  color: var(--accent);
}
.contacts .work-time_item {
  margin-top: 35px;
}
.work-time_item {
  margin-top: 40px;
}
.work-time_item li {
  margin-bottom: 10px;
}
.work-time_item li span {
  font-family: var(--ff1-bold);
}
.payment-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .payment-type {
    display: block;
  }
}
.payment-type p {
  font-family: var(--ff1-bold);
  font-size: 13px;
}
.payment-type__logo {
  margin-left: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  top: -5px;
}
.payment-type__logo img + img {
  margin-left: 17px;
}
.faq .title-2 {
  font-family: var(--ff1-bold);
  margin-bottom: 40px;
}
#answers button {
  white-space: unset;
}
#answers .card {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #EDEDED;
}
#answers .card:first-child {
  border-top: 1px solid #EDEDED;
}
#answers .card-header {
  min-height: 80px;
  padding: 0;
  border-radius: 0;
  background-color: #fff;
  border: 0px;
  position: relative;
  padding-left: 0;
}
#answers .card-header .arrow {
  position: absolute;
  right: 20px;
  top: 35px;
}
@media (max-width: 767px) {
  #answers .card-header .arrow {
    right: 10px;
  }
}
#answers .btn-link {
  font-size: 18px;
  line-height: 1.39;
  font-family: var(--ff1-bold);
  color: #212123;
  width: 100%;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 10px;
  outline: none !important;
  padding-right: 40px;
  text-decoration: none !important;
}
#answers .arrow {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#answers .arrow.rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#answers .arrow.rotate svg path {
  fill: var(--accent);
}
#answers .card-body {
  padding-left: 0;
  padding-bottom: 30px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #212123;
}
@media (max-width: 767px) {
  #answers .card-body {
    padding-right: 40px;
  }
}
.filter-panel__block {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
  padding-left: 18px;
  padding-bottom: 18px;
}
.filter-panel__block h4 {
  font-size: 20px;
  line-height: 1.1;
  color: #212123;
  font-family: var(--ff1-bold);
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.filter-panel__block + .filter-panel__block {
  margin-top: 30px;
  padding-top: 0;
}
.filter-panel__menu {
  padding-top: 14px;
}
.filter-panel__menu li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.filter-panel__menu li.active a {
  color: var(--accent);
}
.filter-panel__menu li a {
  color: #212123;
  margin-bottom: 15px;
  display: block;
}
.filter-panel__menu .drop-list:after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #212123;
  border-bottom: 1px solid #212123;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: 4px;
}
.filter-panel__menu .drop-list:hover:after {
  border-right: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
}
.filter-panel__menu .menu-drop {
  display: none;
  padding-left: 30px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.filter-panel__menu .menu-drop a {
  color: #212123;
}
.filter-panel__menu .active.menu-drop {
  display: block;
  -webkit-animation-name: showSlow;
  animation-name: showSlow;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}
.filter-panel__menu .active.menu-drop a {
  color: #212123;
}
.filter-panel__menu .active.menu-drop a.active {
  color: var(--accent);
}
.filter-panel__menu .active.menu-drop a:hover {
  color: var(--accent);
}
.filter-panel__menu li:hover a {
  color: var(--accent);
}
li.drop-list.active:after {
  border-right: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
}
#slide-range {
  height: 6px;
  border-radius: 3px;
  border: 1px solid rgba(31, 32, 65, 0.25);
  background-color: #fff;
}
.ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  border-radius: 12px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 3px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 3px 3px rgba(0, 0, 0, 0.14);
  outline: none !important;
  font-size: 1.2em;
}
.ui-slider-horizontal {
  height: 6px;
  background-color: #EEEEEE;
}
.ui-widget-header {
  background-color: var(--accent);
}
.price-filter__header {
  color: #000;
}
.price-filter__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.price-filter__value .basic-text {
  margin-bottom: 0;
  margin-right: 12px;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .price-filter__value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .price-filter__value {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.price-value {
  display: inline-block;
  min-width: 80px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 2px;
  text-align: center;
  margin-right: 8px;
  font-size: 12px;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  border-radius: 16px;
  color: #BFBFBF;
}
.time-filter {
  padding-top: 25px;
}
.volum-filter {
  padding-top: 20px;
}
.price-filter,
.time-filter,
.volum-filter {
  padding-left: 20px;
}
.filter-checkbox label {
  display: block;
  font-size: 12px;
  line-height: 17px;
  cursor: pointer;
}
.filter-checkbox label span {
  font-size: 12px;
  line-height: 17px;
  color: #8f8f8f;
}
.filter-checkbox + .filter-checkbox {
  margin-top: 17px;
}
.filter-type {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.filter-type h5 {
  font-size: 18px;
  line-height: 25px;
  font-family: var(--ff1-bold);
  margin-bottom: 17px;
}
.custom-checkbox {
  position: relative;
  top: 2px;
  overflow: hidden;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
.custom-checkbox:after {
  content: '';
  width: 5px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
  position: absolute;
  top: -1px;
  left: 4px;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-image: none;
}
.form-checkbox:checked + .custom-checkbox {
  background-color: var(--accent);
  border-color: var(--accent);
}
.form-checkbox:checked + .custom-checkbox:after {
  opacity: 1;
}
.filter-button {
  padding-top: 20px;
}
.filter-button .page-button {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}
.color-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.color-filter .form-group {
  margin-bottom: 20px;
  width: 40px; height: 30px;
  margin-right: 15px;
}
.color-filter .form-group:first-child .fake-label {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.color-filter .fake-label {
  position: absolute;
  top: 0; /**/ width:40px; height:40px;
  /*min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
  border-radius: 50%;*/
}
.color-filter.filter-panel--color .form-group--noColor input[type="radio"]:checked + .fake-label {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.color-filter.filter-panel--color .form-group--noColor input[type="radio"]:checked + .fake-label:after {
  display: none;
}
.color-filter input[type="radio"]:checked  + .fake-label:after {content: '';border: 3px solid coral;
    position: absolute; left: 0;right: 0;   top: 0;    bottom: 0;}
/*.color-filter input[type="radio"]:checked + .fake-label:after {
  content: '';
  min-width: 19px;
  min-height: 19px;
  max-width: 19px;
  max-height: 19px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/
.footer {
  padding-top: 90px;
  background: #FAFAFA;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 50px;
  }
}
.footer h4 {
  font-size: 18px;
  line-height: 25px;
  font-family: var(--ff1-bold);
  color: #212123;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .footer h4 {
    margin-bottom: 10px;
  }
}
.footer .logo {
  margin-bottom: 30px;
  display: inline-block;
  z-index: 2;
}
@media (max-width: 767px) {
  .footer .logo {
    margin-bottom: 15px;
  }
}
.footer .text-14 {
  color: var(--basetext);
}
.footer .footer-desk {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .footer .footer-desk {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer .footer-desk {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer .social-icons {
    display: none;
  }
}
@media (max-width: 767px) {
  .fold-menu {
    margin-top: 10px;
  }
}
.fold-menu .fold-menu-title {
  position: relative;
  margin-bottom: 12px;
  max-width: 165px;
}
.fold-menu .fold-menu-icon {
  position: absolute;
  top: 5px;
  right: 0;
  display: none;
}
.fold-menu .fold-menu-icon svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fold-menu .fold-menu-icon svg path {
  fill: var(--basetext);
}
@media (max-width: 767px) {
  .fold-menu .fold-menu-icon {
    display: block;
  }
}
.fold-menu .fold-menu-icon.active svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fold-menu .fold-menu-list a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: var(--basetext);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.fold-menu .fold-menu-list a:hover {
  color: var(--accent);
}
.fold-menu .fold-menu-list a + a {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .fold-menu .fold-menu-list {
    display: none;
  }
}
.fold-menu .fold-menu-list.active {
  display: block;
}
@media (max-width: 1199px) {
  .footer-form {
    margin-top: 30px;
  }
}
.subscribeForm {
  width: 100%;
  margin-top: 10px;
}
.subscribeForm .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.subscribeForm .form-group input {
  width: 48%;
  background: transparent;
  font-size: 12px;
  line-height: 17px;
}
.subscribeForm .form-group input::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 17px;
}
.subscribeForm .form-group input::-moz-placeholder {
  font-size: 12px;
  line-height: 17px;
}
.subscribeForm .form-group input::-ms-input-placeholder {
  font-size: 12px;
  line-height: 17px;
}
.subscribeForm .form-group input::placeholder {
  font-size: 12px;
  line-height: 17px;
}
.subscribeForm .page-button {
  padding-left: 50px;
  padding-right: 50px;
}
.subscribeForm .form-btn {
  margin-top: 20px;
}
.agree-text a {
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 575px) {
  .footer .agree-text {
    font-size: 10px;
  }
}
.footer-row {
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer-row a {
  display: inline-block;
}
.footer-row a + a {
  margin-left: 48px;
}
@media (max-width: 575px) {
  .footer-row a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.footer-copyright {
  background-color: #F0F3F6;
  padding-top: 22px;
  padding-bottom: 22px;
}
.footer-copyright p {
  font-size: 12px;
  line-height: 17px;
  color: var(--basetext);
}
.footer-copyright__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-copyright__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-copyright__content .payment-type__logo {
  margin-left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .footer-copyright__content .payment-type__logo {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.footer-copyright__content .payment-type__logo img {
  -webkit-filter: grayscale();
  filter: grayscale();
}
@media (max-width: 575px) {
  .footer-copyright__content .payment-type__logo img + img {
    margin-left: 9px;
  }
}
.common-link {
  color: var(--accent);
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 1px;
  border-bottom: 1px solid var(--accent);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.common-link:hover {
  border-color: transparent;
  color: var(--accent);
  opacity: .7;
}
/*****ФОРМА****/
.form-group {
  position: relative;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 19px;
}
.form-group label {
  font-family: var(--ff1-bold);
  cursor: pointer;
}
.form-group input {
    border: 0;
  width: 100%;
  display: block;
  outline: none;
  height: 48px;
  font-size: 12px;
  line-height: 17px;
  color: #212123;
  background-color: white;
  border-bottom: 1px solid #bfbfbf;
  font-weight: 400;
}
.form-group input::-webkit-input-placeholder {
  color: #A3A7B4;
}
.form-group input::-moz-placeholder {
  color: #A3A7B4;
}
.form-group input::-ms-input-placeholder {
  color: #A3A7B4;
}
.form-group input::placeholder {
  color: #A3A7B4;
}
.form-group input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}
.form-group input::-moz-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}
.form-group input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}
.form-group input::placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}
.form-group textarea {
  width: 100%;
  resize: none;
  border:0;
  border-bottom: 1px solid #bfbfbf;
  padding-top: 15px;
  outline: none;
  height: 122px;
  color: #212123;
  background-color: white;
}
.form-group textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}
.form-group textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}
.form-group textarea::-ms-input-placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}
.form-group textarea::placeholder {
  font-size: 14px;
  line-height: 22px;
  color: #a3a7b4;
  font-weight: 400;
}
.form-group.error input {
  border-color: var(--accent);
}
.form-group .error-text {
  position: absolute;
  left: 0;
  bottom: -20px;
  display: none;
}
.form-group.error .error-text {
  display: block;
  color: var(--accent);
  font-size: 12px;
  line-height: 19px;
  padding-top: 3px;
}
.form-group .error-notify {
  position: absolute;
  display: block;
  right: 17px;
  top: 14px;
  width: 20px;
  height: 20px;
  background: url(../img/main/icons/warning.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.form-group.error .error-notify {
  display: block;
}
.form-group input[type='checkbox'] {
  width: 0.01px;
  height: 0.1px;
  border: 0px;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-group .fake-placeholder {
  position: absolute;
  left: 0;
  top: 11px;
  font-size: 12px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  pointer-events: none;
  color: #A3A7B4;
}
.fake-placeholder.pl-20 {
  padding-left: 22px;
}
.form-group .fake-placeholder.active {
  top: -6px;
  color: var(--accent);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.form-checkbox {
  width: 0.01px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.custom-checkbox {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: transparent;
  position: relative;
  border: 1px solid #E8E9EA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin-right: 5px;
}
.form-checkbox:checked + .custom-checkbox + span {
  color: #212123;
}
.feedback-form .custom-checkbox {
  position: relative;
  top: 1px;
}
.feedback-form {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.feedback-form h3 {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
  font-weight: 700;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
form .agree-text {
  font-size: 12px;
  line-height: 17px;
  color: #212123;
}
form .agree-text a {
  color: var(--accent);
  border-bottom: 1px solid var(--accent);
}
form .agree-text a:hover {
  opacity: .5;
}
form .agree-text label {
  font-family: var(--ff1-regular);
}
.modal-content {
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .modal-content {
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .modal-diamin- {
    max-width: 570px;
  }
  .modal-body {
    padding-top: 60px;
    padding-bottom: 35px;
  }
}
.modal-form-title button.close {
  outline: none;
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  color: var(--accent);
  z-index: 5;
  line-height: 1;
  opacity: .9;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-shadow: none;
}
.modal-form-title button.close:hover {
  opacity: .7;
}
.modal-form-title button.close span {
  line-height: 1;
  font-size: 22px;
}
@media (max-width: 767px) {
  .modal-form-title button.close {
    top: 2px;
    right: 5px;
  }
}
.contact-form__success h2 {
  font-size: 2em;
  text-align: center;
  color: var(--accent);
}
@media (max-width: 767px) {
  .contact-form__success h2 {
    font-size: 24px;
  }
}
.form-group input.page-button--red {
  color: #fff;
  background-color: var(--accent);
  border: 0px;
}
.form-group span span {
  color: var(--accent);
}
/*КАСТОМНЫЕ РАДИОКНОПКИ*/
.checkout-content [type="checkbox"]:checked,
.checkout-content [type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.checkout-content [type="checkbox"]:checked + label,
.checkout-content [type="checkbox"]:not(:checked) + label,
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
}
.checkout-content [type="checkbox"]:checked + label:before,
.checkout-content [type="checkbox"]:not(:checked) + label:before,
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  min-width: 14px;
  min-height: 14px;
  max-width: 14px;
  max-height: 14px;
  border: 1px solid var(--accent);
  border-radius: 100%;
  background: #fff;
}
.checkout-content [type="checkbox"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:before {
  border: 1px solid #e5e5e5;
}
.checkout-content [type="checkbox"]:checked + label:after,
.checkout-content [type="checkbox"]:not(:checked) + label:after,
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  min-width: 6px;
  min-height: 6px;
  background: var(--accent);
  position: absolute;
  top: 6px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkout-content [type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.checkout-content [type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.form-block label {
  font-size: 10px;
  line-height: 14px;
  color: #8f8f8f;
  margin-top: 4px;
}
.form-block label span {
  display: block;
  font-family: var(--ff1-regular);
}
.form-block label span:first-child {
  color: #212123;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 19px;
}
.subscribes-block p {
  font-size: 10px;
  line-height: 14px;
  color: #a3a7b4;
  padding-left: 20px;
  max-width: 300px;
}
@media (max-width: 1199px) {
  .subscribes-block p {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .subscribes-block p {
    max-width: auto;
  }
}
@media (max-width: 374px) {
  .subscribes-block p {
    padding-left: 0;
  }
}
.subscribes-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.subscribes-block__top .admin-icon {
  position: absolute;
  top: 1px;
  left: 0;
}
@media (max-width: 424px) {
  .subscribes-block__top .admin-icon {
    display: none;
  }
}
.subscribes-block__top p {
  margin-right: 20px;
  font-size: 10px;
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
  color: #212123;
  font-family: var(--ff1-bold);
}
@media (max-width: 374px) {
  .subscribes-block__top p {
    padding-left: 0;
  }
  .subscribes-block__top p:before {
    display: none;
  }
}
.subscribes-block__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.subscribes-block__inputs label {
  margin-right: 15px;
  font-size: 12px;
  white-space: nowrap;
  color: #212123;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}
.subscribes-block__inputs label:last-child {
  margin-right: 0;
}
.subscribes-block__inputs label .custom-checkbox {
  margin-left: 10px;
  border-color: #eeeeee;
  position: relative;
  top: 2px;
  margin-right: 0;
}
/*USER-PROFILE FORM*/
form.personal-data {
  position: relative;
}
.add-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0px;
  top: -85px;
  position: absolute;
}
@media (max-width: 767px) {
  .add-avatar {
    top: -55px;
  }
}
.add-avatar label {
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.add-avatar .user-avatar {
  left: 0;
  right: 0;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.inputfile + label {
  display: inline-block;
  background-color: transparent;
  color: #8f8f8f;
  font-size: 10px;
  border-radius: 4px;
  padding: 12px;
}
.inputfile:focus + label,
.inputfile + label:hover {
  background-color: transparent;
  color: var(--accent);
}
.agree-text .custom-checkbox {
  position: relative;
}
@media (max-width: 767px) {
  .agree-text .custom-checkbox {
    top: 2px;
  }
}
@media (max-width: 767px) {
  .search-panel {
    width: 100%;
  }
}
.search-panel .input-wraper {
  position: relative;
  width: 267px;
}
.search-panel .search-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--accent);
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  padding: 0;
  padding-right: 2px;
  padding-top: 2px;
}
.search-panel .search-button svg {
  width: 12px;
}
.search-panel .search-button:hover {
  background-color: var(--accent);
}
.search-panel input {
  width: 85%;
  height: 25px;
  border-bottom: 1px solid var(--accent);
  display: block;
  font-size: 10px;
  color: #A3A7B4;
  padding-left: 12px;
}
.search-panel input::-webkit-input-placeholder {
  font-size: 12px;
  color: #A3A7B4;
}
.search-panel input::-moz-placeholder {
  font-size: 12px;
  color: #A3A7B4;
}
.search-panel input::-ms-input-placeholder {
  font-size: 12px;
  color: #A3A7B4;
}
.search-panel input::placeholder {
  font-size: 12px;
  color: #A3A7B4;
}
.feedback-form .btn-group {
  margin-top: 15px;
}
.feedback-form .btn-group .page-button {
  padding-left: 34px;
  padding-right: 34px;
}
/*--FORM STYLE*/
/*****НАВИГАЦИЯ В ШАПКЕ****/
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
  @media (min-width: 1200px) {
  .header-menu{min-width: 597px;}
}
.mobile-menu-logo {
  display: none;
}
@media (max-width: 1199px) {
  .mobile-menu-logo {
    display: block;
    margin-bottom: 30px;
  }
  #header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 82%;
    max-width: 320px;
    background-color: #FFF9F9;
    z-index: 10;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: 0;
    height: 0;
    opacity: 0;
    background-image: url(../img/bg/special-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #header-menu:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.header-menu .menu-social {
  display: none;
}
.header-menu .menu-logo {
  display: none;
}
@media (max-width: 1199px) {
  .header-menu .menu-logo {
    display: block;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .header-menu .menu-logo {
    width: 145px;
  }
}
#header-menu.active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  overflow: hidden;
  padding-top: 20px;
  
}
.header-menu li {
  display: block;
  position: relative;
  z-index: 2;
  color: #212123;
  font-family: var(--ff1-medium);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-right: 31px;
}
.header-menu li:last-of-type {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .header-menu li {
    width: 100%;
  }
}
.header-menu li a {
  color: inherit;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .header-menu li a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.header-menu li a:hover {
  color: var(--accent);
}
.header-menu li.active {
  color: var(--accent);
}
.header-menu li.active .open-drop-desktop svg path {
  fill: var(--accent);
}
@media (max-width: 1199px) {
  .header-menu li.active {
    color: var(--accent);
  }
}
@media (max-width: 1199px) {
  .header-menu {
    overflow: hidden;
    height: calc(100vh - 100px);
    overflow-y: auto;
    scrollbar-width: none;
    display: block;
  }
  .header-menu::-webkit-scrollbar{display: none;}
  .header-menu li {
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
  }
  .header-menu li.animate {
    -webkit-transition: -webkit-transform cubic-bezier(0.68, -0.55, 0.26, 1) 1s;
    transition: -webkit-transform cubic-bezier(0.68, -0.55, 0.26, 1) 1s;
    -o-transition: transform cubic-bezier(0.68, -0.55, 0.26, 1) 1s;
    transition: transform cubic-bezier(0.68, -0.55, 0.26, 1) 1s;
    transition: transform cubic-bezier(0.68, -0.55, 0.26, 1) 1s, -webkit-transform cubic-bezier(0.68, -0.55, 0.26, 1) 1s;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.open-drop {
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 3;
  width: 25px;
  height: 25px;
  line-height: 1;
  font-family: var(--ff1-regular);
  text-align: center;
  cursor: pointer;
}
.open-list {
  display: none;
}
@media (max-width: 1199px) {
  .open-list {
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 1;
    font-family: var(--ff1-regular);
    text-align: center;
  }
}
.drop-menu {
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: 5;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  -webkit-box-shadow: 0px 2px 10px rgba(143, 143, 143, 0.15);
  box-shadow: 0px 2px 10px rgba(143, 143, 143, 0.15);
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .drop-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
  }
}
.drop-menu .drop-menu-wrapper{
    background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 10px rgba(143, 143, 143, 0.15);
  box-shadow: 0px 2px 10px rgba(143, 143, 143, 0.15);
  border-radius: 10px;
  padding: 10px 35px 20px 30px;
       display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
   row-gap:10px;
-webkit-column-gap:30px;
   -moz-column-gap:30px;
        column-gap:30px;
}
@media (max-width: 1199px) {
  .drop-menu .drop-menu-wrapper {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 10px;
  }
}
.drop-menu .drop-menu-wrapper .acordion-list + .acordion-list {
  /* margin-left: 40px; */
}
@media (max-width: 1199px) {
  .drop-menu .drop-menu-wrapper .acordion-list + .acordion-list {
    margin-left: 0;
  }
}
.drop-menu .drop-menu-wrapper.active {
  display: block;
}
.drop-menu .acordion-list-items a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--basetext);
}
.drop-menu .acordion-list-items a.active {
  color: #ff7f50;
}
.drop-menu .acordion-list-items.active {
  display: block;
}

.drop-menu .acordion-list-title {
  font-size: 13px;
  line-height: 19px;
  font-family: var(--ff1-bold);
  color: var(--accent);
  position: relative;
}
@media (max-width: 1199px) {
  .drop-menu .acordion-list-title {
    margin-bottom: 0;
  }
}
.drop-menu .acordion-list-title > a {
  color: var(--basetext);
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
}
.drop-menu .acordion-list-title > a.active {
  color: var(--accent);
}
.drop-menu .acordion-list-items a {
  font-size: 13px;
  line-height: 19px;
  padding-bottom: 2px;
  padding-top: 2px;
}
@media (max-width: 1199px) {
  .drop-menu .acordion-list-items a {
    line-height: 18px;
  }
}
.drop-menu .acordion-list-items a.active {
  color: var(--accent);
}
@media (max-width: 1199px) {
  .drop-menu .acordion-list-items {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .drop-menu {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s;
    width: 96vw;
    max-width: 1150px;
         
          -webkit-transform: translate(-43%, 100%);
  -ms-transform: translate(-43%, 100%);
  transform: translate(-43%, 100%);
  }

  .open-drop-desktop svg {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 14px;
    height: 14px;
    position: relative;
    top: 3px;
    right: -3px;
  }
  .open-drop-desktop svg path {
    fill: var(--basetext);
  }
  .drop-item:hover .drop-menu {
    height: auto;
  }
  .drop-item:hover .open-drop-desktop svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .open-drop {
    display: none;
  }
}
 @media (min-width: 1440px) {
    .drop-menu {
    max-width: 1310px;
     -webkit-transform: translate(-46%, 100%);
  -ms-transform: translate(-46%, 100%);
  transform: translate(-46%, 100%);
    }
}
 @media (min-width: 1440px) {
    .drop-menu {
    max-width: 1400px;
        
    }
}

.open-drop-desktop {
  display: inline-block;
}
@media (max-width: 1199px) {
  .open-drop-desktop {
    display: none;
  }
}
@media (max-width: 1199px) {
  .menu--folded {
    display: none;
  }
  .drop-menu {
    position: relative;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .drop-menu .drop-menu-wrapper {
    display: block;
  }
}
.header-top.scroll:after {
  display: none;
}
.header-nav__row.header-row__top {
  height: 26px;
 /*  -webkit-transition: opacity .5s;
 -o-transition: opacity .5s;
 transition: opacity .5s; */
  opacity: 1;
}
.header-row__top.hidden {
  height: 0;
  overflow: hidden;
  margin-bottom: 0 !important;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.header-nav__row.header-row__bottom.mb-scroll {
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .header-nav__row.header-row__bottom.mb-scroll {
    margin-bottom: 8px;
  }
}
/*****ШАПКА****/
.header {
  position: relative;
  background-color: #fff;
}
@media (max-width: 1199px) {
}
.header-top {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 10px rgba(143, 143, 143, 0.07);
  box-shadow: 0px 4px 10px rgba(143, 143, 143, 0.07);
}
@media (max-width: 1199px) {
  .header-top {
    padding-top: 0px;
    padding-bottom: 0;
  }
}
.header-top:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  top: 55px;
  background-color: #EBECED;
}
@media (max-width: 1199px) {
  .header-top:after {
    top: 60px;
  }
}
.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@-webkit-keyframes showFade {
  0% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes showFade {
  0% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.header-slogan {
  font-size: 12px;
  line-height: 17px;
  color: #212123;
  margin-right: auto;
}
@media (max-width: 767px) {
  .header-slogan {
    display: none;
  }
}
.logo {
  margin-right: auto;
  font-size: 28px;
  line-height: 1;
  font-family: var(--ff1-bold);
  text-transform: uppercase;
  color: #212123;
  padding-bottom: 5px;
}
.logo img{
            width: 190px;
    height: 72px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
}
.logo span + span {
  padding-left: 5px;
}
@media (max-width: 1199px) {
  .logo {
    position: relative;
    z-index: 9;
  }
}
@media (max-width: 991px) {
  .logo {
    font-size: 22px;
  }
}
@media (max-width: 579px) {
  .logo {
    font-size: 14px;
  }
  .logo span {
    display: block;
  }
  .logo span.red-text,
  .logo span + span {
    padding-left: 0px;
  }
}
.logo:hover {
  color: #212123;
}
.header-nav__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1199px) {
  .header-nav__row.mb-mobile {
    margin-bottom: 20px;
  }
}
.header-nav__row .social-icons {
  margin-right: 40px;
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .header-nav__row .social-icons {
    display: none;
  }
}
.header-nav__row:first-child {
  margin-bottom: 21px;
}
@media (max-width: 1199px) {
  .header-nav__row:first-child {
    margin-bottom: 15px;
  }
}
.header-nav__row:last-child {
  padding-top: 18px;
  padding-bottom: 0px;
}
@media (max-width: 1199px) {
  .header-nav__row {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.user-avatar {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.user-avatar span {
  position: absolute;
  background-color: var(--accent);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 2;
  top: 1px;
  left: 0px;
  display: block;
}
.user-avatar a {
  display: block;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 1.5px;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.user-panel .user-favor,
.user-panel .user-basket {
  margin-left: 27px;
}
@media (max-width: 1199px) {
  .user-panel .user-favor,
  .user-panel .user-basket {
    margin-left: 15px;
  }
}
.user-panel .user-favor a, .user-panel .user-basket span.nolink, .user-panel .user-basket #msMiniCart a {
  min-width: 35px;
  min-height: 35px;
  max-width: 35px;
  max-height: 35px;
  display: block;
  border-radius: 50%;
  border: 1px solid var(--accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.user-panel .user-favor i {
  color: var(--accent);
  position: relative;

}
.user-panel .item-value {
  position: absolute;
  top: -3px;
  right: -6px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--basetext);
  color: var(--accent);
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  padding-left: 1px;
  display: inline-block;
}
.fixed-mobile-tel .contact-phone {
  display: none;
}
@media (max-width: 767px) {
  .fixed-mobile-tel .contact-phone {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 9;
    background-color: #FFF9F9;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -3px rgba(0, 0, 0, 0.05);
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header-nav__row .contact-phone {
    display: none;
  }
}
.contact-phone a {
  font-size: 18px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 25px;
  white-space: nowrap;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-family: var(--ff1-bold);
  display: inline-block;
}
.contact-phone a:hover {
  opacity: .7;
}
@media (max-width: 1199px) {
  .contact-phone {
    margin-left: auto;
  }
  .contact-phone a {
    font-size: 15px;
  }
}
.user-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 50px;
  padding-bottom: 7px;
  padding-right: 5px;
  position: relative;
}
@media (max-width: 1199px) {
  .user-panel {
    padding-bottom: 0;
    margin-left: 25px;
  }
}
.user-panel a {
  line-height: 1;
}
@media (max-width: 1199px) {
  .user-panel {
    padding-right: 0px;
    top: 0px;
  }
}
.user-panel a {
  display: block;
}
@media (max-width: 767px) {
  .user-panel a {
    height: 25px;
  }
}
svg {
  max-width: 100%;
  /* max-height: 100%; */
}
.user-panel a svg {
  -webkit-transition: .3;
  -o-transition: .3;
  transition: .3;
}
.user-panel .user-log-in a {height: 35px; width: 35px;}
.user-panel .user-panel a:hover svg path { fill: var(--accent);}
.search-panel .search-button span {
  position: relative;
  left: 1px;
}
.mini-basket-cart {
  position: absolute;
  right: -10px;
  top: -5px;
  background-color: #fff;
  z-index: 4;
  width: 277px;
  margin-top: 55px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 0;
  border-radius: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 0px 2px 10px rgba(143, 143, 143, 0.15);
  box-shadow: 0px 2px 10px rgba(143, 143, 143, 0.15);
}
.mini-basket-cart .basket-result-right {
  height: auto;
}
@media (max-width: 767px) {
  .mini-basket-cart {
    display: none;
  }
}
.mini-basket-cart::-webkit-scrollbar {
  /* 1 - скроллбар */
  width: 6px;
  height: 6px;
  background-color: #FFFFFF;
}
.mini-basket-cart::-webkit-scrollbar-track {
  /* 3 - трек */
  background-color: #eeeeee;
}
.mini-basket-cart::-webkit-scrollbar-thumb {
  /* 5 - ползунок */
  border-radius: 10px;
  background-color: rgba(255, 132, 128, 0.4);
}
.mini-basket-products {
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
}
.mini-basket-cart .basket-item-desk h3 {
  font-family: var(--ff1-regular);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.mini-basket-cart .price-block {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.mini-basket-cart .basket-item {
  border-bottom: 1px solid #F0F3F6;
}
.mini-basket-cart .basket-result-right {
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #F0F3F6;
}
.mini-basket-cart .page-button {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 115px;
}
.mini-basket-cart .basket-footer__btn {
  padding-top: 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.basket-item-param.mob-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.basket-item-param.mob-column p span {
  padding-left: 5px;
}
.user-basket {
  position: relative;
}
@media (min-width: 1200px) {
  .user-basket {
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
}
.user-basket:hover .mini-basket-cart {
  height: 420px;
  opacity: 1;
}
/*====================================
		INSTAGRAM BLOCK
======================================*/
.instagram-block {
  padding-left: 195px;
  position: relative;
}
.instagram-block:after{
    content: '';
    width: 190px;
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: -5px;
    z-index: 1;
    background-color: #fff;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, right top, left top, color-stop(2.7%, #fff), color-stop(97.7%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, #fff 2.7%, rgba(255, 255, 255, 0) 97.7%);  
    background: linear-gradient(-90deg, #fff 2.7%, rgba(255, 255, 255, 0) 97.7%);
}
@media (max-width: 1364px) {
    .instagram-block:after{width: 170px;}
}
@media (max-width: 1199px) {
    .instagram-block:after{display: none;}
}
@media (max-width: 767px) {
  .instagram-block {
    padding-left: 125px;
  }
}
.instagram-logoImg {
  position: absolute;
  left: -10px;
  top: 0;
  width: 185px;
}
@media (max-width: 767px) {
  .instagram-logoImg {
    width: 110px;
    left: 0;
  }
}
.instagram-slider {
  position: relative;
}
.instagram-slider .instagram-item {
  padding-left: 7px;
  padding-right: 7px;
  width: 210px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.instagram-slider .instagram-item a {
  display: block;
}
.instagram-slider .instagram-item img {
  border-radius: 10px;
}
@media (max-width: 1364px) {
  .instagram-slider .instagram-item {
   padding-left: 10px;
   padding-right: 10px;
   width: 200px;
  }
}
@media (max-width: 767px) {
  .instagram-slider .instagram-item {
    width: 120px;
  }
}
@media(min-width: 1365px){
  .instagram-photo .container{
    max-width: 1290px;
    position: relative;
    right: -65px;
}
}

.instagram-slider .instagram-info {
 pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.instagram-slider .instagram-info i {
  font-size: 26px;
}
.instagram-slider .instagram-item:hover .instagram-info {
  opacity: 1;
}
.slider-arrows.instagram-arrows {
  z-index: 5;
}
@media (max-width: 1199px) {
  .slider-arrows.instagram-arrows {
    display: none;
  }
}
.slider-arrows.instagram-arrows .arrow__box {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 195px;
  z-index: 5;
}

.slider-arrows.instagram-arrows .arrow__box--prev {
  right: 0;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 191px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-color: #fff; */
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2;
  padding-right: 115px;
  padding-top: 10px;

}
@media (max-width: 1364px) {
    .slider-arrows.instagram-arrows .arrow__box,.slider-arrows.instagram-arrows .arrow__box--prev {width: 170px;}
    .slider-arrows.instagram-arrows .arrow__box--prev{padding-right: 70px;}
}
.slider-arrows.instagram-arrows .arrow__box--prev:hover {
  opacity: 1;
}
#instagram-prev {
  opacity: 0 ;
}
.arrow__box--prev:hover {
  opacity: 1;
}
.arrow__box--prev:hover #instagram-prev {
  opacity: 1;
  border-color: var(--accent);
  background: var(--accent);
}
.arrow__box--prev:hover #instagram-prev path {
  fill: #fff;
}
/*====================================
		КОНЕЦ INSTAGRAM BLOCK
======================================*/
/*****ГЛАВНАЯ - ОТЗЫВЫ****/
.review-slider {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .review-slider .title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .review-slider .head-2 {
    margin-bottom: 0;
  }
}
@media (max-width: 1919px) {
  .review-slider .col-md-10 {
    padding-left: 80px;
  }
}
@media (max-width: 1199px) {
  .review-slider .col-md-10 {
    padding-left: 15px;
  }
}
.review-slider .review-slider-wrapper {
  max-width: 670px;
  position: relative;
  z-index: 3;
}
.review-slider .review-slider-item {
  max-width: 100%;
}
.review-slider .review-slider-item p {
  line-height: 26px;
  font-size: 16px;
}
.review-slider .review-slider-item .rev-bottom {
  margin-top: 20px;
}
.review-slider .block-link {
  margin-top: 40px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .review-slider .block-link {
    margin-top: 20px;
  }
}
.review-section {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}

.review-section:after {
  content: '';
  position: absolute;
  top: 75px;
  bottom: 75px;
  left: 0;
  right: 0;
  background-color: #fafafa;
}
@media (max-width: 1199px) {
  .review-section:after {
    background-color: rgba(250, 250, 250, 0.9);
  }
}
.review-section__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35%;
  max-width: 675px;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 4;
}
@media (max-width: 1199px) {
  .review-section__img {
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 65%;
  }
}
@media (max-width: 767px) {
  .review-section__img {
    width: 100%;
  }
}
/*// ГЛАВНАЯ ОТЗЫВЫ*/
/*****ГЛАВНАЯ - новые предложения****/
.menu-products__content .form-select__options {
  border: 1px solid var(--accent);
  background-color: #fff;
}
.menu-products__content .form-select__options li.active {
  font-weight: 400;
  color: var(--accent);
}
.menu-products__content .form-select__options li:hover {
  color: var(--accent);
}
.newProduct-arrows {
  margin-left: 20px;
}

/*****ГЛАВНАЯ - СЛАЙДЕР В ШАПКЕ****/
.banner-item {
  height: 460px;
  background-position: left bottom;
  background-position: center;
  background-size: cover;
  position: relative;
}
.banner-item .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}


@media (max-width: 767px) {
  .banner-item {
    background-position: 64% top;
    height: calc(100vh - 130px);
    height: 400px;
  }
}
.slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 98%;
  font-size: 35px;
  max-width: 680px;
  position: relative;
}
.slide-content .page-button {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .slide-content .page-button {
    margin-top: 30px;
  }
}
@media (max-width: 1439px) {
}
@media (max-width: 1364px) {
  .slide-content {
    max-width: 630px;
  }
}
@media (max-width: 1199px) {
  .slide-content {
    margin-top: 0;
    max-width: 75%;
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .slide-content {
    max-width: 530px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .slide-content {
    max-width: 75%;
    font-size: 18px;
  }
}
@media (max-width: 424px) {
  .slide-content {
    font-size: 15px;
    max-width: 100%;
  }
}
.slide-content .title-2{
    color: #fff;
    text-shadow: 4px 4px 4px rgba(0,0,0,0.10);
}
.slide-content .title-1, .slide-content .title-2 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 4px 4px 4px rgba(0,0,0,0.15);
}
.slide-content .page-button {
  max-width: 200px;
}
.light-text {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--ff1-bold);
  font-weight: 700;
  text-shadow: 4px 4px 4px rgba(0,0,0,0.10);
}
@media (max-width: 767px) {
  .light-text {
    font-size: 18px;
  }
}
.product-descrip {
  font-size: 1em;
  margin-top: 10px;
  line-height: 1;
}
.banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 30px;
  z-index: 2;
}
@media (max-width: 1439px) {
  .banner-slider .owl-nav {
    left: 2%;
    right: 2%;
  }
}
@media (max-width: 1364px) {
  .banner-slider .owl-nav {
    display: none;
  }
}
.banner-slider .owl-nav button {
  outline: none;
}
.banner-slider .owl-nav button i {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.banner-slider .owl-nav button:hover i {
  color: var(--accent);
}
.banner-slider .owl-nav button.owl-prev,
.banner-slider .owl-nav button.owl-next {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 0px 20px rgba(226, 23, 54, 0.1);
  box-shadow: 4px 0px 20px rgba(226, 23, 54, 0.1);
  border-radius: 100px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.banner-slider .owl-nav button.owl-prev span,
.banner-slider .owl-nav button.owl-next span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-slider .owl-nav button.owl-prev span svg path,
.banner-slider .owl-nav button.owl-next span svg path {
  fill: var(--accent) !important;
}
.banner-slider .owl-nav button.owl-prev:hover,
.banner-slider .owl-nav button.owl-next:hover {
  -webkit-box-shadow: -4px 0px 20px rgba(226, 23, 54, 0.1);
  box-shadow: -4px 0px 20px rgba(226, 23, 54, 0.1);
}
.banner-slider .owl-nav button.owl-prev:hover svg path,
.banner-slider .owl-nav button.owl-next:hover svg path {
  fill: var(--accent) !important;
}
.banner-slider .owl-nav button.owl-next span {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.banner-slider .owl-nav span {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(238, 238, 238, 0.2);
}
.banner-slider .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 30px;
  padding-left: 15px;
  width: 1170px;
}
@media (max-width: 1229px) {
  .banner-slider .owl-dots {
    width: 1140px;
  }
}
@media (max-width: 1199px) {
  .banner-slider .owl-dots {
    width: 960px;
  }
}
@media (max-width: 991px) {
  .banner-slider .owl-dots {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .banner-slider .owl-dots {
    width: 100%;
    max-width: 540px;
  }
}
.banner-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: transparent;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid#8f8f8f;
  outline: none;
}
.banner-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.banner-slider .owl-dots .owl-dot.active {
  background-color: var(--accent);
  border-color: var(--accent);
}
.banner-slider .owl-dots .owl-dot:hover {
  background-color: var(--accent);
}
.menu-toggle {
  display: none;
  position: relative;
}
@media (max-width: 1199px) {
  .menu-toggle {
    display: block;
    text-align: center;
    z-index: 20;
    margin-left: 65px;
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 50%;
    background-color: var(--accent);
  }
}
@media (max-width: 767px) {
  .menu-toggle {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 20;
  }
}
.menu-toggle span {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 16px;
  left: 8px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.menu-toggle span:after,
.menu-toggle span:before {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #fff;
  right: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.menu-toggle span:after {
  top: -6px;
}
.menu-toggle span:before {
  bottom: -6px;
}
.menu-toggle.active span {
  background-color: transparent;
}
.menu-toggle.active span:after {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.menu-toggle.active span:before {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}
.offer .offer-item__img.border-card:after {
  opacity: 1;
}
.offer .offer-item__text h2 {
  color: var(--basetext);
}
.offer .offer-item__text .title-2 {
  font-family: var(--ff1-bold);
  margin-top: 10px;
  color: var(--accent);
}
.offer .offer-desk {
  margin-top: 10px;
}
.offer-content {
  position: relative;
}
@media (min-width: 1200px) {
  .offer-content .offer-arrows {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
}
.offer-item__text {
  /* height: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.offer-slider-item .order-md-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
 -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
@media (max-width: 1199px) {
  .offer-item__text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .offer-item__text h2.head {
    margin-top: auto;
  }
}
.offer-item__text .page-button {
  margin-top: 50px;
  padding-left: 47px;
  padding-right: 47px;
}
@media (max-width: 767px) {
  .offer-item__text .page-button {
    margin-bottom: 50px;
  }
}
.offer-arrows {
  width: 100%;
  margin-bottom: 30px;
}
.offer-arrows .ar-next {
  margin-left: auto;
  margin-right: 5px;
}
.time-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.time-counter .time-counter-item {
  border: 2px solid #E8E9EA;
  border-radius: 10px;
  min-width: 66px;
  min-height: 77px;
  max-width: 66px;
  max-height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.time-counter .time-counter-item .item-val {
  margin: auto;
}
.time-counter .time-counter-item + .time-counter-item {
  margin-left: 20px;
}
.time-counter .time-counter-item p {
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #E8E9EA;
  padding-bottom: 4px;
  margin-bottom: 2px;
  font-family: var(--ff1-medium);
}
.time-counter .time-counter-item span {
  display: block;
  font-size: 12px;
  line-height: 17px;
  color: var(--basetext);
}
@media (max-width: 374px) {
  .time-counter .time-counter-item + .time-counter-item {
    margin-left: 7px;
  }
}
.offer-item__img {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
.section-info .text-block__img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 20px;
}
.content-inner {
  background: #FFFFFF;
}
@media (max-width: 1199px) {
  .content-inner {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .content-inner {
    padding: 0 15px;
  }
}
@media (max-width: 374px) {
  .content-inner {
    padding: 0 5px;
  }
}
.content-inner .panel .basket-item-col {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.content-inner .panel-heading {
  position: relative;
  padding-right: 30px;
  display: block;
  border-bottom: 2px solid #F0F3F6;
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-inner .panel-heading i {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 20px;
}
.content-inner .panel-heading i svg path {
  fill: var(--accent);
}
.content-inner .panel-heading i.up {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.content-inner .accordion-item__title {
  position: relative;
  font-size: 16px;
  color: #212123;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .content-inner .accordion-item__title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .content-inner .accordion-item__title {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .content-inner .accordion-item__title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.content-inner .accordion-item__icon {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--accent);
}
.content-inner .accordion-item__icon span {
  min-width: 80px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .content-inner .accordion-item__icon span {
    display: none;
  }
}
.content-inner .text-phrase {
  font-size: 16px;
  line-height: 26px;
  margin-right: 50px;
}
.content-inner .text-phrase span:first-child {
  font-weight: 700;
  margin-right: 20px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .content-inner .text-phrase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px;
  }
}
@media (max-width: 424px) {
  .content-inner .text-phrase {
    margin-right: 15px;
  }
}
.content-inner .basket-result {
  padding-bottom: 20px;
  padding-top: 20px;
}
.content-inner .basket-result .page-button {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.content-inner .basket-footer__btn button {
  margin-left: 30px;
}
.panel .table-row.table-row__result {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0;
}
@media (max-width: 1199px) {
  .panel .table-row.table-row__result {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .panel .table-row.table-row__result {
    margin-top: 0px;
  }
}
.panel .table-row.table-row__result .total-amount span {
  color: var(--basetext);
}
@media (max-width: 767px) {
  .user-profile__tabs .nav-tabs {
    margin-bottom: 20px;
  }
}
.user-profile__tabs .nav-item {
  font-size: 18px;
  line-height: 1.2;
  color: #8f8f8f;
}
.user-profile__tabs .nav-tabs,
.user-profile__tabs .nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid #F0F3F6;
}
.user-profile__tabs .nav-tabs .nav-link {
  padding-bottom: 0;
  padding-top: 2px;
  border-bottom: 3px solid transparent;
  font-family: var(--ff1-regular);
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
}
.user-profile__tabs .nav-tabs .nav-link + .nav-link {
  margin-left: 1.1em;
}
@media (max-width: 424px) {
  .user-profile__tabs .nav-tabs .nav-link {
    letter-spacing: -0.9px;
  }
}
.user-profile__tabs .nav-tabs .nav-link.active {
  border-bottom: 2px solid var(--accent);
  padding-left: 0;
  padding-right: 0;
  color: #212123;
  font-family: var(--ff1-bold);
}
/*ЛИЧНЫЕ ДАННЫЕ*/
@media (max-width: 1199px) {
  .personal-data {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.user-avatar {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.user-avatar:after {
  content: '';
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  position: absolute;
  left: 50%;
  top: 49%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.user-avatar:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  right: -7px;
  top: -5px;
  z-index: 5;
  background-color: var(--accent);
}
.content-inner--pt {
  padding-top: 32px;
  padding-bottom: 40px;
}
.content-inner--pt .form-group {
  margin-bottom: 7px;
}
.content-inner--pt .form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .content-inner--pt .form-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.content-inner--pt .form-col {
  width: 48%;
}
@media (max-width: 767px) {
  .content-inner--pt .form-col {
    width: 100%;
  }
}
.content-inner--pt .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-inner--pt .form-group label {
  min-width: 90px;
  font-weight: 700;
}
.content-inner--pt #toggle-passw {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 10px;
}
.content-inner--pt #toggle-passw svg {
  pointer-events: none;
}
.content-inner--pt #toggle-passw svg path {
  fill: #212123;
}
.content-inner--pt #toggle-passw:after {
  content: '';
  position: absolute;
  top: 10px;
  left: -2px;
  height: 1px;
  background-color: #212123;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 24px;
  display: none;
  -webkit-box-shadow: 0 -1px #fff;
  box-shadow: 0 -1px #fff;
}
.content-inner--pt #toggle-passw.active:after {
  display: block;
}
.content-inner--pt .politic-agree p {
  position: relative;
  padding-left: 30px;
}
.content-inner--pt .politic-agree p a {
  color: var(--accent);
  border-bottom: 1px solid var(--accent);
}
.content-inner--pt .politic-agree p:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url(../img/main/icons/warning.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .form-footer {
    display: block;
  }
}
@media (max-width: 767px) {
  .form-footer .flex-wrapper {
    margin-top: 20px;
  }
}
#user-history .panel-footer {
  padding-top: 30px;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  #user-history .basket-item-count p {
    display: none;
  }
}
@media (max-width: 767px) {
  #user-history .basket-footer__btn {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 424px) {
  #user-history .basket-footer__btn button {
    margin-left: 0;
    margin-top: 15px;
  }
  #user-history .basket-footer__btn .page-button {
    width: 180px;
  }
}
.order-receiver {
  padding-bottom: 50px;
}
.order-receiver .title-light {
  margin-bottom: 25px;
}
.order-table {
  margin-right: 25px;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .order-table {
    padding-top: 25px;
  }
}
.table-row .table-cell {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}
.table-row.table-row--head {
  border-bottom: 2px solid #F0F3F6;
}
@media (max-width: 767px) {
  .table-row.table-row--head {
    display: none;
  }
}
.table-row.table-row--head .table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table-row .table-cell h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.table-row.table-row__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #F0F3F6;
}
.table-row.table-row__result p {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .order-receiver .basket-mob-cost {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .order-receiver .basket-mob-cost .title-3 {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .order-receiver .basket-table .accent-item {
    margin-bottom: 3px;
  }
}
.order-receiver .basket-table .basket-item-col {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .order-receiver .basket-table .basket-item-count p {
    display: none;
  }
}
.order-receiver .contacts-wrapper {
  padding-top: 30px;
}
.order-receiver .contacts-column {
  margin-bottom: 30px;
}
.order-receiver .contacts-column .title-3 {
  margin-bottom: 20px;
}
.order-receiver .contacts-column li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 19px;
}
.order-receiver .contacts-column li p {
  padding-left: 10px;
  font-weight: 700;
}
.section-info article {
  padding-right: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .section-info article {
    padding-left: 0;
  }
}
.section-info article.flex-height {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .section-info article.flex-height {
    margin-bottom: 30px;
  }
}


.section-info article.flex-height .text-block {
  margin-bottom: 0;
}
.section-info article .text-block {
  position: relative;
}
.section-info article .text-block p {
  margin-bottom: 25px;
}
.section-info article .text-block h3 {
  margin-bottom: 15px;
}
.section-info article .text-block:after {
  content: '';
  display: table;
  clear: both;
}
.section-info article .text-block__img {
  margin-right: 30px;
  margin-bottom: 10px;
  float: left;
  max-width: 500px;
  border-radius: 20px;
  min-height: 200px;
}
@media (max-width: 1439px) {
  .section-info article .text-block__img {
    max-width: 520px;
  }
}
@media (max-width: 1199px) {
  .section-info article .text-block__img {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .section-info article .text-block__img {
    max-width: 280px;
  }
}
@media (max-width: 575px) {
  .section-info article .text-block__img {
    max-width: 350px;
    width: 100%;
    float: unset;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.section-info article .border-block_inner {
  background-color: #FFF9F9;
  border-radius: 15px;
  padding: 40px;
}
.section-info article .border-block_inner .title-3 {
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .section-info article .border-block_inner {
    padding: 25px;
  }
}
.section-info .text-block {
  margin-bottom: 30px;
}
.section-info .page-button {
  margin-top: 40px;
  width: 240px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .section-info .page-button {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .section-info .page-button {
    margin-bottom: 30px;
  }
}
.marker-list--article {
  margin-bottom: 30px;
}
.marker-list--article li {
  font-size: 16px;
  line-height: 26px;
}
.section-info .block-img {
  position: relative;
}
.section-info .block-img img {
  border-radius: 8px;
}
.section-info .block-img .absolute-block {
  position: absolute;
  top: 10px;
  left: 10px;
}
.text-16 p a {
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  color: #212123;
}
.text-16 p a:hover {
  color: var(--accent);
}
.basket .title-row.mb-40 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 424px) {
  .basket .title-row.mb-40 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.title-row.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .title-row.mb-40 {
    margin-bottom: 30px;
  }
}
.title-row.mb-40 h1 {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .title-row.mb-40 h1 {
    margin-bottom: 15px;
  }
}
.restart-basket {
  font-size: 13px;
}
.restart-basket.upper-link:after {
  bottom: -3px;
}
.basket-content {
  border-top: 2px solid #F0F3F6;
}
.basket-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #F0F3F6;
  position: relative;
}
@media (max-width: 1199px) {
  .basket-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .basket-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.basket-item-desk h3 {
  font-size: 18px;
  line-height: 1.39;
  color: var(--basetext);
  font-family: var(--ff1-bold);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .basket-item-desk h3 {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--ff1-regular);
  }
}
@media (max-width: 767px) {
  .basket-item-desk .price-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .basket-item-desk {
    margin-bottom: 20px;
  }
}
.basket-item-param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  line-height: 14px;
  color: #212123;
}
.basket-item-param + .basket-item-param {
  margin-top: 10px;
}
.basket-item-param p:first-child {
  font-family: var(--ff1-bold);
  margin-right: 5px;
}
.basket-item-param .param-color {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: relative;
}
.basket-item-param .param-color:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
}
.basket-item__img {
  border-radius: 10px;
  width: 170px;
  height: 152px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .basket-item__img {
    width: 160px;
    height: 143px;
  }
}
.basket-item-col {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.basket-item-col.basket-item-col--price {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.accent-item {
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--ff1-bold);
  color: var(--accent);
  white-space: nowrap;
}
@media (max-width: 991px) {
  .accent-item {
    font-size: 18px;
  }
}
.basket-item-col--right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.remove-btn {
  width: 20px;
  height: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.remove-btn path {
  fill: #8f8f8f;
}
.remove-btn:hover path {
  fill: var(--accent);
}
.basket-item-count {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.basket-item-count p {
  font-family: var(--ff1-bold);
  font-size: 13px;
  line-height: 19px;
  color: var(--basetext);
  margin-right: 6px;
}
.remove-item {
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 18px;
  color: var(--accent);
  background-color: transparent;
  z-index: 2;
}
.remove-item svg {
  pointer-events: none;
}
.basket-item__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .basket-item__cost {
    margin-left: 30px;
  }
}
.d-tablet.basket-item__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.basket-item__result.d-tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .basket-item__result.d-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.basket-result {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #F0F3F6;
}
@media (max-width: 767px) {
  .basket-result-left {
    margin-bottom: 30px;
  }
}
.title-18 {
  font-size: 18px;
  line-height: 25px;
  font-family: var(--ff1-bold);
}
.promo-block .promo-form { border:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 10px;
}
.promo-block .promo-form .form-group {
  width: 265px;
  margin-right: 30px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .promo-block .promo-form .form-group {
    width: 200px;
    margin-right: 15px;
  }
}
.basket-result-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}
.basket-footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.basket-footer__btn button + button {
  margin-left: 10px;
}
.basket-footer__btn a + button {
  margin-left: 10px;
}
@media (max-width: 575px) {
  .basket-footer__btn {
    display: block;
  }
  .basket-footer__btn .remove-all {
    margin-top: 20px;
  }
  .basket-footer__btn button + button {
    margin-left: 0;
    margin-top: 15px;
  }
}
.remove-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.remove-all span:first-child {
  font-size: 18px;
  line-height: 24px;
  color: var(--basetext);
  font-family: var(--ff1-medium);
}
.remove-all span + span {
  margin-left: 25px;
  height: 20px;
}
.basket-item .basket-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  position: relative;
}
.basket-item .basket-item-top .remove-btn {
  position: absolute;
  top: 0px;
  right: 0px;
}
.basket-item .basket-item-top .basket-item__img {
  width: 101px;
  height: 90px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  .basket-item .basket-item-param {
    display: block;
  }
  .basket-item .basket-item-param p {
    margin-left: 0;
    margin-right: 0;
  }
  .basket-item .basket-item-param p + p {
    margin-top: 5px;
  }
  .basket-item .basket-item-param.basket-item-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .basket-item .basket-item-param.basket-item-size p + p {
    margin-top: 0;
    margin-left: 5px;
  }
}
.offer__cards .special-item {
  margin-bottom: 40px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.offer__cards .special-item:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .offer__cards .special-item {
    margin-bottom: 0px;
  }
}
.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pagination-wrapper.mt-40 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .pagination-wrapper.mt-40 {
    margin-top: 40px;
  }
}
.pagination-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .pagination-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.pagination-block button {
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  color: #BFBFBF;
  text-align: center;
  display: block;
  font-size: 12px;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.pagination-block button:first-child {
  border-radius: 12px 0 0 12px;
}
.pagination-block button:last-child {
  border-radius: 0 12px 12px 0;
}
.pagination-block button span path {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.pagination-block button.active {
  font-weight: 700;
  color: var(--accent);
}
.pagination-block button.active span path {
  stroke: var(--accent);
  stroke-width: 2px;
}
.pagination-block button:hover {
  color: #212123;
}
.pagination-block button:hover span path {
  stroke: #212123;
}
/*****ГЛАВНАЯ - ПРЕИМУЩЕСТВА****/
.product-card-item {
  position: relative;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.product-card-item .icon-group {
  position: absolute;
  bottom: 105px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-card-item .icon-group a, .product-card-item .icon-group button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-card-item .icon-group a path, .product-card-item .icon-group button path {
  fill: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-card-item .icon-group a.ic-cart path, .product-card-item .icon-group button.ic-cart path {
  fill: transparent;
  stroke: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
/*.product-card-item .icon-group a + a, .product-card-item .icon-group button + a, .product-card-item .icon-group a + button {
  margin-left: 10px;
}*/
button.ic-cart {margin: 0 10px;}
.product-card-item .icon-group a:hover, .product-card-item .icon-group button:hover {
  border: 1px solid var(--accent);
  color: var(--accent);
}
.product-card-item .icon-group a:hover path, .product-card-item .icon-group button:hover path {
  fill: var(--accent);
}
.product-card-item .icon-group a:hover.ic-cart path, .product-card-item .icon-group button:hover.ic-cart path {
  fill: transparent;
  stroke: var(--accent);
}
.product-card {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.product-card .product-card__desk {
  display: none;
}
.price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.price-block p {
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--ff1-bold);
}
.price-block .oldPrice {
  font-size: 14px;
  line-height: 24px;
  color: var(--accent);
  text-decoration: line-through;
  font-family: var(--ff1-regular);
  margin-left: 20px;
}
.price-block--big p {
  font-size: 30px;
  line-height: 1.3333;
  font-family: var(--ff1-bold);
  color: var(--basetext);
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .price-block--big p {
    font-size: 20px;
  }
}
.price-block--big .oldPrice {
  font-size: 20px;
  line-height: 1.2;
  font-family: var(--ff1-medium);
  margin-left: 20px;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .price-block--big .oldPrice {
    font-size: 16px;
    margin-left: 20px;
  }
}
.product-card__img {
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-card__img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  z-index: 2;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(53.65%, rgba(0, 0, 0, 0.03)), to(rgba(22, 22, 22, 0.63)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 53.65%, rgba(22, 22, 22, 0.63) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 53.65%, rgba(22, 22, 22, 0.63) 100%);
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-card__title {
  text-align: center;
  margin-top: 30px;
}
.product-card__title h3 {
  font-size: 18px;
  line-height: 25px;
  color: var(--basetext);
  font-family: var(--ff1-bold);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-card__title p {
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--ff1-bold);
  color: var(--basetext);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-card-item:hover .product-card__img {
  -webkit-box-shadow: 0px 4px 20px rgba(226, 23, 54, 0.1);
  box-shadow: 0px 4px 20px rgba(226, 23, 54, 0.1);
}
.product-card-item:hover .product-card__img:after {
  opacity: 1;
}
.product-card-item:hover .icon-group {
  opacity: 1;
}
.product-card-item:hover .product-card__title h3 {
  color: #212123;
}
.product-card-item:hover .product-card__title p {
  color: var(--accent);
}
.card-horizontal .product-card-item:hover .product-card__desk p {
  color: #212123;
}
.card-badges {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}
.card-badge {
  padding-left: 15px;
  padding-right: 15px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 10px;
  font-family: var(--ff1-bold);
  display: inline-block;
  border-radius: 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
}
.card-badge + .card-badge {
  margin-top: 10px;
}
.card-badge--discount {
  background-color: var(--accent);
}
.card-badge--new {
  background-color: #27AE60;
}
.card-badge--hit {
  background-color: #0792E3;
}
.product-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 78px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  margin-left: 20px;
}
.product-counter span {
  display: inline-block;
}
.product-counter--num {
  border-width: 1px;
  border-color: #bfbfbf;
  border-style: solid;
  text-align: center;
  margin-left: 7px;
  margin-right: 7px;
  color: var(--basetext);
  font-weight: 700;
  border-radius: 50%;
  border-color: transparent;
  background: #F5F5F5;
  min-height: 30px;
  min-width: 30px;
  font-size: 16px;
  line-height: 25px;
}
.product-counter span:last-child {
  margin-right: 0;
}
.product-counter .product-counter--plus,
.product-counter .product-counter--minus {
  position: relative;
  cursor: pointer;
  background-color: #fff;
  border: 0px;
  color: #8f8f8f;
  font-size: 30px;
  width: 20px;
  height: 30px;
  margin-right: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.product-counter .product-counter--plus:hover,
.product-counter .product-counter--minus:hover {
  color: var(--basetext);
}
.product-counter .product-counter--plus {
  margin-right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: -1px;
}
.product-counter .product-counter--minus {
  font-size: 26px;
  position: relative;
  top: -3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-card__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1365px) {
  .other-products {
    padding-top: 50px;
  }
}
.product-page__content {
  background: #FFFFFF;
}
.product-image {
  padding: 6px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .product-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
.product-set {
  padding-left: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 374px) {
  .product-set {
    padding: 20px 10px 30px;
  }
}
.product-set .form-group input[type="radio"] + label span {
  color: #8f8f8f;
  font-family: var(--ff1-regular);
}
.product-set .form-group input[type="radio"] + label span .red-text {
  color: var(--accent);
}
.product-set .form-group input[type="radio"]:checked + label span {
  color: #212123;
}
.product-set .form-group input[type="radio"]:checked + label span .red-text {
  color: var(--accent);
}
.product-set__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
      -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.product-set__row:first-child {
  border-bottom: 1px solid #E8E9EA;
}
.product-set__row .ingredients {
  width: 70%;
}
.product-set__row .filter-name {
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .product-set__row .filter-name {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .product-set__row .filter-name {
    margin-right: 10px;
  }
}
.product-set__row .filters-type__item {
  margin-right: 5px;
}
.product-set__row .products-group__List li {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
}
.product-set__types,
.product-set__row-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .product-set__types,
  .product-set__row-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-set__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-set__types .products-group__List {
  margin-right: 40px;
}
.product-set__footer {
  padding-top: 30px;
  border-top: 1px solid #E8E9EA;
  margin-top: auto;
}
.product-set__footer .d-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .product-set__footer .d-flex {
    margin-bottom: 15px;
  }
}
.product-set__footer .product-counter {
  width: 68px;
  height: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-set__footer .product-counter--num {
  width: 30px;
}
.product-set__footer .total-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .product-set__footer .total-amount {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.product-set__footer .basket-item__cost {
  margin-left: 20px;
}
.product-set__footer .page-button {
  width: 170px;
  padding-left: 10px;
  padding-right: 10px;
}
.product-set__price {
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-set__price .price-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-set__text {
  border-bottom: 1px solid #E8E9EA;
  padding-bottom: 20px;
}
.fotorama.fotorama--product .fotorama__thumb-border {
  border: 2px solid var(--accent);
  border-radius: 5px;
}
.fotorama.fotorama--product .fotorama__nav--thumbs .fotorama__nav__frame {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-top: 20px;
}
.fotorama.fotorama--product .fotorama__nav {
  text-align: left;
}
.fotorama.fotorama--product img {
  border-radius: 10px !important;
}
@media (max-width: 992px) {
  .fotorama-wrapper {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 470px;
  }
}
.products-optional__List .form-group {
  margin-bottom: 0;
}
.products-optional__List .form-group + .form-group {
  margin-top: 11px;
}
.products-optional__List .form-group span {
  position: relative;
  top: -5px;
  color: #8f8f8f;
}
.products-optional__List .form-group span.red-text {
  top: 0;
  padding-left: 3px;
  color: var(--accent);
}
.products-optional__List .form-group [type="radio"]:checked + label > span {
  color: #212123;
}
span.red-text {
  padding-left: 3px;
}
.other-products .title-4 {
  text-transform: uppercase;
}
.rating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 424px) {
  .rating-block {
    display: block;
  }
}
.rating-block .rating-block-icons {
  line-height: 1;
}
.rating-block .rating-block-icons span {
  display: inline-block;
  line-height: 1;
}
.rating-block .rating-block-icons span + span {
  margin-left: 5px;
}
.rating-block .rating-block-icons span path {
  fill: #333;
}
.rating-block .rating-block-icons span.rating-val path {
  fill: var(--accent);
}
.rating-block-text {
  font-size: 15px;
  line-height: 1;
  color: #000;
  margin-left: 1em;
}
@media (max-width: 424px) {
  .rating-block-text {
    margin-top: 5px;
  }
}
.upper-link {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: var(--basetext);
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.upper-link:after {
  content: '';
  width: 0%;
  height: 1px;
  background-color: var(--accent);
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.upper-link:hover {
  color: var(--accent);
}
.upper-link:hover:after {
  width: 100%;
}
.product-set__filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-set__filter .form-select__icon svg {
  position: relative;
  left: -1px;
}
.product-set__filter .form-select.form-select-light .form-select__options {
  border: 0px;
}
.product-set__column h5,
.filter-col h5 {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 12px;
  color: #212123;
}
.filter-col h5.mb-21 {
  margin-bottom: 21px;
}
.product-page .form-group label {
  padding-top: 4px;
}
.product-page .radio-block-horizontal label {
  padding-top: 0px;
}
.product-set__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filter-col span {
  font-size: 12px;
  line-height: 17px;
}
.product-set__filter-center {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-set__filter-center .filter-col--left,
.product-set__filter-center .filter-col--right {
  width: 27%;
}
.filter-checkbox label span.red-text {
  color: var(--accent);
}
.product-set__filter-center .filter-col--large {
  width: 40%;
}
.filter-col-item {
  display: block;
}
.product-set__filter--col .filter-col + .filter-col {
  margin-left: 50px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .product-set__filter--col .filter-col + .filter-col {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product-set__filter--col .filter-col + .filter-col {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .product-set__filter--col h5 {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .product-set__filter--col {
    margin-right: 30px;
  }
}
.filter-col .color-filter .form-group {
  margin-right: 13px;
}
.product-set__filter .form-select {
  width: 220px;
}
.radio-block-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.radio-block-horizontal .form-group {
  width: auto;
  margin-right: 20px;
  line-height: 1;
  margin-bottom: 6px;
}
.product-set__filter + .product-set__filter {
  border-top: 1px solid #E8E9EA;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-set__footer .page-button {
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
  min-width: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-set__footer .page-button {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 575px) {
  .product-set__footer .page-button {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.total-amount .counter-block span {
  font-size: 18px;
  line-height: 25px;
  color: var(--basetext);
  font-family: var(--ff1-bold);
}
.total-amount .counter-block span.product-counter--num {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--ff1-regular);
  color: var(--basetext);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-set__filter-center .filter-col--left {
    width: 40%;
  }
  .product-set__filter-center .filter-col--large {
    width: 55%;
  }
  .product-set__filter-center .filter-col--right {
    width: 100%;
  }
  .product-set__filter.product-set__filter--col {
    display: block;
  }
  .filter-col-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .filter-col-item h5,
  .filter-col-item h5.mb-21 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .product-set__filter-center {
    padding-bottom: 0;
  }
  .product-set__filter-center .filter-col--left,
  .product-set__filter-center .filter-col--large,
  .product-set__filter-center .filter-col--right {
    width: 100%;
  }
  .product-set__filter.product-set__filter--col {
    display: block;
  }
  .filter-col h5.mb-21 {
    margin-bottom: 12px;
  }
  .filter-col + .filter-col {
    margin-top: 20px;
  }
}
.section-info .returne-text .text-block__img {
  max-width: 570px;
}
.section-info .returne-text .text-block__img img {
  border-radius: 15px;
}
@media (min-width: 1250px) {
  .section-info .returne-text .text-block__img {
    min-width: 570px;
  }
}
@media (max-width: 1250px) {
  .section-info .returne-text .text-block__img {
    margin-bottom: 30px;
  }
}
article.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .conditions-text.mob-mb-30 {
    margin-bottom: 30px;
  }
}
.marker-list.marker-bullit li:before {
  content: "";
  background-image: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--accent);
  top: 12px;
}
.marker-list.marker-bullit--red li:before {
  background-color: var(--accent);
}
.conditions-text .marker-list.marker-bullit li + li {
  margin-top: 15px;
}
.conditions-text + .conditions-text {
  margin-top: 30px;
}
.title-34.mb-30 {
  margin-bottom: 30px;
}
.conditions-text .marker-list {
  margin-top: 15px;
}
.conditions-text h3.title-34,
.conditions-text .title-3 {
  margin-bottom: 20px;
}
@media (min-width: 1250px) {
  .title-34.pl-20,
  .text-16.pl-20 {
    padding-left: 20px;
    min-width: 570px;
  }
}
.section-info .border-block_inner.p-30 {
  padding: 30px;
}
.section-info .border-block_inner.p-30 a {
  white-space: nowrap;
  color: #212123;
  padding-bottom: 5px;
  padding-top: 5px;
  display: inline-block;
}
.section-info .border-block_inner.p-30 a + a {
  margin-left: 10px;
}
.section-info .border-block_inner.p-30 a:hover {
  color: var(--accent);
}
.conditions-text p + p {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .marker-list.mb-30 {
    margin-bottom: 30px;
  }
}
.review-block .review-block__wrapper {
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.review-block .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  padding: 30px;
  border: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.star-author-all{
    margin-right: 30px;
}
.review-block .review-item + .review-item {
  margin-top: 30px;
}
.review-block .review-item .rating-block {
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .review-block .review-item {
    display: block;
  }
}
.review-block h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.review-block .review-author {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .review-block .review-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 11px;
  }
  .review-block .review-author .author-avatar {
    margin-right: 30px;
  }
  .review-block .review-author .rev-info {
    text-align: left;
  }
}
.review-block .review-author .author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 5px;
}
.review-block .review-author p {
  font-size: 12px;
  line-height: 19px;
  color: #BFBFBF;
  text-align: center;
}
.review-block .review-text {
  font-size: 14px;
  line-height: 24px;
}
.review-block .review-foto {
  margin-left: 30px;
  min-width: 13%;
  overflow: hidden;
  max-width: 132px;
}
.review-block .review-foto img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .review-block .review-foto {
    margin-top: 11px;
    margin-left: auto;
  }
}
.review-block .pagination-wrapper {
  margin-top: 30px;
}
.review-block .form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-form-wrapper .choose-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.review-form-wrapper .choose-avatar .inputfile + label {
  padding: 0;
  margin-left: 15px;
  cursor: pointer;
}
.review-form-wrapper label.avatar-label span {
  font-size: 10px;
  line-height: 14px;
  color: #BFBFBF;
}
.choose-avatar .user-avatar-placeholder {
  width: 48px;
  height: 48px;
  border: 0px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.review-form-wrapper {
  background: #FFFFFF;
  padding: 30px;
  margin-top: 30px;
  border: 1px solid #ECEDED;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .review-form-wrapper {
    padding: 20px;
  }
}
.panel.panel-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.add-foto-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 500px) {
  .form-footer-block {
    display: block;
  }
}
.add-foto-block {
  cursor: pointer;
  padding-left: 30px;
}
.add-foto-block p {
  padding-right: 10px;
  font-size: 13px;
  color: var(--basetext);
  font-family: var(--ff1-bold);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.add-foto-block span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.add-foto-block:hover p {
  color: var(--accent);
}
@media (max-width: 500px) {
  .add-foto-block {
    padding-left: 0;
    margin-top: 20px;
  }
}
/*****СОЦ ИКОНКИ****/
.social-icons {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
}
.social-icons a {
  margin-right: 9px;
  line-height: 1;
  font-size: 0;
  display: inline-block;
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons a:hover {
  opacity: .7;
}
.special-offer .special-offer__inner {
  margin-top: -220px;
}
@media (max-width: 1199px) {
  .special-offer .special-offer__inner {
    margin-top: -140px;
  }
}
@media (max-width: 991px) {
  .special-offer .special-offer__inner {
    margin-top: -130px;
  }
}
@media (max-width: 767px) {
  .special-offer .special-offer__inner {
    margin-top: -70px;
  }
}
.special-offer__img {
  padding-top: 263px;
  padding-bottom: 90px;
  text-align: center;
  background-size: cover;
  background-position: 0 0;
}
@media (max-width: 991px) {
  .special-offer__img {
    padding-top: 190px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .special-offer__img {
    padding-top: 130px;
  }
}
.special-offer__img .head-2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .special-offer__img .head-2 {
    font-size: 30px;
  }
}
.special-offer__cards {
  -webkit-transform: translateY(62%);
  -ms-transform: translateY(62%);
  transform: translateY(62%);
}
@media (max-width: 767px) {
  .special-offer__cards {
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .special-offer__cards .col-md-4 + .col-md-4 {
    margin-top: 20px;
  }
}
.special-item {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .special-item {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .special-item {
    margin-left: auto;
    margin-right: auto;
  }
}
.special-item .special-item__text {
  margin: auto;
}
.discount-val {
  color: #E21736;
  text-align: center;
  font-size: 86px;
  line-height: 1.3;
  font-family: var(--ff1-bold);
}
@media (min-width: 768px) and (max-width: 991px) {
  .discount-val {
    font-size: 70px;
  }
}
.discount-val.text-burn {
  mix-blend-mode: color-burn;
  color: #E21736;
}
.special-item__text .label-item {
  width: 185px;
  height: 51px;
  line-height: 51px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: var(--accent);
  border-radius: 10px;
  color: #FFFFFF;
  font-family: var(--ff1-bold);
}
@media (min-width: 768px) and (max-width: 991px) {
  .special-item__text .label-item {
    width: 170px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
#main-offer .special-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.special-item:after{
    content: '';
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(53.65%, rgba(0, 0, 0, 0.03)), to(rgba(22, 22, 22, 0.63)));
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 53.65%, rgba(22, 22, 22, 0.63) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 53.65%, rgba(22, 22, 22, 0.63) 100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.special-item:hover:after{
    opacity: 0;
}
#main-offer .special-item:hover .special-offer__text {
  color: #FDF2D5;
}
#main-offer .special-item:hover .special-offer__icon path {
  fill: #FDF2D5;
}
#main-offer .special-offer__icon path {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#main-offer .special-offer__text {
  font-size: 20px;
  line-height: 1.4;
  font-family: var(--ff1-bold);
  font-weight: 700;
  color: #fff;
  text-align: center;
  height: 56px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
@media (max-width: 1199px) {
  #main-offer .special-offer__text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  #main-offer .special-offer__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #main-offer .special-offer__text {
    font-size: 18px;
  }
}
#main-offer .special-item__text {
  margin-bottom: 0;
}
#main-offer .special-offer__content .page-button--red {
  min-width: 198px;
}
.desk-footer {
  margin-top: 30px;
}
.head-4 {
  font-size: 18px;
  line-height: 25px;
  font-family: var(--ff1-bold);
  text-transform: none;
}
.list-block .head-4 {
  margin-bottom: 20px;
}
.list-block .marker-list li + li {
  margin-top: 10px;
}
.delivery-list__item {
  margin-top: 30px;
}
.product-page__tabs .nav-tabs .head-4 {
  color: #8f8f8f;
  padding-bottom: 4px;
  border-bottom: 4px solid transparent;
}
.product-page__tabs .nav-tabs .head-4 + .head-4 {
  margin-left: 20px;
}
.product-page__tabs .nav-tabs .head-4.active {
  border-color: var(--accent);
  color: #212123;
}
.product-page__tabs .tab-content {
  padding-top: 30px;
  border-top: 1px solid #E8E9EA;
}
.product-page__tabs #nav-tab {
  white-space: nowrap;
  overflow-x: auto;
  width: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.product-page__tabs #nav-tab::-webkit-scrollbar {
  display: none;
  height: 0;
  background-color: transparent;
}
#payment-tab .payment-type {
  margin-top: 30px;
}
.empty .cart-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
/*POlitic modal*/
#politicText{
   /* font-family: 'Montserrat', sans-serif;*/
    font-size: 12px;
    padding-right: 0;
}
#politicText .modal-form-title {margin-bottom:20px;}
#politicText .modal-body{ margin-top: 0;
    max-height:550px;
    overflow: auto;
}
@media(max-width: 575px){
    #politicText .modal-body{max-height:350px;}
}
@media(max-width: 359px){
    #politicText .modal-body{max-height:270px;}
}
#politicText .modal-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#politicText .modal-body::-webkit-scrollbar-track {
  background-color: #dedede;
}
#politicText .modal-body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #ed4e53;
}
#politicText.modal .modal-dialog{
    max-width: 900px;
}
#politicText.modal .modal-content{
    padding: 25px;
}
     #politicText.modal button.close{ position: absolute;
         top:6px;
         right:6px;
     }
.modal .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}

.modal .close-btn span {
   background: #000;
}
.close-btn {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
}

.close-btn:focus {
  outline: none;
}

.close-btn span {
  position: absolute;
  width: 2px;
  height: 15px;
  display: block;
  background-color: #fff;
  opacity: 0.6;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.close-btn.close-dark span {
  background-color: #1D2228;
}
.close-btn.close-danger span {
  background-color: red;
}

.close-btn span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-btn:hover span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.close-btn:hover span:nth-child(2) {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.close-btn.dark span {
  background-color: #1D2228;
}
.filter-panel__menu span.drop-list {position: absolute;top: 0;right: 0;height: 20px;width: 20px;}
a.active.focus,a.active:focus,a.focus,a:active.focus,a:active:focus,a:focus,button.active.focus,
button.active:focus,button.focus,button:active.focus,button:active:focus,button:focus,.btn.active.focus,
.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}
.total-amount .msfavorites {margin: 0 10px;}

.subscribeForm .row {
    margin: auto;
}
.subscribeForm .form-group{
    padding-left: 0;
}
.subscribeForm .form-group input {
    width: 100%;
}
.ratting-author h3{
    font-size: 12px;
}
.ratting-author h3+span{
    font-size: 12px;
}
.products-optional__List .form-group span.msal_cost{top: 0;}
.footer{
    margin-top: 150px;
}
.special-offer + .footer{
    margin-top: 0px;
}
/*SECTION SEO-TEXT*/
.seotext-maintext .text-wrapper p{
    font-size: 16px;
    line-height: 1.5;
}
.seotext-maintext .text-wrapper p + p {
    margin-top: 25px;
}

.seotext-content__btn{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    margin-top: 20px;
    color: #45403E;
    display: inline-block;
    text-decoration: none!important;
}

.seotext-wrapper {
  position: relative;
}
.seotext-content {
  position: relative;
}
.seotext-content a{
    color: #1f1f1f;
}
.seotext-text {
  -webkit-animation-name: showSlow;
  animation-name: showSlow;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  display: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
}
.seotext-maintext {
  position: relative;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 2;
}
.seotext-maintext.hide {
  opacity: 0;
  display: none;
}
.seotext-text.active {
  opacity: 1;
  z-index: 3;
  display: block;
}
@keyframes showSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.editor-text p + p {
  margin-top: 8px;
}
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,.editor-text h6  {
  margin-bottom: 30px;
    font-weight: 500;
  font-size: 25px;
  line-height: 21px;

  margin-top: 50px;
}
.editor-text p + h2,
.editor-text p + h3,
.editor-text p + h4 {
  margin-top: 50px;
}
.editor-text h2 + ol,
.editor-text h2 + ul,
.editor-text h3 + ul,
.editor-text h3 + ol {
  margin-top: 30px;
  margin-bottom: 30px;
}
.editor-text ol,
.editor-text ul {
  padding-left: 0;
  margin-bottom: 30px!important;
}
.editor-text ol li,
.editor-text ul li {
  padding-left: 35px;
  padding-top: 0!important;
  padding-bottom: 0!important;

}
.editor-text ul li{
    position: relative;
}
.editor-text ul li:before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius:50%;
    background-color: #E0E0E0;
    position: absolute;
    left: 0;
    top: 8px;
}
.editor-text p +ol, .editor-text p +ul{margin-top: 30px;}
.editor-text ol li + li,
.editor-text ul li + li {
  margin-top: 8px!important;

}

.editor-text ol {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 18px;


}
.editor-text ol li {
  position: relative;
  padding: 0 0 0px 15px;
}
.editor-text ol li:before {
  content: counter(num) '.';
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: -26px;
  width: 20px;
  font-weight: 700;
  text-align: right;
}
.editor-text a{
  text-decoration: underline;
}
.seotext-content__btn:hover,
.editor-text a:hover{
  color:var(--accent);
  text-decoration: none;
}
/*END SEO TEXT*/
/*phone-number in header hidden*/
	.social-icons {align-items: center;}	
	.working-hours {margin-right: 40px;}
	.contact-phone {z-index:9;position: relative;}
	.contact-phone__wrapper{position: relative;padding-right: 19px;}
	.contact-phone--hidden{border-radius: 15px;position: absolute;left: -13px;right: 0;z-index: 9;background-color: #fff;padding: 10px;display: none;}
	.contact-phone--hidden a{font-weight: 700;color: #1f1f1f;line-height: 25px;white-space: nowrap;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;display: inline-block;}
	.contact-phone--hidden a:hover{opacity:.5;}
@media (max-width: 359px){
	.contact-phone--hidden a {font-size: 16px;}
}
	.contact-phone__wrapper:after{content: "";position: absolute;top: -10px;left: -13px;right: -5px;height: 80px;background: #fff;border-radius: 8px;
	-webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%); -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%); display: none;}
@media(min-width: 1200px){
	.contact-phone__wrapper:hover .contact-phone--hidden{display: block;}  
	.contact-phone__wrapper:hover:after{display: block; border-radius: 15px ;}
}
	.carret-arrow{padding: 3px;position: absolute;z-index: 2;width: 16px;height: 16px;right: -1px;top: 5px;cursor:pointer;display: flex;justify-content: center;align-items: center;transition: .3s;}
	.contact-phone__wrapper.active  .contact-phone--hidden{display: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
	.carret-arrow svg{ width: 10px;}
@media(max-width: 1199px){ #phoneWrapper {margin-left:20px;}
    .contact-phone__wrapper.active  .contact-phone--hidden{display: block;}
    .contact-phone__wrapper.active  .carret-arrow svg {transform: rotate(180deg); opacity: .6;}
    .contact-phone--hidden{background-color: transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; top: 25px;}
    .contact-phone__wrapper.active{border-radius: 10px;}
    .contact-phone__wrapper:after {display: none;}  
    .contact-phone__wrapper.active:after{display: block;content: "";position: absolute;top: -10px;left: -13px;right: -5px;height: 83px;background: #fff;border-radius: 8px;
	-webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%); -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);}
    .carret-arrow{  top: 4px;}
	.contact-phone__wrapper {max-width: 173px;} 
}
@media(max-width: 767px){ #phoneWrapper {display:none;}
	.contact-phone--hidden{top: -50px;}
	.contact-phone__wrapper.active:after{top: -50px;}
	.contact-phone__wrapper{margin-left: 3px;}
	.carret-arrow {transform: rotate(180deg);}
}
#phoneWrapper2 {position:relative;display:inline;}
.phones-wrap {display: inline-block;position: relative;width: 167px;margin-bottom:-8px;}
.contact-phone__wrapper.active .phones-wrap:after {display: block; content: "";position: absolute;
    bottom: 0;z-index: -1;left: -13px;right: -5px;height: 70px;background:#fff9f9;border-radius: 8px;
    -webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
}
.phones-wrap > a {margin-left:-16px;margin-bottom:8px;}
.phones-wrap .contact-phone--hidden {top: -40px;}
#carretArrow2 {right: 3px; top: 5px;}

.product-page .title-row, .modal-header .title-row {margin:0;}
.sku {font-weight:600;padding-bottom: 15px;}
.color-filter input[type="checkbox"]:checked + .fake-label {border: 2px solid var(--accent);}

.content-wrapper .section-description{
    padding-top: 100px;
    padding-bottom: 110px;
}
.pre-text{
   padding-bottom: 30px;

}
.pre-text .block-title{
       line-height: 1.4;
       margin-bottom: 20px;
       font-size: 20px;
       color: #212123;
   }
.pre-text p{
    line-height: 1.62;
}
.pre-text p a{
     color: #FF996D;
}
.pre-text p+ p{
    margin-top: 10px;
}
.product-card__img img{
    width: 100%;
    height: 100%;
       -o-object-fit: cover;
       object-fit: cover;
}      
.product-card__img {height:284px;}
@media(max-width:1199px){
    .content-wrapper .section-description{
    padding-top: 60px;
    padding-bottom: 110px;
    }
}
.drop-menu .drop-menu-wrapper{
  
    grid-template-columns: repeat(auto-fit, minmax(100px, max-content));
 
-webkit-column-gap:40px;
   -moz-column-gap:40x;
        column-gap:40px;
}
.drop-menu .acordion-list-items a,  .drop-menu .acordion-list{

	white-space:normal;
}
.product-card-item .icon-group{
    bottom: auto;
    top:234px;
}
.drop-menu .drop-menu-wrapper .acordion-list+.acordion-list {
    margin-left: 0;
}
.basket-footer__btn >*+*{margin-left: 25px;}
.icon-group .msfavorites{
   
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.0001 21.7408L11.5969 21.5504C9.68906 20.5736 7.919 19.3484 6.33295 17.9067C2.85348 14.7483 0.986817 11.0672 0.986817 7.26667C0.986445 5.98786 1.34131 4.73409 2.01184 3.64518C2.68237 2.55626 3.6422 1.67502 4.78429 1.09971C5.92638 0.524409 7.20583 0.277668 8.47995 0.387005C9.75407 0.496342 10.9728 0.95746 12.0001 1.71893C13.0275 0.95746 14.2462 0.496342 15.5204 0.387005C16.7945 0.277668 18.0739 0.524409 19.216 1.09971C20.3581 1.67502 21.3179 2.55626 21.9885 3.64518C22.659 4.73409 23.0139 5.98786 23.0135 7.26667C23.0135 11.0672 21.1468 14.7333 17.6674 17.9141C16.0809 19.3532 14.3108 20.5759 12.4033 21.5504L12.0001 21.7408ZM7.89348 2.22667C6.5574 2.22864 5.2766 2.76027 4.33185 3.70503C3.38709 4.64979 2.85546 5.93058 2.85348 7.26667C2.85348 14.248 10.182 18.6533 12.0001 19.6539C13.8145 18.6533 21.1468 14.248 21.1468 7.26667C21.1474 6.28136 20.859 5.31751 20.3173 4.49449C19.7756 3.67148 19.0043 3.02544 18.0991 2.6364C17.1938 2.24736 16.1944 2.1324 15.2244 2.30576C14.2545 2.47913 13.3567 2.93319 12.6423 3.61173L12.0001 4.224L11.358 3.61173C10.4237 2.72253 9.18329 2.22662 7.89348 2.22667Z' fill='%23f0c90a'/%3e%3c/svg%3e");
}
.msfavorites, .icon-group .msfavorites:hover {
    background-position: center;
    background-repeat: no-repeat;
     -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
       background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.0001 21.7408L11.5969 21.5504C9.68906 20.5736 7.919 19.3484 6.33295 17.9067C2.85348 14.7483 0.986817 11.0672 0.986817 7.26667C0.986445 5.98786 1.34131 4.73409 2.01184 3.64518C2.68237 2.55626 3.6422 1.67502 4.78429 1.09971C5.92638 0.524409 7.20583 0.277668 8.47995 0.387005C9.75407 0.496342 10.9728 0.95746 12.0001 1.71893C13.0275 0.95746 14.2462 0.496342 15.5204 0.387005C16.7945 0.277668 18.0739 0.524409 19.216 1.09971C20.3581 1.67502 21.3179 2.55626 21.9885 3.64518C22.659 4.73409 23.0139 5.98786 23.0135 7.26667C23.0135 11.0672 21.1468 14.7333 17.6674 17.9141C16.0809 19.3532 14.3108 20.5759 12.4033 21.5504L12.0001 21.7408ZM7.89348 2.22667C6.5574 2.22864 5.2766 2.76027 4.33185 3.70503C3.38709 4.64979 2.85546 5.93058 2.85348 7.26667C2.85348 14.248 10.182 18.6533 12.0001 19.6539C13.8145 18.6533 21.1468 14.248 21.1468 7.26667C21.1474 6.28136 20.859 5.31751 20.3173 4.49449C19.7756 3.67148 19.0043 3.02544 18.0991 2.6364C17.1938 2.24736 16.1944 2.1324 15.2244 2.30576C14.2545 2.47913 13.3567 2.93319 12.6423 3.61173L12.0001 4.224L11.358 3.61173C10.4237 2.72253 9.18329 2.22662 7.89348 2.22667Z' fill='%23f0c90a'/%3e%3c/svg%3e");

}
