@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Bold';
    src: url('../fonts/Bold.eot');
    src: url('../fonts/Bold.eot') format('embedded-opentype'),
         url('../fonts/Bold.woff2') format('woff2'),
         url('../fonts/Bold.woff') format('woff'),
         url('../fonts/Bold.ttf') format('truetype'),
         url('../fonts/Bold.svg#Bold') format('svg');
}

@font-face {
    font-family: 'Light';
    src: url('../fonts/Light.eot');
    src: url('../fonts/Light.eot') format('embedded-opentype'),
         url('../fonts/Light.woff2') format('woff2'),
         url('../fonts/Light.woff') format('woff'),
         url('../fonts/Light.ttf') format('truetype'),
         url('../fonts/Light.svg#Light') format('svg');
}

@font-face {
    font-family: 'Medium';
    src: url('../fonts/Medium.eot');
    src: url('../fonts/Medium.eot') format('embedded-opentype'),
         url('../fonts/Medium.woff2') format('woff2'),
         url('../fonts/Medium.woff') format('woff'),
         url('../fonts/Medium.ttf') format('truetype'),
         url('../fonts/Medium.svg#Medium') format('svg');
}

@font-face {
    font-family: 'Regular';
    src: url('../fonts/Regular.eot');
    src: url('../fonts/Regular.eot') format('embedded-opentype'),
         url('../fonts/Regular.woff2') format('woff2'),
         url('../fonts/Regular.woff') format('woff'),
         url('../fonts/Regular.ttf') format('truetype'),
         url('../fonts/Regular.svg#Regular') format('svg');
}

body {
    font-family: 'Regular', sans-serif !important;
    background-color: #F5F1E9 !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2 {
    font-family: "Roboto", sans-serif !important;
}

h1,
h2 {
    font-size: 2rem !important;
    line-height: 150% !important;
    margin: 0 !important;
}

h3 {
    font-size: 24px !important;
    font-family: 'Bold' !important;
    line-height: 150% !important;
    margin: 0 !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
}

header {
    background-color: #071B2C;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 99;
    height: 5rem;
}

header .container,
header .container .row {
    height: 100%;
}

header .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.header .col > a {
    flex-shrink: 0;
}

header .col > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 14px;
}

header .col > ul a {
    color: #fff;
}

header .col > ul .active a,
header .col > ul a:hover {
    color: #C99A52;
}

.button__1 {
    color: #071B2C;
    font-size: .75rem;
    font-family: 'Medium', sans-serif !important;
    height: 40px;
    background-color: #C99A52;
    border-radius: .5rem;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 1.5rem;
}

.button__1:hover {
    background-color: #F6B44E;
}

header .col > div {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

header .col > div > picture {
    display: none;
}

.dropdown > button {
    font-size: .75rem;
    color: #fff;
    padding: 0 1rem;
    border: 1px solid #4A4A4A;
    height: 40px;
    border-radius: .5rem;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.dropdown > button:hover {
    border-color: #fff;
}

.dropdown > button > picture {
    flex-shrink: 0;
    transition: .3s all;
}

.dropdown > button.show > picture {
    transform: rotate(180deg);
}

.dropdown-menu {
    width: 100%;
    min-width: 3.5rem !important;
    font-size: .8rem !important;
    text-align: center !important;
}

main {
    margin-top: 5rem;
}

.hero__block {
    position: relative;
    background-color: #0C2539;
    padding: 93px 0;
}

.hero__block .banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.hero__block > .banner img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.hero__block .container {
    position: relative;
    z-index: 2;
}

.hero__block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    color: #fff;
}

.hero__block ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
}

.hero__block ul li picture {
    flex-shrink: 0;
}

.hero__block h1 {
    font-size: 72px !important;
    color: #fff;
    line-height: 120% !important;
    font-weight: 700;
}

.hero__block h1 span {
    color: #C99A52;
}

.hero__block p {
    color: #fff;
    line-height: 150%;
    font-family: 'Medium', sans-serif !important;
    margin: 1rem 0 2rem 0;
}

