

/* Start:/local/templates/AAM/components/bitrix/news.detail/banner-1/style.css?17543848091787*/
.banner-wrap {
    display: block;
    position: relative;
    z-index: 1;
}

.banner-wrap .banner-item {
    display: none;
    background-color: #fff;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner-wrap .banner-item .content-banner {
    max-width: 1440px;
    display: block;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

@media screen and (min-width: 992px) {
    .banner-wrap .banner-item {
        background-size: contain;
        background-position: bottom;
    }
    .banner-wrap .banner-item.desktop {
        display: block;
        height: 630px;
        margin: unset!important;
    }

    .banner-wrap .banner-item.desktop button {
        position: absolute;
        bottom: 50px;
        left: 70px;
    }
}

@media screen and (max-width: 992px) {
    .banner-wrap .banner-item.mobile {
        display: block;
        height: 320px;
        margin-bottom: 70px;
        margin-top: 50px;
    }

    .banner-wrap .banner-item.mobile button {
        position: absolute;
        bottom: -60px;
        width: 90% !important;
        left: 50%;
        transform: translateX(-50%);
    }
}
.desktop .content-banner .text-banner{
    position: absolute;
    top: 25%;
    width: 50%;
    max-width: 730px;
    color: #426dff;
    text-transform: uppercase;
    cursor: default;
    font-size: 25px;
    font-weight: 700;
    left: 5%;
}
@media screen and (min-width: 1280px) {
    .desktop .content-banner .text-banner{
        top: 15%;
    }
}
@media screen and (min-width: 1368px) {
    .desktop .content-banner .text-banner{
        top: 20%;
        font-size: 36px;
        width: 48%;
    }
}
.mobile .content-banner .text-banner{
    color: #426dff;
    text-transform: uppercase;
    font-weight: 700;
}
/* End */


/* Start:/local/components/aam/mainservices/templates/main/style.css?17555256813273*/
.courses-wrap {
    display: block;
    margin: 40px 0;
    position: relative;
    z-index: 1;
}

.courses-wrap .courses-title {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin: 20px 0;
    text-transform: uppercase;
}

.courses-wrap .courses-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    justify-content: space-between;
}

.courses-wrap .courses-block .course-item {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 2;
    background-color: #F6F6F6;
    border: 1px solid #426DFF;
    border-radius: 10px;
    padding: 10px 15px;
    gap: 20px;
    min-height: 110px;
}

.courses-wrap .courses-block .course-item .image-item {
    aspect-ratio: 1;
    border-radius: 10px;
    background-size: cover;
    width: 30%;
    max-width: 150px;
    max-height: 150px;
}

.courses-wrap .courses-block .course-item .curse-info {
    display: flex;
    flex-direction: column;
    width: calc(70% - 20px);
}

.courses-wrap .courses-block .course-item .curse-info .course-name {
    height: 50%;
    font-size: 14px;
    text-decoration: unset;
    text-transform: uppercase;
    color: #000;
}

.courses-wrap .courses-block .course-item .curse-info .info-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    height: 60px;
}

.courses-wrap .courses-block .course-item .curse-info .info-row .course-times p {
    margin: 10px 0;
    font-size: 12px;
}

.courses-wrap .courses-block .course-item .curse-info .info-row .course-like {
    position: absolute;
    bottom: 5px;
    right: 0;
    fill: #426DFF;
}

.courses-wrap .courses-block .course-item .curse-info .info-row .course-like svg {
    width: 24px;
    height: 24px;
}

.courses-wrap .courses-block .course-item .curse-info .info-row .course-like:hover {
    cursor: pointer;
    fill: #7292FF;
}

.courses-wrap .mobile-more {
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.courses-wrap .mobile-more:hover {
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .courses-wrap {
        margin: 60px 0;
    }

    .courses-wrap .courses-title {
        margin: 60px 0;
        font-size: 24px;
        text-align: left;
    }

    .courses-wrap .courses-block {
        flex-direction: row;
    }

    .courses-wrap .courses-block .course-item {
        width: 45%;
        height: 150px;
    }

    .courses-wrap .courses-block .course-item .image-item {
        width: 30%;
    }

    .courses-wrap .courses-block .course-item .curse-info .course-name {
        font-size: 24px;
    }

    .courses-wrap .courses-block .course-item .curse-info .info-row{
        height: 70px;
    }
    .courses-wrap .courses-block .course-item .curse-info .info-row .course-times p {
        font-size: 18px;
    }

    .courses-wrap .courses-block .course-item .curse-info .info-row .course-like svg {
        width: 48px;
        height: 48px;
    }

    .courses-wrap .mobile-more {
        display: none;
    }
}
@media screen and (min-width: 1280px) {
    .courses-wrap .courses-block .course-item {
        height: unset;
    } 
}
/* End */


/* Start:/local/components/aam/form/templates/type-1/style.css?17555863502655*/
.wrap-type-1 {
    background-color: #426DFF;
    width: 100%;
}

.wrap-type-1 .form-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 25px 0;
}

