body {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.33;
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  min-height: 100%;
}

html {
  min-height: 100%;
  border: 0 !important;
}

.container-fluid {
  position: relative;
  width: 100%;
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 12px;
}

img {
  max-width: 100%;
}

a {
  transition: .3s;
  text-decoration: none;
  color: #373737;
}

a:hover {
  color: #c4ad80;
}

input:focus {
  outline: 0;
}

p {
  margin-bottom: 0;
}

p:not(:last-child) {
  margin-bottom: 25px;
}

.text-center {
  text-align: center;
}

.button {
  font-size: 16px;
  display: inline-flex;
  height: 45px;
  padding: 0 20px;
  transition: .3s;
  color: #000;
  border: 0;
  border-radius: 40px;
  background-color: #c4ad80;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.button--big {
  font-size: 20px;
  width: 100%;
  max-width: 274px;
  height: 60px;
}

.button:hover {
  color: #fff;
  background-color: #34352e;
}

.button--plain {
  color: #fff;
  border: 1px solid;
  background-color: transparent;
}

.button--plain:hover {
  color: #fff;
  background-color: transparent;
}

.button--plain-black {
  color: #34352e;
  border: 1px solid;
  background-color: transparent;
}

ul {
  margin: 0;
  list-style: outside;
}

.w-100 {
  max-width: none !important;
}

main {
  margin-bottom: 70px;
}

body.filter-active {
  overflow: hidden;
}

.text-small {
  font-size: 12px;
}

.color-gray {
  color: #b3b3b3;
}

.color-gray a {
  color: #b3b3b3;
}

.wrapper:not(.wrapper--index) .header {
  margin-bottom: 70px;
}

.title {
  font-size: 48px;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
}

.title--left {
  text-align: left;
}

.title--small {
  font-size: 20px;
}

.title--medium {
  font-size: 36px;
}

.title:not(:last-child) {
  margin-bottom: 20px;
}

.title em {
  font-family: 'Playfair Display';
  display: block;
  color: #c4ad80;
}

.text-subtitle {
  font-size: 20px;
  line-height: 1.35;
  max-width: 893px;
  margin: 0 auto 25px;
  text-align: center;
  color: #34352e;
}

.text-subtitle--left {
  text-align: left;
}

.h-100 {
  height: 100%;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h3:not(:last-child) {
  margin-bottom: 20px;
}

.icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.icon-phone {
  width: 19px;
}

.icon-arrow {
  width: 24px;
  height: 14px;
  fill: none;
  stroke: currentColor;
}

.icon-sub-menu {
  width: 8px;
  height: 6px;
  margin-top: 4px;
}

.icon-sms {
  width: 30px;
  height: 30px;
}

.icon-social {
  width: 36px;
  height: 36px;
}

.icon-download {
  width: 14px;
  height: 14px;
}

.icon-back {
  width: 7px;
  height: 12px;
}

.icon-close {
  width: 40px;
  height: 40px;
}

.header {
  padding: 19px 0;
  background-color: #373737;
}

.header:not(:last-child) {
  margin-bottom: 40px;
}

.header-mobile {
  display: none;
  padding: 19px 0;
  background-color: #373737;
}

.header-main {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3%;
}

.header-main__right {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 10px;
}

.logo {
  display: block;
  min-width: 92px;
  max-width: 185px;
}

.header-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  gap: 30px;
}

.header-menu__item--sub {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-menu__item--sub::after {
  width: 8px;
  height: 6px;
  margin-top: 2px;
  content: '';
  background-image: url('data:image/svg+xml,%0A%3Csvg width=\'8\' height=\'6\' viewBox=\'0 0 8 6\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M4.71074 4.78189C4.3194 5.17729 3.6806 5.17729 3.28926 4.78189L0.489829 1.95345C-0.135134 1.32201 0.31215 0.25 1.20057 0.25L6.79943 0.25C7.68785 0.25 8.13513 1.32201 7.51017 1.95345L4.71074 4.78189Z\' fill=\'white\'/%3E%3C/svg%3E%0A');
}

.header-menu__item--active .header-menu__link {
  color: #c4ad80;
}

.header-menu__item--active .header-menu__link::before {
  width: 100%;
  background-color: #c4ad80;
}

.header-menu__link {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: flex;
  transition: .3s;
  color: #fff;
  align-items: center;
  gap: 6px;
}

.header-menu__link::before {
  position: absolute;
  top: -29px;
  left: 0;
  width: 0;
  height: 2px;
  content: '';
  transition: .3s;
  background-color: #fff;
}

.header-menu__link svg {
  transition: .3s;
}

.header-menu__item:hover .header-menu__link {
  color: #c4ad80;
}

.header-menu__item:hover .header-menu__link::before {
  width: 100%;
  background-color: #c4ad80;
}

.header-menu__item:hover .header-menu__link svg {
  transform: rotate(180deg);
}

.header-phone {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}

.header-right {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 26px;
}

.header-menu__item--sub-menu {
  position: relative;
}

.header-menu__item--sub-menu .header-menu__link {
  position: relative;
  z-index: 2;
}

.header-menu__item--sub-menu:hover .wrapper-sub-menu {
  pointer-events: all;
  opacity: 1;
}

.wrapper-sub-menu {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
  padding-top: 40px;
  transition: .3s;
  pointer-events: none;
  opacity: 0;
}

.sub-menu {
  z-index: 1;
  margin: 0;
  padding: 0;
  padding: 20px;
  list-style: none;
  border-radius: 20px;
  background-color: #373737;
}

.sub-menu__link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: .3s;
  white-space: nowrap;
}

.sub-menu__link:hover,
.sub-menu__link--active {
  color: #c4ad80;
}

.sub-menu__item:not(:last-child) {
  margin-bottom: 10px;
}

.open-menu {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #c4ad80;
}

.open-menu span {
  position: absolute;
  left: 50%;
  width: 19px;
  height: 2px;
  transition: .3s;
  transform: translateX(-50%);
  border-radius: 13px;
  background-color: #262626;
}

.open-menu span:nth-child(1) {
  top: 15px;
}

.open-menu span:nth-child(2) {
  top: 19px;
}

.open-menu span:nth-child(3) {
  bottom: 15px;
}

.mobile-menu {
  position: fixed;
  z-index: 30;
  top: 60px;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  height: calc(100% - 60px);
  transition: .3s;
  transform: translateX(-100%);
  background-color: #373737;
}

.mobile-menu__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px 20px 30px;
  gap: 30px;
}

.mobile-menu__wrapper .logo {
  margin-bottom: 20px;
}

.mobile-menu__head {
  flex: 1 0 auto;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu:not(:last-child) {
  margin-bottom: 17px;
}

.menu--op {
  opacity: .7;
}

.menu__item:not(:last-child) {
  margin-bottom: 20px;
}

.menu__item a {
  line-height: 1;
  padding: 3px 12px;
  color: #fff;
  border-radius: 30px;
}

.menu__item--active a {
  color: rgba(255, 255, 255, .4);
  background-color: rgba(0, 0, 0, .4);
}

.mobile-menu__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}

.mobile-menu__footer .button {
  height: 45px;
}