.hero__block button {
    height: 56px;
    font-size: 1rem;
    margin-top: 2rem;
}

.hero__block .uzor__1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 125px;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
}

.hero__block .uzor__1 img {
    object-fit: contain !important;
}

#menu {
    background-color: #071B2C;
    color: #fff;
}

.close__button {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

#menu ul li {
    border-bottom: 1px solid #0C2539;
    padding: 1rem 0;
}

#menu ul a {
    color: #fff;
    font-size: 1.2rem;
}

.about__block {
    margin-top: 5rem;
}

.about__block p {
    font-size: 14px;
    line-height: 130%;
    margin-top: 1rem;
}

.about__block__image img {
    width: 100%;
    border-radius: 1rem;
}

.about__block__statistic {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.about__block__statistic > div {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.about__block__statistic > div > picture {
    flex-shrink: 0;
}

.about__block__statistic > div > div {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.about__block__statistic > div > div b {
    font-size: 2rem;
    font-family: "Roboto", sans-serif !important;
    font-weight: 800 !important;
}

.about__block__statistic > div > div p {
    font-size: 1rem;
    margin: 0;
    font-family: 'Light', sans-serif !important;
}

.programm__block {
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: url(../img/uzor_4.svg) bottom left no-repeat #071B2C;
    color: #fff;
}

.programm__block h2 {
    margin-bottom: 2rem !important;
}

.programm__block__themes {
    padding: 2rem;
    background-color: #0C2539;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
}

.programm__block__themes h3 {
    font-size: 20px !important;
    font-family: 'Medium', sans-serif !important;
}

.programm__block__themes > div {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 14px;
    line-height: 130%;
    margin: 0;
}

.programm__block__themes > div > picture {
    flex-shrink: 0;
}

.programm__block__themes > div p {
    margin: 0;
}

.programm__block__themes button {
    font-size: 1rem;
    height: 56px;
    width: 100%;
}

.programm__block .nav {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .75rem;
}

.programm__block .nav button {
    width: 100%;
    text-align: start;
    padding: .75rem 1.5rem;
    font-size: 1rem;
    border: 1px solid #C99A5230;
    color: #C99A52;
    border-radius: .5rem;
    background-color: transparent;
}

.programm__block .nav button:hover {
    border-color: #C99A52;
}

.programm__block .nav .active {
    color: #071B2C;
    background-color: #C99A52;
}

.programm__table {
    padding: 1.5rem;
    border-radius: .5rem;
    background-color: #0C2539;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.programm__table > div {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: .5rem;
    padding: .75rem;
    gap: 1.5rem;
}

.programm__table > div > span {
    width: 100%;
    max-width: 110px;
    font-size: .75rem;
}

.programm__table > div:nth-child(2n) {
    background-color: #071B2C;
}

.programm__table > div > div {
    display: flex;
    align-items: start;
    gap: 1rem;
}

.programm__table > div > div > picture {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

.programm__table > div > div > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.programm__table > div > div > div {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.programm__table > div > div > div b {
    font-size: 14px;
    font-family: 'Medium', sans-serif !important;
}

.programm__table > div > div > div p {
    font-size: .75rem;
}

.programm__table > div > div > div em {
    color: #C99A52;
    font-size: .75rem;
    font-family: 'Light', sans-serif !important;
    font-style: normal;
}

.speakers__block {
    margin-top: 5rem;
}

.speakers__block h2 {
    margin-bottom: 3rem !important;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -5rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.owl-carousel .owl-nav button {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: .5rem;
    font-size: 0 !important;
}

.owl-carousel .owl-nav .owl-prev {
    background: url(../img/left.svg) center no-repeat #C99A52 !important;
}

.owl-carousel .owl-nav .owl-next {
    background: url(../img/right.svg) center no-repeat #C99A52 !important;
}

.owl-carousel .owl-nav button:hover {
    background-color: #F6B44E !important;
}

.owl-carousel .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    overflow: hidden;
}

.owl-carousel .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.speaker__info {
    padding: .75rem 1.5rem 0 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .75rem;
}

.speaker__info b {
    font-size: 18px;
    font-family: 'Medium', sans-serif !important;
}

.speaker__info p {
    font-size: .75rem;
    font-family: 'Light', sans-serif !important;
    margin: 0;
}

.speaker__info em {
    font-size: .75rem;
    font-family: 'Light', sans-serif !important;
    font-style: normal;
    padding: .75rem;
    background-color: #fff;
    border-radius: .5rem;
    border-left: 4px solid #C99A52;
    width: 100%;
}

.plans__block {
    background: url(../img/uzor_3.svg) top right no-repeat, url(../img/uzor_6.svg) top left no-repeat #071B2C;
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.plans__block h2 {
    margin-bottom: 1.5rem !important;
    color: #fff;
}

.plan {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1.5rem;
    border-radius: .5rem;
    background-color: #0C2539;
    padding: 2rem;
    color: #fff;
}

.plan > div {
    display: flex;
    flex-direction: column;
}

.plan > div b {
    font-size: 20px;
    font-family: 'Medium', sans-serif !important;
}

.plan > div strong {
    font-size: 2rem;
    font-family: 'Bold', sans-serif !important;
}

.plan ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    font-size: 14px;
    font-family: 'Light', sans-serif !important;
}

.plan ul li {
    position: relative;
    padding-left: calc(.75rem + 13px);
}

.plan ul li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 13px;
    height: 100%;
    background: url(../img/check.svg) center no-repeat;
}

.plan button {
    width: 100%;
    font-size: 1rem;
    height: 3rem;
    border-radius: .5rem;
    border: 1px solid #C99A52;
    color: #C99A52;
    background-color: transparent;
}

.plan button:hover {
    background-color: #C99A52;
    color: #071B2C;
}

.rek {
    background-color: #C99A52;
    color: #071B2C;
}

.rek ul li::before {
    background: url(../img/check2.svg) center no-repeat;
}

.rek button {
    width: 100%;
    font-size: 1rem;
    height: 3rem;
    border-radius: .5rem;
    border: 1px solid #071B2C;
    color: #071B2C;
    background-color: transparent;
}

.rek button:hover {
    background-color: #071B2C;
    color: #C99A52;
}

.partners__block {
    margin-top: 5rem;
}

.partners__block > div:first-child > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.partners__block > div:first-child > div:first-child button,
.partners__block .d-md-none button {
    color: #C99A52;
    height: 3rem;
    border-radius: .5rem;
    border: 1px solid #C99A52;
    font-size: 1rem;
    padding: 0 1.5rem;
    background-color: transparent;
    margin-right: 7rem;
}

.partners__block > div:first-child > div:first-child button:hover,
.partners__block .d-md-none button:hover {
    background-color: #C99A52;
    color: #071B2C;
}

.partners .ratio picture {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.partners .ratio picture img {
    object-fit: contain !important;
    width: auto !important;
    height: auto !important;
    max-width: 80% !important;
    max-height: 80% !important;
    transition: .3s all;
}

.partners .ratio picture:hover img {
    transform: scale(1.1);
}

.archive__block {
    margin-top: 5rem;
}

.archive__block > div:first-child > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.archive__block > div:first-child > div:first-child a,
.archive__block .d-md-none a {
    color: #C99A52;
    height: 3rem;
    border-radius: .5rem;
    border: 1px solid #C99A52;
    font-size: 1rem;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    background-color: transparent;
    margin-right: 7rem;
}

.archive__block .d-md-none a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive__block > div:first-child > div:first-child a:hover,
.archive__block .d-md-none a:hover {
    background-color: #C99A52;
    color: #071B2C;
}

.archive__card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: .5rem;
    background-color: #C99A5210;
}

.archive__card > div {
    display: flex;
    flex-direction: column;
}

.archive__card > div b {
    color: #C99A52;
    font-size: 2rem;
    font-family: 'Bold', sans-serif !important;
}

.archive__card > div strong {
    font-size: 1rem;
    font-family: 'Medium', sans-serif !important;
}

.archive__card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
}

.archive__card ul li {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 14px;
}

.archive__card ul li picture {
    flex-shrink: 0;
}

.archive__card > a {
    width: 100%;
    height: 3rem;
    font-size: 1rem;
    color: #C99A52;
    border: 1px solid #C99A52;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive__card > a:hover {
    background-color: #C99A52;
    color: #071B2C;
}

.events__block {
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #071B2C;
    color: #fff;
}

.events__carousel__block > div:first-child > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.events__carousel__block > div:first-child > div:first-child a,
.events__carousel__block .d-md-none a {
    color: #C99A52;
    height: 3rem;
    border-radius: .5rem;
    border: 1px solid #C99A52;
    font-size: 1rem;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    background-color: transparent;
    margin-right: 7rem;
}

.events__carousel__block .d-md-none a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.events__carousel__block > div:first-child > div:first-child a:hover,
.events__carousel__block .d-md-none a:hover {
    background-color: #C99A52;
    color: #071B2C;
}

.events .ratio picture::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(to top right, #000000, #00000000);
}

.events .ratio picture img {
    transition: .3s all;
}

.events .ratio picture:hover img {
    transform: scale(1.1);
}

.events .ratio > div {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
}

.event__text {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 14px;
    font-family: 'Light', sans-serif !important;
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 2rem;
}

.event__text b {
    font-size: 20px;
    font-family: 'Medium', sans-serif !important;
}

.contacts__block {
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.map {
    width: 100%;
    height: 100%;
    position: absolute;
}

.contacts {
    padding: 2rem;
    border-radius: .5rem;
    background-color: #071B2C;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    z-index: 2;
    position: relative;
    margin-right: 13%;
}

.contacts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
}

.contacts ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 14px;
}

.contacts ul li picture {
    flex-shrink: 0;
}

.contacts ul li a {
    color: #fff;
}

.contacts ul li a:hover {
    color: #C99A52;
}

.contacts > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.contacts > div button {
    height: 45px;
    font-size: 1rem;
    color: #071B2C;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    background-color: #C99A52;
    border: 0;
}

.contacts > div button:hover {
    background-color: #F6B44E;
}

.contacts > div > div {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contacts > div > div a {
    flex-shrink: 0;
}

.contacts > div > div a:hover {
    transform: scale(1.1);
}

footer {
    background-color: #0C2539;
    color: #fff;
    font-size: 1rem;
    font-family: 'Light', sans-serif !important;
    padding: 3rem 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #C99A52;
}

footer .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.inner__header {
    background-color: #0C2539;
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.inner__header .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
}

.inner__header .col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 14px;
    color: #ffffff30;
    flex-wrap: wrap;
}

.inner__header .col ul a {
    color: #fff;
}

.inner__header .col ul a:hover {
    color: #C99A52;
}

.clear {
    width: 100%;
    height: 3.5rem;
}

.forum__hero__block {
    margin-bottom: 5rem;
}

.forum__hero__block h2 {
    font-size: 72px !important;
    line-height: 100% !important;
    margin: 0 !important;
    font-weight: 700 !important;
}

.forum__hero__block h2 span {
    color: #C99A52;
}

.forum__hero__block p {
    font-size: 20px;
    font-family: 'Medium', sans-serif !important;
    margin: 8px 0 40px 0;
}

.forum__hero__block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
}

.forum__hero__block ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 14px;
}

