@font-face {
    font-family: "SimplerPro";
    src: url("../fonts/SimplerPro_V3-Regular.otf");
    src: url("../fonts/simplerpro_v3-regular-webfont.woff");
    src: url("../fonts/simplerpro_v3-regular-webfont.woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "SimplerPro";
    src: url("../fonts/SimplerPro_V3-Black.otf");
    src: url("../fonts/simplerpro_v3-black-webfont.woff");
    src: url("../fonts/simplerpro_v3-black-webfont.woff2");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "SimplerPro";
    src: url("../fonts/SimplerPro_V3-Bold.otf");
    src: url("../fonts/simplerpro_v3-bold-webfont.woff");
    src: url("../fonts/simplerpro_v3-bold-webfont.woff2");
    font-weight: 700;
    font-style: normal;
}

.donation-link a {
    color: #FF4265 !important;
    font-weight: bold;
}

.gm-style {
    font: 400 16px/1 "SimplerPro", Arial, sans-serif !important;

}

.gmpInfoWindowtitle {
    color: #ff4265 !important;
    padding: 5px 0 0 !important;
    margin: 0 !important;
    left: 0 !important;
}

.gm-style .gm-style-iw-d p {
    margin: 0 !important;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    object-fit: cover;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: flex !important;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

body {
    direction: rtl;
    padding: 0;
    margin: 0;
    font: 400 16px/1 "SimplerPro", Arial, sans-serif;
}

a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, strong a, b a {
    font-weight: inherit;
    font-size: inherit;
}

img {
    max-width: 100%;
    vertical-align: top;
    border: 0;
}

.wrapper {
    position: relative;
}

.wrapper-btn {
    text-align: center;
}

.slick-slider {
    direction: rtl;
}

.container {
    max-width: 1260px;
    padding: 0 15px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slide-slider img {
    width: 100%;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    left: 0;
    bottom: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100px;
    cursor: pointer;
}

.slick-dots li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    text-indent: -999999px;
    background: #aaaaaa;
    margin: 0 4px;
}

.slick-dots .slick-active {
    background: #000;
}

.slick-arrow {
    position: absolute;
    top: 46%;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
    padding-top: 107px;
    z-index: 10;
}

.btn {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    min-width: 189px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 15px;
    font-weight: 700;
    cursor: pointer;

}

.btn-light {
    color: #f2f2f2;
    border: 2px solid #f2f2f2;
}

.btn-light:hover {
    background: #fff;
    color: #ff4265;
}

.btn-color {
    color: #ff4265;
    border: 2px solid #ff4265;
}

.btn-color:hover {
    background: #ff4265;
    color: #fff;
}

.flex-section {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.flex-section h2 {
    display: inline-block;
    background: #000;
    color: #fff;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 24px;
    font-weight: 400;
    padding: 1px 10px 3px;
}

.flex-section .text-info {
    font-size: 18px;
    -ms-flex-preferred-size: 583px;
    flex-basis: 583px;
}

.flex-section .text-info p {
    margin: 0 0 28px;
}

.data-info li {
    position: relative;
    margin-bottom: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.data-info a {
    -ms-flex-preferred-size: 122px;
    flex-basis: 122px;
}

.data-info .time:after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 2px;
    background: #000;
    margin: 0 5px;
    position: absolute;
    top: 11px;
}

.data-info .text-block {
    padding: 10px;
    border: 1px solid #000;
    -ms-flex-preferred-size: 454px;
    flex-basis: 454px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.data-info span {
    margin: 0 2px;
}

.data-info .name-show:after {
    display: none;
}

.data-info .name-show {
    margin-right: 12px;
}

.data-info .cards {
    display: flex;
    padding: 11px 20px;
    background: #000;
    color: #fff;
    -ms-flex-preferred-size: 121px;
    flex-basis: 121px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    align-items: center;

}

.data-info .cards:hover {
    background: #ff4265;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.data-info a {
    position: relative;

}

.data-info a:after {
    content: ">";
    height: 15px;
    font-size: 20px;
    position: absolute;
    left: 11px;
}

.cards {
    position: relative;
    left: 0;
}

.underline li {
    border-bottom: 1px solid #b1b1b1;
    margin-bottom: 12px;
}

h1 {
    margin: 0 0 36px;
    font-weight: 900;
    font-size: 30px;
}

h2 {
    font-size: 30px;
    font-weight: 900;
    margin: 0;
}

.wrapp-heading {
    -ms-flex-preferred-size: 330px;
    flex-basis: 327px;
}

header {
    padding: 31px 0 0;
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 44px 0 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 24px;
    max-width: 1366px;
}

.header-container a {
    color: #959595;
    font-size: 16px;
}

.lang a {
    margin-left: 1px;
}

.lang .current_lang {
    font-weight: bold;
}

.lang a:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #959595;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.lang a:last-of-type:after {
    display: none;
}

.info-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 330px;
    flex-basis: 330px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-header {

    background: #f2f2f2;
}

.menu-mobile {
    display: none;
}

.menu-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-pack: distribute;
    /*justify-content: space-around;*/
    margin: 0 auto;
    padding: 0;
    max-width: 1360px;
    box-sizing: border-box;

}

.menu-header ul li {
    text-align: center;
    width: 17%;
}

/*.menu-header ul li.current-menu-item:hover .sub-menu{*/
/*display: none!important;*/
/*}*/
.menu-header a {
    font-size: 18px;
    color: #000;
    padding: 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
}

.menu-header .bold a {
    font-weight: 900;
}

.fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    top: 0;
}

.home {
    position: relative;
}

.top-section {
    position: relative;
}

.top-section > h2 {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
    color: #fff;
    text-align: center;
    width: 40%;
}

.top-section > h2.catalog-heading {
    left: auto;
    right: 5%;
    transform: translate(0, -50%);
    width: 40%;
}

.top-section > h2 a {
    font-size: inherit;
    color: #fff;
    font-weight: inherit;
}

.top-section > h2 a:hover {
    color: #ff4265;
}

.slider-choreographers .slick-arrow {
    width: 27px;
    height: 27px;

}

.slider-choreographers .slick-prev {
    background: url("../images/icons_arrow5.svg") no-repeat;
    left: 71px;
    background-size: contain;
}

.slider-choreographers .slick-prev:hover {
    background: url("../images/icons_arrow3.svg") no-repeat;
    background-size: contain;
}

.slider-choreographers .wrapper-image {
    height: calc(100vh - 145px);
    background-size: cover;
    background-position: 50%;
}

.slider-choreographers img {
    height: 100%;
}

.slider-choreographers .slick-next {
    background: url("../images/icons_arrow6.svg") no-repeat;
    right: 71px;
    background-size: contain;
}

.slider-choreographers .slick-next:hover {
    background: url("../images/icons_arrow4.svg") no-repeat;
    background-size: contain;
}

.slider-choreographers .slide-choreographers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    direction: rtl;
}

.catalog h2 {
    left: 43%;
}

.catalog span {
    left: 38%;
}

.choreographers h2 {
    right: 18%;
}


.top-section-block {
    width: 50%;
    position: relative;
}

.top-section-block a {
    display: block;
    color: #fff;
}

.top-section-block img {
    width: 100%;
}

.top-section-block:hover .wrapper-image:after {
    display: none;
}

.top-section-block .wrapper-image {
    position: relative;
}

.top-section-block .wrapper-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.top-section-block h2 {
    top: 43%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    position: absolute;
    text-align: center;
    line-height: 1;
}

.top-section-block span {
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    bottom: 45px;
    width: 100%;
    right: 0;
    text-align: center;
}

.about-choreographer-section {
    background: #ff4265;
    color: #fff;
    font-size: 24px;
    padding: 224px 0 148px;
    text-align: center;
}

.about-choreographer-section .wrapper-text {
    line-height: 1.3;
    max-width: 587px;
    margin: 0 auto 139px;
    text-align: center;
}

.about-choreographer-section p {
    padding: 0;
    margin: 0;
}

.about-choreographer-section p:first-child {
    margin-bottom: 33px;
}

.calendar-section {
    text-align: center;
    background: #f2f2f2;
    padding: 158px 0 106px;
}

.calendar-section h2 {
    margin-bottom: 2px;
}

.calendar-section .month {
    font-size: 18px;
}

.calendar-section .left-arrow, .calendar-section .right-arrow {
    font-weight: bold;
    margin: 0 5px;
    cursor: pointer;
    font-size: 20px;
}

.calendar-section .wrapper-span {
    margin-bottom: 40px;
}

.calendar-section .calendar-wrapper {
    max-width: 288px;
    margin: 0 auto 45px;
}

.calendar-section .week-day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 10px;
}

.none {
    opacity: 0;
}

.calendar-section li {
    margin: 0 2px 0;
    font-size: 18px;
    position: relative;
    width: 37px;
    height: 37px;
}

.calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.calendar li {
    margin-bottom: 11px;
}

.calendar .number {
    background: #fff;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    display: block;
    line-height: 2;
    margin-bottom: 10px;
}

.calendar .day-event .number {
    background: #ff4265;
}

.calendar .day-event {
    cursor: pointer;
    position: relative;
}

