

/* Start:/local/components/belchik/service.detail/assets/style.css?175131150220494*/
* {
    box-sizing: border-box;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
button {
    border: 0;
    padding: 0;
    background: transparent;
}
button:focus {
    outline: none;
}
/*p {
    font-size: 17px;
    line-height: 1.4;
}*/
/*p:last-of-type {
    margin-bottom: 0;
}*/

img {
    max-width: 100%;
}
h2 {}
h3 {
    margin: 0 0 20px 0;
    font-family: 'Halvar Breitschrift';
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.swiper-slide {
    list-style: none!important;
}
.carousel__list{
    padding-left: 0px!important;
}

.section_categor_intro {
    overflow: hidden;
}
.carousel__list._carousel-catagory .services__link {
    height: 265px;
}
.section_categor_services {
    overflow: hidden;
}
.container-categor__carousel:after {
    display: none;
}
.container-categor__carousel:before {
    content: "Часто задаваемые вопросы";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 30px;
}
.container-categor__carousel {
    margin-top: 40px;
}
h6 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

@media screen and (min-width: 1280px) {
    .container-categor {
        display: grid;
        grid-template-columns: 55% 45%;
    }

    .container-categor__carousel {
        margin-top: 0;
        padding-left: 100px;
    }

    .container-categor__carousel:before {
        display: none !important;
    }

    .container-categor__carousel:after {
        content: "Часто задаваемые вопросы";
        display: block;
        width: 100%;
        text-align: center;
        font-size: 17px;
        line-height: 24px;
        margin-top: 30px;
    }
}
.hero {
    padding-top: 168px;
    padding-bottom: 0;
    background-image: url(/images/hero-bg.png);
    background-position: center bottom;
}
.hero__inner {}
.hero__content {
    margin: 0 -20px;
    padding: 30px 20px;
    background: #EFF0F080;
    backdrop-filter: blur(24px);
}
.hero__heading {
    line-height: 1.3;
}
p.hero__text {
    margin-bottom: 30px;
    font-size: 17px;
}
.hero__button {}
.button-play {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 52px;
    padding: 0 54px 0 20px;
    margin-bottom: 0;
    border-radius: 100px;
    font-size: 18px;
    text-transform: initial;
}
.button-play::before {
    display: none;
}
.button-play__icon {
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 6px;
    translate: 0 -50%;
    width: 40px;
    height: 40px;
}
.hero__form {
    margin: 0 -20px;
    padding: 38px 20px 30px 20px;
    background: #fff;
}
.form {}
p.form-title {
    margin: 0;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 1.3;
}
.fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}
.form__agree {
    margin-bottom: 32px;
    align-items: center;
    gap: 11px;
    font-size: 15px;
}
.form__button {
    width: 100%;
}
@media(min-width: 460px) {
    .button-play {
        width: max-content;
    }
}
@media(min-width: 768px) {
    .hero {
        padding-top: 40px;
        padding-bottom: 100px;
        background-position: center center;
        background-size: cover;
    }

    .hero__inner {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .hero__content {
        padding-top: 0;
        background: transparent;
        backdrop-filter: none;
    }

    .hero .hero__form {
        padding: 32px;
        margin: 0;
        border-radius: 24px;
    }
}
@media(min-width: 992px) {}
@media(min-width: 1280px) {
    .hero {
        padding-top: 80px;
        padding-bottom: 268px;
    }

    .hero__inner {
        flex-direction: row;
        justify-content: space-between;
        gap: 60px;
        margin-top: 40px;
    }

    .hero__content {
        max-width: 850px;
        margin: 0;
        padding: 0;
        backdrop-filter: none;
        background: transparent;
    }

    .hero__heading {
        margin-bottom: 30px;
    }

    p.hero__text {
        font-size: 24px;
    }

    .hero__form {
        max-width: 547px;
        min-width: 350px;
        width: 100%;
    }

    .button-play {
        height: 104px;
        padding: 0 114px 0 30px;
        font-size: 24px;
    }

    .button-play__icon {
        width: 80px;
        height: 80px;
    }
}
.advantages {
    background: #EAEBEB;
    background-image: url(/images/lines.svg);
    background-position: right top;
    background-size: 200px;
    background-repeat: no-repeat;
}
.advantages__inner {}
.advantages__heading {
    margin-bottom: 40px;
}
.advantages__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.advantage {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 34px 20px 24px 20px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}
.advantage__icon {
    align-self: flex-end;
    width: 60px;
    height: 64px;
}
.advantage__content {}
.advantage__title {
    margin-bottom: 6px;
}
.advantage__desc {
    font-size: 13px;
    opacity: .7;
}
@media(min-width: 576px) {
    .advantages__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(min-width: 768px) {
    .advantages__list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(min-width: 1280px) {
    .advantages__list {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media(min-width: 1920px) {
    .advantages__list {
        grid-template-columns: repeat(5, 1fr);
        gap: 40px;
    }
}
.species {}
.species__inner {}
.species__heading {}
.contents-switcher {
    display: grid;
    gap: 20px;
}
.contents-switcher__controls {
    display: flex;
    gap: 40px;
    overflow-x: auto;
    padding-bottom: 20px;
}
.sctoll-thin::-webkit-scrollbar {
    width: 8px;
    height: 1px;
}
.sctoll-thin::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.10);
}
.sctoll-thin::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.30);
    border-radius: 4px;
}
.sctoll-thin::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.50);
}
.contents-switcher__controls-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: max-content;
    height: 52px;
    font-size: 18px;
    white-space: nowrap;
    transition: color .2s;
}
.contents-switcher__controls-button.active {
    color: #A38800;
}
.contents-switcher__icon {
    pointer-events: none;
    width: 24px;
    height: 24px;
}
.contents-switcher__contents {
    padding: 40px 20px;
    border-radius: 24px;
    background: #fff;
}
.contents-switcher__content {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    opacity: 0;
    transition: .2s;
}
.contents-switcher__content.active {
    display: flex;
}
.contents-switcher__content.fade {
    opacity: 1;
}
.contents-switcher__heading {}
.contents-switcher__desc {
    flex-grow: 1;
    font-size: 17px;
    line-height: 1.4;
}
.contents-switcher__button {
    margin-top: 40px;
}
@media(min-width: 1280px) {
    .contents-switcher {
        grid-template-columns: minmax(450px, 1fr) minmax(600px, 1002px);
        gap: 60px;
        padding-bottom: 0;
    }

    .contents-switcher__controls {
        overflow: initial;
        flex-direction: column;
        gap: 0;
    }

    .contents-switcher__controls-button {
        width: 100%;
        height: 88px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }

    .contents-switcher__contents {
        padding: 40px;
    }
}
.procedure__heading {
    margin-bottom: 40px;
}
.procedure__grid {}
.procedure__list {}
.stages {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.stage {
    position: relative;
    display: flex;
    gap: 20px;
}
.stage::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 18px;
    width: 1px;
    height: calc(100% + 30px);
    background: #A38800;
}
.stage:last-child::before {
    display: none;
}
.stage__num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    height: 36px;
    background: #EFF0F0;
    border-radius: 50%;
    border: 2px solid #C7AC23;
    color: #C7AC23;
}
.stage__content {}
.stage__heading {}
.stage__desc {}
.procedure__img {
    display: none;
}
@media(min-width: 1680px) {
    .procedure__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
    }

    .procedure__img {
        display: block;
        border-radius: 24px;
        height: 100%;
        object-fit: cover;
    }
}
@media(min-width: 1920px) {
    .procedure__grid {
        display: grid;
        grid-template-columns: 678px 1fr;
        gap: 80px;
    }

    .stage {
        gap: 40px;
    }
}
.recomendations {
    background: #EAEBEB;
}
.recomendations__inner {}
.accordion {}
.accordion li {
    list-style: none;
}

