@font-face {
    font-family: 'BebasNeue';
    src: url(../fonts/BebasNeue-Regular.otf);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.info_coockie {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100000000000;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0 0 20px #00000036;
}
.info_coockie .content {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    gap: 20px;
    align-items: center;
}
.info_coockie .content .img {
    flex: 0 0 46px;
}
.info_coockie .content .img img {}
.info_coockie .content .text {}
.info_coockie .content .text p {
    font-size: 13px;
    color: #727272;
}
.info_coockie .content .text p.title {
    color: #e49c00;
}
.info_coockie .content .coockie_close {
    color: #727272;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #9d9d9d;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}
.info_coockie .content .coockie_close img {
    flex: 0 0 13px;
}
@media (max-width:728px) {
  .info_coockie .content {
    flex-wrap: wrap;
}
}

.no_autorize_popup {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000009c;
    z-index: 100000;
    align-items: center;
    justify-content: center;
}
.no_autorize_popup .container {
    max-width: 600px;
	position: relative;
}
.no_autorize_popup .container iframe {
	min-height:480px;
	border-radius: 6px;
}
.no_autorize_popup .container .popup_wrap {
	border-radius: 6px;
	padding: 50px;
	background: #e9f0f9;
}
.no_autorize_popup .container .popup_wrap h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}
.no_autorize_popup .container .popup_wrap p {
    font-size: 18px;
    margin-bottom: 10px;
}
.no_autorize_popup .container .buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.no_autorize_popup .container .buttons button {}
.no_autorize_popup .container .buttons .btn {
    display: flex;
    background: #12A730;
    height: 50px;
    width: fit-content;
    color: #fff;
    border: 0;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	padding: 0 20px;
    font-size: 18px;
}
.no_autorize_popup .no_autorize_popup_close {
    position: absolute;
    width: 25px;
    height: 25px;
    top: -30px;
    right: 0;
    cursor: pointer;
}
.no_autorize_popup .no_autorize_popup_close span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 11px;
}
.no_autorize_popup .no_autorize_popup_close span:nth-child(1) {
    transform: rotate(-45deg);
}
.no_autorize_popup .no_autorize_popup_close span:nth-child(2) {
    transform: rotate(45deg);
}
.speakers__smallcontainer .btn_std,.place__wrapper .btn_std{
    margin-top: 44px;
}
.main_screen {
    padding-bottom: 80px;
}
@media (max-width: 992px) {
    .main_screen {
    padding-bottom: 80px;
}
}
@media (max-width: 479px) {
    .about_ss .forma_wrap form label[for=policy] {
        flex: 0 1 100%;
    }
}
.popup {
    display: none;
}
.popup.open {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #000000ab;
    padding: 10px;
}
.popup .container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
}
.popup .container img {
}
.popup .container .close_popup {
    position: absolute;
    width: 25px;
    height: 25px;
    top: -28px;
    right: 0;
    cursor: pointer;
}
.popup .container .close_popup span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 13px;
}
.popup .container .close_popup span:nth-child(1) {
    transform: rotate(45deg);
}
.popup .container .close_popup span:nth-child(2) {
	transform: rotate(-45deg);
}
.popup#paywall_02_2026 .container {
	max-width: 640px;
}
.paywall_02_2026 {
    width: 640px;
    height: 480px;
    overflow: hidden;
    background: url(../img/paywall.png) center no-repeat;
    position: relative;
}
.paywall_02_2026 .forma_wrap {
    position: absolute;
    width: 275px;
    right: 60px;
    top: 57px;
    background: #fff;
}
.paywall_02_2026 .forma_wrap .forma {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.paywall_02_2026 .forma_wrap .forma h1 {
    font-family: 'BebasNeue';
    color: #0B6EFD;
    font-weight: 400;
    font-size: 33px;
    text-align: center;
    letter-spacing: 0.7px;
    margin-bottom: 22px;
}
.paywall_02_2026 .forma_wrap .forma .pre {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.paywall_02_2026 .forma_wrap .forma .gift {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 8px;
    margin-bottom: 32px;
}
.paywall_02_2026 .forma_wrap .forma .gift img {}
.paywall_02_2026 .forma_wrap .forma .gift p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.2px;
}
.paywall_02_2026 .forma_wrap .forma .timer {
    font-size: 48px;
    font-family: 'BebasNeue';
    text-align: center;
    margin-top: 8px;
    margin-bottom: 20px;
	line-height: 1;
}
.paywall_02_2026 .forma_wrap .forma label {
    width:100%;
    position: relative;
    margin-bottom: 10px;
}
.paywall_02_2026 .forma_wrap .forma label input {
    width: 100%;
    border: 0.7px solid #D4D4D4;
    height: 38px;
    padding-left: 15px;
    border-radius: 100px;
	font-size: 16px;
}
.paywall_02_2026 .forma_wrap .forma label input::placeholder {
  color:#c4c4c4
}
.paywall_02_2026 .forma_wrap .forma label input.error {
    border: 2px solid red;
}
.paywall_02_2026 .forma_wrap .forma label .warning {
    background: red;
    color: #fff;
    position: absolute;
    font-size: 12px;
    padding: 0 7px;
    bottom: -5px;
    right: 0;
    border-radius: 50px;
}
.paywall_02_2026 .forma_wrap .forma label[for=policy] {
    display: flex;
    gap: 5px;
    padding: 5px;
    align-items: center;
    margin: 10px auto 0;
    justify-content: center;
}
.paywall_02_2026 .forma_wrap .forma label[for=policy] input {
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
}
.paywall_02_2026 .forma_wrap .forma label[for=policy] .label {
    line-height: 1;
    font-size: 7px;
    color: #C4C4C4;
}
.paywall_02_2026 .forma_wrap .forma label[for=policy] .label a {
    color: #C4C4C4;
}
.paywall_02_2026 .forma_wrap .forma .btn {
    flex: 0 0 100%;
	width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0B6EFD;
    min-height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 100px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.paywall_02_2026 .forma_wrap .forma .btn:hover {
  opacity:0.8
}
.paywall_02_2026 .forma_wrap div.success {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    align-content: center;
}
.paywall_02_2026 .forma_wrap div.success h2 {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 5px;
    flex: 0 0 100%;
    font-weight: 400;
    text-transform: uppercase;
}
.paywall_02_2026 .forma_wrap div.success p {
    width: 100%;
    font-size: 18px;
}
.paywall_02_2026 .forma_wrap div.error {
	color:red;
}
@media (max-width: 670px) {
	.popup.open {
		display:none;
	}
}


.speakers__photo.sp_moderator{position:relative; z-index: 0;}
.speakers__photo.sp_moderator:after{content: 'МОДЕРАТОР';    display: block;    position: absolute;    right: 0;    bottom: 20px;  text-transform: uppercase;  font-size: 12px;  line-height: 24px;    font-weight: 500;    font-family: "GraphikLCG";    letter-spacing: .07em;    color: white;    background-color: var(--prime-color);    padding: 2px 8px 0;}

.program__item {    -webkit-box-orient: vertical;    -webkit-box-direction: normal;    -ms-flex-direction: column;    flex-direction: column;}

.program__main_content{width: 100%;}
.program__block_number {    max-width:100px;}
.program__block_number.time_program {
    font-size: 14px;
    line-height: 30px;
    white-space:nowrap;
    color: white;
    background-color: #C9C9C9;
    padding: 1px 12px 0;
    max-width: 129px;
    text-align: center;
}
.program__block_number.time_program.other_content {
    background-color:transparent;
}
.program__main_content {
    -ms-grid-columns: 140px auto;
    grid-template-columns: 140px auto;
    margin-bottom: 36px;
}

.program__main_content:first-child {
    margin-top: 0;
}

.program__main_content_tema {
    position:relative; 
    padding-left: 18px;   
    font-weight: 500;
    max-width: 850px;
}
.program__main_content_tema.lunch {
    position:relative; 
    padding-left: 24px;   
    font-weight: 400;
    color:#404040;
}
.program__main_content_tema.cafe {
    position: relative;
    padding-left: 24px;
    font-weight: 400;
    color: #404040;
}
.program__main_content_tema:before {
    position:absolute;
    content:'';
    display: block;
    background-color:var(--accent-red);
    width:6px;
    height: 6px;
    top: 10px;
    left: 0;
}
.program__main_content_tema.lunch:before {
    position:absolute;    
    content:'';
    display: block;
    background-color:transparent;
    background-image: url(../images/icn_lunch.svg);
    background-size:16px;
    width:16px;
    height:16px;
    top: 6px;
    left: 0;
}
.program__main_content_tema.cafe:before {
    position:absolute;    
    content:'';
    display: block;
    background-color:transparent;
    background-image: url(../images/icn_cafe.svg);
    background-size:16px;
    width:16px;
    height:16px;
    top: 6px;
    left: 0;
}
.program__main_content_speaker {
    padding:14px 18px;
    border-radius:6px;
    background-color:#FAFAFA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
    gap:30px;
    margin-top: 12px;
}
.program__main_content_speaker_img {
    width: 72px;
    height: 72px;
    -ms-flex-negative:0;
        flex-shrink:0;

}
.program__main_content_speaker_txt {
    color:#414141;
    max-width:500px;
    padding-top: 6px;
}
.program__main_content_speaker_name {
    font-size: 16px;
    line-height: 1.1em;
    margin-bottom: 6px;
    font-weight: 600;
    letter-spacing:-.02em;
}
.program__main_content_speaker_position {
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing:-.02em;
}
.program__main_content_txt h3 {
    min-height: inherit;
    margin-bottom: 20px;
}
.program__main_content_speaker_name.moderator span{position:relative; z-index: 0;}
.program__main_content_speaker_name.moderator span:after{
        content: 'МОДЕРАТОР';
    display: inline;
    position: relative;
    left: 10px;
    bottom: 2px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
    font-family: "GraphikLCG";
    letter-spacing: .07em;
    color: white;
    background-color: var(--prime-color);
    padding: 4px 8px 3px;
}
.program__other_content_wrapper {
    padding: 40px 56px 30px;
    border-radius: var(--border-radius);
    background-color: #FAFAFA;
    background-repeat: no-repeat;
    background-position: 90% 78%;
    min-height: 352px;
}
.program__other_content_wrapper h4 span {
    background-color: var(--accent-red);
    font-size: 14px;
    line-height: 30px;
    padding: 1px 12px 0;
}
.program__other_content_wrapper h4 span.time_program {
    font-size: 14px;
    line-height: 30px;
    white-space:nowrap;
    color: white;
    background-color: #C9C9C9;
    padding: 1px 12px 0;
    max-width: 129px;
    text-align: center;
}
.program__item:nth-child(1) .program__other_content_wrapper h4 {
    min-height: 60px;
}
.program__other_content_wrapper {
    min-height: 200px;
    background-size: 170px;
}
.block_program,.lunch_block{margin-top: 40px;}

    @media (max-width: 600px) {
.program__main_content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 44px;
}
.program__wrapper {
    margin-top: 50px;
}
.program__other_content_wrapper {
    padding: 30px 26px;
    }
}
@media (max-width: 479px) {
    .program__main_content {
        margin-bottom: 34px;
    }
    .program__smallcontainer:last-child {
    padding-top: 20px;
}
}



.program__other_content_wrapper.discussion .program__main_content_speaker,.program__other_content_wrapper.demonstation .program__main_content_speaker {

    padding:0;
    border-radius:0;
    background-color:transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
    gap:30px;
    margin-top: 20px;
}

.program__other_content_wrapper.discussion .program__main_content_speaker.many {

    gap:12px;
}
.program__main_content_speaker_img {
    width: 72px;
    height: 72px;
    -ms-flex-negative:0;
        flex-shrink:0;

}
.program__main_content_speaker_txt {
    color:#414141;
    max-width:500px;
    padding-top: 6px;
}
.program__main_content_speaker_name {
    font-size: 16px;
    line-height: 1.1em;
    margin-bottom: 6px;
    font-weight: 600;
    letter-spacing:-.02em;
}
.program__main_content_speaker_position {
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing:-.02em;
}
/* ===== Блоки преимуществ (спикеры/окружение/программа) ===== */
:root { --accent-red: #E1251B; }

.benefits { padding-top: 90px; }
.benefits__smallcontainer { display: flex; flex-direction: column; gap: 64px; }
.benefits__item { display: flex; align-items: center; gap: 64px; }
.benefits__item--reverse { flex-direction: row-reverse; }
.benefits__image { flex: 0 0 54%; max-width: 54%; }
.benefits__image img { display: block; width: 100%; height: auto; border-radius: var(--border-radius); }
.benefits__text { flex: 1 1 auto; }
.benefits__num {
    font-family: 'BebasNeue';
    font-size: 96px;
    line-height: .9;
    color: var(--accent-red);
    letter-spacing: .02em;
    margin-bottom: 14px;
}
.benefits__text h3 {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--header-color);
    margin-bottom: 16px;
    letter-spacing: -.02em;
}
.benefits__text p { font-size: 20px; line-height: 1.45; color: var(--text-color); max-width: 460px; }
@media (max-width: 992px) {
    .about_ss__logo{display:none;}
    .benefits { padding-top: 60px; }
    .benefits__smallcontainer { gap: 44px; }
    .benefits__item, .benefits__item--reverse { /*flex-direction: column;*/ align-items: stretch; gap: 22px; }
    .benefits__image { /*flex: none;*/ max-width: 100%; }
    .benefits__num { font-size: 72px; }
    .benefits__text h3 { font-size: 26px; }
    .benefits__text p { font-size: 17px; max-width: none; }
      .about_ss__wrapper, .about_ss__smallcontainer{
        display: block;
    padding-left: 0!important;
    padding-right: 0!important;
}
.about_ss .forma_wrap {
    padding: 70px 16px 95px;
}
}
@media (max-width: 780px) {
.benefits__item, .benefits__item--reverse {
        flex-direction: column;
        align-items: stretch;
        gap: 22px;
    }    
    .benefits__image {
        width: 100%;
        max-width: 500px;
    }
}
}

