@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

* {
    box-sizing: border-box;
    font-family: "Lato", sans-serif
}

body {
    margin: 0;
}
body.bg {
    background-color: #e6ebee
}

p,
h1,
h2,
h3,
h4 {
    margin: 0
}

.text-big {
    font-size: 18px
}

img {
    max-width: 100%
}

.container {
    width: 1000px;
    margin: 0 auto
}
.article-page .container {
    width: 1100px;
    padding: 0 10px;
    max-width: 100%;
}

@media(max-width: 1200px) {
    .container {
        width: 90%
    }
}

@media(max-width: 576px) {
    .container {
        width: calc(100% - 30px)
    }
}

@media(max-width: 400px) {
    .container {
        width: calc(100% - 20px)
    }
}

@media(max-width: 370px) {
    .container {
        width: calc(100% - 10px)
    }
}

.container-big {
    width: 1160px;
    margin: 0 auto
}

@media(max-width: 1200px) {
    .container-big {
        width: 90%
    }
}

@media(max-width: 576px) {
    .container-big {
        width: calc(100% - 30px)
    }
}

@media(max-width: 400px) {
    .container-big {
        width: calc(100% - 20px)
    }
}

@media(max-width: 370px) {
    .container-big {
        width: calc(100% - 10px)
    }
}

.d-none {
    display: none !important
}

.bg {
    background-image: url(../img/bg.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat
}

@media(max-width: 1200px) {
    .bg {
        background-size: 180%
    }
}

@media(max-width: 992px) {
    .bg {
        background-size: 220%
    }
}

.h2 {
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 24px
}

.h3 {
    font-size: 22px;
    font-weight: 500
}

@media(max-width: 992px) {
    .h3 {
        font-size: 20px
    }
}

.h4 {
    font-size: 20px;
    font-weight: 500
}

.btn {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    padding: 16px 60px;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    text-align: center;
    transition: .3s;
    display: inline-block;
    -webkit-appearance: none;
    appearance: none
}

@media(max-width: 992px) {
    .btn {
        padding: 14px 30px
    }
}

.btn-white {
    color: #fff;
    border: 1px solid #fff
}

.btn-orange-fill {
    background-color: #f25700
}

.btn-orange-fill:hover {
    background-color: #d94e00
}

.btn-green {
    color: #189b80;
    border: 1px solid #189b80;
    background-color: #fff
}

.btn-green:hover {
    color: #15856e;
    border-color: #15856e
}

.btn-green-fill {
    background-color: #189b80
}

.btn-green-fill:hover {
    background-color: #15856e
}

.btn-arrow {
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding: 16px 22px;
    align-items: center
}

.btn-arrow:after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-white.svg);
    width: 8px;
    height: 15px;
    display: inline-block
}

.swiper-event-img {
    max-width: 50%
}


.swiper-event-img img {
    width: 100%
}

.swiper-event-inner {
    display: flex;
    margin: 0 0 80px;
    position: relative
}

.swiper-event-inner:before {
    content: "";
    position: absolute;
    width: calc(100% - 200px);
    height: calc(100% - 200px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid #fff;
    z-index: 1
}

@media(max-width: 992px) {
    .swiper-event-inner:before {
        width: calc(100% - 100px);
        height: calc(100% - 150px)
    }
}

@media(max-width: 768px) {
    .swiper-event-inner:before {
        display: none
    }
}

.swiper-event-info {
    display: flex;
    flex-direction: column;
    margin: auto 0 auto 90px;
    position: relative;
    z-index: 2
}

@media(max-width: 992px) {
    .swiper-event-info {
        margin: auto 0 auto 60px
    }
}

@media(max-width: 768px) {
    .swiper-event-info {
        margin: 30px 0 auto 40px
    }
}

.swiper-event-info-conf {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #a0a0a0
}

.swiper-event-info-date {
    color: #189b80;
    font-family: "Open Sans", sans-serif;
    font-size: 25px
}

@media(max-width: 576px) {
    .swiper-event-info-date {
        font-size: 22px
    }
}

.swiper-event-info-name {
    color: #282828;
    text-decoration: none;
    font-size: 25px;
    margin: 30px 0 40px;
    max-width: 280px;
    transition: .3s
}

.swiper-event-info-name:hover {
    color: #189b80
}

@media(max-width: 992px) {
    .swiper-event-info-name {
        margin: 15px 0 20px
    }
}

.swiper-event-info-link {
    color: #000;
    font-size: 15px;
    transition: .3s
}

.swiper-event-info-link:hover {
    color: #189b80
}

.swiper.swiper-horizontal>.swiper-pagination-bullets,
.swiper.swiper-horizontal~.swiper-pagination-bullets {
    bottom: 100px
}

.swiper.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper.swiper-horizontal~.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    border: 3px solid #189b80;
    width: 15px;
    height: 15px;
    margin: 0 13px;
    opacity: 1
}

.swiper.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper.swiper-horizontal~.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0);
    border-color: #f25700
}


.swiper-material.swiper-horizontal~.swiper-pagination-bullets {
    bottom: -50px
}

.swiper-material-button-prev,
.swiper-material-button-next {
    background-size: contain;
    background-repeat: no-repeat
}

.swiper-material-button-prev:after,
.swiper-material-button-next:after {
    font-size: 0
}

.swiper-material-button-prev {
    left: -60px;
    background-image: url(../img/swiper-arrow-left.svg)
}

