html {
    scroll-behavior: smooth;
    scroll-margin: 200px;
}
body {
    margin: 0;
    font: 1em/1.5 Arial, Helvetica, sans-serif;
    background-color: #FFF;
}

.strip {
    background: #333;
    color: #fff;
    /* padding-bottom:0.2em; */

}


.strip p {
    text-align: left;
    font-size: 1.2em;
}

.cnt {
    max-width: 1400px;
    text-align: center;
}

.pad {
    padding-left: 5%;
    padding-right: 5%;
}

/* ----------------- MY -- -----------------------------------*/

.head {
    background: #FFF;
    color: #333;
    padding-left: 5%;
}


.container {
    width: 90%;
    margin: 2em auto;
    max-width: 1400px;
}

/*
p {
  text-align: left;
  margin: 0 0 1.5em 0; }

*/

h2 {
    margin-top: 0;
}


.main_img {

    width: 60%;
    overflow: hidden;
    height: 385px;
    text-align: right;
    display: inline-block;


}

.main_img img {
    position: relative;
    top: 0;

}


a:hover {
    color: #F60;
}

a.white {
    color: #FFF;
}

a.white:hover {
    color: #F60;
}

a.dark {
    color: #000;
}

a.dark:hover {
    color: #F60;
}

a.zoom img {

    transition: 1s;
}

a.zoom:hover img {

    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);

    transition: 3s;

}

.read_more {
    color: #F7F7F7;
    background-color: rgba(51, 51, 51, 0.8);
    padding: 7px 20px;
    cursor: pointer;
    display: inline-block;
    border-bottom: #CCC 2px solid;

    -webkit-box-shadow: inset -4px 0px 28px 3px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: inset -4px 0px 28px 3px rgba(0, 0, 0, 0.44);
    box-shadow: inset -4px 0px 28px 3px rgba(0, 0, 0, 0.44);
}

.read_more:hover {
    border-color: #F60;
}


.main_h {
    display: block;
    position: absolute;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;

    margin-left: 3%;
    height: 385px;
    overflow: hidden;
    width: 54%;
    text-align: right;

}

.main_h h1 {
    display: inline;
    background-color: #F5F5F5;
    color: #333;
    font-size: 2em;
    vertical-align: bottom;
}

.main_h h1 a {
    color: #333;
    text-decoration: underline;
}

.main_h h1 a:hover {
    color: #F60;
}

.main_h h1:hover {
    background-color: #FFF;
    transition: 0.3s;
}

.main_h span.m_date {
    display: inline-block;
    color: #F5F5F5;
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 3px 6px;
    background-color: rgba(102, 102, 102, 0.8)
}

.main_h span.descr {

    color: #CCC;

    display: block;
    margin-left: 28%;
    margin-top: 20px;
    padding: 5px;
    background-color: rgba(51, 51, 51, 0.8);
}


.phov {
    opacity: 0.8;
}

.phov:hover {
    opacity: 1;
    transition: 0.3s;
}


/*.middle { font-size:0.6em;}*/


h2 {
    font-size: 1.2em;
    line-height: 120%;
}


div.art_main {
    width: 38%;
    display: inline-block;
    vertical-align: top;
    /*background-color:#666666;*/
    height: 385px;

    margin-left: 2%;
    /*
    -webkit-box-shadow: inset 66px 0px 130px -5px rgba(0,0,0,0.44);
   -moz-box-shadow: inset 66px 0px 130px -5px rgba(0,0,0,0.44);
   box-shadow: inset 66px 0px 130px -5px rgba(0,0,0,0.44);
   */

    padding-left: 2%;
    z-index: 99;


}


div.art_main ul {
    margin: 0;
    padding: 0;
}

div.art_main ul li {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #EAEAEA;
    padding: 10px;
    color: #666;
    line-height: 130%;
}

div.art_main ul li img {
    float: left;
    margin-right: 10px;
}

div.art_main ul li img.banner {
    float: none !important;
}

div.art_main ul li span {
    display: table;
    min-height: 100px;
}

div.art_main ul li span a {
    font-size: 1.4em;
    display: inline-block;
    margin-bottom: 7px;
    line-height: 120%;
}


div.bp3-col-39-45prc {
    width: 39.45%;
    padding-left: 2.8%;
}


/* -- Begin grids
------------------------------------------------------------- */
/* -- Use this wrapper if you want to divide your columns -- */
.divide-bottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}

/* -- Use this wrapper if you want to block-out a column with padding 
Taken from http://csswizardry.com/2011/10/the-island-object/) -- */
.island {
    padding: 1.5em;
    background-color: #ececec;
}

.island :last-child {
    margin-bottom: 0;
}

