/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #505050;
    background-color: #fff
}

.overflow-body {
    overflow: hidden
}

.layout {
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column
}

.container-web {
    margin: 0 auto;
    width: 100%;
    max-width: 1210px;
    padding: 0 20px
}

.container-narrow {
    margin: 0 auto;
    width: 100%;
    max-width: 1070px;
    padding: 0 20px
}

.container-big {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px
}

ul {
    list-style: none;
    padding: 0
}

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-wrap: balance;
    color: #151C2F
}

.text-block h1 {
    font-size: 26px
}

.text-block h2 {
    font-size: 22px
}

.text-block h3 {
    font-size: 20px
}

.text-block h4 {
    font-size: 18px
}

.text-block h5 {
    font-size: 16px
}

.text-block h6 {
    font-size: 16px
}

.text-block h2 a {
    color: #151C2F;
    text-decoration: none;
}

.text-block h2 a:hover {
    text-decoration: underline;
}

.text-block p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.text-block a {
    text-decoration: underline;
    color: #951b81
}

.text-block a:hover {
    text-decoration: none
}

.text-block ol {
    padding-left: 20px;
    margin: 20px 0
}

.text-block ol li {
    margin-bottom: 15px;
    padding-left: 10px
}

.text-block ol li::marker {
    font-weight: bold
}

.text-block ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400
}

.text-block ul li {
    line-height: 180%;
    position: relative
}

.breadcrumb-container {
    background: linear-gradient(120deg, #951b81, #951b81 48%, #151C2F 48%, #151C2F 100%)
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    height: 60px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin: 0 auto;
    width: 100%;
    max-width: 1210px;
    padding: 0 20px;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
    cursor: pointer
}

.breadcrumb .breadcrumb-item:last-child {
    cursor: default
}

.breadcrumb .breadcrumb-item:last-child a {
    text-decoration: none;
    color: #fff
}

.breadcrumb .breadcrumb-item:last-child a:hover {
    color: #fff
}

.breadcrumb .breadcrumb-item a {
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    text-decoration: underline
}

.breadcrumb .breadcrumb-item a:hover {
    color: #fff;
    text-decoration: none
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: .7rem
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    width: 11px;
    height: 15px;
    padding-right: .4rem;
    color: #fff;
    content: "/"
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    position: relative;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
    padding: 0 30px;
    width: -moz-max-content;
    width: max-content;
    height: 55px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    transition: .1s ease-in-out;
    isolation: isolate;
    border: 0;
    background-color: #951b81
}

.btn:hover {
    background-color: #b346a1
}

.btn.blue {
    background-color: #151C2F
}

.btn.blue:hover {
    background-color: #023c88
}

.btn.search {
    width: 28px;
    min-width: 28px;
    height: 28px;
    padding: 0
}

.btn.search:after {
    position: relative;
    content: url("../images/ik_lupa.png");
    width: 14px;
    height: 13px
}

.btn-cross {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-image: url("../images/IK_cross.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: .1s ease-in-out
}

.btn-prev, .btn-next {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0;
    top: 0;
    bottom: 0;
    background-color: #151C2F;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
    transition: .15s ease-in-out
}

.btn-prev:hover, .btn-next:hover {
    transform: scale(1.05)
}

.btn-prev:after, .btn-next:after {
    display: none
}

.btn-prev:before, .btn-next:before {
    content: "";
    display: flex;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center
}

.btn-prev {
    background-color: #fff
}

.btn-prev:before {
    background-image: url("../images/ik_sipka_blue_left.png")
}

.btn-next:before {
    background-image: url("../images/ik_sipka_white_right.png")
}

.search {
    display: flex;
    align-items: center;
    gap: 10px
}

.search input {
    height: 28px
}

.article {
    position: relative;
}

.article img {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: auto;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px
}

.article .links {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #efefef;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.article .links > div {
    flex: 100%;
}

.article .pdf-link,
.article .external-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.article .pdf-link svg,
.article .external-link svg {
    width: 25px;
    height: 25px;
}

.article .external-link svg {
    color: #151C2F;
}

.article .pdf-link a,
.article .external-link a {
    font-weight: 700;
    text-decoration: none;
    flex: 1 0 0;
    justify-content: flex-start;
}

.article .pdf-link a:hover,
.article .external-link a:hover {
    text-decoration: underline;
    transform: none;
}

.article .author {
    margin-top: 30px;
    border-top: 1px solid #efefef;
}

.article .author h3 {
    position: relative;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: "Raleway", sans-serif;
    color: #151C2F;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.article .author h3:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #951b81;
}

.article .author img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-bottom: 0;
}

.article .author .row {
    display: flex;
    align-items: center;
}

.article .author .name {
    font-weight: bold;
}

.article .author .job {
    font-style: italic;
    margin-top: 10px;
}

.article .author .description {
    margin-top: 25px;
    font-size: 14px !important;
}

.article .author .description * {
    font-size: 14px !important;
}

.article .talks {
    margin-top: 30px;
    border-top: 1px solid #efefef;
}

.article .talks h3 {
    position: relative;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: "Raleway", sans-serif;
    color: #151C2F;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.article .talks h3:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #951b81;
}

.article .talks .talk {
    line-height: 25px;
    margin-bottom: 20px;
}

.article .talks .talk .talk-time {
    color: #951b81;
    margin-right: 10px;
}

.article .talks .talk .talk-title {
    color: #151C2F;
}

.article .talks .talk .talk-lecturer {
    font-size: 15px;
}

.article .talks .talk .talk-lecturer-job {
    font-size: 14px;
    font-style: italic;
}

.article .talks .talk .talk-description {
    font-size: 14px;
}

.article .place {
    margin-top: 30px;
    border-top: 1px solid #efefef;
}

.article .place h3 {
    position: relative;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: "Raleway", sans-serif;
    color: #151C2F;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.article .place h3:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #951b81;
}

.article .place .cols {
    display: flex;
    gap: 3rem;
}

.article .place .map {
    flex: 0 0 250px;
    min-height: 200px;
    margin-top: 20px;
}

.article .place .name {
    font-weight: bold;
    margin-bottom: 5px;
}

.article .place .address {
    font-style: italic;
    margin-bottom: 5px;
}

.article .place .description, .article .place .description * {
    font-size: 14px !important;
}

.article-date {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #951b81;
    font-size: 14px;
    white-space: nowrap
}

.specialization {
    color: red;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px
}

.articles-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-top: 1px solid #c6c6c6;
    padding: 25px 0;
    clear: both;
}

