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

.service_form__wrapper {
    margin: 0 auto;
    width: 752px;
    max-width: 100%;
}

.modal_v1 {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.modal_v1 .modal-content {
    margin: 10% auto;
    /*border: 1px solid #888;*/
    width: 100%;
    max-width: 450px;
}

.modal_v1 .close {
    display: none;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.video-feed[data-v-23a598b7]:before {
    background: no-repeat 50% / 21.88% url(/img/arrows/btn_play.svg) !important;
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}


@media screen and (max-width: 992px) {
    .banners-big__side-items .p {
        display: none !important;
    }
}

/*.swiper-button-prev .swiper-navigation-icon {*/
/*    display:none;*/
/*}*/

/*.swiper-button-next .swiper-navigation-icon {*/
/*    display:none;*/
/*}*/


.courses-kinds-swiper .swiper-button-next,.courses-kinds-swiper .swiper-button-prev {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 2;
    --arrow-size: clamp(40px,5vw,86px);
    background: #fff no-repeat center left 55% url(../img/arrows/school-swiper-arrow.svg);
    background-size: 22.58% 50%;
    border-radius: 100%;
    box-shadow: 0 0 10px #0003;
    height: var(--arrow-size);
    line-height: 0;
    width: var(--arrow-size)
}

.courses-kinds-swiper .swiper-button-next:after,.courses-kinds-swiper .swiper-button-prev:after {
    display: none
}

.courses-kinds-swiper .swiper-button-next.swiper-button-disabled,.courses-kinds-swiper .swiper-button-prev.swiper-button-disabled {
    cursor: default;
    opacity: 0
}

.courses-kinds-swiper .swiper-button-prev {
    left: 20px;
    transform: translateY(-50%) rotate(180deg)
}

.courses-kinds-swiper .swiper-button-next {
    right: 20px;
    transform: translateY(-50%)
}

@media (max-width: 870px) {
    .courses-kinds-swiper .swiper-button-next,.courses-kinds-swiper .swiper-button-prev {
        display:none
    }
}

@media (max-width: 540px) {
    .courses-kinds-swiper .swiper-wrapper {
        padding-block:30px
    }
}

.courses-kinds-swiper .swiper-button-next, .courses-kinds-swiper .swiper-button-prev {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    z-index: 2 !important;
    --arrow-size: clamp(40px, 5vw, 86px) !important;
    background: #fff no-repeat center left 55% url(/img/arrows/school-swiper-arrow.svg) !important;
    background-size: 22.58% 50% !important;
    border-radius: 100% !important;
    box-shadow: 0 0 10px #0003 !important;
    height: var(--arrow-size) !important;
    line-height: 0 !important;
    width: var(--arrow-size) !important;
}

.courses-kinds-swiper .swiper-navigation-icon {
    display: none;
}

.STORIES .index-block--padding-top-80 > div {
    padding-top: 0 !important;
}

@media (max-width: 600px) {
    .breadcrumbs {
        display: flex;
        flex-wrap: wrap;
    }
}


.nostock {
    display:none !important;
}