@media(max-width: 1200px) {
    .swiper-material-button-prev {
        left: 0
    }
}

.swiper-material-button-next {
    right: -60px;
    background-image: url(../img/swiper-arrow-right.svg)
}

@media(max-width: 1200px) {
    .swiper-material-button-next {
        right: 0
    }
}

.swiper-material .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto
}

.swiper-container {
    position: relative
}

.header {
    position: relative
}

.header-logo {
    max-width: 315px;
    margin: 60px 20px 50px 0
}

@media(max-width: 992px) {
    .header-logo {
        max-width: 100px;
        margin: 20px 20px 20px 0
    }
}

@media(max-width: 576px) {
    .header-logo {
        max-width: 90px;
        margin: 20px 16px 20px 0
    }
}

.header .container {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.header .container .nav-top {
    width: 100%
}

.header-polygon {
    position: absolute;
    top: 140px;
    right: 12%;
    z-index: 1;
}
.slider-sect .container {
    position: relative;
}
.header-polygon-slider {
    position: absolute;
    top: 10%;
    left: -5%;
    z-index: 2;
}
@media (max-width: 992px) {
    .header-polygon-slider {
        display: none;
    }
}
.header-polygon-slider .header-polygon-2 {
    bottom: 7px;
    left: -6px;

}
.header-polygon-top-img {
    position: absolute;
    top: 0;
    right: 10%;
    z-index: -1;
}

.header-polygon-romb {
    position: absolute;
    top: -160px;
    left: -120px;
    z-index: -1;
}

@media(max-width: 576px) {
    .header-polygon {
        top: 95px
    }
}

@media(max-width: 576px) {
    .header-polygon-1 {
        max-width: 60px
    }
}

.header-polygon-2 {
    position: absolute;
    top: 0;
    right: -10px
}

@media(max-width: 576px) {
    .header-polygon-2 {
        right: 0px;
        max-width: 20px
    }
}

.header-polygon-3 {
    position: absolute;
    top: 0px;
    right: 15px;
    max-width: 40vw;
}
@media (max-width: 820px) {
    .header-polygon-3 {
        right: -30px;
    }
}

.header-polygon-4 {
    position: absolute;
    top: 0px;
    left: 0;
    max-width: 60vw;
}

.nav-link-container {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: auto
}

.nav-link-item a {
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    text-decoration: none;
    color: #189b80;
    transition: .3s
}

.nav-link-item a:hover {
    color: #000
}

.nav-top {
    margin-top: 40px
}

.nav-top .nav-link-container {
    flex-wrap: wrap
}

.nav-top .nav-link-item {
    margin-right: 20px
}

@media(max-width: 576px) {
    .nav-top .nav-link-item {
        margin-right: 12px
    }

    .nav-top .nav-link-item a {
        font-size: 8.5px;
        line-height: 1
    }
}

@media(max-width: 992px) {
    .nav-top {
        margin-top: 20px
    }
}

.nav-bottom {
    display: flex;
    align-items: center;
    flex-grow: 1;
    width: 100%
}

@media(max-width: 992px) {
    .nav-bottom {
        width: unset;
        position: relative
    }
}

@media(max-width: 992px) {
    .nav-bottom .nav-link-container {
        display: none
    }
}

.nav-bottom .nav-link-item {
    margin-left: 32px
}

.nav-bottom .nav-link-item a {
    font-size: 15px;
    color: #000;
    text-transform: none;
    padding-bottom: 4px;
    border-bottom: 6px solid #189b80;
    transition: .3s;
    white-space: nowrap
}

.nav-bottom .nav-link-item a:hover {
    color: #189b80
}

.nav-bottom .nav-link-item.active a {
    border-bottom: 0;
    color: #189b80
}

.nav-bottom .btn {
    margin-right: auto
}

@media(max-width: 992px) {
    .nav-bottom .btn {
        margin-left: 20px
    }
}

@media(max-width: 576px) {
    .nav-bottom .btn {
        font-size: 13px;
        margin: 0 10px 0 0;
        padding: 12px 16px
    }
}

@media(max-width: 576px) {
    .nav-bottom .btn {
        font-size: 11px
    }
}

#burger-menu {
    cursor: pointer;
    height: 27px;
    width: 27px;
    overflow: visible;
    position: relative;
    z-index: 2;
    display: none
}

@media(max-width: 992px) {
    #burger-menu {
        display: inline-block;
        margin-left: auto
    }
}

#burger-menu span,
#burger-menu span:before,
#burger-menu span:after {
    background: #189b80;
    display: block;
    height: 2px;
    opacity: 1;
    position: absolute;
    transition: .3s ease-in-out
}

#burger-menu span:before,
#burger-menu span:after {
    content: ""
}

#burger-menu span:before {
    left: 0px;
    top: -10px;
    width: 27px
}

#burger-menu span {
    right: 0px;
    top: 13px;
    width: 27px
}

#burger-menu span:after {
    left: 0px;
    top: 10px;
    width: 27px
}

#burger-menu.close span:before {
    top: 0px;
    transform: rotate(90deg);
    width: 27px
}

#burger-menu.close span {
    transform: rotate(-45deg);
    top: 13px;
    width: 27px
}

#burger-menu.close span:after {
    top: 0px;
    left: 0;
    transform: rotate(90deg);
    opacity: 0;
    width: 0
}

