@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic-ext);
@font-face{font-family:Aeroport;font-display:swap;src:url(fonts/Aeroport-Bold.woff) format("woff"),url(fonts/Aeroport-Bold.woff2) format("woff2");
font-weight:700;font-style:normal}
@font-face{font-family:Aeroport;font-display:swap;src:url(fonts/Aeroport.woff) format("woff"),url(fonts/Aeroport.woff2) format("woff2");
font-weight:400;font-style:normal}
@font-face{font-family:Aeroport;font-display:swap;src:url(fonts/Aeroport-Light.woff) format("woff"),url(fonts/Aeroport-Light.woff2) format("woff2");
font-weight:300;font-style:normal}
@font-face{font-family:Aeroport;font-display:swap;src:url(fonts/Aeroport-Medium.woff) format("woff"),url(fonts/Aeroport-Medium.woff2) format("woff2");
font-weight:500;font-style:normal}
body{
  font-family: Aeroport;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  background: none;/*url("css/img/bg/body.jpg") center top repeat;*/
}
@media (max-width: 1200px) {
    body{
        font-size: 20px;
    }
}
.wrapper{
    background: white;
}
.banner_top{
  height: 449px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_news{
  height: 494px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
}
.banner_logo_page,
.banner_logo,
.banner_hover{
  height: 449px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-top: -449px;
  background-position: center center;
}
.banner_logo{
    height: 296px;
    margin-top: -373px;
    margin-bottom: 77px;
}
.banner_logo_page {
    height: 181px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.navbar {
    background: #2f2f2f;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    margin-bottom: 25px;
}
    #burpee .navbar a{
        color: #ffffff;
        font-weight: bold;
        font-size: 20px;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
        background: #ee4a42;
    }
    .navbar .dropdown-menu{
        background: #2f2f2f;
    }
    .navbar .dropdown-menu>li>a:hover, .navbar .dropdown-menu>li>a:focus{
        background: #ee4a42;
    }
    #menu-item-125{
      background-color: #ED1C24;
    }
    #menu-item-125 a{
      padding-left: 48px;
    }
    #menu-item-125:before{
      content:url(css/img/lk.svg);
      width:28px;
      height: 28px;
      display:block;
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 10;
    }
    .lk{
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
    }
    .lk h1{width: 100%}
    .lk_avatar{
      width: 127px;
      text-align: center;
      margin-right: 50px;
    }
    .avatar{
      border-radius: 50%;
      width:127px;
      height: 127px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      margin-bottom: 20px;
    }
    .btn-photo{
      font-weight: normal;
      font-size: 13px;
      line-height: 120%;
      text-align: center;
      text-decoration-line: underline;
      color: #565656;
      background: transparent;
    }
    .error{
      color:red;
    }
    .lk_param .error{
      display: block;
      position: absolute;
      margin-top: 15px;
    }
    /*.name_avatar{
      display: block;
      position: absolute;
      margin-left: 70px;
      width: 140px;
      background: #fff;
    }*/
    .lk_params{
      width: 480px;
      padding-left: 50px;
    }
    .lk_param{
      font-weight: bold;
      font-size: 13px;
      line-height: 200%;
      color: #252525;
      display: flex;
      margin-bottom: 3px;
    }
    .lk_param label{
      width: 260px;
      max-width: 50%;
      margin-right: 15px;
      font-weight: normal;
      font-size: 13px;
      line-height: 200%;
      color: #252525;
    }
    .lk_param input.form-control{
      height: auto;
      border: 1px solid #eeeeee;
      font-weight: bold;
      font-size: 13px;
      line-height: 200%;
      color: #252525;
      width: auto;
    }
    .lk_avatar a{
      width: 127px;
      font-weight: normal;
      font-size: 13px;
      line-height: 120%;
      text-align: center;
      text-decoration-line: underline;
      color: #565656;
    }
    .lk_oplata_pay,
    .lk_oplata{
      display: block;
      position: absolute;
      right: 0;
      top:20px;
    }
    .lk_oplata:before{
      content:url(css/img/oplata.svg);
      width: 41px;
      height:41px;
      display: block;
      position: absolute;
      top: -5px;
      left: -50px;
    }
    .lk_oplata_pay:before{
      content:url(css/img/oplata_pay.png);
      width: 41px;
      height:41px;
      display: block;
      position: absolute;
      top: -5px;
      left: -50px;
    }
