/*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;
}

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

@media (max-width: 767px) {
    .banners-big--adaptive-3 .banners-big__item {
        padding-top: 140%;
        height: 0;
    }
}

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

/* о компании */
@media print,
screen and (max-width:1000px) {
	.hero, #more, #story, #more2 {
		margin-left: -1rem;
		margin-right: -1rem;
	}
  	#more .media img,
	#more2 .media img,
	#story .media img {
		width: 100%;
	}
	.media-text {
	    gap: 2rem 1rem;
	}
}

/* Лекторы */
.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%;
}
.team-profile__info {
	gap: unset;
}

/* Учебный центр */
/* Фильтр */
.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;
}

/* study mobile */
@media (max-width: 576px) {
    .studies-item {
        flex-direction: column;
    }
    .studies-left {
        margin-right: 0;
    }
    .studies-left img {
        width: 100%;
        margin-bottom: 20px;
    }
    .left_block {
        display: none;
    }
    .seminar-head__date {
        line-height: 35px;
        height: 35px;
        min-width: 160px;
    }
    .seminar-head__time {
        padding-left: 15px;
        height: 30px;
    }
    .seminar-reader:nth-child(even), .seminar-reader:nth-child(odd) {
        padding-left: 20px;
        padding-right: 20px;
    }
    .seminar-reader {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 140px;
    }
    .detail img.seminar-redaer__img {
        width: 100px;
        height: 100px;
        top: 20px;
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }
    .seminar-pay {
        display: block;
    }
    .seminar-pay-left {
        margin-bottom: 40px;
    }
    .seminar-reader:nth-child(even) .seminar-redaer__img {
        top: 20px;
        left: 50%;
    }
}
@media (max-width: 992px) {
    .flexbox--direction-row {
        flex-direction: column;
    }
    .studies-list {
        gap: 10px 0px;
    }
    .studies-item {
        padding: 15px;
    }
    .studies-topinfo {
        flex-direction: column;
        align-items: flex-start;
    }
    .studies-topinfo__city {
        font-size: 13px;
        margin-bottom: 15px;
        font-weight: 500;
    }
    .studies-topinfo__categories {
        padding-left: 0;
        justify-content: flex-start;
    }
    .studies-topinfo__categories span {
        font-size: 13px;
    }
    .studies-item__name {
        font-size: 16px;
    }
    .studies-item-lectors__price {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .studies-item-lectors__title {
        font-size: 15px;
    }
    .lector-item__name {
        font-size: 14px;
    }
    .lector-item__descr {
        font-size: 12px;
    }
    .seminar-info__type {
        display: none;
    }
    .seminar-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

}

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

/* корзина */
.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;
}

body:has(.news) #pagetitle {
	display: none;
}

body:has(.news) .breadcrumbs {
	display: none;
}

.min-width-0.filter-panel__sort {
display: none;
}

.stories-item--unseen .stories-item__image {
  outline: none !important;
}

.catalog-block__item .catalog-block__info-tech {
    display: none;
}
.grey-bg-goods-y .catalog-items .image-list .sticker {
    left: 0;
    top: 0;
    gap: 0;
}
.sticker.photo_sticker {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0;
    gap: 0;
}
.drag-block.container.SALE .swiper-slide .sticker.mt--24.mt {
    gap: 0;
    --mt: 0;
    --mi: 0;
}
.catalog-detail__main-part .sticker.sticker--static {
    display: none;
}
.sticker__item.sticker__item--discount20,
.sticker__item.sticker__item--discount25,
.sticker__item.sticker__item--discount30,
.sticker__item.sticker__item--discount35,
.sticker__item.sticker__item--discount40,
.sticker__item.sticker__item--red {
    --sticker_color: #f6389c;
    background-color: #f6389c;
}
.sticker__item {
    height: 39px;
    padding: 5px;
}

/* карточка товара */
.rate .rate__bar.rate__bar--static:not(.full),
.rate .rate__value,
.catalog-detail__info-tech .reviews-anchor i {
    display: none;
}
.rate .rate__bar.rate__bar--static.full {
    mask-image: url(/local/img/star_blue.svg);
}
.rate__bar--static,
.rate__bar--static::-webkit-progress-bar {
    background-color: #003caf;
}
.gift-block-container {
    height: 85px;
    background: no-repeat center / cover url(/local/img/gift_block.png);
}
.gift-block-container img {
    height: 85px;
    position: absolute;
    margin-left: 65px;
    z-index: 2;
}
.gift-block {
    position: relative;
    margin: 35px 0;
    font-family: "Conv_FuturaBookC", sans-serif;
    font-size: 16px;
    line-height: 1.125;
    font-weight: 600;
    font-style: normal;
    display: flex;
}

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

.catalog-detail__main-part .catalog-detail__info-tc span {
    font-size: 1.5em !important;
}
.catalog-detail__info-tc .line-block__item.no-shrinked {
    display: none;
}
.sku-props--detail .line-block__item .sku-props__value,
.sku-props--detail .line-block__item .sku-props__value:before {
    border-radius: 50%;
}
.catalog-detail__info-tech .article {
    display: none;
}
.line-block__item .sku-props__value[title="Уценка"] {
  display: none;
}
.catalog-detail__main-part h1.font_24 {
    font-size: 26px;
}
.catalog-detail__bottom-info #big_gallery h3 {
    display: none;
}
.catalog-detail__bottom-info .big_gallery .gallery-big.gallery-detail .grid-list__item:nth-child(2) {
    display: none;
}
@media screen and (max-width: 374px) {
    .gallery-detail {
        --items: 1;
    }
}
.price__title {
    display: none;
}
.catalog-block__item .catalog-block__info-bottom button.btn-transparent-bg,
.catalog-detail__cart button.btn-transparent-bg {
    display: none;
}

/* корзина */
.basket-items-list-container .basket-items-list-item-wrapper .basket-item-block-properties {
    display: none;
}

.sale-products-gift .product-item-container .product-item-label-text,
.sale-products-gift .product-item-container .product-item-price-container {
    display: none;
}
.sale-products-gift .product-item-container .product-item-title {
    padding: 0px 0 0 100px;
}

.min-width-0.filter-panel__sort {
    display: none;
}
