/* шрифты */

@font-face {
  font-family: "Spectral", serif;
  font-optical-sizing: auto;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-display: swap;
  font-style: normal;
}

*,
a,
.__header .search-box input::placeholder,
.search--box form.s-icon-right input::placeholder,
.__header .search-box input {
  font-family: "Roboto", serif !important;
}

*,
p {
  font-weight: 400;
  letter-spacing: 0.2px;
  color: var(--custom-black-color);
}

span,
p {
  line-height: 130% !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.footer-content__title:not(.footer-content__title span),
.faq-element__head-title p,
.client-item__text,
.contacts-block__title,
.contacts-block__title-red.address-data,
.g-title {
  font-weight: 400 !important;
  line-height: 110% !important;
  font-family: "Spectral", serif !important;
}

a {
  font-weight: 400 !important;
  line-height: 100% !important;
}

h3,
.h3,
.contacts-block__title-red.address-data {
  font-size: 25px;
}

h2,
.h2,
.mb-25,
.contacts-block__title,
.g-title {
  font-size: 35px;
  text-transform: uppercase;
}

h4,
.h4,
.footer-content__title:not(.footer-content__title span),
.faq-element__head-title p,
.client-item__text {
  font-size: 19px;
  line-height: 100% !important;
}

h1,
.h1 {
  color: var(--custom-black-color);
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 48px;
}

.footer-content__title span {
  text-transform: none;
  padding-top: 5px;
}

main {
  overflow: hidden;
}

.h1-main {
  padding-top: 80px !important;
}

.h1-main h1 {
  font-size: 48px;
  line-height: 110% !important;
  margin-bottom: 35px;
}

img {
  margin: 0;
}

/* курсор */

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
.h4,
.h5,
h5,
h6,
.h6,
.personal-form__element-top,
.personal-form__post-text,
section.feedback-form .form-text,
.modal.fancybox-content .form-text,
.footer-content__title,
.frontpage p,
.frontpage .text-page ul li,
.footer-bottom .copy.version,
.footer-bottom__left,
ul li,
.catalog-sorting__title,
.g-title,
.product-card__discription-title,
.product-card__personal-cost span,
.product-card__discription-title,
.product-item__status,
.orig-price strong,
.product-card__left p,
.shopping-cart-item__name,
.shopping-cart-item__total-cost,
.shopping-cart-item__cost,
.footer-content-cookie,
.form-text,
.footer-contact,
.product-card__artikul,
.product-card-container p,
.main-action p,
.contacts-block__title,
.contacts-block__title-red.address-data,
.contact-text-line p,
.content-title {
  cursor: default;
}

.content-title {
  color: var(--custom-black-color);
}

[data-fancybox],
.btn-border.callme-button,
.category-box-text,
.form-close,
.catalog-item p,
.st-button__title,
.events-item h4,
.faq-element__head-title p {
  cursor: pointer;
}

.fixed::after {
  display: none;
}

/* нижнее меню */

.bottom-mobile-menu-button:hover,
.bottom-mobile-menu-button_active {
  opacity: 0.4;
}

.bottom-mobile-menu-button_active .bottom-mobile-menu-button__text,
.bottom-mobile-menu-button:hover .bottom-mobile-menu-button__text,
.bottom-mobile-menu-button__text {
  color: var(--custom-black-color);
}

/* шапки */

.header-phones__inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.catalog-box ul a {
  line-height: 120% !important;
}

.main-menu {
  margin-left: 20px;
}

header ul.hover--underline li::after {
  border-color: var(--custom-white-color) !important;
}

header ul.hover--underline a:hover {
  color: var(--custom-white-color) !important;
}

/* дефолтная */

#search-result-container[data-search-results-active],
#search-result-mob[data-search-results-active] {
  display: block !important;
}

.search-result-item__name {
  color: var(--custom-black-color);
}

.search-result-item__cost {
  color: var(--custom-accent-color-500);
}

.header-user__link .icon img {
  width: 34px;
}

.catalog-inner-btn {
  border: 1px solid var(--custom-accent-color-100);
  color: var(--custom-black-color);
  border-radius: 2px;
  height: 40px;
  width: 195px;
}

.header-search input {
  height: 50px;
  border: 1px solid var(--custom-accent-color-100);
  border-right: 0;
  color: var(--custom-black-color);
  padding: 0 20px;
  border-radius: 5px 0px 0 5px;
  font-size: 14px;
}

.header-search input::placeholder {
  color: var(--custom-gray-color-800);
}

.header-search button,
.mobile-search button {
  height: 50px;
  background: var(--custom-accent-color-500)
    url(https://les.nastroyker.ru/media/uploads/submit-search.svg) no-repeat !important;
  border: 1px solid var(--custom-accent-color-500);
  background-size: 20px;
  background-position: center center !important;
  border-radius: 0 5px 5px 0;
  width: 50px;
}

.header-search button:hover,
.mobile-search button:hover {
  background: var(--custom-white-color)
    url(https://les.nastroyker.ru/media/uploads/submit-search-hover.svg)
    no-repeat !important;
  background-size: 20px;
  background-position: center center !important;
  border: 1px solid var(--custom-accent-color-100);
}

.header-search button .icon-svg,
.mobile-search button .icon-svg {
  display: none;
}

.header-search--inner {
  height: 40px;
}

.header-user__link {
  font-size: 14px;
  color: var(--custom-black-color);
}

.main-menu a {
  opacity: 1;
  color: var(--custom-black-color);
  font-size: 14px;
}

.main-menu a:hover {
  text-underline-offset: 5px;
}

.main-menu li {
  margin-right: 0;
}

.main-menu ul {
  gap: 20px;
}

.btn-border.callme-button {
  border: 1px solid var(--custom-accent-color-100) !important;
  color: var(--custom-black-color) !important;
  background-color: transparent !important;
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
}

.btn-border.callme-button:hover {
  border: 1px solid var(--custom-accent-color-500) !important;
  color: var(--custom-white-color) !important;
  background-color: var(--custom-accent-color-500) !important;
}

.header-phones__phone {
  color: var(--custom-black-color);
  font-weight: 400 !important;
  font-size: 14px;
}

.catalog-box {
  background: var(--custom-accent-color-500);
}

.header-body {
  display: none;
}

.top-header__content-left {
  width: 60%;
  justify-content: space-between;
}

/* fancybox */

.fancybox-button {
  background: rgb(255 255 255 / 60%);
}

.fancybox-content {
  background: var(--custom-white-color);
}

.form-close {
  display: none;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}

.cookie-modal__content button {
  height: 50px;
  font-size: 14px;
  border-radius: 5px;
}

.cookie-modal__content button:hover {
  background: var(--custom-white-color);
  border: 1px solid var(--custom-accent-color-100);
  color: var(--custom-black-color);
}

.fancybox-close-small svg {
  display: block;
}

.modal-content .form-control {
  border: 1px solid var(--custom-accent-color-100) !important;
}

.modal-content .button-theme_primary:hover,
.mobile-show .button-theme_primary:hover {
  border: 1px solid var(--custom-black-color) !important;
  background: transparent !important;
  color: var(--custom-black-color) !important;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0px;
}

.faq-element__head-title,
.faq-element__head-title p {
  font-size: 20px;
}

/* форма в подвале */

section.feedback-form,
.inner-page .section-dark.feedback-form {
  background: var(--custom-accent-color-400) !important;
}

.form-control:valid + .label-name .content-name {
  display: none;
}

.section-dark.feedback-form {
  padding: 120px 0 80px;
}

.checkbox span {
  font-size: 12px;
  padding-left: 0px;
}

.breadcrumbs a,
.breadcrumbs {
  font-size: 14px;
}

.breadcrumbs a:hover {
  text-underline-offset: 5px;
}

.form-control:focus + .label-name .content-name {
  display: none;
}

.form-group.privacy-policy
  .checkbox
  [type="checkbox"]:not(:checked)
  + label:before,
.checkbox [type="checkbox"]:checked + label:before,
.form-group.privacy-policy
  .checkbox
  [type="checkbox"]:not(:checked)
  + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  top: 0px;
}

.form-control::placeholder,
.content-name {
  color: var(--custom-black-color) !important;
}

.question-form {
  background: transparent !important;
  border: none;
  border-radius: 0px;
  padding: 0px;
  width: 700px;
  background: transparent;
  margin: 0 auto;
}

.question-main {
  max-width: 100%;
}

.form-control {
  background: var(--custom-white-color);
  border: none !important;
  box-shadow: none;
  border-radius: 5px;
  font-size: 14px;
  color: var(--custom-black-color);
  height: 50px;
}

.form-control::placeholder,
.content-name,
.form-control {
  font-size: 14px;
}

#question-main textarea.form-control {
  height: 110px;
}

