body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Rubik", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Lora", serif;
}

h1 {
  margin: 0 0 60px 0;
  color: #2c3044;
  font-size: 48px;
  font-weight: 400;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.callBackVoid:hover {
  cursor: pointer;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/img/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  background-color: #fc6701;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #be4f03;
  color: #fff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.line-top {
  display: none;
  z-index: 1001;
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
}

.line-top__inner {
  padding: 8px 8px;
  background-color: #fcfcfc;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo {
  height: 32px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #2c3044;
  z-index: 1001;
}

.mobile-menu__inner {
  padding: 16px;
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu__logo {
  height: 48px;
}

.mobile-menu__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.mobile-menu__closed {
  color: #fff;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mobile-menu__item {
  padding: 8px 0;
}

.mobile-menu__item a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #fff;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #000;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 1710px) {
  .container {
    width: 1680px;
  }
}

@media (max-width: 1710px) {
  .container {
    width: 1440px;
  }
}

@media (max-width: 1440px) {
  .container {
    width: 1200px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

.shapka {
  border-radius: 22px 22px 0px 0px;
  border-bottom: 1px solid #f3f3f3;
  background: #2c3044;
  padding: 18px 0;
}

.shapka__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.shapka-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.shapka-menu__link a,
.shapka-phone a {
  color: #f3f3f3;
  font-size: 16px;
  font-weight: 500;
}

.shapka-soc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.shapka-adress {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.shapka__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.vibor-select {
  color: #f3f3f3;
  font-size: 16px;
  font-weight: 500;
  background: #2c3044;
  border: none;
  outline-style: none;
}

.slide {
  background-image: url(/img/slide.jpg);
  border-radius: 22px;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
}

.shapka-bot {
  border-radius: 0px 0px 22px 22px;
  background: rgba(44, 48, 68, 0.33);
  backdrop-filter: blur(8.999999046325684px);
  padding: 24px 0;
}

.shapka-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.shapka-search__hide {
  display: none;
}

.shapka-search__bot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 20px;
}

.search-open {
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  min-width: 128px;
}

.searc-input-rel {
  position: relative;
  width: 100%;
}

.search__input {
  border-radius: 12px;
  border: 1px solid #2c3044;
  padding: 15px 24px;
  width: 100%;
  outline-style: none;
}

.conten-area .search__input {
  background: #f3f3f3;
}

.oran-innput {
  border: 1px solid #f68d19;
  color: #f68d19;
  background: #fff !important;
}

.search-btn button {
  border-radius: 12px;
  background: #f68d19;
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 40px;
  border: 1px solid #f68d19;
}

.shapka-search select {
  max-width: 223px;
}

.searc-input-rel::after {
  content: url(/img/search.svg);
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.slide {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 60px;
}

.slide__title h1 {
  color: #f3f3f3;
  font-size: 75px;
  font-weight: 400;
  padding-top: 30px;
}

.slide-plusi__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.slide-plusi__item {
  border-radius: 15px;
  border: 0.9px solid var(--Color-1, #f3f3f3);
  background: rgba(44, 48, 68, 0.33);
  backdrop-filter: blur(8.999999046325684px);
  padding: 20px;
}

.slide-plusinumb {
  color: #f68d19;
  font-family: "Lora", serif;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 20px;
}

.slide-plusi__text {
  color: #f3f3f3;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.white-block {
  margin-top: 120px;
  background-color: #fff;
}

.rayon__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 190px;
  grid-gap: 30px;
}

.rayon__item {
  background-position: center;
  background-size: cover;
  padding: 20px;
  border-radius: 22px;
}

.gen-title {
  color: #2c3044;
  font-size: 48px;
  font-weight: 400;
}

.mb6 {
  margin-bottom: 60px;
}

.rayon__item1 {
  background-image: url(/img/rayon/1.png);
}

.rayon__item2 {
  background-image: url(/img/rayon/2.png);
}

.rayon__item3 {
  background-image: url(/img/rayon/3.png);
}

.rayon__item4 {
  background-image: url(/img/rayon/4.png);
}

.rayon__item5 {
  background-image: url(/img/rayon/5.png);
}

.rayon__item6 {
  background-image: url(/img/rayon/6.png);
}

.rayon__title {
  color: #f3f3f3;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  padding: 10px 20px;
  border-radius: 15px;
  border: 0.9px solid var(--Color-1, #f3f3f3);
  background: rgba(44, 48, 68, 0.33);
  backdrop-filter: blur(8.999999046325684px);
  display: inline-block;
}

.shapka__all {
  z-index: 900;
}

.predloj-block {
  grid-gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* grid-auto-rows: 153px; */
}

.predloj__item {
  border-radius: 22px;
  border: 1px solid #e7e7e7;
  background: #fcfcfc;
  padding: 20px;
}

.predloj__title {
  color: #2c3044;
  font-size: 26px;
  margin-top: 10px;
  font-weight: 400;
}

.why-block {
  border-radius: 22px;
  border: 1px solid #e7e7e7;
  background: #fcfcfc;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.why-left {
  max-width: 546px;
}

.why-text {
  color: #686868;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  width: 50%;
}

.why-img__sub {
  color: #2c3044;
  font-size: 14px;
  font-weight: 400;
}

.why-img {
  margin-bottom: 10px;
  width: 100%;
  border-radius: 22px;
}

.fl-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.seeall-btn a {
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 40px;
  border-radius: 12px;
  background: #f68d19;
  display: inline-block;
}

.tovary-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.tovar__item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.tovar__img {
  margin-bottom: 30px;
  position: relative;
}

.tovar__img img {
  border-radius: 22px;
  width: 100%;
}

.tovar__kv {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 12px;
  background: #f68d19;
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 12px;
}

.tovar__title {
  color: #2c3044;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.tovar__info {
  color: #686868;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}

.tovar__price {
  color: #f68d19;
  font-size: 26px;
  font-weight: 700;
}

.tovar__price::after {
/*  content: "€";*/
  margin-left: 2px;
}

.faq-det {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
}

.faq-sum {
  margin-bottom: 30px;
  color: #2c3044;
  font-size: 26px;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-right: 50px;
}

.faq-info {
  color: #686868;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 30px;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after {
  content: url(/img/open.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

details[open] summary:after {
  content: url(/img/close.svg);
}

details[open] {
  animation: slide 0.5s ease-in-out;
  animation-duration: 1s;
}

.virvi-glaz .faq-det {
  border: 1px solid #F68D19;
  border-radius: 22px;
  margin-bottom: 12px;
}

.virvi-glaz .faq-sum {
  padding: 32px 52px 32px 20px;
  margin-bottom: 0;
  outline-style: none;
}

.virvi-glaz summary:after {
  right: 20px;
}

.virvi-glaz details[open] {
  background: #F68D19;
}

.virvi-glaz details[open] .faq-sum {
  color: #fff;
}

.virvi-glaz details[open] .faq-info {
  color: #fff;
}

/* .virvi-glaz .faq-info {
  margin-bottom: 0;
} */

.virvi-glaz details[open] summary:after {
  filter: brightness(0) invert(1);
}

.step-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.step__item {
  padding: 20px;
  border-radius: 22px;
  border: 1px solid #e7e7e7;
  background: #fcfcfc;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.step__step {
  padding: 8px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-radius: 12px;
  background: #f68d19;
  margin-bottom: 30px;
  width: fit-content;
}

.step__title {
  margin-bottom: 20px;
  color: #2c3044;
  font-size: 26px;
  font-weight: 400;
}

.step__text {
  color: #686868;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.footer {
  padding: 60px 0;
  border-radius: 22px;
  background: #2c3044;
  margin-top: 120px;
}

.footer__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.footer__title {
  color: #f3f3f3;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 30px;
}

.footer__link-fl {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-fl {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer__list {
  width: 50%;
}

.footer__link {
  margin-bottom: 20px;
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 400;
}

.footer__link a {
  color: #f3f3f3;
}

.footer__item:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shapka-bar {
  display: none;
}

.ochen-krasiviy__title {
  display: flex;
  align-items: center;
}

.hot-block {
  border-radius: 22px;
  border: 3px solid #f68d19;
  overflow: hidden;
  position: relative;
}

.hot-fl__title {
  background: #f68d19;
  padding: 20px 0;
}

.hot-fl__title .gen-title {
  color: #fff;
}

.hot-fl__title .seeall-btn a {
  background-color: #fff;
  color: #f68d19;
}

.hot__inner {
  padding: 60px 0;
}

.ochen-krasiviy__title::before {
  content: url(/img/hot.svg);
  margin-right: 24px;
}

.hot-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.hot-list .tovar__item:nth-child(n + 4) {
  display: none;
}

.slide-nobg {
  background-image: none;
  min-height: 0;
}

.conten-area {
  min-height: calc(100vh - 560px);
}

.search-content .shapka-search select {
  max-width: calc(16.6666% - 16px);
}

.content-search__bot {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}

.catalog__inner {
  margin: 60px 0;
  position: relative;
}

.catalog__inner .seeall-btn {
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
}

.pag-list {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 33%;
}

.pag-list a {
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  background: #fcfcfc;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  color: #686868;
  font-size: 14px;
  font-weight: 400;
  user-select: none;
  cursor: pointer;
}

.pag-list .active a {
  color: #2c3044;
  border: 1px solid #2c3044;
}

.pag-fl {
  display: flex;
  justify-content: flex-end;
}

.photo-block {
  position: relative;
  margin-bottom: 60px;
}

.tovary-tabs {
  display: none;
}

.active-tab {
  display: block;
}

.tovary-tab {
  position: absolute;
  left: 12px;
  top: 12px;
  display: flex;
  justify-content: flex-start;
  display: flex;
  gap: 4px;
}

.tovary-tab__link {
  border-radius: 12px;
  background: #f68d19;
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 40px;
  border: 1px solid #f68d19;
  display: inline-block;
}

.tovary-tab__link:active,
.tovary-tab__link:focus,
.tovary-tab__link:hover {
  color: #fff;
}

.fotorama img {
  border-radius: 22px !important;
}

.card__inner {
  display: flex;
  gap: 30px;
}

.card-left {
  width: 70%;
}

.card-right {
  width: 30%;
}

.card-right__inner {
  border-radius: 22px;
  border: 1px solid #e7e7e7;
  background: #fcfcfc;
  padding: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.card-form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.formMain__label label {
  color: #2c3044;
  font-size: 14px;
  font-weight: 400;
}

.formMain__label label a {
  color: #2c3044;
}

.formMain__input {
  border-radius: 12px;
  border: 1px solid #686868;
  padding: 12px;
  width: 100%;
}

.formMain__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.form-soc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #686868;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.form-soc__list {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.formbutton {
  border-radius: 12px;
  background: #f68d19;
  padding: 12px;
  border: 1px solid #f68d19;
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
}

.formbutton:hover {
  background: #fff;
  color: #f68d19;
  transition: 0.2s;
}

.wabutton {
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  border: 1px solid #f68d19;
  color: #f68d19;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.wabutton:hover {
  background: #f68d19;
  color: #fff;
  transition: 0.2s;
}

.warning {
  border: 1px solid red;
}

.card-sub {
  color: #2c3044;
  font-family: "Lora", serif;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 30px;
}

.card__inform {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.card-info__item {
  font-size: 20px;
}

.card-info__fl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.card-fl__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #686868;
  color: #686868;
  margin-bottom: 30px;
  gap: 20px;
}

.card-fl__item span {
  color: #2c3044;
}

.right-hot__title {
  color: #f3f3f3;
  font-family: Lora;
  font-size: 34px;
  font-weight: 400;
}

.right-hot__title::before {
  content: url(/img/tag.svg);
  margin-right: 12px;
}

.right-hot-fl {
  padding: 20px;
  background:#F68D19;
}

.right-hot__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.cont-block {
  background: #F3F3F3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin-bottom: 30px;
  gap: 30px;
  border-radius: 22px;
}

.cont-img {
  width: 50%;
} 

.cont-img img {
  width: 100%;
  border-radius: 22px;
}

.cont-fl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.cont__title {
  color: #F68D19;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 24px;
}

.cont__link {
  font-size: 26px;
  color: #686868;
}

.cont__link a {
  color: #686868;
}

.cont-text {
  text-align: center;
  width: 50%;
}

.step-two {
  grid-template-columns: repeat(2,1fr);
}

.mb12 {
  margin-bottom: 120px;
}

@media (max-width: 1200px) {
  .why-left {
    width: 50%;
  }

  .shapka-bar {
    display: block;
  }

  .shapka-menu,
  .shapka__info,
  .shapka-phone {
    display: none;
  }

  .slide__title h1 {
    font-size: 60px;
  }

  .gen-title,
  h1 {
    font-size: 34px;
  }

  .white-block {
    margin-top: 80px;
  }

  .why-block {
    flex-direction: column;
    gap: 40px;
  }

  .why-left,
  .why-text {
    width: 100%;
  }

  .why-left {
    max-width: 100%;
  }

  .tovary-block,
  .step-block {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .rayon__inner {
    grid-gap: 20px;
  }

  .predloj-block {
    grid-gap: 20px;
  }

  .why-block {
    padding: 40px;
  }

  .predloj__title,
  .tovar__title,
  .tovar__price,
  .step__title {
    font-size: 20px;
  }

  .predloj__item {
    text-align: center;
  }

  .tovar__info,
  .step__text {
    font-size: 14px;
  }

  .content-search__bot {
    grid-template-columns: repeat(3, 1fr);
  }

  .card__inner {
    flex-direction: column;
  }

  .card-right,
  .card-left {
    width: 100%;
  }

  .hot__inner {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  .slide-plusi__inner {
    overflow: scroll;
  }

  .slide-plusi__item {
    width: 220px !important;
  }

  .rayon__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-fl {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }

  .footer__link {
    justify-content: center;
  }

  .footer__inner {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
    text-align: center;
  }

  .hot-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .hot-list .tovar__item:nth-child(4) {
    display: block;
  }

  .hot-list .tovar__item:nth-child(n + 5) {
    display: none;
  }
}

@media (max-width: 768px) {
  .search-btn,
  .shapka-search select {
    display: none;
  }

  .search-open span {
    display: none;
  }

  .search-open {
    border-radius: 12px;
    border: 1px solid var(--Color-3, #686868);
    background: var(--Color-1, #f3f3f3);
    padding: 12px;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 52px;
  }

  .search-open img {
    filter: invert(1) brightness(10);
  }

  .predloj-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog__inner .seeall-btn {
    left: 0;
    transform: none;
  }

  .pag-list {
    max-width: 50%;
  }

  .content-search__bot {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-info__fl {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }

  .cont-block {
    flex-direction: column;
  }

  .cont-rev {
    flex-direction: column-reverse;
  }

  .cont-img,
  .cont-text {
    width: 100%;
  }

  .step-two {
    grid-template-columns: repeat(1,1fr);
  }
}

@media (max-width: 450px) {
  .slide__title h1 {
    font-size: 34px;
  }

  .slide-plusinumb {
    font-size: 25px;
  }

  .slide-plusi__text,
  .why-text {
    font-size: 14px;
  }

  .slide-plusi__item {
    width: 150px !important;
  }

  .rayon__inner,
  .predloj-block,
  .tovary-block,
  .step-block,
  .hot-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .why-block {
    padding: 40px 20px;
  }

  .fl-title {
    flex-direction: column;
  }

  .tovary__inner,
  .hot__inner {
    position: relative;
    padding-bottom: 90px;
  }

  .seeall-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .faq-sum {
    font-size: 20px;
  }

  .shapka-search__bot {
    grid-template-columns: repeat(2, 1fr);
  }

  .pag-list {
    max-width: 100%;
  }

  .pag-fl {
    justify-content: center;
  }

  .pag-fl {
    padding-bottom: 120px;
  }

  .catalog__inner .seeall-btn {
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
  }

  .hot-fl__title .seeall-btn a {
    background-color: #f68d19;
    color: #fff;
  }

  .hot__inner {
    padding: 20px;
  }

  .hot-block {
    padding-bottom: 80px;
  }

  .hot-block .seeall-btn {
    margin-bottom: 20px;
  }

  .hot-block .seeall-btn a {
    width: 100%;
  }

  .cont-fl {
    flex-direction: column;
  }
}
