/* шрифты */

@font-face {
  font-family: Cormorant;
  src: url("https://srazuvvazu.ru/media/customization/fonts/Cormorant-Regular1.ttf");
}

@font-face {
  font-family: Inter;
  src: url("https://srazuvvazu.ru/media/customization/fonts/Inter-Regular1.otf");
}

@font-face {
  font-family: Impact;
  src: url("https://srazuvvazu.ru/media/customization/fonts/impact.ttf");
}

p,
a,
li,
button,
span,
input {
  font-family: Inter !important;
}

a {
  font-size: 16px !important;
}

/* шапка */

.catalog-header a {
  color: #484b52;
  background: #e2e9ed;
  padding: 15px 25px;
  border-radius: 5px;
  transition: 0.2s;
  cursor: pointer;
  height: 50px !important;
}

.catalog-header:hover a {
  color: #ffffff !important;
  background: #484b52;
}

.callme-button {
  color: #484b52 !important;
  background: #e2e9ed !important;
  padding: 15px 25px;
  border-radius: 5px;
  border: none !important;
  margin-left: 25px !important;
  height: 50px !important;
}

.main-menu {
  margin-left: 0px;
}

.header-body, .fixed::after {
  display: none;
}

.callme-buttonr:hover {
  color: #ffffff !important;
  background-color: #484b52 !important;
}

.main-menu li {
  margin-right: 25px;
}

.top-header__content-left {
  flex-direction: row-reverse;
  width: 58%;
  justify-content: space-between;
}

.main-menu a:hover {
  text-decoration: none;
}

.main-menu a {
  transition: 0.2s;
  opacity: 1;
}

[data-fancybox] {
  cursor: pointer;
}

.header-phones__phone {
  color: #333333 !important;
  font-weight: 400;
}

/* главный экран */

.hit-prodaj-wrapper {
  padding: 210px 0px 280px;
}

.hit-prodaj-wrapper .container {
  padding: 0px 45px;
}

.hit-prodaj-wrapper .content-standard-box__container {
  background: #ffffff;
  padding: 20px;
  gap: 0px;
  box-shadow: 0px 6px 6px rgb(0 0 0 / 25%) !important;
}

.hit-prodaj-wrapper .content-standard-box {
  margin-bottom: 10px !important;
}

.hit-prodaj-wrapper .slider-constructor .slick-slide {
  padding: 0px 12px;
}

.hit-prodaj-wrapper .content-background-box__text-content {
  padding: 15px 0px 0px;
}

.name-flow {
  font-size: 16px !important;
  line-height: 120% !important;
  margin-bottom: 5px;
  height: 68px;
}

.cookie-modal__content button {
  border-radius: 5px;
  color: #fff;
  background-color: #97979e;
  border-color: #97979e;
}

.cookie-modal__content button:hover {
  background-color: #e2e9ed;
  border-color: #e2e9ed;
  color: #333;
}

