

/* Start:/local/templates/mpc/components/bitrix/news.list/courses/style.css?177746811110019*/
.course-direction__sections {
    gap: 0 24px;
    margin-bottom: 60px;
}

.section-item {
    width: calc(50% - 12px);
    display: flex;
    align-items: stretch;
    gap: 30px 50px;
    padding: 12px 0;
}

.section-item__img {
    object-fit: cover !important;
    border-radius: 8px;
    height: 126px;
    width: 168px;
    object-fit: cover;
    min-width: 168px;
    margin-bottom: 28px;
    transition: .4s;
}

.section-item__content {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 25px;
    align-items: center;
    border-bottom: 1px solid var(--border-card);
    padding-bottom: 25px;
    flex-grow: 1;
}


.section-item:nth-last-child(-n+2) .section-item__content,
.section-item:last-child .section-item__content {
    border: 0
}

.section-item__name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    transition: .4s;
}

.section-item:hover .section-item__img {
    transform: scale(1.05)
}

.section-item:hover .section-item__name {
    color: var(--primary)
}

.section-item__count {
    background: var(--bg);
    font-size: 16px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    color: var(--title);
    font-weight: 600;
}

.course-direction__elements {
    gap: 50px;
    box-shadow: 0 34px 23px -25px #0000002b;
    padding-bottom: 60px;
    margin-bottom: 40px;
    margin-top: 60px;
}
.course-direction__elements+.articles-pagination {
	margin-top: 40px;
	margin-bottom: 40px;
}

.course-direction .course-direction__elements
{
    padding-bottom: 0;
    margin-bottom: 0;
}

.element-item {
    width: 100%;
    gap: 65px;
}

.element-item__img {
    box-shadow: 0 34px 23px -25px #0000002b;
    width: 336px;
    min-width: 336px;
    object-fit: cover;
}

.element-item__name {
    font-size: 24px;
    font-weight: 600;
    transition: .4s;
    margin-right: auto;
    max-width: calc(100% - 350px);
    min-width: 50%;
}

.element-item__name:hover {
    color: var(--primary)
}

.element-item__info {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    gap: 15px 20px;
}

.element-item__stock {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.1;
}

.element-item__content {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 20px;
    padding: 20px 0;
}

.element-item__question {
    display: flex;
    align-items: center;
    gap: 10px;
}

.element-item__details {
    font-size: 18px;
    margin-right: auto;
}

.element-item__details p {
    margin-bottom: 10px
}

.element-item__buttons {
    gap: 24px;
}

.element-item__btn {
    align-items: center;
    display: flex;
    justify-content: center;
    text-transform: none !important;
    line-height: 1.3;
}

.course-direction__diplom {
    gap: 0 65px;
}

.course-direction__diplom__img {
    width: 336px;
    min-width: 336px;
    box-shadow: 0 34px 23px -25px #0000002b;
}

.course-direction__diplom__text {
    font-size: 18px;
    padding: 20px 0;
}

@media screen and (max-width: 1300px) {

    .section-item__name {
        font-size: 20px;
    }

    .element-item__name {
        font-size: 20px;
    }

    .element-item__details {
        font-size: 16px;
    }

    .element-item__img,
    .course-direction__diplom__img {
        width: 300px;
        min-width: 300px;
    }

    .element-item {
        gap: 50px;
    }

    .course-direction__diplom {
        gap: 0 50px;
    }

}

