body {
  height: 100%;
  min-width: 320px;
  margin: 0;
  background: #0c314e;
  font-family: Roboto, Roboto Local, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  color: #333;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body {
    overflow-y: scroll;
  }
}

button {
  font-family: Roboto, Roboto Local, Arial, sans-serif !important;
}

#maincontent {
  position: relative;
  padding-top: 97px;
  width: 100%;
  margin: auto;
}

.clear {
  clear: both;
  overflow: hidden;
}

a {
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  color: #34679a;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

#_box {
  height: auto;
}

@media screen and (max-width: 1020px) {
  .paymentsTLBut {
    display: none;
  }
}

.paymentsTLBut {
  transition: all 0.15s ease;
}

.c-registration {
  position: relative;
  box-sizing: border-box;
  padding: 1.875em;
  width: 100%;
  border-radius: .1875em;
  background-color: #fff;
  font-size: 16px;
}

@media (max-width: 1149px) {
  .c-registration {
    font-size: 14px;
  }
}

.c-registration * {
  box-sizing: border-box;
}

.c-registration__title {
  margin: .65217em 0em .65217em;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4375em;
  font-weight: 700;
  line-height: 1.2;
  color: #23507d;
}

.c-registration__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: .9375em .9375em .9375em;
  border: 1px solid #d7e5f1;
}

.c-registration__fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-registration__rules {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  font-size: 16px;
  line-height: 1.35;
  color: #23507d;
}

.c-registration__rules p,
.c-registration__rules li {
  margin: 0 0 10px;
}

.c-registration__rules h1 {
  margin: 0 0 10px;
  font-size: 30px;
}

.c-registration__rules h2,
.c-registration__rules h3,
.c-registration__rules h4 {
  margin: 0.8em 0;
}

.c-registration__rules img {
  display: block;
  margin: 0 auto;
}

.c-registration__rules table {
  border-collapse: collapse;
  color: #23507d;
  margin: 0 auto;
}

.c-registration__rules td {
  border: 1px solid #23507d;
  padding: 10px;
}

.c-registration__page {
  position: relative;
  z-index: 0;
  padding: 3.625em 0em;
  background: #0e1f31 url("/img/bg.png") top no-repeat;
  background-size: cover;
  font-size: 1.33333em;
}

.c-registration__page .c-registration__wrap {
  margin: 0 auto;
}

.c-registration__page::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
}

.c-registration__page::after {
  background-color: rgba(34, 79, 124, 0.5);
}

.c-registration__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 50em;
  margin-left: auto;
}

@media (max-width: 1149px) {
  .c-registration__wrap {
    max-width: 43.75em;
  }
}

.information-page.registration {
  min-height: 90.4vh;
}

.information-page.registration #sports_right {
  width: auto !important;
  min-width: 6.25em;
  overflow: initial !important;
}

.information-page.registration .info-nav-menu__item {
  height: 3.91667em;
}

.information-page.registration .info-nav-menu__link {
  padding: 0em 0em 0em 3.92857em;
  position: absolute;
  width: 3.92857em;
  min-width: 3.92857em;
  overflow: hidden;
  right: .71429em;
}

.information-page.registration .info-nav-menu__link span {
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.4s ease-in-out;
}

.information-page.registration .info-nav-menu__link:hover {
  padding: 0em .71429em 0em 3.92857em;
  width: auto;
  min-width: 17.85714em;
  box-shadow: -.14286em .14286em .71429em 0 rgba(0, 0, 0, 0.5);
}

.information-page.registration .info-nav-menu__link:hover span {
  opacity: 1;
}

