@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

a {
    text-decoration: none;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
    text-decoration: none;
    color: relative;
}

button:active,
a:active {
    outline: 0;
    outline-offset: 0;
}

button:focus,
a:focus {
    outline: 0;
    outline-offset: 0;
}

button:hover,
a:hover {
    outline: 0;
    outline-offset: 0;
}

/* шрифты */
@font-face {
    font-family: "PT Astra Fact";
    src: url("/local/templates/events_astra/fonts/PT Astra Fact/PTAstraFact-Regular.otf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "PT Astra Fact";
    src: url("/local/templates/events_astra/fonts/PT Astra Fact/PTAstraFact-Bold.otf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/* @font-face { */
    /* font-family: "TT Norms Pro"; */
    /* src: url("/local/templates/events_astra/fonts/PT Astra Fact/TTNormsPro-Regular.otf") format("truetype"); */
    /* font-weight: 400; */
    /* font-style: normal; */
/* } */

/* переменные - цвета*/
:root {
    --neutral100: #171719;
    --green: #1b9a42;
    --blue: #024fd5;
    --darkBlue: #0040b0;
    --brightBlue: #008cff;
    --gray: #686868;
    --lightGray: #b4b4b4;
    font-family: "PT Astra Fact", "Arial", "Verdana", sans-serif !important;
}

.blue {
    color: var(--blue);
}

.bright-blue {
    color: var(--brightBlue);
}

.white {
    color: white;
}

.black {
    color: black;
}

.gray {
    color: var(--gray);
}

.btn {
    width: 100%;
    background-color: var(--green);
    color: white;
    font-family: "TT Norms Pro", "Arial", "Verdana", sans-serif !important;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.btn:hover,
.btn:active,
.btn:focus {
    background-color: var(--blue);
}

.btn.inactive {
    background-color: var(--lightGray);
}

.btn.inactive:hover,
.btn.inactive:active,
.btn.inactive:focus {
    background-color: var(--lightGray);
}

.finished {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.finished .large-txt {
    margin-top: 20px;
}

.framed {
    width: 100%;
    border: 1px solid white;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 21px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.hidden {
    display: none !important;
}

h1 {
    font-size: 85px;
    font-weight: 400;
    color: white;
    line-height: 48px;
    text-align: left;
    margin-bottom: 45px;
}

h2 {
    font-size: 48px;
    font-weight: 400;
    color: white;
    line-height: 100%;
    text-align: left;
    margin-bottom: 40px;
}

h3 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 12px;
}

h4 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    text-align: left;
}

h5 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    text-align: left;
}

h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
}

.title {
    font-size: 64px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 12px;
}

.subtitle {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
}

.large-txt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}

.regular-txt {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 12px;
}

.small-text {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
}

button {
    border: none;
    outline: none;
}

.whiteBlock {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: white;
    padding: 48px 60px;
    -webkit-box-shadow: 10px 10px 0px var(--blue);
    box-shadow: 10px 10px 0px var(--blue);
}

.whiteBlock .right-corner {
    width: 29px;
    height: 29px;
    background-color: var(--neutral100);
    position: absolute;
    top: 0;
    right: 0;
}

.whiteBlock .right-corner::after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: var(--neutral100);
    position: absolute;
    top: 29px;
    right: 29px;
}

.whiteBlock .left-corner {
    content: "";
    width: 15px;
    height: 15px;
    background-color: var(--neutral100);
    position: absolute;
    left: 0;
    bottom: 0;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--neutral100);
    background-image: url("../img/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.wrapper {
    width: 1320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    justify-self: center;
}

