html, body {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  line-height: 1.2;
  font-size: 100%;
  height: 100%;
  width: 100%;
  background-color: #010d21;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

body b, body strong {
  font-weight: 700;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.roboto-regular b, .roboto-regular strong {
  font-weight: 700;
}

.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.roboto-condensed b, .roboto-condensed strong {
  font-weight: 700;
}

.device * {
  -webkit-text-size-adjust: none;
}

.device.smooth-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

svg {
  display: block;
  overflow: visible;
}

.nobr {
  white-space: nowrap;
}

.img-responsive {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: auto;
}

.button-wrapper {
  height: 48px;
  overflow: hidden;
  text-align: center;
}

.button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  height: 46px;
  text-decoration: none;
}

.button-label {
  border-right: 1px solid #fff;
  display: block;
  font: 400 16px/46px "Roboto", sans-serif;
  height: 46px;
  margin-right: 46px;
  padding: 0 18px;
  text-transform: uppercase;
  white-space: nowrap;
}

.button-label span {
  display: block;
}

.button-label-toggle {
  height: 92px;
  position: relative;
  text-align: center;
}

.button-icon {
  display: block;
  float: right;
  height: 46px;
  width: 46px;
}

.button-icon svg {
  height: 46px;
  width: 46px;
}

.button-icon-path {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2.5;
}

.menu-dark .button {
  border-color: #010d21;
  color: #010d21;
}

.menu-dark .button-label {
  border-color: #010d21;
}

.menu-dark .button-icon-path {
  stroke: #010d21;
}

.desktop .button {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.desktop .button .button-label {
  -webkit-transition: border 0.4s ease-in-out;
  -o-transition: border 0.4s ease-in-out;
  transition: border 0.4s ease-in-out;
}

.desktop .button:hover {
  background: #e11931;
  border-color: #e11931;
}

.desktop .button:hover .button-label {
  border-color: #e11931;
}

.desktop .menu-dark .button-icon-path {
  -webkit-transition: stroke 0.4s ease-in-out;
  -o-transition: stroke 0.4s ease-in-out;
  transition: stroke 0.4s ease-in-out;
}

.desktop .menu-dark .button:hover {
  color: #fff;
}

.desktop .menu-dark .button:hover .button-icon-path {
  stroke: #fff;
}

.list-controls {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 678px) {
  .list-controls {
    left: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .list-controls {
    right: -60px;
  }
}

@media only screen and (min-width: 1054px) {
  .list-controls {
    right: -70px;
  }
}

.controls__item {
  background-color: #fff;
  border: 1px solid #010d21;
  display: block;
  height: 46px;
  position: absolute;
  width: 46px;
}

@media only screen and (min-width: 678px) {
  .controls__item {
    background-color: #ff103d;
    border-color: #fff;
  }
}

.controls__item-prev {
  left: -12px;
}

@media only screen and (min-width: 375px) {
  .controls__item-prev {
    left: 0;
  }
}

@media only screen and (min-width: 678px) {
  .controls__item-prev {
    left: auto;
    margin-top: 47px;
    right: 0;
  }
}

.controls__item-next {
  right: -12px;
}

@media only screen and (min-width: 375px) {
  .controls__item-next {
    right: 0;
  }
}

.controls__item-path {
  fill: transparent;
  stroke: #010d21;
  stroke-width: 2.5;
}

@media only screen and (min-width: 678px) {
  .controls__item-path {
    stroke: #fff;
  }
}

@media only screen and (min-width: 678px) {
  .menu-dark .controls__item {
    background-color: transparent;
    border-color: #010d21;
  }
  .menu-dark .controls__item-path {
    stroke: #010d21;
  }
}

h2 {
  color: #e11931;
  display: block;
  font: 700 35px/1.15 "Roboto", sans-serif;
  margin: 15px 0 20px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 46px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 62px;
    padding-left: 40px;
    text-align: left;
  }
}

.menu-light h2 {
  color: #fff;
}

.html a {
  color: #303030;
  text-decoration: underline;
}

.html p {
  margin-top: 20px;
}

.html h3 {
  font: 700 28px/1.25 "Roboto", sans-serif;
}

.html ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 17px;
}

.html ul li {
  padding: 3px 0 0 13px;
  position: relative;
}

.html ul li:before {
  background: #454545;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 3px;
}

.menu-light .html a {
  color: #fff;
  text-decoration: underline;
}

.menu-light .html ul li:before {
  background: #fff;
}

.desktop .html a {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.desktop .html a:hover {
  color: #e11931;
  text-decoration: none;
}

.desktop .menu-light .html a {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.desktop .menu-light .html a:hover {
  color: #e11931;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 875px;
}

@media only screen and (min-width: 768px) {
  .container {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .container {
    padding: 0 70px 0 0;
    width: 875px;
  }
}

@media only screen and (min-width: 1684px) {
  .container {
    width: 960px;
    max-width: 960px;
  }
}

@media only screen and (min-width: 1024px) {
  .inner {
    margin-left: 70px;
  }
}

@media only screen and (min-width: 1200px) {
  .desktop .inner {
    margin-left: 235px;
  }
  .desktop .container {
    margin: 0;
  }
}

@media only screen and (min-width: 1386px) {
  .desktop .inner {
    margin-left: 70px;
  }
  .desktop .container {
    margin: 0 auto;
  }
}

.preloader {
  background-color: #010d21;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 10000;
}

.preloader-logo-wrapper {
  height: 46px;
  left: 50%;
  margin: -60px 0 0 -79.5px;
  position: absolute;
  top: 50%;
  width: 159px;
}

.preloader-status {
  color: #fafafa;
  font: 700 32px/46px "Roboto Condensed", sans-serif;
  left: 50%;
  margin: 23px 0 0 -79.5px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 159px;
}

@media only screen and (min-width: 1200px) {
  .desktop .preloader {
    display: block;
  }
}

.menu-toggle {
  background: rgba(2, 13, 33, 0.33);
  border: 1px solid #fff;
  display: block;
  height: 2px;
  overflow: visible;
  padding: 22px 11px;
  position: fixed;
  right: 20px;
  text-decoration: none;
  top: 20px;
  width: 24px;
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  .menu-toggle {
    right: 50px;
    top: 50px;
  }
}

.menu-toggle span {
  background: #fff;
  display: block;
  height: 2px;
  width: 24px;
}

.menu-toggle span:before, .menu-toggle span:after {
  background: #fff;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  width: 24px;
}

.menu-toggle span:before {
  margin-top: -8px;
}

.menu-toggle span:after {
  margin-top: 8px;
}

.menu-toggle-hide span {
  background: transparent;
}

.menu-toggle-hide span:before {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

.menu-toggle-hide span:after {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.menu-toggle-busy span {
  -webkit-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

.menu-toggle-busy span:before {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu-toggle-busy span:after {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.menu {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  overflow: hidden;
  position: fixed;
  z-index: 99;
}

.menu-open {
  display: block;
}

.menu-bg {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}

.menu-bg__item {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  background: #010d21;
}

.menu-bg__item:nth-child(2n+2) {
  background: #14243c;
}

.menu-container {
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .menu-container {
    padding: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .menu-container {
    width: auto;
    max-width: none;
  }
}

.menu-logo-wrapper {
  height: 46px;
  margin-top: 2px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  width: 212px;
}

@media only screen and (min-width: 768px) {
  .menu-logo-wrapper {
    top: 50px;
  }
}

.menu-scroll {
  bottom: 78px;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 68px;
}

@media only screen and (min-width: 768px) {
  .menu-scroll {
    bottom: 108px;
    top: 108px;
  }
}

@media only screen and (min-width: 1200px) {
  .menu-scroll {
    overflow: hidden;
  }
}

.menu-table {
  display: table;
  height: 100%;
  width: 100%;
}

.menu-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.menu-list-dark {
  display: none;
}

.menu-list__item {
  display: block;
}

.menu-list__item-link {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .menu-list__item-link {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.menu-list__item-link-current {
  color: #e11931;
}

.language-selector {
  bottom: 20px;
  font-size: 14px;
  left: 0;
  overflow: visible;
  position: fixed;
  text-align: center;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .language-selector {
    bottom: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .desktop .language-selector {
    bottom: 22px;
  }
}

.language-container {
  display: inline-block;
}

@media only screen and (min-width: 1024px) {
  .language-container {
    padding-right: 0;
    width: auto;
  }
}

.language-list {
  display: none;
  overflow: hidden;
  position: relative;
  z-index: 101;
}

.language-open .language-list {
  display: block;
}

.language-list__item {
  background: #fff;
  color: #010d21;
  display: block;
  font-weight: 400;
  height: 38px;
  line-height: 38px;
  margin-bottom: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.language-toggle {
  color: #010d21;
  display: block;
  height: 38px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  z-index: 102;
}

.language-selected-item {
  background: #fff;
  float: left;
  height: 38px;
  font-weight: 400;
  line-height: 38px;
  margin-right: 1px;
  padding: 0 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.language-selected-arrow {
  background: #fff;
  float: left;
  height: 14px;
  overflow: visible;
  padding: 12px;
  position: relative;
  width: 14px;
}

.language-selected-arrow svg {
  height: 14px;
  -webkit-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  width: 14px;
}

.language-selected-arrow path {
  fill: #010d21;
  stroke: none;
}

.language-open .language-selected-arrow svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}

.desktop .menu-toggle {
  -webkit-transition: border 0.4s ease-in-out;
  -o-transition: border 0.4s ease-in-out;
  transition: border 0.4s ease-in-out;
}

.desktop .menu-toggle span {
  -webkit-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

.desktop .menu-toggle span:before, .desktop .menu-toggle span:after {
  -webkit-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  .desktop .menu-toggle {
    display: none !important;
  }
}

.desktop .menu-toggle:not(.menu-toggle-busy):hover {
  border-color: #e11931;
}

.desktop .menu-toggle:not(.menu-toggle-busy):hover span {
  background: #e11931;
}

.desktop .menu-toggle:not(.menu-toggle-busy):hover span:before, .desktop .menu-toggle:not(.menu-toggle-busy):hover span:after {
  background: #e11931;
}

.desktop .menu-toggle:not(.menu-toggle-busy):hover span:before {
  -webkit-animation: expandUp 0.4s ease-in-out 1;
  -o-animation: expandUp 0.4s ease-in-out 1;
  animation: expandUp 0.4s ease-in-out 1;
}

.desktop .menu-toggle:not(.menu-toggle-busy):hover span:after {
  -webkit-animation: expandDown 0.4s ease-in-out 1;
  -o-animation: expandDown 0.4s ease-in-out 1;
  animation: expandDown 0.4s ease-in-out 1;
}

.desktop .menu-toggle-hide:not(.menu-toggle-busy):hover span {
  background: transparent;
}

.desktop .menu-toggle-hide:not(.menu-toggle-busy):hover span:before {
  -webkit-animation: expandCloseUp 0.4s ease-in-out 1;
  -o-animation: expandCloseUp 0.4s ease-in-out 1;
  animation: expandCloseUp 0.4s ease-in-out 1;
}

.desktop .menu-toggle-hide:not(.menu-toggle-busy):hover span:after {
  -webkit-animation: expandCloseDown 0.4s ease-in-out 1;
  -o-animation: expandCloseDown 0.4s ease-in-out 1;
  animation: expandCloseDown 0.4s ease-in-out 1;
}

@media only screen and (max-width: 1199px) {
  .desktop .menu-list-light {
    clip: rect(0, auto, auto, 0) !important;
  }
  .desktop .menu-list-dark {
    clip: rect(0, auto, 0, 0) !important;
  }
}

.desktop .menu-list__item-link {
  color: rgba(255, 255, 255, 0.66);
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.desktop .menu-list__item-link:hover {
  color: #e11931;
}

.desktop .menu-list__item-link-current {
  color: #e11931;
}

.desktop .language-toggle {
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.desktop .language-toggle .language-selected-item {
  -webkit-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

.desktop .language-toggle .language-selected-arrow {
  -webkit-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

.desktop .language-toggle .language-selected-arrow path {
  -webkit-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}

.desktop .language-toggle:hover {
  color: #e11931;
}

.desktop .language-toggle:hover .language-selected-item {
  background: #e6e9ed;
}

.desktop .language-toggle:hover .language-selected-arrow {
  background: #e6e9ed;
}

.desktop .language-toggle:hover .language-selected-arrow path {
  fill: #e11931;
}

.desktop .language-list__item {
  color: #010d21;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.desktop .language-list__item:hover {
  background: #e6e9ed;
  color: #e11931;
}

.desktop .language-open .language-selected-item {
  background: #e6e9ed;
}

.desktop .language-open .language-selected-arrow {
  background: #e6e9ed;
}

@media only screen and (min-width: 1200px) {
  .desktop .menu-open {
    display: none;
  }
  .desktop .menu {
    display: block;
    width: 235px;
  }
  .desktop .menu:hover .menu-bg__item:nth-child(1) {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .desktop .menu:hover .menu-list-light {
    clip: rect(0, auto, auto, 0) !important;
  }
  .desktop .menu:hover .menu-list-dark {
    clip: rect(0, auto, 0, 0) !important;
  }
  .desktop .menu:hover .menu-list__item-link {
    color: rgba(255, 255, 255, 0.66);
  }
  .desktop .menu:hover .menu-list__item-link:hover {
    color: #e11931;
  }
  .desktop .menu:hover .menu-list__item-link-current {
    color: #fff;
  }
  .desktop .menu-bg__item:nth-child(1) {
    background: #061124;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
  }
  .desktop .menu-bg__item:nth-child(2) {
    display: none !important;
  }
  .desktop .menu-container {
    padding: 38px;
    position: relative;
    width: auto;
  }
  .desktop .menu-logo-wrapper {
    width: auto;
    max-width: 100%;
  }
  .desktop .menu-scroll {
    bottom: 0;
    overflow: hidden;
    top: 0;
  }
  .desktop .menu-list-light {
    clip: rect(0, auto, auto, 0);
    display: block;
  }
  .desktop .menu-list-light .menu-list__item-link-current {
    color: #fff;
  }
  .desktop .menu-list-dark {
    clip: rect(0, auto, 0, 0);
    display: block;
  }
  .desktop .menu-list-dark .menu-list__item-link {
    color: #303030;
  }
  .desktop .menu-list-dark .menu-list__item-link:hover {
    color: #e11931;
  }
  .desktop .menu-list-dark .menu-list__item-link-current {
    color: #e11931;
  }
  .desktop .menu-list__item-link {
    padding-left: 38px;
    padding-right: 38px;
    text-align: left;
  }
  .desktop .language-selector {
    padding-left: 38px;
    right: auto;
    text-align: left;
    width: auto;
  }
  .desktop .language-container {
    padding-right: 0;
    width: auto;
  }
  .desktop .menu:hover .language-toggle {
    color: #fff;
  }
  .desktop .menu:hover .language-toggle .language-selected-item {
    background: #14243c;
  }
  .desktop .menu:hover .language-toggle .language-selected-arrow {
    background: #14243c;
  }
  .desktop .menu:hover .language-toggle .language-selected-arrow path {
    fill: #fff;
  }
  .desktop .menu:hover .language-toggle:hover {
    color: #e11931;
  }
  .desktop .menu:hover .language-toggle:hover .language-selected-item {
    background: #233653;
  }
  .desktop .menu:hover .language-toggle:hover .language-selected-arrow {
    background: #233653;
  }
  .desktop .menu:hover .language-toggle:hover .language-selected-arrow path {
    fill: #e11931;
  }
  .desktop .menu:hover .language-open .language-selected-item {
    background: #233653;
  }
  .desktop .menu:hover .language-open .language-selected-arrow {
    background: #233653;
  }
  .desktop .menu:hover .language-list__item {
    background: #14243c;
    color: #fff;
  }
  .desktop .menu:hover .language-list__item:hover {
    background: #233653;
    color: #fff;
  }
  .desktop .language-toggle {
    color: #010d21;
  }
  .desktop .language-toggle .language-selected-item {
    background: #e6e9ed;
  }
  .desktop .language-toggle .language-selected-arrow {
    background: #e6e9ed;
  }
  .desktop .language-toggle .language-selected-arrow path {
    fill: #010d21;
  }
  .desktop .language-list__item {
    background: #e6e9ed;
    color: #010d21;
  }
}

@media only screen and (min-width: 1386px) {
  .desktop .menu {
    width: 22.625%;
  }
  .desktop .menu-container {
    padding: 50px;
  }
  .desktop .menu-logo-wrapper {
    top: 50px;
  }
  .desktop .menu-list__item-link {
    padding-left: 50px;
    padding-right: 50px;
  }
  .desktop .language-selector {
    padding-left: 50px;
    width: auto;
  }
}

@-webkit-keyframes expandUp {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@-o-keyframes expandUp {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@keyframes expandUp {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

@-webkit-keyframes expandDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
}

@-o-keyframes expandDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
}

@keyframes expandDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
}

@-webkit-keyframes expandCloseUp {
  0%, 100% {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes expandCloseUp {
  0%, 100% {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes expandCloseUp {
  0%, 100% {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes expandCloseDown {
  0%, 100% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes expandCloseDown {
  0%, 100% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes expandCloseDown {
  0%, 100% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.top-bg {
  display: none;
}

.home {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-bg {
  display: none;
}

@media only screen and (min-width: 960px) {
  .home {
    min-height: 600px;
    position: relative;
  }
  .home-inner {
    height: 100%;
    min-height: 600px;
  }
}

.home-container {
  padding-bottom: 40px;
  padding-top: 20px;
}

@media only screen and (min-width: 678px) {
  .home-container {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .home-container {
    padding-bottom: 160px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 960px) {
  .home-container {
    height: 100%;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
    max-width: none;
  }
}

@media only screen and (min-width: 960px) {
  .home-logo-container {
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
    width: 875px;
    z-index: 1;
  }
}

.home-logo-wrapper {
  height: 46px;
  margin-bottom: 55px;
  margin-top: 2px;
  width: 212px;
}

.home-logo-wrapper img {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .home-logo-wrapper {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 960px) {
  .home-logo-wrapper {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 960px) {
  .home-table {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
  }
  .home-table:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .home-cell {
    display: inline-block;
    padding-bottom: 98px;
    padding-top: 138px;
    vertical-align: middle;
    width: 100%;
  }
}

.home-title {
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .home-title-container {
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
    max-width: 875px;
    z-index: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .home-title-container {
    padding: 0 70px;
    width: 875px;
  }
}

@media only screen and (min-width: 1200px) {
  .desktop .home-title {
    white-space: nowrap;
  }
}

@media only screen and (min-width: 1684px) {
  .home-title-container {
    margin: 0;
    width: 960px;
  }
}

.home-title-bg {
  background: rgba(255, 16, 61, 0.5);
  float: left;
  overflow: hidden;
  position: relative;
}

.home-title-border {
  background: #e11931;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

h1 {
  color: #fff;
  display: block;
  font: 700 22px/1.33 "Roboto", sans-serif;
  padding: 6px 15px 6px 17px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 26px;
    padding: 6px 20px 6px 22px;
  }
}

@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 32px;
  }
}

.home-slider-wrapper {
  margin: 0 -20px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .home-slider-wrapper {
    margin: 0 -50px;
  }
}

@media only screen and (min-width: 960px) {
  .home-slider-wrapper {
    margin: 0;
  }
}

.home-slider-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: table;
  margin-bottom: 35px;
  transform-style: flat;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 678px) {
  .home-slider-list {
    margin-bottom: 0;
  }
}

.home-slider-list__item {
  display: table-cell;
  vertical-align: top;
}

.home-slider-list__item-container {
  padding: 0 20px;
  max-width: 580px;
}

@media only screen and (min-width: 678px) {
  .home-slider-list__item-container {
    padding: 0 20px 0 40px;
    max-width: 560px;
  }
}

@media only screen and (min-width: 768px) {
  .home-slider-list__item-container {
    padding: 0 50px 0 70px;
  }
}

@media only screen and (min-width: 960px) {
  .home-slider-list__item-container {
    margin: 0 auto;
    padding: 0 50px 0 70px;
    max-width: 855px;
  }
}

@media only screen and (min-width: 1024px) {
  .home-slider-list__item-container {
    padding: 0 70px 0 110px;
    width: 835px;
    max-width: 835px;
  }
}

@media only screen and (min-width: 1684px) {
  .home-slider-list__item-container {
    width: 960px;
    max-width: 960px;
  }
}

.home-slider-list__item-title {
  font: 700 35px/1.25 "Roboto", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
  transform-style: flat;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.home-slider-list__item-title a {
  color: #e11931;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .home-slider-list__item-title {
    font-size: 46px;
    margin-bottom: 20px;
  }
  .home-slider-list__item-title a {
    font-size: 56px;
  }
}

@media only screen and (min-width: 960px) {
  .home-slider-list__item-title {
    max-width: 580px;
  }
}

@media only screen and (min-width: 1024px) {
  .home-slider-list__item-title {
    font-size: 62px;
    max-width: 720px;
  }
  .home-slider-list__item-title a {
    font-size: 72px;
  }
}

.desktop .home-slider-list__item-title a:hover {
  text-decoration: underline;
}

.home-slider-list__item-text {
  color: #8d97a3;
  line-height: 1.5;
  text-align: left;
  transform-style: flat;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 960px) {
  .home-slider-list__item-text {
    max-width: 580px;
  }
}

@media only screen and (min-width: 1024px) {
  .home-slider-list__item-text {
    max-width: 720px;
  }
}

.home-slider-controls {
  height: 48px;
  margin: 0 20px;
  position: relative;
}

@media only screen and (min-width: 678px) {
  .home-slider-controls {
    height: auto;
    margin: 0;
    position: absolute;
    right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .home-slider-controls {
    right: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .home-slider-controls {
    left: 50%;
    margin-left: 497.5px;
    right: auto;
  }
}

@media only screen and (min-width: 1054px) {
  .home-slider-controls {
    margin-left: 507.5px;
  }
}

.home-slider-controls__item {
  background: transparent;
  border-color: #fff;
}

.home-slider-controls__item .controls__item-path {
  stroke: #fff;
}

.desktop .home-slider-controls__item {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.desktop .home-slider-controls__item .controls__item-path {
  -webkit-transition: stroke 0.4s ease-in-out;
  -o-transition: stroke 0.4s ease-in-out;
  transition: stroke 0.4s ease-in-out;
}

.desktop .home-slider-controls__item:hover {
  background: #ff103d;
  border-color: #ff103d;
}

.desktop .home-slider-controls__item:hover .controls__item-path {
  stroke: #010d21;
}

.home-down {
  display: none;
}

@media only screen and (min-width: 960px) {
  .home-down {
    border: 1px solid #fff;
    bottom: 50px;
    display: block;
    height: 46px;
    left: 50%;
    margin-left: -29px;
    padding: 0 5px;
    position: absolute;
    width: 46px;
    z-index: 2;
  }
}

.home-down-icon {
  display: block;
  height: 46px;
  width: 46px;
}

.home-down-icon-path {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2.5;
}

.desktop .home-down {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.desktop .home-down .home-down-icon-path {
  -webkit-transition: stroke 0.4s ease-in-out;
  -o-transition: stroke 0.4s ease-in-out;
  transition: stroke 0.4s ease-in-out;
}

.desktop .home-down:hover {
  background: #ff103d;
  border-color: #ff103d;
}

.desktop .home-down:hover .home-down-icon-path {
  stroke: #010d21;
}

@media only screen and (min-width: 1200px) {
  .desktop .home-container {
    position: relative;
    width: 875px;
    z-index: 2;
  }
  .desktop .home-logo-container {
    display: none;
  }
  .desktop .home-cell {
    padding-bottom: 135px;
    padding-top: 80px;
  }
  .desktop .home-title-container {
    padding-left: 0;
  }
  .desktop .home-slider-wrapper {
    padding-right: 70px;
  }
  .desktop .home-slider-list__item-container {
    padding-left: 40px;
    width: 835px;
    max-width: 835px;
  }
  .desktop .home-slider-controls {
    left: auto;
    margin-left: 0;
    right: 0;
  }
  .desktop .home-down {
    bottom: 90px;
  }
  .desktop .top-bg,
  .desktop .home-bg {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    position: absolute;
    z-index: 1;
  }
  .desktop .top-bg {
    bottom: auto;
    height: 100%;
    top: auto;
  }
  .desktop .top-bg-left,
  .desktop .top-bg-right,
  .desktop .home-bg-left,
  .desktop .home-bg-right {
    height: 100%;
    float: left;
    margin-top: -90px;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 50%;
  }
  .desktop .home-bg-right,
  .desktop .top-bg-right {
    left: 50%;
    position: absolute;
  }
  .desktop .home-bg-left,
  .desktop .home-bg-right {
    margin-top: 0;
  }
  .desktop .top-bg__item,
  .desktop .home-bg__item {
    background: #fafafa;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .desktop .home-bg__item {
    background: rgba(250, 250, 250, 0.05);
  }
  .desktop .top-bg1,
  .desktop .home-bg1 {
    left: 0;
    width: 235px;
  }
  .desktop .top-bg2 {
    left: 235px;
    margin-top: 90px;
    right: 0;
  }
  .desktop .top-bg3,
  .desktop .home-bg2 {
    left: -100%;
    margin-top: 30px;
    width: 1108px;
  }
  .desktop .home-bg2 {
    margin-top: 0;
  }
  .desktop .top-bg4 {
    left: 0;
    margin-top: 60px;
    right: 0;
  }
}

@media only screen and (min-width: 1386px) {
  .desktop .top-bg-right,
  .desktop .home-bg-right {
    left: auto;
    position: relative;
  }
  .desktop .top-bg1,
  .desktop .home-bg1 {
    left: 0;
    right: 437.5px;
    width: auto;
  }
  .desktop .top-bg2 {
    left: auto;
    right: 0;
    width: 437.5px;
  }
  .desktop .top-bg3,
  .desktop .home-bg2 {
    left: 0;
    width: 437.5px;
  }
  .desktop .top-bg4 {
    left: 437.5px;
    right: 0;
  }
}

@media only screen and (min-width: 1684px) {
  .desktop .home-container {
    width: 960px;
  }
  .desktop .home-slider-list__item-container {
    width: 960px;
    max-width: 960px;
  }
  .desktop .top-bg1,
  .desktop .home-bg1 {
    right: 480px;
  }
  .desktop .top-bg2 {
    width: 480px;
  }
  .desktop .top-bg3,
  .desktop .home-bg2 {
    width: 480px;
  }
  .desktop .top-bg4 {
    left: 480px;
  }
}

.services {
  background: #fafafa;
  color: #454545;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .services {
    background: none;
    margin-top: -30px;
    padding-bottom: 0;
  }
  .services .services-inner {
    background: #fafafa;
    overflow: visible;
    margin-top: 30px;
    position: relative;
  }
}

.service__item {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .service__item {
    z-index: 2;
  }
}

.service__item h2 {
  overflow: hidden;
  position: relative;
  text-align: left;
  max-width: 480px;
}

@media only screen and (min-width: 678px) {
  .service__item h2 {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .service__item h2 {
    max-width: 540px;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item h2 {
    padding-left: 40px;
    max-width: 720px;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item .service__item-container {
    padding-bottom: 20px;
  }
}

.service__item:nth-child(4n+1) {
  margin-bottom: 15px;
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+1) {
    min-height: 395px;
    margin-bottom: 75px;
    padding-bottom: 155px;
    padding-top: 55px;
  }
}

@media only screen and (min-width: 768px) {
  .service__item:nth-child(4n+1) {
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media only screen and (min-width: 960px) {
  .service__item:nth-child(4n+1) {
    padding-bottom: 195px;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+1) {
    min-height: 660px;
    margin-bottom: 90px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 242px;
    padding-top: 130px;
  }
}

@media only screen and (min-width: 1200px) {
  .service__item:nth-child(4n+1) {
    min-height: 630px;
  }
}

.service__item:nth-child(4n+1) .service__item-image1 {
  background-position: 50% 100%;
  background-size: 375px auto;
  height: 364px;
  margin-bottom: 35px;
}

@media only screen and (min-width: 375px) {
  .service__item:nth-child(4n+1) .service__item-image1 {
    background-position: 50% 75%;
    background-size: cover;
  }
}

@media only screen and (min-width: 414px) {
  .service__item:nth-child(4n+1) .service__item-image1 {
    height: 414px;
  }
}

@media only screen and (min-width: 480px) {
  .service__item:nth-child(4n+1) .service__item-image1 {
    background-position: 50% 50%;
    height: 460px;
  }
}

@media only screen and (min-width: 568px) {
  .service__item:nth-child(4n+1) .service__item-image1 {
    height: 480px;
  }
}

@media only screen and (min-width: 640px) {
  .service__item:nth-child(4n+1) .service__item-image1 {
    height: 520px;
  }
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+1) .service__item-image1 {
    height: 450px;
    left: 50%;
    margin-left: 20px;
    margin-top: -55px;
    position: absolute;
    right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+1) .service__item-image1 {
    height: auto;
    max-height: 760px;
    margin-top: -130px;
    right: -9999px;
  }
  .service__item:nth-child(4n+1) .service__item-image1 img {
    max-height: 760px;
  }
}

@media only screen and (min-width: 1200px) {
  .service__item:nth-child(4n+1) .service__item-image1 {
    margin-top: -160px;
  }
}

.service__item:nth-child(4n+1) .service__item-container {
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .service__item:nth-child(4n+1) .service__item-container {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+1) .service__item-container {
    padding: 0;
  }
}

@media only screen and (min-width: 480px) {
  .service__item:nth-child(4n+1) .service__item-image2 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+1) .service__item-image2 {
    bottom: 0;
    left: 50%;
    margin-left: 20px;
    margin-top: 0;
    position: absolute;
    right: 20px;
  }
  .service__item:nth-child(4n+1) .service__item-image2 img {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .service__item:nth-child(4n+1) .service__item-image2 {
    right: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+1) .service__item-image2 {
    margin-left: -20px;
    right: auto;
    max-height: 242px;
  }
  .service__item:nth-child(4n+1) .service__item-image2 img {
    max-height: 242px;
  }
}

.service__item:nth-child(4n+2) {
  margin-bottom: 50px;
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+2) {
    min-height: 490px;
    margin-bottom: 90px;
    padding-bottom: 290px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+2) {
    min-height: 642px;
    overflow: hidden;
    padding-bottom: 242px;
    padding-top: 150px;
  }
}

.service__item:nth-child(4n+2) .service__item-image1 {
  background-position: 50% 55%;
  height: 182px;
  margin-bottom: 35px;
}

@media only screen and (min-width: 375px) {
  .service__item:nth-child(4n+2) .service__item-image1 {
    height: 212px;
  }
}

@media only screen and (min-width: 414px) {
  .service__item:nth-child(4n+2) .service__item-image1 {
    height: 244px;
  }
}

@media only screen and (min-width: 480px) {
  .service__item:nth-child(4n+2) .service__item-image1 {
    height: 294px;
  }
}

@media only screen and (min-width: 568px) {
  .service__item:nth-child(4n+2) .service__item-image1 {
    height: 320px;
  }
}

@media only screen and (min-width: 640px) {
  .service__item:nth-child(4n+2) .service__item-image1 {
    height: 360px;
  }
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+2) .service__item-image1 {
    background-position: 50% 50%;
    height: 540px;
    left: 0;
    margin-right: 20px;
    margin-top: -50px;
    position: absolute;
    right: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+2) .service__item-image1 {
    height: 772px;
    left: -9999px;
    margin-top: -150px;
  }
  .service__item:nth-child(4n+2) .service__item-image1 img {
    float: right;
  }
}

.service__item:nth-child(4n+2) .service__item-image1-table {
  float: right;
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+2) h2 {
    margin-left: -40px;
    max-width: none;
  }
}

@media only screen and (min-width: 768px) {
  .service__item:nth-child(4n+2) h2 {
    max-width: none;
  }
}

.service__item:nth-child(4n+2) .service__item-image2 {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 20px;
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+2) .service__item-image2 {
    bottom: 0;
    position: absolute;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+2) .service__item-image2 {
    left: 295px;
    margin-left: 0;
    right: auto;
    max-height: 242px;
  }
  .service__item:nth-child(4n+2) .service__item-image2 img {
    max-height: 242px;
  }
}

@media only screen and (min-width: 1684px) {
  .service__item:nth-child(4n+2) .service__item-image2 {
    left: 326px;
  }
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+2) .service__item-container {
    padding-left: 25%;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+2) .service__item-container {
    padding-left: 295px;
  }
}

@media only screen and (min-width: 1684px) {
  .service__item:nth-child(4n+2) .service__item-container {
    padding-left: 326px;
  }
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+2) .services-title,
  .service__item:nth-child(4n+2) .service__item-title {
    margin-left: -40px;
  }
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+2) .service__item-text {
    margin-left: 25%;
    padding-left: 60px;
    padding-right: 0;
    width: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+2) .service__item-text {
    margin-left: 102.5px;
  }
}

@media only screen and (min-width: 1684px) {
  .service__item:nth-child(4n+2) .service__item-text {
    margin-left: 113.5px;
  }
}

.service__item:nth-child(4n+3) {
  margin-bottom: 30px;
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+3) {
    min-height: 469px;
    margin-bottom: 75px;
    padding-bottom: 155px;
    padding-top: 45px;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+3) {
    min-height: 595px;
    margin-bottom: 90px;
    overflow: hidden;
    padding-bottom: 242px;
    padding-top: 110px;
  }
}

.service__item:nth-child(4n+3) .service__item-image1 {
  height: 218px;
  left: 52%;
  margin-right: -20px;
  position: absolute;
  right: 0;
}

@media only screen and (min-width: 480px) {
  .service__item:nth-child(4n+3) .service__item-image1 {
    background-position: 50% 40%;
    left: 40%;
  }
}

@media only screen and (min-width: 640px) {
  .service__item:nth-child(4n+3) .service__item-image1 {
    left: 33%;
  }
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+3) .service__item-image1 {
    background-position: 50% 50%;
    height: 514px;
    left: 50%;
    margin-left: 20px;
    margin-top: -45px;
    right: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+3) .service__item-image1 {
    height: 685px;
    margin-top: -110px;
    right: -9999px;
  }
}

.service__item:nth-child(4n+3) h2 {
  min-height: 165px;
  max-width: 93%;
}

@media only screen and (min-width: 480px) {
  .service__item:nth-child(4n+3) h2 {
    max-width: 400px;
  }
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+3) h2 {
    min-height: 0;
    max-width: 480px;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+3) h2 {
    max-width: 720px;
  }
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+3) .service__item-image2 {
    bottom: 0;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    right: -20px;
  }
}

@media only screen and (min-width: 768px) {
  .service__item:nth-child(4n+3) .service__item-image2 {
    right: -50px;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+3) .service__item-image2 {
    left: 40px;
    margin-left: 0;
    margin-right: -20px;
    right: 50%;
    max-height: 242px;
  }
  .service__item:nth-child(4n+3) .service__item-image2 img {
    max-height: 242px;
    margin: 0;
  }
}

.service__item:nth-child(4n+4) {
  margin-bottom: 25px;
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+4) {
    min-height: 470px;
    margin-bottom: 75px;
    padding-bottom: 250px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+4) {
    min-height: 570px;
    margin-bottom: 90px;
    padding-bottom: 242px;
    padding-top: 135px;
  }
}

@media only screen and (min-width: 1200px) {
  .service__item:nth-child(4n+4) {
    overflow: hidden;
  }
}

.service__item:nth-child(4n+4) .service__item-image1 {
  background-position: 50% 55%;
  height: 182px;
  margin-bottom: 35px;
}

@media only screen and (min-width: 375px) {
  .service__item:nth-child(4n+4) .service__item-image1 {
    height: 212px;
  }
}

@media only screen and (min-width: 414px) {
  .service__item:nth-child(4n+4) .service__item-image1 {
    height: 244px;
  }
}

@media only screen and (min-width: 480px) {
  .service__item:nth-child(4n+4) .service__item-image1 {
    height: 294px;
  }
}

@media only screen and (min-width: 568px) {
  .service__item:nth-child(4n+4) .service__item-image1 {
    height: 320px;
  }
}

@media only screen and (min-width: 640px) {
  .service__item:nth-child(4n+4) .service__item-image1 {
    height: 360px;
  }
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+4) .service__item-image1 {
    background-position: 50% 50%;
    height: 520px;
    left: -20px;
    margin-right: 20px;
    margin-top: -50px;
    position: absolute;
    right: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .service__item:nth-child(4n+4) .service__item-image1 {
    left: -50px;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+4) .service__item-image1 {
    height: 685px;
    left: -9999px;
    margin-top: -135px;
  }
  .service__item:nth-child(4n+4) .service__item-image1 img {
    float: right;
  }
}

.service__item:nth-child(4n+4) .service__item-image1-table {
  float: right;
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+4) h2 {
    margin-left: -40px;
    max-width: none;
  }
}

.service__item:nth-child(4n+4) .service__item-image2 {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 20px;
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+4) .service__item-image2 {
    bottom: 0;
    left: 25%;
    position: absolute;
    right: 25%;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+4) .service__item-image2 {
    max-height: 242px;
  }
  .service__item:nth-child(4n+4) .service__item-image2 img {
    max-height: 242px;
  }
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+4) .service__item-container {
    padding-left: 25%;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+4) .service__item-container {
    padding-left: 295px;
  }
}

@media only screen and (min-width: 1684px) {
  .service__item:nth-child(4n+4) .service__item-container {
    padding-left: 326px;
  }
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+4) .services-title,
  .service__item:nth-child(4n+4) .service__item-title {
    margin-left: -40px;
  }
}

@media only screen and (min-width: 678px) {
  .service__item:nth-child(4n+4) .service__item-text {
    margin-left: 25%;
    padding-left: 60px;
    padding-right: 0;
    width: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item:nth-child(4n+4) .service__item-text {
    margin-left: 102.5px;
  }
}

@media only screen and (min-width: 1684px) {
  .service__item:nth-child(4n+4) .service__item-text {
    margin-left: 113.5px;
  }
}

@media only screen and (min-width: 1200px) {
  .service__item:nth-child(4n+5) {
    min-height: 660px;
    padding-top: 100px;
  }
  .service__item:nth-child(4n+5) .service__item-image1 {
    margin-top: -100px;
  }
}

.service__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .desktop .service__item:nth-child(4n+1) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .desktop .service__item:nth-child(4n+2) {
    margin-bottom: 140px;
    overflow: visible;
  }
}

@media only screen and (min-width: 1200px) {
  .desktop .service__item:nth-child(4n+3) {
    margin-bottom: 140px;
    overflow: visible;
  }
}

@media only screen and (min-width: 1200px) {
  .desktop .service__item:nth-child(4n+4) {
    margin-bottom: 50px;
    overflow: visible;
  }
}

@media only screen and (min-width: 1200px) {
  .desktop .service__item:nth-child(4n+5) .service__item-image1 {
    margin-top: -50px;
  }
}

@media only screen and (min-width: 1200px) {
  .desktop .service__item:last-child {
    margin-bottom: 325px;
  }
}

@media only screen and (min-width: 1200px) {
  .device .service__item:nth-child(4n+1) {
    min-height: 660px;
  }
  .device .service__item:nth-child(4n+1) .service__item-image1 {
    margin-top: -130px;
  }
}

@media only screen and (min-width: 678px) {
  .service__item-short {
    padding-bottom: 0 !important;
  }
}

.service__item-image1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service__item-image1 .service__item-image1-table {
  display: none;
  height: 100%;
  width: auto;
}

.service__item-image1 .service__item-image1-table-cell {
  display: table-cell;
  overflow: hidden;
  position: relative;
}

.service__item-image1 .service__item-image1-bg {
  background: #010d21;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}

.service__item-image1 img {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .service__item-image1 {
    background: none !important;
    overflow: hidden;
  }
  .service__item-image1 .service__item-image1-table {
    display: table;
  }
}

.services-title {
  color: #616161;
  font: 300 14px/18px "Roboto", sans-serif;
  overflow: hidden;
  position: relative;
}

.service__item-title {
  color: #010d21;
  font: 700 18px/1.2 "Roboto", sans-serif;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  .service__item-title {
    font-size: 21px;
  }
}

.service__item-text {
  line-height: 1.5;
  margin-top: 20px;
  text-align: left;
  position: relative;
}

@media only screen and (min-width: 678px) {
  .service__item-text {
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
  }
}

.service__item-text p {
  margin-bottom: 10px;
}

.service__item-text p:first-child {
  margin-top: 0;
}

.service__item-text p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .service__item-text {
    font-size: 18px;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1024px) {
  .service__item-text {
    padding-left: 40px;
  }
}

.service__item-image2 .service__item-image2-table {
  display: table;
  height: 100%;
  margin: 0 auto;
  width: auto;
}

.service__item-image2 .service__item-image2-table-cell {
  display: table-cell;
  overflow: hidden;
  position: relative;
}

.service__item-image2 .service__item-image2-bg {
  background: #010d21;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}

.service__item-image2 img {
  margin: 0 auto;
  position: relative;
}

.games {
  background: #010d21;
  padding: 35px 0 40px;
}

@media only screen and (min-width: 768px) {
  .games {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .games h2 {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .games h2 {
    margin-bottom: 30px;
  }
}

.games-content {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

@media only screen and (min-width: 678px) {
  .games-content {
    padding-bottom: 58px;
  }
}

@media only screen and (min-width: 1024px) {
  .games-content {
    margin-left: -70px;
  }
}

@media only screen and (min-width: 1200px) {
  .desktop .games-content {
    margin-left: -235px;
  }
  .desktop .games-content:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMGQyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzAxMGQyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTBkMjEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #010d21 0%, #010d21 15%, rgba(1, 13, 33, 0) 100%);
    background: -webkit-linear-gradient(left, #010d21 0%, #010d21 15%, rgba(1, 13, 33, 0) 100%);
    background: linear-gradient(to right, #010d21 0%, #010d21 15%, rgba(1, 13, 33, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010d21', endColorstr='#00010d21',GradientType=1 );
    content: '';
    display: block;
    height: 533px;
    left: 0;
    position: absolute;
    top: 0;
    width: 235px;
    z-index: 1;
  }
  .desktop .games-content:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMGQyMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzAxMGQyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTBkMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(1, 13, 33, 0) 0%, #010d21 85%, #010d21 100%);
    background: -webkit-linear-gradient(left, rgba(1, 13, 33, 0) 0%, #010d21 85%, #010d21 100%);
    background: linear-gradient(to right, rgba(1, 13, 33, 0) 0%, #010d21 85%, #010d21 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00010d21', endColorstr='#010d21',GradientType=1 );
    content: '';
    display: block;
    height: 533px;
    position: absolute;
    right: 0;
    top: 0;
    width: 235px;
    z-index: 1;
  }
}

@media only screen and (min-width: 1386px) {
  .desktop .games-content {
    margin-left: -70px;
  }
  .desktop .games-content:before, .desktop .games-content:after {
    width: 300px;
  }
}

@media only screen and (min-width: 1684px) {
  .desktop .games-content:before, .desktop .games-content:after {
    width: 360px;
  }
}

.games-wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
  max-width: 320px;
}

@media only screen and (min-width: 325px) {
  .games-wrapper {
    max-width: 325px;
  }
}

@media only screen and (min-width: 678px) {
  .games-wrapper {
    overflow: visible;
    max-width: 560px;
  }
}

.games-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: table;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

@media only screen and (min-width: 678px) {
  .games-list {
    margin-left: -7px;
  }
}

.games-list__item {
  display: table-cell;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

@media only screen and (min-width: 678px) {
  .games-list__item {
    border: 7px solid #010d21;
    border-width: 0 7px;
    vertical-align: top;
    width: 272px;
  }
}

.games-list__item-container {
  margin: 0 20px;
  overflow: visible;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
  width: 280px;
}

@media only screen and (min-width: 325px) {
  .games-list__item-container {
    width: 285px;
  }
}

@media only screen and (min-width: 678px) {
  .games-list__item-container {
    margin: 0;
    padding-bottom: 58px;
    width: 272px;
  }
}

.games-list__item-bg {
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 210px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

.games-list__item-bg .games-list__item-shadow {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMGQyMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAxMGQyMSIgc3RvcC1vcGFjaXR5PSIwLjY2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTBkMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(1, 13, 33, 0) 0%, rgba(1, 13, 33, 0.66) 50%, #010d21 100%);
  background: -webkit-linear-gradient(top, rgba(1, 13, 33, 0) 0%, rgba(1, 13, 33, 0.66) 50%, #010d21 100%);
  background: linear-gradient(to bottom, rgba(1, 13, 33, 0) 0%, rgba(1, 13, 33, 0.66) 50%, #010d21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00010d21', endColorstr='#010d21',GradientType=0 );
  bottom: 0;
  height: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
  right: 0;
}

@media only screen and (min-width: 678px) {
  .games-list__item-bg {
    height: 480px;
  }
}

.games-list__item-loading {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.games-list__item-loading-container {
  height: 64px;
  left: 50%;
  margin: -32px 0 0 -32px;
  position: absolute;
  top: 50%;
  width: 64px;
}

.games-list__item-content {
  padding-top: 180px;
  position: relative;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

@media only screen and (min-width: 678px) {
  .games-list__item-content {
    height: 533px;
    left: 50%;
    margin-left: -215px;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 430px;
    z-index: 1;
  }
  .games-list__item-content .games-list__item-bottom {
    bottom: 0;
    position: absolute;
  }
}

.games-list__item-header {
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

@media only screen and (min-width: 678px) {
  .games-list__item-header {
    max-width: 252px;
  }
}

.games-list__item-title {
  color: #fff;
  display: block;
  font: 700 24px/1.25 "Roboto", sans-serif;
  margin: 0 auto;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .games-list__item-title {
    font-size: 32px;
  }
}

.desktop .games-list__item-title {
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.desktop .games-list__item-title:hover {
  color: #e11931;
}

.games-list__item-platforms {
  color: #8d97a3;
  font: 400 12px/1.33 "Roboto Condensed", sans-serif;
  margin-bottom: 25px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .games-list__item-platforms {
    font-size: 16px;
  }
}

.games-list__item-short {
  color: #fafafa;
  line-height: 1.5;
  margin-bottom: 35px;
}

@media only screen and (min-width: 678px) {
  .games-list__item-short {
    height: 0;
    overflow: hidden;
    position: relative;
  }
}

.games-list__item-full {
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

.games-list__item-full .html {
  color: #8d97a3;
  position: relative;
  z-index: 1;
}

.games-list__item-full .html h3 {
  color: #fff;
}

@media only screen and (min-width: 678px) {
  .games-list__item-full {
    padding: 480px 20px 0;
  }
}

@media only screen and (min-width: 768px) {
  .games-list__item-full {
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 875px;
  }
  .games-list__item-full .html {
    margin: 0 auto;
    max-width: 730px;
  }
}

@media only screen and (min-width: 1200px) {
  .games-list__item-full {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1386px) {
  .games-list__item-full {
    width: 875px;
  }
}

@media only screen and (min-width: 1684px) {
  .games-list__item-full {
    width: 960px;
  }
}

@media only screen and (min-width: 1200px) {
  .desktop .games-list__item-full {
    max-width: none;
  }
}

.games-list__item-gallery {
  margin-bottom: 30px;
  margin-top: 40px;
  position: relative;
}

.games-list__item-gallery-current {
  display: block;
  overflow: hidden;
  position: relative;
}

.games-list__item-gallery-current .games-list__item-gallery-blank {
  display: block;
  max-height: none;
  position: relative;
  width: 100%;
  max-width: none;
}

.games-list__item-gallery-current .games-list__item-gallery-big-wrapper {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}

.games-list__item-gallery-current .games-list__item-gallery-big {
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

.games-list__item-gallery-current .games-list__item-gallery-appear {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
  z-index: 4;
}

.games-list__item-gallery-list-wrapper {
  display: none;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 678px) {
  .games-list__item-gallery-list-wrapper {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .games-list__item-gallery-list-wrapper {
    margin: 0 -50px;
    padding: 0 50px;
  }
}

.games-list__item-gallery-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: table;
  margin: 3px 0 0 39px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

@media only screen and (min-width: 1024px) {
  .games-list__item-gallery-list {
    margin-left: -3px;
  }
}

@media only screen and (min-width: 1200px) {
  .games-list__item-gallery-list {
    margin-left: -4px;
    margin-top: 4px;
  }
}

@media only screen and (min-width: 1684px) {
  .games-list__item-gallery-list {
    margin-left: -3px;
    margin-top: 3px;
  }
}

.games__item-gallery-list-wide {
  margin-left: -3px;
  margin-right: -3px;
}

.games__item-gallery-list-wide .games-list__item-gallery-list {
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

@media only screen and (min-width: 1024px) {
  .games__item-gallery-list-wide {
    margin: 0 -50px;
  }
  .games__item-gallery-list-wide .games-list__item-gallery-list {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .games__item-gallery-list-wide .games-list__item-gallery-list {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1684px) {
  .games__item-gallery-list-wide .games-list__item-gallery-list {
    margin-left: auto;
    margin-right: auto;
  }
}

.games-list__item-gallery-list__item {
  border: 3px solid #010d21;
  display: table-cell;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
  vertical-align: top;
}

@media only screen and (min-width: 1200px) {
  .games-list__item-gallery-list__item {
    border-width: 4px;
  }
}

@media only screen and (min-width: 1684px) {
  .games-list__item-gallery-list__item {
    border-width: 3px;
  }
}

.games-list__item-gallery-list__item-link {
  display: block;
  height: 87px;
  position: relative;
  width: 155px;
  z-index: 1;
}

.games-list__item-gallery-list__item-link:before {
  border: 4px solid transparent;
  content: '';
  display: block;
  height: 79px;
  left: 0;
  position: absolute;
  top: 0;
  width: 147px;
  z-index: 1;
}

.games-list__item-gallery-list__item-current .games-list__item-gallery-list__item-link {
  cursor: default;
}

.games-list__item-gallery-list__item-current .games-list__item-gallery-list__item-link:before {
  border-color: #ff103d;
}

.desktop .games-list__item-gallery-list__item-link:before {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.desktop .games-list__item-gallery-list__item-link:hover:before {
  border-color: #ff103d;
}

.games-list__item-gallery-list-controls .games-list__item-gallery-list-controls__item {
  background: #010d21;
  display: block;
  height: 54px;
  padding: 17px 6px;
  position: absolute;
  top: 6px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
  width: 24px;
  z-index: 1;
}

.games-list__item-gallery-list-controls .controls__item-prev {
  left: 0;
  margin-top: 0;
  padding-right: 12px;
}

.games-list__item-gallery-list-controls .controls__item-next {
  padding-left: 12px;
  right: 0;
}

.games-list__item-gallery-list-controls .games-list__item-gallery-list-controls__item.disabled .controls__item-path {
  stroke: #555d6a;
}

@media only screen and (min-width: 1024px) {
  .games-list__item-gallery-list-controls .controls__item-prev {
    padding-right: 20px;
  }
  .games-list__item-gallery-list-controls .controls__item-next {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .games-list__item-gallery-list-controls .games-list__item-gallery-list-controls__item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}

@media only screen and (min-width: 1684px) {
  .games-list__item-gallery-list-controls .games-list__item-gallery-list-controls__item {
    padding-bottom: 17px;
    padding-top: 17px;
  }
}

.desktop .games-list__item-gallery-list-controls__item .controls__item-path {
  -webkit-transition: stroke 0.4s ease-in-out;
  -o-transition: stroke 0.4s ease-in-out;
  transition: stroke 0.4s ease-in-out;
}

.desktop .games-list__item-gallery-list-controls__item:hover .controls__item-path {
  stroke: #e11931;
}

.desktop .games-list__item-gallery-list-controls__item.disabled {
  cursor: default;
}

.desktop .games-list__item-gallery-list-controls__item.disabled:hover .controls__item-path {
  stroke: #555d6a;
}

@media only screen and (min-width: 1200px) and (max-width: 1774px) {
  .desktop .games-list__item-gallery-list-wrapper {
    margin: 0;
    padding: 0;
  }
  .desktop .games-list__item-gallery-list {
    margin-left: 39px;
  }
  .desktop .games-list__item-gallery-list-controls .controls__item-prev {
    padding-right: 12px;
  }
  .desktop .games-list__item-gallery-list-controls .controls__item-next {
    padding-left: 12px;
  }
  .desktop .games__item-gallery-list-wide {
    margin-left: -3px;
    margin-right: -3px;
  }
  .desktop .games__item-gallery-list-wide .games-list__item-gallery-list {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 678px) {
  .games-button-wrapper {
    bottom: 0;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3;
  }
}

@media only screen and (min-width: 678px) {
  .games-list__item-current .games-list__item-container {
    width: 560px;
  }
  .games-list__item-current .games-list__item-bg .games-list__item-shadow {
    height: 75%;
  }
  .games-list__item-current .games-list__item-bottom {
    bottom: 48px;
  }
  .games-list__item-current .games-list__item-header {
    max-width: 430px;
  }
  .games-list__item-current .games-list__item-short {
    height: auto;
  }
  .games-list__item-current .games-button-wrapper {
    height: 48px;
  }
}

@media only screen and (min-width: 1200px) {
  .games-wrapper {
    max-width: 644px;
  }
  .games-list__item-current .games-list__item-container {
    width: 644px;
  }
}

@media only screen and (min-width: 1386px) {
  .games-wrapper {
    max-width: 792px;
  }
  .games-list__item-current .games-list__item-container {
    width: 792px;
  }
}

@media only screen and (min-width: 1684px) {
  .games-wrapper {
    max-width: 876px;
  }
  .games-list__item-current .games-list__item-container {
    width: 876px;
  }
}

.games-bullets-wrapper {
  bottom: 0;
  display: none;
  height: 24px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 678px) {
  .games-bullets-wrapper {
    display: block;
  }
  .games-bullets-list {
    display: inline-block;
  }
  .games-bullets-list__item {
    display: block;
    float: left;
    height: 24px;
    width: 24px;
  }
  .games-bullets-list__item-link {
    display: block;
    height: 12px;
    padding: 6px;
    width: 12px;
  }
  .games-bullets-list__item-link span {
    background: rgba(255, 255, 255, 0.33);
    display: block;
    height: 12px;
    width: 12px;
  }
  .games-bullets-list__item-current .games-bullets-list__item-link {
    cursor: default;
  }
  .games-bullets-list__item-current .games-bullets-list__item-link span {
    background: #fff !important;
  }
}

.desktop .games-bullets-list__item-link span {
  -webkit-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

.desktop .games-bullets-list__item-link:hover span {
  background-color: #e11931;
}

.games-list__item-gallery-controls {
  bottom: 181px;
  display: none;
  left: 20px;
  right: 20px;
  top: auto;
}

.games-list__item-gallery-controls .games-list__item-gallery-controls__item {
  background: #010d21;
  border-color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.games-list__item-gallery-controls .games-list__item-gallery-controls__item .controls__item-path {
  stroke: #fff;
}

.games-list__item-gallery-controls .controls__item-prev {
  -webkit-transform: translateX(-68px);
  -ms-transform: translateX(-68px);
  -o-transform: translateX(-68px);
  transform: translateX(-68px);
}

.games-list__item-gallery-controls .controls__item-next {
  -webkit-transform: translateX(68px);
  -ms-transform: translateX(68px);
  -o-transform: translateX(68px);
  transform: translateX(68px);
}

.desktop .games-list__item-gallery-controls__item .controls__item-path {
  -webkit-transition: stroke 0.4s ease-in-out;
  -o-transition: stroke 0.4s ease-in-out;
  transition: stroke 0.4s ease-in-out;
}

.desktop .games-list__item-gallery-controls__item:hover {
  background: #ff103d;
  border-color: #ff103d;
}

.desktop .games-list__item-gallery-controls__item:hover .controls__item-path {
  stroke: #010d21;
}

@media only screen and (max-width: 677px) {
  .games-controls {
    left: 20px;
    right: 20px;
    top: 177px;
  }
}

.games-controls .games-controls__item {
  display: block;
  height: 45px;
  padding: 5px 0;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
  width: 20px;
}

.games-controls .games-controls__item .controls__item-path {
  stroke: #fff;
}

.games-controls .controls__item-prev {
  padding-right: 5px;
}

.games-controls .controls__item-next {
  padding-left: 5px;
}

.games-controls .games-controls__item.disabled {
  cursor: default;
  z-index: 1;
}

.games-controls .games-controls__item.disabled .controls__item-path {
  stroke: #555d6a;
}

.desktop .games-controls .games-controls__item .controls__item-path {
  -webkit-transition: stroke 0.4s ease-in-out;
  -o-transition: stroke 0.4s ease-in-out;
  transition: stroke 0.4s ease-in-out;
}

.desktop .games-controls .games-controls__item:hover .controls__item-path {
  stroke: #e11931;
}

.desktop .games-controls .games-controls__item.disabled:hover .controls__item-path {
  stroke: #555d6a;
}

@media only screen and (min-width: 678px) {
  .games-controls {
    left: 20px;
    right: 20px;
    top: 293px;
  }
  .games-controls .games-controls__item {
    height: 54px;
    width: 24px;
  }
  .games-controls .controls__item-prev {
    left: 0;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .games-controls {
    left: 50px;
    right: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .desktop .games-controls {
    left: 0;
    right: 0;
    z-index: 3;
  }
  .desktop .games-controls .controls__item-prev {
    left: auto;
    margin-right: 336px;
    right: 50%;
  }
  .desktop .games-controls .controls__item-next {
    left: 50%;
    margin-left: 336px;
    right: auto;
  }
}

@media only screen and (min-width: 1386px) {
  .desktop .games-controls {
    top: 282px;
  }
  .desktop .games-controls .games-controls__item {
    height: 72px;
    width: 32px;
  }
  .desktop .games-controls .controls__item-prev {
    margin-right: 399px;
  }
  .desktop .games-controls .controls__item-next {
    margin-left: 399px;
  }
}

@media only screen and (min-width: 1684px) {
  .desktop .games-controls .controls__item-prev {
    margin-right: 380px;
  }
  .desktop .games-controls .controls__item-next {
    margin-left: 380px;
  }
}

@media only screen and (min-width: 678px) {
  .games1 .games-content {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .games1 .games-content:before, .games1 .games-content:after {
    display: none;
  }
  .games1 .games-wrapper {
    max-width: 875px;
  }
  .games1 .games-list {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .games1 .games-list__item {
    border: 0;
    display: block;
    width: auto;
  }
  .games1 .games-list__item-container {
    margin: 0 auto;
    width: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .desktop .games1 .games-wrapper {
    margin-left: 235px;
    padding: 0;
    max-width: 875px;
  }
  .desktop .games1 .games-list__item-container {
    width: auto;
    max-width: none;
  }
  .desktop .games1.games-open .games-wrapper {
    margin-left: 160px;
  }
}

@media only screen and (min-width: 1386px) {
  .desktop .games1 .games-wrapper {
    margin: 0 auto;
  }
  .desktop .games1.games-open .games-wrapper {
    margin-left: auto;
    width: auto;
    max-width: 1132px;
  }
}

@media only screen and (min-width: 1684px) {
  .desktop .games1 .games-wrapper {
    max-width: 960px;
  }
  .desktop .games1.games-open .games-wrapper {
    max-width: 1132px;
  }
}

.games-open .games-list__item-current .games-list__item-full {
  height: auto;
}

.games-open .games-list__item-current .games-button-icon {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}

.games-open .games-list__item-current .games-button-label-toggle {
  -webkit-transform: translateY(-46px);
  -ms-transform: translateY(-46px);
  -o-transform: translateY(-46px);
  transform: translateY(-46px);
}

.games-open .games-list__item-gallery-controls {
  display: block;
}

.games-open .games-list__item-gallery-controls .controls__item-prev,
.games-open .games-list__item-gallery-controls .controls__item-next {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.games-open .games-controls .controls__item-prev {
  -webkit-transform: translateX(-42px);
  -ms-transform: translateX(-42px);
  -o-transform: translateX(-42px);
  transform: translateX(-42px);
}

.games-open .games-controls .controls__item-next {
  -webkit-transform: translateX(42px);
  -ms-transform: translateX(42px);
  -o-transform: translateX(42px);
  transform: translateX(42px);
}

@media only screen and (min-width: 678px) {
  .games-open .games-content {
    padding-bottom: 0;
  }
  .games-open .games-wrapper {
    max-width: none;
  }
  .games-open .games-list__item-current .games-list__item-container {
    height: auto;
  }
  .games-open .games-bullets-wrapper {
    display: none;
  }
  .games-open .games-list__item-gallery-controls {
    display: none;
  }
  .games-open .games-controls .controls__item-prev {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
  }
  .games-open .games-controls .controls__item-next {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
  }
}

@media only screen and (min-width: 768px) {
  .games-open .games-controls .controls__item-prev {
    -webkit-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    -o-transform: translateX(-90px);
    transform: translateX(-90px);
  }
  .games-open .games-controls .controls__item-next {
    -webkit-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(90px);
  }
}

@media only screen and (min-width: 1200px) {
  .games-open .games-wrapper {
    max-width: 1024px;
  }
  .games-open .games-list__item-current .games-list__item-container {
    width: 1024px;
  }
  .games-open .games-list__item-current .games-list__item-full {
    overflow: visible;
  }
  .games-open .games-controls__item {
    opacity: 0;
  }
}

@media only screen and (min-width: 1386px) {
  .games-open .games-wrapper {
    max-width: 1132px;
  }
  .games-open .games-list__item-current .games-list__item-container {
    width: 1132px;
  }
}

.news {
  background: #fafafa;
  overflow: hidden;
  padding: 35px 0 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .news {
    padding-bottom: 125px;
    padding-top: 75px;
  }
  .news h2 {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .news h2 {
    margin-bottom: 30px;
  }
}

.news-content {
  position: relative;
}

.news-wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 280px;
}

@media only screen and (min-width: 325px) {
  .news-wrapper {
    width: 285px;
    max-width: none;
  }
}

@media only screen and (min-width: 678px) {
  .news-wrapper {
    margin: 0;
    width: 580px;
  }
}

@media only screen and (min-width: 1024px) {
  .news-wrapper {
    width: 875px;
  }
}

@media only screen and (min-width: 1684px) {
  .news-wrapper {
    width: 960px;
  }
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: table;
  margin-left: -5px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

@media only screen and (min-width: 678px) {
  .news-list {
    margin-bottom: 1px;
  }
}

@media only screen and (min-width: 1684px) {
  .news-list {
    margin-left: -9px;
  }
}

.news-list__item {
  border: 5px solid #fafafa;
  border-width: 0 5px;
  display: table-cell;
  position: relative;
  width: 280px;
}

@media only screen and (min-width: 325px) {
  .news-list__item {
    width: 285px;
  }
}

@media only screen and (min-width: 678px) {
  .news-list__item {
    background: #fff;
    width: 580px;
  }
}

@media only screen and (min-width: 1024px) {
  .news-list__item {
    background: transparent;
  }
}

@media only screen and (min-width: 1684px) {
  .news-list__item {
    border-width: 0 9px;
    width: 634px;
  }
}

.news-list__item-bg {
  background: #010d21;
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}

@media only screen and (min-width: 1200px) {
  .desktop .news-list__item-bg {
    display: block;
  }
}

.news-list__item-content {
  box-sizing: border-box;
  color: #454545;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
  width: 280px;
}

@media only screen and (min-width: 325px) {
  .news-list__item-content {
    width: 285px;
  }
}

@media only screen and (min-width: 678px) {
  .news-list__item-content {
    border: 1px solid #b0b0b0;
    height: 302px;
    overflow: hidden;
    width: 580px;
  }
}

@media only screen and (min-width: 1024px) {
  .news-list__item-content {
    background: #fff;
  }
}

@media only screen and (min-width: 1684px) {
  .news-list__item-content {
    height: 326px;
    width: 634px;
  }
}

.news-list__item-loading {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.news-list__item-loading-container {
  height: 64px;
  left: 50%;
  margin: -32px 0 0 -32px;
  position: absolute;
  top: 50%;
  width: 64px;
}

.news-list__item-left {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

@media only screen and (min-width: 325px) {
  .news-list__item-left {
    border: 1px solid #b0b0b0;
  }
}

@media only screen and (min-width: 678px) {
  .news-list__item-left {
    border-width: 0;
    border-right-width: 1px;
    float: left;
    height: 300px;
    margin-bottom: 15px;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
    width: 283px;
  }
  .news-list__item-left img {
    height: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 1684px) {
  .news-list__item-left {
    height: 324px;
    width: 306px;
  }
}

.news-list__item-right {
  margin-bottom: 78px;
}

@media only screen and (min-width: 678px) {
  .news-list__item-right {
    margin-bottom: 0;
    margin-right: 25px;
    padding: 20px 0 98px 25px;
  }
}

@media only screen and (min-width: 1024px) {
  .news-list__item-right {
    overflow: hidden;
    padding-left: 0;
    position: relative;
  }
}

@media only screen and (min-width: 1684px) {
  .news-list__item-right {
    padding-top: 25px;
  }
}

@media only screen and (min-width: 678px) {
  .news-list__item-right-content {
    max-height: 200px;
    overflow: hidden;
    position: relative;
  }
}

.news-list__item-title {
  color: #303030;
  display: block;
  font: 700 26px/1.1 "Roboto", sans-serif;
  margin-bottom: 5px;
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

.desktop .news-list__item-title {
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.desktop .news-list__item-title:hover {
  color: #e11931;
}

.news-list__item-date {
  color: #e11931;
  font: 400 14px/16px "Roboto Condensed", sans-serif;
  margin-bottom: 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

.news-list__item-short {
  line-height: 1.5;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

@media only screen and (min-width: 678px) {
  .news-list__item-short {
    line-height: 1.33;
  }
}

.news-list__item-full {
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

.news-list__item-full .html {
  padding-bottom: 25px;
}

@media only screen and (min-width: 678px) {
  .news-list__item-full {
    height: auto;
    line-height: 1.33;
    opacity: 0;
    overflow: visible;
  }
  .news-list__item-full .html {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .news-list__item-full {
    height: 0;
    opacity: 1;
    overflow: hidden;
  }
}

.news-share-wrapper {
  height: 48px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 678px) {
  .news-share-wrapper {
    bottom: -73px;
    overflow: visible;
    position: absolute;
    text-align: left;
  }
}

.news-share-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}

.news-share-list__item {
  display: block;
  float: left;
  height: 48px;
  width: 48px;
}

.news-share-list__item-link {
  background: #fff;
  border: 1px solid #8d97a3;
  border-left-width: 0;
  display: block;
  height: 34px;
  padding: 6px;
  position: relative;
  text-decoration: none;
  width: 35px;
}

.news-share-list__item:first-child .news-share-list__item-link {
  border-left-width: 1px;
  width: 34px;
}

.news-share-list__item-path {
  fill: #8d97a3;
}

.desktop .news-share-list__item-link {
  -webkit-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

.desktop .news-share-list__item-link .news-share-list__item-path {
  -webkit-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}

.desktop .news-share-list__item-link:hover {
  background: #8d97a3;
}

.desktop .news-share-list__item-link:hover .news-share-list__item-path {
  fill: #fff;
}

.news-button-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

@media only screen and (min-width: 678px) {
  .news-button-wrapper {
    bottom: 20px;
    left: 315px;
    right: 25px;
    text-align: left;
  }
}

@media only screen and (min-width: 1684px) {
  .news-button-wrapper {
    bottom: 25px;
    left: 337px;
  }
}

@media only screen and (max-width: 677px) {
  .news-controls {
    top: 117px;
  }
}

.menu-dark .news-controls__item {
  z-index: 2;
}

.menu-dark .news-controls__item.disabled {
  background: #fff;
  border-color: #e6e9ed;
  z-index: 1;
}

.menu-dark .news-controls__item.disabled .controls__item-path {
  stroke: #e6e9ed;
}

.desktop .news-controls__item {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}

.desktop .news-controls__item .news__item-path {
  -webkit-transition: stroke 0.4s ease-in-out;
  -o-transition: stroke 0.4s ease-in-out;
  transition: stroke 0.4s ease-in-out;
}

.desktop .news-controls__item:hover {
  background: #ff103d;
  border-color: #ff103d;
  z-index: 3;
}

.desktop .news-controls__item:hover .controls__item-path {
  stroke: #fff;
}

.desktop .news-controls__item.disabled {
  cursor: default;
  z-index: 1;
}

.desktop .news-controls__item.disabled:hover {
  background: #fff;
  border-color: #e6e9ed;
  z-index: 1;
}

.desktop .news-controls__item.disabled:hover .controls__item-path {
  stroke: #e6e9ed;
}

.news-list__item-open .news-list__item-full {
  height: auto;
}

.news-list__item-open .news-button-icon {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}

.news-list__item-open .news-button-label-toggle {
  -webkit-transform: translateY(-46px);
  -ms-transform: translateY(-46px);
  -o-transform: translateY(-46px);
  transform: translateY(-46px);
}

@media only screen and (min-width: 678px) {
  .news-list__item-open .news-list__item-content {
    height: auto;
  }
  .news-list__item-open .news-list__item-left {
    border-color: transparent;
  }
  .news-list__item-open .news-list__item-full {
    opacity: 1;
  }
  .news-list__item-open .news-button-wrapper {
    bottom: 25px;
    left: auto;
    right: 25px;
  }
}

@media only screen and (min-width: 1024px) {
  .news-list__item-open {
    width: 875px;
  }
  .news-list__item-open .news-list__item-content {
    width: 873px;
  }
  .news-list__item-open .news-list__item-full {
    height: auto;
    overflow: visible;
  }
}

@media only screen and (min-width: 1684px) {
  .news-list__item-open {
    width: 960px;
  }
  .news-list__item-open .news-list__item-content {
    width: 958px;
  }
}

.partners {
  background: #ff103d;
  padding: 45px 0 60px;
}

.partners h2 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .partners {
    padding-bottom: 80px;
    padding-top: 60px;
  }
  .partners h2 {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .partners {
    padding-bottom: 85px;
  }
  .partners h2 {
    margin-bottom: 30px;
  }
}

.partners-content {
  position: relative;
}

.partners-wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 280px;
}

@media only screen and (min-width: 325px) {
  .partners-wrapper {
    width: 285px;
    max-width: none;
  }
}

@media only screen and (min-width: 678px) {
  .partners-wrapper {
    margin: 0;
    width: 580px;
  }
}

@media only screen and (min-width: 1024px) {
  .partners-wrapper {
    width: 875px;
  }
}

@media only screen and (min-width: 1684px) {
  .partners-wrapper {
    width: 960px;
  }
}

.partners-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: table;
  margin-left: -5px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

@media only screen and (min-width: 1684px) {
  .partners-list {
    margin-left: -9px;
  }
}

.partners-list__item {
  border: 5px solid #ff103d;
  border-width: 0 5px;
  display: table-cell;
  position: relative;
  width: 280px;
}

@media only screen and (min-width: 325px) {
  .partners-list__item {
    width: 285px;
  }
}

@media only screen and (min-width: 1684px) {
  .partners-list__item {
    border-width: 0 9px;
    width: 308px;
  }
}

.partners-list__item-bg {
  background: #fff;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}

.partners-list__item-content {
  color: #454545;
  overflow: hidden;
  padding: 45px 0;
  position: relative;
  text-align: center;
  width: 280px;
}

@media only screen and (min-width: 325px) {
  .partners-list__item-content {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}

@media only screen and (min-width: 1684px) {
  .partners-list__item-content {
    padding-left: 5px;
    padding-right: 5px;
    width: 298px;
  }
}

.partners-list__item-data {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

.partners-list__item-logo-wrapper {
  height: 60px;
  margin-bottom: 20px;
}

.partners-list__item-logo-wrapper img {
  height: 100%;
  margin: 0 auto;
}

.partners-list__item-title {
  color: #303030;
  display: block;
  font: 500 21px/1.25 "Roboto", sans-serif;
  margin-bottom: 25px;
  padding: 0 22.5px;
  text-decoration: none;
}

.desktop a.partners-list__item-title {
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.desktop a.partners-list__item-title:hover {
  color: #e11931;
}

.partners-list__item-text {
  color: #454545;
  font: 16px/1.5 "Roboto", sans-serif;
  padding: 0 22.5px;
}

@media only screen and (max-width: 677px) {
  .partners-controls {
    top: 80px;
  }
}

.desktop .partners-controls__item {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.desktop .partners-controls__item .controls__item-path {
  -webkit-transition: stroke 0.4s ease-in-out;
  -o-transition: stroke 0.4s ease-in-out;
  transition: stroke 0.4s ease-in-out;
}

.desktop .partners-controls__item:hover {
  background: #020d21;
  border-color: #020d21;
  z-index: 1;
}

.desktop .partners-controls__item:hover .controls__item-path {
  stroke: #e11931;
}

.contacts {
  background: #020d21;
}

.contacts-wrapper {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  text-align: center;
}

.contacts-wrapper:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMTBkMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiMwMTBkMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDEwZDIxIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover, #010d21 0%, #010d21 45%, rgba(1, 13, 33, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #010d21 0%, #010d21 45%, rgba(1, 13, 33, 0) 100%);
  background: radial-gradient(ellipse at center, #010d21 0%, #010d21 45%, rgba(1, 13, 33, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010d21', endColorstr='#00010d21',GradientType=1 );
  bottom: 40px;
  content: '';
  left: -20px;
  position: absolute;
  right: -20px;
  top: -70px;
}

@media only screen and (min-width: 768px) {
  .contacts-wrapper {
    padding-top: 60px;
  }
  .contacts-wrapper:before {
    bottom: -20px;
    left: 50%;
    margin-left: -360px;
    right: auto;
    top: -60px;
    width: 720px;
  }
}

@media only screen and (min-width: 1024px) {
  .contacts-wrapper {
    padding-bottom: 95px;
    text-align: left;
  }
  .contacts-wrapper:before {
    margin-left: -473px;
    width: 900px;
  }
}

@media only screen and (min-width: 1200px) {
  .desktop .contacts-wrapper {
    background-attachment: fixed;
  }
}

.contacts-left {
  margin-bottom: 35px;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .contacts-left h2 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .contacts-left {
    float: left;
    margin-bottom: 0;
    width: 550px;
  }
}

.contacts-content {
  color: #8d97a3;
  font-size: 400 16px/1.3 "Roboto", sans-serif;
  margin: 0 auto;
  max-width: 480px;
}

.contacts-content a {
  text-decoration: none !important;
}

@media only screen and (min-width: 1024px) {
  .contacts-content {
    font-size: 14px;
    margin: 0;
    padding-left: 40px;
    max-width: 420px;
  }
}

.contacts-right {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .contacts-right {
    float: right;
    padding-top: 120px;
    max-width: 360px;
  }
}

.desktop .contact-button .button-icon-path {
  -webkit-transition: stroke 0.4s ease-in-out;
  -o-transition: stroke 0.4s ease-in-out;
  transition: stroke 0.4s ease-in-out;
}

.desktop .contact-button:hover {
  color: #020d21;
}

.desktop .contact-button:hover .button-icon-path {
  stroke: #020d21;
}

.footer {
  color: #8d97a3;
  font: 400 12px/20px "Roboto", sans-serif;
  padding: 40px 0 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer {
    line-height: 16px;
    padding: 45px 0 30px;
    text-align: right;
  }
}

.footer-container {
  overflow: hidden;
  position: relative;
}

.footer-logo-wrapper {
  height: 46px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .footer-logo-wrapper {
    float: left;
    margin-bottom: 0;
  }
}

.footer-logo-wrapper img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .footer-copyright {
    padding-top: 30px;
  }
}