.form-group {
  margin-bottom: 10px;
}

.question-form__column {
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.content-name {
  top: 15px;
}

.question-form .form-text {
  font-size: 12px;
  line-height: 130% !important;
}

.form-text a {
  color: var(--custom-accent-color-500);
}

.question-form .checkbox {
  max-width: 50%;
}

section.feedback-form .h2,
.question-form .h2 {
  font-weight: 400 !important;
  line-height: 110% !important;
  color: var(--custom-white-color);
  text-align: center;
  margin: 0 auto 50px auto;
  max-width: min-content;
}

.form-

/* подвал */

.footer-phone a,
.footer-content__title,
.footer-contact {
  color: var(--custom-white-color);
}

.footer-content__title {
  font-weight: 400 !important;
  font-size: 19px;
}

.footer-contact,
.footer-content__column a,
.footer-contact a {
  font-size: 14px;
}

.footer-content__column a:hover,
.header-phones__phone:hover,
.footer-contact a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.footer-contact a {
  color: var(--custom-white-color);
  margin-bottom: 15px !important;
  display: inline-block;
}

.footer-first-column .logo img {
  width: 100%;
}

.footer-phone {
  margin-bottom: 15px;
}

.developer-link a,
.footer-bottom__left,
.footer-bottom .copy,
.footer-content__title span {
  color: var(--custom-wh);
}

.developer-link a,
.footer-bottom__left,
.footer-bottom .copy {
  font-size: 12px;
  opacity: 1;
}

.footer-content__title {
  margin-bottom: 20px;
}

.footer-content__column li {
  margin-bottom: 12px;
}

.footer-content__title span {
  font-size: 14px;
  opacity: 1;
}

.developer-link a:hover,
.footer-phone a:hover {
  color: var(--custom-white-color);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.footer-subscribe {
  gap: 10px;
  flex-direction: column;
}

.footer-subscribe input {
  width: 100%;
  height: 50px;
  border: none;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 5px;
  background: var(--custom-white-color);
  color: var(--custom-black-color);
}

.footer-subscribe input::placeholder {
  color: var(--custom-black-color);
}

.inner-page footer {
  padding: 80px 0 0 0;
}

.button-theme_primary,
.footer-subscribe button,
.product-card-v2__buttons .st-button_add-to-cart,
.st-button_primary.w-100 {
  height: 50px !important;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
}

.product-card-v2__buttons .st-button_add-to-cart {
  background: transparent !important;
  border: 1px solid var(--custom-accent-color-100) !important;
  color: var(--custom-black-color) !important;
}

.product-card-v2__buttons .st-button_add-to-cart:hover {
  background: var(--custom-accent-color-500) !important;
  border: 1px solid var(--custom-accent-color-500) !important;
  color: var(--custom-white-color) !important;
}

.product-card-v2__buttons {
  flex-shrink: 0;
  width: 43%;
}

.product-card-v2__old-price,
.product-card-v2__old-price span {
  color: var(--custom-gray-color-700);
  font-size: 19px;
  font-family: "Spectral" !important;
}

.st-button_add-to-cart:hover,
.st-button_primary.w-100:hover {
  background: transparent !important;
  border: 1px solid var(--custom-accent-color-100) !important;
  color: var(--custom-black-color) !important;
}

.footer-subscribe button {
  background: transparent;
  border: 1px solid var(--custom-white-color) !important;
  color: var(--custom-white-color);
}

.footer-subscribe button:hover {
  background: var(--custom-white-color) !important;
  border: 1px solid var(--custom-white-color) !important;
  color: var(--custom-black-color) !important;
}

footer .form-text {
  color: var(--custom-white-color) !important;
}

.feedback-form {
  padding: 120px 0;
}

.section-dark {
  padding: 0;
  padding-bottom: 40px;
}

.question-main .btn {
  height: 50px;
  width: 240px;
  border-radius: 5px;
  font-size: 14px;
  background: transparent;
  border: 1px solid var(--custom-white-color);
  color: var(--custom-white-color);
  margin-right: auto;
}

.question-main .btn:hover {
  background: var(--custom-white-color);
  border: 1px solid var(--custom-white-color);
  color: var(--custom-black-color);
}

section.feedback-form .form-text,
.footer-content-cookie,
.developer-link a,
.gallery-static .form-text {
  color: var(--custom-white-color) !important;
}

.form-group.privacy-policy
  .checkbox
  [type="checkbox"]:not(:checked)
  + label:before,
.checkbox [type="checkbox"]:checked + label:before,
.form-group.privacy-policy
  .checkbox
  [type="checkbox"]:not(:checked)
  + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  border-radius: 100%;
}

/* главная */

.faq-section .h2 {
  color: var(--custom-black-color);
  text-align: center;
  margin-bottom: 50px;
}

.faq-element {
  background-color: transparent;
}

.faq-element:not(:last-child) {
  margin-bottom: 20px;
}

.faq-section .faq-element:not(:last-child) {
  margin-bottom: 10px;
}

.faq-element__head {
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--custom-accent-color-100);
}

.faq-element.active .faq-element__head {
  border: none;
}

.faq-element__content {
  padding: 20px;
  margin-top: 0px;
  border-radius: 5px;
  border: 1px solid var(--custom-accent-color-100);
}

.uslugi-block .faq-element__content {
  display: flex;
  gap: 30px;
}

.uslugi-block .faq-element__content .main-btn {
  flex-shrink: 0;
  width: max-content;
}

.uslugi-block .faq-element__content p {
  hyphens: auto;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 53px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
}

.faq-element__content p {
  color: var(--custom-black-color);
  font-size: 14px;
}

.faq-form {
  display: grid;
  grid-template-columns: 62% 33%;
  gap: 60px;
}

.faq-form .form-control,
.form-inner-block .form-control {
  border: 1px solid var(--custom-accent-color-100) !important;
}

