@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
:root {
    --font: "Inter", sans-serif;
    --bg: #fff;
    --h-bg: var(--bg);
    --bg-opacity: #fbfbfb;
    --blackboard: rgba(0, 0, 0, 0.3);
    --b24-primary-color: var(--t) !important;
    --text: #171717;
    --text-grey: #6e6e73;
    --text-grey-light: #a2a2aa;
    --contrast: #fff;
    --pad: 8rem;
    --border: #f5f5f8;
    --h-border: var(--border);
    --grey-bg: #f5f5f7;
    --grey-bg-dark: #dadae0;
    --rem: 0.65vw;
    --line-height: 1.2;
    --container: 105rem;
    --sp: calc((100vw - var(--container)) / 2);
    --logo: 3.5rem;
    --blur: 80px;
    --fz: 1.45rem;
    --fz-smaller: calc(var(--fz) * 0.9);
    --fz-small: calc(var(--fz) * 0.9);
    --fz-larger: calc(var(--fz) * 1.25);
    --fz-large: calc(var(--fz) * 1.2);
    --btn-shadow: rgba(0, 0, 0, 0.1);
    --h: 4.5rem;
    --h-smaller: 3.5rem;
    --h-small: 2.5rem;
    --h-larger: 5rem;
    --h-large: 5.5rem;
    --checkbox: 1.6rem;
    --toggler: 2rem;
    --t: #e50914;
    --t-dark: rgb(219.1857142857, 8.6142857143, 19.1428571429);
    --t-light: rgb(249.5357142857, 115.9642857143, 122.6428571429);
    --t-focus: rgba(229, 9, 20, 0.3);
    --t-opacity: rgba(229, 9, 20, 0.1);
    --orange: #e64b0f;
    --orange-dark: rgb(182.1224489796, 59.387755102, 11.8775510204);
    --orange-light: rgb(241.8979591837, 106.5102040816, 54.1020408163);
    --orange-focus: rgba(230, 75, 15, 0.3);
    --orange-opacity: rgba(230, 75, 15, 0.1);
    --red: #e50914;
    --red-dark: rgb(179.9285714286, 7.0714285714, 15.7142857143);
    --red-light: rgb(246.6428571429, 42.3571428571, 52.5714285714);
    --red-focus: rgba(229, 9, 20, 0.3);
    --red-opacity: rgba(229, 9, 20, 0.1);
    --green: #b9f6dd;
    --green-dark: rgb(139.8101265823, 240.1898734177, 199.0506329114);
    --green-light: #e0ede8;
    --green-focus: rgba(185, 246, 221, 0.3);
    --green-opacity: rgba(185, 246, 221, 0.1);
    --yellow: #ffd84c;
    --yellow-dark: rgb(254.5, 199.0502793296, 0);
    --yellow-light: rgb(255, 227.1117318436, 127);
    --yellow-focus: rgba(255, 216, 76, 0.3);
    --yellow-opacity: rgba(255, 216, 76, 0.1);
    --h1: 6.5rem;
    --h2: 4rem;
    --h3: 3.55rem;
    --h4: 3rem;
    --h5: 2.5rem;
    --h6: 1.8rem;
    --rad: 0.9rem;
    --rad-smaller: 0.6rem;
    --rad-small: 0.4rem;
    --rad-larger: 1rem;
    --rad-large: 1.2rem;
    --shadow: 0 1rem 2rem rgba(0, 0, 0, 0.02);
    --hd: 5.5rem;
    --third: 3;
    --card: 4;
    --half: 2;
}
.smaller {
    --fz: var(--fz-smaller);
    --h: var(--h-smaller);
    font-size: var(--fz);
}
.small {
    --fz: var(--fz-small);
    --h: var(--h-small);
    font-size: var(--fz);
}
.larger {
    --fz: var(--fz-larger);
    --h: var(--h-larger);
    font-size: var(--fz);
}
.large {
    --fz: var(--fz-large);
    --h: var(--h-large);
    font-size: var(--fz);
}
.light {
    color: var(--text);
    --text: #000;
    --text-grey: #6e6e73;
    --text-grey-light: #a2a2aa;
}