.information-page.registration .information__wrapper {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

@media (max-width: 1274px) {
  .information-page.registration .information__wrapper .c-registration {
    font-size: 14px;
  }
}

@media (max-width: 1109px) {
  .information-page.registration .information__wrapper .c-registration {
    font-size: 12px;
  }
}

@media (max-width: 1274px) {
  .information-page.registration .information__wrapper .c-registration__wrap {
    max-width: 43.75em;
  }
}

@media (max-width: 1109px) {
  .information-page.registration .information__wrapper .c-registration__wrap {
    max-width: 37.5em;
  }
}

.information-page.registration .information__wrapper .c-registration__page {
  height: 100%;
}

.information-page.registration + footer.l-main__footer {
  margin-right: 0;
}

.c-registration-bonus {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 20em;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  text-align: left;
  left: -20.125em;
}

@media screen and (min-width: 0\0) {
  .c-registration-bonus {
    width: 20em;
  }
}

.c-registration-bonus__item {
  display: grid;
  cursor: pointer;
  grid-template-columns: 3.75em 1fr;
  grid-column-gap: .625em;
  padding: 1.25em;
  transition: background-color 0.3s ease;
}

.c-registration-bonus__item:not(:last-of-type) {
  border-bottom: 1px solid #d7e5f1;
}

@media screen and (min-width: 0\0) {
  .c-registration-bonus__item {
    display: -ms-grid;
    -ms-grid-columns: 3.75em .625em 1fr;
  }
}

.c-registration-bonus__item.active {
  background-color: #377bbb;
}

.c-registration-bonus__item.active .c-registration-bonus__ico {
  fill: #fff;
}

.c-registration-bonus__item.active .c-registration-bonus__text,
.c-registration-bonus__item.active .c-registration-bonus__title {
  color: #fff;
}

.c-registration-bonus__item.active .c-registration-bonus__title::before {
  border-color: #fff;
  background-color: #5691c5;
}

.c-registration-bonus__item.active .c-registration-bonus__title::after {
  opacity: 1;
}

.c-registration-bonus__item--close .c-registration-bonus__title {
  color: #808080;
}

.c-registration-bonus__item--close .c-registration-bonus__title::before {
  border-color: #b3b7b9;
}

.c-registration-bonus__item--close .c-registration-bonus__text {
  color: #999;
}

.c-registration-bonus__item--close .c-registration-bonus__ico {
  fill: #999;
}

.c-registration-bonus__ico {
  width: 3.75em;
  height: 3.75em;
  fill: #23507d;
}

@media screen and (min-width: 0\0) {
  .c-registration-bonus__info {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

.c-registration-bonus__title {
  position: relative;
  padding-left: 1.78571em;
  min-height: 1em;
  margin: .28571em 0em .57143em;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 500;
  line-height: 1;
  color: #23507d;
}

.c-registration-bonus__title::before {
  content: '';
  position: absolute;
  top: calc(50% - 1.57143em / 2);
  left: 0;
  width: 1.14286em;
  height: 1.14286em;
  border: 1px solid #23507d;
  border-radius: 50%;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.c-registration-bonus__title::after {
  content: '\f00c';
  opacity: 0;
  position: absolute;
  top: 0;
  left: .4em;
  font-family: FontAwesome;
  font-size: .71429em;
  transition: opacity 0.3s ease;
}

.c-registration-bonus__text {
  font-size: .875em;
  line-height: 1.3;
  color: #377bbb;
}

body {
  margin-right: 0 !important;
}

body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: auto;
}

#maincontent {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 93px;
}

#sports_right {
  position: fixed;
  top: 141px;
  right: 10px;
  padding: 0;
  width: 310px;
  transition: top 0.2s ease-in-out;
}

.information-page #sports_right {
  top: 152px;
  right: 10px;
  width: 310px;
}

@media screen and (max-width: 1366px) {
  .information-page #sports_right {
    width: auto;
  }
}

footer.l-main__footer {
  margin-right: 10px;
  margin-left: 10px;
}

.information__wrapper {
  position: relative;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 10px;
}

.info-nav {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  background: #103856;
}

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

.info-nav-menu__item:last-child .info-nav-menu__link {
  box-shadow: none;
}

.info-nav-menu__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  box-sizing: border-box;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 10px 0 55px;
  width: 100%;
  height: 47px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.07);
  background: #f3f3f7;
  text-transform: uppercase;
  font-size: 14px;
  color: #1d3a59;
  transition: all 0.2s ease-in-out;
}