.work{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.work h1{
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.025em;
  color: #252525;
  width: 100%;
}  
.work_detail{
  width: 30%;
  display: block;
  border: 1px solid #C8C8C8;
  padding: 20px;
}
.work_date{
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.025em;
  color: #252525;
}
.time_date{
  font-weight: 600;
}
.work_descr{
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #252525;
  padding: 30px 0;
}
.work_kryshka{
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #252525;
  padding-left: 30px;
  width: 90%;
  padding-bottom: 10px;
}
.work_kryshka:before{
  content: url(css/img/green_pt.svg);
  height: 14px;
  width: 19px;
  display: block;
  position: absolute;
  margin-left: -30px;
}
.work_ch,
.work_al,
.work_pt,
.work_ok{
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  color: #252525;
  width: 20px;
  height: 20px;
  padding: 0 20px 10px 30px;
}
.work_ch:before,
.work_al:before,
.work_pt:before,
.work_ok:before{
  height: 14px;
  width: 19px;
  display: block;
  position: absolute;
  margin-left: -30px;
}
.work_ch:before{
  content: url(css/img/violet_ok.svg);
}
.work_al:before{
  content: url(css/img/red_ok.svg);
}
.work_pt:before{
  content: url(css/img/yellow_ok.svg);
}
.work_ok:before{
  content: url(css/img/green_ok.svg);
}
.work_par{
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  display: flex;
  min-height: 35px;
}
.work_par label{
  font-weight: 300;
  width: 50%;
  font-size: 16px;
}
.work_par span{
  display: block;
  width: 50%;
  font-weight: normal;
  font-size: 13px;
  line-height: 120%;
  overflow:hidden;
}
.work-edit{
  visibility: hidden;
  opacity: 0;
  height: 50px;
}
.work .work_detail:hover .work-edit{
  visibility: visible;
  opacity: 1;
  /*display: block;*/
}
.add_result.form{
  padding: 30px;
}
.add_result.form h1{
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.025em;
  color: #252525;
  text-align: left;
}
.add_result [type="checkbox"]:not(:checked) + label::before, 
.add_result [type="checkbox"]:checked + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #C1C1C1;
    background: white;
}
.add_result label span{
  margin-left: -20px;
}
.add_result [type="checkbox"]:not(:checked) + label::after, 
.add_result [type="checkbox"]:checked + label::after {
    content: '✔';
    position: absolute;
    top: 6px;
    left: 3px;
    font-size: 18px;
    color: #000000;
    transition: all .1s;
}
.add_result input{
  border: none;
  border-bottom: 1px solid #A5A5A5;
  height: 50px;
  box-shadow: none;
}
.add_result .work_date{
  width: 200px;/*90px;*/
  float: left;
}
.add_result .work_descr{
    width: calc(100% - 210px);
  /*width: calc(100% - 100px);*/
  float: right;
  margin-top: -25px;
}
.add_result .btn_huge{
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.um-form form.broadcast_update label{
  width: 110px;
}
.um-form form.broadcast_update .lk_params {
    padding: 25px;
}
.um-form form.add_result .form-group.agreement label{
  width: auto;
  padding-left: 60px;
  line-height: inherit;
}
.um-form form.add_result label {
  padding-left: 0;
  width: 145px;
  border: none;
  line-height: 50px;
}
.um-form form.broadcast_update .lk_param {
    font-size: 24px;
}
.fh{
  display: none;
}
.lwa-modal.uimob529{
  width: 529px;
}
    #delete_wp_custom_author_image{
      position: absolute;
      margin-left: 30px;
      margin-top: 7px;
    }
    label[for="delete_wp_custom_author_image"]{
      margin-left: -30px;
      max-width: 100%;
    }
    .um-login .broadcast__register .form-group{
      width: 50%;
      padding: 0 15px;
    }
    .um-login .broadcast__register .form-group.confidential,
    .um-login .broadcast__register .form-group.agreement{
      width: 100%;
      margin: 40px 0;
      text-align: center;
      text-decoration: none;
    }
    .um-login .broadcast__register .form-group.submit{
      width: 100%;
      text-align: center;
    }
    .um-login .broadcast__register .form-group.confidential span,
    .um-login .broadcast__register .form-group.submit .btn-huge{
      width: 320px;
      margin-top: 0px;
      margin-left: auto;
      margin-right: auto;
    }
    .um-login .broadcast__register .form-group.agreement label{
      margin-left: auto;
      margin-right: auto;
    }
    .um-login .broadcast__register .form-group.futbolka [type="checkbox"]:not(:checked) + label::before, 
    .um-login .broadcast__register .form-group.futbolka [type="checkbox"]:checked + label::before,
    .um-login .broadcast__register .form-group.agreement [type="checkbox"]:not(:checked) + label::before, 
    .um-login .broadcast__register .form-group.agreement [type="checkbox"]:checked + label::before {
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        width: 22px;
        height: 22px;
        border: 1px solid #C1C1C1;
        background: white;
    }
    .um-login .broadcast__register .form-group.futbolka [type="checkbox"]:not(:checked) + label, 
    .um-login .broadcast__register .form-group.futbolka [type="checkbox"]:checked + label,
    .um-login .broadcast__register .form-group.agreement [type="checkbox"]:not(:checked) + label, 
    .um-login .broadcast__register .form-group.agreement [type="checkbox"]:checked + label {
        padding-left: 35px;
    }
    .um-login .broadcast__register .form-group .futb{
      visibility: hidden;
    }
    .um-login .broadcast__register{
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      margin-right: -15px;
      margin-left: -15px;
    }
    .um-login .broadcast__register h1{width: 100%;text-align:center;}

    .um-login .broadcast__register .form-group.futbolka [type="checkbox"]:not(:checked) + label::after, 
    .um-login .broadcast__register .form-group.futbolka [type="checkbox"]:checked + label::after,
    .um-login .broadcast__register .form-group.agreement [type="checkbox"]:not(:checked) + label::after, 
    .um-login .broadcast__register .form-group.agreement [type="checkbox"]:checked + label::after {
      top: 5px;
      left: 3px;
      font-size: 20px;
    }