.wrap-type-1 .form-content .sub-text:hover {
    cursor: default;
}

.wrap-type-1 .form-content .sub-text.d {
    color: #DFDFDF;
    font-size: 12px;
    display: block;
    margin-top: auto;
    font-weight: 300;
}
.wrap-type-1 .form-content .sub-text.d.error{
    color: red;
    font-weight: 500;
}
.wrap-type-1 .form-content .form-info {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    position: relative;
    gap: 15px;
}

.wrap-type-1 .form-content .form-info .form-title {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.wrap-type-1 .form-content .form-info .form-text {
    color: #fff;
    font-size: 14px;
}

.wrap-type-1 .form-content .form-info .form-text:hover {
    cursor: default;
}

.wrap-type-1 .form-content .form-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wrap-type-1 .form-content .form-block .input {
    display: flex;
    width: 100%;
}

.wrap-type-1 .form-content .form-block .input.row {
    flex-direction: column;
    gap: 10px;
}
.default-input:checked {
    outline: 1px solid white;
}
@media screen and (min-width: 992px) {
    .wrap-type-1 .form-content {
        padding: 50px;
        flex-direction: row;
        justify-content: space-between;
    }

    .wrap-type-1 .form-content .form-info {
        width: calc(50% - 20px);
    }

    .wrap-type-1 .form-content .form-block {
        width: calc(50% - 20px);
    }

    .wrap-type-1 .form-content .mobile {
        display: none;
    }

    .wrap-type-1 .form-content .form-info .form-title {
        font-size: 24px;
    }

    .wrap-type-1 .form-content .form-info .form-text {
        font-size: 18px;
    }

    .wrap-type-1 .form-content .form-block {
        gap: 20px;
    }

    .wrap-type-1 .form-content .form-block .input.row {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }
}

@media screen and (max-width: 992px) {
    .wrap-type-1 .form-content .sub-text.d {
        display: none;
    }

    .wrap-type-1 .form-content .sub-text.mobile {
        color: #DFDFDF;
        font-size: 9px;
        display: block;
        margin-top: auto;
        font-weight: 300;
    }

    .wrap-type-1 .form-content .form-block .input.row .default-input {
        width: initial;
    }
}
.default.long.outline.t1.disabled{
    opacity: 0.5;
    pointer-events: none;
}
.sub-text a{
    color: #fff;
}
/* End */


/* Start:/local/templates/AAM/components/bitrix/news.list/teachers/style.css?17504070152667*/
.specialist-wrap {
    display: block;
    margin: 40px 0;
    position: relative;
}

.specialist-wrap .specialist-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    cursor: default;
}

.specialist-wrap .specialist-slider {
    margin: 20px 0;
    position: relative;
    z-index: 10;
}

.specialist-wrap .specialist-slider:not(.slick-initialized) {
    display: none;
}

.specialist-wrap .specialist-slider .slider-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 10px;
}

.specialist-wrap .specialist-slider .slider-item .slider-item-photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 220px;
    border-radius: 10px;
}

.specialist-wrap .specialist-slider .slider-item .slider-item-text {
    display: block;
    margin-top: 15px;
}

.specialist-wrap .specialist-slider .slider-item .slider-item-text .slider-item-text-name {
    font-weight: 400;
    margin-bottom: 10px;
}

.specialist-wrap .specialist-slider .slider-item .slider-item-text .slider-item-text-title {
    font-size: 12px;
    color: #c4c4c4;
}

.specialist-wrap .navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    gap: 70%;
    position: absolute;
    top: 50%;
    z-index: 11;
}

.specialist-wrap .navigation svg {
    fill: #fff;
    stroke: #fff;
}

