

/* Start:/local/templates/Vesta/components/bitrix/news.list/tovari_new/style.css?1763732909121251*/
@font-face {
  font-family: "OpenSans";
  font-weight: 800;
  src: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../fonts/OpenSans-ExtraBold.ttf");
}
@font-face {
  font-family: "OpenSans";
  font-weight: 400;
  src: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../fonts/OpenSans-Regular.ttf");
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  color: #2b2a29;
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 20px;
  }
}

html {
  overflow-x: hidden;
}

p,
label {
  margin: 0;
}

.yakor:hover {
  text-decoration: none;
}
.popup_content .slick-prev,
.popup_content .slick-next {
  z-index: 10;
}
.popup_content .slick-next {
  right: 25px;
}
.popup_content .slick-prev {
  left: 7px;
}
.popup_content .slick-prev:before,
.popup_content .slick-next:before {
  opacity: 0.8;
  font-size: 26px;
  color: #000000;
}
.r_coating {
  grid-gap: 21px !important;
}

section {
  padding: 50px 0 70px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  section {
    padding: 40px 0 50px;
  }
}
@media (max-width: 1024px) {
  section {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 20px 0;
  }
}

h2,
.h3 {
  font-weight: 800;
  font-size: 37px;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 1024px) {
  h2,
  .h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  h2,
  .h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.slick-list {
  width: 100%;
}

#directions_office {
  max-width: 100%;
}
.catalog_popup .magnify {
  position: fixed;
  overflow: hidden;
}
.magnify {
  display: none;
  position: fixed;
  max-width: 50%;
  height: auto;
  z-index: 9999;
  bottom: 5%;
  right: 25%;
  max-height: 100%;
}
@media screen and (max-width: 1024px) {
  #directions_office {
    max-width: 50%;
  }
  .magnify {
    max-width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  #directions_office {
    max-width: 80%;
  }
  .magnify {
    max-width: 85%;
  }
}

