

/* Start:/local/templates/main/styles/custom.css?178168441237101*/
._di > div[id^="bx_incl_area_"] {
    display: inline-block;
}

._text-page {
    padding-top: 40px;
    padding-bottom: 100px;
}

body .page-main {
    min-height: 100vh;
}

.list-docs {
    display: none;
}

.list-docs--visible {
    display: block;
}

._item-more {
    text-decoration: none;
    color: #2f425f;
}

.list-news__item--hidden {
    display: none;
}

body .item-post {
    margin: 0;
}

body .list-news__left {
    gap: 45px 70px;
}

._map-content {
    position: absolute;
    top: 30px;
    left: calc((100% - 1358px) / 2 + 20px);
}

._js-map-section {
    display: none;
}

._js-map-section--visible {
    display: block;
}

body .section-page__img {
    margin-top: 8px;
}

body .item-tag:hover {
    color: #7a7da9;
    background: #eff0f4;
}

@media (hover: hover) {
    body .item-tag:hover {
        color: #2f425f;
        background: rgba(202,137,218,.5);
    }
}

body .item-tag.active {
    color: #2f425f;
    background: rgba(202,137,218,.5);
}

/*----------services pages----------------*/

h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    text-transform: uppercase;
    color: #2f425f;
    margin-bottom: 52px;
}

.services-section-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.services-section-item {
    border-radius: 10px;
    padding: 26px 36px;
    background: #fff;
    width: calc(33.333333% - 20px);
    margin: 0 10px 29px;
    text-decoration: none;
}

.services-section-item.services-section-item-two-col {
    width: calc(66.666666% - 20px);
}

.services-section-item-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    color: #333;
    font-family: "Golos Text";
}

.services-section-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #333;
    margin-top: 17px;
    font-family: "Golos Text";
}

.services-section-item-img {
    margin-bottom: 20px;
}

.services-section-item-img img {
    display: block;
}

/* ====== Страница раздела ====== */

.services-section-page {
    font-family: "Golos Text";
}

.service-page-row {
    display: flex;
    justify-content: space-between;
}

.service-page-left {
    width: 390px;
}

.service-page-right {
    width: calc(100% - 390px - 58px);
}

.services-left-menu {
    margin: 0;
    margin-top: 0;
    padding-left: 0;
}

.services-left-menu > li {
    list-style: none;
    margin-bottom: 18px;
}
.services-left-menu li > div {
    position: relative;
}
/* .services-left-menu li.parent > div:after {
    content: '';
    width: 35px;
    height: 100%;
    background: url(/html/img/services/mnu-close.svg) no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
} */

/* .services-left-menu li.parent.active > div:after {
    background-image: url(/html/img/services/service-mnu-arrow.svg)

} */

.services-left-menu li > div.menu-item a {
    padding: 12px 5px;
    border-radius: 5px;
    transition: all 0.5s;
}

.services-left-menu li.parent > div {
    cursor: pointer;
}

.services-left-menu li > div:hover { /*, .services-left-menu > li.active > div*/
    background: rgba(202, 137, 218, 0.5);
    border-radius: 5px;
}

.services-left-menu li a {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #333;
    text-decoration: none;
    width: 100%;
    display: block;
}
.services-left-menu li ul {
    padding-left: 10px;
    margin: 15px 0;
    display: none;
}
.services-left-menu li ul li {
    list-style: none;
}

.services-left-menu li ul a {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #333;
}

.services-left-menu-mob-toggle {
    display: none;
    border: 1.5px solid #7a7da9;
    border-radius: 5px;
    padding: 9px 10px 9px 16px;
    width: 100%;
}

.services-left-menu-mob-toggle:after {
    content: '';
    width: 32px;
    height: 100%;
    background: url(/html/img/services/mnu-close.svg) no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
}

.services-left-menu-mob-toggle.active:after {
    background-image: url(/html/img/services/toggle-plus.svg);
}

.service-anchors {
    padding: 0;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    max-width: 100%;
    overflow: auto;
}
.service-anchors li {
    list-style: none;
    margin-right: 50px;
}
.service-anchors li:last-child {
    margin-right: 0;
}
.service-anchors a {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-decoration: underline;
    color: #2f425f;
    min-width: fit-content;
    white-space: nowrap;
}

.service-anchors a:hover,
.service-anchors a:focus,
.service-anchors a.active {
    color: #7a7da9;
    text-decoration: none;
}


.service-info {
    border-radius: 10px;
    padding: 26px 36px;
    background: #fff;
    margin-bottom: 25px;
}