.accordion__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    list-style: none !important;
}
.active {}
.accordion__button {
    cursor: pointer;
    position: relative;
    padding: 23px 0;
    width: 100%;
}
.accordion__button h6 {
    font-weight: 700;
    text-align: left;
}
.accordion__button-icon {
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: 11px;
    height: 11px;
    transition: rotate .2s;
}
.accordion__item.active .accordion__button-icon {
    rotate: -180deg;
}
.accordion__content {
    overflow: hidden;
    height: 0;
    transition: height .2s;
    translate: 0 -5px;
}
.accordion__content-inner {
    max-width: 1200px;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
}

.accordion__content-inner ul {
    padding-left: 25px;
}
.accordion__content-inner ul li {
    font-size: 17px;
    line-height: 1.4;
    list-style: disc;
}



.container-inner ul{
    padding-left: 25px;
}
.container-inner ul li{
    list-style: disc;
}


.list {
    padding-left: 25px;
}
.list__item {
    list-style: disc;
    font-size: 15px;
    line-height: 1.2;
    color: #000;
}
.recomendations__img {
    display: none;
}




@media(min-width: 1280px) {
    .recomendations__inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }

    .recomendations__img {
        display: block;
        width: 698px;
        aspect-ratio: 1.6;
        object-fit: cover;
        border-radius: 24px;
    }
}
@media(min-width: 1920px) {
    .list__item {
        font-size: 17px;
        line-height: 1.4;
    }

    .recomendations__img {
        aspect-ratio: auto;
        height: 480px;
    }
}
.service-detail {
    background: #EAEBEB;
}
.pricelist {
    width: auto;
    margin: 0 -20px;
}
@media(min-width: 768px) {
    .pricelist {
        width: 100%;
        margin: 0;
    }
}
.carousel-video__audience {
    display: none;
}
p.record__text {
    margin-bottom: 30px;
}
@media(min-width: 768px) {
    .carousel-video__audience {
        display: block;
        font-size: 15px;
        color: rgba(0, 0, 0, 0.50);
    }
}
.record {
    background: #EAEBEB;
}
.record__form {
    margin-bottom: 40px;
}
.record .accordion__item:last-child {
    border: 0;
}
@media(min-width: 1280px) {
    .record {
        padding-bottom: 80px;
    }

    .record__form {
        margin-bottom: 30px;
        grid-template-columns: 480px auto;
    }
}
.form__bottom {
    display: flex;
    gap: 20px;
}
.socials {
    display: none;
    gap: 20px;
}
.social__item {
    display: flex;
    gap: 20px;
}
.social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #C7AC23;
    transition: background .2s;
}
.social__link:hover {
    background: #D7BC33;
}
.social__link img {
    width: 32px;
    height: 32px;
}
.social__item:nth-child(2) img {
    translate: -2px 0;
}
.button_theme_primary {
    border-radius: 50px;
}
.form__submit {
    width: 100%;
}
@media(min-width: 1280px) {
    .socials {
        display: flex;
    }
}
.reviews {
    background: #eff0f0;
}

