/* lektor detail */
@import url(components/bitrix/news.detail/lektor/style.css);

@import url(category_buttons.css);

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Aqum;
    src: url(fonts/Aqum.ttf);
}

body {
    font-family: Montserrat, sans-serif;
}

header {
    background-color: #FFFFFF;
    height: 72px;
    margin-bottom: 30px;
}

.logo img {
    height: 72px;
}

.menu {
    text-align: center;
}

.menu a {
    text-decoration: none;
    color: #000037;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 0 20px;
    font-weight: 200;
    margin: 30px 0px;
    display: inline-block;
}

.menu-mobile {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.menu-mobile a {
    text-decoration: none;
    margin: 8px 0px;
    display: inline-block;
    color: var(--black, #000037);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
}

.header-mobile-title {
    color: var(--blue, #0080FF);
    font-family: Aqum;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    /* 26px */
}

.opened-header-mobile {
    background: var(--black-50, rgba(0, 0, 55, 0.50));
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    z-index: 10;
    display: none;
    padding: 34px 20px 20px 20px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px 224px;
    flex-wrap: wrap;
    border-radius: 0px 0px 12px 12px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 55, 0.15);
}

.back-button {
    margin-left: 12px;
    margin-right: 35%;
    align-self: center;
    text-decoration: none;
    display: flex;
    height: 40px;
    padding: 14px 20px 13px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--blue-15, rgba(0, 128, 255, 0.15));
}

.btn-white {
    cursor: pointer;
    color: var(--black, #000037) !important;
    text-decoration: none;
    padding: 12px 24px 13px 24px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 2px solid var(--orange, #F7A600);
    margin: 15 0px !important;
}

.btn-orange {
    cursor: pointer;
    color: var(--white, #FFF) !important;
    text-decoration: none;
    padding: 12px 24px 13px 24px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 2px solid;
    background: var(--gradient, linear-gradient(90deg, #FE7800 0%, #F7A600 100%));
    margin: 15 0px !important;
}

.site-search-container {
    margin-bottom: 0 !important;
    position: relative;
    display: none;
    align-self: center;
}

.site-search-mobile-container {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    align-self: center;
}

.site-search {
    display: flex;
    width: 133%;
    padding: 11px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 2px solid var(--blue, #0080FF);
}

.site-search-mobile {
    display: flex;
    width: 100%;
    padding: 11px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 2px solid var(--blue, #0080FF);
}

.close-search {
    position: absolute;
    transform: translate(0, -50%);
    left: 124%;
    top: 50%;
}

.search-icon {
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    right: 5%;
}

.menu-buttons {
    height: 80px;
    gap: 20px;
    display: flex;
    justify-content: end;
}

.mobile-auth {
    display: block;
    width: 100%;
}

.login a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 200;
    margin: 17px 0px;
    display: block;
    text-align: center;
}

.page_title {
    color: var(--blue, #0080FF);
    font-family: Aqum;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.about-margin {
    margin-top: 40px;
}

.page_description {
    color: var(--black, #000037);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.form-group {
    margin-bottom: 1rem;
}

.to-cources-margin {
    margin-top: 45px;
}

.doctor-img {
    width: 100%;
}

.card-category {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    border-radius: 16px;
    border: 2px solid var(--blue, #0080FF);
    background: var(--white, #FFF);
}

.category-margin {
    margin-top: 30px;
    margin-bottom: 80px;
}

.card-category-text {
    color: var(--black, #000037);
    padding: 29px 40px 26px 32px;
}

.card-category-img {}

/* .card-category:hover {
    color: #fff;
    background: var(--gradient, linear-gradient(90deg, #FE7800 0%, #F7A600 100%));
} */


.card-info {
    display: flex;
    padding: 20px;
    align-items: flex-start;
    gap: 16px;
}

.card-info-img {
    padding: 20px;
    border-radius: 16px;
    border: 2px solid var(--blue, #0080FF);
}

.card-info-title {
    margin-bottom: 10px;
    align-self: stretch;
    color: var(--black, #000037);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.card-info-description {
    align-self: stretch;
    color: var(--black-50, rgba(0, 0, 55, 0.50));
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.container-about {
    padding: 120px 0px;
    background: var(--blue-15, rgba(0, 128, 255, 0.15));
}

.about-title {
    margin-bottom: 40px;
    color: var(--blue, #0080FF);
    font-family: Aqum;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.about-description {
    color: var(--black, #000037);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.about-photo {
    display: flex;
    width: 630px;
    height: 342px;
    padding: 20px;
    align-items: flex-start;
    border-radius: 16px;
    background-image: url("images/about-photo.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.lektors-margin {
    margin-top: 120px;
}

.footer {
    background: var(--light, #EDEDED);
    padding: 40px 0px;
}

.footer-menu {
    text-align: center;
}

.footer-menu a {
    text-decoration: none;
    color: #000037;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 0 20px;
    font-weight: 200;
    margin: 0px;
    display: inline-block;
}

.footer-text {
    color: var(--black-50, rgba(0, 0, 55, 0.50)) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
}

.footer-politic {
    float: left;
}

.footer-rights {
    text-decoration: none;
}

.footer-dev {
    float: right;
}

.footer-menu-margin {
    margin-top: 40px;
    margin-bottom: 80px;
}

.margin-bottom-zero {
    margin-bottom: 0px !important;
}

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

.align-self-center {
    align-self: center;
}

.text-decoration-none {
    text-decoration: none;
}

@media (max-width: 1400px) {
    .back-button {
        margin-right: 32.8%;
    }
}

@media (max-width: 1200px) {
    .back-button {
        margin-right: 29.6%;
    }

    .page_title {
        font-size: 32px;
    }
}


@media (max-width: 992px) {
    .card-category-text {
        color: var(--black, #000037);
        padding: 17px 40px 17px 20px;
    }

    .header-back-row {
        justify-content: space-between;
    }

    .back-button {
        margin-right: 0%;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .page_title {
        font-size: 24px;
    }

    .about-margin {
        margin-top: 20px;
    }

    .to-cources-button {
        text-align: center;
        display: block;
    }

    .container-about {
        padding: 40px 0px;
    }

    .about-title {
        margin-bottom: 16px;
    }

    .about-photo {
        height: 300px;
    }

    .about-order {
        flex-direction: column-reverse;
    }

    .card-info {
        padding: 15px 5px;
    }

    .to-cources-margin {
        margin-top: 20px;
    }

    .doctor-img {
        margin-top: 40px;
    }

    .lektors-margin {
        margin-top: 40px;
    }

    .category-margin {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-politic {
        float: none;
        margin-bottom: 20px;
    }

    .footer-rights {
        margin-bottom: 20px;
    }

    .footer-dev {
        float: none;
    }

    .footer-align {
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-menu-margin {
        margin-bottom: 40px;
    }
}

@media (max-width: 560px) {
    .about-photo {
        height: 50vw;
    }
}

/* auth */
div.bx-auth {
    max-width: 600px;
    margin-top: 16px;
    margin-bottom: 24px;
}

div.bx-auth form {
    padding: 0;
    margin: 0;
}

div.bx-auth-line {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
}

div.bx-auth-title {
    font-size: 140%;
    border-bottom: solid 2px #E3E3E3;
    padding-bottom: 12px;
}

div.bx-auth-note {
    margin: 18px 0px 6px 0px;
}

td.bx-auth-label {
    text-align: right;
    font-weight: bold;
}

table.bx-auth-table {
    margin-top: 8px;
}

table.bx-auth-table td {
    padding: 3px;
}

div.bx-auth input.bx-auth-input {
    vertical-align: middle;
}

div.bx-auth span.bx-auth-secure {
    background-color: #FFFAE3;
    border: 1px solid #DEDBC8;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
}

div.bx-auth div.bx-auth-secure-icon {
    background-image: url(images/sec.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 18px;
}

div.bx-auth div.bx-auth-secure-unlock {
    background-image: url(images/sec-unlocked.png);
}

.login-button {
    text-decoration: none;
    align-self: flex-start;
    width: 100%;
    color: var(--white, #FFF);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    display: flex;
    padding: 14px 24px 13px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 0px;
    background: var(--gradient, linear-gradient(90deg, #FE7800 0%, #F7A600 100%));
    margin-bottom: 40px;
}

.login-reg-button {
    font-weight: 400;
    border-radius: 8px;
    border: 2px solid var(--orange, #F7A600);
    color: var(--black, #000037);
    background: #FFF;
}

.forget-password {
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translate(0, -50%);
    text-decoration: none;
    color: var(--blue, #0080FF);
    text-align: right;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
}

.forget-password:hover {
    color: var(--blue, #0080FF);
}

.login-reg-button:hover {
    color: var(--black, #000037);
}

.login-margin-bottom {
    margin-bottom: 41vh;
}


/*body {
			align-items: center;
			color: #fff !important;
			display: flex;
			flex-direction: column;
			font-size: calc(10px + 2vmin);
			justify-content: center;
			background-color: #282c34 !important;
			height: 100vh;
			overflow: hidden;
			font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
			-webkit-font-smoothing: antialiased;
		}*/