/*Шрифты*/
@import "fonts/fonts.css";

/*Стандартные стили*/
*[unselectable=on] {
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

* {
  margin: 0;
  padding: 0;
}

*:not([face]) {
  font-family: 'Ubuntu Condensed', sans-serif;
}

html, body {
  height: 100%;
}

html {
  position: relative;
  -webkit-text-size-adjust: none;
}

img {
  vertical-align: middle;
}

a, a:hover {
  text-decoration: none;
}

a, button {
  outline: none;
}

.clear {
  clear: both;
  height: 0;
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: auto;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.hide {
  display: none;
}

.show {
  display: block;
}

/*Оболочка сайта*/
body {
  background-color: #e8e8e8;
}

body.fixed-menu {
  padding-top: 157px;
  box-sizing: border-box;
}

.wrapper {
  position: relative;
  box-sizing: border-box;
  width: 1216px;
  margin: auto;
}

.wrapper.with-top-margin {
  margin-top: 44px;
}

.content {
  padding-bottom: 155px;
  box-sizing: border-box;
  min-width: 1216px;
  min-height: 700px;
  position: relative;
  z-index: 1;
}

.content.with-sponsors {
  padding-bottom: 366px;
}

div.header {
  position: relative;
  z-index: 2;
  background-color: #1c2029;
  height: 153px;
  border-bottom: 4px solid #ff4847;
}

div.header .header-logo {
  display: inline-block;
  width: 176px;
  height: 153px;
  transition: .2s;
}

div.header .header-logo img {
  width: 100%;
  height: 100%;
}

div.header .header-cont {
  padding: 0 30px 0 26px;
  width: calc(100% - 30px - 26px - 148px - 176px);
}

div.header .header-cont-title {
  display: inline-block;
  font-size: 33px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 96px;
}

div.header .header-cont-menu {
  width: 100%;
  border-top: 1px solid #2e374a;
}

div.header .header-socials {
  width: 148px;
}

div.header .header-socials-links {
  text-align: right;
  padding: 30px 0;
}

div.header .header-socials-links > a {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url('img/socials-spray.png');
}

div.header .header-socials-links > a:not(:first-child) {
  margin-left: 2px;
}

div.header .header-socials-links > a.vk-first {
  background-position: 0 0;
}

div.header .header-socials-links > a.vk-second {
  background-position: -40px 0;
}

div.header .header-socials-links > a.in {
  background-position: -80px 0;
}

div.header .header-socials-links > a.yt {
  background-position: -120px 0;
}

div.header .header-socials-btn {
  display: block;
  width: 100%;
  height: 57px;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 57px;
  background-color: #292f3c;
}

div.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 57px;
}

div.header.fixed .header-logo {
  width: 64px;
  height: 56px;
}

/*div.header.fixed .header-cont {
  padding-left: 138px;
}*/

div.header.fixed .header-socials-links,
div.header.fixed .header-cont-title {
  display: none;
}

.header__hamburger {
 display: none;
}

.main-menu {
  position: relative;
}

.main-menu > ul {
  list-style-type: none;
  position: relative;
}

.main-menu > ul > li {
  float: left;
}

.main-menu > ul > li.active {
  background-color: #ff4847;
  border-bottom: 4px solid #ff4847;
}

.main-menu > ul > li:hover:not(.active) {
  background-color: #292f3c;
}

.main-menu > ul > li > a {
  display: block;
  height: 100%;
  line-height: 55px;
  cursor: pointer;
  text-align: center;
  padding: 0 28px;
}

.main-menu > ul > li > a > span {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}

.main-menu > ul > li.has-submenu:hover:not(.active) {
  border-bottom: 4px solid #292f3c;
}

.main-menu > ul > li.has-submenu > ul.submenu {
  list-style-type: none;
  position: absolute;
  top: 60px;
  background-color: #3a404f;
  padding: 16px 0 24px;
  transform: translateY(-4px);
  opacity: 0;
  transition: all 0s;
  z-index: 4;
  visibility: hidden;
}

.main-menu > ul > li.has-submenu > ul.submenu.fadeshow {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.3s;
  visibility: visible;
}

.main-menu > ul > li.has-submenu > ul.submenu > li {
  position: relative;
  display: block;
  min-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.main-menu > ul > li.has-submenu > ul.submenu > li:hover {
  background-color: #292f3c;
}

.main-menu > ul > li.has-submenu > ul.submenu > li > a {
  height: 100%;
  display: block;
  line-height: 32px;
  padding-right: 34px;
  cursor: pointer;
}

.main-menu > ul > li.has-submenu > ul.submenu > li > a > span {
  font-size: 18px;
  color: #ffffff;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}

.main-menu > ul > li.has-submenu > ul.submenu > li.active > a > span,
.main-menu > ul > li.has-submenu > ul.submenu > li:hover > a > span {
  text-shadow: 0 0 0 #000000;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 155px;
  box-sizing: border-box;
  background-color: #252a36;
}

.footer.with-sponsors {
  height: 366px;
}

.footer .footer-cont {
  height: 135px;
}

.footer .footer-copyright {
  padding-top: 36px;
  box-sizing: border-box;
  font-size: 15px;
  color: #ffffff;
  line-height: 22px;
}

.footer .footer-copyright a {
  color: #ffffff;
}

.footer .footer-copyright a:hover {
  text-decoration: underline;
}

.footer .footer-socials {
  padding-top: 54px;
  text-align: right;
}

.footer .footer-socials > a {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url('img/socials-spray.png');
}

.footer .footer-socials > a:not(:first-child) {
  margin-left: 17px;
}

.footer .footer-socials > a.vk-first {
  background-position: 0 0;
}

.footer .footer-socials > a.vk-second {
  background-position: -40px 0;
}

.footer .footer-socials > a.in {
  background-position: -80px 0;
}

.footer .footer-socials > a.yt {
  background-position: -120px 0;
}

.footer .footer-auth {
  width: 166px;
  padding-top: 44px;
  box-sizing: border-box;
  text-align: right;
  display: table;
}

.footer .footer-auth-cont {
  display: table-cell;
  vertical-align: middle;
  height: 46px;
}

.footer .footer-auth .btn {
  display: inline-block;
  padding-left: 26px;
  box-sizing: border-box;
  position: relative;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  color: #ffffff;
}

.footer .footer-auth .btn:hover {
  text-decoration: underline;
}

.footer .footer-auth .btn:before {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  top: 4px;
  left: 6px;
  width: 14px;
  height: 16px;
  font-size: 13px;
  color: #ff4847;
}

.footer .footer-auth .btn.login:before {
  content: "\f023";
}

.footer .footer-auth .btn.account:before {
  content: "\f007";
}

.footer .footer-auth .btn.logoff:before {
  content: "\f13e";
}

.footer .footer-sponsors-bg {
  background-image: url('img/footer-bg.png');
}

.footer .footer-sponsors {
  height: 231px;
}

.main {
  min-height: 300px;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.main-separator {
  height: 34px;
}

.main-content {
  width: 100%;
  padding-bottom: 56px;
  box-sizing: border-box;
  position: relative;
}

.main-content.with-sidebar {
  width: 910px;
  float: left;
  margin-right: 46px;
}

.main-content.with-margin-top {
  margin-top: 60px;
}

.main-content.no-padding {
  padding-bottom: 0;
}

.main-sidebar {
  float: right;
  width: 260px;
  position: relative;
}

.main-sidebar.with-margin-top {
  margin-top: 60px;
}

.main-sidebar.left {
  padding: 0 14px 0 34px;
}

/*Основные блоки*/
.section-title {
  height: 60px;
  font-size: 36px;
  color: #000000;
  text-transform: uppercase;
}

.section-title.with-padding {
  padding-right: 30px;
  background-color: #e8e8e8;
  position: relative;
  z-index: 2;
  line-height: 24px;
}

.section-fill {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 26px;
  margin-right: 0;
  background-image: url(img/section-fill-bg.png);
}

.section-title.with-padding:after {
  content: '';
  position: absolute;
  top: -9px;
  right: -9px;
  width: 13px;
  height: 36px;
  background-color: #e8e8e8;
  transform: rotate(39deg);
}

.main-section {
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.main-section .main-section-title {
  margin-bottom: 20px;
  font-size: 28px;
  color: #000000;
  line-height: 32px;
  text-transform: uppercase;
}

.sidebar-block {
  margin-bottom: 16px;
}

.sidebar-block.no-margin {
  margin: 0;
}

/*"Пусто"*/
.empty-block {
  font-size: 16px;
  color: #000000;
  line-height: 42px;
  text-align: left;
}

/*Тэги*/
.tags {
  padding: 0 40px 26px 70px;
  position: relative;
}

.tags:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 40px;
  width: 16px;
  height: 16px;
  background-image: url(img/tag.png);
}

.tags .tag {
  float: left;
  font-size: 14px;
  color: #0089ac;
  line-height: 20px;
}

.tags .tag:not(:last-child) {
  margin-right: 20px;
}

/*Стили для <select>*/
.sfl-div-select {
  position: relative;
  display: inline-block;
  background-color: #576075;
  box-sizing: border-box;
  transition: all .1s;
  height: 44px;
  cursor: pointer;
  border-bottom: 1px solid #475065;
}

.sfl-div-select:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 44px;
  background-color: #475065;
}

.sfl-div-select:after {
  content: "\f0d7";
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 44px;
  padding-top: 16px;
  box-sizing: border-box;
  font-family: 'FontAwesome';
  font-size: 12px;
  transition: all 0.25s;
  color: #ffffff;
  text-align: center;
}

.sfl-div-select.opening:after {
  transform: scaleY(-1);
}

.sfl-div-select .sfl-div-select-title {
  text-align: left;
  padding: 0 12px;
  color: #ffffff;
  font-size: 18px;
  line-height: 44px;
  position: relative;
  max-width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sfl-div-select ul {
  position: absolute;
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0 !important;
  top: 44px;
  left: 0;
  background: #fefefe;
  width: inherit;
  z-index: 999;
  box-sizing: border-box;
}

.sfl-div-select ul li {
  height: 44px;
  padding: 0 14px;
  background-color: #646d82;
  line-height: 44px;
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
  transition: all .1s;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sfl-div-select ul li.active,
.sfl-div-select ul li:hover {
  background-color: #576075;
}

/*Главное подменю*/
.main-sub-menu {
  width: 100%;
  background-color: #000000;
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.main-sub-menu > ul {
  list-style-type: none;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #b3b3b3;
}

.main-sub-menu > ul > li {
  float: left;
}

.main-sub-menu > ul > li:not(:last-child) {
  margin-right: 12px;
}

.main-sub-menu > ul > li > a {
  font-size: 14px;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  padding: 0 16px;
  box-sizing: border-box;
}

.main-sub-menu > ul > li:hover > a,
.main-sub-menu > ul > li.active > a {
  color: #ffff33;
}

.main-sub-menu > ul > li.has-submenu > a {
  text-align: left;
  padding-right: 24px;
}

.main-sub-menu > ul > li.has-submenu > a:before,
.main-sub-menu > ul > li.has-submenu > a:after {
  content: '';
  height: 6px;
  width: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 24px;
  transition: all 0.25s;
}

.main-sub-menu > ul > li.has-submenu > a:before {
  right: 14px;
  transform: rotate(-45deg);
}

.main-sub-menu > ul > li.has-submenu > a:after {
  right: 10px;
  transform: rotate(45deg);
}

.main-sub-menu > ul > li.has-submenu.open > a:before {
  right: 14px;
  transform: rotate(45deg);
}

.main-sub-menu > ul > li.has-submenu.open > a:after {
  right: 10px;
  transform: rotate(-45deg);
}

.main-sub-menu > ul > li.has-submenu > ul.submenu {
  list-style-type: none;
  display: none;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 53px;
  right: 14px;
}

.main-sub-menu > ul > li.has-submenu > ul.submenu > li {
  float: left;
}

.main-sub-menu > ul > li.has-submenu > ul.submenu > li:not(:last-child) {
  margin-right: 12px;
}

.main-sub-menu > ul > li.has-submenu > ul.submenu > li.active {
  background-color: #09aa1e;
}

.main-sub-menu > ul > li.has-submenu > ul.submenu > li > a {
  font-size: 14px;
  color: #ffffff;
  padding: 0 13px 0 16px;
  height: 100%;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
}

.main-sub-menu > ul > li.has-submenu > ul.submenu > li.active > a,
.main-sub-menu > ul > li.has-submenu > ul.submenu > li:not(.active):hover a {
  color: #ffffff;
}

/*Меню в сайдбаре*/
.sidebar-menu {
  background-color: #292f3c;
  width: 100%;
}

.sidebar-menu > ul {
  list-style-type: none;
}

.sidebar-menu > ul > li {
  height: 44px;
  width: 100%;
  transition: all .5s;
  position: relative;
}

.sidebar-menu > ul > li:not(:last-child) {
  border-bottom: 1px solid #4f545e;
}

.sidebar-menu > ul > li.active {
  background-color: #ff4847;
}

.sidebar-menu > ul > li:not(.active):hover {
  background-color: #1c2029;
}

.sidebar-menu > ul > li:before {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  left: 16px;
  width: 8px;
  height: 8px;
  transition: all 0.2s;
  border: 2px solid #ff4847;
  transform: rotate(45deg);
}

.sidebar-menu > ul > li:hover:before,
.sidebar-menu > ul > li.active:before {
  border-color: #ffffff;
}

.sidebar-menu > ul > li:hover:not(.active):before {
  transform: rotate(135deg);
}

.sidebar-menu > ul > li > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 42px;
}

.sidebar-menu > ul > li > a > span {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
}

/*Логотип*/
a.entity-logo,
div.entity-logo {
  border: 1px solid rgba(157, 159, 161, 0.3);
  border-radius: 3px;
  background-color: #ffffff;
  padding: 2px;
}

a.entity-logo > img,
div.entity-logo > img {
  width: 100%;
  height: 100%;
}

/*Чекбокс*/
.sfl-checkbox {
  display: table-cell;
}

.sfl-checkbox .sfl-checkbox-check {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  border: 1px solid #cdcfd4;
}

.sfl-checkbox .sfl-checkbox-check.disabled {
  border-color: rgba(66, 77, 88, 0.5);
}

.sfl-checkbox .sfl-checkbox-check.disabled:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.5;
}

.sfl-checkbox .sfl-checkbox-check:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #ff4847;
}

.sfl-checkbox .sfl-checkbox-check.checked:before {
  content: "\f00c";
}

.sfl-checkbox > span {
  display: inline-block;
  margin-left: 9px;
  vertical-align: middle;
  cursor: pointer;
  color: #636363;
}

/*Табы*/
.sfl-tabs {
  background-color: #475065;
}

.sfl-tabs > ul {
  list-style-type: none;
}

.sfl-tabs > ul > li {
  float: left;
}

.sfl-tabs > ul > li > a {
  cursor: pointer;
  display: block;
  padding: 0 26px;
  font-size: 17px;
  color: #ffffff;
  line-height: 44px;
}

.sfl-tabs > ul > li.active {
  background-color: #ff4847;
}

.sfl-tabs.tabs-style-2 {

}

.sfl-tabs.tabs-style-2 > ul > li.active {
  background-color: #9097a8;
}

.sfl-tabs.tabs-style-2 > ul > li > a {
  font-size: 15px;
  line-height: 46px;
  cursor: pointer;
  padding: 0 22px;
}

/*Кнопка перехода к списку*/
.go-to-all {
  display: block;
  width: 100%;
  margin: auto;
  background-color: #ff4847;
  font-size: 15px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.go-to-all:hover {
  background-color: #fd6362;
}

/*Кнопка возврата назад*/
.back-btn-cont {
  text-align: center;
  margin-top: 28px;
}

.back-btn-cont .back-btn {
  padding: 10px 10px 10px 30px;
  font-size: 14px;
  line-height: 28px;
  color: #0089ac;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}

.back-btn-cont .back-btn:hover {
  background-color: #c7c7c7;
  border-radius: 4px;
}

.back-btn-cont .back-btn:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 8px;
  width: 12px;
  height: 11px;
  background-image: url(img/back-arrow.png);
}

/*Сортировка таблиц*/
table thead th.header {
  position: relative;
  cursor: pointer;
}

table thead th.header:before {
  content: "\f0dc";
  font-family: 'FontAwesome';
  position: absolute;
  right: 8px;
  top: 16px;
  font-size: 14px;
}

table.so-many-columns thead th.header:before {
  right: 0;
}

table thead th.header.headerSortDown:before {
  content: "\f0dd";
}

table thead th.header.headerSortUp:before {
  content: "\f0de";
}

/*Dropdown*/
ul.sfl-dropdown {
  display: none !important;
}

.sfl-dropdown {
  position: relative;
}

.sfl-dropdown .sfl-dropdown-title {
  display: block;
  cursor: pointer;
  padding: 0 32px 0 16px;
  position: relative;
}

.sfl-dropdown .sfl-dropdown-title,
.sfl-dropdown .sfl-dropdown-title a {
  font-size: 14px;
  line-height: 36px;
  color: #a4aab3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sfl-dropdown.disabled .sfl-dropdown-title:after,
.sfl-dropdown.disabled .sfl-dropdown-title:before {
  background-color: #c8c8c8 !important;
  transition: all 0s;
}

.sfl-dropdown.disabled .sfl-dropdown-title {
  color: #c8c8c8 !important;
}

.sfl-dropdown .sfl-dropdown-title:after {
  content: "\f0d7";
  font-family: 'FontAwesome';
  font-size: 12px;
  position: absolute;
  top: 1px;
  right: 12px;
  transition: all 0.25s;
  color: #a4aab3;
}

.sfl-dropdown.open .sfl-dropdown-title:after {
  transform: scaleY(-1);
}

.sfl-dropdown ul {
  position: absolute;
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0 !important;
  left: 0;
  width: inherit;
  z-index: 999;
  max-height: 266px;
  overflow-x: hidden;
  right: 0;
  background-color: #fefefe;
  opacity: 0;
  transition: all 0.25s;
  height: 0;
}

.sfl-dropdown.open ul {
  opacity: 1;
  height: auto;
  min-width: 100%;
  border: 1px solid #ff4847;
  box-sizing: border-box;
}

.sfl-dropdown ul > li {
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  transition: all .1s;
  color: #31383e;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sfl-dropdown ul > li,
.sfl-dropdown ul > li a {
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
  /* font-weight: 700; */
  text-align: center;
  background-color: #475065;
}

.sfl-dropdown ul > li a {
  display: block;
  padding: 0 16px;
}

.sfl-dropdown ul > li.active,
.sfl-dropdown ul > li.active > a {
  background-color: #576075;
  color: #ffffff;
}

.sfl-dropdown ul > li:not(.active):hover,
.sfl-dropdown ul > li:not(.active):hover > a {
  background-color: #576075;
}

/*Dropdown в сайдбаре*/
.sidebar-block .sfl-dropdown .sfl-dropdown-title {
  padding: 0 54px 0 12px;
  background-color: #292f3c;
}

.sidebar-block .sfl-dropdown .sfl-dropdown-title,
.sidebar-block .sfl-dropdown .sfl-dropdown-title a {
  font-size: 18px;
  line-height: 44px;
  color: #ffffff;
}

.sidebar-block .sfl-dropdown .sfl-dropdown-title:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 44px;
  background-color: #12151d;
}

.sidebar-block .sfl-dropdown .sfl-dropdown-title:after {
  top: 0;
  right: 0;
  width: 42px;
  height: 44px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
}

.sidebar-block .sfl-dropdown.open ul {
  border: none;
}

.build-page {
  font-size: 20px;
  color: #ff4847;
  text-align: center;
  margin-top: 100px;
}

.build-page-error {
  font-size: 30px;
  color: #ff4847;
  text-align: center;
  margin-top: 20px;
}

/*Оверлей*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #000000;
  opacity: 0.8;
}

/*Обработчик стилей для редактора*/
.imperavi-content p {
  margin-bottom: 16px;
}

.main-content.with-page-documents {
  margin-bottom: 30px;
  border-bottom: 1px solid #09aa1e;
}

.sfl-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 320px;
  height: auto;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #f6f6f6;
}

.sfl-modal .sfl-modal-title {
  position: relative;
  font-size: 22px;
  text-align: center;
  padding: 10px 28px;
  box-sizing: border-box;
}

.sfl-modal .sfl-modal-close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}

.sfl-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 1;
  background: rgba(53, 61, 61, 0.8);;
}

.load-gif-btn {
  width: 100%;
  height: 16px;
  background-image: url('../css/img/btn-loader.png');
  background-repeat: no-repeat;
  background-position: center;
  padding: 16px 0;
}

.social-widgets {
  margin-top: 10px;
}

.social-widgets.with-big-margin {
  margin-top: 50px;
}

.social-widgets .social-widget {
  float: left;
  width: 445px;
}

.social-widget.social-widget-right {
  margin-left: 20px;
}

/*Иконки документов*/
.doc-ico {
  width: 84px;
  height: 97px;
  background-image: url(img/files-spray.png);
}

.doc-ico.word {
  background-position: 0 0;
}

.doc-ico.excel {
  background-position: -101px 0;
}

.doc-ico.pdf {
  background-position: -200px 0;
  width: 93px;
}

#CookieBanner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1;
  padding: 4px 8px;
  box-sizing: border-box;
}

#CookieBanner span {
  display: block;
  width: 270px;
  font-size: 14px;
  line-height: 16px;
  margin-top: 3px;
}