/* Шапка блока «Спикеры»: заголовок + приписка «состав пополняется» справа со спиннером */
.speakers__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 32px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.speakers__smallcontainer.speakers__head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.speakers__head h2 { margin-bottom: 0; }
.speakers__soon {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--disable-color);
    font-size: 17px;
    font-style: italic;
}
.speakers__soon_spinner {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(116,117,128,.25);
    border-top-color: var(--disable-color);
    border-radius: 50%;
    animation: speakers_spin .8s linear infinite;
}
@keyframes speakers_spin { to { transform: rotate(360deg); } }
@media (max-width: 550px) {
    .speakers__soon { font-size: 15px; }
    .speakers__soon_spinner { width: 16px; height: 16px; }
.speakers__smallcontainer.speakers__head{flex-direction:column; gap:24px;}

    .about_ss__wrapper {
        padding: 0;
    }
}
@media (prefers-reduced-motion: reduce) {
    .speakers__soon_spinner { animation: none; }
}

/* Фон карточки «Нетворкинг» — webp вместо тяжёлого png (1МБ → 57КБ).
   Затемнение из левого-верхнего угла — отдельным градиент-слоем поверх фото (фото чистое). */
.what .what_4 {
    background-image:
        linear-gradient(135deg, rgb(229 224 223) 0%, rgba(229,224,223,.6) 35%, rgba(229,224,226,0) 58%),
        url(../images/bg_what_4.webp?v=20260720);
}
@media (max-width: 479px) {
    .what .what_4 { background-image: none; }
    .what .what_4:after {
        background-image:
            linear-gradient(135deg, rgb(229 224 223) 0%, rgba(229,224,223,.6) 35%, rgba(229,224,226,0) 58%),
            url(../images/bg_what_4.webp?v=20260720);
    }
}
/* Светлый угол → текст карточки тёмным, чтобы читался */
.what_4 .what__item_about { color: var(--text-color); }
@media (max-width: 479px) {
    .what_4 .what__item_about { color: white; }
}
.what__item.what_4:hover .what__item_about { color: white; }