.calendar .day-event:hover .event,
.calendar .day-event:focus-within .event {
    display: block;
    border-top: 1px solid #000;
}

.calendar .event {
    width: 325px;
    position: absolute;
    background: #fff;
    z-index: 9;
    text-align: right;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    right: -93px;
    top: 70px;
}

.calendar .event:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 20px 29px 20px;
    border-color: transparent transparent #000 transparent;
    top: -29px;
    right: 91px;
}

.calendar .event:before {
    content: "";
    position: absolute;
    top: -43px;
    width: 30px;
    height: 42px;
    right: 91px;
    background: none;
}

.calendar .info-event {
    padding: 9px 14px 10px;
    border: solid #000;
    border-width: 0 1px 1px;
    position: relative;
}

.calendar .info-event:after {
    content: "<";
    display: inline-block;
    font-weight: bold;
    left: 18px;
    top: 32%;
    position: absolute;
}

.calendar .spectacle {
    font-weight: 900;
}

.news-section {
    padding: 136px 0 92px;
    text-align: center;
}

.news-wrapper li.active a {
    color: #ff4265;
}

.news-section h2 {
    text-align: center;
    margin-bottom: 43px;
    display: block;
}

.wrapper-new-section {
    max-width: 584px;
    margin: 0 auto 63px;

    color: #000;
    text-align: right;
}

.wrapper-new-section a {
    font-size: 22px;
}

.wrapper-new-section p {
    margin: 0;
    max-height: 53px;
    overflow: hidden;
}

.wrapper-new-section .plus {
    background: url("../images/+-button.jpg") no-repeat;
}

.news-block {
    display: block;
    background: #f2f2f2;
    padding: 18px 27px 30px 20%;
    line-height: 1.2;
    margin-bottom: 10px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.news-block:hover .plus {
    background: url("../images/+-button-hover.jpg") no-repeat;
}

.news-block .data {
    font-size: 16px;
    display: block;
    color: #ff4265;
    margin-bottom: 2px;
}

.plus {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.new-section-popup, .popup-search, .popup-form {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 107px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
    color: red;
}

.popup-form form {
    position: absolute;
    bottom: 338px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background: #f2f2f2;
    padding: 9px 18px 6px 18px;
    width: 309px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    border: none;
}

.popup-form h2 {
    font-weight: 400;
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
}

.popup-form input, .popup-form input::-webkit-input-placeholder {
    font: 18px "SimplerPro", Arial, sans-serif;
    color: #000;
}

.popup-form input, .popup-form input:-ms-input-placeholder {
    font: 18px "SimplerPro", Arial, sans-serif;
    color: #000;
}

.popup-form input, .popup-form input::-ms-input-placeholder {
    font: 18px "SimplerPro", Arial, sans-serif;
    color: #000;
}

.popup-form input, .popup-form input::placeholder {
    font: 18px "SimplerPro", Arial, sans-serif;
    color: #000;
}

.popup-form .wpcf7-validation-errors {
    display: none !important;
}

.popup-form input {
    border: none;
    outline: none;
    border-radius: 0;
    width: 100%;
    padding: 9px 14px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-form form > div {
    margin-bottom: 14px;
}

.popup-form .tel {
    margin-bottom: 25px;
}

.popup-form input[type=submit] {
    background: #ff4265;
    width: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0;
    padding: 11px;
    -webkit-appearance: none;
}

.popup-form .close {
    background: #000;
    width: 37px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.popup-form .close:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg) translate(-50%);
    -ms-transform: rotate(45deg) translate(-50%);
    transform: rotate(45deg) translate(-50%);
    position: absolute;
    left: 50%;
    top: 32%;
}

.popup-form .close:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 15px;
    background: #fff;
    -webkit-transform: rotate(-45deg) translate(-50%);
    -ms-transform: rotate(-45deg) translate(-50%);
    transform: rotate(-45deg) translate(-50%);
    position: absolute;
    left: 50%;
    top: 28%;
}

.popup-search {
    padding-top: 329px;
}

.popup-search .search {
    max-width: 620px;
    background: url("../images/search-popup.svg") no-repeat 13px 19px;
    border: 2px solid #000;
    border-width: 0 0 2px;
    z-index: 200;
    margin: 0 auto;
}

.popup-search .search form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.popup-search input {
    border: none;
    background: none;
    outline: none;
    font-size: 30px;
    padding-right: 2px;
}

.popup-search input::-webkit-input-placeholder {
    color: #000;
    font-size: 30px;
}

.popup-search input:-ms-input-placeholder {
    color: #000;
    font-size: 30px;
}

.popup-search input::-ms-input-placeholder {
    color: #000;
    font-size: 30px;
}

.popup-search input::placeholder {
    color: #000;
    font-size: 30px;
}

footer {
    background: #000;
    margin-top: auto;
}

.wrapper-footer {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 27px 10px 55px 15px;
    font-size: 18px;
    line-height: 1.17;
    max-width: 1361px;
    margin: 0 auto;
    box-sizing: border-box;
    flex-wrap: wrap;
}

footer a {
    color: #fff;
}

footer .address {
    -ms-flex-preferred-size: 195px;
    flex-basis: 195px;
    margin-left: -56px;
    margin-right: -14px;
}

footer .contacts {
    -ms-flex-preferred-size: 288px;
    flex-basis: 288px;
}

footer .contacts a:hover {
    color: #ff4265;
}

footer .social {
    -ms-flex-preferred-size: 195px;
    flex-basis: 184px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .social a {
    display: block;
}

footer .social li:hover:nth-of-type(1) a {
    background: url("../images/social-icons-hover.png") no-repeat 100% 0;

}

footer .social li:hover:nth-of-type(2) a {
    background: url("../images/social-icons-hover.png") no-repeat 67% 0;

}

footer .social li:hover:nth-of-type(3) a {
    background: url("../images/social-icons-hover.png") no-repeat 32.5% 0;

}

footer .social li:hover:nth-of-type(4) a {
    background: url("../images/social-icons-hover.png") no-repeat;

}

footer .social a:hover img {
    opacity: 0;
}

footer .btn {
    margin: 0 0 0 -12px;
}

footer h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
}

footer .email {
    text-decoration: underline;
}

.choreography-name {
    padding: 50px 0;
}

.choreography-name .search input, .instances .search input {
    font-size: 18px;
    padding: 8px 11px;
}

.search {
    max-width: 581px;
    border: 1px solid #000;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
}

.search input {
    width: 100%;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 30px;
    border: none;
    color: #000;
    font-family: "SimplerPro", Arial, sans-serif;
}

.search input[type='submit'] {
    flex-basis: 50px;
    cursor: pointer;
}

.search input::placeholder {
    color: #000;
}

.search .icon-search {
    background: #000 url("../images/search.svg") no-repeat 50%;
    width: 46px;
    height: inherit;
    cursor: pointer;

}

.search .icon-search:hover {
    opacity: 0.7;
}

.image-info-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 50px 0 0;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 995px;
    justify-content: center;

}