#CookieBanner button {
  margin: 6px 10px;
  border: none;
  background: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  background: #4d90fe;
  line-height: 28px;
  padding: 0 12px;
}

.header-mobile-application,
.mobile-title {
  display: none;
}

@media (min-width: 480px) {
  .desktop-hide {
    display: none !important;
  }
}

@media (max-width: 481px) and (orientation: portrait) {
  .mobile-hide {
    display: none !important;
  }

  .content {
    width: 100%;
    min-width: 100%;
  }

  .main-content.with-sidebar,
  .main-content {
    width: calc(100% - 30px);
    margin: 15px;
    padding-bottom: 0;
  }

  .main-content.no-padding {
    margin: 15px 15px 0 15px;
  }

  .content.with-sponsors {
    padding-bottom: 0;
  }

  .wrapper {
    width: 100%;
  }

  .wrapper.with-top-margin {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .mobile-title {
    display: unset;
  }

  div.header .header-logo {
    float: left;
    padding-right: 10px;
  }

  div.header .header-cont {
    width: 100%;
    float: none;
    padding: 0;
  }

  div.header .header-logo,
  div.header.fixed .header-logo {
    width: 66px;
    height: 60px;
  }

  div.header .header-cont-title {
    font-size: 18px;
    line-height: 57px;
  }

  div.header .header-cont-menu {
    background-color: #292f3c;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 3px solid #ff4847;
  }

  .main-menu {
    display: none;
  }

  div.header {
    height: 103px;
    border-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  div.header.fixed {
    height: 100px;
  }

  body.fixed-menu {
    padding: 0;
  }

  .header__hamburger {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    width: 60px;
    height: 100%;
    padding: 19px 15px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    outline: none;
  }

  .header__hamburger span {
    width: 100%;
    background-color: #fff;
    height: 2px;
    display: block;
    position: relative;
  }

  .header__hamburger span:after,
  .header__hamburger span:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .header__hamburger span:before {
    top: -7px;
  }

  .header__hamburger span:after {
    bottom: -7px;
  }

  .header__hamburger.open span {
    width: 70%;
    background: transparent;
  }

  .header__hamburger.open span:before,
  .header__hamburger.open span:after {
    transition-duration: 0.2s, 0.2s;
    transition-delay: 0.2s, 0s;
  }

  .header__hamburger.open span:before {
    transition-property: top, transform;
  }

  .header__hamburger.open span:after {
    transition-property: bottom, transform;
  }

  .header__hamburger.open span:before {
    top: 0;
    transform: rotate(45deg);
  }

  .header__hamburger.open span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  .header__hamburger.open span:before,
  .header__hamburger.open span:after {
    transition-delay: 0s, 0.2s;
  }

  .main-menu {
    display: none;
  }

  .main-menu.open {
    display: block;
    height: auto;
    margin: 0 0 10px 0;
    width: 100%;
    background-color: #1c2029;
  }

  .main-menu > ul > li.has-submenu > ul.submenu {
    display: none;
    position: relative;
    top: 0;
    transform: none;
    opacity: 1;
    visibility: visible;
    padding: 0;
  }

  .main-menu > ul > li.has-submenu:hover:not(.active) {
    border-bottom: 1px solid #2e374a;
  }

  .header-mobile-application {
    display: block;
    width: 135px;
    float: left;
  }

  div.header .header-socials-btn {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }

  .main-menu > ul > li.has-submenu > ul.submenu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .main-menu > ul > li.has-submenu > ul.submenu > li:last-child {
    border-bottom: none;
  }

  div.header.fixed .header-cont-title {
    display: unset;
  }

  .main-menu > ul > li {
    float: none;
    border-bottom: 1px solid #2e374a;
  }

  .main-menu > ul > li:last-child {
    border-bottom: 0;
  }

  .main-menu > ul > li > a,
  .main-menu > ul > li > a:hover {
    line-height: 40px;
    background-color: #1c2029;
  }

  .main-menu > ul > li > a > span,
  .main-menu > ul > li.has-submenu > ul.submenu > li > a > span {
    font-size: 16px;
  }

  .main-menu > ul > li.active {
    background-color: unset;
    border-bottom: 1px solid #2e374a;
  }

  .main-menu > ul > li.active > a{
    background-color: #ff4847;
  }

  .tournament-widget {
    display: none;
  }

  .main {
    margin-bottom: 15px;
  }

  .main-separator {
    height: 15px;
  }

  .main-section {
    padding: 15px;
  }

  .media-inside .main-section {
    padding: 0;
  }

  .main-section .main-section-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .main-sidebar {
    order: 2;
    width: calc(100vw - 30px);
    margin: 0 15px 15px 15px;
    position: unset;
  }

  .sidebar-menu {
    position: absolute;
    overflow: hidden;
    width: calc(100vw - 30px);
    top: 50px;
    z-index: 2;
  }

  .sidebar-menu > ul {
    display: flex;
    flex-wrap: wrap;
  }

  .sidebar-menu > ul > li {
    display: none;
    height: 40px;
  }

  .sidebar-menu > ul.open > li,
  .sidebar-menu > ul > li.active {
    display: flex;
  }

  .sidebar-menu > ul > li.active {
    border-bottom: 0;
  }

  .sidebar-menu > ul > li > a > span {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    line-height: 40px;
  }

  .sidebar-menu > ul > li.active > a > span:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 10px;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    transition: rotate 0.5s ease;
  }

  .sidebar-menu > ul > li.active.open > a > span:after {
    transform: rotate(226deg);
    transition: rotate 1s ease;
    margin-top: -2px;
  }

  .main-sidebar-team {
    order: unset;
    margin: 15px 15px 0 15px;
  }

  .main-sidebar-team .sidebar-menu {
    position: unset;
  }

  .main-sidebar-team .sidebar-block {
    margin: 0;
  }

  .sfl-dropdown {
    width: calc(100vw - 30px);
  }

  .main-sidebar .sfl-dropdown {
    position: absolute;
    top: 70px;
  }

  .go-to-all {
    font-size: 14px;
    line-height: 40px;
  }

  .footer .footer-sponsors {
    height: auto;
  }

  .footer.with-sponsors,
  .footer .footer-cont {
    height: auto;
    position: static;
  }

  .footer-sponsors-bg {
    height: auto;
    overflow: hidden;
  }

  .footer .footer-socials {
    padding: 0;
    float: left;
  }

  .footer .footer-socials > a {
    width: 26px;
    height: 26px;
    background-size: 146px 60px;
  }

  .footer .footer-socials > a.vk-second {
    background-position: -31px 0;
  }

  .footer .footer-socials > a.in {
    background-position: -62px 0;
  }

  .footer .footer-socials > a.yt {
    background-position: -93px 0;
  }

  .footer .footer-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 15px;
  }

  .footer .footer-copyright {
    padding: 20px 0 0 0;
    order: 2;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
  }

  .footer .footer-auth-cont {
    height: auto;
  }

  .footer .footer-auth {
    float: left;
    width: auto;
    text-align: left;
    padding: 0;
  }

  .footer .footer-auth .btn {
    font-size: 16px;
    max-width: 140px;
  }

  .footer .footer-socials > a:not(:first-child) {
    margin-left: 8px;
  }

  .tags {
    padding: 0 15px 20px 40px;
  }

  .tags:before {
    left: 15px;
  }

  .back-btn-cont {
    margin-top: 15px;
  }

  .back-btn-cont .back-btn {
    display: block;
    color: #ffffff;
    width: calc(100vw - 30px);
    box-sizing: border-box;
    background-color: #9097a8;
    padding: 0 10px 0 30px;
    line-height: 40px;
  }

  .back-btn-cont .back-btn:before {
    content: '\f060';
    background-image: none;
    top: 0;
    left: 40px;
    font-family: "FontAwesome";
  }

  .sfl-tabs {
    margin: 0 0 15px 0;
  }

  .sfl-tabs > ul > li > a {
    font-size: 16px;
    line-height: 40px;
  }

  .tags .tag:not(:last-child) {
    margin-right: 12px;
  }

  .section-desc {
    margin: 20px 0 10px 0;
  }

  .embed-video {
    width: 100%;
    height: auto;
  }

  .section-title {
    height: auto;
    font-size: 20px;
    margin: 0 0 15px 0;
    line-height: 24px !important;
  }

  .section-title.with-padding {
    padding-right: 15px;
    line-height: 22px !important;
    margin: 0 0 15px 0;
  }

  .section-title.with-padding.sfl-page {
    margin: 0;
  }

  .section-fill {
    height: 20px;
  }

  .imperavi-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .sfl-tabs.tabs-style-2 > ul > li > a {
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
  }

  table thead th.header:before {
    display: none;
  }

  table thead th.header {
    white-space: nowrap;
  }

  .sidebar-block .sfl-dropdown .sfl-dropdown-title,
  .sidebar-block .sfl-dropdown .sfl-dropdown-title a {
    font-size: 16px;
    line-height: 40px;
  }

  .empty-block {
    font-size: 14px;
  }
}
