h1.page-title {
    letter-spacing: -0.04em;
}
.site-header {
    padding: 22px 0;
}

.header-row {
    display: flex;
    align-items: center;
}

.header-left {
    padding-right: 164px;
}

.header-right {
    flex: 1;
}

.block-system-branding-block img {
    max-width: 216px;
}

.nav-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.region-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.region-header > nav {
    padding-right: 44px;
}

.site-header ul.menu {
    display: flex;
    gap: 44px;
    margin: 0;
    padding: 0;
}

.site-header ul.menu li {
    margin-bottom: 0;
    list-style: none;
}

.site-header ul.menu li a {
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-text);
    letter-spacing: -0.04em;
}
.header-soc,
.menu-toggle {
    display: none;
}
.user_login_link {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../img/sprite.svg) no-repeat -51px -133px;
}

.dark .user_login_link {
    background-position: -96px -136px;
}

/**FOOTER**/
.footer-content {
    display: flex;
}
.footer-content-left {
    flex: 1;
}
.footer-content-right,
.footer-bottom-menu {
    width: 800px;
}
.site-footer {
    padding-top: 49px;
    padding-bottom: 49px;
    background: var(--color-muted-bg);
}
.site-footer ul.menu {
    padding-left: 0;
}
#block-webinar-footerlogo {
    padding: 0;
    margin: 0;
    padding-top: 56px;
}
#block-webinar-footerlogo img {
    max-width: 100%;
}
.site-footer .block {
    padding: 0;
    margin: 0;
    border: none;
}
.site-footer__top .region {
    float: none;
}
.site-footer .region-footer-first {
    margin-left: 0;
    margin-right: 0;
    display: block;
}
.footer_soc_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 140px;
}
.footer_soc_block p {
    margin: 0;
}
footer.site-footer .footer_soc_block a {
    display: flex;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.12em;
}
.footer_soc_block a:before {
    content: '';
    display: block;
    margin-right: 8px;
}
.footer_soc_block a.YouTube:before {
    width: 20px;
    height: 14px;
    background: url(../img/soc/yt.svg) no-repeat center;
}
.footer_soc_block a.facebook:before {
    width: 10px;
    height: 14px;
    background: url(../img/soc/fb.svg) no-repeat center;
}
.footer_soc_block a.Telegram:before {
    width: 18px;
    height: 14px;
    background: url(../img/soc/tg.svg) no-repeat center;
}
.footer_soc_block a.tiktok:before {
    width: 18px;
    height: 16px;
    background: url(../img/soc/tiktok.svg) no-repeat center;
}
.footer_soc_block a.Instagram:before {
    width: 16px;
    height: 16px;
    background: url(../img/soc/ins.svg) no-repeat center;
}
.footer_soc_block a.watsapp:before {
    width: 16px;
    height: 16px;
    background: url(../img/soc/wa.svg) no-repeat center;
}
footer.site-footer .content {
    width: 100%;
}
#block-webinar-email .field--name-body {
    padding-bottom: 24px;
    margin-bottom: 70px;
    border-bottom: 1px solid #D6D9E7;
}
#block-webinar-email .field--name-body a {
    font-size: 2.625rem;
    line-height: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}
#block-webinar-email .field--name-body a:hover {
    text-decoration: none;
}
.site-footer__top .row {
    margin: 0;
}
footer.site-footer .content, 
footer.site-footer .content a {
    color: #000;
}
.footer_contacts {
    font-weight: 500;
}
.footer_contacts-tel {
    line-height: 1;
    margin-bottom: 20px;
}
.footer_contacts-addr {
    margin-bottom: 68px;
}
.footer_contacts-pay {
    display: flex;
    padding-top: 24px;
}
.footer_contacts-pay-item {
    width: 56px;
    height: 40px;
    margin-right: 6px;
}
.footer_contacts-pay-item1 {
    background: url(../img/cards/visa.svg) no-repeat center;
}
.footer_contacts-pay-item2 {
    background: url(../img/cards/master.svg) no-repeat center;
}
.footer_contacts-pay-item3 {
    background: url(../img/cards/paypal.svg) no-repeat center;
}
.copyright-block {
    color: #303031;
    font-size: 0.75rem;
    text-transform: uppercase;
}
.site-footer ul.menu li {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 0;
    padding-right: 0;
}
.site-footer ul.menu li:not(:last-child) {
    margin-bottom: 22px;
}
.site-footer ul.menu li a {
    font-size: 1rem;
    line-height: 1rem;
    padding: 0;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}
.region-footer-fourth,
.region-footer-second {
    display: block;
}
#block-webinar-nizhniykolontitul {
    flex: 0 0 40%;
}
#block-webinar-footer1 {
    flex: 0 0 60%;
}
.region.region-footer-third {
    display: flex;
}
.footer-content-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}
.footer-bottom-menu ul.menu {
    display: flex;
    gap: 180px;
}
.footer-bottom-menu ul.menu li {
    width: auto;
}
.footer-bottom-menu ul.menu li a {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.875rem;
    color: #303031;
}
.footer-bottom-menu ul.menu li:not(:last-child) {
    margin-bottom: 0;
}

