.full.center-block {
    all: unset !important;
}

.text-white {
    color: #fff;
}

.wf-25 {
    width: 25%;
}

.image-right, .text p.image-right {
    float: right;
    margin: 0 0 50px 40px;
}

.image-right, .text p.image-right {
    float: right;
    margin: 0 0 50px 40px;
}

.md-section.sp-60 {
    padding: 60px 0px;
}

.text-center {
    text-align: center;
    justify-content: center;
}

.grid-parent .catalog-products {
    grid-template-columns: repeat(auto-fill, minmax(273px, 1fr)) !important;
}

.wizard-form {
    margin-bottom: 30px;
    box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    background-color: #fff;
    padding-top: 30px;
    border: 2px solid #ddd;
}

.informer {
    background-color: #3E8EC9;
    padding: 20px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 5px;
    /* box-shadow: 0 25px 50px -21px rgba(0, 0, 0, 0.2); */
    box-shadow: none;
    padding-left: 55px;
    font-weight: 600;
    position: relative;
}

.datetime {
    display: flex;
    gap: 10px;
}

.period {
    display: flex;
    gap: 10px;
}

.card-f-c {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.three-slider.main-near-courses:not(.no-bg):after {
    left: auto;
    right: auto;
    width: 100%;
}

.courses-main .categories__inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.site-hr .b24-window-panel {
    height: 80vh !important;
    margin: 100px auto !important;
}

@media only screen and (max-width: 600px) {
    .three-slider__glide:not(.glide--carousel) .three-slider__slides.glide__slides {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card-with-bg-img__inner {
        padding: 20px;
    }

    .courses-main .categories-grid {
        grid-template-columns: repeat(auto-fill, minmax(173px, 1fr)) !important;
    }
}

form.site-header-search__form {
    position: relative;
    align-items: center;
    display: flex;
    gap: 10px;
    align-content: center;
}
.site-header-search__close, .site-header-contacts__close {
    margin-left: 0;
}
/*#search-type {
    all: unset;
    border: none;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 150px;
    outline: none;
}*/

.site-header-search__form input {
    height: 57px;
    width: 82%;
}

.product-card {
    position: relative;
}

.product-item-label {
    position: absolute;
    top: 20px;
    left: 20px;
}

.label-item {
    padding: 2px 7px 2px;
    margin: 0 2px 4px;
    letter-spacing: normal;
    background-color: #2992d9;
    color: #fff;
    border-radius: 2px;
    font-size: 0.8em;
    line-height: 1.692em;
}

.b24-window-panel>div>.b24-window-scrollable {
    overflow: hidden;
}

.b24-form-state-container .b24-form-loader, .b24-form-state-container .b24-form-state {
    background-color: #f4f4f4 !important;
}


@media only screen and (max-width: 1270px) {
    .search-page input[type="text"] {
        width: 76%;
    }
}