.overlay .nav-link-container {
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    z-index: 9998;
    background-color: #fff;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    gap: 40px
}

.overlay .nav-link-item {
    margin-left: 0
}

.overlay #burger-menu {
    z-index: 9999;
    position: absolute;
    top: 40px;
    right: 40px
}

.form-column {
    display: flex;
    flex-direction: column
}

.form-label {
    display: flex;
    flex-direction: column;
    position: relative
}

.form-label-name {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px
}

.form-label+.form-label {
    margin-top: 15px
}

.form-label.required:before {
    content: "";
    background-image: url(../img/bookmark-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -10px;
    z-index: 1
}

.form-label.required .form-input,
.form-label.required .form-textarea {
    position: relative;
    z-index: 2
}

.form-label-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.form-label-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 9px;
    background-color: #fff
}

.form-label-check .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.form-label-check-text {
    user-select: none;
    color: #fff;
    padding-left: 45px;
    font-size: 13px
}

.form-label-check-text a {
    color: #000
}

.form-label-check:hover input~.checkmark {
    background-color: #fff
}

.form-label-check input:checked~.checkmark {
    background-color: #189b80
}

.form-label-check input:checked~.checkmark:after {
    display: block
}

.form-label-check .checkmark:after {
    left: 11px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

.form .form-label-policy,
.form .form-label+.form-label-policy {
    margin-top: 50px
}

@media(max-width: 576px) {

    .form .form-label-policy,
    .form .form-label+.form-label-policy {
        margin-top: 25px
    }
}

.form-input,
.form-textarea {
    padding: 15px 18px;
    border: 0;
    border-radius: 8px;
    font-size: 16px;
    transition: .3s;
    outline-color: #189b80
}

.form-textarea {
    height: 143px
}

.form-submit {
    text-align: right;
    margin-top: 40px
}

@media(max-width: 576px) {
    .form-submit {
        flex-direction: column;
        display: flex;
        margin-top: 25px
    }
}

.form-submit .btn+.btn {
    margin-left: 30px
}

@media(max-width: 992px) {
    .form-submit .btn+.btn {
        margin-left: 10px
    }
}

@media(max-width: 576px) {
    .form-submit .btn+.btn {
        margin-top: 20px;
        margin-left: 0
    }
}

.form-row {
    display: flex;
    gap: 28px
}

@media(max-width: 992px) {
    .form-row {
        flex-direction: column
    }
    .reg_anketa_article .form-row {
        flex-direction: row;
    }
}
@media(max-width: 600px) {
    .reg_anketa_article .form-row {
        flex-direction: column;
    }
}

.form-col {
    flex-grow: 1;
    flex-basis: 33%
}

.form-order .form-label-name {
    font-weight: 400;
    font-family: "Open Sans", sans-serif
}

.form-apply .form-label-check-text, .form-event-video .form-label-check-text {
    color: #000
}

.select {
    position: relative
}

.select .selectBtn {
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    position: relative;
    user-select: none;
    background: #fff;
    padding: 15px 18px;
    font-size: 16px;
    border-radius: 8px;
    z-index: 1;
    min-width: 200px;
    min-height: 50px
}

.select .selectBtn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transition: .3s ease
}

.select .selectBtn.toggle {
    border-radius: 3px 3px 0 0
}

.select .selectBtn.toggle:after {
    transform: translateY(-50%) rotate(-135deg)
}

.select .selectDropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    border-top: 1px solid #eee;
    z-index: 1;
    background: #fff;
    transform: scale(1, 0);
    transform-origin: top center;
    visibility: hidden;
    transition: .3s;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    border-radius: 8px;
    z-index: 3;
    max-height: 70vh;
    overflow: auto
}

.select .selectDropdown .option {
    padding: 15px 18px;
    box-sizing: border-box;
    cursor: pointer
}

.select .selectDropdown .option:hover {
    background: #f8f8f8
}

.select .selectDropdown.toggle {
    visibility: visible;
    transform: scale(1, 1)
}

.filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px
}

@media(max-width: 576px) {
    .filter {
        flex-direction: column;
        align-items: flex-start
    }
}

.filter-item {
    margin-right: 22px
}

.filter-item .selectBtn {
    background-color: #189b80;
    color: #fff;
    border-radius: 25px;
    font-weight: 700
}

.filter-item .selectBtn:after {
    border-color: #fff
}

