

/* Start:/bitrix/templates/ks/styles.css?17503876211139*/
/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img, svg {
	max-width: 100%;
	height: auto;
}

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}
bx-admin-prefix *,
#bx-panel * {
  transition: none;
}
/* End */


/* Start:/bitrix/templates/ks/template_styles.css?175038762121438*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wrapper {
  font-family: "Roboto", sans-serif;
  color: #414141;
}

.wrapper section * {
  transition: all 0.4s ease;
}

a {
  color: #005cb9;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.wide-container {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  margin-bottom: 70px;
}

h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.anchor {
  position: absolute;
  margin-top: -7vh;
}

/* Header */
.header {
  height: 135px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.nav {
  width: 100%;
}

.burger-button {
  display: none;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 30px;
}

.nav-menu a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #414141;
  position: relative;
  transition: all 0.4s ease;
}

.nav-menu a::before {
  position: absolute;
  width: 0;
  height: 4px;
  left: 0;
  bottom: -4px;
  background-color: #005cb9;
  content: "";
  transition: all 0.4s ease;
}

.nav-menu a:hover::before {
  width: 100%;
  transition: all 0.4s ease;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.logo {
  display: block;
}

.contact-container {
  display: flex;
  border: 1px solid #005cb9;
  border-radius: 40px;
  overflow: hidden;
  width: 330px;
  height: 55px;
  position: relative;
}

.contact-info {
  width: 170px;
  padding: 8px 15px;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.05;
  color: #005cb9;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}

.contact-info a {
  margin: 0;
  color: #005cb9;
}

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 55px;
  background-color: #005cb9;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #005cb9;
  border-radius: 40px;
  top: -1px;
  right: -1px;
  position: absolute;
  transition: all 0.4s ease;
}

.contact-btn:hover {
  background-color: white;
  color: #005cb9;
  width: 330px;
  transition: all 0.4s ease;
}

/* Адаптация меню */
@media (max-width: 1160px) {
  .nav-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }

  .nav-menu {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .contact-container {
    margin-left: auto;
  }
}

/* Баннер*/
.top-text {
  margin-bottom: 30px;
}

h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 64px;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}

.subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 5%;
}

.banner {
  width: 100%;
  max-width: 1470px;
  height: 550px;
}

/* Блок с кнопкой */
.button-section {
  height: 140px;
  display: flex;
  align-items: center;
  background: #005cb9;
  color: #fff;
  border: 1px solid #005cb9;
  border-radius: 20px;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
}

.button-section h3 {
  text-transform: none;
}

.btn-white {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #005cb9;
  cursor: pointer;
  border-radius: 25px;
  width: 240px;
  height: 45px;
}

.btn-white:hover {
  background: #005cb9;
  color: #fff;
  border-color: #005cb9;
}

.button-section:has(.btn-white:hover) {
  background: #fff;
  color: #005cb9;
}

/* Продукция собственного производства */