.articles-list.articles-list-simple {
    border-top: none;
}

.articles-list .item {
    position: relative;
    display: flex;
    gap: 40px
}

.articles-list .item img {
    width: 100%;
    height: 100%;
    max-width: 160px;
    max-height: 120px;
    -o-object-fit: cover;
    object-fit: cover
}

.magazines-list .item img {
    width: 100%;
    height: 100%;
    max-width: 142px;
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

.magazine-editions-list .inner {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 59px;
    justify-content: start;
}

.magazine-editions-list .inner .item {
    text-align: center;
}

.magazine-editions-list .inner .item a {
    color: #951b81;
    font-weight: bold;
    text-decoration: none;
}

.magazine-editions-list .inner .item a img {
    display: inline-block;
    margin-bottom: 10px;
}

.chapters h3 {
    clear: both;
    padding-top: 20px;
    padding-bottom: 11px;
    border-bottom: 1px solid #951b81;
}

.chapters li {
    display: flex;
    gap: 10px;
    align-items: start;
    margin-bottom: 8px;
}

.chapters svg {
    width: 25px;
    height: 25px;
}
.chapters a {
    position: relative;

    color: #151C2F;
    font-weight: 500;
    text-decoration: none;

}
.chapters a::first-letter {
    margin-left: 0px;
}
.chapters a:hover {
    color: #951b81;
}

.conference-content {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #efefef;
}

.conference-form {
    margin-top: 40px;
}

.articles-list .item .right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%
}

.articles-list .item .info {
    position: relative;
    display: flex;
    justify-content: center
}

.articles-list .item .info .article-date {
    position: absolute;
    left: 0
}
.articles-list .item .article-expiration, .article.text-block .article-expiration {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    padding-bottom: 3px;
    color: #fff;
    font-weight: bolder;
    background: #012951;
}

.article .conference-ended {
    position: absolute;
    top: 140px;
    left: 70px;
    padding: 6px;
    padding-bottom: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: red;
    border: 3px solid #fff;
    transform: rotate(-10deg);
}

.articles-list-simple .conference-ended {
    position: absolute;
    top: 74px;
    left: 42px;
    padding: 5px;
    padding-bottom: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    background: red;
    border: 2px solid #fff;
    transform: rotate(-10deg);
}

.article .conference-registration-ended {
    position: absolute;
    top: 140px;
    left: 25px;
    padding: 6px;
    padding-bottom: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: orange;
    border: 3px solid #fff;
    transform: rotate(-10deg);
}

.articles-list-simple .conference-registration-ended {
    position: absolute;
    top: 73px;
    left: 22px;
    padding: 5px;
    padding-bottom: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    background: orange;
    border: 2px solid #fff;
    transform: rotate(-10deg);
}


.articles-list .item .article-title {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    /* text-wrap: balance; */
    color: #151C2F;
    text-decoration: none
}

.articles-list .item .article-title:hover {
    text-decoration: underline
}

.articles-list .item p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 160%;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.magazines-list .item p {
    -webkit-line-clamp: 5;
}

.link-more {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    text-decoration: underline;
    font-size: 17px;
    color: #951b81;
    white-space: nowrap
}

.link-more:hover {
    text-decoration: none
}

.link-more:after {
    position: relative;
    top: 3px;
    content: url("../images/ik_link.png")
}

.links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #fff;
    transition: .1s ease-in-out
}

.links a:hover {
    transform: scale(1.05)
}

.links a.green {
    background-color: #951b81
}

.logo-block {
    margin-top: 20px;
    text-align: center
}

.logo-block img {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    height: auto
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input {
    padding: 0 15px;
    width: 100%;
    height: 42px;
    outline: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #505050;
    background-color: #fff;
    border: 0
}

input::-moz-placeholder {
    color: #949494
}

input::placeholder {
    color: #949494
}

.select2-container {
    width: 100% !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    height: 42px !important
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 40px;
    color: #505050;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 42px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 15px;
    height: 42px;
    left: unset;
    right: 0;
    top: 0;
    border: none;
    background: url("../images/IK_select.png") center no-repeat;
    transition: .15s ease-in-out
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg)
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #505050
}

.select2-dropdown {
    top: -5px;
    background-color: #f2f2f2;
    border: 1px solid #cbcbcb
}

.select2-container--default .select2-results__option--selected {
    background-color: rgba(0, 0, 0, 0)
}