.info-nav-menu__link:before {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin-right: 15px;
  font-family: FontAwesome;
  color: #1d3a59;
  transition: all 0.2s ease-in-out;
}

.info-nav-menu__link_about:before {
  content: '\f129';
  left: 23px;
  font-size: 23px;
}

.info-nav-menu__link_contacts:before {
  content: '\f10b';
  left: 22px;
  font-size: 25px;
}

.info-nav-menu__link_rules:before {
  content: '\f02d';
  left: 18px;
  font-size: 20px;
}

.info-nav-menu__link_payments:before {
  content: '\f155';
  left: 22px;
  font-size: 19px;
}

.info-nav-menu__link_how-bet:before {
  content: '\f128';
  left: 20px;
  font-size: 25px;
}

.info-nav-menu__link:hover {
  background: #fff;
  color: #7dab30;
}

.info-nav-menu__link:hover:before {
  color: #7dab30;
}

@media screen and (max-width: 1366px) {

  #sports_right {
    width: auto;
    min-width: 75px;
  }

  .info-nav-menu__item {
    height: 47px;
  }

  .info-nav-menu__item:last-child .info-nav-menu__link:hover {
    box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.5);
  }

  .info-nav-menu__item:first-of-type .info-nav-menu__link {
    top: 10px;
  }

  .info-nav-menu__item:nth-of-type(2) .info-nav-menu__link {
    top: 57px;
  }

  .info-nav-menu__item:nth-of-type(3) .info-nav-menu__link {
    top: 104px;
  }

  .info-nav-menu__item:nth-of-type(4) .info-nav-menu__link {
    top: 151px;
  }

  .info-nav-menu__item:nth-of-type(5) .info-nav-menu__link {
    top: 198px;
  }

  .info-nav-menu__link {
    position: absolute;
    right: 10px;
    padding: 0 0 0 55px;
    width: 55px;
    min-width: 55px;
    overflow: hidden;
  }

  .info-nav-menu__link span {
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.4s ease-in-out;
  }

  .info-nav-menu__link:hover {
    padding: 0 10px 0 55px;
    width: auto;
    min-width: 250px;
    box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.5);
  }

  .info-nav-menu__link:hover span {
    opacity: 1;
  }
}

.qr-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
  height: 100%;
  margin: 0;
  outline: none;
  border: none;
  box-shadow: inset 0 50px 25px -15px #226da7;
  background-color: #184c74;
  color: #fefefe;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  border-right: 1px solid #ccc;
}

.qr-btn:hover {
  border-bottom: none;
  box-shadow: none;
  background-color: #1b5786;
}

.qr-btn__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: #fff;
}

.b-qr-wrapper {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 100%;
  margin-left: auto;
}

#loginout:not(.top__account) {
  margin-left: 0 !important;
}

#fTop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10101;
  width: auto;
  color: #fff;
}

#loc_info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.33);
  background-color: #fff;
}

.loc_info_leftFL {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.loc_info_leftFL a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 12px;
  height: 37px;
  background-color: #174b73;
  vertical-align: bottom;
  text-align: left;
  font-size: 10px;
  line-height: 11px;
  color: #fff;
  box-shadow: inset 0 50px 25px -15px #216ca6;
  transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
}

.loc_info_leftFL a:not(:first-child) {
  border-left: 1px solid #ccc;
}

.loc_info_leftFL a::before {
  display: inline-block;
  position: relative;
  height: 22px;
  margin-right: 9px;
  vertical-align: top;
  font-family: FontAwesome;
  line-height: 22px;
}

.loc_info_leftFL a:hover {
  border-bottom: none;
  box-shadow: none;
  background-color: #1a5684;
}