.brands {
  padding-top: 50px;
  padding-bottom: 58px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.brands img:hover {
  scale: 1.1;
}

.production,
.types-of-goods {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.type:hover .type-image {
  scale: 1.05;
}

.product {
  width: 260px;
  height: 260px;
  background: #f5f5f5;
  border-radius: 20px;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.product:hover {
  background-color: #005cb9 !important;
}

.product-name,
.type-description {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  min-height: 46px;
  text-align: center;
  color: #414141;
}

.product:hover .product-name {
  color: #fff !important;
}

.sale {
  width: 100%;
  height: auto;
  aspect-ratio: 116/35;
  border-radius: 15px;
}

.sales-mobile {
  display: none;
}

.slick-slider {
  position: relative;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  background: rgba(217, 217, 217, 0.7);
  border-radius: 50%;
  border: none;
  font-size: 0;
  cursor: pointer;
}

.slick-prev {
  left: -60px;
}

.slick-next {
  right: -60px;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.slick-prev:before {
  transform: translate(-30%, -50%) rotate(45deg);
}

.slick-next:before {
  transform: translate(-70%, -50%) rotate(-135deg);
}

/* Мы реализуем */
.types-of-goods {
  margin-top: 67px;
}

.type {
  width: 280px;
  height: 231px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.type-image {
  border-radius: 20px;
  width: 280px;
  height: 170px;
  overflow: hidden;
}

/* Керамогранит */
.kg {
  height: 472px;
  border-radius: 15px;
  border: 1px solid #005cb9;
  overflow: hidden;
}

.kg-main {
  background: #005cb9;
  color: #fff;
  padding: 40px 31px;
  height: 350px;
  border-radius: 0 0 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.kg-main:hover {
  background: #fff;
  color: #005cb9;
}

.kg-main p {
  width: 45%;
  font-size: 18px;
  letter-spacing: 5%;
  opacity: 0.8;
}
/* Footer */
.footer {
  width: 100%;
  height: 230px;
  background-color: #414141;
  padding: 50px 0;
}

.kg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 563px;
  height: 350px;
  border-radius: 15px 0 0 15px;
}

.kg-main:hover .kg-img {
  width: 600px;
}

.kg-brands {
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.kg-brands img:hover {
  scale: 1.1;
}

/* Чем мы еще можем быть полезны */
.more {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.more-item {
  position: relative;
  width: 570px;
  height: 260px;
  padding: 29px 31px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f1f1f1;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.more-item:hover .more-img {
  width: 300px;
}

.more-item:hover {
  background: #005cb9;
  color: #fff !important;
}

.more-item h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
}

.more-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 270px;
  height: 260px;
  border-radius: 15px 0 0 15px;
}

/* Наши преимущества */
.advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.advantage {
  width: 266px;
  height: 144px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.advantage:nth-child(n + 5):nth-child(-n + 8) {
  margin-bottom: 0;
}

.advantage-icon {
  width: 90px;
  height: 90px;
}

.advantage p {
  font-size: 18px;
  text-align: center;
  letter-spacing: 5%;
}

/* Наши лучшие объекты */

.sites {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site {
  width: 270px;
  height: 311px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site:hover .site-img {
  scale: 1.05;
}

.site-img {
  width: 270px;
  height: 265px;
  border-radius: 20px;
}

.sites-btn {
  width: 100%;
  display: flex;
  height: 90px;
  justify-content: center;
  align-items: flex-end;
}

.sites-btn button {
  border-color: #005cb9;
}

#partner-form {
  display: flex;
  justify-content: space-between;
  padding: 35px 60px;
  background: #005cb9;
  border-radius: 20px;
  color: #fff;
  margin-top: 56px;
  height: 390px;
}

#partner-form h3 {
  padding-bottom: 14px;
  text-transform: none;
}

#partner-form p {
  line-height: 1.2;
  letter-spacing: 5%;
  font-size: 18px;
}

.form-fields {
  width: 500px;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.input {
  width: 100%;
  height: 45px;
  padding: 15px 24px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 5%;
}

.input:focus {
  background: #fff;
  color: #005cb9;
}

.input::placeholder {
  color: #fff;
}

.input:focus::placeholder {
  color: #414141;
}

.form-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pp-text {
  font-size: 10px;
  line-height: 117.7%;
  letter-spacing: 5%;
  text-align: right;
  margin-left: 24px;
}

.pp-text a {
  color: #fff !important;
}

.form-button .btn-white:hover {
  border-color: #fff;
}

.partners {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partners-row {
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 30px 0;
}

.partners-row img {
  filter: grayscale(100%);
  opacity: 50%;
}

.partners-row img:hover {
  filter: grayscale(0%);
  opacity: 100%;
}

/* Подвал */
.footer-content {
  width: 100%;
  max-width: 1160px;
  height: 140px;
  margin: 0 auto;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* padding: 51px 380px 38px; */
}
footer a {
  color: #fff;
}
.footer-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-logo {
  width: 250px;
  height: 56px;
}
.footer-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  font-size: 24px;
}
.footer-tel {
  font-weight: bold;
}
.footer-email {
  font-weight: medium;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  letter-spacing: 5%;
}

#modal-form {
  background: #005cb9;
  color: #fff;
  width: 585px;
  height: 571px;
  padding: 24px 47px 35px 38px;
  border-radius: 16px;
}

#modal-form .form-heading {
  text-align: center;
}

#modal-form .form-heading h3 {
  line-height: 55px;
  letter-spacing: 1px;
}

#modal-form .form-heading p {
  font-size: 18px;
  letter-spacing: 5%;
  line-height: 120%;
  padding-bottom: 24px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.modal-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}

.modal-overlay:not(.hidden) {
  opacity: 1;
  visibility: visible;
}

#modal-form {
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.modal-overlay:not(.hidden) #modal-form {
  transform: scale(1);
}

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #414141;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, opacity 0.3s;
  opacity: 0.7;
  z-index: 999;
  border: 1px solid #fff;
}

#back-to-top:hover {
  background-color: #005cb9;
  opacity: 1;
}