section.card-body.tab-content {
    overflow-y: auto;
    display: block !important;
max-height: calc(100vh - 400px);
}
.dark {
    --bg: #24262a;
    --h-bg: var(--grey-bg-light);
    --blackboard: rgba(255, 255, 255, 0.05);
    --bg-opacity: rgba(36, 38, 42, 0.8);
    --text: #fff;
    --text-grey: #8c919b;
    --text-grey-light: #70767c;
    --contrast: #000;
    --border: #3b3e42;
    --h-border: var(--border);
    --grey-bg-light: #282a2e;
    --grey-bg: #2f3236;
    --grey-bg-dark: #36393d;
    --switch-bg: #6a6e74;
    --btn-shadow: rgba(255, 255, 255, 0.1);
    --orange: #eb6b39;
    --orange-dark: rgb(218.8899082569, 77.3853211009, 22.1100917431);
    --orange-light: rgb(239.6788990826, 141.623853211, 103.3211009174);
    --orange-focus: rgba(235, 107, 57, 0.3);
    --orange-opacity: rgba(235, 107, 57, 0.1);
    --green: #12d864;
    --green-dark: rgb(14.0769230769, 168.9230769231, 78.2051282051);
    --green-light: rgb(47.3076923077, 237.6923076923, 126.1538461538);
    --green-focus: rgba(18, 216, 100, 0.3);
    --green-opacity: rgba(18, 216, 100, 0.1);
    color: var(--text);
    color-scheme: dark;
}
.redTheme,
[color="red"] {
    --t: var(--red);
    --t-dark: var(--red-dark);
    --t-light: var(--red-light);
    --t-focus: var(--red-focus);
    --t-opacity: var(--red-opacity);
}
.orangeTheme,
[color="orange"] {
    --t: var(--orange);
    --t-dark: var(--orange-dark);
    --t-light: var(--orange-light);
    --t-focus: var(--orange-focus);
    --t-opacity: var(--orange-opacity);
}
.greenTheme,
[color="green"] {
    --green: var(--green);
    --green-dark: var(--green-dark);
    --green-light: var(--green-light);
    --green-focus: var(--green-focus);
    --green-opacity: var(--green-opacity);
}
@media (min-width: 768px) and (max-width: 1200px) {
    :root {
        --container: 66rem;
        --rem: 1.4vw;
        --bottom-header: 7rem;
        --main-slider-min: 45rem;
        --third: 2;
        --card: 2;
        --half: 1;
        --h5: 1.7rem;
        --h3: 3rem;
        --spiker: 2;
        --h1: 5rem;
        --fz-larger: 1.5rem;
    }
    .header__register {
        display: none !important;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    :root {
        --rem: 0.7vw;
    }
}
@media (min-width: 1600px) {
    :root {
        --rem: 10px;
    }
}
.sm__show {
    display: none !important;
}
@media screen and (max-width: 768px) {
    :root {
        --container: 44rem;
        --rem: 2vw;
        --bottom-header: 7rem;
        --logo: 6.5rem;
        --main-slider-min: 45rem;
        --h1: 4rem;
        --h2: 3.2rem;
        --h3: 2.5rem;
        --h4: 2.6rem;
        --h5: 3rem;
        --half: 1;
        --h6: 2rem;
        --third: 1;
        --card: 1;
        --spiker: 2;
        --header: 7rem;
    }
    .sm__hide {
        display: none !important;
    }
    .sm__show {
        display: block !important;
    }
    .margin > *:not(:last-child):not(.no-margin) {
        --margin: 2rem !important;
    }
}
.counter-check {
    background-color: var(--bg-opacity);
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    max-height: 100%;
}
hr {
    width: 100%;
    height: 1px;
    background: var(--border);
    border: none;
}
.tac {
    text-align: center;
    margin-bottom: 2rem;
}
a {
    color: var(--text);
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    color: var(--red);
}
html {
    font-size: var(--rem);
    scroll-behavior: smooth;
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.container {
    margin: 0 auto;
    width: var(--container);
}
body {
    margin: 0;
    padding: 0;
    background: #538d46;
    overflow-x: hidden;
    font-weight: 300;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body ::-webkit-scrollbar {
    width: 6px;
}
body ::-webkit-scrollbar-track {
    background: var(--grey-bg);
    border-radius: 3px;
}
body ::-webkit-scrollbar-thumb {
    background: var(--border);
    border-radius: 3px;
}
body,
input,
textarea,
button,
select {
    font-size: var(--fz);
    font-family: var(--font);
    color: var(--text);
    line-height: var(--line-height);
    font-weight: 400;
}
.font-medium {
    font-weight: 700;
}
.section__title {
    padding-bottom: var(--h);
}
.section__title .content.fw-300 {
    font-weight: 300;
}
.section__title h3 {
    font-weight: 700;
}
.section__title p {
    margin-top: 2rem;
    font-size: var(--fz-larger);
    font-weight: 300;
    line-height: 1.25;
    max-width: 60%;
}
@media screen and (max-width: 768px) {
    .section__title p {
        max-width: 100%;
    }
}
.mt3 {
    margin-top: 3rem;
}
.margin > *:not(:last-child):not(.no-margin) {
    --margin: 3rem;
    margin-bottom: var(--margin);
}
.margin > *:not(:last-child):not(.no-margin).small-margin {
    --margin: 2rem;
}
.margin > *:not(:last-child):not(.no-margin).large-margin {
    --margin: 4rem;
}
.margin__smaller > *:not(:last-child):not(.no-margin) {
    --margin: 2rem;
    margin-bottom: var(--margin);
}
.margin__smaller > *:not(:last-child):not(.no-margin).small-margin {
    --margin: 1rem;
}
.margin__smaller > *:not(:last-child):not(.no-margin).large-margin {
    --margin: 3rem;
}
.margin__small > *:not(:last-child):not(.no-margin) {
    --margin: 1rem;
    margin-bottom: var(--margin);
}
.margin__small > *:not(:last-child):not(.no-margin).small-margin {
    --margin: 0.5rem;
}
.margin__small > *:not(:last-child):not(.no-margin).large-margin {
    --margin: 1.5rem;
}
.margin__larger > *:not(:last-child):not(.no-margin) {
    --margin: 5rem;
    margin-bottom: var(--margin);
}
.margin__larger > *:not(:last-child):not(.no-margin).small-margin {
    --margin: 4rem;
}
.margin__larger > *:not(:last-child):not(.no-margin).large-margin {
    --margin: 6rem;
}
.margin__large > *:not(:last-child):not(.no-margin) {
    --margin: 7rem;
    margin-bottom: var(--margin);
}
.margin__large > *:not(:last-child):not(.no-margin).small-margin {
    --margin: 6rem;
}
.margin__large > *:not(:last-child):not(.no-margin).large-margin {
    --margin: 8rem;
}
.styledLink {
    color: var(--t);
    text-decoration: none;
    position: relative;
    z-index: 1;
    border-radius: var(--rad-small);
    cursor: pointer;
    transition: 0.2s;
    padding: 3px;
    margin: -3px;
}
.styledLink:hover {
    color: var(--t-dark);
}
.styledLink:active,
.styledLink:focus {
    background: var(--t-opacity);
    box-shadow: 0 0 0 4px var(--t-focus);
}
h1,
.h1 {
    line-height: 1.3;
    font-weight: 700;
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.3;
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote,
ol {
    padding: 0;
    margin: 0;
}
ul {
    list-style: none;
}
.subtitle {
    font-weight: 500;
}
h1,
.h1 {
    --title-size: var(--h1);
    font-size: var(--title-size);
}
h1.smaller,
.h1.smaller {
    --title-size: calc(var(--h1) * 0.9);
}
h1.small,
.h1.small {
    --title-size: calc(var(--h1) * 0.8);
}
h1.larger,
.h1.larger {
    --title-size: calc(var(--h1) * 1.1);
}
h1.large,
.h1.large {
    --title-size: calc(var(--h1) * 1.2);
}
h2,
.h2 {
    --title-size: var(--h2);
    font-size: var(--title-size);
}
h2.smaller,
.h2.smaller {
    --title-size: calc(var(--h2) * 0.9);
}
h2.small,
.h2.small {
    --title-size: calc(var(--h2) * 0.8);
}
h2.larger,
.h2.larger {
    --title-size: calc(var(--h2) * 1.1);
}
h2.large,
.h2.large {
    --title-size: calc(var(--h2) * 1.2);
}
h3,
.h3 {
    --title-size: var(--h3);
    font-size: var(--title-size);
}
h3.smaller,
.h3.smaller {
    --title-size: calc(var(--h3) * 0.9);
}
h3.small,
.h3.small {
    --title-size: calc(var(--h3) * 0.8);
}
h3.larger,
.h3.larger {
    --title-size: calc(var(--h3) * 1.1);
}
h3.large,
.h3.large {
    --title-size: calc(var(--h3) * 1.2);
}
h4,
.h4 {
    --title-size: var(--h4);
    font-size: var(--title-size);
}
h4.smaller,
.h4.smaller {
    --title-size: calc(var(--h4) * 0.9);
}
h4.small,
.h4.small {
    --title-size: calc(var(--h4) * 0.8);
}
h4.larger,
.h4.larger {
    --title-size: calc(var(--h4) * 1.1);
}
h4.large,
.h4.large {
    --title-size: calc(var(--h4) * 1.2);
}
h5,
.h5 {
    --title-size: var(--h5);
    font-size: var(--title-size);
}
h5.smaller,
.h5.smaller {
    --title-size: calc(var(--h5) * 0.9);
}
h5.small,
.h5.small {
    --title-size: calc(var(--h5) * 0.8);
}
h5.larger,
.h5.larger {
    --title-size: calc(var(--h5) * 1.1);
}
h5.large,
.h5.large {
    --title-size: calc(var(--h5) * 1.2);
}
h6,
.h6 {
    --title-size: var(--h6);
    font-size: var(--title-size);
}
h6.smaller,
.h6.smaller {
    --title-size: calc(var(--h6) * 0.9);
}
h6.small,
.h6.small {
    --title-size: calc(var(--h6) * 0.8);
}
h6.larger,
.h6.larger {
    --title-size: calc(var(--h6) * 1.1);
}
h6.large,
.h6.large {
    --title-size: calc(var(--h6) * 1.2);
}
.sectionPadding {
    --padding: calc(var(--h) * 2);
}
@media screen and (max-width: 768px) {
    .sectionPadding {
        --padding: calc(var(--h) * 1.25);
    }
}
.sectionPadding:not(.bottom):not(.top) {
    padding: var(--padding) 0;
}
.sectionPadding.top {
    padding-top: var(--padding);
}
.sectionPadding.bottom {
    padding-bottom: var(--padding);
}
.sectionPadding__smaller {
    --padding: calc(var(--h-smaller) * 1.5);
}
.sectionPadding__smaller:not(.bottom):not(.top) {
    padding: var(--padding) 0;
}
.sectionPadding__smaller.top {
    padding-top: var(--padding);
}
.sectionPadding__smaller.bottom {
    padding-bottom: var(--padding);
}
.sectionPadding__small {
    --padding: calc(var(--h-small) * 1.5);
}
.sectionPadding__small:not(.bottom):not(.top) {
    padding: var(--padding) 0;
}
.sectionPadding__small.top {
    padding-top: var(--padding);
}
.sectionPadding__small.bottom {
    padding-bottom: var(--padding);
}
.sectionPadding__larger {
    --padding: calc(var(--h-larger) * 1.5);
}
.sectionPadding__larger:not(.bottom):not(.top) {
    padding: var(--padding) 0;
}
.sectionPadding__larger.top {
    padding-top: var(--padding);
}
.sectionPadding__larger.bottom {
    padding-bottom: var(--padding);
}
.sectionPadding__large {
    --padding: calc(var(--h-large) * 1.5);
}
.sectionPadding__large:not(.bottom):not(.top) {
    padding: var(--padding) 0;
}
.sectionPadding__large.top {
    padding-top: var(--padding);
}
.sectionPadding__large.bottom {
    padding-bottom: var(--padding);
}
body section.register button.b24-form-btn {
    background: var(--t);
    color: #fff;
    padding: 0 4rem;
}
body section.register button.b24-form-btn:hover {
    color: #fff;
    background-color: var(--t-dark);
}
.sub-title {
    width: -moz-fit-content;
    width: fit-content;
    height: 3rem;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.7rem;
    font-size: var(--fz-small);
}
.sub-title.dashed {
    border: 1px solid var(--text);
}
.bold {
    font-weight: 700;
}
.uc-them-dark .uc-registration-controll button,
.uc-them-dark .uc-registration-repeated-body button,
.uc-them-dark .uc-registration input[type="submit"],
.uc-them-dark .uc-registration input[type="button"] {
    color: #fff !important;
    background-color: var(--red) !important;
}
.uc-them-dark .uc-registration-controll button:hover,
.uc-them-dark .uc-registration-repeated-body button:hover,
.uc-them-dark .uc-registration input[type="submit"]:hover,
.uc-them-dark .uc-registration input[type="button"]:hover {
    color: #fff !important;
    background-color: var(--red-dark) !important;
}
.btn,
button.b24-form-btn {
    padding: 0 3.5rem;
    line-height: 1;
    background: #000;
    font-weight: 700;
    font-size: 1.25rem;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    border-radius: 3rem;
    border: 2px solid rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    outline: none;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 1199px) {
    .btn,
    button.b24-form-btn {
        font-size: 1.5rem;
    }
}
.btn span,
button.b24-form-btn span {
    height: var(--h);
    display: flex;
    font-weight: 400;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    z-index: 2;
    transition: transform 0.3s;
}
.btn span:hover img,
button.b24-form-btn span:hover img {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.btn span img,
button.b24-form-btn span img {
    padding-left: 1rem;
    transition: 0.3s;
    width: 3rem;
}
.btn span.text,
button.b24-form-btn span.text {
    padding: 0 calc(var(--h) * 0.4);
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.btn span.text .beforeIcon,
.btn span.text .afterIcon,
button.b24-form-btn span.text .beforeIcon,
button.b24-form-btn span.text .afterIcon {
    font-size: 1.1em;
}
.btn span.text .beforeIcon:before,
.btn span.text .afterIcon:before,
button.b24-form-btn span.text .beforeIcon:before,
button.b24-form-btn span.text .afterIcon:before {
    font-weight: 500;
}
.btn span.text .beforeIcon,
button.b24-form-btn span.text .beforeIcon {
    margin-right: 0.3em;
}
.btn span.text .afterIcon,
button.b24-form-btn span.text .afterIcon {
    margin-left: 0.3em;
}
.btn span.icon,
button.b24-form-btn span.icon {
    width: var(--h);
    font-size: 1.6em;
}
.btn:after,
button.b24-form-btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: inherit;
    z-index: 2;
    pointer-events: none;
    transition: 0.2s;
}
.btn:before,
button.b24-form-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0;
    transition: 0.4s;
    z-index: 1;
}
.btn:hover:before,
.btn:hover button.b24-form-btn:before,
button.b24-form-btn:hover:before,
button.b24-form-btn:hover button.b24-form-btn:before {
    height: 100%;
}
.btn:active span,
button.b24-form-btn:active span {
    transform: scale(0.95);
}
.btn.bg.dark,
button.b24-form-btn.bg.dark {
    background-color: #2b2d33;
    border-color: #2b2d33;
}
.btn.primary,
button.b24-form-btn.primary {
    background: var(--t);
    border-color: var(--t);
    color: #fff;
}
.btn.primary:before,
button.b24-form-btn.primary:before {
    background: var(--t-dark);
}
.btn.primary:hover,
button.b24-form-btn.primary:hover {
    border-color: var(--t-dark) !important;
}
.btn.bg,
button.b24-form-btn.bg {
    background: var(--bg);
    border-color: var(--bg);
}
.btn.bg:before,
button.b24-form-btn.bg:before {
    background: var(--border);
}
.btn.bg:hover,
button.b24-form-btn.bg:hover {
    color: #fff;
    border-color: var(--border) !important;
}
.btn.outline,
button.b24-form-btn.outline {
    background: var(--h-bg);
    border: none;
}
.btn.outline:before,
button.b24-form-btn.outline:before {
    background: var(--grey-bg);
}
.btn.outline:after,
button.b24-form-btn.outline:after {
    border-color: var(--h-border);
}
.btn.outlineTheme,
button.b24-form-btn.outlineTheme {
    background: var(--h-bg);
    color: var(--t);
}
.btn.outlineTheme:before,
button.b24-form-btn.outlineTheme:before {
    background: var(--grey-bg);
}
.btn.outlineTheme:after,
button.b24-form-btn.outlineTheme:after {
    border-color: var(--h-border);
}
.btn.ghost,
button.b24-form-btn.ghost {
    color: var(--t);
}
.btn.ghost:before,
button.b24-form-btn.ghost:before {
    background: var(--t-opacity);
}
.btn.opacity,
button.b24-form-btn.opacity {
    color: var(--t);
    background: var(--t-opacity);
}
.btn.opacity:before,
button.b24-form-btn.opacity:before {
    background: var(--t-opacity);
}
.btn.grey,
button.b24-form-btn.grey {
    background: var(--grey-bg);
}
.btn.grey:before,
button.b24-form-btn.grey:before {
    background: var(--border);
}
.btn.bordered,
button.b24-form-btn.bordered {
    color: var(--t);
}
.btn.bordered:after,
button.b24-form-btn.bordered:after {
    border: 2px solid var(--text);
}
.btn.bordered:before,
button.b24-form-btn.bordered:before {
    background: var(--grey-bg);
}
.btn.dashed,
button.b24-form-btn.dashed {
    color: var(--t);
}
.btn.dashed:after,
button.b24-form-btn.dashed:after {
    border: 2px dashed var(--border);
}
.btn.dashed:before,
button.b24-form-btn.dashed:before {
    background: var(--grey-bg);
}
.btn:disabled,
button.b24-form-btn:disabled {
    background: var(--border);
    color: var(--text-grey) !important;
    pointer-events: none;
}
.btn:disabled:before,
button.b24-form-btn:disabled:before {
    height: 0;
}
.btn.small,
button.b24-form-btn.small {
    --fz: var(--fz-small);
    --h: var(--h-small);
    border-radius: 0.7rem;
}
.btn.small span.text,
button.b24-form-btn.small span.text {
    font-weight: 300;
}
.btn.smaller,
button.b24-form-btn.smaller {
    --fz: var(--fz-smaller);
    --h: var(--h-smaller);
}
.btn.large,
button.b24-form-btn.large {
    --fz: var(--fz-large);
    --h: var(--h-large);
    padding-left: 2rem;
    padding-right: 2rem;
}
.btn.larger,
button.b24-form-btn.larger {
    --fz: var(--fz-larger);
    --h: var(--h-larger);
}
.btn.full,
button.b24-form-btn.full {
    width: 100%;
    justify-content: center;
}
@keyframes spinner {
    from {
        transform: none;
    }
    to {
        transform: rotate(360deg);
    }
}
.btn .spinner,
button.b24-form-btn .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn .spinner:before,
button.b24-form-btn .spinner:before {
    content: "";
    animation: spinner 0.5s infinite linear;
    display: block;
    border-radius: 100%;
    width: 1.2em;
    height: 1.2em;
    border: 2px solid var(--text-grey-light);
    border-right: 2px solid var(--text);
}
.btn.loading .text,
.btn.loading .icon,
button.b24-form-btn.loading .text,
button.b24-form-btn.loading .icon {
    opacity: 0;
}
body .slick-list {
    overflow: hidden;
}
body .slick-list .slick-track {
    display: flex;
}
.wrapper {
    display: flex;
    align-items: baseline;
    font-size: var(--fz-smaller);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.wrapper label {
    cursor: pointer;
}
.wrapper .checkbox {
    flex-shrink: 0;
}
.wrapper .checkbox input {
    display: none;
}
.wrapper .checkbox label {
    width: var(--checkbox);
    height: var(--checkbox);
    border: 1px solid var(--h-border);
    border-radius: var(--rad-small);
    overflow: hidden;
    display: block;
    transition: 0.2s;
    cursor: pointer;
    background: var(--h-bg);
}
.wrapper .checkbox label:before {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    transform: translateY(-100%);
    transition: 0.3s;
    color: #fff;
}
.wrapper .checkbox input:checked + label {
    background: var(--t);
    border-color: rgba(0, 0, 0, 0);
}
.wrapper .checkbox input:checked + label:before {
    transform: none;
}
.wrapper .checkbox input:checked:active + label {
    background: var(--t-dark);
}
.wrapper .checkbox.error label {
    border-color: var(--red);
    box-shadow: 0 0 0 1px var(--red), 0 0 0 5px var(--red-focus);
}
.wrapper .checkbox.error input:checked + label {
    background: var(--red);
}
.wrapper .checkbox.error input:checked:active + label {
    background: var(--red-dark);
}
.wrapper .label {
    margin-left: 1rem;
}
.wrapper {
    position: relative;
    width: 100%;
}
.b24-form-control-string .b24-form-control,
.b24-form-control-list .b24-form-control,
.b24-form-control-text .b24-form-control,
.b24-form-control-select .field-item {
    border-radius: 4px;
    border: none !important;
    height: var(--h);
    border-bottom: 1px solid var(--t-opacity) !important;
    background: rgba(0, 0, 0, 0) !important;
}
.label {
    font-size: var(--fz-smaller);
    margin-bottom: 0.5rem;
    display: block;
    color: var(--text-grey);
}
.label .mark {
    color: var(--red);
    margin-left: 0.2em;
}
.program .section__title img {
    margin-left: auto;
}
.program .section__title p {
    max-width: 100% !important;
}
body input:not([type="checkbox"]) {
    width: 100%;
    height: var(--h);
    font-size: var(--fz);
    border: 1px solid var(--h-border);
    border-radius: var(--rad);
    padding: 0 1.5rem;
    outline: none;
    transition: 0.3s;
    background: none;
    color: var(--text);
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--h-bg);
}
body input:not([type="checkbox"])::-moz-placeholder {
    color: var(--text-grey-light);
}
body input:not([type="checkbox"])::placeholder {
    color: var(--text-grey-light);
}
body input:not([type="checkbox"]):hover {
    background: var(--grey-bg);
}
body input:not([type="checkbox"]):focus {
    border-color: var(--t);
    box-shadow: 0 0 0 1px var(--t), 0 0 0 5px var(--t-focus);
}
body input:not([type="checkbox"]).small {
    --fz: var(--fz-small);
    --h: var(--h-small);
}
body input:not([type="checkbox"]).smaller {
    --fz: var(--fz-smaller);
    --h: var(--h-smaller);
}
body input:not([type="checkbox"]).large {
    --fz: var(--fz-large);
    --h: var(--h-large);
}
body input:not([type="checkbox"]).larger {
    --fz: var(--fz-larger);
    --h: var(--h-larger);
}
body input:not([type="checkbox"]).error {
    border-color: var(--t);
    --t: var(--red);
    --t-focus: var(--red-focus);
}
body input:not([type="checkbox"]).center {
    text-align: center;
}
.icon,
.afterIcon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(var(--fz) * 1.2);
    padding: 0 1.5rem;
    pointer-events: none;
    color: var(--text-grey-light);
}
.icon.afterIcon,
.afterIcon.afterIcon {
    left: auto;
    right: 0;
}
.icon + .input {
    padding-left: 4.5rem;
}
.afterIcon + .input {
    padding-right: 4.5rem;
}
.description {
    margin-top: 0.8rem;
    font-size: var(--fz-small);
    color: var(--text-grey);
    line-height: 1.3;
}
.description:before {
    margin-right: 0.3em;
    transform: translateY(10%);
    display: inline-block;
}
.errorMessage {
    margin-top: 0.6rem;
    font-size: var(--fz-small);
    color: var(--red);
    line-height: 1.3;
}
.errorMessage:before {
    margin-right: 0.3em;
    transform: translateY(10%);
    display: inline-block;
}
.sliderWrapper .inputs {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.sliderWrapper .inputs > *:not(.inputsSep) {
    width: 0;
    flex-grow: 1;
}
.sliderWrapper .inputs .inputsSep {
    margin: 0 0.4rem;
}
.sliderWrapper .labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    font-size: var(--fz-smaller);
    color: var(--text-grey);
    margin-top: 1rem;
}
.accordion {
    max-width: 65%;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .accordion {
        max-width: 100%;
    }
}
.accordion-item {
    border-bottom: 1px solid #d7dae2;
}
.accordion-item-header {
    height: 7rem;
    transition: 0.3s;
    display: flex;
    font-size: 1.65rem;
    font-weight: 700;
    align-items: center;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
@media (max-width: 767px) {
    .accordion-item-header {
        padding-right: 4rem;
    }
}
.accordion-item-header .trigger {
    position: absolute;
    right: 0;
    top: 2rem;
    height: 3rem;
    width: 3rem;
}
.accordion-item-header .trigger img {
    height: 3.5rem;
    width: 3.5rem;
}
@media (max-width: 767px) {
    .accordion-item-header .trigger img {
        width: 3rem;
        height: 2rem;
    }
}
.accordion-item-header.active .trigger {
    transform: rotate(180deg);
    transform-origin: center;
}
.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}
.accordion-item-body-content {
    color: #555a65;
    max-width: 80%;
    padding-bottom: 3rem;
    font-size: 1.35rem;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .accordion-item-body-content {
        max-width: 90%;
    }
}
section.main {
    width: 100%;

    padding-top: 4rem;

    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
section.main .main__content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
@media (max-width: 1200px) {
    section.main .main__content {
        flex-direction: column;
        align-items: flex-start;
    }
}

body {
    background-attachment: fixed;
    background-image: url(/upload/conference/template/generalnaya-uborka-v-otchetnosti-pered-novym-godom/images/bgbg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

section.main p.subtitle {
    font-weight: 400 !important;
    font-size: 1.55rem;
    margin-bottom: 4rem;
}
section.main .main__content .content {
    margin: 0 auto;
    flex-shrink: 0;
}
section.main .main__content .content .btn {
    width: 45%;
    margin: 0 auto;
    font-size: 1.5rem;
    height: 3.75rem;
}
section.main .main__content .content p {
    font-size: 3rem !important;
    font-weight: 700 !important;
    line-height: 1;

    margin-bottom: 2.5rem;
}
section.main .main__content .content p span {
    font-size: 2.55rem;
}

section.main .main__content .content img {
    width: 75%;
    margin: -8rem 0 -13rem 0;
}

section.main .main__content .content h1 {
}
@media screen and (max-width: 1199px) {
    section.main .main__content .content {
        width: 100%;
    }
}
section.main .main__content .content h1 {
    letter-spacing: 0;
    line-height: 0.85;
    font-weight: 800;
    font-size: 6.35rem;
    margin-bottom: 5rem;
}
@media screen and (max-width: 1199px) {
    section.main .main__content .content h1 {
        line-height: 1;
    }
}
section.main .main__content .content h1 span {
    font-size: 5.5rem;
    font-weight: 400;
    line-height: 0;
    text-transform: none;
    font-weight: 300;
}
@media screen and (max-width: 1199px) {
    section.main .main__content .content h1 span {
        font-size: 3.5rem;
        line-height: 1;
    }
}
section.main .main__content .content p {
    font-weight: 400;
    font-size: 2rem;
}
@media (max-width: 1200px) {
    section.main .main__content .content {
        width: 100%;
        padding-bottom: 0;
        padding-top: 3rem;
    }
}
section.main .main__content .r-text {
    width: 28%;
    border-radius: 2rem;
    color: #fff;
    padding: 2rem;
    background: #538d46;
    position: relative;
}
@media screen and (max-width: 1199px) {
    section.main .main__content .r-text {
        width: 100%;
        margin-top: 4rem;
        padding: 4rem 3rem;
    }
}
section.main .main__content .r-text .date {
    font-size: 3rem;
    font-weight: 300;
}
@media screen and (max-width: 1199px) {
    section.main .main__content .r-text .date {
        font-size: 3.5rem;
        margin-bottom: 2rem;
    }
}
section.main .main__content .r-text .adress {
    font-size: 1.55rem;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}
@media screen and (max-width: 1199px) {
    section.main .main__content .r-text .adress {
        font-size: 2rem;
        max-width: 65%;
        line-height: 1.5;
    }
    section.main .main__content .r-text .adress br {
        display: none;
    }
}
section.main .main__content .r-text .time {
    font-size: 1.7rem;
    font-weight: 300;
}
@media (max-width: 1199px) {
    section.main .main__content .r-text .time {
        font-size: 2.4rem;
    }
}
section.main .main__content .r-text .btn {
    width: 100% !important;
    height: var(--h);
    text-align: center;
    margin-top: 3rem;
}
section.main .main__content .r-text .btn span {
    text-align: center;
    width: 100% !important;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    section.main .main__content .r-text {
        width: 100%;
    }
}
section.main .main__content .main__content-links {
    display: flex;
    align-items: flex-end;
    margin-bottom: 2rem;
}
section.main .main__content .main__content-links > *:not(:last-child) {
    margin-right: 8rem;
}
section.main .main__content .main__content-links img {
    height: 7rem;
}
@media screen and (max-width: 768px) {
    section.main .main__content .main__content-links {
        margin-bottom: 3rem;
    }
}
section.main .main__content .subtitle {
    font-size: 2rem;
    margin-bottom: 5rem;
    font-weight: 300;
}
section.main .main__content h1 {
    line-height: 1;
    margin-bottom: 4rem;
}
@media (max-width: 1200px) {
    section.main .main__content h1 {
        padding-top: 0;
        margin-bottom: 2rem;
    }
}
section.main .main__content h1 span {
    font-size: 4rem;
}
section.main .main__content .main__text {
    margin-bottom: 1rem;
}
section.main .main__content ul {
    margin-bottom: 3rem;
}
section.main .main__content .main__btns {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
    section.main .main__content .main__btns {
        width: 100%;
    }
    section.main .main__content .main__btns .btn {
        width: 100%;
    }
}
section.main .main__content .main__btns .red {
    background-color: var(--red);
    border-color: var(--red);
}
section.main .main__content .main__btns .red span {
    color: #fff;
}
section.main .main__content .main__btns > *:not(last-child) {
    margin-right: 1.5rem;
}
@media (max-width: 1200px) {
    section.main .main__content .main__btns > *:not(last-child) {
        margin-bottom: 0.5rem;
        margin-right: 0.5rem;
    }
}
section.main .main__content .main__btns .btn.bordered {
    background-color: rgba(0, 0, 0, 0) !important;
}
section.main .main__content .main__btns .btn.bordered span {
    color: var(--text) !important;
}
section.main .main__content .main__date {
    display: flex;
    align-items: center;
    position: relative;
}
section.main .main__content .main__date > * {
    font-size: var(--fz-large);
    font-weight: 400;
    padding: 0 1.5rem;
}
section.main .main__content .main__date > * i {
    margin-right: 1rem;
}
section.main .main__content span.theme {
    color: var(--red);
}
section.main .main__content .main__description {
    display: flex;
    align-items: flex-start;
    padding: 2rem 0;
    margin-top: 2rem;
    width: calc(100% + 4rem);
}
@media screen and (max-width: 768px) {
    section.main .main__content .main__description {
        justify-content: center;
        width: calc(100% + 2rem);
    }
}
section.main .main__content .main__description > * {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 4rem;
    font-size: 2rem;
    line-height: 1.35;
}
@media screen and (max-width: 768px) {
    section.main .main__content .main__description > * {
        font-size: 1.4rem;
        margin-right: 0;
    }
}
section.main .main__content .main__description > *:first-child {
    width: 15rem;
    border-radius: 50%;
    height: 15rem;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 0 !important;
}
@media screen and (max-width: 768px) {
    section.main .main__content .main__description > *:first-child {
        width: 10rem;
        height: 10rem;
    }
}
section.main .main__content .main__description > *:nth-child(2) {
    border-radius: 80px;
    border: 2px solid #fff;
    padding: 2.5rem 3rem;
    font-size: 5rem;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    section.main .main__content .main__description > *:nth-child(2) {
        font-size: 2rem;
        padding: 3rem 2rem;
    }
}
section.main .main__content .main__description > *:last-child {
    width: 16rem;
    border-radius: 50%;
    height: 16rem;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0 !important;
}
@media screen and (max-width: 768px) {
    section.main .main__content .main__description > *:last-child {
        width: 10rem;
        height: 10rem;
    }
}
section.main .main__content .main__description > * span {
    font-size: 3.5rem;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    section.main .main__content .main__description > * span {
        font-size: 2rem;
    }
}
section.main .main__content .main__description > * img {
    height: 4rem;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 1.25rem;
}
section.main .main__content .main__description > * p {
    white-space: nowrap;
    font-weight: 600;
    font-size: var(--fz-larger);
}
section.main .main__content .main__description > *:not(:last-child) {
    margin-right: 5rem;
}
@media screen and (max-width: 768px) {
    section.main .main__content .main__description > *:not(:last-child) {
        margin-right: 2rem;
        margin-bottom: 1rem;
    }
}
.t-subtitle {
    display: flex;
}
.t-subtitle > * {
    padding: 0.75rem 1.5rem;
    border-radius: 2rem;
    border: 1px solid #171717;
    color: #171717;
    margin-right: 1.4rem;
}
.schedule .df {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.schedule .df img {
    width: 37%;
    height: auto;
    margin-top: -9rem;
    margin-right: -5rem;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 1199px) {
    .schedule .df img {
        width: 3rem;
        height: 3rem;
    }
}
.sc-container {
    width: 100%;
    margin: 0 auto;
    border-radius: 1.5rem;
    overflow: hidden;
    background: #fff;
    color: #111827;
}
.sc-container .row {
    display: grid;
    grid-template-columns: 12rem 1fr 18rem;
    padding: 2rem 1.5rem;
}
@media screen and (max-width: 1199px) {
    .sc-container .row {
        grid-template-columns: 6rem 1fr 13rem;
        font-size: 1.3rem;
    }
}
.sc-container .row:nth-child(even) {
    background: #fff;
}
.sc-container .row:nth-child(6) {
    font-weight: 300;
}
.sc-container .row:nth-child(odd) {
    background: #f8f8f7;
}
.sc-container .row .time {
    color: #111827;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .sc-container .row .time {
        text-align: left;
    }
}
.sc-container .row .topic {
    line-height: 1.4;
    padding-left: 2rem;
    max-width: 70%;
}
@media screen and (max-width: 1199px) {
    .sc-container .row .topic {
        padding-right: 1rem;
    }
}
.sc-container .row .topic.secret {
    color: #9b0a0a;
}
.sc-container .row .speaker {
    color: #374151;
}
@media screen and (max-width: 1199px) {
    .sc-container .row .speaker {
        text-align: end;
    }
}
ul.marker {
    list-style-type: disc;
    line-height: 1.2;
}
ul.marker li {
    margin-left: 2.25rem;
}
ul.marker .text {
    margin: 1.5rem 0;
}
.why h4 {
    margin-bottom: 3rem;
}
.why__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.2;
}
.why__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    grid-template-areas: "a1 a2 a3" "a1 a4 a5" "a6 a6 a7";
}
@media (max-width: 1200px) {
    .why__grid {
        grid-template-areas: "a1" "a2" "a3" "a4" "a5" "a6" "a7";
    }
}
.why-card {
    background: #f6f7f9;
    border-radius: 2rem;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    min-width: 0;
    box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.06);
}
.why-card--tall {
    grid-row: span 2;
}
.why-card--accent {
    background: #ffd633;
    color: #0e0e0e;
}
.why-card__title {
    font-weight: 500;
    line-height: 1.35;
    font-size: 1.8rem;
    max-width: 90%;
}
.why-card__list {
    margin: 0;
    padding-left: 1.2rem;
    font-size: 1.2rem;
    line-height: 1.1;
    list-style-type: disc;
}
.why__grid article:nth-child(1) {
    grid-area: a1;
    justify-content: start;
}
.why__grid article:nth-child(1) img {
    width: 13rem;
    margin-left: auto;
    margin-top: auto;
}
.why__grid article:nth-child(2) {
    grid-area: a2;
}
.why__grid article:nth-child(3) {
    grid-area: a3;
}
.why__grid article:nth-child(4) {
    grid-area: a4;
    padding: 1rem 2.4rem;
}
.why__grid article:nth-child(5) {
    grid-area: a5;
    padding: 1rem 2.4rem;
    position: relative;
}
.why__grid article:nth-child(5)::after {
    content: "";
    background-image: url("/upload/conference/template/generalnaya-uborka-v-otchetnosti-pered-novym-godom/images/badge.svg");
    position: absolute;
    z-index: 111111;
    top: -1rem;
    right: -4.55rem;
    background-size: contain;
    background-repeat: no-repeat;
    width: 14rem;
    bottom: -1rem;
    background-position: right;
}
@media (max-width: 1200px) {
    .why__grid article:nth-child(5)::after {
        right: -2rem;
    }
}
.why__grid article:nth-child(6) {
    grid-area: a6;
}
.why__grid article:nth-child(6) .group {
    display: flex;
    align-items: flex-start;
}
.why__grid article:nth-child(6) .group > * {
    width: 50%;
}
.why__grid article:nth-child(7) {
    grid-area: a7;
    justify-content: start;
}
@media (max-width: 1200px) {
    .why__grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .why-card--tall {
        grid-row: auto;
    }
}
section.cert .cert-w {
    background-color: #dae0e6;
    border-radius: 2.5rem;
    padding: 3rem 6rem 0 2.5rem;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1199px) {
    section.cert .cert-w {
        padding: 3rem;
    }
}
section.cert .cert-w img {
    height: 25rem;
}
@media screen and (max-width: 1199px) {
    section.cert .cert-w img {
        margin-left: 3rem;
        height: 12rem;
    }
}
section.cert .cert-w .text {
    width: 50%;
    flex-grow: 1;
    margin-bottom: 3rem;
}
section.cert .cert-w .text h4 {
    font-size: 3.75rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}
@media screen and (max-width: 1199px) {
    section.cert .cert-w .text h4 {
        font-size: 2rem;
    }
}
.partner .df {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 1199px) {
    .partner .df {
        flex-direction: column;
        align-items: start;
    }
}
.partner .df img {
    height: 4rem;
}
@media screen and (max-width: 1199px) {
    .partner .df img {
        height: 3rem;
        margin-top: 2rem;
    }
}
.partner .df h3 {
    margin-bottom: 0;
}
.prize-w {
    background: radial-gradient(
            218.87% 155.14% at 5.03% -3.59%,
            #9a050c 0%,
            #670409 11.41%,
            #350306 38.72%,
            #1c0808 63.54%,
            #150909 84.8%,
            #0d0a0a 100%
    );
    border-radius: 2.5rem;
    padding: 3rem 4rem;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1199px) {
    .prize-w {
        padding: 3rem;
    }
}
.prize-w img {
    height: 22rem;
    margin-right: 6rem;
}
@media screen and (max-width: 1199px) {
    .prize-w img {
        height: 12rem;
        margin-right: 3rem;
    }
}
.prize-w .text {
    width: 50%;
    flex-grow: 1;
}
.prize-w .text h4 {
    line-height: 1.2;
    margin-bottom: 2rem;
    max-width: 100%;
}
@media (max-width: 1200px) {
    .prize-w .text h4 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}
.prize-w .text h4 span.red {
    color: #e50914;
}
.prize-w .text p {
    font-weight: 300;
    line-height: 1.5;
}
@media (max-width: 1200px) {
    .prize-w .text p {
        line-height: 1.3;
        font-size: 1.3rem;
    }
}
section h3 {
    text-transform: uppercase;
    max-width: 50%;
    margin-bottom: 5rem;
    line-height: 1.2;
}
@media (max-width: 767px) {
    section h3 {
        margin-bottom: 2.5rem;
        max-width: 80%;
    }
}
@media (max-width: 1200px) {
    header .header__logo img {
        height: 2rem;
    }
    .header .df > * a img {
        height: 2rem;
        width: 2rem;
    }
}
.bg-block > * {
    border-radius: 2.5rem;
    overflow: hidden;
}
.bg-block span.red {
    color: #000;
}
.bg-block h3 {
    max-width: 80%;
}
@media screen and (max-width: 1199px) {
    .bg-block h3 {
        max-width: 100%;
    }
}

.schedule h3 {
    margin-bottom: 3rem;
}

.schedule h6 {
    color: #2b2d33;
    font-size: 2rem;
    font-weight: 450;
}

.btns {
    display: flex;
    margin-bottom: 3rem;
}
.btns .btn {
    height: 3.25rem;
    padding: 0;
    cursor: auto;
}
.btns .btn span.text {
    font-size: 1.45rem !important;
    font-weight: 300 !important;
}
.btns .btn:not(.active) {
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #fff;
    color: #2b2d33;
    border: 1px solid #2b2d33;
}
.btns .btn:not(.active):hover::after {
    content: none;
}
.btns .btn:not(.active):hover::before {
    content: none;
}
.btns .btn:not(.active):hover::before {
    background-color: transparent;
    color: #2b2d33;
    border: 1px solid #2b2d33;
}
.btns .btn:not(.active) span.text {
    color: #2b2d33 !important;
}

.bg-block > * {
    padding: 3rem 0 0 3rem;
    display: flex;
    justify-content: space-between;
    background: #538d46;
}
.bg-block > * img {
    width: 30%;
    flex-shrink: 0;
    margin-left: 4rem;
    margin-top: auto;
    height: 100%;
}

.about-t {
    position: relative;
}

.about-t::before {
    content: "";
    background: #1c4213;
    filter: blur(219.05px);
    width: 100%;
    height: 50vh;
    position: absolute;
    top: -25%;
    z-index: -22;
}
.about-t.bgbg .container::before {
    border-radius: 8rem 8rem 0 0;
}

section.order .order__content .order__left .price,
section.order .order__content .order__block .price {
    margin-bottom: 2rem;
    padding-top: 18rem;
}

.cert h3 {
    margin-bottom: 0 !important;
    padding-top: 8rem;
    padding-bottom: 4rem;
}

.cert.bgbg .container::before {
    /* border-radius: 0 0 8rem 8rem; */
    bottom: -5rem;
    height: calc(100% + 5rem);
}
section.order .container {
    padding-bottom: 5rem;
}

.order {
    margin-bottom: 10rem;
}

.cert.bgbg .container::before .about-t {
    position: relative;
}

.bgbg .container {
    position: relative;
}
.bgbg .container::before {
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: -22;
    right: -5rem;
    left: -5rem;
    height: 100%;
}
.bg-block .btn {
    margin-bottom: 3rem;
}
@media screen and (max-width: 1199px) {
    .bg-block > * img {
        width: 15%;
        margin-left: 1rem;
    }
}
footer p {
    font-size: 1.3rem;
    font-weight: 300;
}
.slider-container {
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    .slider-container {
        overflow: visible;
    }
}
.slider-container .slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    margin: 0 -0.5rem;
}
@media (max-width: 1199px) {
    .slider-container .slider-wrapper {
        margin: 0 -2rem 0 -2.5rem;
    }
}
.slider-container .slide {
    flex: 0 0 calc(33.3333333333% - 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: #232428;
    margin: 0 1rem;
    border-radius: 2.35rem;
    overflow: hidden;
}
.slider-container .slide > * {
    width: 100%;
    height: 100%;
}
.slider-container .slide .image {
    height: 60%;
    border-radius: 2.35rem;
    overflow: hidden;
    background: #dae0e6;
}
@media screen and (max-width: 1199px) {
    .slider-container .slide .image {
        height: 22rem;
    }
}
.slider-container .slide .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.slider-container .slide .regalia {
    padding: 3rem 2rem;
    height: 100%;
}
@media screen and (max-width: 1199px) {
    .slider-container .slide .regalia {
        padding: 1.5rem;
    }
}
.slider-container .slide .regalia .name {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 1199px) {
    .slider-container .slide .regalia .name {
        font-size: 1.8rem;
        font-weight: 500;
    }
}
.slider-container .slide .regalia .text {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.5;
}
@media screen and (max-width: 1199px) {
    .slider-container .slide .regalia .text {
        line-height: 1.2;
    }
}
@media screen and (max-width: 1199px) {
    .slider-container .slide {
        flex: 0 0 calc(50% - 3rem);
    }
}
.slider {
    position: relative;
}
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #171717;
    border: none;
    color: #fff;
    font-size: 2rem;
    z-index: 22;
    font-weight: 300;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
}
.arrow.prev {
    left: 10px;
}
.arrow.next {
    right: -3.5rem;
}
.about-w {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 2.25rem);
    margin-bottom: -2.25rem;
}
@media screen and (max-width: 1199px) {
    .about-w {
        width: calc(100% + 2rem);
        margin-bottom: -2rem;
    }
}
.about-w.icons .item {
    position: relative;
}
.about-w.icons .item::after {
    content: "";
    background-image: url("/upload/conference/template/generalnaya-uborka-v-otchetnosti-pered-novym-godom/images/user-round-check.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 2.5rem;
    right: 2.5rem;
    width: 2rem;
    height: 2rem;
}
.about-w > * {
    width: calc(50% - 2.25rem);
    margin-right: 2.25rem;
    margin-bottom: 2.25rem;
    background-color: #f8f8f7;
    box-shadow: 0px 7px 10px rgba(176, 178, 183, 0.17);
    border-radius: 2.4rem;
}
@media (max-width: 1199px) {
    .about-w > * {
        width: calc(100% - 2rem);
        margin-right: 2rem;
        margin-bottom: 2rem;
    }
}
.about-w > * .inner {
    padding: 2.5rem 2.5rem 4rem 2.5rem;
}
@media screen and (max-width: 1199px) {
    .about-w > * .inner {
        padding: 2rem;
    }
}
.about-w > * .title {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 2rem;
}
@media screen and (max-width: 1199px) {
    .about-w > * .title {
        font-size: 2.25rem;
    }
}
.about-w > * p {
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.4;
    max-width: 80%;
}
.integration {
    background-image: url("/upload/conference/template/generalnaya-uborka-v-otchetnosti-pered-novym-godom/images/bg2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.integration .container {
    position: relative;
}
@media (max-width: 1200px) {
    .integration .container {
        padding: 0 !important;
    }
}
.integration .integration-cloud {
    position: relative;
    height: 36rem;
    margin: 0 auto;
}
.integration .integration-cloud::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
            circle at 50% 50%,
            rgba(0, 0, 0, 0.06) 0 1px,
            transparent 1px
    )
    0 0/6rem 6rem,
    radial-gradient(
            circle at 50% 50%,
            rgba(0, 0, 0, 0.04) 0 1px,
            transparent 1px
    )
    0 0/12rem 12rem;
    -webkit-mask: radial-gradient(
            circle at center,
            rgba(0, 0, 0, 0.35) 0,
            transparent 70%
    );
    mask: radial-gradient(
            circle at center,
            rgba(0, 0, 0, 0.35) 0,
            transparent 70%
    );
    opacity: 0.6;
    pointer-events: none;
}
.integration .integration-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #f7cb00;
    border-radius: 3rem;
    padding: 2.4rem 3rem;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    min-width: 35%;
}
@media (max-width: 1200px) {
    .integration .integration-center {
        min-width: 100%;
    }
}
.integration .integration-center .integration-logo {
    display: block;
    margin: 0 auto 0.8rem;
    width: auto;
    height: 2.5rem;
}
.integration .integration-center .integration-sub {
    margin: 0;
    font-size: 1.2rem;
}
.integration .integration-item {
    position: absolute;
    background: var(--border);
    border-radius: 3rem;
    padding: 2rem 3rem;
    text-align: center;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
    transition: 0.5s;
}
.integration .integration-item:hover {
    transform: scale(0.95);
}
.integration .integration-item:nth-child(3):hover {
    transform: scale(0.95) translateX(-50%);
}
.integration .integration-item img {
    width: auto;
    height: 1.8rem;
    margin: 0 auto 0.8rem;
}
.integration .integration-item p {
    margin: 0 auto;
    font-size: 1.2rem;
}
.integration .i-top-left {
    top: -2rem;
    left: 6rem;
}
.integration .i-top-center {
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 1200px) {
    .integration .i-top-center {
        transform: none;
        max-width: 100%;
    }
}
.integration .i-top-right {
    top: -2rem;
    right: 6rem;
}
.integration .i-bottom-left {
    bottom: -2rem;
    left: 9rem;
}
.integration .i-bottom-right {
    bottom: -2rem;
    right: 9rem;
}
@media (max-width: 1200px) {
    .integration .integration-cloud {
        height: auto;
        padding: 2rem 0;
    }
    .integration .integration-center {
        position: static;
        transform: none;
        margin: 0 auto 2rem;
    }
    .integration .integration-item {
        position: static;
        width: 100%;
        margin: 0 0 1.2rem;
    }
    .integration .integration-cloud {
        display: grid;
        gap: 1.2rem;
    }
}
.how-to-start .how-to-start-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    overflow: hidden;
    background: #d92b2b;
    color: #fff;
    border-radius: 3rem;
    background: linear-gradient(
            100.04deg,
            #e50914 -0.76%,
            #e50914 12.63%,
            #e50914 43.54%,
            #73050a 106.11%,
            #000000 121.46%
    );
}
@media (max-width: 1200px) {
    .how-to-start .how-to-start-inner {
        grid-template-columns: 1fr;
    }
}
.how-to-start .how-to-text {
    padding: 2rem 4rem;
}
@media (max-width: 1200px) {
    .how-to-start .how-to-text {
        padding: 3rem;
    }
}
.how-to-start h4 {
    font-weight: 500;
}
.how-to-start ol {
    padding-top: 3rem;
    padding-left: 2rem;
    font-size: 1.35rem;
    font-weight: 300;
    padding-bottom: 3rem;
}
.how-to-start ol li {
    margin-bottom: 1.3rem;
}
.how-to-start .btn {
    background-color: #fff;
}
.how-to-start .btn:hover span {
    color: #fff !important;
}
.how-to-start .btn span {
    color: #000;
}
.how-to-start .btn::before {
    background-color: #000;
}
.how-to-start .how-to-image {
    height: 100%;
}
@media (max-width: 1200px) {
    .how-to-start .how-to-image {
        display: none;
    }
}
.how-to-start .how-to-image img {
    max-width: 100%;
    height: 100%;
}
@media (max-width: 64rem) {
    .how-to-start .container {
        grid-template-columns: 1fr;
    }
    .how-to-start .how-to-image {
        order: -1;
    }
}
.pricing .container {
    display: grid;
    justify-content: flex-start;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
}
@media (max-width: 1200px) {
    .pricing .container {
        grid-template-columns: 1fr;
    }
}
.pricing .pricing-card {
    background: #f3f3f5;
    height: 100%;
    border-radius: 2.5rem;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.5s;
    cursor: pointer;
}
.pricing .pricing-card:hover {
    margin-top: 2rem;
    transform: scale(0.99);
}
.pricing .pricing-card:first-child:hover,
.pricing .pricing-card:last-child:hover {
    margin-top: 5rem;
}
@media (max-width: 1200px) {
    .pricing .pricing-card:first-child:hover,
    .pricing .pricing-card:last-child:hover {
        margin-top: 0;
    }
}
.pricing .pricing-card:first-child,
.pricing .pricing-card:last-child {
    margin-top: 4rem;
}
@media (max-width: 1200px) {
    .pricing .pricing-card:first-child,
    .pricing .pricing-card:last-child {
        margin-top: 0;
    }
}
.pricing .pricing-card h5 {
    font-size: 3rem;
}
.pricing .pricing-card p {
    margin: 0.7rem 0;
    font-size: 2rem;
    color: #242424;
}
.pricing .pricing-card ul {
    width: -moz-fit-content;
    width: fit-content;
    margin: 4rem 0;
}
.pricing .pricing-card ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    padding-right: 2rem;
    font-size: 1.7rem;
    font-weight: 500;
}
.pricing .pricing-card .desc {
    font-size: 1.35rem;
}
.pricing .pricing-card .price {
    margin: 0 auto;
    font-size: 1.4rem;
    text-align: right;
}
.pricing .pricing-card .price span {
    font-size: 3rem;
    font-weight: 600;
    margin-right: 0.5rem;
}
.pricing .pricing-card .btn {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
}
.pricing .pricing-card .btn {
    background-color: #000;
    border-color: #000;
}
.pricing .pricing-card .btn:hover span {
    color: #fff !important;
}
.pricing .pricing-card .btn:hover {
    border-color: #e50914 !important;
}
.pricing .pricing-card .btn span {
    color: #fff;
}
.pricing .pricing-card .btn::before {
    background-color: #e50914;
}
.pricing .optimal {
    background: #ffd400;
}
.pricing .optimal .btn {
    background-color: #fff;
    border-color: #fff;
}
.pricing .optimal .btn:hover span {
    color: #fff !important;
}
.pricing .optimal .btn:hover {
    border-color: #000 !important;
}
.pricing .optimal .btn span {
    color: #000;
}
.pricing .optimal .btn::before {
    background-color: #000;
}
@media (max-width: 64rem) {
    .pricing .container {
        grid-template-columns: 1fr;
    }
}
section.info .info-wrapper {
    display: flex;
    align-items: center;
    background-color: #3a3a3a;
    border-radius: 3rem;
    overflow: hidden;
}
section.info .info-wrapper h4 {
    margin-bottom: 3rem;
    font-weight: 600;
}
section.info .info-wrapper .info-text {
    width: 60%;
    padding: 4rem;
}
@media (max-width: 1200px) {
    section.info .info-wrapper .info-text {
        width: 100%;
        padding: 3rem;
    }
}
section.info .info-wrapper .info-text ul {
    margin-bottom: 4rem;
}
section.info .info-wrapper .info-text ul li {
    font-weight: 300;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}
