/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.detail .article_block_img.right img {
	float: right;
	margin-left: 20px;
}
.detail .article_block_img.left img {
	float: left;
	margin-right: 20px;
}
.detail .detail-block.ordered-block.desc ul {
	padding-left: 20px;
}
.detail .detail-block.ordered-block.desc p {
	padding-left: 15px;
}

@media (min-width:600px) {
	.detail .article_block_img img {
		max-width: 50% !important;
	}
}

/* блочная верстка статьи */
.detail.blog .detail-image img, .main.banner-auto .detail-image.detail-image--top_content img {
    margin-left: 0;
    margin-right: 0;
}

.content .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
}
.content .col-12.col-xl-6 {
	width: 50%;
}
.content .align-items-xl-center {
	display: flex;
	-webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.content .align-items-xl-center .col-12.col-xl-6 {
	padding: 25px;
}

.header-menu__item a[title="Оптовый кабинет"] {
	margin-left: 5em;
}


/* карточка товара */
.gallery-detail {
    --items: 3 !important;
}
.catalog-detail .big_gallery h3 {
	display: none;
}
.catalog-detail__main .status-amount--stores {
	display: none;
}
.grid-list__item .birka, .grid-list__item .recycle, .grid-list__item .catalog, .visible-by-container-rule .coins {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.grid-list__item .original_link, .grid-list__item .recycle_link {
	vertical-align: super;
}
.catalog-detail__main .price_txt {
	display: none;
}
.grid-list__item.catalog-detail__previewtext {
	display: none;
}
.grid-list__item .catalog-detail__pseudo-link[data-name="delivery"]{
	display: none;
}
.grey-bg-goods-y .toggle-white-grey-bg:not(.section-gallery-wrapper) {
    --toggle-bg: #FFF;
}
.custom_gallery_block {
	min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #F8F8FC;*/
    padding: 1px;
    margin-bottom: 25px;
}

.gift-block-container {
    height: 70px;
}
.gift-block-container img {
    max-width: 40px;
    margin-right: 5px;
    max-height: max-content;
    margin: 0 10px 0 10px;
    position: absolute;
    z-index: 2;
}
.gift-block {
    height: 40px;
    position: relative;
    margin: 20px 0;
    font-family: "Conv_FuturaBookC", sans-serif;
    font-size: 16px;
    line-height: 1.125;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    display: flex;
    align-items: anchor-center;
    clip-path: polygon(0% 0%, 100% 0%, 99% 12%, 100% 24%, 99% 35%, 100% 47%, 99% 60%, 100% 73%, 99% 86%, 100% 99%, 0% 99%, 1% 84%, 0% 73%, 1% 61%, 0% 49%, 1% 38%, 0% 24%, 1% 14%);
}

.gift-block span {
    padding-left: 60px;
}

.catalog-detail__main-part .sticker.sticker--static {
    display: none;
}
.detail-gallery-big-slider-main .sticker.sticker--static {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 10px;
}

.catalog-detail__main-part .catalog-detail__forms .grid-list__item {
    font-size: 17px;
}

.grid-list.catalog-detail__forms {
    --gap: 25px;
}
.variants_block {
    margin-top: 100px;
}

.line-block__item button[data-onevalue="0"] {
  display: none;
}
.catalog-detail__main .price .font_26 {
    font-size: 28px;
}

/* // карточка товара */


/* авторизация и регистрация */
.social_block {
	display: none;
}

/* Акции на главной */
.main .container.SALE .maxwidth-theme.custom {
	max-width: 100%;
}


/* Учебный центр */
/* Фильтр */
.study.smartfilter .checkbox-item {
	margin-bottom: 5px;
}
.study.smartfilter .checkbox-item input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
}

.study.smartfilter .checkbox-input {
    appearance: none;
    height: 20px;
    width: 20px;
    border: 1px solid #dadada;
    border-radius: 0.25rem;
    background-color: #fff;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;
}
.study.smartfilter .checkbox-input:checked {
    background-color: #354e6b;
    border-color: #dadada;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.study.smartfilter .checkbox-label {
	cursor: pointer;
	vertical-align: middle;
	display: inline;
}

.left-menu.sections_block {
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    padding: 15px;
    margin-bottom: 30px;
    background-color: #f3f4f7;
    /*border-radius: 5px;*/
}
.left-menu.sections_block a {
	text-decoration-line: none;
	margin-bottom: 5px;
}
.left-menu.sections_block a.active {
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: #003baa;
	margin-bottom: 8px;
}
.study.smartfilter .prop_block {
	padding: 15px;
    /*border-radius: 4px;*/
    border: 1px solid #f3f4f7;
    margin-bottom: 30px;
}
.study.smartfilter .filter_blockname {
	font-weight: bold;
	padding-bottom: 7px;
}
.study.smartfilter .prop_block.help {
	text-align: center;
}
.study.smartfilter .prop_block.help .studies-item__btn {
	margin: 15px 0;
}
.study.smartfilter .prop_block.help hr {
	margin: 15px 0;
}

/* список событий */
.studies-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0px;
}
.studies-item {
    padding: 20px;
    /*border-radius: 10px;*/
    background: #f3f4f7;
    box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
    width: 100%;
    display: flex;
}
.studies-item a {
	text-decoration-line: none;
}
.studies-left {
    margin-right: 20px;
}
.studies-left img {
    width: 400px;
    height: auto;
}
.studies-right {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.studies-topinfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.studies-topinfo__city {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}
.studies-topinfo__categories {
    display: flex;
    gap: 5px;
    padding-left: 5px;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.studies-topinfo__categories span {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    background: #003baa;
    color: #fff;
}
.studies-item__name {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 15px;
}
.studies-item-date {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.studies-item-date__date {
    padding: 5px 10px;
    background: #003baa;
    color: #fff;
    margin-right: 10px;
    white-space: nowrap;
}
.studies-item-lectors__price {
    /*color: #00B5D3;*/
}
.studies-item-lectors__title {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 15px;
}
.lectors-list {
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
    margin-bottom: 15px;
}
.lector-item {
    display: flex;
    flex-direction: column;
    gap: 5px 0px;
}
.lector-item__name {
    font-size: 16px;
    font-weight: 500;
}
.lector-item__descr {
    font-size: 13px;
    color: #979797;
    font-weight: 400;
}
.studies-item-btns {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
}
.studies-item__btn {
    display: inline-flex;
    padding: 12px 45px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    /*border-radius: 4px;*/
    border: 1px solid #003baa;
    background-color: #fff;
}
.studies-item__btn_disable {
    cursor: not-allowed;
    color: #222;
    background: #F2F2F2;
    border-color: #F2F2F2;
}
.studies-item__btn_blue {
    background-color: #003baa;
    color: #fff !important;
    border: none;
}

/* карточка события */
.seminar-head {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}
.seminar-head__date {
    display: inline-block;
    line-height: 45px;
    height: 45px;
    font-weight: 600;
    background-color: #003baa;
    min-width: 215px;
    text-align: center;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.seminar-head__time {
    padding-left: 40px;
    font-weight: normal;
    color: #222222;
    height: 45px;
    display: inline-block;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.seminar-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
}
.seminar-info__type {
    background-color: #003baa;
    font-weight: 600;
    font-size: 22px;
    line-height: 124%;
    text-align: center;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 110px;
    min-width: 240px;
    padding: 10px;
    margin-right: 17px;
}
.seminar-reader_wrapper {
    width: 100%;
}
.seminar-reader:last-child {
    margin-bottom: 0;
}
.seminar-reader {
    min-height: 110px;
    background-color: #E0E4F3;
    padding-left: 80px;
    padding-right: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin-bottom: 55px;
}
.seminar-reader:nth-child(even){
    padding-left: 250px;
    padding-right: 80px;
}
.seminar-reader__name {
    font-size: 18px;
    line-height: 22px;
    color: #222222;
    margin-bottom: 12px;
}
.seminar-reader__role {
    font-size: 15px;
    line-height: 118%;
    color: #5A5A5A;
}
.detail img.seminar-redaer__img {
    border-radius: 50%;
    position: absolute;
    height: 180px;
    width: 180px;
    -webkit-filter: drop-shadow(0px 2px 4px #93959F);
    filter: drop-shadow(0px 2px 4px #93959F);
    right: 100px;
    max-height: none !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.seminar-reader:nth-child(even) .seminar-redaer__img {
    left: 30px;
    right: initial;
}
.seminar-program.geolocation {
	margin-bottom: 55px;
}
.seminar-pay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 55px;
}
.seminar-pay-left {
    padding-top: 15px;
}
.seminar-pay-left a:not(.studies-item__btn_disable) {
	text-decoration-line: none;
	color: #fff;
	background-color: #003baa;
}
.seminar-pay-left a:not(.studies-item__btn_disable):hover {
	color: #fff;
}
.seminar-pay-left a.studies-item__btn_disable {
	text-decoration-line: none;
}

.seminar-pay-left__price {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #222222;
    display: inline-block;
    margin-right: 20px;
    vertical-align: bottom;
    margin-bottom: 10px;
}
.seminar-pay-left__price span {
    font-weight: 600;
    font-size: 30px;
    line-height: 115%;
    margin-top: 5px;
    display: block;
}
.seminar-pay-left__signup {
    width: 215px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #00B5D3;
    display: inline-block;
    cursor: pointer;
}
.seminar-pay-right__questions {
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #1D1D1D;
    margin-bottom: 10px;
}
.seminar-pay-right__contacts {
    padding-right: 60px;
}
.seminar-pay-right__contacts a {
    display: block;
    font-weight: 300;
    font-size: 15px;
    line-height: 150%;
    color: #1D1D1D;
    white-space: nowrap;
    margin-bottom: 5px;
}
.seminar-pay-right__contacts img {
    width: 13px;
    height: auto;
    margin-right: 13px;
    vertical-align: middle;
}

.seminar-pay .fa.big-icon {
	vertical-align: middle;
	margin-right: 5px;
}


/* calendar */
.calendar-head {
    max-width: 310px;
}
.NewsCalMonthNav {
    text-align: center;
    border-bottom: 2px solid #f2f2f2;
    border-top: 2px solid #f2f2f2;
    border-left: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    padding: 6px 3px;
    margin-bottom: 10px;
}
.NewsCalTable {
    max-width: 310px;
    border: 2px solid #f2f2f2;
    margin-bottom: 20px;
    text-align: center;
}
.NewsCalTable {
    max-width: 310px;
    border: 2px solid #f2f2f2;
    margin-bottom: 20px;
}
.NewsCalTable-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.NewsCalTable-cell {
    flex-basis: 14.286%;
    -webkit-flex-basis: 14.286%;
    padding-left: 0;
    line-height: 30px;
}
.NewsCalOtherMonth {
    background-color: #fff;
}
.NewsCalWeekend {
    background-color: #fff;
}
.calendar-event {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 4px);
    margin-left: -2px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #edf0f3;
    color: #000;
    font-weight: bold;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-left: 4px;
    padding-right: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.calendar-event.visible {
    opacity: 1;
    visibility: visible;
    line-height: 21px;
}
.calendar-event a {
	text-decoration-line: none;
	margin-bottom: 5px;
}
.NewsCalDefault.active, .NewsCalWeekend.active {
    background-color: #003baa;
    color: #fff;
    cursor: pointer;
    border: 2px solid #fff;
}
.NewsCalToday {
    background-color: #dadded;
    border: 2px solid #fff;
}

/* //- Учебный центр */

/* хедер */
header .mega-menu.sliced .header-menu__wrapper .header-menu__item:first-child {
	opacity: 0;
}
header .header__top-part {
	background-color: #003baa;
}
header .regions.relative .regions__chooser span,
header .header-menu__link,
header .header-menu__link .fill-dark-light-block use,
header .phones .phones__phone-link.phones__phone-first.dark_link,
header .phones .phones__callback
{
	color: #fff;
}
header .header-menu__link:focus {
	color: #d9e3f6;
}
header nav .fill-dark-light-block use,
header .regions.relative use,
header .phones .more-arrow use {
	fill: #fff;
}


/* доставка табы */
.right_block.narrow_Y .tabs .nav.nav-tabs li.bordered {
	width: 33%;
	text-align: center;
}
section.toggle.active>label {
	background-color: #003baa;
	border-color: #003baa;
}
section.toggle>label {
	border-color: #003baa;
}
section.toggle.active>label::before {
	color: #222228;
}

/* О компании блоки */
.hero {
    background: #fff;
    position: relative;
    z-index: 1;
    margin: 0 -17rem;
}
#more {
	position: relative;
	z-index: 2;
	margin-left: -17rem;
	margin-right: -17rem;
	padding-block: 3rem 5rem
}
#story {
	position: relative;
	z-index: 3;
	margin-left: -17rem;
	margin-right: -17rem;
    overflow: hidden;
}
#more2 {
	position: relative;
	z-index: 4;
	margin-left: -17rem;
	margin-right: -17rem;
	padding-block: 3rem 3rem;
}

/* Лекторы */
.main:has(.topic__heading) h1 {
    display: none;
}
.team-profile .lector_name {
    color: #003baa;
    font-weight: 600;
}
.team-profile .regalia span {
    font-size: 1.5em;
    color: #003baa;
}
.team-profile .border-bottom {
    border-bottom: 1px solid #003baa;
}
.team-profile .lector_preview_text {
    margin-top: 10px;
    font-size: 14px;
}
h3.lector_program {
    background-color: #003baa;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 1.2em;
}

ol.program_points {
    list-style-type: none; 
    counter-reset: num;
    margin: 0 0 0 45px;
    padding: 15px 0 5px 0;
    font-size: 16px;
}
ol.program_points li {
    position: relative; 
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.8;
}
ol.program_points li:before {
    content: counter(num); 
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -38px;
    width: 28px;
    height: 28px;
    background-color: #003baa;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    border-radius: 50%;
}

/* корзина */
.sale-products-gift .product-item-label-text, .sale-products-gift .product-item-label-ring {
    position: absolute;
    z-index: 15;
}
.sale-products-gift .product-item-label-text span, .sale-products-gift .product-item-label-ring {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #f42c2c;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}
.sale-products-gift .product-item-small-card .product-item-container .product-item {
    height: 100%;
    padding: 18px 19px 50px;
    position: static;
    animation: none;
    box-shadow: none;
}
.sale-products-gift .product-item-image-wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
    /*padding-top: 116%;*/
    /*width: 100%;*/
    transition: all 300ms ease;
}
.sale-products-gift .product-item-label-text {
    left: 100px;
    top: -4px;
}
.sale-products-gift a.product-item-image-wrapper {
    background-size: contain;
}
.sale-products-gift .product-item-price-old {
    text-decoration: line-through;
}
.sale-products-gift .product-item-price-current {
    font-weight: bold;
}
.sale-products-gift .catalog-block-header {
    margin: 38px 0 15px !important;
}
.sale-products-gift .add_gift.active {
    background-color: #003baa !important;
    color: #fff !important;
}
.sale-products-gift .disabled {
    opacity: 0.5;
}
.basket-item-amount.disabled {
    display: none;
}
#basket-root .basket-items-list-item-amount-outer .fa-hover {
    width: 100%;
}
#basket-root .fa.big-icon {
    background: none;
    color: #003baa;
    margin-top: -15px;
}

.bottom-menu .items .wrap_menu_compact_mobile {
    padding-top: 10px;
}