@media screen and (max-width: 1024px) {

    .element-item__img,
    .course-direction__diplom__img {
        width: 180px;
        min-width: 180px;
    }

    .section-item__name {
        font-size: 18px;
    }

    .section-item__count {
        font-size: 14px;
    }

    .section-item {
        gap: 20px 30px;
    }

    .section-item__img {
        height: 100px;
        width: 150px;
        min-width: 150px;
    }

    .course-direction__diplom__text {
        font-size: 15px;
        padding: 0;
    }

    .element-item__name {
        max-width: none;
    }

    .element-item__info {
        width: auto
    }

    .element-item__info {
        font-size: 14px;
    }

    .element-item__name {
        font-size: 18px;
    }

    .element-item__details {
        font-size: 15px;
    }

    .element-item__info {
        width: 100%;
    }

    .element-item__name {
        min-width: 100%;
    }
    
    .element-item__info {
        width: 100%;
    }

    .element-item__details {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .section-item {
        width: 100%;
        border-bottom: 1px solid var(--border-card);
        align-items: center;
    }

    .section-item__img {
        height: 52px;
        width: 70px;
        min-width: 70px;
        margin-bottom: 0;
    }

    .section-item__name {
        font-size: 14px;
        display: inline;
        margin-right: 8px;
    }

    .section-item__count {
        font-size: 12px;
        padding: 4px 8px;
        display: inline;
        white-space: nowrap;
    }

    .section-item__content {
        padding-bottom: 0;
        display: flex;
        border: 0;
    }

    .section-item {
        gap: 20px;
    }

    .course-direction__sections {
        margin-bottom: 40px;
    }

    .course-direction__elements {
        margin-top: 40px;
        margin-bottom: 45px;
    }

    .element-item__img,
    .course-direction__diplom__img {
        width: 106px;
        min-width: 106px;
    }

    .element-item {
        gap: 25px;
    }

    .element-item__content {
        padding: 0;
        gap: 12px;
    }

    .element-item__name {
        font-size: 14px;
    }

    .element-item__info {
        font-size: 12px;
        gap: 12px;
    }

    .element-item__details {
        font-size: 12px;
    }

    .task-159500 .element-item__details {
        font-size: 14px;
    }

    .element-item__stock,
    .element-item__question {
        gap: 7px;
    }

    .element-item__details p {
        margin-bottom: 4px;
    }

    .element-item__img {
        margin-top: 0;
        width: 95px;
        min-width: 95px;
    }

    .element-item__stock svg,
    .element-item__question svg {
        width: 15px;
        height: 15px;
    }

    .element-item__buttons {
        gap: 18px;
        margin-left: -120px;
        justify-content: center;
        width: calc(100% + 120px);
    }

    .element-item__buttons .btn {
        font-size: 12px !important;
        padding: 7px 10px;
    }

    .task-159500 .element-item__buttons .btn {
        font-size: 14px !important;
    }

    .course-direction__diplom {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .element-item__img,
    .course-direction__diplom__img {
        width: 178px;
        min-width: 178px;
    }

    .course-direction__diplom__text {
        font-size: 12px;
    }
    
    .task-159500 .course-direction__diplom__text {
        font-size: 14px;
    }
}

.element-item__imgblock {
	position: relative;
}

.img-full-absolute .element-item__stock {
    background: #68D342;
    color: #FFF;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: 7px;
    left: 7px;
    text-transform: uppercase;
}

.img-full-absolute .element-item__stock svg path {
    fill: #FFF;
}

.element-item__price {
    font-weight: bold;
    font-size: 28px;
}

@media(max-width: 991px) {
    .element-item__price {
        font-size: 24px;
        color: #ff7316;
    }
}

@media(max-width: 767px) {
    .element-item__price {
        font-size: 18px;
    }

    .img-full-absolute .element-item__stock {
        font-size: 12px;
    }
}

.element-item__details-pricemax,
.element-item__details-bottomlink {
    display: none;
}

@media(max-width: 480px) {
    .element-item__details {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .element-item__details-col {
        width: calc(1/2*100% - (1 - 1/2)*15px);
        display: flex;
        flex-direction: column;
    }

    .element-item__details-bottomlink {
        margin-top: auto;
        display: block;
    }

    .element-item__details-bottomlink a {
        font-size: 14px;
        padding: 10px;
    }

    .element-item__details-pricemax {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px;
        display: block !important;
    }

    .element-item__details-info {
        padding-bottom: 25px;
    }

    .element-item__details-pricemax.simple-price {
        background: #6A77C9;
        color: #fff;
        border-radius: 6px;
        text-align: center;
        padding: 4px 10px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .element-item__details-pricemax.simple-price span {
        font-weight: 700;
    }

    .mobile-details-none--text .element-item__question {
        background: #FF7316!important;
        color: #fff;
        border-radius: 4px;
        font-weight: 400;
        width: 120px;
    }

    .mobile-details-none--text .element-item__question svg path {
        fill: #fff;
    }

    .mobile-details-none--text .mobile-details-none--text__top {
        top: 0px;
    }

    .img-full-absolute .element-item__stock {
        width: 120px;
        padding: 5px 4px;
    }

    .img-full-absolute .element-item__stock {
        text-transform: none;
    }
}

@media(max-width: 380px) {
    .element-item__details-bottomlink a {
        font-size: 11px;
    }

    .element-item__details-pricemax.simple-price {
        font-size: 10px;
        line-height: 12px;
    }

    .element-item__details-pricemax.simple-price span {
        font-weight: 700;
        font-size: 12px;
    }

    .img-full-absolute .element-item__stock {
        font-size: 9px;
    }

    .mobile-details-none--text .element-item__question,
    .img-full-absolute .element-item__stock {
        width: 100%;
    }

    .mobile-details-none--text .element-item__question {
        font-size: 9px;
    }
}
/* End */


/* Start:/local/templates/mpc/components/bitrix/news.list/mpc/style.css?17506914304189*/
.advantages {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 25px;
	margin: 80px auto;
}

.advantages__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	border: 2px solid #f9f9f9;
	box-shadow: 0 8px 32px -19px #000000bf;
	border-radius: 8px;
}

.advantages__img {
	transition: 0.8s;
}

.advantages__item:hover .advantages__img {
	transform: scale(1.2);
}

.advantages__text {
	font-weight: 700;
	font-size: 17px;
	text-align: center;
	line-height: 1.3;
	margin-top: 20px;
	transition: 0.5s;
}

.advantages__item:hover .advantages__text {
	color: var(--primary);
}

@media screen and (max-width: 1280px) {
	.advantages__img {
		width: 100px;
		height: 100px;
	}

	.advantages__text {
		font-size: 15px;
	}
}

@media screen and (max-width: 880px) {
	.advantages__img {
		width: 62px;
		height: 62px;
	}

	.advantages__text {
		font-size: 14px;
		line-height: 1.2;
		margin-top: 10px;
	}

	.advantages__item {
		padding: 15px;
	}

	.advantages {
		gap: 15px;
		margin-bottom: 30px;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 576px) {
	.advantages__img {
		width: 50px;
		height: 54px;
	}

	.advantages__text {
		font-size: 12px;
	}
}
@media screen and (max-width: 680px) {
	.content-info.d-flex {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.content-info .content-info__text,
	.content-info .content-info__img {
		max-width: 100%;
		padding: 0;
	}

	.content-info .content-info__text p:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

.content-info__text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.content-info__text {
	max-width: 50%;
	padding-right: 35px;
}
.content-info__img {
	max-width: 50%;
	margin-bottom: 30px;
}

.content-info__text .small {
	margin-top: 25px;
	color: var(--text);
	font-weight: 400;
	font-size: 14px;
}

.content.simple-btn {
	text-align: center;
	margin-bottom: 40px;
}
.content.simple-btn .btn {
	display: inline-block;
}

.section.content ul.two-columns-list {
	margin-left: auto;
}

.section.content .video-reviews__video img {
	width: 100%;
    height: auto;
	border-radius: unset;
    float: unset;
    margin-bottom: 0;
	object-fit: unset;
}

.documents__section-items {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
	margin: 2% 0 5%;
}

.content a.documents__section-item {
    display: flex;
    align-items: center;
    gap: 15px;
	color: inherit;
	font-weight: normal;
}

.content a.documents__section-item:hover {
	color: #ff7316;
}

.documents__section-item svg {
	min-width: 30px;
	min-height: 40px;
}

.documents__section-row.active .documents__section-name svg {
    transform: rotate(270deg);
    filter: brightness(2) grayscale(1);
}

@media screen and (max-width: 991px) {
    .documents__section-items {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media screen and (max-width: 576px) {

    .documents__section-item > svg {
        width: 24px;
        gap: 10px;
    }

    .documents__section-items {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    .documents__section-name {
        font-size: 14px;
        padding: 18px 0;
        padding-top: 0;
    }

    .documents__section-name svg {
        height: 12px;
    }

    .documents__section {
        gap: 20px;
        font-size: 14px;
    }
}

.section.content .course__sertificates div img {
	height: 270px;
	max-width: auto;
}

.section.content .course__sertificates-item a {
	max-height: none!important;
}

.course__sertificates-item {
	width: fit-content;
}

@media screen and (max-width: 1199px) {
	.course__sertificates {
		flex-wrap: wrap;
	}
	
	.course__sertificates .item {
		width: calc(50% - 7.5px);
		display: flex;
        flex-direction: column;
        align-items: center;
	}
	
	.section.content .course__sertificates div img {
		height: auto;
	}
}

@media screen and (max-width: 450px) {
	
    .course__sertificates .item {
		width: 100%;
	}
	
	.course__sertificates .course__sertificates-item {
		width: 100%;
	}
	
	.section.content .course__sertificates div img {
		height: auto;
	}
}
/* End */


/* Start:/local/templates/mpc/components/bitrix/news.list/services/style.css?17667565801266*/
.service__search {
	display: flex;
    justify-content: flex-end;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
.service__search form {
    max-width: 400px;
    margin: 0;
    min-width: 28%;
}
@media (max-width: 767px) {
	.service__search {
		padding: 15px;
	}
	.service__search form {
		max-width: 100%;
		width: 100%;
	}
}
.show-all-services {
	max-width: 240px;
	margin: 40px auto 0;
}
.course-direction__elements {
	box-shadow: none;
}
.course-direction__elements .element-item:last-of-type {
	box-shadow: 0 34px 23px -25px #0000002b;
}
.course-direction__elements.upload .element-item:nth-child(n+9) {
	display: none;
}
.course-direction__elements .element-item:nth-child(n+9) {
	display: flex;
}
.element-item__details {
	width: 40%;
}
@media (min-width: 1081px) {
	.element-item__details {
		width: 100%;
	}	
}
@media(max-width: 576px) {
	.element-item__details {
		width: 100%;
	}
}

.element-item__details-col.full {
	width: 100%;
}

@media(min-width: 577px) {
	.properties__item br {
		display: none;
	}
}

@media(max-width: 576px) {
	.properties__list {
		display: flex;
		gap: 15px;
		flex-wrap: wrap;
	}

	.properties__item {
		width: calc(1/2*100% - (1 - 1/2)*15px);
	}
}
/* End */


/* Start:/local/templates/mpc/components/bitrix/news.list/team/style.css?17695169321948*/
.team-list {
	padding: 0;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 30px 20px;
	justify-items: center;
}

.team-list li {
	list-style: none;
	display: flex;
}

.team-item {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.team-item__name {
	text-decoration: underline;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
}

.team-item__name:hover {
	text-decoration: none;
}

.team-item__job-title {
	font-size: 14px;
	line-height: 21px;
	text-align: center;
}

.team-item__img {
	border-radius: 8px;
	border: 1px solid #dddddd;
	height: 300px;
	object-fit: cover !important;
	box-shadow: 0 14px 22px -13px #00000040;
}

.team-item-popup.fancybox__content {
	display: flex !important;
	flex-direction: row;
	width: 900px;
	border-radius: 4px;
	gap: 35px;
	align-items: center;
}

.team-item-popup .team-item__name {
	text-decoration: none;
	text-align: left;
	margin-bottom: 20px;
}

.team-item-popup .team-item__job-title {
	font-weight: 600;
	text-align: left;
	margin-bottom: 20px;
}

.team-item-popup .is-close-btn {
	top: 15px;
	right: 15px;
	--f-button-color: #ff7316;
	--f-button-hover-color: #ff7316;
	opacity: 1;
	--f-button-outline-color: transparent;
	--f-button-bg: transparent;
	--f-button-active-bg: transparent;
	--f-button-hover-bg: transparent;
}

.team-item-popup .is-close-btn:hover {
	opacity: 0.5;
}

@media (max-width: 1200px) {
	.team-list {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 767px) {
	.team-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.team-item__name {
		line-height: 18px;
		font-size: 14px;
	}

	.team-item__job-title {
		font-size: 12px;
	}

	.team-item-popup {
		flex-direction: column !important;
	}

	.team-item-popup .is-close-btn {
		top: 5px;
		right: 5px;
	}
}

.tags {
	-webkit-box-shadow: 0 35px 25px -29px #0000005c;
	box-shadow: 0 35px 25px -29px #0000005c;
	padding: 20px;
	/*background: #ffffff;*/
}
/* End */


/* Start:/local/templates/mpc/components/bitrix/catalog.section.list/learn_save/style.css?17790914442568*/
.course-direction__filter {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 30px;
}

.course-direction__filter-item {
	min-width: 250px;
	width: calc(1/4*100% - (1 - 1/4)*30px);
}

.course-direction__filter-item_small-15 {
	width: 15%;
}

.course-direction__filter-item_big-30 {
	width: 30%;
}

.course-direction__filter-item_big-30 > * {
	max-width: 500px !important;
	width: 100%;
}

.course-direction__filter-item select {
	background: var(--bg-input) url(/local/templates/cf/images/icons/arrow_bttm.svg) no-repeat calc(100% - 14px) 20px;
    box-shadow: none;
    border: 0;
    -webkit-appearance: none;
    padding: 11px;
    font-size: 16px;
    outline: none !important;
    border-radius: 8px;
	padding-right: 30px;
}
.course-direction__filter-item select,
.course-direction__filter-item option {
	width: 100%;
	overflow: hidden;  
    text-overflow: ellipsis;  
    white-space: nowrap; 
}

.course-direction__filter-item .btn {
	height: 100%;
    display: flex;
    padding: 5px 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
	font-size: 16px;
}

@media(max-width: 1199px) {
	.course-direction__filter-item {
		width: calc(1 / 2 * 100% - (1 - 1 / 2) * 30px);
	}
}

@media(max-width: 576px) {
	.course-direction__filter {
		flex-direction: column;
	}

	.course-direction__filter-item {
		width: 100%;
	}
}

.course-direction__sections .section-item__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.course-direction__filter {
	width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px auto;
    gap: 10px;
}
.course-direction__filter .btn.filter-reset {
	opacity: 0.4;
	cursor: default;
}
.course-direction__filter .btn.filter-reset.active {
	opacity: 1;
	cursor: pointer;
}

.course-direction_tabs {
	width: 100%;
	display: flex;
	gap: 2px;
	margin-bottom: 20px;
}
.course-direction_tab {
	width: 50%;
	background-color: var(--wrapper-bg);
	text-align: center;
	text-transform: uppercase;
	border: 1px solid var(--border-card);
	padding: 10px 0;
	cursor: pointer;
}
.course-direction_tab:hover, 
.course-direction_tab.active {
	background-color: var(--bg-input);	
}
.course-direction_tabs~.course-direction_block:not(.active) {
	display: none;
}
.course-direction__filter-item .filter_reset {
	display: block !important;
	color: var(--primary);
	font-size: 12px;
	text-align: right;
}
select:not(.active) .filter_reset {
	display: none !important;
}
.course-direction__filter-item option.hide {
	display: none !important;
}
/**/

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17140788002260*/
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bx-pagination .bx-pagination-container ul li span{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: var(--title);
    font-weight: 700;
    transition: .3s;
}
.bx-pagination .bx-pagination-container ul li a {
    color: var(--title);
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	color: var(--primary);
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
    color: #ffffff;
    background: var(--primary);
    padding: 8px 16px;
    border-radius: 8px;
    line-height: 1;
}

.bx-pagination .bx-pagination-container ul li.last-link,
.bx-pagination .bx-pagination-container ul li.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
            align-items: baseline;
}

.bx-pagination .bx-pagination-container ul li.last-link::before {
    content: '...';
    font-size: 30px;
    color: #666666;
    margin-right: 20px;
}


.bx-pagination .bx-pagination-container ul li.bx-active + li.last::before {
    display: none;
}

.bx-pagination .bx-pagination-container ul li.first-link::after {
    content: '...';
    font-size: 30px;
    color: #666666;
    margin-left: 20px;
}

.bx-pag-prev {
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bx-pag-next {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 500px) {
    .bx-pagination .bx-pagination-container ul li span {
        font-size: 15px;
    }

    .bx-pagination .bx-pagination-container ul li.last-link::before,
    .bx-pagination .bx-pagination-container ul li.first-link::after {
        font-size: 19px;
    }

    .bx-pagination svg {
        width: 18px;
        height: 18px;
    }

    .bx-pagination .bx-pagination-container ul {
        gap: 18px
    }

    .bx-pagination .bx-pagination-container ul li.bx-active span {
        padding: 6px 11px;
    }
}

/* End */


/* Start:/local/templates/mpc/components/bitrix/news.detail/photo/style.css?17218548004450*/
.section-gallery {
    overflow: hidden;
    margin-top: 20px;
}

.gallery {
    overflow: visible !important;
    padding: 0 19% !important;
    margin-top: 70px;
    position: relative;
}

.gallery .swiper-wrapper {
    margin-bottom: 80px;
}

.gallery__item {
    transform: scale(1) !important;
    transition: .4s;
    opacity: 0.6;
    outline: none;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    max-height: 475px;
}

.gallery__item.swiper-slide-active {
    transform: scale(1.1) !important;
    z-index: 2;
    opacity: 1;
    box-shadow: 0 30px 25px -20px #0000007a;
}

.gallery__title {
    position: absolute;
    bottom: 0;
    padding: 30px 35px;
    color: #ffffff;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 700;
}

.gallery-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: calc(81px + 0.8vw);
    background: var(--primary);
    width: 20px;
    z-index: 2;
    border-radius: 3px;
    cursor: pointer;
    transition: .4s;
}

.gallery-button:hover {
    filter: brightness(1.3);
}

.gallery-button-next {
    right: 0;
    background: var(--primary);
    width: 20px;
}
.gallery-button-prev {
    left: 0;
    background: var(--primary);
    width: 20px;
}

.gallery-button:after {
    content: '';
    background: url(/local/templates/cf/images/back.svg);
    width: 20px;
    height: 19px;
    top: calc(50% - 20px);
}

.gallery-button-next::after {
    background: transparent;
    border: 12px solid transparent;
    border-left: 12px solid #ffffff;
    left: 0px;
    position: absolute;
}

.gallery-button-prev::after {
    background: transparent;
    border: 12px solid transparent;
    border-right: 12px solid #ffffff;
    left: -4px;
    position: absolute;
}

.gallery__item.swiper-slide-active .gallery__title {
    font-size: 30px;
    font-weight: 700;
}


.gallery__item.swiper-slide-active .videoblog__video {}
.gallery__item.swiper-slide-active .videoblog__video::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: .5;
}

.gallery__item.swiper-slide-prev::before {
    content: '';
    width: 24%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, #ffffff, transparent);
    z-index: 1;
}

.gallery__item.swiper-slide-next::before {
    content: '';
    width: 24%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff);
    z-index: 1;

}


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

.gallery__item picture {
    width: 100%;
    height: 100%;
}

.gallery:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.gallery:not(.swiper-initialized) .gallery__item {
    transform: scale(1.1) !important;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.gallery:not(.swiper-initialized) .gallery__item:nth-child(n+2) {
    display: none;
}

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

.gallery__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 1024px) {

    .gallery__title {
        font-size: 17px;
    }

    .gallery__item.swiper-slide-active .gallery__title {
        font-size: 19px;
    }
}

@media screen and (max-width: 767px) {

    .gallery .swiper-wrapper {
        margin-bottom: 30px;
    }

    .gallery {
        padding: 0 !important;
        margin-top: 20px !important;
    }
    
    .gallery__item.swiper-slide-active,
    .gallery__item {
        transform: none !important;
    }

    .gallery__item.swiper-slide-active {
        box-shadow: 0 24px 19px -23px #0000007a;
    }

    .gallery-button {
        bottom: 43px;
        background: transparent;
    }

    .gallery__item .gallery__title,
    .gallery__item.swiper-slide-active .gallery__title {
        font-size: 13px;
        padding: 12px 18px;
        font-weight: 600;
    }

    .gallery-button:after {
        top: auto;
        background: url(/local/templates/cf/images/back.svg);
        width: 20px;
        height: 19px;
        border: 0;
        bottom: -43px;
    }

    .gallery-button-prev::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 3px;
    }
}
/* End */


/* Start:/local/templates/cf/css/gallery.css?17206452004451*/
.section-gallery {
    overflow: hidden;
    margin-top: 20px;
}

.gallery {
    overflow: visible !important;
    padding: 0 19% !important;
    margin-top: 70px;
    position: relative;
}

.gallery .swiper-wrapper {
    margin-bottom: 80px;
}

.gallery__item {
    transform: scale(1) !important;
    transition: .4s;
    opacity: 0.6;
    outline: none;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    max-height: 475px;
}

.gallery__item.swiper-slide-active {
    transform: scale(1.1) !important;
    z-index: 2;
    opacity: 1;
    box-shadow: 0 30px 25px -20px #0000007a;
}

.gallery__title {
    position: absolute;
    bottom: 0;
    padding: 30px 35px;
    color: #ffffff;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 700;
}

.gallery-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: calc(81px + 0.8vw);
    background: var(--primary);
    width: 20px;
    z-index: 2;
    border-radius: 3px;
    cursor: pointer;
    transition: .4s;
}

.gallery-button:hover {
    filter: brightness(1.3);
}

.gallery-button-next {
    right: 0;
    background: var(--primary);
    width: 20px;
}
.gallery-button-prev {
    left: 0;
    background: var(--primary);
    width: 20px;
}

.gallery-button:after {
    content: '';
    background: url(/local/templates/cf/images/back.svg);
    width: 20px;
    height: 19px;
    top: calc(50% - 20px);
}

.gallery-button-next::after {
    background: transparent;
    border: 12px solid transparent;
    border-left: 12px solid #ffffff;
    left: 0px;
    position: absolute;
}

.gallery-button-prev::after {
    background: transparent;
    border: 12px solid transparent;
    border-right: 12px solid #ffffff;
    left: -4px;
    position: absolute;
}

.gallery__item.swiper-slide-active .gallery__title {
    font-size: 30px;
    font-weight: 700;
}


.gallery__item.swiper-slide-active .videoblog__video {}
.gallery__item.swiper-slide-active .videoblog__video::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: .5;
}

.gallery__item.swiper-slide-prev::before {
    content: '';
    width: 24%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, #ffffff, transparent);
    z-index: 1;
}

.gallery__item.swiper-slide-next::before {
    content: '';
    width: 24%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff);
    z-index: 1;

}


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

.gallery__item picture {
    width: 100%;
    height: 100%;
}

.gallery:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.gallery:not(.swiper-initialized) .gallery__item {
    transform: scale(1.1) !important;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.gallery:not(.swiper-initialized) .gallery__item:nth-child(n+2) {
    display: none;
}

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

.gallery__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 1024px) {

    .gallery__title {
        font-size: 17px;
    }

    .gallery__item.swiper-slide-active .gallery__title {
        font-size: 19px;
    }
}

@media screen and (max-width: 767px) {

    .gallery .swiper-wrapper {
        margin-bottom: 30px;
    }

    .gallery {
        padding: 0 !important;
        margin-top: 20px !important;
    }
    
    .gallery__item.swiper-slide-active,
    .gallery__item {
        transform: none !important;
    }

    .gallery__item.swiper-slide-active {
        box-shadow: 0 24px 19px -23px #0000007a;
    }

    .gallery-button {
        bottom: 43px;
        background: transparent;
    }

    .gallery__item .gallery__title,
    .gallery__item.swiper-slide-active .gallery__title {
        font-size: 13px;
        padding: 12px 18px;
        font-weight: 600;
    }

    .gallery-button:after {
        top: auto;
        background: url(/local/templates/cf/images/back.svg);
        width: 20px;
        height: 19px;
        border: 0;
        bottom: -43px;
    }

    .gallery-button-prev::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 3px;
    }
}

/* End */
/* /local/templates/mpc/components/bitrix/news.list/courses/style.css?177746811110019 */
/* /local/templates/mpc/components/bitrix/news.list/mpc/style.css?17506914304189 */
/* /local/templates/mpc/components/bitrix/news.list/services/style.css?17667565801266 */
/* /local/templates/mpc/components/bitrix/news.list/team/style.css?17695169321948 */
/* /local/templates/mpc/components/bitrix/catalog.section.list/learn_save/style.css?17790914442568 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17140788002260 */
/* /local/templates/mpc/components/bitrix/news.detail/photo/style.css?17218548004450 */
/* /local/templates/cf/css/gallery.css?17206452004451 */