#back-to-top::after {
  content: "↑";
  font-size: 28px;
  position: relative;
  top: -6%;
}

.form-fields.error-highlight input.input {
    border-color: #ff4d4d;
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.btn-success, .btn-success:hover {
    background-color: #a3e635 !important; /* светло-зелёный */
    color: #fff;
}

.btn-danger {
    background-color: #ef4444; /* красный */
    color: #fff;
}

/* Responsive */
@media (max-width: 1470px) {
  .banner {
    height: auto;
    aspect-ratio: 1470/550;
  }
}

@media (max-width: 1160px) {
  .container,
  .wide-container {
    width: 90%;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .container {
    margin-bottom: 27px;
  }

  .anchor {
    margin-top: -12vh;
  }

  .header.container {
    height: 62px;
    margin-bottom: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: box-shadow 0.3s ease;
    background: #fff;
    z-index: 10;
    padding: 0px 20px;
  }

  body:not(:has(.content-wrapper[scroll-top="0"])) .header.container {
    box-shadow: none;
  }

  .nav-menu,
  .contact-container {
    display: none;
  }

  .nav-wrapper {
    justify-content: space-between;
  }

  .logo {
    width: 163px !important;
    height: 37px !important;
  }

  .burger-button {
    display: block;
    width: 22px;
    height: 15px;
    cursor: pointer;
  }

  .nav-menu {
    position: absolute;
    top: 62px;
    left: -100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: calc(100vh - 62px);
    padding: 5vw;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    align-items: center;
    opacity: 0;
    transition: 0.5s;
    z-index: -10;
  }

  .nav-menu a {
    color: #fff;
    font-size: 20px;
  }

  .contact-container {
    display: none;
  }

  .top-text {
    margin-top: 92px;
    margin-bottom: 20px;
  }

  h1 {
    font-size: 26px;
    letter-spacing: 0.6px;
    line-height: normal;
  }

  .subtitle {
    font-size: 14px;
    line-height: normal;
  }

  .wide-container {
    width: 100%;
  }

  .banner {
    aspect-ratio: 17/8;
    background-position: 30% 0 !important;
    background-size: cover !important;
    border-radius: 15px;
    margin-bottom: 25px;
  }

  .button-section {
    flex-direction: column;
    padding: 17px 30px;
    aspect-ratio: 30/11;
    height: auto;
  }

  .button-section h3 {
    font-size: 14px;
    text-align: center;
    letter-spacing: 5%;
  }

  .button-section .btn-white {
    width: 180px;
    height: 40px;
  }

  h2 {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: normal;
  }

  .brands {
    flex-wrap: wrap;
    padding-bottom: 18px;
    padding-top: 5px;
  }

  .brand-slide {
    display: flex !important;
    gap: 4%;
    flex-wrap: wrap;
  }

  .brand-slide a {
    width: 48% !important;
    height: auto;
    aspect-ratio: 2/1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .brands.slick-initialized,
  .types-of-goods.slick-initialized {
    width: 100vw;
    margin-left: -5vw;
  }

  .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .slick-dots li {
    font-size: 0;
    content: "";
    width: 7px;
    height: 7px;
    margin: 3px;
    border-radius: 50%;
    border: solid 1px #005cb9;
  }

  .slick-dots li.slick-active {
    background: #005cb9;
  }

  .production a {
    text-decoration: none;
    width: 46%;
    aspect-ratio: 1/1;
    height: auto;
    margin-bottom: 12px;
  }

  .product {
    width: 100%;
    height: 100%;
    padding: 13px;
  }

  .product-name {
    font-size: 12px;
    min-height: 28px;
  }

  .sales-wide {
    margin-bottom: 0;
  }

  .sales {
    display: none;
  }

  .sales-mobile {
    display: block;
    margin-bottom: 28px;
  }

  .sale-mobile {
    width: 100%;
    height: auto;
    aspect-ratio: 10/11;
    border-radius: 15px;
    margin: 0 5vw 20px 5vw;
  }

  .types-of-goods {
    margin-top: 28px;
    margin-bottom: 40px;
  }

  .type-slide {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0% 5vw;
  }

  .type-slide .type {
    width: 48% !important;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .type-slide > .type:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }

  .type-image {
    aspect-ratio: 28/17;
    width: 100%;
    height: auto;
  }

  .type-description {
    font-size: 14px;
    letter-spacing: 0%;
    line-height: normal;
    padding-top: 2px;
  }

  .kg {
    aspect-ratio: 75/119;
    width: 100%;
    height: auto;
  }

  .kg-main {
    justify-content: flex-end;
    padding: 20px;
    aspect-ratio: 150/179;
    width: 100%;
    height: auto;
  }

  .kg-main h3 {
    font-size: 17px;
    margin-bottom: 18px;
  }

  .kg-main p {
    font-size: 12px;
    width: 100%;
  }

  .kg-img {
    aspect-ratio: 2/1;
    width: 100%;
    height: auto;
    border-radius: 15px;
  }

  .kg-brands {
    flex-wrap: wrap;
    padding: 5px 10px;
  }

  .kg-brands a {
    aspect-ratio: 2/1;
    width: 32%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .kg-brands a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .more-item {
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .more-item h3 {
    font-size: 17px;
    line-height: auto;
    letter-spacing: 1px;
    padding-top: 34vw;
  }

  .more-item p {
    font-size: 12px;
    width: 100%;
  }

  .more-img {
    border-radius: 15px;
    aspect-ratio: 60/23;
    width: 100%;
    height: auto;
  }

  .advantages {
    margin-top: 18px;
  }

  .advantage {
    width: 48%;
    height: auto;
    margin-bottom: 13px;
    justify-content: flex-start;
    gap: 7px;
  }

  .advantage p {
    font-size: 12px;
    line-height: 117%;
    letter-spacing: 5%;
  }

  .advantage-icon {
    width: 48px;
    height: 48px;
  }

  .site {
    width: 46%;
    height: auto;
    justify-content: flex-start;
  }

  .site-img {
    aspect-ratio: 75/53;
    width: 100%;
    height: auto;
  }

  .site p {
    font-size: 12px;
    width: 70%;
    padding-bottom: 17px;
  }

  .sites-btn {
    height: 45px;
    margin-top: 5px;
  }

  #partner-form {
    margin-top: 36px;
    flex-direction: column;
    padding: 20px;
    width: 100vw;
    margin-left: -5vw;
    border-radius: 0;
    height: auto;
  }

  #partner-form h3 {
    font-size: 20px;
  }

  #partner-form p {
    font-size: 12px;
  }

  #partner-form .form-heading {
    margin-bottom: 17px;
  }

  #partner-form .form-fields {
    gap: 10px;
    width: 100%;
    height: auto;
  }

  #partner-form .form-button {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    width: 100%;
    height: auto;
  }

  #partner-form-submit.btn-white {
    width: 100%;
  }

  #partner-form .pp-text {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 10px 0 0 0;
  }

  .partners {
    display: block;
    width: 100vw;
    margin-left: -5vw;
  }

  .partners-slide.slick-slide {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0% 5vw;
    width: 100vw;
  }

  .partners-slide.slick-slide a {
    width: 42vw !important;
    height: auto;
    aspect-ratio: 4/1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }

  .partners-slide.slick-slide > .type:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }

  .footer {
    padding: 28px 0px 10px;
  }

  .footer-main * {
  }
  .footer-main,
  .footer-bottom,
  .footer-contacts {
    align-items: center;
    flex-direction: column;
  }

  .footer-logo {
    width: 201px;
    height: 46px;
    background-size: contain !important;
    margin-bottom: 32px;
  }

  .footer-contacts {
    font-size: 18px;
    gap: 0;
  }

  .footer-bottom {
    font-size: 12px;
    gap: 15px;
    margin-top: 30px;
  }

  #modal-form {
    width: 110vw;
    padding: 8vw;
  }

  #modal-form::before {
    content: "+";
    font-size: 28px;
    padding: 10px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 8vw;
    transform: rotate(45deg);
    z-index: 100;
  }

  .form-fields {
    width: 90vw;
    height: auto;
    gap: 10px;
  }

  .form-button {
    flex-direction: column-reverse;
  }

  .pp-text {
    text-align: center;
    margin-left: 0;
    margin-top: 15px;
  }
}

/* End */
/* /bitrix/templates/ks/styles.css?17503876211139 */
/* /bitrix/templates/ks/template_styles.css?175038762121438 */