.magnify img {
  max-width: 100%;
  max-height: 100%;
}
/* затемняющий фон */
.overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}
/* кнопка закрытия */
.close-popup_img {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #afafaf;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}
.close-popup_img i {
  width: 30px;
  height: 30px;
  background: url(https://codernote.ru/files/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}
@keyframes rota {
  25% {
    transform: rotate(360deg);
  }
}
.close-popup_img:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.dark {
  color: #2b2a29;
}

.light {
  color: #fff;
}

.btn {
  background: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}
.btn:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.btn-yellow {
  background: #ffd75c;
  border-radius: 10px;
  padding: 9px 60px;
  transition: 0.2s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #2b2a29;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .btn-yellow {
    padding: 9px 40px;
    font-size: 14px;
    line-height: 17px;
  }
}
.btn-yellow:hover {
  background: #fcb42f;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.btn-yellow span {
  display: block;
}
.btn-yellow img {
  margin-left: 12px;
}
@media (max-width: 767px) {
  .btn-yellow img {
    width: 24px;
  }
}

.yakor .btn-yellow {
  display: none;
}

body {
  color: #2b2a29;
  overflow-x: hidden;
}

.text-bold {
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container-wrap {
  width: 100%;
}

.container {
  max-width: 1380px;
  padding: 0 0px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1024px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 410px;
  }
}
@media (max-width: 410px) {
  .container {
    max-width: 410px;
  }
}

header,
footer {
  background-color: #00345b;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 16px 0;
  color: #fff;
}
@media (max-width: 1024px) {
  header,
  footer {
    padding: 8px 0;
  }
}
header .container,
footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 767px) {
  header .container,
  footer .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  header .logo,
  footer .logo {
    margin-top: -16px;
  }
}
@media (max-width: 767px) {
  header .logo,
  footer .logo {
    margin-top: 0;
  }
}
header .logo img,
footer .logo img {
  width: 160px;
}
@media (max-width: 767px) {
  header .logo img,
  footer .logo img {
    width: 132px;
    margin-bottom: 10px;
  }
}
header .group,
footer .group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*  align-items: flex-end;*/
  margin-left: 10px;
}
@media (max-width: 767px) {
  header .group,
  footer .group {
    margin: 0;
  }
}
header .contact-info,
footer .contact-info {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

header .contact-info .phone div,
footer .contact-info .phone div {
  line-height: 15px;
}

@media (max-width: 1200px) {
  header .contact-info,
  footer .contact-info {
    justify-content: space-around;
    flex: auto;
  }
}
@media (max-width: 767px) {
  header .contact-info,
  footer .contact-info {
    width: 100%;
    display: flex;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "pm p" "b t";
  }
  footer .contact_logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
header .contact-info .time-work,
footer .contact-info .time-work {
  gap: 4px;
  font-size: 14px;
  line-height: 19px;
  margin-right: 12px;
}
@media (max-width: 1200px) {
  header .contact-info .time-work,
  footer .contact-info .time-work {
    display: none;
  }
}
header .contact-info .city-phone,
footer .contact-info .city-phone {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  position: relative;
}
@media (max-width: 1440px) {
  header .contact-info .city-phone,
  footer .contact-info .city-phone {
    display: none;
  }
}

@media (max-width: 410px) {
  header .contact-info .city-phone,
  footer .contact-info .city-phone {
    font-size: 12px;
    line-height: 16px;
  }
}
header .contact-info .city-phone a,
footer .contact-info .city-phone a {
  color: #fff;
}
header .contact-info .city-phone .select-city span,
footer .contact-info .city-phone .select-city span {
  text-decoration: underline;
}
header .contact-info .city-phone .region-wrap,
footer .contact-info .city-phone .region-wrap {
  position: relative;
}
header .contact-info .city-phone .region-wrap:hover .city-list,
footer .contact-info .city-phone .region-wrap:hover .city-list {
  display: block;
  z-index: 2;
}
header .contact-info .city-phone .city-list,
footer .contact-info .city-phone .city-list {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  display: none;
  transition: 0.2s;
  z-index: -10;
  padding: 8px 12px;
  background-color: #fff;
  color: #000;
  position: absolute;
  width: 140px;
}
header .contact-info .city-phone .city-list span,
footer .contact-info .city-phone .city-list span {
  display: block;
  margin: 2px 0;
}
header .contact-info .city-phone .city-list span:hover,
footer .contact-info .city-phone .city-list span:hover {
  text-decoration: underline;
  cursor: pointer;
}
header .contact-info .city-phone .city,
footer .contact-info .city-phone .city {
  position: relative;
}

.select-city {
  display: flex;
  gap: 4px;
  flex-direction: column;
}

header .contact-info .phone div,
footer .contact-info .phone div {
  font-size: 15px;
}

header .contact-info .phone a img,
footer .contact-info .phone a img {
  width: 16px;
}

header .contact-info .phone {
  margin: 0 10px;
}
footer .contact-info .phone {
  margin: 0 40px;
}

@media (max-width: 1200px) {
  header .contact-info .phone,
  footer .contact-info .phone {
    margin: 0 24px;
  }
}
@media (max-width: 1024px) {
  header .contact-info .phone,
  footer .contact-info .phone {
    margin: 0 0 0 24px;
  }
}
@media (max-width: 767px) {
  header .contact-info .phone,
  footer .contact-info .phone {
    grid-area: pm;
    margin: 0;
    align-items: center;
  }
}
@media (max-width: 410px) {
  header .contact-info .phone,
  footer .contact-info .phone {
    max-width: 160px;
  }
}
header .contact-info .phone a,
footer .contact-info .phone a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
header .contact-info .phone a img,
footer .contact-info .phone a img {
  margin-right: 8px;
}
@media (max-width: 1024px) {
  header .contact-info .phone a img,
  footer .contact-info .phone a img {
    margin-right: 4px;
    width: 20px;
  }
}
@media (max-width: 410px) {
  header .contact-info .phone a img,
  footer .contact-info .phone a img {
    width: 12px;
  }
}
header .contact-info .phone a,
footer .contact-info .phone a {
  font-size: 27px;
  color: #fff;
  line-height: 27px;
}
@media (max-width: 1440px) {
  header .contact-info .phone a,
  footer .contact-info .phone a {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  header .contact-info .phone a,
  footer .contact-info .phone a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 410px) {
  header .contact-info .phone a,
  footer .contact-info .phone a {
    font-size: 16px;
    line-height: 20px;
  }
}
header .contact-info .phone div,
footer .contact-info .phone div {
  margin-right: 30px;
}
@media (max-width: 1200px) {
  header .contact-info .phone div,
  footer .contact-info .phone div {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  header .contact-info .phone div,
  footer .contact-info .phone div {
    margin: 0 auto;
  }
}
@media (max-width: 410px) {
  header .contact-info .phone div,
  footer .contact-info .phone div {
    font-size: 12px;
    line-height: 14px;
  }
}
header .contact-info .btn-white,
footer .contact-info .btn-white {
  background: #ffffff;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  transition: 0.2s;
}
@media (max-width: 1200px) {
  header .contact-info .btn-white,
  footer .contact-info .btn-white {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 1024px) {
  header .contact-info .btn-white,
  footer .contact-info .btn-white {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  header .contact-info .btn-white,
  footer .contact-info .btn-white {
    grid-area: b;
  }
}
@media (max-width: 767px) {
  header .contact-info .time-work,
  footer .contact-info .time-work {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  header .contact-info .city-phone,
  footer .contact-info .city-phone {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  header .contact-info .phone,
  footer .contact-info .phone {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  header .contact-info .btn-white,
  footer .contact-info .btn-white {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (max-width: 410px) {
  header .contact-info .btn-white,
  footer .contact-info .btn-white {
    padding: 8px 8px;
    font-size: 10px;
    line-height: 14px;
    max-width: 160px;
  }
}
header .contact-info .btn-white:hover,
footer .contact-info .btn-white:hover {
  background: #e4e1e1;
}

header .city-list {
  position: absolute;
  top: 110%;
  left: 0;
}

footer .city-list {
  position: absolute;
  bottom: 110%;
  left: 0;
}

@media (min-width: 1700px) {
  .products.grid-section .container {
    max-width: 1441px;
  }
}

.grid-section .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 50px;
}
@media (max-width: 1440px) {
  .grid-section .wrap {
    grid-gap: 28px;
  }
}
@media (max-width: 1024px) {
  .grid-section .wrap {
    grid-gap: 16px;
  }
}
@media (max-width: 767px) {
  .grid-section .wrap {
    grid-template-columns: 1fr;
  }
}
.grid-section .item {
  height: 315px;
  position: relative;
}
@media (max-width: 1024px) {
  .grid-section .item {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .grid-section .item {
    height: 200px;
  }
}
.grid-section .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.grid-section .item .text {
  padding: 6px 10px 8px 0;
  text-align: center;
  background-color: #fff;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  /* position: absolute; */
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 92% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 92% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1440px) {
  .grid-section .item .text {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .grid-section .item .text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .grid-section .item .text {
    font-size: 14px;
    line-height: 20px;
  }
}

.products {
  /*background: #F9F9F9;*/
  overflow: hidden;
}
.products .item .text {
  width: 200px;
}
@media (max-width: 1024px) {
  .products .item .text {
    width: 160px;
  }
}

.projects {
  /*background: #F9F9F9;*/
  overflow: hidden;
}
.projects .projects-slider {
  margin: 0 -25px;
}
@media (max-width: 1440px) {
  .projects .projects-slider {
    margin: 0 -14px;
  }
}
@media (max-width: 1024px) {
  .projects .projects-slider {
    margin: 0 -8px;
  }
}
.projects .projects-slider .slick-slide {
  padding: 0 25px !important;
}
@media (max-width: 1440px) {
  .projects .projects-slider .slick-slide {
    padding: 0 14px !important;
  }
}
@media (max-width: 1024px) {
  .projects .projects-slider .slick-slide {
    padding: 0 8px !important;
  }
}
.projects .projects-slider .item .text {
  padding: 8px 25px 10px 10px;
}
@media (max-width: 1024px) {
  .projects .projects-slider .item .text {
    padding: 4px 25px 6px 10px;
  }
}
.projects .slick-slider .slick-slide:focus,
.projects .slick-slider .slick-slide img:focus {
  outline: none;
}
.projects .slick-slider .slick-prev:before,
.projects .slick-slider .slick-next:before {
  font-size: 0px;
}
.projects .slick-slider .slick-next,
.projects .slick-slider .slick-next:hover,
.projects .slick-slider .slick-next:focus {
  right: 25px;
  background-image: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/next.png");
}
@media (max-width: 1440px) {
  .projects .slick-slider .slick-next,
  .projects .slick-slider .slick-next:hover,
  .projects .slick-slider .slick-next:focus {
    right: 14px;
  }
}
@media (max-width: 1024px) {
  .projects .slick-slider .slick-next,
  .projects .slick-slider .slick-next:hover,
  .projects .slick-slider .slick-next:focus {
    right: 8px;
  }
}
.projects .slick-slider .slick-prev,
.projects .slick-slider .slick-prev:hover,
.projects .slick-slider .slick-prev:focus {
  left: 25px;
  background-image: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/prev.png");
}
@media (max-width: 1440px) {
  .projects .slick-slider .slick-prev,
  .projects .slick-slider .slick-prev:hover,
  .projects .slick-slider .slick-prev:focus {
    left: 14px;
  }
}
@media (max-width: 1024px) {
  .projects .slick-slider .slick-prev,
  .projects .slick-slider .slick-prev:hover,
  .projects .slick-slider .slick-prev:focus {
    left: 8px;
  }
}
.projects .slick-slider .slick-next,
.projects .slick-slider .slick-next:hover,
.projects .slick-slider .slick-next:focus,
.projects .slick-slider .slick-prev,
.projects .slick-slider .slick-prev:hover,
.projects .slick-slider .slick-prev:focus {
  width: 28px;
  height: 28px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  top: 50%;
  background-size: contain;
}
@media (max-width: 767px) {
  .projects .slick-slider .slick-next,
  .projects .slick-slider .slick-next:hover,
  .projects .slick-slider .slick-next:focus,
  .projects .slick-slider .slick-prev,
  .projects .slick-slider .slick-prev:hover,
  .projects .slick-slider .slick-prev:focus {
    width: 20px;
    height: 20px;
  }
}
.projects .slick-slider .slick-prev:hover,
.projects .slick-slider .slick-next:hover {
  opacity: 0.7;
}
.projects .btn {
  margin: 50px auto 0;
}

.brand {
  overflow: hidden;
}
.brand .brand-slider {
  padding: 0 20px;
}
.brand .brand-slider .slide {
  padding: 0 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.brand .brand-slider .slide div {
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .brand .brand-slider .slide div {
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  .brand .brand-slider .slide div {
    min-height: 60px;
  }
}
@media (max-width: 410px) {
  .brand .brand-slider .slide div {
    min-height: 40px;
  }
}
.brand .brand-slider .slide img {
  max-width: 96%;
  max-height: 90px;
}
@media (max-width: 1200px) {
  .brand .brand-slider .slide img {
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .brand .brand-slider .slide img {
    max-height: 60px;
  }
}
@media (max-width: 410px) {
  .brand .brand-slider .slide img {
    max-height: 40px;
  }
}
.brand .slick-slider .slick-slide:focus,
.brand .slick-slider .slick-slide img:focus,
.brand .slick-slider .slick-slide video:focus,
.brand .slick-slider .slick-slide a:focus {
  outline: none;
}
.brand .slick-slider .slick-prev:before,
.brand .slick-slider .slick-next:before {
  font-size: 0px;
}
.brand .slick-slider .slick-next,
.brand .slick-slider .slick-next:hover,
.brand .slick-slider .slick-next:focus {
  right: 0px;
  background-image: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/next.png");
}
@media (max-width: 480px) {
  .brand .slick-slider .slick-next,
  .brand .slick-slider .slick-next:hover,
  .brand .slick-slider .slick-next:focus {
    right: 4px;
  }
}
.brand .slick-slider .slick-prev,
.brand .slick-slider .slick-prev:hover,
.brand .slick-slider .slick-prev:focus {
  left: 0px;
  background-image: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/prev.png");
}
@media (max-width: 480px) {
  .brand .slick-slider .slick-prev,
  .brand .slick-slider .slick-prev:hover,
  .brand .slick-slider .slick-prev:focus {
    left: 4px;
  }
}
.brand .slick-slider .slick-next,
.brand .slick-slider .slick-next:hover,
.brand .slick-slider .slick-next:focus,
.brand .slick-slider .slick-prev,
.brand .slick-slider .slick-prev:hover,
.brand .slick-slider .slick-prev:focus {
  width: 28px;
  height: 28px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  top: 50%;
  background-size: contain;
}
@media (max-width: 767px) {
  .brand .slick-slider .slick-next,
  .brand .slick-slider .slick-next:hover,
  .brand .slick-slider .slick-next:focus,
  .brand .slick-slider .slick-prev,
  .brand .slick-slider .slick-prev:hover,
  .brand .slick-slider .slick-prev:focus {
    width: 20px;
    height: 20px;
  }
}
.brand .slick-slider .slick-prev:hover,
.brand .slick-slider .slick-next:hover {
  opacity: 0.7;
}

.company {
  overflow: hidden;
}
.company .big-img {
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .company .big-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .company .big-img {
    display: none;
  }
}
.company .items-wrap {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .company .items-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.company .item {
  font-size: 25px;
  line-height: 30px;
  max-width: 200px;
  width: 100%;
}
@media (max-width: 1440px) {
  .company .item {
    font-size: 21px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .company .item {
    font-size: 16px;
    line-height: 18px;
    margin: 10px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .company .item {
    font-size: 14px;
    line-height: 16px;
    max-width: 110px !important;
  }
}
.company .item:nth-of-type(3) .big-text,
.company .item:nth-of-type(4) .big-text,
.company .item:nth-of-type(5) .big-text,
.company .item:nth-of-type(6) .big-text {
  display: block;
}
.company .item:nth-of-type(1) {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 1440px) {
  .company .item:nth-of-type(1) {
    max-width: 215px;
  }
}
@media (max-width: 1200px) {
  .company .item:nth-of-type(1) {
    max-width: 195px;
  }
}
@media (max-width: 1024px) {
  .company .item:nth-of-type(1) {
    max-width: 180px;
  }
}
.company .item:nth-of-type(2) {
  max-width: 210px;
}
@media (max-width: 1440px) {
  .company .item:nth-of-type(2) {
    max-width: 175px;
  }
}
@media (max-width: 1200px) {
  .company .item:nth-of-type(2) {
    max-width: 155px;
  }
}
@media (max-width: 1024px) {
  .company .item:nth-of-type(2) {
    max-width: 180px;
  }
}
.company .item:nth-of-type(3) {
  max-width: 225px;
}
@media (max-width: 1440px) {
  .company .item:nth-of-type(3) {
    max-width: 190px;
  }
}
@media (max-width: 1200px) {
  .company .item:nth-of-type(3) {
    max-width: 170px;
  }
}
@media (max-width: 1024px) {
  .company .item:nth-of-type(3) {
    max-width: 180px;
  }
}
.company .item:nth-of-type(4) {
  max-width: 250px;
}
@media (max-width: 1440px) {
  .company .item:nth-of-type(4) {
    max-width: 200px;
  }
}
@media (max-width: 1200px) {
  .company .item:nth-of-type(4) {
    max-width: 180px;
  }
}
@media (max-width: 1024px) {
  .company .item:nth-of-type(4) {
    max-width: 180px;
  }
}
.company .item:nth-of-type(5) {
  max-width: 225px;
}
@media (max-width: 1440px) {
  .company .item:nth-of-type(5) {
    max-width: 180px;
  }
}
@media (max-width: 1200px) {
  .company .item:nth-of-type(5) {
    max-width: 160px;
  }
}
@media (max-width: 1024px) {
  .company .item:nth-of-type(5) {
    max-width: 180px;
  }
}
.company .item:nth-of-type(6) {
  max-width: 150px;
}
@media (max-width: 1440px) {
  .company .item:nth-of-type(6) {
    max-width: 115px;
  }
}
@media (max-width: 1024px) {
  .company .item:nth-of-type(6) {
    max-width: 180px;
  }
}
.company .item .big-text {
  display: inline !important;
  font-size: 37px;
  line-height: 30px;
}
@media (max-width: 1440px) {
  .company .item .big-text {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .company .item .big-text {
    font-size: 21px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .company .item .big-text {
    font-size: 16px;
    line-height: 18px;
  }
}
.company .item img {
  display: none;
}
@media (max-width: 1024px) {
  .company .item img {
    display: block;
    margin: 0 auto;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .company .item img {
    height: 50px;
  }
}
.company .item:nth-of-type(5) .big-text {
  display: inline-block;
}
.company .item:nth-of-type(5) div {
  display: inline-block;
  width: 90px;
  font-size: 20px;
  line-height: 18px;
}
@media (max-width: 1440px) {
  .company .item:nth-of-type(5) div {
    font-size: 18px;
    line-height: 16px;
    vertical-align: bottom;
  }
}
@media (max-width: 1024px) {
  .company .item:nth-of-type(5) div {
    width: 60px;
    height: 25px;
    font-size: 14px;
    line-height: 13px;
  }
}
@media (max-width: 767px) {
  .company .item:nth-of-type(5) div {
    width: 52px;
    height: 20px;
    font-size: 12px;
    line-height: 11px;
  }
}

.work .slick-slider .slick-slide:focus,
.work .slick-slider .slick-slide img:focus {
  outline: none;
}
.work .slick-slider .slick-prev:before,
.work .slick-slider .slick-next:before {
  font-size: 0px;
}
.work .slick-slider .slick-next,
.work .slick-slider .slick-next:hover,
.work .slick-slider .slick-next:focus {
  right: 25px;
  background-image: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/next.png");
}
@media (max-width: 1440px) {
  .work .slick-slider .slick-next,
  .work .slick-slider .slick-next:hover,
  .work .slick-slider .slick-next:focus {
    right: 14px;
  }
}
@media (max-width: 1024px) {
  .work .slick-slider .slick-next,
  .work .slick-slider .slick-next:hover,
  .work .slick-slider .slick-next:focus {
    right: 8px;
  }
}
.work .slick-slider .slick-prev,
.work .slick-slider .slick-prev:hover,
.work .slick-slider .slick-prev:focus {
  left: 25px;
  background-image: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/prev.png");
}
@media (max-width: 1440px) {
  .work .slick-slider .slick-prev,
  .work .slick-slider .slick-prev:hover,
  .work .slick-slider .slick-prev:focus {
    left: 14px;
  }
}
@media (max-width: 1024px) {
  .work .slick-slider .slick-prev,
  .work .slick-slider .slick-prev:hover,
  .work .slick-slider .slick-prev:focus {
    left: 8px;
  }
}
.work .slick-slider .slick-next,
.work .slick-slider .slick-next:hover,
.work .slick-slider .slick-next:focus,
.work .slick-slider .slick-prev,
.work .slick-slider .slick-prev:hover,
.work .slick-slider .slick-prev:focus {
  width: 28px;
  height: 28px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  top: 50%;
  background-size: contain;
}
@media (max-width: 767px) {
  .work .slick-slider .slick-next,
  .work .slick-slider .slick-next:hover,
  .work .slick-slider .slick-next:focus,
  .work .slick-slider .slick-prev,
  .work .slick-slider .slick-prev:hover,
  .work .slick-slider .slick-prev:focus {
    width: 20px;
    height: 20px;
  }
}
.work .slick-slider .slick-prev:hover,
.work .slick-slider .slick-next:hover {
  opacity: 0.7;
}

.banner .slick-slider .slick-slide:focus,
.banner .slick-slider .slick-slide img:focus {
  outline: none;
}
.banner .slick-slider .slick-prev:before,
.banner .slick-slider .slick-next:before {
  font-size: 0px;
}
.banner .slick-slider .slick-next,
.banner .slick-slider .slick-next:hover,
.banner .slick-slider .slick-next:focus {
  right: 25px;
  background-image: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/next.png");
}
@media (max-width: 1440px) {
  .banner .slick-slider .slick-next,
  .banner .slick-slider .slick-next:hover,
  .banner .slick-slider .slick-next:focus {
    right: 14px;
  }
}
@media (max-width: 1024px) {
  .banner .slick-slider .slick-next,
  .banner .slick-slider .slick-next:hover,
  .banner .slick-slider .slick-next:focus {
    right: 8px;
  }
}
.banner .slick-slider .slick-prev,
.banner .slick-slider .slick-prev:hover,
.banner .slick-slider .slick-prev:focus {
  left: 25px;
  background-image: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/prev.png");
}
@media (max-width: 1440px) {
  .banner .slick-slider .slick-prev,
  .banner .slick-slider .slick-prev:hover,
  .banner .slick-slider .slick-prev:focus {
    left: 14px;
  }
}
@media (max-width: 1024px) {
  .banner .slick-slider .slick-prev,
  .banner .slick-slider .slick-prev:hover,
  .banner .slick-slider .slick-prev:focus {
    left: 8px;
  }
}
.banner .slick-slider .slick-next,
.banner .slick-slider .slick-next:hover,
.banner .slick-slider .slick-next:focus,
.banner .slick-slider .slick-prev,
.banner .slick-slider .slick-prev:hover,
.banner .slick-slider .slick-prev:focus {
  width: 28px;
  height: 28px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  top: 50%;
  background-size: contain;
}
@media (max-width: 767px) {
  .banner .slick-slider .slick-next,
  .banner .slick-slider .slick-next:hover,
  .banner .slick-slider .slick-next:focus,
  .banner .slick-slider .slick-prev,
  .banner .slick-slider .slick-prev:hover,
  .banner .slick-slider .slick-prev:focus {
    width: 20px;
    height: 20px;
  }
}
.banner .slick-slider .slick-prev:hover,
.banner .slick-slider .slick-next:hover {
  opacity: 0.7;
}

.product-components .slick-slider .slick-next {
  width: 28px;
  height: 28px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  top: 50%;
  background-size: contain;
  right: 0;
  background-image: url(/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/next.png);
}
.product-components .slick-slider .slick-next:hover {
  opacity: 0.7;
}
.product-components .slick-slider .slick-next:before {
  content: none;
}
.product-components .slick-slider .slick-prev {
  width: 28px;
  height: 28px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  top: 50%;
  background-size: contain;
  left: 0;
  background-image: url(/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/prev.png);
}
.product-components .slick-slider .slick-prev:hover {
  opacity: 0.7;
}
.product-components .slick-slider .slick-prev:before {
  content: none;
}

.product-components .slick-dotted.slick-slider {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .product-components .slick-dotted.slick-slider {
    margin-bottom: 20px;
  }
}
.product-components .slick-dotted.slick-slider .slick-dots {
  bottom: -40px;
}
@media (max-width: 767px) {
  .product-components .slick-dotted.slick-slider .slick-dots {
    bottom: -20px;
  }
}
.product-components .slick-dotted.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
.product-components .slick-dotted.slick-slider .slick-dots li button,
.service .slick-dotted.slick-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 5px;
  background: #000;
  border: none;
  opacity: 1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .product-components .slick-dotted.slick-slider .slick-dots li button,
  .service .slick-dotted.slick-slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
.product-components .slick-dotted.slick-slider .slick-dots li button:before,
.service .slick-dotted.slick-slider .slick-dots li button:before {
  color: transparent;
  opacity: 1;
}
.product-components .slick-dotted.slick-slider .slick-dots li.slick-active {
  border-radius: 4px;
}
.product-components
  .slick-dotted.slick-slider
  .slick-dots
  li.slick-active
  button {
  background-color: #ffc357;
  opacity: 1;
  border-radius: 4px;
}
.product-components
  .slick-dotted.slick-slider
  .slick-dots
  li.slick-active
  button:before,
.service .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
  width: 20px;
  height: 20px;
  padding: 5px;
  background: #ffc357;
  border: none;
  color: transparent;
  opacity: 1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .product-components
    .slick-dotted.slick-slider
    .slick-dots
    li.slick-active
    button:before,
  .service
    .slick-dotted.slick-slider
    .slick-dots
    li.slick-active
    button:before {
    width: 12px;
    height: 12px;
  }
}

.product-components .product-components__title {
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .product-components .slick-dotted.slick-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 12px;
  }

  .product-components .product-components__title {
    font-size: 30px;
    line-height: 40px;
  }
}

.product-components .product-components__slide-title {
  text-align: center;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
}

.product-components .product-components__slide-subtitle {
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  color: #6a6a6a;
}

.product-components .slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.work {
  overflow: hidden;
}
.work .work-slider {
  z-index: 10;
  position: relative;
}
.work .work-slider .slide {
  display: flex;
  justify-content: space-between;
  height: 570px;
  position: relative;
}
@media (max-width: 1440px) {
  .work .work-slider .slide {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .work .work-slider .slide {
    height: 460px;
  }
}
@media (max-width: 1024px) {
  .work .work-slider .slide {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .work .work-slider .slide {
    height: 270px;
  }
}
@media (max-width: 410px) {
  .work .work-slider .slide {
    height: 302px;
    flex-wrap: wrap;
  }
}
.work .work-slider .slide .img-wrap {
  position: relative;
  width: 48%;
  height: 270px;
  transition: 0.2;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 1440px) {
  .work .work-slider .slide .img-wrap {
    height: 240px;
  }
}
@media (max-width: 1200px) {
  .work .work-slider .slide .img-wrap {
    height: 220px;
  }
}
@media (max-width: 1024px) {
  .work .work-slider .slide .img-wrap {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .work .work-slider .slide .img-wrap {
    height: 60px;
    width: 100%;
  }
}
@media (max-width: 410px) {
  .work .work-slider .slide .img-wrap {
    width: 23%;
  }
}
.work .work-slider .slide .img-wrap:hover {
  cursor: pointer;
  transition: 0.2;
}
.work .work-slider .slide .img-wrap:hover img {
  transform: scale(1.2);
}
.work .work-slider .slide .img-wrap:hover::after {
  cursor: pointer;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  z-index: 1;
  transition: 0.2;
}
.work .work-slider .slide .img-wrap:hover::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/img.png");
  z-index: 2;
  background-size: contain;
}
@media (max-width: 767px) {
  .work .work-slider .slide .img-wrap:hover::before {
    width: 20px;
    height: 20px;
  }
}
.work .work-slider .slide .img-wrap:nth-of-type(1),
.work .work-slider .slide .img-wrap:nth-of-type(2) {
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .work .work-slider .slide .img-wrap:nth-of-type(1),
  .work .work-slider .slide .img-wrap:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .work .work-slider .slide .img-wrap:nth-of-type(1),
  .work .work-slider .slide .img-wrap:nth-of-type(2) {
    margin-bottom: 10px;
  }
}
@media (max-width: 410px) {
  .work .work-slider .slide .img-wrap:nth-of-type(1),
  .work .work-slider .slide .img-wrap:nth-of-type(2) {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .work .work-slider .slide .img-wrap:nth-of-type(3) {
    margin-bottom: 10px;
  }
}
@media (max-width: 410px) {
  .work .work-slider .slide .img-wrap:nth-of-type(3) {
    margin-bottom: 0px;
  }
}
.work .work-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.work .work-slider .slide .work-big {
  width: 100%;
}
@media (max-width: 410px) {
  .work .work-slider .slide .work-big {
    height: 230px;
    margin-bottom: 12px;
  }
}
.work .work-slider .slide .work-big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work .slick-dotted.slick-slider {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .work .slick-dotted.slick-slider {
    margin-bottom: 20px;
  }
}
.work .slick-dotted.slick-slider .slick-dots {
  bottom: -40px;
}
@media (max-width: 767px) {
  .work .slick-dotted.slick-slider .slick-dots {
    bottom: -20px;
  }
}
.work .slick-dotted.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .work .slick-dotted.slick-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }
}
.work .slick-dotted.slick-slider .slick-dots li button,
.service .slick-dotted.slick-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 5px;
  background: #000;
  border: none;
  opacity: 1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .work .slick-dotted.slick-slider .slick-dots li button,
  .service .slick-dotted.slick-slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
.work .slick-dotted.slick-slider .slick-dots li button:before,
.service .slick-dotted.slick-slider .slick-dots li button:before {
  color: transparent;
  opacity: 1;
}
.work .slick-dotted.slick-slider .slick-dots li.slick-active {
  border-radius: 4px;
}
.work .slick-dotted.slick-slider .slick-dots li.slick-active button {
  background-color: #ffc357;
  opacity: 1;
  border-radius: 4px;
}
.work .slick-dotted.slick-slider .slick-dots li.slick-active button:before,
.service .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
  width: 20px;
  height: 20px;
  padding: 5px;
  background: #ffc357;
  border: none;
  color: transparent;
  opacity: 1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .work .slick-dotted.slick-slider .slick-dots li.slick-active button:before,
  .service
    .slick-dotted.slick-slider
    .slick-dots
    li.slick-active
    button:before {
    width: 12px;
    height: 12px;
  }
}

.banner .slick-dotted.slick-slider {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .banner .slick-dotted.slick-slider {
    margin-bottom: 20px;
  }
}
.banner .slick-dotted.slick-slider .slick-dots {
  bottom: -40px;
}
@media (max-width: 767px) {
  .banner .slick-dotted.slick-slider .slick-dots {
    bottom: -20px;
  }
}
.banner .slick-dotted.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .banner .slick-dotted.slick-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }
}
.banner .slick-dotted.slick-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 5px;
  background: #000;
  border: none;
  opacity: 1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .banner .slick-dotted.slick-slider .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
.banner .slick-dotted.slick-slider .slick-dots li button:before {
  color: transparent;
  opacity: 1;
}
.banner .slick-dotted.slick-slider .slick-dots li.slick-active {
  border-radius: 4px;
}
.banner .slick-dotted.slick-slider .slick-dots li.slick-active button {
  background-color: #ffc357;
  opacity: 1;
  border-radius: 4px;
}
.banner .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
  width: 20px;
  height: 20px;
  padding: 5px;
  background: #ffc357;
  border: none;
  color: transparent;
  opacity: 1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .banner .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
    width: 12px;
    height: 12px;
  }
}

.banner {
  overflow: hidden;
}
.banner .slide-wrap {
  width: 100%;
}
.banner .slide-wrap img {
  width: 100%;
}
.banner .slide-wrap .big {
  display: block;
}
@media (max-width: 767px) {
  .banner .slide-wrap .big {
    display: none;
  }
}
.banner .slide-wrap .small {
  display: none;
}
@media (max-width: 767px) {
  .banner .slide-wrap .small {
    display: block;
  }
}

.form-block form {
  background: #f9f9f9;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  border: 2px solid transparent;
}
.form-block .form-header {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .form-block .form-header {
    margin-bottom: 16px;
  }
}
.form-block .form-header h2 {
  margin-bottom: 0;
}
.form-block .form-header div {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 767px) {
  .form-block .form-header div {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 5px;
  }
}
.form-block .form-content {
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .form-block .form-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .form-block .form-content {
    margin-bottom: 12px;
  }
}
.form-block .form-content input[type="text"],
.form-block .form-content input[type="tel"] {
  margin: 0 10px;
  width: 267px;
  height: 40px;
  background: #ffffff;
  border: 0.5px solid #afafaf;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  color: #000000;
  font-weight: 800;
}
@media (max-width: 767px) {
  .form-block .form-content input[type="text"],
  .form-block .form-content input[type="tel"] {
    font-size: 12px;
    margin: 5px;
    width: 170px;
    height: 32px;
  }
}
.form-block .form-content input[type="text"]::placeholder,
.form-block .form-content input[type="tel"]::placeholder {
  text-align: center;
  color: #000000;
  font-weight: 800;
}
.form-block .form-content input[type="text"] {
  background: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/user.png") no-repeat 10px center;
}
@media (max-width: 767px) {
  .form-block .form-content input[type="text"] {
    background-size: 16px;
  }
}
.form-block .form-content input[type="tel"] {
  background: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/tel.png") no-repeat 10px center;
}
@media (max-width: 767px) {
  .form-block .form-content input[type="tel"] {
    background-size: 16px;
  }
}
.form-block .form-content .btn {
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .form-block .form-content .btn {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .form-block .form-content .btn {
    margin-top: 10px;
  }
}
.form-block .agree,
.form-content .agree {
  text-align: center;
}
.form-block .agree input[type="checkbox"],
.form-content .agree input[type="checkbox"] {
  display: none;
}
.form-block .agree label span,
.form-content .agree label span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .form-block .agree label span,
  .form-content .agree label span {
    font-size: 12px;
    line-height: 14px;
  }
}
.form-block .agree label span::before,
.form-content .agree label span::before {
  content: "";
  display: block;
  position: relative;
  height: 14px;
  width: 14px;
  background-color: #000;
  border-radius: 3px;
  margin-right: 10px;
}
.form-block .agree label input:checked + span:before,
.form-content .agree label input:checked + span:before {
  background: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/checkbox.png") no-repeat center, #000;
}

svg {
  max-width: 1360px;
  width: 100%;
  height: 566px;
}
@media (max-width: 1440px) {
  svg {
    height: 466px;
  }
}
@media (max-width: 1200px) {
  svg {
    height: 420px;
  }
}
@media (max-width: 1024px) {
  svg {
    height: 310px;
  }
}
svg .default {
  fill: #002f8b;
}
svg .item {
  fill: #fff;
}

.item1:hover + .item1-1,
.item1-1:hover,
.item2:hover + .item2-1,
.item2-1:hover,
.item3:hover + .item3-1,
.item3-1:hover,
.item4:hover + .item4-1,
.item4-1:hover,
.item5:hover + .item5-1,
.item5-1:hover,
.item6:hover + .item6-1,
.item6-1:hover,
.item7-1:hover + .item7-1,
.item7-1:hover {
  fill: #ffd75c !important;
}

.title {
  overflow: visible;
}
.title .container {
  position: relative;
}
.link {
  position: absolute;
}
#item1-1 {
  top: 83%;
  left: 36%;
}
@media (max-width: 1440px) {
  #item1-1 {
    top: 82%;
    left: 36%;
  }
}
@media (max-width: 1200px) {
  #item1-1 {
    top: 81%;
    left: 35%;
  }
}
@media (max-width: 1024px) {
  #item1-1 {
    top: 80%;
    left: 36%;
  }
}

#item2-1 {
  top: 22%;
  right: 44%;
}
@media (max-width: 1440px) {
  #item2-1 {
    top: 21%;
    right: 43%;
  }
}
@media (max-width: 1200px) {
  #item2-1 {
    top: 22%;
    right: 44%;
  }
}
@media (max-width: 1024px) {
  #item2-1 {
    top: 20%;
    right: 42%;
  }
}

#item3-1 {
  top: 35.5%;
  left: 44%;
}
@media (max-width: 1440px) {
  #item3-1 {
    top: 34.5%;
    left: 43%;
  }
}
@media (max-width: 1200px) {
  #item3-1 {
    top: 33.5%;
    left: 43%;
  }
}
@media (max-width: 1024px) {
  #item3-1 {
    top: 31.5%;
    left: 42%;
  }
}

#item4-1 {
  top: 26%;
  left: 35%;
}
@media (max-width: 1440px) {
  #item4-1 {
    top: 25%;
    left: 34%;
  }
}
@media (max-width: 1200px) {
  #item4-1 {
    top: 24%;
    left: 34%;
  }
}
@media (max-width: 1024px) {
  #item4-1 {
    top: 24%;
    left: 33%;
  }
}
#item4-1 a {
  display: block;
  max-width: 100px;
  line-height: 20px;
}
@media (max-width: 1024px) {
  #item4-1 a {
    line-height: 16px;
    max-width: 85px;
  }
}

