*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}


/* inter-300 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts-simposium2/inter-v13-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-regular - cyrillic_cyrillic-ext_latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts-simposium2/inter-v13-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-500 - cyrillic_cyrillic-ext_latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts-simposium2/inter-v13-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-600 - cyrillic_cyrillic-ext_latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts-simposium2/inter-v13-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-700 - cyrillic_cyrillic-ext_latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts-simposium2/inter-v13-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
@font-face {
    font-family: Montserrat;
    src: local("../../fonts-simposium/Montserrat-ExtraBold.ttf"),
        url(../../fonts/Montserrat-ExtraBold.ttf);
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: local("../../fonts-simposium/Montserrat-SemiBold.ttf"),
        url(../../fonts/Montserrat-SemiBold.ttf);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: local("../../fonts-simposium/Montserrat-Medium.ttf"),
        url(../../fonts/Montserrat-Medium.ttf);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    src: local("../../fonts-simposium/Montserrat-Regular.ttf"),
        url(../../fonts/Montserrat-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
* {
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
.container {
    width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}
section {
    padding: 100px 0;
}
h1,
h2,
p,
ul {
    margin-bottom: 0;
}
.btn a {
    border: 1px solid #fff;
    padding: 25px 27px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.btn a img {
    margin-left: 10px;
    width: 20px;
    height: 20px;
}
.btn_blue a {
    background: #00aec9;
    border: 1px solid #00aec9;
    text-decoration: none;
}
.btn:hover {
    opacity: 0.9;
    transform: scale(0.98);
    transition: all 0.4s;
}
.title {
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    color: #0d1323;
}
.subtitle {
    font-weight: 300;
    font-size: 40px;
    line-height: 130%;
    color: #0d1323;
}
.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 357px;
    width: 916px;
    padding: 38px 0;
}
.menu__logo {
    cursor: pointer;
}
.menu__logo img {
    height: 49px;
    width: 186px;
}
.menu__logo:hover {
    transform: scale(0.95);
    transition: all 0.4s;
}
.menu__list {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    gap: 40px;
    width: 373px;
    top: 3px;
}
.menu__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #0d1323;
    text-decoration: none;
    cursor: pointer;
}
.menu__link a {
    text-decoration: none;
    color: #0d1323;
}
.menu__link:hover {
    opacity: 0.9;
    transform: scale(0.95);
    transition: all 0.4s;
}
.menu__link:hover a {
    color: #00aec9;
}
.promo {
    min-height: 853px;
    background: url(../img-simposium/bg/blackout.png), url(../img-simposium/bg/1.png),
        url(../img-simposium/bg/2.png), url(../img-simposium/bg/bg.png);
    background-repeat: no-repeat;
    background-position: center center, right top, right top, center center;
    background-size: cover;
    padding: 158px 0 100px 0;
}
.promo__wrapper {
    display: grid;
    grid-template-columns: 741px 464px;
    grid-template-rows: minmax(510px, auto);
    -moz-column-gap: 255px;
    column-gap: 255px;
}
.promo__content {
    display: grid;
    grid-template-rows: minmax(438px, auto) minmax(74px, auto);
    row-gap: 83px;
    align-content: space-between;
}
.promo__text {
    display: grid;
    grid-template-rows: minmax(281px, auto) minmax(98px, auto);
    row-gap: 49px;
    justify-content: space-between;
}
.promo__title_w {
    line-height: 140%;
    color: #fff;
}
.promo__title_w img {
    width: 57px;
    height: 38px;
    position: relative;
    bottom: 3px;
}
.promo__subtitle_w {
    color: #fff;
    line-height: 110%;
    z-index: 1;
}
.promo__subtitle_w .divider {
    width: 270px;
    height: 11px;
    background: #fdc50c;
    position: relative;
    top: -12px;
    z-index: -1;
}
.promo__subtitle_w .divider_2 {
    width: 291px;
    height: 11px;
    background: #fdc50c;
    position: relative;
    top: -12px;
    z-index: -1;
}
.promo__btns {
    display: flex;
    flex-direction: row;
    gap: 25px;
    list-style-type: none;
}
.promo__logo {
    display: grid;
    grid-template-rows: 183px minmax(412px, auto);
    align-items: flex-start;
}
.promo__logo_img {
    display: flex;
    align-items: flex-start;
    height: 183px;
    margin: 0 auto;
}
.promo__logo_img img {
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.promo__logo_sub {
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #fff;
}
.about {
    
    margin: 0 auto;
    background: url(../img-simposium/bg/about-bg.png) 100% 100% no-repeat fixed;
    background-size: cover;
    padding-bottom: 133px;
}
.about {
    max-height: 1329px;
    margin: 0 auto;
    background: url(../img-simposium/bg/about-bg.png) 100% 100% no-repeat fixed;
    background-size: cover;
    padding-bottom: 133px;
}
.about__text {
    margin-bottom: 100px;
}
.about__text_w {
    padding: 100px 0 62px 0;
}
.about__bg {
    background-color: #00aec9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 713px;
    max-width: 95vw;
    margin: 0 auto;
}
.about__title {
    margin-bottom: 30px;
}
.about__title_w {
    color: #fff;
    padding-bottom: 30px;
}
.about__descr {
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    color: #0d1323;
}
.about__descr_w {
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    color: #fff;
}
.about__wrapper {
    display: grid;
    grid-template-columns: repeat(5, 280px);
    grid-template-rows: minmax(285px, auto);
    gap: 15px;
    padding-bottom: 74px;
    box-sizing: border-box;
}
.about__item {
    display: grid;
    grid-template-rows: 185px minmax(70px, auto);
    gap: 30px;
}
.about__item_icon img {
    display: flex;
    width: 185px;
    height: 185px;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.about__item_descr {
    font-weight: 400;
    font-size: 20px;
    line-height: 170%;
    text-align: center;
    justify-content: center;
    color: #fff;
}
.speakers__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 715px);
    grid-template-rows: minmax(378px, auto);
    gap: 30px;
    margin-bottom: 100px;
}
.speakers__wrapper_square {
    display: grid;
    grid-template-columns: 295px 371px;
    grid-template-rows: minmax(378px, auto);
    -moz-column-gap: 49px;
    column-gap: 49px;
}
.speakers__photo img {
    -o-object-fit: cover;
    object-fit: cover;
}
.speakers__text {
    display: grid;
    grid-template-rows: repeat(2, minmax(184px, auto));
    row-gap: 10px;
    width: 336px;
}
.speakers__text-sub {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #0d1323;
}
.speakers__text__descr {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #0d1323;
}
.speakers__organized {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img-simposium/bg/organized.png) center center/cover no-repeat;
    width: 1460px;
    height: 192px;
    margin-bottom: 100px;
}
.speakers__organized img {
    display: flex;
    width: 466px;
    height: 123px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.speakers__logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 39px;
    align-items: center;
    margin-bottom: 100px;
}
.speakers__logos img {
    -o-object-fit: cover;
    object-fit: cover;
}
.speakers__title {
    margin-bottom: 30px;
}
.speakers__title span {
    font-weight: 800;
    font-size: 48px;
    line-height: 130%;
    color: #00aec9;
}
.speakers__stay {
    display: grid;
    grid-template-columns: repeat(3, 467px);
    grid-template-rows: minmax(588px, auto);
    gap: 29px;
}
.speakers .stay {
    display: grid;
    grid-template-rows: 373px minmax(117px, auto) 29px;
    row-gap: 30px;
}
.speakers .stay__photo {
    transition: all 0.6s;
}
.speakers .stay__photo img {
    -o-object-fit: cover;
    object-fit: cover;
}
.speakers .stay__photo:hover {
    transform: scale(0.95);
}
.speakers .stay__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #0d1323;
}
.speakers .stay__descr {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    margin-top: 10px;
    color: #0d1323;
}
.speakers .stay__link {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    text-decoration: none;
    cursor: pointer;
    color: #00aec9;
}
.speakers .stay__link img {
    margin-right: 16px;
}
.speakers .stay__link:hover {
    text-decoration: none;
    color: #00aec9;
}
.accordion {
    margin-bottom: 100px;
    display: grid;
    grid-template-rows: repeat(3, minmax(1fr, auto));
    row-gap: 10px;
}
.accordion__title {
    border: none;
    cursor: pointer;
    position: relative;
    padding: 40px;
}
.accordion__title p {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #fff;
    padding-right: 40px;
}
.accordion__title:focus {
    outline: 0;
}
.accordion__title:after,
.accordion__title:before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 60px;
    transition: all 0.5s ease 0s;
}
.accordion__title:before {
    transform: rotate(40deg);
    left: 1394px;
}
.accordion__title:after {
    transform: rotate(-40deg);
    right: 40px;
}
.accordion__title.active:before {
    transform: rotate(-40deg);
}
.accordion__title.active:after {
    transform: rotate(40deg);
}
.accordion__text {
    padding: 0 30px;
    background-color: #fff;
    overflow: hidden;
    border: none;
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
}
.accordion__text p {
    margin: 30px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #0d1323;
}
.first {
    background: url(../img-simposium/accordion/1.png) no-repeat;
}
.second {
    background: url(../img-simposium/accordion/2.png) no-repeat;
}
.third {
    background: url(../img-simposium/accordion/3.png) no-repeat;
}
.info {
    background: url(../img-simposium/bg/info-bg.png) 100% 100% no-repeat fixed;
    background-size: cover;
    max-height: 1329px;
    padding-top: 100px;
    padding-bottom: 0;
}
.info__content {
    display: grid;
    grid-template-columns: repeat(3, 465px);
    gap: 32px;
    margin-top: 30px;
}
.info__content_link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all 0.6s;
}
.info__content_link span {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    top: 122px;
    left: 40px;
    color: #fff;
    position: absolute;
}
.info__content_link img {
    -o-object-fit: cover;
    object-fit: cover;
}
.info__content_link:hover {
    transform: scale(0.9);
}
.info__wrapper {
    background: #fff;
    min-height: 291px;
    margin-top: 30px;
    padding: 40px;
}
.info__links {
    display: grid;
    grid-template-columns: repeat(5, auto);
    -moz-column-gap: 50px;
    column-gap: 50px;
    margin-top: 30px;
}
.info__links a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-decoration: none;
    color: #00aec9;
}
.info__links a img {
    margin-right: 20px;
    width: 29px;
    height: 29px;
}
.info__links a:hover {
    opacity: 0.9;
    transform: scale(0.95);
    transition: all 0.4s ease;
}
.info .map {
    height: 784px;
    margin-top: 100px;
}
.info .map #map {
    width: 1462px;
    height: 684px;
}
.pageup {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s;
}
.pageup img {
    width: 100%;
}
@media screen and (min-width: 3000px) {
    .container {
        width: 1500px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .promo__subtitle_w .divider {
        width: 270px;
    }
    .promo__subtitle_w .divider_2 {
        width: 291px;
    }
    .about__bg {
        max-width: 90vw;
    }
    .accordion__title:before {
        left: 1394px;
    }
    .accordion__title:after {
        right: 40px;
    }
}
@media screen and (max-width: 3000px) {
    .container {
        width: 1500px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .promo__subtitle_w .divider {
        width: 270px;
    }
    .promo__subtitle_w .divider_2 {
        width: 291px;
    }
    .about__bg {
        max-width: 90vw;
    }
    .accordion__title:before {
        left: 1394px;
    }
    .accordion__title:after {
        right: 40px;
    }
}
@media screen and (max-width: 1650px) {
    .promo__subtitle_w .divider {
        width: 269px;
    }
    .promo__subtitle_w .divider_2 {
        width: 292px;
    }
    .about__bg {
        max-width: 95vw;
    }
    .accordion__title:before {
        left: 1394px;
    }
    .accordion__title:after {
        right: 40px;
    }
}
@media screen and (max-width: 1536px) {
    .container {
        width: 1340px;
        padding: 0 20px;
    }
    .promo__wrapper {
        -moz-column-gap: 95px;
        column-gap: 95px;
    }
    .promo__subtitle_w .divider {
        width: 269px;
    }
    .promo__subtitle_w .divider_2 {
        width: 292px;
    }
    .about {
        height: 1363px;
    }
    .about__wrapper {
        grid-template-columns: repeat(5, 248px);
        grid-template-rows: minmax(317px, auto);
    }
    .about__item {
        grid-template-rows: 185px minmax(102px, auto);
    }
    .speakers__wrapper {
        grid-template-columns: repeat(2, 635px);
        grid-template-rows: minmax(327px, auto);
    }
    .speakers__wrapper_square {
        grid-template-columns: 255px 351px;
        grid-template-rows: minmax(327px, auto);
        -moz-column-gap: 29px;
        column-gap: 29px;
    }
    .speakers__photo img {
        width: 255px;
        height: 327px;
    }
    .speakers__text {
        grid-template-rows: repeat(2, minmax(158px, auto));
        width: 306px;
    }
    .speakers__organized {
        width: 1300px;
    }
    .speakers__logos {
        width: 1300px;
    }
    .speakers__logos img {
        height: 63.3px;
    }
    .speakers__stay {
        grid-template-columns: repeat(3, 414px);
    }
    .speakers .stay {
        grid-template-rows: 331px minmax(117px, auto) 29px;
    }
    .speakers .stay__photo img {
        width: 414px;
    }
    .accordion__title:before {
        left: 1231px;
    }
    .accordion__title:after {
        right: 43px;
    }
    .info {
        max-height: 1229px;
    }
    .info__content {
        grid-template-columns: repeat(3, 412px);
    }
    .info__wrapper {
        min-height: 262px;
    }
    .info__links a {
        font-size: 21px;
    }
    .info__links a img {
        width: 20px;
        height: 20px;
    }
    .info .map {
        width: 1300px;
        height: auto;
        padding-bottom: 100px;
    }
    .info .map img {
        width: 1300px;
        height: 608px;
    }
    .info .map #map {
        width: 1300px;
        height: 608px;
    }
}
@media screen and (max-width: 1461px) {
    .container {
        width: 1200px;
        padding: 0 20px;
    }
    .title {
        font-size: 40px;
    }
    .subtitle {
        font-size: 32px;
    }
    .btn a {
        font-size: 15px;
    }
    .btn a img {
        width: 15px;
        height: 15px;
    }
    .menu {
        width: 816px;
        gap: 257px;
    }
    .promo {
        min-height: 753px;
    }
    .promo__wrapper {
        grid-template-columns: 615px 430px;
        grid-template-rows: minmax(510px, auto);
        -moz-column-gap: 115px;
        column-gap: 115px;
    }
    .promo__content {
        grid-template-rows: minmax(353px, auto) minmax(69px, auto);
    }
    .promo__text {
        grid-template-rows: minmax(219px, auto) minmax(81px, auto);
    }
    .promo__title_w img {
        height: 30px;
        width: auto;
    }
    .promo__subtitle_w .divider {
        width: 217px;
        top: -10px;
    }
    .promo__subtitle_w .divider_2 {
        width: 233px;
        top: -10px;
    }
    .promo__btns {
        width: 617px;
    }
    .promo__logo {
        grid-template-rows: 183px minmax(327px, auto);
    }
    .promo__logo_sub {
        font-size: 25px;
    }
    .about {
        height: 1275px;
    }
    .about__descr {
        font-size: 25px;
    }
    .about__descr_w {
        font-size: 25px;
    }
    .about__bg {
        width: 100vw;
    }
    .about__wrapper {
        grid-template-columns: repeat(5, 220px);
        grid-template-rows: minmax(307px, auto);
    }
    .about__item {
        grid-template-rows: 175px minmax(102px, auto);
    }
    .about__item_icon img {
        width: 175px;
        height: 175px;
    }
    .speakers__wrapper {
        grid-template-columns: repeat(2, 565px);
        grid-template-rows: minmax(224px, auto);
    }
    .speakers__wrapper_square {
        grid-template-columns: 224px 310px;
        grid-template-rows: minmax(224px, auto);
    }
    .speakers__photo img {
        width: 224px;
        height: auto;
    }
    .speakers__text {
        grid-template-rows: repeat(2, minmax(138px, auto));
        width: 276px;
    }
    .speakers__text-sub {
        font-size: 25px;
    }
    .speakers__organized {
        width: 1160px;
        height: 172px;
    }
    .speakers__organized img {
        width: 340px;
        height: auto;
    }
    .speakers__logos {
        width: 1160px;
    }
    .speakers__logos img {
        height: 55.6px;
        width: auto;
    }
    .speakers__title span {
        font-size: 40px;
    }
    .speakers__stay {
        grid-template-columns: repeat(3, 367px);
        grid-template-rows: minmax(488px, auto);
    }
    .speakers .stay {
        grid-template-rows: 304px minmax(117px, auto) 29px;
    }
    .speakers .stay__title {
        font-size: 25px;
    }
    .speakers .stay__descr {
        font-size: 20px;
    }
    .speakers .stay__photo img {
        width: 367px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .speakers .stay__link {
        font-size: 20px;
    }
    .speakers .stay__link img {
        height: 20px;
        width: 20px;
    }
    .speakers .accordion__title p {
        font-size: 25px;
        line-height: 80%;
    }
    .speakers .accordion__title:after,
    .speakers .accordion__title:before {
        top: 50px;
    }
    .speakers .accordion__title:before {
        transform: rotate(40deg);
        left: 1089px;
    }
    .speakers .accordion__title::after {
        right: 45px;
    }
    .speakers .accordion__title.active:before {
        transform: rotate(-40deg);
    }
    .info {
        max-height: 1129px;
    }
    .info__content {
        grid-template-columns: repeat(3, 365px);
    }
    .info__content span {
        font-size: 25px;
        top: 100px;
    }
    .info__wrapper {
        min-height: 251px;
    }
    .info__links a {
        font-size: 17px;
    }
    .info__links a img {
        width: 22px;
        height: 22px;
    }
    .info .map {
        width: 1160px;
        height: auto;
        padding-bottom: 100px;
    }
    .info .map img {
        width: 1160px;
        height: 542px;
    }
    .info .map #map {
        width: 1160px;
        height: 542px;
    }
}
@media screen and (max-width: 1366px) {
    .container {
        width: 1024px;
        padding: 0 20px;
    }
    .btn a {
        padding: 18px 20px;
        font-size: 13.4px;
    }
    .btn a img {
        width: 14px;
        height: 14px;
    }
    .promo {
        min-height: 753px;
    }
    .promo__wrapper {
        grid-template-columns: 530px 327px;
        grid-template-rows: minmax(410px, auto);
        -moz-column-gap: 126px;
        column-gap: 126px;
    }
    .promo__content {
        grid-template-rows: minmax(300px, auto) minmax(47px, auto);
        row-gap: 63px;
    }
    .promo__text {
        grid-template-rows: minmax(194px, auto) minmax(67px, auto);
        grid-template-columns: 530px;
        row-gap: 39px;
    }
    .promo__title_w img {
        height: 27px;
        width: auto;
    }
    .promo__btns {
        width: 530px;
        gap: 21px;
    }
    .promo__logo {
        grid-template-rows: 183px minmax(226px, auto);
    }
    .promo__logo_img img {
        height: 163px;
    }
    .promo__logo_sub {
        font-size: 22px;
    }
    .about {
        height: 1275px;
    }
    .about__descr {
        font-size: 25px;
    }
    .about__descr_w {
        font-size: 25px;
    }
    .about__bg {
        width: 100vw;
        min-height: 709px;
    }
    .about__wrapper {
        grid-template-columns: repeat(5, 184.5px);
    }
    .speakers__wrapper {
        grid-template-columns: repeat(2, 477px);
        grid-template-rows: minmax(203px, auto);
    }
    .speakers__wrapper_square {
        grid-template-columns: 203px 245px;
        grid-template-rows: minmax(260px, auto);
    }
    .speakers__photo img {
        width: 203px;
    }
    .speakers__text {
        width: 218px;
        grid-template-rows: repeat(2, minmax(96px, auto));
    }
    .speakers__text-sub {
        font-size: 20px;
    }
    .speakers__organized {
        width: 984px;
        height: 152px;
    }
    .speakers__organized img {
        width: 340px;
        height: auto;
    }
    .speakers__logos {
        width: 984px;
    }
    .speakers__logos img {
        height: 45.8px;
        width: auto;
    }
    .speakers__title span {
        font-size: 40px;
    }
    .speakers__stay {
        grid-template-columns: repeat(3, 308px);
        grid-template-rows: minmax(391px, auto);
    }
    .speakers .stay {
        grid-template-rows: 246px minmax(127px, auto) 29px;
    }
    .speakers .stay__photo img {
        width: 308px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .speakers .accordion__title:before {
        left: 913px;
    }
    .info {
        max-height: 1029px;
    }
    .info__content {
        grid-template-columns: repeat(3, 306px);
    }
    .info__content span {
        font-size: 25px;
        top: 80px;
        left: 30px;
    }
    .info__wrapper {
        min-height: 251px;
        padding: 30px;
    }
    .info__links {
        gap: 40px;
    }
    .info__links a {
        font-size: 15px;
    }
    .info__links a img {
        margin-right: 20px;
        width: 16px;
        height: 16px;
    }
    .info .map {
        width: 984px;
        height: auto;
        padding-bottom: 100px;
    }
    .info .map img {
        width: 984px;
        height: 460px;
    }
    .info .map #map {
        width: 984px;
        height: 460px;
    }
}
@media screen and (max-width: 1199px) {
    .container {
        width: 992px;
        padding: 0 20px;
    }
    section {
        padding: 80px 0;
    }
    .title {
        font-size: 35px;
    }
    .subtitle {
        font-size: 25px;
    }
    .btn a {
        padding: 15px 17px;
        font-size: 13px;
    }
    .btn a img {
        margin-left: 8px;
    }
    .menu {
        padding: 28px 0;
        width: 716px;
        gap: 137px;
    }
    .promo {
        min-height: 636px;
        padding: 138px 0 80px 0;
    }
    .promo__wrapper {
        grid-template-columns: 498px 327px;
        grid-template-rows: minmax(410px, auto);
        -moz-column-gap: 126px;
        column-gap: 126px;
    }
    .promo__content {
        grid-template-rows: minmax(300px, auto) minmax(47px, auto);
        row-gap: 63px;
    }
    .promo__text {
        grid-template-rows: minmax(194px, auto) minmax(67px, auto);
        row-gap: 39px;
    }
    .promo__title_w img {
        height: 27px;
        width: auto;
    }
    .promo__subtitle_w .divider {
        height: 9px;
        width: 170px;
        top: -8px;
    }
    .promo__subtitle_w .divider_2 {
        height: 9px;
        width: 182px;
        top: -8px;
    }
    .promo__btns {
        width: 500px;
    }
    .promo__logo {
        grid-template-rows: 183px minmax(226px, auto);
    }
    .promo__logo_img img {
        height: 163px;
    }
    .promo__logo_sub {
        font-size: 22px;
    }
    .about {
        height: 1127px;
        padding-bottom: 113px;
    }
    .about__text {
        margin-bottom: 80px;
    }
    .about__text_w {
        padding: 80px 0 62px 0;
    }
    .about__bg {
        min-height: 613px;
    }
    .about__title_w {
        padding-bottom: 30px;
    }
    .about__wrapper {
        grid-template-columns: repeat(5, 178px);
        grid-template-rows: minmax(257px, auto);
    }
    .about__item {
        grid-template-rows: 138px minmax(89px, auto);
    }
    .about__item_icon img {
        width: 138px;
        height: 138px;
    }
    .about__item_descr {
        font-size: 19px;
    }
    .speakers__wrapper {
        grid-template-columns: repeat(2, 461px);
        margin-bottom: 80px;
    }
    .speakers__wrapper_square {
        grid-template-columns: 203px 228px;
        grid-template-rows: minmax(203px, auto);
    }
    .speakers__organized {
        width: 952px;
        margin-bottom: 80px;
    }
    .speakers__organized img {
        width: 300px;
        height: auto;
    }
    .speakers__logos {
        width: 952px;
        grid: 29px;
        margin-bottom: 80px;
    }
    .speakers__logos img {
        height: 44.1px;
        width: auto;
    }
    .speakers__title span {
        font-size: 35px;
    }
    .speakers__stay {
        grid-template-columns: repeat(3, 298px);
        grid-template-rows: minmax(391px, auto);
    }
    .speakers .stay {
        grid-template-rows: 238px minmax(82px, auto) 21px;
        row-gap: 20px;
    }
    .speakers .stay__title {
        font-size: 20px;
    }
    .speakers .stay__descr {
        font-size: 16px;
    }
    .speakers .stay__photo img {
        width: 298px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .speakers .stay__link {
        font-size: 16px;
    }
    .speakers .stay__link img {
        height: 16px;
        width: 16px;
        margin-right: 10px;
    }
    .speakers .accordion {
        margin-bottom: 80px;
    }
    .speakers .accordion__title {
        padding: 30px;
    }
    .speakers .accordion__title p {
        font-size: 20px;
    }
    .speakers .accordion__title:after,
    .speakers .accordion__title:before {
        top: 37px;
    }
    .speakers .accordion__title:before {
        transform: rotate(40deg);
        left: 889px;
    }
    .speakers .accordion__title::after {
        right: 37px;
    }
    .speakers .accordion__title.active:before {
        transform: rotate(-40deg);
    }
    .info {
        max-height: 942px;
        padding-top: 80px;
    }
    .info__content {
        grid-template-columns: repeat(3, 296px);
    }
    .info__content span {
        font-size: 20px;
        top: 80px;
    }
    .info__wrapper {
        min-height: 211px;
    }
    .info__links {
        gap: 30px;
    }
    .info__links a img {
        margin-right: 15px;
        width: 15px;
        height: 15px;
    }
    .info .map {
        width: 952px;
        height: auto;
        padding-bottom: 80px;
        margin-top: 80px;
    }
    .info .map img {
        width: 952px;
        height: 445px;
    }
    .info .map #map {
        width: 952px;
        height: 445px;
    }
}
@media screen and (max-width: 1024px) {
    .container {
        width: 850px;
        padding: 0 20px;
    }
    .promo__wrapper {
        grid-template-columns: 498px 286px;
        grid-template-rows: minmax(410px, auto);
        -moz-column-gap: 26px;
        column-gap: 26px;
    }
    .promo__content {
        grid-template-columns: 498px;
    }
    .promo__text {
        grid-template-columns: 498px;
    }
    .promo__logo_sub {
        font-size: 19px;
    }
    .about {
        height: 1150px;
    }
    .about__wrapper {
        grid-template-columns: repeat(5, 150px);
        grid-template-rows: minmax(257px, auto);
    }
    .about__item {
        grid-template-rows: 128px minmax(89px, auto);
    }
    .about__item_icon img {
        width: 128px;
        height: 128px;
    }
    .about__item_descr {
        font-size: 17px;
    }
    .speakers__wrapper {
        grid-template-columns: repeat(2, 390px);
        grid-template-rows: 234px;
    }
    .speakers__wrapper_square {
        grid-template-columns: 183px 178px;
        grid-template-rows: minmax(234px, auto);
    }
    .speakers__photo img {
        width: 183px;
    }
    .speakers__text {
        width: 168px;
        grid-template-rows: repeat(2, minmax(96px, auto));
    }
    .speakers__text-sub {
        font-size: 17.5px;
    }
    .speakers__text-descr {
        font-size: 14px;
    }
    .speakers__organized {
        height: 132px;
        width: 810px;
    }
    .speakers__organized img {
        width: 250px;
        height: auto;
    }
    .speakers__logos {
        width: 810px;
    }
    .speakers__logos img {
        height: 36.2px;
        width: auto;
    }
    .speakers__title span {
        font-size: 35px;
    }
    .speakers__stay {
        grid-template-columns: repeat(3, 250px);
    }
    .speakers .stay {
        grid-template-rows: 200px minmax(82px, auto) 21px;
    }
    .speakers .stay__photo img {
        width: 250px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .speakers .accordion__title:before {
        left: 749px;
    }
    .speakers .accordion__title::after {
        right: 35px;
    }
    .info {
        max-height: 842px;
    }
    .info__content {
        grid-template-columns: repeat(3, 248px);
    }
    .info__content span {
        font-size: 18px;
        top: 65px;
    }
    .info__wrapper {
        min-height: 201px;
    }
    .info__links {
        gap: 20px;
    }
    .info__links a {
        font-size: 14px;
    }
    .info__links a img {
        margin-right: 11px;
        width: 14px;
        height: 14px;
    }
    .info .map {
        width: 810px;
        height: auto;
        padding-bottom: 80px;
        margin-top: 80px;
    }
    .info .map img {
        width: 810px;
        height: 379px;
    }
    .info .map #map {
        width: 810px;
        height: 379px;
    }
}
@media screen and (max-width: 991px) {
    .container {
        width: 768px;
        padding: 0 10px;
    }
    .title {
        font-size: 30px;
    }
    section {
        padding: 60px 0;
    }
    .menu {
        padding: 18px 0;
    }
    .menu__logo img {
        width: 156px;
        height: auto;
    }
    .promo {
        height: 747px;
        padding: 83px 0 60px 0;
    }
    .promo__wrapper {
        grid-template-columns: minmax(748px, auto);
        grid-template-rows: repeat(2, auto);
        row-gap: 50px;
    }
    .promo__content {
        grid-template-rows: minmax(273px, auto) minmax(47px, auto);
        row-gap: 63px;
    }
    .promo__text {
        grid-template-rows: minmax(169px, auto) minmax(67px, auto);
        row-gap: 39px;
    }
    .promo__title_w img {
        height: 24px;
    }
    .promo__subtitle_w .divider {
        height: 9px;
        width: 170px;
        top: -8px;
    }
    .promo__subtitle_w .divider_2 {
        height: 9px;
        width: 182px;
        top: -8px;
    }
    .promo__btns {
        width: 500px;
        gap: 21px;
    }
    .promo__logo {
        display: grid;
        grid-template-columns: 200px 518px;
        grid-template-rows: 163px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        align-items: center;
    }
    .promo__logo_img {
        height: 163px;
    }
    .promo__logo_sub {
        display: flex;
        align-content: start;
    }
    .about {
        height: 977px;
        padding-bottom: 83px;
    }
    .about__text {
        margin-bottom: 60px;
    }
    .about__text_w {
        padding: 60px 0 42px 0;
    }
    .about__bg {
        min-height: 536px;
    }
    .about__title_w {
        padding-bottom: 30px;
    }
    .about__wrapper {
        grid-template-columns: repeat(5, 137px);
        grid-template-rows: minmax(249px, auto);
        padding-bottom: 44px;
    }
    .about__item {
        grid-template-rows: 137px minmax(81px, auto);
    }
    .about__item img {
        width: 137px;
        height: 137px;
    }
    .about__item_descr {
        font-size: 16px;
    }
    .speakers__wrapper {
        grid-template-columns: auto;
        grid-template-rows: repeat(2, 1fr);
        margin-bottom: 60px;
    }
    .speakers__wrapper_square {
        grid-template-columns: 295px 394px;
        grid-template-rows: auto;
        -moz-column-gap: 59px;
        column-gap: 59px;
    }
    .speakers__photo img {
        width: 295px;
    }
    .speakers__text {
        grid-template-rows: repeat(2, minmax(184px, auto));
        width: 336px;
    }
    .speakers__text-sub {
        font-weight: 600;
        font-size: 27px;
        line-height: 130%;
    }
    .speakers__text__descr {
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
    }
    .speakers__organized {
        width: 748px;
        height: 102px;
        margin-bottom: 60px;
    }
    .speakers__organized img {
        width: 200px;
        height: auto;
    }
    .speakers__logos {
        width: 748px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        margin-bottom: 60px;
    }
    .speakers__logos img {
        display: flex;
        margin: 0 auto;
        height: 46.3px;
        width: auto;
    }
    .speakers__title span {
        font-size: 30px;
    }
    .speakers__stay {
        grid-template-columns: repeat(2, minmax(359px, auto));
        grid-template-rows: repeat(2, 1fr);
    }
    .speakers .stay {
        grid-template-rows: 295px minmax(82px, auto) 21px;
        row-gap: 20px;
    }
    .speakers .stay__photo img {
        width: 359px;
    }
    .speakers .accordion {
        margin-bottom: 60px;
    }
    .speakers .accordion__title {
        padding: 20px;
    }
    .speakers .accordion__title p {
        line-height: 120%;
    }
    .speakers .accordion__title:after,
    .speakers .accordion__title:before {
        top: 30px;
    }
    .speakers .accordion__title:before {
        left: 695px;
    }
    .speakers .accordion__title::after {
        right: 27px;
    }
    .info {
        max-height: 1092px;
        padding-top: 60px;
    }
    .info__content {
        grid-template-columns: repeat(2, 358px);
        grid-template-rows: repeat(2, 1fr);
    }
    .info__content span {
        top: 110px;
    }
    .info__links {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
    .info__links a {
        font-size: 17px;
    }
    .info .map {
        max-width: 748px;
        height: auto;
        padding-bottom: 60px;
        margin-top: 60px;
    }
    .info .map img {
        width: 748px;
        height: 349px;
    }
    .info .map #map {
        width: 748px;
        height: 349px;
    }
}
@media screen and (max-width: 850px) {
    .container {
        width: 650px;
        padding: 0 10px;
    }
    .menu {
        width: 616px;
        gap: 77px;
    }
    .promo__wrapper {
        grid-template-columns: minmax(630px, auto);
    }
    .promo__logo {
        grid-template-columns: 200px 400px;
    }
    .promo__subtitle_w .divider {
        width: 169px;
    }
    .promo__subtitle_w .divider_2 {
        width: 182px;
    }
    .about {
        height: 928px;
    }
    .about__bg {
        min-height: 486px;
    }
    .about__wrapper {
        grid-template-columns: repeat(5, 114px);
        grid-template-rows: minmax(183px, auto);
    }
    .about__item {
        grid-template-rows: 114px minmax(50px, auto);
    }
    .about__item_icon img {
        width: 114px;
        height: 114px;
    }
    .about__item_descr {
        font-size: 11px;
    }
    .speakers__wrapper_square {
        grid-template-columns: 295px 286px;
        -moz-column-gap: 49px;
        column-gap: 49px;
    }
    .speakers__text {
        grid-template-rows: repeat(2, minmax(184px, auto));
        width: 286px;
    }
    .speakers__organized {
        width: 630px;
    }
    .speakers__logos {
        width: 630px;
    }
    .speakers__title span {
        font-size: 30px;
    }
    .speakers__stay {
        grid-template-columns: repeat(2, minmax(300px, auto));
    }
    .speakers .stay {
        grid-template-rows: 240px minmax(82px, auto) 21px;
    }
    .speakers .stay__photo img {
        width: 300px;
    }
    .speakers .accordion__title:before {
        left: 575px;
    }
    .speakers .accordion__title::after {
        right: 29px;
    }
    .info {
        max-height: 1032px;
        padding-top: 60px;
    }
    .info__content {
        grid-template-columns: repeat(2, 299px);
    }
    .info__content span {
        top: 80px;
    }
    .info .map {
        max-width: 630px;
    }
    .info .map img {
        width: 630px;
        height: 294px;
    }
    .info .map #map {
        width: 630px;
        height: 294px;
    }
}
@media screen and (max-width: 767px) {
    .container {
        width: 636px;
        padding: 0 10px;
    }
    section {
        padding: 40px 0;
    }
    .title {
        font-size: 30px;
    }
    .subtitle {
        font-size: 20px;
    }
    .menu {
        padding: 18px 0;
        width: 576px;
        gap: 20px;
    }
    .promo {
        height: 544px;
        padding: 98px 0 40px 0;
    }
    .promo__wrapper {
        grid-template-columns: minmax(616px, auto);
        grid-template-rows: repeat(2, auto);
        row-gap: 50px;
    }
    .promo__content {
        grid-template-rows: minmax(260px, auto) minmax(47px, auto);
        grid-template-columns: minmax(616px, auto);
        row-gap: 43px;
    }
    .promo__text {
        grid-template-rows: minmax(169px, auto) minmax(52px, auto);
        grid-template-columns: minmax(616px, auto);
        row-gap: 39px;
    }
    .promo__title_w img {
        height: 22px;
    }
    .promo__subtitle_w .divider {
        height: 7px;
        width: 137px;
        top: -6px;
    }
    .promo__subtitle_w .divider_2 {
        height: 7px;
        width: 148px;
        top: -6px;
    }
    .promo__btns {
        width: 500px;
        gap: 21px;
    }
    .promo__logo {
        display: grid;
        grid-template-columns: 123px 473px;
        grid-template-rows: minmax(100px, auto);
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .promo__logo_img {
        height: auto;
    }
    .promo__logo_img img {
        width: 123px;
        height: auto;
    }
    .about {
        height: 1002px;
        padding-bottom: 63px;
    }
    .about__text {
        margin-bottom: 40px;
    }
    .about__text_w {
        padding: 40px 0 32px 0;
    }
    .about__bg {
        min-height: 440px;
    }
    .about__title_w {
        padding-bottom: 30px;
    }
    .about__descr {
        font-size: 20px;
    }
    .about__descr_w {
        font-size: 20px;
    }
    .about__wrapper {
        grid-template-columns: repeat(3, 137px);
        grid-template-rows: repeat(2, minmax(198px, auto));
        justify-content: center;
        padding-bottom: 30px;
    }
    .about__item {
        grid-template-rows: 117px minmax(66px, auto);
        row-gap: 15px;
    }
    .about__item_icon img {
        width: 117px;
        height: 117px;
    }
    .about__item_descr {
        font-size: 13px;
    }
    .speakers__wrapper {
        margin-bottom: 40px;
    }
    .speakers__wrapper_square {
        grid-template-columns: 255px 322px;
        -moz-column-gap: 39px;
        column-gap: 39px;
    }
    .speakers__photo img {
        width: 255px;
    }
    .speakers__text {
        grid-template-rows: repeat(2, minmax(125px, auto));
        width: 255px;
    }
    .speakers__text-sub {
        font-size: 20px;
    }
    .speakers__text__descr {
        font-size: 16px;
    }
    .speakers__organized {
        width: 616px;
        height: 90px;
        margin-bottom: 40px;
    }
    .speakers__logos {
        width: 616px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        margin-bottom: 40px;
    }
    .speakers__logos img {
        margin: 0;
    }
    .speakers__stay {
        grid-template-columns: 467px;
        grid-template-rows: repeat(3, 1fr);
        justify-content: center;
    }
    .speakers .stay {
        grid-template-rows: 373px minmax(100px, auto) 29px;
        row-gap: 30px;
    }
    .speakers .stay__photo img {
        width: 467px;
    }
    .speakers .stay__title {
        font-size: 25px;
    }
    .speakers .stay__descr {
        font-size: 20px;
        margin-top: 10px;
    }
    .speakers .stay__link {
        font-size: 20px;
    }
    .speakers .stay__link img {
        margin-right: 16px;
        width: 20px;
        height: 20px;
    }
    .speakers .accordion {
        margin-bottom: 40px;
    }
    .speakers .accordion__title {
        padding: 20px;
    }
    .speakers .accordion__title p {
        line-height: 120%;
    }
    .speakers .accordion__title:after,
    .speakers .accordion__title:before {
        top: 30px;
    }
    .speakers .accordion__title:before {
        transform: rotate(40deg);
        left: 564px;
    }
    .speakers .accordion__title::after {
        right: 26px;
    }
    .info {
        max-height: 1359px;
        padding-top: 40px;
    }
    .info__content {
        grid-template-columns: 467px;
        grid-template-rows: repeat(3, 1fr);
        justify-content: center;
    }
    .info__content span {
        font-size: 25px;
        top: 142px;
        left: 40px;
    }
    .info .map {
        max-width: 616px;
        padding-bottom: 40px;
        margin-top: 40px;
    }
    .info .map img {
        width: 616px;
        height: 288px;
    }
    .info .map #map {
        width: 616px;
        height: 288px;
    }
}
@media screen and (max-width: 690px) {
    .container {
        width: 500px;
        padding: 0 10px;
    }
    .btn a {
        display: inline-block;
        font-size: 15px;
    }
    .menu {
        padding: 18px 0;
        width: 156px;
        gap: 0;
    }
    .menu__list {
        position: fixed;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        align-items: center;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100vh;
        padding: 20px 15px;
        background-color: rgba(0, 174, 201, 0.89);
        transition: 0.6s all;
        z-index: 2;
    }
    .menu__list_active {
        left: 0;
    }
    .menu__link {
        padding-right: 0;
        border-right: none;
        margin: 10px 0;
    }
    .menu__link:hover a {
        color: #fff;
    }
    .hamburger {
        display: block;
        position: absolute;
        right: 50px;
        top: 30px;
        transform: translateY(7%);
        width: 26px;
        height: 24px;
    }
    .hamburger span {
        display: block;
        height: 4px;
        width: 100%;
        background-color: #0d1323;
        margin-bottom: 4px;
        transition: 0.5s all;
    }
    .hamburger_active {
        top: 30px;
    }
    .hamburger_active span {
        margin-bottom: -4px;
    }
    .hamburger_active span:nth-child(1) {
        transform: translateY(10px) rotate(-45deg);
    }
    .hamburger_active span:nth-child(2) {
        display: none;
    }
    .hamburger_active span:nth-child(3) {
        transform: translateY(10px) rotate(45deg);
    }
    .promo {
        min-height: 763px;
    }
    .promo__wrapper {
        grid-template-columns: minmax(480px, auto);
        row-gap: 50px;
    }
    .promo__content {
        grid-template-rows: minmax(238px, auto) minmax(184px, auto);
        grid-template-columns: 480px;
        row-gap: 63px;
    }
    .promo__text {
        grid-template-columns: 480px;
        grid-template-rows: minmax(169px, auto) minmax(42px, auto);
        row-gap: 29px;
    }
    .promo__title_w {
        font-size: 28px;
    }
    .promo__title_w img {
        height: 25px;
    }
    .promo__subtitle_w {
        font-size: 20px;
    }
    .promo__btns {
        width: auto;
        flex-direction: column;
        gap: 21px;
    }
    .promo__logo {
        display: grid;
        grid-template-columns: 90px 291px;
        grid-template-rows: minmax(73px, auto);
        align-items: center;
        justify-content: start;
    }
    .promo__logo_img img {
        width: 90px;
    }
    .promo__logo_sub {
        font-size: 15px;
    }
    .about {
        height: 1029px;
    }
    .speakers__wrapper_square {
        grid-template-columns: 215px 226px;
        -moz-column-gap: 39px;
        column-gap: 39px;
    }
    .speakers__photo img {
        width: 215px;
    }
    .speakers__text {
        width: 215px;
    }
    .speakers__organized {
        width: 480px;
        margin-bottom: 40px;
    }
    .speakers__logos {
        width: 480px;
    }
    .speakers .accordion__title:before {
        left: 428px;
    }
    .info {
        max-height: 1259px;
    }
    .info__wrapper {
        width: 480px;
    }
    .info__links a {
        font-size: 16px;
    }
    .info .map {
        max-width: 480px;
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .info .map img {
        width: 480px;
        height: 224px;
    }
    .info .map #map {
        width: 480px;
        height: 224px;
    }
}
@media screen and (max-width: 645px) {
    .container {
        width: 401px;
        padding: 0 10px;
    }
    section {
        padding: 20px 0;
    }
    .title {
        font-size: 25px;
    }
    .subtitle {
        font-size: 15px;
    }
    .promo {
        min-height: 746px;
        padding: 78px 0 40px 0;
    }
    .promo__wrapper {
        grid-template-columns: minmax(381px, auto);
        row-gap: 50px;
    }
    .promo__content {
        grid-template-rows: minmax(238px, auto) minmax(184px, auto);
        grid-template-columns: 381px;
        row-gap: 63px;
    }
    .promo__text {
        grid-template-columns: 381px;
        grid-template-rows: minmax(169px, auto) minmax(42px, auto);
        row-gap: 29px;
    }
    .promo__title_w {
        font-size: 28px;
    }
    .promo__title_w img {
        height: 25px;
    }
    .promo__subtitle_w {
        font-size: 20px;
    }
    .promo__subtitle_w .divider {
        width: 137px;
    }
    .promo__subtitle_w .divider_2 {
        width: 147px;
    }
    .promo__btns {
        width: auto;
        flex-direction: column;
        gap: 21px;
    }
    .promo__logo {
        display: grid;
        grid-template-columns: 90px 291px;
        grid-template-rows: minmax(73px, auto);
        align-items: center;
        justify-content: start;
    }
    .promo__logo_img img {
        width: 90px;
    }
    .promo__logo_sub {
        font-size: 15px;
    }
    .about {
        height: 823px;
        padding-bottom: 43px;
    }
    .about__text {
        margin-bottom: 30px;
    }
    .about__text_w {
        padding: 20px 0 22px 0;
    }
    .about__bg {
        min-height: 492px;
    }
    .about__title_w {
        padding-bottom: 20px;
    }
    .about__descr {
        font-size: 15px;
    }
    .about__descr_w {
        font-size: 15px;
    }
    .about__wrapper {
        grid-template-columns: repeat(3, 117px);
        grid-template-rows: repeat(2, minmax(150px, auto));
        justify-content: center;
        padding-bottom: 20px;
    }
    .about__item {
        grid-template-rows: 117px minmax(45px, auto);
        row-gap: 15px;
    }
    .about__item_icon img {
        width: 117px;
        height: 117px;
    }
    .about__item_descr {
        font-size: 13px;
    }
    .speakers__wrapper {
        grid-template-columns: minmax(381px, auto);
        margin-bottom: 30px;
    }
    .speakers__wrapper_square {
        grid-template-columns: auto;
        grid-template-rows: 486px minmax(116px, auto);
        gap: 39px;
    }
    .speakers__photo img {
        width: 381px;
    }
    .speakers__text {
        grid-template-rows: minmax(24px, auto) minmax(82px, auto);
        width: 381px;
    }
    .speakers__text-sub {
        font-size: 20px;
    }
    .speakers__text__descr {
        font-size: 16px;
    }
    .speakers__organized {
        width: 381px;
        margin-bottom: 40px;
    }
    .speakers__logos {
        width: 381px;
        grid-template-columns: 381px;
        grid-template-rows: repeat(5, 1fr);
        margin-bottom: 40px;
    }
    .speakers__logos img {
        margin: 0 auto;
    }
    .speakers__title span {
        font-size: 25px;
    }
    .speakers__stay {
        grid-template-columns: 381px;
        grid-template-rows: repeat(3, 1fr);
        justify-content: center;
    }
    .speakers .stay {
        grid-template-rows: 304px minmax(79px, auto) 20px;
        row-gap: 25px;
    }
    .speakers .stay__photo img {
        width: 381px;
    }
    .speakers .stay__title {
        font-size: 20px;
    }
    .speakers .stay__descr {
        font-size: 15px;
    }
    .speakers .stay__link {
        font-size: 15px;
    }
    .speakers .stay__link img {
        margin-right: 11px;
        width: 15px;
        height: 15px;
    }
    .speakers .accordion {
        margin-bottom: 40px;
    }
    .speakers .accordion__title:after,
    .speakers .accordion__title:before {
        top: 30px;
    }
    .speakers .accordion__title:before {
        transform: rotate(40deg);
        left: 330px;
    }
    .speakers .accordion__title::after {
        right: 25px;
    }
    .speakers .accordion__title.active:before {
        transform: rotate(-40deg);
    }
    .speakers .accordion__text {
        padding: 0 20px;
    }
    .speakers .accordion__text p {
        margin: 20px 0;
    }
    .info {
        max-height: 1199px;
        padding-top: 40px;
    }
    .info__content {
        width: 381px;
        grid-template-columns: 381px;
        grid-template-rows: repeat(3, 1fr);
        justify-content: center;
    }
    .info__content span {
        top: 107px;
        left: 40px;
    }
    .info__wrapper {
        width: 381px;
    }
    .info__links {
        grid-template-columns: 320px;
        grid-template-rows: repeat(5, 1fr);
        justify-content: center;
        gap: 20px;
    }
    .info .map {
        max-width: 381px;
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .info .map img {
        width: 381px;
        height: 178px;
    }
    .info .map #map {
        width: 381px;
        height: 178px;
    }
}
@media screen and (max-width: 480px) {
    .container {
        width: 360px;
        padding: 0 10px;
    }
    .menu__list {
        width: 60%;
    }
    .promo {
        min-height: 735px;
    }
    .promo__wrapper {
        grid-template-columns: minmax(340px, auto);
    }
    .promo__content {
        grid-template-columns: 340px;
        row-gap: 43px;
    }
    .promo__text {
        grid-template-columns: 340px;
        grid-template-rows: minmax(154px, auto) minmax(54px, auto);
        row-gap: 19px;
    }
    .promo__logo {
        grid-template-columns: 90px 230px;
    }
    .promo__title_w {
        font-size: 27px;
    }
    .promo__subtitle_w .divider {
        width: 137px;
    }
    .promo__subtitle_w .divider_2 {
        width: 147px;
    }
    .about {
        height: 789px;
    }
    .about__bg {
        min-height: 472px;
    }
    .about__bg .container {
        width: 360px;
    }
    .about__wrapper {
        grid-template-columns: repeat(3, 103px);
        justify-content: center;
        gap: 15px;
    }
    .about__item {
        grid-template-rows: 90px minmax(45px, auto);
        row-gap: 15px;
    }
    .about__item img {
        width: 90px;
        height: 90px;
    }
    .speakers__wrapper {
        grid-template-columns: minmax(340px, auto);
    }
    .speakers__wrapper_square {
        grid-template-rows: 435px minmax(116px, auto);
    }
    .speakers__photo img {
        width: 340px;
    }
    .speakers__text {
        width: 340px;
    }
    .speakers__organized {
        width: 340px;
    }
    .speakers__logos {
        width: 340px;
        grid-template-columns: 340px;
    }
    .speakers__stay {
        grid-template-columns: 340px;
    }
    .speakers .stay {
        grid-template-rows: 272px minmax(79px, auto) 20px;
    }
    .speakers .stay__photo img {
        width: 340px;
    }
    .speakers .accordion__title:before {
        left: 291px;
    }
    .speakers .accordion__title::after {
        right: 23px;
    }
    .info {
        max-height: 1115px;
    }
    .info__content {
        width: 340px;
        grid-template-columns: 340px;
    }
    .info__content span {
        font-size: 20px;
        top: 107px;
        left: 30px;
    }
    .info__wrapper {
        width: 340px;
    }
    .info__links {
        grid-template-columns: 280px;
    }
    .info .map {
        max-width: 340px;
    }
    .info .map img {
        width: 340px;
        height: 159px;
    }
    .info .map #map {
        width: 340px;
        height: 159px;
    }
}
@media screen and (max-width: 400px) {
    .container {
        width: 300px;
        padding: 0 10px;
    }
    .promo {
        min-height: 736px;
        padding: 130px 0 40px 0;
    }
    .promo__wrapper {
        grid-template-columns: minmax(280px, auto);
    }
    .promo__content {
        grid-template-columns: 280px;
    }
    .promo__text {
        grid-template-columns: 280px;
    }
    .promo__logo {
        grid-template-columns: 90px 180px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
    .promo__logo_sub {
        font-size: 12px;
    }
    .promo__text {
        grid-template-columns: 280px;
    }
    .promo__subtitle_w .divider {
        width: 137px;
    }
    .promo__subtitle_w .divider_2 {
        width: 147px;
    }
    .about {
        height: 783px;
    }
    .about__bg .container {
        width: 300px;
    }
    .about__wrapper {
        grid-template-columns: repeat(3, 85px);
        gap: 10px;
    }
    .about__item {
        grid-template-rows: 85px minmax(45px, auto);
        row-gap: 10px;
    }
    .about__item img {
        width: 85px;
        height: 85px;
    }
    .about__item_descr {
        font-size: 10px;
    }
    .speakers__wrapper {
        grid-template-columns: minmax(280px, auto);
    }
    .speakers__wrapper_square {
        grid-template-rows: 360px minmax(116px, auto);
        gap: 19px;
    }
    .speakers__photo img {
        width: 280px;
    }
    .speakers__text {
        width: 280px;
    }
    .speakers__organized {
        width: 280px;
    }
    .speakers__logos {
        width: 280px;
        grid-template-columns: 280px;
    }
    .speakers__stay {
        grid-template-columns: 280px;
    }
    .speakers .stay {
        grid-template-rows: 224px minmax(79px, auto) 20px;
    }
    .speakers .stay__photo img {
        width: 280px;
    }
    .speakers .accordion__title:before {
        left: 227px;
    }
    .speakers .accordion__title::after {
        right: 27px;
    }
    .info {
        max-height: 1039px;
    }
    .info__content {
        width: 280px;
        grid-template-columns: 280px;
    }
    .info__content span {
        top: 72px;
        left: 30px;
    }
    .info__wrapper {
        width: 280px;
    }
    .info__links {
        grid-template-columns: 220px;
    }
    .info .map {
        max-width: 280px;
    }
    .info .map img {
        width: 280px;
        height: 130px;
    }
    .info .map #map {
        width: 280px;
        height: 130px;
    }
}
@media screen and (max-width: 320px) {
    .container {
        width: 260px;
        padding: 0 10px;
        margin: 0 auto;
    }
    .title {
        font-size: 20px;
    }
    .btn a {
        font-size: 12px;
    }
    .menu {
        width: 200px;
    }
    .menu__logo img {
        width: 120px;
    }
    .hamburger {
        right: 32px;
        top: 24px;
    }
    .promo {
        min-height: 696px;
        padding: 58px 0 30px 0;
    }
    .promo__wrapper {
        grid-template-columns: minmax(240px, auto);
        grid-template-rows: minmax(458px, auto) minmax(119px, auto);
        row-gap: 30px;
    }
    .promo__content {
        grid-template-columns: minmax(240px, auto);
        grid-template-rows: minmax(245px, auto) minmax(180px, auto);
        row-gap: 33px;
    }
    .promo__text {
        grid-template-columns: 240px;
        grid-template-rows: minmax(181px, auto) minmax(45px, auto);
        row-gap: 19px;
    }
    .promo__title_w {
        font-size: 26px;
    }
    .promo__subtitle_w {
        font-size: 15px;
    }
    .promo__subtitle_w .divider {
        height: 6px;
        width: 102px;
        top: -5px;
    }
    .promo__subtitle_w .divider_2 {
        height: 6px;
        width: 109px;
        top: -5px;
    }
    .promo__btns {
        width: auto;
        flex-direction: column;
        gap: 21px;
    }
    .promo__logo {
        display: grid;
        grid-template-columns: 240px;
        grid-template-rows: 73px minmax(35px, auto);
        row-gap: 10px;
    }
    .promo__logo_img img {
        width: 90px;
    }
    .promo__logo_sub {
        font-size: 13px;
        justify-content: center;
    }
    .about {
        height: 913px;
    }
    .about__bg {
        width: 100vw;
    }
    .about__bg .container {
        width: 260px;
        padding: 0 10px;
    }
    .about__descr {
        font-size: 13px;
    }
    .about__descr_w {
        font-size: 13px;
    }
    .about__wrapper {
        grid-template-columns: repeat(2, 115px);
        grid-template-rows: repeat(3, minmax(155px, auto));
        padding-bottom: 20px;
    }
    .about__item {
        grid-template-rows: 90px minmax(50px, auto);
        row-gap: 15px;
    }
    .about__item_icon img {
        width: 90px;
        height: 90px;
    }
    .speakers__wrapper {
        grid-template-columns: 240px;
        margin-bottom: 20px;
    }
    .speakers__wrapper_square {
        grid-template-rows: 308px minmax(116px, auto);
    }
    .speakers__photo img {
        width: 240px;
    }
    .speakers__text {
        width: 240px;
    }
    .speakers__text-sub {
        font-size: 15px;
    }
    .speakers__text-descr {
        font-size: 11px;
    }
    .speakers__organized {
        width: 240px;
        height: 80px;
        margin-bottom: 20px;
    }
    .speakers__organized img {
        width: 150px;
        height: auto;
    }
    .speakers__logos {
        width: 240px;
        grid-template-columns: 240px;
        gap: 24px;
        margin-bottom: 20px;
    }
    .speakers__logos img {
        display: flex;
        height: 36px;
        width: auto;
    }
    .speakers__title {
        margin-bottom: 20px;
    }
    .speakers__title span {
        font-size: 20px;
    }
    .speakers__stay {
        grid-template-columns: 240px;
        gap: 20px;
    }
    .speakers .stay {
        grid-template-rows: 192px minmax(82px, auto) 20px;
        row-gap: 20px;
    }
    .speakers .stay__photo img {
        width: 240px;
    }
    .speakers .stay__title {
        font-size: 15px;
    }
    .speakers .stay__descr {
        font-size: 13px;
    }
    .speakers .stay__link {
        font-size: 13px;
    }
    .speakers .stay__link img {
        margin-right: 11px;
        width: 15px;
        height: 15px;
    }
    .speakers .accordion {
        margin-bottom: 20px;
    }
    .speakers .accordion__title {
        padding: 15px;
    }
    .speakers .accordion__title p {
        font-size: 15px;
        line-height: 120%;
        padding-right: 25px;
    }
    .speakers .accordion__title:after,
    .speakers .accordion__title:before {
        width: 12px;
        top: 25px;
    }
    .speakers .accordion__title:before {
        transform: rotate(40deg);
        left: 205px;
    }
    .speakers .accordion__title:after {
        right: 15px;
    }
    .speakers .accordion__title.active:before {
        transform: rotate(-40deg);
    }
    .speakers .accordion__text {
        padding: 0 10px;
    }
    .speakers .accordion__text p {
        margin: 10px 0;
        font-size: 11px;
    }
    .info {
        max-height: 838px;
        padding-top: 20px;
    }
    .info__content {
        width: 240px;
        grid-template-columns: 240px;
        margin-top: 20px;
    }
    .info__content span {
        font-size: 15px;
        top: 52px;
        left: 25px;
    }
    .info__wrapper {
        width: 240px;
        padding: 20px;
        margin-top: 20px;
    }
    .info__links {
        grid-template-columns: 200px;
        gap: 15px;
        margin-top: 20px;
    }
    .info__links a {
        font-size: 14.5px;
    }
    .info__links a img {
        margin-right: 10px;
        width: 14px;
        height: 14px;
    }
    .info .map {
        max-width: 240px;
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .info .map img {
        width: 240px;
        height: 112px;
    }
    .info .map #map {
        width: 240px;
        height: 112px;
    }
}



/*************sim2*********/
.banner{
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 100px;
}
.abolute_inf{
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    z-index: 50;

}
.yellow_title{
    margin-top: 18px;
    background: #FDC510;;
  padding-left: 137px;
    max-width: 1209px;
}
.yellow_title-white{
    color: #FFF;
    font-family: 'Inter';
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 22px;
}
.yellow_title-blue{
    color: #00AEC9;
    font-family: 'Inter';
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 21px;
}
.blue_title{
    color: #FFCB1D;
    font-family: 'Inter';
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 137px;
    background: #00AEC9;
    max-width: 1209px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.banner_title{
}
.banner_date_info{
    margin-top: 98px;
    color: #FFF;
    font-family: 'Inter';
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 137px;
}
.banner_date{
    
   
}
.banner_adress
{
    margin-top: 15px;
    
}
.banner_reg{
    background: #00AEC9;
    padding-left: 144px;
    max-width: 373px;
    padding-right: 28px;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 98px;
}
.banner_reg a{
    color: #FDC510;
    font-family: 'Inter';
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.banner_reg a svg{
 margin-right: 14px;
}
.banner_wrapper{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.banner_left{
    max-width: 1209px;
    width: 100%;
}
.banner_right{
    position: relative;
}
.banner_right-bottom{
    bottom: 0;
    position: absolute;
    z-index: 500;
    right: 0;
    width: 731px;
    color: #FFF;
    font-family: 'Inter';
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 19px;
    background: #00AEC9;
}

.stroke_name {
    color: #000;
    font-family: 'Inter';
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.logos_stroke{
    display: flex;
    margin-bottom: 38px;
    justify-content: space-between;
}
.logos_stroke .logos_stroke_name:nth-child(1){
    margin-right: 30px;;
}
.banner_logos{
    margin-top: 57px;
    padding-right: 48px;
}
.logos_stroke_name{
    display: flex;
    align-items: center;

}
.logos_stroke_name img{
    margin-right: 10px;
}

.img_banner{
    object-fit: cover;
    height: 916px;
}

.banner_logos{
    margin-left: 10px;
}
.cal_name_days{
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cal_name{
    display: flex;
    width: 305px;
    text-align: center;
    justify-content: space-between;
    padding-left: 20px;
    margin-top: -15px;
}

.modal__fixed-3 {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #eee7e769;
    justify-content: center;
    align-items: center;
    top: -20%;
    left: 0;
    z-index: 505;
}
.modal__wrapper {
    z-index: 22;
    width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 60px 46px;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
}
.modal__header {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin-bottom: 23px;
    text-align: center;
    font-size: larger;
    font-weight: bold;
}
.modal__wrapper .form__input {
    background: #ffffff;
    border: 1px solid #fdc510;;
    box-sizing: border-box;
    border-radius: 43px;
    width: 100%;
    padding: 15px 25px;
    color: #0f1721;
    height: 58px;
    margin-bottom: 15px;
    max-width: 100%;
    box-shadow: none;
}
.modal__wrapper form{
    width: 100%;
}
.header__contact--popap-3{
    cursor: pointer;
}
.btn_f:hover{
    background: #62c5d5;
    color:white;
    transition: all 0.5s ease-out;
}
.modal__fixed--active {
    display: flex;
}
@media screen and (max-width: 1750px) {
    .yellow_title {
       
        max-width: 1000px;
    }
    .blue_title{
        max-width: 1000px;
    }
 }

 @media screen and (max-width: 1750px) {
    .yellow_title {
       
        max-width: 850px;
    }
    .blue_title{
        max-width: 850px;
    }
 }
@media screen and (max-width: 1366px) {
    .yellow_title{
        padding-left: 50px;
    }
    .blue_title{
        padding-left: 50px;
    }
 }

 @media screen and (max-width: 1250px) {
    .yellow_title-white{
        font-size: 48px;
    }
    .yellow_title-blue{
        font-size: 48px;
    }
    .blue_title{
        font-size: 36px;
    }
    .banner_date_info{
        padding-left: 50px;
    }
    .banner_date_info{
        font-size: 36px;
    }
 }
 @media screen and (max-width: 1150px) {
   .banner_right{
    display: none;
   }
   .yellow_title{
    max-width: 768px;
   }
   .blue_title{
    max-width: 768px;
   }
 }

 @media screen and (max-width: 768px) {
    .yellow_title-white {
        font-size: 42px;
    }
    .yellow_title-blue {
        font-size: 42px;
    }
    .yellow_title {
        max-width: 540px;
    }
    .blue_title {
        max-width: 768px;
    }
    .blue_title {
        font-size: 32px;
    }
    .banner_date_info {
        font-size: 32px;
    }
    .blue_title {
        max-width: 540px;
    }
    .img_banner {
        
        height: 816px;
    }
  }
  @media screen and (max-width: 560px) {

    .yellow_title-white {
        font-size: 36px;
    }
    .yellow_title-blue {
        font-size: 36px;
    }
    .yellow_title {
        max-width: 480px;
    }
    .blue_title {
        max-width: 480px;
    }
    .blue_title {
        font-size: 24px;
    }
    .banner_reg{
        padding-left: 70px;
    }
  }


  @media screen and (max-width: 500px) {

    .img_banner {
        height: 750px;
    }
    .banner_date_info {
        padding-left: 10px;
    }

  }

  @media screen and (max-width: 460px) {
    .countdownHolder{
        width: 360px !important;
    }
    .yellow_title-white {
        font-size: 32px;
    }
    .blue_title {
        font-size: 20px;
    }
    .yellow_title {
        padding-left: 15px;
    }
    .blue_title {
        padding-left: 15px;
    }
    .banner_reg {
        padding-left: 30px;
        max-width: 300px;
    }
  }
  @media screen and (max-width: 400px) {
    .about {
        height: 783px;
        height: 100%;
    }
  }
  @media screen and (max-width: 380px) {
    .countdownHolder{
        width: 320px !important;
    }
  }