.forum__hero__block ul li picture {
    flex-shrink: 0;
}

.forum__hero__block .col-lg-6 > picture img {
    width: 100% !important;
    border-radius: .5rem;
}

.programm__download {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    text-align: center;
    background: url(../img/uzor_7.svg) center no-repeat #071B2C;
    color: #fff;
    padding: 3rem 0;
}

.programm__download a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #C99A52;
    font-size: 1rem;
    font-family: 'Medium', sans-serif !important;
    height: 56px;
    padding: 0 96px;
    border-radius: .5rem;
    color: #071B2C;
}

.programm__download a:hover {
    background-color: #F6B44E;
}

.media__block {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 5rem;
    color: #fff;
    background-color: #071B2C;
}

.more__media {
    font-size: 1rem;
    color: #C99A52;
    height: 3rem;
    padding: 0 1.5rem;
    border: 1px solid #C99A52;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more__media:hover {
    background-color: #C99A52;
    color: #071B2C;
}

.media__block .col-12 {
    margin-bottom: 1.5rem;
}

.row__2 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.row__2 > div {
    height: 100%;
    position: relative;
}

.row__2 > div > picture,
.media__block .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    overflow: hidden;
    cursor: pointer;
}

.row__2 > div > picture img,
.media__block .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.row__2 > div > picture:hover img,
.media__block .ratio picture:hover img {
    transform: scale(1.1);
}