.carousel.carousel-video {
    overflow : hidden;
    width    : auto;
    margin   : 80px 0 0;
    padding  : 0 0 0 20px;
}
.caousel-video__item {

}
.carousel-video__item_type_popup {
    width           : 270px;
    display         : flex;
    flex-direction  : column;
    justify-content : center;
    margin          : auto;
    height          : 100%;
}
.carousel-video__link {
    display       : block;
    margin-bottom : 30px;
    position      : relative;
    transition    : opacity ease .5s;
}
.carousel-video-popup .carousel-video__link {
    width      : 100%;
    height     : 100%;
    margin-top : 30px;
}
.carousel-video__link_type_static::before {
    content       : '';
    display       : block;
    background    : rgba(0, 0, 0, 0.1) url(/local/components/belchik/service.detail/assets/img/media-review-play.svg) no-repeat center center;
    width         : 80px;
    height        : 80px;
    border-radius : 40px;
    position      : absolute;
    top           : calc(50% - 40px);
    left          : calc(50% - 40px);
}
.carousel-video__link_type_static:hover {
    opacity : .8;
}
.carousel-video__img {
    display       : block;
    object-fit    : cover;
    border-radius : 24px;
}
.carousel-video__link {
    width : 180px;
}
.carousel-video__img_type_static {
    width  : 180px;
    height : 270px;
}
.carousel-video__img_type_popup {
    width  : 270px;
    height : 405px;
}
.carousel-video__author {
    display     : flex;
    align-items : center;
}
.carousel-video__ava {
    display       : block;
    width         : 32px;
    height        : 32px;
    object-fit    : cover;
    border-radius : 100%;
    margin-right  : 16px;
    flex-shrink   : 0;
}
.carousel-video__text {

}
.carousel-video__name {
    margin-bottom : 4px;
    font-weight   : 500;
    font-size     : 15px;
    line-height   : 1.06;
}
.carousel-video__name_type_static {
    color : #000000;
}
.carousel-video__name_type_popup {
    color : #ffffff;
}
.carousel-video__subs {
    font-weight : 500;
    font-size   : 13px;
    line-height : 1.33;
    margin      : 0;
}
.carousel-video__subs_type_static {
    color : rgba(0, 0, 0, 0.5);
}
.carousel-video__subs_type_popup {
    color : rgba(255, 255, 255, 0.7);
}
.carousel-video .carousel__scrollbar {
    margin-top : 80px;
    max-width  : 100%;
    width      : calc(100% - 20px);
}
.carousel.carousel-video-popup {
    background : rgba(102, 102, 102, 0.64);
    width      : 100%;
    height     : 100%;
    position   : fixed;
    top        : 0;
    left       : 0;
    z-index    : 9999;
    display    : none;
}
.carousel-video-popup iframe {
    position : absolute;
    top      : 0;
    left     : 0;
    width    : 100%;
    height   : 100%;
    border   : 0;
}
.carousel.carousel-video-popup_visible {
    display : block;
}
@media screen and (min-width : 768px) {
    .carousel.carousel-video {
        padding-left : 80px;
    }

    .carousel-video .carousel__scrollbar {
        width : calc(100% - 80px);
    }

    .carousel-video__item_type_popup {
        width : 360px;
    }

    .carousel-video__link {
        width : 360px;
    }

    .carousel-video__img {
        width  : 360px;
        height : 540px;
    }

    .carousel-video__ava {
        width  : 64px;
        height : 64px;
    }

    .carousel-video__name {
        font-size : 17px;
    }

    .carousel-video__subs {
        font-size : 15px;
    }

    .carousel.carousel-video .carousel__button-next {
        right           : 160px;
        width           : 80px;
        height          : 80px;
        background-size : 50px;
        top             : calc(50% - 128px);
    }

    .carousel-video-popup .carousel__button-prev,
    .carousel-video-popup .carousel__button-next {
        width           : 80px;
        height          : 80px;
        background-size : 50px;
        top             : calc(50% - 40px);
        display         : block !important;
    }

    .carousel-video-popup .carousel__button-next {
        right : 80px;

    }

    .carousel-video-popup .carousel__button-prev {
        left : 80px;
    }
}
.carousel__button-next, .carousel__button-prev {
    display : none !important;
}

