* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    display: flex;
    justify-content: center;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

a {
    text-decoration: none;
}
@font-face {
  font-family: 'GothaPro';
  src: url(fonts/862396a1bd5d8613b8c0.otf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'GothaPro';
  src: url(fonts/8e98c9c5fb7e795c47f3.otf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'GothaPro';
  src: url(fonts/db405428a4cf91ba01a6.otf);
  font-style: normal;
  font-weight: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* 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;
}
@media (min-width: 1444px) and (max-width: 1920px) {
    .SO_AllContent {
        width: 1000px;
        align-items: center;
    }
}

a {
    text-decoration: none;
    color: var(--red);
}


.A_Logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 20px;
    right: 48%;
    width: 28px;
    height: 24px;
    background-image: url(images/d8f539465b488f2eb195.svg);
    background-repeat: no-repeat;
}

.A_Logo2 {
    flex-direction: column;
    top: 26px;
    width: 100%;
    height: 52px;
    background-image: url(images/9d35f6de56fb81382696.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
}

.SO_AllContent {
    display: flex;
    padding: 100px 20px 0px 20px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
}

.W_HeadingBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    align-self: stretch;
}

.M_HeadingBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}



.A_BlockOfText {
    width: -webkit-fill-available;
    font-family: 'GothaPro';
    align-self: stretch;


    &.h2 {
        width: 100%;
        color: var(--black);
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    &.h1 {
        color: var(--red);
        font-size: 44px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    &.h3 {
        padding-top: 8px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        color: var(--black);
        font-size: 16px;
        font-weight: 600;
        margin-left: 10px;
    }

    &.h4 {
        display: flex;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        color: var(--black);
        font-size: 18px;
        font-weight: 400;
        width: 100%;
    }

    &.h5 {
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        color: var(--gray);
        font-size: 14px;
        font-weight: 400;
    }

    &.p {
        padding-top: 10px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        margin-left: 10px;
        margin-right: 10px;
    }

    &.p2 {
        padding-top: 20px;
        color: var(--gray);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    &.p3 {
        color: var(--gray);
        font-size: 14px;
        margin-top: -4px;
    }

    &.p4 {
        margin-top: 20px;
    }

    &.year {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--gray);
        font-size: 12px;
        padding-bottom: 20px;
    }

    &.padding {
        padding-top: 30px;
        margin-left: 0px;
    }

    &.pBold {
        padding-top: 10px;
        font-weight: 600;

    }

    &.time {
        width: 98px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: var(--gray);
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }

    &.timetag {
        display: flex;
        align-items: center;
        margin-top: 10px;
        width: -webkit-fill-available;
        gap: 10px;
        color: #E52517;
        font-size: 18px;
        font-weight: 600;
    }
}

.A_TagBlock {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    cursor: pointer;

    font-family: "GothaPro";
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;

    &.conference {
        cursor: unset;
    }

    &.section {
        text-align: center;
        background: var(--white);
        color: var(--red);
        width: 100%;
        text-transform: uppercase;
    }

    &.day24 {
        width: 164px;
        display: flex;
        padding: 8px 12px 6px 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 12px;
        border: 1px solid var(--red);
        color: var(--red);
        font-size: 20px;
        font-weight: 600;
    }

    &.day25 {
        width: 164px;
        display: flex;
        padding: 8px 12px 6px 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 12px;
        border: 1px solid var(--red);
        background: var(--white);
        font-size: 20px;
        color: var(--red);
        font-weight: 600;
    }

    &.button {
        width: 100%;
        display: flex;
        padding: 8px 12px 6px 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 12px;
        border: 1px solid var(--red);
        background: var(--white);
        font-size: 16px;
        font-weight: 400;
    }

    &.inform {
        text-align: center;
        width: 100%;
        margin-top: 10px;
        cursor: unset;
        font-size: 16px;
        color: var(--gray);
        display: flex;
        padding: 6px 12px 4px 12px;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        gap: 10px;
        border-radius: 12px;
        border: none;
        box-shadow: var(--card-shadow);
    }

    &.time {
        border: none;
        gap: 10px;
        font-size: 16px;
        font-weight: 600;
        color: var(--gray);
    }
}

.A_TagBlock.active {
    background-color: var(--red);
    color: var(--white);
}



.A_Logos {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
}


.O_TimeContent {
    display: flex;
    width: 100%;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.W_Buttons {
    display: flex;
    padding-top: 10px;
    align-items: center;
    align-self: stretch;
    justify-content: space-between;
    flex-direction: row;
    gap: 12px;
}

.W_TimeLineBlock {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    align-self: stretch;

    &.active {
        display: flex;
    }
}

.M_TimeBlock {
    display: flex;
    padding: 20px 14px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 8px;
    border-radius: 12px;
    background: var(--white);
    box-shadow: var(--card-shadow);
    height: auto;
    justify-content: center;
    transition: transform 0.6s ease;
}

.M_ContentBlock {
    display: none;
    transition: transform 0.6s ease;
    width: 100%;

}




.M_flexContent {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.M_TimeBlock.active .M_ContentBlock {
    transition: transform 0.6s ease;
    display: block;
    /* Показываем содержимое при активном состоянии */
}

.W_TimeAndTag {
    display: flex;
    height: auto;
    align-items: flex-start;
    gap: 12px;
    justify-content: space-between;
}

.W_Tags {
    width: 100%;
    display: flex;
}

.A_ArrowContainer2 {
    width: 100%;
    margin-top: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.A_ArrowContainer {
    position: sticky;
    top: 20px;
    /* на каком расстоянии от верха останется стрелка */
    z-index: 5;
    width: 100%;
    margin-top: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.Q_Arrow {
    background-image: url(images/02ee718e35ae7f0d6d52.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13.2px;
    height: 11.448px;
    transition: transform 0.6s ease;
}

.M_TimeBlock.active .Q_Arrow {
    transition: transform 0.6s ease;
    transform: rotate(-180deg);
    /* Поворачиваем стрелку на 180 градусов при активном состоянии */
}

.O_Footer {
    width: 100%;
    display: flex;
    padding: 20px 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border-top: 1px solid var(--card-shadow);

}

.hr {
    width: calc(100% + 24px);
    height: .5px;
    background-color: var(--gray);

}

.Q_ministry {
    background-image: url(images/298e7e39ddf308cee85e.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 64px;
    height: 64px;
}

.Q_Inst {
    background-image: url(images/e2e0164dd8011deb2988.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 54px;
    height: 51px;
    margin-left: 10px;
}

.Q_Univer {
    background-image: url(images/04d44edadc499e7df47c.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 64px;
    height: 64px;
}

.Q_Univer2 {
    background-image: url(images/587c33d6703046d39156.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 64px;
    height: 64px;
}
:root {
  --white: #fff;
  --black: #000;
  --gray: #7B7B7B;
  --red: #E52517;
  --background-shadow: 0px 0px 4px 0px rgba(229, 37, 23, 0.25);
  --card-shadow: 0px 0px 4px 0px rgba(123, 123, 123, 0.25);
}

