

/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/main-slider-v2/style.css?175913561716252*/
body.index .main-slider.swiper {
    margin-bottom: 40px;
}
.main-slider__slide {
    position: relative;
    background-color: #2E9EFF;
    overflow: hidden;
}
.main-slider .item-slide {
    height: 500px;
    position: relative;
    background: #0073D8;
}
.main-slider .item-slide:before, .main-slider .item-slide:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
}
.main-slider .item-slide:before {
    left: 0;
    background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/main-slider-v2/images/slider-big-left.png");
    pointer-events: none;
    width: 61%;
    background-position: right;
}
@media (max-width: 1080px) {
    .main-slider .item-slide:before {
        background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/main-slider-v2/images/slider-left.png");
        width: 50%;
    }
}
@media (max-width: 900px) {
    .main-slider .item-slide:before {
        width: 60%;
    }
}
@media (max-width: 768px) {
    .main-slider .item-slide:before {
        width: 70%;
    }
}
@media (max-width: 600px) {
    .main-slider .item-slide:before {
        width: 78%;
    }
}
@media (max-width: 500px) {
    .main-slider .item-slide:before {
        width: 100%;
    }
}
@media (max-width: 375px) {
    .main-slider .item-slide:before {
        background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/main-slider-v2/images/slider-small-left.png");
    }
}
.main-slider .item-slide:after {
    right: 0;
    background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/main-slider-v2/images/slider-big-right.png");
    pointer-events: none;
    background-position: left;
    width: 22%;
}
@media (max-width: 1080px) {
    .main-slider .item-slide:after {
        background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/main-slider-v2/images/slider-right.png");
        width: 18%;
    }
}
@media (max-width: 900px) {
    .main-slider .item-slide:after {
        width: 21%;
    }
}
@media (max-width: 768px) {
    .main-slider .item-slide:after {
        width: 25%;
    }
}
@media (max-width: 500px) {
    .main-slider .item-slide:after {
        background: linear-gradient(213.06deg, rgba(2, 100, 176, 0.01) 38.33%, #0263AF 88.33%);
        height: 50%;
        width: 100%;
        top: unset;
        bottom: 0;
        z-index: 1;
    }
}
.main-slider .item-slide__content {
    position: relative;
    z-index: 5;
    min-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    padding: 80px 0;
}
@media (max-width: 1080px) {
    .main-slider .item-slide__content {
        justify-content: end;
        gap: 30px;
        padding: 22px 0;
    }
}
@media (max-width: 500px) {
    .main-slider .item-slide__content {
        gap: 40px;
        padding: 17px 0;
    }
}
.main-slider .item-slide__wrap {
    max-width: 1300px;
    margin: 0 auto;
    height: 100%;
    min-height: inherit;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
@media (max-width: 1450px) {
    .main-slider .item-slide__wrap {
        padding: 0 80px;
    }
}
@media (max-width: 1080px) {
    .main-slider .item-slide__wrap {
        padding: 0 30px;
    }
}
@media (max-width: 500px) {
    .main-slider .item-slide__wrap {
        padding: 0 20px;
    }
}
.main-slider .item-slide__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.main-slider .item-slide__title {
    color: #FFF;
    font-size: 36px;
    margin-bottom: 26px;
    font-weight: 1000;
    line-height: 100%;
    text-transform: uppercase;
    max-width: 550px;
}
@media (max-width: 1080px) {
    .main-slider .item-slide__title {
        font-size: 30px;
        margin-bottom: 21px;
        max-width: 364px;
    }
}
@media (max-width: 500px) {
    .main-slider .item-slide__title {
        font-size: 20px;
        margin-bottom: 11px;
        max-width: 300px;
    }
}
.main-slider .item-slide__price {
    border-radius: 30.5px;
    background: #FFF;
    color: #ED2B6A;
    font-family: "Inter", Arial, sans-serif;
    font-size: 46px;
    height: 64px;
    padding: 0 20px;
    min-width: 240px;
    line-height: 64px;
    font-style: normal;
    font-weight: 900;
    box-sizing: border-box;
    text-align: center;
}
.main-slider .item-slide__btn {
    font-family: "Inter", Arial, sans-serif;
    border-radius: 42.5px;
    outline: 5px solid rgba(255, 255, 255, 0.5);
    background: linear-gradient(95deg, #ED2B6A 44.87%, #D31150 97.89%);
    height: 50px;
    min-width: 240px;
    line-height: 50px;
    color: #FFF;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.4);
    transition: 0.2s box-shadow linear;
}
.main-slider .item-slide__btn:hover {
    box-shadow: none;
}
.main-slider .item-slide__text {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    max-width: 430px;
    flex-grow: 1;
}
@media (max-width: 1080px) {
    .main-slider .item-slide__text {
        font-size: 18px;
        line-height: 20px;
        max-width: 300px;
    }
}
@media (max-width: 500px) {
    .main-slider .item-slide__text {
        font-size: 14px;
        line-height: 16px;
        max-width: 300px;
    }
}
.main-slider .item-slide__text ul {
    padding: 0;
    list-style: none;
    font-size: 22px;
    line-height: 100%;
}
.main-slider .item-slide__text ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}
.main-slider .item-slide__text ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    left: 0;
    top: 8px;
}
.main-slider .item-slide__text ul li:last-child {
    margin-bottom: 0;
}
.main-slider .item-slide__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
}
.main-slider .item-slide__video {
    position: relative;
    margin-left: 22%;
    width: 100%;
    overflow: hidden;
    max-width: 1060px;
}
@media (max-width: 1080px) {
    .main-slider .item-slide__video {
        max-width: unset;
        margin-left: unset;
    }
}
.main-slider .item-slide__video img,
.main-slider .item-slide__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.main-slider .item-slide__video:before, .main-slider .item-slide__video:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 200px;
}
.main-slider .item-slide__video:after {
    background: linear-gradient(90deg, rgba(27, 106, 171, 0) 0%, #0073D8 100%);
    right: 0;
}
@media (max-width: 1080px) {
    .main-slider .item-slide__video:after {
        content: none;
    }
}
.main-slider .item-slide__video:before {
    background: linear-gradient(270deg, rgba(27, 106, 171, 0) 0%, #0073D8 100%);
    left: 0;
}
@media (max-width: 1080px) {
    .main-slider .item-slide__video:before {
        content: none;
    }
}
.main-slider__pag {
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    min-width: 360px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
}
.main-slider__pagfrac {;
    position: absolute;
    right: 15%;
    bottom: 12px;
    z-index: 5;
    display: flex;
    gap: 4px;
    align-items: center;
}
@media (max-width: 1080px) {
    .main-slider__pagfrac {
        display: none;
    }
}
.main-slider__fraction {
    color: #FFFFFFCC;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
}
.main-slider__progressbar {
    flex-grow: 1;
    position: relative !important;
    height: 4px !important;
    background: #FFFFFF !important;
    overflow: hidden;
}
.main-slider__progressbar .swiper-pagination-progressbar-fill {
    background: #2488D9 !important;
}
.main-slider .main-slider__arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 5;
    background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='24.5' transform='matrix(-1 0 0 1 50 0)' fill='url(%23paint0_linear_3172_74)' fill-opacity='0.1' stroke='url(%23paint1_linear_3172_74)'/%3E%3Cpath d='M25.2842 19.2958C25.3772 19.2021 25.4878 19.1277 25.6096 19.0769C25.7315 19.0261 25.8622 19 25.9942 19C26.1262 19 26.2569 19.0261 26.3788 19.0769C26.5006 19.1277 26.6112 19.2021 26.7042 19.2958L31.7042 24.2958C31.7979 24.3888 31.8723 24.4994 31.9231 24.6212C31.9739 24.7431 32 24.8738 32 25.0058C32 25.1378 31.9739 25.2685 31.9231 25.3904C31.8723 25.5122 31.7979 25.6228 31.7042 25.7158L26.7042 30.7158C26.6112 30.8095 26.5006 30.8839 26.3788 30.9347C26.2569 30.9855 26.1262 31.0116 25.9942 31.0116C25.8622 31.0116 25.7315 30.9855 25.6096 30.9347C25.4878 30.8839 25.3772 30.8095 25.2842 30.7158C25.1905 30.6228 25.1161 30.5122 25.0653 30.3904C25.0145 30.2685 24.9884 30.1378 24.9884 30.0058C24.9884 29.8738 25.0145 29.7431 25.0653 29.6212C25.1161 29.4994 25.1905 29.3888 25.2842 29.2958L29.5842 25.0058L25.2842 20.7158C25.1905 20.6228 25.1161 20.5122 25.0653 20.3904C25.0145 20.2685 24.9884 20.1378 24.9884 20.0058C24.9884 19.8738 25.0145 19.7431 25.0653 19.6212C25.1161 19.4994 25.1905 19.3888 25.2842 19.2958Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3172_74' x1='3.5' y1='26' x2='49' y2='26' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3172_74' x1='2' y1='25' x2='32' y2='25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.5'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.7s ease-in-out;
}
@media (min-width: 1080px) {
    .main-slider .main-slider__arrow:hover {
        background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='24.5' transform='matrix(-1 0 0 1 50 0)' fill='url(%23paint0_linear_3172_74)' fill-opacity='0.1' stroke='url(%23paint1_linear_3172_74)'/%3E%3Cpath d='M25.2842 19.2958C25.3772 19.2021 25.4878 19.1277 25.6096 19.0769C25.7315 19.0261 25.8622 19 25.9942 19C26.1262 19 26.2569 19.0261 26.3788 19.0769C26.5006 19.1277 26.6112 19.2021 26.7042 19.2958L31.7042 24.2958C31.7979 24.3888 31.8723 24.4994 31.9231 24.6212C31.9739 24.7431 32 24.8738 32 25.0058C32 25.1378 31.9739 25.2685 31.9231 25.3904C31.8723 25.5122 31.7979 25.6228 31.7042 25.7158L26.7042 30.7158C26.6112 30.8095 26.5006 30.8839 26.3788 30.9347C26.2569 30.9855 26.1262 31.0116 25.9942 31.0116C25.8622 31.0116 25.7315 30.9855 25.6096 30.9347C25.4878 30.8839 25.3772 30.8095 25.2842 30.7158C25.1905 30.6228 25.1161 30.5122 25.0653 30.3904C25.0145 30.2685 24.9884 30.1378 24.9884 30.0058C24.9884 29.8738 25.0145 29.7431 25.0653 29.6212C25.1161 29.4994 25.1905 29.3888 25.2842 29.2958L29.5842 25.0058L25.2842 20.7158C25.1905 20.6228 25.1161 20.5122 25.0653 20.3904C25.0145 20.2685 24.9884 20.1378 24.9884 20.0058C24.9884 19.8738 25.0145 19.7431 25.0653 19.6212C25.1161 19.4994 25.1905 19.3888 25.2842 19.2958Z' fill='aqua'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3172_74' x1='3.5' y1='26' x2='49' y2='26' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='aqua'/%3E%3Cstop offset='1' stop-color='aqua' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3172_74' x1='2' y1='25' x2='32' y2='25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='aqua' stop-opacity='0.5'/%3E%3Cstop offset='1' stop-color='aqua' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") center/cover no-repeat;
    }
}
.main-slider .main-slider__arrow:active {
    background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='24.5' transform='matrix(-1 0 0 1 50 0)' fill='url(%23paint0_linear_3172_74)' fill-opacity='0.1' stroke='url(%23paint1_linear_3172_74)'/%3E%3Cpath d='M25.2842 19.2958C25.3772 19.2021 25.4878 19.1277 25.6096 19.0769C25.7315 19.0261 25.8622 19 25.9942 19C26.1262 19 26.2569 19.0261 26.3788 19.0769C26.5006 19.1277 26.6112 19.2021 26.7042 19.2958L31.7042 24.2958C31.7979 24.3888 31.8723 24.4994 31.9231 24.6212C31.9739 24.7431 32 24.8738 32 25.0058C32 25.1378 31.9739 25.2685 31.9231 25.3904C31.8723 25.5122 31.7979 25.6228 31.7042 25.7158L26.7042 30.7158C26.6112 30.8095 26.5006 30.8839 26.3788 30.9347C26.2569 30.9855 26.1262 31.0116 25.9942 31.0116C25.8622 31.0116 25.7315 30.9855 25.6096 30.9347C25.4878 30.8839 25.3772 30.8095 25.2842 30.7158C25.1905 30.6228 25.1161 30.5122 25.0653 30.3904C25.0145 30.2685 24.9884 30.1378 24.9884 30.0058C24.9884 29.8738 25.0145 29.7431 25.0653 29.6212C25.1161 29.4994 25.1905 29.3888 25.2842 29.2958L29.5842 25.0058L25.2842 20.7158C25.1905 20.6228 25.1161 20.5122 25.0653 20.3904C25.0145 20.2685 24.9884 20.1378 24.9884 20.0058C24.9884 19.8738 25.0145 19.7431 25.0653 19.6212C25.1161 19.4994 25.1905 19.3888 25.2842 19.2958Z' fill='darkgray'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3172_74' x1='3.5' y1='26' x2='49' y2='26' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='darkgray'/%3E%3Cstop offset='1' stop-color='darkgray' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3172_74' x1='2' y1='25' x2='32' y2='25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='darkgray' stop-opacity='0.5'/%3E%3Cstop offset='1' stop-color='darkgray' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") center/cover no-repeat;
}
.main-slider__arrow.prev {
    left: 10%;
    transform: rotate(180deg);
}
@media (max-width: 1800px) {
    .main-slider__arrow.prev {
        left: 8%;
    }
}
@media (max-width: 1700px) {
    .main-slider__arrow.prev {
        left: 5%;
    }
}
@media (max-width: 1600px) {
    .main-slider__arrow.prev {
        left: 3%;
    }
}
@media (max-width: 1500px) {
    .main-slider__arrow.prev {
        left: 10px;
    }
}
@media (max-width: 1080px) {
    .main-slider__arrow.prev {
        left: unset;
        top: unset;
        bottom: 20px;
        right: 73px;
    }
}
@media (max-width: 500px) {
    .main-slider__arrow.prev {
        bottom: 15px;
    }
}
.main-slider__arrow.next {
    right: 10%;
}
@media (max-width: 1800px) {
    .main-slider__arrow.next {
        right: 8%;
    }
}
@media (max-width: 1700px) {
    .main-slider__arrow.next {
        right: 5%;
    }
}
@media (max-width: 1600px) {
    .main-slider__arrow.next {
        right: 3%;
    }
}
@media (max-width: 1500px) {
    .main-slider__arrow.next {
        right: 10px;
    }
}
@media (max-width: 1080px) {
    .main-slider__arrow.next {
        top: unset;
        bottom: 20px;
        right: 18px;
    }
}
@media (max-width: 500px) {
    .main-slider__arrow.next {
        bottom: 15px;
    }
}
.main-slider__arrow.next svg {
    transform: scale(-1, 1);
    margin-right: -4px;
}
.main-slider__arrow.next svg path {
    transition: 0.1s all linear;
}
@media screen and (max-width: 999px) {
    .main-slider .main-slider__list, .main-slider .main-slider__wrap {
         padding-top: 0;
    }
    body.index .main-slider.swiper {
        margin-top: 60px;
    }
}
@media screen and (max-width: 749px) {
    body.index .main-slider.swiper {
        margin-top: 0;
    }
}
@media screen and (max-width: 375px) {
    body.index .main-slider.swiper {
        margin-bottom: 16px;
    }
}
/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/catalog.section.list/services-list/style.css?17568889665989*/
.services-list {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services-list {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .services-list.type-services {
    margin-top: 45px;
  }
}
.services-list__title, .services-list__subtitle {
  font-weight: 500;
  font-size: 36px;
  color: #50708a;
  line-height: 100%;
  position: relative;
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  .services-list__title, .services-list__subtitle {
    font-size: 25px;
  }
}
.services-list__title:before, .services-list__title:after, .services-list__subtitle:before, .services-list__subtitle:after {
  content: "";
  position: absolute;
  left: 0;
  background: #cfe3f3;
}
.services-list__title:before, .services-list__subtitle:before {
  border-radius: 3px;
  width: 27px;
  height: 7px;
  bottom: 0;
}
.services-list__title:after, .services-list__subtitle:after {
  width: 100%;
  height: 1px;
  bottom: 3px;
}
.services-list__title:first-letter, .services-list__subtitle:first-letter {
  color: #51b539;
}
.services-list__subtitle {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .services-list__subtitle {
    margin-bottom: 20px;
  }
}
.services-list__title {
  margin-bottom: 20px;
  max-width: 1000px;
}
.services-list__lead {
  color: #50708A;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .services-list__lead {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .services-list__item.swiper-slide {
    width: calc(50% - 5px);
  }
}
.services-list__items {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .services-list__items.swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.services-list__wrapper {
  padding: 0 75px;
  box-sizing: border-box;
  width: calc(100% + 150px);
  margin: 0 -75px;
  position: relative;
}
.services-list__content {
  position: relative;
}
.services-list__content:before, .services-list__content:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 80px;
  z-index: 10;
  top: 0;
}
@media (max-width: 767px) {
  .services-list__content:before, .services-list__content:after {
    content: none;
  }
}
.services-list__content:before {
  background: linear-gradient(to right, #f9f9f9, transparent 34%);
  left: -20px;
}
.services-list__content:after {
  background: linear-gradient(to left, #f9f9f9, transparent 34%);
  right: -20px;
}
.services-list__arrow {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background-color: rgba(123, 172, 210, 0.3);
  margin: 0;
  padding: 0;
  appearance: none;
  border: 1px solid #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all linear;
  z-index: 20;
}
.services-list__arrow:hover {
  background-color: rgba(123, 172, 210, 0.6);
}
@media (max-width: 1440px) {
  .services-list__arrow {
    position: relative;
    transform: none;
  }
}
.services-list__arrow.arrow-prev {
  left: 20px;
}
@media (max-width: 1440px) {
  .services-list__arrow.arrow-prev {
    left: initial;
  }
}
.services-list__arrow.arrow-prev svg {
  margin-left: -3px;
}
.services-list__arrow.arrow-next {
  right: 20px;
}
@media (max-width: 1440px) {
  .services-list__arrow.arrow-next {
    right: initial;
  }
}
.services-list__arrow.arrow-next svg {
  margin-right: -3px;
}
@media (max-width: 1440px) {
  .services-list__control {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .services-list__control {
    display: none;
  }
}
.services-list__all {
  display: none;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .services-list__all {
    display: block;
  }
}
.services-list.type-analysis .services-list__content:before,
.services-list.type-analysis .services-list__content:after {
  content: none;
}

.service-card {
  height: 200px;
  backdrop-filter: blur(3px);
  box-shadow: 0 0 30px 0 rgba(45, 92, 145, 0.05);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  background-color: #1d6faf;
  padding: 0 20px 16px 20px;
  position: relative;
  transition: 0.3s all linear;
}
@media (max-width: 767px) {
  .service-card {
    padding: 0 16px 10px 16px;
  }
}
.service-card:hover {
  box-shadow: 0 0 30px 0 rgba(45, 92, 145, 0.2);
}
.service-card__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  min-height: 182px;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 767px) {
  .service-card__link {
    min-height: 140px;
  }
}
.service-card__icon {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .service-card__icon {
    margin-top: 10px;
  }
}
.service-card__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 89%;
  color: #fdfdfd;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .service-card__name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .service-card__name span {
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }
}
.service-card--more {
  padding: 16px 20px 16px 20px;
  box-shadow: 0 0 30px 0 rgba(45, 92, 145, 0.05);
  background-image: url("/local/templates/4vp74.ru_new/components/bitrix/catalog.section.list/services-list/images/bg-border-more.svg");
}
@media (max-width: 767px) {
  .service-card--more {
    display: none !important;
  }
}
.service-card--more .service-card__name,
.service-card--more .service-card__link {
  align-items: center;
}
.service-card--more .service-card__name {
  color: #ffffff;
}
.service-card--more .service-card__link {
  min-height: 166px;
}
@media (max-width: 767px) {
  .service-card--more .service-card__link {
    min-height: 124px;
  }
}

div.services-swiper {
  padding: 0 20px;
  width: calc(100% + 40px);
  margin: 0 -20px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/catalog.section.list/services-list/custom_style.css?17542883611897*/
.index .section-block--services {
  margin-bottom: 60px;
}
.index .section-block--services .section-block__text {
  margin-bottom: 30px;
}
.index .section-block--services h2 a {
  text-decoration: none;
  color: #50708a;
}

.section-block .service__list {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .section-block .service__list {
    gap: 20px;
  }
}
@media screen and (max-width: 979px) {
  .section-block .service__list {
    grid-template-columns: 1fr;
  }
}
.section-block .service__list .service-item {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section-block .service__list .service-item {
    overflow: hidden;
    border-radius: 20px;
    margin: 0 0 15px 0;
  }
}
.section-block .service__list .service-item__img {
  overflow: hidden;
  border-radius: 20px;
}
.section-block .service__list .service-item__img img {
  width: 100%;
}
.section-block .service__list .service-item__desc {
  width: 100%;
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  bottom: 0;
  border-radius: 0 0 18px 18px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 25px !important;
}
@media screen and (max-width: 767px) {
  .section-block .service__list .service-item__desc {
    padding: 15px !important;
  }
}
.section-block .service__list .service-item__title {
  color: #50708a;
  min-height: 34px;
  display: flex;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-block .service__list .service-item__title {
    min-height: auto;
  }
}
.section-block .service__all {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .section-block .service__all {
    margin-top: 20px;
  }
}
.section-block .service__all:before {
  content: none;
}

/*# sourceMappingURL=custom_style.css.map */

/* End */


/* Start:/local/templates/4vp74.ru_new/components/luxar/super/index_about/style.css?1756805848865*/
.section-block--about .index-about {
  /*
  &__text-include {
    margin-top: 0;
  }
  */
}
.section-block--about .index-about__license {
  width: 216px;
  height: 264px;
}
.section-block--about .index-about__favorite:after {
  width: 60%;
}

@media (max-width: 749px) {
  .index-about__text-include {
    position: relative;
  }
  .index-about__text-include.is-collapsed {
    max-height: 240px;
    overflow: hidden;
  }
  .index-about__text-include.is-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f9f9f9);
  }
  .index-about__text-include.is-expanded {
    max-height: none;
  }
  .index-about__text-include.is-expanded::after {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/dms-slider/style.css?17562901271230*/
.dms-slider {
  margin-bottom: 70px;
}
.dms-slider__title {
  font-weight: 500;
  font-size: 36px;
  color: #50708a;
  line-height: 100%;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .dms-slider__title {
    font-size: 25px;
  }
}
.dms-slider__title:before, .dms-slider__title:after {
  content: "";
  position: absolute;
  left: 0;
  background: #cfe3f3;
}
.dms-slider__title:before {
  border-radius: 3px;
  width: 27px;
  height: 7px;
  bottom: 0;
}
.dms-slider__title:after {
  width: 100%;
  height: 1px;
  bottom: 3px;
}
.dms-slider__title:first-letter {
  color: #51b539;
}
.dms-slider__item {
  background-color: #ffffff;
  aspect-ratio: 22/20;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.dms-slider__item img {
  max-width: 100%;
}
.dms-slider #dms-pagination {
  position: relative;
  margin-top: 46px;
  background: #bdd2e3;
  height: 2px;
}
@media (max-width: 767px) {
  .dms-slider #dms-pagination {
    margin-top: 25px;
  }
}
.dms-slider #dms-pagination .swiper-pagination-progressbar-fill {
  background: #2488d9;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/package-offers/style.css?17567212313345*/
.package-offers__title {
  font-weight: 500;
  font-size: 36px;
  color: #50708a;
  line-height: 100%;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 44px !important;
}
@media (max-width: 767px) {
  .package-offers__title {
    font-size: 25px;
  }
}
.package-offers__title:before, .package-offers__title:after {
  content: "";
  position: absolute;
  left: 0;
  background: #cfe3f3;
}
.package-offers__title:before {
  border-radius: 3px;
  width: 27px;
  height: 7px;
  bottom: 0;
}
.package-offers__title:after {
  width: 100%;
  height: 1px;
  bottom: 3px;
}
.package-offers__title:first-letter {
  color: #51b539;
}
.package-offers__list {
  display: grid;
  column-gap: 50px;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
}
@media (max-width: 1280px) {
  .package-offers__list {
    column-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .package-offers__list {
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .package-offers__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
}
.package-offers__item {
  background-color: #1d6faf;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 22/20;
  border-radius: 20px;
  padding: 20px;
  text-decoration: none;
  box-sizing: border-box;
  display: flex !important;
  align-items: flex-end;
  justify-content: left;
  position: relative;
}
@media (max-width: 767px) {
  .package-offers__item {
    width: 100%;
    max-height: 152px;
  }
  .package-offers__item.c-1, .package-offers__item.c-5 {
    background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/package-offers/images/c-1-m.jpg") !important;
  }
  .package-offers__item.c-2, .package-offers__item.c-6 {
    background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/package-offers/images/c-2-m.jpg") !important;
  }
  .package-offers__item.c-3, .package-offers__item.c-7 {
    background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/package-offers/images/c-3-m.jpg") !important;
  }
  .package-offers__item.c-4, .package-offers__item.c-8 {
    background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/package-offers/images/c-4-m.jpg") !important;
  }
}
.package-offers__item.is-more {
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .package-offers__item.is-more {
    width: auto;
    max-height: none;
    aspect-ratio: auto;
    margin-top: 15px;
    height: 34px;
    line-height: 34px;
    padding: 0 24px;
    column-gap: 15px;
    background-image: none !important;
  }
  .package-offers__item.is-more:after {
    content: "";
    position: relative;
    width: 15px;
    height: 15px;
    background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/package-offers/images/icon-reload.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.package-offers__item.is-more span {
  text-transform: none;
}
.package-offers__item img {
  max-width: 100%;
}
.package-offers__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 55px;
  display: -webkit-box;
}
@media (max-width: 767px) {
  .package-offers__name {
    max-width: 215px;
  }
}
.package-offers__icon {
  position: absolute;
  right: 30px;
  top: 20px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/index_reviews_swiper/style.css?17567905952166*/
.reviews-item__file {
    width: 49px;
    height: 55px;
    display: block;
    margin-left: 12px;
    margin-top: -20px;
    position: relative;
    z-index: 10;
    outline: none;
}

.reviews-item__file:before {
    content: none;
}

.reviews-item__file img {
    max-width: 100%; 
}
.section-block--reviews {
    margin-top: 60px;
}

.reviews__box .slick-arrow:hover:before,
.reviews__box .slick-arrow:hover:after {
    background-color: #01579d;
}

.slider-progress {
    position: relative;
    height: 4px;
    background: #eee;
    margin-top: 10px;
    border-radius: 2px;
    overflow: hidden;
    display: none;
}

.slider-progress__bar {
    height: 100%;
    width: 0;
    background: #007bff;
    transition: width 0.3s ease;
}

.reviews__box.swiper {
    padding-top: 10px;
}

.section-block--reviews .slick-prev,
.section-block--reviews .slick-next {
    top: calc(50% + 65px);
    opacity: 0;
}

.reviews:hover .section-block--reviews .slick-prev,
.reviews:hover .section-block--reviews .slick-next {
    opacity: 1;
}

.section-block--reviews .slick-prev:before,
.section-block--reviews .slick-prev:after,
.section-block--reviews .slick-next:before,
.section-block--reviews .slick-next:after {
    background-color: rgb(167 202 231);
}

#reviews-pagination {
    position: relative;
    margin-top: 0;
    background: #bdd2e3;
    height: 2px;
    display: none;
}

#reviews-pagination .swiper-pagination-progressbar-fill {
    background: #2488d9;
}

@media screen and (max-width: 1366px) {

    .reviews__box .reviews__list {
        padding: 0;
    }

    .reviews__box.swiper {
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {

    #reviews-pagination {
        display: block;
    }

    .section-block.section-block--reviews .service__all.mobile_btn--line {
        margin-top: 20px;
    }
}

@media screen and (max-width: 749px) {

    .reviews-item__file {
        width: 30px;
        height: 40px;
        margin: 0 0 20px 12px;
    }

    .reviews-item__desc {
        padding: 30px 20px 50px 20px;
    }

}
/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/reviews-widget/style.css?17344213583167*/
.reviews-widget__wrap {
  display: flex;
  flex-wrap: wrap;
}
.reviews-widget__item {
  display: flex;
  justify-content: center;
  width: 33.3333333333%;
  min-height: auto;
}
@media screen and (max-width: 979px) {
  .reviews-widget__item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .reviews-widget__item {
    width: 100%;
    min-height: auto;
    justify-content: center;
  }
}
@media screen and (max-width: 425px) {
  .reviews-widget__item {
    justify-content: left;
  }
}
.reviews-widget .widget-item {
  display: flex;
  align-items: center;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .reviews-widget .widget-item {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .reviews-widget .widget-item {
    padding: 9px 0;
    flex-direction: row;
    justify-content: left;
    width: auto;
    min-width: 336px;
  }
}
@media screen and (max-width: 425px) {
  .reviews-widget .widget-item {
    min-width: auto;
  }
}
.reviews-widget .widget-item__logo {
  margin-right: 35px;
  font-size: 0;
}
@media screen and (max-width: 1280px) {
  .reviews-widget .widget-item__logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-widget .widget-item__logo {
    margin-bottom: 0;
    order: 2;
  }
}
.reviews-widget .widget-item__logo svg {
  max-height: 140px;
  max-width: 100%;
}
.reviews-widget .widget-item__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .reviews-widget .widget-item__inner {
    order: 1;
    margin-right: 15px;
  }
}
.reviews-widget .widget-item__rating {
  color: #51B539;
  font-size: 50px;
  line-height: 0.8em;
  margin-right: 15px;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .reviews-widget .widget-item__rating {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-widget .widget-item__rating {
    font-size: 38px;
    margin-right: 10px;
  }
}
.reviews-widget .widget-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews-widget .widget-item__amount {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .reviews-widget .widget-item__amount {
    font-size: 16px;
  }
}
.reviews-widget .widget-item__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.reviews-widget .widget-stars__wrap {
  height: 12px;
  width: 85px;
  position: relative;
  display: block;
}
@media screen and (max-width: 979px) {
  .reviews-widget .widget-stars__wrap {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-widget .widget-stars__wrap {
    margin-bottom: 3px;
  }
}
.reviews-widget .widget-stars__wrap .color-stars,
.reviews-widget .widget-stars__wrap .gray-stars {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/reviews-widget/images/rating_star.svg");
}
.reviews-widget .widget-stars__wrap .color-stars {
  z-index: 10;
}
.reviews-widget .widget-stars__wrap .gray-stars {
  filter: grayscale(1);
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/index_doctors_swiper/style.css?17568004911053*/
.doctors__list--index .slick-dots {
  bottom: -18px;
}

.section-block--doctors .doctors__wrap {
  padding-bottom: 32px;
}

.index .section-block--doctors h2 a {
  text-decoration: none;
  color: #50708a;
}

#doctors-pagination {
  position: relative;
  background: #bdd2e3;
  height: 2px;
  margin-top: 10px;
  display: none;
}
@media (max-width: 767px) {
  #doctors-pagination {
    display: block;
  }
}
#doctors-pagination .swiper-pagination-progressbar-fill {
  background: #2488d9;
}

.section-block--doctors.is-new .doctors__list {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .section-block--doctors.is-new .doctors__list {
    padding-bottom: 20px;
  }
}
.section-block--doctors.is-new .doctors__wrap:before {
  background-image: url("/local/templates/4vp74.ru_new/components/bitrix/news.list/index_doctors_swiper/images/bg.jpg");
  bottom: 0;
  height: calc(100% - 80px);
}
@media (max-width: 767px) {
  .section-block--doctors.is-new .doctors__wrap:before {
    height: calc(100% - 140px);
  }
}
.section-block--doctors.is-new .doctors-item__desc span {
  color: #3ca8ff;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/4vp74.ru_new/components/luxar/super/index_news/style.css?1756802995395*/
.news-list__pagination {
  position: relative;
  background: #bdd2e3;
  height: 2px;
  margin-top: 30px;
  display: none;
}
@media (max-width: 767px) {
  .news-list__pagination {
    display: block;
  }
}
.news-list__pagination .swiper-pagination-progressbar-fill {
  background: #2488d9;
  height: 100%;
  transition: 0.1s all linear;
  display: block;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/news/style.css?1730364792513*/
.lazy-load-placeholder {
  background: #ccc;
  position: relative;
  overflow: hidden;
}

.section-block.in-awards h2 {
  margin-bottom: 0;
}
.section-block.in-awards h2:before, .section-block.in-awards h2:after {
  content: none;
}
.section-block.in-awards .slick-dots li {
  padding-left: 0;
}
.section-block.in-awards .slick-dots li:before {
  content: none;
}

.news-item__more {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.detail/contacts__gallery/style.css?1756805331799*/
.contacts-gallery__list .slick-list.draggable {
  border-radius: 35px;
  clip-path: content-box;
}

.index-about .contacts-gallery {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  div.contacts-gallery > .container {
    padding: 0 !important;
  }
}
div.contacts-gallery__pagination {
  position: relative;
  background: #bdd2e3;
  height: 2px;
  margin-top: 20px;
  display: none;
}
@media (max-width: 767px) {
  div.contacts-gallery__pagination {
    display: block;
  }
}
div.contacts-gallery__pagination .swiper-pagination-progressbar-fill {
  background: #2488d9;
  height: 100%;
  transition: 0.1s all linear;
  display: block;
}
@media (max-width: 767px) {
  div.contacts-gallery__list {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/main-slider-v2/style.css?175913561716252 */
/* /local/templates/4vp74.ru_new/components/bitrix/catalog.section.list/services-list/style.css?17568889665989 */
/* /local/templates/4vp74.ru_new/components/bitrix/catalog.section.list/services-list/custom_style.css?17542883611897 */
/* /local/templates/4vp74.ru_new/components/luxar/super/index_about/style.css?1756805848865 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/dms-slider/style.css?17562901271230 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/package-offers/style.css?17567212313345 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/index_reviews_swiper/style.css?17567905952166 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/reviews-widget/style.css?17344213583167 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/index_doctors_swiper/style.css?17568004911053 */
/* /local/templates/4vp74.ru_new/components/luxar/super/index_news/style.css?1756802995395 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/news/style.css?1730364792513 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.detail/contacts__gallery/style.css?1756805331799 */