.media__block .row > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forum__stastistic {
    margin-top: 5rem;
    padding: 3rem;
    border-radius: .5rem;
    background-color: #C99A52;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forum__stastistic > div {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.forum__stastistic > div > picture {
    flex-shrink: 0;
}

.forum__stastistic > div > div {
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #fff;
}

.forum__stastistic > div > div b {
    font-size: 3rem;
    line-height: 130% !important;
    font-family: 'Bold', sans-serif !important;
}

.forum__stastistic > div > div p {
    font-size: 1rem;
    font-family: 'Medium', sans-serif !important;
    margin: 0;
}

.review {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    align-items: start;
}

.review picture {
    width: 72px;
    height: 72px;
    border-radius: .5rem;
    overflow: hidden;
}

.review picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.review div {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.review b {
    font-size: 18px;
    font-family: 'Medium', sans-serif !important;
}

.review span {
    font-size: .75rem;
    font-family: 'Light', sans-serif !important;
}

.review p {
    font-size: .75rem;
    font-family: 'Light', sans-serif !important;
    background-color: #fff;
    padding: .75rem;
    border-radius: .5rem;
    border-left: 4px solid #C99A52;
    width: 100%;
}

.gallery__block .nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.gallery__block .nav button {
    height: 3rem;
    padding: 0 1.5rem;
    border-radius: .5rem;
    font-size: 1rem;
    color: #C99A52;
    border: 1px solid #C99A5250;
    background-color: transparent;
}

.gallery__block .nav button:hover {
    border-color: #C99A52;
}

.gallery__block .nav button.active {
    background-color: #C99A52;
    color: #071B2C;
}

.gallery__block .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    cursor: pointer;
    overflow: hidden;
}