/* -- Setup grids with base class -- */
.grid-wrap {
    margin-left: -3em;
    overflow: hidden;
    clear: both;
}

.grid-col {
    float: left;
    padding-left: 3em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.large-gutter {
    margin-left: -6em;
}

.large-gutter .grid-col {
    padding-left: 6em;
}

.half-gutter {
    margin-left: -1.5em;
}

.half-gutter .grid-col {
    padding-left: 1.5em;
}

.no-gutter {
    margin-left: 0;
}

.no-gutter .grid-col {
    padding-left: 0;
}

.reset-gutter {
    margin-left: -3em;
}

.reset-gutter .grid-col {
    padding-left: 3em;
}

ul.grid-wrap,
ol.grid-wrap {
    padding-left: 0;
    list-style: none;
}

li.grid-col {
    margin-left: 0;
    margin-bottom: 0;
}

.col-full,
.col-set-full .grid-col {
    width: 100%;
}

.col-one-half,
.col-set-one-half .grid-col {
    width: 50%;
}

.col-one-third,
.col-set-one-third .grid-col {
    width: 33.333%;
}

.col-one-quarter,
.col-set-one-quarter .grid-col {
    width: 25%;
}

.col-two-thirds {
    width: 66.666%;
}

.col-three-quarters {
    width: 75%;
}

.error-from {
    color: #F00 !important;
    border: #F00 1px solid !important;
}


/* -- Breakpoint (.bp1)
------------------------------------------------------------- */
@media only screen and (min-width: 30em) {
    .bp1-col-full,
    .bp1-col-set-full .grid-col {
        width: 100%;
    }

    .bp1-col-one-half,
    .bp1-col-set-one-half .grid-col {
        width: 50%;
    }

    .bp1-col-one-third,
    .bp1-col-set-one-third .grid-col {
        width: 33.333%;
    }

    .bp1-col-one-quarter,
    .bp1-col-set-one-quarter .grid-col {
        width: 25%;
    }

    .bp1-col-two-thirds {
        width: 66.666%;
    }

    .bp1-col-three-quarters {
        width: 75%;
    }
}

/* -- Breakpoint 2 (.bp2)
------------------------------------------------------------- */
@media only screen and (min-width: 48em) {
    .bp2-col-full,
    .bp2-col-set-full .grid-col {
        width: 100%;
    }

    .bp2-col-one-half,
    .bp2-col-set-one-half .grid-col {
        width: 50%;
    }

    .bp2-col-one-third,
    .bp2-col-set-one-third .grid-col {
        width: 33.333%;
    }

    .bp2-col-one-quarter,
    .bp2-col-set-one-quarter .grid-col {
        width: 25%;
    }

    .bp2-col-two-thirds {
        width: 66.666%;
    }

    .bp2-col-three-quarters {
        width: 75%;
    }
}

/* -- Breakpoint 3 (.bp3)
------------------------------------------------------------- */
@media only screen and (min-width: 60em) {
    .bp3-col-full,
    .bp3-col-set-full .grid-col {
        width: 100%;
    }

    .bp3-col-one-half,
    .bp3-col-set-one-half .grid-col {
        width: 50%;
    }

    .bp3-col-one-third,
    .bp3-col-set-one-third .grid-col {
        width: 33.333%;
    }

    .bp3-col-one-quarter,
    .bp3-col-set-one-quarter .grid-col {
        width: 25%;
    }

    .bp3-col-two-thirds {
        width: 66.666%;
    }

    .bp3-col-three-quarters {
        width: 75%;
    }

}
.form-field-title {
    display: inline-block;
}

@media only screen and (max-width: 1320px) {
    .subscr_news form .butt {
        display: block;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    div.subscr_news .inp {
        margin-right: 0.5em !important;
    }
}
@media only screen and (max-width: 660px) {
    .form-field-title {
        width: 100%;
    }
    .subscr_news form .butt {
        display: block;
        margin-top: 20px;
    }
    div.subscr_news form .inp {
        margin: 0;
    }
}
.b-art-main {
    width: 35%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.b-art-main ul {
    margin-bottom: 10px;
}
.b-art-main li {
    position: relative;
}
.b-art-main img {
    width: 100%;
    display: flex;
    height: 340px;
    object-fit: cover;
}
.b-art-main .art-main__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 40px;
    justify-content: end;
}
.b-art-main .art-main__group {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.2px;
    margin-bottom: 15px;
    text-decoration: none;
    background: #00000070;
    width: fit-content;
}
.b-art-main .art-main__group:hover {
    color: #f60;
}
.b-art-main .art-main__title {
    margin-bottom: 15px;
}
.b-art-main .art-main__title a,
.b-art-main .art-main__title a:link,
.b-art-main .art-main__title a:active,
.b-art-main .art-main__title a:focus,
.b-art-main .art-main__title a:visited,
.b-art-main .art-main__title a:hover {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    background: #00000070;
    width: fit-content;
}
.b-art-main .art-main__title a:hover {
    color: #f60;
}
.b-art-main .art-main__text a,
.b-art-main .art-main__text a:link,
.b-art-main .art-main__text a:active,
.b-art-main .art-main__text a:focus,
.b-art-main .art-main__text a:hover,
.b-art-main .art-main__text a:visited {
    display: inline;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    background: #00000070;
    width: fit-content;
    text-decoration: none;
}
.b-art-main .art-main__text a:hover {
    color: #f60;
}
@media screen and (max-width: 1000px) {
    .b-art-main .art-main__content {
        padding: 16px;
    }
    .b-art-main .art-main__group {
        font-size: 13px;
        margin-bottom: 9px;
    }
    .b-art-main .art-main__title {
        font-size: 18px;
    }
    .b-art-main .art-main__title a,
    .b-art-main .art-main__title a:link,
    .b-art-main .art-main__title a:active,
    .b-art-main .art-main__title a:focus,
    .b-art-main .art-main__title a:visited,
    .b-art-main .art-main__title a:hover {
        font-size: 18px;
    }
    .b-art-main .art-main__text {
        font-size: 10px;
    }
    .b-art-main img {
        height: 345px;
        max-height: unset;
        object-fit: cover;
    }
}
.b-articles-main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.b-articles-main .articles-main__item {
    width: calc(25% - 27px);
    height: 249px;
    overflow: hidden;
    box-sizing: border-box;
}
.b-articles-main .articles-main__item:nth-child(3n) {
    width: calc(50% - 27px);
}
.b-articles-main .articles-main__item:not(:nth-child(3n)) {
    margin-right: 40px;
}
.b-article-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.b-article-item .article-item__head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.b-article-item .article-item__head-name {
    margin-left: 20px;
    color: #000;
    font-weight: bold;
}
.b-article-item .article-item__content {
    display: flex;
    position: relative;
    border-left: #F60 7px solid;
    border-right: #F60 7px solid;
    height: 100%;
    overflow: hidden;
}
.b-article-item .article-item__content img {
    width: 100%;
    object-fit: cover;
}
.b-article-item .article-item__inner {
    position: absolute;
    bottom: 36px;
    left: 20px;
    right: 10px;
}
.b-article-item .article-item__name {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 120%;
    color: #000;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    padding: 10px;
    display: block;
    background-color: rgba(255,255,255,.8);
    position: relative;
    transition: color .2s ease-in-out;
}
.b-article-item .article-item__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}
.b-article-item .article-item__content:hover .article-item__name {
    color: #f60;
}
@media screen and (max-width: 904px) {
    .b-articles-main {
        flex-direction: column;
    }
    .b-articles-main .articles-main__item {
        width: 100%;
        height: 400px;
        margin-bottom: 20px;
    }
    .b-articles-main .articles-main__item:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .b-articles-main .articles-main__item:nth-child(3n) {
        width: 100%;
    }
}
@media screen and (max-width: 904px) {
    .b-articles-main .articles-main__item {
        height: auto;
    }
    .b-article-item .article-item__name {
        font-size: 90%;
    }
}
.b-organizers .organizers__item {
    padding: 10px;
    display: flex;
    min-height: 120px;
    margin-bottom: 10px;
}
.b-organizers .organizers__item:nth-child(odd) {
    background: #F5F5F5;
}
.b-organizers .organizers__imgbox {
    margin-right: 20px;
    display: flex;
    height: fit-content;
}
.b-organizers .organizers__imgbox img {
    width: 100%;
}
.b-organizers .organizers__content {
    flex: 1;
}
.b-organizers .organizers__title,
.b-organizers .organizers__title:link,
.b-organizers .organizers__title:active,
.b-organizers .organizers__title:visited,
.b-organizers .organizers__title:focus,
.b-organizers .organizers__title:hover {
    color: #444;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration-line: underline;
    margin-bottom: 8px;
    display: flex;
}
.b-organizers .organizers__count {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}
.b-organizers .organizers__count span {
    font-weight: 700;
}
/*----------------------------*/
.b-organizers-detail .organizers-detail__inner {
    display: flex;
    padding: 10px 10px 28px 10px;
    background: #F5F5F5;
}
.b-organizers-detail .organizers-detail__imgbox {
    display: flex;
    margin-right: 20px;
    height: fit-content;
}
.b-organizers-detail .organizers-detail__imgbox img {
    width: 100%;
}
.b-organizers-detail .organizers-detail__content {
    flex: 1;
}
.b-organizers-detail .organizers-detail__text {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}
.b-organizers-detail .organizers-detail__line {
    height: 1px;
    width: calc(100% + 10px);
    background: #D9D9D9;
    margin-bottom: 15px;
}
.b-organizers-detail .organizers-detail__prop {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 3px;
}
.b-organizers-detail .organizers-detail__event {
    display: flex;
    padding: 10px;
    background: #F5F5F5;
    margin-bottom: 10px;
}
.b-organizers-detail .organizers-detail__info {
    border-radius: 6.72px;
    border: 1px solid #D8D8D8;
    padding: 3px 26px;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    display: flex;
    width: fit-content;
    margin-bottom: 10px;
}
.b-organizers-detail .organizers-detail__event-name {
    color: #444;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration-line: underline;
    margin-bottom: 12px;
}
.b-organizers-detail .organizers-detail__event-type {
    display: flex;
    align-items: center;
}
.b-organizers-detail .organizers-detail__event-forum {
    color: #444;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.6;
}
.b-organizers-detail .organizers-detail__event-forum:not(:first-child) {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #C5C5C5;
}
@media screen and (max-width: 465px) {
    .b-organizers .organizers__item {
        flex-direction: column;
    }
    .b-organizers .organizers__imgbox {
        max-width: 100px;
        margin: 0 0 20px;
    }
    .b-organizers-detail .organizers-detail__inner {
        flex-direction: column;
    }
    .b-organizers-detail .organizers-detail__imgbox {
        max-width: 150px;
        margin: 0 0 20px;
    }
    .b-organizers-detail .organizers-detail__event .organizers-detail__imgbox {
        margin: 20px 0 0;
    }
    .b-organizers-detail .organizers-detail__event {
        flex-direction: column-reverse;
    }
}
.b-organizers-btn,
.b-organizers-btn:link,
.b-organizers-btn:active,
.b-organizers-btn:focus,
.b-organizers-btn:visited,
.b-organizers-btn:hover {
    background-color: #f90;
    border-radius: 7px;
    background-image: url(/img/button_bg.png);
    background-repeat: repeat-x;
    background-position: top;
    display: inline-block;
    padding: 0.6em 1.6em;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 3px 3px 3px #666;
    box-shadow: 3px 3px 3px #666;
    border: #beab23 1px solid;
    cursor: pointer;
}
.b-organizers-btn:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #f60;
    color: #fff;
    border-color: #c85e09;
}
.b-organizers-detail .organizers-detail__events-show {
    margin-bottom: 30px;
}
.b-organizers-detail .organizers-detail__all-btn,
.b-organizers-detail .organizers-detail__all-btn:link,
.b-organizers-detail .organizers-detail__all-btn:active,
.b-organizers-detail .organizers-detail__all-btn:focus,
.b-organizers-detail .organizers-detail__all-btn:visited,
.b-organizers-detail .organizers-detail__all-btn:hover {
    color: #087BD4;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px;
    cursor: pointer;
}
.b-organizers-detail .organizers-detail__all-btn:hover {
    text-decoration: underline;
}
.b-info-list-events {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.b-info-list-events .info-list-events__wrapper {
    display: flex;
}
.b-info-list-events .info-list-events__organizers {
    width: 100%;
    max-width: 150px;
    float: left;
    margin-right: 1em;

    color: #444;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}
.b-info-list-events .info-list-events__title {
    margin: 0;
    color: #444;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}
.b-info-list-events .info-list-events__event {
    color: #087BD4;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}
.b-info-list-discount {
    position: absolute;
    top: 24px;
    right: 20px;
    color: #F90;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration-line: underline;
}
#anchor-form {
    scroll-margin: 100px;
}
.b-filter-form {
    position: relative;
}
.b-filter-submit {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
@media screen and (max-width: 767px) {
    .b-info-list-discount {
        position: static;
        margin-top: 10px;
        display: flex;
        justify-content: end;
    }
    .b-info-list-events .info-list-events__organizers {
        margin-right: 0;
    }
    .b-info-list-events .info-list-events__event {
        margin-left: 1em;
    }
    .b-filter-form {
        padding-bottom: 40px;
        margin-bottom: 20px;
    }
    .b-filter-submit {
        position: absolute;
        bottom: 0;
        right: auto;
        left: 0;
    }
}
ol.list {
	padding-left: 30px;
}
ol.list li {
	padding-left: 5px !important;
}

.link-title a {
    color: #444;
    text-decoration: none;
}
.b-alert {
    border-radius: 10px;
    color: #ffffff;
    background-color: #6bc6ff;
    padding: 20px;
}
.b-alert a {
    color: #fff;
}
.flex-social {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;

}
.flex-social img {
    display: block;
    margin: 0 ;
}