.faq-form .form-block,
.form-inner-block .form-block {
  padding: 30px;
  border: 1px solid var(--custom-accent-color-100);
  border-radius: 5px;
}

.form-inner-block .form-block {
  width: 45%;
}

.faq_frontpage_block .faq-section__elements {
  width: 700px;
  margin: 0 auto;
}

.main-btn {
  border: 1px solid var(--custom-black-color);
  background: var(--custom-black-color);
  color: var(--custom-white-color);
  border-radius: 5px;
  height: 50px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  transition: 0.2s linear;
  text-align: center;
  font-size: 14px;
}

.border-btn,
.main-btn:hover {
  border: 1px solid var(--custom-black-color);
  background: transparent;
  color: var(--custom-black-color);
  transition: 0.2s linear;
  border-color: var(--custom-accent-color-100);
}

.border-btn:hover {
  border: 1px solid var(--custom-black-color);
  background: var(--custom-black-color);
  color: var(--custom-white-color);
  transition: 0.2s linear;
}

.white-btn {
  border: 1px solid var(--custom-white-color);
  background: transparent;
  color: var(--custom-white-color);
}

.white-btn:hover {
  border: 1px solid var(--custom-white-color);
  background: var(--custom-white-color);
  color: var(--custom-black-color);
}

.soc-buttons-line {
  display: flex;
  gap: 6px;
  padding-top: 15px;
}

.faq-element__trigger {
  width: 30px;
  height: 30px;
  right: 0;
  top: 16%;
  border-radius: 50%;
  border: none;
}

.faq-element__head:hover .faq-element__trigger {
  background-color: transparent;
}

.conditional-section {
  margin-bottom: 0;
}

.faq-section {
  padding-bottom: 120px;
}

.rew-btn {
  padding-bottom: 140px;
}

.rew-slider {
  padding-bottom: 25px;
  z-index: 2;
}

.news-slider {
  z-index: 2;
}

.team-slider p,
.team-slider h4 {
  color: var(--custom-white-color);
}

.rew-slider h2,
.news-slider h2 {
  width: min-content;
  margin: 0 auto;
  margin-bottom: 50px !important;
  text-align: center;
}

.news-slider h2 {
  color: var(--custom-white-color);
}

.news-slider h3 {
  line-height: 110% !important;
}

.news-slider {
  padding-bottom: 120px;
  margin-top: -320px;
}

.news-slider p {
  margin-bottom: 40px;
}

.news-slider .slick-arrow svg {
  fill: var(--custom-white-color);
}

.news-slider .main-btn {
  width: 100%;
}

.rew-btn .main-btn {
  margin: 0 auto;
  height: 60px;
    width: 240px;
    font-size: 18px;
    color: var(--custom-white-color);
    background: var(--custom-black-color);
}

.rew-btn .main-btn:hover {
  transform: scale(1.1);
}

.slider-constructor .slick-arrow {
  width: 10px;
  min-width: 30px;
  border: none;
  border-radius: 0;
}

.slider-constructor .slick-arrow:hover {
  background: none;
}

.rew-slider .content-background-box__text-content {
  padding: 0;
}

.rew-slider .content-image {
  /*clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%, 0% 100%);*/
  width: 100% !important;
  margin: 0 !important;
  border-radius: 5px;
}

.inner-page .rew-slider {
  padding: 0 !important;
}

.news-slider .content-image {
  border-radius: 5px;
}

.offer-static {
  padding-top: 115px;
}

.gallery-static {
  background: var(--custom-accent-color-500);
  padding: 120px 0 480px 0;
  z-index: 1;
  position: relative;
}

.gallery-static::after {
  content: "";
  width: 100%;
  height: 260px;
  background: url(https://mill-house.ru/media/uploads/frontpage/pattern-back.svg)
    no-repeat;
  background-position: bottom center;
  background-size: auto;
  position: absolute;
  bottom: 0;
}

.gallery-static .gallery-img-block {
  margin-bottom: 150px;
}

.gallery-static .gallery-block {
  margin-bottom: 40px;
}

.gallery-static .form-block,
.offer-static .text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 700px;
  margin: 0 auto;
}

.gallery-static .form-block h2 {
  color: var(--custom-white-color);
  text-align: center;
  width: min-content;
  margin-bottom: 30px;
}

.gallery-static .form-block p {
  color: var(--custom-white-color);
  margin-bottom: 50px;
  font-size: 14px;
  width: 410px;
}

.gallery-static .privacy-policy {
  width: 410px;
  margin: 0 auto 20px auto;
}

.gallery-static .card-body {
  width: 100%;
}

.gallery-static .form-block img {
  margin-bottom: 30px;
}

.gallery-static .btn--main-min {
  background: transparent !important;
  color: var(--custom-white-color) !important;
  border-color: var(--custom-white-color) !important;
}

.gallery-static .btn--main-min:hover {
  background: var(--custom-white-color) !important;
  color: var(--custom-black-color) !important;
  border-color: var(--custom-white-color) !important;
}

.gallery-block {
  margin-bottom: 140px;
  position: relative;
}

.grid-why {
  display: grid;
  grid-template-columns: 28% 410px 28%;
  gap: 55px;
}

.grid-why ul li {
  color: var(--custom-white-color) !important;
}

.why-block {
  margin-bottom: 140px;
}

.gallery-static .why-block h2 {
  width: auto;
}

.text-page ul li:before,
.o-product-tab ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  background: url(https://mill-house.ru/media/uploads/ul-icon.svg) no-repeat;
  background-position: center;
  background-size: 100%;
}

.text-page ul li {
  padding-left: 35px;
  margin-bottom: 15px;
}

.grid-why .img-block {
  border-radius: 5px;
  height: min-content;
  overflow: hidden;
}

.why-block .form-block h2 {
  margin-bottom: 50px;
}

.grid-why .img-block img {
  margin: 0;
}

.offer-static p {
  font-size: 14px;
  text-align: center;
  color: var(--custom-white-color);
  line-height: 130% !important;
}

.offer-static h1 {
  text-align: center;
  max-width: min-content;
}

.gallery-img-block {
  display: grid;
  grid-template-columns: 36% 31% 31%;
  gap: 12px;
}

.gallery-img-block .img-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.gallery-img-block img {
  margin-bottom: 0 !important;
  border-radius: 5px;
  object-fit: cover;
  height: 100%;
  transition: 0.2s linear;
}

.gallery-img-block .img-block:hover img {
  transition: 0.2s linear;
  transform: scale(1.1);
}

.gallery-img-block .img-block:hover {
  transition: 0.2s linear;
}

.gallery-img-block
  .img-block:not(.gallery-img-block .img-container .img-block)::after {
  content: "";
  width: 110%;
  height: 120%;
  transform: rotate(-28deg);
  background: #9eb899;
  filter: blur(78px);
  left: -60%;
  bottom: -60%;
  position: absolute;
  opacity: 0;
  transition: 0.2s linear;
}

.gallery-img-block .img-container .img-block::after {
  content: "";
  width: 110%;
  height: 120%;
  transform: rotate(-28deg);
  background: #9eb899;
  filter: blur(28px);
  left: -66%;
  bottom: -40%;
  position: absolute;
  opacity: 0;
  transition: 0.2s linear;
}

