@font-face {
  font-family: 'Golos Bold';
  src: url('../fonts/GolosText_Bold.eot');
  src: url('../fonts/GolosText_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GolosText_Bold.woff') format('woff'), url('../fonts/GolosText_Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Golos DemiBold';
  src: url('../fonts/GolosText_DemiBold.eot');
  src: url('../fonts/GolosText_DemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/GolosText_DemiBold.woff') format('woff'), url('../fonts/GolosText_DemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Golos Medium';
  src: url('../fonts/GolosText_Medium.eot');
  src: url('../fonts/GolosText_Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/GolosText_Medium.woff') format('woff'), url('../fonts/GolosText_Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Golos Regular';
  src: url('../fonts/GolosText_Regular.eot');
  src: url('../fonts/GolosText_Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/GolosText_Regular.woff') format('woff'), url('../fonts/GolosText_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Izhitsa Regular';
  src: url('../fonts/IzhitsaRegular.eot');
  src: url('../fonts/IzhitsaRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/IzhitsaRegular.woff') format('woff'), url('../fonts/IzhitsaRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: 'Golos Regular', Roboto;
  font-size: 16px;
}
body {
  position: relative;
  background: #FFF;
}
section h2 {
  margin-top: 0;
  font-family: 'Golos Bold', Roboto;
  font-size: 2rem;
  text-align: left;
  margin-bottom: 30px;
}
.header_first {
  background: url(../images/hohloma2.png) center 0 no-repeat, #231100;
  min-height: 900px;
}
.header_first .news {
  margin-top: 20px;
}
.header_second {
  background: #231100;
  min-height: 140px;
}
.header_second .header__project {
  margin-top: -20px;
}
@media (max-width: 1000px) {
  .header_second .header__project {
    margin-top: 10px;
  }
}
.header__top {
  max-width: 1400px;
  padding-top: 37px;
  margin: 0 auto;
}
@media (max-width: 1420px) {
  .header__top {
    width: auto;
    margin: 0 20px;
  }
}
.header__content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.header__links {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.header-link {
  font-family: 'Golos Bold';
  font-size: 11px;
  text-transform: uppercase;
  color: #FFF;
}
.header__register {
  background: url('../images/enter.svg') 0 50% no-repeat;
  padding-left: 23px;
}
.header__cabinet {
  background: url('../images/login_icon.svg') 0 50% no-repeat;
  padding-left: 23px;
  margin-right: 50px;
}
.header__project a {
  text-decoration: none;
}
.header__project_text {
  text-align: center;
  white-space: nowrap;
  color: #FFF;
}
.header__project-extrasmall {
  font-family: Roboto;
  font-weight: 300;
  font-size: 12px;
  opacity: 0.5;
}
.header__project-small {
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  opacity: 0.5;
}
.header__project-large {
  font-family: 'Golos Bold';
  text-transform: uppercase;
  margin: 0;
  font-size: 27px;
  padding: 4px 0;
}
.header__submenu {
  top: 30px;
  position: absolute;
  _border: 1px solid #707070;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
}
.header__submenu:before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 12px;
  top: -6px;
  background: url(../images/arrow.svg) 50% 0 no-repeat;
}
.header__submenu-item {
  z-index: 2;
  position: relative;
  display: block;
}
.header__submenu-item:last-child a {
  padding-bottom: 14px;
  border-radius: 0 0 10px 10px;
}
.header__submenu-item:first-child a {
  padding-top: 14px;
  border-radius: 10px 10px 0 0;
}
.header__submenu-item:hover a {
  color: #fff;
  background: #DA251D;
}
.header__submenu-item > a {
  padding: 10px 25px;
  display: block;
  text-decoration: none;
  font-family: 'Golos Regular';
  white-space: nowrap;
  color: #DA251D;
}
.header__menu {
  padding-top: 20px;
}
.header__menu-content {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.header__menu-item {
  position: relative;
  padding-right: 1rem;
  padding-bottom: 10px;
}
.header__menu-item:hover > .header__submenu {
  display: block;
}
.header__menu-item:hover > a {
  color: #fff;
}
.header__menu-text {
  font-family: 'Golos Medium';
  font-size: 20px;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  color: #CB1B26;
}
.header__center {
  margin-bottom: 157px;
  font-family: 'Izhitsa Regular';
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  text-shadow: 0px 3px 6px #000;
}
@media (max-width: 1000px) {
  .header__center {
    margin-bottom: 80px;
  }
  .header__orgname {
    display: none;
  }
  .header__project {
    margin-top: 20px;
    width: 100%;
  }
  .header__menu {
    width: 100%;
  }
  .header__menu-content {
    justify-content: center;
  }
}
@media (max-width: 860px) {
  .header__center {
    margin-bottom: 40px;
  }
}
.footer {
  background: url(../images/footer-red.png) repeat-x;
}
.footer__icons {
  display: none;
}
.footer__content {
  width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1660px) {
  .footer__content {
    width: auto;
    margin: 0 40px;
  }
}
.footer__tellabout {
  padding: 34px 0 30px 0;
}
.footer__info {
  padding-bottom: 38px;
}
.footer__tellabout-name {
  text-align: left;
  font: 32px/50px Roboto;
  color: #FFFFFF;
}
.footer__politics {
  text-align: left;
  font: 16px/18px Roboto;
  color: #FFBA00;
}
.footer__copy {
  font: 16px/18px Roboto;
  padding-bottom: 8px;
}
.footer__copy a {
  color: #FFFFFF;
  opacity: 0.9;
}
.footer__contacts {
  float: right;
  color: #FFFFFF;
}
.footer__contacts a {
  font: 16px/18px Roboto;
  color: #FFBA00;
}
@media (max-width: 860px) {
  .footer__tellabout {
    display: none;
  }
  .footer__info {
    padding-top: 40px;
  }
  .footer__contacts {
    padding-top: 20px;
    float: none;
    display: block;
  }
}
.__admin_tools__ {
  display: none;
}
.content-title {
  text-align: center;
  font: 400 36px 'Golos Regular';
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}
@media (max-width: 700px) {
  .content-title {
    font-size: 30px;
  }
}
.content__news {
  margin-top: 75px;
  margin-bottom: 80px;
}
.content__competitions {
  background: url(../images/pattern-1a.png) repeat-x;
  padding-top: 154px;
  margin-bottom: 80px;
}
.content__master_classes {
  background: url(../images/pattern-2.png) repeat-x;
  padding-top: 135px;
  margin-bottom: 80px;
}
.content__acc {
  background: url(../images/pattern-3a.png) repeat-x;
  padding-top: 135px;
  margin-bottom: 80px;
}
.news {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
@media (max-width: 1100px) {
  .news__item:last-child {
    display: none;
  }
}
@media (max-width: 860px) {
  .news__item:nth-child(2) {
    display: none;
  }
}
.news__item {
  padding: 24px 20px;
  margin: 0 15px;
  width: 360px;
  background: #FFFFFF 0% 0% no-repeat;
  box-shadow: 0px 4px 20px #0000000F;
  border-radius: 10px;
}
.news__date {
  font: 16px/21px 'Golos Regular';
  color: #000000;
  margin-bottom: 15px;
}
.news__title {
  font: 400 18px/24px 'Golos Regular';
  color: #CB1B26;
  margin-bottom: 8px;
  height: 50px;
}
.news__content {
  font: 14px/20px 'Golos Regular';
  color: #636563;
  margin-bottom: 30px;
  height: 113px;
  overflow: hidden;
}
.news__content--full {
  height: auto;
}
.news__more {
  text-align: center;
  font: 400 14px/33px 'Golos Regular';
  color: #FFFFFF;
  text-transform: uppercase;
  background: #CB1B26;
  border-radius: 33px;
  padding: 9px 20px;
  text-decoration: none;
}
.news__left,
.news__right {
  position: absolute;
  background: url(../images/arrow_left_normal.svg) no-repeat;
  width: 22px;
  height: 56px;
  top: 50%;
  margin-top: -28px;
  left: 50%;
  margin-left: -700px;
}
.news__left:hover,
.news__right:hover {
  background: url(../images/arrow_left.svg) no-repeat;
}
.news__left > span,
.news__right > span {
  display: none;
}
.news__right {
  background: url(../images/arrow_right_normal.svg) no-repeat;
  margin-left: 678px;
}
.news__right:hover {
  background: url(../images/arrow_right.svg) no-repeat;
}
.news__wrapper {
  width: 1290px;
  margin: 0 auto;
  overflow: hidden;
}
.news__slider {
  transition: left 0.5s ease;
  position: relative;
  width: 10000px;
  display: flex;
}
@media (max-width: 1440px) {
  .news__wrapper {
    width: 860px;
  }
  .news__left {
    left: 20px;
    margin-left: 0;
  }
  .news__right {
    right: 20px;
    margin-right: 0;
    left: auto;
  }
}
@media (max-width: 960px) {
  .news__wrapper {
    width: 430px;
  }
}
.concurs {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1250px) {
  .concurs {
    flex-wrap: wrap;
  }
}
@media (max-width: 860px) {
  .concurs {
    flex-direction: row;
  }
}
.concurs__item {
  padding: 30px 0;
  margin: 0;
  width: 380px;
}
.concurs__item:last-child .concurs__wrapper {
  border: none;
}
@media (max-width: 1250px) {
  .concurs__item {
    width: 430px;
  }
  .concurs__item:nth-child(even) .concurs__wrapper {
    border: none;
  }
}
@media (max-width: 860px) {
  .concurs__item .concurs__wrapper {
    border: none;
  }
}
.concurs__icon {
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: flex-end;
}
.concurs__wrapper {
  border-right: 1px solid #7070700F;
  padding: 0 30px;
}
.concurs__name {
  padding: 24px 0;
  text-align: center;
  font: 22px 'Golos Regular';
}
.concurs__name a {
  color: #DA251D;
  text-decoration: none;
}
.concurs__content {
  font: 16px 'Golos Regular';
  color: #4E4E4E;
  height: 220px;
}
@media (max-width: 860px) {
  .concurs__content {
    height: auto;
  }
}
.concurs__links {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}
.concurs__links a {
  font: 16px 'Golos Regular';
  color: #DA251D;
}
.concurs__links li {
  background: url(../images/dots.png) 0 50% no-repeat;
  padding-left: 25px;
  margin: 8px 0;
}
.concurs__gallery {
  text-align: center;
  font: bold 14px 'Golos Regular';
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  background: #CB1B26 0% 0% no-repeat padding-box;
  border-radius: 33px;
  padding: 10px 34px;
  margin-right: 30px;
}
.concurs__results {
  text-align: center;
  text-decoration: none;
  font: bold 14px/33px 'Golos Regular';
  color: #CB1B26;
  text-transform: uppercase;
  border: 2px solid #CB1B26;
  border-radius: 33px;
  padding: 8px 32px;
}
.master-class {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 50px;
}
.master-class__item {
  border-right: 1px solid #7070700F;
  width: 574px;
  padding: 0 120px;
}
.master-class__item:last-child {
  border: none;
}
.master-class__icon {
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: flex-end;
}
.master-class__name {
  text-align: center;
  font: 22px/30px 'Golos Regular';
  color: #DA251D;
  padding: 25px 0;
}
.master-class__content {
  text-align: center;
  font: 16px/20px 'Golos Regular';
  letter-spacing: 0;
  color: #4E4E4E;
}
.acc {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 65px;
}
@media (max-width: 1250px) {
  .acc {
    flex-wrap: wrap;
  }
}
@media (max-width: 860px) {
  .acc {
    flex-direction: row;
  }
}
.acc__item {
  width: 400px;
}
.acc__item:last-child .acc__wrapper {
  border: none;
}
@media (max-width: 1250px) {
  .acc__item {
    width: 430px;
  }
  .acc__item:nth-child(even) .acc__wrapper {
    border: none;
  }
}
@media (max-width: 860px) {
  .acc__item .acc__wrapper {
    border: none;
  }
}
.acc__wrapper {
  border-right: 1px solid #7070700F;
  padding: 0 30px;
}
.acc__icon {
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: flex-end;
}
.acc__name {
  text-align: center;
  font: 22px/30px 'Golos Regular';
  padding: 25px 0;
}
.acc__name a {
  color: #DA251D;
  text-decoration: none;
}
.acc__content {
  text-align: center;
  font: 16px/20px 'Golos Regular';
  letter-spacing: 0;
  color: #4E4E4E;
  height: 200px;
}
@media (max-width: 860px) {
  .acc__content {
    height: auto;
  }
}
.acc__info {
  text-align: center;
  padding-bottom: 30px;
}
.acc__link {
  background: #CB1B26 0% 0% no-repeat;
  border-radius: 33px;
  text-align: center;
  text-decoration: none;
  font: bold 14px/33px 'Golos Regular';
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 9px 40px;
}
.content__menu-top {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}
.content__menu-top li a {
  text-align: center;
  font: 400 14px/33px 'Golos Regular';
  color: #FFFFFF;
  text-transform: uppercase;
  background: #CB1B26;
  border-radius: 33px;
  padding: 9px 20px;
  text-decoration: none;
}
.content__menu-top ul li {
  float: left;
  margin: 40px 0 10px 0 !important;
  background-image: none !important;
  position: relative;
  padding-bottom: 10px;
}
.content__menu-top:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
@media (max-width: 700px) {
  .content__menu-top ul {
    margin-top: 30px !important;
  }
  .content__menu-top ul li {
    margin-top: 10px !important;
    padding-left: 10px !important;
  }
}
@media (max-width: 500px) {
  .content__menu-top ul li {
    float: none;
  }
}
.content__menu-top ul li:hover > .sub_menu {
  display: block;
}
.content__menu-top .sub_menu {
  position: absolute;
  top: 40px;
  display: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 10px;
}
.content__menu-top .sub_menu li {
  float: none;
  padding-left: 0;
  padding-bottom: 0;
  margin-top: 10px !important;
  width: 100%;
}
.content__menu-top .sub_menu li:hover {
  background: #CB1B26;
}
.content__menu-top .sub_menu li:hover a {
  color: #fff;
}
.content__menu-top .sub_menu li a {
  white-space: nowrap;
  border-radius: 0px !important;
  color: #CB1B26;
  background: none;
  width: 100%;
}
.content__rules {
  display: flex;
}
.content__rules > div {
  padding: 0 35px;
  border-left: 1px solid #ededed;
}
.content__rules > div:last-child {
  min-width: 220px;
}
.content__rules > div:first-child {
  border-left: none;
}
@media (max-width: 1000px) {
  .content__rules {
    display: block;
  }
  .content__rules > div {
    border: none;
  }
}
.content__ul {
  list-style-type: none;
  padding-left: 25px;
}
.content__ul li {
  margin: 10px 0;
}
.content__dots,
.content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.content__dots li,
.content ul li {
  background: url(../images/dots.png) 0 7px no-repeat;
  padding-left: 35px;
  margin: 20px 0;
}
.content__delim {
  width: 100%;
  background: url(../images/pattern-2.png) repeat-x;
  display: block;
  height: 60px;
}
.content__delim--pattern3 {
  background: url(../images/pattern-3a.png) repeat-x;
}
.content__delim--pattern1 {
  background: url(../images/pattern-1a.png) repeat-x;
}
.content__about {
  margin-top: 50px;
  min-height: 100px;
  padding-left: 120px;
}
.content__about--photo {
  background: url(../images/icons/photo-camera.svg) 0 0 no-repeat;
}
.content__block {
  width: 1100px;
  margin: 30px auto 50px auto;
  font: 300 16px 'Golos Regular';
  letter-spacing: 0;
  color: #606060;
  opacity: 1;
}
.content__block .content-title {
  margin-top: 20px;
}
.content__block strong {
  font-weight: bold;
}
.content__block p {
  margin: 20px 0;
}
.content__block h2:first-child {
  border-top: none;
  padding-top: 0px;
}
.content__block h2 {
  padding-top: 40px;
  border-top: 1px solid #EDEDED;
  margin: 40px 0;
  font: 300 22px 'Golos Regular';
  color: #007CC3;
}
@media (max-width: 1100px) {
  .content__block {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.content__important {
  font: 16px 'Golos Regular';
  color: #DA251D;
  margin: 20px 0;
}
.content__menu {
  list-style-type: none;
  display: flex;
  margin: 60px 0;
  padding: 0;
}
.content__menu li {
  padding: 10px 20px;
  border: 1px solid #DA251D;
  border-radius: 6px;
  margin-right: 50px;
}
.content__menu li a {
  text-decoration: none;
  font: bold 16px 'Golos Regular';
  color: #CB1B26;
  text-transform: uppercase;
}
.breadcrumbs {
  font: 16px 'Golos Regular';
}
.breadcrumbs i {
  padding: 0 8px;
}
.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs i {
  color: #B2B2B2;
}
.players tr:nth-child(even) {
  background: #F9F9F9;
}
.players td {
  padding: 10px 20px;
}
.players thead td {
  background: #007CC3;
}
.players thead td:first-child {
  border-radius: 10px 0 0 10px;
}
.players thead td:last-child {
  border-radius: 0px 10px 10px 0;
}
.players thead td a {
  color: #fff;
  text-decoration: none;
}
.arrows {
  margin: 10px auto;
}
.arrows .pg {
  padding: 6px;
  color: #DA251D;
  border: 1px solid #DA251D;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.arrows .pg-selected {
  color: #fff;
  background: #DA251D;
}
.story__item {
  margin-top: 50px;
  border-top: 1px solid #efefef;
}
.story__description {
  white-space: pre-wrap;
}
.story__gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.story__image {
  margin: 0 5px;
}
.story__image--info {
  margin: 10px;
}
.story__more {
  text-align: center;
  font: 400 14px/33px 'Golos Regular';
  text-transform: uppercase;
  color: #CB1B26;
  padding: 9px 0px;
  text-decoration: underline;
}
.story__info {
  font-size: 12px;
  width: 300px;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 275px auto;
  padding: 30px 60px 40px 40px;
  background: #fff;
  width: 600px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #00000633;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 860px) {
  .popup {
    width: auto;
    margin: 275px 10px 0 10px;
  }
}
.popup__close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 30px;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 50px;
  font-weight: normal;
  text-decoration: none;
  color: #BF0800;
}
.popup__close:hover {
  opacity: 1;
}
.popup__content {
  max-height: 600px;
  overflow: auto;
}