/*****FAQ****/
.carousel.carousel-video {
    overflow : hidden;
    width    : auto;
    margin   : 80px 0 0;
    padding  : 0 0 0 20px;
}
.carousel-faq__item {

}
.carousel-faq__item_type_popup {
    width           : 270px;
    display         : flex;
    flex-direction  : column;
    justify-content : center;
    margin          : auto;
    height          : 100%;
}
.carousel-faq__link {
    display       : block;
    margin-bottom : 30px;
    position      : relative;
    transition    : opacity ease .5s;
}
.carousel-faq-popup .carousel-faq__link {
    width      : 100%;
    height     : 100%;
    margin-top : 30px;
}
.carousel-faq__link_type_static::before {
    content       : '';
    display       : block;
    background    : rgba(0, 0, 0, 0.1) url(/local/components/belchik/service.detail/assets/img/media-review-play.svg) no-repeat center center;
    width         : 80px;
    height        : 80px;
    border-radius : 40px;
    position      : absolute;
    top           : calc(50% - 40px);
    left          : calc(50% - 40px);
}
.carousel-faq__link_type_static:hover {
    opacity : .8;
}
.carousel-video__img {
    display       : block;
    object-fit    : cover;
    border-radius : 24px;
}
.carousel-faq__link {
    width : 180px;
}
.carousel-video__img_type_static {
    width  : 180px;
    height : 270px;
}
.carousel-video__img_type_popup {
    width  : 270px;
    height : 405px;
}
.carousel-video__author {
    display     : flex;
    align-items : center;
}
.carousel-video__ava {
    display       : block;
    width         : 32px;
    height        : 32px;
    object-fit    : cover;
    border-radius : 100%;
    margin-right  : 16px;
    flex-shrink   : 0;
}
.carousel-video__text {

}
.carousel-video__name {
    margin-bottom : 4px;
    font-weight   : 500;
    font-size     : 15px;
    line-height   : 1.06;
}
.carousel-video__name_type_static {
    color : #000000;
}
.carousel-video__name_type_popup {
    color : #ffffff;
}
.carousel-video__subs {
    font-weight : 500;
    font-size   : 13px;
    line-height : 1.33;
    margin      : 0;
}
.carousel-video__subs_type_static {
    color : rgba(0, 0, 0, 0.5);
}
.carousel-video__subs_type_popup {
    color : rgba(255, 255, 255, 0.7);
}
.carousel-video .carousel__scrollbar {
    margin-top : 80px;
    max-width  : 100%;
    width      : calc(100% - 20px);
}
.carousel.carousel-faq-popup {
    background : rgba(102, 102, 102, 0.64);
    width      : 100%;
    height     : 100%;
    position   : fixed;
    top        : 0;
    left       : 0;
    z-index    : 9999;
    display    : none;
}
.carousel-faq-popup iframe {
    position : absolute;
    top      : 0;
    left     : 0;
    width    : 100%;
    height   : 100%;
    border   : 0;
}
.carousel.carousel-faq-popup_visible {
    display : block;
}
@media screen and (min-width : 768px) {
    .carousel.carousel-video {
        padding-left : 80px;
    }

    .carousel-video .carousel__scrollbar {
        width : calc(100% - 80px);
    }

    .carousel-faq__item_type_popup {
        width : 360px;
    }

    .carousel-faq__link {
        width : 360px;
    }

    .carousel-video__img {
        width  : 360px;
        height : 540px;
    }

    .carousel-video__ava {
        width  : 64px;
        height : 64px;
    }

    .carousel-video__name {
        font-size : 17px;
    }

    .carousel-video__subs {
        font-size : 15px;
    }

    .carousel.carousel-video .carousel__button-next {
        right           : 160px;
        width           : 80px;
        height          : 80px;
        background-size : 50px;
        top             : calc(50% - 128px);
    }

    .carousel-faq-popup .carousel__button-prev,
    .carousel-faq-popup .carousel__button-next {
        width           : 80px;
        height          : 80px;
        background-size : 50px;
        top             : calc(50% - 40px);
        display         : block !important;
    }

    .carousel-faq-popup .carousel__button-next {
        right : 80px;

    }

    .carousel-faq-popup .carousel__button-prev {
        left : 80px;
    }
}
.carousel__button-next, .carousel__button-prev {
    display : none !important;
}
/* End */