section.info .info-wrapper .info-text ul li svg {
    width: 1.5rem;
    margin-right: 1rem;
}
section.info .info-wrapper img {
    width: 50%;
    height: auto;
    filter: opacity(0.3);
    padding: 3rem;
}
@media (max-width: 1200px) {
    section.info .info-wrapper img {
        display: none;
    }
}
section.last {
    text-align: center;
}
section.last img {
    max-width: 70%;
}
section.last p {
    font-weight: 600;
    margin: 3rem 0 3rem;
}
section.last h5.theme {
    color: #326bee;
    margin-bottom: 4rem;
}
@media (max-width: 767px) {
    section.last p {
        font-size: 2.15rem;
        font-weight: 300;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
    }
    section.last h5 {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.2;
    }
    section.last h5.theme {
        max-width: 100%;
        margin-bottom: 0;
    }
}
section.last .top__items {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1200px) {
    section.last .top__items {
        width: 100%;
    }
}
section.last .top__items > * {
    padding: 1.15rem 3rem;
    background-color: #80bc40;
    border-radius: 2rem;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    width: calc(33.3333333333% - 1.25rem);
}
@media (max-width: 767px) {
    section.last .top__items > * {
        font-size: 2rem;
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 1.25rem;
        padding: 2.15rem 2rem;
        border-radius: 3rem;
    }
}
section.last .top__items > :not(:last-child) {
    margin-right: 1.25rem;
}
section.spikers p {
    text-align: center;
    margin-bottom: 6rem !important;
    font-size: 1.65rem;
    line-height: 1.4;
}
section.spikers .spikers__content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
section.spikers .spikers__content > * {
    width: calc(100% / var(--card) - 5rem);
    margin-right: 5rem;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
@media screen and (max-width: 768px) {
    section.spikers .spikers__content > * {
        margin-right: 2rem;
        width: calc(100% / var(--card) - 2rem);
        margin-bottom: 2rem;
    }
}
section.spikers .spikers__content > * img {
    background-color: var(--opacity);
    width: 10rem;
    height: 10rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 1.5rem;
}
.r-block {
    display: flex;
    flex-direction: column;
    text-align: right;
}
.r-block > * {
    margin-bottom: 1rem;
}
@media (max-width: 1200px) {
    .r-block {
        text-align: left;
        margin-top: 4rem;
    }
}
@media screen and (max-width: 768px) {
    section.spikers .spikers__content > * img {
        width: 7rem;
        height: 7rem;
    }
}
section.spikers .spikers__content > * .title {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
section.spikers .spikers__content > * .desc {
    color: #8c919b;
    font-size: var(--fz-small);
    line-height: 1.3;
    font-weight: 300;
}
.b24-window-close {
    background-color: var(--t-light) !important;
}
.b24-form-sign {
    display: none !important;
}
body .b24-form-wrapper.b24-form-border-bottom {
    border-bottom: none !important;
}
body .b24-window-overlay {
    background-color: rgba(0, 0, 0, 0.4) !important;
}
body .b24-window-panel-pos-center {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto !important;
}
body .b24-window-panel {
    height: 60vh;
}
.about__title {
    text-align: center;
    margin-bottom: 4rem;
}
.about__title h5 {
    margin-bottom: 1.5rem;
    line-height: 1.3;
}
.about__title .text {
    font-size: 1.8rem;
}
.order .uc-registration-input label {
    color: #000 !important;
}
.about {
    position: relative;
}
.about ul {
    list-style-type: disc;
    margin-top: 2rem;
}
.about ul li {
    color: #8c919b;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.75rem;
}
section.partners {
    text-align: center;
}
section.partners h3 {
    margin-bottom: 3rem;
    font-size: var(--h4);
}
section.partners .first__item img {
    height: 12rem;
    -o-object-fit: contain;
    object-fit: contain;
}
section.partners .partners__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: var(--padding);
}
@media screen and (max-width: 768px) {
    section.partners .partners__item {
        flex-direction: column;
    }
}
section.partners .partners__item img {
    width: 25%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
section.partners .partners__item img:not(:last-child) {
    margin-right: var(--padding);
}
@media screen and (max-width: 768px) {
    section.partners .partners__item img:not(:last-child) {
        margin-bottom: 4rem;
        margin-right: 0;
    }
}
@media screen and (max-width: 768px) {
    section.partners .partners__item img {
        height: 7rem;
        width: auto;
    }
    section.partners .partners__item img:last-child {
        height: 6rem;
    }
}
.about__right-img {
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 40%;
    z-index: -1;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 1200px) {
    .about__right-img {
        display: none;
    }
}
.prize {
    position: relative;
    z-index: 20;
}
@media screen and (max-width: 1199px) {
    .prize h3 {
        max-width: 100%;
    }
}
.prize .content {
    padding-top: 3rem;
}
@media (max-width: 1200px) {
    .prize .content {
        margin-bottom: 2rem;
        text-align: center;
    }
}
.section__title {
    display: flex;
}
@media (max-width: 1200px) {
    .section__title {
        flex-direction: column;
    }
}
.section__title .section__title-text {
    width: 35%;
    flex-shrink: 0;
    margin-right: 3rem;
}
@media (max-width: 1200px) {
    .section__title .section__title-text {
        width: 100%;
        margin-bottom: 2rem;
    }
}
.section__title .section__title-text .sub-title {
    margin-bottom: 3.25rem;
}
.section__title svg {
    margin-left: auto;
}
@media (max-width: 1200px) {
    .section__title svg {
        margin-top: -2rem;
    }
}
.section__title h3 {
    width: 45%;
    flex-shrink: 0;
    line-height: 1.2;
}
@media (max-width: 1200px) {
    .section__title h3 {
        width: 100%;
    }
}
.section__title h3 span {
    color: var(--text-grey);
}
.about__content {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 1rem);
}
.about__content > * {
    height: 6rem;
    border-radius: 5px;
    padding: 0 2rem;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1200px) {
    .about__content > * {
        font-size: 1.65rem;
        font-weight: 600;
    }
}
.about__content > *:not(:last-child) {
    width: calc(50% - 1rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
    background-color: #ececec;
}
@media (max-width: 1200px) {
    .about__content > *:not(:last-child) {
        width: calc(100% - 1rem);
    }
}
.about__content > *:last-child {
    width: calc(100% - 1rem);
    color: #fff;
    background: radial-gradient(
            143.01% 258.31% at 100% -69.84%,
            #e31724 3.28%,
            #ffadb3 38.44%,
            #e31724 68.7%,
            #e41d2a 100%
    );
}
.conference-benefits {
    background-color: var(--border);
}
.conference-benefits__tag {
    font-size: 1.4rem;
    padding: 0.6rem 1.4rem;
    border: 1px solid #000;
    border-radius: 0.6rem;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    margin-bottom: 2rem;
}
.conference-benefits__title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #212121;
}
.conference-benefits__title--light {
    font-weight: 500;
    color: #8a8f98;
}
.conference-benefits__cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% + 1.5rem);
    margin-bottom: -1.5rem;
}
.conference-benefits__card {
    background: var(--bg-opacity);
    padding: 2.5rem;
    border-radius: 1.2rem;
    width: calc(100% / var(--card) - 1.5rem);
    margin-right: 1.5rem;
    text-align: left;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 18rem;
    box-shadow: var(--shadow);
}
.conference-benefits__card--highlighted {
    background: radial-gradient(
            220.01% 240.31% at 100% -60.84%,
            #e31724 2.28%,
            #ffadb3 38.44%,
            #e31724 55.7%,
            #e41d2a 100%
    );
}
.conference-benefits__text {
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 2rem;
}
.conference-benefits__text--white {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .conference-benefits__text {
        font-size: 1.4rem;
    }
}
.conference-benefits .btn {
    margin-left: auto;
}
section.actual h3 {
    margin-bottom: 6rem;
}
section.actual .actual__content {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 4rem);
    margin-bottom: -2rem;
}
section.actual .actual__content > * {
    width: calc(100% / var(--card) - 4rem);
    margin-right: 4rem;
    margin-bottom: 2rem;
}
section.actual .actual__content > * svg {
    width: 4.5rem;
    margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
    section.actual .actual__content > * svg {
        margin-bottom: 1rem;
    }
}
section.actual .actual__content > * .title {
    font-size: 1.5rem;
}
section.price .content {
    background-size: cover;
    overflow: hidden;
    border-radius: 1.75rem;
    background-position: top;
    justify-content: space-between;
    padding: 4rem;
    display: flex;
}
@media (max-width: 1200px) {
    section.price .content {
        padding: 3rem;
        background-position: 30%;
    }
}
@media (max-width: 767px) {
    section.price .content {
        flex-direction: column;
        overflow: visible;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0;
    }
}
section.price .content .text {
    padding: 3rem 0 0 0;
}
@media (max-width: 1200px) {
    section.price .content .text {
        padding: 5rem 2rem 0 2rem;
        width: 100%;
    }
}
section.price .content .text h3 {
    font-weight: 300;
    margin: 6rem 0 4rem 0;
}
@media (max-width: 1200px) {
    section.price .content .text h3 {
        margin: 3rem 0;
    }
}
section.price .content .text .btn {
    background-color: #fff;
    padding: 0 8rem;
    border-color: #fff;
}
@media (max-width: 767px) {
    section.price .content .text .btn {
        width: 100%;
    }
}
section.price .content .text .btn span.text {
    color: #000 !important;
    padding-top: 0;
}
section.price .content .text .btn::before {
    background-color: #000 !important;
    transition: 0.4s;
}
section.price .content .text .btn:hover {
    border-color: #000;
}
section.price .content .text .btn:hover span {
    color: #fff !important;
}
section.price .content .image {
    width: 50%;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    section.price .content .image {
        width: 110%;
        margin-top: 4rem;
        margin-bottom: -3rem;
    }
}
.last__section {
    position: relative;
}
.last__section h2 {
    text-align: center;
    margin-bottom: 4rem;
    font-size: var(--h1);
}
.last__section .last__block {
    max-width: 65%;
    margin: 0 auto;
    padding-top: 4rem;
}
@media screen and (max-width: 1299px) {
    .last__section .last__block {
        padding-top: 0;
    }
}
@media screen and (max-width: 1200px) {
    .last__section .last__block {
        max-width: 100%;
    }
}
.last__section .last__block .content {
    text-align: left;
}
.last__section .last__block .image {
    position: absolute;
    z-index: -1;
    bottom: -3px;
    right: calc((100vw - var(--container)) / 1.35);
    width: 25%;
}
@media screen and (max-width: 1299px) {
    .last__section .last__block .image {
        display: none;
    }
}
.last__section h4 {
    max-width: 100%;
    font-size: var(--h5);
}
@media screen and (max-width: 1299px) {
    .last__section h4 {
        text-align: center;
    }
    .last__section h4 br {
        display: none;
    }
}
@media screen and (max-width: 1299px) {
    .last__section h4 {
        max-width: 100%;
        font-size: 1.75rem;
    }
}
.last__section .btn {
    margin-top: 3rem;
}
@media screen and (max-width: 1299px) {
    .last__section .btn {
        margin: 3rem auto 0 auto;
    }
}
.last__section .btn span {
    color: var(--red);
}
body section.programm {
    padding-top: 2rem !important;
}
@media (max-width: 1200px) {
    .programm {
        padding-bottom: var(--h) !important;
    }
}
.programm .section-title {
    display: none;
}
.uc-them-dark {
    color: var(--text) !important;
}
.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}
.card {
    border: 1px solid #d1d5db;
    border-radius: 1rem;
    padding: 3rem 4rem;
    flex: 1 1 18rem;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}