.service-info-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    color: #333;
    margin-top: 0;
    margin-bottom: 17px;
}

.service-info-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #333;
}

.service-info-text p {
    margin-bottom: 28px;
}

.service-info-text .article {
    margin-bottom: 10px;
}

.service-info-text p:last-child {
    margin-bottom: 0;
}

.service-info-text ul,
.service-info-text ol {
    padding-left: 31px;
}

.service-info-text ul li {
    margin: 10px 0;
}

.service-info-text a {
    color: #7a7da9;
}

.service-info-links {
    padding-left: 0 !important;
    margin-top: 10px;
    margin-bottom: 0;
}
.service-info-links li {
    list-style: none;
    margin: 0 0 15px;
}

.service-info-links li:last-child {
    margin-bottom: 0;
}

.service-info-links a {
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
}

.service-info-links a:hover {
    text-decoration: underline;
}

/*========== Детальная услуги =============*/
.service-detail-info {
    /* margin-top: -3px; */
    /* margin-bottom: 35px; */
    padding: 26px 36px;
    border-radius: 10px;
    border: solid 2.5px #CA89DA;
    width: 65%;
    margin-bottom: 0;
}

.service-detail-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.service-detail-info-item:last-child {
    margin-bottom: 0;
}

.service-detail-info-item-title {
    font-weight: 400;
    font-size: 28px;
    color: #333;
}

.service-detail-info-item-title span {
    font-weight: 500;
}
.service-detail-info-item-icon {
    margin-right: 10px;
}
.service-detail-info-item-icon img {
    display: block;
}

.service-detail-actions {
    display: flex;
    justify-content: center;
    /* padding-left: 4px; */
    align-items: self-end;
    /* margin-bottom: 76px; */
    flex-direction: column;
    margin-bottom: 0;
}


.service-btn {
    border-radius: 5px;
    padding: 10px 16px;
    background: #7a7da9;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}

.service-btn:hover {
    opacity: 0.6;
}

.service-detail-actions .service-btn {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px 21px;
}

.service-low-btn {
    /* font-weight: 500; */
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #2f425f;
}

.service-detail-info-wrap.mobile {
    display: none;
}
.service-detail-info-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
}

.service-info-hide-block-wrap .service-info-text {
    max-height: 200px;
    overflow: hidden;
}

.service-info-hide-block-wrap.active .service-info-text {
    max-height: initial;
}

.service-info-show-more {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #2f425f;
    margin-top: 10px;
    display: inline-block;
}
.service-info-hide-block-wrap.h-fix .service-info-text {
    position: relative;
}

.service-info-hide-block-wrap.h-fix .service-info-text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    display: block;
    background: linear-gradient(0deg, #ffffff, #ffffff00);
    z-index: 9;
    width: 100%;
}
.service-info-hide-block-wrap.h-fix.active .service-info-text:before {
    display: none;
}
/*----------end services pages----------------*/

@media screen and (max-width: 1180px) {
    .service-anchors li {
        margin-right: 30px;
    }
    .services-section-item-title {
        font-weight: 500;
        font-size: 18px;
    }
    .services-section-item-text {
        font-size: 14px;
    }
    .services-section-item-img img {
        max-height: 64px;
    }

    .service-page-left {
        width: 300px;
    }
    .service-page-right {
        width: calc(100% - 300px - 25px);
    }
}