.gallery-img-block .img-container .img-block:hover::after,
.gallery-img-block
  .img-block:hover:not(
    .gallery-img-block .img-container .img-block:hover
  )::after {
  opacity: 0.5;
}

.gallery-img-block .img-block {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: 0.2s linear;
}

.gallery-img-block .img-block img {
  height: auto;
}

.img-container {
  height: fit-content;
}

.img-container .img-block {
  height: fit-content;
}

.img-container .img-block img {
  height: auto;
}

.buttons-row {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
}

.buttons-line {
  flex-direction: row;
}

.buttons-line .main-btn {
  width: 200px !important;
}

.buttons-row .main-btn {
  width: 100%;
  padding: 0 10px;
}

.offer-static .text-block {
  margin-bottom: 120px;
  padding-top: 110px;
}

.offer-static .gallery-block::before {
  content: "";
  background: url(https://mill-house.ru/media/uploads/frontpage/pattern-offer.svg)
    no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 146px;
  height: 94px;
  left: 10%;
  position: absolute;
  top: 86%;
}

.uslugi-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}

.faq-form {
  margin-top: -40px;
}

.gallery-block h1 {
  max-width: max-content;
  text-align: center;
  font-size: 48px;
  color: var(--custom-white-color);
}

.news-slider .content-background-box__text-content {
  padding: 20px;
}

.news-slider .content-standard-box__container {
  border-radius: 5px;
  border: 1px solid var(--custom-accent-color-100);
}

.media-block {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.media-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--custom-accent-color-100);
  border-radius: 5px;
  width: 94px;
  height: 94px;
  transition: 0.2s;
}

.media-btn:hover {
  background: var(--custom-accent-color-400);
  border: 1px solid var(--custom-accent-color-400);
  transition: 0.2s;
}