#item5-1 {
  top: 71%;
  right: 34%;
}
@media (max-width: 1440px) {
  #item5-1 {
    top: 73%;
    right: 34%;
  }
}
@media (max-width: 1200px) {
  #item5-1 {
    top: 71%;
    right: 34%;
  }
}
@media (max-width: 1024px) {
  #item5-1 {
    top: 71%;
    right: 33%;
  }
}

#item6-1 {
  top: 74%;
  right: 21%;
}
@media (max-width: 1440px) {
  #item6-1 {
    top: 73%;
    right: 19%;
  }
}
@media (max-width: 1200px) {
  #item6-1 {
    top: 72%;
    right: 19%;
  }
}
@media (max-width: 1024px) {
  #item6-1 {
    top: 72%;
    right: 19%;
  }
}
#item6-1 a {
  display: block;
  max-width: 120px;
  line-height: 20px;
}
@media (max-width: 1024px) {
  #item6-1 a {
    max-width: 100px;
    line-height: 16px;
  }
}

#item7-1 {
  top: 50%;
  right: 56%;
}
@media (max-width: 1440px) {
  #item7-1 {
    top: 50%;
    right: 56%;
  }
}
@media (max-width: 1200px) {
  #item7-1 {
    top: 50%;
    right: 56%;
  }
}
@media (max-width: 1024px) {
  #item7-1 {
    top: 50%;
    right: 54%;
  }
}
#item7-1 a {
  display: block;
  max-width: 200px;
  line-height: 20px;
}
@media (max-width: 1024px) {
  #item7-1 a {
    max-width: 165px;
    line-height: 16px;
  }
}

.ModalFeedback .modal-dialog {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 410px) {
  .ModalFeedback .modal-dialog {
    max-width: 300px;
  }
}
.ModalFeedback .modal-content {
  max-width: 400px;
  width: 100%;
  background-color: #fff;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .ModalFeedback .modal-content {
    max-width: 400px;
  }
}
@media (max-width: 410px) {
  .ModalFeedback .modal-content {
    max-width: 300px;
  }
}
.ModalFeedback .form-header {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #cfcfcf;
}
@media (max-width: 767px) {
  .ModalFeedback .form-header {
    font-size: 16px;
    line-height: 20px;
  }
}
.ModalFeedback .content-wrap {
  width: 100%;
  padding: 15px;
}
@media (max-width: 767px) {
  .ModalFeedback .content-wrap {
    flex-wrap: wrap;
  }
}
.ModalFeedback .wrap {
  width: 60%;
  padding-right: 20px;
  border-right: 2px solid #00508c;
}
@media (max-width: 767px) {
  .ModalFeedback .wrap {
    width: 100%;
    border-right: none;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #00508c;
  }
}
.ModalFeedback .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.ModalFeedback .item:last-of-type {
  margin-bottom: 0;
}
.ModalFeedback .item .img-wrap {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  flex-shrink: 0;
}
.ModalFeedback .item p {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .ModalFeedback .item p {
    font-size: 14px;
    line-height: 17px;
  }
}
.ModalFeedback .item p span {
  font-family: "Roboto-Black";
}
.ModalFeedback .btn {
  width: 100%;
}

form .form-field {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
form label {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}
form input[type="tel"],
form input[type="text"] {
  width: 100%;
  height: 32px;
  background: #ffffff;
  border: none;
  color: #979797;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin: 0 0 12px 0;
  border: 2px solid #cfcfcf;
}
form textarea {
  width: 100%;
  height: 200px;
  border: 2px solid #cfcfcf;
  margin: 0 0 16px 0;
}
form .description {
  color: #747272;
  margin-top: 8px;
  font-size: 14px;
  line-height: 16px;
}

.modal .btn-close,
.ModalFeedback .btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  color: #cfcfcf;
}