.select2-results {
    padding: 15px 0
}

.select2-results__option {
    color: #505050;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(0, 0, 0, 0);
    color: #505050
}

.select2-container--default .select2-search--dropdown {
    background-color: #e9e9e9;
    padding: 15px
}

.select2-search--dropdown .select2-search__field {
    height: 40px;
    border: 1px solid #cbcbcb;
    border-radius: 0;
    padding: 0 15px;
    color: #505050;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500
}

.main-slider {
    padding: 0
}

.main-slider .swiper-slide {
    position: relative;
    height: 390px
}

.main-slider .swiper-slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-slider .slider-text {
    position: absolute;
    -webkit-clip-path: polygon(208px 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(208px 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
    width: 58.7%;
    right: 0
}

.main-slider .slider-text::before {
    content: "";
    display: block;
    background-color: #951b81;
    height: 100%;
    opacity: .9
}

.main-slider .slider-text .inner {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    padding-right: 20px;
    height: 100%;
    left: 260px;
    z-index: 1;
    max-width: 460px
}

.main-slider h1 {
    color: #fff;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.main-slider p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    margin: 20px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.main-slider .btn-prev {
    left: 270px
}

.main-slider .btn-next {
    right: 270px
}

.slider-events {
    position: relative;
    padding-bottom: 60px;
    height: -moz-max-content;
    height: max-content
}

.slider-events.single-slide {
    padding-bottom: 0px;
}

.slider-events .swiper-slide .inner {
    position: relative
}

.slider-events .swiper-slide img {
    height: auto;
    width: 100%
}

.slider-events .swiper-slide .btn {
    position: absolute;
    right: 30px;
    bottom: 40px
}

.slider-events .swiper-slide strong {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 80%;
    text-align: right;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    text-shadow: 0px 0px 12px #002ABA;
    max-height: 140px;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-events .btn-prev, .slider-events .btn-next {
    top: unset;
    margin: 0 auto;
    bottom: 10px
}

.slider-events .btn-prev {
    left: -50px;
    right: 0;
    border: 1px solid #d1d1d1;
    background-color: #fff
}

.slider-events .btn-next {
    right: -50px;
    left: 0;
    background-color: #951b81;
    border: 1px solid #951b81
}

.slider-topic .btn-prev {
    left: 270px
}

.slider-topic .btn-next {
    right: 270px
}

.closest-events {
    padding: 20px;
    background-color: #e8ecf2
}

.closest-events .inner {
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin-bottom: 26px;
}

.closest-events .link-more {
    font-weight: 700
}

.event {
    display: flex;
    gap: 20px;
    text-decoration: none
}

.event:hover .brief-info span:nth-child(1) {
    text-decoration: underline
}

.event:nth-child(1) .date {
    background-color: #012951
}

.event:nth-child(2) .date {
    background-color: #951b81
}

.event:nth-child(3) .date {
    background-color: #0ba55c
}

.event:nth-child(4) .date {
    background-color: #151C2F
}

.event:nth-child(5) .date {
    background-color: #c5c5c5
}

.event .date {
    display: block;
    padding: 5px 10px;
    width: 100%;
    min-width: 70px;
    max-width: 70px
}

.event .date span {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    color: #fff
}

.event .date span:nth-child(1) {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis
}

.event .date span:nth-child(2) {
    font-size: 42px;
    font-weight: 700
}

.event .brief-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.event .brief-info span {
    display: block;
    font-family: "Open Sans", sans-serif
}

.event .brief-info span:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
    color: #151C2F;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.event .brief-info span:nth-child(2) {
    color: #951b81;
    font-size: 14px;
    font-weight: 400
}

.event .brief-info span.page {
    color: red;
    font-weight: 600;
    text-transform: uppercase;
}

.topic {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.topic .photo img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.topic .name {
    color: #151C2F;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.topic .name:hover {
    text-decoration: underline
}

.topic p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 160%;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news-letter {
    background: linear-gradient(60deg, #951b81, #951b81 43%, #151C2F 43%, #151C2F 100%)
}

.news-letter .container-web {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px
}

.news-letter .left {
    width: 43%;
    color: #fff;
    text-transform: uppercase
}

.news-letter .left span {
    display: block;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300
}

.news-letter .left span:nth-child(2) {
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-top: 5px
}

.news-letter .right {
    width: 57%
}

.news-letter .odeber {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.news-letter .odeber input {
    height: 55px;
    max-width: 350px;
    padding-left: 50px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 31px 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 31px 100%)
}

.news-letter .odeber select {
    height: 55px;
    border: 0;
    margin-left: 1px;
    margin-right: 1px;
}

.news-letter .odeber .btn {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px
}

header {
    background-color: #efefef
}

header .top-bar {
    position: relative;
    z-index: 1
}

header .top-bar .container-web {
    display: flex
}

header .top-bar .left {
    background-color: #151C2F;
    width: 60%;
    height: 50px
}

header .top-bar .left:before {
    z-index: -1;
    position: absolute;
    content: "";
    background-color: #151C2F;
    left: 0;
    height: 50px;
    width: 60%
}

header .top-bar .middle {
    width: 37px;
    min-width: 37px;
    height: 56px;
    background-image: url("../images/bg_predel.png");
    background-position: center;
    background-repeat: no-repeat
}

header .top-bar .right {
    background-color: #951b81;
    width: 40%;
    height: 56px;
    min-width: 305px
}

header .top-bar .right:before {
    z-index: -1;
    position: absolute;
    content: "";
    background-color: #951b81;
    right: 0;
    height: 56px;
    width: 40%
}

header .top-bar .right .inner {
    justify-content: flex-end
}

header .top-bar .left .inner, header .top-bar .right .inner {
    display: flex;
    align-items: center;
    height: 56px
}

header .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 15px 0
}

header .nav-bar .logo {
    display: flex
}

header .nav-bar .logo img {
    max-width: 260px;
    width: 100%;
    height: auto
}

section {
    position: relative;
    padding: 50px 0
}

section .title {
    position: relative;
    margin: 0;
    margin-bottom: 30px;
    font-family: "Raleway", sans-serif;
    color: #151C2F;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase
}

section .title:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #951b81
}

section .title.v2:after {
    background-color: #fff
}

section.articles .container-web {
    display: grid;
}

section.articles .container-web .col-right .slider-events {
    margin-bottom: 20px
}

section.topic {
    background-color: #e8ecf2;
    padding-bottom: 50px
}

section.institutions {
    background-color: #fff
}

section.institutions .inner {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 40px;
    padding: 60px 0
}

section.institutions .inner div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

section.institutions .inner img {
    width: 100%;
    height: auto;
    max-height: 150px;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto 0
}

section.institutions .inner a {
    font-weight: 700;
    margin-top: 30px
}

section.edu-events {
    background-color: #25b64f;
    background-image: url("../images/bg-eduEvents.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

section.edu-events .inner {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    justify-content: space-between;
    gap: 15px
}

section.edu-events img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

section.edu-events .tile {
    display: flex;
    flex-direction: column;
    max-width: 350px
}

section.edu-events .tile div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #151C2F;
    padding: 18px 10px
}

section.search-article {
    background-color: #e2efff
}

section.search-article form {
    background-color: #951b81
}

section.search-article form .inner {
    display: grid;
    grid-template-columns:minmax(0, 520px) minmax(0, 180px) minmax(0, 180px) minmax(0, 160px);
    gap: 10px;
    margin: 0 auto;
    padding: 30px;
    max-width: 850px
}

section.search-article form .inner .btn {
    height: 42px !important
}

section.contacts .inner {
    display: grid;
    grid-template-columns:1fr;
    gap: 20px
}

section.contacts .sidlo {
    display: grid;
    grid-template-columns:1fr .7fr;
    gap: 20px
}

section.contacts .sidlo .photo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

section.contacts #m {
    width: 100%;
    height: auto;
    max-height: 400px
}

section.contacts .text-contact {
    background-color: #951b81;
    padding: 40px
}

section.contacts .text-contact .heading {
    position: relative;
    margin-top: 45px;
    margin-bottom: 25px;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-wrap: balance;
    font-size: 24px;
    color: #fff
}

section.contacts .text-contact .heading:first-child {
    margin-top: 0
}

section.contacts .text-contact .heading:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #151C2F
}

section.contacts .text-contact ul {
    display: flex;
    flex-direction: column;
    gap: 10px
}

section.contacts .text-contact ul li {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none
}

section.contacts .text-contact ul li a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap
}