section {
    padding-left: 112px;
    padding-right: 112px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

section .content {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 110px;
    position: relative;
}

header {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header .header-content {
    background-image: url("../img/headerImg.png");
    background-repeat: no-repeat;
    background-position: center 24px;
    position: relative;
    padding: 310px 225px 0 225px;
}

header .header-content .title,
header .header-content .subtitle {
    margin-left: 224px;
}

header .header-content h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

header .header-content h1::after {
    content: url("../img/slash.png");
    width: 176px;
    height: 158px;
    margin-bottom: -40px;
}

header .header-content h6 {
    position: absolute;
    top: 0;
    right: 90px;
}

.nav {
    width: 100%;
    padding: 24px 40px;
}

.info {
    padding-left: 225px;
    padding-right: 225px;
}

.info-details {
    margin: 60px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 119px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info-details__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.about {
    margin-top: 110px;
}

.about .whiteBlock::after {
    content: url("../img/party.png");
    width: 92px;
    height: 92px;
    position: absolute;
    top: -32px;
    left: -32px;
}

.about .large-txt:first-of-type {
    margin-bottom: 32px;
}

.programm {
    margin-top: 100px;
}

.programm .content::after {
    content: url("../img/cPlusPlus.png");
    width: 601px;
    height: 398px;
    position: absolute;
    top: -189px;
    right: -73px;
}

.programm .content::before {
    content: url("../img/hash.png");
    width: 464px;
    height: 690px;
    position: absolute;
    top: 240px;
    left: -203px;
}

.programm .whiteBlock {
    z-index: 1;
}

.programm .event {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 2px dashed #dbdbdb;
}

.programm .event:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}

.registration {
    margin-top: 100px;
}

.registration .large-txt {
    margin-bottom: 32px;
}

.registration .large-txt:first-of-type {
    margin-bottom: 16px;
}

.registration .regular-txt {
    margin-bottom: 40px;
}

.registration .framed {
    margin-top: 100px;
    margin-bottom: 32px;
}

.registration .map {
    width: 100%;
    height: 400px;
    background-color: var(--gray);
}

.contacts {
    margin-top: 100px;
}

.contacts h2 {
    margin-bottom: 10px;
}

.contacts .large-txt {
    margin-bottom: 40px;
}

.contacts .messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    gap: 64px;
}

.contacts .messengers-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    height: 200px;
    width: 25%;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-box-shadow: 10px 10px 0px var(--blue);
    box-shadow: 10px 10px 0px var(--blue);
}

.contacts .messengers-block::after {
    content: url(../img/arrow.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    top: 19px;
    right: 17px;
}

footer {
    margin-top: 196px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 70px;
    gap: 42px;
}

footer .footer-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

footer .footer-block:first-of-type .small-text {
    max-width: 172px;
}

footer .footer-block_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

footer .footer-block .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: 50%;
}

footer .footer-block img {
    width: 164px;
    height: 44px;
}

footer .footer-block .footer-contact,
footer .footer-block img {
    margin-bottom: 24px;
}

footer .footer-block .small-text {
    margin-bottom: 16px;
}