.gallery__block .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.gallery__block .ratio picture:hover img {
    transform: scale(1.1);
}

.gallery__block .ratio iframe {
    width: 100%;
    height: 100%;
    border-radius: .5rem;
}

.new a {
    position: relative;
}

.new a .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    overflow: hidden;
}

.new a .ratio picture::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top right, #000000, #00000000);
    z-index: 1;
}

.new a .ratio picture img {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
    transition: .3s all;
}

.new a:hover picture img {
    transform: scale(1.1);
}

.new a .ratio > div {
    display: flex;
    align-items: end;
}

.new__image img {
    width: 100% !important;
    border-radius: .5rem;
    margin-bottom: 1.5rem;
}

.new__text {
    padding: 2rem;
    border-radius: .5rem;
    background-color: #fff;
    border-left: 4px solid #C99A52;
}

.new__text p {
    font-size: 14px;
    line-height: 160%;
    margin: 0 0 1.5rem 0;
    font-family: 'Light', sans-serif !important;
}

.new__text p:last-child {
    margin: 0;
}

.other__news {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.other__news h2 {
    margin-bottom: .5rem !important;
    font-size: 20px !important;
}

.other__news .new .event__text {
    padding: 1rem;
    font-size: .75rem;
}

.other__news .new .event__text b {
    font-size: 1rem;
}

.mg__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: .5rem;
    background-color: #1B1925;
    color: #fff;
}

.mg__block h2 {
    font-size: 1.5rem !important;
}

.mg__block a {
    color: #fff;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #ffffff30;
    font-size: 1rem;
    height: 3rem;
    border-radius: .5rem;
}

.mg__block a:hover {
    border-color: #fff;
}

.contacts__inner__block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
    background-color: #071B2C;
    color: #fff;
    border-radius: .5rem;
    margin-top: 1.5rem;
}