.loc_info_leftFL a .name {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.loc_info_leftFL a .name b {
  display: block;
  font-weight: 400;
}

.loc_info_leftFL a .hideDop {
  display: none;
  position: absolute;
  top: 47px;
  left: 10px;
  z-index: 6;
  padding: 13px;
  min-width: 200px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  background-color: #1a5684;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}

.loc_info_leftFL a .hideDop::before {
  content: '\25E3';
  position: absolute;
  top: -12px;
  left: 10px;
  text-shadow: 0 -1px 1px #fff;
  font-size: 14px;
  color: #1a5684;
}

.loc_info_leftFL a .hideDop .bigName {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
}

.loc_info_leftFL a .hideDop .text {
  display: inline-block;
  margin-top: 8px;
  font-size: 11px;
  text-align: left;
}

.paymentsTLBut {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 15px;
  height: 37px;
  overflow: hidden;
  border-left: 1px solid #ccc;
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 24px;
  color: #fff;
  box-shadow: inset 0 50px 25px -15px #388ecc;
  transition: background-color .3s ease, box-shadow .3s ease !important;
  background-color: #0e5d9a;
}

.paymentsTLBut:hover {
  border-bottom: none;
  box-shadow: none;
  background-color: #1f72ad;
}

.top_extra_buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: auto;
}

.top_extra_buttons a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 15px;
  height: 37px;
  border-left: 1px solid #ccc;
  background-color: #174b73;
  vertical-align: bottom;
  text-align: left;
  font-size: 10px;
  line-height: 11px;
  color: #fff;
  box-shadow: inset 0 50px 25px -15px #216ca6;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.top_extra_buttons a.bn {
  box-shadow: inset 0 50px 25px -15px #93c738;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 7px;
  background-color: #658726;
  text-align: center;
  text-transform: uppercase;
  font-family: Roboto Condensed, Roboto Condensed Local;
  line-height: 10px;
}

.top_extra_buttons a.bn:hover {
  box-shadow: none;
  background-color: #93c738;
}

.top_extra_buttons a.bn b {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.top_extra_buttons a.bn b i {
  font-size: 10px;
  font-style: normal;
}

.top_extra_buttons a::before {
  display: inline-block;
  position: relative;
  height: 22px;
  vertical-align: top;
  font-family: FontAwesome;
  line-height: 22px;
}

.top_extra_buttons a span {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  z-index: 6;
  padding: 13px;
  min-width: 200px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  background-color: #1a5684;
  font-size: 12px;
  text-align: left;
  line-height: 15px;
  color: #fff;
}

.top_extra_buttons a span b {
  display: block;
  margin-bottom: 11px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.top_extra_buttons a span::before {
  content: '\25E3';
  position: absolute;
  top: -12px;
  left: 20px;
  text-shadow: 0 -1px 1px #fff;
  font-size: 14px;
  color: #1a5684;
}

.top_extra_buttons a:hover {
  border-bottom: none;
  box-shadow: none;
  background-color: #1a5684;
}

.top_extra_buttons a:hover span {
  display: block;
}

.callbackTLBut_10::before {
  content: '\f095';
  font-size: 18px;
}

.st::before {
  content: '\f080';
  font-size: 18px;
}

.rz::before {
  content: '\f091';
  font-size: 18px;
}

#loginout:not(.top__account) {
  margin-left: auto;
}

#loginout:not(.top__account),
.fLogin2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.loginDropTop {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.loginDropTop_con {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 15px;
  height: 37px;
  background-color: #0e5d9a;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 22px;
  box-shadow: inset 0 50px 25px -25px #388ecc;
  transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease !important;
}

.loginDropTop_con:hover {
  box-shadow: none;
  border-bottom: none;
  background-color: #1f72ad;
}

.curloginDropTop::before {
  content: '\f090';
  display: inline-block;
  position: relative;
  height: 22px;
  margin-right: 9px;
  vertical-align: top;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 22px;
}

.curloginDropTop .name {
  display: inline-block;
  height: 20px;
  vertical-align: bottom;
  line-height: 20px;
}

.register_button_main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 12px;
  height: 37px;
  border-left: 1px solid #ccc;
  background-color: #668a28;
  vertical-align: bottom;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 24px;
  color: #fff;
  box-shadow: inset 0 50px 25px -25px #84b332;
  transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease !important;
}

.register_button_main::before {
  content: '\f044';
  display: inline-block !important;
  position: relative;
  height: 22px;
  margin-right: 5px;
  vertical-align: top;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 22px;
}

.register_button_main:hover {
  border-bottom: none;
  box-shadow: none;
  background-color: #84b332;
}

.paymentsTLBut::before {
  content: '\f155';
  display: inline-block;
  position: relative;
  height: 22px;
  margin-right: 9px;
  vertical-align: top;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 22px;
}

@media screen and (max-width: 1679px) {
  .paymentsTLBut span {
    display: none;
  }

  .paymentsTLBut::before {
    margin-right: 0;
  }
}

@media screen and (max-width: 1850px) {
  .loc_info_leftFL a {
    padding: 7px 15px 8px;
    font-size: 0;
  }

  .loc_info_leftFL a .name {
    display: none;
  }

  .loc_info_leftFL a::before {
    margin-right: 0;
  }

  .loc_info_leftFL a:hover .hideDop {
    display: block;
  }
}

@media screen and (max-width: 1430px) {

  .top_extra_buttons .rz,
  .top_extra_buttons .st {
    display: none;
  }
}

#headF {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  height: 76px;
  border-bottom: 2px solid #fff;
  background-color: #1a5684;
  transition: 0.3s ease;
}