.anons-title.h3{
  font-size: 70px;
  line-height: 95.2%;
  letter-spacing: -0.045em;
  color: #252525;
  margin-bottom: 30px;
}
.anons-date{
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  color: #9D9DA5;
  margin-bottom: 30px;
}
.anons-lid{
  margin-bottom: 50px;
}
.gallery{
  margin-top: 50px;
}
.gallery__slider .item{
    display:block;
    width: calc(33.33% - 2px);
    font-family: Aeroport;
    font-style: normal;
    height: 335px;
    margin: 0;
    padding: 0 5px;
}
.gallery__slider .item .img{
   width: 100%;
   height:335px;
}
.gallery__control .arrow {
    cursor: pointer;
    position: absolute;
    top: 63.5%;
    transform: translateY(-100%);
}
.gallery__control .arrow--prev {
    left: 0;
    margin-left: -20px;
}
.gallery__control .arrow--next {
    right: 0;
    margin-right: -20px;
}
.articles{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
}
.article{
  display: block;
  width: 33.33%;
  padding: 0 15px 30px;
}
.article .anons-img{
  display: block;
  height: 256px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.article .anons-date{
  font-size: 13px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #7A7A7A;
  margin-top: 20px;
}
.anons-title{
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -0.025em;
  color: #252525;
  font-weight: normal;
}
.center{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 40px;
}
.center .center_block{
  display: block;
  width: 50%;
  padding: 0 15px 30px;
}
.socsety{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
}
.socsety a{
  border-radius: 50%;
  padding: 0;
  display: block;
  height: 34px;
  width: 34px;
  text-align: center;
  margin: 1px;
}
.footer{
    margin-top: 20px;
    /*border-top: 1px solid #c9c9c9;*/
    padding: 10px 15px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer .fsite4all .img-responsive{
  float: right;
  margin-bottom: 36px;
}
.fcontacts a{
  color:#252525;
}
.fsite4all{
  float: right;
  text-align: right;
}
.confidential{
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 120%;
  text-decoration-line: underline;
  color: #929292;
  width: 100%;
  display: block;
}
@media (max-width: 1200px) {
    .fcontacts a{
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .navbar-nav>li>a{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 768px) {
    .footer{
        text-align: center;
    }
    .footer .img-responsive{
        margin: 0 auto;
    }
    .footer .col-sm-4{
        margin-bottom: 30px;
    }
}
a{
    color: #ee4a42;
}
a:hover{
    color: #ee4a42;
}
#vk_groups,
#vk_groups iframe {
     width: 100% !important;
}
h1, h2, h3{
    color: #ee4a42;
    line-height: 1.1;
}
h1{
  font-weight: bold;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.025em;
  color: #252525;
  margin-bottom: 20px;
  margin-top: 0px;
}
h2{
    font-size: 1.5em;
    margin-bottom: 18px;
}
h3{
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -0.025em;
  color: #252525;
  margin-bottom: 15px;
}
.fsite4all h5{
  font-size: 13px;
  line-height: 120%;
  color: #9D9DA5;
}
form label{
    font-size: 0.8em;
}
.logo_wrap {
	display: block;
	padding: 40px 20px;
}
.logo_wrap img {
	display: block;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.navbar-default .navbar-collapse {
	border-color: transparent;
}
@media (min-width: 767px) {
  .navbar-nav {
      float: unset;
      margin: 0;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
  }
}
@media (max-width: 767px) {
	.logo_wrap {
		padding: 20px 15px;
	}
}
@media (min-width: 992px){
    .form-horizontal .control-label {
        padding-top: 4px;
    }
}
.datepicker-dropdown{
	margin-top: 39px;
	padding-left: 10px;
	padding-right: 10px;
}
input.form-control, select.form-control, textarea.form-control{
	border: 3px solid #2f2f2f;
	font-size: 23px;
	border-radius: 0px;
}
input.form-control, select.form-control{
	height: 54px;
}
textarea.form-control{
	height: 150px;
}
.form-horizontal .control-label{
	padding-top: 10px;
	margin-right: -5px;
	padding-left: 0;
}
.control-label{
	font-size: 20px;
	font-weight: normal;
}
#birthday1{
	background: url('css/img/icon/calendar.png') no-repeat 96% 7px;
}
.r-old-price{
	margin-top: 7px;
	position: relative;
	font-size: 23px;
	display: inline-block;
}
.r-old-price img{
	position: absolute;
	left: -10px;
	top: 8px;
}
.r-new-price{
	color: #ff0000;
	font-size: 40px;
}
	.r-new-price span{
		font-size: 23px;
		color: #2f2f2f;
	}
.form-control:focus{
	border: 3px solid #2f2f2f;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(218, 138, 138, 0.075),0 0 8px rgba(0, 0, 0, 0.42);
}
.h-spacer{
	height: 3px;
	margin: 40px 0px;
	background: #6d6d6d;
}
.btn{
	border-radius: 0px;
}
.btn-danger{
	color: #ffffff;
  background: #ED1C24;
}
.btn-huge{
	font-size: 28px;
	height: 50px;
  font-family: Aeroport;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  margin-top: 40px;
}
a.recovery,a.register{
    font-family: Aeroport;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration-line: underline;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 60px;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left:0; top: 2px;
	width: 45px; 
	height: 45px;
	border: 3px solid #2f2f2f;
	background: white;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 6px; left: 10px;
  font-size: 28px;
  color: #e5152c;
  transition: all .1s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.form-group label[for="size1"] {
		padding-top: 0px;
	}
}
.all_status{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: calc(100% - 506px);
}
.all_status div{
  margin-left: 20px;
  width: auto;
  margin-top: 12px;
}
/*----------------*/
.all_kat{
  font-size: 15px;
}
.all_kat .table .thead .tr{
  display: flex;
  background: #414E5F;
  color: #fff;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.all_kat .table .tbody .tr{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #c4c4c4;
}
.all_kat .tr .th{
  padding: 0 10px;
  color: #fff;
  font-weight: 600;
}
.all_kat .tr .td{
  padding: 0 10px;
}
.all_kat .tr .th a{
  color: #fff;
  font-weight: 600;
}
.all_kat .tr .td:nth-child(n),
.all_kat .tr .th:nth-child(n){
  width:90px;
}
.all_kat .tr .td:nth-child(2n),
.all_kat .tr .th:nth-child(2n){
  width:250px;
}
.all_kat .tr .td:nth-child(3n),
.all_kat .tr .th:nth-child(3n){
  width:80px;
}
.all_kat .tr .td:nth-child(4n),
.all_kat .tr .th:nth-child(4n){
  width: calc(100% - 420px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.all_kat .tr .td:nth-child(4n) .tdc,
.all_kat .tr .th:nth-child(4n) .thc{
  width:145px;
}
.all_kat .tr .th.rez .thc a:after{
  margin-left: 90px;
}

.all_kat .tr .th a::after {
    content: url(css/img/arrow_w.svg);
    width: 5px;
    height: 9px;
    display: block;
    position: absolute;
    margin-top: -30px;
    margin-left: 50px;
}
.all_kat .td.place {
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    color: #161616;
    padding: 12px 15px;
}
.all_kat .td.atlet {
    font-weight: bold;
    font-size: 16px;
    line-height: 180%;
    text-decoration-line: underline;
}
.all_kat .td.atlet a {
    color: #161616;
}
.all_kat .td.ball {
    font-weight: bold;
    font-size: 15px;
    line-height: 3;
    color: #161616;
}
.all_kat .td a.result,
.all_kat .td div.result {
    font-weight: normal;
    font-size: 13px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #161616;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 12px 0;
}
.all_kat .td a.result{
    cursor:pointer;
}
.all_kat .td a.result span,
.all_kat .td div.result span {
    width: auto;
}
.all_kat .tr .td:nth-child(4n) .tdc.result .title_rez{
  display: none;
}
@media (max-width: 1200px){
  .all_kat .tr .th a::after {
    margin-top: -37px;
    margin-left: 90px
  }
  .all_kat .tr .th:nth-child(4n) .thc {
    display: none;
  }
  .all_kat .td a.result,
  .all_kat .td div.result {
    flex-direction: column;
  }
  .all_kat .tr .td:nth-child(4n) .tdc.result .title_rez {
    display: block;
  }
}
@media (max-width: 1024px){
  .all_kat .tr .th a::after {
    margin-top: -30px;
    margin-left: 50px;
  }
}
@media (max-width: 767px){
  .all_kat .tr .th a::after {
    margin-top: -25px;
    margin-left: 60px;
  }
  .all_kat .td.place {
    font-size: 20px;
  }
  .all_kat .td a.result,
  .all_kat .td div.result {
    padding: 0;
  }
  .all_kat .tr .td:nth-child(4n) .tdc.result:first-child .title_rez{
    padding-top: 12px;
  }
  .work_ch, .work_al, .work_pt, .work_ok, .work_kryshka {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
@media (max-width: 639px){
  .all_kat .tr .td:nth-child(4n) .tdc.result:first-child .title_rez{
    padding-top: 0;
  }
  .all_kat .tr .td:nth-child(4n), .all_kat .tr .th:nth-child(4n) {
    width: 100%;
  }
}
/*----**/
  .result_reg{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    justify-content: space-between;
  }
  .all_kat .select2,
  .all_kat .select1{
    width: 290px;
    border: 1px solid #BFC6CF;
    margin-right: 10px;
  }
  .all_kat .select{
    width: 192px;
    border: 1px solid #BFC6CF;
    margin-right: 10px;
  }
  .all_kat .slct::after {
    right: unset;
    left: unset;
    margin-top: 0;
    position: relative;
    display: inline-block;
  }
  .all_kat .slct::after {
    margin-right: 10px;
    float: right;
  }
  .all_kat .slct{
    padding-left: 10px;
    line-height: 44px;
  }
  .all_kat .select .drop{
    margin-left: -1px;
    width: 192px;
  }
  .all_kat .select2 .drop,
  .all_kat .select1 .drop{
    margin-left: -1px;
    width: 290px;
  }
.all_kat .character{
  width: 534px;
  height: 242px;
  background: #FFFDF5;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  padding: 25px;
}
.all_kat .character.red{
    width:280px;
    height:auto;
    padding:15px;
    border: 1px solid red;
    max-width: 100%;
    max-height: 242px;
}
.all_kat .character.red .work_al,
.all_kat .character.red .work_ch{
    width:auto;
    height:auto;
    padding: 0 20px 0px 30px;
}
.all_kat .character-video{
  width: 800px;
  height: 400px;
  background: #FFFDF5;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  padding: 0;
  left: 50%;
  margin-left: -400px;
}
.all_kat .character .avatar{
  border-radius: 0;
  width: 189px;
  height: 189px;
}
.all_kat .character .char_block{
  display: block;
  margin-left: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  color: #161616;
}
.all_kat .character.red .char_block{
    margin-left: 0;
    color: red;
    line-height: normal;
}
.all_kat .character .char_block .name{
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.025em;
  color: #161616;
  margin-bottom: 5px;
}
.char-close{
  position: absolute;
  display: block;
  top: 0;
  right: 10px;
  font-size: 25px;
  z-index: 10;
  cursor: pointer;
}
.click{
  cursor: pointer;
  float: right;
  width: 0; 
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000000;
  border-bottom: none;
  margin-top: 15px;
}
.click.active{
  border-top: none;
  border-bottom: 10px solid #000000;
}
.spis,
.pol_main,
.kat_main{
  list-style-type: none;
}
.pol_main span,
.kat_main span{
  border: 1px solid #c4c4c4;
  padding: 5px 15px;
  width: 100%;
  display: inline-block;
}
.pol_list,
.kat_list{
  display: none;
}
.pol_list.active,
.kat_list.active{
  display: block;
}
.all_kat .page-title{
    margin-left: 15px;
}
.all_kat .kat_main{
    margin-left: -30px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 40px;
  }
  .nav > li > a {
      padding: 10px 11px;
      font-size: 18px;
  }
}
@media (max-width: 767px) {
  h1{
      font-size: 1em;
      font-weight: bold;
      margin-bottom: 10px;
      margin-top: 0px;
  }
  .all_kat{
    font-size: 16px;
    width: 100%;
  }
  .all_kat .page-title{
    margin-left: 0;
  }
  .all_kat ul{
    padding: 0;
    width: 100%;
  }
  .all_kat .kat_main{
    margin-left: 0;
  }
  .click{
    margin-top: 5px;
  }
  .spis, .pol_main, .kat_main {
    max-width: 100%;
  }
}
/* Youtube */
.live__video{
  margin-top: 40px;
  width: 100%;
  height: 550px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media(max-width: 992px){
  .live__video{
    height: 350px;
  }
}
@media(max-width: 576px){
  .live__video{
    height: 320px;
  }
}
.live__video iframe{
  width: 100%;
  height: 100%;
}
.live__video .play__video{
  cursor: pointer;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #3d3d3d;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 10;
  opacity: 1;
  transition: opacity 1s;
}
.live__video .play__video svg{
  width: 50px;
  height: 50px;
  fill: #ffffff;
}
.live__video .play__video #pause{
  display: none;
}
.live__video .play__video.play__video--stop{
  opacity: 0;
}
.live__video:hover .play__video{
  opacity: 1;
}
.live__video .play__video.play__video--stop #pause{
  display: block;
}
.live__video .play__video.play__video--stop #play{
  display: none;
}

.live__video:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
.live__video.hidden-button .play__video{
  opacity: 0;
}
/* Youtube */

/* viewer */

  .broadcast{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc( 100% - 10px );
  }
  .broadcast__image img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .broadcast .form {
    margin:;
  }
  .broadcast .form .form-group {
    position: relative;
  }
  .broadcast__page .btn-danger{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    margin: 0 0 0 auto;
  }
  .form-group.viewer_news{
    font-size: 10px;
  }
  .um-login .form-group.error,
  .um-login .form-group.message{
    display: block;
    width: 100%;
    text-align: center;
  }
  .form-group.kryshka{
    visibility:hidden;
  }
  @media(max-width: 768px){
    .broadcast{
      margin: 0 -15px;
    }
    .broadcast .form{
      flex: 0 0 calc( 100% / 1 - 30px );
      width: calc( 100% / 1 - 30px );
      margin: 0 15px;
    }
    .broadcast__page .btn-danger,
    .broadcast .form .btn-danger{
      height: 40px;
      padding: 0 20px;
      font-size: 18px;
    }
  }
  @media(max-width: 991px){
    .broadcast .form .viewer_news:hover::after,
    .broadcast .form .viewer_news:after{
      content: attr(data-title);
      padding: 0;
      border: 0;
      position: static;
      font-size: 15px;
    }
  }
  .broadcast__logined{
    display: flex;
    margin-bottom: 75px;
    flex-wrap: wrap;
  }
  .broadcast__logined .broadcast__chat iframe{
    height: 100% !important;
  }
  .broadcast__logined .broadcast__video{
    flex: unset;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .broadcast__logined .broadcast__chat{
    position: relative;
    flex: unset;
    max-width: 100%;
    width: 100%;
  }
  .broadcast__logined__bottom{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .broadcast__logined__bottom a{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media(max-width: 1200px){
    .broadcast__logined .broadcast__video{
      flex: unset;
      max-width: 100%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px;
    }
    .broadcast__logined .broadcast__chat{
      position: relative;
      flex: unset;
      max-width: 100%;
      width: 100%;
    }
  }
/* viewer */
.broadcast__sign-in h3,.broadcast__register h3{
    font-family: Aeroport;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.025em;
    color: #252525;
  }
  .um-login .form-group{
    width: 100%;
    display: inline-flex;
    margin-bottom: 0;
  }
  .um-login .form-group .select2,
  .um-login .form-group .select1,
  .um-login .form-group .select{
    display:flex;
    width: calc(100% - 24px);
    font-family: Aeroport;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    padding: 6px 12px;
    border-bottom: 1px solid #A5A5A5;
    opacity: 1;/*0.8;*/
    z-index: 110;
  }
  .um-login .form-group .select{
    margin-left: -10px;
  }
  .um-login .form-group .select2,
  .um-login .form-group .select1{
    margin-left: -50px;
  }
  .um-login .form-group input.form-control{
    font-family: Aeroport;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    display: flex;
    align-items: center;
    color: #252525;
    opacity: 0.8;
    border: none;
    border-bottom: 1px solid #A5A5A5;
    height:50px;
    box-shadow: none;
  }
  .um-form form label{
     font-family: Aeroport;
    font-style: normal;
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
    margin-bottom: 0;
    padding: 6px;/*6px 6px 6px 12px;*/
  }
  .um-form form label[for="category2"],
  .um-form form label[for="category1"]{
    line-height: 120%;
   }
  /*.um-form */
  form input[type="checkbox"]{display:none;}
  .um-form .h-spacer {
    height: 2px;
    margin: 20px 0px;}

  .slct {
    display: block;
    background-color: transparent;
    text-decoration: none;
    width: 100%;/*auto;*/
    padding: 0;/*10px 15px 10px 10px;*/
    color: #252525;
    background-position: 290px -145px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    z-index: 110;
  }
  .slct:after{
    content:url(css/img/arrow.svg);
    height: 7px;
    width: 13px;
    display: block;
    margin-top: -30px;
    position: absolute;
    right: 30px;
    z-index: 110;
  }
.slct.active {
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}
.drop {
  margin: 0;
  padding: 0;
  width: auto;/*310px;*/
  border: 1px solid #cecece;
  border-top: 1px solid #e8e8e8;
  border-top: none;
  display: none;
  position: absolute;
  background: #fff;
  /*z-index: 120;*/
}
.um-login .form-group .select2,
.um-login .form-group .select,
.um-login .form-group .select1{
  margin-left: 0;
}
.um-login .form-group .select1{
  z-index: 120;
}
.um-login .form-group .select .drop{
    /*width: 263px;*/
    top: 40px;
    width: 304px;
    margin-left: -12px;
    z-index: 120;
}
.um-login .form-group .select2 .drop,
.um-login .form-group .select1 .drop{
    top: 40px;
    width: 244px;
    margin-left: -12px;
}
.drop li {
  list-style: none;
  border-top: 1px dotted #e8e8e8;
  cursor: pointer;
  display: block;
  padding: 4px 15px 4px 25px;
  background-position: 10px -119px;
}
.drop li a {
  color: #444;
}
.drop li:hover {
  background-color: #e8e8e8;
}
.drop li:hover a {
  color: #222;
}
.lk-form{
  max-width: 100%;
  display:flex;
  flex-wrap: wrap;
}
.add_result .btn-huge,
.lk-form .btn-huge{
  width:320px;
  margin-left: auto;
  margin-right: auto;
}
.video-background{
  margin-bottom: 40px;
}
.video-foreground,
.video-background iframe {
  font-size: 0;
}
.video-foreground {
  position: relative;
  padding-bottom: 30%;
  overflow: hidden;
}
iframe {
  position: absolute;
  width: 100%;
  height: 133%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 0;
}
@media(max-width: 1024px){
  .banner_logo {
    height: 244px;
    margin-top: -347px;
    margin-bottom: 103px;
  }
  #burpee .navbar a {
    font-size: 16px;
  }
  h1 {
    font-size: 30px;
  }
  body {
    font-size: 16px;
  }
  .footer .fsite4all .img-responsive {
    margin-bottom: 0;
  }
  .all_kat .select,
  .all_kat .select .drop {
    width: 160px;
  }
  .all_kat .select2,
  .all_kat .select1,
  .all_kat .select1 .drop {
    width: 255px;
  }
  .all_status {
    width: 100%;
  }
  .all_kat td.place {
    font-size: 20px;
  }
  .all_status div {
    padding-top: 10px;
  }
}
@media(max-width: 992px){
  .banner_news {
    height: 396px;
  }
  .anons-title.h3 {
    font-size: 42px;
  }
  .gallery__slider .item .img {
    height: 268px;
  }
  .gallery__control .arrow {
    top: 60%; 
  }
  .gallery__control .arrow--prev {
    margin-left: -6px;
  }
  .gallery__control .arrow--next {
    margin-right: -6px;
  }
  #burpee .navbar a {
    font-size: 15px;
  }
  #menu-item-125::before {
    top: 5px;
  }
  .article .anons-img {
    height: 210px;
  }
  .footer .organizator{
    text-align: left;
  }
  .footer  .organizator .img-responsive{
    margin: 0;
  }
  .result_reg {
    justify-content: center;
    flex-wrap: wrap;
  }
  .all_status {
    width: auto;
  }
  .all_kat table {
    width: auto;
    overflow: scroll;
  }
  .lk_oplata::before {
    width: 26px;
    height: 26px;
  }
  .lk_oplata {
    right: 5px;
    top: 0;
  }
  .work_descr {
    font-size: 14px;
    padding: 15px 0;
  }
  .work_ch, .work_al, .work_pt, .work_ok,
  .work_kryshka {
    font-size: 13px;
  }
  .work_par label {
    width: 48%;
    font-size: 13px;
  }
  .btn-huge {
    margin-top: 20px;
  }
}
@media(max-width: 767px){
  body {
    line-height: 1.4;
  }
  h3 {
    font-size: 22px;
  }
  .fcontacts a {
    font-size: 14px;
  }
  .anons-lid {
    margin-bottom: 15px;
  }
  .article .anons-img {
    height: 170px;
  }
  .banner_top {
    height: 290px;
  }
  .banner_logo_page{
    height: 120px;
  }
  .banner_logo, .banner_hover {
    height: 290px;
    margin-top: -290px;
  }
  .banner_logo {
    height: 159px;
    margin-top: -226px;
    margin-bottom: 67px;
  }
  .articles {
    margin-top: 30px;
  }
  .article {
    width: 50%;
  }
  .all_kat table {
    width: auto;
    overflow: scroll;
  }
  .lk_oplata {
    right: 15px;
    top: 2px;
    width: 90px;
    font-size: 13px;
    line-height: 1.2;
  }
  .lk {
    justify-content: space-between;
  }
  .lk-form {
    max-width: calc(100% - 177px);
  }
  .lk_param label {
    line-height: 170%;
  }
  .add_result .btn-huge, .lk-form .btn-huge {
    width: 270px;
  }
  .work h1 {
    font-size: 30px;
  }
  .work_detail {
    width: 48%;
    margin-bottom: 25px;
  }
  .lwa-modal.uimob529 {
    width: 100%;
    max-width: 320px;
  }
  .lwa-modal {
    width:320px;
    margin-left: -160px;
    padding: 10px 25px 30px;
  }
  .broadcast {
    width: 100%;
  }
  .broadcast .form {
    flex: unset;
    width: 100%;
  }
  .broadcast__sign-in h3, .broadcast__register h3 {
    font-size: 33px;
  }
  .um-login .broadcast__register .form-group input.form-control,
  .um-login .broadcast__sign-in .form-group input.form-control{
    width: 100%;
  }
  .um-form form.broadcast_update .lk_params {
    padding: 25px 5px;
    width: 100%;
  }
  .um-form form.lk-form{
    max-width: 100%;
  }
  .um-form form.broadcast_update .lk_param {
    font-size: 20px;
  }
  .um-form form label {
    padding: 6px;
  }
  .form-control {
    width: calc(100% - 122px);
  }
  .add_result.form {
    padding: 20px;
  }
  .add_result.form h1 {
    font-size: 24px;
  }
  .work_date {
    font-size: 26px;
  }
  .add_result .work_descr {
    width: 100%;
    margin-top: 0;
  }
  .um-form form.add_result .form-group.agreement label {
    padding-left: 50px;
  }
  .add_result label span {
    margin-left: 0;
    font-size: 14px;
    line-height: 1;
  }
  .um-form form label {
    font-size: 14px;
  }
  .add_result input {
    height: 40px;
  }
  .um-form form.add_result label {
    line-height: 1;
    height:40px;
    width: 100px;
  }
  .add_result input {
    height: 40px;
    width: calc(100% - 100px);
  }
  .um-login .broadcast__register {
    flex-direction: column;
  }
  .um-login .broadcast__register .form-group {
    width: 100%;
  }

}
@media(max-width: 639px){
  .center {
    flex-direction: column;
  }
  .center .center_block {
    width: 100%;
    padding: 0 15px 0;
  }
  .video-background {
    margin-bottom: 40px;
    height: 140px;
  }
  .video-foreground {
    height: 140px;
  }
  .articles {
    flex-direction: column;
  }
  .article {
    width: 100%;
  }
  .article .anons-date {
    margin-bottom: 15px;
  }
  .banner_news {
    height: 200px;
  }
  .gallery__slider .item .img {
    height: 154px;
  }
  .gallery__slider .item {
    height: 154px;
  }
  .article .anons-img {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .gallery__control .arrow--prev {
    margin-left: 0;
  }
  .gallery__control .arrow--next {
    margin-right: 0;
  }
  .all_status {
    /*flex-direction: column;*/
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
  }
  .lk {
    flex-direction: column;
    justify-content: flex-start;
  }
  .lk_oplata {
    position: relative;
    top: unset;
    right: unset;
    width: auto;
    padding-top: 7px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .lk_avatar {
    margin-right: auto;
    margin-left: auto;
  }
  .lk-form {
    max-width: 100%;
    width: 100%;
  }
  .lk_params {
    width: 100%;
    padding-left: 0;
  }
  .work {
    flex-direction: column;
    justify-content: flex-start;
  }
  .work_detail {
    width: 100%;
  }
  .footer {
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer .organizator {
    text-align: center;
  }
  .footer .fsite4all a,
  .footer .organizator a{
    width: 100%;
    display: block;
    text-align: center;
  }
  .footer .fsite4all .img-responsive,
  .footer .organizator .img-responsive {
    margin-left: auto;
    margin-right: auto;
    float: unset;
  }
  .fsite4all {
    float: unset;
    text-align: center;
  }

}
#p_prldr{
display: none;
position: fixed;
left: 0;
top: 0;
right:0;
bottom:0;
background: #ffffff;
z-index: 130;}
 
.contpre small{font-size:25px;}
 
.contpre{
width: 250px;
height: 100px;
position: absolute;
left: 50%;top: 48%;
margin-left:-125px;
margin-top:-75px;
color:#000000;
font-size:40px;
letter-spacing:-2px;
text-align:center;
line-height:35px;}
 
#p_prldr .svg_anm {
position: absolute;
width: 41px;
height: 41px;
background: url(css/img/tail-spin.svg) center center no-repeat;
background-size:41px;    
margin: -16px 0 0 -16px;
}
.futb_img{
    left: 50%;
    margin-left: -300px;
    top: 20px;
    width: 600px;
    height:600px;
    z-index: 0;
    position: absolute;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    vertical-align: middle;
}
.lwa-modal-screen{
    position: relative;
    height: 0;
    width: 0;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 0;
    display: none;
    top: 0;
    left: 0;
}
.futbolka.hover .lwa-modal-screen{
    display:block;
    position: fixed;
    z-index:120;
    height: 640px;
    width: 640px;
    left: 50%;
    top:80px;
    margin-left: -320px;
}
.futb textarea.form-control{
  display: none;
  height: auto;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #A5A5A5;
}

@media(max-width:767px){
    .futb_img{
        margin-left: -160px;
        top: 10px;
        width: 320px;
        height:320px;
    }
    .futbolka.hover .lwa-modal-screen{
        height: 340px;
        width: 340px;
        top:20px;
        margin-left: -170px;
    }
}
.rez_comment{
    border: 1px solid #ED1C24;
    padding: 2px 8px;
    color: #ED1C24;
    background:#FFFDF5;
}
.add_result .rez_comment{margin-top:10px;}
.footer-partners{display: -webkit-flex;display: flex;flex-wrap: wrap;flex-direction: row;justify-content:space-between;}
.footer-partners a:first-child{margin-right:15px}