@media(max-width: 576px) {
    .filter-item {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.main {
    margin: 65px 0 0
}

@media(max-width: 576px) {
    .main {
        margin: 20px 0 0
    }
}

.event-sect {
    padding-bottom: 70px;
}
.event-sect .container {
    position: relative;
}

.event-sect:first-of-type {
    padding-top: 40px
}

.event-sect .forum-box {
    margin: 200px auto 30px;
    width: 100%
}

@media(max-width: 576px) {
    .event-sect .forum-box {
        margin: 60px auto 30px
    }
}

.event-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.event-grid-random .event-item:nth-child(4),
.event-grid-random .event-item:nth-child(5),
.event-grid-random .event-item:nth-child(9),
.event-grid-random .event-item:nth-child(10) {
    flex-basis: 49%;
    max-width: 49%;
    height: 338px
}

@media(max-width: 992px) {

    .event-grid-random .event-item:nth-child(4),
    .event-grid-random .event-item:nth-child(5),
    .event-grid-random .event-item:nth-child(9),
    .event-grid-random .event-item:nth-child(10) {
        height: 225px
    }
}

@media(max-width: 680px) {

    .event-grid-random .event-item:nth-child(4),
    .event-grid-random .event-item:nth-child(5),
    .event-grid-random .event-item:nth-child(9),
    .event-grid-random .event-item:nth-child(10) {
        flex-basis: 100%;
        max-width: 100%
    }
}

.event-item {
    position: relative;
    overflow: hidden;
    flex-basis: 32%;
    max-width: 32.5%;
    flex-grow: 1;
    height: 225px;
    display: flex;
    flex-direction: column;
    text-decoration: none
}

@media(max-width: 992px) {
    .event-item {
        flex-basis: 49%;
        max-width: unset
    }
}

@media(max-width: 680px) {
    .event-item {
        flex-basis: 100%;
        max-width: 100%
    }
}

.event-item-img {
    position: absolute;
    min-width: 100%;
    /*max-width: unset;*/
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s
}

.event-item:hover .event-item-img {
    transform: translate(-50%, -50%) scale(1.05)
}

.event-item-info {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding: 40px 15px 15px 30px;
    background: linear-gradient(360deg, rgba(87, 90, 100, 0.8) 35.24%, rgba(40, 40, 40, 0) 100%);
    background-blend-mode: multiply
}

.event-item-info-heading {
    color: #fff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    line-height: 1.1;
    position: relative
}

.event-item-info-heading:before {
    content: "";
    background-color: #f25700;
    height: 100%;
    width: 8px;
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 0
}

.event-item-info-bottom {
    display: flex;
    margin-top: 15px
}

.event-item-info-bottom span+span {
    margin-left: auto
}

.event-item-info-date {
    color: #fff;
    font-size: 13px;
    font-weight: 700
}

.event-item-info-type {
    color: #fff;
    font-size: 11px
}

.subscribe-sect {
    padding: 0 0 70px
}

.subscribe-box {
    background-image: url(../img/form-bg.jpg);
    background-size: cover;
    padding: 45px 190px 60px 80px;
    display: flex;
    border-radius: 10px;
    margin-top: -80px
}

@media(max-width: 992px) {
    .subscribe-box {
        padding: 40px;
        flex-direction: column;
        background-position: center
    }
}

@media(max-width: 576px) {
    .subscribe-box {
        padding: 30px
    }
}

.subscribe-box .form {
    width: 65%;
    padding-left: 20px
}

@media(max-width: 992px) {
    .subscribe-box .form {
        width: 100%;
        padding-left: 0
    }
}

.news-sect {
    margin-bottom: 80px;
    padding-top: 50px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px
}

@media(max-width: 768px) {
    .news-grid {
        grid-template-columns: repeat(1, 1fr)
    }
}

.news-item {
    padding-left: 25px;
    border-left: 7px solid #189b80;
    display: flex;
    flex-direction: column
}

.news-item-name {
    font-family: "Open Sans", sans-serif;
    color: #189b80;
    text-decoration: none;
    margin-bottom: 12px;
    transition: .3s
}

.news-item-name:hover {
    color: #116f5c
}

.news-item-desc {
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 12px
}

.news-item-date {
    margin-top: auto;
    color: #8f8f8f;
    font-family: "Open Sans", sans-serif
}

.news-btn-container {
    margin-top: 55px;
    text-align: center
}

.news-btn-container .btn-arrow {
    width: 320px;
    margin: auto
}

.news-btn-container .btn-arrow:after {
    transform: rotate(90deg)
}

.forum-sect {
    position: relative;
    z-index: 2
}

.forum-box {
    border: 16px solid #fff;
    margin: -100px auto 60px;
    padding: 60px 54px 40px;
    width: calc(100% - 60px);
    position: relative
}

.forum-box:after {
    content: "";
    background-image: url(../img/polygon-orange-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 225px;
    height: 225px;
    top: -318px;
    left: -40px;
    z-index: -2
}

@media(max-width: 1100px) {
    .forum-box:after {
        width: 135px;
        height: 135px;
        top: -95px
    }
}

/*@media(max-width: 992px) {*/
/*    .forum-box:after {*/
/*        width: 135px;*/
/*        height: 135px;*/
/*        top: -95px*/
/*    }*/
/*}*/

@media(max-width: 576px) {
    .forum-box:after {
        top: -72px
    }
}

@media(max-width: 992px) {
    .forum-box {
        padding: 60px 20px 40px;
        width: 100%
    }
}

@media(max-width: 1100px) {
    .forum-box {
        padding: 20px 20px 26px;
        border: 10px solid #fff
    }
}

.forum-img-container {
    margin-top: -268px;
    display: inline-block;
    position: relative;
    z-index: -1
}

@media(max-width: 1100px) {
    .forum-img-container {
        margin-top: 0
    }
}

.forum-info {
    margin-top: 28px;
    display: flex;
    align-items: center
}

.forum-info .h2 {
    margin: 0;
    text-decoration: none;
    color: #000;
    transition: .3s
}

@media(max-width: 992px) {
    .forum-info .h2 {
        font-size: 20px
    }
}

.forum-info .h2:hover {
    color: #189b80
}

.forum-info-text {
    margin-left: auto;
    text-align: right;
    padding-left: 10px
}

.forum-info-text-type {
    color: #a0a0a0;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 11px
}

.forum-info-text-date {
    color: #189b80;
    font-size: 25px;
    font-family: "Open Sans", sans-serif;
    margin: 9px 0
}

@media(max-width: 992px) {
    .forum-info-text-date {
        font-size: 20px;
        margin: 4px 0
    }
}

.forum-info-text-link {
    color: #000;
    font-size: 15px;
    transition: .3s
}

.forum-info-text-link:hover {
    color: #189b80
}

.event-sect+.forum-banner-main-top {
    margin-top: 325px
}

@media(max-width: 1100px) {
    .event-sect+.forum-banner-main-top {
        margin-top: 100px
    }
}

.breadcrumbs {
    position: relative
}

.breadcrumbs-item {
    font-size: 15px;
    color: #000
}

.breadcrumbs-item:after {
    content: "";
    width: 1px;
    height: 14px;
    transform: rotate(15deg);
    display: inline-block;
    font-size: 15px;
    margin: 0 2px -2px 7px;
    background-color: #000;
    text-decoration: none
}

.breadcrumbs-item:last-child:after {
    display: none
}

.article {
    margin: 40px 0 80px
}

@media(max-width: 992px) {
    .article {
        margin: 30px 0 60px
    }
}

.article-top {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.article-top-date {
    text-align: center;
    padding-left: 60px;
    margin-left: 60px;
    border-left: 2px solid #000
}

@media(max-width: 992px) {
    .article-top-date {
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
        text-align: left;
        margin-top: 20px
    }
}

.article-top-date-day,
.article-top-date-place {
    color: #189b80;
    font-weight: 600;
    font-size: 22px
}

.article-top-date-day {
    font-size: 30px
}

@media(max-width: 992px) {
    .article-top-date-day {
        font-size: 24px
    }
}

.article-top-date-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 20px
}

@media(max-width: 992px) {
    .article-top-date-social {
        justify-content: flex-start
    }
}

.article-top-date-link {
    text-decoration: none
}

@media(max-width: 992px) {
    .article-top {
        flex-direction: column;
        align-items: flex-start
    }
}

.article .h1 {
    color: #189b80;
    font-weight: 400;
    font-size: 40px
}

@media(max-width: 992px) {
    .article .h1 {
        font-size: 30px
    }
}

@media(max-width: 576px) {
    .article .h1 {
        font-size: 26px
    }
}

.article-nav {
    display: flex;
    padding: 15px;
    background-color: #189b80;
    border-radius: 50px;
    margin-bottom: 40px;
}

@media(max-width: 992px) {
    .article-nav {
        flex-direction: column
    }
}

.article-nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    margin: 0 auto;
    transition: .3s
}

@media(max-width: 992px) {
    .article-nav-link {
        font-size: 16px;
        margin: 10px auto
    }
}

.article-nav-link:hover {
    opacity: .9
}

.article-nav.fixed {
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    max-width: 1000px;
    margin-top: 0
}

@media(max-width: 1200px) {
    .article-nav.fixed {
        max-width: 90%
    }
}

.article-nav.fixed+.article-hero {
    margin-top: 125px
}

.article-hero {
    height: 250px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column
}

@media(max-width: 576px) {
    .article-hero {
        height: auto;
        min-height: 120px;
        padding: 20px 0
    }
}

.article-hero-bg {
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.article-hero:before {
    content: "";
    background: linear-gradient(360deg, rgba(87, 90, 100, 0.68) 35.24%, rgba(40, 40, 40, 0) 100%);
    background-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1
}

@media(max-width: 992px) {
    .article-hero:before {
        height: 100%;
        background: linear-gradient(360deg, rgb(87, 90, 100) 35.24%, rgba(40, 40, 40, 0.2) 100%)
    }
}

.article-hero .h3 {
    position: relative;
    color: #fff;
    margin: auto 0 30px;
    padding-left: 25px;
    border-left: 8px solid #f25700;
    max-width: 75%;
    z-index: 2
}

@media(max-width: 992px) {
    .article-hero .h3 {
        max-width: 95%;
        font-size: 20px
    }
}

@media(max-width: 576px) {
    .article-hero .h3 {
        margin-bottom: 0
    }
}

.article-hero-fade:before {
    height: 100%;
    background: linear-gradient(360deg, rgba(87, 90, 100, 0.68) 35.24%, rgba(40, 40, 40, 0) 100%)
}

@media(max-width: 576px) {
    .article-hero-fade:before {
        background: linear-gradient(360deg, rgb(87, 90, 100) 35.24%, rgba(40, 40, 40, 0) 100%)
    }
}

.article-hero-fade .h3 {
    margin: auto 0
}

.article-register {
    display: flex;
    gap: 25px;
    margin-top: 40px
}

@media(max-width: 992px) {
    .article-register {
        flex-direction: column
    }
}

.article-register .btn {
    flex-grow: 1
}

.article-container {
    display: flex;
    gap: 40px
}

@media(max-width: 1120px) {
    .article-container {
        flex-direction: column-reverse;
    }
}

.article-content-text p {
    margin-bottom: 20px;
    font-size: 18px
}

.article-content-text ul {
    margin: 5px 0;
    padding-left: 20px
}
@media(max-width: 576px) {
    .article-content-text ul {
        margin-top: 20px !important;
    }
}

.article-content-text h4 {
    margin-top: 30px
}

.article-content-text a {
    color: #000
}
.article-content {
    padding: 20px;
    background: rgba(24,155,128,0.05);
}

.article-right {
    min-width: 300px
}

.article-right-cnb {
    width: 300px;
    position: sticky;
    top: 60px;
    display: block
}
.article-page .article-right-cnb {
    top: 10px;
}

@media(max-width: 1120px) {
    .article-right-cnb {
        margin: auto
    }
}

.speaker-sect {
    background-color: #189b80;
    background-image: url(../img/speaker/speaker-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 40px
}

@media(max-width: 1200px) {
    .speaker-sect {
        background-image: none
    }
}

.speaker-sect * {
    color: #fff
}

.speaker-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 35px
}

@media(max-width: 992px) {
    .speaker-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 768px) {
    .speaker-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px
    }
}

@media(max-width: 576px) {
    .speaker-grid {
        grid-template-columns: repeat(1, 1fr)
    }
}

.speaker-item {
    text-align: center
}

.speaker-item-photo {
    position: relative;
    overflow: hidden;
    /*max-width: 180px;*/
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #fff;
}

@media(max-width: 576px) {
    .speaker-item-photo {
        width: 150px;
        height: 150px;
    }
}

/*.speaker-item-photo img {*/
/*    min-width: 100%;*/
/*    min-height: 100%*/
/*}*/

.speaker-item-name {
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 13px
}

@media(max-width: 576px) {
    .speaker-item-name {
        font-size: 18px;
        margin-bottom: 10px
    }
}

.speaker-item-text {
    font-family: "Open Sans", sans-serif;
    font-size: 13px
}

@media(max-width: 576px) {
    .speaker-item-text {
        font-size: 12px
    }
}

.terms-sect {
    background-color: #fff;
    padding: 40px 0
}

.terms-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin: 45px 0 30px
}

@media(max-width: 768px) {
    .terms-container {
        grid-template-columns: repeat(1, 1fr)
    }
}

.terms-item {
    position: relative
}

.terms-item:before {
    content: "";
    background-image: url(../img/polygon-terms.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    display: inline-block;
    position: absolute;
    left: -40px;
    top: -30px
}

@media(max-width: 768px) {
    .terms-item:nth-of-type(even):before {
        display: none
    }
}

.terms-item-inner {
    position: relative
}

.terms-item-name {
    color: #189b80;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 24px;
    font-family: "Open Sans", sans-serif
}

.terms-item-name b {
    color: #000
}

.terms-item-price {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    text-align: center
}

.terms-item-price-option {
    border: 1px solid #189b80;
    border-radius: 50px;
    padding: 10px 60px
}

@media(max-width: 1200px) {
    .terms-item-price-option {
        padding: 10px;
        flex-grow: 1
    }
}

.terms-item-price-option-date {
    display: block;
    color: #189b80;
    font-size: 14px
}

.terms-item-price-option-cost {
    display: block;
    font-size: 19px;
    font-weight: 700
}

@media(max-width: 576px) {
    .terms-item-price-option-cost {
        font-size: 18px
    }
}

.terms-item-note {
    font-size: 13px;
    font-family: "Open Sans", sans-serif
}

.terms-note {
    font-weight: 500
}

.terms-note a {
    color: #189b80
}

.partner-sect {
    padding: 80px 0;
    background-color: #e6ebee
}

.partner-row {
    display: flex;
    flex-wrap: wrap;
    gap: 28px
}

.partner-type {
    margin: 20px 0 12px;
    font-size: 13px;
    font-family: "Open Sans", sans-serif
}

.partner-item {
    background-color: #fff;
    padding: 22px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 314px
}

@media(max-width: 768px) {
    .partner-item {
        width: 280px
    }
}

.partner-item-logo {
    max-width: 100%;
    max-height: 78px
}

@media(max-width: 768px) {
    .partner-item-logo {
        max-height: 60px
    }
}

.participant-sect {
    padding: 40px 0 80px;
    background-color: #fff
}

.participant-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 30px
}

@media(max-width: 992px) {
    .participant-grid {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 576px) {
    .participant-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.participant-item-name {
    color: #189b80;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif
}

.participant-item-desc {
    font-family: "Open Sans", sans-serif
}

.order-form-sect {
    background-image: url(../img/material-bg.jpg);
    padding: 40px 0;
    /*margin-bottom: -2px;*/
    background-attachment: fixed;
}

.order-form-sect .h2,
.order-form-sect .form-label-name {
    color: #fff
}

.contact-row {
    display: flex;
    align-items: center;
    margin: 30px 0 35px
}

@media(max-width: 992px) {
    .contact-row {
        flex-direction: column;
        align-items: flex-start
    }
}

.contact-number {
    color: #189b80;
    font-size: 14px;
    margin-right: 40px
}

@media(max-width: 992px) {
    .contact-number {
        margin-bottom: 30px
    }
}

.contact-number-phone {
    font-size: 28px;
    color: #189b80;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block
}

.contact-people {
    max-width: 440px
}

.contact-people span:after {
    content: "";
    width: 1px;
    height: 14px;
    transform: rotate(15deg);
    display: inline-block;
    font-size: 15px;
    margin: 0 2px -2px 7px;
    background-color: #000;
    text-decoration: none
}

.contact-people span:last-of-type:after {
    display: none
}

.archive-sect {
    background-color: #189b80;
    background-image: url(../img/archive-bg.jpg);
    background-size: cover;
    padding: 60px 0 210px;
    background-attachment: fixed;
}

@media(max-width: 576px) {
    .archive-sect {
        padding-bottom: 100px
    }
}

.archive-sect h2 {
    color: #fff
}

.archive-sect .event-item-info-heading:before {
    background-color: #fff
}

/*@media(max-width: 992px) {*/
/*    .archive-sect .event-item:nth-of-type(n + 5) {*/
/*        display: none*/
/*    }*/
/*}*/

/*@media(max-width: 576px) {*/
/*    .archive-sect .event-item:nth-of-type(n + 3) {*/
/*        display: none*/
/*    }*/
/*}*/

.archive-container {
    position: relative
}

.archive-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 2%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    background: linear-gradient(0deg, #189b80 5%, rgba(24, 155, 128, 0.3) 100%)
}
section:not(.event-sect) + .archive-sect .archive-container:before {
    height: 64%;
}
@media(max-width: 992px) {
    section:not(.event-sect) + .archive-sect .archive-container:before {
        height: 60%
    }
}

@media(max-width: 576px) {
    section:not(.event-sect) + .archive-sect .archive-container:before {
        height: 55%
    }
}
/*.subscribe-sect + .archive-sect .archive-container:before,*/
/*.apply-sect + .archive-sect .archive-container:before{*/
/*    height: 64%;*/
/*}*/

/*@media(max-width: 992px) {*/
/*    .subscribe-sect + .archive-sect .archive-container:before,*/
/*    .apply-sect + .archive-sect .archive-container:before{*/
/*        height: 60%*/
/*    }*/
/*}*/

/*@media(max-width: 576px) {*/
/*    .subscribe-sect + .archive-sect .archive-container:before,*/
/*    .apply-sect + .archive-sect .archive-container:before {*/
/*        height: 55%*/
/*    }*/
/*}*/

.archive-btn-container {
    position: relative;
    bottom: 90px;
    z-index: 2;
    transform: translateY(-100px)
}

.archive-btn-container .btn-arrow {
    width: 320px;
    margin: auto
}

.archive-btn-container .btn-arrow:hover {
    background-color: #f25700;
    border-color: #f25700
}

.archive-btn-container .btn-arrow:after {
    transform: rotate(90deg)
}

@media(max-width: 576px) {
    .archive-btn-container .btn-arrow {
        max-width: 280px
    }
}

.material-sect {
    padding: 40px 0 180px;
    background-image: url(../img/material-bg.jpg);
    background-size: cover;
    background-attachment: fixed
}

.material-sect .h2 {
    color: #fff
}

.material-item {
    background-color: rgba(217, 217, 217, .9);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.material-item-top {
    padding: 16px 22px 20px;
    display: flex;
    align-items: center;
    min-height: 119px;
    flex-grow: 1
}

@media(max-width: 992px) {
    .material-item-top {
        padding: 14px 16px;
        min-height: unset
    }
}

.material-item-bottom {
    padding: 25px 22px
}

@media(max-width: 992px) {
    .material-item-bottom {
        padding: 20px 16px
    }
}

.material-item-name {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    transition: .3s
}

@media(max-width: 992px) {
    .material-item-name {
        font-size: 18px
    }
}

.material-item-name:hover {
    color: #189b80
}

.material-item-text {
    font-family: "Open Sans", sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
    min-height: 78px;
}

@media(max-width: 992px) {
    .material-item-text {
        margin-bottom: 15px
    }
}

.material-item-link {
    color: #189b80;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700
}

.material-item-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s
}

.material-item-img-container {
    position: relative;
    overflow: hidden;
    height: 175px;
    width: 100%;
    display: block
}

.material-item-img:hover {
    transform: translate(-50%, -50%) scale(1.05)
}

.material-page-sect {
    padding: 40px 0 300px
}

@media(max-width: 576px) {
    .material-page-sect {
        padding: 40px 0 180px
    }
}

.material-page-sect h2 {
    color: #000
}

.material-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px
}

@media(max-width: 992px) {
    .material-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 576px) {
    .material-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px
    }
}

.material-grid .material-item {
    background-color: #fff
}

.apply-sect {
    padding: 80px 0
}

.footer {
    background-color: #3a3a3a;
    padding: 70px 0 90px
}

@media(max-width: 992px) {
    .footer {
        padding: 60px 0
    }
}

.footer * {
    font-family: "Open Sans", sans-serif
}

.footer-logo {
    max-width: 124px
}

.footer-top {
    display: flex;
    justify-content: space-between
}

@media(max-width: 992px) {
    .footer-top {
        flex-direction: column
    }
}

.footer-top .h5 {
    font-family: "Open Sans", sans-serif;
    color: #c5c5c9;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 9px
}

.footer-top-col+.footer-top-col {
    margin-left: 70px
}

@media(max-width: 992px) {
    .footer-top-col+.footer-top-col {
        margin-left: 0
    }
}

.footer-top-col-contact p {
    color: #b3b3b6;
    font-size: 12px;
    margin-bottom: 9px
}

.footer-top-col-contact a {
    color: #b3b3b6;
    text-decoration: none;
    font-weight: 700
}

.footer-top-col-email a {
    color: #189b80;
    font-weight: 400
}

.footer-top-col-share {
    display: flex
}

.footer-top-col-share a {
    margin-right: 18px;
    background-color: #189b80;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    transition: .3s
}

.footer-top-col-share a:hover {
    opacity: .9
}

.footer-top-col-share img {
    max-width: 26px
}

.footer-top-sitemap {
    column-count: 2;
    column-gap: 40px;
    margin-top: 28px
}

@media(max-width: 576px) {
    .footer-top-sitemap {
        column-count: 1
    }
}

.footer-top-sitemap a {
    color: #dfdfe3;
    display: block;
    margin-bottom: 18px;
    white-space: nowrap;
    transition: .3s
}

@media(max-width: 576px) {
    .footer-top-sitemap a {
        margin-bottom: 15px
    }
}

.footer-top-sitemap a:hover {
    color: #189b80
}

.footer-bottom {
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

@media(max-width: 576px) {
    .footer-bottom {
        flex-direction: column;
        margin-top: 30px
    }
}

.footer-bottom-line {
    display: flex
}

@media(max-width: 992px) {
    .footer-bottom-line {
        flex-wrap: wrap
    }
}

@media(max-width: 576px) {
    .footer-bottom-line {
        margin-top: 20px
    }
}

.footer-bottom-line a {
    color: #dfdfe3;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-left: 15px;
    text-decoration: none;
    transition: .3s
}

@media(max-width: 992px) {
    .footer-bottom-line a {
        font-size: 13px
    }
}

@media(max-width: 576px) {
    .footer-bottom-line a {
        margin: 0 15px 0 0
    }
}

.footer-bottom-line a:hover {
    color: #189b80
}

.footer-copyright {
    color: #b3b3b6;
    font-family: "Open Sans", sans-serif;
    font-size: 12px
}

/*Slider in news and material*/
.gallery_block {
    width:700px!important;
    text-align: center;
    padding: 20px 0 10px;
    margin: 0 auto;
}
.gallery-slider {
    margin-top: 15px;
}

.photo_name,
.gallery_photo_descr {
    color: #999999;
    margin: 5px 25px 0;
    text-align: center;
}

.ChangePagesFoto p,
.slider_pager {
    margin: 5px 0;
}

.ChangePagesFoto a {
    padding: 2px 4px 3px;
}

.ChangePagesLinkActive {
    color: #fff;
    background-color: #850303;
}

.gallery_block ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.slider_pager {
    text-align: center;
}

.slider_pager a {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    text-align: center;
}

.gallery-slider-big {
    display: none;
}

.gallery-slider {
    margin-top: 15px;
    display: none;
}

.gallery_block .slick-prev,
.gallery_block .slick-next {
    width: 30px;
    height: 100%;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    z-index: 1;
    text-shadow: 0 0 2px black;
}

.gallery-slider-big  .slick-prev,
.gallery-slider-big  .slick-next {
    width: 50px;
}

.gallery_block .slick-prev {
    left: 5px;
}
.gallery_block .slick-next {
    right: 5px;
}

.gallery_block .slick-prev::before,
.gallery_block .slick-next::before {
    color: #eee;
    font-size: 30px;
}

.gallery-slider-big .slick-prev::before,
.gallery-slider-big .slick-next::before {
    font-size: 50px;
}

.gallery_block .gallery-slider-big img {
    max-height: 500px;
    display: inline-block;
}

.gallery-slider-big .gallery-title {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}

.gallery-slider-big .gallery-item {
    padding: 0 50px;
}

.gallery-slider .gallery-item {
    padding: 0 5px;
    cursor: pointer;
}

.gallery-slider img {
    max-height: 100px;
}

.slider_pager a.active {
    color: #fff;
    text-decoration: none;
    background-color: #0164a7;
}

.slider_pager a:hover,
.slider_pager a.active:hover {
    font-size: 12px !important;
}

.gallery_block_inner ul {
    list-style-type: none;
}
/*//Slider in news and material*/

/*Quotation block in material*/
.noteForComments {
    background-color: #eee;
    margin: 10px 0;
    padding: 15px 20px 10px;
    border: 1px solid #000;
    overflow: hidden;
}

.view-title {
    font-weight: 700;
    margin-bottom: 7px;
}

.noteForComments .view-image {
    float: left;
    margin: 4px 10px 0 0;
}

.view-link {
    text-align: right;
    margin-top: 20px;
}
/*//Quotation block in material*/
.admin-edit-link a {
    color: #fff;
    text-decoration: underline;
}
.admin-edit-link a:hover {
    text-decoration: none;
}

.btn-disabled {
    opacity: 0.5;
    cursor: no-drop;
}
.sign-footer {
    float: right;
}


.noteForComments_with_token {}
.noteForComments .view-image {
    float: left;
    margin: 4px 10px 0 0;
}
.noteForComments_with_token {
    position: relative;
}
.noteForComments_with_token .view-link {
    margin-bottom: 30px;
}
.noteForComments_with_token .token-mark-block {
    position: absolute;
    right: 20px;
    bottom: 15px;
}
@media (min-width: 440px) {

    .noteForComments_with_token .token-mark-block .token-info-data {bottom: 0;top: unset;max-width: 400px;}
}
@media (max-width: 439px) {
    .noteForComments {
        overflow: unset;
    }
    .noteForComments:after {
        content: '';
        display: table;
        clear: both;
    }
}

.noteForComments .view-image figure {
    margin: 0;
}

.noteForComments .view-title p {
    margin: 0;
}




