

/* Start:/about/style.css?17708463001467*/
.about__main-banner{
    margin-top: 30px;
}

.about__main-banner .about__main-left,
.about__main-banner .about__main-right{
    width: calc(100%/2 - 15px);
    max-width: 100%;
}

.about__main-banner .about__main-left{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.about__main-link{
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    background-color: var(--light-orange);
    color: var(--black);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.about__main-link:hover{
    color: #fff;
    background-color: var(--red);
}

.about__main-banner .about__main-right .page-top__img{
    padding: 20px 100px;
    border: solid 1px #252C384D;
    object-fit: contain;
}

@media screen and (max-width: 992px) {
    .about__main-banner .about__main-left, .about__main-banner .about__main-right{
        width: 100%;
    }
    .page-top.about__main-banner{
        flex-direction: column-reverse;
    }
    .about__main-banner .about__main-right .page-top__img{
        padding: 100px 20px;
    }
    .page-top__right.about__main-right{
        margin: 0;
    }
    .page-top__left.about__main-left{
        margin-top: 20px;
    }
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/author-list/style.css?17708463092897*/
.author-block__item.swiper-slide {
    width: 100%;
    height: 670px;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
}
.author-block__slider.swiper{
    border-radius: 25px;
    overflow: hidden;
}
@media screen and (max-width: 576px) {
    .author-block__item.swiper-slide {
        border-radius: 20px;
    }
    .author-block__slider.swiper{
        border-radius: 20px;
    }
}

@media screen and (max-width: 360px) {
    .author-block__item.swiper-slide {
        height: 300px;
    }
}

@media screen and (min-width: 993px) {
    .author-block.section {
        margin-top: 50px;
    }
}

.author-block__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.author-block__item_video::before,
.author-block__item_iframe::before {
    width: 100%;
    height: 100%;
    content: "";
    background: var(--bg-img) no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: 0.3s;
}

.author-block__item_video::after,
.author-block__item_iframe::after {
    width: 100%;
    height: 100%;
    content: "";
    background: url(/upload/images/play.png) no-repeat center / 70px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    transition: 0.3s;
}

.author-block__video {
    width: 100%;
}
.author-block__iframe {
    width: 100%;
    height: 100%;
}

.author-block {
    display: flex;
    grid-gap: 20px;
    justify-content: space-between;
}

.author-block__slider {
    max-width: 525px;
    width: 100%;
}
.author-block__content {
    max-width: 756px;
    width: 100%;
}

@media screen and (hover: hover) {
    .author-block__item:hover .author-block__img,
    .author-block__item:hover::before {
        transform: scale(1.1);
    }
}
.services__banner-btn.page-top__btn {
    font-size: 16px;
}

.author-block__slider.swiper {
    position: relative;
    margin: 0;
    height: fit-content;
    position: sticky;
    top: 90px;
}

.author-block__slider.swiper .pagination-block {
    position: absolute;
    top: 570px;
    left: 50%;
    z-index: 100;
    width: 90%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.author-block__slider.swiper .pagination-block .pagination-bar {
    background-color: #fff;
}

@media screen and (max-width: 992px) {
    .author-block {
        flex-direction: column;
    }

    .author-block__slider {
        max-width: 100%;
        width: 100%;
    }
    .author-block__content {
        max-width: 100%;
        width: 100%;
    }
    .author-block__slider.swiper {
        position: relative;
        top: 0;
    }
    .author-block__item.swiper-slide {
        max-height: 440px;
    }
}

@media screen and (max-width: 768px) {
    .author-block {
        grid-gap: 30px;
    }
}

/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/history-list/style.css?17736698703370*/
.history__title {
    margin: 0;
}

.history__slider {
    margin-top: 30px;
}

.history__swiper-thumb .swiper-slide {
    font-weight: 700;
}

.history__swiper-thumb__wrapper {
    position: relative;
    display: flex;
    grid-gap: 25px;
    align-items: center;
    padding: 3px 0;
    border-radius: 500px;
    background-color: #f1f7ff;
}

.history__swiper-thumb__wrapper .swiper-button-next,
.history__swiper-thumb__wrapper .swiper-button-prev {
    position: static;
    max-width: 44px;
    width: 100%;
    margin: 0;
}

.history__swiper-thumb__wrapper .swiper-button-next svg,
.history__swiper-thumb__wrapper .swiper-button-prev svg {
    width: 6px;
    height: 10px;
}

.history__swiper-thumb__wrapper .swiper-button-next::after,
.history__swiper-thumb__wrapper .swiper-button-prev::after {
    content: none;
}

.history__swiper-main.swiper {
    position: static;
    margin-top: 30px;
    box-shadow: 0 0 35px 0 #92c5f740;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.history__slide-content__title {
    margin: 0;
}

.history__slide-content__text {
    margin: 0;
    margin-top: 10px;
    max-width: 595px;
    width: 100%;
}

.history__slide.swiper-slide {
    display: grid;
    grid-template-columns: 1fr 404px;
    grid-gap: 15px;
    padding: 50px;
    cursor: grab;
}

.history__slide-image {
    aspect-ratio: 404/280;
    max-width: 404px;
    height: auto;
    object-fit: cover;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.history__swiper-thumb .swiper-wrapper {
    align-items: center;
}

.history__swiper-thumb .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
}

.history__swiper-thumb .swiper-slide:hover {
    color: var(--red);
}

.history__swiper-thumb .swiper-slide.swiper-slide-thumb-active {
    color: var(--red);
    font-size: 25px;
}

.history__swiper-thumb__wrapper .swiper {
    width: 100%;
}

.history__swiper-thumb__wrapper .swiper-wrapper {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .history__slide.swiper-slide {
        flex-direction: column-reverse;
        display: flex;
        justify-content: space-between;
        grid-gap: 10px;
        padding: 50px;
        cursor: grab;
    }

    .history__slide-image {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .history__slide.swiper-slide {
        flex-direction: column-reverse;
    }

    .history__slide-image {
        max-width: 100%;
    }

    .history__swiper-thumb .swiper-slide {
        font-size: 20px;
    }

    .history__swiper-thumb__wrapper .swiper-button-next,
    .history__swiper-thumb__wrapper .swiper-button-prev {
        max-width: 35px;
    }

    .history__swiper-thumb__wrapper {
        grid-gap: 15px;
    }

    .history__slider {
        margin-top: 20px;
    }

    .history__slide.swiper-slide {
        padding: 20px;
    }

    .history__swiper-thumb__wrapper {
        padding: 0;
    }

    .history__swiper-main.swiper {
        margin-top: 20px;
    }
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/promo-banner/style.css?17708463091126*/
.promo-banner.section {
	padding: 0;
	overflow: hidden;
}

.promo-banner__flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 992px) {
	.promo-banner__flex {
		flex-direction: column;
	}
}

.promo-banner__text-wrap {
	max-width: 890px;
	padding: 50px;
}

@media screen and (max-width: 992px) {
    .promo-banner__text-wrap {
        padding: 40px;
    }
}

@media screen and (max-width: 576px) {
    .promo-banner__text-wrap{
        padding: 20px;
    }
}

.promo-banner__text {
	margin-top: 10px;
}

.promo-banner__text > *:first-child {
	margin-top: 0;
}

.promo-banner__text > *:last-child {
	margin-bottom: 0;
}

.promo-banner__img-wrap {
	max-width: 100%;
	width: 455px;
	align-self: flex-end;
	flex-shrink: 0;
}

.promo-banner__img {
	width: 100%;
	object-fit: contain;
}

.promo-banner .socials,
.promo-banner__btn {
	margin-top: 30px;
}

@media screen and (max-width: 576px) {
	.promo-banner .socials,
	.promo-banner__btn {
		margin-top: 20px;
	}
}

@media screen and (max-width: 400px) {
	.promo-banner__btn.red-btn {
		max-width: unset;
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/gallery/style.css?17708463091319*/
.gallery__item.swiper-slide {
	width: 100%;
	height: 280px;
	/* aspect-ratio: 1.6; */
	border-radius: 25px;
	overflow: hidden;
	cursor: pointer;
}

@media screen and (max-width: 576px) {
	.gallery__item.swiper-slide {
		border-radius: 20px;
	}

	.gallery__slider.swiper {
		width: calc(100% + 30px);
		padding: 0 15px;
		position: relative;
		left: -15px;
	}
}

@media screen and (max-width: 360px) {
	.gallery__item.swiper-slide {
		height: 150px;
	}
}

@media screen and (min-width: 993px) {
	.gallery.section {
		margin-top: 50px;
	}
}

.gallery__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}

.gallery__item_video::before,
.gallery__item_iframe::before {
	width: 100%;
	height: 100%;
	content: '';
	background: var(--bg-img) no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: .3s
}

.gallery__item_video::after,
.gallery__item_iframe::after {
	width: 100%;
	height: 100%;
	content: '';
	background: url(/upload/images/play.png) no-repeat center / 70px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	transition: .3s
}

.gallery__video {
	width: 100%;
}
.gallery__iframe {
	width: 100%;
	height: 100%;
}

@media screen and (hover:hover) {
	.gallery__item:hover .gallery__img,
	.gallery__item:hover::before {
		transform: scale(1.1);
	}
}
/* End */
/* /about/style.css?17708463001467 */
/* /local/templates/interdentos/components/bitrix/news.list/author-list/style.css?17708463092897 */
/* /local/templates/interdentos/components/bitrix/news.list/history-list/style.css?17736698703370 */
/* /local/templates/interdentos/components/bitrix/news.list/promo-banner/style.css?17708463091126 */
/* /local/templates/interdentos/components/bitrix/news.list/gallery/style.css?17708463091319 */