footer .framed {
    width: 100%;
    font-size: 14px;
    padding: 14px 24px 14px 12px;
    gap: 10px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media screen and (max-width: 1399px) {
    h1 {
        font-size: 55px;
        margin-bottom: 10px;
    }

    h3 {
        text-align: center;
    }

    h5 {
        font-size: 20px;
        line-height: 30px;
    }

    h6 {
        font-size: 18px;
        line-height: 28px;
    }

    .title {
        font-size: 40px;
        margin-bottom: 4px;
    }

    .large-txt,
    .regular-txt {
        text-align: center;
    }

    body {
        background-image: url("../img/background_tablet.png");
    }

    .wrapper {
        width: 720px;
    }

    section {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 17px !important;
        padding-right: 17px !important;
    }

    section .content {
        padding: 0 90px;
    }

    .whiteBlock {
        padding: 48px 48px;
    }

    header .header-content {
        background-image: url("../img/headerImg_tablet.png");
        background-repeat: no-repeat;
        background-position: center top;
        padding: 230px 160px 0 164px;
    }

    header .header-content .title,
    header .header-content .subtitle {
        margin-left: 114px;
    }

    header .header-content h1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    header .header-content h1::after {
        content: url("../img/slash_tablet.png");
        width: 87px;
        height: 75px;
        margin-bottom: -10px;
    }

    header .header-content h6 {
        position: absolute;
        top: 10px;
        right: 50%;
        -webkit-transform: translateX(80px);
        -ms-transform: translateX(80px);
        transform: translateX(80px);
    }

    .nav {
        padding: 24px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .info {
        padding-left: 64px;
        padding-right: 64px;
    }

    .info-details {
        margin: 40px 0 50px 0;
        padding: 0 76px;
    }

    .info-details__block {
        gap: 20px;
    }

    .about {
        margin-top: 100px;
    }

    .about .whiteBlock::after {
        top: -22px;
        left: -22px;
    }

    .programm {
        margin-top: 140px;
    }

    .programm .content::after {
        content: url("../img/cPlusPlus_tablet.png");
        width: 410px;
        height: 295px;
        position: absolute;
        bottom: -192px;
        right: -52px;
        top: auto;
    }

    .programm .content::before {
        content: url("../img/hash_tablet.png");
        width: 458px;
        height: 585px;
        top: 419px;
        left: -150px;
        bottom: auto;
    }

    .registration {
        margin-top: 140px;
    }

    .registration .large-txt {
        margin-bottom: 32px;
    }

    .registration .large-txt:first-of-type {
        margin-bottom: 16px;
    }

    .registration .regular-txt {
        margin-bottom: 40px;
    }

    .registration .framed {
        margin-top: 140px;
    }

    .registration .map {
        height: 500px;
    }

    .contacts {
        margin-top: 140px;
    }

    .contacts .messengers {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contacts .messengers-block {
        width: 44%;
    }

    footer {
        margin-top: 140px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding-bottom: 70px;
        gap: 24px;
    }

    footer .footer-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100% !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    footer .footer-block:nth-of-type(even) {
        gap: 24px;
    }

    footer .footer-block_contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }

    footer .footer-block .footer-contact {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0 !important;
    }

    footer .footer-block:first-of-type {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    footer .footer-block:first-of-type .small-text {
        max-width: 100%;
    }

    footer .footer-block img {
        width: 164px;
        height: 44px;
    }

    footer .footer-block .footer-contact,
    footer .footer-block img {
        margin-bottom: 24px;
    }

    footer .framed {
        font-size: 14px;
        padding: 14px 20px 14px 12px;
        gap: 10px;
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 24px;
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 58px;
        margin-bottom: 6px;
        margin-left: 20px;
    }

    .title {
        margin-bottom: 12px;
    }

    .subtitle {
        max-width: 252px;
    }

    body {
        background-image: url("../img/background_mobile.png");
    }

    .wrapper {
        width: 360px;
    }

    section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    section .content {
        padding: 0 0;
    }

    header .header-content {
        background-image: url("../img/headerImg_mobile.png");
        background-repeat: no-repeat;
        background-position: center 68px;
        padding: 254px 20px 0 20px;
    }

    header .header-content .title,
    header .header-content .subtitle {
        margin-left: 64px;
    }

    header .header-content h1::after {
        content: url("../img/slash_mobile.png");
        width: 75px;
        height: 75px;
        margin-bottom: -10px;
    }

    header .header-content h6 {
        top: 53px;
    }

    .info {
        padding-left: 64px;
        padding-right: 64px;
    }

    .info-details {
        margin: 40px 0 60px 0;
        padding: 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        gap: 32px;
    }

    .about {
        margin-top: 160px;
    }

    .about .whiteBlock::after {
        left: -10px;
    }

    .programm .content::after {
        content: url("../img/cPlusPlus_mobile.png");
        width: 325px;
        height: 214px;
        bottom: -129px;
        right: -64px;
    }

    .programm .content::before {
        content: url("../img/hash_mobile.png");
        width: 325px;
        height: 425px;
        top: -150px;
        left: -154px;
    }

    .contacts .messengers {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 64px;
        padding: 0 70px;
    }

    .contacts .messengers-block {
        width: 100%;
    }

    .footer-contact {
        width: 100% !important;
    }
}

.registration-form_wrapper {
    background: rgba(26, 26, 26, 0.4);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    display: none;
    place-content: center;
    isolation: isolate;
}

.registration-form_wrapper.show {
    display: grid;
    height: auto;
    overflow: auto;
}

.registration-form_wrapper .registration-form {
    display: flex;
    flex-direction: column;
    border: 1px solid transparent;
    /* border-image: linear-gradient(to bottom, #fff, rgba(29, 29, 29, 0.1)) 1; */
    backdrop-filter: blur(50px);
    border-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.2)) 1;
    box-sizing: border-box;
    padding: 40px 180px;
    gap: 32px;
    isolation: isolate;
    background: rgba(23, 23, 25, 0.4);
    max-width: 870px;
    gap: 32px;
}

.registration-form_header {
    font-family: "TT Norms Pro", "Arial", "Verdana", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
}

.registration-form_header-desc {
    padding: 0px;
    gap: 16px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    font-family: "PT Astra Fact", "Arial", "Verdana", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    text-align: center;
    color: #FFFFFF;
}

.registration-form_contacts {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0px;
    gap: 24px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

.registration-form_body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
}

.registration-form_agreement {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
}

.registration-form_iput {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
    gap: 24px;
}

.registration-form_iput> :first-child,
.registration-form_iput> :last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.registration-form .text-field__label {
    /* display: block; */
    /* margin-bottom: 0.25rem; */
    color: var(--neutral50);
}

.registration-form .text-field__input {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--neutral100);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* is invalid */
}