.image-info-section li {
    width: 25%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.image-info-section a {
    display: flex;
    height: 100%;
    background: #f2f2f2;
    min-height: 100px;
    position: relative;
    align-items: end;
}

.image-info-section .hover-fon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.image-info-section .hover-fon img {
    min-height: 229px;
}

.image-info-section a:hover .name {
    color: #ff4265;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

.image-info-section a:hover .hover-fon:after {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.image-info-section .hover-fon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.image-info-section .name {
    position: absolute;
    color: #fff;
    z-index: 1;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    padding-bottom: 30px;
}

.flex-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*.main-about-choreography .data-info li:hover {*/
/*    background: #000;*/
/*}*/

/*.main-about-choreography .data-info li:hover a {*/
/*    color: #fff;*/
/*}*/

/*.main-about-choreography .data-info li:hover .cards {*/
/*    color: #ff4265;*/
/*}*/

/*.main-about-choreography .data-info li:hover a:after {*/
/*    color: #ff4265;*/
/*}*/

/*.main-about-choreography .data-info a:after {*/
/*    left: 16px;*/
/*}*/

/*.main-about-choreography .data-info .text-block {*/
/*    border: none;*/
/*}*/

.main-about-choreography .data-info .cards {
    /*background: none;*/
    /*border: none;*/
    /*color: #000;*/
    /*padding: 0 0 0 14px;*/
    padding: 11px 20px;
    -ms-flex-preferred-size: auto;
    /*flex-basis: auto;*/
    flex-basis: 121px;
}

.main-about-choreography .data-info a:after {
    margin-right: 3px;
}

.main-about-choreography .data-info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.main-about-choreography .data-info li a {
    border: 1px solid #000;
    padding: 11px 10px 11px 14px;
}

.section-about-choreography {
    padding-top: 46px;
}

.top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;

}

.top-wrapper h1 {
    margin: 0;
}

.slick-prev {
    background: url("../images/icons_arrow3.svg") no-repeat;
    left: 29px;
    background-size: contain;
}

.slick-prev:hover {
    background: url("../images/icons_arrow1.svg") no-repeat;
    background-size: contain;
}

.slick-next {
    background: url("../images/icons_arrow4.svg") no-repeat;
    background-size: contain;
    right: 29px;
}

.slick-next:hover {
    background: url("../images/icons_arrow2.svg") no-repeat;
    background-size: contain;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.slider-about-choreography .slide-slider {
    position: relative;
}

.slider-about-choreography .slide-slider picture {
    max-height: 484px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

.slider-about-choreography .slick-arrow {
    top: 41%;
}

.slider-about-choreography img {
    margin-bottom: 10px;
}

.slider-about-choreography .link {
    color: #aaaaaa;
    font-size: 16px;
}

.slider-about-choreography .link-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #aaaaaa;
    font-size: 16px;
}

.slider-about-choreography .number-slide {
    margin-left: 22px;
}

.instances-show .data-info li {
    margin-bottom: 6px;
}

.instances-show .data-info .text-block {
    padding: 11px;
    overflow: hidden;
}

.instances-show .data-info a:after {
    left: 20px;
}


.fancybox-close-small {
    left: 0;
    top: auto;
    bottom: -50px;
    height: 32px;
    width: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 3px;

}

.fancybox-inner {
    max-width: 1100px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*left: 50%;*/
    /*transform: translate(-50%);*/
}

.caption {
    position: absolute;
    font-size: 18px;
    bottom: -41px;
    right: 0;
    color: #fff;
    margin: 0;
    font-weight: 400;
}

.fancybox {
    width: 1000px;
}

.fancybox-caption {
    background: none;
}

.text-about-author {
    line-height: 1.3;
}

.section-info {
    padding: 76px 0 30px;
}

.our-works-section {
    padding: 98px 0 13px;
}

.our-works-section h2 {
    margin-left: 29px;
    -ms-flex-preferred-size: 90px;
    flex-basis: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.our-works-section .wrapp-heading {
    flex-basis: 168px;
}

.our-works-section .works {
    list-style: none;
    padding: 0;
    margin: 0;
    -ms-flex-preferred-size: 988px;
    flex-basis: 988px;
}

.our-works-section .works li {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.instances .image-info-section {
    padding-top: 0;
}

@media screen and (min-width: 769px) {
    .instances .image-info-section {
        display: block;
    }

    .instances .image-info-section:after {
        content: "";
        display: block;
        clear: both;
    }

    .instances .image-info-section li {
        float: right;
    }

    .instances .image-info-section li:first-child,
    .instances .image-info-section li:nth-child(2) {
        margin: 0 0 -100%;
        position: relative;
        transform: translate(0, -100%);
    }

    .instances .image-info-section li:nth-child(2) {
        margin: 0 25% -100% 0;
    }
}

.our-workshops {
    padding-bottom: 140px;
}

.more-info .arrow {
    color: #afafaf;
    margin-left: 10px;
}

.more-info .list-info {
    max-width: 800px;
    margin: 0;
    padding: 0;
}

.more-info .list-info a {
    font-weight: bold;
    padding-bottom: 7px;
    display: flex;
    line-height: 1.2;
}

.more-info .list-info a:hover {
    color: #ff4265;
}

.more-info .list-info a:hover .arrow {
    color: #ff4265;
}

.contacts-social {
    padding: 85px 0 100px;
}

.contacts-social li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts-social span {
    margin-left: 10px;
}

.contacts-social img {
    margin-left: 20px;
    width: 26px;
    margin-top: -2px;
    vertical-align: middle;
}

.contacts-social a {
    padding-bottom: 3px;
    font-weight: bold;
}

.contacts-social a:hover {
    color: #ff4265;
}

.return {
    display: block;
    text-align: center;
    margin-bottom: 72px;
}

.instances {
    padding: 50px 0;
}

.instances .wrapper-section {
    display: flex;
    justify-content: space-between;
    max-width: 995px;
    margin: 0 auto;
    padding: 0 15px;
}

.instances .calendar-section {
    padding: 0;
    background: none;
    min-height: 382px;
}

.instances .calendar .number {
    background: #f3f1f1;
}

.instances .calendar .day-event .number {
    background: #ff4265;
}

.instances .calendar-section h2 {
    float: right;
    font-size: 20px;
    padding-right: 14px;
    padding-left: 15px;
}

/*.loading:after{*/
/*content: '';*/
/*position: absolute;*/
/*top: 0;*/
/*bottom: 0;*/
/*left: 0;*/
/*right: 0;*/
/*background: rgba(255, 255, 255, 0.5);*/
/*}*/
.loading {
    opacity: 0.5;

}

.instances .calendar-section .wrapper-span {
    float: right;

}

.instances .calendar-section .calendar-wrapper {
    clear: both;
}

.instances .search-section {
    width: 70%;
}

.instances .search-section .container {
    padding: 0 5px;
}

.choose-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 29px;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 601px;
    padding: 17px 10px 0;
}

.instances .choose-event {
    padding-left: 0;
    padding-right: 1px;
}

.choose-event > li {
    position: relative;
    width: 33.33%;
    padding: 0 9px;
    cursor: pointer;
}

.choose-event > li span {
    background: #fff;
    font-size: 12px;
    background: url("../images/arrow-select.png") no-repeat 15px 16px;
}

.choose-event > li span.open-select {
    background: url("../images/arrow-select-open.png") no-repeat 15px 16px;
}

.choose-event .fon {
    background: #f3f1f1;
    height: 147px;
    padding: 13px 13px 13px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    width: 90%;
    z-index: 20;
}

.choose-event .sub-list {
    list-style: none;
    text-align: left;
    height: 124px;
    overflow-y: scroll;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.choose-event .sub-list li {
    position: relative;
    background: #fff;
    padding: 6px 10px 6px 14px;
    margin-bottom: 11px;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.choose-event span {
    border: 1px solid #000;
    display: block;
    padding: 12px 10px 12px 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="checkbox"] {
    position: absolute;
    left: 0;
    opacity: 0;
}

input[type="checkbox"] + label {
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    text-align: right;
}

/*input[type="checkbox"] + label:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 5px;*/
/*    width: 7px;*/
/*    height: 7px;*/
/*    border: 1px solid #000;*/
/*    border-radius: 100%;*/
/*    background-color: #ffffff;*/
/*}*/

input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    left: -50%;
    top: -50%;
    width: 9999px;
    height: 9999px;
    background: #ff4265;
    display: none;
    z-index: -1;
}

/*input[type="checkbox"]:not(:checked) + label:before {*/
/*    opacity: 1;*/
/*}*/

/*input[type="checkbox"]:checked + label:before {*/
/*    opacity: 0;*/
/*}*/

/*input[type="checkbox"]:not(:checked) + label:after {*/
/*    opacity: 0;*/
/*}*/

/*input[type="checkbox"]:checked + label:after {*/
/*    opacity: 1;*/
/*}*/


/*input[type="checkbox"]:not(:checked) + label {*/

/*}*/

input[type="checkbox"]:checked + label {
    background: #ff4265;
    color: #fff;
    z-index: 1;
}

input[type="checkbox"]:checked + label:after {
    display: block;
}

::-webkit-scrollbar-button {
    background-image: url("");
    background-repeat: no-repeat;
    width: 5px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: #b5b5b5;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #000;
}

::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 4px;
    height: 0px;
}

.sub-list::-webkit-scrollbar {
    width: 11px;
}

.instances-show .contacts-social {
    padding-top: 73px;
}

.section-about-show {
    padding-top: 26px;
}

.section-about-show h1 {
    margin-bottom: 0;
}

.section-about-show .text a,
.section-about-show .text {
    font-size: 30px;
    margin: 0;
}

.list {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.list li {
    margin-bottom: 6px;
}

.list .slash {
    margin: 0 5px;
}

.technical-specifications {
    padding-top: 17px;
}

.specifications {
    padding-top: 47px;
}

.specifications li {
    float: right;
}

.specifications .text-info {
    -ms-flex-preferred-size: 607px;
    flex-basis: 607px;
}

.section-more-choreography {
    padding: 32px 0 63px;
    background: #f2f2f2;
}

.section-more-choreography .container {
    max-width: 1015px;
}

.section-more-choreography h2 {
    font-size: 24px;
    margin-bottom: 18px;
}

.slider-more-choreography {
    max-width: 985px;
    margin: 0 auto;
}

.slider-more-choreography .slick-prev {
    left: -97px;
    top: 32%;
}

.slider-more-choreography .slick-next {
    right: -97px;
    top: 32%;
}

.slider-more-choreography a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slider-more-choreography a:hover .wrapper-img:after {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.slider-more-choreography .slide-more-choreography {
    padding: 0 10px;
}

.slider-more-choreography .wrapper-img {
    position: relative;
}

.slider-more-choreography .wrapper-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.slider-more-choreography .wrapper-info {
    background: #fff;
    padding: 11px;
}

.slider-more-choreography h4 {
    font-weight: 900;
    font-size: 18px;
    margin: 0;
}

.news-wrapper .wrapper-new-section {
    max-width: 584px;
    margin: 0 auto 56px;
    padding: 0 20px;
}

.news-wrapper a {
    display: block;
}

.news-link {
    text-align: center;
    color: #aaaaaa;
    font-size: 16px;
    display: block;
    margin-bottom: 50px;
}

.filter-section, .strip-section, .wrapper-menu .sub-menu {
    background: #000;
    padding: 8px;
    margin-bottom: 77px;
    z-index: 2;
}

.wrapper-menu .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    justify-content: center;
    display: none;
    z-index: 15;
}

/*.page-template-useful_media .wrapper-menu .current-menu-item .sub-menu{
    display: flex !important;
    z-index: 10;
}*/

.news-wrapper .filter-section {
    padding: 8px 8px 2px;
    z-index: 2;
}

.filter-section a, .strip-section a, .wrapper-menu .sub-menu a {
    color: #fff;
    font-size: 16px;
    padding: 5px;
}

.filter-section a:hover, .strip-section a:hover, .wrapper-menu .sub-menu a:hover {
    color: #ff4265;
}

.filter-section .list, .strip-section .list {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    justify-content: center;
}

.strip-section .list {
    justify-content: center;
}

.open-news-section .filter-section li {
    margin-bottom: 0;
}

.filter-section li, .strip-section li, .wrapper-menu .subb-menu li {
    width: 17%;
    text-align: center;
}

.filter-section .current-item a, .strip-section .current-item a, .wrapper-menu .subb-menu .current-item a {
    color: #ff4265;
}

.section-search-page {
    padding: 33px 0;
}

.section-search-page .heading-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 32px;
    margin-bottom: 44px;
    max-width: 908px;
}

.section-search-page h1 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 5px 0 0;
}

.section-search-page .list-search {
    margin: 0;
    padding: 0;
    max-width: 908px;
    list-style: none;
    margin-bottom: 31px;
}

.section-search-page .list-search li {
    border-top: 1px solid #000;
    padding: 22px 0 20px;
    display: flex;
}

.section-search-page .list-search a:hover h3 {
    color: #ff4265;
}

.section-search-page .list-search .wrapp-img {
    margin-left: 36px;
    flex-basis: 292px;
    height: 138px;
    overflow: hidden;

}

.section-search-page .list-search .wrapp-text {
    flex-basis: 507px;
}

.section-search-page .list-search .wrapp-img img {
    width: 100%;
}

.section-search-page .list-search h3 {
    margin: 0 0 3px;
    font-size: 22px;
    font-weight: 400;
}

.section-search-page .list-search span {
    color: #aaaaaa;
}

.section-search-page .show-more {
    max-width: 908px;
    text-align: left;
    margin-bottom: 50px;

}

.section-search-page .show-more a {
    color: #aaaaaa;

}

.section-search-page .show-more a:hover {
    color: #ff4265;
}

.open-news-section {
    background: #f2f2f2;
}

.open-news-section .container {
    max-width: 612px;
}

.open-news-section p {
    margin: 0 0 24px;

}

.open-news-section .wrapper-image {
    margin-bottom: 22px;
}

.open-news-section .wrapper-image + p {
    padding-left: 24%;
}

.open-news-section iframe {
    width: 100%;
}

.open-news-section .news-block {
    padding: 0 0 78px;
    font-size: 18px;
    position: relative;
    margin-bottom: 0;
    cursor: default;
}

.open-news-section .news-block p a {
    color: #ff4265;
    text-decoration: underline;
}

.open-news-section .news-block .bottom img {
    width: auto !important;
    height: auto !important;
}

.open-news-section .social {
    text-align: left;
    margin-bottom: 15px;
}

.open-news-section .social a {
    margin-right: 10px;
}

.open-news-section h2 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    padding-left: 17%;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

.open-news-section .back {
    position: absolute;
    left: 0;
    color: #ff4265;
}

.open-news-section .link {
    color: #ff4265;
    text-decoration: underline;
    margin-right: 5px;
}

.open-news-section .application-form {
    font-weight: bold;
    margin: 0;
}

.main-contact-us h2 {
    color: #ff4265;
    font-size: 24px;
    -ms-flex-preferred-size: 218px;
    flex-basis: 218px;
}

.main-contact-us .wrapper-contact-us {
    padding: 108px 0 88px;
}

.contact-us-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 25px;
    max-width: 898px;
}

.contact-us-section h3 {
    margin: 0;
    font-size: 18px;
}

.contact-us-section .address {
    -ms-flex-preferred-size: 189px;
    flex-basis: 189px;
}

.contact-us-section .contacts .email {
    text-decoration: underline;
}

#map {
    max-width: 615px;
    margin: 0 auto 89px;
}

#map .container {
    max-width: none;
    margin-left: 0;
}

.write_us {
    max-width: 909px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 44px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.write_us .wrapper-form {
    -ms-flex-preferred-size: 584px;
    flex-basis: 584px;
    padding-top: 7px;
}

.write_us input {
    padding: 8px 15px;

}

.write_us .wpcf7-not-valid {
    border: 1px solid red;
}

.write_us .name, .write_us .email, .write_us .message {
    margin-bottom: 18px;
}

.wpcf7-validation-errors {
    display: none !important;
}

div.wpcf7-mail-sent-ok {
    border: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.write_us input::-webkit-input-placeholder, .write_us textarea::-webkit-input-placeholder {
    color: #000;
}

.write_us input:-ms-input-placeholder, .write_us textarea:-ms-input-placeholder {
    color: #000;
}

.write_us input::-ms-input-placeholder, .write_us textarea::-ms-input-placeholder {
    color: #000;
}

.write_us input::placeholder, .write_us textarea::placeholder {
    color: #000;
}

.write_us textarea {
    padding: 7px 15px 0 0;
}

.write_us input, .write_us textarea {
    width: 100%;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 18px 'SimplerPro', Arial, sans-serif;
    color: #000;
    border-radius: 0;
}

.write_us input[type=submit] {
    max-width: 115px;
    margin: 0 auto;
    background: #000;
    color: #fff;
    display: block;
    padding: 10px;
    -webkit-appearance: none;
}

.join-page-section {
    padding-bottom: 78px;
}

.join-page-section .wrapper-join-us {
    padding-top: 68px;
}

.join-page-section .text-info {
    -ms-flex-preferred-size: 567px;
    flex-basis: 567px;
}

.join-page-section .text-info li {
    margin-bottom: 4px;
}

.join-page-section .text-info p {
    margin-bottom: 24px;
}

.join-page-section .text-info p:last-child {
    margin-bottom: 0;
}

.join-page-section #section-1 {
    padding-bottom: 57px;
    padding-top: 77px;
}

.join-page-section .strip-section {
    margin-bottom: 0;
}

.join-page-section #section-3 {
    padding-bottom: 35px;
}

.join-page-section #section-4 h2 {
    max-width: 200px;
}