#header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.fixTopMenuBut {
  display: none !important;
}

.fixTopMenuBut.Up:hover {
  -webkit-animation: leftDergTop2 ease 0.3s 1;
  animation: leftDergTop2 ease 0.3s 1;
}

#headerLogo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 170px;
  height: 100%;
  margin-left: 10px;
  overflow: hidden;
  transition: 0.3s ease;
}

#headerLogo a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s ease;
}

#headerLogo a::before {
  content: '\f015';
  opacity: 0;
  position: absolute;
  top: 50%;
  font-family: FontAwesome;
  font-size: 22px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease;
}

#headerLogo a img {
  display: block;
  max-width: 129px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.menubar {
  display: inline-block;
  width: calc(100% - 230px);
  height: 100%;
  white-space: nowrap;
}

#games_top_menu > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

@media screen and (min-width: 1800px) {
  .menubar:not(.centered) #games_top_menu > ul {
    width: auto;
  }
}

#games_top_menu > ul > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  vertical-align: top;
  text-align: left;
  white-space: normal;
  transition: height 0.3s ease;
}

#games_top_menu .main-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: color 0.3s ease;
}

#games_top_menu .main-item:hover {
  color: #66c4ff;
}

#games_top_menu .menu_button .main-item::after {
  content: '\f107';
  display: block;
  margin-left: 4px;
  font-family: FontAwesome;
  font-size: 16px;
  transition: font-size 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, font-size 0.3s ease;
  transition: transform 0.3s ease, font-size 0.3s ease, -webkit-transform 0.3s ease;
}

#headF {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#header {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#sports_right {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.win_load {
  transition: all 0.15s ease;
}

.win_load::before {
  content: '\f26c';
  font-size: 20px;
}

.smart_load {
  transition: all 0.15s ease;
}

.smart_load::before {
  content: '\f10b';
  font-size: 28px;
}

.telegram_icon::before {
  content: '\f2c6';
  font-size: 22px;
}

#games_top_menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

@media screen and (max-width: 1366px) {
  #headF {
    height: 44px;
  }
}

#sports_right {
  top: 103px;
}

#maincontent {
  padding-top: 93px;
}

#headF {
  height: 55px;
  border-bottom: 1px solid #fff;
}

#headerLogo a img {
  height: 46px;
}

:root #headerLogo a img {
  height: auto;
}

.header__switcher {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: .8125em;
  margin-left: -6.25em;
}