.registration-form .text-field__input:invalid.touched {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.5625rem center;
    background-size: 1.125rem 1.125rem;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(240, 75, 91, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(240, 75, 91, 0.25);
}

.registration-form .text-field__input::-webkit-input-placeholder {
    color: #212529;
    opacity: 0.4;
}

.registration-form .text-field__input:-ms-input-placeholder {
    color: #212529;
    opacity: 0.4;
}

.registration-form .text-field__input::-ms-input-placeholder {
    color: #212529;
    opacity: 0.4;
}

.registration-form .text-field__input::placeholder {
    color: #212529;
    opacity: 0.4;
}

.registration-form .text-field__input:focus {
    color: var(--neutral100);
    background-color: #fff;
    border-color: var(--accent100);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(139, 194, 214, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(139, 194, 214, 0.25);
}

.registration-form .text-field__input:disabled,
.registration-form .text-field__input[readonly] {
    background-color: #f5f5f5;
    opacity: 1;
}

.registration-form .text-field_floating {
    position: relative;
}

.registration-form .text-field_floating .text-field__input {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding: 1rem 0.75rem;
}

.registration-form .text-field_floating .text-field__label {
    position: absolute;
    display: flex;
    justify-items: center;
    align-items: center;
    top: 0;
    left: 0px;
    height: 100%;
    padding: 0 .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: opacity .15s ease-in-out, transform .15s ease-in-out;
    transition: opacity .15s ease-in-out, transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.registration-form .text-field_floating .text-field__input::-webkit-input-placeholder {
    color: transparent;
}

.registration-form .text-field_floating .text-field__input:-ms-input-placeholder {
    color: transparent;
}

.registration-form .text-field_floating .text-field__input::-ms-input-placeholder {
    color: transparent;
}

.registration-form .text-field_floating .text-field__input::placeholder {
    color: transparent;
}

.registration-form .text-field_floating .text-field__input:focus,
.registration-form .text-field_floating .text-field__input:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

.registration-form .text-field_floating .text-field__input:focus~.text-field__label,
.registration-form .text-field_floating .text-field__input:not(:placeholder-shown)~.text-field__label {
    opacity: .65;
    -webkit-transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
}

.registration-form .checkbox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}

.registration-form .checkbox-label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #FFFFFF !important;
}

.registration-form .checkbox-label a{
    color: #FFFFFF !important;
}

.registration-form .checkbox-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border: 1px solid #bdbdbd;
    border-radius: 0.25rem;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.registration-form .checkbox-input:checked {
    background-color: var(--accent100);
    border-color: var(--accent100);
    background-image: url("/events/roadshow/25/irkutsk/assets/img/check.svg");
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.registration-form .checkbox-input:checked:hover {
    background-color: var(--accentHover);
    border-color: var(--accentHover) !important;
}

.registration-form .checkbox-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}

.registration-form .checkbox-input:hover:not(:disabled) {
    border-color: var(--accent60);
}

.registration-form .checkbox-input:focus {
    border-color: var(--accent100);
    outline: none;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(51, 192, 227, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(51, 192, 227, 0.25);
}

.show-cookie .btn{
    padding-left: 20px;
    padding-right: 20px;
}
.show-cookie a{
    color: var(--green);
}

.btn__footer{
    color: rgba(255,255,255,.7);
    padding: 20px;
    display: grid;
    place-content: center;
}

.btn__footer:hover{
    color: rgba(255,255,255,1);
    text-decoration: underline;
}

.contacts-description{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 60px;
}
.contacts-description > div{
    font-size: 12px;
    font-weight: 400;
    line-height: 170%;
    color: #8896A0;
    display: grid;
    place-content: center;
}
@media screen and (max-width: 767px) {
    .contacts-description{
        grid-template-columns: 1fr;
        gap: 20px;
    }   
}

.footer-block_span span{
    color: transparent;
    font-size: 12px;
    font-weight: 400;
    line-height: 170%;
    color: #8896A0;
}

.footer-block_span{
    font-size: 12px;
    font-weight: 400;
    line-height: 170%;
    color: #8896A0;
    display: grid;
    place-content: center;
}