@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

/*
body {
  font-family: Arial;
  color: #515050;
}
*/

.block-container {
  margin: 0 auto;
  max-width: 1290px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.benefits-block .block-container {
  padding: 0;
}

.block-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.swiper-button-prev:after, .swiper-button-next:after {

    font-size: 0px !important;

    
}

.block-subtitle {
  margin: 25px 0 40px;
  font-size: 15px;
  line-height: 1.73;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
  text-align: center;
}

.advantages-block {
  padding-top: 60px;
  padding-bottom: 30px;
}
.advantages-block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      margin-left: -15px;
      margin-right: -15px;

}
.advantages-block .advantage {
  margin: 30px 15px 0;
  width: calc(100% / 3 - 30px);
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.advantages-block .advantage-icon {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 20px;
}
.advantages-block .advantage-icon img {
  width: 95px;
  height: 95px;
}
.advantages-block .advantage-body {
  text-align: center;
  padding: 20px 20px 40px;
}
.advantages-block .advantage h3 {
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.advantages-block .advantage-body p {
  margin-top: 20px;
  color: #4f4f4f;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
@media screen and (max-width: 1023px) {
  .advantages-block .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .advantages-block .advantage {
    width: calc(50% - 38px);
  }
}

@media screen and (max-width: 550px) {
  .advantages-block .advantage {
    width: 100%;
  }
}

.works-block {
  padding-top: 60px;
  padding-bottom: 30px;
}
.works-block .items {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.works-block .item {
  padding-bottom: 20px;
  overflow: hidden;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.works-block img {
  display: block;
margin: 0;
width: 100%;
}
.works-block .row {
  display: flex;
  flex-wrap: wrap;
}

.works-block .item-image {
  display: block;
}
.works-block .item-image img {
  display: block;
}
.works-block .item-body {
  padding: 20px 15px;
box-sizing: border-box;
  border: 1px solid #bdbdbd;
  border-top: none;
  border-radius: 0 0 15px 15px;
  height: 100%;
}
.works-block .item h3 {
  color: #333;
  font-weight: 600;
  font-size: 15px;
}
.works-block .item p {
  margin-top: 15px;
  color: #4f4f4f;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .works-block .item {
    margin-left: auto;
    margin-right: auto;
  }
}

.services-block {
  padding: 60px 0;
}
.services-block .block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.services-block .item {
  background-color: #000;
  position: relative;
  width: calc(33.33% - 10px);
  height: 456px;
  border-radius: 10px;
  overflow: hidden;
}
.services-block .item a {
  display: block;
  height: 100%;
}
.services-block .item a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-block .item img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.services-block .item p {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  z-index: 2;
}
.services-block .item:hover img {
  opacity: 0.65;
}
@media screen and (max-width: 1023px) {
  .services-block .block-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  .services-block .item {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .services-block .item {
    width: calc(50% - 15px);
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .services-block .item {
    max-width: 456px;
    height: 350px;
    width: 100%;
  }
  .services-block .item img {
    width: 100%;
  }
}

.slider-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 100;
  bottom: 20px;
}
.slider-pagination .slider-pagination-bullet {
  display: block;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
}
.slider-pagination .slider-pagination-bullet-active {
  background: #e0e0e0;
}

.slider-button {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-button--next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath d='M1.51994 10.0158C1.38834 10.0165 1.25787 9.99132 1.13604 9.94155C1.0142 9.89179 0.903383 9.81846 0.809943 9.72578C0.716215 9.63282 0.641821 9.52222 0.591052 9.40036C0.540283 9.2785 0.514145 9.14779 0.514145 9.01578C0.514145 8.88377 0.540283 8.75306 0.591052 8.6312C0.641821 8.50935 0.716215 8.39874 0.809943 8.30578L4.11994 5.01578L0.939943 1.70578C0.753692 1.51842 0.649151 1.26497 0.649151 1.00078C0.649151 0.736595 0.753692 0.483144 0.939943 0.295781C1.03291 0.202053 1.14351 0.127658 1.26537 0.0768895C1.38723 0.0261208 1.51793 -1.71661e-05 1.64994 -1.71661e-05C1.78196 -1.71661e-05 1.91266 0.0261208 2.03452 0.0768895C2.15638 0.127658 2.26698 0.202053 2.35994 0.295781L6.21994 4.29578C6.40317 4.48271 6.5058 4.73403 6.5058 4.99578C6.5058 5.25753 6.40317 5.50885 6.21994 5.69578L2.21994 9.69578C2.13019 9.79271 2.02211 9.8709 1.90196 9.92583C1.78182 9.98075 1.65198 10.0113 1.51994 10.0158V10.0158Z' fill='black'/%3E%3C/svg%3E");
}

.slider-button--prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath d='M5.5 -4.76837e-07C5.63161 -0.00076137 5.76207 0.0244632 5.88391 0.0742278C6.00574 0.123992 6.11656 0.197319 6.21 0.29C6.30373 0.382963 6.37812 0.493563 6.42889 0.615423C6.47966 0.737282 6.5058 0.867988 6.5058 1C6.5058 1.13201 6.47966 1.26272 6.42889 1.38458C6.37812 1.50644 6.30373 1.61704 6.21 1.71L2.9 5L6.08 8.31C6.26625 8.49736 6.37079 8.75081 6.37079 9.015C6.37079 9.27919 6.26625 9.53264 6.08 9.72C5.98704 9.81373 5.87644 9.88812 5.75458 9.93889C5.63272 9.98966 5.50201 10.0158 5.37 10.0158C5.23799 10.0158 5.10728 9.98966 4.98542 9.93889C4.86356 9.88812 4.75296 9.81373 4.66 9.72L0.8 5.72C0.616773 5.53307 0.514143 5.28175 0.514143 5.02C0.514143 4.75825 0.616773 4.50693 0.8 4.32L4.8 0.319999C4.88976 0.223067 4.99783 0.144881 5.11798 0.0899558C5.23813 0.035031 5.36797 0.00445678 5.5 -4.76837e-07V-4.76837e-07Z' fill='black'/%3E%3C/svg%3E");
}

.results-slider .block-container .slider-box .slider-container .slider-button {
  background-color: #fff;
  cursor: pointer;
}

.results-slider .block-container .slider-box .slider-container .slider-button--next {
  right: 15px;
}

.results-slider .block-container .slider-box .slider-container .slider-button--prev {
  left: 15px;
}

.white-button {
  padding: 17px;
  text-align: center;
  width: 220px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 10px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  line-height: 0;
  cursor: pointer;
  text-decoration: none;
}
.white-button:hover {
  color: #d0043c;
  background-color: #fff;
}

.results-slider {
  margin-top: 60px;
}
.results-slider .block-container {
 display: -ms-flexbox; 
  display: flex;
}
.results-slider .info-box {
  background: linear-gradient(149.03deg, #9a012b, #d0043c);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 767px) {
  .results-slider .info-box {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .results-slider .info-box {
    padding: 20px 30px;
  }
}
/*@media screen and (min-width: 1200px) {
  .results-slider .info-box {
    width: 440px;
  }
}*/
.results-slider .info-box .header-block {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
}
.results-slider .info-box .header-block h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
color: white;
}
@media screen and (max-width: 1024px) {
  .results-slider .info-box .header-block h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.results-slider .info-box .text-block {
  margin-top: 15px;
}
.results-slider .info-box .text-block ul {
  padding-top: 5px;
margin-bottom: 10px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.73;
}
.results-slider .info-box .text-block ul li {
  font-size: 16px;
  line-height: 26px;
  margin-top: 5px;
  padding-left: 5px;
  /*list-style: square;*/
}
.results-slider .info-box .text-block ul li::marker {
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  -moz-text-align-last: start !important;
       text-align-last: start !important;
}
@media screen and (max-width: 1024px) {
  .results-slider .info-box .text-block ul {
    padding-left: 30px;
  }
  .results-slider .info-box .text-block ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
.results-slider .info-box .white-button {
  margin-top: 10px;
  margin-left: 80px;
}
@media screen and (max-width: 1024px) {
  .results-slider .info-box .white-button {
    margin-top: 5px;
    margin-left: 40px;
  }
.results-slider .info-box .header-block h3 {
margin-bottom: 5px;
}
.results-slider .info-box .text-block ul {
margin-top: 10px;
}
}
@media screen and (max-width: 767px) {
  .results-slider .info-box .white-button {
    margin-top: 25px;
    margin-left: 0;
  }
.results-slider .slider-box .result-slide img {
width: 100% !important;
}
}
.results-slider .slider-box {
  position: relative;
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
.results-slider .block-container {
    }
 .results-slider .slider-box .slider-container .swiper-container, .results-slider .slider-box .slider-container {
    height: auto !important;
  }
.results-slider .slider-box .slider-container .swiper-container .result-slide img {
height: auto !important;
width: 100%;
max-height: 100% !important;
}
}


@media screen and (max-width: 1300px) and (min-width: 993px) {
  .results-slider .info-box .header-block h3 {
margin-bottom: 15px;
        font-size: 22px;
    line-height: 35px;
  }
.results-slider .info-box .text-block ul {
margin-top: 10px;
}
.results-slider .info-box .text-block ul li {
    font-size: 16px;
    line-height: 24px;
}
.results-slider .info-box {
padding: 25px 30px;
}
.results-slider .info-box .text-block ul {

    margin-bottom: 10px;
    padding-left: 2px;
    font-size: 15px;
  }
}

@media screen and (min-width: 767px) {
  .results-slider .slider-box {
    width: 50%;
    min-height: 100%;
  }
  .results-slider .slider-box .slider-pagination {
    display: none;
  }
  .results-slider .slider-box .slider-container {
    position: relative;
    height: 100%;
  }
 
  .results-slider .slider-box .slider-container .swiper-container .result-slide {
    height: 100%;
  }
  .results-slider .slider-box .slider-container .swiper-container .result-slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: unset;
    width: 100%;
  }
}
/*@media screen and (min-width: 1200px) {
  .results-slider .slider-box {
    width: 850px;
  }
}*/
.results-slider .slider-box .big-slider-container {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.results-slider .slider-box .result-slide {
  position: relative;
  overflow: hidden;
  background: #c4c4c4;
  line-height: 0;
  border-radius: 0 10px 10px 0;
}
.results-slider .slider-box .result-slide::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.results-slider .slider-box .result-slide img {
  max-height: 567px;
  width: auto;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
.results-slider .slider-box .result-slide img {
width: 100%
object-fit: cover;
}
}
@media screen and (max-width: 992px) and (min-width: 768px) {
.results-slider .slider-box .big-slider-container {
height: 100% !important;
}
}
@media screen and (max-width: 767px) {
  .results-slider {
    overflow-x: hidden;
  }
  .results-slider .result-slide img {
    max-height: 400px !important;
  }
  .results-slider .block-container {
    width: calc(100% + 30px);
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .results-slider .info-box {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .results-slider .info-box .header-block {
    font-size: 20px;
    line-height: 28px;
  }
  .results-slider .info-box .header-block h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .results-slider .info-box .header-block .text-block {
    margin-top: 0;
  }
  .results-slider .info-box .header-block .text-block li {
    font-size: 16px;
    line-height: 22px;
  }
  .results-slider .info-box .header-block .text-block .white-button {
    margin-top: 50px;
    margin-left: 80px;
  }
  .results-slider .slider-box {
    width: 100%;
  }
  .results-slider .slider-box .big-slider-container {
    border-radius: 0 0 10px 10px;
  }
  .results-slider .slider-box .result-slide {
    border-radius: 0 0 10px 10px;
  }
}

.callback-form-block {
  margin-top: 90px;
  padding: 0 2rem;
}
.callback-form-block .block-container {
  position: relative;
  padding: 50px 50px 56px;
  color: #fff;
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
}
.callback-form-block .b-form-input {
  background: #fff;
  border-radius: 10px;
  width: 320px;
  height: 50px;
  border: none;
  padding: 13px 20px 14px;
  margin-right: 25px;
  font-size: 18px;
}
.callback-form-block .bg-image {
  border-radius: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.callback-form-block .bottom-form__header {
  font-weight: 700;
  font-size: 32px;
  text-align: left;
}
.callback-form-block .bottom-form__description {
  max-width: 850px;
  font-size: 18px;
  text-align: left;
  margin: 15px 0 51px;
}
.callback-form-block .contacts-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.callback-form-block .b-form-inputs--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.callback-form-block .b-form-submit__btn {
  background: #fff;
  border: unset;
  outline: none;
  border-radius: 40px;
  width: 50px;
  border: 1px solid #fff;
  height: 50px;
  position: relative;
}
.callback-form-block .b-form-submit__btn::before {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='M10.5 17a1 1 0 0 1-.71-.29 1 1 0 0 1 0-1.42L13.1 12 9.92 8.69a1 1 0 0 1 0-1.41 1 1 0 0 1 1.42 0l3.86 4a1 1 0 0 1 0 1.4l-4 4a1 1 0 0 1-.7.32z'/%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 47%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.callback-form-block .b-form-submit__text {
  font-size: 14px;
  margin: 15px 0 0;
}
.callback-form-block .b-form-submit__text a,
.callback-form-block .b-form-submit__text a:hover {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .callback-form-block .bg-image {
    height: 100%;
  }
  .callback-form-block .b-form-input {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .callback-form-block {
    padding: 0;
  }
  .callback-form-block .block-container {
    padding: 30px;
  }
  .callback-form-block .bg-image {
    height: 100%;
  }
  .callback-form-block .bottom-form__header {
    font-size: 26px;
    line-height: 36px;
  }
  .callback-form-block .bottom-form__description {
    margin: 15px 0 10px;
  }
  .callback-form-block .b-form-inputs--top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .callback-form-block .b-form-input-wrapper {
    margin-top: 15px;
    width: 100%;
  }
  .callback-form-block .b-form-input {
    height: 40px;
    font-size: 16px;
    margin-right: 0;
    width: 100%;
  }
  .callback-form-block .b-form-submit__btn {
    max-width: 410px;
    width: 100%;
    height: 40px;
    margin-top: 20px;
  }
  .callback-form-block .b-form-submit__btn::before {
    content: "Отправить заявку";
    color: #515050;
    width: 250px;
    height: 20px;
    font-size: 15px;
    background: none;
  }
  .callback-form-block .b-form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}

.benefits-block {
  padding-bottom: 30px;
}
.benefits-block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.benefits-block .benefit {
  width: calc(33.33%);
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.benefits-block .benefit .bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.benefits-block .benefit .bg::after {
  content: "";
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.benefits-block .benefit .bg img {
  width: 100%;
  display: block;
}
.benefits-block .benefit:hover .bg::after {
  opacity: 0.4;
}
.benefits-block .benefit-body {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  padding: 20px;
  width: 100%;
  text-align: left;
}
.benefits-block .benefit-body-header {
  padding-bottom: 10px;
  border-bottom: 4px solid #fff;
  font-weight: 600;
  line-height: 38px;
  font-size: 22px;
}
.benefits-block .benefit p {
  padding-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 1399px) {
  .benefits-block .benefit {
    width: calc(100% / 2 - 8px);
  }
  .benefits-block .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) {
  .benefits-block .benefit {
    width: calc(50% - 15px);
  }
  .benefits-block .benefit .bg {
    height: 100%;
    min-height: 266px;
  }
  .benefits-block .benefit-body {
    padding: 20px 25px;
  }
  .benefits-block .benefit-body-header {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 15px;
  }
  .benefits-block .benefit img {
    width: 100%;
  }
  .benefits-block .benefit p {
    padding-top: 15px;
  }
}
@media screen and (max-width: 567px) {
  .benefits-block .benefit {
    width: calc(100% - 15px);
  }
}

.main-adv {
  padding-bottom: 30px;
}
.main-adv .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-adv .item {
  width: 410px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.main-adv .item-body {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  padding: 45px 35px;
  width: 100%;
  text-align: left;
}
.main-adv .item-body-header {
  padding-bottom: 25px;
  border-bottom: 4px solid #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 38px;
}
.main-adv .item p {
  padding-top: 25px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}
.main-adv .bg {
  width: 100%;
  height: 100%;
}
.main-adv .bg :after {
  content: " ";
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-adv .bg img {
  display: block;
}
@media screen and (max-width: 1023px) {
  .main-adv .items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  .main-adv .item {
    max-width: 100%;
  }
  .main-adv .item-body {
    padding: 20px 25px;
  }
}

.info-content-block .block-container {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 1023px) {
  .info-content-block .block-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.info-content-block .images-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .info-content-block .images-grid {
    gap: 15px;
  }
}
.info-content-block .images-grid .info-img--big {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}
.info-content-block .images-grid .info-img {
  border-radius: 15px;
  overflow: hidden;
}
.info-content-block .images-grid .info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  max-width: 100%;
  object-fit: cover;
}

.promo {
  padding-top: 60px;
  padding-bottom: 40px;
}
.promo p {
  text-align: center;
  font-size: 15px;
  line-height: 1.73;
}