section.contacts .text-contact ul li a:hover {
    text-decoration: underline
}

section.contacts .text-contact ul li span {
    display: inline-block;
    width: 35px
}

section.contacts .text-contact ul li span:hover {
    text-decoration: none
}

section.contacts .text-contact p {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 1rem;
    margin-bottom: 1rem
}

footer {
    margin-top: auto
}

footer .top {
    background-color: #151C2F;
    padding: 40px 0 80px
}

footer .top .inner {
    display: grid;
    grid-template-columns:minmax(400px, 1fr) minmax(180px, 350px);
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px
}

footer .top .title {
    display: block;
    margin-top: 50px;
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 800
}

footer .top .logo {
    width: 100%;
    height: auto;
    max-width: 350px
}

footer .top p {
    margin: 58px 0 20px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
    max-width: 300px
}

footer .top ul {
    display: flex;
    flex-direction: column;
    row-gap: 15px
}

footer .top ul li {
    display: flex;
    align-items: center;
    gap: 10px
}

footer .top ul li span {
    display: block;
    text-align: center;
    width: 20px;
    height: 20px
}

footer .top ul li a {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff
}

footer .top ul li a:hover {
    text-decoration: underline
}

footer .top .links {
    display: flex;
    gap: 15px
}

footer .bottom {
    background-color: #951b81;
    padding: 20px 0
}

footer .bottom .inner {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 15px
}

footer .bottom span, footer .bottom a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 300
}

footer .bottom a {
    text-decoration: none
}

footer .bottom a:hover {
    text-decoration: underline
}

footer .bottom a:first-child::before {
    display: none
}

footer .bottom a:before {
    content: "|";
    color: #fff;
    padding: 0 5px 0 3px
}

nav.top {
    display: flex;
    gap: 20px
}

nav.top a {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border-left: 2px solid #fff;
    padding-left: 20px;
    text-decoration: none
}

nav.top a:hover {
    text-decoration: underline
}

nav.top a:first-child {
    border-left: 0;
    padding-left: 0
}

nav.top a img {
    margin-right: 10px
}

nav.desktop {
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px
}

nav.desktop a {
    position: relative;
    text-decoration: none;
    color: #151C2F;
    white-space: nowrap;
    font-weight: 700;
    font-size: 16px;
    transition: .1s ease-in-out
}