.media-btn::after {
  content: "";
  background: url(https://mill-house.ru/media/uploads/frontpage/vk.svg)
    no-repeat;
  background-size: cover;
  background-position: center center;
  width: 40px;
  height: 35px;
  transition: 0.2s;
}

.media-btn:hover::after {
  background: url(https://mill-house.ru/media/uploads/frontpage/vk-hover.svg)
    no-repeat;
  background-size: cover;
  background-position: center center;
  transition: 0.2s;
}

.media-btn.tg::after {
  background: url(https://mill-house.ru/media/uploads/frontpage/tg.svg)
    no-repeat;
  background-size: cover;
  background-position: center center;
}

.media-btn.tg:hover::after {
  background: url(https://mill-house.ru/media/uploads/frontpage/tg-hover.svg)
    no-repeat;
  background-size: cover;
  background-position: center center;
}

.media-btn.rt::after {
  background: url(https://mill-house.ru/media/uploads/frontpage/rt.svg)
    no-repeat;
  background-size: cover;
  background-position: center center;
}

.media-btn.rt:hover::after {
  background: url(https://mill-house.ru/media/uploads/frontpage/rt-hover.svg)
    no-repeat;
  background-size: cover;
  background-position: center center;
}

.uslugi-block .gallery-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 80px;
}

.product-card-slideshow {
    padding-bottom: 0;
}

.uslugi-block .gallery-block h2 {
  margin-bottom: 50px;
  text-align: center;
}

.garanty-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.garanty-block-big {
  padding: 40px;
  border: 1px solid var(--custom-accent-color-100);
  border-radius: 5px;
}

.garanty-block-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.garanty-item.green-item {
  border: none;
  background: var(--custom-accent-color-400);
}

.garanty-item.green-item p {
  color: var(--custom-white-color);
}

.garanty-block-big h3 {
  margin: 0;
}

.garanty-item {
  padding: 30px;
  border: 1px solid var(--custom-accent-color-100);
  border-radius: 5px;
  height: 50%;
}

.garanty-item span {
  font-family: "Spectral" !important;
  font-size: 34px;
}

.garanty-block-big span {
  font-size: 93px;
  font-family: "Spectral" !important;
}

.uslugi-block .faq-element__head-title p {
  font-size: 14px;
  margin-top: 10px;
  font-family: "Roboto", serif !important;
}

.slider-constructor.scale-slide .slick-current + .slick-active + .slick-active {
  transform: scale(0.9);
}

.slider-constructor.scale-slide .slick-slide {
  transform: scale(0.7);
}

section.feedback-form,
.inner-page .section-dark.feedback-form,
.gallery-static {
  background: var(--custom-accent-color-400)
    url(https://mill-house.ru/media/uploads/frontpage/line-back.svg) no-repeat !important;
  background-size: auto !important;
  background-position: top center;
}

/* внутренние страницы */

.client-item,
.catalog-menu-item {
  width: 100% !important;
  border-radius: 5px;
  border: 1px solid var(--custom-accent-color-100);
  overflow: hidden;
  margin: 0 !important;
  background: transparent;
}

.clients-section,
.catalog-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.welcome__content .catalog-menu {
  grid-template-columns: repeat(3, 1fr);
}

.catalog-menu-item__name {
  bottom: auto;
  top: 75%;
  font-size: 19px;
  font-weight: 400;
  color: var(--custom-accent-color-400);
  font-family: "Spectral", serif !important;
  max-width: 85%;
}

.pagination {
  margin-bottom: 80px;
}

.simple-cart__form {
  padding-bottom: 120px;
}

.client-item:hover,
.catalog-menu-item:hover {
  background: transparent !important;
  border: 1px solid var(--custom-accent-color-500);
}

.client-item:hover .catalog-menu-item__image img,
.catalog-menu-item:hover .catalog-menu-item__image img {
  opacity: 0.7;
}

.client-item:hover .client-item__text {
  color: var(--custom-black-color);
}

.client-item_bg:hover::after,
.catalog-head,
.catalog-menu-item:before,
.catalog-menu-item:after {
  display: none;
}

.inner-page .section {
  padding-bottom: 0px;
}

.inner-page .section-dark.feedback-form {
  margin-top: 120px;
}

.catalog__links-block {
  margin-bottom: 0;
}

.catalog__links-block a {
  border-radius: 5px;
  font-size: 14px;
  color: var(--custom-accent-color-500);
  background: transparent;
  padding: 10px 25px;
  border: 1px solid var(--custom-accent-color-100);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-filter .catalog-filter-body {
  border: 1px solid var(--custom-accent-color-100);
  box-shadow: none;
  border-radius: 5px;
}

/* тизер, каталог, v2 */

.top-products-block {
  margin-top: 80px;
}

.product-item__image img {
  padding: 0;
}

.catalog-side__title {
  color: var(--custom-black-color);
  height: 50px;
}

.catalog-side__content {
  padding: 0;
  border-top: 1px solid var(--custom-gray-color-500);
}

.st-button_add-to-cart .st-button__title,
.st-button:not(.st-button:has(.st-button__icon)) .st-button__title {
  font-size: 14px;
}

.text-color-light,
.text-color-light span,
.product-card-v2__pricing-txt {
  color: var(--custom-black-color);
}

.product-card-v2__pricing-txt {
  margin-bottom: 5px;
}

.product-card-v2__buttons .st-button_not-availbe,
.product-card-v2__buttons .st-button_not-availbe:hover {
  color: var(--custom-black-color);
}

.product-card-v2__buttons .st-button_not-availbe {
  background-color: transparent;
  border-color: var(--custom-accent-color-100);
  border-radius: 5px;
  height: 50px !important;
}

.product-card-v2__buttons .st-button_not-availbe:hover {
  background-color: var(--custom-accent-color-500);
  border-color: var(--custom-accent-color-500);
  color: var(--custom-white-color) !important;
}

/*.product-card-v2 {
  border: 1px solid var(--custom-accent-color-100);
  padding: 15px;
  border-radius: 5px;
}*/

.product-card-v2 {
  border: none;
  padding: 0px;
  border-radius: 0px;
}

.product-card-slideshow__dot_active {
    background-color: var(--custom-accent-color-500);
}

.product-card__right {
  display: none;
}

.product-card-v2__image .image img {
  object-fit: cover;
}

.product_set_slider {
  padding: 120px 0 0 0;
}

.st-button__title {
  margin-left: 0;
}

.product-card-v2__image {
  aspect-ratio: 1.4 / 1;
  border-radius: 5px;
}

.product-card-v2__image .image img {
  padding: 0;
}

.product-card-v2__rating,
.product-card-v2__labels,
.st-button__icon_cart {
  display: none;
}

.product-card-v2__content {
  padding: 15px 0 0 0;
}

.product-card-v2__title {
  -webkit-line-clamp: 3;
  font-size: 19px;
  line-height: 110%;
  margin-bottom: 20px;
  font-family: "Spectral" !important;
}

.product-card-v2__content-bottom {
  gap: 20px;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.product-card-v2__pricing {
  gap: 0px;
}

.product-item_new .input-number,
.product-item_wide .input-number,
.product-item_max-heigth .input-number,
.product-item_max-width .input-number,
.input-number,
.product-card-v2 .input-number {
  height: 50px !important;
  border: 1px solid var(--custom-accent-color-100) !important;
  border-radius: 5px;
}

.product-card-v2__price,
.product-card-v2__price span {
  font-size: 22px;
  font-family: "Spectral" !important;
  font-weight: 400;
  line-height: 90% !important;
}

.input-number input[type="number"] {
  width: 55% !important;
  font-size: 14px !important;
  padding-bottom: 0 !important;
}

.input-number .order-up:before,
.input-number .order-up:after,
.input-number .order-down:before {
  background: var(--custom-black-color);
}

/* карточка */

.product-card-content h2 {
  font-size: 25px;
  text-transform: none;
  line-height: 110%;
}

.product-card .btn-border {
  height: 50px;
  border-radius: 5px;
  flex: auto;
}

.char-text:last-child {
  color: var(--custom-black-color);
}

.text-page p,
.text-page ul li,
.text-page ol li {
  font-size: 14px;
  color: var(--custom-black-color);
}

#sync1 .item,
#sync1 .item img {
  aspect-ratio: 1.45 / 1;
}

#sync1 .item img {
  border: 1px solid var(--custom-accent-color-100);
}

#sync1 .item img {
  object-fit: contain;
  border-radius: 5px;
  overflow: hidden;
}

.input-cont .range-input {
  font-size: 14px;
}

.text-page ul li,
.o-product-tab ul li {
  color: var(--custom-black-color);
}

.product-card__main-cost {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--custom-black-color);
}

.product-card__main-cost strong {
  padding: 0;
}

.fancybox-can-zoomIn .fancybox-content {
  background: var(--custom-gray-color-50);
}

.product-content ul {
  gap: 10px;
}

.gap-10 ul {
  gap: 0px !important;
}

.plan-img-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.product-card .btn-border {
  margin-top: 0;
}

[data-collapse-open] {
  color: var(--custom-accent-color-500);
  font-size: 14px;
}

[data-collapse-close] {
  color: var(--custom-black-color);
  font-size: 14px;
}

.input-number .order-down,
.input-number .order-up,
.input-number .order-down:hover,
.input-number .order-up:hover {
  border-radius: 5px;
  background: none;
  padding-left: 10px;
  border: none;
}

.input-number {
  margin-right: 0;
}

.input-number .order-up:after {
  height: 1px;
  width: 11px;
  left: 3px;
}

#sync2 .item {
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
}

#sync2 .item img {
  object-fit: cover;
}

#sync1.owl-theme .owl-next {
  bottom: -41px;
  background: url(https://les.nastroyker.ru/media/uploads/arrow.svg) 50% 50%
    no-repeat;
  z-index: 50;
}

.product-card__main-cost span {
  font-size: 20px;
  padding-left: 0;
  color: var(--custom-accent-color-500);
}

.btn-radius {
  color: var(--custom-black-color);
}

.product-sale-badge,
.product-card__artikul {
  font-size: 14px !important;
}

.product-content {
  padding: 0;
  flex-direction: column-reverse !important;
}

.product-card__personal-cost span {
  font-size: 19px;
  font-family: "Spectral", serif !important;
}

.product-card__personal-cost strong {
  font-size: 24px;
  font-family: "Spectral", serif !important;
  font-weight: 400 !important;
}

.add-to-cart img.cart-icon {
  display: none;
}

.shopping-cart-product {
  flex-direction: column;
}

.shopping-cart-btn--lg.custom-icon {
  height: 50px;
  font-size: 14px;
  border-radius: 5px;
}

.shopping-cart-btn--lg.custom-icon:hover,
.form-cart .button-theme_primary:hover {
  background: transparent !important;
  border: 1px solid var(--custom-accent-color-100);
  color: var(--custom-black-color) !important;
}

.payment-section,
.form-cart {
  padding-top: 20px;
}

.form-cart .form-control {
  border: 1px solid var(--custom-accent-color-100) !important;
}

.product-card__personal-cost strong {
  font-size: 28px;
  font-weight: 600;
}

.product-card__main-cost span {
  color: var(--custom-discount-color);
}

.product-card-sell-badge {
  background: var(--custom-discount-color);
  font-weight: 400;
  border-radius: 5px;
}

#sync1.owl-theme .owl-prev {
  bottom: -41px;
  background: url(https://les.nastroyker.ru/media/uploads/arrow.svg) 50% 50% no-repeat;
}

.input-number .order-up::before {
  width: 1px;
}

.product-card__artikul {
  color: var(--custom-gray-color-700);
}

.input-number .order-down::before {
  height: 1px;
}

.catalog-sorting ul li a,
.catalog-sorting__title,
.contacts-list span,
.contact-line a,
.contact-text-line p,
.btn-border,
.filter-show-all a,
.char-text,
.char-text:last-child,
.btn-radius,
.product-card__discription-title,
.product-item__status {
  font-size: 14px;
}

.product-card__head {
  padding: 0;
  border-bottom: none;
}

.product-card__container {
  padding: 20px 0px 60px 0;
  gap: 40px;
  align-items: center;
}

.product-card__slideshow {
  width: 100%;
}

.product-card__content {
  width: 30%;
  gap: 40px;
  display: none;
}

.product-card__left {
  width: 100%;
}

.noUi-horizontal {
  height: 1px;
}

.catalog-body {
  margin-bottom: 80px;
}

.noUi-horizontal .noUi-handle {
  width: 10px;
  height: 10px;
  top: -5px;
}

.noUi-handle-upper {
  right: 0 !important;
}

.product-card__right {
  width: 50%;
  margin-left: 0;
}

.product-sale-badge {
  background-color: var(--custom-discount-color);
  padding: 3px 20px;
  width: 60px;
  border-radius: 5px;
}

.shopping-cart-product .st-button_add-to-cart,
.shopping-cart-product .st-button_primary.w-100 {
  width: 100% !important;
}

.input-number--lg {
  width: 100%;
}

.product-card__discription {
  padding: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  background: transparent;
}

.product-card ul li {
  color: var(--custom-black-color);
  margin-bottom: 5px;
}

.product-card__discription-title,
.product-item__status {
  font-weight: 400;
}

.product-card__discription-title {
  color: var(--custom-black-color);
}

.product-item__status {
  margin-bottom: 10px;
  color: var(--custom-accent-color-500);
}

.shopping-cart-btn--lg {
  height: 40px;
  font-size: 14px;
  flex: auto;
}

.product-card-container .product-card-side,
.input-number,
.shopping-cart-item__cost {
  display: none;
}

.product-card-container .product-card-content {
  width: 100%;
}

/* пагинация, слайдеры */

.slider-constructor .slick-arrow,
.faq-element__trigger {
  border-radius: 5px;
}

.pagination span,
.pagination .next,
.pagination .prev {
  font-size: 14px;
  border-radius: 5px;
}

.pagination .prev {
  background-color: var(--custom-white-color);
  border: 1px solid var(--custom-accent-color-100);
}

.pagination span.dot:hover {
  color: var(--custom-black-color);
  background-color: transparent;
}

.slider-constructor:not([data-no-arrows]) .slick-dots,
.slider-constructor .slick-dots,
.product-card__navigation {
  display: none !important;
}

.product-card__title {
  font-size: 48px;
  color: var(--custom-black-color);
}

.slick-arrow {
  border: 1px solid var(--custom-accent-color-100);
}

.slick-arrow:hover {
  background: transparent;
}

.slick-dots li:not(:last-child) {
  margin-right: 5px;
}

.slick-dots button,
#sync1.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid var(--custom-accent-color-100) !important;
  border-radius: 5px;
}

.slick-dots .slick-active button,
#sync1.owl-theme .owl-dots .owl-dot.active span,
#sync1.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--custom-accent-color-500) !important;
}