/* Start:/local/templates/medeste/components/bitrix/breadcrumb/breadcrumb/style.css?1712068427709*/
.breadcrumb {
	display: none;
}

@media screen and (min-width: 768px) {

	.breadcrumb {
		display: block;
		list-style-type: none;
	    margin: 0 0 30px;
	    padding: 0;
	    line-height: 1;
	}

	.breadcrumb__item {
		display: inline-block;
		font-weight: 500;
		font-size: 11px;
		line-height: 1.45;
		text-transform: uppercase;
		color: #C7AC23;
	}

	.breadcrumb__item::after {
		content: "";
		background: url(/local/templates/medeste/components/bitrix/breadcrumb/breadcrumb/i/bc-arrow.svg) no-repeat center center;
		background-size: contain;
		width: 5px;
		height: 9px;
    	display: inline-block;
    	margin: 0 14px 0 16px;
    	color: #9c9c9c;
	}

	.breadcrumb__item:last-child::after {
		display: none;
	}

	.breadcrumb__link {		
		color: rgba(0, 0, 0, 0.5);
	}
}
/* End */
/* /local/components/belchik/service.detail/assets/style.css?175131150220494 */
/* /local/templates/medeste/components/bitrix/breadcrumb/breadcrumb/style.css?1712068427709 */