#uuid_field {
    display: none;
}

.join-page-section h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 22px;
}

.join-page-section .list-document {
    padding: 10px 15px 13px 30px;
    background: #f2f2f2;
    margin: 31px -15px 30px -30px;
}

.join-page-section .list-document li {
    margin-bottom: 21px;
}

.join-page-section .list-join {
    background: none;
}

.join-page-section .list-join li {
    margin-bottom: 1px;
}

.join-page-section .how-join h3 {
    margin-top: 0;
    margin-bottom: 29px;
}

.join-page-section #section-2 {
    padding-bottom: 40px;
}

.info-page .wrapper-heading {
    -ms-flex-preferred-size: 327px;
    flex-basis: 327px;
}

.info-page h2 {
    color: #ff4265;
    font-size: 24px;
    background: none;
    font-weight: 900;
    padding: 0;
}

.info-page ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-page .flex-section {
    line-height: 1.2;
    padding-bottom: 42px;
}

.section-about-page #section-2 .flex-section {
    line-height: 1.23;
}

.section-about-page #section-2 .btn-color {
    margin-top: 6px;
    padding: 10px 16px;
}

.section-about-page #section-3 {
    padding-bottom: 11px;
    padding-top: 70px;
}

.section-about-page #section-3 h2 {
    line-height: 1;
}

.section-about-page #section-4 h2 {
    max-width: 200px;
}

.strip-section-fixed {
    position: fixed;
    width: 100%;
    top: 48px;
}

.strip-section .list {
    max-width: 681px;
}

.strip-section li {
    text-align: right;
    margin-bottom: 0;
}

.enrollment-section {
    padding-top: 92px;
    line-height: 1.23;
}

.how-join {
    padding-top: 69px;
}

.list-join li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-join li:before {
    content: "-";
    display: inline-block;
    margin-left: 3px;
}

.section-committee-decision {
    padding: 73px 0;
    line-height: 1.2;
}

.section-committee-decision p {
    margin: 0;
}

.section-committee-decision .wrapper-info-text {
    margin-bottom: 25px;
}

.section-committee-decision h3 {
    margin: 0;
}

.section-committee-decision span {
    font-weight: bold;
    display: block;
}

.section-about-page {
    line-height: 1.1;
}

.section-about-page .strip-section li {
    text-align: center;
    flex-grow: 1;
}

.section-about-page .strip-section {
    margin-bottom: 0;
}

.section-about-page #section-1 {

    padding-top: 77px;
}

.section-about-page #section-1 p {
    margin-bottom: 23px;
}

.section-about-page #section-2 {
    padding-top: 39px;
}