@media screen and (max-width: 1024px) {
    .services-section-item {
        padding: 18px 10px;
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
    .services-section-item.services-section-item-two-col {
        width: calc(100% - 20px);
    }

    .service-page-row {
        flex-wrap: wrap;
    }
    .service-page-left {
        width: 100%;
        margin-bottom: 24px;
    }
    .service-page-right {
        width: 100%;
    }

    .services-left-menu-wrap {
        position: relative;
    }
    .services-left-menu-mob-toggle {
        display: block;
        position: relative;
    }

    .services-left-menu {
        display: none;
        position: absolute;
        top: 100%;
        z-index: 99;
        left: 0;
        width: 100%;
        background: #fff;
        margin-top: 0;
        padding: 5px 10px;
    }
    .services-left-menu > li {
        margin-bottom: 0;
        border-bottom: 1px solid #EFF0F4;
    }
    .services-left-menu li > div.menu-item a {
        padding: 8px 10px;
    }
    .services-left-menu li > div.menu-item{
        border-radius: 0px;
    }
    .services-left-menu li a {
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        color: #2f425f;
    }
    .services-left-menu > li > div {
        min-height: 60px;
        display: flex;
        align-items: center;
    }
    .services-left-menu li a {
        max-width: calc(100% - 25px);
    }
    .services-left-menu li.parent > div:after {
        width: 26px;
        right: 1px;
    }
    .services-left-menu > li:hover > div, .services-left-menu > li.active > div {
        background: transparent;
    }
    .services-left-menu-mob-toggle.active {
        background: #7a7da9;
        color: #fff;
    }
    .services-left-menu li ul a {
        font-size: 16px;
        line-height: 120%;
    }
    .services-left-menu-mob-toggle.active + .services-left-menu {
        display: block;
        box-shadow: 0 9px 4px #00000038;
    }
    .services-left-menu li ul {
        margin-top: 0;
        padding-left: 0;
    }
    .service-anchors {
        margin-bottom: 11px;
    }
    .service-anchors li {
        margin-right: 5px;
    }

    .service-anchors a {
        font-weight: 400;
        font-size: 13px;
        line-height: 150%;
        text-decoration: none !important;
        display: block;
        border-radius: 3px;
        padding: 3px 8px;
        color: #2f425f;
    }

    .service-anchors a:hover,
    .service-anchors a.active,
    .service-anchors a:focus {
        font-weight: 600;
        background: rgba(202, 137, 218, 0.5);
    }
    .service-info-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 120%;
    }
    #description.service-info .service-info-title {
        display: none;
    }
    .service-info {
        padding: 26px 9px;
    }
    .service-info-text {
        font-size: 14px;
    }

    .service-info-text p:first-child {
        margin-top: 0;
    }


    .service-info-links a {
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
    }

    .service-info-text p {
        margin-bottom: 22px;
    }
    .service-info-links li {
        margin: 0 0 17px;
    }

}
@media screen and (max-width: 768px) {
    h1 {
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
    }
    .service-info-text .article {
        margin-bottom: 18px;
    }
    .service-detail-info-wrap.mobile {
        display: block;
    }
    .service-detail-info-wrap.desktop {
        display: none;
    }
    .service-info-text ul, .service-info-text ol {
        padding-left: 18px;
    }
    .service-detail-info-item-title {
        font-size: 16px;
    }
    .service-detail-info-item-icon img {
        max-width: 24px;
    }
    .service-detail-info {
        margin-bottom: 33px;
    }
    .service-detail-actions {
        flex-wrap: wrap;
        margin-bottom: 10px;
        padding-left: 0;
    }
    .service-detail-actions .service-low-btn {
        display: none;
    }
    .service-detail-actions .service-low-btn.show-mobile {
        display: block;
        color: #7a7da9;
        margin: 30px auto 0;
    }

    .service-detail-actions .service-btn {
        width: 100%;
        text-align: center;
    }
    .services-section-item {
        width: calc(100% - 20px);
    }

    .services-section-item-header {
        display: flex;
        align-items: center;
    }

    .services-section-item-img {
        margin-bottom: 0;
        margin-right: 10px;
        width: 52px;
        min-width: 52px;
    }

    .services-section-item-text {
        margin-top: 8px;
    }

    body .popup-doc {
        flex-wrap: wrap;
    }

    body .popup-doc__img {
        margin-bottom: 20px;
        margin-right: 0;
    }

    body .popup-doc__img img {
        margin: 0 auto;
    }
}

body .section-clinic__right {
    margin-top: 0;
}

._b-address {
    font-size: 14px;
}

._b-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}

/*
slider
*/
@media screen and (min-width: 1024px) {
	.section-first {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		min-height: 414px;
	}

	.section-first__wrap {
		width: 100%;
	}
}


@media screen and (max-width: 1023px) {
._map-content {
    position: static;
    top: auto;
    left: 0;
    right: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
}
.section-contacts__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.section-contacts__c-top,.section-contacts__c-foot {
    max-width: 768px;
    padding: 0 20px;
    margin: auto;
    margin-bottom: 20px;
}
}
.header-site {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
z-index: 50;
}