.cost-flow {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.hit-prodaj-wrapper .slider-constructor .slick-prev,
.hit-prodaj-wrapper .slider-constructor .slick-next {
  top: 560px;
  border: none !important;
}

.hit-prodaj-wrapper .image img {
  height: 380px !important;
  object-fit: cover !important;
}

.hit-prodaj-wrapper .slider-constructor .slick-arrow img,
.hit-prodaj-wrapper .slider-constructor .slick-arrow svg {
  width: 25px;
  height: 25px;
  color: #97979e;
}

.hit-prodaj-wrapper .slider-constructor .slick-next svg {
  padding-left: 5px;
}

.hit-prodaj-wrapper .slider-constructor .slick-prev svg {
  padding-right: 5px;
}

.hit-prodaj-wrapper .slider-constructor .slick-next {
  right: 45%;
}

.hit-prodaj-wrapper .slider-constructor .slick-prev {
  left: 45%;
}

.cost {
  font-size: 20px;
  margin-bottom: 0px;
}

.cost span {
  font-size: 28px;
}

.plus {
  padding: 17px 35px;
  border: 1px solid #4f576c;
  border-radius: 50px;
  transition: 0.2s;
}

.plus:hover {
  background: #e2e9ed;
}

/* кнопки категорий */

.head-buttons-wrapper .content-background-box__text-content {
  padding: 0px;
  background: #484b52;
  border-radius: 5px;
  transition: 0.2s;
}

.head-buttons-wrapper .content-background-box__text-content:hover {
  background: #97979e;
}

.but-category {
  display: flex;
  padding: 25px 20px;
  gap: 15px;
  color: #fff;
}

.head-buttons-wrapper .container {
  padding: 0px 130px;
}

.head-buttons-wrapper {
  padding-bottom: 50px;
  margin-top: -170px;
  margin-bottom: 0px !important;
}

/* наборы товаров */

.mb-25 {
  font-size: 40px;
  line-height: 40px;
  color: #4f576c;
  text-transform: uppercase;
  font-weight: 400;
  width: min-content;
  font-family: Cormorant;
}

.product-card-v2 {
  border: none;
  background: #fff;
  border-radius: 5px;
}

.product-card-v2__image .image img {
  padding: 0px;
  object-fit: cover;
}

.product-card-v2__image {
  aspect-ratio: 220 / 210;
}

.gotovie-bukety-wrapper>img {
  object-position: top;
}

.product-card-v2__content {
  flex-direction: column-reverse;
  justify-content: end !important;
}

.st-button_muted {
  fill: var(--color-button-primary-text, #fff);
  color: var(--color-button-primary-text, #fff);
  background-color: var(--color-button-primary-background, #2363d1);
  border-color: var(--color-button-primary-border, #2363d1);
}

.st-button_muted:hover {
  fill: var(--color-button-primary-text-hover,
      var(--color-button-primary-text, #fff));
  color: var(--color-button-primary-text-hover,
      var(--color-button-primary-text, #fff));
  background-color: var(--color-button-primary-background-hover, #1c52ac);
  border-color: var(--color-button-primary-border-hover, #1c52ac);
}

.product-card .product-item__img-text {
  right: 0px;
  top: 0px;
  font-weight: 400;
  font-size: 12px;
  color: rgb(255 255 255);
  font-style: normal;
  opacity: 100%;
  background-color: #484b52;
  padding-left: 10px;
  padding-right: 10px;
}

.card-label_style-hit {
  background-color: #933939;
}

.button-theme_secondary {
  height: 50px;
  border-radius: 5px;
  width: 190px !important;
  font-weight: 100 !important;
}

.product-card-v2__title {
  margin-top: -130px;
  margin-bottom: 70px;
  line-height: 20px;
  font-size: 15px;
  height: 60px;
  hyphens: none;
}

.st-button__icon_cart {
  display: none;
}

.product-card-v2__buttons {
  margin-top: 80px;
}

.product-card-v2__content {
  padding: 20px;
}

.st-button__title {
  font-size: 16px;
  margin-left: 0px;
}

.product-card-v2__buttons .st-button_add-to-cart {
  border-radius: 5px;
}

.gotovie-bukety-wrapper .slider-constructor .slick-prev,
.gotovie-bukety-wrapper .slider-constructor .slick-next {
  top: 360px;
}

.gotovie-bukety-wrapper .slider-constructor .slick-arrow {
  width: 55px;
  height: 92px;
  border-radius: 55px;
  border: none !important;
  background-color: #eef3f6;
}

.gotovie-bukety-wrapper .slider-constructor .slick-arrow:hover {
  background-color: #484b52;
}

.gotovie-bukety-wrapper .slider-constructor .slick-arrow img,
.gotovie-bukety-wrapper .slider-constructor .slick-arrow svg {
  width: 22px;
  height: 22px;
  color: #97979e;
}

.gotovie-bukety-wrapper .slider-constructor .slick-next {
  right: -90px;
}

.gotovie-bukety-wrapper .slider-constructor .slick-prev {
  left: -90px;
}

.gotovie-bukety-wrapper {
  overflow: hidden;
  padding-bottom: 140px;
  margin-bottom: 0px !important;
}

.st-button {
  border-radius: 5px;
}

.button-more {
  display: flex;
  padding: 15px 20px;
  gap: 15px;
  color: #fff;
  background: #97979e;
  border-radius: 5px;
  width: 200px;
  margin: auto;
  transition: 0.2s;
  justify-content: center;
}

.button-more:hover {
  background: #484b52;
}

.button-more img {
  margin-bottom: 0px !important;
}

.catalog-button-1 {
  margin-top: -110px;
}

.catalog-button-2 {
  margin-top: -130px;
  margin-bottom: 70px;
}

.catalog-button-3 {
  margin-top: -150px;
}

.hit-flowers-wrapper>img {
  object-position: top;
}

.hit-flowers-wrapper .slider-constructor .slick-prev,
.hit-flowers-wrapper .slider-constructor .slick-next {
  top: 360px;
}

.hit-flowers-wrapper .slider-constructor .slick-arrow {
  width: 55px;
  height: 92px;
  border-radius: 55px;
  border: none !important;
  background-color: #eef3f6;
}

.hit-flowers-wrapper .slider-constructor .slick-arrow:hover {
  background-color: #484b52;
}

.hit-flowers-wrapper .slider-constructor .slick-arrow img,
.hit-flowers-wrapper .slider-constructor .slick-arrow svg {
  width: 22px;
  height: 22px;
  color: #97979e;
}

.hit-flowers-wrapper .slider-constructor .slick-next {
  right: -90px;
}

.hit-flowers-wrapper .slider-constructor .slick-prev {
  left: -90px;
}

.hit-flowers-wrapper {
  overflow: hidden;
  padding-bottom: 160px;
  margin-bottom: 0px !important;
}

/* блок с формой */

.flow-form .col-12 {
  background: #d8dfe2;
  padding: 30px;
}

.flow-form .container {
  padding: 60px 50px 0px;
}

.button-news {
  background: #484b52;
  border-radius: 5px;
  margin: 5px 0px;
  transition: 0.2s;
}

.button-news:hover {
  background: #97979e;
}

.but-a {
  display: flex;
  padding: 25px 50px 25px 20px;
  gap: 25px;
  color: #fff;
  font-family: Cormorant !important;
  font-size: 22px !important;
  line-height: 22px !important;
  align-items: center;
  height: 100px;
}

.but-a img {
  margin-bottom: 0px;
  min-width: 21px;
}

.card {
  width: 100px;
  border-radius: 5px;
  position: absolute;
  margin-left: 340px;
}

.form {
  background: url(http://srazuvvazu.ru/media/uploads/form-img.jpg);
  padding: 40px 90px 40px;
  margin: 5px 0px;
  border-radius: 5px;
}

.form h3 {
  color: #ffffff;
  font-family: Cormorant !important;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 26px !important;
  margin-bottom: 25px !important;
}

.form-control {
  border-radius: 5px;
  height: 50px;
}

.content-name {
  font-size: 14px;
  color: #333333;
  top: 15px;
}

.form p {
  color: #ffffff;
  margin-bottom: 0px !important;
  margin-top: 25px;
  font-size: 15px !important;
}

.form button {
  width: 100%;
  border-radius: 5px;
  background-color: #97979e !important;
  border-color: #97979e !important;
  color: #ffffff !important;
  height: 50px;
  font-size: 16px !important;
}

.form button:hover {
  background-color: #484b52 !important;
  border-color: #484b52 !important;
  color: #ffffff !important;
}

/* добавьте к заказу */

.podarki-wrapper .slider-constructor .slick-prev,
.podarki-wrapper .slider-constructor .slick-next {
  top: 160px;
}

.podarki-wrapper .slider-constructor .slick-arrow {
  width: 55px;
  height: 92px;
  border-radius: 55px;
  border: none !important;
  background-color: #eef3f6;
}

.podarki-wrapper .slider-constructor .slick-arrow:hover {
  background-color: #484b52;
}

.podarki-wrapper .slider-constructor .slick-arrow img,
.podarki-wrapper .slider-constructor .slick-arrow svg {
  width: 22px;
  height: 22px;
  color: #97979e;
}

.podarki-wrapper .slider-constructor .slick-next {
  right: -90px;
}

.podarki-wrapper .slider-constructor .slick-prev {
  left: -90px;
}

.podarki-wrapper {
  overflow: hidden;
  padding-bottom: 180px;
  margin-bottom: 0px !important;
}

/* социальные сети */

.social-block {
  background: url(http://srazuvvazu.ru/media/uploads/backsocial.jpg);
  background-position-y: top;
  background-position-x: center;
  margin-top: 100px;
  background-size: cover;
  margin-bottom: 0px;
}

.live {
  position: absolute;
  text-transform: uppercase;
  font-size: 165px !important;
  font-family: Impact !important;
  color: #ffffff !important;
  line-height: 165px !important;
  transform: rotate(-90deg);
  margin-left: 80%;
  margin-top: 100px;
}

.col-soc-1 {
  width: 30%;
}

.logo-white {
  margin: 60px 0px !important;
}

.col-soc-1 p {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 20px !important;
  width: 240px;
}

.soc-icon {
  margin-top: 25px;
  display: flex;
  background: #97979e;
  border-radius: 5px;
  width: 190px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px !important;
  padding: 15px;
  transition: 0.2s;
}

.soc-icon:hover {
  background: #484b52;
}

.soc-icon img {
  margin-bottom: 0px !important;
}

.col-soc-2 img {
  border: 20px solid #fff;
  transform: rotate(-15deg);
  width: 250px;
  margin-top: 290px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%) !important;
}

.col-soc-3 img {
  border: 20px solid #fff;
  margin-top: 60px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%) !important;
}

.col-soc-4 {
  width: 20%;
}

.col-soc-4 img {
  border: 20px solid #fff;
  margin-top: 380px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%) !important;
  transform: rotate(8deg);
  margin-left: -100px;
  margin-bottom: 100px;
}

/* акции */

.aktcii-wrapper .mb-25 {
  width: 800px;
  text-align: center;
  margin: auto;
  margin-bottom: 60px !important;
}

.aktcii-wrapper .content-standard-box {
  margin: 10px 5px;
  box-shadow: 2px 3px 4px rgb(0 0 0 / 15%) !important;
  border-radius: 5px;
}

.aktcii-wrapper img {
  border-radius: 5px;
  height: 420px !important;
  object-fit: cover;
}

.aktcii-wrapper .content-image {
  border-radius: 5px;
}

.aktcii-wrapper .slider-constructor .slick-prev,
.aktcii-wrapper .slider-constructor .slick-next {
  top: 160px;
}

.aktcii-wrapper .slider-constructor .slick-arrow {
  width: 55px;
  height: 92px;
  border-radius: 55px;
  border: none !important;
  background-color: #eef3f6;
}

.aktcii-wrapper .slider-constructor .slick-arrow:hover {
  background-color: #484b52;
}

.aktcii-wrapper .slider-constructor .slick-arrow img,
.aktcii-wrapper .slider-constructor .slick-arrow svg {
  width: 22px;
  height: 22px;
  color: #97979e;
}

.aktcii-wrapper .slider-constructor .slick-next {
  right: -90px;
}

.aktcii-wrapper .slider-constructor .slick-prev {
  left: -90px;
}

.aktcii-wrapper {
  padding-top: 120px;
  overflow: hidden;
  background: url(http://srazuvvazu.ru/media/uploads/flowback.svg);
  background-position: center;
  padding-bottom: 140px;
  margin-bottom: 0px;
}

.aktcii-wrapper .container {
  padding: 0px 60px;
}

.sale-button {
  margin-top: -120px;
}

/* вопрос ответ */

.faq_frontpage_block .content-title {
  font-size: 40px;
  line-height: 40px;
  color: #4f576c;
  text-transform: uppercase;
  font-weight: 100;
  width: min-content;
  font-family: Cormorant !important;
  margin-bottom: 35px !important;
}

.faq_frontpage_block {
  background: url(http://srazuvvazu.ru/media/uploads/question.svg);
  background-position: top;
  padding-top: 40px;
  padding-bottom: 80px;
  margin-bottom: 0px;
}

.faq-element__head {
  padding: 35px 70px 35px 35px;
}

.faq-element__head p {
  font-size: 18px;
  color: #3a4242;
  font-weight: 400;
}

.faq-element__trigger .icon {
  color: #c1cdcb;
  width: 24px;
  height: 24px;
}

.faq-element__head:hover .icon {
  color: #313737;
}

.faq-element__trigger {
  background: none !important;
  border: none !important;
}

.faq-element__content {
  padding: 25px 25px 25px 35px;
  background: #484b52;
}

.faq-element__content p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff !important;
}

.cart {
  padding-bottom: 100px;
}

/* остались вопросы */

.feedback-form {
  padding-top: 60px !important;
}

.question-form {
  padding: 0px;
}

.question-main {
  max-width: 100%;
}

.feedback-form .h2 {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 100;
  width: min-content;
  font-family: Cormorant !important;
}

.question-main textarea.form-control {
  height: 187px;
}

.question-main .btn {
  margin-top: -4px;
  float: inline-end;
  border-radius: 5px;
  background: #97979e !important;
  height: 50px;
  font-size: 16px !important;
  width: 180px;
}

.question-main .btn:hover {
  background-color: #e2e9ed !important;
  border-color: #e2e9ed !important;
  color: #484b52;
}

.feedback-form .form-text {
  margin-top: -50px;
  width: 40%;
}

/* мобильное меню */

.bottom-mobile-menu__content {
  background-color: #484b52;
  border-radius: 10px 10px 0px 0px;
}

.bottom-mobile-menu {
  border-radius: 10px 10px 0px 0px;
}

.bottom-mobile-menu-button__counter {
  background-color: #e2e9ed;
  color: #484b52;
  font-size: 11px;
}

.bottom-mobile-menu-button__text {
  font-size: 13px;
  font-weight: 100;
  line-height: 10px;
  color: #97979e;
}

.bottom-mobile-menu-button_active {
  color: #e2e9ed;
}

/* подвал */

.footer-first-column .logo img {
  width: 210px;
  max-width: none;
}

.footer-phone a {
  font-weight: 100;
  font-size: 20px !important;
  color: #fff;
  transition: 0.2s;
}

.footer-phone a:hover {
  color: #97979e;
}

footer {
  padding: 80px 0 0px 0 !important;
}

.footer-content__title {
  font-family: Cormorant !important;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 20px;
  margin-bottom: 15px;
}

.footer-content__column li {
  margin-bottom: 15px;
}

.footer-contact {
  font-size: 18px;
  margin-bottom: 60px;
}

.footer-first-column {
  width: 300px;
}

.footer-content__title span {
  font-size: 14px;
  opacity: 1;
  text-transform: none;
}

.footer-content {
  padding-bottom: 80px;
}

.footer-bottom {
  border-top: none;
}

.footer-bottom .copy {
  color: #97979e;
  opacity: 1;
}

.footer-bottom__left p {
  color: #97979e;
}

.developer-link a {
  font-size: 12px !important;
}

.footer-subscribe button {
  width: 160px;
  height: 45px;
  border-radius: 0 5px 5px 0px;
  font-size: 14px;
  background: #97979e !important;
  border-color: #97979e !important;
  color: #ffffff !important;
}

.footer-subscribe input {
  width: calc(100% - 160px);
  height: 45px;
  border: none;
  font-size: 12px;
  border-radius: 5px 0 0 5px;
}

.footer-right {
  width: 360px;
}

.footer-content__menu {
  width: calc(100% - 800px);
}

/* всплывающая форма */

.fancybox-content {
  background: #e2e9ed;
}

.modal .h2 {
  margin-bottom: 35px;
  color: #4f576c;
  font-family: Cormorant !important;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
}

.modal {
  padding: 60px 80px;
}

.form-close {
  display: none;
}

.fancybox-close-small {
  background: #ffffff00 url(http://srazuvvazu.ru/media/uploads/modal-close.svg) 50% 50% no-repeat;
}

.modal .button-theme_primary {
  background-color: #97979e !important;
  color: #ffffff !important;
  border-color: #97979e !important;
  border-radius: 5px;
  width: 190px;
  height: 50px;
  margin-bottom: 15px !important;
  font-size: 16px !important;
}

.modal .button-theme_primary:hover {
  background-color: #4f576c !important;
}

.modal .form-text {
  color: #333;
}

/* карточка товара */

.product-card__navigation {
  display: none !important;
}

.product-card__right {
  display: none;
}

.product-card__head {
  border-bottom: none;
  background-color: #e2e9ed;
  padding: 0px 0px 0px 50px;
  width: 50%;
  margin-left: 50%;
}

.product-card__title {
  margin: 0px 0px 30px !important;
  font-size: 30px !important;
  line-height: 32px !important;
  height: 100%;
}

.product-card__artikul {
  display: none;
}

.product-card__container {
  padding: 0px;
  background: #e2e9ed;
}

.product-card__content {
  width: 50%;
  padding-left: 50px;
}

.product-card__slideshow {
  width: 35%;
  margin-top: -145px;
  margin-right: 10%;
  margin-left: 5%;
  padding: 25px;
  background: #ffffff;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 25%) !important;
  height: fit-content;
}

.shopping-cart-product {
  width: 350px;
}

.product-card__left {
  width: 100%;
  gap: 25px;
}

.product-card {
  margin-top: 20px;
}

.product-sidebar__static-text-wrapper {
  font-size: 16px;
  line-height: 20px;
}

.product-card__personal-cost span {
  display: none;
}

.product-card__personal-cost {
  font-weight: 100;
  font-size: 30px;
  font-family: Inter !important;
  line-height: 32px;
  color: #4f576c;
  gap: 0px;
}

.product-card__personal-cost strong {
  font-weight: 300 !important;
}

#sync1 {
  margin-bottom: 25px;
}

#sync2 .item {
  width: 50px;
  height: 50px;
  border: none;
}

#sync2 .item img {
  object-fit: cover;
}

#sync2 .owl-item {
  width: 50px !important;
}

#sync1.owl-theme .owl-next {
  width: 32px;
  height: 50px;
  bottom: 130px;
  right: -80px;
  background: url(http://srazuvvazu.ru/media/uploads/arrow-cart.svg) 50% 50% no-repeat;
}

#sync1.owl-theme .owl-prev {
  width: 32px;
  height: 50px;
  bottom: 130px;
  left: -80px;
  background: url(http://srazuvvazu.ru/media/uploads/arrow-cart.svg) 50% 50% no-repeat;
}

.input-number--lg input[type="number"] {
  font-size: 16px;
  background: #e2e9ed;
  color: #4f576c;
  font-family: Inter !important;
}

.char-text:last-child {
  text-transform: lowercase;
}

.input-number .order-down {
  width: 40px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #4f576c;
}

.input-number .order-up {
  width: 40px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #4f576c;
}

.input-number--lg {
  width: 140px;
  padding: 0px;
}

.input-number .order-down:before {
  height: 1px;
  background: #4f576c;
  top: auto;
  left: auto;
}

.input-number .order-up:after {
  height: 1px;
  background: #4f576c;
  top: auto;
  left: auto;
}

.input-number .order-up:before {
  background: #4f576c;
  top: auto;
  left: auto;
  width: 1px;
}

.add-to-cart img.cart-icon {
  display: none;
}

.shopping-cart-btn--lg.custom-icon {
  height: 50px;
  border-radius: 5px;
  width: 190px;
  font-weight: 100 !important;
}

.shopping-cart-product .st-button {
  height: 50px;
  border-radius: 5px;
  width: 190px !important;
  font-weight: 100 !important;
  background-color: #484b52 !important;
  border: none !important;
  color: #ffffff !important;
}

.shopping-cart-product .st-button:hover {
  background-color: #97979e !important;
  color: #ffffff !important;
}

.product-card__content .not-available {
  width: 190px;
}

.btn-radius.share-btn .icon-svg {
  margin-right: 15px;
}

.product-set-title {
  font-size: 40px;
  line-height: 40px;
  color: #4f576c;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Cormorant !important;
  width: min-content;
}

.product-card {
  margin-bottom: 80px;
}

#sync1 .item img {
  object-fit: cover;
}

/* акции страница */

.row-promo .col-12 {
  padding: 30px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 15px);
  box-shadow: 0px 3px 4px rgb(0 0 0 / 25%) !important;
  background-size: cover;
  background-position: right;
}

.row-promo h3 {
  color: #4f576c;
  font-weight: 100;
  font-family: Cormorant;
  font-size: 25px !important;
  margin-bottom: 40px !important;
}

.promo-button {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  color: #ffffff;
  background: #97979e;
  border-radius: 5px;
  transition: 0.2s;
}

.promo-button:hover {
  background: #484b52;
}

.col-promo-1 {
  background-image: url(http://srazuvvazu.ru/media/uploads/sale1.png);
  background-color: #ffffff;
}

.col-promo-2 {
  background-image: url(http://srazuvvazu.ru/media/uploads/sale2.png);
  background-color: #f3f3f3;
}

.col-promo-3 {
  background-image: url(http://srazuvvazu.ru/media/uploads/sale3.png);
  background-color: #f3f3f3;
}

.col-promo-4 {
  background-image: url(http://srazuvvazu.ru/media/uploads/sale4.png);
  background-color: #ffffff;
}

.row-promo {
  gap: 30px;
  margin-bottom: 60px;
}

/* внутренние страницы */

.breadcrumbs a {
  margin-right: 20px;
  font-family: Inter !important;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs {
  font-size: 16px;
  font-family: Inter !important;
}

.inner-page h1 {
  font-size: 40px;
  line-height: 110%;
  color: #4f576c;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Cormorant;
  margin-bottom: 45px;
  margin-top: 10px;
}

.inner-page h2 {
  font-size: 36px;
  line-height: 110%;
  color: #4f576c;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Cormorant;
  margin-bottom: 20px;
}

.inner-page h3 {
  font-size: 30px;
  line-height: 110%;
  color: #4f576c;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Cormorant;
  margin-bottom: 20px;
  margin-top: 20px;
}

.inner-page .section {
  background: #e2e9ed;
}

.inner-page .section-dark {
  background: #e2e9ed !important;
}

.article-inner__content {
  background: #e2e9ed !important;
}

/* клиентам */

.client-item {
  border-radius: 5px;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 25%) !important;
}

.client-item_bg::after {
  display: none;
}

.client-item {
  background-color: #f3f3f3;
}

.client-item:hover {
  background-color: #d8dfe2;
}

.client-item:hover .client-item__text {
  color: #484b52;
}

.clients-section {
  padding-bottom: 80px;
}

.client-item__text {
  color: #484b52;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Cormorant !important;
  font-size: 20px !important;
  display: block;
  top: 55px;
  width: 100%;
  left: 0px;
  padding: 0px;
  text-align: center;
}

.section-dark {
  padding-top: 0px;
}

.article-inner__content {
  padding: 0px;
}

.article-inner__share {
  display: none;
}

.col-text-about p {
  font-size: 16px;
  line-height: 20px;
}

.col-text-del p {
  font-size: 16px;
  line-height: 20px;
}

.text-page ul li:before {
  background-color: #4f576c;
}

.text-page ul li {
  color: #333333;
  font-size: 16px;
}

.col-text-about {
  padding-left: 50px;
}

.col-text-del {
  padding-left: 50px;
}

.col-img-about img {
  padding: 0px 20px;
}

.inner-button {
  height: 50px;
  display: flex;
  background: #97979e;
  color: #fff;
  width: 190px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 50px auto;
  transition: 0.2s;
}

.inner-button:hover {
  background: #484b52;
}

/* каталог */

.catalog-menu-item__image {
  height: 318px;
  display: inline-block;
  padding: 12px 12px 80px;
}

.catalog-menu-item:after {
  display: none !important;
}

.catalog-menu-item {
  height: 318px;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 25%) !important;
  background: #ffffff !important;
  transition: 0.3s;
}

.catalog-menu-item:hover {
  background: #eef3f6 !important;
}

.catalog-menu-item:before {
  content: "";
  background-image: url(http://srazuvvazu.ru/media/uploads/arrow_catalog.svg);
  background-size: cover;
  width: 26px;
  height: 44px;
  position: absolute;
  right: 12px;
  bottom: 20px;
}

.catalog-menu-item__name {
  left: 12px;
  bottom: 20px;
  color: #4f576c;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Cormorant !important;
  width: min-content;
  font-size: 20px;
  height: 44px;
}

.catalog-right {
  display: none;
}

.catalog-sorting ul li a:hover,
.catalog-right .price-download:hover {
  color: #97979e;
}

.catalog-filter .catalog-filter-body {
  border: none;
  box-shadow: none;
  border-radius: 5px;
}

.filter-range .noUi-connect::before {
  background: #4f576c;
}

.noUi-handle {
  border: #4f576c;
  background: #4f576c;
}

.catalog-filter-accordion .opener {
  padding-right: 0px;
  color: #4f576c;
  text-align: center;
  padding-left: 0px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Cormorant !important;
  font-size: 18px !important;
}

.filter-item-title {
  padding-right: 0px;
  color: #4f576c;
  text-align: center;
  padding-left: 0px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Cormorant !important;
  font-size: 18px !important;
}

.catalog-filter__bottom {
  border-top: none;
}

.catalog-filter-accordion .active .opener:before {
  display: none;
}

.catalog-filter-accordion .active .opener:after {
  display: none;
}

.catalog-filter-accordion .active .opener .icon {
  display: none;
}

.checkbox [type="checkbox"]:not(:checked)+label:before,
.checkbox [type="checkbox"]:checked+label:before {
  border: 1px solid #4f576c;
  border-radius: 5px;
}

.checkbox [type="checkbox"]:checked+label:after {
  border: 1px solid #4f576c;
  border-radius: 5px;
}

.checkbox [type="checkbox"]:checked+label:after {
  background-color: #4f576c;
}

.filter-show-all a {
  font-weight: 100 !important;
  font-size: 14px !important;
}

.filter-show-all {
  background-color: #4f576c;
}

.filter-show-all:before {
  background-color: #4f576c;
}

.filter-range__head span {
  font-size: 12px;
  color: #333;
}

.input-cont .input-placeholder {
  border-radius: 5px;
}

.catalog-filter__btns .btn:hover {
  background: #97979e !important;
}

.catalog-filter__btns .btn {
  background: #97979e !important;
  height: 50px;
  width: 160px;
  font-size: 16px;
  border: none !important;
  color: #ffffff !important;
  border-radius: 5px;
}

.catalog-filter__btns .btn:hover {
  background: #484b52 !important;
}

.section .text-page {
  margin-left: 0px;
}

.section .text-page h2 {
  font-size: 30px;
  line-height: 30px;
  color: #4f576c;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Cormorant;
}

.breadcrumbs {
  padding-top: 30px;
}

.container--small {
  padding-bottom: 20px;
}

.section .text-page p {
  font-size: 16px;
  line-height: 20px;
}

/* контакты */

.contacts-block__info {
  width: 50%;
  margin-right: 5%;
  background: #fff;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 25%) !important;
  padding: 40px 40px 40px 80px;
}

.contacts-block__map {
  box-shadow: 0px 3px 4px rgb(0 0 0 / 25%) !important;
}

.contacts-block {
  border: none;
}

.contacts-block__title {
  font-size: 30px;
  line-height: 30px;
  color: #4f576c;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Cormorant !important;
  margin-bottom: 30px;
}

.contact-line a {
  transition: 0.2s;
}

.contact-line span {
  font-size: 16px;
}

.contact-text {
  font-size: 16px;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.contact-line a:hover {
  color: #97979e;
}

.contacts-block__title-red.address-data {
  display: none;
}

/* отзывы */

.row-rew .col-12 {
  background: #ffffff;
  padding: 15px 15px 70px;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 25%) !important;
  width: calc(25% - 22.5px);
}

.row-rew {
  gap: 30px;
  margin-bottom: 60px;
}

.text-rew {
  background: #dbe3e6;
  padding: 20px 20px 0px;
  height: 100%;
}

.rew-about {
  font-size: 16px !important;
  margin-bottom: 40px !important;
  line-height: 20px !important;
}

.row-rew img {
  height: 60px;
  margin-top: 10px;
  float: left;
}

.name-rew {
  font-size: 20px !important;
  line-height: 20px !important;
  color: #4f576c;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Cormorant !important;
  margin-top: 25px;
  margin-left: 50px;
}

/* сертификаты */

.row-sert {
  margin-bottom: 60px;
}

.col-text-sert {
  padding-left: 50px;
  padding-top: 30px;
}

.col-text-sert p {
  font-size: 16px;
  line-height: 20px;
}

.but-sert {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  color: #ffffff;
  background: #97979e;
  border-radius: 5px;
  margin-top: 30px;
  transition: 0.2s;
}

.but-sert:hover {
  background: #484b52;
}

.col-img-sert {
  padding-right: 50px;
}

.sert-img {
  padding: 40px;
  background: #ffffff !important;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 25%) !important;
  height: 100%;
  display: flex;
  align-items: center;
}

.sert-img img {
  margin-bottom: 0px;
  border-radius: 30px;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 15%) !important;
}

/* мобильное меню */

.mobile-ul li .submenu li a:hover {
  background: #ffffff00 !important;
}

.mobile-ul {
  border-bottom: none;
}

.mobile-phone a {
  font-weight: 100;
  font-size: 20px !important;
  line-height: 20px;
  margin-bottom: 20px;
}

.mobile-menu .button-theme_primary {
  color: #484b52 !important;
  background: #e2e9ed !important;
  border: none !important;
  border-radius: 5px;
  height: 50px;
  width: 70%;
  margin: auto;
  display: flex;
}

.mobile-menu .button-theme_primary:hover {
  color: #ffffff !important;
  background: #484b52 !important;
}

/* страница 404 */

.error__content p {
  font-size: 16px;
  line-height: 20px;
}

.error__content {
  background: url(http://srazuvvazu.ru/media/uploads/error.png) 100% 0 no-repeat;
  background-size: contain;
}

.error {
  background: #e2e9ed;
}

.error__content .btn {
  border-radius: 5px;
  width: 190px;
  height: 50px;
  background-color: #97979e !important;
  border: none !important;
}

.error__content .btn:hover {
  background-color: #484b52 !important;
}

/* корзина */

.simple-cart {
  padding-top: 0px;
}

.simple-cart__content {
  max-width: none;
}

.simple-cart .content-title {
  font-size: 40px;
  line-height: 40px;
  color: #4f576c;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Cormorant !important;
}

.shopping-cart {
  background: #e2e9ed;
}

.shopping-cart-item {
  border-bottom: none;
}

.shopping-cart-item__delete svg {
  color: #4f576c;
}

.shopping-cart-item__name {
  font-size: 16px;
  line-height: 20px;
  color: #333;
}

.shopping-cart-item__name span {
  font-size: 10px;
}

.shopping-cart-item__total-cost {
  font-size: 16px;
}

.shopping-cart-item__numbers .input-number {
  padding: 0px;
}

.shopping-cart .input-number {
  margin-right: 30px;
}

.shopping-cart-item__numbers {
  min-width: 150px;
}

.input-number input[type="number"] {
  font-size: 14px;
  background: #e2e9ed;
}

.shopping-cart-item__cost {
  margin-right: 20px;
}

.delivery-total__sm {
  display: none;
}

.delivery-total ul li {
  justify-content: flex-end;
}

.delivery-total__lg {
  font-weight: 100;
  font-size: 30px;
  margin-right: 30px;
  text-transform: uppercase;
  color: #4f576c;
  font-family: Cormorant !important;
}

.cart-total-price {
  margin-right: 0px;
  color: #4f576c;
  font-family: Cormorant !important;
}

.simple-order-form__title {
  color: #4f576c;
  font-family: Cormorant !important;
  font-size: 20px !important;
  line-height: 22px !important;
  text-transform: uppercase;
  font-weight: 100;
}

.simple-order-form__title.mb-0 {
  margin-bottom: 15px !important;
}

.new-radio__label:after {
  background-color: #4f576c;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
}

input.cart-radio {
  display: none;
}

label.d-flex {
  position: relative;
  padding-left: 30px;
}

label.d-flex:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--main-elements-color, #2363d1);
  border-radius: 20px;
  position: absolute;
  left: 0;
}

input.cart-radio:checked~label.d-flex:before {
  border: 2px solid #4f576c;
}

input.cart-radio:checked~label.d-flex:after {
  opacity: 1;
}

label.d-flex:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background-color: #4f576c;
  opacity: 0;
  transition: opacity 0.15s ease-out;
}

label.d-flex p.size-16 {
  font-size: 14px;
}

.simple-order-form__group {
  margin: 0 20px 30px 0;
}

.simple-order-form__submit .btn {
  margin-bottom: 20px !important;
  max-width: 180px !important;
  border: none !important;
  border-radius: 5px;
  font-size: 16px;
  padding: 14px 35px !important;
  height: 40px !important;
  color: #fff !important;
  background: #97979e !important;
  height: 50px !important;
}

.simple-order-form__submit .btn:hover {
  color: #fff !important;
  background: #484b52 !important;
}

.simple-cart__form {
  padding-bottom: 50px;
}

.simple-order-form .form-group.comment {
  margin-top: 0px;
}

.form-text {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}

.simple-cart {
  padding-top: 0px;
}

/* доставка */

.row-delivery h3 {
  font-size: 30px;
  line-height: 30px;
  color: #4f576c;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Cormorant;
  margin-bottom: 20px;
  margin-top: 40px;
}

.row-delivery {
  margin-bottom: 60px;
}

.col-img-delivery {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-img-delivery img {
  padding: 0px 25px;
  margin-bottom: 0px;
}

.delivery-button {
  margin-top: 30px;
}

/* глобально */

.slick-dots button {
  background-color: #ffffff;
  border-color: #ffffff;
}

.char-text__mask {
  background-color: #e2e9ed;
}

.char-text:first-child {
  width: 40%;
}

.slick-dots .slick-active button {
  background-color: #97979e;
  border-color: #97979e;
}

.slider-constructor .slick-dots {
  bottom: -60px;
}

/* личный кабинет */

.tabs-content--authorizaion {
  padding: 0px 0px;
}

.tabs-content--authorizaion h2 {
  text-transform: uppercase;
  font-weight: 100;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  line-height: normal;
  font-family: Cormorant !important;
  color: #4f576c;
}

.tabs-content--authorizaion {
  max-width: 500px;
  margin-bottom: 60px;
}

.tabs-content--authorizaion .form-gorup-inline {
  flex-direction: column;
  gap: 20px;
}

.tabs-content--authorizaion .tab-content {
  padding: 0px 0px;
}

.tabs-content--authorizaion .form-gorup-inline .btn {
  margin-right: 0px;
  width: calc(50% - 8px);
  padding: 0;
  max-width: 200px !important;
  background: #97979e !important;
  border: none !important;
  border-radius: 3px;
  color: #ffffff !important;
  font-size: 16px;
  padding: 14px 35px !important;
  margin-bottom: 0px;
  height: 50px;
}

.tabs-content--authorizaion .form-gorup-inline .btn:hover {
  background: #484b52 !important;
}

.tabs {
  margin-bottom: 30px;
}

.tabs li:hover,
.tabs li.active {
  background: #e2e9ed;
}

.forgot-password {
  font-weight: 100;
  font-size: 16px;
  color: #484b52;
}

.lk-main-page__head .user-data__avatar {
  margin-right: 30px;
  width: 75px;
  height: 75px;
}

.user-data__name {
  color: #333333;
  font-size: 16px;
  font-weight: 100;
}

.lk-exit .icon {
  display: none;
}

.lk-menu-item {
  border-radius: 5px;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 25%) !important;
  background-image: url(http://srazuvvazu.ru/media/uploads/lk.png);
  background-size: cover;
  background-color: #f3f3f3;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
  border: none !important;
}

.lk-menu-item__name {
  font-size: 25px;
  line-height: 25px;
  color: #4f576c;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Cormorant !important;
  margin-bottom: 10px;
}

.lk-menu-item__text {
  display: none;
}

.lk-menu-item .icon {
  display: none;
}

a.btn-border.btn-exit.lk-exit.button-theme.button-theme_secondary {
  border-radius: 5px;
  font-size: 14px !important;
  padding: 14px 45px !important;
}

.lf-main-container .container {
  padding: 0px;
}

.lk-menu-item:hover {
  background-color: #e1e8ec;
}

.lk-container .lk-side {
  background: #fff;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 25%) !important;
  padding: 30px 0px;
  height: max-content;
  border-radius: 0px;
  margin-top: 30px;
  margin-bottom: 40px;
  margin-right: 5px;
}

.lk-menu li.current a {
  background: #484b52;
}

.lk-menu li a {
  text-transform: uppercase;
  font-weight: 100;
  font-family: Cormorant !important;
  justify-content: center;
}

.lk-menu li a:hover {
  background: #97979e;
}

.lk-menu .icon .icon-svg {
  display: none;
}

.lk-container .lk-content {
  background: #e2e9ed;
}

.lk-menu li a .icon-svg {
  color: #c4b9af;
}

.lk-head {
  justify-content: center;
}

.tab-content {
  background: #e2e9ed;
}

.lk-head .btn-exit {
  display: none;
}

.lk-head .h1 {
  color: #4f576c;
  margin-right: auto;
  text-transform: uppercase;
  font-weight: 100;
}

.lk-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #4f576c;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Cormorant !important;
}

.lk-content p {
  font-size: 16px;
}

.personal-data__title {
  font-weight: 100;
  font-size: 22px;
  line-height: 22px;
  color: #4f576c;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Cormorant !important;
}

.personal-data__item {
  margin-bottom: 60px;
}

.lk-content .btn {
  max-width: 200px !important;
  background: #97979e !important;
  border: none !important;
  border-radius: 5px;
  color: #ffffff !important;
  font-size: 16px;
  padding: 14px 35px !important;
  height: 50px;
}

.lk-content .btn:hover {
  background: #484b52 !important;
}

.fancybox-can-swipe .fancybox-content .content-title {
  font-size: 30px;
  line-height: 32px;
  color: #4f576c;
  margin: 20px 0 20px 0;
  font-weight: 100;
  font-family: Cormorant !important;
}

.lk-menu .icon {
  display: none;
}

.reviews1 {
  width: 560px;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.char-text:last-child {
  text-transform: none;
}

.product-card-v2__price {
  font-weight: 400;
}

.st-button_add-to-cart {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: break-spaces;
  overflow: hidden;
  text-overflow: ellipsis;
}

.delivery-total__sm {
  display: block;
}

.product-card-v2__price {
  font-family: "Inter" !important;
}

.developer-link {
  display: none;
}

.footer-content-cookie {
  display: none;
}

/* адаптив */

@media (min-width: 768px) {
  .phone-header {
    display: block;
  }

  .sert-block br {
    display: none !important;
  }

  .social-mobile {
    display: none;
  }
}

@media (max-width: 1280px) and (min-width: 990px) {
  .name-flow br {
    display: none;
  }

  .name-flow {
    margin-bottom: 25px;
  }

  .plus {
    padding: 15px 30px;
  }

  .hit-prodaj-wrapper .slider-constructor .slick-prev,
  .hit-prodaj-wrapper .slider-constructor .slick-next {
    top: 475px;
  }

  .head-buttons-wrapper .container {
    padding: 0px 15px;
  }

  .but-category {
    padding: 25px 20px;
  }

  .flow-form .container {
    padding: 30px 15px 0px;
  }

  .but-a br {
    display: none !important;
  }

  .form {
    padding: 40px 50px 40px;
  }

  .col-soc-3 img {
    border: 15px solid #fff;
  }

  .col-soc-2 img {
    border: 15px solid #fff;
  }

  .col-soc-4 img {
    border: 15px solid #fff;
  }

  .sert-block br {
    display: block !important;
  }

  .row-rew .col-12 {
    width: calc(50% - 22.5px);
  }

  .lk-menu-item__name {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0px;
  }

  .lk-menu-item {
    height: 145px;
  }

  .col-text-sert {
    padding-left: 0px;
    padding-top: 0px;
  }

  .card {
    margin-left: 250px;
  }

  .catalog-menu-item {
    height: 260px;
  }

  .catalog-menu-item__image {
    height: 260px;
  }

  .catalog-menu-item__name {
    font-size: 16px;
    line-height: 18px;
    height: 36px;
  }

  .error__content {
    padding-top: 0px;
  }

  .row-promo .col-12 {
    background-position-x: -40px;
  }

  .row-promo h3 {
    font-size: 20px !important;
    line-height: 20px !important;
  }

  .error__content h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 0px;
  }

  .client-item {
    background-position: left;
  }

  .clients-section {
    padding-bottom: 60px;
  }

  #sync1 .item img {
    aspect-ratio: 1 / 1.2;
  }

  .col-soc-1 p {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 40px;
    width: 220px;
  }

  .logo-white {
    margin: 60px 0px 40px !important;
  }

  .live {
    font-size: 145px !important;
    margin-bottom: 0px !important;
  }

  .col-text-about {
    padding-left: 5px;
    padding-right: 30px;
  }

  .col-text-about p {
    font-size: 14px;
    line-height: 18px;
  }

  .text-page ul li {
    font-size: 14px;
  }

  .inner-button {
    margin-top: -50px;
    margin-left: 66%;
  }

  .col-img-delivery img {
    padding: 0px;
  }

  .col-img-delivery {
    width: 40%;
  }

  .col-text-del {
    padding-left: 40px;
    width: 60%;
  }

  .row-delivery h3 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .col-text-del p {
    font-size: 14px;
    line-height: 18px;
  }

  .about-row {
    flex-direction: row-reverse;
  }

  .col-img-about img {
    padding: 0px;
  }

  .aktcii-wrapper {
    padding-top: 80px;
  }

  .aktcii-wrapper img {
    height: 340px !important;
  }

  .aktcii-wrapper .slider-constructor .slick-prev,
  .aktcii-wrapper .slider-constructor .slick-next {
    top: 130px;
  }

  .footer-content__menu {
    flex-direction: column;
    width: calc(100% - 750px);
  }

  .footer-content__column--lg {
    flex: 1 1 280px;
  }

  .footer-content {
    padding-bottom: 180px;
  }

  .logo img {
    max-width: none;
  }

  .aktcii-wrapper .container {
    padding: 0px 70px;
  }

  .shopping-cart-item__name {
    width: 50%;
  }

  .hit-prodaj-wrapper {
    padding: 210px 0px 350px;
  }

  .head-buttons-wrapper {
    padding-bottom: 90px;
    margin-top: -240px;
  }

  .slider-constructor:not([data-no-arrows]) .slick-dots {
    display: flex !important;
  }
}

@media (max-width: 1024px) and (min-width: 990px) {

  .head-buttons-wrapper .slider-constructor .slick-prev,
  .head-buttons-wrapper .slider-constructor .slick-next {
    top: 85px;
    border: none !important;
  }

  .head-buttons-wrapper .slider-constructor .slick-arrow img,
  .head-buttons-wrapper .slider-constructor .slick-arrow svg {
    width: 25px !important;
    height: 25px !important;
    color: #97979e;
  }

  .head-buttons-wrapper .slider-constructor .slick-next svg {
    padding-left: 5px;
  }

  .head-buttons-wrapper .slider-constructor .slick-prev svg {
    padding-right: 5px;
  }

  .head-buttons-wrapper .slider-constructor .slick-next {
    right: 45%;
  }

  .head-buttons-wrapper .slider-constructor .slick-prev {
    left: 45%;
  }
}

@media (max-width: 990px) and (min-width: 768px) {
  .top-header__content-right {
    padding-right: 0px;
  }

  .hit-prodaj-wrapper>img {
    object-position: center;
    margin-top: -30px;
  }

  .client-item {
    background-position: left;
  }

  .client-item__text {
    font-size: 18px !important;
  }

  .row-rew .col-12 {
    width: calc(50% - 22.5px);
  }

  .catalog-menu-item {
    width: calc(33% - 5px) !important;
  }

  .catalog-menu {
    justify-content: flex-start;
    column-gap: 10px;
  }

  .main-menu {
    display: block;
  }

  .shopping-cart-item__name {
    width: 50%;
  }

  .contacts-block__info {
    padding: 40px;
  }

  .menu-header {
    display: none;
  }

  .hit-prodaj-wrapper .container {
    padding: 0px 15px;
  }

  .hit-prodaj-wrapper .slider-constructor .slick-slide {
    padding: 0px 8px;
  }

  .col-text-sert {
    padding-left: 0px;
    padding-top: 0px;
  }

  .sert-img {
    padding: 20px;
  }

  .lk-menu-item__name {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0px;
  }

  .lk-menu-item {
    height: 145px;
  }

  .sert-img img {
    border-radius: 20px;
  }

  .hit-prodaj-wrapper .content-standard-box__container {
    padding: 15px 15px 20px;
  }

  .row-promo {
    gap: 20px;
  }

  .row-promo .col-12 {
    width: calc(50% - 10px);
  }

  .row-promo h3 {
    font-size: 18px !important;
    line-height: 20px;
  }

  .col-promo-1 {
    background-position-x: 80% !important;
  }

  .col-promo-2 {
    background-position-x: 60% !important;
  }

  .col-promo-3 {
    background-position-x: 30% !important;
  }

  .col-promo-4 {
    background-position-x: 40% !important;
  }

  .name-flow {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 25px;
  }

  .name-flow br {
    display: none;
  }

  .product-card__slideshow {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
  }

  #sync1.owl-theme .owl-next {
    bottom: -75px;
    right: 0px;
  }

  #sync1.owl-theme .owl-prev {
    bottom: -75px;
    left: 0px;
  }

  .plus {
    padding: 10px 20px;
  }

  .hit-prodaj-wrapper .slider-constructor .slick-prev,
  .hit-prodaj-wrapper .slider-constructor .slick-next {
    top: 102%;
  }

  .hit-prodaj-wrapper .slider-constructor .slick-next {
    right: 43%;
  }

  .hit-prodaj-wrapper .slider-constructor .slick-prev {
    left: 43%;
  }

  .top-header__content-left {
    width: 60%;
  }

  .slider-constructor:not([data-no-arrows]) .slick-dots {
    display: flex !important;
  }

  iframe {
    height: 400px;
  }

  .head-buttons-wrapper .container {
    padding: 0px 15px;
  }

  .but-category {
    width: min-content;
  }

  .but-category img {
    min-width: 21px;
  }

  .hit-prodaj-wrapper {
    padding: 210px 0px 350px;
  }

  .head-buttons-wrapper {
    padding-bottom: 80px;
    margin-top: -250px;
    margin-bottom: 0px !important;
  }

  .flow-form .container {
    padding: 30px 0px 0px;
  }

  .flow-form .col-12 {
    padding: 20px;
  }

  .card {
    margin-left: 210px;
  }

  .feedback-form .form-text {
    width: 60%;
  }

  .clients-section {
    padding-bottom: 60px;
  }

  .question-main {
    padding: 0px;
  }

  .aktcii-wrapper .container {
    padding: 0px 90px;
  }

  .aktcii-wrapper .slider-constructor .slick-next {
    right: -70px;
  }

  .aktcii-wrapper .slider-constructor .slick-prev {
    left: -70px;
  }

  .col-soc-4 img {
    border: 10px solid #fff;
    margin-left: -70px;
  }

  .col-soc-3 img {
    border: 10px solid #fff;
  }

  .col-soc-2 img {
    border: 10px solid #fff;
  }

  .col-soc-1 p {
    font-size: 14px !important;
    line-height: 18px !important;
    width: 190px;
  }

  .live {
    font-size: 145px !important;
    line-height: 155px !important;
    margin-bottom: 0px !important;
    margin-left: 75%;
  }

  .col-text-del {
    width: 50%;
  }

  .row-delivery h3 {
    display: none;
  }

  .col-img-delivery {
    width: 50%;
  }

  .col-img-delivery img {
    padding: 0px;
  }

  .logo-white {
    margin: 50px 0px 40px !important;
    width: 90%;
  }

  .but-a {
    padding: 25px 20px 25px 20px;
    gap: 15px;
  }

  .but-a br {
    display: none !important;
  }

  .sert-block br {
    display: block !important;
  }

  .product-card-v2__title {
    font-size: 16px;
  }

  .form {
    padding: 40px 40px 40px;
  }

  .form h3 {
    font-size: 20px;
    line-height: 26px !important;
  }

  .about-row {
    flex-direction: row-reverse;
  }

  .col-text-about {
    padding-left: 5px;
    padding-right: 30px;
  }

  .col-img-about img {
    padding: 0px;
  }

  .col-img-about {
    display: flex;
    align-items: center;
  }

  .error__content {
    background: #e2e9ed;
    text-align: center;
  }

  .footer-contact {
    font-size: 15px;
  }

  .footer-first-column {
    width: 240px;
  }

  .footer-subscribe button {
    width: 120px;
  }

  .error__content p {
    margin: auto;
    margin-bottom: 25px;
  }

  .error__content h1 {
    margin-bottom: 25px;
  }

  .footer-subscribe input {
    width: calc(100% - 120px);
  }

  .footer-right {
    width: 310px;
  }

  .footer-content__menu {
    width: calc(100% - 600px);
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .shopping-cart-product {
    width: 100% !important;
  }

  .burger::before {
    width: 20px;
    height: 1px;
  }

  .burger::after {
    width: 20px;
    height: 1px;
    bottom: -5px;
  }

  .burger {
    width: 20px;
  }

  section.section.section-first.mobile-show {
    display: none !important;
  }

  .top-header__content-right {
    display: none;
  }

  .clients-section {
    padding-bottom: 0px;
  }

  .main-menu {
    display: block;
  }

  .catalog-header {
    display: none !important;
  }

  .menu-header {
    display: none !important;
  }

  .phone-header {
    background: url(http://srazuvvazu.ru/media/uploads/phone.svg);
    width: 20px;
    height: 20px;
    background-size: cover !important;
  }

  .article-inner {
    width: 100%;
    margin: 0px;
  }

  .col-img-about img {
    padding: 0px;
  }

  .row-rew .col-12 {
    width: 100%;
  }

  .lk-container .lk-side {
    margin-top: 0px;
  }

  .btn-border .icon {
    display: none;
  }

  .btn-exit {
    border-radius: 5px;
    color: #ffffff;
    background: #97979e;
  }

  .btn-exit:hover {
    background: #484b52;
  }

  .col-img-delivery img {
    padding: 0px;
    margin-bottom: 35px;
  }

  .col-text-del {
    padding-left: 0px;
  }

  .lk-container .lk-side {
    background: #ffffff00 !important;
    box-shadow: none !important;
  }

  .lk-container {
    margin-bottom: 60px;
  }

  .mobile-menu-item.active .icon {
    display: none !important;
  }

  .delivery-button {
    margin: auto;
    margin-top: 30px;
  }

  .contacts-block__info {
    width: 100%;
    margin-right: 0px;
    padding: 40px 20px;
  }

  .col-img-sert {
    padding-right: 0px;
  }

  .mobile-menu-item {
    display: block;
    background: #484b52;
    margin-bottom: 10px;
    height: 75px;
    padding: 25px 25px 25px 20px;
    color: #fff;
    font-family: Cormorant !important;
    font-size: 22px !important;
    line-height: 22px !important;
    transition: 0.2s;
  }

  .breadcrumbs {
    margin-right: 20px;
  }

  .lk-main-page__head .user-data {
    padding-left: 90px;
  }

  .mobile-menu-item:hover {
    background: #97979e;
  }

  .user-data {
    margin-bottom: 60px;
  }

  .sert-img {
    padding: 25px;
  }

  .sert-img img {
    border-radius: 15px;
  }

  .col-text-sert {
    padding-left: 0px;
  }

  .but-sert {
    margin: auto;
    margin-top: 30px;
  }

  .contacts-block__title {
    text-align: center;
  }

  .contact-text {
    text-align: center;
    margin-top: 0px !important;
  }

  .contact-line .icon {
    display: none;
  }

  .contact-line {
    justify-content: center;
  }

  .col-text-about {
    padding: 30px 0px;
  }

  .inner-button {
    margin-top: 0px;
  }

  section.section.mobile-show.header-top-bg-color {
    display: none !important;
  }

  .catalog-menu-item:before {
    display: none !important;
  }

  .row-promo .col-12 {
    width: 100%;
  }

  .row-promo .col-12 {
    padding: 20px;
    height: 200px;
  }

  .col-promo-1 {
    background-position-x: 80% !important;
  }

  .col-promo-2 {
    background-position-x: 60% !important;
  }

  .col-promo-3 {
    background-position-x: 30% !important;
  }

  .col-promo-4 {
    background-position-x: 40% !important;
  }

  .row-promo h3 {
    font-size: 20px !important;
    line-height: 22px;
  }

  .catalog-menu-item {
    width: calc(50% - 8px) !important;
  }

  .error__content h1 {
    margin-bottom: 25px;
    margin-top: 30px;
  }

  .section {
    padding: 20px 0 80px;
  }

  .error__content {
    padding-top: 55%;
  }

  .page-head {
    width: 100%;
    margin: 0px;
    padding: 22px 15px;
    background: #e2e9ed;
  }

  .product-card__slideshow {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px;
  }

  #sync1.owl-theme .owl-next {
    bottom: -30px;
    right: 0;
  }

  #sync1.owl-theme .owl-prev {
    bottom: -30px;
    left: 0;
  }

  .shopping-cart-product {
    align-items: center;
  }

  .product-card__btns {
    justify-content: center;
  }

  .product-card__head {
    padding: 0px;
    width: 100%;
    margin-left: 0px;
  }

  .product-card__title {
    height: auto;
  }

  #sync1.owl-theme .owl-dots {
    top: 20px;
  }

  .product-card__content {
    width: 95%;
    padding-left: 0px;
  }

  .product-card {
    margin-top: 0px;
  }

  .section .text-page h2 {
    margin-bottom: 20px;
  }

  .inner-page h1 {
    margin-bottom: 35px;
  }

  .container--small {
    padding-bottom: 0px;
  }

  .breadcrumbs {
    padding-top: 0px;
  }

  .phone-header a {
    color: #ffffff00;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 0px !important;
  }

  .hit-prodaj-wrapper>img {
    object-position: center;
    margin-top: -30px;
  }

  .hit-prodaj-wrapper .container {
    padding: 0px 25px;
  }

  .name-flow {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 25px !important;
  }

  .plus {
    padding: 15px 30px;
  }

  .slider-constructor .slick-dots {
    justify-content: center;
  }

  .slick-dots button {
    background-color: #ffffff;
    border-color: #ffffff;
  }

  .slick-dots .slick-active button {
    background-color: #97979e;
    border-color: #97979e;
  }

  .slick-dots li:not(:last-child) {
    margin-right: 12px;
  }

  .head-buttons-wrapper .container {
    padding: 0px;
  }

  .but-category {
    padding: 20px 15px;
  }

  .head-buttons-wrapper {
    margin-top: -230px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .slider-constructor {
    padding-top: 0px;
  }

  .hit-prodaj-wrapper .slider-constructor {
    padding-top: 30px;
  }

  .product-card-v2__content {
    padding: 15px;
  }

  .product-card-v2__title {
    margin-top: -115px;
    margin-bottom: 60px;
    line-height: 18px;
    font-size: 15px;
    height: 60px;
  }

  .product-card-v2__buttons {
    margin-top: 70px;
  }

  .st-button__icon+.st-button__text {
    display: block;
  }

  .st-button__title {
    font-size: 14px;
  }

  .product-card-v2__image {
    aspect-ratio: 220 / 240;
  }

  .gotovie-bukety-wrapper .slick-dots {
    bottom: -30px !important;
  }

  .gotovie-bukety-wrapper {
    padding-bottom: 200px;
  }

  .slider-constructor .slick-dots {
    bottom: -20px;
  }

  .catalog-button-1 {
    margin-bottom: 0px;
    margin-top: -140px;
    padding-bottom: 30px;
  }

  .hit-flowers-wrapper .slick-dots {
    bottom: -30px !important;
  }

  .hit-flowers-wrapper {
    padding-bottom: 200px;
  }

  .catalog-button-2 {
    margin-bottom: 0px;
    margin-top: -140px;
    padding-bottom: 40px;
  }

  .flow-form .container {
    padding: 0px;
  }

  .flow-form .col-12 {
    padding: 0px;
  }

  .flow-form .col-12 {
    background: #ebebeb;
    padding: 0px;
  }

  .button-news {
    border-radius: 0px;
    margin: 10px 0px;
  }

  .button-news br {
    display: none !important;
  }

  .sert-block br {
    display: block !important;
  }

  .but-a {
    padding: 25px 25px 25px 20px;
    gap: 15px;
    height: auto;
  }

  .card {
    margin-left: 220px;
  }

  .form {
    background: url(http://srazuvvazu.ru/media/uploads/form-img.jpg);
    padding: 40px 60px 50px;
    margin: 0px;
    border-radius: 0px;
    background-size: cover;
    background-position: center;
  }

  .form h3 {
    font-size: 26px;
    line-height: 30px !important;
  }

  .form p {
    display: block;
  }

  .flow-form {
    overflow: hidden;
  }

  .podarki-wrapper {
    padding-top: 0px;
  }

  .podarki-wrapper .slick-dots {
    bottom: -30px !important;
  }

  .podarki-wrapper {
    padding-bottom: 200px;
  }

  .catalog-button-3 {
    margin-bottom: -20px;
    margin-top: -140px;
    padding-bottom: 0px;
  }

  .col-soc-1 {
    width: 100%;
  }

  .logo-white {
    margin: 50px 0px 30px !important;
    width: 200px;
  }

  .col-soc-1 p {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 18px !important;
    width: 190px;
  }

  .social {
    display: none;
  }

  .live {
    font-size: 130px !important;
    line-height: 120px !important;
    margin-left: 50%;
    margin-top: 90px;
    margin-bottom: 0px !important;
  }

  .col-soc-2 img {
    margin-top: 60px;
    margin-left: -35px;
  }

  .col-soc-3 img {
    margin-top: -40px;
    margin-left: 40px;
  }

  .col-soc-4 {
    width: 100%;
  }

  .col-soc-4 img {
    border: 20px solid #fff;
    margin-top: -90px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%) !important;
    transform: rotate(8deg);
    margin-left: -20px;
    width: 270px;
    margin-bottom: 260px;
  }

  .social-mobile {
    display: block !important;
  }

  .social-mobile .social {
    display: block !important;
  }

  .social-mobile .soc-icon {
    margin: auto;
    margin-top: 25px;
  }

  .social-mobile {
    display: block !important;
    margin-top: -210px;
    margin-bottom: 60px;
  }

  .social-block {
    background: url(http://srazuvvazu.ru/media/uploads/backsocialmobile.jpg);
    background-position-y: top;
    background-position-x: center;
    margin-top: 100px;
    background-size: cover;
    margin-bottom: 0px;
    overflow: hidden;
  }

  .aktcii-wrapper {
    padding-top: 60px;
  }

  .aktcii-wrapper .container {
    padding: 0px 40px;
  }

  .aktcii-wrapper .mb-25 {
    width: 280px;
    margin-bottom: 20px !important;
    font-size: 22px;
    line-height: 26px !important;
  }

  .aktcii-wrapper img {
    height: 360px !important;
  }

  .aktcii-wrapper .slick-dots {
    bottom: -30px !important;
  }

  .aktcii-wrapper {
    padding-bottom: 200px;
  }

  .catalog-button-4 {
    margin-bottom: -20px;
    margin-top: -140px;
    padding-bottom: 0px;
  }

  .faq-element__head p,
  .faq-element__content p {
    font-size: 14px;
    line-height: 18px;
  }

  .faq-element__trigger .icon {
    width: 18px;
    height: 18px;
  }

  .faq-element__head {
    padding: 20px 60px 20px 20px;
  }

  .faq-element__content {
    padding: 20px 20px 20px 20px;
  }

  .faq_frontpage_block {
    padding-bottom: 40px;
  }

  iframe {
    height: 250px !important;
  }

  .cart {
    padding-bottom: 60px;
  }

  .mobile-menu-item .icon .icon-svg {
    color: #00000000;
    background-image: url(http://srazuvvazu.ru/media/uploads/plus_white.svg);
    min-width: 21px;
    height: 21px;
  }

  .mobile-menu-item .icon {
    right: 25px;
    top: 25px;
    height: 21px;
  }

  .question-main textarea.form-control {
    height: 100px;
  }

  .page-head {
    padding: 30px 0px 30px;
  }

  .content-block {
    padding-top: 0px;
  }

  .question-form form .btn {
    width: 60%;
    float: none;
    margin-left: 20%;
  }

  .product-card__content .not-available {
    width: 100% !important;
  }

  .feedback-form {
    padding-top: 60px;
  }

  .search--box {
    display: none;
  }

  .feedback-form .form-text {
    margin-top: 10px;
    width: 100%;
  }

  footer {
    padding: 40px 0 0px 0 !important;
  }

  .footer-right {
    width: 100%;
  }

  .footer-content {
    padding-bottom: 0px;
  }

  .footer-first-column .logo {
    margin-bottom: 20px;
  }

  .footer-first-column .logo img {
    max-width: none;
  }

  .footer-first-column {
    width: 100%;
  }

  .footer-content__menu {
    width: 100%;
  }

  iframe {
    height: 1000px !important;
  }

  .reviews1 {
    width: 100%;
    height: 1000px;
    overflow: hidden;
    position: relative;
  }

  .tab_drawer_heading {
    background-color: transparent;
    color: #fff;
    font-family: "Golos";
    font-style: normal;
    font-size: 14px;
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    color: #000;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
  }

  .d_active {
    background-color: #fff;
  }

  .char-text:first-child {
    font-size: 14px;
    color: #000000;
  }

  .char-text:last-child {
    font-size: 14px;
  }
}

@media (min-width: 578px) and (max-width: 768px) {
  .top-header__content-left {
    width: 65%;
  }

  .top-header__content-left {
    flex-direction: row-reverse;
    width: 65%;
    justify-content: space-between;
  }

  .hit-prodaj-wrapper .slider-constructor .slick-slide {
    padding: 0px 5px;
  }

  .cost span {
    font-size: 25px;
  }

  .slider-constructor .slick-dots {
    display: flex !important;
  }

  .hit-prodaj-wrapper .slider-constructor .slick-prev,
  .hit-prodaj-wrapper .slider-constructor .slick-next {
    top: 460px;
  }

  .hit-prodaj-wrapper .slider-constructor .slick-next {
    right: 40%;
  }

  .hit-prodaj-wrapper .slider-constructor .slick-prev {
    left: 40%;
  }

  .slider-constructor:not([data-no-arrows]) .slick-dots {
    display: flex !important;
  }

  .plus {
    padding: 10px 20px;
  }

  .head-buttons-wrapper .slider-constructor .slick-prev,
  .head-buttons-wrapper .slider-constructor .slick-next {
    top: 85px;
    border: none !important;
  }

  .head-buttons-wrapper .slider-constructor .slick-arrow img,
  .head-buttons-wrapper .slider-constructor .slick-arrow svg {
    width: 25px !important;
    height: 25px !important;
    color: #97979e;
  }

  .head-buttons-wrapper .slider-constructor .slick-next svg {
    padding-left: 5px;
  }

  .client-item {
    background-position: left;
  }

  .head-buttons-wrapper .slider-constructor .slick-prev svg {
    padding-right: 5px;
  }

  .head-buttons-wrapper .slider-constructor .slick-next {
    right: 30%;
  }

  .row-promo h3 {
    font-size: 23px !important;
    line-height: 25px;
  }

  .head-buttons-wrapper .slider-constructor .slick-prev {
    left: 30%;
  }

  .mobile-menu-item {
    border-radius: 5px;
  }

  .button-news {
    border-radius: 5px;
  }

  .but-a {
    height: 100px;
  }

  .sert-block br {
    display: none !important;
  }

  .name-flow br {
    display: none !important;
  }

  .but-a {
    padding: 25px 100px 25px 20px;
  }

  .card {
    margin-left: 380px;
  }

  .form {
    border-radius: 5px;
  }

  iframe {
    height: 350px !important;
  }

  .gotovie-bukety-wrapper .slider-constructor .slick-arrow {
    display: none !important;
  }

  .hit-flowers-wrapper .slider-constructor .slick-arrow {
    display: none !important;
  }

  .podarki-wrapper .slider-constructor .slick-arrow {
    display: none !important;
  }

  .col-soc-3 img {
    width: 75%;
    margin-left: 20%;
  }

  .podarki-wrapper {
    padding-top: 40px;
  }

  .live {
    font-size: 165px !important;
    line-height: 150px !important;
    margin-left: 55%;
    margin-top: 110px;
    margin-bottom: 0px !important;
  }

  .aktcii-wrapper {
    padding-bottom: 140px;
  }

  .aktcii-wrapper img {
    height: 420px !important;
  }

  .aktcii-wrapper .mb-25 {
    width: 100%;
    margin-bottom: 30px !important;
    font-size: 35px;
    line-height: 35px !important;
  }

  .logo-white {
    margin: 50px 0px 40px !important;
    width: 250px;
  }

  .col-soc-1 p {
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 20px !important;
    width: 220px;
  }
}

@media (max-width: 480px) {
  .modal {
    padding: 0px 20px;
  }

  .modal .button-theme_primary {
    width: 100%;
  }

  .top-header__content-left {
    width: 69%;
  }
}

/* слайдер */

@media (max-width: 767px) {
  .head-buttons-wrapper .slider-constructor {
    padding: 10px;
    margin: 0 auto;
    max-width: 240px;
  }

  .head-buttons-wrapper .slick-list {
    overflow: visible !important;
  }

  .head-buttons-wrapper .slick-slide {
    transform: scale(1);
  }

  .head-buttons-wrapper .slick-current {
    transform: scale(1);
  }

  .head-buttons-wrapper .slick-slide {
    transition: 0.3s;
  }

  .seo-text-sv {
    padding-left: 0px !important;
    padding-top: 40px !important;
  }

  .about-seo img {
    max-width: 100% !important;
  }

  .about-seo {
    margin-top: 40px !important;
  }

  .about-seo h2 {
    margin-top: 40px !important;
  }

  .table table td {
    padding: 12px 20px !important;
    font-size: 14px !important;
  }

  .document-item__btn .btn {
    height: 40px;
    font-size: 14px !important;
    width: 120px !important;
  }
}

.section-title {
  font-size: 40px;
  line-height: 40px;
  color: #4f576c;
  text-transform: uppercase;
  font-weight: 100;
  font-family: Cormorant;
  margin-bottom: 45px;
  margin-top: 10px;
}

.document-item span {
  font-family: "Inter" !important;
  font-size: 16px;
  color: #333;
}

.document-item__format {
  background: transparent;
  color: #000000;
  padding-top: 10px;
}

.document-item__btn .btn {
  margin-top: -4px;
  float: inline-end;
  border-radius: 5px;
  background: #97979e !important;
  height: 50px;
  font-size: 16px !important;
  width: 180px;
}

.document-item__btn .btn:hover {
  background: #333 !important;
  font-size: 16px !important;
}

.table table td {
  font-family: "Inter" !important;
  padding: 20px 25px;
  font-size: 16px;
  color: #333;
}

.dropdown-select-ul li[data-value="?sort_field=is_hit"] {
  display: none !important;
}

.catalog-sorting ul li.active a {
    font-weight: 400;
    color: #4f576c;
}

section.conditional-section.statictext.blok-h1.text-page {
  visibility: hidden;
  margin-bottom: 0px !important;
  height: 0px !important;
}

.main-zag {
  margin-bottom: 25px !important;
  font-size: 40px;
  line-height: 40px;
  color: #4f576c;
  text-transform: uppercase;
  font-weight: 400;
  width: 40%;
  font-family: Cormorant;
}

.pagination span.active {
  background-color: #484b52;
  border-color: #484b52;
}

.pagination span {
  background-color: transparent;
  border: solid 1px #97979e;
}

.pagination span:hover {
  background-color: #484b52;
  border-color: #484b52;
}

.pagination span.dot:hover {
  background-color: transparent;
  border-color: transparent;
}

.pagination .next {
  background-color: transparent;
  border: 1px solid #97979e;
}

.pagination .prev {
  background-color: transparent;
  border: 1px solid #97979e;
}

.pagination .prev:hover,
.pagination .next:hover {
  background-color: #484b52;
}

.pagination .prev:before,
.pagination .next:before {
  border: solid 2px #7c8994;
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
  transition: 0.5s;
}

.seo-text-sv {
  padding-left: 245px;
  padding-top: 60px;
}

.about-seo img {
  max-width: 90%;
}

.about-seo {
  margin-top: 60px;
}

.simple-cart__form .privacy-policy {
  margin-top: 10px;
}

.simple-order-form__group {
    margin: 0 0px 30px 0;
}

.card-label_style-new {
    background-color: #3ec28f;
    color: white;
}

.catalog-menu-item__image {
    height: auto;
    aspect-ratio: 0.9;
    padding: 12px;
}

/* правки мобилки */

@media (max-width: 767px) {
  .product-card-v2__title {
    height: 56px;
  }

.simple-order-form {
    margin: 0;
    max-width: 100%;
}


  .main-zag {
    padding-left: 16px;
  }

  iframe {
    height: 430px !important;
  }

  .product-set-title {
    font-size: 40px;
  }

.inner-page h2 {
  font-size: 30px;
}

.inner-page h3 {
  font-size: 22px;
}
}

.mobile-ul li a .icon {
  color: #5c5c5c;
}

.delivery-total__sm {
  display: none !important;
}

@media (max-width: 768px) {
  .phone-header {
    position: relative;
  }

  .phone-header a {
    position: absolute;
    top: 0;
    left: 0;
  }

  .hit-prodaj-wrapper {
    padding: 90px 0px 210px;
  }

  .hit-prodaj-wrapper>img {
    margin-top: -30px;
    height: 76%;
  }

  .head-buttons-wrapper {
    margin-top: -210px;
    padding-bottom: 60px;
  }

  .hit-prodaj-wrapper {
    background: #d7dfe2;
  }

  .name-flow {
    margin-bottom: 0px !important;
  }

.catalog-menu-item__image {
    margin-bottom: 15px;
}
}

.select__content {
  max-height: 450px;
  overflow-y: auto;
  z-index: 20;
}

.select__option:hover {
  background-color: #484B52;
}

.select__icon svg path {
  fill: #484B52;
}

/* Вакансии */
.vakansii-text {
  font-size: 16px !important;
  line-height: 140% !important;
  letter-spacing: -0.5px;
}

.vakansii-container {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.vakansii-container-item ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vakansii-container-item ul li {
  font-size: 16px !important;
  line-height: 140% !important;
  letter-spacing: -0.5px;
}

.vakansii-container-item img {
  max-width: 450px;
}

.vakansii-wrapper {
  display: flex;
  gap: 46px;
}

.vakansii-wrapper-item {
  width: 100%;
  height: 437px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  background-color: #fff;
  box-shadow: 0px 5.08px 8.13px #00000040;
  padding: 20px;
}

.vakansii-wrapper-item-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #DBE3E6;
  padding: 30px;
}

.vakansii-wrapper-item-content h3 {
  font-family: Cormorant;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #4F576C;
  margin-bottom: 0;
}

.vakansii-wrapper-item-content p {
  font-size: 16px;
  line-height: 140%;
  margin-top: 30px;
  margin-bottom: auto;
  letter-spacing: -0.5px;
  color: #484B52;
}

.vakansii-wrapper-item-content span {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.5px;
  color: #484B52;
}

.vakansii-wrapper-item-content.dark {
  background-color: #484B52;
}

.vakansii-wrapper-item-content.dark h3,
.vakansii-wrapper-item-content.dark p,
.vakansii-wrapper-item-content.dark span {
  color: #fff;
}

.vakansii-wrapper-item img {
  margin-bottom: 0;
  height: 40px;
}

.form-container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 100px;
}

.form-container img {
  width: 50%;
}

.form-container-item {
  margin-top: 50px;
  width: 35%;
}

.form-container .btn {
  width: 100%;
  background-color: #97979E !important;
  color: #fff !important;
  border-radius: 5px;
  height: 50px;
}

.form-container .form-control {
  background-color: #eeeeee;
  border: 1px solid #CBCBCB;
  box-shadow: none;
}

.form-container-item .after-form-text {
  display: block;
  font-size: 12px;
  line-height: 130%;
  margin-top: 17px;
}

.SmartCaptcha-Shield-PrivacyLink {
      font-size: 12px !important;
    line-height: 100% !important;
}

@media (max-width: 991px) {
  .vakansii-container {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 100px;
  }

.SmartCaptcha-Shield-PrivacyLink {
      font-size: 9px !important;
}

.SmartCaptcha-Shield.SmartCaptcha-Shield_position_right {
    right: -150px !important;
    background: #ffffff8c;
}

.SmartCaptcha-Shield.SmartCaptcha-Shield_position_bottom {
    bottom: 80px !important;
}

.SmartCaptcha-Shield_position_right .SmartCaptcha-Shield-PrivacyLink {
    margin: 0 !important;
}

.SmartCaptcha-Shield-Anchor {
  display: none !important;
}

.SmartCaptcha-Shield {
    background: #ffffffa6 !important;
    z-index: 99999 !important;
}

.SmartCaptcha-Shield .SmartCaptcha-Shield-CloseButton {
    right: 0px !important;
    top: 2px;
    position: absolute;
}

.SmartCaptcha-Shield.SmartCaptcha-Shield_position_left {
    left: -146px !important;
}

  .vakansii-container-item {
    width: 100%;
    margin-top: 20px;
  }

  .vakansii-container-item img {
    width: 100%;
  }

  .vakansii-container-item.img {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form-container {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }

  .form-container-item {
    width: 100%;
    margin-top: 20px;
  }

  .vakansii-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .form-container img {
    width: 100%;
  }

  .catalog-menu-item {
    height: auto;
            display: flex;
        flex-direction: column;
        gap: 5px;
  }

  .catalog-menu-item__name {
    font-size: 17px;
    line-height: 110%;
    position: relative;
}

   .reviews1 iframe {
        height: 960px !important;
    }
}

.product-card-v2__price.text-color-accent,
.product-card-v2__price.text-color-accent span {
  color: #767676;
  font-size: 16px;
}

.product-card__personal-cost span {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}

.recaptcha-terms a {
  color: #707070;
  font-size: 12px !important;
}

[data-select-option-selected] {
  background-color: #4f576c;
}

.dec-gallery-photo img {
  border-radius: 5px;
}

.catalog-menu-item__name,
* {
  font-variant-numeric: lining-nums;
}

.flow-form .checkbox span {
    color: #fff !important;
}

.form-group-label {
font-family: 'Inter' !important;
}

.attention-text {
    background: #ffffff73;
    border-radius: 5px;
    padding: 12px;
    font-size: 14px !important;
    line-height: 130%;
    box-shadow: 0px 3px 4px rgb(0 0 0 / 25%);
}

.delivery-return {
    line-height: 130%;
}

.delivery-return .form-group-label {
    font-size: 14px !important; 
}

.cart-zagolovok {
    margin-bottom: 10px;
}

.cart-zagolovok .form-group-label {
  font-family: Cormorant !important;
    font-size: 20px !important;
    line-height: 100% !important;
    color: #4f576c;
    text-transform: uppercase;
    margin: 0;
}

.form-text a {
    color: #97979e;
    font-size: 12px !important;
}

.cart-text {
  margin: 0;
}

p a {
    color: #4f576c;
    font-size: 14px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
.catalog-menu-item__name {
    bottom: 5px;
}

.catalog-menu-item:before {
    bottom: 8px;
}
}