.contacts {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.contacts .map {
  margin-top: 50px;
}
.contacts .h3 {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  text-align: left;
  margin-top: -10px;
}
@media (max-width: 1440px) {
  .contacts .h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .contacts .h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  .contacts .h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 0;
  }
}
.contacts .city-content-wrap {
  display: none;
}
.contacts .city-content-wrap.active {
  display: block;
}
.contacts .city-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 52px;
}
@media (max-width: 1024px) {
  .contacts .city-list {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .contacts .city-list {
    margin-bottom: 24px;
  }
}
.contacts .city-list .city-name {
  margin: 0 24px;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #003188;
}
@media (max-width: 1200px) {
  .contacts .city-list .city-name {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .contacts .city-list .city-name {
    margin: 0px 12px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .contacts .city-list .city-name {
    margin: 0px 8px 4px 0;
    font-size: 14px;
    line-height: 16px;
  }
}
.contacts .city-list .city-name:hover {
  cursor: pointer;
  color: #686868;
}
.contacts .city-list .city-name.active {
  text-decoration: none;
  color: #000000;
}
.contacts .content {
  display: grid;
  grid-template-columns: 8fr 8fr 5fr;
  grid-gap: 50px;
}
@media (max-width: 1440px) {
  .contacts .content {
    grid-gap: 45px;
    grid-template-columns: 8fr 7fr 5fr;
  }
}
@media (max-width: 1200px) {
  .contacts .content {
    grid-gap: 30px;
  }
}
@media (max-width: 1024px) {
  .contacts .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-gap: 0;
  }
}
.contacts .content .inf2 {
  font-size: 18px;
  line-height: 25px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .contacts .content .inf2 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .contacts .content .inf2 {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 1024px) {
  .contacts .content .inf2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .contacts .content .inf2 {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
  }
}
.contacts .content .inf2 div:first-of-type {
  font-weight: 800;
}
.contacts .content .inf {
  font-size: 18px;
  line-height: 25px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .contacts .content .inf {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .contacts .content .inf {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .contacts .content .inf {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .contacts .content .inf {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
  }
}
.contacts .content .inf > div:first-of-type {
  font-weight: 800;
  width: 145px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .contacts .content .inf > div:first-of-type {
    width: 125px;
  }
}
@media (max-width: 1200px) {
  .contacts .content .inf > div:first-of-type {
    width: 110px;
  }
}
@media (max-width: 1024px) {
  .contacts .content .inf > div:first-of-type {
    width: 125px;
  }
}
@media (max-width: 767px) {
  .contacts .content .inf > div:first-of-type {
    width: 110px;
  }
}
.contacts .content .inf .mail {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #003188;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .contacts .content .contact-item1 {
    order: 1;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .contacts .content .contact-item1 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .contacts .content .contact-item2 {
    order: 3;
    margin-top: 30px;
  }
}
.contacts .content .contact-item2 .inf {
  flex-direction: column;
  margin-bottom: 16px;
}
.contacts .content .contact-item2 .inf div:first-of-type {
  width: 100%;
}
.contacts .content .contact-item2 .pdf-link {
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #003188;
}
@media (max-width: 1440px) {
  .contacts .content .contact-item2 .pdf-link {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1200px) {
  .contacts .content .contact-item2 .pdf-link {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 1024px) {
  .contacts .content .contact-item2 .pdf-link {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .contacts .content .contact-item2 .pdf-link {
    font-size: 14px;
    line-height: 18px;
  }
}
.contacts .content .contact-item2 .pdf-link span {
  color: #003188;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.contacts .content form {
  border: 2px solid transparent;
  padding: 5px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .contacts .content form {
    order: 2;
    width: 36%;
  }
}
@media (max-width: 767px) {
  .contacts .content form {
    width: 100%;
    max-width: 260px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
.contacts .content form button {
  width: 100%;
}
.contacts .content form textarea,
.contacts .content form input[type="text"],
.contacts .content form input[type="tel"] {
  margin: 0 0 20px 0;
  width: 100%;
  height: 40px;
  border: 0.5px solid #afafaf;
  box-sizing: border-box;
  border-radius: 10px;
  color: #000000;
}
@media (max-width: 1024px) {
  .contacts .content form textarea,
  .contacts .content form input[type="text"],
  .contacts .content form input[type="tel"] {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .contacts .content form textarea,
  .contacts .content form input[type="text"],
  .contacts .content form input[type="tel"] {
    font-size: 12px;
    height: 32px;
  }
}
.contacts .content form input[type="text"],
.contacts .content form input[type="tel"] {
  text-align: center;
  font-weight: 800;
}
.contacts .content form input[type="text"]::placeholder,
.contacts .content form input[type="tel"]::placeholder {
  text-align: center;
  color: #000000;
  font-weight: 800;
}
.contacts .content form textarea {
  height: 130px;
  padding: 5px 10px;
}
.contacts .content form textarea::placeholder {
  color: #000000;
}
.contacts .content form .name {
  background: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/user.png") no-repeat 10px center;
}
@media (max-width: 767px) {
  .contacts .content form .name {
    background-size: 16px;
  }
}
.contacts .content form .email {
  background: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/tel.png") no-repeat 10px center;
}
@media (max-width: 767px) {
  .contacts .content form .email {
    background-size: 16px;
  }
}

.modal__messages {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-image: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/modal-message-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.modal__messages-items {
  padding-left: 15px;
  padding-right: 15px;
}
.modal__messages-item {
  max-width: 500px;
  width: 100%;
  padding: 21px 29px 30px 30px;
  border: 5px solid #253141;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
}
.modal__message-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
}
.modal__message-text {
  font-size: 21px;
  line-height: 25px;
}
.g-recaptcha div {
  margin: 0 auto;
}
.hidden {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
}
.recapchaMsg {
  position: fixed;
  z-index: 100;
  max-width: 250px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  color: red;
}
.recapchaMsg__text {
  padding: 10px 5px 15px 5px;
  background-color: #253141;
  border-radius: 10px;
  opacity: 1;
  transition: opacity 3s;
}
.recapchaMsg__text.green {
  color: green;
}
.agreeMsg {
  margin-top: 10px;
  color: red;
}

/*  ДОРАБОТКА ШАБЛОНА  */

section.contacts {
  opacity: 1;
}

/*  фиксированное меню в хедере  */
.header_fixed_menu_wrap {
  width: 100%;
  background-color: rgba(242, 242, 243, 0.5);
  z-index: 3;
  top: 0;
}
.header_fixed_menu {
  padding: 10px 0;
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.header_fixed_menu_item {
  padding: 10px 0;
  font-size: 14px;
  line-height: 27px;
  color: #253142;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.9;
  cursor: pointer;
  flex: 1 1 auto;
  margin: 0 5px;
  text-align: center;
}
@media (max-width: 1024px) {
  .header_fixed_menu_item {
    font-size: 12px;
    display: block;
  }
  .header_fixed_menu_wrap {
    display: block;
  }
}
@media (max-width: 1200px) {
  .header_fixed_menu_item {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .header_fixed_menu_item {
    display: none;
  }
  .header_fixed_menu_wrap {
    display: none;
  }
}
.header_fixed_menu_item:hover {
  color: #0559fe;
  text-decoration: none;
}
/*  ----- фиксированное меню в хедере -----  */

/*  хеадер в мобильной версии  */
@media (max-width: 768px) {
  header .contact-info {
    display: none !important;
  }
  #ModalFeedback {
    display: none;
  }
  .group.phone.mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .group.block_inst {
    display: flex !important;
    flex-direction: column;
    justify-content: start;
    align-items: left;
  }
  .group.phone.mobile a,
  .group.insta_text a {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-left: 0px;
  }
  header .group.phone.mobile a > img {
    display: none;
  }
  .group.phone.mobile div {
    margin-left: 0px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 16px;
  }
  .block_inst .group.insta_text {
    display: block;
  }
  .block_inst .group.insta_text div {
    margin: 0 auto;
    font-size: 11px;
  }
  .group.phone.mobile a img {
    margin-right: 4px;
    width: 20px;
  }
  .header_menu_burger {
    display: block !important;
  }
  .header_menu_burger svg {
    width: 37px !important;
    height: 27px !important;
  }
}
@media (max-width: 410px) {
  .group.phone.mobile a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 375px) {
  header .group.phone.mobile {
    display: none !important;
  }
}
/* ------ хеадер в мобильной версии ------- */

/*  меню бургер  */
.menu_burger {
  background-color: #253142;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  max-width: 360px;
  transition: all 0.3s;
  left: -360px;

  min-height: 750px;
  min-height: 100%;
  /*height: 100%;*/
  padding: 26px 34px;
  overflow: auto;
}
.menu_burger_container {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  text-align: left;
}
.close_menu {
  margin-left: auto;
  text-align: right;
}
.close_menu svg {
  height: 25px;
  width: 25px;
}
.menu_burger_item {
  margin-bottom: 21px;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
}
.menu_burger_number {
  font-size: 28px;
  line-height: 35px;
  cursor: pointer;
}
a.menu_burger_number {
  color: inherit;
  text-decoration: none;
}
a.menu_burger_number:hover {
  color: inherit;
  text-decoration: none;
}
.menu_burger_number.info {
  font-size: 18px;
  line-height: 22px;
}
.menu_burger_item .btn {
  background: #ffffff;
  border-radius: 3px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.menu_burger_item .group span {
  font-size: 18px;
  line-height: 23px;
}
/* -------- меню бургер -------- */

/*  SVG картинка на главной  */
.title_svg_img svg {
  max-width: 100%;
  height: 100%;
}
.title_svg_icon {
  transform: translate(0, -19.2%);
  padding: 0;
}
.title_svg_icon:hover .title_svg_icon_hover {
  transform: none !important;
}
.title_svg_icon_a {
  height: 50px;
  width: 50px;
  overflow-wrap: break-word;
  display: flex !important;
  justify-content: center;
  align-content: center;
  border-style: none;
  background-color: #0559fe;
  border-radius: 100px;
  min-width: 1em;
  min-height: 1em;
  cursor: pointer;
  color: #fff;
  text-align: center;
  box-sizing: content-box;
  /*opacity: .95;*/
  padding: 4px;
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  vertical-align: baseline;
  hyphens: manual;
}
.title_svg_icon_a:before {
  content: "";
  background-color: #0559fe;
  border-radius: 100px;
  min-width: 1em;
  min-height: 1em;
  line-height: 2em;
  display: block;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  left: 0;
  pointer-events: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: uael-hotspot-pulse 2s infinite;
  animation: uael-hotspot-pulse 2s infinite;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: uael-hotspot-pulse;
  z-index: -1;
}
.title_svg_icon_a svg {
  height: 30px;
  width: 30px;
  margin-top: 10px;
}
.title_svg_icon_hover {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  transition-property: transform, -webkit-transform;
  backface-visibility: hidden;
  position: absolute;
  top: -30px;
  left: 81px;
  min-height: 80px;
  padding: 30px 55px 30px 20px;
  background-color: #0559fe;
  animation-duration: 350ms;
  transition-duration: 350ms;
  box-shadow: 0 0 15px -9px #0559fe;
}
.title_svg_icon_hover:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  z-index: 10;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-top: -10px;
  top: 50%;
  border-right: 10px solid #0559fe;
  left: -10px;
}
.title_svg_icon_hover .hover_title {
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  white-space: nowrap;
}
.title_svg_icon_hover .hover_a {
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
}
.title_svg_icon_per {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 25px;
  height: 60px;
  width: 55px;
}
@media screen and (max-width: 1600px) {
  .title_svg_icon.block-6 .title_svg_icon_per {
    left: -25px;
  }
  .title_svg_icon.block-6 .title_svg_icon_hover {
    right: 81px;
    left: unset;
  }
  .title_svg_icon.block-6 .title_svg_icon_hover:before {
    right: -10px;
    left: unset;
    border-left: 10px solid #0559fe;
    border-right: none;
  }
}
@media screen and (min-width: 500px) and (max-width: 820px) {
  .title_svg_icon_a {
    height: 37px;
    width: 37px;
  }
  .title_svg_icon_a svg {
    height: 24px;
    width: 24px;
    margin-top: 5px;
  }
  #item2-1 {
    top: 19%;
    right: 41%;
  }
  .title_svg_icon_per {
    height: 45px;
    width: 40px;
  }
  .title_svg_icon_hover {
    top: -33px;
    left: 64px;
  }
  .title_svg_icon_hover .hover_title {
    font-size: 18px;
  }
  .title_svg_icon_hover .hover_a {
    font-size: 14px;
  }
  .title_svg_icon.block-6 .title_svg_icon_hover {
    right: 66px;
  }
}
@media screen and (max-width: 630px) {
  .title_svg_icon_hover .hover_title {
    white-space: unset;
  }
}

@media screen and (min-width: 320px) and (max-width: 500px) {
  .title_svg_img {
    margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
  }
  .title_svg_img .container {
    width: max-content;
  }
  .title_svg_icon.block-6 .title_svg_icon_per {
    left: -20px;
    height: 37px;
    width: 35px;
  }
  .title_svg_icon.block-6 .title_svg_icon_hover {
    right: 56px;
  }
  .title_svg_icon_hover {
    left: 56px;
  }
  .title_svg_icon_per {
    right: -20px;
    height: 37px;
    width: 35px;
  }

  .title_svg_icon_hover .hover_title {
    font-size: 18px;
    line-height: 20px;
  }
  .title_svg_icon_hover .hover_a {
    margin-top: 7px;
  }

  .title_svg_icon_hover {
    left: 56px;
  }
}

@media screen and (min-width: 380px) and (max-width: 500px) {
  .title_svg_icon_a {
    height: 30px;
    width: 30px;
  }
  .title_svg_icon_a svg {
    height: 20px;
    width: 20px;
    margin-top: 4px;
  }
  #item2-1 {
    top: 19%;
    right: 41%;
  }
  #item4-1 {
    top: 23%;
    left: 30%;
  }
}
@media screen and (max-width: 380px) {
  .title_svg_icon_a {
    height: 23px;
    width: 23px;
  }
  .title_svg_icon_a svg {
    height: 18px;
    width: 18px;
    margin-top: 2px;
  }
  #item2-1 {
    top: 19%;
    right: 41%;
  }
  #item4-1 {
    top: 23%;
    left: 30%;
  }
  .title_svg_icon.block-6 .title_svg_icon_per {
    left: -18px;
    height: 30px;
    width: 35px;
  }
  .title_svg_icon.block-6 .title_svg_icon_hover {
    right: 56px;
  }
  #item5-1 {
    top: 74%;
    right: 45%;
  }
  .title_svg_icon_hover {
    left: 48px;
  }
  .title_svg_icon_per {
    right: 15px;
    height: 30px;
    width: 25px;
  }
  .title_svg_icon_hover {
    padding-right: 35px;
  }
}

@keyframes uael-hotspot-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
/* ------ SVG картинка на главной ---------- */

/*  Блок "Наша продукция"  */
.grid-section .wrap {
  grid-gap: 7px;
}
.our_production {
  overflow: hidden;
  height: 100% !important;
}
.our_production:hover .our_production_wrap {
  top: 0 !important;
  z-index: 8;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: -1px !important;
}
.our_production.activate .our_production_wrap {
  top: 0 !important;
  z-index: 8;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: -1px !important;
}
.our_production_wrap {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 10px 40px 10px 40px;
  bottom: 60px;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.our_production_wrap_title {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5em;
}
.our_production_wrap_text {
  color: #ffffff;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 768px) {
  .products.grid-section .container > .wrap {
    margin: 0 -50px;
  }
  .products.grid-section .container .item.our_production.aos-init.aos-animate {
    height: 100%;
  }
}
@media screen and (max-width: 550px) {
  .products.grid-section .container > .wrap {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .products.grid-section .wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.our_production_wrap_text {
  display: flex;
  font-size: 15px;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 350px) {
  .our_production_wrap_text {
    font-size: 16px;
  }
}
.our_production_wrap_text a {
  color: #ffffff;
}
.our_production_wrap_text a:hover {
  text-decoration: underline;
}
/* ------------- Блок "Наша продукция" ------- */

/*  Блок "Этапы сделки"  */
.transaction {
}
.st0 {
  fill: #ffffff;
}

.transaction__text {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 60px;
}

.transaction__btn button {
  background-color: #1d579e;
  display: block;
  max-width: 462px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  padding: 11px 10px;
  color: #ffffff;
  border: none;
}
.transaction__btn button:hover {
  background-color: #0559fe;
}

.transaction__elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .transaction_element {
    margin: 10px;
    font-size: 14px;
    line-height: 16px;
  }
}
.transaction_element {
  width: 100%;
  max-width: 268px;
}
.transaction_element .img {
  margin-bottom: 10px;
  margin-right: 15px;
}

.transaction_element .number_block {
  position: relative;
}
.transaction_element .number_block .points {
  position: absolute;
  left: -84px;
  width: 169px;
  top: 4px;
  overflow: hidden;
}
.transaction_element .number_block .number {
  text-align: center;
  padding: 0 10px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #1d579e;
  align-items: center;
  width: 35px;
  height: 35px;
  color: #1d579e;
  display: flex;
  justify-content: center;
  align-content: center;
}
.transaction_element .title {
  text-align: center;
  margin-top: 12px;
  font-weight: 600;
}
.transaction_element .transaction_element_text {
  display: none;
}
.transaction_element .transaction_element_title {
  display: none;
}
.transaction_element_svg {
  height: 95px;
  fill: #1d579e !important;
}
@media screen and (max-width: 1024px) {
  .transaction__elements {
    max-width: 710px;
  }
  .transaction_element .four.points {
    display: none;
  }
  .transaction_element_svg {
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .transaction_element_svg {
    height: 50px;
  }
  .transaction_element .number_block .number {
    width: 21px;
    height: 21px;
    padding: 0;
  }
}

@media (max-width: 765px) {
  .block_inst {
    display: flex;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  header .contact_logo,
  footer .contact_logo {
    width: 100%;
    display: flex;
    align-items: center;
  }
  header .contact_logo .logo,
  footer .contact_logo .logo {
    grid-area: sd;
  }

  header .contact-info .block_inst .group.insta_text,
  footer .contact-info .block_inst .group.insta_text {
    display: block !important;
  }
  header .contact-info .block_inst,
  footer .contact-info .block_inst {
    display: flex;
    grid-template-columns: 0.2fr 1fr;
  }

  .block_inst .group.insta_text div {
    margin: 0 auto;
    font-size: 11px;
  }
  .group.phone.mobile {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    grid-area: hd;
  }
  .group.phone.mobile a {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
  }
  .group.phone.mobile div {
    margin: 0 auto;
    font-size: 12px;
    line-height: 16px;
  }
  header .contact-info,
  footer .contact-info {
    width: 225%;
    display: flex;
  }
  header .contact-info,
  footer .contact-info {
    grid-template-rows: none;
  }
  header .contact-info .group.time-work,
  footer .contact-info .group.time-work,
  header .contact-info .group.city-phone,
  footer .contact-info .group.city-phone {
    display: none;
  }
  header .contact-info .btn.btn-white,
  footer .contact-info .btn.btn-white {
    grid-area: t;
  }

  header .contact-info .group.phone,
  footer .contact-info .group.phone,
  header .contact-info .inst,
  footer .contact-info .inst {
    align-items: flex-start;
  }
  header .contact-info .group.phone,
  footer .contact-info .group.phone {
    margin-left: 0px;
    grid-area: p;
  }
  header .contact-info .inst,
  footer .contact-info .inst {
    margin-top: 0px;
    max-width: 25px;
    max-height: 25px;
    background-size: contain;
    grid-area: b;
  }
  header .contact-info .inst .group.insta_text div,
  footer .contact-info .inst .group.insta_text div {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    width: 100px;
    height: 25px;
    max-width: 120px;
    grid-area: b;
  }
  header .contact-info .block_inst,
  footer .contact-info .block_inst {
    display: flex;
    align-items: center;
  }
  header .contact-info .group.phone div,
  footer .contact-info .group.phone div {
    margin: 0;
  }
  header .group.phone.mobile div,
  footer .group.phone.mobile div,
  header contact-info .group div,
  footer .contact-info .group div {
    margin-left: 0;
    margin-right: auto;
  }

  h2 {
    font-size: 26px;
    font-width: 700;
  }
}
@media screen and (max-width: 409px) {
  .transaction_element .four.points {
    display: block;
  }
  .transaction_element .points.three {
    display: none;
  }
  .transaction_element .five.points {
    display: none;
  }
}

.transaction_element {
  max-width: 226px;
  width: 100%;
}

@media (max-width: 1440px) {
  .transaction_element {
    max-width: 186px;
  }
  .transaction_element .number_block .points {
    left: -70px;
    width: 138px;
  }
}
@media (max-width: 1200px) {
  .transaction_element {
    max-width: 164px;
  }
  .transaction_element .number_block .points {
    left: -62px;
    width: 123px;
  }
}
@media (max-width: 1024px) {
  .transaction_element {
    max-width: 236px;
  }
  .transaction_element .number_block .points {
    left: -92px;
    width: 184px;
  }
}
@media (max-width: 768px) {
  .transaction_element {
    max-width: 110px;
  }
  .transaction_element .number_block .points {
    left: -61px;
    width: 99px;
  }
}

/*@media screen and (max-width: 768px){*/
/*  .transaction{*/
/*    padding: 0 5px;*/
/*  }*/
/*  .transaction__elements {*/
/*    flex-direction: column;*/
/*  }*/
/*  .transaction .transaction__elements {*/
/*     margin: 0;*/
/*  }*/
/*  .transaction .container{*/
/*    max-width: none!important;*/
/*  }*/
/*  .transaction_element_toggle{*/
/*    border: 1px solid #0559fe;*/
/*    display: flex!important;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    height: 56px;*/
/*    margin-top: 15px;*/
/*    margin-bottom: 15px;*/
/*  }*/
/*  .transaction_element_toggle_icon{*/
/*    height: 54px;*/
/*    width: 54px;*/
/*    background-color: #0559fe;*/
/*    background-image: linear-gradient(*/
/*            160deg, #1d239b 11%, #1d5a9b 86%);*/
/*    color: #ffffff;*/
/*  }*/
/*  .transaction_element_toggle_title{*/
/*    padding: 10px 0 10px 26px;*/
/*    text-align: left;*/
/*    font-weight: 700;*/
/*  }*/
/*  .transaction_element_inner{*/
/*    !*display: none;*!*/
/*    padding: 10px 10px 40px 10px;*/
/*    display: flex;*/
/*    border: 1px solid #0559fe;*/
/*  }*/
/*  .transaction_element_inner_r{*/
/*    display: none;*/
/*  }*/
/*  .transaction .transaction__text{*/
/*    display: none;*/
/*  }*/
/*  .transaction_element .number_block{*/
/*    display: none;*/
/*  }*/
/*  .transaction_element .title{*/
/*    display: none;*/
/*  }*/
/*  .transaction_element .transaction_element_text{*/
/*    display: block;*/
/*  }*/
/*  .transaction_element {*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*  }*/
/*  .transaction__btn{*/
/*    margin-top: 45px;*/
/*    margin-bottom: 45px;*/
/*  }*/

/*  .transaction .container>h2{*/
/*    font-weight: 700;*/
/*    font-size: 26px;*/
/*    margin-top: 40px;*/
/*    margin-bottom: 30px;*/
/*  }*/
/*  .transaction_element_toggle_icon{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*  }*/
/*  .transaction_element_toggle_icon_plus{*/
/*    margin: 3px 3px 0 0;*/
/*  }*/
/*  .transaction_element_toggle_icon_minus{*/
/*    margin-top: -31px;*/
/*    margin-right: 2px;*/
/*     display: none;*/
/*  }*/
/*  .transaction_element_toggle_icon_plus:before{*/
/*    content: "+";*/
/*    font-weight: 700;*/
/*    font-family: Astra;*/
/*    font-size: 30px;*/
/*    line-height: 20px;*/
/*  }*/
/*  .transaction_element_toggle_icon_minus:before{*/
/*    content: "_";*/
/*    font-weight: 700;*/
/*    font-family: Astra;*/
/*    font-size: 30px;*/
/*    line-height: 20px;*/
/*  }*/
/*}*/
/* --------- Блок "Этапы сделки" -------- */

/*  Блок "Отзывы" */
.reviews {
  background-color: #f2f2f3;
}
.reviews .fade-down {
}

.reviews .slick-slider .slick-next {
  width: 28px;
  height: 28px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  top: 50%;
  background-size: contain;
  right: 0;
  background-image: url(/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/next.png);
}
.reviews .slick-slider .slick-next:hover {
  opacity: 0.7;
}
.reviews .slick-slider .slick-next:before {
  content: none;
}
.reviews .slick-slider .slick-prev {
  width: 28px;
  height: 28px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  top: 50%;
  background-size: contain;
  left: 0;
  background-image: url(/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/prev.png);
}
.reviews .slick-slider .slick-prev:hover {
  opacity: 0.7;
}
.reviews .slick-slider .slick-prev:before {
  content: none;
}

.reviews .reviews_section {
  padding: 0 40px;
}

.reviews_element {
  margin: 0 15px;
  background-color: #ffffff;
  padding: 20px;
}

@media screen and (max-width: 400px) {
  .reviews_element {
    margin: 0;
  }
}
.review_author {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.review_author_img {
  height: 60px;
  width: 60px;
  margin-right: 20px;
}
.review_author_img img {
  /*background-color: #000;*/
  height: 100%;
  width: 100%;
  border-radius: 50%;
  /*border: 1px solid #000000;*/
}
.review_author_name_city {
}
.review_author_name {
  font-weight: 700;
  font-size: 0.85rem;
}
.review_author_city {
  font-size: 0.78rem;
}
.reviews .element_content {
  font-size: 0.8rem;
}

/*  ----------- Блок "Отзывы" ----------- */

/*  Доработка футера  */

@media screen and (max-width: 767px) {
  footer .contact-info {
    grid-template-rows: none;
  }
  footer .contact-info .group.time-work,
  footer .contact-info .group.city-phone {
    display: none;
  }
  footer .contact-info .btn.btn-white {
    grid-area: t;
    font-size: 13px;
    color: #2e394a;
    font-weight: bold;
    display: none;
  }
  footer .contact-info .group.phone img {
    display: none;
  }
  footer .contact-info .group.phone,
  footer .contact-info .block_inst .inst {
    align-items: flex-start;
  }
  footer .contact-info .group.phone.mobile.right {
    margin-left: 0;
    margin-right: auto;
    grid-area: p;
  }

  footer .contact-info .block_inst .inst {
    margin-top: 5px;
    max-width: 25px;
    max-height: 25px;
    background-size: contain;
    grid-area: b;
  }
  footer .contact-info .block_inst .group.insta_text {
    display: block !important;
  }
  footer .contact-info .block_inst {
    display: flex;
  }
  footer .contact-info .block_inst .group.insta_text div {
    font-size: 11px;
    color: #fff;
    width: 100px;
    height: 25px;
    max-width: 120px;
    float: left;
    grid-area: b;
  }
  footer .contact-info .group.phone div {
    margin: 0;
  }
  footer .group.phone.mobile div,
  footer .contact-info .group div {
    margin-left: 0;
    margin-right: auto;
  }

  h2 {
    font-size: 26px;
    font-width: 700;
  }
}

/*  ----------------  Доработка футера -------------  */

.garantiya-na-materialy {
  position: relative;
}
.garantiya-na-materialy .title {
  text-align: center;
  margin-bottom: 50px;
}
.garantiya-na-materialy .title h1 {
  margin-bottom: 10px;
  font-size: 3.1rem;
}
@media (max-width: 576px) {
  .garantiya-na-materialy .title h1 {
    font-size: 2.1rem;
  }
}
.garantiya-na-materialy .title p {
  font-size: 18px;
  line-height: 21px;
}
.garantiya-na-materialy .text_content {
  line-height: 19px;
  margin-bottom: 40px;
}
.garantiya-na-materialy .separate_squares.one,
.service .separate_squares.one {
  z-index: -1;
  position: absolute;
  border-radius: 10px;
  border: 20px solid #ffc122;
  height: 285px;
  width: 285px;
  left: -180px;
  top: 140px;
}
.garantiya-na-materialy .separate_squares.two,
.service .separate_squares.two {
  z-index: -1;
  position: absolute;
  border-radius: 10px;
  border: 20px solid #022845;
  height: 177px;
  width: 177px;
  left: 4px;
  top: 366px;
}
.block_soc {
  display: flex;
}

.telegram {
  background: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/telegram.svg") no-repeat;
  width: 35px;
  height: 35px;
  align-items: flex-start;
  background-size: cover;
  margin: 0 5px;
  transition: all 0.15s ease;
}

.telegram:hover {
  background: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/telegram_hover.svg") no-repeat;
}
.vk {
  background: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/vkontakte.svg") no-repeat;
  width: 35px;
  height: 35px;
  align-items: flex-start;
  background-size: cover;
  margin: 0 5px;
  transition: all 0.15s ease;
}
.vk:hover {
  background: url("/local/templates/Vesta/components/bitrix/news.list/tovari_new/../img/vkontakte_hover.svg") no-repeat;
}
/* ТАБЫ*/

@media only screen and (max-width: 576px) {
  .warranty__tabs {
    padding: 0 0.5rem;
  }
}
.warranty__tabs .warranty__tabs__titles {
  display: flex;
}
.warranty__tabs .warranty__tabs__title {
  display: flex;
  background-color: white;
  padding: 0.75rem 1rem;
  cursor: pointer;
  transition: background-color 0.25s linear;
  margin: 0 0.5rem 0 0;
  border: 2px solid #0183d1;
  border-radius: 7px;
}
@media only screen and (max-width: 1024px) {
  .warranty__tabs .warranty__tabs__title {
    margin: 1rem 0 0;
  }
}
.warranty__tabs .warranty__tabs__title:last-child {
  margin: 0;
}
.warranty__tabs .warranty__tabs__title svg {
  width: 24px;
  height: 24px;
}
.warranty__tabs .warranty__tabs__title svg path {
  fill: #26a4ff;
  transition: fill 0.25s linear;
}
.warranty__tabs .warranty__tabs__title span {
  color: #26a4ff;
}
.warranty__tabs .warranty__tabs__title.active {
  background-color: #0183d1;
}
.warranty__tabs .warranty__tabs__title.active svg path {
  fill: white;
}
.warranty__tabs .warranty__tabs__title.active span {
  color: white;
}
.warranty__tabs .body__tabs .warranty__tabs__body {
  padding: 2rem 0;
}
.warranty__tabs .body__tabs .warranty__tabs__body a.download__button {
  background-color: white;
  padding: 1rem;
  color: #0183d1;
  border-radius: 10px;
  border: 2px solid #0183d1;
  transition: all 0.25s linear;
}
.warranty__tabs .body__tabs .warranty__tabs__body a.download__button:hover {
  background-color: #0183d1;
  color: white;
  text-decoration: none;
}

/*--------------------- ТЕРМОПАНЕЛИ -------------------*/

.termal-panel__title {
  text-align: center;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 58.59px;
}
@media (min-width: 900px) {
  .termal-panel__title {
    font-size: 3.125rem;
  }
}
.termal-panel__title-description {
  text-align: center;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 21.09px;
  margin: 2.25rem;
}
@media (min-width: 700px) {
  .termal-panel__title-description {
    font-size: 1.125rem;
  }
}
.termal-panel__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 63px;
}
@media (min-width: 1366px) {
  .termal-panel__wrapper {
    gap: 0;
  }
}
.termal-panel__advantages--first-section {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 63px;
  height: 100%;
}
@media (min-width: 1366px) {
  .termal-panel__advantages--first-section {
    gap: 0px;
    height: auto;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.termal-panel__advantages--second-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  order: 1;
}
@media (min-width: 576px) {
  .termal-panel__advantages--second-section {
    margin: 0 100px;
  }
}
@media (min-width: 1366px) {
  .termal-panel__advantages--second-section {
    height: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    order: 0;
    margin: 0;
  }
}

.termal-panel__advantages--third-section {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 63px;
  height: 100%;
}
@media (min-width: 1366px) {
  .termal-panel__advantages--third-section {
    gap: 0px;
    height: auto;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.termal-panel__image {
  display: none;
  width: 619px;
}
@media (min-width: 1366px) {
  .termal-panel__image {
    display: block;
  }
}
.termal-panel__advantages-card {
  box-sizing: border-box;
  padding: 26px 32px 31px 28px;
  border-radius: 15px;
  max-width: 350px;
  box-shadow: 0px 4px 20px 0px rgba(0, 52, 91, 0.2);
}
.termal-panel__advantages-card--item-title {
  position: relative;
  display: flex;
  align-items: center;
  color: #26a4ff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 23.44px;
  gap: 1rem;
  margin: 0;
}
.termal-panel__advantages-card svg {
  height: auto;
  width: auto;
}
.termal-panel__advantages-card--description {
  color: #000;
}
.termal-panel__advantages-card--ul {
  list-style: none;
  padding: 0;
}
.termal-panel__advantages-card--ul li::before {
  content: "—";
  padding-right: 5px;
}
@media (min-width: 1366px) {
  .termal-panel__advantages-card {
    box-shadow: none;
  }
  .termal-panel__advantages-card:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 52, 91, 0.2);
  }
}

.projectsvg {
  margin: 0px;
  height: 418px;
  width: 619px;
}

.svg-group {
  fill: transparent;
}

.svg-area--active {
  animation: change_fill 1s ease-in-out forwards;
}
@media (min-width: 1366px) {
  .svg-area--active .svg-line {
    display: block;
    animation: lineanim 1s ease-in-out forwards;
  }
}

.svg-line {
  position: absolute;
  display: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.svg-line__monolit--position {
  top: 24px;
  left: 280px;
}
.svg-line__decoration--position {
  top: 24px;
  left: 270px;
}
.svg-line__color--position {
  top: 24px;
  left: 215px;
}
.svg-line__insulation--position {
  top: 0;
  right: 275px;
}
.svg-line__installation--position {
  bottom: -85px;
  right: 295px;
}

@keyframes lineanim {
  from {
    stroke-dashoffset: 1000;
    stroke: rgba(38, 164, 255, 0.6);
  }
  to {
    stroke-dashoffset: 0;
    stroke: rgba(38, 164, 255, 0.6);
  }
}
@keyframes change_fill {
  from {
    fill: transparent;
  }
  to {
    fill: rgba(38, 164, 255, 0.6);
  }
}

.manufacture_img {
  padding: 0 0 25px;
}
.manufacture_img img {
  width: 200px;
  height: auto;
}

.description_text {
  color: white;
  font-size: 18px;
}

.description_text h3 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

/* ADVANTAGES TOBARI */

.manufacture_advantages {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 10px;
  padding: 50px 150px;
}

.manuf_advantage__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 500px;
  max-width: 500px;
}

.manuf_advantage__item span {
  font-size: 16px;
  text-align: start;
}

@media (max-width: 1441px) {
  .manufacture_advantages {
    padding: 50px 0;
  }
}

@media (max-width: 1201px) {
  .manufacture_advantages {
    justify-content: center;
  }
}

@media (max-width: 1201px) {
  .manufacture_advantages {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .manuf_advantage__item {
    min-width: 350px;
    max-width: 300px;
  }
  .manufacture_advantages {
    padding: 10px 30px;
  }
  .manuf_advantage__item img {
    width: 30px;
    height: 30px;
  }
  .manuf_advantage__item span {
    font-size: 12px;
  }
}

@media (max-width: 425px) {
  .manufacture_advantages {
    padding: 10px 0px;
  }
  .manuf_advantage__item {
    min-width: 230px;
    max-width: 230px;
  }
}

/* All goes with */

.all_goes_with {
  background-color: #00345b;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  gap: 40px;
}

.all_goes_with h2 {
  color: white;
  font-family: Roboto;
  font-size: 50px;
  font-weight: 700;
  line-height: 58.59px;
  text-align: center;
  max-width: 900px;
}

.all_goes_with img {
  width: 92%;
}

@media (max-width: 768px) {
  .all_goes_with h2 {
    font-size: 30px;
    line-height: 30.59px;
  }

  .all_goes_with {
    padding-top: 30px;
  }
}

@media (max-width: 450px) {
  .all_goes_with h2 {
    font-size: 25px;
    line-height: 25.59px;
  }
}

/* Header styles */
.whatsapp_phone {
  display: flex;
  flex-direction: column;
  color: white;
  line-height: 27px;
}
.whatsapp_phone a {
  font-size: 27px;
}

.r_calculation {
  border-radius: 10px;
  background: #f9f9f9;
  padding: min(max(30px, 3.125vw), 50px) min(max(30px, 6.25vw), 100px);
}

.r_calculation .r_calculation__text h2 {
  margin-bottom: 15px;
  text-align: left;
  font-size: min(max(25px, 2.81vw), 45px);
  font-weight: 700;
  margin-bottom: min(max(5px, 1.875vw), 30px);
}
.r_calculation .r_calculation__text p {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .r_calculation {
    display: flex;
    align-items: center;

    justify-content: space-between;
  }
  .r_calculation .r_calculation__text {
    flex: 0 0 45%;
    padding-right: 3%;
  }
  .r_calculation .r_calculation__form {
    flex: 0 0 570px;
  }
  .r_calculation .r_calculation__text p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .r_calculation {
    flex-wrap: wrap;
  }
}

/*  NEW STYLES*/

:root {
  --index: calc(1vw + 1vh);
  --editor-margin: min(max(15px, 1.56vw), 1.5625rem);
  --layer-bg: rgba(0, 0, 0, 0.2);
}

/*! default popups */
.popup {
  transition: opacity 0.4s ease-in-out;
  visibility: hidden;
  z-index: 9991;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  padding: 20px;
  background: var(--layer-bg);
}
@supports (height: 100dvh) {
  .popup {
    height: 100dvh;
  }
}
.popup.is-align-top {
  align-items: flex-start;
}
.popup .container {
  display: flex;
  height: 100%;
  position: relative;
  align-items: flex-start;
}
@media (min-width: 576px) {
  .popup .container {
    align-items: center;
  }
}
.popup .popup__layer {
  transition-property: opacity;
  transition-duration: 0.25s, 0s;
  transition-delay: 0s, 0.25s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 901;
  backdrop-filter: unset;
}
.popup .popup__inner {
  width: 100%;
  transition: all 0.4s;
  opacity: 0;
  z-index: 2;
  position: relative;
  overflow: hidden;
  max-height: 100%;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 10px;
  padding: min(max(16px, 4.68vw), 75px);
  min-width: 320px;
}
.popup .popup__header {
  margin-bottom: 15px;
}
.popup .popup__title {
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .popup .popup__title br {
    display: none;
  }
}
.popup .popup__close {
  position: absolute;
  display: block;
  right: 4px;
  top: 4px;
  left: auto;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  z-index: 9;
  color: #d6d3d7;
}
@media (min-width: 1200px) {
  .popup .popup__close {
    right: 20px;
    top: 20px;
  }
}

.popup .popup__close svg {
  width: 18px;
  height: 18px;
}

.popup .alert--wrap {
  padding: 20px;
}
.popup .popup__state--success {
  display: none;
}
.popup--window {
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}
.popup--window.is-max-width .popup__inner {
  max-width: 1360px;
}

.popup--window .container {
  padding: 0;
  height: 100%;
}
.popup--window .popup__header {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.popup--window .popup__header > * {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .popup--window .popup__inner {
    padding-top: 55px;
  }
}

.popup--window .popup__content {
  overflow-y: auto;
  flex: 1;
}
.popup--window .popup__content .form {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.popup--window .popup__inner {
  opacity: 0;
  transform: scale(0.9);
  z-index: 902;
  transition: all 0.3s;
  background: #fff;
}
.popup--window .popup__content {
  padding-right: 10px;
}
@media (max-width: 575.98px) {
  .popup--window.is-sm-fullscreen:not(.is-complete) {
    padding: 0;
    align-items: flex-start;
  }
  .popup--window.is-sm-fullscreen:not(.is-complete) .popup__inner {
    height: 100%;
  }
}
.popup--window-nopadding .popup__content {
  padding: 0;
}
.popup--window-nopadding .popup__inner {
  padding: 0;
  background: #fff9fd;
}
@media (max-width: 991.98px) {
  .popup--window-nopadding .r_cols {
    display: block;
  }
}
@media (min-width: 992px) {
  .popup--window-nopadding .r_cols {
    gap: 0;
    margin-bottom: 0;
    grid-template-columns: 1fr 394px;
    grid-auto-rows: minmax(650px, auto);
  }
}
.popup--window-nopadding .r_cols .r_cols__col--content {
  padding: 25px;
  align-self: center;
}
@media (min-width: 992px) {
  .popup--window-nopadding .r_cols .r_cols__col--content {
    padding: 50px;
  }
}
.popup--window-nopadding .r_cols .r_cols__col--content strong {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .popup--window-nopadding .r_cols .r_cols__col--image {
    display: none;
  }
}
@media (min-width: 992px) {
  .popup--window-nopadding .r_cols .r_cols__col--image {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.popup--slide {
  overflow: hidden;
}
.popup--slide .popup__inner {
  padding: 15px;
  display: flex;
  flex-direction: column;
  position: fixed;
  justify-content: center;
  left: auto;
  top: 0;
  z-index: 903;
  background: #fff;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 1.25rem 1.25rem rgba(0, 0, 0, 0.1);
  color: var(--body-text);
  height: 100vh;
}
@media (min-width: 576px) {
  .popup--slide .popup__inner {
    padding: 35px;
  }
}
@supports (height: 1dvh) {
  .popup--slide .popup__inner {
    height: 100dvh;
  }
}
.popup--slide-right .popup__inner {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
.popup--slide-left {
  padding-left: 0;
}
.popup--slide-left .popup__inner {
  right: auto;
  transform: translateX(-100%);
}
.popup--slide-nopadding .popup__header {
  padding-top: 35px;
}
.popup--slide-nopadding .popup__content {
  padding: 0;
}
.popup--slide-nopadding .popup__inner {
  padding: 0;
  background: #fff9fd;
}
.popup.is-shown-success .popup__title {
  --min: 25px;
}
.popup.is-shown-success .popup__header {
  padding: 0;
  padding-top: 20px;
}
.popup.is-shown-success .popup__state {
  display: none !important;
}
.popup.is-shown-success .popup__state--success {
  display: block !important;
}
.popup.is-shown-success .popup__inner {
  padding: 50px 10px 50px 10px;
  text-align: center;
  max-width: 480px !important;
}
@media (min-width: 576px) {
  .popup.is-shown-success .popup__inner {
    padding: 35px;
    padding-bottom: 25px;
  }
}
.popup.is-shown-success .popup__inner .editor {
  font-size: 16px;
  margin-bottom: 30px;
}
.popup.is-shown-success .popup__inner .hint {
  font-size: 12px;
  font-weight: 300;
  color: #afafaf;
}

/*! popup show */
.js-popup-show {
  overflow: hidden !important;
  transition: opacity 0.1s ease-in-out;
}
.js-popup-show.is-no-touchdevice {
  padding-right: var(--scrollbar-width);
}
.js-popup-show.is-no-touchdevice .header {
  padding-right: var(--scrollbar-width);
}
.js-popup-show.is-no-touchdevice .r_toolbox {
  margin-right: var(--scrollbar-width);
}
.js-popup-show .popup.is-shown {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.js-popup-show .popup.is-shown .popup__layer {
  opacity: 1;
  visibility: visible;
}
.js-popup-show .popup.is-shown .popup__inner {
  visibility: visible;
  opacity: 1;
}
.js-popup-show .popup--slide-left.is-shown .popup__inner {
  transform: translateX(0);
}
.js-popup-show .popup--slide-right.is-shown .popup__inner {
  transform: translateX(0);
}
.js-popup-show .popup--window.is-shown .popup__inner {
  transform: scale(1);
  margin-bottom: 0;
}
@media (max-width: 400px) {
  .js-popup-show .popup--menu.is-shown .popup__inner {
    transform: translateY(0);
  }
}

/*! custom scrollbar */
.is-custom-scrollbar {
  -webkit-overflow-scrolling: touch;
}
.is-custom-scrollbar::-webkit-scrollbar {
  width: 8px;
  opacity: 0.7;
}
.is-custom-scrollbar::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 4px;
}
.is-custom-scrollbar::-webkit-scrollbar-thumb {
  background: #e7e3e8;
  border-radius: 4px;
}

/* forms */
.ratio {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.ratio::before {
  display: block;
  content: "";
}
.ratio .ratio__item,
.ratio embed,
.ratio iframe,
.ratio object,
.ratio video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ratio .ratio__item--contain img,
.ratio .ratio__item--cover img {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.ratio .ratio__item--cover img {
  object-fit: cover;
}
.ratio--21by9::before {
  padding-top: 42.857143%;
}
.ratio--16by9::before {
  padding-top: 56.25%;
}
.ratio--4by3::before {
  padding-top: 75%;
}
.ratio--1by1::before {
  padding-top: 100%;
}

.c_input {
  display: flex;
  align-items: center;
}
.c_input:focus-within {
  color: var(---color-success);
}
.c_input .c_input__label {
  cursor: pointer;
  padding-left: 10px;
  color: #5d6168;
  font-size: 14px;
}
.c_input .c_input__control {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  font: inherit;
  color: var(--body-text);
  width: 29px;
  height: 29px;
  min-width: 29px;
  transition: all 0.3s;
  border: 1px solid #9a9a9a;
  display: grid;
  cursor: pointer;
  place-content: center;
}
.c_input .c_input__control::before {
  content: "";
  opacity: 0;
  transform: scale(0);
}
.c_input .c_input__control.is-selected::before,
.c_input .c_input__control:checked::before {
  transform: scale(1);
  opacity: 1;
}
.c_input .c_input__control.is-selected::before,
.c_input .c_input__control:checked::before {
  transform: scale(1);
  opacity: 1;
}
.c_input:hover .c_input__control {
  border-color: #5d6168;
}
.c_input:hover .c_input__label {
  color: #000;
}
.c_input:active,
.c_input:focus {
  border-color: var(--color-main);
}
.c_input--checkbox {
  display: flex;
}
.c_input--checkbox .c_input__control {
  border: 1px solid #9a9a9a;
  border-radius: 3px;
  flex: 0 0 29px;
  max-width: 29px;
  height: 29px;
  width: 29px;
  padding: 0;
}
.c_input--checkbox .c_input__control::before {
  color: #000;
  background: url(/local/templates/Vesta/components/bitrix/news.list/tovari_new/../assets/check.svg) no-repeat center center;
  width: 13px;
  height: 9px;
  opacity: 0;
  transition: all 0.3s;
}

.c_input--checkbox .c_input__label {
  font-size: 12px;
  line-height: 100%;
}
.c_input--checkbox .c_input__label a {
  color: #000;
  text-decoration: underline;
}
.c_input--checkbox .c_input__label a:hover {
  text-decoration: none;
}

/* FORMS */

.form .input:not(.input--check) {
  margin: 0px;
  transition: all 0.25s;
  font-size: inherit;
  color: #000;
  outline: none;
  padding: 0 18px;
  height: 52px;
  border-radius: 3px;
  border: 1px solid #878787;
  font-weight: 400;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  transition: all 0.3s ease;
  text-align-last: left;
  -webkit-appearance: none;
}
.form .input[disabled],
.form .input.is-disabled {
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #ccc !important;
  color: #383b46 !important;
  box-shadow: none !important;
  border-color: #ccc !important;
  cursor: default !important;
}
.form .input:focus,
.form .input:active {
  border-color: #26a4ff;
}

.form .btn {
  min-width: none;
  max-width: none;
  width: 100%;
  font-weight: 400;
  border-radius: 3px;
  background: #ffd75c;
  height: 68px;
  font-size: 20px;
  padding: 0 15px;
}

.form .form__group {
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .form .form__group {
    margin-bottom: 20px;
  }
}

.form .form__group .form__group_label {
  margin-bottom: 8px;
  display: block;
  color: gray;
}
.form .form__group .form__group_control .input {
  width: 100%;
}
.form .form__group .form__group_hints {
  text-align: left;
}
.form .form__group .hint__item {
  padding: 0.5rem 0 0 0;
  font-weight: 300;
  font-size: 12px;
  color: #c6c6c6;
}
.form .form__group .hint__item--error {
  animation: fadeIn 0.7s;
  display: none;
}
.form .form__group--nomargin,
.form .form__group:last-child {
  margin-bottom: 0;
}
.form .form__group_cols {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .form .form__group_cols .form__group {
    margin-bottom: 0;
  }
}

.form .form__group_cols--nomargin {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .form .form__group_cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 20px;
  }
}
.is-error .form__group_control--input,
.is-success .form__group_control--input {
  position: relative;
}
.is-error .form__group_control--input .input,
.is-success .form__group_control--input .input {
  padding-right: 24px !important;
}
.is-error .form__group_control--input select.input,
.is-success .form__group_control--input select.input {
  background: 0 0 !important;
}
.is-error .form__group_control--input::after,
.is-success .form__group_control--input::after {
  font-family: var(--font-icons);
  content: "";
  position: absolute;
  top: 50%;
  font-size: 20px;
  font-weight: 400;
  transform: translate(0, -50%);
  color: red;
  right: 0;
}
.is-error .input,
.is-error.input {
  border-color: red !important;
}
.is-error .input::placeholder,
.is-error.input::placeholder {
  color: red !important;
}
.is-error .c_input--check::before {
  color: red !important;
}
.is-error .c_input__control {
  border-color: red !important;
}
.is-error .c_input__control::before {
  color: red !important;
}
.is-error .c_input--radio::before {
  box-shadow: inset 1em 1em red;
}
.is-error .form__group_label {
  color: red !important;
}
.is-error .hint__item--default {
  color: red !important;
}
.is-error .selectBox.is-not-selected .selectBox__value {
  border-color: red !important;
  color: red !important;
}
.is-error .selectBox.is-not-selected .selectBox__name::after {
  color: red !important;
}
.is-error .hint__item--default {
  display: none;
}
.is-error .hint__item--error {
  color: red !important;
  display: block !important;
}

/* form callback */
.form--callback .form--success,
.form--callback .form--error {
  display: none;
  padding-top: 5px;
  font-size: 12px;
  color: #26a4ff;
}
.form--callback .form--error {
  padding-top: 0;
  margin-bottom: 5px;
  color: #f00;
}

.form--callback.is-success .form--success,
.form--callback.is-error .form--error {
  display: block;
}

.form--callback.is-success .btn--submit {
  background: #e5e5e5;
  color: #000;
  cursor: not-allowed;
}
.form--callback.is-success .btn--submit:hover {
  box-shadow: none;
}

/* SECTIONS */

.section {
  padding: 0;
  margin-bottom: min(max(30px, 4.375vw), 70px);
}
.section img {
  max-width: 100%;
  max-height: 100%;
}
.section .section__header {
  margin-bottom: min(max(25px, 3.125vw), 50px);
}

.section .section__header .section__header_title > * {
  font-size: min(max(20px, 1.875vw), 30px);
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}

.section--padding {
  padding-top: min(max(30px, 4.375vw), 70px);
  padding-bottom: min(max(30px, 4.375vw), 70px);
}

.section--nomargin {
  margin-bottom: 0;
}
.section--nopadding {
  padding: 0;
}

/* section header */
.section--header {
  padding: 20px 0;
}
.section--header .section__header {
  margin-bottom: 0;
  min-height: 86px;
  display: flex;
  gap: 10px 20px;
  align-items: center;
  justify-content: space-between;
}
.section--header .section__header .section__header_brandlogo {
  margin-left: auto;
}

@media (max-width: 767px) {
  .section--header .section__header {
    min-height: 40px;
  }
  .section--header .section__header .section__header_title > * {
    font-size: 20px;
  }
  .section--header .section__header .section__header_brandlogo img {
    max-width: 67px;
    max-height: 60px;
  }
}

/* section benefits */
.section--benefits {
  background: #f8f8fa;
  margin-bottom: min(max(40px, 4.375vw), 70px);
}

@media (min-width: 768px) {
  .r_benefits {
    display: flex;
    align-items: center;
  }
  .r_benefits > * {
    flex: 1;
  }
}

.r_benefits .r_benefits__header p {
  font-size: 16px;
  color: #a3aaaf;
  font-weight: 300;
}
.r_benefits .r_benefits__header h2 {
  font-size: min(max(20px, 1.875vw), 30px);
  text-align: left;
  font-weight: 500;
  line-height: 110%;
}

.r_benefits .r_benefits__text {
  flex: 0 0 50%;
}

.r_benefits .r_benefits__image {
  padding-left: 5%;
}

.r_benefits .r_benefits__list .r_item {
  display: grid;
  align-items: center;
  grid-template-areas:
    "icon title"
    "icon text";
  grid-gap: 8px 25px;
  grid-template-columns: min-content;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .r_benefits .r_benefits__list .r_item {
    margin-bottom: 40px;
  }
}
.r_benefits .r_benefits__list .r_item:last-child {
  margin-bottom: 0;
}
.r_benefits .r_benefits__list .r_item .r_item__icon {
  grid-area: icon;
}
.r_benefits .r_benefits__list .r_item .r_item__icon img {
  max-width: 79px;
  max-height: 79px;
}
.r_benefits .r_benefits__list .r_item .r_item__title {
  font-size: 20px;
  font-weight: 500;
  grid-area: title;
}
.r_benefits .r_benefits__list .r_item .r_item__desc {
  font-size: 14px;
  grid-area: text;
  line-height: 100%;
}

/* r_guarantee */
.r_guarantee {
  display: grid;
  grid-gap: 20px;
}

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

@media (min-width: 768px) {
  .r_guarantee {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .r_guarantee {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .r_guarantee {
    grid-template-columns: repeat(4, 1fr);
  }
}

.r_guarantee .r_item {
  transition: all 0.3s;
  position: relative;
  border-radius: 10px;
  border: 1px solid #dadadf;
  padding: 16px;
  display: flex;
  background: #fff;
  align-items: center;
}
.r_guarantee .r_item__image {
  flex: 0 0 86px;
  min-height: 127px;
}
.r_guarantee .r_item__text {
  position: relative;
  padding-left: 16px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 500;
}
.r_guarantee .r_item:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}
.r_guarantee .r_item__del {
  cursor: pointer;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.r_guarantee .r_item__del svg {
  width: 17px;
  height: 20px;
}
.r_guarantee .r_item__del svg path {
  transition: all 0.3s;
}
.r_guarantee .r_item__del:hover svg path {
  fill: #26a4ff;
}

.section--collecitons {
  background: #004071;
}

/* r_collections */
.r_collections {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .r_collections {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .r_collections {
    grid-template-columns: repeat(4, 1fr);
  }
}
.r_collections .r_item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
  cursor: pointer;
}
.r_collections .r_item .r_item__image {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  height: 206px;
}
.r_collections .r_item .r_item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.3s;
}
.r_collections .r_item .r_item__title {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 400;
  transition: all 0.3s;
}
.r_collections .r_item .r_item__desc {
  color: #9493a5;
  font-size: 16px;
  margin-bottom: 18px;
}
.r_collections .r_item .r_item__variants {
  margin-bottom: 18px;
}
.r_collections .r_item .r_item__variants span {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  border-radius: 10px;
  padding: 8px 13px;
  background: #f8f8fa;
}
.r_collections .r_item .r_item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #162c3c;
  font-size: 16px;
}
.r_collections .r_item .r_item__more {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.r_collections .r_item .r_item__more svg {
  width: 20px;
  height: auto;
}
.r_collections .r_item .r_item__more path {
  transition: all 0.3s;
}
.r_collections .r_item:hover .r_item__title {
  color: #26a4ff;
}
.r_collections .r_item:hover .r_item__more path {
  fill: #26a4ff;
}
.r_collections .r_item:hover .r_item__image img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .section--gallery {
    margin-bottom: 40px;
  }
}
.section--gallery .section__header {
  margin-bottom: min(max(30px, 4.375vw), 70px);
}
.r_gallery {
  position: relative;
}
.r_gallery .swiper-slide {
  max-width: 670px;
}
.r_gallery .r_item {
  overflow: hidden;
  border-radius: 10px;
}
.r_gallery .r_item::before {
  padding-top: 66%;
}
.r_gallery .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.elements_2 .r_gallery .swiper-slide img {
  object-fit: contain;
}

.r_gallery_new2 .swiper-slide {
  max-width: 100%;
}

.r_calculation {
  border-radius: 10px;
  background: #f9f9f9;
  padding: min(max(30px, 3.125vw), 50px) min(max(30px, 6.25vw), 100px);
}

.r_calculation .r_calculation__text h2 {
  margin-bottom: 15px;
  text-align: left;
  font-size: min(max(25px, 2.81vw), 45px);
  font-weight: 700;
  margin-bottom: min(max(5px, 1.875vw), 30px);
}
.r_calculation .r_calculation__text p {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .r_calculation {
    display: flex;
    align-items: center;

    justify-content: space-between;
  }
  .r_calculation .r_calculation__text {
    flex: 0 0 45%;
    padding-right: 3%;
  }
  .r_calculation .r_calculation__form {
    flex: 0 0 570px;
  }
  .r_calculation .r_calculation__text p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .r_calculation {
    flex-wrap: wrap;
  }
}

/* r_collection_preview */

.r_collection_preview .r_collection_preview-title {
  font-size: min(max(20px, 1.875vw), 30px);
  font-style: normal;
  font-weight: 600;
}

.r_collection_preview .r_collection_preview-desc {
  color: #9493a5;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 25px;
}
.r_collection_preview-items {
  margin-bottom: min(max(35px, 3.125vw), 50px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (min-width: 1200px) {
  .r_collection_preview-items {
    grid-template-columns: repeat(4, 1fr);
  }
}

.r_collection_preview-items .item .item__image {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.r_collection_preview-items .item .item__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.r_collection_preview-items .item .item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.r_collection_preview-items .item .item__title {
  font-size: 20px;
  margin-bottom: 5px;
}
.r_collection_preview-items .item .item__desc {
  font-size: 16px;
}

.r_table__wrap {
  padding: min(max(12px, 2.18vw), 35px);
  border-radius: 10px;
  background: #f8f8fa;
  margin-top: 15px;
}
.r_table__header {
  margin-bottom: min(max(20px, 1.875vw), 30px);
  text-align: center;
}
.r_table__header .r_table__header-title {
  margin-bottom: 2px;
  font-size: min(max(20px, 1.875vw), 30px);
  line-height: normal;
  font-weight: 600;
}
.r_table__header .r_table__header-title--left {
  text-align: left;
}
.r_table__header .r_table__header-text {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .r_table__header .r_table__header-text {
    font-size: 16px;
  }
}
.r_table {
  font-size: min(max(14px, 1.125vw), 18px);
}
.r_table .r_table__item {
  border-radius: 5px;
  background: #fff;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.r_table .r_table__item-name,
.r_table .r_table__item-value {
  flex: 0 0 45%;
}
.r_table .r_table__item-value {
  text-align: right;
}
@media (min-width: 1024px) {
  .section .section__header .section__header_title > * {
    font-size: 40px;
  }
}

.sub-title_katepal h3 {
  font-size: 20px !important;
  color: #9493a5;
}

/* O-KOMPANII */

.clients {
  font-family: Roboto, sans-serif;
}

.clients_title {
  font-size: 30px;
  font-weight: 500;
  line-height: 35.16px;
  color: black;
}

.clients_names {
  margin-top: 50px;

  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.clients_names span {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  color: #959ba6;
}

@media (min-width: 577px) and (max-width: 1025px) {
  .clients {
    padding: 45px 0 45px 10px;
  }
}

@media (max-width: 576px) {
  .clients {
    padding: 25px 0 25px 10px;
  }

  .clients_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 23.44px;
  }

  .clients_names {
    gap: 28px;
  }

  .clients_names span {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
  }
}

.banner_under_tech {
  position: relative;
}
.banner_under_tech img {
  width: 100%;
  height: 100%;
}
.banner_under_tech .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner_under_tech_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banner_under_tech .title,
.banner_under_tech .sub-title {
  font-family: Roboto, sans-serif;
  line-height: 130%;
  color: #ffffff;
  font-weight: 300;
}
.banner_under_tech .title {
  font-size: 60px;
  max-width: 50%;
}
.banner_under_tech .sub-title {
  font-size: 20px;
}

@media (max-width: 576px) {
  .banner_under_tech .title {
    font-size: 28px;
    padding: 0 10px;
  }
  .banner_under_tech .sub-title {
    font-size: 14px;
    padding: 0 10px;
  }
  .dope_title {
    font-size: 30px;
  }
  .dope_subtitle {
    font-size: 16px;
    line-height: 18px;
  }
}

.complectation_table .r_table__wrap table {
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.complectation_table .r_table__wrap td {
  background: #ffffff;
  width: 33.3%;
  border-radius: 5px;
  padding: 30px 15px;
}

.complectation_header {
  margin-bottom: 2px;
  font-size: min(max(20px, 1.875vw), 30px);
  line-height: normal;
  font-weight: 600;
  margin-top: 15px;
}

.complectation_data_wrapper {
  display: flex;
  gap: 40px;
}
.complectation_img {
  flex: 1;
  object-fit: contain;
}
.complectation_table {
  flex: 1;
}
.complectation_table .r_table__wrap thead td {
  width: 33.3%;
  background-color: inherit;
  padding: inherit;
  font-weight: 300;
  font-size: 16px;
}

.kompl_elements {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.kompl_element_item {
  width: 135px;
  height: 70px;
  border-radius: 10px;
  border: 1px solid black;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  cursor: pointer;
}

.kompl_element_item:hover {
  background: #0460a5;
}
.kompl_element_item:hover span {
  color: white;
}

.section_phrase {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: #9493a5;
}

.complectation {
  margin-bottom: 40px;
}

.complectation .section_phrase {
  max-width: 40%;
}

.activeElemName {
  background: #0460a5;
}
.activeElemName span {
  color: white;
}
.several_complectation_table .r_table__wrap tbody {
  display: none;
}

.section_complectation-data {
  display: flex;
  /* align-items: center; */
  gap: 20px;
  padding: 20px 0 40px;
}
.section_complectation_img {
  flex: 1;
}
.section_elements_wrapper {
  flex: 1;
}
.section_complectation_items {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 20px;
}
.section_complectation_item {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 182px;
  height: 238px;
  border-radius: 10px;
  border: 1px solid #c5c5c5;
}

.section_complectation_items__custom {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 270px));
  gap: 20px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.section_complectation_item__custom .section_complectation_item {
  width: 100%;
  height: auto;
  display: block;
}

.section_elements_wrapper__title {
  font-size: 600;
  font-size: 30px;
  padding-top: 40px;
}

.section_elements_wrapper__subtitle {
  font-size: 300;
  font-size: 16px;
  padding-top: 10px;
}

.section_complectation_item__custom .section_complectation_item img {
  width: 100%;
}

.komplectnost {
  padding: 30px 0;
}

.komplectnost__wrapper {
  padding-top: 25px;
  display: flex;
  gap: 15px;
}

.komplectnost__wrapper img {
  width: 50%;
}

.komplectnost__wrapper .komplectnost__list-wrapper {
  width: 50%;
}

.komplectnost__list-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.komplectnost__list {
  list-style: disc;
  padding-left: 15px;
}

.komplectnost__list li {
  color: red;
}

.komplectnost__list li span {
  color: black;
}

.komplectnost__text {
  font-size: 16px;
  font-weight: 500;
}

.complectation_data_wrapper--custom img {
  height: 300px;
  padding-top: 30px;
}

.complectation_data_wrapper--custom .complectation_table {
  flex: 2;
}

.section_complectation_item__custom span {
  text-align: center;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding-top: 15px;
}

@media (max-width: 1100px) {
  .section_complectation_img {
    width: 50%;
  }
  .kompl_img-wrapper {
    width: 50%;
  }
  .kompl_img-wrapper img {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .section_complectation-data {
    flex-direction: column;
  }
  .section_complectation_img {
    width: 70%;
  }
}
@media (max-width: 576px) {
  .section_complectation_item {
    width: 165px;
    height: 230px;
    padding: 0 20px;
  }
  .section_complectation_items {
    justify-content: center;
  }
  .section_complectation_img {
    width: 100%;
  }
  .complectation_data_wrapper {
    flex-direction: column;
  }
  .kompl_img-wrapper {
    width: 100%;
  }
  .kompl_elements {
    justify-content: center;
  }
  .complectation .section_phrase {
    max-width: 100% !important;
    margin-top: 20px !important;
  }

  .complectation_table .r_table__wrap td {
    padding: 15px 15px;
    font-size: 12px;
  }
}
@media (max-width: 405px) {
  .complectation_table .r_table__wrap thead td {
    font-size: 12px !important;
    text-align: center;
  }
  .complectation_table .r_table__wrap tr td:nth-child(2) {
    width: 20%;
  }
}
@media (max-width: 398px) {
  .section_complectation_item {
    width: 125px;
    height: 175px;
    margin: 0 auto;
    padding: 0 1px;
  }
  .section_complectation_item img {
    object-fit: contain;
    width: 120px;
    border-radius: 10px;
  }
  .section_complectation_item span {
    font-size: 13px;
  }
  .section_complectation_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
}
@media (max-width: 350px) {
  .complectation_table .r_table__wrap table {
    font-size: 10px !important;
  }
  .complectation_table .r_table__wrap thead td {
    font-size: 12px !important;
  }
  .complectation_table .r_table__wrap td {
    padding: 10px 5px !important;
    line-height: 15px;
    text-align: center;
  }
  .kompl_element_item {
    width: 130px !important;
    height: 60px !important;
    font-size: 11px !important;
  }
  .complectation_table .r_table__wrap table {
    border-spacing: 5px !important;
  }
}

.complectation--custom .complectation_table .r_table__wrap thead td {
  width: 20%;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}

.complectation--custom .complectation_table .r_table__wrap td {
  width: 20%;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}

.popup__content .popup-form .r_calculation {
  width: 100%;
}

.popup__content .popup-form {
  margin-top: 30px;
}

.popup__content .popup-form .r_calculation .r_calculation__form  {
  flex: 0 0 100%;
}


/* .section__header_title h1{
  padding-left: 5px;
}
.section__header{

} */

/* End */


/* Start:/local/templates/Vesta/components/bitrix/news.list/about_tech/style.css?17165627772486*/
.about_tech {
  display: flex;
  padding: 40px 360px 0;
  justify-content: center;
  background-color: #f9f9fb;
  /* flex-wrap: wrap; */
}

.about_tech-picture {
  flex: 1;
  max-width: 640px;
}

.about_tech-text {
  flex: 1;
  max-width: 600px;
  min-width: 600px;
}

.about_tech-picture img {
  max-width: 600px;
}

.about_tech-elements {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.about_tech-element {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 650px;
}

.about_tech-element span {
  font-size: 16px;
}

.about_tech-element p {
  font-size: 22px;
}

.about_tech h2 {
  font-family: Roboto;
  font-size: 40px;
  font-weight: 700;
  line-height: 52.73px;
  text-align: left;
}

.about_tech h5 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  text-align: left;
  color: #a3aaaf;
}

@media (max-width: 1250px) {
  .about_tech-element span {
    font-size: 14px;
  }

  .about_tech-element p {
    font-size: 20px;
  }

  .about_tech h2 {
    font-size: 35px;
  }

  .about_tech-text {
    max-width: 500px;
    min-width: 500px;
  }

  .about_tech-picture {
    max-width: 540px;
  }

  .about_tech-picture img {
    max-width: 540px;
  }
}

@media (max-width: 1000px) {
  .about_tech-text {
    order: 1;
  }

  .about_tech-picture {
    order: 2;
  }

  .about_tech {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .about_tech {
    padding: 0;
  }
  .about_tech-element span {
    font-size: 12px;
  }

  .about_tech-element p {
    font-size: 18px;
  }

  .about_tech h2 {
    font-size: 28px;
  }

  .about_tech-text {
    max-width: 400px;
    min-width: 400px;
  }

  .about_tech-picture {
    max-width: 440px;
  }

  .about_tech-picture img {
    max-width: 440px;
  }

  .about_tech-element img {
    width: 40px;
  }
}

@media (max-width: 450px) {
  .about_tech {
    padding: 0;
  }
  .about_tech-element span {
    font-size: 10px;
    line-height: 15px;
  }

  .about_tech-element p {
    font-size: 16px;
  }

  .about_tech h2 {
    font-size: 23px;
    line-height: 30px;
  }

  .about_tech-text {
    max-width: 280px;
    min-width: 280px;
    margin-top: 30px;
  }

  .about_tech-picture {
    max-width: 300px;
  }

  .about_tech-picture img {
    max-width: 300px;
  }
}

/* End */


/* Start:/local/templates/Vesta/components/bitrix/news.list/color_map_new/style.css?1758032606837*/
/* colors */
.r_colors {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(93px, 1fr));
  grid-gap: 40px 24px;
}
@media (max-width: 575px) {
  .r_colors {
    grid-gap: 30px 20px;
  }
}
.r_colors .r_item {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}
.r_colors .r_item .r_item__color {
  height: 94px;
  width: 94px;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 18px;
}

.section--colors .section__header .section__header_subtitle {
  font-size: 16px;
  color: #a3aaaf;
  margin-bottom: 10px;
}
.section--colors .section__header {
  margin-bottom: min(max(25px, 2.25vw), 36px);
}

.r_item__color {
  border: 1px solid #dfdfdf;
}
.colors-title {
  color: #9493A5;
  font-size: 20px;
  margin-top: 30px;
  font-weight: 300;
}

/* End */


/* Start:/local/templates/Vesta/components/bitrix/news.list/main_polimer_pokritia_new/style.css?17289057451459*/
/* coating */
.r_coating {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  grid-gap: 40px 24px;
}

.r_coating .r_item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 18px;
}
.r_coating .r_item__image {
  border-radius: 10px;
  height: 206px;
  overflow: hidden;
  margin-bottom: 25px;
}
.r_coating .r_item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.r_coating .r_item__name {
  padding: 0 10px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .r_coating {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-gap: 24px;
  }
  .r_coating .r_item {
    padding: 13px;
  }
  .r_coating .r_item__image {
    height: 152px;
  }
}
/* specs */
.r_specs {
  font-size: 15px;
  font-weight: 300;
}
.r_specs .r_specs__item {
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
}
.r_specs .r_specs__item > * {
  flex: 0 0 48%;
  max-width: 48%;
}
.r_specs .r_specs__item:nth-child(2n) {
  border-radius: 10px;
  background: #f8f8fa;
}
.r_specs .r_specs__item .r_specs__item-value {
  text-align: right;
}
@media (max-width: 575px) {
  .r_specs {
    font-size: 12px;
  }
  .r_specs .r_specs__item {
    padding: 4px 8px;
  }
}

/* End */


/* Start:/local/templates/Vesta/components/bitrix/news.list/garant_new/style.css?1728899337919*/
/* coating */
.r_coating {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  grid-gap: 40px 24px;
}

.r_coating .r_item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 18px;
}
.r_coating .r_item__image {
  border-radius: 10px;
  height: 206px;
  overflow: hidden;
  margin-bottom: 25px;
}
.r_coating .r_item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.r_coating .r_item__name {
  padding: 0 10px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .r_coating {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-gap: 24px;
  }
  .r_coating .r_item {
    padding: 13px;
  }
  .r_coating .r_item__image {
    height: 152px;
  }
}

/* End */


/* Start:/local/templates/Vesta/components/bitrix/news.list/where_advantages_new/style.css?17277925621123*/
.section--benefits-check .section__header,
.section--complect .section__header {
  margin-bottom: min(max(25px, 32.25vw), 2.25rem);
}

.r_benefitsCheck__list,
.r_complect__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
}
.r_benefitsCheck__list .r_item,
.r_complect__list .r_item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  display: flex;
}

.r_benefitsCheck__list .r_item {
  align-items: center;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  min-height: 122px;
}
.r_benefitsCheck__list .r_item svg {
  flex: 0 0 30px;
  min-width: 30px;
  margin-right: 20px;
  height: 26px;
}

.section--bg {
  background: #f8f8fa;
}
/*
.r_benefitsCheck__list .r_item::before{
	width: 30px;
	height: 26px;
	content: "";
	background: url("/local/templates/Vesta/components/bitrix/news.list/where_advantages_new/benefits-check.svg") no-repeat center center;
	background-repeat: contain;
	flex: 0 0 30px;
	min-width: 30px;
	margin-right: 20px;
}
 */

/* End */


/* Start:/local/templates/Vesta/components/bitrix/news.list/slider_new/style.css?1726834745543*/
@media (max-width: 767px) {
	.section--gallery {
		margin-bottom: 40px;
	}
}
.section--gallery .section__header {
	margin-bottom: min(max(30px, 4.375vw), 70px);
}
.r_gallery {
	position: relative;
}
.r_gallery .swiper-slide {
	max-width: 670px;
}
.r_gallery .r_item {
	overflow: hidden;
	border-radius: 10px;
}
.r_gallery .r_item::before {
	padding-top: 66%;
}
.r_gallery .swiper-slide img {
	max-width: 100%;
	max-height: 320px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* End */
/* /local/templates/Vesta/components/bitrix/news.list/tovari_new/style.css?1763732909121251 */
/* /local/templates/Vesta/components/bitrix/news.list/about_tech/style.css?17165627772486 */
/* /local/templates/Vesta/components/bitrix/news.list/color_map_new/style.css?1758032606837 */
/* /local/templates/Vesta/components/bitrix/news.list/main_polimer_pokritia_new/style.css?17289057451459 */
/* /local/templates/Vesta/components/bitrix/news.list/garant_new/style.css?1728899337919 */
/* /local/templates/Vesta/components/bitrix/news.list/where_advantages_new/style.css?17277925621123 */
/* /local/templates/Vesta/components/bitrix/news.list/slider_new/style.css?1726834745543 */
