

/* Start:/local/templates/project72/components/sotbit/regions.choose/pr72/style.css?16962522926273*/
.select-city-wrap {
	position: relative;
}

.select-city__block__text {
	color: #919294;
	font-family: 'NotoSans';
	font-size: 12px;
	line-height: 30px;
}

.select-city__block__text-city {
	color: #414141;
	font-family: 'NotoSans';
	font-size: 12px;
	line-height: 30px;
/*
	text-decoration: underline;
	text-decoration-style: dotted;
*/
	cursor: pointer;
}

.select-city__dropdown__title {
	color: #414141;
	font-size: 13px;
	line-height: 30px;
	font-family: "NotoSans";
	display: block;
	margin-bottom: 10px;
}


.select-city__dropdown {
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	width: 211px;
	text-align: center;
	padding: 11px 5px 17px 5px;
}

.select-city__dropdown-wrap {
	z-index: 99;
	position: absolute;
}

.select-city__dropdown__choose {
	display: inline-block;
	height: 32px;
	width: 82px;
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	font-family: 'ProximaNova';
	text-align: center;
	cursor: pointer;
}

.select-city__dropdown__choose:hover, .select-city__dropdown__choose:active,
.select-city__dropdown__choose:focus {
	opacity: .7;
}

.select-city__dropdown__choose__yes {
	color: #919294;
	border: 1px solid #d3d3d3;
	margin-right: 15px;
}

.select-city__dropdown__choose__no {
	color: #ffffff;
	background: #333333;
}

.select-city__dropdown__choose-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.select-city__modal {
	position: fixed;
	top: -100px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3000;
}

.modal__overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2500;
}

.select-city__modal-wrap {
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	width: 684px;
	padding: 37px 53px 40px 53px;
	position: relative;
	margin: 30vh auto;
	transition: width .2s;
}

.select-city__modal__title {
	color: #000000 !important;
	font-family: 'ProximaNova' !important;
	line-height: 30px;
	font-size: 25px !important;
	margin-bottom: 20px !important;
}

/* .select-city__modal__list {
	columns: 3;
	margin-bottom: 23px;
} */

.select-city__modal__list__title {
	color: #000000;
	font-family: 'ProximaNovaBold';
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 11px;
}

.select-city__modal__list__item {
	color: #414141 !important;
	font-family: 'ProximaNova' !important;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 0 !important;
	cursor: pointer;
}

.select-city__modal__list__item:hover, .select-city__modal__list__item:focus,
.select-city__modal__list__item:active {
	color: #0978c6 !important;
	text-decoration: underline;
	text-decoration-color: #c1ddf1;
}

.select-city__modal__submit__block-wrap {
	background: #eceef1;
	padding: 21px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 42px);
}

.select-city__modal__submit__title {
	color: #000000;
	font-family: 'ProximaNovaBold';
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 0px;
}

.select-city__modal__submit__input {
	border: 1px solid #d3d3d3;
	background: #ffffff;
	box-shadow: none;
	height: 32px;
	width: calc(100% - 32px);
	max-width: 517px;
	color: #414141;
	font-family: 'ProximaNova';
	font-size: 14px;
	margin-right: 15px;
	padding: 0 15px;
}

.select-city__modal__submit__btn {
	background: #000000;
	border: none !important;
	box-shadow: none !important;
	width: 147px;
	height: 32px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'ProximaNova';
	font-size: 12px;
}

.select-city__modal__submit__btn:hover, .select-city__modal__submit__btn:active,
.select-city__modal__submit__btn:focus {
	opacity: .7;
}

.select-city__close {
	background: url("/local/templates/project72/components/sotbit/regions.choose/pr72/img/select-city__close.png") no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: -30px;
	cursor: pointer;
}

.select-city__close:hover {
	opacity: .7;
}

@media ( max-width : 768px) {
	.select-city__modal-wrap {
		width: 484px;
		padding: 37px 25px 40px 25px;
	}
	/* .select-city__modal__list {
		columns: 2;
	} */
}