.contacts__inner__block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contacts__inner__block ul li {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 14px;
}

.contacts__inner__block ul li a {
    color: #fff;
}

.contacts__inner__block ul li a:hover {
    color: #C99A52;
}

.contacts__inner__block ul li picture {
    flex-shrink: 0;
}

.contacts__inner__block > div {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contacts__inner__block > div a:hover {
    transform: scale(1.1);
}

.contacts__inner__block button {
    height: 3rem;
    width: 100%;
    background-color: #C99A52;
    color: #071B2C;
    font-size: 1rem;
    border-radius: .5rem;
    border: 0;
}

.contacts__inner__block button:hover {
    background-color: #0C2539;
    color: #C99A52;
}

.map__contacts {
    height: 100%;
    border-radius: .5rem;
    overflow: hidden;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {
    header .col > div > picture {
        display: flex;
    }

    header .col > ul {
        display: none;
    }

    .about__block__statistic {
        gap: 2rem 0;
    }

    .programm__block .nav {
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0 .75rem !important;
        margin-bottom: .75rem;
    }

    .programm__block .nav button {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .forum__stastistic {
        flex-wrap: wrap;
    }

    .forum__stastistic > div {
        width: 50%;
    }
    
    .map__contacts {
        height: 300px;
        margin-top: 1.5rem;
    }
}

@media (max-width: 768px) {
    .partners__block > div:first-child > div:first-child button,
    .archive__block > div:first-child > div:first-child a,
    .events__carousel__block > div:first-child > div:first-child a {
        display: none;
    }

    footer .col {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    header .col > div > button {
        display: none;
    }

    .hero__block h1 {
        font-size: 3rem !important;
    }

    .hero__block ul li {
        font-size: .8rem;
    }

    .hero__block button {
        width: 100%;
    }

    .about__block__statistic > div > div b {
        font-size: 1.5rem;
    }

    .about__block__statistic > div > div p {
        font-size: .8rem;
    }

    .programm__block .nav button {
        font-size: .75rem;
    }

    .programm__table {
        padding: .75rem;
    }

    .programm__table > div {
        flex-direction: column;
        align-items: start;
        gap: .5rem;
    }

    .speakers__block h2 {
        max-width: 50%;
        line-height: 100% !important;
        margin-bottom: 2rem !important;
    }

    .archive__block h2,
    .events__block h2 {
        max-width: 50%;
        line-height: 100% !important;
    }

    .event__text {
        font-size: .75rem;
        padding: 1.5rem;
    }

    .event__text b {
        font-size: 1.2rem;
    }

    .map {
        height: 300px;
    }

    .contacts {
        width: 100%;
        margin: 0;
        position: relative !important;
        border-radius: 0;
    }

    .contacts > div {
        flex-direction: column;
        gap: 1rem;
    }

    .contacts > div button {
        width: 100%;
    }
    
    .contacts__block {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .map {
        position: relative;
        width: 100%;
        height: 300px;
    }

    .contacts h2 {
        font-size: 1.5rem !important;
    }

    .inner__header {
        background-color: #0C2539;
        color: #fff;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        margin-bottom: 2rem;
    }

    .inner__header .col ul {
        font-size: .75rem;
    }

    .inner__header h1 {
        font-size: 1.5rem !important;
    }

    .forum__hero__block h2 {
        font-size: 3rem !important;
    }

    .forum__hero__block p {
        font-size: 1rem;
    }

    .programm__download a {
        padding: 0 2rem;
    }

    .media__block .row > div:first-child {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .forum__stastistic {
        gap: 2rem;
        padding: 2rem;
    }

    .forum__stastistic > div {
        width: 100%;
    }

    .gallery__block .nav {
        display: flex;
        align-items: center;
        gap: .5rem;
        margin-bottom: 1.5rem;
        flex-wrap: nowrap;
        width: calc(100% - 1.5rem);
        margin-left: 1rem;
    }

    .gallery__block .nav button {
        font-size: .8rem;
    }

    .new__text {
        padding: 1rem;
    }
}