.association-block {
    padding-top: 79px;
}

.services .text-info li {
    margin-bottom: 3px;
}

.members-association .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 57px;
}

.members-association h3 {
    margin: 0;
    font-size: 18px;
}

.members-association .position {
    display: block;
    color: #aaaaaa;
    font-weight: bold;
}

.members-association .image-wrapper {
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
    margin-left: 20px;
}

.members-association .info {
    -ms-flex-preferred-size: 362px;
    flex-basis: 362px;
    font-size: 16px;
    line-height: 1.2;
}

.members-association .info p {
    margin: 23px 0 15px;
}

.members-association .link {
    color: #ff4265;
    font-weight: bold;
    font-size: 16px;
}

.friends-section {
    padding: 60px 0;
}

.friends-section .order {
    font-size: 24px;
    color: #ff4265;
    display: block;
    font-weight: 400;
}

.list-friends {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 140px;
    column-gap: 144px;
}

.list-friends li {
    margin-bottom: 1px;
}

.list-friends a:hover {
    color: #ff4265;
}

.all-slides {
    margin-left: 7px;
}

.hover-play {
    display: none;
}

.play:hover .default-play {
    display: none;
}

.play:hover .hover-play {
    display: block;
}

@media (min-width: 1000px)  and (-ms-high-contrast: none),  (min-width: 1000px) and (-ms-high-contrast: active) {
    .fancybox-inner {
        left: 50%;
        transform: translate(-50%);
    }

    .data-info a::after {
        display: none;
    }

    .data-info .cards::after {
        content: ">";
        height: 0;
        font-size: 20px;
        position: absolute;
        left: 11px;
        margin: 0 0 0 -14px;
    }
}

@media (max-width: 1250px ) {
    .wrapper-contact-us {
        max-width: 939px;
    }

    #map {
        margin-left: 0;
    }
}

@media (max-width: 1200px ) {

    .info-header {
        margin-right: 30px;
    }

    .section-more-choreography .container {
        max-width: 780px;
    }
}

@media (max-width: 1000px ) {
    .slider-choreographers .slick-prev {
        left: 10px;
    }

    .slider-choreographers .slick-next {
        right: 10px;
    }

    h2 {
        font-size: 25px;
    }

    .join-page-section .list-document {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-height: 800px ) {
    .popup-form form {
        bottom: auto;
    }

}

@media (max-width: 850px ) {
    .main-contact-us h2 {
        flex-basis: auto;
    }
}

@media (min-width: 768px ) {

    .mobile {
        display: none;
    }

    .menu-header li.bold:hover {
        background: #ff4265;
    }

    .menu-header li:hover {
        background: #000;
        color: #fff;
    }

    .menu-header .current-menu-item {
        background: #000;

    }

    .menu-header .bold.current-menu-item {
        background: #ff4265;
    }

    .menu-header .current-menu-item a {
        color: #fff;
    }

    .menu-header li:hover a {
        color: #fff;
    }

}

@media (max-width: 1100px ) {

    footer .btn {
        margin: 0;
    }

    .header-container .wrapper-image {
        max-width: 500px;
        margin-left: 10px;
    }

    .image-info-section .hover-fon img {
        min-height: inherit;
        width: 100%;
        height: 100%;
    }

    footer .address {
        margin-left: 0;
    }

    footer .col {
        margin: 0 0 20px 10px;
    }
}

@media (max-width: 960px ) {
    .instances-show .data-info a:after {
        left: 8px;
    }

    .slider-more-choreography .slick-prev {
        left: -50px;
    }

    .slider-more-choreography .slick-next {
        right: -50px;
    }
}

@media (max-width: 768px ) {
    .search {
        margin: 0 auto;
    }

    .choose-event {
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto 29px;
    }

    .wrapper-menu .sub-menu {
        position: static;
        background: none;
        margin-bottom: 0;
        padding: 0 10px 0 0;
        margin-top: 22px;
    }

    .menu-header .wrapper-menu .sub-menu li {
        margin-bottom: 0;
    }

    .wrapper-menu .sub-menu li:last-child {
        margin: 0;
    }

    .wrapper-menu .sub-menu a {
        color: #000;
    }

    .instances .search-section {
        width: 100%;
    }

    .instances .search-section .container {
        padding: 0;
    }

    .instances .wrapper-section {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }

    .data-info .cards {
        padding-left: 25px;
    }

    .section-about-show {
        padding-top: 0;
    }

    .section-more-choreography h2 {
        padding-right: 20px;
    }

    .section-more-choreography .container {
        padding: 0;
    }

    .main-about-choreography .data-info a:after {
        left: 13px;
    }

    .flex-section .text-info p {
        margin: 0 0 25px;
    }

    .members-association .info p {
        margin-bottom: 0;
    }

    .slick-dots {
        bottom: 2px;
    }

    .play {
        width: 30px;
    }

    .section-about-choreography {
        padding-top: 0;
    }

    .menu-header ul li {
        width: 19%;
    }

    #map {
        max-width: none;
    }

    footer .contacts {
        flex-basis: 100%;
    }

    .wrapper-btn {
        margin-right: auto;
    }

    .write_us input[type=submit] {
        padding: 12px;
    }

    .wrapper-contact {
        margin-bottom: 20px;
    }

    #map .container {
        padding: 0;
    }

    .section-search-page .show-more {
        text-align: center;
    }

    .section-search-page .list-search {
        margin-bottom: 24px;
    }

    .section-search-page .list-search li {
        padding: 13px 0 12px;
        line-height: 1.1;
    }

    .section-search-page {
        padding: 17px 0;
    }

    .section-search-page .list-search h3 {
        font-size: 18px;
    }

    .section-search-page .heading-wrapper {
        margin-bottom: 33px;
    }

    .section-search-page h1, .section-search-page .heading-wrapper {
        font-size: 16px;
        font-weight: bold;
    }

    .section-search-page .list-search span {
        font-size: 16px;
    }

    .search-mobile {
        display: flex;
        align-items: center;
    }

    .menu-header .search-mobile.line {
        padding: 0 0 10px;
    }

    .wrapper-input {
        display: none;
        margin-right: 10px;
    }

    .search-mobile input {
        border: none;
        font-size: 18px;
        background: inherit;

    }

    .search-mobile input::placeholder {
        color: #000;
    }

    .close {
        position: relative;
        left: -16px;
        cursor: pointer;
    }

    .mobile .social {
        width: 184px;
        padding-top: 20px;
    }

    .menu-header .nav-page.line {
        padding: 0 0 12px;

    }

    .mobile .text {
        font-size: 18px;
        color: #ff3162;
        display: block;
        font-weight: 700;
    }

    .mobile .text:hover {
        color: #ff3162;
    }

    .menu-header .line {
        border-bottom: 1px solid #aaaaaa;
        padding: 26px 0;
    }

    .menu-header {
        display: none;
        padding: 18px 45px 27px;
        max-width: 375px;
        box-sizing: border-box;
        position: absolute;
        z-index: 100;
        top: 0;
        width: 100%;
        font-size: 18px;
    }

    .menu-header .nav-page li {
        width: auto;
        margin-bottom: 22px;
    }

    .menu-header a {
        padding: 0;
    }

    .menu-header .nav-page a {
        font-size: 24px;
        text-align: right;

    }

    .menu-header ul {
        justify-content: space-between;
        padding: 0;
        margin: 0;
    }

    .menu-header .nav-page > ul {
        display: block;
    }

    .icons-mobile {
        display: flex;
        justify-content: space-between;
        margin-bottom: 31px;
    }

    .works.image-info-section li {
        width: 50%;
        margin-bottom: 25px;
    }

    .container {
        padding: 0 19px;
    }

    .wrapper-contact-us {
        display: flex;
        flex-wrap: wrap;
    }

    .main-contact-us .wrapper-contact-us {
        padding: 0 0 20px;
    }

    #map {
        width: 100%;
        margin: 0 0 30px;
        padding: 0;
        order: -1;

    }

    .contact-us-section {
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 1.35;
        max-width: 375px;
    }

    .contact-us-section a {
        font-size: 16px;
    }

    .contact-us-section h2 {
        display: none;
    }

    .contact-us-section h3 {
        font-size: 16px;
    }

    .contact-us-section .address {
        margin-bottom: 32px;
    }

    .main-contact-us h2 {
        font-size: 18px;
        margin-bottom: 19px;
    }

    .write_us {
        flex-wrap: wrap;
    }

    .write_us input, .write_us textarea {
        font-size: 14px;
        padding: 10px 12px 12px;
    }

    .write_us input[type='submit'] {
        font-size: 18px;
    }

    .write_us input {
        margin-bottom: 16px;
    }

    .write_us textarea {
        margin-bottom: 28px;
    }

    .image-info-section li {
        width: 32%;
    }

    header {
        padding: 17px 0;
    }

    .header-container {
        margin-bottom: 0;
        padding: 0 20px 0 23px;
    }

    .menu-mobile {
        display: block;
    }

    .info-header {
        display: none;
    }

    .wrapper-footer {
        padding: 33px 55px 55px 48px;
        justify-content: flex-start;
        font-size: 14px;
        line-height: 1.25;
    }

    footer .contacts {
        margin-bottom: 35px;
    }

    footer a {
        font-size: 14px;
    }

    footer .btn {
        font-size: 18px;
        padding-bottom: 10px;

    }

    footer h5 {
        font-size: 14px;
    }

    footer .social {
        margin-bottom: 19px;
        flex-basis: 181px;
    }

    h2 {
        font-size: 28px;
    }

    .top-section-block h2 {
        transform: translate(0);
    }

    .catalog h2 {
        left: 33%;
    }

    .about-choreographer-section {
        padding: 91px 0 65px;
    }

    .about-choreographer-section p:first-child {
        margin-bottom: 27px;
    }

    .calendar-section {
        padding: 64px 0 45px;
    }

    .calendar-section .calendar-wrapper {
        margin-bottom: 66px;
    }

    .news-section {
        padding: 48px 0 41px;
    }

    .news-block {
        padding-bottom: 21px;
    }

    .wrapper-new-section {
        margin-bottom: 42px;
    }

    .instances .search input {
        padding: 11px 23px 12px;
    }

    .choreography-name .search input {
        padding: 9px 23px 7px;
    }

    .choreography-name .container {
        padding: 0 15px;
    }

    .choreography-name .search-section {
        margin-bottom: 40px;
    }
}