.menu-close {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #c4ad80;
  background-image: url('data:image/svg+xml,%0A%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M4.41073 4.41083C4.73617 4.08539 5.26381 4.08539 5.58925 4.41083L9.99999 8.82157L14.4107 4.41083C14.7362 4.08539 15.2638 4.08539 15.5892 4.41083C15.9147 4.73626 15.9147 5.2639 15.5892 5.58934L11.1785 10.0001L15.5892 14.4108C15.9147 14.7363 15.9147 15.2639 15.5892 15.5893C15.2638 15.9148 14.7362 15.9148 14.4107 15.5893L9.99999 11.1786L5.58925 15.5893C5.26381 15.9148 4.73617 15.9148 4.41073 15.5893C4.0853 15.2639 4.0853 14.7363 4.41073 14.4108L8.82148 10.0001L4.41073 5.58934C4.0853 5.2639 4.0853 4.73626 4.41073 4.41083Z\' fill=\'%23373737\'/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-position: center;
}

.active-menu {
  overflow: hidden;
}

.active-menu .mobile-menu {
  transform: translateX(0);
}

.active-menu .open-menu span:nth-child(1) {
  top: 20px;
  transform: translateX(-50%) rotate(45deg);
}

.active-menu .open-menu span:nth-child(2) {
  opacity: 0;
}

.active-menu .open-menu span:nth-child(3) {
  top: 20px;
  transform: translateX(-50%) rotate(-45deg);
}

.active-menu .header-phone {
  opacity: 0;
}

.mobile-menu-phone {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.modal-dialog {
  padding: 0 15px;
}

.modal-content {
  display: block;
  border-radius: 40px;
}

.modal-content .politic-text {
  font-size: 12px;
  max-width: none;
  text-align: center;
}

.modal-content .form-calculation {
  max-width: none;
}

.modal-content .form-calculation .button {
  max-width: 300px;
}

.modal-content .text-subtitle {
  font-size: 16px;
  max-width: 442px;
  margin-bottom: 40px;
}

.btn-close {
  position: absolute;
  z-index: 10;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: .3s;
  opacity: 1;
  background: transparent;
}

.btn-close:hover {
  opacity: 1;
  color: #c4ad80;
}

.btn-close:active,
.btn-close:focus {
  outline: none;
}

.modal-body {
  padding: 65px 20px;
}

.button-back {
  width: 100%;
  max-width: 277px;
  height: 60px;
}

.index-info-banner {
  display: flex;
  margin-bottom: 40px;
  padding: 22px 24px 27px 93px;
  border-radius: 30px;
  background-color: #f9f9f9;
}

.index-info-banner__preview {
  width: 100%;
  max-width: 53%;
  margin-left: auto;
  flex: 0 0 auto;
}

.index-info-banner__preview img {
  width: 100%;
  max-width: none;
  border-radius: 30px;
}

.index-info-banner__desc {
  font-size: 16px;
  padding-top: 5px;
}

.index-info-banner .title:not(:last-child) {
  margin-bottom: 9px;
}

.index-info-banner__text {
  padding-top: 30px;
}

.index-info-banner__small-text {
  font-size: 12px;
  max-width: 302px;
}

.index-info-banner__small-text,
.index-info-banner__small-text a {
  color: #b3b3b3;
}

.index-info-banner__text .button {
  margin-bottom: 20px;
}

.flag {
  margin-bottom: 10px;
}

.banner {
  display: flex;
  overflow: hidden;
  height: 198px;
  margin: 0 0 65px;
  border-radius: 30px;
  background-color: #373737;
  align-items: center;
}

.banner__text {
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
}

.banner__text img {
  width: 100%;
  object-fit: cover;
}

.banner__title {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}

.banner__title em {
  font-family: 'Playfair Display';
  display: block;
  color: #c4ad80;
}

.banner__img {
  height: 100%;
}

.banner__img img {
  height: 100%;
  object-fit: cover;
}

.banner .button {
  padding: 0 35px;
}

.number {
  font-size: 24px;
  text-align: center;
}

.number__circle {
  display: flex;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #c4ad80;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.number__circle--quetion img {
  max-width: 86px;
}

.index-number-main {
  margin-bottom: 91px;
  padding: 35px 0 15px;
  border-radius: 30px;
  background-color: #f9f9f9;
}

.inc-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.inc-item__preview {
  overflow: hidden;
  height: 200px;
}

.inc-item__preview img {
  width: 100%;
  height: 100%;
  border-radius: 30px 30px 0 0;
  object-fit: cover;
}

.inc-item__main {
  font-size: 20px;
  line-height: 1.2;
  min-height: 120px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0 0 30px 30px;
  background-color: #f9f9f9;
  flex: 1 0 auto;
}

.slider-inc {
  margin-bottom: 75px;
}

.slider-inc .swiper-slide {
  height: auto;
}

.slider-inc-pagination {
  display: flex;
  justify-content: center;
}

.slider-inc-pagination:not(.swiper-pagination-lock) {
  padding-top: 30px;
}

.chimney-systems {
  margin-bottom: 100px;
}

.chimney-systems__head {
  margin-bottom: 90px;
}

.contur-main {
  position: relative;
  display: flex;
  align-items: center;
  gap: 70px;
  width: 70%;
  margin: 0 auto;
}

.contur-main-text {
  line-height: 1.2;
}

.contur-main > div .contur-main-text:not(:last-child) {
  margin-bottom: 60px;
}

.contur-main-text__title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.contur-main-text span {
  font-size: 16px;
  position: relative;
  display: block;
  padding-top: 4px;
  color: #c4ad80;
}

.contur-main-text span::before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: left center;
}

.get-guide {
  display: flex;
  overflow: hidden;
  margin-bottom: 78px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 30px;
  background-color: #f9f9f9;
}

.get-guide__preview {
  width: 50%;
  flex: 0 0 auto;
}

.get-guide__preview img {
  height: 100%;
  object-fit: cover;
}

.get-guide__main {
  font-size: 20px;
  padding: 48px 20px 20px 44px;
}

.get-guide__main ul {
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
}

.get-guide__main ul li {
  position: relative;
  padding-left: 30px;
}

.get-guide__main ul li::before {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 5px;
  height: 5px;
  content: '';
  border-radius: 50%;
  background-color: #000;
}

.get-guide__main p:not(:last-child) {
  margin-bottom: 15px;
}

.get-guide-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.get-guide-form .input,
.get-guide-form .button {
  width: 100%;
  max-width: 300px;
}

.get-guide-form .button {
  margin-bottom: 20px;
}

.input,
.textarea {
  position: relative;
  display: block;
  border: 1px solid #c4ad80;
  border-radius: 30px;
  background-color: #fff;
}

.input input,
.textarea input {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border: 0;
  background-color: transparent;
  font-size: 16px;
}

.input input::placeholder,
.textarea input::placeholder {
  opacity: 0;
}

.input textarea,
.textarea textarea {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 166px;
  padding-top: 30px;
  padding-left: 20px;
  resize: none;
  border: 0;
  background-color: transparent;
}

.input textarea:focus,
.textarea textarea:focus {
  outline: 0;
}

.input__label,
.textarea__label {
  font-size: 16px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 20px;
  transition: .3s;
  transform: translateY(20px);
  color: #9c9c9c;
}

input:required + .input__label::after,
input:required + .textarea__label::after {
  content: '*';
}

input:active + .input__label,
input:focus + .input__label,
input:not(:empty) + .input__label,
.input--active .input__label,
textarea:active + .input__label,
textarea:focus + .input__label,
textarea:not(:empty) + .input__label,
.input--active .input__label,
input:active + .textarea__label,
input:focus + .textarea__label,
input:not(:empty) + .textarea__label,
.input--active .textarea__label,
textarea:active + .textarea__label,
textarea:focus + .textarea__label,
textarea:not(:empty) + .textarea__label,
.input--active .textarea__label,
.textarea--active .input__label,
.textarea--active .input__label,
.textarea--active .textarea__label,
.textarea--active .textarea__label {
  font-size: 12px;
  transform: translateY(5px);
}

.politic-text {
  font-size: 15px;
  max-width: 505px;
  color: #b3b3b3;
}

.politic-text a {
  color: currentColor;
}

.chimney-selection {
  margin-bottom: 90px;
}

.chimney-item {
  position: relative;
  height: 300px;
  padding: 43px 20px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 30px;
}

.chimney-item img {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.chimney-item__name {
  font-size: 24px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

.text-subtitle__chimney-selection {
  margin-bottom: 85px;
}

.chimney-list-slider {
  margin-bottom: 65px;
}

.chimney-desc {
  font-size: 20px;
  margin-bottom: 50px;
  text-align: center;
}

.slider-chimney-wrapper {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  gap: 65px;
}

.slider-btn {
  display: flex;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #e8e8e8;
  background-image: url('data:image/svg+xml,%0A%3Csvg width=\'28\' height=\'12\' viewBox=\'0 0 28 12\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M0 5.93262L26.2031 5.93262\' stroke=\'black\' stroke-miterlimit=\'10\'/%3E%3Cpath d=\'M22.4853 3.52411e-08C23.7196 2.50363 25.6428 4.47133 27.6863 6C25.5934 7.49686 23.8141 9.5494 22.4853 12L21.2592 12C22.5528 9.62689 24.1118 7.55438 26.0383 6C24.1201 4.40183 22.4855 2.36237 21.2295 0L22.4853 3.52411e-08Z\' fill=\'black\'/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.slider-btn--prev {
  transform: scale(-1);
}

.slider-chimney-logo .swiper-slide {
  display: flex;
  width: auto;
  height: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.slider-chimney-logo img {
  filter: grayscale(1);
}

.calculation-form {
  padding: 65px 28px;
  border-radius: 30px;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: center;
}

.calculation-form--m {
  background-image: url('../images/m.svg');
}

.calculation-form .text-subtitle {
  font-size: 16px;
  max-width: 442px;
  margin-bottom: 35px;
}

.section-calculation-one {
  margin-bottom: 110px;
}

.form-calculation {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.form-calculation .input {
  width: 100%;
  max-width: 300px;
}

.form-calculation .button {
  width: 100%;
  max-width: 277px;
  height: 60px;
}

.section-info .text-subtitle {
  margin-bottom: 60px;
}

.section-info .index-number {
  margin-bottom: 130px;
}

.eco-filler {
  display: flex;
  margin-bottom: 105px;
}

.eco-filler__preview {
  position: relative;
  display: flex;
  width: 50%;
  height: 450px;
  border-radius: 30px;
  background-color: #f9f9f9;
  background-image: url('data:image/svg+xml,%0A%3Csvg width=\'480\' height=\'339\' viewBox=\'0 0 480 339\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M0 0V339H70.2439V146.9L199.024 339H269.268L398.049 146.9V339H480V0H398.049L234.146 259.9L70.2439 0H0Z\' fill=\'%23C4AD80\' fill-opacity=\'0.1\'/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.eco-filler__main {
  font-size: 20px;
  padding-top: 10px;
  padding-left: 100px;
}

.eco-filler__main ul {
  padding: 0;
  list-style: none;
}

.eco-filler__main ul li {
  position: relative;
  padding-left: 30px;
}

.eco-filler__main ul li::before {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 5px;
  height: 5px;
  content: '';
  border-radius: 50%;
  background-color: #000;
}

.eco-filler__main .title {
  margin-bottom: 25px;
}

.section-form {
  display: flex;
  overflow: hidden;
  margin-bottom: 75px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 30px;
  background-color: #f9f9f9;
}

.section-form__main {
  width: 50%;
  padding: 130px 93px 30px;
}

.section-form .text-subtitle {
  max-width: 433px;
  margin-bottom: 40px;
  margin-left: 0;
  color: #000;
}

.section-form form {
  max-width: 407px;
  margin-bottom: 35px;
}

.section-form .input {
  margin-bottom: 13px;
}

.index-gallery-wrapper {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  gap: 58px;
}

.index-gallery-wrapper img {
  max-height: 680px;
  border-radius: 20px;
}

.index-gallery {
  padding: 50px 0 75px;
}

.index-gallery .title {
  margin-bottom: 65px;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination-bullet-active {
  background-color: #373737;
}

.text-subtitle__index-faq {
  margin-bottom: 65px;
}

.faq-info {
  position: relative;
  margin-bottom: 70px;
}

.faq-info img {
  border-radius: 30px;
}

.faq-info__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  cursor: pointer;
  transition: .3s;
  transform: translateX(-50%) translateY(-50%);
  background-image: url('data:image/svg+xml,%0A%3Csvg width=\'150\' height=\'150\' viewBox=\'0 0 150 150\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M75 150C116.421 150 150 116.421 150 75C150 33.5786 116.421 0 75 0C33.5786 0 0 33.5786 0 75C0 116.421 33.5786 150 75 150ZM61.9318 98.6696L102.273 75.3788L61.9318 52.088L61.9318 98.6696Z\' fill=\'white\'/%3E%3C/svg%3E%0A');
  background-size: 100%;
}

.faq-info__play:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}

.index-faq--about {
  margin-bottom: 100px;
}

.contacts__head {
  margin-bottom: 65px;
}

.contacts__body iframe {
  overflow: hidden;
  border-radius: 30px;
}

.contacts__body .g-recaptcha iframe {
  border-radius: revert;
}

.contacts-work {
  font-size: 16px;
  line-height: 1.375;
  position: relative;
  overflow: hidden;
  height: 214px;
  padding: 25px 28px;
  border-radius: 30px;
  background-color: #f9f9f9;
}

.contacts-work img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.contacts-email {
  position: relative;
  height: 214px;
  padding: 25px 28px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
}

.contacts-email .icon {
  fill: #c4ad80;
}

.contacts-email__link {
  font-size: 16px;
  position: absolute;
  right: 34px;
  bottom: 26px;
  color: #34352e;
  border-bottom: 1px solid;
}

.contacts-social {
  position: relative;
  height: 214px;
  padding: 25px 28px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
}

.contacts-social .title {
  line-height: 1.3;
}

.contacts-social .social {
  position: absolute;
  right: 37px;
  bottom: 23px;
}

.social {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  gap: 17px;
}

.social__link {
  display: flex;
  width: 36px;
  height: 36px;
  color: #fff;
  border-radius: 50%;
  background-color: #4f4f4f;
  align-items: center;
  justify-content: center;
}

.contacts-info {
  padding: 25px 28px;
  color: #000;
  border-radius: 30px;
  background-color: #f9f9f9;
}

.contacts-info__title {
  font-family: 'Playfair Display';
  font-size: 20px;
  font-style: italic;
  margin-bottom: 8px;
  color: #c4ad80;
}

.contacts-info__address {
  font-size: 16px;
}

.contacts-info__phone {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
  color: #000;
}

.contacts-info__btns {
  display: flex;
  gap: 11px;
}

.contacts-info__button {
  font-size: 16px;
  display: flex;
  height: 60px;
  padding: 0 34px;
  transition: .3s;
  border: 1px solid #070707;
  border-radius: 30px;
  background-color: #fff;
  align-items: center;
}

.contacts-info__button:hover {
  color: #fff;
  background-color: #070707;
}

.contacts-info__button-yandex {
  padding: 0 15px;
}

.contacts-info__button-yandex img {
  width: 37px;
  margin-right: 5px;
}

.contacts-whatsapp {
  height: 270px;
  padding: 35px 28px;
  color: #fff;
  border-radius: 30px;
  background-color: #373737;
}

.contacts-whatsapp__header {
  font-size: 20px;
  display: flex;
  margin-bottom: 30px;
  color: #fff;
  align-items: center;
  gap: 15px;
}

.contacts-whatsapp-form {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contacts-whatsapp-form input {
  font-size: 16px;
  width: 218px;
  height: 45px;
  padding: 0 30px;
  color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 30px;
  background-color: transparent;
}

.contacts-whatsapp-form button {
  width: 170px;
  height: 45px;
  color: #373737;
  border: 0;
  border-radius: 30px;
  background-color: #c4ad80;
}

.cont-img {
  border-radius: 20px;
}

.contact-form {
  padding: 30px 28px 60px;
  border-radius: 30px;
  background-color: #f9f9f9;
  background-image: url('../images/m.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.contact-form-main {
  max-width: 912px;
  margin: 0 auto;
}

.contact-form-main .title {
  margin-bottom: 60px;
}

.contact-form-main .button {
  display: flex;
  max-width: 335px;
  margin: 0 auto;
}

.modal-map {
  height: 450px;
}

.card-m {
  position: relative;
  display: flex;
  display: flex;
  border-radius: 40px;
  background-color: #f9f9f9;
  background-image: url('../images/m.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  align-items: center;
  justify-content: end;
  justify-content: center;
  align-items: flex-end;
  padding-top: 100px;
}

.card-m--dealer {
  padding-top: 0;
}

.systems-block {
  margin-bottom: 65px;
}

.systems-block__header {
  margin-bottom: 60px;
}

.card-m-main {
  font-size: 20px;
  padding-left: 40px;
}

.turnkey-solution {
  margin-bottom: 65px;
  padding: 55px 128px;
  border-radius: 30px;
  background-color: #f9f9f9;
}

.turnkey-solution .text-subtitle {
  margin-bottom: 60px;
}

.turnkey-solution__img {
  width: 100%;
  max-width: 530px;
  flex: 0 0 auto;
}

.turnkey-solution-main {
  display: flex;
  gap: 104px;
  align-items: center;
}

.turnkey-box {
  font-size: 20px;
  line-height: 1.365;
  margin-bottom: 35px;
  color: #000;
  border-radius: 20px;
}

.turnkey-box__title {
  font-size: 24px;
  color: #c4ad80;
}

.turnkey-politic {
  font-size: 16px;
  color: #b3b3b3;
}

.turnkey-politic a {
  color: #b3b3b3;
}

.color-guide {
  margin-bottom: 50px;
}

.color-guide .title {
  margin-bottom: 65px;
}

.color-main__img {
  margin-bottom: 40px;
  text-align: center;
}

.color-main__img img {
  border-radius: 30px;
}

.color-main__desc {
  font-size: 20px;
  padding: 0 92px;
}

.color-main__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.related-products {
  margin-top: 120px;
  margin-bottom: 90px;
}

.related-products .text-subtitle {
  margin-bottom: 65px;
}

.related-item {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  height: 315px;
  padding: 30px 28px;
  text-align: center;
  border: 1px solid #c4ad80;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}

.related-item__img {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
}

.related-item img {
  max-width: 200px;
  margin-bottom: 18px;
}

.top-about {
  display: flex;
  margin-bottom: 180px;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 40px;
  gap: 54px;
}

.top-about__title {
  font-size: 40px;
  line-height: 1;
}

.top-about__desc {
  font-family: 'Playfair Display';
  font-size: 40px;
  font-style: italic;
  line-height: 1;
  color: #c4ad80;
}

.top-about__info {
  max-width: 550px;
}

.top-about__main {
  font-size: 20px;
  font-weight: 400;
}

.about-info {
  position: relative;
  margin-bottom: 80px;
}

.about-info__img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 20px;
}

.about-info-row {
  position: absolute;
  top: -60px;
  left: 50%;
  display: grid;
  width: 100%;
  max-width: 992px;
  transform: translateX(-50%);
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.about-info-item {
  display: flex;
  flex-direction: column;
  height: 130px;
  padding: 0 25px;
  color: #fff;
  border-radius: 10px;
  background-color: #373737;
  justify-content: center;
}

.about-info-item__number {
  font-size: 40px;
  line-height: 1;
}

.about-info-item__desc {
  font-size: 24px;
}

.swiper-slide-item {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.partners {
  margin-bottom: 150px;
}

.partners .swiper-wrapper {
  align-items: center;
}

.site-sliders-main {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.section-about {
  margin-bottom: 160px;
}

.section-about .text-subtitle {
  margin-bottom: 65px;
}

.section-about + .section-about {
  margin-bottom: 105px;
}

.section-about .swiper {
  max-width: 880px;
}

.site-sliders .swiper-slide {
  text-align: center;
}

.site-sliders .swiper-slide img {
  border-radius: 20px;
}

.sertifacate-sliders-main {
  max-width: 1156px;
  margin: 0 auto 20px;
}

.section-sertifacate {
  margin-bottom: 70px;
}

.section-sertifacate .text-subtitle {
  margin-bottom: 65px;
}

.section-reviews {
  margin-bottom: 80px;
}

.section-reviews .title {
  margin-bottom: 50px;
}

.section-reviews .swiper {
  max-width: 989px;
}

.reviews-item {
  font-size: 20px;
  min-height: 287px;
  padding: 69px 110px 30px;
  text-align: left;
  border-radius: 30px;
  background-color: #f9f9f9;
}

.slider-partners-pagination {
  display: none;
}

.cooperation-grid {
  display: grid;
  margin-bottom: 40px;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.cooperation-item {
  position: relative;
  height: 265px;
  border-radius: 40px;
  background-color: #f5f5f5;
}

.cooperation-item__main {
  position: relative;
  z-index: 2;
  padding: 40px 35px;
}

.cooperation-item__title {
  font-size: 32px;
  line-height: 1.1;
  max-width: 290px;
  margin-bottom: 20px;
}

.cooperation-item__title em {
  font-family: 'Playfair Display';
  display: block;
  color: #c4ad80;
}

.cooperation-item .button {
  width: 100%;
  max-width: 240px;
  height: 45px;
}

.cooperation-item img {
  position: absolute;
  z-index: 1;
  right: 32px;
  bottom: 0;
}

.card {
  height: 100%;
  padding: 40px 65px;
  border-radius: 40px;
  background-color: #f9f9f9;
}

.card p {
  font-size: 20px;
}

.card--border {
  padding: 45px;
  border: 1px solid rgba(0, 0, 0, .1);
  background-color: transparent;
}

.card .title {
  margin-bottom: 35px;
}

.card .button {
  width: auto;
  padding: 0 35px;
}

.card-m--dealer {
  height: 488px;
}

.card-m--delivery {
  height: calc(100% - 20px);
}

.dealer-top {
  margin-bottom: 95px;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px 26px;
}

.benefit {
  margin-bottom: 75px;
}

.benefit .title {
  margin-bottom: 45px;
}

.benefit-item {
  font-size: 24px;
  display: flex;
  height: 100%;
  min-height: 145px;
  padding: 25px;
  border-radius: 40px;
  background-color: #f9f9f9;
}

.benefit-item::before {
  width: 15px;
  height: 15px;
  margin-top: 11px;
  margin-right: 18px;
  content: '';
  border-radius: 50%;
  background-color: #c4ad80;
  flex: 0 0 auto;
}

.card-s {
  font-size: 20px;
  padding: 35px 45px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 40px;
}

.card-s .title {
  margin-bottom: 25px;
}

.form-delivery {
  font-size: 20px;
  padding: 50px 45px;
  color: #fff;
  border-radius: 30px;
  background-color: #373737;
}

.form-delivery em {
  color: #fff;
}

.form-delivery-form {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  gap: 15px;
}

.form-delivery-form input {
  font-size: 16px;
  width: 100%;
  max-width: 275px;
  height: 60px;
  padding: 0 30px;
  color: white;
  border: 1px solid #c4ad80;
  border-radius: 30px;
  background-color: transparent;
}

.form-delivery-form button {
  font-size: 20px;
  width: 100%;
  max-width: 280px;
  height: 60px;
  color: #373737;
  border: 0;
  border-radius: 30px;
  background-color: #c4ad80;
}

.delivery-cards-list {
  margin-bottom: 115px;
}

.card-bank {
  font-size: 20px;
  padding: 50px 90px;
  border-radius: 40px;
  background-color: #f9f9f9;
  height: calc(50% - 25px);
}

.card-bank .title {
  line-height: 1.4;
}

.card-tinkoff-grid {
  font-size: 20px;
}

.card-tinkoff {
  font-size: 20px;
  display: grid;
  height: 300px;
  padding: 0 90px;
  border-radius: 40px;
  background-color: rgba(196, 173, 128, .1);
  grid-template-columns: 1fr 1fr;
  gap: 150px;
  align-items: center;
}

.text-show__all {
  display: none;
}

.text-show__button {
  display: inline-flex;
  margin-top: 15px;
  cursor: pointer;
  color: #c4ad80;
  align-items: center;
  gap: 10px;
}

.text-show__button::after {
  width: 10px;
  height: 13px;
  content: '';
  background-image: url('data:image/svg+xml,%0A%3Csvg width=\'10\' height=\'13\' viewBox=\'0 0 10 13\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M4.70704 0.743896L4.70696 11.1049\' stroke=\'%23C4AD80\' stroke-width=\'0.775562\' stroke-miterlimit=\'10\'/%3E%3Cpath d=\'M9.30859 8.22234C7.36688 9.17965 5.8408 10.6712 4.65522 12.2561C3.49431 10.6329 1.90244 9.25298 0.00184641 8.22234L0.00184632 7.27142C1.84234 8.27474 3.4497 9.48384 4.65522 10.978C5.8947 9.49028 7.47643 8.22256 9.30859 7.24841L9.30859 8.22234Z\' fill=\'%23C4AD80\'/%3E%3C/svg%3E%0A');
  background-position: center;
}

.text-show--active .text-show__small {
  display: none;
}

.text-show--active .text-show__all {
  display: block;
}

.text-show--active .text-show__button::after {
  transform: rotate(180deg);
}

.materials-grid {
  display: grid;
  margin-bottom: 50px;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.materials-item {
  display: flex;
  padding: 30px 35px;
  border-radius: 30px;
  background-color: #f9f9f9;
  align-items: center;
  gap: 14px;
}

.materials-item__icon {
  width: 80px;
  flex: 0 0 auto;
}

.materials-item__title {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.down-link {
  font-weight: 700;
  display: inline-flex;
  color: #c4ad80;
  align-items: center;
  gap: 5px;
}

a.down-link {
  color: #373737;
}

a.down-link:hover {
  color: #c4ad80;
}

.garants {
  margin-bottom: 80px;
  padding: 80px 0 55px;
  text-align: center;
  border-radius: 30px;
  background-color: rgba(196, 173, 128, .1);
  background-image: url('../images/m.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28%;
}

.garants .button {
  padding: 0 40px;
}

.videoteka {
  margin-bottom: 50px;
}

.videoteka-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
}

.videoteka-list iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.actions-subtitle {
  margin-bottom: 50px;
}

.actions-item {
  position: relative;
  display: flex;
  border-radius: 30px;
  background-color: #f9f9f9;
  align-content: center;
  gap: 30px;
}

.actions-item__img {
  width: 100%;
  max-width: 242px;
  flex: 0 0 auto;
}

.actions-item__img img {
  height: 100%;
  border-radius: 30px 0 0 30px;
  object-fit: cover;
}

.actions-item__info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.actions-item__info .button {
  width: 190px;
}

.actions-item__title {
  font-size: 32px;
  margin-bottom: 30px;
  color: #000;
}

.actions-item__title em {
  font-family: 'Playfair Display';
  color: #c4ad80;
}

.actions-item__small-text {
  display: none;
  margin-bottom: 20px;
  color: #afafaf;
}

.actions-grid {
  display: grid;
  margin-bottom: 50px;
  grid-template-columns: 1fr 1fr;
  gap: 27px;
}

.show-more {
  display: flex;
  width: 100%;
  max-width: 240px;
  height: 45px !important;
  margin: 0 auto;
}

.back-link {
  font-size: 20px;
  display: inline-flex;
  padding: 10px;
  color: #373737;
  align-items: center;
  gap: 10px;
}

.promo-main-row {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.promo-main-row a {
  width: auto;
  flex: 0 0 auto;
}

.slider-gallery {
  text-align: center;
}

.warranty-grid {
  display: grid;
  margin-bottom: 50px;
  grid-template-columns: 228px auto;
  gap: 85px;
}

.text-main {
  font-size: 20px;
}

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

.text-main ul {
  margin-bottom: 25px;
}

.text-main ul li:not(:last-child) {
  margin-bottom: 25px;
}

.warranty-card .materials-item {
  flex-direction: column;
  padding: 35px 40px 25px;
}

.terms_of_use {
  line-height: 1.2;
  margin: 0 28px;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

.accordion-header {
  font-size: 26px;
  font-weight: 400;
  position: relative;
  padding: 18px 60px 18px 24px;
  cursor: pointer;
}

.accordion-header::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 10px;
  content: '';
  transition: .3s;
  transform: translateY(-50%) rotate(180deg);
  background-image: url('data:image/svg+xml,%0A%3Csvg width=\'18\' height=\'10\' viewBox=\'0 0 18 10\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M18 1.0002C18 1.25619 17.902 1.51217 17.707 1.70716L9.70712 9.70677C9.31612 10.0977 8.68413 10.0977 8.29313 9.70677L0.293246 1.70716C-0.0977487 1.31618 -0.0977487 0.684216 0.293246 0.293235C0.684241 -0.0977451 1.31623 -0.0977451 1.70723 0.293235L9.00012 7.58587L16.293 0.293235C16.684 -0.0977451 17.316 -0.0977451 17.707 0.293235C17.902 0.488226 18 0.744213 18 1.0002Z\' fill=\'%23C4AD80\'/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-position: right center;
}

.accordion-header.collapsed::after {
  transform: translateY(-50%);
}

.accordion {
  border-top: 1px solid #c4ad80;
}

.accordion-item {
  border: 0;
  border-bottom: 1px solid #c4ad80;
  border-radius: 0 !important;
}

.accordion-collapse {
  padding: 24px;
  padding-top: 0;
}

.accordion-body {
  padding: 0;
}

.policy {
  line-height: 1.4;
  margin: 0 28px;
}

.footer {
  padding: 45px 0;
  background-color: #373737;
}

.footer-logo {
  display: block;
  max-width: 195px;
}

.footer-header {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-head-links {
  display: grid;
  padding-top: 15px;
  text-align: right;
  grid-template-columns: auto 190px;
  gap: 40px;
}

.footer-head-links .button {
  display: none;
}

.footer-head-link {
  font-size: 20px;
  font-weight: 600;
  display: inline;
  color: #fff;
}

.footer-head-link__email span {
  border-bottom: 1px solid;
}

.footer-body {
  display: grid;
  grid-template-columns: 223px max-content auto;
  gap: 92px;
}

.footer-body .social {
  margin-bottom: 45px;
}

.footer-body .social__link {
  color: #373737;
}

.footer-body .social__link:hover {
  color: #fff;
}

.copyright {
  font-size: 16px;
  color: #fff;
}

.footer-body__menu {
  display: flex;
  gap: 60px;
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu:nth-child(2) {
  opacity: .7;
}

.footer-menu__item:not(:last-child) {
  margin-bottom: 20px;
}

.footer-menu__link {
  font-size: 16px;
  color: #fff;
}

.footer-menu__link--active {
  border-bottom: 1px solid;
  color: #c4ad80;
}

.footer-body-info {
  display: grid;
  text-align: right;
  grid-template-columns: auto 190px;
  gap: 43px 40px;
}

.item-officce__title {
  font-family: 'Playfair Display';
  font-size: 16px;
  font-style: italic;
  color: #c4ad80;
}

.item-officce__address {
  line-height: 1.4;
  margin-bottom: 25px;
  color: #fff;
}

.footer-maps-link {
  display: flex;
  width: 151px;
  height: 39px;
  margin-left: auto;
  color: #fff;
  border: 1px solid;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.footer-maps-link img {
  width: 16px;
}

.footer-links {
  display: grid;
  text-align: right;
  grid-column: 1/3;
  grid-template-columns: auto 190px;
  gap: 40px;
}

.footer-links a {
  font-size: 12px;
  opacity: .4;
  color: #fff;
}

.footer-links a:hover {
  opacity: 1;
  color: #c4ad80;
}

.mobile-copyright {
  display: none;
  text-align: center;
  color: #fff;
}


@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1096px;
  }
}

@media (max-width: 1350px) {
  .header-phone {
    font-size: 20px;
  }

  .contacts-info__btns {
    flex-direction: column;
  }

  .footer-body {
    gap: 30px;
  }
}

@media (max-width: 1300px) {
  .slider-inc-pagination:not(.swiper-pagination-lock) {
    padding-top: 10px;
  }
}

@media (max-width: 1199.98px) {
  .card-bank {
    height: auto;
    padding-left: 45px;
    padding-right: 45px;
  }

  .card--promotion {
    background-color: transparent;
  }
}

@media (max-width: 1260px) {
  .header {
    display: none;
  }

  .header-mobile {
    display: block;
    padding-left: 13px;
    margin-bottom: 30px;
  }

  .header-phone {
    display: flex;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .header-phone svg {
    width: 15px;
    height: 15px;
  }

  .mobile-menu {
    display: block;
  }

  .index-info-banner {
    padding: 0;
  }

  .index-info-banner__desc {
    padding-top: 0;
  }

  .index-info-banner__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }

  .index-info-banner__text .text-subtitle {
    margin: 0;
  }

  .flag {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .number {
    font-size: 20px;
  }

  .inc-item__main {
    height: auto;
  }

  .section-form__main {
    padding: 60px 30px;
  }

  .eco-filler__main {
    padding-left: 50px;
  }

  .turnkey-solution {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
  }

  .turnkey-solution .text-subtitle {
    margin-bottom: 25px;
  }

  .turnkey-solution-main {
    gap: 25px;
  }

  .top-about {
    margin-bottom: 100px;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 0;
  }

  .partners {
    margin-bottom: 100px;
  }

  .contacts-whatsapp__header {
    font-size: 16px;
  }

  .dealer-top {
    margin-top: 75px;
  }

  .card-m--dealer:not(.card-m--delivery) {
    height: 100%;
  }

  .delivery-cards-list {
    margin-bottom: 70px;
  }

  .materials-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .accordion-header::after {
    right: 24px;
  }
}

@media (max-width: 1155px) {
  .cooperation-grid {
    margin: 0 auto 40px;
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 30px 0;
  }

  .footer-logo {
    margin: 0 auto;
  }

  .footer-header {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .footer-head-links {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    align-items: center;
    gap: 20px;
  }

  .footer-head-links .button {
    display: flex;
    width: 240px;
    height: 45px;
    margin-bottom: 5px;
    padding: 0;
    gap: 20px;
  }

  .footer-head-link__email span {
    border-bottom: 0;
  }

  .footer-head-link__email {
    font-weight: 400;
    width: calc(100% + 24px);
    margin: 0 -12px;
    padding: 21px 0;
    border-top: 1px solid rgba(196, 173, 128, .1);
    border-bottom: 0;
    border-bottom: 1px solid rgba(196, 173, 128, .1);
  }

  .footer-body {
    grid-template-columns: 1fr;
  }

  .footer-body .social {
    margin-bottom: 0;
    justify-content: center;
  }

  .footer-body__menu {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .footer-menu {
    margin-left: -35px;
  }

  .footer-menu__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .footer-body-info {
    margin: 0 -12px;
    text-align: left;
    border-top: 1px solid rgba(196, 173, 128, .1);
    grid-template-columns: 1fr;
    grid-column: 1/2;
    gap: 0;
  }

  .item-officce {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid rgba(196, 173, 128, .1);
  }

  .footer-maps-link {
    margin: 0 auto;
  }

  .footer-links {
    width: 100%;
    max-width: 290px;
    margin: 20px auto;
    text-align: left;
    grid-template-columns: 1fr 1fr;
    grid-column: 1/2;
  }

  .footer-body__lft .copyright {
    display: none;
  }

  .mobile-copyright {
    display: block;
  }
}

@media (max-width: 1025px) {
  body.filter-active .filter-main {
    transform: translateX(0);
    opacity: 1;
  }

  .contur-main {
    width: 100%;
    gap: 40px;
  }

  .turnkey-solution__img {
    max-width: 400px;
  }

  .reviews-item {
    min-height: auto;
    padding: 50px;
  }

  .card-bank {
    padding: 50px;
  }
}

@media (max-width: 991.98px) {
  main {
    margin-bottom: 50px;
  }

  .title {
    font-size: 30px;
  }

  .index-info-banner {
    flex-direction: column;
    background-color: transparent;
    gap: 30px;
    margin-bottom: 30px;
    padding: 0;
  }

  .index-info-banner__small-text {
    margin: 0 auto;
    text-align: center;
  }

  .index-info-banner__preview {
    max-width: 100%;
    margin-left: 0;
  }

  .index-info-banner__text {
    padding: 0;
  }

  .index-info-banner__text .title {
    margin-right: 28px;
    margin-left: 28px;
    order: 1;
  }

  .index-info-banner__text .text-subtitle {
    margin-right: 28px;
    margin-left: 28px;
    order: 2;
  }

  .index-info-banner__text .index-info-banner__preview {
    order: 3;
  }

  .flag {
    margin-right: 28px;
    margin-bottom: 25px;
    margin-left: 28px;
    order: 1;
  }

  .flag img {
    width: 50px;
  }

  .index-info-banner__text .button {
    max-width: 240px;
    margin: 0 auto 10px;
    order: 5;
  }

  .index-info-banner__text .button-container {
    order: 2;
  }

  .index-info-banner__text .index-info-banner__small-text {
    text-align: center;
    order: 6;
  }

  .banner {
    flex-direction: column;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
    gap: 30px;
  }

  .banner__text {
    width: 100%;
    padding: 0 15px;
  }

  .banner__img {
    width: 100%;
    height: auto;
  }

  .banner__img img {
    width: 100%;
  }

  .banner__title {
    font-size: 45px;
  }

  .index-number-main {
    margin-bottom: 50px;
  }

  .chimney-systems {
    margin-bottom: 30px;
  }

  .chimney-systems__head {
    margin-right: 28px;
    margin-bottom: 25px;
    margin-left: 28px;
  }

  .chimney-systems__head .title {
    text-align: left;
  }

  .chimney-systems__head .text-subtitle {
    margin-left: 0;
    text-align: left;
  }

  .slider-inc {
    margin-bottom: 50px;
  }

  .slider-inc .swiper-wrapper {
    margin-bottom: 0;
  }

  .inc-item__main {
    border-color: #f9f9f9;
    padding-left: 28px;
    padding-right: 28px;
  }

  .get-guide {
    flex-direction: column;
    margin: 0 auto 50px;
    border-color: #f9f9f9;
    background-color: #f9f9f9;
    align-items: center;
  }

  .get-guide__preview {
    width: 100%;
    text-align: center;
    background-color: #fff;
  }

  .get-guide__main {
    padding: 30px 25px;
  }

  .get-guide__main .title {
    text-align: center;
  }

  .get-guide-form {
    text-align: center;
    align-items: center;
  }

  .get-guide__text {
    display: none;
  }

  .chimney-selection {
    margin-bottom: 50px;
  }

  .chimney-selection .title {
    margin-right: 28px;
    margin-left: 28px;
    text-align: left;
  }

  .text-subtitle__chimney-selection {
    margin-right: 28px;
    margin-bottom: 25px;
    margin-left: 28px;
    text-align: left;
  }

  .chimney-list-slider {
    margin-bottom: 35px;
  }

  .chimney-desc {
    margin-right: 28px;
    margin-left: 28px;
    margin-bottom: 25px;
    text-align: left;
  }

  .slider-chimney-wrapper .slider-btn {
    display: none;
  }

  .slider-chimney-logo {
    margin-bottom: 0;
  }

  .chimney-item {
    padding: 30px 28px;
  }

  .section-calculation-one {
    margin-bottom: 15px;
  }

  .calculation-form .text-subtitle {
    margin-bottom: 25px;
  }

  .section-info .text-subtitle {
    margin-bottom: 25px;
  }

  .section-info__wrapper {
    margin-bottom: 50px;
    padding: 30px 28px 10px 28px;
    border-radius: 20px;
    background-color: #f9f9f9;
  }

  .section-info .index-number {
    margin-bottom: 0;
  }

  .eco-filler {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 50px;
  }

  .eco-filler__preview {
    width: 100%;
  }

  .eco-filler__main {
    margin-right: 28px;
    margin-left: 28px;
    padding: 0;
  }

  .eco-filler .title {
    margin-right: 28px;
    margin-left: 28px;
    margin-bottom: 5px;
  }

  .section-form {
    flex-direction: column-reverse;
    border-color: #f9f9f9;
    margin-bottom: 0;
  }

  .section-form__preview img {
    width: 100%;
  }

  .section-form__main {
    width: 100%;
    padding: 30px 28px;
  }

  .section-form__main .politic-text {
    margin: 0 auto;
    text-align: center;
  }

  .section-form .text-subtitle {
    max-width: none;
    margin-bottom: 25px;
    text-align: center;
  }

  .section-form form {
    margin: 0 auto 35px;
  }

  .section-form form {
    margin-bottom: 15px;
  }

  .section-form .title {
    text-align: center;
  }

  .index-gallery .title {
    margin-bottom: 25px;
  }

  .index-gallery .swiper-slide {
    text-align: center;
  }

  .faq-info {
    margin-bottom: 25px;
  }

  .calculation-form {
    background-image: url('../images/m.svg');
    background-position: top 30px center;
  }

  .contacts-social .title {
    text-align: center;
  }

  .contacts-social .social {
    position: static;
    justify-content: center;
  }

  .contact-form {
    padding-bottom: 30px;
    background-size: 70%;
  }

  .systems-block {
    margin-bottom: 50px;
  }

  .systems-block__header {
    margin-left: 28px;
    margin-right: 28px;
    margin-bottom: 0;
  }

  .systems-block__header .title {
    text-align: left;
  }

  .systems-block__header .text-subtitle {
    margin-left: 0;
    text-align: left;
  }

  .card-m-main {
    padding: 0 28px;
  }

  .turnkey-solution {
    padding: 30px 28px;
  }

  .turnkey-solution__desc {
    text-align: center;
  }

  .turnkey-solution-main {
    flex-direction: column;
  }

  .turnkey-box {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 20px;
    text-align: center;
    background-color: #fff;
  }

  .color-guide .title {
    margin-bottom: 25px;
  }

  .color-main__img {
    margin-bottom: 20px;
  }

  .color-main__img img {
    width: 100%;
  }

  .related-products {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .related-products .text-subtitle {
    margin-bottom: 25px;
  }

  .related-products .title,
  .related-products .text-subtitle {
    margin-left: 28px;
    margin-right: 28px;
    text-align: left;
  }

  .top-about {
    flex-direction: column;
    margin-right: 28px;
    margin-left: 28px;
    gap: 30px;
  }

  .top-about__title {
    font-size: 30px;
  }

  .top-about__desc {
    font-size: 30px;
  }

  .about-info {
    margin-bottom: 50px;
  }

  .index-faq--about {
    margin-bottom: 50px;
  }

  .text-subtitle__index-faq {
    margin-bottom: 25px;
  }

  .index-faq .title,
  .index-faq .text-subtitle {
    margin-left: 28px;
    margin-right: 28px;
    text-align: left;
  }

  .partners {
    margin-bottom: 65px;
  }

  .partners .title,
  .partners .text-subtitle {
    margin-left: 28px;
    margin-right: 28px;
    text-align: left;
  }

  .partners .text-subtitle {
    margin-bottom: 25px;
  }

  .section-about {
    margin-bottom: 65px !important;
  }

  .section-about .title,
  .section-about .text-subtitle {
    margin-left: 28px;
    margin-right: 28px;
    text-align: left;
  }

  .section-about .text-subtitle {
    margin-bottom: 25px;
  }

  .section-sertifacate {
    margin-bottom: 65px;
  }

  .section-sertifacate .title,
  .section-sertifacate .text-subtitle {
    margin-left: 28px;
    margin-right: 28px;
    text-align: left;
  }

  .section-sertifacate .text-subtitle {
    margin-bottom: 25px;
  }

  .section-reviews {
    margin-bottom: 65px;
  }

  .section-reviews .title {
    margin-bottom: 25px;
  }

  .reviews-item {
    padding: 30px 28px;
  }

  .site-sliders-main {
    margin-bottom: 5px;
  }

  .site-sliders-main .slider-btn {
    display: none;
  }

  .slider-partners-pagination {
    display: block;
  }

  .chimney-list,
  .slider-chimney-wrapper,
  .index-gallery-wrapper {
    margin-bottom: 0;
  }

  .sertifacate-swiper .swiper-slide {
    text-align: center;
  }

  .contacts__head {
    margin-bottom: 25px;
  }

  .contacts__head .title,
  .contacts__head .text-subtitle {
    margin-left: 28px;
    margin-right: 28px;
    text-align: left;
  }

  .contacts-info__btns {
    max-width: 403px;
  }

  .contacts-social {
    height: auto;
  }

  .contacts-social .social {
    margin-bottom: 10px;
  }

  .contact-form-main .title {
    margin-bottom: 25px;
  }

  .actions-item__info {
    padding: 30px 28px;
  }

  .cooperation-subtitle {
    margin-left: 28px;
    margin-right: 28px;
  }

  .dealer-top {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .benefit {
    margin-bottom: 50px;
  }

  .benefit .title {
    margin-bottom: 25px;
  }

  .benefit-list {
    grid-template-columns: 1fr 1fr;
  }

  .benefit-item {
    padding-left: 28px;
    padding-right: 28px;
  }

  .card .title {
    margin-bottom: 20px;
  }

  .card--dealer {
    padding: 0 28px;
    background-color: transparent;
  }

  .card--dealer .button {
    width: 100%;
    margin: 0 auto;
  }

  .card-m--dealer {
    margin-bottom: 5px;
  }

  .delivery-cards-list {
    margin-bottom: 50px;
  }

  .card-s {
    padding-left: 28px;
    padding-right: 28px;
  }

  .form-delivery,
  .card-bank,
  .card-tinkoff {
    padding: 35px 28px;
  }

  .card--border {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .card-tinkoff {
    height: auto;
  }

  .materials-subtitle {
    margin-left: 28px;
    margin-right: 28px;
  }

  .materials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .garants {
    margin-bottom: 50px;
  }

  .actions-subtitle {
    margin-bottom: 25px;
  }

  .actions-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 30px;
  }

  .actions-img {
    width: 100%;
    max-width: none;
  }

  .card--promotion {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .warranty-grid {
    gap: 30px;
  }

  .warranty-grid .text-main {
    padding: 0 28px;
  }
}

@media (max-width: 767.98px) {
  p:not(:last-child) {
    margin-bottom: 15px;
  }

  .button {
    height: 30px;
    font-size: 14px;
  }

  .button--big {
    height: 45px;
  }

  .text-small {
    font-size: 10px;
  }

  .title {
    font-size: 26px;
  }

  .text-subtitle {
    font-size: 14px;
  }

  h3 {
    font-size: 20px;
  }

  .header-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo {
    max-width: 92px;
  }

  .mobile-menu__wrapper {
    padding: 20px 20px 30px;
  }

  .modal-content {
    border-radius: 20px;
  }

  .modal-content .text-subtitle {
    max-width: 220px;
    margin-bottom: 20px;
  }

  .btn-close {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
  }

  .btn-close .icon {
    width: 24px;
    height: 24px;
  }

  .modal-body {
    padding: 50px 20px;
  }

  .button-back {
    height: 45px;
  }

  .index-info-banner__desc {
    font-size: 10px;
  }

  .index-info-banner__text .index-info-banner__small-text {
    font-size: 10px;
  }

  .banner {
    padding-bottom: 10px;
    border-radius: 20px;
  }

  .banner__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .banner .button {
    height: 30px;
    padding: 0 20px;
  }

  .number {
    font-size: 14px;
  }

  .number__circle {
    width: 75px;
    height: 75px;
    margin-bottom: 15px;
  }

  .number__circle img {
    max-width: 22px;
  }

  .number__circle--quetion img {
    max-width: 60px;
  }

  .index-number-main {
    margin-bottom: 30px;
    padding: 30px 15px 10px 15px;
  }

  .inc-item__main {
    font-size: 16px;
    min-height: 80px;
  }

  .get-guide__main {
    font-size: 14px;
  }

  .input input,
  .textarea input {
    height: 45px;
  }

  .input__label,
  .textarea__label {
    font-size: 14px;
    transform: translateY(12px);
  }

  input:active + .input__label,
  input:focus + .input__label,
  input:not(:empty) + .input__label,
  .input--active .input__label,
  textarea:active + .input__label,
  textarea:focus + .input__label,
  textarea:not(:empty) + .input__label,
  .input--active .input__label,
  input:active + .textarea__label,
  input:focus + .textarea__label,
  input:not(:empty) + .textarea__label,
  .input--active .textarea__label,
  textarea:active + .textarea__label,
  textarea:focus + .textarea__label,
  textarea:not(:empty) + .textarea__label,
  .input--active .textarea__label,
  .textarea--active .input__label,
  .textarea--active .input__label,
  .textarea--active .textarea__label,
  .textarea--active .textarea__label {
    font-size: 10px;
    transform: translateY(0);
  }

  .politic-text {
    font-size: 10px;
    max-width: none;
  }

  .contur-main {
    align-items: flex-start;
    gap: 10px;
  }

  .contur-main img {
    width: auto;
    height: 320px;
  }

  .contur-main > div {
    padding-top: 20px;
  }

  .contur-main > div .contur-main-text:not(:last-child) {
    margin-bottom: 20px;
  }

  .contur-main-text__title {
    font-size: 13px;
  }

  .contur-main-text span {
    padding: 0;
    font-size: 12px;
  }

  .get-guide-form {
    gap: 6px;
  }

  .get-guide-form .input,
  .get-guide-form .button {
    max-width: 240px;
  }

  .get-guide-form .button {
    margin-bottom: 5px;
  }

  .chimney-desc {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .chimney-item {
    height: 221px;
  }

  .chimney-item img {
    top: 60%;
    right: 14px;
    max-width: 160px;
  }

  .chimney-item__name {
    font-size: 20px;
  }

  .chimney-list .swiper-wrapper {
    margin-bottom: 0;
  }

  .slider-btn {
    display: none;
  }

  .calculation-form {
    padding-top: 50px;
    padding-bottom: 30px;
    background-size: 250px;
  }

  .calculation-form .text-subtitle {
    font-size: 14px;
  }

  .calculation-form .title {
    margin-bottom: 10px;
  }

  .form-calculation {
    flex-direction: column;
    max-width: 240px;
    margin: 0 auto 15px;
    gap: 6px;
  }

  .form-calculation .button {
    height: 45px;
  }

  .eco-filler {
    gap: 20px;
  }

  .eco-filler__preview {
    height: auto;
    padding: 20px;
    background-size: 220px;
  }

  .eco-filler__main {
    font-size: 14px;
  }

  .section-form {
    border-radius: 20px;
  }

  .section-form__preview {
    overflow: hidden;
  }

  .section-form .text-subtitle {
    margin-bottom: 20px;
  }

  .section-form form {
    max-width: 240px;
  }

  .section-form .input {
    margin-bottom: 6px;
  }

  .index-gallery-wrapper img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover;
  }

  .index-gallery {
    padding: 50px 0;
  }

  .index-gallery .title {
    margin-left: 28px;
    margin-right: 28px;
    text-align: left;
  }

  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  .faq-info__play {
    width: 68px;
    height: 68px;
  }

  .contacts-email {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
  }

  .contacts-email__link {
    position: static;
  }

  .contacts-social .title {
    font-size: 24px;
  }

  .contacts-social .title em {
    display: inline;
  }

  .contacts-info {
    border-radius: 20px;
  }

  .contacts-info__phone {
    font-size: 14px;
    display: flex;
    max-width: 403px;
    height: 45px;
    margin-top: 0;
    border: 1px solid #070707;
    border-radius: 20px;
    background: #fff;
    justify-content: center;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-weight: normal;
  }

  .contacts-info__phone::before {
    width: 22px;
    height: 21px;
    content: '';
    background-image: url('data:image/svg+xml,%0A%3Csvg width=\'22\' height=\'21\' viewBox=\'0 0 22 21\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M20.1842 21C8.98646 21.0159 0.488033 12.4156 0.500013 1.31579C0.500013 0.59092 1.08764 0 1.81251 0H5.27667C5.92711 0 6.47966 0.47792 6.57517 1.12131C6.80408 2.66332 7.25304 4.16452 7.90839 5.57905L8.04326 5.87016C8.2308 6.27494 8.10368 6.75588 7.74064 7.01515C6.66783 7.78127 6.25784 9.32341 7.0936 10.5267C8.1424 12.0367 9.46444 13.3585 10.9741 14.4068C12.1773 15.2423 13.7192 14.8324 14.4854 13.7598C14.7448 13.3966 15.226 13.2694 15.631 13.457L15.9208 13.5912C17.3354 14.2465 18.8367 14.6955 20.3789 14.9244C21.0223 15.0199 21.5 15.5724 21.5 16.2228V19.6875C21.5 20.4123 20.9109 21 20.1861 21L20.1842 21Z\' fill=\'black\'/%3E%3C/svg%3E%0A');
  }

  .contacts-info__button {
    font-size: 14px;
    display: flex;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
  }

  .contacts-info__button-yandex {
    height: 45px;
  }

  .contacts-info__button-yandex img {
    width: 27px;
  }

  .contacts-info__button-scheme {
    display: none;
  }

  .contacts-whatsapp {
    height: auto;
  }

  .contacts-whatsapp__header {
    font-size: 16px;
    flex-direction: column;
    text-align: center;
  }

  .contacts-whatsapp-form {
    flex-direction: column;
  }

  .contacts-whatsapp-form input,
  .contacts-whatsapp-form button,
  .contact-form label,
  .contact-form button {
    width: 240px;
  }

  .contact-form {
    background-image: none;
  }

  .contact-form label {
    margin: 0 auto;
  }

  .contact-form-main .button {
    margin: 15px auto;
  }

  .card-m {
    height: 200px;
    padding-top: 0;
    background-position: center bottom;
    background-size: 240px;
  }

  .card-m img {
    height: 170px;
  }

  .card-m-main {
    font-size: 14px;
  }

  .turnkey-box,
  .turnkey-solution__desc .button {
    max-width: 240px;
  }

  .turnkey-box__title {
    font-size: 14px;
  }

  .turnkey-box {
    margin-left: auto;
    margin-right: auto;
  }

  .turnkey-politic {
    font-size: 10px;
    text-align: center;
  }

  .color-guide {
    margin-bottom: 50px;
  }

  .color-main {
    overflow: hidden;
    border-radius: 20px;
  }

  .color-main__img {
    margin-bottom: 0;
  }

  .color-main__img img {
    border-radius: 0;
    object-fit: cover;
  }

  .color-main__desc {
    font-size: 14px;
    padding: 18px 28px;
    background-color: #f9f9f9;
  }

  .color-main__title {
    font-size: 26px;
  }

  .related-product-slider {
    height: auto;
  }

  .related-product-slider .swiper-slide {
    height: auto !important;
  }

  .top-about {
    gap: 25px;
    margin-bottom: 25px;
  }

  .top-about__title {
    font-size: 26px;
  }

  .top-about__desc {
    font-size: 26px;
  }

  .top-about__main {
    font-size: 14px;
  }

  .top-about__main .button {
    display: flex;
    max-width: 240px;
    margin: 30px auto 0;
  }

  .partners {
    margin-bottom: 50px;
  }

  .section-about {
    margin-bottom: 50px !important;
  }

  .about-info-row {
    position: static;
    display: block;
    padding: 0 28px;
    transform: translateX(0);
  }

  .about-info-item {
    height: 93px;
    padding: 0 40px;
    border-radius: 20px;
  }

  .about-info-item:not(:last-child) {
    margin-bottom: 11px;
  }

  .about-info-item__number {
    font-size: 32px;
  }

  .about-info-item__desc {
    font-size: 16px;
  }

  .section-sertifacate {
    margin-bottom: 50px;
  }

  .section-reviews {
    margin-bottom: 50px;
  }

  .reviews-item {
    font-size: 14px;
  }

  .cooperation-grid {
    margin-bottom: 20px;
    gap: 20px;
  }

  .cooperation-item {
    height: auto;
  }

  .cooperation-item__main {
    padding: 40px 28px 20px;
    text-align: center;
  }

  .cooperation-item__title {
    font-size: 24px;
    max-width: none;
  }

  .cooperation-item .button {
    max-width: 190px;
    height: 45px;
  }

  .cooperation-item img {
    position: static;
    display: block;
    margin: 0 auto;
  }

  .card:not(.card--dealer) {
    padding: 20px;
  }

  .card p {
    font-size: 14px;
  }

  .card--dealer .button {
    max-width: 240px;
    margin-top: 25px;
  }

  .card--border {
    border: 0;
  }

  .card .title {
    margin-bottom: 20px;
  }

  .benefit {
    margin-bottom: 25px;
  }

  .benefit-list {
    border-radius: 20px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .benefit-item {
    font-size: 14px;
    display: flex;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
  }

  .benefit-item::before {
    margin-top: 0;
  }

  .card-m--dealer {
    height: 238px;
    background-position: center center;
    background-size: 250px;
  }

  .card-m--dealer img {
    position: static;
    height: 90%;
    transform: translate(0);
  }

  .card-s {
    font-size: 16px;
  }

  .card-s br {
    display: none;
  }

  .form-delivery {
    font-size: 16px;
    padding: 30px;
    text-align: center;
  }

  .form-delivery .title {
    font-size: 32px;
    text-align: center;
  }

  .form-delivery-form {
    flex-direction: column;
    gap: 9px;
  }

  .form-delivery-form input {
    font-size: 14px;
    max-width: 240px;
    height: 45px;
    padding: 0 20px;
  }

  .form-delivery-form button {
    font-size: 14px;
    max-width: 240px;
    height: 45px;
  }

  .card-bank {
    font-size: 14px;
    text-align: center;
  }

  .card-bank .title {
    font-size: 20px;
    text-align: center;
  }

  .card-tinkoff {
    font-size: 14px;
    height: auto;
    padding: 30px;
    text-align: center;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .card-tinkoff .title {
    font-size: 20px;
    text-align: center;
  }

  .card-bank img,
  .card-tinkoff img {
    max-width: 70%;
  }

  .text-show {
    padding-left: 28px;
    padding-right: 28px;
  }

  .warranty-grid .text-show {
    padding: 0;
  }

  .warranty-grid .text-show__button {
    margin-top: 0;
  }

  .materials-grid {
    grid-template-columns: 1fr;
  }

  .materials-item {
    padding: 15px 28px;
  }

  .materials-item__icon {
    width: 60px;
  }

  .garants {
    background-image: none;
    padding: 40px 28px;
  }

  .garants .title em {
    display: block;
  }

  .videoteka-list {
    grid-template-columns: 1fr;
  }

  .actions-item {
    display: block;
    height: 300px;
    background-color: transparent;
  }

  .actions-item__img {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .actions-item__img::after {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 20px;
    background-color: rgba(32, 32, 32, .8);
  }

  .actions-item__img img {
    width: 100%;
    border-radius: 20px;
  }

  .actions-item__info {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
  }

  .actions-item__info .button {
    width: 240px;
    margin: 0 auto;
    color: #fff;
  }

  .actions-item__title {
    font-size: 30px;
    color: #fff;
  }

  .actions-item__small-text {
    display: block;
  }

  .promo-main-row {
    flex-direction: column;
    gap: 25px;
  }

  .promo-main-row .button--big {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }

  .warranty-grid {
    grid-template-columns: 1fr;
  }

  .text-main {
    font-size: 14px;
  }

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

  .text-main ul {
    margin-bottom: 15px;
  }

  .text-main ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  .warranty-card .materials-item {
    flex-direction: row;
    padding: 32px 24px;
  }

  .accordion-header {
    font-size: 20px;
    padding: 10px 25px 10px 0;
  }

  .accordion-header::after {
    top: 17px;
    right: 0;
    transform: translateY(0) rotate(180deg);
  }

  .accordion-header.collapsed::after {
    transform: translateY(0);
  }

  .accordion-collapse {
    padding: 0 0 15px 0;
  }

  .footer {
    padding: 30px 0;
  }

  .footer-menu__link {
    font-size: 14px;
  }

  .item-officce__title {
    max-width: 255px;
    margin: 0 auto;
  }

  .item-officce__address {
    margin-bottom: 10px;
  }
}

@media (max-width: 479.98px) {
  .header-mobile {
    margin-bottom: 25px;
  }
  .banner__title {
    font-size: 20px;
  }
}

@media (hover) {
  a:hover {
    text-decoration: none;
    color: #c4ad80;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-error-message {
  max-width: 442px;
  margin: 0 auto 25px;
  text-align: center;
  color: red;
}

/* Работает только с flex-wrap: wrap */
.flex-break-column {
  flex-basis: 100%;
}

.footer-cookie-notice {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 800px;
  color: #000;
  border-radius: 5px;
  background: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.footer-cookie-notice-text {
  padding: 10px 20px;
}
@media (max-width: 800px) {
  .footer-cookie-notice {
      bottom: 0;
      right: 0;
      width: 100%;
      border-radius: 0;
  }
}
.footer-cookie-notice a {
  color: #c4ad80;
}
.footer-cookie-notice .notice-close:after {
  position: absolute;
  top: 0;
  right: 10px;
  display: inline-block;
  content: "\00d7";
  font-size: 40px;
}