.site-main {
    padding: 60px 0 120px;
}

.social-block {
    display: flex;
    gap: 14px;
}
.social-block__item {
    position: relative;
    width: 40px;
    height: 40px;
    background: var(--color-muted-bg);
    border-radius: 50%;
}
.social-block__item:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}
.social-block__item--inst:after {
    background: url(../img/soc/ins.svg) no-repeat center;
}
.social-block__item--tiktok:after {
    background: url(../img/soc/tiktok.svg) no-repeat center;
}
.social-block__item--tg:after {
    background: url(../img/soc/tg.svg) no-repeat center;
}
.social-block__item--yt:after {
    background: url(../img/soc/yt.svg) no-repeat center;
}
.social-block__item--fb:after {
    background: url(../img/soc/fb.svg) no-repeat center;
}
.homework-mode-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    letter-spacing: -0.04em;
}

.dark .homework-mode-label,
.dark .user-name-info-block,
.dark .user-name-info-block a {
    color: #fff;
}

.homework-mode--false:before {
    content: '';
    width: 17px;
    height: 17px;
    background: url(../img/sprite.svg) no-repeat -111px -40px;
}

.homework-mode--true:before {
    content: '';
    width: 18px;
    height: 19px;
    background: url(../img/sprite.svg) no-repeat -80px -40px;
}

.user-name-info-block {
    font-size: 1rem;
    text-transform: uppercase;
    padding-left: 55px;
}
.user-name-info-block a {
    color: var(--color-text);
    letter-spacing: -0.04em;
}
.lesson-actions__social {
    display: flex;
    gap: 6px;
}
.homework-btn-link {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.04em;
}
.homework-btn-link span {
    line-height: 1;
}
.homework-btn-link:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/sprite.svg) no-repeat 0px 0px;
}
.homework-btn-link--email:before {
    display: none;
}
.homework-btn-link--tg {
    background: linear-gradient(135.45deg, #2193B0 14.32%, #6DD5ED 105.04%);
}
.homework-btn-link--whatsapp {
    background: linear-gradient(132.01deg, #56AB2F 8.8%, #4C8507 97.97%);
}
.homework-btn-link--viber {
    background: linear-gradient(90deg, #907BFF 80%, #775FFB 100%);
}
.homework-btn-link--email {
    background: linear-gradient(90deg, #7E8DFF 10.87%, #3049FF 100%);
}
.homework-btn-link--tg:before {
    background-position: -70px -72px;
}
.homework-btn-link--whatsapp:before {
    background-position: -99px -72px;
}
.homework-btn-link--viber:before {
    background-position: -128px -72px;
}
.path-checkout .site-main {
    padding: 80px 0 180px;
}
.path-checkout .page-title {
    margin-bottom: 24px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.checkout-complete_msg {
    margin-bottom: 100px;
}
.checkout-complete_msg-btn {
    margin-top: 44px;
}
.checkout-complete_msg-btn .btn {
    padding: 22px 20px;
}
.checkout-complete_contacts-label {
    margin-bottom: 32px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
}
.checkout-complete_contacts-text {
    margin-bottom: 32px;
}
.checkout-complete_contacts-text p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}
.checkout-complete_contacts-text p:not(:last-child) {
    margin-bottom: 24px;
}
.checkout-complete_contacts-text a {
    color: var(--color-text);
}
.page-title__label {
    margin-bottom: 24px;
}
.page-title__label span {
    display: inline-flex;
    gap: 4px;
    padding: 10px;
    color: #1539D3;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.04rem;
    border-radius: 12px;
    background: var(--color-muted-bg);
}
.page-title__label span:before {
    content: '';
    display: block;
    width: 15px;
    height: 16px;
    background: url(../img/sprite.svg) no-repeat -4px -160px;
}
.alert-page-content {
    display: flex;
    gap: 102px;
    align-items: center;
}
.alert-page-content .page-title {
    margin-bottom: 24px;
}
.alert-page-content p {
    color: rgba(0, 0, 0, 0.7);
}
.alert-page-content .btn {
    margin-top: 44px;
}
.user-login-form,
.user-pass,
.user-form,
.form-style-1 {
    padding: 32px;
    background: #fff;
    box-shadow: 12px 50px 100px rgba(0, 0, 0, 0.12);
    margin-left: auto;
    margin-right: auto;
}
.user-login-form,
.user-pass {
    max-width: 700px;
}
.path-user .tabs__list {
    justify-content: center;
}
.path-user .page-title {
    display: flex;
    align-items: flex-start;
    gap: 19px;
    font-size: 2rem;
    text-transform: uppercase;
}
.page-title-points {
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 8px 12px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    border-radius: 24px;
    background: #27C500;
    text-wrap: nowrap;
}
.page-title-points:before {
    content: '';
    display: block;
    width: 14px;
    height: 17px;
    background: url(/modules/custom/webinar_all/img/sprite2.svg) no-repeat -28px -2px;
}
#block-webinar-loginblock-2 {
    display: none;
}
.node--id-238.node--view-mode-full,
.node--id-237.node--view-mode-full {
    max-width: 1062px;
}
#block-webinar-kursy {
    display: none;
}