.eu-gif__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.eu-gif__img {
  max-width: 7.5em;
}

#games_top_menu .main-item {
  position: relative;
}

.header-switcher {
  position: relative;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  text-align: left;
}

.header-switcher,
.header-switcher * {
  box-sizing: border-box;
}

.header-switcher:hover .header-switcher__lnk {
  -webkit-animation: none;
  animation: none;
}

.header-switcher__lnk {
  min-width: 2.3125em;
}

.header-switcher-lnk {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .0625em .3125em;
  border-radius: .1875em;
  background-color: #7dab2f;
  color: #fff;
  -webkit-animation: hsl-pulsing 60s infinite cubic-bezier(0.66, 0, 0, 1) 10s;
  animation: hsl-pulsing 60s infinite cubic-bezier(0.66, 0, 0, 1) 10s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-switcher-lnk__text {
  text-transform: uppercase;
  font-size: .5em;
  font-weight: 500;
  line-height: 1.25em;
}

.header-switcher-lnk__ico {
  display: block;
  width: .25em;
  max-width: 100%;
  height: .375em;
  fill: currentcolor;
  margin-left: .25em;
}

.footerColumnMenuCon {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.footerColumnMenu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 10px 0 20px;
  margin-bottom: 5px;
  background: #103856;
  font-size: 16px;
}

.footerColumnMenuCon {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footerColumnMenu .namesBG {
  display: none;
}

.footerColumnMenu .col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 2px;
  width: 15%;
}

.footerColumnMenu .name {
  display: inline-block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 0;
  height: auto;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 1439px) {
  .footerColumnMenu .name {
    font-size: .875em;
  }
}

.footerColumnMenu .name:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 3px;
  background: #4aa3d9;
}

.footerColumnMenuUL {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px 0;
  margin: 0;
  list-style: none;
}

.footerColumnMenuUL > li {
  display: block;
  position: relative;
  padding: 5px 0;
  height: auto;
  line-height: 20px;
  white-space: nowrap;
  text-align: left;
}

.footerColumnMenuUL a {
  display: inline-block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .9375em;
  white-space: nowrap;
  color: #d1dfef;
}

@media (max-width: 1439px) {
  .footerColumnMenuUL a {
    font-size: .8125em;
  }
}

.footerColumnMenuUL a:hover {
  z-index: 1;
  max-width: 100%;
  background: none;
  color: #fff;
}

.footerColumnMenuUL a:hover:before {
  width: 100%;
  background-color: #fff;
}

.footerColumnMenuUL a:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #d1dfef;
}

.footerColumnMenuUL a {
  transition: color 0.3s ease;
}

.footerColumnMenuUL a:hover::before {
  transition: 0.3s ease;
}

#sports_right {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10005;
  float: right;
  padding: 0 0 0 10px;
  width: 250px;
  margin: 0;
}

#sports_right {
  overflow: visible !important;
}

.tutorial {
  position: relative;
}

#games_top_menu,
#games_top_menu > ul {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menubar {
  width: calc(100% - 246px);
}

#games_top_menu .menu_button .main-item::after {
  width: 12px;
}

#games_top_menu .main-item_21 {
  margin: 0 5px;
}

.bmenu {
  margin: 10px auto;
  font-size: 25px;
  text-align: center;
}
.bmenu a {
  display: inline-block;
  margin-left: 10px;
  color: #d1dfef;
}
.bmenu a:first-child {
  margin: 0;
}
.bmenu a:hover,
.bmenu a:focus,
.bmenu a:active {
  color: #fff;
}


@media (max-width: 1000px) {
  #sports_right {
    position: absolute;
    top: 0;
    margin-top: 0 !important;
  }
}

@media (max-width: 935px) {
  .c-registration-bonus {
    display: none;
  }
  .c-registration__page {
    padding: 10px 0;
  }
}

@media (max-width: 800px) {
  .footerColumnMenuCon {
    display: none;
  }
  .bmenu {
    font-size: 20px;
  }
  footer.l-main__footer {
    margin: 0;
  }
}