#sync1.owl-theme .owl-dots .owl-dot span {
  margin: 0;
}

/* корзина */

.simple-cart__form .form-control {
  border: 1px solid var(--custom-accent-color-100) !important;
}

.simple-order-form__submit .btn:hover {
  background: transparent !important;
  color: var(--custom-black-color) !important;
}

.new-radio__label {
  font-size: 14px;
}

.simple-order-form__group#pickup-section {
  display: none !important;
}

.simple-cart__content {
  max-width: 100%;
}

.shopping-cart-item__img img {
  object-fit: cover;
  aspect-ratio: auto;
  max-width: none;
  width: auto;
  height: 100%;
  max-height: none;
}

.shopping-cart-item__img {
  margin-right: 20px;
  aspect-ratio: 1.4 / 1;
  border-radius: 5px;
  width: 100px;
  overflow: hidden;
}

.shopping-cart-item__delete svg {
  width: 23px;
  height: 23px;
  color: var(--custom-accent-color-500);
}

.simple-order-form button {
  width: 140px;
}

.delivery-total__sm,
.delivery-total ul li:not(.simple-cart .delivery-total ul li:last-child),
.shopping-cart-item__uom,
.simple-order-form__title.mb-0 {
  display: none;
}

.shopping-cart-item__name span {
  font-size: 14px;
  padding-bottom: 6px;
  color: var(--custom-black-color);
}

.shopping-cart-item__numbers .input-number {
  width: 150px !important;
}

.shopping-cart-item__total-cost {
  margin-left: 10px;
  font-weight: 400;
  color: var(--custom-black-color);
  font-family: "Spectral" !important;
  margin-left: auto;
}

.shopping-cart-item__numbers .input-number {
  display: none !important;
}

.shopping-cart-item__cost {
  font-weight: 400;
  font-family: "Spectral" !important;
}

.shopping-cart-item__total-cost span {
  font-weight: 400;
}

.delivery-total__lg {
  font-weight: 400;
  font-size: 25px;
  font-family: "Spectral" !important;
}

.simple-order-form__title {
  font-size: 25px;
  text-transform: none;
}

.new-radio__label:before {
  border-width: 1px;
}

.new-radio__label:after,
.new-radio__label:before {
  border-radius: 100%;
}

.shopping-cart-item {
  padding: 10px 0px;
}

.delivery-cart {
  padding-right: 0;
}

.simple-order-form .form-group.comment {
  margin-top: 10px;
}

.simple-order-form .form-group {
  margin-bottom: 10px;
}

.simple-order-form__inputs,
.simple-order-form__submit {
  flex: 100%;
}

.simple-order-form__group {
  margin: 20px 0px 10px 0;
}

.simple-order-form__submit {
  margin: 0;
}

.simple-order-form .form-text {
  margin-bottom: 20px !important;
  margin-top: 15px;
}

.shopping-cart-item__name {
  font-size: 14px;
  color: var(--custom-black-color);
}

.shopping-cart-btn--lg.custom-icon {
  width: 100%;
  display: flex;
}

/* контакты */

.contacts-block__info {
  padding: 0px;
}

.contacts-block {
  border: none;
}

.contacts-block__map {
  border-radius: 5px;
  overflow: hidden;
}

.main-action p,
.contacts-block__title,
.contacts-block__title-red.address-data {
  font-weight: 400;
  color: var(--custom-black-color);
}

/* фильтр */

.catalog-filter__btns .btn {
  width: 82%;
}

.catalog-filter__btns .btn:hover {
  background: transparent !important;
  color: var(--custom-black-color) !important;
}

.catalog-filter-accordion .opener,
.filter-item-title {
  color: var(--custom-black-color);
  font-weight: 400 !important;
  font-size: 19px;
}

.filter-item-title,
.catalog-filter-accordion .opener {
  font-family: "Spectral" !important;
}

.checkbox [type="checkbox"]:not(:checked) + label,
.checkbox [type="checkbox"]:checked + label {
  font-size: 14px;
  color: var(--custom-black-color);
}

.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before,
.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  border-radius: 100%;
}

.catalog-filter-accordion .opener::before {
  border: 1px solid var(--custom-accent-color-100);
}

.catalog-filter-accordion .opener {
  overflow: visible;
}

.catalog-filter-accordion .opener:before {
  border-radius: 100%;
  top: -6px;
}

.catalog-filter-accordion .opener .icon {
  top: 0px;
}

.product-item__flag {
  border-radius: 5px;
  font-weight: 400;
  height: 24px;
  font-size: 14px;
}

.error__content .btn {
  height: 50px;
  border-radius: 5px;
  font-size: 14px;
  width: 180px;
  border: 1px solid var(--custom-accent-color-500);
}

.error__content .btn:hover {
  background: transparent;
  color: var(--custom-black-color);
  border: 1px solid var(--custom-accent-color-100);
}

.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  border: 1px solid var(--custom-white-color);
}

.catalog-side,
.custom__accordion {
  border: 1px solid var(--custom-accent-color-100);
  box-shadow: none;
  border-radius: 5px;
  overflow: hidden;
}

.catalog-side__content ul li a {
  color: var(--custom-black-color);
}

.catalog-side__content ul li {
  border-bottom: 1px solid var(--custom-gray-color-500);
}