@media ( max-width : 575px) {
	.select-city__modal-wrap {
		width: 80%;
		padding: 27px 20px 30px 20px;
	}
	.select-city__modal-wrap {
		margin: 20vh auto;
	}
	.select-city__modal__title {
		font-size: 20px !important;
		margin-bottom: 10px !important;
	}
	.select-city__close {
		top: 15px;
		right: 15px;
	}
	.select-city__modal__list__item {
		font-size: 13px !important;
	}
}

@media ( max-width : 400px) {
	/* .select-city__modal__list {
		columns: unset;
		max-height:100px;
		overflow:auto;
	} */
	.select-city__modal-wrap {
		margin: 5vh auto;
	}
	.select-city__modal__list__title {
		line-height: 20px;
	}
	.select-city__modal__submit__block-wrap {
		display: block;
	}
	.select-city__modal__submit__input {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.select-city__modal-wrap {
		padding: 15px 20px;
	}
	.select-city__modal__submit__btn
	{
		width:100%;
	}
}
.select-city__modal__submit__block-wrap__input_wrap
{
	position:relative;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-container
{
	position:absolute;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list
{
	padding-left:0;
	margin:0;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list li
{
	list-style:none;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-item
{
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	background: #ffffff;
	height: 32px;
	width: 100%;
	max-width: 517px;
	color: #414141;
	font-family: 'ProximaNova';
	font-size: 14px;
	padding: 0 15px;
	line-height:32px;
	margin:0!important;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-hide
{
	display:none;
}
.select-city__modal__submit__block-wrap__input_wrap_error
{
	color:red;
	position:absolute;
	top:-20px;
}

.select-city__modal__submit__vars {
	position: absolute;
	top: 100%;
	left: 0px;
	background-color: #fff;
	box-shadow: 2px 3px 3px #a0a0a0;
	padding: 3px;
	cursor: pointer;
}

.select-city__modal__submit__vars .regions_vars:hover {
	background-color: #f0f0f0;
}
.hidden {
	display: none;
}
.fcb-i-row.hidden {
	display: none !important;
}
/* End */


/* Start:/local/templates/project72/styles.css?178402423818222*/
header {
    height: 133px;
}

.main-wrapper header .my-container.flex,
.s-filter-section .my-container.flex {
    flex-direction: column;
}

.s-full-height .s-gid .main-wrapper .my-container.flex {
    flex-direction: row;
}

.s-course-detail.s-company-detail .my-container.flex {
    flex-direction: row;
}

.main-wrapper a {
    outline: none;
    border: none !important;
}

.main-wrapper a:active,
.main-wrapper a:focus {
    outline: none;
    border: none;
}

.main-wrapper .main-top {
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 19px;
}

.main__header-menu {
    display: flex;
    flex-direction: row;
    gap: 56px;
    width: 100%;
    align-items: center;
    margin-left: 110px;
}

.main__header-menu .header__menu-item a {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    cursor: pointer;
}

#regions_choose_component {
    background: #FFFFFF;
    border-radius: 180px;
    width: 155px;
    max-width: 155px;
    height: 33px;
    overflow: hidden;
}

#regions_choose_component .select-city__block__text-city.hdr-city {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #488EFB;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    height: 33px;
    padding-left: 41px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(155px - 10px);
    box-sizing: border-box;
    display: block;
    top: 3px;
}

header .hd-right .hdr-city::before {
    top: 4px;
    left: 20px;
}

header .hd-right {
    justify-content: space-between;
}

.hd-center .hd-center-numbers {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #488EFB;
}

.main-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.main-bottom-menu {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.main-bottom-menu .bottom-menu-item {
    background: #454856;
    /* opacity: 0.1; */
    border-radius: 10px;
    height: 40px;
}

.main-bottom-menu .bottom-menu-item.menu-top-item {
    border-radius: 10px;
    height: 40px;
    background: #FFFFFF;
}

.main-bottom-menu .bottom-menu-item.menu-top-item a {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    height: 100%;
    padding-left: 7px;
    padding-right: 13px;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #488EFB;
}

.main-bottom-menu .bottom-menu-item a {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    height: 100%;
    padding-left: 7px;
    padding-right: 13px;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.main-bottom .main-bottom-search {
    height: 40px;
}

.main-bottom .main-bottom-search .sgt-search {
    max-width: 240px;
}

.main-bottom .main-bottom-search .sgt-search input {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    background: #454856;
    color: #FFFFFF;
    opacity: 0.3;
}

.main-bottom .main-bottom-search .sgt-search button {
    width: 20px;
    height: 20px;
    background-color: unset;
    background: url(/local/templates/project72/images/search.svg) no-repeat;
    top: 10px;
    right: 14px;
    border-radius: unset;
}

.main-bottom .main-bottom-search .sgt-search .sgt-close {
    top: 5px;
}

.main-bottom .main-bottom-search .sgt-search .sgt-wrap {
    right: 0;
    top: unset;
    left: unset;
    opacity: 0;
    transform: translateY(0px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
}

.main-bottom .main-bottom-search .sgt-search .sgt-wrap.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.fixed-menu .fm-content .fmc-items {
    flex-direction: column;
}

@media(max-width: 1200px) {
    .main-wrapper header .my-container.flex {
        max-width: 1140px;
    }
}

@media(max-width:1020px) {
    .main__header-menu {
        margin-left: 30px;
    }
}

@media(max-width: 940px) {
    .main__header-menu {
        gap: 30px;
        width: 72%;
    }
}

@media(max-width: 890px) {
    header .hd-burger {
        display: block;
    }

    .main-wrapper .main-top,
    .main-wrapper .main-bottom {
        display: none;
    }

    header {
        height: 50px;
    }

    /* header .hd-burger {
        top: 15px;
    } */
}

/* --- Модификатор для flex-элементов внутри контейнера --- */
.my-container--flex {
    display: flex;
    flex-direction: column;
}

/* --- Верхняя часть контейнера (Ссылки + Контакты) --- */
.my-container__top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    gap: 40px;
    flex-wrap: wrap;
}

/* Навигационные колонки */
.my-container__nav-columns {
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
}

.my-container__column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.my-container__column-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 4px;
    color: #e0e0e0;
}

.my-container__link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 20px;
    line-height: 1.4;
    transition: color 0.2s ease;
    /* max-width: 200px; */
}

.my-container__link:hover {
    color: #ffffff;
}

/* Блок контактов справа */
.my-container__contacts-card {
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 200px;
    align-self: flex-start;
}

.my-container__contact-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.my-container__contact-value {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.my-container__contact-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

/* --- Нижняя часть контейнера --- */
.my-container__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 67px;
}

/* Логотип */
.my-container__logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}

.my-container__logo-icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

/* Навигация снизу */
.my-container__bottom-nav {
    display: flex;
    gap: 40px;
}

.my-container__bottom-link {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.2s ease;
}

.my-container__bottom-link:hover {
    color: #ffffff;
}

/* Кнопка "Наверх" */
.my-container__scroll-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.my-container__scroll-top:hover {
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}

.my-container__scroll-top svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* --- Адаптивность --- */
@media (max-width: 992px) {
    .my-container__nav-columns {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .my-container__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .my-container__contacts-card {
        width: 100%;
        align-self: auto;
    }

    .my-container__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .my-container__bottom-nav {
        width: 100%;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start;
    }

    .my-container__scroll-top {
        align-self: flex-end;
        margin-top: -50px;
    }
}

/* --- Мобильная адаптация (планшеты и телефоны) --- */
@media (max-width: 768px) {

    /* 1. Меняем раскладку колонок на вертикальную */
    .my-container__nav-columns {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .my-container__column {
        width: 100%;
        gap: 0;
        /* Убираем gap, чтобы отступы управлялись через padding */
    }

    /* 2. Оформляем заголовки колонок со стрелочкой */
    .my-container__column-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
        padding: 8px 0;
        /* Даем пространство для клика */
        cursor: pointer;
        user-select: none;
    }

    /* Стрелочка */
    .my-container__column-title::after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        transform: rotate(45deg);
        margin-right: 4px;
        transition: transform 0.3s ease;
    }

    /* 3. Ссылки. Анимируем max-height, opacity и transform */
    .my-container__link {
        display: block;
        /* Оставляем block, но анимируем размер */
        font-size: 16px;
        color: rgba(255, 255, 255, 0.6);
        padding: 6px 0;
        /* Итоговые отступы после открытия */
        border: none !important;

        /* Скрытое состояние */
        max-height: 0;
        opacity: 0;
        transform: translateY(-10px);
        /* Сдвигаем вверх, чтобы создавался эффект "выезжания" */
        overflow: hidden;
        visibility: hidden;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;

        /* Плавный переход (cubic-bezier добавляет эффект "пружинки") */
        transition: max-height 0.4s cubic-bezier(0.33, 1, 0.68, 1),
            opacity 0.35s ease,
            transform 0.35s ease,
            visibility 0.35s ease,
            padding 0.35s ease;
    }

    /* 4. Когда добавлен класс .is-open, плавно раскрываем */
    .my-container__column.is-open .my-container__link {
        max-height: 1000px;
        /* Достаточно для всех ссылок */
        opacity: 1;
        transform: translateY(0);
        /* Возвращаем на место */
        visibility: visible;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    /* Поворот стрелочки при открытии */
    .my-container__column.is-open .my-container__column-title::after {
        transform: rotate(-135deg);
        margin-top: 4px;
    }

    /* 4. Остальная часть макета (контакты, низ) */
    .my-container__top {
        flex-direction: column;
        gap: 30px;
        padding-bottom: 30px;
    }

    .my-container__contacts-card {
        width: 100%;
        align-self: stretch;
        margin-top: 10px;
    }

    .my-container__contact-value {
        font-size: 22px;
    }

    .my-container__bottom {
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 30px;
        padding-top: 30px;
        margin-bottom: 40px;
    }

    .my-container__bottom-nav {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        width: 100%;
        order: 1;
    }

    .my-container__bottom-link {
        font-size: 20px;
        font-weight: 700;
        color: #ffffff;
        border: none !important;
    }

    .my-container__scroll-top {
        align-self: flex-end;
        margin-top: -80px;
        order: 2;
    }

    .my-container__logo {
        order: 3;
        font-size: 22px;
        border: none !important;
        justify-content: flex-start;
    }
}

.main-banner-docs {
    margin-top: 0px;
    margin-bottom: 70px;
}

.main-bottom-search .sgt-search.search-active .sgt-item,
.s-full-height .s-gid .sgt-search.search-active .sgt-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.s-full-height .s-gid .sgt-search .sgt-wrap {
    right: 0;
    top: unset;
    left: unset;
    opacity: 0;
    transform: translateY(0px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 60px;
    display: none;
}

.s-full-height .s-gid .sgt-search .sgt-wrap.visible,
.brg-menu .brg-mid .sgt-search[data-searchMobile] .sgt-wrap.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    display: flex;
    flex-direction: column;
}

.brg-mid a {
    border: none !important;
}

@media(max-width: 1200px) {
    .main-banner-docs .banner-docs-wrapper {
        width: 100%;
    }
    .main-banner-docs .banner-docs-wrapper .desktop-banner-docs {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media only screen and (max-width: 991px) {
    .main-wrapper {
        overflow: hidden;
    }

    .s-news-events .sne-block .sne-content-wrap {
        padding: 20px;
    }

    .s-news-events .sne-block .def-top .sne-t-items .sne-ti-btn {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .s-news-events .sne-block .def-top .sne-t-items .sne-ti-btn.active {
        padding-left: 20px;
        padding-right: 20px;
    }

    .buttons-catalog-container {
        flex-wrap: wrap;
    }
}
@media(max-width: 900px) {
    .s-popular-courses {
        padding-bottom: 60px;
    }
}

@media(max-width: 860px) {
    .s-news-events .sne-block .sne-big .sne-b-left .sne-bl-category {
        top: 0;
    }

    .s-news-events .sne-block .sne-big {
        margin-bottom: 20px;
    }
}

@media(max-width: 800px) {
    .buttons-catalog-container {
        gap: 15px;
    }

    .buttons-catalog-container .button__prof,
    .buttons-catalog-container .button__IT,
    .buttons-catalog-container .button__kids {
        max-width: 340px;
    }
}

@media only screen and (max-width: 768px) {

    .s-gid .sg-text .sgt-btn-wrap,
    .sgt-search {
        max-width: unset;
    }

    .s-news-events .my-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .s-popular-courses .spc-top.def-top .spc-tf-right {
        height: 38px;
    }

    .s-popular-courses .spc-top .spc-t-flex .spc-tf-right .spc-tf-btn {
        height: 30px;
        font-size: 14px;
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media(max-width: 725px) {

    .buttons-catalog-container .button__prof,
    .buttons-catalog-container .button__IT,
    .buttons-catalog-container .button__kids {
        max-width: 100%;
        width: 100%;
    }
}

@media(max-width: 900px) {
    .s-popular-courses {
        padding-bottom: 0px;
    }
}

@media(max-width: 580px) {
    .s-popular-courses .spc-top.def-top .spc-tf-right {
        background: transparent;
        border: none;
        flex-wrap: wrap;
        row-gap: 10px;
        margin-bottom: 20px;
    }
}

@media(max-width: 390px) {
    .s-news-events .sne-block .sne-slider .swiper-slide .sne-itm .sne-i-img .sne-ii-bg {
        top: 5px;
    }
}

@media(max-width: 370px) {
    [class^="button__"] .button__wrapper .button__header {
        font-size: 18px;
    }

    [class^="button__"] .button__wrapper .button__count {
        font-size: 16px;
    }
}

@media(max-width: 352px) {
    .s-popular-courses .spc-top .spc-t-flex {
        min-height: 100px;
    }

    .s-news-events .sne-block .sne-content-wrap {
        padding: 10px;
    }

    .buttons-catalog-container .button__prof,
    .buttons-catalog-container .button__IT,
    .buttons-catalog-container .button__kids {
        padding: 15px 10px 15px 10px;
        height: 100px;
    }
}

@media(max-width: 320px) {
    [class^="button__"] .button__wrapper .button__header {
        font-size: 14px;
    }

    [class^="button__"] .button__wrapper .button__count {
        font-size: 12px;
    }
}

@media(max-width: 300px) {

    .s-news-events .sne-block .sne-slider .swiper-button-prev::before,
    .s-news-events .sne-block .sne-slider .swiper-button-prev::after,
    .s-news-events .sne-block .sne-slider .swiper-button-next::before,
    .s-news-events .sne-block .sne-slider .swiper-button-next::after {
        background-size: 88%;
        background-repeat: no-repeat;
    }

    .s-news-events .def-nav .swiper-pagination {
        margin-left: 1px;
        margin-right: 1px;
    }

    .s-news-events .sne-block .sne-slider .swiper-button-prev::before,
    .s-news-events .sne-block .sne-slider .swiper-button-prev::after {
        margin-top: -3px;
    }
}
/* End */


/* Start:/local/templates/project72/template_styles.css?1693049740108*/
.qs-items-more {margin-top: 20px;}
.qs-items-more a {color: #000;}
.qs-items-more a:hover {color: #488EFB;}

/* End */
/* /local/templates/project72/components/sotbit/regions.choose/pr72/style.css?16962522926273 */
/* /local/templates/project72/styles.css?178402423818222 */
/* /local/templates/project72/template_styles.css?1693049740108 */