.specialist-wrap .navigation .specialist-prev {
    transform: rotate(180deg);
    box-shadow: -5px -1px 21px rgba(255, 255, 255, 0.15);
}

.specialist-wrap .navigation .specialist-prev:hover {
    cursor: pointer;
}

.specialist-wrap .navigation .specialist-next {
    box-shadow: -5px -1px 21px rgba(255, 255, 255, 0.15);
}

.specialist-wrap .navigation .specialist-next:hover {
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .specialist-wrap .specialist-title {
        font-size: 24px;
        text-align: left;
        max-width: 800px;
    }

    .specialist-wrap .specialist-slider {
        z-index: 20;
    }

    .specialist-wrap .specialist-slider .slider-item .slider-item-photo {
        height: 300px;
    }

    .specialist-wrap .specialist-slider .slider-item .slider-item-text .slider-item-text-name {
        font-size: 18px;
    }

    .specialist-wrap .specialist-slider .slider-item .slider-item-text .slider-item-text-title {
        font-size: 14px;
    }

    .specialist-wrap .navigation {
        justify-content: space-between;
        width: 102%;
        margin-left: -1%;
    }

    .specialist-wrap .navigation svg {
        fill: #767676;
        stroke: #767676;
    }
}
/* End */


/* Start:/local/components/aam/form/templates/type-2/style.css?17544030522888*/
.type-2-line {
    display: block;
    background-color: #F5F5F5;
    margin: 40px 0;
    padding: 40px 0;
}

.type-2-line .type-2-wrap {
    display: block;
    position: relative;
    z-index: 1;
}

.type-2-line .type-2-wrap .type-2-image {
    display: none;
}

.type-2-line .type-2-wrap .blue-box {
    display: none;
}

.type-2-line .type-2-wrap .type-2-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.type-2-line .type-2-wrap .type-2-form .type-2-form-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.type-2-line .type-2-wrap .type-2-form .type-2-form-title:hover {
    cursor: default;
}

.type-2-line .type-2-wrap .type-2-form .type-2-form-subtitle {
    font-size: 14px;
}

.type-2-line .type-2-wrap .type-2-form .type-2-form-subtitle:hover {
    cursor: default;
}

.type-2-line .type-2-wrap .type-2-form .offer-text {
    font-size: 9px;
    color: #767676;
    cursor: default;
}
.type-2-line .type-2-wrap .type-2-form .offer-text.error{
    color: red;
}

.type-2-line .type-2-wrap .type-2-form .offer-text a {
    color: #767676;
}

.type-2-line .type-2-wrap .type-2-form .fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.type-2-line .type-2-wrap .type-2-form .fields .field-block {
    display: flex;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .type-2-line .type-2-wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .type-2-line .type-2-wrap .type-2-image {
        display: block;
        position: relative;
        z-index: 10;
        width: 40%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .type-2-line .type-2-wrap .blue-box {
        position: absolute;
        width: 25%;
        z-index: 9;
        bottom: 7%;
        right: 7%;
        background-color: #426DFF;
        aspect-ratio: 1;
        border-radius: 10px;
        display: block;
    }

    .type-2-line .type-2-wrap .type-2-form {
        width: 55%;
    }

    .type-2-line .type-2-wrap .type-2-form .type-2-form-title {
        font-size: 24px;
        text-align: left;
    }

    .type-2-line .type-2-wrap .type-2-form .type-2-form-subtitle {
        font-size: 16px;
        color: #426DFF;
    }

    .type-2-line .type-2-wrap .type-2-form .offer-text {
        font-size: 11px;
    }

    .type-2-line .type-2-wrap .type-2-form .fields {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

    .type-2-line .type-2-wrap .type-2-form .fields .field-block.small {
        width: 48%;
    }

    .type-2-line .type-2-wrap .type-2-form .fields .field-block.small input {
        width: 100%;
    }
}
.default.register-btn.t2.disabled{
    opacity: 0.5;
    pointer-events: none;
}
/* End */
/* /local/templates/AAM/components/bitrix/news.detail/banner-1/style.css?17543848091787 */
/* /local/components/aam/mainservices/templates/main/style.css?17555256813273 */
/* /local/components/aam/form/templates/type-1/style.css?17555863502655 */
/* /local/templates/AAM/components/bitrix/news.list/teachers/style.css?17504070152667 */
/* /local/components/aam/form/templates/type-2/style.css?17544030522888 */