@media (max-width: 620px ) {

    .choose-event {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 600px ) {
    .join-page-section .list-document {
        margin: 20px -19px 27px;
        padding-bottom: 12px;
    }

    .section-about-page .flex-section .text-info {
        font-size: 16px;
    }

    .info-page .flex-section h2 {
        padding-right: 0;
    }

    .open-news-section .filter-section {
        display: none;
    }

    .section-info.technical-specifications {
        padding-top: 32px;
        padding-bottom: 22px;
    }

    .top-wrapper {
        margin-bottom: 0;
    }

    .section-more-choreography h2 {
        font-size: 18px;
    }

    .choose-event > li span.open-select {
        background-position: 27px 21px;
    }

    .choose-event > li span {
        background-position: 27px 18px;
    }

    .our-works-section h2 {
        margin-right: 5px;
        margin-bottom: 28px;
    }

    .play {
        margin-left: 20px;
    }

    .calendar .event:after {
        border-width: 0 12px 12px 12px;
        top: -13px;
    }

    .calendar .event {
        width: 280px;
        top: 52px;
    }

    .calendar li .event {
        right: 0;
        left: 0;
    }

    .calendar li:nth-child(7n) .event {
        right: -6px;
        left: auto;
    }

    .calendar li:nth-child(7n-1) .event {
        right: -42px;
        left: auto;
    }

    .calendar li:nth-child(7n) .event:after {
        left: auto;
        right: 12px;
    }

    .calendar li:nth-child(7n-1) .event:after {
        right: 47px;
    }

    .calendar li:nth-child(7n+1) .event:after {
        left: 22px;
        right: auto;
    }

    .calendar li:nth-child(7n+1) .event {
        left: -15px;
        right: 0;
    }

    .calendar li:nth-child(7n+2) .event:after {
        left: 47px;
        right: auto;
    }

    .calendar li:nth-child(7n+2) .event {
        left: -41px;
        right: 0;
    }

    .calendar li:nth-child(7n+3) .event:after {
        left: 86px;
        right: auto;
    }

    .calendar li:nth-child(7n+3) .event {
        left: -80px;
        right: 0;
    }

    .calendar li:nth-child(7n+4) .event:after {
        left: 123px;
        right: auto;
    }

    .calendar li:nth-child(7n+4) .event {
        left: -116px;
        right: 0;
    }

    .calendar li:nth-child(7n-2) .event:after {
        left: 169px;
        right: auto;
    }

    .calendar li:nth-child(7n-2) .event {
        left: -161px;
        right: 0;
    }

    .slider-more-choreography .wrapper-info {
        padding: 7px 2px;
    }

    .section-more-choreography {
        padding: 15px 0 47px;
    }

    .slider-more-choreography h4 {
        font-size: 14px;

    }

    .slider-more-choreography .wrapper-img {
        max-width: 160px;
    }

    .section-more-choreography .container {
        padding: 0;
    }

    .contacts-social img {
        width: auto;
    }

    .instances-show .contacts-social {
        padding-top: 29px;
        padding-bottom: 61px;
    }

    .instances-show .flex-section .text-info {
        font-size: 18px;
    }

    .instances-show .section-about-author {
        padding-bottom: 2px;
    }

    .instances-show .data-info a:after {
        display: none;
    }

    .instances-show .data-info span, .data-info .cards {
        font-size: 16px;
    }

    .instances-show .data-info .text-block {
        padding: 11px;
    }

    .instances-show .data-info li {
        margin-bottom: 6px;
    }

    .data-info .cards {
        padding: 12px 16px;
        text-align: center;
    }

    .section-about-show .text {
        margin-bottom: 10px;
    }

    .section-about-show h1 {
        margin-bottom: 3px;
    }

    .more-info .list-info a {
        font-weight: 400;
    }

    .all-slides, .number-slide {
        display: none;
    }

    .slider-about-choreography .link-info {
        margin-right: 20px;
    }

    .main-about-choreography {
        padding-bottom: 26px;
    }

    .return {
        display: none;
    }

    .section-info.more-info {
        padding-top: 54px;
    }

    .our-works-section {
        padding: 18px 0 6px;
    }

    .our-works-section.our-workshops {
        padding-top: 8px;
    }

    .text-about-author {
        line-height: 1.35;
    }

    .flex-section .text-info.text-about-author {
        font-size: 18px;
    }

    .more-info .list-info a {
        font-size: 16px;
    }

    .flex-section h2 {
        padding: 3px 10px 4px;
    }

    .data-info li {
        margin-bottom: 12px;
    }

    .section-info {
        padding: 30px 0 27px;
    }

    h2 {
        margin-bottom: 22px;
    }

    .our-works-section .flex-section {
        padding: 0 14px;
    }

    .main-about-choreography .data-info a:after {
        display: none;
        left: 7px;
    }

    .main-about-choreography .data-info .cards {
        /*display: none;*/
    }

    h1 {
        font-size: 24px;
    }

    .contacts-social ul {
        display: flex;
    }

    .underline li {
        border-bottom: none;
        margin-bottom: 6px;
        margin-left: 13px;
    }

    .contacts-social span {
        display: none;
    }

    .slider-about-choreography {
        margin-bottom: 25px;
    }

    .section-about-choreography .container, .section-about-show .container {
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .section-about-choreography h1, .section-about-show h1, .section-about-show .text {
        order: 1;
        padding-right: 19px;
    }

    .section-about-show .text {
        font-size: 24px;
    }

    .news-wrapper .wrapper-new-section {
        margin-bottom: 35px;
    }

    .news-wrapper .news-block {
        padding: 16px 24px 22px 20%;
        line-height: 1.2;
    }

    .news-block .data {
        font-size: 16px;
    }

    .list-friends a {
        font-size: 16px;
    }

    .friends-section .order {
        font-size: 18px;

    }

    .section-about-page #section-3 {
        padding-bottom: 71px;
        padding-top: 80px;
    }

    .members-association .link {
        font-size: 14px;
    }

    .members-association .image-wrapper {
        flex-basis: 216px;
        margin-left: 16px;
    }

    .members-association .info p {
        margin: 12px 0 0;
    }

    .wrapper-section.members-association .info p {
        margin-top: 16px;
    }

    .members-association .item {
        margin-bottom: 33px;
    }

    .members-association .info {
        line-height: 1.25;
    }

    .info-page .wrapper-section h2 {
        margin-bottom: 16px;
    }

    .members-association .info {
        font-size: 14px;
    }

    .members-association h3 {
        font-size: 16px;
    }

    .section-about-page #section-2 {
        padding-bottom: 30px;
    }

    .section-about-page #section-2 .text-info p {
        line-height: 1.4;
    }

    .section-about-page .btn {
        margin-top: 17px;
        transform: translate(50%);
        position: relative;
        right: 50%;
    }

    .section-about-page .wrapper-section h3 {
        line-height: 1;
    }

    .join-page-section {
        padding-bottom: 56px;
    }

    .open-news-section h2 {
        font-size: 18px;
        margin-bottom: 11px;
    }

    .flex-section {
        padding: 0 19px;
    }

    .join-page-section #section-3, .join-page-section #section-4 {
        padding-top: 20px;
    }

    .join-page-section .text-info p {
        margin-bottom: 22px;
    }

    .join-page-section h3 {
        font-size: 14px;
        margin: 0;
    }

    .join-page-section #section-2 h3, .join-page-section #section-4 h3 {

        margin-bottom: 19px;
    }

    .flex-section {
        display: block;
    }

    .info-page .flex-section {

        line-height: 1.4;
        padding-bottom: 0;
    }

    .flex-section .text-info {
        font-size: 14px;
    }

    .info-page {
        padding-top: 38px;
    }

    .info-page h2 {
        margin-bottom: 15px;
    }

    .section-about-page h2 {
        margin-bottom: 13px;
    }

    .strip-section {
        display: none;
    }

    .open-news-section .news-block {
        padding-top: 0;
    }

    .open-news-section p {
        padding-left: 0;
    }

    .open-news-section .back {
        display: none;
    }

    .open-news-section .wrapper-image img {
        width: 100%;
    }

    .open-news-section .wrapper-image {
        margin-bottom: 16px;
    }

    .flex-section h2 {
        font-size: 18px;
    }

    .info-page h2 {
        font-size: 18px;
    }

    .top-section-block h2 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .news-block {
        line-height: 1.35;
    }

    .open-news-section .news-block {
        font-size: 16px;
    }

    .news-block .data {
        margin-bottom: 2px;
    }

    .open-news-section .social {
        text-align: right;
        margin-bottom: 19px;
    }

    .open-news-section .social a:nth-of-type(1) {
        margin-right: 0;
    }

    .open-news-section .news-block {
        padding-bottom: 35px;
    }
}