.card.highlight {
    background-color: #f9fafb;
}
.card h5 {
    margin-bottom: 3rem;
    text-align: left;
    line-height: 1.3;
    font-size: 2rem;
}
.highlight-text {
    color: #dc2626;
}
.card ul {
    list-style-type: disc;
    text-align: left;
    padding-left: 1.2rem;
    margin-top: auto;
}
.card ul li {
    margin-bottom: 1rem;
}
@media (max-width: 768px) {
    .cards {
        flex-direction: column;
        align-items: center;
    }
    .card {
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 1200px) {
    section.order h5 {
        font-size: 2rem;
    }
}
.order__title {
    flex-direction: column;
}
.order__title h3 {
    font-size: var(--h1);
}
section.programm .tabs .tab-button {
    transition: 0.5s;
}
section.programm .tabs .tab-button:hover {
    background-color: var(--red-light);
    border-color: var(--red-light);
    color: #fff;
}
section.programm .tab__content {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    section.programm .tab__content {
        max-width: 100%;
    }
}
section.programm .tab__content .tab-panel {
    transform: translateY(-30px);
    height: 0;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.5s ease;
}
section.programm .tab__content .tab-panel.active {
    height: 100%;
    opacity: 1;
    transform: translateY(0);
}
.program__content {
    color: #232323;
}
.tabs {
    display: flex;
    gap: 1rem 2rem;
    justify-content: center;
    margin-bottom: var(--h-large);
}
@media screen and (max-width: 768px) {
    .tabs {
        justify-content: flex-start;
    }
}
.tab-button {
    padding: 1.25rem 2rem;
    border-radius: 2.25rem;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #6e7179;
    cursor: pointer;
    color: #6e7179;
    font-weight: 400;
    font-size: 1.65rem;
}
.tab-button.active {
    background: var(--red);
    color: #fff;
    border-color: var(--red);
}
.top-title h5 {
    font-weight: 500;
    margin-bottom: var(--h-large);
    font-size: 2.5rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
    max-width: 40%;
}
@media screen and (max-width: 768px) {
    .top-title h5 {
        margin-bottom: 2rem;
        font-size: 2rem;
        margin-left: 0;
        max-width: 100%;
    }
}
.prize__content {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .prize__content {
        flex-direction: column;
        max-width: 100%;
    }
}
.prize__content .image {
    width: 45%;
    flex-shrink: 0;
    z-index: -1;
    margin-bottom: -3px;
}
@media (max-width: 1200px) {
    .prize__content .image {
        width: 90%;
        margin-left: auto;
        z-index: -1;
        margin-top: 2rem;
        margin-bottom: -3px;
        margin-right: auto;
    }
}
.prize__content .content p {
    line-height: 1.4;
    margin: 2rem 0 3rem;
}
.prize__content .content .btn {
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (max-width: 1200px) {
    .prize__content .content .btn {
        padding-left: 4rem;
        padding-right: 3rem;
        margin: 0 auto;
    }
}
.tab-panel {
    position: relative;
}
section.programm {
    background-color: var(--border);
}
section.programm {
    background-color: var(--border);
}
section.programm .spiker {
    position: relative;
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: var(--rad);
    padding: 2.4rem 6rem;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}
section.programm .spiker:nth-child(even) {
    background-color: #e7e7e7;
}
section.programm .spiker::after {
    content: "";
    border-left: 1px solid #4d4d4d;
    position: absolute;
    left: calc(3rem + 2.5px);
    bottom: auto;
    top: 3rem;
    height: calc(100% + 2rem);
    z-index: 1;
}
@media screen and (max-width: 768px) {
    section.programm .spiker {
        flex-direction: column;
    }
}
section.programm .spiker::before {
    content: "";
    position: absolute;
    left: 3rem;
    top: 2.9rem;
    width: 6px;
    z-index: 2;
    height: 6px;
    background: #000;
    border-radius: 50%;
}
section.programm .left-block {
    display: flex;
    align-items: flex-start;
    width: 58%;
    margin-right: 2rem;
    flex-shrink: 0;
}
@media screen and (max-width: 768px) {
    section.programm .left-block {
        margin-bottom: 2rem;
        flex-direction: column;
        width: 100%;
    }
}
section.programm .left-block .time {
    font-size: 1.45rem;
    width: 20%;
    flex-shrink: 0;
    display: none;
}
@media screen and (max-width: 768px) {
    section.programm .left-block .time {
        width: -moz-fit-content;
        width: fit-content;
        background-color: var(--bg-opacity);
        border-radius: 2rem;
        padding: 0.7rem 1.25rem;
        text-align: center;
        font-weight: 500;
        margin-bottom: 2rem;
    }
}
section.programm .left-block .md-text {
    font-weight: 600;
}
section.programm .right-block {
    display: flex;
    align-items: flex-start;
}
section.programm .right-block .inner {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}
section.programm .right-block .image {
    display: none;
}
section.programm .right-block .image img {
    width: 4.5rem;
    height: 4.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
section.programm .right-block .text .name {
    font-weight: 500;
    margin-bottom: 0.5rem;
}
section.programm .right-block .text p {
    color: #373737;
    margin: 0;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.4;
}
section.programm .spiker:last-child {
    background: #4d4d4d;
    color: #fff;
}
section.programm .spiker:last-child::after {
    content: none;
}
@media screen and (max-width: 768px) {
    section.programm .spiker:last-child .left-block .time {
        width: -moz-fit-content;
        width: fit-content;
        background-color: var(--bg-opacity);
        color: #373737;
    }
}
section.programm .spiker:last-child .text p,
section.programm .spiker:last-child .name,
section.programm .spiker:last-child .time,
section.programm .spiker:last-child .md-text {
    color: #fff;
}
section.programm .spiker:last-child::before {
    background: #fff;
}
span.theme {
    color: var(--t);
}
h3.tac {
    text-align: center;
    padding-bottom: 4rem;
}
ul {
    font-size: 1.5rem;
}
ul > *:not(:last-child) {
    margin-bottom: 0.5rem;
}
header ul > *:not(:last-child) {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    section.order .order__content h6 {
        max-width: 100%;
        font-size: 1.65rem;
    }
}
section.order .order__content .form {
    margin: 3rem auto;
    max-width: 50%;
}
@media (max-width: 767px) {
    section.order .order__content .form {
        max-width: 100%;
    }
    section.order .order__content .form h5 {
        font-size: 2.4rem;
    }
}
section.order .order__content .form .b24-form-wrapper {
    background-color: rgba(0, 0, 0, 0) !important;
}
section.order .order__content .form .b24-form-wrapper .b24-form-control-label {
    text-align: left !important;
}
section.order .order__content .form .b24-form-wrapper .b24-form-btn-block {
    width: 100% !important;
}
section.order
.order__content
.form
.b24-form-wrapper
.b24-form-btn-block
.b24-form-btn {
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-color: var(--t) !important;
}
section.order
.order__content
.form
.b24-form-wrapper
.b24-form-btn-block
.b24-form-btn:hover {
    background-color: #000 !important;
}
section.order .order__content .form .b24-form-wrapper input {
    background-color: #fff !important;
    text-align: left !important;
    border-radius: 1.5rem;
}
section.order .order__content .form .b24-form-header {
    display: none !important;
}
section.info .info__content > *:first-child {
    margin-bottom: var(--h);
}
section.info .info__content .info__block > * {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 3rem;
}
section.info .info__content .info__block > * > *:not(:last-child) {
    margin-right: var(--h);
}
section.info .info__content .info__block > * img {
    height: var(--h);
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    transition: 0.3s;
}
section.info .info__content .info__block > * img:hover {
    transform: scale(0.9);
}
@media screen and (max-width: 768px) {
    section.info .info__content .info__block > * img {
        height: var(--h-small);
    }
}
ul.styled {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: 0.3s;
}
ul.styled.show {
    height: auto;
    opacity: 1;
    overflow: visible;
}
ul.styled {
    list-style-type: disc;
    padding-left: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
}
ul.styled li::marker {
    color: var(--t);
    font-size: 15px;
}
.inner span.name {
    font-style: italic;
    font-size: 2rem;
    margin: 1rem 0 -1rem 0;
    display: flex;
}
section.tabs .tab__content .profiles > * .profile__regalia {
    max-width: 100% !important;
}
.more {
    margin: 2rem 0 1.4rem;
    font-size: 1.5rem;
}
section.tabs .tabs__items {
    min-height: 100vh !important;
}
@media (max-width: 1200px) {
    section.tabs .tabs__items {
        min-height: 150rem;
    }
    .more {
        margin-left: auto;
        margin-right: auto;
    }
    .inner span.name {
        text-align: center;
        justify-content: center;
    }
}
section.register .register__content .register__info {
    margin-top: 3rem;
}
.section__title .section__title-text .sub-title.sub-title-sm {
    display: none;
}
@media (max-width: 1200px) {
    section.register .register__content .register__info {
        margin-top: 0;
    }
    .section__title svg {
        display: none;
    }
    .section__title .section__title-text {
        order: 2;
        margin-top: 2rem;
        margin-bottom: 0 !important;
    }
    .section__title .section__title-text .sub-title {
        display: none;
    }
    .section__title .section__title-text .sub-title.sub-title-sm {
        display: block;
        margin-bottom: 2rem;
    }
}
.b24-form-field.b24-form-field-product.b24-form-control-list {
    display: none;
}
.b24-form-basket {
    display: none;
}
body .b24-window-panel {
    min-height: 100vh;
    height: 100vh;
}
@font-face {
    font-family: "icomoon";
    src: url("./fonts/icomoon.eot");
    src: url("./fonts/icomoon.eot") format("embedded-opentype"),
    url("./fonts/icomoon.ttf") format("truetype"),
    url("./fonts/icomoon.woff") format("woff"),
    url("./fonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-clock:before {
    content: "î¤€";
}
.icon-after:before {
    content: "î¤";
}
.icon-balance:before {
    content: "î¤‚";
}
.icon-before:before {
    content: "î¤„";
}
.icon-calendar:before {
    content: "î¤…";
}
.icon-cart:before {
    content: "î¤†";
}
.icon-facebook:before {
    content: "î¤Š";
}
.icon-instagram1:before {
    content: "î¤‹";
}
.icon-map:before {
    content: "î¤Œ";
}
.icon-pattern:before {
    content: "î¤";
}
.icon-quote:before {
    content: "î¤Ž";
}
.icon-valute:before {
    content: "î¤";
}
.icon-instagram:before {
    content: "î¤‡";
}
.icon-telegram:before {
    content: "î¤ˆ";
}
.icon-vk:before {
    content: "î¤‰";
}
.header {
    height: var(--hd);
    background-color: #171717;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 30;
    left: 0;
    box-shadow: var(--shadow);
}
.header__container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--hd);
}
.header ul li a {
    font-weight: 300;
    font-size: 1.3rem;
}
.header .df {
    display: flex;
    align-items: center;
}
.header .df > * a {
    margin-left: 2rem;
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: 300;
    font-size: 1.3rem;
}
.header .df > * a img {
    height: 2.5rem;
    width: 2.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 1rem;
}
.header .btn {
    background-color: #85bc22;
    border-color: #85bc22;
    height: 4rem;
}
.header .btn:hover {
    background-color: #000 !important;
    border-color: #000 !important;
}
.header .btn::before {
    background-color: #000;
}
.header__nav-list {
    display: flex;
    gap: 3rem;
    list-style: none;
    margin-right: auto;
    padding: 0;
}
@media screen and (max-width: 768px) {
    .header__nav-list {
        display: none;
    }
}
.header__nav-item {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: 0.3s;
}
.header__nav-item a:hover {
    border-bottom: 2px solid var(--red);
    color: var(--text) !important;
}
.header__nav-item a.theme {
    color: var(--red);
}
.header nav {
    margin-right: auto;
    margin-left: 4rem;
}
@media (max-width: 1200px) {
    .header nav {
        display: none;
    }
}
footer.site-footer {
    background-color: #242424;
}
footer.site-footer .footer__content {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    footer.site-footer .footer__content {
        flex-direction: column;
    }
    footer.site-footer .footer__content p {
        margin-top: 4rem;
    }
}
footer.site-footer .footer__content .footer__contact-item {
    font-weight: 300;
    font-size: 1.3rem;
}
footer.site-footer .footer__content h3 {
    font-weight: 400;
    margin-bottom: 2rem;
    font-size: 3rem;
}
footer.site-footer .footer__content .footer__logo img {
    height: 2.7rem;
    -o-object-fit: contain;
    object-fit: contain;
}
footer.site-footer .footer__content .social {
    margin: 3rem 0 2rem 0;
}
footer.site-footer .footer__content .social a {
    transition: 0.5s;
    margin-right: 1rem;
}
footer.site-footer .footer__content .social a svg {
    transition: 0.5s;
}
footer.site-footer .footer__content .social a:hover svg {
    transform: scale(0.9);
}
footer.site-footer .footer__content .social a:before {
    background-color: #fff;
    color: var(--bg);
    border-radius: var(--rad-small);
    padding: 0.5rem;
    font-size: 1.65rem;
    transition: 0.5s;
}

.prize-w h3 {
    max-width: 100% !important;
}

@media (max-width: 767px) {
    section.main .main__content .content h1 {
        font-size: 3rem;
    }

    section.main .main__content .content img {
        width: 100%;
        margin: -8rem 0;
    }
    section.main .main__content .content p {
        font-size: 2rem !important;
    }
    section.main .main__content .content p span {
        font-size: 1.65rem !important;
    }
    section.main .main__content .content .btn {
        width: fit-content;
    }
    section.main {
        margin-top: 3rem;
    }

    .schedule h6 {
        margin-bottom: 3rem;
    }
    .bg-block {
        position: relative;
    }
    body section.cert .cert-w {
        flex-direction: column;
        justify-content: center;
        padding-bottom: 0;
    }

    body section.cert {
        margin-bottom: 10rem;
    }
    body section.cert .cert-w img {
        margin-left: 0;
        width: 100%;
        height: auto;
    }
    body section.cert .cert-w .text {
        width: 100%;
        margin-bottom: 0;
    }

    .bg-block img {
        width: 35%;
        margin-left: 1rem;
        position: absolute;
        bottom: 0;
        right: 0;
        height: auto;
        object-fit: contain;
    }
}
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab.active {
    background: #c00; /* Ð¿Ñ€Ð¸Ð¼ÐµÑ€ Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð¹ ÐºÐ½Ð¾Ð¿ÐºÐ¸ */
    color: #fff;
}

.tab {
    margin-right: 1.5rem;
}

section.register .register__content .register__info {
    margin-top: 3rem;
}
.section__title .section__title-text .sub-title.sub-title-sm {
    display: none;
}
@media (max-width: 1200px) {
    section.register .register__content .register__info {
        margin-top: 0;
    }
    .section__title svg {
        display: none;
    }
    .section__title .section__title-text {
        order: 2;
        margin-top: 2rem;
        margin-bottom: 0 !important;
    }
    .section__title .section__title-text .sub-title {
        display: none;
    }
    .section__title .section__title-text .sub-title.sub-title-sm {
        display: block;
        margin-bottom: 2rem;
    }
}
.b24-form-field.b24-form-field-product.b24-form-control-list {
    display: none;
}
.b24-form-basket {
    display: none;
}
body .b24-window-panel {
    min-height: 100vh;
    height: 100vh;
}

section.cert.bgbg {
    margin-bottom: 0 !important;
}
section.order .order__content {
    display: flex;
    align-items: stretch;
    width: calc(100% + 1.5rem);
    position: relative;
}
@media (max-width: 1200px) {
    section.order .order__content {
        flex-direction: column;
    }
}
section.order .order__content .order__left,
section.order .order__content .order__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.order .order__content .order__left,
section.order .order__content .order__block {
    width: calc(50% - 1.5rem);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 2rem;
    padding: 3rem 2rem;
}
section.order .order__content .order__left:first-child,
section.order .order__content .order__block:first-child {
    background: #538d46;
}
@media (max-width: 1200px) {
    section.order .order__content .order__left,
    section.order .order__content .order__block {
        width: calc(100% - 1.5rem);
    }
}
section.order .order__content .order__left ul,
section.order .order__content .order__block ul {
    margin: 5rem 0 9rem;
    font-size: 1.3rem;
}
section.order .order__content .order__left h6,
section.order .order__content .order__block h6 {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

section.order .order__content .order__left .btn,
section.order .order__content .order__block .btn {
    height: var(--h);
    width: 100%;
    display: flex;
    text-align: center;

    justify-content: center;
}

section.order .order__content .order__left .btn {
    background-color: #e50914;
}

section.order .order__content .order__left p,
section.order .order__content .order__block p {
    max-width: 70%;
}
section.order .order__content .order__left:last-child,
section.order .order__content .order__block:last-child {
    background-color: #dae0e6;
}
section.order .order__content .order__block {
    justify-content: space-between;
    background: #dae0e6;
    display: flex;
    flex-direction: column;
}
section.order .order__content .form {
    margin: 0 !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    position: absolute;
    bottom: 4.6rem;
    left: 2rem;
    width: calc(50% - 11rem) !important;
    max-width: 100% !important;
    padding: 0;
}
@media (max-width: 1200px) {
    section.order .order__content .form {
        bottom: auto;
        width: calc(100% - 11rem) !important;
        padding: 0;
        top: 45%;
    }
}
section.order .order__content a.btn {
    width: calc(100% + 5rem);
    height: var(--h);
    display: flex;
    background-color: #e50914;
    text-align: center;
    margin: auto;
    justify-content: center;
}
section.order .order__content a.btn:hover {
    color: #fff !important;
    background-color: var(--t-dark);
}
.master-registration {
    padding: 6rem 0;
    width: var(--container);
    margin: auto;
    text-align: center;
}
.master-registration .uc-registration-title {
    padding: 40px 0;
}
.master-registration button.btn {
    margin: 0 auto;
    height: var(--h);
}
.master-registration .table {
    max-width: 100% !important;
}
.master-registration .ui-alert.ui-alert-danger.ui-alert-icon-danger {
    font-size: 2rem;
}

section.order .container {
    position: relative;
}

section.order .container::before {
    border-radius: 0 0 8rem 8rem;
    bottom: -5rem;
    height: calc(100% + 5rem);
}

section.order .container::before {
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: -22;
    right: -5rem;
    left: -5rem;
    height: 100%;
}

.reg-wrap {
    margin-top: auto;
}
.reg-title {
    padding-top: 6rem;
}

.reg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.reg-card {
    padding: 3rem;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reg-card--green {
    background: #3e7e39;
    color: #fff;
}

.reg-card--light {
    background: #eef1f4;
}

.reg-card-title {
    font-size: 3.5rem;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 2rem;
}

.reg-card-subtitle {
    font-size: 1.6rem;
    line-height: 1.45;
    margin-bottom: 2.5rem;
}

.reg-card h3 {
    max-width: 100% !important;
}

.reg-price {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.block-w .reg-btn {
    cursor:default;
    width: fit-content;
    padding-left: 2rem;
    padding-right: 2rem;

}

.reg-btn {
    width: 100%;
    padding: 1.25rem 1rem;
    font-size: 1.4rem;
    border-radius: 2.5rem;
    border: none;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
}


.price-wrap {
    display: flex;
    align-items: center;

}



.reg-btn.gray {
    background: #7c7c7c;
    color: #fff;
    cursor: default;
}

.reg-btn.black {
    background: #0f0f0f;
    color: #fff;
}

/* Ñ‚Ð°Ñ€Ð¸Ñ„Ñ‹ */
.tariffs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.tariff {
    display: flex;
    width: 50%;
    flex-direction: column;
    padding: 1.25rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.88);
}

.label {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

.old {
    font-size: 1.8rem;
    color: #878787;
    margin-right: 1.5rem;
    text-decoration: line-through;
}

.new {
    font-size: 1.8rem;
    font-weight: 600;
}

.red {
    color: #d30000;
}

/* Ð¿Ñ€Ð¸Ð¼ÐµÑ‡Ð°Ð½Ð¸Ðµ */
.note {
    font-size: 1.7rem;
    margin-bottom: 6rem;
}

/* Ñ†ÐµÐ½Ð° Ð¾Ñ‚ */
.from-price {
    font-size: 3.25rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

/* Ð°Ð´Ð°Ð¿Ñ‚Ð¸Ð² */
@media (max-width: 768px) {
    .reg-grid {
        grid-template-columns: 1fr;
    }

    .block-w .reg-btn {
        margin-bottom: 2rem;
    }
    .old {
        margin-bottom: 1rem;
        font-size: 1.7rem;
    }
    .price-wrap {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
}


/* ===== MODAL ===== */

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none; /* Ð¿Ð¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ ÑÐºÑ€Ñ‹Ñ‚Ð¾ */
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 1.5rem;
}

.modal-overlay.is-open {
    display: flex;
}

.modal-window {
    max-width: 480px;
    width: 100%;
}

/* Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐµÐ¼ ÑÑ‚Ð¸Ð»Ð¸ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ Ñ€ÐµÐ³Ð¸ÑÑ‚Ñ€Ð°Ñ†Ð¸Ð¸, ÑÐ»ÐµÐ³ÐºÐ° Ð´Ð¾Ñ€Ð°Ð±Ð°Ñ‚Ñ‹Ð²Ð°Ñ */
.modal-card {
    position: relative;
    padding: 2.5rem 2rem;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

/* ÐºÐ½Ð¾Ð¿ÐºÐ° Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð¸Ñ (ÐºÑ€ÐµÑÑ‚Ð¸Ðº) */
.modal-close {
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    border: none;
    background: transparent;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    opacity: 0.8;
}

.modal-close:hover {
    opacity: 1;
}

/* Ð¿Ð¾Ð»Ðµ Ð²Ð²Ð¾Ð´Ð° */
.modal-field {
    margin: 1.5rem 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.modal-field label {
    font-size: 0.95rem;
    font-weight: 500;
}

.modal-input {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    outline: none;
    font-size: 0.95rem;
}

.modal-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.modal-input:focus {
    border-color: #ff4b4b; /* Ð¸Ð»Ð¸ Ñ‚Ð²Ð¾Ð¹ Ð°ÐºÑ†ÐµÐ½Ñ‚Ð½Ñ‹Ð¹ Ñ†Ð²ÐµÑ‚ */
}

/* ÐºÐ½Ð¾Ð¿ÐºÐ¸ Ð²Ð½Ð¸Ð·Ñƒ */
.modal-actions {
    margin-top: 1rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

/* Ð·Ð°Ð¿Ñ€ÐµÑ‰Ð°ÐµÐ¼ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÑƒ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹, ÐºÐ¾Ð³Ð´Ð° Ð¼Ð¾Ð´Ð°Ð»ÐºÐ° Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð° */
body.modal-open {
    overflow: hidden;
}

.nice-alert {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.45);
    z-index: 99999;
}

.nice-alert-window {
    background: #fff;
    padding: 24px 28px;
    border-radius: 14px;
    text-align: center;
    max-width: 360px;
    width: 90%;
    box-shadow: 0 6px 30px rgba(0,0,0,0.15);
    animation: fadeIn 0.25s ease-out;
}

.nice-alert-btn {
    margin-top: 16px;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
}

.card ul {
    list-style-type: none !important;
}

.nice-alert-btn:hover {
    background: #333;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.92); }
    to { opacity: 1; transform: scale(1); }
}