nav.desktop a::before {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #951b81;
    transition: .1s ease-in-out
}

nav.desktop a:hover {
    color: #951b81
}

nav.desktop a:hover::before {
    width: 100%
}

nav.desktop .dropdown {
    position: relative;
    padding: 10px 0
}

nav.desktop .dropdown:nth-last-child(-n+2) .dropdown-content {
    right: 0
}

nav.desktop .dropdown a {
    cursor: pointer
}

nav.desktop .dropdown a:before {
    display: none !important
}

nav.desktop .dropdown.active > li a {
    color: #951b81 !important
}

nav.desktop .dropdown-content {
    display: none;
    position: absolute;
    margin-top: 10px;
    z-index: 10;
    padding: 15px 10px;
    background-color: #fff;
    border-top: 2px solid #951b81;
    box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, .26)
}

nav.desktop .dropdown-content a {
    display: block;
    font-size: 15px;
    padding: 5px 0
}

nav.desktop .dropdown-content a:hover {
    color: #951b81
}

nav.desktop .dropdown-content ul {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    margin-bottom: 5px
}

nav.desktop .dropdown-content ul a {
    font-size: 14px
}

nav.desktop .dropdown:hover .dropdown-content {
    display: block !important
}

#mobile-menu-toggle, #mobile-menu-close {
    display: none;
    justify-self: end;
    align-items: center;
    cursor: pointer
}

#mobile-menu-toggle .menu-title, #mobile-menu-close .menu-title {
    font-size: 16px;
    color: #151C2F;
    font-weight: 600;
    margin-top: 4px;
    margin-left: 8px
}

#hamburger {
    cursor: pointer;
    justify-content: center;
    width: 33px;
    height: 60px;
    position: relative
}

#hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #151C2F;
    opacity: 1;
    right: 0;
    left: 0;
    margin: 10px auto;
    transform: rotate(0);
    transition: .15s ease-in-out;
    transform-origin: left center
}

#hamburger span:nth-child(1) {
    top: 13px
}

#hamburger span:nth-child(2) {
    top: 21px
}

#hamburger span:nth-child(3) {
    top: 29px
}

.menu-mobile-wrapper {
    display: none;
    position: fixed !important;
    overflow: auto !important;
    height: 100%;
    z-index: 5;
    width: 100%;
    top: 0;
    background-color: #fff
}

.menu-mobile-wrapper .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 20px
}

.menu-mobile-wrapper .logo img {
    max-height: 50px
}

.menu-mobile-wrapper #mobile-menu-close {
    display: flex;
    flex-direction: column-reverse
}

.menu-mobile-wrapper #mobile-menu-close .menu-title {
    margin: 0;
    letter-spacing: 1px
}

.menu-mobile-wrapper #mobile-menu-close:hover .btn-cross {
    transform: rotate(90deg)
}

nav.mobile {
    display: flex;
    flex-direction: column
}

nav.mobile a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    padding: 20px 30px 20px 20px;
    border-top: 1px solid #151C2F;
    color: #151C2F;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none
}

nav.mobile a:after {
    content: url("../images/IK_sipka.svg");
    transform: rotate(-90deg)
}

nav.mobile a:last-child {
    border-bottom: 1px solid #151C2F
}

nav.mobile ul {
    margin: 0
}

nav.mobile ul > li a {
    border-bottom: 0 !important;
    padding-bottom: 10px
}

nav.mobile .submenu {
    padding-bottom: 10px
}

nav.mobile .submenu a {
    border: 0;
    font-size: 14px;
    padding: 10px 30px 10px 40px
}

nav.mobile .submenu ul a {
    font-size: 13px;
    padding: 10px 30px 10px 60px
}

.html-content-area img {
    float: left;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    max-width: 100%;
    width: auto;
    height: auto;
}

.html-content-area a {
    color: #951b81;
    text-decoration: none;
}
.html-content-area a:hover {
    text-decoration: underline;
}
.html-content-area ul {
    list-style: none;
    margin-left: 1.125rem;
}
.html-content-area ul li {
    margin-bottom: 0.5rem;
}
.html-content-area ul li::before {
    content: "\2022";
    color: #951b81;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.html-content-area table {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 2rem;
}
.html-content-area table th,
.html-content-area table td {
    padding: 1rem 0;
    padding-right: 1rem;
    text-align: left;
}
.html-content-area table th:last-child,
.html-content-area table td:last-child {
    padding-right: 0;
}
.html-content-area table thead th {
    border-bottom: 2px solid #e8ecf2;
}
.html-content-area table tbody td {
    border-bottom: 1px solid #e8ecf2;
}

.module.block {
    margin-bottom: 26px;
}
.block-area.no-margin .module.block {
    margin-bottom: 0;
}
.module.block:last-child {
    margin-bottom: 0;
}

.module.block iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#m iframe {
    height: 400px;
}

div[data-id=layout-sidebar] .module-image, div[data-id=page-sidebar] .module-image,
div[data-id=layout-sidebar] .module-banner, div[data-id=page-sidebar] .module-banner{
    display: block;
    text-align: center;
}


.paging .btn {
    padding: 0 10px;
    height: 40px;
}

.notifications {
    position: fixed;
    right: 20px;
    top: 76px;
    z-index: 100000;
    padding: 0;
}

.notifications .notification {
    display: none;
    position: relative;
    margin-bottom: 1rem;
    padding: 16px 60px;
    border-radius: 4px;
}


