

/* Start:/local/templates/gkgross-ru/components/bitrix/breadcrumb/bread_crumbs/style.css?1713437471585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/gkgross-ru/components/bitrix/news/academy-direction/bitrix/news.detail/.default/style.css?17706305817287*/
.direction_bread__title .btn_blue {
    background: #00A0E0;
    color: #ffffff !important;
}

.mobile-direction-btn {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 65px;
    height: 65px;
    background: url(/local/templates/gkgross-ru/img/academy/back_btn.svg) 0 0 no-repeat !important;
    cursor: pointer;
	z-index: 1000;
}

a.btn_blue.d-none.d-lg-block {
	white-space: nowrap;
}

.base-container {
    /* display: flex; */
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

.base-container .left-content {
    flex: 1;
    /* width: calc(100% - 300px); */
}

.base-container .right-sidebar {
    /* width: 300px; */
    flex-shrink: 0;
}

.base-container .content-block {
    background: #f8f9fa;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    min-height: 400px;
}

.base-info-detail-img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
}

.base-container .sticky-box {
    width: 100%;

}

.base-container .sticky-container {
    position: relative;
}

.base-info-title {
    font-family: 'Unbounded';
    font-size: 48px;
    line-height: 125%;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .academy-pattern .base-info-title {
		font-size: 30px;
    }
}

.base-info-desc {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    padding: 30px 0;
}

.base-info-docs__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-family: 'Unbounded';
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: unset;
    text-decoration: unset;
    cursor: pointer;
    margin-bottom: 10px;
}

.base-info-docs__item::before {
    content: '';
    display: block;
    width: 25px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.detail-text-kurs {
	min-height: 450px;
}
.base-info-coach__title {
    font-family: 'Unbounded';
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;

}

.base-info-coach__position {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 0;


}

.base-info-coach__desc {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;

}

.base-info-coach__img {
    width: 256px;
    height: 256px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
}

.base-info-coach__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.sticky-video-url {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sticky-video-url:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    background-color: black;
    opacity: 0.3;
}

.sticky-video-url img {
    width: 100%;
    display: block;
}

.sticky-video-url-play {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    position: absolute;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.sticky-video-url-play:after {
    content: "";
    position: absolute;
    border: 19px solid transparent;
    border-left-color: #fff;
    border-top-width: 11px;
    border-bottom-width: 11px;
    left: 25px;


}

.sticky-video-url-play:before {
    content: "";
    width: 64px;
    height: 64px;
    border-radius: 32px;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 0;

}

.case-item__beforeafter {
    width: 100%;
    height: auto;
    max-height: 400px;
    margin-bottom: 30px;
}

.s_cases .s_cases__item {
    margin-bottom: 50px;
}

.s_cases .s_cases__title {
    font-family: 'Unbounded';
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.case-item__title {
    font-family: 'Unbounded';
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;

}

.case-item__desc {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
	margin-top: 20px;

}

.comparison {
    --position: 50%;
    display: grid;
    position: relative;
    overflow: hidden;
}

.comparison>img {
    grid-area: 1/1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comparison>.before {
    clip-path: polygon(0 0, var(--position) 0, var(--position) 100%, 0 100%);
}

.comparison>input {
    grid-area: 1/1;
    z-index: 10;
    margin: 0;
    appearance: none;
    background: transparent;
    cursor: col-resize;
    height: 400px;
}

.comparison>input::-webkit-slider-thumb {
    appearance: none;
    width: 6px;

    height: 900px;
    background: white;
    border: none;
}

.comparison>input::-moz-range-thumb {
    width: 6px;

    height: 900px;
    background: white;
    border: none;
}


.owl-custom-carousel .owl-next,
.owl-custom-carousel .owl-prev {
    position: absolute;
    top: calc(50% - 24px);
    left: -24px;
    width: 24px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

}

.owl-custom-carousel .owl-next {
    left: unset;
    right: -24px;
}

.owl-custom-carousel .owl-next span,
.owl-custom-carousel .owl-prev span {
    padding: 0 !important;
    color: #00A0E0 !important;
    font-size: 80px !important;
    line-height: 50px;
}

.owl-custom-carousel .owl-stage {
    /* display: flex;
    gap: 10px; */
}

.owl-custom-carousel__item {}

.owl-custom-carousel .owl-nav {
    margin-top: unset;
    margin: 0 !important;
    height: 0 !important;
    padding: 0 !important;
}

.s_custom_title {
    font-family: 'Unbounded';
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.s_reviews__item {

    padding-top: 65px;
}

.s_reviews__item-inner {
    position: relative;
    padding: 85px 10px 30px;
    background-color: #f8f9fa;
}

.s_reviews__photo {
    position: absolute;
    top: -65px;
    left: 30px;
    height: 130px;
    width: 130px !important;
    border-radius: 50%;
}

.s_reviews__title {
    font-family: 'Unbounded';
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
	padding: 20px;
}

.s_reviews__position {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
	padding: 0 20px;

}

.s_reviews__desc {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
	padding: 20px;

}

.s_gallery {
    /*padding-top: 0 !important;*/
}

#academy-feed .phone {
    margin: 30px 0;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .base-container .sticky-box {
        top: auto !important;
    }

    .case-item__desc {
        margin-bottom: 30px;
    }
    .base-info-coach__item {
        flex-direction: column;
        align-items: center;
    }
    .bx-yandex-view-layout {
        margin-bottom: 50px;
    }
    #academy-feed.f_cred {
        margin: auto!important;
        margin-left: unset;
    }
    .s_map_feedback {
        align-items: center;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1713437688666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/gkgross-ru/components/complex/feedback/academy-feed/style.css?1769498664299*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

/* End */
/* /local/templates/gkgross-ru/components/bitrix/breadcrumb/bread_crumbs/style.css?1713437471585 */
/* /local/templates/gkgross-ru/components/bitrix/news/academy-direction/bitrix/news.detail/.default/style.css?17706305817287 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1713437688666 */
/* /local/templates/gkgross-ru/components/complex/feedback/academy-feed/style.css?1769498664299 */