/* ===== Первый экран: обёртка формы (центрируем по офферу) ===== */
.main_screen__form { width: 100%; max-width: 864px; margin: 0 auto; }

/* ===== Блок «бесплатное участие» + форма ===== */
.about_ss__list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.about_ss__list li {
    position: relative;
    padding-left: 26px;
    font-size: 20px;
    line-height: 1.35;
    color: var(--text-color);
    font-weight: 600;
}
.about_ss__list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: .5em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-red);
}
.benefits__cta { align-self: flex-start; margin-top: 70px; }
/* Плашку формы выравниваем по тексту-заголовку выше (те же боковые отступы) */
.about_ss__wrapper { max-width: 1276px; margin-left: auto; margin-right: auto; }
.about_ss__text h2 {
    margin-bottom: 12px;
    max-width: 660px;
}
@media (max-width: 992px) {
    .about_ss__text ul {
        width: 340px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .about_ss__text h2 {
        margin-bottom: 0;
    }
}
.about_ss__lead {
    font-size: 20px;
    line-height: 1.45;
    color: var(--text-color);
    max-width: 760px;
    margin-bottom: 28px;
}
.ss_form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
}
.about_ss .forma_wrap form.ss_form {
    flex-wrap: wrap;
}
.ss_form label { position: relative; flex: 1 1 210px; margin: 0; }
.ss_form label input[type=text] {
    width: 100%;
    height: 52px;
    border: none;
    border-bottom: 2px solid var(--text-color);
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    background: transparent;
    color: var(--text-color);
    font-family: inherit;
}
.ss_form label input[type=text]::placeholder { color: var(--text-color); text-transform: uppercase; }
.ss_form label input.error { border-bottom-color: #E1251B; box-shadow: none; }
.ss_form .btn_std { flex: 0 0 auto; margin: 0; white-space: nowrap; }
.ss_form .warning {
    position: absolute;
    left: 0;
    bottom: -18px;
    font-size: 12px;
    color: #fff;
    background: #E1251B;
    padding: 1px 8px;
    border-radius: 40px;
    z-index: 2;
}
.ss_form__policy {
    color: var(--disable-color);
    font-size: 12px;
    line-height: 1.4;
    margin-top: 16px;
    max-width: 560px;
}
.ss_form__policy a { color: var(--light-color); text-decoration: underline; }
@media (max-width: 780px) {
    .about_ss__lead { font-size: 17px; }
    .ss_form label { flex: 1 1 100%; }
    .ss_form .btn_std { width: 100%; justify-content: center; }
    .about_ss__lead {
    margin-bottom: 0;
}
}

/* Первый экран: название в 3 строки, подзаголовок отдельной строкой на всю ширину от даты */
.main_screen__name {
    flex-wrap: wrap;
    margin-top: 32px;
}
.main_screen__day {
    font-size: 217px;
    line-height: 0.9em;
    color: var(--prime-color);
    letter-spacing: -.07em;
}
.main_screen__month {
    font-size: 31px;
    line-height: 0;
    letter-spacing: -.04em;
    position: absolute;
    top: 126px;
    right: 40px;
}
.main_screen__name_wrapper {
    width: 422px;
}
.main_screen__name_wrapper h1 {
    font-size: 80px;
    line-height: .9em;
}
.main_screen__subtitle {
    flex: 0 0 100%;
    width: 100%;
    max-width: 684px;
    margin-top: 24px;
    font-size: 30px;
    line-height: 1.05em;
    font-family: 'GraphikLCG';
    letter-spacing: -.2px;
    color: #fff;
    white-space: nowrap;
}
.main_screen__place {
    margin-top: 32px;
    padding-top: 9px;
    min-height: 44px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: .01em;
}
@media (max-width: 780px) {
    .main_screen__subtitle { font-size: 24px; white-space: normal; }
}
@media (max-width: 620px) {
    .main_screen__subtitle { text-align: center; }
}

/* Первый экран: плашка формы шире + аккуратный брендовый чекбокс согласия */
.main_screen__form {
    max-width: 1216px;
}
/* На экранах ≤1286px даём боковые отступы, чтобы контент/форма не врезались в края
   (фон остаётся на всю ширину, паддинг сдвигает только содержимое) */
@media (max-width: 1286px) {
    .main_screen { padding-left: 20px; padding-right: 20px; }
}
.main_screen .forma_wrap form label[for=policy] input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    accent-color: var(--prime-color);
    cursor: pointer;
}