.catalog-side__content ul li:last-child {
  border-bottom: none;
}

.catalog-side__content ul li a:hover {
  color: var(--custom-accent-color-100);
}

.table table td {
  font-size: 14px;
  padding: 10px 25px 10px 0;
}

.menu-item.active {
  background: none;
}

.comparison__side {
  border: none;
}

.menu-item.active a {
  color: var(--custom-accent-color-100);
}

.custom__accordion .acc__toggle:not(.acc__toggle-inner) {
  border: none;
  border-bottom: 1px solid var(--custom-gray-color-500);
}

.custom__accordion .acc__toggle {
  color: var(--custom-black-color) !important;
}

.custom__accordion .acc__toggle:hover {
  color: var(--custom-accent-color-100) !important;
}

.input-cont {
  width: 80px;
}

.catalog-menu-item__image img {
  object-fit: contain;
  margin-top: -8%;
}

.client-item,
.catalog-menu-item {
  aspect-ratio: 1.1 / 1;
  height: auto;
}

.faq-element__content ol {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.faq-element__content ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-element__content ul li {
  padding-left: 35px;
  position: relative;
}

.faq-element__content ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  background: url(https://mill-house.ru/media/uploads/ul-icon.svg) no-repeat;
  background-position: center;
  background-size: 100%;
}

.gallery-text {
  max-width: 25%;
}

.projects-slider .content-background-box__text-content {
  padding: 0;
}

.projects-slider .image {
  overflow: hidden;
  border-radius: 5px;
}

.plan-img {
  border-radius: 5px;
  border: 1px solid var(--custom-accent-color-100);
  padding: 20px;
  margin-bottom: 30px;
}

.plan-img img {
  margin: 0;
}

.projects-slider .image::after {
  content: "";
  width: 110%;
  height: 120%;
  transform: rotate(-28deg);
  background: #9eb899;
  filter: blur(28px);
  left: -66%;
  bottom: -40%;
  position: absolute;
  opacity: 0;
  transition: 0.2s linear;
}

.projects-slider .image:hover::after {
  opacity: 0.5;
}

.projects-slider .content-image {
  border-radius: 5px;
}

.projects-slider {
  margin-bottom: 60px;
}

.projects-slider .slick-next {
  right: -40px;
  top: 24%;
}

.projects-slider .slick-prev {
  left: -40px;
  top: 24%;
}

.house-block img {
  position: absolute;
  top: 50%;
  z-index: -10;
  width: 2550px;
  transform: translate(-50%, -49%);
  left: 54%;
}

.house-block {
  height: 580px;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
}

/* шапка */

header {
  position: fixed !important;
  top: 10px;
  background-color: transparent;
}

.top-header {
  background-color: transparent;
}

.top-header__content {
  padding: 20px;
  border-radius: 5px;
  background: var(--custom-white-color);
}

main {
  padding-top: 100px;
}

.inner-page header {
  top: 0;
}

.inner-page .top-header__content {
  padding: 0;
  border-radius: 5px;
}

.frontpage main {
  padding-top: 0px !important;
}

@media (max-width: 1700px) {
.house-block img {
    width: 1700px;
    left: 50%;
}
}

@media (max-width: 1279px) {
  .faq-form {
    grid-template-columns: 47% 47%;
    gap: 50px;
  }

  .welcome__content .catalog-menu {
    grid-template-columns: repeat(2, 1fr);
  }

  .garanty-block-big span {
    font-size: 75px;
  }

  .grid-why {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .gallery-static {
    padding: 120px 0 400px 0;
  }

  .gallery-static .gallery-block {
    margin-bottom: 40px;
  }

  .footer-content {
    gap: 40px;
  }

  .news-slider {
    margin-top: -230px;
  }

  .inner-page h1 {
    font-size: 35px;
  }

  .clients-section,
  .catalog-menu {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .garanty-block-big span {
    font-size: 7vw;
  }

  .top-header__content-right {
    padding-right: 0;
  }

  .garanty-block-big {
    padding: 30px;
  }

  .garanty-item {
    padding: 20px;
  }

  .grid-why {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-why .img-block:last-child {
    display: none;
  }

  .product-card-v2__content-bottom {
    gap: 20px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .product-card-v2__buttons {
    width: 100%;
  }

  .product-card__left,
  .product-card__right {
    width: 100%;
  }

  .gallery-img-block {
    grid-template-columns: repeat(3, 1fr);
  }

  .offer-static .gallery-block::before {
    top: 100%;
  }

  .house-block img {
    width: 1760px;
  }

  .offer-static {
    padding-top: 50px;
  }

  .gallery-static .gallery-img-block {
    margin-bottom: 120px;
  }

  .clients-section,
  .catalog-menu {
    grid-template-columns: repeat(2, 1fr);
  }

  .client-item__text {
    left: 20px;
    bottom: 20px;
  }

  .faq_frontpage_block .faq-section__elements {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .welcome__content .catalog-menu {
    grid-template-columns: repeat(1, 1fr);
  }

  .garanty-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  header {
    top: 0;
  }

  .top-header__content {
    padding: 0;
    border-radius: 0;
  }

  header {
    background-color: var(--custom-white-color);
  }

  .garanty-block-column {
    gap: 10px;
  }

  .garanty-block-big {
    padding: 20px;
  }

  .garanty-block-big span {
    font-size: 66px;
  }

  .plan-img {
    margin-bottom: 0px;
  }

  .plan-img-row {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }

  .faq-form {
    margin-top: -20px;
  }

  .grid-why {
    grid-template-columns: repeat(1, 1fr);
  }

  .why-block .form-block h2 {
    margin-bottom: 30px;
  }

  .faq-form {
    gap: 30px;
    display: flex;
    flex-direction: column;
  }

  .faq-form .form-block {
    padding: 20px;
  }

  .slider-constructor {
    padding-top: 0;
  }

  .product-card-bottom__artikul {
    display: none;
  }

  #sync1.owl-theme .owl-dots {
    gap: 10px;
  }

  .product-card__slideshow,
  .product-card__content {
    width: 100%;
  }

  .st-button__icon + .st-button__text {
    display: block;
  }

  .clients-section,
  .catalog-menu {
    grid-template-columns: repeat(1, 1fr);
  }

  .faq-section__elements,
  section.feedback-form .question-form,
  .gallery-static .form-block,
  .offer-static .text-block {
    width: 100%;
  }

  .question-form__column {
    width: 100%;
  }

  .question-form .checkbox {
    max-width: 100%;
    margin-top: 5px;
  }

  .news-slider {
    padding-bottom: 80px;
  }

  .question-main,
  .gallery-block {
    padding: 0;
  }

  .gallery-img-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-static .form-block p {
    margin-bottom: 30px;
    width: 100%;
  }

  .catalog-side,
  .offer-static .gallery-block::before,
  .cover,
  .conditional-section:first-child:not(.conditional-section_bg):not(
      .home-banner
    ),
  .product-card__artikul {
    display: none !important;
  }

  .breadcrumbs {
    row-gap: 5px;
  }

  .gallery-block {
    margin-bottom: 80px;
  }

  .offer-static {
    padding-top: 30px;
  }

  .page-head {
    width: 100%;
    margin: 0;
    padding: 10px 0px;
    background: transparent;
  }

  .form-inner-block .form-block {
    width: 100%;
  }

  .offer-static .text-block {
    margin-bottom: 40px;
  }

  .gallery-img-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .gallery-img-block .img-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .footer-first-column .logo img {
    max-width: 100%;
  }

  .inner-page .rew-slider {
    padding-top: 0 !important;
  }

  .char li {
    flex-direction: row;
  }

  .product-content .char {
    gap: 8px !important;
  }

  .product-content {
    gap: 30px !important;
  }

  .footer-contact div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-content__menu {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }

  .footer-first-column {
    align-items: flex-start;
  }

  .footer-first-column .logo {
    width: 100%;
  }

  .section-dark.feedback-form {
    padding: 100px 0 0px;
  }

  section.feedback-form .h2,
  .question-form .h2 {
    margin: 0 auto 25px auto;
  }

  .faq-section {
    padding-bottom: 60px;
  }

  .burger {
    width: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
  }

  .burger::after {
    width: 25px;
    bottom: -7px;
  }

  .burger-menu {
    width: 25px;
  }

  .burger::before {
    width: 25px;
    top: -7px;
  }

  .mobile-menu {
    padding: 16px;
    background: var(--custom-white-color);
  }

  .footer-content__column--lg {
    max-width: 100%;
  }

  .mobile-ul {
    width: 100%;
    padding: 0;
  }

  .mobile-phone {
    padding-bottom: 20px;
  }

  .mobile-ul li a,
  .mobile-ul li .submenu li a {
    font-size: 14px;
    color: var(--custom-black-color);
  }

  .mobile-ul li a:hover,
  .mobile-ul li .submenu li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    background: none;
  }

  .mobile-ul li .submenu li a .icon {
    right: 0px;
    top: 10px;
  }

  .mobile-ul li .submenu li .menu-item-link-mobile {
    padding: 9px 30px 9px 0;
  }

  .rew-btn {
    padding-bottom: 80px;
  }

  .gallery-block h2 {
    font-size: 35px;
  }

  .gallery-static .privacy-policy {
    width: 100%;
  }

  .rew-btn .main-btn {
    height: 50px;
    font-size: 16px;
}

  .rew-btn .main-btn:hover {
    transform: none;
    background: var(--custom-white-color);
    color: var(--custom-black-color);
}

  .simple-order-form {
    margin: 0;
    max-width: 100%;
  }

  .simple-order-form button {
    width: 100%;
  }

  .error__content .btn {
    width: 100%;
  }

  .shopping-cart-item {
    row-gap: 10px;
  }

  .shopping-cart-item__img {
    margin-right: auto;
  }

  .shopping-cart-item__name {
    width: calc(100% - 146px);
  }

  .contacts-block__info {
    padding: 20px 0px;
  }

  .catalog__links-block a {
    height: auto;
    font-size: 12px;
    padding: 10px;
    min-height: 34px;
    white-space: normal;
    text-align: center;
    line-height: 120%;
  }

  #sync1.owl-theme .owl-next,
  #sync1.owl-theme .owl-prev {
    bottom: -44px;
  }

  .product-card__container,
  .product-card__content {
    gap: 0;
  }

  section.feedback-form .h2,
  .question-form .h2 {
    max-width: max-content;
  }

  .faq-element__head-title,
  .faq-element__head-title p {
    font-size: 18px;
  }

  .faq-element__head-title p {
    padding-right: 20px;
  }

  .product-card__container {
    padding: 20px 0px 0px 0;
  }

  .shopping-cart-item__total-cost {
    margin-left: 30px;
  }

  .shopping-cart-item {
    justify-content: flex-start;
  }

  .delivery-cart {
    padding: 0;
  }

  .rew-slider .slider-constructor .slick-prev,
  .rew-slider .slider-constructor .slick-next {
    display: flex !important;
  }

  .faq-element__content ul li {
    padding-left: 30px;
  }

  .why-block {
    margin-bottom: 60px;
  }

  .faq-section .h2 {
    margin-bottom: 20px;
  }

  .projects-slider {
    margin-bottom: 20px;
  }

  .projects-slider .content-standard-box__container {
    gap: 15px;
  }

  .projects-slider .slider-constructor:not([data-no-arrows]) .slick-dots,
  .projects-slider .slider-constructor .slick-dots,
  .projects-slider .product-card__navigation {
    display: flex !important;
    left: calc(50% - 43px);
    width: min-content;
    bottom: -10px;
  }

  [data-collapse-initialized][data-collapse] {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .mob-block {
    display: none !important;
  }

  .article-inner__content {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .uslugi-block .faq-element__content p {
    -webkit-line-clamp: 4;
    height: 75px;
  }

  .house-block {
    height: 380px;
    margin-bottom: 15px;
  }

  .house-block img {
    width: 910px;
    transform: translate(-50%, -54%);
  }

  .offer-static .text-block {
    padding-top: 80px;
  }

  .rew-btn .main-btn {
    width: 100%;
  }

.product-card-v2__content {
  padding: 10px 0 0 0;
}

  .rew-slider h2,
  .news-slider h2 {
    margin-bottom: 30px !important;
  }

  .offer-static .text-block {
    margin-bottom: 20px;
  }

  .uslugi-block img {
    width: 100%;
  }

  .uslugi-block {
    gap: 60px;
  }

  .faq-element__head-title {
    font-size: 19px;
  }

  .faq-element__head {
    padding-bottom: 10px;
  }

  .faq-element:not(:last-child) {
    margin-bottom: 25px;
  }

  .faq-element__trigger {
    top: 9%;
  }

  .faq_frontpage_block .faq-element__trigger {
    top: 27%;
    background: none;
  }

  .faq-element.active .faq-element__head {
    padding-right: 20px;
  }

  .uslugi-block .gallery-block h2 {
    margin-bottom: 30px;
  }

  .gallery-static .gallery-block {
    margin-bottom: 10px;
  }

  .gallery-static {
    padding: 80px 0 320px 0;
  }

  .news-slider .content-background-box__text-content {
    padding: 10px;
  }

  .news-slider .slick-prev,
  .news-slider .slick-next {
    display: block !important;
    top: -43px;
  }

  .slick-next {
    right: -12px !important;
  }

  .slick-prev {
    right: 30px !important;
  }

  .news-slider {
    padding-bottom: 20px;
  }

  .news-slider h3 {
    font-size: 19px;
  }

  .news-slider p {
    margin-bottom: 30px;
  }

  .footer-content__menu {
    gap: 30px;
  }

  .footer-content {
    gap: 0px;
  }

  .header-cart {
    display: none;
  }

  .top-header .logo img {
    height: 45px;
  }

  h1:not(h1.p),
  h2,
  .h2,
  .content-title,
  .mb-25,
  .inner-page h1,
  .contacts-block__title,
  .g-title {
    font-size: 30px !important;
    word-wrap: break-word;
    hyphens: auto;
  }

  .product-card-v2__title {
    font-size: 17px;
  }

  .section-dark {
    padding-bottom: 0px;
  }

  .offer-static h1 {
    font-size: 25px !important;
  }

  .uslugi-block .faq-element__content {
    gap: 20px;
    flex-direction: column;
  }

  .uslugi-block .faq-element__content .main-btn {
    width: 100%;
  }
}

@media (min-width: 2300px) {
  .house-block img {
    width: 3000px;
    left: 41%;
  }
}