.page-main {
    padding-top: 150px;
}
@media screen and (max-width: 1179px) {
.page-main {
    padding-top: 84px;
}
}
@media screen and (max-width: 767px) {
.section-contacts__c-top,.section-contacts__c-foot {
    max-width: 425px;
}
.page-main {
    padding-top: 78px;
}
}
@media screen and (max-width: 424px) {
.section-contacts__c-top,.section-contacts__c-foot {
    max-width: 100%;
}
}
@media screen and (min-width: 1180px) {
.section-clinic__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.section-clinic__left {
    width: 57.6%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}

.section-clinic__right {
    width: calc(42.4% - 80px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}
}

.logos-slider__slide a {
    display: block;
}

.section-clinic__logos .logos-slider__slide img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.section-clinic__logos .logos-slider__slide:hover img {
    -webkit-filter: none;
            filter: none;
}

body .bx-composite-btn {
    display: none !important;
}

.popup-block--form .popup-block__wrap {
    padding-bottom: 81px;
}

.sitemap ul li a {
    color: #333;
    text-decoration: none;
}
.sitemap ul li a:hover {
    color: #7a7da9;
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

html {
    overflow-x: hidden;
}

.bolder {
    font-weight: bold;
}

.item-p-about__text .bolder {
    font-weight: 600;
}

@media screen and (max-width:1179px) {
    .messager-items__link {
      margin: 13px 5px;
    }
    .header-site__btn.modal-form-header-btn {
      margin-left: 15px;
    }
}
@media screen and (max-width:1023px) {
    .logo-site {
        margin-right: 20px;
    }
    .messager-items__link img {
        width: 26px;
    }
    .header-site__btn {
        margin-left: 5px;
    }
    .header-site__btn.modal-form-header-btn {
        margin-left: 10px;
    }
}
@media screen and (max-width:767px) {
    .header-site__btn.modal-form-header-btn {
        display: none;
    }
}
.modal-form-btn_mobile {
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    min-width: 70%;
}
.modal-form-btn_mobile .btn-site {
    width: 100%;
    text-align: center;
}
.mobile-menu__footer {
    margin-top: 20px;
}
.popup-block#appointment {
    z-index: 999999;
}

@media screen and (min-width:1180px) {
    .header-site__link .phone-link {
        font-size: 18px;
    }
}

.header-site__link a:hover,
.header-site__link.email-item:hover {
    opacity: .7;
}

.top-menu__item.active > .top-menu__link {
    background: #6f729e;
}

.list-news__left .item-post__title:hover {
    opacity: .7;
}
@media screen and (max-width:424px) {
    .item-form:last-child {
        margin-bottom: 20px;
    }
}

.header-site .header-site__wrap {
    align-items: center;
}


/* Футер */
.wrap.footer-site__wrap {
    padding: 14px 20px 0;
}
.footer-top-wrapper {
    padding: 20px 20px 5px;
    margin: auto;
    max-width: 1358px;
}
.footer-top-wrapper .footer-top-block {
    display: flex;
    /* margin-bottom: 20px; */
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-top-block .footer-info {
    color: #333;
    max-width: 30%;
}
.footer-top-block .footer-info .site-info {
    margin-bottom: 20px;
}
.footer-top-block .footer-info .site-info .logo-site {
  max-width: 100%;
}
.footer-top-block .footer-info .site-info .footer-name {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 20px; 
    padding-bottom: 20px;
    max-width: 327px;
}
.footer-top-block .footer-info .footer-contacts {
    display: flex;
    height: 103px;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}
.footer-info .footer-contacts .email-item,
.footer-info .footer-contacts .phone-item,
.footer-info .footer-contacts .address {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 140%;
    color: #333;
    font-style: normal;
    font-weight: 500;
}
.footer-info .footer-contacts .phone-item {
    margin-top: 0;
    display: block;
}
.footer-info .footer-contacts .phone-item a {
    color: #333;
}

.footer-top-block .footer-menu {
    display: flex;
    /* width: 782px; */
    align-items: flex-start;
    gap: 55px;
    flex-shrink: 0;
}
.footer-top-block .footer-menu .menu-title {
    color: #2F425F;
    font-family: Montserrat;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 16px;
}

.footer-top-block .footer-menu .menu-items {
    display: flex;
    min-width: 225px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.footer-top-block .footer-menu .menu-items .footer-menu_item {
    color: #2F425F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}
.footer-top-block .footer-menu .menu-items .footer-menu_item:hover {
    opacity: .7;
}

.footer-top-wrapper .footer-bottom-block {
    display: flex;
    justify-content: normal;
    padding: 10px 0 11px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-top-wrapper .footer-bottom-block .footer-site__btn .btn-site {
    background: #7A7DA9;
}
.footer-top-wrapper .footer-bottom-block .footer-site__btn {
  margin-left: 33.6%;
}
.footer-line {
    border-top: 1px solid #CFCBD1;
}

.arrow-item.arrow-btn--scroll {
  bottom: 100px;
}
@media screen and (max-width: 1179px) {
    .footer-top-block .footer-info {
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: last baseline;
        width: 100%;
    }
    
}
@media screen and (max-width: 768px) {
  .footer-top-block .footer-menu {
    width: 100%;
    gap: unset;
    justify-content: space-between;
  }
}
@media screen and (max-width: 722px) {
  .footer-top-block .footer-menu {
    width: 100%;
    gap: unset;
    justify-content: space-between;
  }
}
@media screen and (max-width: 650px) {
  .footer-top-block .footer-info {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .footer-top-block .footer-menu {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-top-block .footer-menu .menu-col {
    margin-bottom: 30px;
  }
  .footer-top-block .footer-menu .menu-items,
  .footer-top-block .footer-info .footer-contacts {
    align-items: center;
  }
  .footer-top-block .footer-info .site-info {
    text-align: center;
  }

  .footer-top-wrapper .footer-bottom-block {
    flex-direction: column;
  }


  .footer-top-wrapper .footer-bottom-block .footer-site__btn {
    margin-left: 0;
  }
}

.top-menu__item .childs-menu {
    z-index: 3;
    display: none;
    top: auto;
    left: 0;
    margin: 0;
    min-width: 100%;
    opacity: 1;
    visibility: visible;
    position: absolute;
    margin: 0;
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.top-menu__item .childs-menu .child-menu__link
{
    border-bottom: 1px solid #eaebec;
    display: block;
    padding: 11px 31px 13px 17px;
    background: #fff;
    text-decoration: none;
    text-align: left;
    color: #333;
}
.top-menu__item .childs-menu .child-menu__link:hover {
    color: #7a7da9;
}
.top-menu__item.has-child:hover .childs-menu {
    display: block;
}

.contacts-page .contacts-top {
    display: flex;
    justify-content: space-between;
    margin-bottom:30px;
    flex-wrap: wrap;
}
.contacts-page .phone-link {
    color: #2f425f;
}
.contacts-page .email-item {
    font-size: 16px;
    color: #2f425f;
}
.contacts-page .contacts-block {
    width: 30%;
}
.contacts-page .contacts-block:not(:last-child) {
    margin-right: 30px;
}
.contacts-page .contacts-map {
    margin-top: 50px;
}
@media screen and (max-width: 1023px) {
    .contacts-page .contacts-top {
        justify-content: space-evenly;
    }
    .contacts-page .contacts-block {
        width: auto;
    }
}
@media screen and (max-width: 722px) {
    .contacts-page .contacts-top {
        justify-content: left;
    }
}

.faq-list.section-faqs__faq .faq-list__title {
    font-weight: 600;
    font-size: 20px;
}
.faq-list.section-faqs__faq .faq-list__item.active .faq-list__title,
.faq-list .faq-list__item.active .faq-list__title,
.faq-list .faq-list__item .faq-list__title:hover {
    color: #7a7da9;
}

.footer-contacts .email-item:hover,
.footer-contacts .phone-item>a:hover,
.section-contacts__text .phone-item .phone-link:hover {
    opacity: .7;
}

.popup-doc .popup-doc__content {
    margin-top: 0;
}

label.message-error {
    position: unset;
}

.services-left-menu-mob-toggle.active + .services-left-menu {
	border-radius: 0 0 10px 10px;
}
.service-detail-info-item-title .price-item {
    font-size: 32px;
    white-space: nowrap;
}
@media screen and (max-width: 1024px) {
    .services-left-menu > li:last-child {
        border-bottom: none;
    }
    .service-page-right .service-info {
        padding: 26px 9px;
    }
    
}
@media screen and (max-width: 768px) {
    .service-detail-info-item-title .price-item {
        font-size: 20px;
    }
    ._text-page {
        padding-bottom: 50px;
    }
    ._text-page {
        padding-top: 80px;
    }
    .section-item .faq-page-form {
        padding-bottom: 25px;
    }
    .faq-list.section-faqs__faq .faq-list__title {
        font-size: 18px;
    }
    .services-left-menu .parent .menu-item .menu-arrow {
        right: 0 !important;
    }
}

.services-left-menu .current-item > div {
    background: rgba(202, 137, 218, 0.5);
    border-radius: 5px;
}
.services-left-menu .parent.current-item > div::after {
    background-image: url(/html/img/services/bi_plus.svg);
}
.services-left-menu .parent.opened > ul {
    display: block;
}

.services-left-menu .parent .menu-item {
    display: flex;
    justify-content: space-between;
}
.services-left-menu .parent .menu-item .menu-arrow {
    width: 35px;
    height: 100%;
    background: url(/html/img/services/mnu-close.svg) no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
}
.services-left-menu .parent.active .menu-item .menu-arrow {
    background-image: url(/html/img/services/bi_plus.svg);
}
/* .services-left-menu li.current-item {
    background: rgba(202, 137, 218, 0.5);
} */
.services-left-menu li.parent > .menu-item > a {
    max-width: calc(100% - 50px);
}
/* .services-left-menu .parent > ul:has(li.current-item) {
    display: block !important;
} */
/* .services-left-menu .parent > ul:has(li.current-item) {
    display: block !important;
} */

.services-left-menu .parent ul .menu-item a::before {
    content: "●";
    color: #2F425F;
    margin-right: 10px;
    margin-left: 10px;
    padding: 12px 0;
}
.services-left-menu .parent ul .menu-item {
    margin-bottom: 10px;
}

.services-left-menu .parent ul li.current-item .menu-item a {
    font-weight: 500;
    color: #2F425F;
}
.services-left-menu .parent.active > .menu-item > a {
    color: #7A7DA9;
}

.mobile-menu__list .child-mobile-menu {
    width: calc(100% - 50px);
}
.news-item_img img {
    height: 230px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.section-page__article .content-text__detail.section-page__text {
    width: 69%;
}
.section-page__article .section-page__img {
    width: 28%;
}

@media screen and (max-width: 1023px) {
    .section-page__article .content-text__detail.section-page__text {
        width: 100%;
    }
    .section-page__article .section-page__img {
        width: 100%;
        margin-top: 30px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}
.news-quote {
    padding: 20px 56px;
    background: #EFF0F4;
}
.news-quote p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #2F425F;
}
.news-quote .quote-author {
    font-size: 16px;
    line-height: 22.4px;
}

.news-icon-item {
    display: flex;
    align-items: flex-start;
}

.news-icon-item img.news-icon {
    margin-left: 15px;
    margin-right: 10px;
}
.news-icon-item .description .title {
    font-size: 28px;
    line-height: 33.6px;
    color: #7A7DA9;
    margin-bottom: 10px;
}
.news-icon-item .description .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
}
.news-icon-item .description ul li {
    margin: 0;
    padding-left: 0;
    list-style-type: disc;
}
.news-icon-item .description ul li::before {
    display: none;
}
.news-icon-item.news-important-block {
    background: #EFF0F4;
    padding: 20px 36px 20px 0;
    border-bottom: 3px solid #CA89DA;
}
.news-icon-item.news-important-block .description .title {
    font-size: 22px;
    line-height: 26.82px;
}
.news-icon-item.news-important-block .description .text {
    font-weight: 600;
}

.top-menu__list .top-menu__link {
    padding: 19px 20px;
}

h2.section-title > a,
.section-clinic__subtitle > a,
.block-lic__title > a
 {
    color: inherit;
    text-decoration: none;
}
h2.section-title > a:hover,
.section-clinic__subtitle > a:hover,
.block-lic__title > a:hover
{
    color: #7a7da9;
}

.main-service__content  {
    padding: 30px 30px;
}
.main-service__content .main-service__text .result-style__item {
    flex-wrap: nowrap;
    justify-content: left;
}
.main-service__content .main-service__text .result-style__first {
    margin-right: 10px;
    width: 110px;
    white-space: nowrap;
}
.main-service__content .main-service__text .result-style__text {
    width: 60%;
}
.main-service__content .main-service__text .result-style__last {
    margin-left: 20px;
    white-space: nowrap;
    width: fit-content;
}
.main-service__content .main-service__text .result-style__last.result-style__price {
    min-width: 125px;
}

@media screen and (max-width: 768px) {
    .main-service__content .main-service__text .result-style__item {
        flex-wrap: wrap;
    }
    .main-service__content .main-service__text .result-style__text {
        width: 100%;
        margin-bottom: 10px;
    }
    .main-service__content .main-service__text .result-style__last {
        margin-left: 0;
        width: 50%;
    }
    .main-service__content .main-service__text .result-style__first {
        margin: 0px;
    }
    .main-service__content .main-service__text .result-style__item {
        padding: 12px 0;
    }
}

.g-recaptcha {
    /* margin-bottom: 15px; */
}
#recaptchaError {
    font-size: 14px;
    color: #eb5757;
    margin-bottom: 10px;
}

.service-info .service-info-text h2 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #333;
}


.header-site__link .phone-link {
    color: #2F425F;
}
.footer-info .footer-contacts .email-item {
    background: url('/html/img/socials/mail.png') no-repeat left center;
    background-size: 20px;
}
.footer-info .footer-contacts .phone-item {
    background-size: 20px;
}

.swiper-pagination-bullet-active {
    background: #CA89DA;
}

@media screen and (max-width: 768px) {
    .section-main__swiper .section-first__wrap {
        padding-bottom: 20px;
    }
    .section-main .section-main__next,
    .section-main .section-main__prev {
        display: none;
    }
    .section-main__swiper .section-first {
        padding: 0;
    }
}

.arrow-btn--scroll {
    display: none;
}


.mobile-menu .mobile-menu__body {
    max-width: 100%;
}
.mobile-menu .mobile-menu__body .menu-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
.mobile-menu .mobile-menu__body .menu-item .menu-arrow {
    width: 35px;
    height: 100%;
    background:
    url('/html/img/services/mnu-close.svg') no-repeat center;
    background-size: auto;
    background-size: auto;
    background-size: contain;
    display: block;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
}
.mobile-menu .mobile-menu__body .parent.active .menu-item .menu-arrow {
    background-image: url('/html/img/services/menu-arrow.svg');
    background-size: 17px;
  }
.mobile-menu .mobile-menu__body .child-mobile-menu {
    display: none;
}

.mobile-menu__content::-webkit-scrollbar {
    width: 6px;
}

.mobile-menu__content::-webkit-scrollbar-thumb {
    background: #7A7DA9;
    border-radius: 6px;
}
.mobile-menu__content{
    scrollbar-width: thin;           /* толщина: auto, thin, none */
    scrollbar-color: #7A7DA9 #CFCBD1;
}

.mobile-menu__list > li a {
    font-size: 18px;
}
.mobile-menu__list ul.child-mobile-menu a {
    font-size: 14px;
}
ul.mobile-menu__list li ul.child-mobile-menu {
    padding-left: 0;
}
.mobile-menu__footer .phone-item {
    background: none;
    padding-left: 0;
}
.mobile-menu__footer .phone-item a {
    color: #2F425F;
}

.mobile-menu__messager .messager-items__link {
    margin: 13px 20px 0 0;
  }

  .arrow-btn--scroll {
    display: none;
  }

.header-site__menu .top-menu__item.has-child  .menu-item_arrow {
    padding: 0;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid white;
}

.header-site__menu .top-menu__item.has-child .top-menu__link {
    flex-direction: row;
}

.services-section-list .services-section-item-title:hover {
    color: #7a7da9;
}

.service-page-content .service-item .service-item_link:hover {
    text-decoration: none;
    color: #7a7da9;
}
.service-low-btn.open-popup--js:hover {
    text-decoration: none;
    color: #7a7da9;
}

.section-page__article .article-right-block {
    width: 28%;
}
.section-page__article .section-sidebar,
.services-section-page .section-sidebar {
    position: sticky;
    height: max-content;
    top: 185px;

}
.section-page__article .article-right-block .section-page__img {
    width: 100%;
}
.section-sidebar .heading-block {
    border: 1px solid #CFCBD1;
    margin-top: 45px;
    padding: 30px 20px;
    border-radius: 10px;
    gap: 17px;
    display: flex;
    font-size: 16px;
    text-decoration: none;
}
.section-sidebar .heading-block ul > li {
    margin: 0 0 21px;
    display: flex;
    align-items: center;
}
.services-section-page .section-sidebar .heading-block ul > li {
    justify-content: space-between;
}
.section-sidebar .heading-block ul > li::before {
    content: none;
}
.section-page__article .section-sidebar .heading-block ul > li.active::before {
    content: "";
    background: url("/local/templates/main/images/heading-arrow.svg") no-repeat;
    width: 10px;
    height: 25px;
    display: inline-block;
    color: #7A7DA9;
    background-size: contain;
    min-width: 10px;
	max-width: 10px;
}
.section-sidebar .heading-block ul > li.active a {
    color: #7A7DA9;
}
.section-sidebar .heading-block a {
    text-decoration: none;
    color: #2F425F;
}
.section-sidebar .heading-block a:hover {
    color: #7A7DA9;
}
.section-page__article .preview-text {
    margin-bottom: 20px;
}
.section-page__article .preview-text.hidden-desktop {
    display: none;
}
.services-preview_text.hidden-desktop {
    display: none;
}
.services-section-page .section-sidebar .toc-list {
    padding-left: 0;
      margin: 0;
}
.services-section-page .section-sidebar .heading-block ul > li.active::after {
    content: "";
    background: url("/local/templates/main/images/heading-arrow.svg") no-repeat;
    width: 10px;
    height: 25px;
    display: inline-block;
    color: #7A7DA9;
    background-size: contain;
    transform: scale(-1, -1);
    min-width: 10px;
    max-width: 10px;
}

.service-menu__subitem .faq-list__arrow {
    display: none;
}
.service-btn.serice-btn_in-list {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 0px 10px;
    margin-top: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .service-menu__subitem .faq-list__arrow {
        display: block;
    }
    .service-menu__subicon + .service-menu__sublink {
        max-width: calc(100% - 80px);
    }
    .service-item_right {
        flex-wrap: wrap;
    }
    .service-btn.serice-btn_in-list {
        padding: 10px 16px;
    }
}

@media screen and (max-width: 1023px) {
    .section-page__article .article-right-block {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        order: 1;
    }
    .section-page__article .section-sidebar {
        top: unset;
        margin-bottom: 20px;
    }
    .section-page__article .article-right-block .section-page__img {
        order: 2;
        text-align: center;
    }
    .section-sidebar .heading-block {
        margin-top: 20px;
        padding: 20px 10px;
        font-size: 14px;
        /* max-width: 400px; */
        /* margin: auto; */
    }
    .section-sidebar .heading-block ul > li {
        margin: 0 0 10px;
        padding-left: 0;
    }
    .section-page__article .section-sidebar .heading-block ul > li.active::before {
        content: none;
    }
    .services-section-page .section-sidebar .heading-block ul > li.active::after {
        content: none;
    }
    .section-sidebar .heading-block a {
        color: #7A7DA9;
    }
    .section-sidebar .heading-block a:hover,
    .section-sidebar .heading-block ul > li.active a:hover {
        text-decoration: underline;
    }
    .section-page__article .preview-text.hidden-desktop {
        display: block;
    }
    .section-page__article .preview-text.hidden-mobile {
        display: none;
    }
    .services-preview_text.hidden-desktop {
        display: block;
    }
    .services-preview_text.hidden-mobile {
        display: none;
    }
}

.services-items .service-item_name:hover {
    text-decoration: underline;
    color: #7a7da9;
}
/* End */


/* Start:/html/assets/css/jquery.fancybox.min.css?167989390612795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/html/assets/css/swiper-bundle.min.css?167989390616454*/
/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/main/components/bitrix/search.title/header/style.css?17349712264125*/
.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle .bx-block-title {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	/* background-color: #f8fafc; */
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	/* background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%); */
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 350px;
	margin-top:-3px;
	background-color: #FFF;
	max-width: 100vw !important;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/main/components/bitrix/search.title/header/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	/* margin-left: 70px; */
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: black;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}
/* End */


/* Start:/local/templates/main/styles.css?17276937821096*/
.mb-30 {
    margin-bottom: 30px;
}
.news-quote {
    padding: 20px 56px;
    background: #EFF0F4;
}
.news-quote p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #2F425F;
}
.news-quote .quote-author {
    font-size: 16px;
    line-height: 22.4px;
}

.news-icon-item {
    display: flex;
    align-items: flex-start;
}

.news-icon-item img.news-icon {
    margin-left: 15px;
    margin-right: 10px;
}
.news-icon-item .description .title {
    font-size: 28px;
    line-height: 33.6px;
    color: #7A7DA9;
    margin-bottom: 10px;
}
.news-icon-item .description .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
}
.news-icon-item .description ul li {
    margin: 0;
    padding-left: 0;
    list-style-type: disc;
}
.news-icon-item.news-important-block {
    background: #EFF0F4;
    padding: 20px 36px 20px 0;
    border-bottom: 3px solid #CA89DA;
}
.news-icon-item.news-important-block .description .title {
    font-size: 22px;
    line-height: 26.82px;
}
.news-icon-item.news-important-block .description .text {
    font-weight: 600;
}
/* End */
/* /local/templates/main/styles/custom.css?178168441237101 */
/* /html/assets/css/jquery.fancybox.min.css?167989390612795 */
/* /html/assets/css/swiper-bundle.min.css?167989390616454 */
/* /local/templates/main/components/bitrix/search.title/header/style.css?17349712264125 */
/* /local/templates/main/styles.css?17276937821096 */
