.arrow-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 2em;
  margin-right: 2em;
  background: #ff5f65;
  border: none;
  width: 3em;
  height: 3em;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer; }
.arrow-top img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
.arrow-top.hide {
  opacity: 0;
  visibility: hidden; }


*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px; }

.text-second {
  color: #ff5f65; }

.wrapper {
  max-width: 1260px;
  margin: 0 auto; }

.mob-fix {
  color: #ffffff;
  text-decoration: none;
  display: block;
  white-space: nowrap; }

.hint-error {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  font-size: 0.8em;
  color: #ff5f65; }

.rt-text {
  color: #ff5f65; }

.show-result-form {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #083088;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 11; }
.show-result-form img {
  margin-bottom: 10px;
  max-width: 100px;
  max-height: 100px; }
.show-result-form .main-info__result {
  max-width: 500px;
  padding: 0 2em; }
.show-result-form .warm-info__result {
  color: orange;
  padding: 0 2em; }

.goto-reg {
  background: #083088;
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
  margin: 0 auto;
  padding: 0.8em 2em;
  font-size: 1.8em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }
.goto-reg img {
  width: 63px;
  height: 30px;
  margin-left: 10px; }
.goto-reg:hover {
  background: #0b41b8; }

.fest-feedback_partner .show-result-form {
  background: #ffffff;
  color: #083088; }

.swiper-button-prev,
.swiper-button-next {
  width: 24px;
  height: 14px;
  background: url("../images/arrow-red.png") center center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  z-index: 12;
  margin-top: 0; }

.swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.check__label {
  position: relative; }

.check__label .check__text:after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

.check__label input[type='checkbox']:focus + .check__text:after:after {
  outline: 1px solid red; }

.check__label input[type='checkbox']:checked + .check__text:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #ff5f65;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 10;
  margin-left: 12px; }

@media screen and (max-width: 1260px) {
  .wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

@media screen and (max-width: 1024px) {
  body {
    font-size: 14px; }
  .goto-reg {
    margin-bottom: 2em; } }

@media screen and (max-width: 600px) {
  body {
    font-size: 14px; }
  .goto-reg {
    font-size: 1.2em; } }

@media screen and (max-width: 425px) {
  body {
    font-size: 13px; } }

.fest-contact {
  background: url("../images/map.jpg") center center;
  -moz-background-size: cover;
  background-size: cover;
  color: white;
  position: relative;
  padding-top: 140px; }

.fest-contact__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.fest-contact__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.fest-contact__item {
  width: 25%; }

.fest-contact__date {
  font-size: 2.8em;
  margin: 0;
  line-height: 1;
  font-weight: bold; }

.fest-contact__time {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.fest-contact__place {
  font-weight: bold;
  font-size: 1.2em; }

.fest-contact__title-red {
  color: #ff5f65;
  margin: 0;
  font-size: 1.8em; }

.fest-contact__desc {
  font-size: 0.8em; }
.fest-contact__desc a {
  color: #ffffff; }

.fest-contact__desc-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
.fest-contact__desc-img img {
  max-width: 18px;
  height: 30px;
  margin-right: 20px; }

@media screen and (max-width: 770px) {
  .fest-contact {
    padding-top: 70px; }
  .fest-contact .triangle__wrap {
    height: 100px; }
  .fest-contact__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fest-contact__item {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .fest-contact__item:last-child {
    width: 100%; }
  .fest-contact__item .fest-contact__desc {
    max-width: 425px; } }

@media screen and (max-width: 425px) {
  .fest-contact__item {
    width: 100%; }
  .fest-contact__item .fest-contact__desc {
    max-width: 300px; } }

.fest-contests {
  background: #083088;
  color: #ffffff; }

.fest-contests__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 3em; }

.fest-contests__title {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  margin: 2em 0;
  background: url("../images/concurs.png") top center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  padding: 1.5em;
  letter-spacing: 4px; }

.fest-contests__list {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0; }

.fest-contests__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 1em; }
.fest-contests__item:last-child {
  margin-right: 0; }

.fest-contests__name {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 0;
  font-weight: bold; }

.fest-contests__desc {
  max-width: 250px;
  text-align: center;
  font-weight: bold; }
.fest-contests__desc .rt-text {
  text-transform: uppercase; }

.fest-contests__img-wrap {
  background: url("../images/bg-comod.png") top center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  padding: 3em 1em;
  padding-bottom: 2em;
  margin-top: 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
.fest-contests__img-wrap img {
  max-width: 100%;
  max-height: 100%; }

.fest-contests__pic-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.fest-contests__more {
  color: #ffffff;
  margin-bottom: 0.5em;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }
.fest-contests__more:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  margin-right: -8px;
  width: 24px;
  height: 14px;
  background: url("../images/arrow.png") center center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }
.fest-contests__more:hover:after {
  margin-right: -6px; }

.fest-contests__apply,
.fest-yoga__apply,
.btn__all-form {
  width: 100%;
  text-align: center;
  background: #ff5f65;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  padding: 0.2em 0;
  border: none;
  font-size: 1em; }
.fest-contests__apply:hover,
.fest-yoga__apply:hover,
.btn__all-form:hover {
  background: #ff797e; }

.btn__all-form {
  max-width: 300px; }

@media screen and (max-width: 600px) {
  .fest-contests__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fest-contests__item {
    margin-right: 0;
    margin-bottom: 3em; }
  .fest-contests__item:last-child {
    margin-bottom: 0; } }

.fest-exhibition {
  padding: 3em 0; }

.fest-exhibition__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
  list-style-type: none;
  color: #083088;
  font-weight: bold; }

.fest-exhibition__title {
  text-align: center;
  text-transform: uppercase;
  color: #083088;
  z-index: 2;
  position: relative;
  letter-spacing: 4px;
  margin-bottom: 2em; }
.fest-exhibition__title::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../images/vistavka.png") center center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  height: 100px;
  width: 90px;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.fest-exhibition__link-list {
  font-weight: normal;
  padding-left: 0;
  list-style-type: none; }

.fest-exhibition__item-link {
  margin-bottom: 1em; }

.fest-exhibition__link {
  color: #083088;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none; }
.fest-exhibition__link:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 14px;
  background: url("../images/arrow-red.png") center center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  margin-left: 10px; }
.fest-exhibition__link:hover:after {
  margin-left: 5px;
  margin-right: 5px; }

.fest-exhibition__tit {
  min-height: 48px; }

@media screen and (max-width: 880px) {
  .fest-exhibition__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fest-exhibition__item-list {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .fest-exhibition__tit {
    text-align: center; } }

@media screen and (max-width: 470px) {
  .fest-exhibition__item-list {
    width: 100%; } }

.fest-feedback {
  background: #083088;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.fest-feedback_partner {
  background: #ffffff;
  color: #083088; }

.fest-feedback__wrapper {
  border: 2px solid #ff5f65;
  margin: 2em auto;
  padding: 1.5em 4em;
  max-width: 820px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%; }

.fest-feedback__title {
  text-align: center;
  margin-bottom: 0; }

.fest-feedback__sub-title {
  color: #ff5f65;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5em; }

.new-fest-feedback__sub-title {
  color: #ffffff; }

.new-fest-feedback__title {
  font-weight: normal;
  text-transform: uppercase; }

.fest-feedback__form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.fest-feedback__label {
  width: 40%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.5em;
  position: relative; }

.fest-feedback__input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #045eac;
  color: #ff5f65;
  padding: 10px 0; }
.fest-feedback__input:focus {
  outline: none;
  border-bottom: 2px solid #ff5f65; }

.fest-feedback__btn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fest-feedback__btn {
  cursor: pointer;
  background: #ff5f65;
  border: none;
  text-transform: uppercase;
  padding: 1.5em 5em;
  color: #ffffff; }

.fest-feedback__reg-tit {
  font-weight: bold;
  color: #ff5f65;
  text-align: center;
  margin: 0;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase; }

.fest-feedback_partner .fest-feedback__reg-tit {
  margin-bottom: 2em; }

.fest-feedback_partner .check__label {
  background: #ffffff; }
.fest-feedback_partner .check__label a {
  color: #ff5f65; }
.fest-feedback_partner .check__label .check__text:after {
  border: 2px solid #083088; }

@media screen and (max-width: 450px) {
  .fest-feedback__label {
    width: 100%; } }

.fest-more__title {
  color: #ff5f65;
  text-transform: uppercase;
  text-align: center; }

.fest-more__list {
  padding-left: 0; }

.fest-more__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em; }

.fest-more__bl {
  width: 50%; }

.fest-more__two-sec {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.fest-more__two-bl {
  width: 50%; }

.fest-more__blue-text {
  background: #083088;
  color: #ffffff;
  padding: 1em 2em; }

.fest-more__slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
.fest-more__slider img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.fest-more__blue-title {
  font-size: 1.8em;
  margin: 0;
  font-weight: bold;
  max-width: 245px;
  line-height: 1.2;
  margin-bottom: 2em;
  position: relative; }
.fest-more__blue-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background: #ff5f65;
  margin-bottom: -0.8em; }

.fest-more__blue-desc {
  font-style: italic;
  font-size: 0.9em; }

.fest-more__patrner {
  width: 100%; }

.patrner-title {
  text-align: left;
  color: #6d6e71; }

.patrner-title__sbu {
  font-size: 0.8em;
  margin: 0; }

.patrner-title__main {
  font-size: 2em;
  margin: 0;
  text-transform: uppercase; }

.fest-more__music-bl {
  width: 25%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
.fest-more__music-bl img:not(.misuc-ico) {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.fest-more__music-main {
  max-height: 590px;
  background: #083088; }
.fest-more__music-main img {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.music-main__title {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 1em;
  margin-top: 1em; }

.fest-more__music-text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #ff5f65;
  color: #ffffff;
  position: relative; }

.fest-more__min-bl {
  height: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.fest-more__music-tx-p {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1em;
  margin-left: 1em;
  text-transform: uppercase;
  font-weight: bold; }

.misuc-ico {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.fest-more__min-ab-text {
  position: absolute;
  left: 50%;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  width: -moz-calc(100% - 1em);
  width: calc(100% - 1em);
  padding: 0.5em;
  background: rgba(255, 95, 101, 0.8);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 1em; }

.patrner-wrap {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
.patrner-wrap img {
  max-width: 100%; }

@media screen and (max-width: 810px) {
  .fest-more__slider {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .fest-more__music-main {
    max-height: none; }
  .fest-more__music-bl img:not(.misuc-ico) {
    width: 100%; }
  .fest-more__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fest-more__bl {
    width: 100%; }
  .fest-more__music-bl {
    width: 50%;
    height: 470px; } }

@media screen and (max-width: 425px) {
  .fest-more__two-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fest-more__two-bl {
    width: 100%; } }

.partners-general__list {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.partners-general__item {
  width: 31%;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 2em;
  padding: 0 3em 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white; }

.partners-general__item-text {
  width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.partners-general__item-logo {
  padding: 0 2em;
  height: 135px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.partners-general__item-logo img {
  max-width: 100%; }

.partners-general__item-title {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 1em;
  line-height: 1; }

.partners-general__item-title-sub {
  margin: 0;
  text-transform: uppercase;
  font-size: 2em; }

.partners-general__item-desc {
  margin-top: 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.partners-general__item-href {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  width: 100%;
  text-decoration: none;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid;
  padding: 0.8em 0;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  position: relative; }
.partners-general__item-href .partners-general__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 20px;
  fill: white;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.partners-general__item-href:hover {
  background: white;
  color: black;
  border-color: white; }
.partners-general__item-href:hover .partners-general__arrow {
  fill: black; }

@media screen and (max-width: 1200px) {
  .partners-general {
    font-size: 14px; } }

@media screen and (max-width: 950px) {
  .partners-general__item {
    width: 48%; } }

@media screen and (max-width: 625px) {
  .partners-general__list {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .partners-general__item {
    width: 320px; } }

.partners-program__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.partners-program__item {
  width: 240px;
  border: 2px solid #f7f8f9;
  padding-top: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.partners-program__item.active {
  border-color: #ff5f65; }

.partners-program__title,
.partners-program__price {
  color: #083088;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-size: 1.5em; }

.partners-program__price {
  margin-bottom: 0.8em; }

.partners-program__desc {
  text-align: center;
  color: #083088;
  font-weight: bold;
  min-height: 60px;
  margin: 1em 0;
  padding-bottom: 1em;
  position: relative; }
.partners-program__desc::after {
  content: '';
  display: block;
  width: 90px;
  height: 2px;
  background: #ff5f65;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.partners-program__btn {
  margin: 0 auto;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ff5f65;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 3px 0;
  color: #ff5f65;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  font-size: 0.7em;
  width: auto;
  margin-bottom: 1em; }
.partners-program__btn:hover {
  border-bottom: 1px solid transparent;
  background: transparent; }

.partners-program__inner-list {
  padding: 0 2em;
  list-style-type: none;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.partners-program__inner-item {
  position: relative;
  color: #083088;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 1em; }
.partners-program__inner-item::before {
  content: '\2022';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -13px;
  color: #ff5f65; }

.partners-program__bottom-red {
  background: #ff5f65;
  color: #ffffff;
  width: 100%;
  padding: 1em 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.partners-program__dogovor {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.8em; }

.partners-program__dogovor-link {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  position: relative; }
.partners-program__dogovor-link::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: 24px;
  height: 14px;
  background: url("../images/arrow.png") center center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  margin-right: -8px; }

.partners-program__h {
  text-align: center;
  font-weight: normal;
  font-size: 2em;
  color: #083088;
  text-transform: uppercase; }

@media screen and (max-width: 1280px) {
  .partners-program__list {
    max-width: 850px;
    margin: 0 auto; }
  .partners-program__list::after {
    content: '';
    width: 240px; }
  .partners-program__item {
    margin-bottom: 2em; } }

@media screen and (max-width: 780px) {
  .partners-program__list {
    max-width: 500px; }
  .partners-program__item {
    width: 48%; } }

@media screen and (max-width: 380px) {
  .partners-program__item {
    width: 100%; } }

.partners-slider__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2em;
  overflow: hidden; }

.partners-slider__title {
  text-align: center;
  position: relative;
  font-size: 2em;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #083088;
  margin-bottom: 1.5em;
  margin-top: 1.8em; }
.partners-slider__title:after {
  content: '';
  display: block;
  position: absolute;
  background: #ff5f65;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4em;
  height: 3px;
  margin-bottom: -20px; }

.partners-slider__main {
  position: relative;
  padding: 0 40px;
  overflow: hidden; }
.partners-slider__main::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: white;
  z-index: 10; }
.partners-slider__main::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: white;
  z-index: 10; }
.partners-slider__main .swiper-slide {
  width: 16%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.partners-slider__main .swiper-slide a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
.partners-slider__main .swiper-slide img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  /* Firefox 4+ */
  -webkit-filter: gray;
  filter: gray;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
.partners-slider__main .swiper-slide img:hover {
  -webkit-filter: none;
  filter: none; }

.partners-slider__main .swiper-wrapper {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.project-form__wrapper,
.company-pop__wrapper,
.concurs-pop__wrapper,
.yoga-form__wrapper,
.all-form__wrapper {
  display: none; }
.project-form__wrapper.active,
.company-pop__wrapper.active,
.concurs-pop__wrapper.active,
.yoga-form__wrapper.active,
.all-form__wrapper.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000; }

.concurs-pop__wrapper {
  overflow-x: scroll; }
.concurs-pop__wrapper .company-pop__content {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 2px solid #083088;
  background: #045dac;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2em;
  position: relative;
  max-width: 820px; }

.project-form__content,
.company-pop__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #083088;
  background: #045dac;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2em;
  position: relative;
  max-width: 820px; }

.project-form__title {
  text-transform: uppercase;
  font-size: 1.1em;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 0;
  margin-bottom: 2em; }
.project-form__title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  height: 2px;
  margin-bottom: -1em;
  background: #083088; }

.project-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.project-form__label-lg {
  width: 60%; }

.project-form__label {
  width: 30%; }

.project-form__label-lg,
.project-form__label {
  position: relative; }

.project-form__label-lg,
.project-form__label {
  margin-bottom: 1.2em; }

.project-form__input {
  width: 100%;
  padding: 0.7em;
  color: #083088;
  font-style: italic;
  border: none;
  -webkit-box-shadow: 0px 0px 45px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 45px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 45px -12px rgba(0, 0, 0, 0.75); }

.project-form__label-text {
  margin: 0; }

.project-form__label-textarea {
  width: 100%;
  margin-bottom: 1em;
  position: relative; }

.project-form__textarea {
  width: 100%;
  height: 5em;
  padding: 0.7em;
  color: #083088;
  font-style: italic;
  border: none;
  -webkit-box-shadow: 0px 0px 45px -20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 45px -20px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 45px -20px rgba(0, 0, 0, 0.75);
  resize: none; }

.file_btn {
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 0.1em 4em;
  position: relative; }
.file_btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  margin-right: 0.4em;
  width: 24px;
  height: 14px;
  background: url("../images/arrow.png") center center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }
.file_btn:hover:after {
  margin-right: 0.7em; }

.file-name-js {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  margin-right: -10px;
  max-width: 250px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.project-form__file {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0; }

.file__text span {
  font-size: 0.65em; }

.file__label {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
  display: none; }
.file__label.active {
  display: block;
  margin-bottom: 5px; }

.add__input-file {
  margin-bottom: 1em;
  background: transparent;
  border: none;
  color: white;
  border-bottom: 1px dashed;
  padding: 2px 0; }
.add__input-file::before {
  content: '+';
  display: inline-block;
  margin-right: 5px; }

.check__label {
  width: 100%;
  background: #083088;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  margin-bottom: 1em;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.check__text {
  margin: 0;
  font-size: 0.8em;
  margin-left: 1em; }
.check__text a {
  color: #ffffff; }

.project-form__btn-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.project-form__btn {
  background: #ff5f65;
  padding: 1em 4em;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold; }

.project-form__close,
.company-pop__close,
.concurs-pop__close,
.yoga-form__close,
.all-form__close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1em;
  margin-right: 1em;
  width: 3em;
  height: 3em;
  border: none;
  background: transparent; }
.project-form__close svg,
.company-pop__close svg,
.concurs-pop__close svg,
.yoga-form__close svg,
.all-form__close svg {
  width: 100%;
  height: 100%;
  stroke: #083088;
  stroke-width: 10px; }

.company-pop__titile {
  margin: 0;
  position: relative;
  margin-bottom: 2em;
  font-weight: bold; }
.company-pop__titile:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -1em;
  width: 3em;
  height: 2px;
  background: #083088; }

.company-pop__text a {
  color: #ffffff; }

@media screen and (max-width: 520px) {
  .project-form__wrapper {
    overflow: scroll; }
  .project-form__label-lg,
  .project-form__label {
    width: 100%; }
  .file-name-js {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    margin-bottom: -0.5em; }
  .file_btn {
    margin-bottom: 1.5em; } }

@media screen and (max-height: 670px) {
  .project-form__wrapper .project-form__content,
  .project-form__wrapper .company-pop__content,
  .all-form__wrapper .project-form__content,
  .all-form__wrapper .company-pop__content {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow-y: scroll;
    max-height: 100%; } }

.fest-promo {
  min-height: 200px;
  background: url("../images/ba-promo.jpg") center center;
  -moz-background-size: cover;
  background-size: cover;
  color: #ffffff;
  padding-top: 1.5em;
  padding-bottom: 4em; }

.fest-promo__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.fest-promo__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header-info__date {
  font-size: 4em;
  margin: 0;
  line-height: 1; }

.header-info__worktime {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: bold;
  font-size: 1.2em; }
.header-info__worktime img {
  max-width: 17px;
  max-height: 26px;
  margin: 0 0.3em; }
.header-info__worktime span {
  white-space: nowrap;
  margin: 0;
  line-height: 1; }

.fest-promo__header-contactinfo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.header__insta {
  height: 35px;
  width: 35px;
  background: url("../images/insta.png") center center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1em; }

.header__phone-desc {
  margin: 0; }

.header__phone-link {
  font-size: 1.5em;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none; }

.header__phone-desc {
  font-size: 0.85em; }

.fest-promo__link-list {
  list-style-type: none;
  padding-left: 0; }

.fest-promo__link-item {
  margin-bottom: 0.5em; }

.fest-promo__link-href {
  text-decoration: none;
  color: #ffffff;
  position: relative;
  z-index: 1; }
.fest-promo__link-href::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin-bottom: -2px;
  background: #ff5f65;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  z-index: -1; }
.fest-promo__link-href:hover::after {
  bottom: 50%; }

.fest-promo__title {
  font-size: 5em;
  margin: 0;
  margin-top: 2em;
  position: relative;
  z-index: 1;
  display: inline-block; }
.fest-promo__title span {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -10; }
.fest-promo__title::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  margin-right: 30px;
  margin-top: -20px;
  width: 300px;
  height: 150px;
  background: url("../images/fest.svg") center center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  z-index: -1; }

.fest-promo__sub-title {
  font-size: 2.2em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0; }

.fest-promo__main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.fest-promo__main-bl {
  width: 50%; }

.fest-promo__main-ph {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-order {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  background: #ff5f65;
  padding: 0.3em 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.btn-order:after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 24px;
  height: 14px;
  background: url("../images/arrow.png") center center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }
.btn-order:hover:after {
  margin-left: 6px;
  margin-right: 2px; }

.new-fest-promo__main-bl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.new-fest-promo__img {
  max-height: 180px;
  margin-top: 2em; }

.fest-promo__sub-title {
  letter-spacing: 3px;
  font-size: 3.2em;
  margin-bottom: 1em; }

.new-header-info__date {
  color: #ff5f65;
  font-weight: bold; }

@media screen and (max-width: 890px) {
  .fest-promo__main-ph {
    display: none; }
  .fest-promo__main-bl {
    width: 100%; } }

@media screen and (max-width: 740px) {
  .new-fest-promo__img {
    max-width: 100%;
    padding: 1.5em; }
  .new-fest-promo__sub-title {
    font-size: 2em;
    text-align: center; } }

@media screen and (max-width: 620px) {
  .fest-promo__header {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-info__date {
    font-size: 2em; }
  .header-info__worktime {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .btn-order {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    margin-bottom: -10px; } }

@media screen and (max-width: 550px) {
  .mob-fix {
    width: 240px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1em !important; }
  .header-info__worktime {
    width: 240px; }
  .fest-promo__header {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media screen and (max-width: 470px) {
  .fest-promo__header {
    position: relative; }
  .header-info__worktime {
    width: auto; }
  .new-fest-promo__img {
    margin-top: 7em;
    padding: 0.5em; }
  .fest-promo__header-contactinfo {
    position: initial; }
  .btn-order {
    right: 50%;
    -webkit-transform: translate(50%, 100%);
    -moz-transform: translate(50%, 100%);
    -ms-transform: translate(50%, 100%);
    transform: translate(50%, 100%);
    margin-bottom: -40px;
    width: auto; }
  .mob-fix {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: -2em !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .fest-promo__title::after {
    width: 180px; } }

.fest-quote {
  position: relative;
  padding-top: 7em;
  margin-top: -79px; }

.fest-quote__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.triangle__wrap {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0; }

.fest-quote__photo-wrap {
  background: url("../images/men-bg.png") top center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  margin: 0 5em; }

.fest-quote__bl {
  width: 50%; }

.fest-quote__title {
  font-size: 3.5em;
  margin: 0;
  color: #ff5f65;
  line-height: 1; }

.fest-quote__sub-title {
  color: #ff5f65;
  text-transform: uppercase;
  max-width: 450px;
  font-size: 1.7em;
  font-weight: bold;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 30px; }

.fest-quote__desc {
  color: #083088;
  font-size: 1.1em; }

.triangle__svg {
  width: 100%;
  height: 100%; }

.triangle {
  stroke: #083088;
  fill: #083088;
  stroke-width: 1px; }

.triangle-two {
  fill: #ff5f65;
  stroke: #ff5f65;
  stroke-width: 1px; }

.triangle__wrap-top {
  bottom: auto;
  top: 0;
  left: 0; }

.triangle-white {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 1px; }

.new-fest-quote {
  width: 100%; }

.new-fest-quote__wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.new-fest-quote__wrapper .fest-quote__photo-wrap {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
.new-fest-quote__wrapper .fest-quote__photo-wrap img {
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
.new-fest-quote__wrapper .fest-quote__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.new-fest-quote__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 3em;
  color: #083088; }

.new-fest-quote__desc {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3em;
  color: #083088; }

.new-fest-quote__b {
  font-weight: bold;
  color: #083088;
  font-size: 1.5em; }

.new-fest-quote__list {
  list-style-type: none;
  padding-left: 0; }

.new-fest-quote__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.5em; }

.new-fest-quote__href {
  font-size: 1.5em;
  color: #083088;
  text-decoration: none;
  position: relative;
  margin-right: 1em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px; }
.new-fest-quote__href::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 14px;
  background: url("../images/arrow-red.png") center center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  margin-right: 10px; }
.new-fest-quote__href::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  width: -moz-calc(100% - 34px);
  width: calc(100% - 34px);
  height: 2px;
  background: #ff5f65; }
.new-fest-quote__href:hover::after {
  display: none; }

.new-fest-quote__red-info {
  margin: 0;
  color: #ff5f65;
  font-style: italic;
  font-size: 1.5em;
  font-weight: bold; }

.new-fest-quote__item-desc {
  width: 100%;
  color: #083088;
  margin: 0;
  margin-top: 5px;
  font-size: 1em;
  margin-left: 34px; }

.new-quote {
  font-style: italic; }

.new-quote,
.new-quote__author {
  color: #ff5f65;
  font-size: 1.3em;
  max-width: 500px;
  line-height: 1.5; }

.new-quote__author {
  width: 100%; }

@media screen and (max-width: 1024px) {
  .fest-quote__photo-wrap {
    margin: 0; } }

@media screen and (max-width: 900px) {
  .new-fest-quote__red-info {
    width: 100%;
    margin-left: 34px;
    margin-top: 10px; } }

@media screen and (max-width: 630px) {
  .new-fest-quote__b {
    text-align: center;
    margin: 2em 0; }
  .fest-quote .triangle__wrap {
    height: 100px; }
  .fest-quote__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .new-fest-quote__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fest-quote__bl {
    width: 70%; }
  .fest-quote .triangle__wrap-top {
    display: none; }
  .new-fest-quote__wrapper .fest-quote__photo-wrap {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .new-fest-quote__item {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .new-fest-quote__href {
    text-align: center;
    margin-right: 0; }
  .new-fest-quote__href::before {
    display: none; }
  .new-fest-quote__href::after {
    max-width: 150px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }
  .new-fest-quote__red-info {
    width: 100%; }
  .new-fest-quote__red-info,
  .new-fest-quote__item-desc {
    margin-left: 0;
    text-align: center; }
  .new-fest-quote__red-info br,
  .new-fest-quote__item-desc br {
    display: none; }
  .new-fest-quote__item-desc {
    max-width: 320px; } }

@media screen and (max-width: 425px) {
  .fest-quote__bl {
    width: 100%; }
  .fest-quote__photo-wrap img {
    max-width: 100%; }
  .new-fest-quote__wrapper .new-quote {
    font-size: 1em;
    max-width: 320px; }
  .new-quote__author {
    text-align: center; } }

.fest-training {
  background: #083088;
  color: #ffffff; }

.fest-training__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3em 0; }

.fest-training__title {
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
  letter-spacing: 4px;
  margin-bottom: 2em; }
.fest-training__title::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../images/traning.png") center center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  height: 100px;
  width: 90px;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.fest-training__list {
  padding: 0;
  list-style-type: none; }

.fest-training__list.hide .fest-training__item {
  display: none; }

.fest-training__list.hide .fest-training__item:nth-child(-n + 10) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.fest-training__list .fest-training__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em; }

.fest-training__author {
  font-weight: bold;
  font-size: 1.5em;
  margin: 0; }

.fest-training__work {
  font-style: italic;
  font-size: 0.8em;
  color: #ff5f65;
  margin: 0; }

.fest-training__author-wrapper {
  min-width: 400px; }

.fest-training__quote {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.fest-training__quote-desc {
  font-size: 0.9em;
  margin: 0;
  margin-top: 0.3em; }

.fest-training__btn-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fest-training__btn {
  background: transparent;
  border: none;
  color: white;
  border-bottom: 1px solid #ffffff;
  padding: 0;
  font-style: italic;
  cursor: pointer; }

.fest-training__program {
  color: #ff5f65;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4em;
  margin: 0;
  font-weight: bold;
  margin-bottom: 2em; }

@media screen and (max-width: 810px) {
  .fest-training__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .fest-training__author-wrapper {
    min-width: auto;
    text-align: center;
    margin-bottom: 1.5em; } }

@media screen and (max-width: 400px) {
  .fest-training__title {
    font-size: 1.2em; } }

.new-fest-quote__item-desc-center {
  width: 100%;
  color: #083088;
  margin: 0;
  font-size: 1em;
  text-align: center;
  padding-bottom: 20px; }

.kostia__FIO {
  color: #083088;
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 1.8em; }

   .photo-video__btn {
  text-decoration: underline; 
  margin: 0 auto;
  background: transparent;
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 3px 0;
  color: #083088;
  font-size: 1em;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  width: auto;
  margin-bottom: 1em; }

  .photo-video__btn:hover {
  background: transparent; }