@media (max-width: 550px ) {
    .news-wrapper .filter-section {
        padding: 0 8px 2px;
    }

    .section-search-page .show-more a {
        color: #aaaaaa;

    }

    .fancybox-slide {
        padding: 5px;
    }

    .choose-event {
        padding-left: 0;
        padding-right: 0;
    }

    .choose-event .sub-list {
        padding-top: 6px;
        padding-right: 10px;
        overflow-y: auto;
        height: auto;
    }

    .choose-event .fon {
        height: auto;
    }

    .choose-event .sub-list li {
        font-size: 18px;
        padding: 14px 33px 14px 16px;
        width: 97%;
    }

    .choose-event .fon {
        width: 100%;
    }

    .instances {
        padding: 0 0 50px;
    }

    .instances .container {
        padding: 0 15px;
    }

    .search-section .container {
        padding: 0;
    }

    .choose-event .fon {
        top: 43px;
    }

    .search .icon-search {
        padding-right: 3px;
    }

    .choose-event {
        flex-direction: column;
        padding-top: 0;
    }

    .choose-event span {
        border-width: 0 0 1px;
        padding-right: 55px;
        padding-bottom: 14px;
    }

    .choose-event > li {
        width: auto;
        padding: 0;
        margin-bottom: 4px;
    }

    .news-wrapper .wrapper-new-section {
        padding-top: 10px;
    }

    .filter-section li, .image-info-section li {
        width: 50%;

    }

    .filter-section li.axtive {
        color: #ff4265;
    }

    .filter-section li {
        padding: 0 8px 5px;
        box-sizing: border-box;
        margin-bottom: 11px;
    }

    .filter-section li a {
        color: #000;
        background: #f2f2f2;
        padding: 8px 0 10px;
        font-size: 18px;

    }

    .filter-section {
        margin-bottom: 0;
        padding-top: 0;
        background: none;
    }

    .filter-section ul {
        flex-wrap: wrap;
        list-style: none;
    }

    .search input {
        background: #f2f2f2;
        width: 100%;
        padding-right: 20px;
    }

    .search {
        border: none;
    }

    .search .icon-search {
        background: #f2f2f2 url("../images/search-popup.svg") no-repeat 0 57%;
        background-size: 22px 23px;
        order: -1;
        position: relative;
    }

    .search .icon-search:after {
        content: "";
        display: inline-block;
        width: 2px;
        height: 18px;
        background: #000;
        position: absolute;
        left: -14px;
        top: 33%;
    }

}

@media (max-width: 500px ) {
    .slider-choreographers .wrapper-image {
        height: auto;
    }

    .wrapper-new-section p {
        max-height: 62px;

    }

    .wrapper-btn {
        margin: 0 auto;
    }

    footer .social {
        margin: 0 auto 19px;
        padding: 0 20px;
    }

    .section-search-page .list-search .wrapp-img {
        display: none;
    }

    .choreography-name {
        padding: 3px 0 50px;
    }

    .image-info-section {
        padding-top: 5px;
    }

    .image-info-section li {
        padding: 7px;
        margin-bottom: 11px;
    }

    .wrapper-new-section a {
        font-size: 18px;
    }

    .slider-choreographers .slide-choreographers {
        flex-direction: column;
    }

    .top-section-block {
        width: 100%;
    }

    .top-section-block h2 {
        left: auto;
        right: 20px;
        top: auto;
        bottom: 54px;
        text-align: right;
    }

    .top-section-block span {
        left: auto;
        top: auto;
        bottom: 35px;
    }

    .top-section > h2 {
        left: 50%;
        transform: translate(-50%, -50%);
        top: 25%;
    }

    .top-section > h2.catalog-heading {
        top: auto;
        left: 50%;
        right: auto;
        bottom: 25%;
        transform: translate(-50%, 50%);
    }
}

@media (max-width: 375px ) {
    .join-page-section #section-4 .text-info {
        line-height: 1.45;
    }

    .join-page-section #section-4 .text-info p {
        margin: 0;
    }

    .join-page-section #section-3 {
        padding-bottom: 31px;
    }

    .join-page-section #section-2 {
        padding-bottom: 30px;
    }

    .join-page-section .list-document {
        padding-top: 22px;
    }

    .join-page-section #section-1 {
        padding-bottom: 37px;
    }

    .join-page-section #section-1 p {
        line-height: 1.45;
    }

    .section-about-page #section-2 .btn-color {
        margin-top: 18px;
    }

    .main-about-choreography .top-wrapper {
        margin-bottom: 31px;
    }

    .calendar-section h2 {
        margin-bottom: 4px;
    }

    .home .news-block {
        padding-top: 14px;
        line-height: 1.25;
        padding-bottom: 19px;
    }

    .info-page #section-4 .flex-section {
        line-height: 1.3;
        max-width: none;
    }

    .section-about-page #section-4 h2 {
        margin-bottom: 34px;
        line-height: 1.13;
    }

    .list-friends {
        column-count: 1;
    }

    .calendar-section h2, .news-section h2 {
        text-align: right;
    }

    .about-choreographer-section {
        font-size: 18px;
    }

    .about-choreographer-section .wrapper-text {
        text-align: right;
    }

    .news-section h2 {
        margin-bottom: 27px;
        max-width: 131px;
    }

    .calendar-section .month {
        text-align: right;
    }

    .about-choreographer-section .container {
        padding: 0 42px;
    }

    .top-section-block {
        max-height: 288px;
    }

    .about-choreographer-section .wrapper-text {
        margin-bottom: 220px;
    }

    .image-info-section a {
        flex-direction: column;
        align-items: center;
    }

    .image-info-section .name {
        position: static;
        color: #000;
        font-size: 14px;
	    transform: unset;
    }

    .image-info-section .hover-fon {
        height: auto;
        margin-bottom: 5px;
    }
}

@media (max-width: 330px ) {
    .calendar-section li {
        width: 35px;
        height: 35px;
    }
}

@media (min-width: 500px) {
    .slider-choreographers img {
        display: none;
    }
}

:root {
    --shadow: rgba(0, 0, 0, 0.05) 0px 6px 10px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
    --color: #166e67;
    --gap: 0.5rem;
    --radius: 5px;
}

.btn-clean {
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.btn-clean.disabled, .btn-clean:disabled {
    pointer-events: none;
    opacity: .65;
}

.dropdown {
    position: relative;
}

.dropdown.disabled {
    cursor: not-allowed;
}

.dropdown-menu {
    position: absolute;
    z-index: 1;
    box-shadow: var(--shadow);
    width: 100%;
    margin-top: 0;
    background: #F2F2F2;
    border: 1px solid;
    visibility: hidden;
    opacity: 0;
    transform: translateY(0.5rem);
    transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
    list-style: none;
    padding: 0;
    border-top: 0;
    overflow-y: scroll;
    max-height: 200px;
}

.dropdown-menu::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.dropdown-menu::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.dropdown-menu::-webkit-scrollbar-thumb {
    background: #000;
}

/* Handle on hover */
.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.dropdown-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: var(--gap);
    text-decoration: none;
    color: black;
    margin: 0 20px;
    padding: 14px 0;
    justify-content: space-between;
}

.dropdown-value {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.dropdown-menu > li:not(:last-of-type) > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li {

}

.dropdown-menu > li:hover,
.dropdown-menu > li:focus {
    background-color: #000;
}

.dropdown-menu > li:hover a,
.dropdown-menu > li:focus a {
    color: white;
}

.dropdown-toggle {
    width: 100%;
    min-height: 45px;
    border: 1px solid #000000;
    font-weight: 400;
    font-size: 18px;
    text-align: right;
    color: #000000;
    cursor: pointer;
    padding: 0 16px;
    padding-left: 45px;
    display: flex;
    align-items: center;
}

.disabled .dropdown-toggle {
    cursor: not-allowed;
    opacity: 0.6;
}

.dropdown-placeholder {
    white-space: nowrap;
    margin-left: 5px;
}

.dropdown-arrow {
    background-image: url('data:image/svg+xml,<svg width="17" height="10" viewBox="0 0 17 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.50004 9.06667C8.30241 9.06667 8.10459 8.99281 7.95372 8.84529L0.226457 1.28977C-0.0754857 0.994542 -0.0754857 0.516467 0.226457 0.221424C0.5284 -0.0736191 1.01734 -0.0738079 1.31909 0.221424L8.50004 7.24276L15.681 0.221424C15.9829 -0.0738079 16.4719 -0.0738079 16.7736 0.221424C17.0754 0.516656 17.0756 0.994731 16.7736 1.28977L9.04635 8.84529C8.89548 8.99281 8.69766 9.06667 8.50004 9.06667Z" fill="black"/></svg>');
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    transition: 0.3s transform;
}

.btn-submit {
    font-family: "SimplerPro";
    color: #FFFFFF;
    background: #000;
    padding: 8px 29px;
    font-weight: 600;
    font-size: 20px;
}

.show:not(.disabled) .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0rem);
}