.notifications .notification.error {
    background: #FB3232;
}

.notifications .notification.note {
    background: #198754;
}

.notifications .notification .close {
    position: absolute;
    top: 8px;
    right: 24px;
}

.notifications .notification .close:before {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 0px;
    left: 0px;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    content: "\f00d";
    color: #ffffff;
    cursor: pointer;
}

.notifications .notification .title {
    position: relative;
    display: flex;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    line-height: 125%;
    margin-bottom: 10px;
}

.notifications .notification .title:before {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: 0px;
    left: -45px;
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: normal;
}

.notifications .notification .title:after {
    display: none;
}

.notifications .notification.error .title:before {
    content: "\f05c";
}

.notifications .notification.note .title:before {
    content: "\f05d";
}

.notifications .notification p {
    color: white;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 125%;
    margin: 0;
}

.module .form {
    background: #f7f9fc;
    padding: 20px;
}

.module .form .row {
    display: flex;
    gap: 15px;
}

.module .form h2.title {
    margin-top: 0;
    font-size: 22px;
}

.module .form h3 {
    color: #951b81;
    margin-top: 10px;
}

.module .form .row > div {
    width: 100%;
}

.module .form .row-name > div:nth-child(1),
.module .form .row-name > div:nth-child(4) {
    flex: 0 0 100px;
}

.module .form .row-price {
    align-items: center;
}

.module .form .row-price > div {
    text-align: right;
}

.module .form .row-address > div:nth-child(1),
.module .form .row-price > div:nth-child(1){
    flex: 0 0 150px;
    text-align: left;
}

.module .form label {
    display: block;
    margin-bottom: 5px;
}

.module .form input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #505050;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    appearance: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 15px;
}

.module .form select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #505050;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    appearance: none;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 15px;
}

.container-checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 40px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #000;
    margin-bottom: 25px;
}

.module .form .container-checkbox {
    margin-bottom: 25px;
}

.container-checkbox .checkbox {
    position: absolute;
    margin: 0;
    opacity: 0;
    top: 0;
    cursor: pointer;
    left: 0;
    height: 100%;
    width: 100%;
}

.container-checkbox .checkmark {
    position: absolute;
    margin: auto;
    top: -2px;
    left: 0;
    bottom: 0;
    height: 27px;
    width: 27px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    background-color: #fff;
}

.container-checkbox .checkmark:after {
    content: url(../images/IK_check.svg);
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #951b81;
}

.container-checkbox .checkbox:checked ~ .checkmark:after {
    display: flex;
}

.container-checkbox .label {
    position: relative;
    z-index: 1;
    font-weight: normal;
}

.module .form .summary {
    margin-bottom: 35px;
}

.module .form .summary .item {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dee2e6;
}

.module .form .summary .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.module .form .summary .item > div {
    width: 100%;
    text-align: right;
}

.module .form .summary .item > div:first-child {
    text-align: left;
}

.module .form button {
    margin-top: 15px;
}

.module .form p {
    font-style: italic;
    margin-top: 35px;
    margin-bottom: 0;
}

.module .form .invoice-area {
    display: none;
}

.module .form.conference-form .summary .item > div:nth-child(2),
.module .form.conference-form .summary .item > div:nth-child(3) {
    flex: 0 0 130px;
}

#flexi-cookiebar {
    background-color: #951b81;
}

#flexi-cookiebar p {
    color: #fff;
}

#flexi-cookiebar a {
    color: #fff;
}

#flexi-cookiebar-popup,
#flexi-cookiebar-settings-popup{
    border: 4px solid #951b81;
}

#flexi-cookiebar-settings-popup label input:checked ~ .checkmark {
    background-color: #951b81;
}

#flexi-cookiebar-link {
    background: #951b81;
    border: none !important;
    fill:  #fff;
}

#flexi-cookiebar-link a {
    color:  #fff;
}

#flexi-cookiebar-close {
    fill: #951b81;
}

#flexi-cookiebar .btn {
    padding: 10px;
    border-radius: 5px;
}

#flexi-cookiebar-overlay {
    background: rgba(0, 0, 0, 0.7);
}

#confirmation-popup {
    background: #ffffff;
    width: 60%;
    max-width: 750px;
    max-height: 90%;
    padding: 30px;
    border: 4px solid #951b81;
    overflow-y: auto;
}

#confirmation-popup .center {
    text-align: center;
}

#confirmation-popup img {
    max-width: 80%;
}

#confirmation-popup h2 {
    margin-top: 30px;
    color: #951b81;
}

#confirmation-popup span.label {
    display: block;
    margin-left: 40px;
    top: -10px;
    font-weight: 600;
}

#confirmation-popup .checkmark {
    border: 1px solid #505050;
}

#confirmation-popup .btn {
    display: inline-block;
    width: 135px;
    margin: 0 20px;
    margin-top: 30px;
    cursor: pointer;
}

#confirmation-popup .btn.confirm {
    background: #198754;
}

#confirmation-popup .btn.refuse {
    background: #bb2d3b;
}

#confirmation-popup .error {
    display: none;
    padding: 15px;
    margin-top: 15px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 5px;
}

#confirmation-popup-overlay {
    display: none;
    position: fixed;
    z-index: 100003;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#confirmation-popup-overlay .inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error {
    margin-top: 70px;
}

.error strong {
    display: block;
    margin-bottom: 2rem;
    color: #951b81;
    font-size: 6rem;
    line-height: 6rem;
}