/* Мобильные сбросы: мои десктоп-правки грузятся после style.css и перебивают
   оригинальные брейкпоинты — возвращаю их значения на узких экранах */
@media (max-width: 900px) {
    .main_screen__day { font-size: 20vw; }
    .main_screen__month { position: relative; top: 0; right: auto; line-height: 1em; }
}
@media (max-width: 835px) {
    .main_screen__place { font-size: 20px; white-space: normal; }
}
@media (max-width: 780px) {
    .main_screen__name_wrapper { width: auto; }
    .main_screen__name_wrapper h1 { font-size: 50px; }
}
@media (max-width: 620px) {
    .main_screen__day { font-size: 30px; line-height: 1em; }
    .main_screen__month { font-size: 30px; }
}
@media (max-width: 479px) {
    .main_screen__name_wrapper h1 { font-size: 40px; }
}

.main_screen .forma_wrap form[data-forum-status-form="1"] {
    flex-wrap: wrap;
}
.forum-form-state-title {
    flex: 0 0 100%;
    width: 100%;
    font-family: "GraphikLCG", sans-serif;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 4px;
}
.about_ss .forum-form-state-title {
    color: var(--text-color);
}
.sendform.is-submitting {
    pointer-events: none;
    opacity: .65;
}
.forum-success-chat {
    margin: 24px auto 18px;
    max-width: 240px;
}
.forum-success-note {
    max-width: 760px;
    margin: 18px auto 0;
    font-size: 16px;
    line-height: 1.45;
}
.forum-success-note a {
    color: var(--prime-color);
}
.forum-success-social {
    margin-top: 24px;
}
.forum-success-social p {
    margin-bottom: 14px;
}
.forum-success-social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}
.forum-success-social-links a {
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
}
.forum-success-social-links img {
    display: block;
    max-width: 46px;
    max-height: 46px;
}
@media (max-width: 620px) {
    .forum-form-state-title {
        font-size: 20px;
        text-align: center;
    }
}
