

/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.detail/service_detail/style.css?17090096315705*/
.f-video-container {
    position: relative;
    display: block;
    width: 560px;
}

.f-video-player {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.f-video-player iframe,
.f-video-player object,
.f-video-player embed {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.f-video-cover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.spec_block {
    float: right;
    width: 300px;
    margin-top: 50px;
    font-size: 16px;
    padding: 20px;
    background: white;
    z-index: 20;
    position: relative;
}

.section-submenu__list li a {
    color: #50708a;
}

.reviews .reviews__list {
    padding-bottom: 5px;
}

@media screen and (min-width: 999px) {
    #online-order2 form textarea {
        display: none;
    }
}
@media screen and (max-width: 749px) {
    .spec_block {
        float: none;
        width: 100%;
    }
    .main-content__text ul {
        /* margin-top: 63px;*/
    }
    .section-submenu__list li:first-of-type a {
        border-radius: 0!important;
    }
    .section-submenu__list a:first-of-type {
        border-radius: 0!important;
    }
    .section-submenu__list a {
        border: none!important;
    }
}
.service .section-block--reviews {
    margin-bottom: 0;
}
.service .service__text {
    margin-bottom: 50px;
}

.section-block.section-block--o_nas h2, .section-block.section-block--about h2 {
    margin-bottom: 0;
    margin-top: 20px;
}
.section-block.section-block--o_nas h2:before, .section-block.section-block--about h2:before {
    content: none;
}
.section-block.section-block--o_nas h2:after, .section-block.section-block--about h2:after {
    content: none;
}

.service-add .section-submenu__list {
    border: 1px solid #DFEBF5;
    background: rgba(255, 255, 255, 0.80);
    overflow: hidden;
}

.service-add .section-submenu__list a {
    color: #50708A;
    font-weight: 600;
}

.service-add .section-submenu__list a:hover:after {
    content: none;
}

@media screen and (max-width: 767px) {

    .service .service__add {
        margin-bottom: 25px;
    }

    .service-add .section-submenu__list {
        box-shadow: 0px 4px 25px rgba(45, 92, 145, 0.10);
    }

    .service-add .section-submenu__list a {
        padding: 15px 17px;
    }

    .service-add .section-submenu__list li {
        border-bottom: 1px solid #EBF1F5;
    }

    .service-add .section-submenu__list li:last-child {
        border-bottom: none;
    }

    .service-add .section-submenu__list a:hover {
        background: transparent;
        color: #00569d;
    }
}

.mini-header__menu .btn--filter {
    border-radius: 10px 0 0 10px;
    background: linear-gradient(90deg, #00579D 0%, #2488D9 100%);
    white-space: nowrap;
}

.mini-header__menu .btn--filter:before {
    width: 16px;
    height: 16px;
    background-size: contain;
}

.mini-header__menu .section-submenu__list {
    border-radius: 10px;
    border: 1px solid #DFEBF5;
    background: #FFF;
}

.mini-header__menu .section-submenu {
    width: calc(100% + 10px);
    transform: translateX(-10px);
    position: relative;
    z-index: 1;
}

.mini-header__menu .section-submenu__list li a:hover:after {
    content: none;
}

.mini-header__menu .section-submenu__list li a:hover:before {
    content: '';
}

.mini-header__menu .section-submenu__list li a:hover {
    background: transparent;
}

.video-block {
    max-width: 1260px;
    margin-bottom: 75px;
}

.video-block .video-block__wrap {
    border-radius: 0 67px 67px 67px;
    background-image: url('/local/templates/4vp74.ru_new/components/bitrix/news.detail/service_detail/images/bg-video-block.jpg');
    background-size: cover;
    padding: 45px 30px 32px 30px;
}

.video-block .video-block__text {
    margin-bottom: 30px;
}

.video-block .video-block__content {
    display: flex;
}

.video-block .video-block__source {
    display: flex;
    align-items: flex-end;
    flex-shrink: 0;
    margin-right: -70px;
    width: 50%;
}

.video-block .video-block__btn {
    margin-left: 40px;
}

.video-block .video-block__desc {
    padding-right: 30px;
}

.video-block .video-block__source .video-container {
    margin-bottom: -80px;
    margin-right: -20px;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.video-block .video-block__source .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1280px) {

    .video-block .video-block__source {
        max-width: 45%;
    }
}

@media screen and (max-width: 1024px) {

    .video-block .video-block__content {
        flex-direction: column;
    }

    .video-block .video-block__source {
        max-width: 100%;
    }

    .video-block .video-block__desc {
        margin-bottom: 20px;
    }

    .video-block .video-block__source .video-container {
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {

    .video-block .video-block__wrap {
        padding: 26px 10px 58px 10px;
    }

    .video-block h2.video-block__title {
        margin-bottom: 0;
    }

    .video-block .video-block__text {
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .video-block .video-block__btn {
        margin-left: 30px;
    }

    .video-block {
        margin-bottom: 30px;
    }

    .video-block .video-block__source {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/catalog.section.list/section-menu--filter/style.css?15978251411522*/
.section-menu--mobile {
    display: none;
    -webkit-box-shadow: 1px 0 0 0 #dde6ed, 0 1px 0 0 #dde6ed, 1px 1px 0 0 #dde6ed, 1px 0 0 0 #dde6ed inset, 0 1px 0 0 #dde6ed inset;
    box-shadow: 1px 0 0 0 #dde6ed, 0 1px 0 0 #dde6ed, 1px 1px 0 0 #dde6ed, 1px 0 0 0 #dde6ed inset, 0 1px 0 0 #dde6ed inset;
    padding: 8px 35px 8px 10px;
    background-color: white;
    position: relative;
    color: #2488d9;
    margin-top: 20px;
}

.section-menu--mobile:after {
    content: '';
    position: absolute;
    background-image: url(/local/templates/4vp74.ru/css/../images/arrow-down_icon.svg);
    width: 25px;
    height: 25px;
    right: 15px;
    top: 50%;
    background-color: #1e7fce;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.section-menu--mobile.active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 749px) {

    .section-menu--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    ul.section-menu--filter {
        display: none;
    }

    ul.section-menu--filter.active {
        display: block;
    }
}
/* End */


/* Start:/local/templates/4vp74.ru_new/components/luxar/super/express-form/style.css?17095440248254*/
.express-record__wrap {
  padding: 35px 35px 25px 20%;
  border-radius: 50px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  background-image: url("/local/templates/4vp74.ru_new/components/luxar/super/express-form/./images/express-record-wrap.jpg");
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .express-record__wrap {
    padding-left: 40%;
  }
}
@media screen and (max-width: 979px) {
  .express-record__wrap {
    padding: 18px 10% 17px 13px;
    border-radius: 20px;
    background-color: #f5f6f8;
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .express-record__wrap {
    padding-right: 18%;
  }
}
.express-record__picture {
  position: absolute;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
}
.express-record__picture:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(to right, transparent 27.48%, #f5f6f8 89%);
  z-index: 1;
}
@media screen and (max-width: 979px) {
  .express-record__picture:before {
    background: linear-gradient(to left, transparent 0, #f5f6f8 50%);
  }
}
@media screen and (max-width: 979px) {
  .express-record__picture {
    background-color: #f5f7f9;
    right: 0;
    left: initial;
    height: auto;
  }
  .express-record__picture:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent 27.48%, #f5f6f8 89%);
    z-index: 1;
  }
}
.express-record__picture img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
@media screen and (max-width: 979px) {
  .express-record__picture img {
    object-position: top right;
    object-fit: contain;
    transform: scale(-1, 1) translateX(-60px);
  }
}
.express-record__header, .express-record__content {
  position: relative;
  z-index: 2;
}
.express-record__header {
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .express-record__header {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .express-record__header {
    margin-bottom: 15px;
  }
}
.express-record__title {
  color: #50708A;
  font-size: 43px;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .express-record__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .express-record__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.express-record__title span {
  color: #51B539;
}
.express-record__subtitle {
  color: #50708A;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .express-record__subtitle {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .express-record__subtitle {
    font-size: 16px;
  }
}
.express-record__price {
  color: #50708A;
  font-size: 30px;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .express-record__price {
    font-size: 25px;
  }
}
.express-record__price span {
  color: #1188C5;
}
.express-record .express-form {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .express-record .express-form {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .express-record .express-form {
    width: 118%;
  }
}
.express-record .express-form__title {
  font-size: 40px;
  color: #50708A;
  line-height: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .express-record .express-form__title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.express-record .express-form__title span {
  color: #51B539;
}
.express-record .express-form__desc {
  color: #50708A;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}
.express-record .express-form__text {
  width: 360px;
  flex-shrink: 0;
  padding-right: 40px;
}
@media screen and (max-width: 1280px) {
  .express-record .express-form__text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.express-record .express-field .successful p {
  font-size: 40px;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .express-record .express-field .successful p {
    font-size: 30px;
  }
}
.express-record .express-field .successful p span {
  color: #51B539;
}
.express-record .express-field__col input[type=text],
.express-record .express-field__col input[type=tel] {
  border-radius: 50px;
  border: 1px solid #E4EEF6;
  background: rgba(255, 255, 255, 0.4);
  color: #50708A;
  font-size: 16px;
  font-weight: 500;
  appearance: none;
  outline: none;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  width: 100%;
}
.express-record .express-field__col input[type=text]::placeholder,
.express-record .express-field__col input[type=tel]::placeholder {
  color: #50708A;
  font-family: "Kontora", Arial, sans-serif;
}
.express-record .express-field__row {
  display: flex;
  margin-bottom: 10px;
  column-gap: 45px;
  align-items: center;
}
.express-record .express-field__row:last-child {
  margin-bottom: 0;
}
.express-record .express-field__row_type_text {
  column-gap: 6px;
}
@media screen and (max-width: 767px) {
  .express-record .express-field__row_type_text {
    flex-direction: column;
    row-gap: 10px;
  }
}
.express-record .express-field__row_type_text .express-field__col {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .express-record .express-field__row_type_text .express-field__col {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .express-record .express-field__row_type_check {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1280px) {
  .express-record .express-field__row_type_check .express-field__col {
    margin-bottom: 10px;
  }
}
.express-record .express-field__btn {
  height: 50px;
  line-height: 50px;
  padding: 0 65px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .express-record .express-field__btn {
    padding: 0 50px;
  }
}
.express-record .express-field__btn:after {
  right: 20px;
}
.express-record .express-field__check input {
  display: none;
}
.express-record .express-field__check input:checked + span:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDExQzIxIDE1LjcxNCAyMSAxOC4wNzExIDE5LjUzNTUgMTkuNTM1NUMxOC4wNzExIDIxIDE1LjcxNCAyMSAxMSAyMUM2LjI4NTk1IDIxIDMuOTI4OTMgMjEgMi40NjQ0NyAxOS41MzU1QzEgMTguMDcxMSAxIDE1LjcxNCAxIDExQzEgNi4yODU5NSAxIDMuOTI4OTMgMi40NjQ0NyAyLjQ2NDQ3QzMuOTI4OTMgMSA2LjI4NTk1IDEgMTEgMUMxNS43MTQgMSAxOC4wNzExIDEgMTkuNTM1NSAyLjQ2NDQ3QzIwLjUwOTMgMy40MzgyMSAyMC44MzU2IDQuODA2NTUgMjAuOTQ0OSA3IiBzdHJva2U9IiNEMURCRTMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg=="), url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjUgNC41TDMuNSA2LjVMOC41IDEuNSIgc3Ryb2tlPSIjOEJDMTdFIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
.express-record .express-field__check span {
  color: #819FB7;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  display: block;
  position: relative;
  padding-left: 31px;
}
.express-record .express-field__check span:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDExQzIxIDE1LjcxNCAyMSAxOC4wNzExIDE5LjUzNTUgMTkuNTM1NUMxOC4wNzExIDIxIDE1LjcxNCAyMSAxMSAyMUM2LjI4NTk1IDIxIDMuOTI4OTMgMjEgMi40NjQ0NyAxOS41MzU1QzEgMTguMDcxMSAxIDE1LjcxNCAxIDExQzEgNi4yODU5NSAxIDMuOTI4OTMgMi40NjQ0NyAyLjQ2NDQ3QzMuOTI4OTMgMSA2LjI4NTk1IDEgMTEgMUMxNS43MTQgMSAxOC4wNzExIDEgMTkuNTM1NSAyLjQ2NDQ3QzIwLjUwOTMgMy40MzgyMSAyMC44MzU2IDQuODA2NTUgMjAuOTQ0OSA3IiBzdHJva2U9IiNEMURCRTMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  left: 0;
  top: -3px;
  background-position: center;
  background-repeat: no-repeat;
}
.express-record .express-field__check span a {
  color: #6EA6D2;
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/service__price_table/style.css?17536795953333*/
.service-price_new-view .price-list {
  padding: 0 30px;
}
.service-price_new-view .price-list table {
  width: 100%;
}
.service-price_new-view .price-list table tr {
  border: 0;
  border-bottom: 1px solid #CFE3F3;
  margin-bottom: 0;
  background: transparent;
  padding: 20px 0 !important;
}
@media screen and (max-width: 767px) {
  .service-price_new-view .price-list table tr {
    padding-top: 13px !important;
    padding-bottom: 16px !important;
  }
}
.service-price_new-view .price-list table tr:hover {
  background: transparent;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .service-price_new-view .price-list table tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #CFE3F3;
  }
}
.service-price_new-view .price-list table td {
  padding: 10px 20px;
  border-bottom: 1px solid #CFE3F3;
}
@media screen and (max-width: 767px) {
  .service-price_new-view .price-list table td {
    display: block;
    border-bottom: 0;
  }
}
.service-price_new-view .price-list table td.price-list__order {
  width: 100px;
  text-align: right;
}
.service-price_new-view .price-list table td.price-list__order .btn {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .service-price_new-view .price-list table td.price-list__title {
    width: 100%;
  }
  .service-price_new-view .price-list table td.price-list__cost:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .service-price_new-view .price-list {
    padding: 0;
  }
}
.service-price_new-view .price-list__item {
  border: 0;
  border-bottom: 1px solid #CFE3F3;
  margin-bottom: 0;
  background: transparent;
  padding: 20px 0 !important;
}
@media screen and (max-width: 767px) {
  .service-price_new-view .price-list__item {
    padding-top: 13px !important;
    padding-bottom: 16px !important;
  }
}
.service-price_new-view .price-list__item:hover {
  background: transparent;
  box-shadow: none;
}
.service-price_new-view .price-list__cost {
  /*border-left: 1px solid #CFE3F3;*/
  color: #02599F;
  font-weight: 500;
  position: relative;
  border: 0;
}
.service-price_new-view .price-list__cost:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 30px;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  background: #CFE3F3;
}
@media screen and (max-width: 767px) {
  .service-price_new-view .price-list__cost {
    border-left: 0;
  }
}
.service-price_new-view .price-list__title {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service-price_new-view .price-list__title {
    font-size: 14px;
    line-height: 114%;
    margin-bottom: 6px;
  }
}
.service-price_new-view .price-list__order .btn {
  color: #2488D9;
  height: 35px;
  line-height: 32px;
  padding: 0 44px 0 32px !important;
  font-size: 16px;
  font-weight: 500;
  transition: none;
}
@media screen and (max-width: 767px) {
  .service-price_new-view .price-list__order .btn {
    padding: 0 30px 0 19px !important;
    font-size: 14px;
  }
  .service-price_new-view .price-list__order .btn:after {
    right: 10px;
  }
}
.service-price_new-view .price-list__order .btn:hover {
  color: #FFFFFF;
  background-position: inherit;
}
.service-price_new-view .price-list__order .btn:hover span {
  color: #94F17E;
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/service__extra/style.css?17090062502419*/
.service-extra_new-view .service-extra__title {
  margin-bottom: 30px;
}
.service-extra_new-view .service-extra__item {
  padding: 0;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  display: flex;
}
.service-extra_new-view .service-extra__item:before {
  content: none;
}
.service-extra_new-view .service-extra__text {
  padding: 25px 25px 24px 33px;
  max-width: calc(100% - 315px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-extra_new-view .service-extra__text {
    max-width: 100%;
    padding: 120px 10px 12px 10px;
  }
  .service-extra_new-view .service-extra__text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 18px);
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 51.47%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
  }
}
.service-extra_new-view .service-extra__text p:empty {
  display: none;
}
.service-extra_new-view .service-extra__text br:last-of-type {
  display: none;
}
.service-extra_new-view .service-extra__btn {
  font-size: 15px;
  font-weight: 600;
  height: 36px;
  line-height: 34px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .service-extra_new-view .service-extra__btn {
    font-size: 14px;
  }
}
.service-extra_new-view .service-extra__pics {
  margin-left: auto;
  width: 315px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .service-extra_new-view .service-extra__pics {
    width: 100%;
  }
}
.service-extra_new-view .service-extra__pics img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-extra_new-view .service-extra__name {
  font-size: 25px;
}
.service-extra_new-view .service-extra__control {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .service-extra_new-view .service-extra__control {
    justify-content: space-between;
  }
}
.service-extra_new-view .service-extra__price {
  color: #02599F;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 26px;
}
@media screen and (max-width: 767px) {
  .service-extra_new-view .service-extra__price {
    font-size: 20px;
  }
}
.service-extra_new-view .service-extra__btn {
  margin-left: 0;
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/questions-article/style.css?17090062493363*/
.questions.questions_new-view .questions__item {
  background: transparent;
  border-radius: 20px;
  border: 1px solid rgba(220, 227, 233, 0.5);
  margin-bottom: 10px;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__item {
    padding: 15px 15px 15px 60px;
  }
}
.questions.questions_new-view .questions__item:last-child {
  margin-bottom: 0;
}
.questions.questions_new-view .questions__item:before {
  background-position: center;
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__item:before {
    left: 15px;
    top: 15px;
  }
}
.questions.questions_new-view .questions__item:hover {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 25px 0 rgba(45, 92, 145, 0.1);
}
.questions.questions_new-view .questions__item:hover:before {
  transform: none;
  transition: 0.2s background-color linear, 0.2s border linear;
}
.questions.questions_new-view .questions__item:hover .questions__issue {
  color: #01589E;
}
.questions.questions_new-view .questions__item.active:hover:before {
  transform: rotate(180deg);
}
.questions.questions_new-view .questions__item.active:before {
  border: 2px solid #02589f;
  background-size: 10px;
}
.questions.questions_new-view .questions__list {
  margin-bottom: 20px;
}
.questions.questions_new-view .questions__issue {
  color: #50708A;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__issue {
    line-height: 100%;
    font-size: 14px;
    min-height: 28px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__answer {
    line-height: 120%;
    font-size: 14px;
    width: calc(100% + 45px);
    margin-left: -45px;
  }
}
.questions.questions_new-view .questions__more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.questions.questions_new-view .questions__more:before {
  content: "";
  height: 1px;
  top: 50%;
  background-color: #CFE3F3;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__more:before {
    content: none;
  }
}
.questions.questions_new-view .questions__more .questions__all {
  color: #2386D7;
  font-size: 16px;
  border-radius: 17.5px;
  border: 1px solid #CFE3F3;
  background: #F8F8F8;
  height: 35px;
  padding-left: 33px;
  padding-right: 41px;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: 0.2s background linear;
}
.questions.questions_new-view .questions__more .questions__all:hover {
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .questions.questions_new-view .questions__more .questions__all {
    font-size: 14px;
  }
}
.questions.questions_new-view .questions__more .questions__all:after {
  content: "";
  width: 8px;
  height: 5px;
  background-image: url("/local/templates/4vp74.ru_new/images/arrow-down_icon_blue.svg");
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .questions--service .section-block h2 {
    margin-bottom: 25px !important;
  }
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/specialists-list/style.css?17090062493721*/
.specialists-list {
  overflow: hidden;
}
.specialists-list.swiper {
  overflow: inherit;
}
@media screen and (max-width: 767px) {
  .specialists-list.swiper {
    max-width: 244px;
  }
}
.specialists-list__wrap, .specialists-list__wrap.swiper-wrapper {
  display: grid;
  align-items: center;
  gap: 60px 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, calc(20% - 16px)));
}
@media screen and (max-width: 1319px) {
  .specialists-list__wrap, .specialists-list__wrap.swiper-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(244px, calc(33.3333333333% - 14px)));
  }
}
@media screen and (max-width: 979px) {
  .specialists-list__wrap, .specialists-list__wrap.swiper-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(244px, calc(50% - 14px)));
  }
}
@media screen and (max-width: 767px) {
  .specialists-list__wrap, .specialists-list__wrap.swiper-wrapper {
    display: flex;
    gap: 0;
    align-items: stretch;
  }
}
.specialists-list__item {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .specialists-list__item.swiper-slide {
    height: auto;
  }
}
.specialists-list__item.swiper-slide-active .doctor-card__photo, .specialists-list__item:hover .doctor-card__photo {
  outline: 4px solid #FFF;
  outline-offset: -3px;
  box-shadow: 0 4px 25px 0 rgba(0, 87, 157, 0.3);
}
.specialists-list__item.swiper-slide-active .doctor-card__wrap:before, .specialists-list__item:hover .doctor-card__wrap:before {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 25px 0 rgba(45, 92, 145, 0.2);
}
.specialists-list__item.swiper-slide-active .doctor-card__btn.btn, .specialists-list__item:hover .doctor-card__btn.btn {
  bottom: -23px;
  opacity: 1;
}
.specialists-list .swiper-pagination {
  width: 100vw !important;
  left: 50% !important;
  transform: translateX(-50%);
  padding: 0 20px;
  margin-top: 60px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
  gap: 5px;
}
.specialists-list .swiper-pagination-bullet {
  width: 100%;
  border-radius: 0;
  height: 3px;
}

.doctor-card {
  height: 100%;
}
.doctor-card__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 40px 20px;
  height: 100%;
  position: relative;
}
.doctor-card__wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 90px);
  border-radius: 20px;
  background: #ffffff;
  transition: 0.3s all ease;
}
.doctor-card__photo {
  width: 181px;
  height: 181px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 0;
  margin-bottom: 15px;
  outline: 4px solid transparent;
  outline-offset: -3px;
  box-shadow: none;
  transition: 0.3s all ease;
  position: relative;
}
.doctor-card__photo img {
  max-width: 100%;
}
.doctor-card__name, .doctor-card__description, .doctor-card__experience {
  text-align: center;
}
.doctor-card__name {
  color: #5A7891;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 110%;
  position: relative;
}
.doctor-card__description {
  margin-bottom: 10px;
  font-size: 14px;
  color: #839EB4;
  font-weight: 500;
  line-height: 110%;
  position: relative;
}
.doctor-card__experience {
  font-size: 14px;
  line-height: 20px;
  color: #5A7891;
  position: relative;
  font-weight: 600;
  margin-top: auto;
}
.doctor-card__btn.btn {
  padding: 0 51px 0 38px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 600;
  text-transform: lowercase;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s bottom ease, 0.3s opacity ease;
}
.doctor-card__btn.btn:after {
  right: 22px;
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.list/index_reviews/style.css?1724911830710*/
.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;
}

@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/luxar/super/index_about/style.css?1730364792212*/
.section-block--about .index-about {
  /*
  &__text-include {
    margin-top: 0;
  }
  */
}
.section-block--about .index-about__license {
  width: 216px;
  height: 264px;
}

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

/* End */


/* Start:/local/templates/4vp74.ru_new/components/bitrix/news.detail/contacts__gallery/style.css?1720760869170*/
.contacts-gallery__list .slick-list.draggable {
    border-radius: 35px;
    clip-path: content-box;
}

.index-about .contacts-gallery {
    margin-bottom: 70px;
}
/* End */
/* /local/templates/4vp74.ru_new/components/bitrix/news.detail/service_detail/style.css?17090096315705 */
/* /local/templates/4vp74.ru_new/components/bitrix/catalog.section.list/section-menu--filter/style.css?15978251411522 */
/* /local/templates/4vp74.ru_new/components/luxar/super/express-form/style.css?17095440248254 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/service__price_table/style.css?17536795953333 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/service__extra/style.css?17090062502419 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/questions-article/style.css?17090062493363 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/specialists-list/style.css?17090062493721 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/index_reviews/style.css?1724911830710 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.list/reviews-widget/style.css?17344213583167 */
/* /local/templates/4vp74.ru_new/components/luxar/super/index_about/style.css?1730364792212 */
/* /local/templates/4vp74.ru_new/components/bitrix/news.detail/contacts__gallery/style.css?1720760869170 */