.error img {
    max-width: 200px;
}

.error p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 1850px) {
    .main-slider .btn-prev {
        left: 100px
    }

    .main-slider .btn-next {
        right: 100px
    }

    .slider-topic .btn-prev {
        left: 100px
    }

    .slider-topic .btn-next {
        right: 100px
    }
}

@media (max-width: 1500px) {
    .news-letter {
        background: linear-gradient(60deg, #951b81, #951b81 43.5%, #151C2F 43.5%, #151C2F 100%)
    }

    .news-letter .left span {
        font-size: 22px
    }

    .news-letter .left span:nth-child(2) {
        font-size: 26px
    }

    .main-slider .slider-text .inner {
        left: 210px;
        max-width: 410px
    }

    .main-slider .slider-text h1 {
        font-size: 32px;
        line-height: 46px
    }

    .main-slider .slider-text p {
        margin: 15px 0
    }

    .main-slider .btn-prev {
        left: 20px
    }

    .main-slider .btn-next {
        right: 20px
    }

    .slider-topic .btn-prev {
        left: 20px
    }

    .slider-topic .btn-next {
        right: 20px
    }
}

@media (max-width: 1350px) {
    section.topic .container-big {
        padding-bottom: 40px
    }

    .slider-topic .btn-prev, .slider-topic .btn-next {
        top: unset;
        left: 0;
        right: 0;
        bottom: -40px;
        margin: 20px auto
    }

    .slider-topic .btn-prev {
        left: -50px
    }

    .slider-topic .btn-next {
        right: -50px
    }
}

@media (max-width: 1200px) {
    section .title {
        font-size: 28px
    }

    nav.desktop {
        -moz-column-gap: 18px;
        column-gap: 18px
    }

    nav.desktop a {
        font-size: 14px
    }

    .main-slider .slider-text h1 {
        font-size: 28px;
        line-height: 42px
    }

    .main-slider .btn-prev {
        left: 20px;
        top: unset;
        bottom: 20px
    }

    .main-slider .btn-next {
        right: unset;
        left: 70px;
        top: unset;
        bottom: 20px
    }

    .articles-list .item {
        gap: 20px
    }

    .articles-list .item .article-title {
        font-size: 20px
    }

    .slider-events .swiper-slide .btn {
        height: 45px;
        font-size: 12px;
        right: 20px;
        bottom: 20px
    }

    .event .brief-info span:nth-child(1) {
        font-size: 16px
    }

    .event .date span:nth-child(2) {
        font-size: 38px
    }

    .topic .name {
        font-size: 18px
    }


    .paging .btn {
        padding: 0px 10px;
        height: 35px;
    }

    .module .form .row-name > div:nth-child(1),
    .module .form .row-name > div:nth-child(4) {
        flex: 0 0 80px;
    }

    .module .form .row-address > div:nth-child(1),
    .module .form .row-price > div:nth-child(1){
        flex: 0 0 120px;
    }

}

@media (max-width: 1161px) {
    .magazine-editions-list .inner {
        column-gap: calc(25% - 142px);
    }

    #confirmation-popup {
        width: 70%;
    }
}

@media (min-width: 992px) {
    nav.desktop {
        display: flex !important
    }

    .menu-mobile-wrapper {
        display: none !important
    }

    .overflow-body {
        overflow: auto !important
    }
}

@media (max-width: 991px) {
    .text-block h1 {
        font-size: 24px
    }

    .text-block h2 {
        font-size: 20px
    }

    .text-block h3 {
        font-size: 18px
    }

    .text-block h4 {
        font-size: 16px
    }

    .text-block h5 {
        font-size: 16px
    }

    .text-block h6 {
        font-size: 16px
    }

    section .title {
        font-size: 24px
    }

    .btn {
        height: 45px;
        font-size: 12px
    }

    header .nav-bar .logo img {
        max-width: 240px
    }

    .news-letter {
        background: #151C2F
    }

    .news-letter .container-web {
        flex-direction: column;
        text-align: center
    }

    .news-letter .left, .news-letter .right {
        width: 100%
    }

    .news-letter .right {
        margin-top: 15px
    }

    .news-letter .odeber {
        justify-content: center
    }

    .news-letter .odeber input {
        -webkit-clip-path: none;
        clip-path: none;
        padding-left: 15px;
        max-width: 250px;
        height: 45px;
    }

    .news-letter .odeber select {
        height: 45px;
    }

    nav.desktop {
        display: none
    }

    #mobile-menu-toggle {
        display: flex
    }

    .main-slider .swiper-slide {
        height: 250px
    }

    .main-slider .slider-text {
        width: 60.5%;
        -webkit-clip-path: polygon(137px 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(137px 0%, 100% 0%, 100% 100%, 0% 100%)
    }

    .main-slider .slider-text .inner {
        max-width: unset;
        left: 140px
    }

    .main-slider .slider-text .inner h1 {
        font-size: 24px;
        line-height: 32px
    }

    .main-slider .slider-text .inner p {
        margin: 10px 0;
        -webkit-line-clamp: 2
    }

    section.articles .container-web {
        display: flex;
    }

    .articles-list .btn {
        margin: 0 auto
    }

    .closest-events .inner {
        display: grid;
        grid-template-columns:1fr 1fr 1fr
    }

    section.institutions .inner {
        padding: 30px 0
    }

    section.contacts .sidlo {
        grid-template-columns:1fr
    }

    section.contacts .sidlo .photo {
        display: none
    }

    footer .top {
        padding: 40px 0 80px
    }

    footer .top .inner {
        grid-template-columns:repeat(3, 1fr)
    }

    footer .top .title {
        margin-top: 40px;
        margin-bottom: 30px;
        font-size: 21px
    }

    footer .top p {
        margin: 34px 0 20px
    }

    #confirmation-popup {
        width: 80%;
    }
}