@media (max-width: 730px) {
  .right-side {
    display: none;
  }
}

@media (max-width: 600px) {
  .c-registration__page {
    padding: 0;
  }
  .c-registration {
    padding: 15px 5px;
  }
}

@media (max-width: 500px) {
  .menubar, .header__switcher {
    display: none;
  }
  #headerLogo {
    margin: 0 auto;
  }
  #headerLogo a img {
    max-width: none;
  }
  .c-registration__rules ul,
  .c-registration__rules ol {
    padding-left: 20px;
  }
}

/*! CSS Used keyframes */

@-webkit-keyframes leftDergTop2 {

  0%,
  to {
    -webkit-transform: scale(1) rotate(180deg) translate(0);
    transform: scale(1) rotate(180deg) translate(0);
  }

  20% {
    -webkit-transform: scale(1) rotate(180deg) translateY(-2px);
    transform: scale(1) rotate(180deg) translateY(-2px);
  }

  40% {
    -webkit-transform: scale(1) rotate(180deg) translateY(4px);
    transform: scale(1) rotate(180deg) translateY(4px);
  }

  60% {
    -webkit-transform: scale(1) rotate(180deg) translateY(-4px);
    transform: scale(1) rotate(180deg) translateY(-4px);
  }

  80% {
    -webkit-transform: scale(1) rotate(180deg) translateY(2px);
    transform: scale(1) rotate(180deg) translateY(2px);
  }
}

@keyframes leftDergTop2 {

  0%,
  to {
    -webkit-transform: scale(1) rotate(180deg) translate(0);
    transform: scale(1) rotate(180deg) translate(0);
  }

  20% {
    -webkit-transform: scale(1) rotate(180deg) translateY(-2px);
    transform: scale(1) rotate(180deg) translateY(-2px);
  }

  40% {
    -webkit-transform: scale(1) rotate(180deg) translateY(4px);
    transform: scale(1) rotate(180deg) translateY(4px);
  }

  60% {
    -webkit-transform: scale(1) rotate(180deg) translateY(-4px);
    transform: scale(1) rotate(180deg) translateY(-4px);
  }

  80% {
    -webkit-transform: scale(1) rotate(180deg) translateY(2px);
    transform: scale(1) rotate(180deg) translateY(2px);
  }
}

@-webkit-keyframes hsl-pulsing {
  0% {
    box-shadow: 0 0 0 0 rgba(125, 170, 47, 0.7);
  }

  2.5% {
    box-shadow: 0 0 0 5px rgba(125, 170, 47, 0);
  }

  100% {
    box-shadow: 0 0 0 5px rgba(125, 170, 47, 0);
  }
}

@keyframes hsl-pulsing {
  0% {
    box-shadow: 0 0 0 0 rgba(125, 170, 47, 0.7);
  }

  2.5% {
    box-shadow: 0 0 0 5px rgba(125, 170, 47, 0);
  }

  100% {
    box-shadow: 0 0 0 5px rgba(125, 170, 47, 0);
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/img/fontawesome-webfont.eot?v=4.7.0');
  src: url('/img/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'), url('/img/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/img/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/img/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/img/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoYNNZQyQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoadNZQyQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoYdNZQyQ.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobtNZQyQ.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoYtNZQyQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEoY9NZQyQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobdNZ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAgM9UvI.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLCwM9UvI.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAwM9UvI.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDAM9UvI.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAAM9UvI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLAQM9UvI.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDwM9.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoYNNZQyQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoadNZQyQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoYdNZQyQ.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYobtNZQyQ.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoYtNZQyQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYoY9NZQyQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYobdNZ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCkYb8td.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCAYb8td.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCgYb8td.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCcYb8td.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCsYb8td.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCoYb8td.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYbw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DRs5.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DRs5.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DRs5.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCkYb8td.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCAYb8td.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCgYb8td.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCcYb8td.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCsYb8td.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYb8td.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}