.show:not(.disabled) .dropdown-toggle .dropdown-arrow {
    transform: rotate(180deg);
}

.performance-tickets {
    position: relative;
    display: flex;
    background: #F2F2F2;
}

.performance-tickets .slider-about-choreography {
    overflow: hidden;
}

.performance-tickets .slider-about-choreography,
.performance-tickets .tickets {
    width: 50%;
    flex: 1;
}

.performance-tickets .tickets {
    padding: 40px 30px;
    max-width: 448px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.performance-tickets .tickets .tickets__heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 12px;

}

.performance-tickets .tickets .tickets__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}

.performance-tickets .tickets .total-qty {
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 8px;
    color: #000000;
    opacity: 0.8;
}

.performance-tickets .slick-dots {
    bottom: 22px;
    right: 0;
    left: 0;
    margin: auto;
}

.performance-tickets .dropdown {
    margin-bottom: 18px;
}

.performance-tickets .slider-about-choreography .slide-slider picture {
    margin-bottom: 0;
}

.performance-tickets .slider-about-choreography img {
    aspect-ratio: 1/1;
}

.tickets {
    position: relative;
}

.tickets__form {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 50px;
}

.tickets__form .form__loading,
.tickets__form .field__loading {
    display: none;
}

.tickets__form .form__loading {
    position: absolute;
    right: 0;
    left: 0;
    justify-content: center;
    width: 100%;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    background: rgb(238 238 238 / 70%);
}

.field__loading .spinner-border {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 15px;
    top: 10px;
    background: #eee;
    border-width: 3px;
}

.tickets__actions {
    margin-top: auto;
    display: flex;
    align-items: center;
}

.tickets__actions .btn-submit {
    margin-right: auto;
}

.btn-submit.btn-outside {
    padding-top: 12px;
    padding-bottom: 12px;
}

.total-price {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #000000;
    margin: 0;
}

.tickets__form .place {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.tickets__form .dropdown-value .place {
    display: none;
}

.tickets__form .date {
    display: grid;
    gap: 8px;
}


@media screen and (max-width: 768px) {
    .performance-tickets {
        flex-flow: column;
    }

    .performance-tickets .slider-about-choreography,
    .performance-tickets .tickets {
        width: 100%;
    }

    .performance-tickets .tickets {
        max-width: calc(100% - 90px);
        background: #F2F2F2;
        padding: 40px 30px;
        margin: -160px auto 0;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
    background: #000000;
    color: #fff;
}

.error-message {
    color: red;
    margin: 0;
}

.woocommerce-additional-fields {
    display: none;
}

form.checkout.woocommerce-checkout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    grid-column: 1/ 3;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
}

.badge-payment {
    position: absolute;
    bottom: 0;
    z-index: 6;
    background: #000;
    width: 100%;
    padding: 4px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgb(255 255 255 / 50%);
}

.badge-payment.allow {
    background: #FF4265;
    color: #fff;
}

.woocommerce table.shop_table td {
    vertical-align: initial;
}

.payment-success {
    text-align: center;
    max-width: 888px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.payment-success h1 {
    font-size: 50px;
    margin-top: 35px;
}

.payment-success .icon {
    width: 108px;
    height: 108px;
    display: flex;
    margin: 100px auto 35px;
}


.payment-success hr {
    opacity: 0.2;
    border-color: #000;
}

.payment-success h2 {
    font-weight: 400;
    font-size: 38.5455px;

    /* identical to box height */
    color: #000000;
    margin-top: 35px;
    margin-bottom: 25px;
}

.payment-success-info {
    max-width: 448px;
    margin: auto;
    background: #F2F2F2;
    padding: 45px;
    padding-bottom: 30px;
    padding-top: 40px;
    width: 100%;
    box-sizing: border-box;
}

.payment-success-info hr {
    margin-bottom: 18px;
    margin-top: 18px;
    opacity: 0.2;
    border-color: #000;
}

.payment-success-info h3 {
    display: grid;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    margin-bottom: 0;
}

.payment-success-info h3 > span {
    font-weight: 500;
    font-size: 24px;
}


.payment-success-info ul {
    text-align: right;
    display: grid;
    grid-gap: 10px;
    font-size: 18px;
}

.payment-success-info ul li {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.payment-success p {
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 40px;
}

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em;
    display: none;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-top: 40px;
    padding: 1em 3.5em 1em 3.5em !important;
}

@media (max-width: 600px ) {
    form.checkout.woocommerce-checkout {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
        grid-column: 1/ 2;
    }

    .payment-success {
        margin-bottom: 20px;
    }

    .payment-success .icon {
        margin-top: 0px;
        width: 60px;
        height: 60px;

    }

    .payment-success h1 {
        font-size: 30px;
    }

    .payment-success h2 {
        font-size: 24px;
    }

    .payment-success h3 {
        font-size: 18px;
    }

    .payment-success h3 span {
        font-size: 18px;
        padding-top: 5px;
    }

    .payment-success-info ul {
        font-size: 14px;
    }

    .payment-success p {
        font-size: 16px;
    }

    .payment-success .btn-clean {
        font-size: 16px;
    }

    .performance-tickets .tickets .tickets__heading {
        margin-bottom: 0;
    }
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    width: 100%;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 18px 'SimplerPro', Arial, sans-serif;
    color: #000;
    border-radius: 0;
    padding: 10px 15px;
}


.woocommerce .select2-container--default .select2-selection--single {
    border: 1px solid #000;
    padding: 8px 3px;
    height: 46px;
    border-radius: 0;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    width: 40px;
}

.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #000;
}

.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #000;
    color: #fff;
}

.woocommerce-checkout .select2-results__option {
    padding: 10px 15px !important;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}


.woocommerce-checkout #billing_country_field {
    display: none;
}

.woocommerce-checkout ul.order_details {
    display: flex;
    justify-content: center;
    margin: 70px 0 30px;
    font-size: 20px;
}

.empty-stock-bg {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
    background: #000000;
    opacity: 0.8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.out-of-stock .tickets *:not(.empty-stock-bg) {
    pointer-events: none;
}

.dropdown-menu li.out-of-stock {
    cursor: not-allowed;
    opacity: 0.3;
    pointer-events: none;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu li.out-of-stock .badge {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.38);
    padding: 2px 3px;
    display: inline;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 75px;
    color: #fff;
}

@media (max-width: 600px ) {

    .dropdown-menu li.out-of-stock .price {
        display: grid;
        text-align: left;
    }

    .dropdown-menu li.out-of-stock .badge {
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.38);
        padding: 4px 3px;
        display: inline;
        color: #fff;
        position: relative;
        margin-top: 5px;
        left: 0;
        top: unset;
        transform: unset;

    }
}


ul.wc_payment_methods.payment_methods.methods {
    padding: 0 !important;
    border: 0 !important;
    /*display: none;*/
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    border-radius: 0;
    background: transparent;
}

#payment .form-row.place-order {
    padding: 0 !important;
    margin-top: 40px;
}

.woocommerce table.shop_table {
    border-color: #000;
    border-radius: 0;
    margin-top: 37px;
    border-spacing: 0px;
}

.woocommerce table.shop_table tr,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border-color: #000 !important;
}

.woocommerce-info {
    border-top-color: #000;
    font-size: 18px;
    color: #000;
}

.woocommerce-info::before {
    color: #ff3162;
}

.woocommerce-order__failed {
    text-align: center;
    margin-top: 200px;
    margin-bottom: 100px;
}

.woocommerce-order__failed h1 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 50px;
}

.woocommerce-order__failed h2 {
    font-weight: 400;
    font-size: 38px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 38px;
}


@media (max-width: 600px ) {

    .woocommerce-order__failed {
        text-align: center;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .woocommerce-order__failed svg {
        width: 60px;
        height: 90px;
    }

    .woocommerce-order__failed h1 {
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 38px;
    }

    .woocommerce-order__failed h2 {
        font-weight: 400;
        font-size: 26px;
        line-height: 1;
        color: #000000;
        margin-bottom: 38px;
    }
}

html[lang="en-US"] .dropdown-arrow {
    left: unset;
    right: 0;
}

html[lang="en-US"] .dropdown-toggle {
    padding-left: 16px;
    padding-right: 45px;
}

html[lang="en-US"] .tickets__actions .btn-submit {
    margin-left: auto;
    margin-right: 0;
}

#checkout_newsletter_field .optional {
    display: none;
}

#checkout_newsletter {
    position: relative;
    opacity: 1;
}