@media (max-width: 768px) {
    section .title {
        font-size: 22px
    }

    .main-slider .slider-text {
        width: 80%;
        -webkit-clip-path: polygon(137px 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(137px 0%, 100% 0%, 100% 100%, 0% 100%)
    }

    .slider-events {
        margin: 0 auto
    }

    .articles-list .item .article-title {
        font-size: 18px
    }

    .articles-list .item .right {
        gap: 10px
    }

    .articles-list .item .info {
        flex-direction: column-reverse;
        gap: 5px
    }

    .articles-list .item .info .article-date {
        position: relative
    }

    .closest-events .inner {
        display: grid;
        grid-template-columns:1fr 1fr
    }

    .topic {
        gap: 10px
    }

    .topic .name {
        font-size: 16px
    }

    .topic p {
        font-size: 14px
    }

    .breadcrumb-container {
        background: linear-gradient(120deg, #951b81, #951b81 80%, #151C2F 80%, #151C2F 100%)
    }

    section.institutions .inner {
        flex-wrap: wrap;
        padding: 20px 0
    }

    section.institutions .inner div {
        width: 45%
    }

    section.edu-events .inner {
        grid-template-columns:repeat(2, 1fr)
    }

    section.search-article form .inner {
        grid-template-columns:1fr;
        max-width: 400px
    }

    section.search-article form .inner .btn {
        margin: 0 auto;
        width: 100%
    }

    section.contacts .text-contact .heading {
        font-size: 22px
    }

    footer .top {
        padding: 40px 0 60px
    }

    footer .top .inner {
        grid-template-columns:1fr
    }

    footer .top .title {
        font-size: 18px;
        margin-top: 0
    }

    #confirmation-popup {
        width: 90%;
    }
}

@media (max-width: 685px) {
    .paging .btn {
        padding: 0px 5px;
        height: 30px;
    }

    .module .form .row-name,
    .module .form .row-address,
    .module .form .row-price {
        width: 100%;
        flex-wrap: wrap;
        gap: 0;
    }

    .module .form .row-name > div:nth-child(1),
    .module .form .row-name > div:nth-child(4),
    .module .form .row-address > div:nth-child(1),
    .module .form .row-price > div:nth-child(1) {
        flex: 0 0 100%;
    }
}

@media (max-width: 576px) {
    .text-block h1 {
        font-size: 20px
    }

    .text-block h2 {
        font-size: 18px
    }

    .text-block h3 {
        font-size: 18px
    }

    .text-block h4 {
        font-size: 16px
    }

    .text-block h5 {
        font-size: 14px
    }

    .text-block h6 {
        font-size: 14px
    }

    .text-block p {
        font-size: 14px
    }

    .article img {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        max-width: unset
    }

    section {
        padding: 30px 0
    }

    section .title {
        font-size: 20px
    }

    header .top-bar .container-web {
        flex-direction: column
    }

    header .top-bar .left {
        display: none
    }

    header .top-bar .middle {
        display: none
    }

    header .top-bar .right {
        width: 100%
    }

    header .top-bar .right:before {
        right: unset;
        left: 0;
        width: 100%
    }

    .main-slider .slider-text {
        width: 65%;
        -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%)
    }

    .main-slider .slider-text .inner {
        left: 20px
    }

    .main-slider .slider-text .inner h1 {
        font-size: 22px;
        line-height: 30px
    }

    .articles-list .item .article-title {
        font-size: 16px
    }

    .articles-list .item p {
        font-size: 14px
    }

    .closest-events .inner {
        grid-template-columns:1fr
    }

    section.contacts .text-contact {
        padding: 20px
    }

    section.contacts .text-contact .heading {
        font-size: 20px
    }

    footer .bottom .inner {
        flex-direction: column-reverse;
        align-items: center
    }

    .article .author .row {
        flex-wrap: wrap;
        gap: 20px;
    }

    .article .conference-ended {
        top: 8px;
        left: unset;
        right: -5px;
        transform: rotate(10deg);
    }

    .article .conference-registration-ended {
        top: 8px;
        left: unset;
        right: -5px;
        transform: rotate(10deg);
    }
}

@media (max-width: 480px) {
    .magazine-editions-list .inner {
        justify-content: space-between;
    }
}

@media (max-width: 420px) {
    .articles-list .item {
        flex-direction: column
    }

    .articles-list .item img {
        max-width: unset
    }

    .articles-list-simple .conference-ended {
        top: 5px;
        left: unset;
        right: -5px;
        transform: rotate(10deg);
    }

    .articles-list-simple .conference-registration-ended {
        top: 5px;
        left: unset;
        right: -5px;
        transform: rotate(10deg);
    }

    .breadcrumb-container {
        background: linear-gradient(120deg, #951b81, #951b81 90%, #151C2F 90%, #151C2F 100%)
    }

    section.institutions .inner div {
        width: 100%
    }

    section.edu-events .inner {
        grid-template-columns:repeat(1, 1fr)
    }
}

/*# sourceMappingURL=styles.min.css.map */