/* Fonts */
@font-face {
  font-family: 'AeroMaticsDisplayLightRegular';
  src: url("../fonts/AeroMaticsDisplayLightRegular.eot");
  src: url("../fonts/AeroMaticsDisplayLightRegular.eot") format("embedded-opentype"), url("../fonts/AeroMaticsDisplayLightRegular.woff") format("woff"), url("../fonts/AeroMaticsDisplayLightRegular.ttf") format("truetype"), url("../fonts/AeroMaticsDisplayLightRegular.svg#AeroMaticsDisplayLightRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'warhelioscondc';
  src: url("../fonts/warhelioscondc.eot");
  src: url("../fonts/warhelioscondc.eot") format("embedded-opentype"), url("../fonts/warhelioscondc.woff") format("woff"), url("../fonts/warhelioscondc.ttf") format("truetype"), url("../fonts/warhelioscondc.svg#warhelioscondc") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'warhelioscondcbold';
  src: url("../fonts/warhelioscondcbold.eot");
  src: url("../fonts/warhelioscondcbold.eot") format("embedded-opentype"), url("../fonts/warhelioscondcbold.woff") format("woff"), url("../fonts/warhelioscondcbold.ttf") format("truetype"), url("../fonts/warhelioscondcbold.svg#warhelioscondcbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Fonts end */
.screen-all-content, .form-line, .screens-buttons-wrapper, .slider-text-controls-wrapper, .text-button-wrapper, .header-menu-wrapper, .header-button-wrapper, .screen-1-buttons-wrapper, .screen-1-right-container, .screen-news-title-wrapper, .screen-1-news-list,
.screen-1-news-list__item-container, .screen-2-title, .screen-3-content, .screen-5-content, .desktop .popup-list__item,
.popup-list__item, .popup-analog-tank-list, .content-button-wrapper, .form-search-screen,
.form-search-screen-field {
  *zoom: 1;
}

.screen-all-content:before, .form-line:before, .screens-buttons-wrapper:before, .slider-text-controls-wrapper:before, .text-button-wrapper:before, .header-menu-wrapper:before, .header-button-wrapper:before, .screen-1-buttons-wrapper:before, .screen-1-right-container:before, .screen-news-title-wrapper:before, .screen-1-news-list:before,
.screen-1-news-list__item-container:before, .screen-2-title:before, .screen-3-content:before, .screen-5-content:before, .desktop .popup-list__item:before,
.popup-list__item:before, .popup-analog-tank-list:before, .content-button-wrapper:before, .form-search-screen:before,
.form-search-screen-field:before, .screen-all-content:after, .form-line:after, .screens-buttons-wrapper:after, .slider-text-controls-wrapper:after, .text-button-wrapper:after, .header-menu-wrapper:after, .header-button-wrapper:after, .screen-1-buttons-wrapper:after, .screen-1-right-container:after, .screen-news-title-wrapper:after, .screen-1-news-list:after,
.screen-1-news-list__item-container:after, .screen-2-title:after, .screen-3-content:after, .screen-5-content:after, .desktop .popup-list__item:after,
.popup-list__item:after, .popup-analog-tank-list:after, .content-button-wrapper:after, .form-search-screen:after,
.form-search-screen-field:after {
  content: " ";
  display: table;
}

.screen-all-content:after, .form-line:after, .screens-buttons-wrapper:after, .slider-text-controls-wrapper:after, .text-button-wrapper:after, .header-menu-wrapper:after, .header-button-wrapper:after, .screen-1-buttons-wrapper:after, .screen-1-right-container:after, .screen-news-title-wrapper:after, .screen-1-news-list:after,
.screen-1-news-list__item-container:after, .screen-2-title:after, .screen-3-content:after, .screen-5-content:after, .desktop .popup-list__item:after,
.popup-list__item:after, .popup-analog-tank-list:after, .content-button-wrapper:after, .form-search-screen:after,
.form-search-screen-field:after {
  clear: both;
}

html, body {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #0f1010;
  color: #f9f5e2;
  font-family: "warhelioscondc", sans-serif;
  font-size: 100%;
  line-height: 1.38;
  height: 100%;
  width: 100%;
}

body {
  font-size: 100%;
  font-size: 1rem;
}

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

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

a {
  text-decoration: underline;
  color: #f9f5e2;
  transition: color .3s linear;
  -webkit-tap-highlight-color: transparent;
}

a.anchor-link .anchor-link,
.anchor-link .anchor-link,
.content-text .anchor-link {
  font-size: 0;
  line-height: 0;
}

.desktop a:hover {
  color: #ff7e00;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

svg:not(:root) {
  overflow: visible;
}

svg {
  display: inherit;
  overflow: visible;
}

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

.container {
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 20px;
  position: relative;
}

.screen {
  overflow: hidden;
  position: relative;
  min-height: 600px;
  box-sizing: border-box;
}

.screen-all-content {
  position: relative;
}

@media (min-width: 1200px) {
  .ie.desktop .screen-5-popup-wrapper {
    padding: 0;
  }
}

@media (min-width: 480px) {
  .container {
    padding: 0 40px;
  }
}

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

@media (min-width: 1200px) {
  .container {
    padding: 0 70px;
  }
}

@media (min-width: 1366px) {
  .container {
    padding: 0 120px;
  }
}

@media (min-width: 1580px) {
  .container {
    padding: 0 120px;
  }
}

/* svg styles */
.svg-close-wrapper {
  display: block;
}

.svg-search,
.svg-rss,
.svg-share-path,
.svg-back-link,
.svg-double,
.svg-close,
.svg-arrow,
.svg-down {
  fill: #f9f5e2;
  transition: fill .3s linear;
}

.svg-arrow-big {
  fill: #f9d088;
  transition: fill .3s linear;
  filter: drop-shadow(1px 1.732px 2px rgba(0, 0, 0, 0.5));
}

.svg-faq-marker-path {
  fill: #f25322;
}

.svg-likes-wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -10.5px;
  height: 19px;
  vertical-align: middle;
  width: 19px;
}

.svg-likes-wrapper.unlike-svg {
  fill: #b70101;
}

.svg-likes-wrapper.like-svg {
  fill: #5a9445;
}

.svg-likes {
  height: 19px;
  width: 19px;
}

.svg-view-path {
  fill: #aaa;
}

.svg-view-wrapper {
  display: inline-block;
  margin-left: -5px;
  padding: 0 5px;
  vertical-align: middle;
}

.svg-slider path {
  fill: #f9f5e2;
  transition: fill .3s linear;
}

.desktop .header-menu-close-wrapper:hover .svg-close {
  fill: #f25322;
}

.desktop .new-close-link:hover .svg-close {
  fill: #f25322;
}

.desktop .scrolldown-link:hover .svg-down {
  fill: #f25322;
}

.scrolldown-link {
  position: absolute;
  display: none;
  height: 41px;
  width: 40px;
  bottom: 10px;
  right: 15px;
}

.scrolldown-fixed {
  position: fixed;
}

.svg-down-arrow {
  animation: scrolldown 4s ease infinite;
}

.screen-6 .scrolldown-link {
  bottom: 20px;
}

@media (min-width: 1200px) {
  .desktop .scrolldown-link {
    display: block;
  }
  .scrolldown-link {
    bottom: 25px;
  }
}

@keyframes scrolldown {
  0 {
    transform: translateY(0);
  }
  12.5% {
    transform: translateY(4px);
  }
  25% {
    transform: translateY(0px);
  }
}

.screen-6 .scrolldown-link {
  transform: rotate(180deg);
}

/* forms */
.form-line {
  margin-top: 25px;
}

.form-line:nth-child(1) {
  margin-top: 0;
}

.form-fild {
  margin-top: 25px;
}

.form-fild:nth-child(1) {
  margin-top: 0;
}

.form-label {
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.form-input,
input[type="text"],
input[type="password"],
.form-select,
.form-textarea {
  background: #202020;
  border: 1px solid #4c4c4c;
  border-radius: 0;
  box-sizing: border-box;
  color: #f9f5e2;
  display: block;
  font-size: 100%;
  font-size: 1rem;
  line-height: 2.6875;
  position: relative;
  text-indent: 0;
  transition: border-color .3s linear;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.form-input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: #f9d088;
  outline: none;
  z-index: 2;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

input:-webkit-autofill {
  background: transparent;
}

textarea:-webkit-autofill {
  background: transparent;
}

select:-webkit-autofill {
  background: transparent;
}

input[type="email"] {
  outline: none;
  box-shadow: none;
}

input:-ms-clear {
  display: none;
}

input:invalid,
input:-moz-ui-invalid {
  border-color: #cc181e;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.android input[type=text],
.android input[type=email] {
  line-height: 0 !important;
}

.form-input {
  height: 43px;
}

.form-textarea {
  box-sizing: border-box;
  line-height: 17px;
  overflow: auto;
  padding: 17px 20px;
  resize: none;
  height: 83px;
}

.form-search .search-input {
  height: 42px;
}

@media (min-width: 600px) {
  .form-search .search-input {
    border: 1px solid #909090;
  }
}

.form-error,
input[type="text"].form-error,
input[type="email"].form-error {
  border-color: #cc181e;
  animation: placeholder_error .2s 1 ease-in;
  z-index: 2;
}

@keyframes placeholder_error {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0.5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-0.5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media (min-width: 600px) {
  .form-fild {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 25px;
    margin-top: 0;
  }
  .form-fild:nth-child(1) {
    padding-left: 0;
  }
}

/* buttons default*/
.button-default-wrapper {
  clear: both;
}

.button-default {
  background-image: url("../images/button-default-left-bg.png"), url("../images/button-default-right-bg.png"), url("../images/button-default-bg.png");
  background-position: 0 0, 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto 100%, auto 100%, auto;
  box-sizing: border-box;
  width: 100%;
  color: #0f1010;
  display: block;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1;
  padding: 10px 10px 9px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s linear;
  display: table;
  height: 58px;
}

.button-default-text {
  background-color: #ffffff;
  display: table-cell;
  padding: 5px;
  transition: background-color .3s linear;
  vertical-align: middle;
}

.desktop .button-default:hover {
  color: #f9f5e2;
}

.desktop .button-default:hover .button-default-text {
  background-color: #ff7e00;
}

@media (min-width: 1200px) {
  .button-default-wrapper {
    clear: both;
  }
  .button-default {
    margin: 0 auto;
  }
}

/* button-default-orange */
.button-default-orange {
  background-color: #f25322;
  color: #ffffff;
  display: table;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 87.5%;
  font-size: 0.875rem;
  height: 50px;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .3s linear;
}

.button-default-orange .button-default-orange-text {
  display: table-cell;
  vertical-align: middle;
  padding: 3.5px 18px;
}

.desktop .button-default-orange:hover {
  background-color: #ff7e00;
  color: #ffffff;
}

/* button-simple */
.button-simple-wrapper {
  display: block;
  float: left;
  margin-right: 12.5px;
  margin-bottom: 10px;
}

.button-simple {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #aaa;
  display: table;
  height: 48px;
  font-size: 75%;
  font-size: 0.75rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color .3s linear, color .3s linear;
  vertical-align: middle;
  width: 120px;
}

.button-simple-text-wrapper {
  display: table-cell;
  position: relative;
  text-align: center;
  padding: 5px 10px;
  vertical-align: middle;
}

.button-simple-text {
  display: inline-block;
  margin-top: 2px;
}

.desktop .button-simple:hover {
  border-color: #ff7e00;
}

.likes-buttons-wrapper {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 12.5px;
  max-width: 300px;
  width: 100%;
}

.likes-buttons {
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: table;
  height: 50px;
  font-size: 75%;
  font-size: 0.75rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
}

.like-button-link {
  color: #aaa;
  display: table-cell;
  padding: 5px 5px;
  text-align: center;
  transition: background-color .3s linear, color .3s linear;
  text-decoration: none;
  vertical-align: middle;
  width: 50%;
}

.like-button-link + .like-button-link {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.likes-text {
  display: inline-block;
  padding-left: 24px;
  vertical-align: middle;
}

.count-view-wrapper {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
  vertical-align: top;
}

.count-view {
  display: table;
  font-size: 87.5%;
  font-size: 0.875rem;
  height: 30px;
}

.count-view-text-wrapper {
  color: #aaa;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.desktop .button-simple:hover {
  border-color: #ff7e00;
}

/* button full */
.button-full-content {
  position: relative;
  text-align: center;
  display: inline-block;
  padding-right: 20px;
}

.button-full-link {
  background-color: #131214;
  background-image: url("../images/button-pattern.jpg");
  background-position: 0 0;
  border-top: 1px solid #363537;
  box-shadow: 0 2px 12.7px 0.3px #0f1010;
  color: #f9d088;
  display: block;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 100%;
  font-size: 1rem;
  padding: 38px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 2.9px #0f1010;
  text-transform: uppercase;
}

.button-full-text {
  color: #f9d088;
  display: block;
  transition: color .3s linear;
  vertical-align: middle;
}

.button-full-svg-wrapper {
  display: block;
  height: 16px;
  position: absolute;
  right: 0px;
  margin-top: -7.5px;
  top: 50%;
  width: 11px;
}

.button-full-svg-wrapper .svg-icon {
  height: 16px;
  width: 11px;
}

.desktop .button-full-link:hover .button-full-text {
  color: #f25322;
}

.desktop .button-full-link:hover .svg-arrow-big {
  fill: #f25322;
}

@media (min-width: 480px) {
  .button-default {
    width: 174px;
  }
}

@media (min-width: 600px) {
  .button-full-content {
    padding-right: 32px;
  }
  .button-full-link {
    font-size: 150%;
    font-size: 1.5rem;
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .button-full-svg-wrapper {
    height: 23px;
    width: 15px;
    margin-top: -10.5px;
  }
  .button-full-svg-wrapper .svg-icon {
    height: 23px;
    width: 15px;
  }
}

@media (min-width: 1920px) {
  .button-full-link {
    font-size: 175%;
    font-size: 1.75rem;
    padding-top: 30px;
  }
}

/* screen-title */
.screen-title-wrapper {
  display: inline-block;
  margin-bottom: 31px;
}

.screen-title-count {
  background-image: url("../images/count-title-border.png");
  background-position: 0 100%;
  background-repeat: repeat-x;
  color: #f25322;
  display: none;
  font-family: "AeroMaticsDisplayLightRegular", sans-serif;
  font-size: 262.5%;
  font-size: 2.625rem;
  margin-bottom: 11px;
  padding: 0 4px;
  text-transform: uppercase;
}

.screen-title-text {
  display: block;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 162.5%;
  font-size: 1.625rem;
  line-height: 1.23077;
  text-transform: uppercase;
}

.screen-2 .screen-title-wrapper {
  max-width: 100%;
}

.screen-2 .screen-title-text {
  max-width: 290px;
}

.screen-title-wrapper {
  max-width: 400px;
}

.screen-text {
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.375;
  margin-bottom: 37px;
}

.screen-text-link,
.screen-text a {
  color: #f9f5e2;
}

@media (min-width: 600px) {
  .screen-title-wrapper {
    margin-bottom: 21px;
  }
  .screen-2 .screen-title-wrapper {
    max-width: 308px;
  }
  .screen-title-text {
    font-size: 175%;
    font-size: 1.75rem;
  }
  .screen-2 .screen-title-text {
    max-width: 100%;
  }
  .screen-title-count {
    display: inline-block;
    padding: 0;
  }
}

@media (min-width: 640px) {
  .screen-2 .screen-title-wrapper {
    max-width: 348px;
  }
}

@media (min-width: 860px) {
  .screen-2 .screen-title-wrapper {
    max-width: 579px;
  }
  .screen-title-wrapper {
    margin-bottom: 25px;
    max-width: 455px;
  }
  .screen-title-text {
    font-size: 287.5%;
    font-size: 2.875rem;
  }
  .screen-3-subtitle {
    margin-bottom: 32px;
  }
  .screen-text {
    margin-bottom: 42px;
  }
  .screen-4 .screen-title-wrapper {
    max-width: 677px;
  }
}

@media (min-width: 1200px) {
  .screen-title-text {
    font-size: 300%;
    font-size: 3rem;
  }
  .screen-title-count {
    margin-bottom: 17px;
  }
  .screen-title-wrapper {
    margin-bottom: 26px;
  }
}

@media (min-width: 1580px) {
  .screen-title-count {
    float: left;
  }
  .screen-title-text,
  .scren-3-text {
    margin-left: 65px;
  }
  .screens-buttons-wrapper {
    padding-left: 65px;
  }
}

@media (min-width: 1920px) {
  .screen-title-text {
    font-size: 325%;
    font-size: 3.25rem;
  }
  .screen-text {
    font-size: 125%;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

/* slider text */
.slider-text-list__item {
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.375;
}

.slider-text-controls-wrapper {
  margin-top: 23px;
}

.slider-text-control {
  border: 1px solid rgba(144, 144, 144, 0.6);
  display: block;
  float: left;
  height: 38px;
  position: relative;
  transition: border-color .3s linear;
  width: 38px;
}

.slider-text-controls-left .slider-text-svg-wrapper {
  transform: rotate(180deg);
}

.slider-text-svg-wrapper {
  height: 38px;
  position: relative;
  width: 38px;
}

.slider-text-svg {
  left: 50%;
  margin-left: -4px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
}

.slider-text-svg .arrow-svg {
  fill: #f9f5e2;
  transition: fill .3s linear;
}

.desktop .slider-text-control:hover {
  border-color: #ff7e00;
  z-index: 1;
}

.desktop .slider-text-control:hover .svg-double,
.desktop .slider-text-control:hover .arrow-svg {
  fill: #ff7e00;
}

.slider-text-controls-right {
  left: -1px;
}

@media (min-width: 600px) {
  .slider-text-controls-wrapper {
    margin-top: 24px;
  }
}

@media (min-width: 860px) {
  .slider-text-list__item {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.5625;
  }
  .slider-text-controls-wrapper {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .slider-text-wrapper {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.375;
  }
  .slider-text-controls-wrapper {
    margin-top: 34px;
  }
}

@media (min-width: 1580px) {
  .slider-text-wrapper {
    margin-bottom: 19px;
    margin-left: 65px;
  }
  .slider-text-controls-wrapper {
    margin-top: 34px;
  }
}

@media (min-width: 1920px) {
  .slider-text-list__item {
    font-size: 125%;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

/* screen slider */
.screen-slider-list {
  display: table;
  height: 600px;
  position: relative;
  width: auto;
  table-layout: fixed;
}

.screen-slider-list__item {
  display: table-cell;
  position: relative;
  vertical-align: top;
}

.screen-slider-list__item-active {
  z-index: 1;
}

.screen-slider-list__item-containers-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.screen-slider-list__item-left-container {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}

.screen-slider-list__item-left-container:before {
  background-color: rgba(15, 16, 16, 0.8);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.screen-slider-list__item-control-wrapper {
  margin-top: 30px;
}

.screen-slider-list__item-right-container {
  display: table-cell;
  padding-bottom: 45px;
  padding-top: 50px;
  position: relative;
}

.screen-slider-list__item-contols-link {
  background-color: #202020;
  background-image: url("../images/button-default-bg.png");
  background-position: 0 0;
  color: #f9f5e2;
  display: block;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 87.5%;
  font-size: 0.875rem;
  padding: 19.5px 10px 19.5px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.screen-slider-list__item-last .screen-slider-list__item-contols-text {
  padding-left: 54px;
  padding-right: 10px;
}

.screen-slider-list__item-last .screen-slider-list__item-contols-svg-wrapper {
  left: 0;
  right: auto;
}

.screen-slider-list__item-last .screen-slider-list__item-contols-svg-wrapper {
  transform: rotate(180deg);
}

.screen-slider-list__item-contols-text,
.screen-slider-list__item-contols-svg-wrapper {
  display: block;
}

.screen-slider-list__item-contols-text {
  padding-left: 10px;
  padding-right: 54px;
}

.screen-slider-list__item-contols-svg-wrapper {
  background-color: #515151;
  bottom: 0;
  right: 0;
  position: absolute;
  top: 0;
  transition: background-color .3s linear;
  width: 54px;
}

.screen-slider-list__item-contols-svg-wrapper .svg-icon {
  position: absolute;
  height: 54px;
  width: 54px;
  top: 50%;
  left: 0;
  margin-top: -27px;
}

.desktop .screen-slider-list__item-contols-link:hover {
  color: #f9f5e2;
}

.desktop .screen-slider-list__item-contols-link:hover .screen-slider-list__item-contols-svg-wrapper {
  background-color: #ff7e00;
}

.screen-slider-list__item-buttons-wrapper {
  position: absolute;
  bottom: 45px;
  left: 20px;
  right: 20px;
  height: 147px;
}

@media (min-width: 600px) {
  .screen-slider-list__item-buttons-wrapper {
    left: 40px;
    right: 40px;
    height: 58px;
  }
}

@media (min-width: 600px) {
  .screen-slider-list__item-right-container {
    padding-bottom: 85px;
    padding-top: 66px;
  }
  .screen-slider-list__item-left-container {
    background-position: 50% 50%;
    background-size: cover;
  }
  .screen-slider-list__item-control-wrapper {
    float: right;
    margin-top: 0;
    width: 280px;
  }
  .screen-slider-list__item-buttons-wrapper {
    bottom: 85px;
    left: 40px;
    right: 40px;
  }
}

@media (min-width: 640px) {
  .screen-slider-list__item-control-wrapper {
    width: 280px;
  }
}

@media (min-width: 860px) {
  .screen-slider-list__item-buttons-wrapper {
    left: 50px;
    right: 50px;
  }
}

@media (min-width: 1200px) {
  .screen-slider-list__item-left-container,
  .screen-slider-list__item-right-container {
    background-position: 50%;
    background-size: cover;
    display: table-cell;
    height: 100%;
    width: 50%;
    vertical-align: top;
  }
  .screen-slider-list__item-right-container {
    background-image: url("../images/screen-4-right-container.jpg");
  }
  .screen-slider-list__item-left-container:before {
    display: none;
  }
  .screen-slider-list__item-right-container {
    position: relative;
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .screen-slider-list__item-buttons-wrapper {
    bottom: 60px;
    left: -98px;
    right: 70px;
  }
}

@media (min-width: 1366px) {
  .screen-slider-list__item-buttons-wrapper {
    right: 120px;
  }
}

@media (min-width: 1580px) {
  .screen-slider-list__item-right-container {
    padding-bottom: 80px;
    padding-top: 120px;
  }
  .screen-slider-list__item-buttons-wrapper {
    bottom: 80px;
    right: 120px;
  }
}

@media (min-width: 1920px) {
  .screen-slider-list__item-right-container {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .screen-slider-list__item-buttons-wrapper {
    right: 140px;
    bottom: 70px;
  }
}

/* share */
.social-share-wrapper {
  position: relative;
}

.social-share-list {
  font-size: 0%;
  line-height: 0;
  text-align: center;
  width: 100%;
}

.social-share-list__item {
  font-size: 16px;
  line-height: normal;
  display: inline-block;
  transition: background-color .3s linear;
  width: 25%;
}

.social-share-list__item-link {
  color: #f9f5e2;
  display: block;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 87.5%;
  font-size: 0.875rem;
  height: 41px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop .social-share-list__item-link:hover {
  color: #f9f5e2;
}

.social-share-list__item-svg-wrapper {
  display: block;
  height: 41px;
  margin: 0 auto;
  width: 41px;
}

.social-share-list__item-svg-wrapper .svg-icon {
  height: 41px;
  width: 41px;
}

.social-share-wrapper {
  text-align: right;
}

.facebook-share {
  background-color: #425e9d;
}

.twitter-share {
  background-color: #54abee;
}

.vkontakte-share {
  background-color: #5d89b2;
}

.ok-share {
  background-color: #f5731d;
}

.desktop .facebook-share:hover {
  background-color: #5072bf;
}

.desktop .twitter-share:hover {
  background-color: rgba(84, 171, 238, 0.9);
}

.desktop .vkontakte-share:hover {
  background-color: #668db3;
}

.desktop .ok-share:hover {
  background-color: rgba(245, 115, 29, 0.9);
}

.svg-social {
  height: 38px;
  width: 38px;
}

.social-share-list__item-text {
  display: none;
}

.share-counts-wrapper,
.share-count,
.share-count-title {
  display: inline-block;
  text-transform: uppercase;
}

.share-counts-wrapper {
  font-size: 68.75%;
  font-size: 0.6875rem;
  line-height: 1.45455;
  margin-top: 10px;
}

.share-count {
  color: #f9d088;
  font-family: "warhelioscondcbold", sans-serif;
}

@media (min-width: 480px) {
  .screen-1 .social-share-list__item {
    width: 41px;
  }
}

@media (min-width: 860px) {
  .screen-6 .social-share-wrapper {
    text-align: left;
  }
  .screen-6 .social-share-list {
    display: inline-block;
    width: auto;
    margin-right: 14px;
    vertical-align: middle;
  }
  .screen-6 .social-share-list__item {
    width: 150px;
  }
  .screen-6 .share-counts-wrapper {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
  }
  .screen-6 .share-count,
  .screen-6 .share-count-title {
    display: block;
  }
}

/* .text-wrapper  */
.text-wrapper {
  position: relative;
  overflow: hidden;
  transition: max-height .3s ease-in-out;
  max-height: 154px;
}

.show-text {
  max-height: 999px !important;
}

.text-button-wrapper {
  margin-top: 23px;
}

@media (min-width: 600px) {
  .slider-text-controls-wrapper {
    margin-top: 24px;
  }
}

@media (min-width: 860px) {
  .text-wrapper {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.5625;
    max-height: 175px;
  }
  .text-button-wrapper {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .text-wrapper {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.375;
    max-height: 154px;
  }
  .text-button-wrapper {
    margin-top: 34px;
  }
}

@media (min-width: 1580px) {
  .slider-text-wrapper {
    margin-bottom: 19px;
    margin-left: 65px;
  }
  .text-button-wrapper {
    margin-top: 34px;
  }
}

@media (min-width: 1920px) {
  .text-wrapper {
    font-size: 125%;
    font-size: 1.25rem;
    line-height: 1.4;
    max-height: 196px;
  }
}

/* slider */
.slider-wrapper {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .slider-wrapper {
    margin-top: 40px;
  }
}

.slider-list {
  height: 150px;
  width: 150px;
  margin: 0 auto 25px;
  position: relative;
}

@media (min-width: 480px) {
  .slider-list {
    width: 200px;
    height: 200px;
  }
}

@media (min-width: 600px) {
  .slider-list {
    height: 247px;
    width: 247px;
  }
}

.slider-list__item {
  display: block;
  text-align: center;
  position: absolute;
  transform: translate(0, 0) scale(0) translate3d(0, 0, 0);
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.slider-list__item-link {
  color: #f9f5e2;
  display: block;
  text-decoration: none;
  transition: transform .3s ease-in-out;
  transform: scale(1) translate3d(0, 0, 0);
}

.slider-list__item-img-wrapper {
  display: block;
  margin: 0 auto;
  transform: translate3d(0, 0, 0);
}

.slider-list__item-img {
  transform: translate3d(0, 0, 0);
}

.slider-list-text {
  max-width: 470px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  height: 156px;
}

@media (min-width: 480px) {
  .slider-list-text {
    height: 114px;
  }
}

.slider-list-text__item {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  height: 156px;
  right: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 480px) {
  .slider-list-text__item {
    height: 114px;
  }
}

.slider-title {
  font-size: 112.5%;
  font-size: 1.125rem;
  line-height: 1.22222;
  color: #f9d088;
  display: block;
  margin-bottom: 10px;
}

.slider-text {
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.25;
  display: block;
}

.slider-list-text__item-active {
  position: relative;
  display: block;
}

.slider-list__item-active-next {
  display: block;
  transform: translate(80%, 0%) scale(0.5) translate3d(0, 0, 0);
  z-index: 1;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.slider-list__item-active-prev {
  display: block;
  transform: translate(-80%, 0%) scale(0.5) translate3d(0, 0, 0);
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.slider-list__item-active-focus {
  display: block;
  z-index: 4;
  transform: translate(0, 0) scale(1) translate3d(0, 0, 0);
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.slider-list__item-active-focus .slider-list__item-link {
  cursor: default;
}

@media (min-width: 600px) {
  .slider-list__item-active-next {
    opacity: 1;
    visibility: visible;
  }
  .slider-list__item-active-prev {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 800px) {
  .slider-list__item-active-next {
    transform: translate(100%, 0%) scale(0.6) translate3d(0, 0, 0);
  }
  .slider-list__item-active-prev {
    transform: translate(-100%, 0%) scale(0.6) translate3d(0, 0, 0);
  }
}

@media (min-width: 1200px) {
  .slider-list {
    height: 170px;
    width: 170px;
  }
  .slider-list-text {
    max-width: 389px;
  }
}

@media (min-width: 1580px) {
  .slider-list {
    height: 200px;
    width: 200px;
  }
  .slider-list__item-active-next {
    transform: translate(90%, 0%) scale(0.6) translate3d(0, 0, 0);
  }
  .slider-list__item-active-prev {
    transform: translate(-90%, 0%) scale(0.6) translate3d(0, 0, 0);
  }
}

@media (min-width: 1920px) {
  .slider-list {
    height: 274px;
    width: 274px;
  }
  .slider-list-text {
    max-width: 470px;
  }
}

.desktop .slider-list__item-active-next,
.desktop .slider-list__item-active-prev {
  overflow: visible;
}

.desktop .slider-list__item-active-next .slider-list__item-link:hover,
.desktop .slider-list__item-active-prev .slider-list__item-link:hover {
  transform: scale(1.05);
}

.slider-controls-wrapper {
  margin-top: 20px;
}

@media (min-width: 600px) {
  .slider-controls-wrapper {
    margin-top: 25px;
  }
}

.slider-controls {
  display: table;
  height: 58px;
  margin: 0 auto;
}

.svg-slider-wrapper {
  display: inline-block;
  height: 18.44px;
  vertical-align: middle;
}

.slider-control {
  background-color: #232323;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 55px;
  transition: background-color .3s linear;
}

.slider-count-wrapper {
  font-size: 100%;
  font-size: 1rem;
  color: #909090;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 66px;
  background-color: #0b0c0b;
  background-image: url("../images/button-default-bg-opacity.png");
  background-position: 0 0;
  background-size: auto 100%;
}

.desktop .slider-list__item-link:hover {
  color: #f9f5e2;
}

.desktop .slider-control:hover {
  background-color: #ff7e00;
}

/* Clearfix  */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Clearfix end */
.mCSB_outside + .mCSB_scrollTools {
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  top: 10px;
  bottom: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #909090;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #909090;
}

.preload-wrapper {
  position: absolute;
  background-color: #202020;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

.preload-wrapper-svg {
  font-size: 0;
  display: inline-block;
  animation: outer 7600ms linear infinite;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.svg-preload {
  animation: inner 1520ms linear infinite;
}

.svg-preload circle {
  fill: none;
  stroke: #f9d088;
  stroke-linecap: square;
  animation: arc 1520ms cubic-bezier(0.8, 0, 0.4, 0.8) infinite;
}

@keyframes outer {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes inner {
  0% {
    transform: rotate(-108deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes arc {
  0% {
    stroke-dasharray: 1 210.38;
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dasharray: 147.266, 210.38;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 1 210.38;
    stroke-dashoffset: -147.266;
  }
}

.wrapper {
  min-width: 320px;
  position: relative;
  height: 100%;
}

@media (min-width: 1024px) {
  .desktop .wrapper {
    margin-left: 143px;
  }
}

.wargamin-menu {
  background-color: #dfa;
  height: 38px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.header-menu {
  background-color: #202020;
  box-shadow: 0 0 3px 0 #000000;
  height: 58px;
  left: 0;
  padding-right: 20px;
  position: absolute;
  right: 0;
  top: 38px;
  transform: translate3d(0, 0, 0);
  z-index: 100;
}

.header-menu:before {
  background-color: rgba(0, 0, 0, 0.7);
  content: '';
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  display: block;
  visibility: hidden;
  transition: opacity 0.3s linear;
}

.header-menu-wrapper {
  margin: 0 auto;
}

.header-menu-logo-wrapper {
  display: block;
  height: 48px;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 36px;
}

.header-menu-logo {
  max-height: 48px;
  max-width: 36px;
}

.header-menu-hamburger-wrapper {
  display: block;
  float: left;
}

.header-menu-hamburger {
  display: block;
  padding: 22px 20px;
  width: 16px;
}

.header-menu-line {
  background-color: #f9f5e2;
  display: block;
  height: 2px;
  margin-bottom: 6px;
  margin-top: 6px;
  position: relative;
  transition: background-color .3s linear;
  width: 16px;
}

.header-menu-line:before, .header-menu-line:after {
  background-color: #f9f5e2;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: background-color .3s linear;
  width: 16px;
}

.header-menu-line:before {
  top: -6px;
}

.header-menu-line:after {
  bottom: -6px;
}

.header-menu-list__item {
  text-align: center;
}

.header-menu-list__item-link {
  color: #f9f5e2;
  display: block;
  font-family: "warhelioscondcbold", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  transition: color .3s linear;
}

.header-menu-list__item-link-text {
  display: inline-block;
  font-size: 112.5%;
  font-size: 1.125rem;
  line-height: 1.33333;
  padding: 12px 0;
  margin: 0 10px;
  position: relative;
}

.lang-list-wrappper .header-menu-list__item-link-text + .header-menu-list__item-link-text {
  display: none;
}

.active-header-menu .header-menu-list__item-link {
  cursor: default;
}

.active-header-menu .header-menu-list__item-link .header-menu-list__item-link-text:before {
  background-color: #f9d088;
  content: '';
  bottom: 11px;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.header-menu-bottom-content {
  float: right;
  height: 58px;
}

.server-status {
  height: 58px;
  float: left;
  line-height: 58px;
  vertical-align: middle;
}

.server-status-text {
  font-size: 75%;
  font-size: 0.75rem;
  line-height: 1.33333;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
}

.server-status-text:before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 5px;
  left: 7px;
  margin-top: -2.5px;
  position: absolute;
  top: 50%;
  width: 5px;
}

.server-on .server-status-text:before {
  background-color: #13c500;
  box-shadow: 0 0 7px 0px #09c100;
  animation: status_on 2s ease-in-out infinite;
  -webkit-animation: status_on 2s ease-in-out infinite;
}

.server-off .server-status-text:before {
  background-color: red;
  box-shadow: 0 0 7px 0px red;
  animation: status_off 2s ease-in-out infinite;
  -webkit-animation: status_off 2s ease-in-out infinite;
}

@-webkit-keyframes status_on {
  0, 100% {
    box-shadow: 0 0 7px 0px #09c100;
  }
  25%, 50%, 75% {
    box-shadow: 0 0 7px 1px #09c100;
  }
}

@-moz-keyframes status_on {
  0, 100% {
    box-shadow: 0 0 7px 0px #09c100;
  }
  25%, 50%, 75% {
    box-shadow: 0 0 7px 1px #09c100;
  }
}

@-o-keyframes status_on {
  0, 100% {
    box-shadow: 0 0 7px 0px #09c100;
  }
  25%, 50%, 75% {
    box-shadow: 0 0 7px 1px #09c100;
  }
}

@keyframes status_on {
  0, 100% {
    box-shadow: 0 0 7px 0px #09c100;
  }
  25%, 50%, 75% {
    box-shadow: 0 0 7px 1px #09c100;
  }
}

@-webkit-keyframes status_off {
  0, 100% {
    box-shadow: 0 0 7px 0px red;
  }
  25%, 50%, 75% {
    box-shadow: 0 0 7px 1px red;
  }
}

@-moz-keyframes status_off {
  0, 100% {
    box-shadow: 0 0 7px 0px red;
  }
  25%, 50%, 75% {
    box-shadow: 0 0 7px 1px red;
  }
}

@-o-keyframes status_off {
  0, 100% {
    box-shadow: 0 0 7px 0px red;
  }
  25%, 50%, 75% {
    box-shadow: 0 0 7px 1px red;
  }
}

@keyframes status_off {
  0, 100% {
    box-shadow: 0 0 7px 0px red;
  }
  25%, 50%, 75% {
    box-shadow: 0 0 7px 1px red;
  }
}

.header-button-wrapper {
  float: left;
  margin-left: 18px;
  padding: 8px 0;
  position: relative;
}

.header-button {
  border: 1px solid #909090;
  background-color: #202020;
  color: #f9f5e2;
  display: block;
  height: 40px;
  float: left;
  font-size: 75%;
  font-size: 0.75rem;
  line-height: 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .3s linear, background-color .3s linear, border-color .3s linear;
  width: 40px;
}

.header-search-link {
  margin-left: -1px;
  position: relative;
  z-index: 1;
}

@media (min-width: 600px) {
  .header-search-link {
    margin-left: 0;
  }
}

.header-search-link .svg-wrapper,
.header-search-link .svg-icon {
  display: block;
  height: 40px;
  width: 40px;
}

@media (min-width: 1024px) {
  .desktop .header-search-link {
    margin-left: -1px;
  }
}

.active-language {
  background-color: #f9f5e2;
  color: #0f1010;
  border-color: #f9f5e2;
}

.header-menu-close-wrapper {
  display: none;
}

.header-menu-list-wrapper {
  display: none;
  background-color: #202020;
}

.search-input-wrapper {
  background-color: #202020;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  padding-left: 0px;
  position: absolute;
  right: 41px;
  top: 8px;
  width: 0;
  transition: width .3s ease-in-out, padding-left .1s linear;
}

.search-close-wrapper {
  display: block;
  height: 42px;
  width: 42px;
  position: absolute;
  left: 42px;
  transition: left .3s linear;
}

.search-close {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.close-line {
  background-color: #f9f5e2;
  display: block;
  height: 2px;
  margin: 0 auto;
  width: 16px;
  position: relative;
  transform: rotate(45deg);
  transition: background-color .3s linear;
}

.close-line:before {
  background-color: #f9f5e2;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transform: rotate(90deg);
  top: 0;
  width: 16px;
  transition: background-color .3s linear;
}

.desktop .search-close-wrapper:hover .close-line {
  background-color: #f25322;
}

.desktop .search-close-wrapper:hover .close-line:before {
  background-color: #f25322;
}

.open-search .search-input-wrapper {
  width: 215px;
  padding-left: 42px;
  transition: width .2s linear, padding-left .1s linear;
}

.open-search .search-close-wrapper {
  left: 0;
  transition: left .1s linear;
}

@media (min-width: 1024px) {
  .desktop .open-search {
    box-shadow: 0px 0px 0 3px #202020;
  }
  .desktop .lang-list-wrappper .header-menu-list__item-link-text {
    display: none;
  }
  .desktop .lang-list-wrappper .header-menu-list__item-link-text + .header-menu-list__item-link-text {
    display: inline-block;
  }
}

.open-menu {
  transform: none;
}

.open-menu .header-menu-list-wrapper {
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  width: 100%;
  z-index: 1000;
  transform: translateX(100%);
}

.open-menu .header-menu-list-content {
  display: table;
  position: absolute;
  height: 100%;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}

.open-menu .header-menu-container {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0;
}

.open-menu .header-menu-close-wrapper {
  display: block;
  height: 40px;
  position: fixed;
  right: 10px;
  top: 20px;
  width: 40px;
  z-index: 1;
}

.open-menu .svg-icon {
  height: 40px;
  width: 40px;
}

.header-menu-fixed {
  position: fixed;
  top: 0;
}

.desktop .header-menu-list__item:not(.active-header-menu):hover .header-menu-list__item-link {
  color: #f25322;
}

.desktop .active-header-menu:hover .header-menu-list__item-link {
  color: #f9f5e2;
}

.desktop .header-menu-hamburger:hover .header-menu-line {
  background-color: #f25322;
}

.desktop .header-menu-hamburger:hover .header-menu-line:before, .desktop .header-menu-hamburger:hover .header-menu-line:after {
  background-color: #f25322;
}

.desktop .header-button:hover {
  background-color: #f9f5e2;
  border-color: #f9f5e2;
  color: #202020;
  z-index: 1;
}

.desktop .header-button:hover .svg-search {
  fill: #202020;
}

@media (min-width: 600px) {
  .search-input-wrapper {
    position: relative;
    top: 0;
    float: left;
    width: auto;
    margin-left: 18px;
    right: -1px;
    transition: none;
  }
  .search-close-wrapper {
    display: none;
    transition: left 4s linear;
  }
}

@media (min-width: 1024px) {
  .desktop .header-menu {
    bottom: 0;
    box-shadow: none;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    position: fixed;
    right: auto;
    top: 0;
    width: 143px;
    min-height: 600px;
  }
  .desktop .header-menu-logo-wrapper {
    display: block;
    height: 39px;
    margin: 0 auto;
    width: 29px;
  }
  .desktop .header-menu-logo-wrapper {
    margin-top: 33px;
    margin-bottom: 16px;
  }
  .desktop .header-menu-logo {
    max-height: 39px;
    max-width: 29px;
  }
  .desktop .header-menu-hamburger-wrapper {
    display: none;
  }
  .desktop .header-menu-list-wrapper {
    float: none;
    display: block;
  }
  .desktop .header-menu-list__item-link-text {
    font-size: 87.5%;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 10px 0;
    margin: 0 10px;
  }
  .desktop .active-header-menu .header-menu-list__item-link .header-menu-list__item-link-text:before {
    bottom: 5px;
  }
  .desktop .header-menu-bottom-content {
    bottom: 15px;
    float: none;
    height: auto;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
  }
  .desktop .server-status,
  .desktop .header-button-wrapper {
    float: none;
  }
  .desktop .server-status {
    height: auto;
    line-height: normal;
    margin-bottom: 26px;
  }
  .desktop .server-status-text {
    padding-top: 16px;
    padding-left: 0;
  }
  .desktop .server-status-text:before {
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -2.5px;
  }
  .desktop .header-button {
    width: 50px;
  }
  .desktop .header-button-wrapper {
    display: block;
    height: auto;
    margin-left: 20px;
    padding: 0;
    text-align: center;
    width: 103px;
    transition: width 0s ease-in-out .5s;
  }
  .desktop .header-search-link .svg-wrapper,
  .desktop .header-search-link .svg-icon {
    width: 50px;
  }
  .desktop .search-input-wrapper {
    margin-left: -2px;
    margin-right: 1px;
    width: 0;
    transition: width .5s ease-in-out;
  }
  .desktop .open-search {
    width: 317px;
    transition: width .5s ease-in-out;
  }
  .desktop .open-search .header-search-link {
    margin-left: 0;
    border-left: none;
  }
  .desktop .open-search .search-input-wrapper {
    width: 215px;
    padding-left: 0;
  }
  .desktop .lang-list-wrappper {
    display: none;
  }
  .desktop .open-lang .lang-list-wrappper {
    display: block;
    position: absolute;
    bottom: 100%;
    width: 52px;
    left: 0;
    background-color: transparent;
  }
  .desktop .open-lang .lang-list-close {
    display: none;
  }
  .desktop .open-lang .header-menu-logo-wrapper {
    display: none;
  }
  .desktop .open-lang .header-lang-link {
    background-color: #f9f5e2;
    border-color: #f9f5e2;
    color: #202020;
    z-index: 1;
  }
  .desktop .open-lang .header-menu-list__item {
    border: 1px solid #909090;
    margin-bottom: -1px;
    background-color: #202020;
    color: #f9f5e2;
    display: block;
    height: 40px;
    float: left;
    font-size: 75%;
    font-size: 0.75rem;
    line-height: 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s linear, background-color .3s linear, border-color .3s linear;
    width: 50px;
  }
  .desktop .open-lang .active-header-menu {
    display: none;
  }
}

/* screen-1 */
.social-share-list__item-title {
  display: none;
}

.screen-1 {
  background-image: url("../images/screen-1-bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 122px;
}

.screen-1 .social-share-list__item-title {
  display: none;
}

.screen-1-server-start {
  letter-spacing: 0.32px;
  line-height: 1.56;
  margin-bottom: 24px;
  text-align: center;
}

.screen-1-left-container {
  margin-bottom: 20px;
}

.screen-1-logo-wrapper {
  margin-bottom: 35px;
}

.screen-1-logo {
  display: block;
}

.screen-1-logo-img {
  max-height: 128px;
  max-width: 216px;
}

.screen-1-sublogo {
  margin-bottom: 35px;
}

.screen-1-sublogo-img {
  max-height: 21px;
  max-width: 100%;
}

.screen-1-title {
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 162.5%;
  font-size: 1.625rem;
  line-height: 1.23077;
  margin-bottom: 19px;
  max-width: 545px;
  padding-right: 85px;
  text-transform: uppercase;
}

.screen-1-text {
  margin-bottom: 21px;
}

.screen-1-update {
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 112.5%;
  font-size: 1.125rem;
  margin-bottom: 31px;
  text-transform: uppercase;
  vertical-align: middle;
}

.screen-1-update svg {
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

.screen-1-update svg path {
  fill: #f9f5e2;
}

.date-update {
  color: #f25322;
}

.screen-1-buttons-wrapper .button-default-wrapper {
  margin-bottom: 35px;
}

.screen-news-title-wrapper {
  margin-bottom: 13px;
}

.screen-news-title-wrapper {
  display: block;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
}

.screen-news-title {
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 112.5%;
  font-size: 1.125rem;
  float: left;
  text-transform: uppercase;
  vertical-align: middle;
}

.screen-news-all {
  color: #b0b1b1;
  float: left;
  margin-left: 25px;
  font-size: 75%;
  font-size: 0.75rem;
  vertical-align: middle;
}

.screen-news-rss-wrapper {
  float: right;
}

.screen-news-rss-wrapper .svg-icon-wrapper {
  float: left;
  height: 28px;
}

.screen-news-rss-wrapper .svg-icon {
  height: 28px;
  width: 11px;
}

.screen-news-rss-wrapper .rss-text {
  margin-left: 18px;
}

.desktop .screen-news-rss-wrapper:hover .svg-rss {
  fill: #ff7e00;
}

.screen-news-rss-wrapper {
  color: #f9f5e2;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 2;
  text-decoration: none;
  text-transform: uppercase;
}

.screen-1-news-list,
.screen-1-news-list__item {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.screen-1-news-list__item-container {
  color: #f9f5e2;
  display: block;
  text-decoration: none;
}

.screen-1-news-list__item {
  background-color: #202020;
  background-image: url("../images/news-border.jpg");
  background-position: 50% 0%;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  margin: 0 -20px;
  padding: 10px 20px 15px;
  position: relative;
  overflow: hidden;
  transition: background-color .3s linear;
}

.screen-1-news-list__item:before {
  background-color: #f25322;
  bottom: 0;
  content: "";
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s linear;
  width: 3px;
  z-index: 1;
}

.screen-1-news-list__item:nth-child(1) {
  background-image: none;
}

.screen-1-news-list__item-title {
  color: #f9d088;
  font-family: "warhelioscondcbold", sans-serif;
  line-height: 1.31;
  text-decoration: none;
  transition: color .3s linear;
}

.screen-1-news-list__item-img-wrapper,
.screen-1-news-list__item-text {
  display: none;
}

.screen-1-news-list__item-img-wrapper {
  height: 174px;
  width: 195px;
  position: relative;
  overflow: hidden;
}

.screen-1-news-list__item-img-container {
  display: block;
  height: 100%;
  margin: 0 -999px;
  text-align: center;
}

.screen-1-news-list__item-img {
  height: 100%;
}

.screen-1-news-list__item-title {
  display: block;
}

.desktop .screen-1-news-list__item:hover {
  background-color: #292929;
}

.desktop .screen-1-news-list__item:hover:before {
  opacity: 1;
}

.screen-1-news-list__item-text {
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #f9f5e2;
}

.screen-1-news-list__item-content {
  overflow: hidden;
  position: relative;
  position-content: "";
}

.screen-1-news-list__item-text-wrapper {
  overflow: hidden;
  position: relative;
}

.screen-1-news-list__item-footer {
  font-size: 75%;
  font-size: 0.75rem;
  line-height: 2.33333;
  text-align: left;
  margin: 0 -5px;
  overflow: hidden;
  position: relative;
}

.screen-1-news-list__item-day-update,
.screen-1-news-list__item-title-forum,
.screen-1-news-list__item-forum-link {
  display: inline-block;
  margin: 0 5px;
}

.screen-1-news-list__item-forum-link {
  position: relative;
  padding-left: 20px;
}

.screen-1-news-list__item-forum-link:before {
  background-image: url(../images/forum_discuss.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 15px 13px;
  content: '';
  display: block;
  height: 13px;
  left: 0;
  margin-top: -5.5px;
  position: absolute;
  top: 50%;
  width: 15px;
}

.screen-1-news-list__item-day-update {
  color: #909090;
}

.screen-1-news-list__item-title-forum,
.screen-1-news-list__item-forum-link {
  color: #909090;
  text-decoration: none;
}

@media (min-width: 480px) {
  .screen-1 .button-default-wrapper {
    float: left;
    margin-bottom: 0;
  }
  .screen-1 .social-share-wrapper {
    float: right;
  }
  .screen-1-left-container {
    margin-bottom: 35px;
  }
  .screen-1-news-list__item {
    margin: 0 -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 600px) {
  .screen-1 {
    padding-bottom: 55px;
    padding-top: 149px;
  }
  .screen-1-left-container {
    margin-bottom: 36px;
  }
  .screen-1-server-start {
    max-width: 350px;
    position: absolute;
    right: 40px;
    text-align: right;
    top: -15px;
  }
  .screen-1-logo-wrapper {
    display: inline-block;
    margin-bottom: 33px;
  }
  .screen-1-logo {
    margin-bottom: 0;
  }
  .screen-1-sublogo {
    margin-bottom: 0;
  }
  .screen-1-title {
    font-size: 250%;
    font-size: 2.5rem;
    padding-right: 0;
  }
  .screen-1-text {
    font-size: 112.5%;
    font-size: 1.125rem;
    line-height: 1.38889;
    letter-spacing: 0.36px;
    margin-bottom: 25px;
  }
  .screen-1-update {
    letter-spacing: 0.36px;
    margin-bottom: 24px;
  }
  .screen-news-title-wrapper {
    margin-bottom: 21px;
  }
  .screen-1-news-list__item {
    margin: 0 auto;
    padding: 17px 30px 17px;
  }
  .screen-1-news-list__item-title {
    font-size: 112.5%;
    font-size: 1.125rem;
    line-height: 1.16667;
  }
  .screen-1-news-list__item-title {
    margin-bottom: 11px;
  }
  .screen-1-news-list__item-text {
    display: block;
  }
}

@media (min-width: 860px) {
  .screen-1 .social-share-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 41px;
    z-index: 1;
  }
  .screen-1 .social-share-list {
    position: relative;
  }
  .screen-1 .share-counts-wrapper {
    position: relative;
    right: 0;
    float: right;
  }
  .screen-1-left-container {
    position: relative;
    margin-bottom: 45px;
  }
  .screen-1-logo-wrapper {
    margin-bottom: 23px;
  }
  .screen-1-title {
    font-size: 300%;
    font-size: 3rem;
    margin-bottom: 9px;
    width: 565px;
  }
  .screen-1-text {
    width: 650px;
  }
  .screen-1-news-list {
    margin: 0 -1%;
  }
  .screen-1-news-list__item {
    background-image: none;
    box-sizing: border-box;
    box-shadow: 0 2px 5px black;
    float: left;
    margin: 1%;
    width: 48%;
  }
  .screen-1-news-list__item:nth-child(1) {
    height: 174px;
    margin-top: 0;
    padding: 0;
    width: 98%;
  }
  .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-img-wrapper {
    display: inline-block;
  }
  .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-content {
    height: 174px;
    padding: 20px 30px;
  }
  .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-text-wrapper {
    height: 98px;
  }
  .screen-1-news-list__item:nth-child(n+4) {
    display: none;
  }
  .screen-1-news-list__item-content {
    box-sizing: border-box;
  }
  .screen-1-news-list__item-text-wrapper {
    height: 95px;
  }
  .screen-1-news-list__item-img-wrapper {
    float: left;
  }
  .screen-1-news-list__item-img {
    display: inline;
    line-height: 174px;
    vertical-align: middle;
  }
  .header-social-wrapper .social-share-list,
  .screen-container .social-share-list {
    display: block;
  }
  .header-social-wrapper .social-share-list__item,
  .screen-container .social-share-list__item {
    overflow: hidden;
    width: auto;
    float: right;
    max-width: 41px;
    transition: max-width .3s ease-in-out;
  }
  .header-social-wrapper .social-share-list__item-link,
  .screen-container .social-share-list__item-link {
    color: #f9f5e2;
    font-size: 75%;
    font-size: 0.75rem;
    float: right;
    text-decoration: none;
    text-transform: uppercase;
  }
  .header-social-wrapper .social-share-list__item-svg-wrapper,
  .screen-container .social-share-list__item-svg-wrapper {
    float: right;
  }
  .header-social-wrapper .social-share-list__item-title,
  .screen-container .social-share-list__item-title {
    display: block;
    margin-right: 41px;
    padding-left: 20px;
    line-height: 42px;
  }
  .desktop .header-social-wrapper .social-share-list__item:hover,
  .desktop .screen-container .social-share-list__item:hover {
    max-width: 250px;
  }
  .desktop .header-social-wrapper .social-share-list__item-link:hover,
  .desktop .screen-container .social-share-list__item-link:hover {
    color: #f9f5e2;
  }
}

@media (min-width: 768px) and (max-width: 859px) {
  .screen-1-news-list__item {
    background-image: none;
    box-sizing: border-box;
    box-shadow: 0 2px 5px black;
    float: left;
    width: 48%;
    height: 174px;
    margin-top: 15px;
    padding: 0;
    width: 100%;
  }
  .screen-1-news-list__item:nth-child(1) {
    margin-top: 0;
  }
  .screen-1-news-list__item .screen-1-news-list__item-img-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
  .screen-1-news-list__item .screen-1-news-list__item-content {
    height: 174px;
    padding: 10px 30px;
  }
  .screen-1-news-list__item .screen-1-news-list__item-text-wrapper {
    height: 117px;
  }
  .screen-1-news-list__item-content {
    box-sizing: border-box;
  }
  .screen-1-news-list__item-img-wrapper {
    float: left;
  }
  .screen-1-news-list__item-img {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .screen-1-news-list__item {
    padding: 0;
    width: 247px;
    margin: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .screen-1-news-list__item:before {
    right: 0;
    height: 3px;
    top: auto;
    width: auto;
  }
  .screen-1-news-list__item:nth-child(1) {
    height: 270px;
    width: auto;
  }
  .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-img-wrapper {
    height: 270px;
    float: left;
    width: 50%;
  }
  .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-content {
    height: 270px;
    padding: 15px 25px 20px;
  }
  .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-text-wrapper {
    height: 204px;
  }
  .screen-1-news-list__item:nth-child(n+4) {
    display: block;
  }
  .screen-1-news-list__item-img-wrapper {
    display: inline-block;
    float: none;
    height: 181px;
    width: 100%;
  }
  .screen-1-news-list__item-content {
    padding: 5px 15px 20px;
  }
  .screen-1-news-list__item-footer {
    font-size: 87.5%;
    font-size: 0.875rem;
    line-height: 2.14286;
  }
  .screen-1-news-list__item-text {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.3125;
  }
  .desktop .screen-1 {
    padding-top: 84px;
  }
  .desktop .screen-news-title-wrapper {
    width: 781px;
  }
  .desktop .screen-1-news-list {
    width: 801px;
    margin: 0 -10px;
  }
  .device .screen-1-news-list {
    margin: 0 -14px;
  }
  .device .screen-1-news-list__item {
    margin: 14px;
    width: 289px;
  }
  .device .screen-1-news-list__item:nth-child(1) {
    width: auto;
  }
  .screen-1-news-list__item-text-wrapper {
    height: 225px;
  }
  .screen-1-news-list__item-title {
    margin-bottom: 15px;
    font-family: "warhelioscondc", sans-serif;
  }
}

@media (min-width: 1200px) {
  .screen-1 .social-share-wrapper {
    right: 15px;
  }
  .screen-1-container {
    position: static;
  }
  .screen-1-server-start {
    font-size: 87.5%;
    font-size: 0.875rem;
    right: 26px;
    top: -35px;
  }
  .screen-1-left-container {
    float: left;
    width: 50%;
    position: static;
  }
  .desktop .screen-1 {
    display: table;
    height: 100%;
    width: 100%;
    padding: 0;
  }
  .desktop .screen-1-content {
    display: table-cell;
    padding: 54px 0 54px;
    vertical-align: middle;
  }
  .desktop .screen-1-server-start {
    bottom: 20px;
  }
  .screen-1-server-start {
    bottom: -38px;
    top: auto;
    left: 30px;
    right: auto;
    text-align: left;
    margin: 0;
  }
  .desktop .screen-1 .social-share-wrapper,
  .desktop .header-social-wrapper {
    position: fixed;
  }
  .screen-1 .social-share-wrapper,
  .header-social-wrapper {
    right: 15px;
  }
}

@media (min-width: 1200px) and (max-height: 650px) {
  .desktop .screen-1-content {
    padding: 40px 0 20px;
  }
  .desktop .screen-1-server-start {
    bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .screen-1 .screen-1-title {
    font-size: 225%;
    font-size: 2.25rem;
    margin-bottom: 25px;
    max-width: 400px;
    width: 100%;
  }
  .screen-1 .screen-1-text {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.5625;
    max-width: 100%;
    width: 100%;
  }
  .screen-1 .screen-1-left-container {
    margin-bottom: 0;
    box-sizing: border-box;
    padding-right: 50px;
  }
  .screen-1 .screen-1-logo-wrapper {
    margin-bottom: 36px;
    margin-top: 9px;
  }
  .screen-1 .screen-1-update {
    margin-bottom: 30px;
  }
  .screen-1 .screen-1-right-container {
    margin-left: 50%;
    width: 50%;
  }
  .screen-1 .screen-1-news-wrapper {
    float: right;
  }
  .screen-1 .screen-news-title-wrapper {
    margin-bottom: 11px;
  }
  .screen-1 .screen-1-news-list__item {
    width: 100%;
  }
  .screen-1 .screen-1-news-list__item {
    margin: 0;
    margin-top: 13px;
  }
  .screen-1 .screen-1-news-list__item:nth-child(1) {
    margin-top: 0;
  }
  .screen-1 .screen-1-news-list__item:nth-child(1) {
    padding: 0;
    height: auto;
  }
  .screen-1 .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-content {
    height: 135px;
    padding: 8px 15px 15px;
    padding-right: 20px;
  }
  .screen-1 .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-text-wrapper {
    height: 85px;
  }
  .screen-1 .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-img-wrapper {
    display: block;
    height: 135px;
    width: 135px;
  }
  .screen-1 .screen-1-news-list__item:nth-child(n+4) {
    display: none;
  }
  .screen-1 .screen-1-news-list__item-img-wrapper {
    height: 140px;
    width: 140px;
    display: none;
  }
  .screen-1 .screen-1-news-list__item-content {
    padding: 15px 20px;
  }
  .screen-1 .screen-1-news-list__item-text-wrapper {
    height: 85px;
    margin-bottom: 0;
  }
  .screen-1 .screen-1-news-list__item-title {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 5px;
  }
  .screen-1 .screen-1-news-list__item-text {
    font-size: 87.5%;
    font-size: 0.875rem;
    line-height: 1.14286;
  }
  .screen-1 .screen-1-news-list__item-footer {
    font-size: 75%;
    font-size: 0.75rem;
  }
  .screen-1 .screen-news-title-wrapper,
  .screen-1 .screen-1-news-list {
    width: auto;
  }
  .screen-1 .screen-1-news-list {
    margin: 0;
  }
  .device .screen-all-news-wrapper .screen-news-title-wrapper {
    width: auto;
  }
  .device .screen-all-news-wrapper .screen-1-news-list {
    margin: 0 -10px;
    width: auto;
  }
  .device .screen-all-news-wrapper .screen-1-news-list__item {
    margin: 10px;
    width: 270px;
  }
  .device .screen-all-news-wrapper .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-img-wrapper {
    width: 40%;
  }
  .device .screen-all-news-wrapper .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-content {
    padding: 15px 60px 20px 40px;
  }
}

@media (min-width: 1580px) {
  .screen-1 {
    padding: 190px 0 60px;
  }
  .screen-1 .social-share-wrapper {
    right: 29px;
  }
  .screen-1 .screen-1-left-container {
    float: left;
    margin-bottom: 0;
    width: 50%;
    padding-right: 120px;
  }
  .screen-1 .screen-1-news-list {
    width: 606px;
    margin: 0 -10px;
  }
  .screen-1 .screen-1-news-list__item {
    width: 283px;
    margin: 0 10px;
  }
  .screen-1 .screen-1-news-list__item:nth-child(1) {
    padding: 0;
    margin-bottom: 20px;
    height: auto;
    width: auto;
  }
  .screen-1 .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-content {
    height: 213px;
    padding-right: 25px;
  }
  .screen-1 .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-text-wrapper {
    height: 152px;
  }
  .screen-1 .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-img-wrapper {
    display: block;
    height: 213px;
    width: 50%;
  }
  .screen-1 .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-content {
    padding: 10px 25px 20px;
  }
  .screen-1 .screen-1-news-list__item .screen-1-news-list__item-text-wrapper {
    height: 173px;
  }
  .screen-1 .screen-1-news-list__item .screen-1-news-list__item-title {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.3125;
  }
  .screen-1 .screen-1-news-list__item .screen-1-news-list__item-text {
    font-size: 87.5%;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .screen-1 .screen-1-news-list__item .screen-1-news-list__item-content {
    padding: 10px 25px 20px;
  }
  .screen-1 .screen-1-news-list__item .screen-1-news-list__item-footer {
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .screen-1-logo-wrapper {
    margin-top: -40px;
  }
  .screen-1-title,
  .screen-1-text {
    width: 100%;
  }
  .screen-1-right-container {
    margin-left: 620px;
  }
  .screen-1-news-list__item-text-wrapper {
    height: 140px;
  }
  .screen-1 .social-share-wrapper,
  .header-social-wrapper {
    right: 15px;
  }
}

@media (min-width: 1920px) {
  .desktop .screen-1-content {
    padding-bottom: 75px;
    padding-top: 94px;
  }
  .desktop .screen-1-server-start {
    font-size: 100%;
    font-size: 1rem;
  }
  .screen-1-server-start {
    right: 20px;
    font-size: 100%;
    font-size: 1rem;
  }
  .screen-1 .social-share-wrapper,
  .header-social-wrapper {
    right: 20px;
  }
  .screen-1-left-container {
    width: 600px;
  }
  .screen-1-right-container {
    margin-left: 750px;
  }
  .screen-1-text,
  .screen-1-update {
    font-size: 137.5%;
    font-size: 1.375rem;
    line-height: 1.36364;
  }
  .screen-1-update {
    margin-bottom: 35px;
  }
  .screen-1-update svg {
    height: 22px;
    margin-right: 10px;
  }
  .screen-news-title {
    font-size: 137.5%;
    font-size: 1.375rem;
  }
  .screen-news-all {
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .screen-1-news-list__item-title {
    font-size: 137.5%;
    font-size: 1.375rem;
  }
  .screen-1-news-list__item-text {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.5625;
  }
  .screen-1-news-list__item-footer {
    font-size: 87.5%;
    font-size: 0.875rem;
  }
  .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-text-wrapper {
    height: 110px;
  }
  .screen-1-news-list__item-text-wrapper {
    height: 171px;
  }
  .screen-1-news-list__item-title {
    margin-bottom: 8px;
  }
  .screen-1-news-list__item {
    padding: 22px 30px 15px;
  }
  .screen-1-news-list__item-title {
    margin-bottom: 21px;
  }
  .screen-1-news-list__item-footer {
    margin-top: 4px;
  }
}

/* screen-1 end */
/* screen-2 */
.screen-2 {
  background-image: url("../content/screen2/screen2-bg.jpg");
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-bottom: 61px;
  padding-top: 46px;
  box-shadow: inset 0px 15px 20px -10px rgba(0, 0, 0, 0.75);
}

.screen-2-imgs-wrapper {
  text-align: center;
}

.screen-2-imgs-wrapper {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 600px;
}

.screen-2-button-wrapper {
  margin-top: 10px;
}

@media (min-width: 600px) {
  .screen-2 {
    box-sizing: border-box;
    padding-bottom: 95px;
    padding-top: 75px;
  }
  .screen-2-button-wrapper {
    display: block;
    margin-top: 30px;
  }
}

@media (min-width: 860px) {
  .screen-2 {
    padding-bottom: 88px;
    padding-top: 68px;
  }
  .aim-title {
    margin-top: 9px;
  }
  .screen-2-text {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.5625;
    letter-spacing: 0.4px;
  }
  .screen-2-button-wrapper {
    margin-top: 43px;
  }
}

@media (min-width: 1024px) {
  .screen-2-text {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .screen-2 {
    padding-bottom: 83px;
    padding-top: 68px;
    background-size: cover;
  }
  .screen-2-content {
    display: table;
    width: 100%;
  }
  .screen-2-imgs-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 50px;
  }
  .screen-2-img {
    max-width: 100%;
  }
  .screen-2-text-wrapper {
    display: table-cell;
    text-align: left;
    width: 50%;
  }
  .screen-2-text {
    margin-bottom: 24px;
  }
  .screen-2-button-wrapper {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1587px) {
  .screen-title-text {
    font-size: 237.5%;
    font-size: 2.375rem;
  }
  .screen-2-text {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.375;
  }
  .aim-title {
    margin-top: 8px;
  }
}

@media (min-width: 1580px) {
  .screen-2 {
    padding-bottom: 72px;
    padding-top: 103px;
  }
  .screen-2 .screen-2-title {
    max-width: 620px;
  }
  .screen-2-imgs-wrapper {
    width: 50%;
  }
  .screen-2-text-wrapper {
    width: 50%;
  }
  .screen-2-text-wrapper .screen-title-count {
    margin-left: 0;
    float: left;
  }
  .screen-2-content {
    text-align: center;
  }
  .screen-title-wrapper {
    margin-bottom: 35px;
  }
  .screen-2-title,
  .screen-2-text {
    text-align: left;
  }
  .screen-2-text {
    padding-left: 65px;
  }
  .screen-2-imgs-wrapper {
    margin-bottom: 32px;
    margin-top: 12px;
    margin-left: -10px;
    margin-right: -12px;
  }
  .screen-2-img-old,
  .screen-2-img-new {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
  }
  .aim-old-img {
    max-height: 200px;
    max-width: 213px;
  }
  .screen-2-img-new {
    margin-bottom: 0px;
  }
  .aim-new-img {
    max-height: 295px;
    max-width: 360px;
  }
  .aim-title {
    margin-top: 18px;
    letter-spacing: 0.72px;
  }
  .screen-2-button-wrapper {
    margin-left: 0;
    margin-top: 32px;
  }
}

@media (min-width: 1920px) {
  .screen-2 {
    padding-bottom: 64px;
    padding-top: 90px;
  }
  .screen-2 .screen-2-title {
    max-width: 750px;
  }
  .screen-2-imgs-wrapper {
    margin-bottom: 12px;
    margin-left: -22px;
    margin-right: -22px;
    margin-top: 20px;
  }
  .screen-2-img-old,
  .screen-2-img-new {
    margin: 0 22px;
  }
  .aim-old-img {
    max-height: 256px;
    max-width: 256px;
  }
  .aim-new-img {
    max-height: 340px;
    max-width: 400px;
  }
  .screen-2-text {
    font-size: 125%;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

/* screen-2 end */
/* screen-3 */
.screen-3 {
  background-image: url("../images/screen-3-bg.jpg");
  background-position: 50% -150px;
  background-repeat: no-repeat;
  padding-bottom: 45px;
  padding-top: 45px;
  box-shadow: inset 0px 15px 20px -10px rgba(0, 0, 0, 0.75);
}

.screen-3-title {
  margin-bottom: 21px;
}

.screen-3-subtitle {
  color: #f25322;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.375;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.screen-3-button-wrapper {
  margin: 0 auto;
  margin-top: 40px;
  margin-left: 0;
}

@media (min-width: 600px) {
  .screen-3 {
    padding-bottom: 80px;
    padding-top: 77px;
  }
  .screen-3-text-wrapper {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.375;
  }
  .screen-3-button-wrapper {
    margin-top: 40px;
  }
  .screen-3-button-wrapper .button-default {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 860px) {
  .screen-3 {
    padding-top: 67px;
  }
  .screen-3-subtitle {
    margin-bottom: 34px;
    max-width: 455px;
    font-size: 112.5%;
    font-size: 1.125rem;
    line-height: 1.22222;
  }
}

@media (min-width: 1200px) {
  .screen-3 {
    padding-bottom: 70px;
    padding-top: 65px;
  }
  .screen-3-content {
    display: table;
    margin-bottom: 32px;
    width: 100%;
  }
  .screen-3-text-wrapper {
    display: table-cell;
    vertical-align: top;
  }
  .screen-3-subtitle {
    margin-bottom: 21px;
  }
  .screen-3-slider {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
  .slider-text-list__item {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.375;
  }
  .screen-3-button-wrapper {
    margin-top: 30px;
  }
  .screen-3-button-wrapper .button-default {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1580px) {
  .screen-3 {
    padding-bottom: 60px;
    padding-top: 110px;
    text-align: center;
  }
  .screen-3-content {
    text-align: left;
  }
  .screen-3-text-wrapper {
    margin-bottom: 15px;
  }
  .screen-3-subtitle {
    margin-left: 65px;
    max-width: 415px;
  }
  .screen-3-button-wrapper {
    display: block;
    margin-top: 15px;
  }
  .screen-3-button-wrapper .button-default {
    margin: 0 auto;
  }
}

@media (min-width: 1920px) {
  .screen-3 {
    padding-bottom: 60px;
    padding-top: 90px;
    text-align: center;
  }
  .screen-3-text-wrapper {
    margin-bottom: 5px;
  }
  .screen-3-title {
    max-width: 580px;
  }
  .screen-3-subtitle {
    font-size: 137.5%;
    font-size: 1.375rem;
    line-height: 1.36364;
    max-width: 500px;
  }
  .slider-text-list__item {
    font-size: 125%;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .screen-3-button-wrapper {
    margin-top: 5px;
  }
}

/* screen-4 */
.screen-4 {
  box-shadow: inset 0px 15px 20px -10px rgba(0, 0, 0, 0.75);
}

.screen-4 .screens-buttons-wrapper {
  margin-top: 35px;
  padding-left: 0;
}

.screen-4-content {
  overflow: hidden;
}

.screen-4-container {
  position: static;
  padding-bottom: 25px;
}

.screen-slider-list__item-right-container,
.screen-slider-list__item-left-container {
  box-shadow: inset 0px 15px 20px -10px rgba(0, 0, 0, 0.75);
}

.screen-slider-list__item-right-container {
  padding-bottom: 195px;
}

@media (min-width: 480px) {
  .screen-slider-list__item-right-container {
    padding-bottom: 150px;
  }
}

.screen-4-controls-container {
  position: relative;
}

@media (min-width: 480px) {
  .screen-4-slider-list__item-buttons-wrapper {
    right: auto;
    left: 40px;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .screen-4-slider-list__item-buttons-wrapper {
    left: 50px;
  }
}

.screen-4-slider-controls-wrapper {
  bottom: 45px;
  left: 50%;
  margin-left: -80px;
  margin-top: 0;
  position: absolute;
  z-index: 10;
}

@media (min-width: 480px) {
  .screen-4-slider-controls-wrapper {
    bottom: 90px;
    left: auto;
    right: 0;
  }
}

.screen-4-button-wrapper {
  display: inline-block;
}

@media (min-width: 600px) {
  .screen-4-button-wrapper {
    display: inline-block;
  }
  .screen-4-slider-list__item-buttons-wrapper {
    bottom: 90px;
    height: 58px;
  }
}

@media (min-width: 860px) {
  .screen-4-text {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.5625;
  }
}

@media (min-width: 1200px) {
  .screen-4-container {
    position: static;
    padding: 0 40px;
    padding-right: 70px;
  }
  .screen-4 .screen-title-wrapper {
    max-width: 400px;
    margin-left: -138px;
  }
  .screen-slider-list__item-right-container {
    padding-bottom: 150px;
  }
  .screen-4-text {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.375;
  }
  .screen-4-slider-controls-wrapper {
    bottom: 60px;
  }
  .screen-slider-list__item-buttons-wrapper {
    bottom: 60px;
    left: -98px;
  }
}

@media (min-width: 1366px) {
  .screen-4-container {
    padding-right: 120px;
  }
}

@media (min-width: 1580px) {
  .screen-4 .screen-title-wrapper {
    max-width: 700px;
  }
  .screen-4 .screen-4-title {
    margin-left: -138px;
  }
  .screen-4 .screen-3-subtitle {
    margin-left: 0;
  }
  .screen-4-container {
    padding: 0 55px;
    padding-right: 120px;
  }
  .screen-4-text {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.5625;
  }
}

@media (min-width: 1920px) {
  .screen-4 .screen-4-title {
    margin-left: -148px;
  }
  .screen-4-container {
    padding: 0 50px;
    padding-right: 130px;
  }
  .screen-4-text {
    font-size: 125%;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

/* screen-4 end */
/* screen-5 */
.screen-5 {
  overflow-x: auto;
}

.screen-5-container {
  width: 100%;
  box-sizing: border-box;
}

.screen-5-content {
  box-shadow: inset 0px 15px 20px -10px rgba(0, 0, 0, 0.75);
  padding-bottom: 45px;
  padding-top: 45px;
  background-image: url("../images/screen-5-bg.jpg");
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: auto;
  box-sizing: border-box;
}

.screen-5-technics-wrapper {
  margin-top: 40px;
}

.screen-5-technics-titles-wrapper {
  border: 1px solid #909090;
  padding: 10px 6px;
  position: relative;
}

.screen-5-technics-title-wrapper {
  display: none;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 125%;
  font-size: 1.25rem;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  padding: 0 20px;
  margin: -43px -7px 0;
}

.screen-5-technics-title {
  position: relative;
}

.screen-5-technics-title:before, .screen-5-technics-title:after {
  background-color: #909090;
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  top: 14px;
  width: 200px;
}

.screen-5-technics-title:before {
  left: -210px;
}

.screen-5-technics-title:after {
  right: -210px;
}

.screen-5-technics-titles__list-item {
  display: inline-block;
  width: 49%;
}

.screen-5-technics-titles__list-item-link {
  color: #f9f5e2;
  display: inline-block;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 75%;
  font-size: 0.75rem;
  padding: 6px 10px 7px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .3s linear;
}

.screen-5-technics-titles__list-item-link:before {
  background-color: transparent;
  bottom: 5px;
  content: "";
  display: block;
  height: 2px;
  left: 10px;
  position: absolute;
  right: 10px;
  transition: background-color .5s ease-out;
}

.active-technics-titles .screen-5-technics-titles__list-item-link:before {
  background-color: #f9d088;
}

.desktop .screen-5-technics-titles__list-item-link:hover {
  color: #f25322;
}

.desktop .active-technics-titles .screen-5-technics-titles__list-item-link {
  color: #f9f5e2;
}

.screen-5-button-wrapper {
  margin-top: 30px;
}

.screen-5-popup-wrapper {
  background-color: #101211;
  display: none;
  position: relative;
  width: 100%;
}

.desktop .popup-list__item,
.popup-list__item {
  display: none;
  width: 100%;
}

.desktop .popup-active {
  display: table;
}

.popup-list__item-content {
  position: relative;
  z-index: 1;
}

.popup-close-wrapper {
  background-color: #000000;
  height: 50px;
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 10;
}

.popup-close-link {
  display: block;
  height: 50px;
  width: 50px;
}

.device .popup-list__item-text-wrapper {
  max-width: 800px;
}

.open-popup {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10000;
  padding-bottom: 0;
}

.open-popup .screen-5-popup-container {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
}

.open-popup .screen-5-popup-content {
  display: table-cell;
  padding-bottom: 100px;
}

.open-popup .popup-active {
  display: block;
}

.open-popup .popup-footer-wrapper {
  bottom: 25px;
}

.desktop .screen-5-container {
  display: table;
  height: 600px;
  width: 200%;
}

.desktop .screen-5-content,
.desktop .screen-5-popup-wrapper {
  display: table-cell;
  width: 50%;
}

.desktop .screen-5-popup-wrapper {
  vertical-align: top;
}

.desktop .popup-close-wrapper {
  display: none;
}

.screen-5-popup-wrapper {
  padding: 0px 0px 100px;
}

.popup-list__item-img-wrapper {
  background-position: 30% 50%;
  background-repeat: no-repeat;
  background-size: auto 300px;
  height: 167px;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}

.popup-list__item-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-position: 30% 50%;
  background-repeat: no-repeat;
  background-size: auto 300px;
}

.screen-5-popup-wrapper .slider-text-controls-wrapper {
  float: right;
  margin-top: 0;
}

.popup-list__item-content .slider-text-controls-wrapper {
  display: none;
}

.popup-list__item-content {
  background-image: url("../images/popup-item-shape.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border-top: 1px solid #101211;
  padding: 0 20px;
  padding-top: 10px;
  position: relative;
}

.popup-list__item-title {
  color: #f9d088;
  font-family: "warhelioscondcbold", sans-serif;
  margin-bottom: 9px;
  font-size: 175%;
  font-size: 1.75rem;
  text-transform: uppercase;
}

.popup-list__item-text,
.popup-list__item-analog-tank-title {
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.375;
}

.popup-list__item-text {
  margin-bottom: 20px;
}

.popup-list__item-analog-tank-title {
  font-family: "warhelioscondcbold", sans-serif;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.popup-analog-tank-list__item {
  display: block;
  float: left;
  width: 139px;
}

.popup-analog-tank-list__item-link {
  color: #909090;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 75%;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
}

.popup-analog-tank-list__item-img-wrapper {
  max-height: 90px;
  height: 90px;
  line-height: 90px;
  vertical-align: middle;
  opacity: .8;
  transition: opacity .3s linear;
}

.popup-analog-tank-list__item-img-wrapper img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  width: auto;
}

.desktop .popup-analog-tank-list__item-link:hover .popup-analog-tank-list__item-img-wrapper {
  opacity: 1;
}

.popup-footer-wrapper {
  position: absolute;
  bottom: 25px;
  left: 0;
}

.popup-footer-wrapper {
  box-sizing: border-box;
  display: table;
  height: 40px;
  padding: 0 20px;
  width: 100%;
}

.popup-footer-wrapper .popup-footer-back-link-wrapper,
.popup-footer-wrapper .slider-text-controls-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.popup-footer-wrapper .slider-text-controls-wrapper {
  width: 80px;
}

.popup-footer-back-link-wrapper {
  width: 100%;
  padding-right: 15px;
}

.popup-list__item-back-link {
  color: #f9f5e2;
  display: inline-block;
  font-size: 87.5%;
  font-size: 0.875rem;
  position: relative;
  padding-left: 20px;
}

.popup-list__item-back-link .back-link-svg-wrapper {
  height: 40px;
  width: 11px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}

.popup-list__item-back-link .svg-icon {
  height: 40px;
  width: 11px;
}

.desktop .popup-list__item-back-link:hover .svg-back-link {
  fill: #ff7e00;
}

@media (min-width: 480px) {
  .popup-footer-wrapper,
  .popup-list__item-content,
  .popup-list__item-img-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .screen-5-technics-wrapper {
    width: 280px;
  }
}

@media (min-width: 600px) {
  .screen-5-content {
    padding-top: 67px;
    padding-bottom: 60px;
  }
  .screen-5-text-wrapper {
    float: left;
    margin-bottom: 40px;
    width: 50%;
  }
  .screen-5-technics-wrapper {
    float: right;
    margin-bottom: 40px;
    margin-top: 0;
    width: 50%;
  }
  .screen-5-technics-titles-wrapper {
    border-top: 1px solid transparent;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 85px;
    padding-bottom: 28px;
    padding-top: 28px;
    width: 210px;
  }
  .screen-5-technics-title-wrapper {
    display: block;
  }
  .screen-5-technics-titles__list-item {
    text-align: center;
    width: 100%;
  }
  .screen-5-technics-titles__list-item-link {
    font-size: 93.75%;
    font-size: 0.9375rem;
    padding: 11px 10px;
  }
  .screen-5-button-wrapper {
    margin-top: 40px;
  }
  .screen-5-popup-wrapper {
    padding-bottom: 80px;
  }
  .popup-list__item-title-wrapper {
    display: table;
    margin-bottom: 27px;
    width: 100%;
  }
  .popup-list__item-title-wrapper .popup-list__item-title,
  .popup-list__item-title-wrapper .slider-text-controls-wrapper {
    display: table-cell;
    height: 40px;
    vertical-align: top;
  }
  .popup-list__item-title-wrapper .slider-text-controls-wrapper {
    width: 80px;
  }
  .popup-list__item-title-wrapper .popup-list__item-title {
    width: 100%;
    padding-right: 40px;
  }
  .popup-list__item-img-wrapper {
    height: 300px;
    background-position: 30% 50%;
    background-size: auto 550px;
  }
  .popup-list__item-img {
    background-position: 30% 50%;
    background-size: auto 550px;
  }
  .popup-footer-wrapper .slider-text-controls-wrapper {
    display: none;
  }
}

@media (min-width: 768px) {
  .popup-footer-wrapper,
  .popup-list__item-content,
  .popup-list__item-img-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 860px) {
  .screen-5-content {
    padding-bottom: 70px;
    padding-top: 75px;
  }
  .screen-5-text-wrapper {
    width: 50%;
  }
  .screen-5-technics-wrapper {
    margin-bottom: 0;
    width: 50%;
  }
  .screen-5-technics-titles-wrapper {
    margin-top: 74px;
    width: 230px;
  }
  .screen-5-popup-wrapper {
    padding-bottom: 55px;
  }
  .popup-list__item-title-wrapper {
    margin-bottom: 17px;
  }
  .popup-list__item-title {
    font-size: 212.5%;
    font-size: 2.125rem;
    line-height: 1.17647;
  }
  .popup-list__item-img-wrapper {
    height: 315px;
    background-position: 30% 50%;
    background-size: auto 580px;
  }
  .desktop .popup-list__item-img-wrapper {
    height: 278px;
  }
  .popup-list__item-img {
    background-position: 30% 50%;
    background-size: auto 580px;
  }
  .popup-footer-wrapper {
    bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .desktop .popup-list__item-content {
    padding-left: 320px;
  }
}

@media (min-width: 1200px) {
  .screen-5-content {
    padding-top: 80px;
    position: relative;
  }
  .screen-5-text-wrapper {
    margin-bottom: 40px;
    width: 50%;
    box-sizing: border-box;
    padding-right: 50px;
  }
  .screen-5-technics-wrapper {
    margin-bottom: 40px;
    position: relative;
    width: 50%;
  }
  .screen-5-technics-titles-wrapper {
    margin-top: 34px;
    padding-bottom: 45px;
    width: 270px;
  }
  .screen-5-technics-titles-list {
    margin-top: 10px;
  }
  .screen-5-technics-title {
    font-size: 137.5%;
    font-size: 1.375rem;
  }
  .screen-5-button-wrapper {
    margin-top: 40px;
  }
  .screen-5-button-wrapper .button-default {
    margin: 0 auto;
  }
  .popup-footer-wrapper,
  .popup-list__item-content,
  .popup-list__item-img-wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }
  .popup-list__item-img-wrapper {
    background-position: 50% 50%;
  }
  .popup-list__item-img {
    background-position: 50% 50%;
  }
  .desktop .screen-5-popup-wrapper {
    vertical-align: middle;
    padding: 100px 0;
  }
  .desktop .popup-list {
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 105px;
  }
  .desktop .popup-list__item.popup-active {
    display: table;
  }
  .desktop .popup-list__item-img-wrapper,
  .desktop .popup-list__item-content {
    display: table-cell;
    vertical-align: middle;
  }
  .desktop .popup-list__item-img-wrapper {
    padding: 0;
    width: 60%;
    padding: 0  25px;
    position: relative;
    height: 100%;
  }
  .desktop .popup-list__item-img {
    max-height: 100%;
    max-width: 100%;
  }
  .desktop .popup-list__item-content {
    margin-top: 0;
    padding: 0;
    width: 40%;
  }
  .desktop .popup-footer-wrapper {
    bottom: 35px;
  }
}

@media (min-width: 1580px) {
  .screen-5-technics-titles-wrapper {
    margin-top: 0;
  }
  .screen-title-wrapper {
    max-width: 600px;
  }
  .screen-5-technics-titles-wrapper {
    padding-bottom: 0;
    width: 250px;
  }
  .screen-5-technics-titles-list {
    margin-top: 10px;
    margin: 10px 10px 20px;
    background-color: rgba(8, 7, 8, 0.5);
  }
  .screen-5-technics-title {
    font-size: 162.5%;
    font-size: 1.625rem;
  }
  .screen-5-button-wrapper .button-default {
    margin: 0 auto;
  }
  .popup-footer-wrapper,
  .popup-list__item-content,
  .popup-list__item-img-wrapper {
    padding-left: 105px;
    padding-right: 105px;
  }
}

/* screen-5 end */
/* screen interview */
.screen-interview {
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  box-shadow: inset 0px 15px 20px -10px rgba(0, 0, 0, 0.75);
  padding: 45px 0;
}

@media (min-width: 1024px) {
  .screen-interview {
    background-position: 50% 50%;
    background-size: cover;
    padding: 100px 0;
  }
}

.interview-container {
  position: relative;
  max-width: 810px;
}

.interview-svg-wrapper {
  display: none;
  position: absolute;
  top: 12px;
  left: -70px;
}

.interview-svg-wrapper path {
  fill: #f25322;
}

@media (min-width: 768px) {
  .interview-svg-wrapper {
    display: block;
  }
}

.interview-title {
  font-size: 175%;
  font-size: 1.75rem;
  font-family: "warhelioscondcbold", sans-serif;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .interview-title {
    font-size: 175%;
    font-size: 1.75rem;
    margin-left: 70px;
  }
}

.interview-subtitle {
  font-size: 137.5%;
  font-size: 1.375rem;
  line-height: 1.09091;
  color: #f9d088;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .interview-subtitle {
    font-size: 187.5%;
    font-size: 1.875rem;
    margin-left: 70px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1580px) {
  .interview-subtitle {
    font-size: 225%;
    font-size: 2.25rem;
  }
}

.form-interview-field {
  padding-top: 15px;
}

.form-interview-field:nth-child(1) {
  padding-top: 0;
}

@media (min-width: 768px) {
  .form-interview-field {
    padding-top: 25px;
  }
}

@media (min-width: 768px) {
  .form-interview-wrapper {
    margin-left: 70px;
  }
}

input[type=radio].interview-input {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=radio].interview-input + label.interview-label {
  cursor: pointer;
}

input[type=radio].interview-input:checked + label.interview-label:before {
  border-color: #f25322;
}

input[type=radio].interview-input:checked + label.interview-label:after {
  background-color: #f25322;
}

label.interview-label {
  user-select: none;
  font-size: 100%;
  font-size: 1rem;
  position: relative;
  padding-left: 35px;
  vertical-align: middle;
  display: inline-block;
}

@media (min-width: 768px) {
  label.interview-label {
    padding-left: 60px;
    font-size: 137.5%;
    font-size: 1.375rem;
  }
}

label.interview-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 3px solid #464646;
  transition: border-color .3s linear;
}

@media (min-width: 768px) {
  label.interview-label:before {
    top: 0px;
    left: 0px;
    height: 25px;
    width: 25px;
  }
}

label.interview-label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #464646;
  transition: background-color .3s linear;
}

@media (min-width: 768px) {
  label.interview-label:after {
    height: 15px;
    width: 15px;
    top: 8px;
    left: 8px;
  }
}

.desktop .interview-label:hover:before {
  border-color: #f9f5e2;
}

.desktop .interview-label:hover:after {
  background-color: #f9f5e2;
}

.form-button-interview {
  display: table;
  height: 54px;
  margin-top: 50px;
  width: 174px;
  text-decoration: none;
  font-size: 87.5%;
  font-size: 0.875rem;
  font-family: "warhelioscondcbold", sans-serif;
  text-transform: uppercase;
}

.form-button-text-interview {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #f25322;
  text-decoration: none;
}

.desktop .form-button-interview:hover {
  color: #f25322;
}

/* screen interview end */
/* screen-6 */
.screen-6 {
  background-color: #0f1010;
  min-height: auto;
}

.screen-6 .social-share-wrapper {
  width: 100%;
}

.screen-6-social-share-wrapper {
  background-color: #1c1c1e;
  background-image: url("../images/content-bg.png");
  background-position: 50% 50%;
  padding-top: 37px;
  padding-bottom: 40px;
}

.hide-social .social-title-text {
  display: none;
}

.hide-social .social-share-wrapper {
  display: none;
}

.socail-share-title {
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.375;
  margin: 0 auto 16px;
  text-align: center;
  text-transform: uppercase;
  width: 186px;
}

.social-share-list__item {
  height: 41px;
}

.socail-share-title a,
.socail-share-title-link {
  color: #f25322;
  text-decoration: none;
  transition: color .3s linear;
}

.desktop .socail-share-title a:hover {
  color: #ff7e00;
}

.desktop .socail-share-title a:hover:after {
  opacity: 1;
}

.desktop .socail-share-title-link:hover {
  color: #ff7e00;
}

.desktop .socail-share-title-link:hover:after {
  opacity: 1;
}

.footer-wrapper {
  padding-bottom: 22px;
  padding-top: 32px;
}

.footer-logo-wrapper {
  margin-bottom: 22px;
  opacity: .8;
  transition: opacity .3s linear;
}

.desktop .footer-logo-wrapper:hover {
  opacity: 1;
}

.footer-logo {
  max-height: 70px;
  max-width: 130px;
}

.footer-copyright {
  color: #909090;
  font-size: 68.75%;
  font-size: 0.6875rem;
  line-height: 1.45455;
  margin: 0 auto;
  text-align: center;
  width: 265px;
}

.footer-copyright a {
  color: #f9f5e2;
  text-decoration: none;
}

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

.footer_social {
  margin-top: 40px;
  position: relative;
}

.footer_social:after, .footer_social:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
}

.footer_social:after {
  right: 0;
}

.footer_social:before {
  left: 0;
}

.social-big {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.social-big_item {
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 75%;
  font-size: 0.75rem;
  line-height: 1.16667;
  float: left;
  height: 66px;
  vertical-align: top;
  width: 25%;
}

.social-big_link {
  cursor: pointer;
  height: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.social-big_link {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.social-big_link:after,
.social-short_link:after,
.social-vertical_link:after,
.social_link:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.social-big_link__wg {
  background: #393d3f;
  transition: background .15s ease-out;
}

.social-ico {
  background-repeat: no-repeat;
  max-width: 30px;
  display: inline-block;
  max-height: 28px;
}

.social-group-img {
  max-height: 28px;
  max-width: 30px;
}

.social-ico__wg {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjYgMzYiPjxzdHlsZT4uc3Qwe2ZpbGw6I2ZmZn08L3N0eWxlPjxwYXRoIGlkPSJYTUxJRF81XyIgY2xhc3M9InN0MCIgZD0iTTE4LjEgMjAuMWwtMi4zIDIuMyAzLjQgMy41IDMuOS0zLjlWOS45aC01eiIvPjxwYXRoIGlkPSJYTUxJRF80XyIgY2xhc3M9InN0MCIgZD0iTTcuOSA5LjlIMi44VjIybDMuOSAzLjkgMy42LTMuNS0yLjQtMi4zeiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOS4yIDBIN0wwIDYuOXYxNi4zTDEyLjkgMzYgMjYgMjMuMlY2LjdMMTkuMiAwem01LjQgMjIuNkwxMyAzNCAxLjQgMjIuNlY3LjRsNi4zLTYuMmgxMC45bDYuMSA2LS4xIDE1LjR6Ii8+PHBhdGggaWQ9IlhNTElEXzFfIiBjbGFzcz0ic3QwIiBkPSJNOC4yIDIuM0wyLjkgNy44aDcuNXYyMS43bDIuNiAyLjYgMi42LTIuNlY3LjhoNy41bC01LjMtNS41eiIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  width: 22px;
  height: 28px;
}

.social-big_link__facebook {
  background: #415d9c;
  transition: background .15s ease-out;
}

.social-ico__facebook {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTkgMzciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyMCI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEzLjggNkgxOVYwaC02LjFDOS4xIDAgNiAzLjMgNiA3LjRWMTVIMHY2aDZ2MTZoNlYyMWg1LjFsLjktNmgtNlY3LjljMC0xLjEuOC0xLjkgMS44LTEuOXoiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  width: 13px;
  height: 25px;
}

.social-big_link__vk {
  background: #5b89b2;
  transition: background .15s ease-out;
}

.social-ico__vk {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCA0MCAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+U2hhcGU8L3RpdGxlPjxwYXRoIGQ9Ik0zNS42MDQgMTYuMTIzczMuMjM0IDMuMjEyIDQuMDM0IDQuNjk4YS4yNTUuMjU1IDAgMCAxIC4wMzYuMDdjLjMyNi41NS40MDYuOTguMjQ2IDEuMjk4LS4yNy41MjUtMS4xODQuNzg5LTEuNDk0LjgxMUgzMi43MWMtLjM5OCAwLTEuMjI2LS4xMDUtMi4yMzQtLjgwNS0uNzctLjU0LTEuNTM2LTEuNDMyLTIuMjc4LTIuMzAzLTEuMTA4LTEuMjkzLTIuMDY2LTIuNDE2LTMuMDM2LTIuNDE2LS4xMjQgMC0uMjQ0LjAyLS4zNi4wNi0uNzM0LjIzNC0xLjY2NiAxLjI4Ni0xLjY2NiA0LjA4OCAwIC44NzctLjY4OCAxLjM3Ni0xLjE3IDEuMzc2aC0yLjYxOGMtLjg5MiAwLTUuNTM2LS4zMTQtOS42NTQtNC42OEM0LjY0OCAxMi45NzEuMTE2IDIuMjQ2LjA3MiAyLjE1MWMtLjI4Mi0uNjk0LjMxLTEuMDcyLjk1LTEuMDcyaDUuNzcyYy43NzQgMCAxLjAyNi40NyAxLjIwMi44OTMuMjA0LjQ4NS45NiAyLjQyNCAyLjIgNC42MDMgMi4wMDggMy41NDQgMy4yNDIgNC45ODYgNC4yMjggNC45ODYuMTg2IDAgLjM2Mi0uMDQ2LjUyOC0uMTQgMS4yODgtLjcxMyAxLjA0OC01LjM0Ljk4OC02LjI5MyAwLS4xODUtLjAwMi0yLjA2NS0uNjYyLTIuOTc1LS40NzItLjY1MS0xLjI3Ni0uOTA1LTEuNzYyLS45OTcuMTMtLjE5LjQwNi0uNDguNzYtLjY1QzE1LjE1OC4wNjQgMTYuNzUyIDAgMTguMzM0IDBoLjg3OGMxLjcxNi4wMjQgMi4xNi4xMzUgMi43ODQuMjk0IDEuMjU2LjMwMSAxLjI4IDEuMTIgMS4xNyAzLjkwOGE2NS42NjcgNjUuNjY3IDAgMCAwLS4wNjYgMi43NWMwIC4yMjUtLjAxLjQ3Ny0uMDEuNzMyLS4wMzggMS40My0uMDg4IDMuMDQyLjkxNiAzLjcwMy4xMjguMDguMjc4LjEyNS40MzQuMTI1LjM0OCAwIDEuMzkgMCA0LjIxNi00Ljg3OCAxLjI0LTIuMTU0IDIuMi00LjY5NSAyLjI2Ni00Ljg4Ni4wNTYtLjEwNy4yMjQtLjQwNi40MjgtLjUyNy4xNTYtLjA5Ny4zNjQtLjExMy40NzItLjExM2g2Ljc5Yy43NCAwIDEuMjQyLjExMyAxLjM0LjM5NS4xNjQuNDU2LS4wMzIgMS44NS0zLjEzMiA2LjA2Ni0uNTIyLjcwMi0uOTggMS4zMS0xLjM4MiAxLjg0MS0yLjgxIDMuNzEtMi44MSAzLjg5Ni4xNjYgNi43MTN6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) 50% 50% no-repeat;
  background-size: contain;
  width: 28px;
  height: 20px;
}

.social-big_link__youtube {
  background: #cc181e;
  transition: background .15s ease-out;
}

.social-ico__youtube {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDUgMzYiPjxzdHlsZT4uc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I2ZmZn08L3N0eWxlPjxwYXRoIGlkPSJYTUxJRF85OV8iIGNsYXNzPSJzdDAiIGQ9Ik00MSAxMi41Yy0uNS00LjUtMy40LTcuNi03LjgtOC4xIDAgMC01LjMtLjMtMTAuNy0uMy01LjMgMC0xMC43LjMtMTAuNy4zQzcuNSA0LjkgNC40IDggNCAxMi41YzAgMC0uMiAyLjgtLjIgNS41IDAgMi44LjIgNS42LjIgNS42LjQgNC42IDMuNCA3LjYgNy44IDguMSAwIDAgNS4zLjMgMTAuNy4zIDUuNCAwIDEwLjctLjMgMTAuNy0uMyA0LjMtLjUgNy4zLTMuNiA3LjgtOC4xIDAgMCAuMi0yLjguMi01LjZzLS4yLTUuNS0uMi01LjV6TTE5LjIgMjMuM2MtLjUgMC0uNS0uMS0uNS0uOHYtOS4xYzAtLjcgMC0uNy41LS43bDguOSA1LjItOC45IDUuNHoiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  width: 30px;
  height: 24px;
}

.social-big_ico-holder {
  text-align: center;
}

.social-ico {
  display: inline-block;
  vertical-align: middle;
}

.social-big_info {
  display: none;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 18px;
}

.social-big_text {
  letter-spacing: .5px;
  margin-bottom: 4px;
  margin-top: 0;
  text-transform: uppercase;
  padding: 0;
}

.social-big_folowers {
  font-family: "warhelioscondc", sans-serif;
  padding: 0;
  margin: 0;
}

.desktop .social-big_link {
  position: relative;
}

.desktop .social-big_link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color .3s linear;
}

.desktop .social-big_link:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 600px) {
  .social-big_item {
    width: 50%;
  }
  .social-big_link {
    font-size: 0;
    line-height: 0;
  }
  .social-big_link {
    font-size: 0;
    line-height: 0;
    text-align: left;
    box-sizing: border-box;
    padding-left: 19px;
  }
  .social-big_ico-holder {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    margin-right: 13px;
  }
  .social-big .social-ico,
  .social-short .social-ico,
  .social-vertical .social-ico {
    margin-right: 0;
  }
  .social-ico__wg {
    width: 29px;
    height: 36px;
  }
  .social-big .social-ico__wg {
    width: 20px;
    height: 25px;
  }
  .social-big_info {
    font-size: 81.25%;
    font-size: 0.8125rem;
    line-height: 1.30769;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 3px;
    color: #fff;
  }
  .social-ico__facebook {
    width: 12px;
    height: 20px;
  }
  .social-big .social-ico__facebook {
    width: 13px;
    height: 25px;
  }
}

@media (min-width: 768px) {
  .screen-6 .social-share-list__item-svg-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
  .screen-6 .social-share-list__item-title {
    display: inline-block;
    line-height: 41px;
    padding: 0 10px;
    margin-left: -10px;
    vertical-align: middle;
  }
}

@media (min-width: 1200px) {
  .social-big {
    margin: 0 auto;
  }
  .social-big_item {
    height: 83px;
    width: 25%;
  }
  .social-big_link {
    height: 83px;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .social-big_ico-holder {
    width: 34px;
    margin-right: 14px;
  }
  .social-big .social-ico__wg {
    width: 27px;
    height: 35px;
  }
  .social-big_info {
    font-size: 87.5%;
    font-size: 0.875rem;
    line-height: 1.28571;
    text-align: left;
    white-space: normal;
    margin-right: 48px;
  }
  .social-big .social-ico__facebook {
    width: 17px;
    height: 33px;
  }
  .social-big .social-ico__vk {
    width: 38px;
    height: 23px;
  }
  .social-big .social-ico__youtube {
    width: 40px;
    height: 34px;
  }
  .screen-content .social-big_item,
  .screen-content.disabled-sidebar .social-big_item {
    width: 50%;
  }
  .screen-content .social-big_link,
  .screen-content.disabled-sidebar .social-big_link {
    font-size: 0;
    line-height: 0;
  }
  .screen-content .social-big_link,
  .screen-content.disabled-sidebar .social-big_link {
    font-size: 0;
    line-height: 0;
    text-align: left;
    box-sizing: border-box;
    padding-left: 19px;
  }
  .screen-content .social-big_ico-holder,
  .screen-content.disabled-sidebar .social-big_ico-holder {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
  }
  .screen-content .social-big .social-ico,
  .screen-content .social-short .social-ico,
  .screen-content .social-vertical .social-ico,
  .screen-content.disabled-sidebar .social-big .social-ico,
  .screen-content.disabled-sidebar .social-short .social-ico,
  .screen-content.disabled-sidebar .social-vertical .social-ico {
    margin-right: 0;
  }
  .screen-content .social-ico__wg,
  .screen-content.disabled-sidebar .social-ico__wg {
    width: 29px;
    height: 36px;
  }
  .screen-content .social-big .social-ico__wg,
  .screen-content.disabled-sidebar .social-big .social-ico__wg {
    width: 20px;
    height: 25px;
  }
  .screen-content .social-big_info,
  .screen-content.disabled-sidebar .social-big_info {
    font-size: 81.25%;
    font-size: 0.8125rem;
    line-height: 1.30769;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 3px;
    color: #fff;
  }
  .screen-content .social-ico__facebook,
  .screen-content.disabled-sidebar .social-ico__facebook {
    width: 12px;
    height: 20px;
  }
  .screen-content .social-big .social-ico__facebook,
  .screen-content.disabled-sidebar .social-big .social-ico__facebook {
    width: 13px;
    height: 25px;
  }
}

@media (min-width: 1370px) {
  .screen-content .social-big,
  .screen-content.disabled-sidebar .social-big {
    margin: 0 auto;
  }
  .screen-content .social-big_item,
  .screen-content.disabled-sidebar .social-big_item {
    height: 83px;
    width: 25%;
  }
  .screen-content .social-big_link,
  .screen-content.disabled-sidebar .social-big_link {
    height: 83px;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .screen-content .social-big_ico-holder,
  .screen-content.disabled-sidebar .social-big_ico-holder {
    width: 34px;
    margin-right: 14px;
  }
  .screen-content .social-big .social-ico__wg,
  .screen-content.disabled-sidebar .social-big .social-ico__wg {
    width: 27px;
    height: 35px;
  }
  .screen-content .social-big_info,
  .screen-content.disabled-sidebar .social-big_info {
    font-size: 87.5%;
    font-size: 0.875rem;
    line-height: 1.28571;
    text-align: left;
    white-space: normal;
    margin-right: 48px;
  }
  .screen-content .social-big .social-ico__facebook,
  .screen-content.disabled-sidebar .social-big .social-ico__facebook {
    width: 17px;
    height: 33px;
  }
  .screen-content .social-big .social-ico__vk,
  .screen-content.disabled-sidebar .social-big .social-ico__vk {
    width: 38px;
    height: 23px;
  }
  .screen-content .social-big .social-ico__youtube,
  .screen-content.disabled-sidebar .social-big .social-ico__youtube {
    width: 40px;
    height: 34px;
  }
}

@media (min-width: 480px) {
  .footer-wrapper {
    display: table;
    width: 100%;
  }
  .footer-logo-wrapper,
  .footer-copyright {
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
  }
  .footer-logo-wrapper {
    width: 130px;
  }
  .footer-copyright {
    width: auto;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 15px;
  }
}

@media (min-width: 600px) {
  .screen-6-social-share-wrapper {
    padding-top: 51px;
  }
  .socail-share-title {
    font-size: 112.5%;
    font-size: 1.125rem;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    width: auto;
  }
  .socail-share-title-link:after,
  .socail-share-title a:after {
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNSA5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5hcnJvdy1saW5rPC90aXRsZT48cGF0aCBkPSJNNC4yODUgMy43NTFMLjc0Ni4wMDcuMDM4Ljc1NiAzLjU3NyA0LjUuMDM4IDguMjQzbC43MDguNzQ5TDQuOTkyIDQuNWwtLjcwNy0uNzQ5eiIgZmlsbD0iI2ZmN2UwMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat 100% 57%;
    padding: 0 5px;
    display: inline;
    opacity: .8;
    background-position: 100% 57%;
    transition: opacity .3s linear;
  }
  .footer-wrapper {
    display: table;
    padding-bottom: 32px;
    width: 100%;
  }
  .footer-logo-wrapper,
  .footer-copyright {
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
  }
  .footer-logo-wrapper {
    width: 130px;
  }
  .footer-copyright {
    font-size: 75%;
    font-size: 0.75rem;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 15px;
    width: auto;
  }
}

/* screen-6 end */
/*.screen-all-news */
.screen-all-news {
  background-image: url("../images/screen-3-bg.jpg");
  background-position: 50% -110px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 96px 0 30px;
  overflow: hidden;
}

.screen-all-news-wrapper {
  margin: 0 -20px;
  padding: 0 20px;
}

.screen-all-news-wrapper .screen-news-all {
  display: none;
}

.screen-all-news-wrapper .screen-1-logo-wrapper {
  padding-top: 20px;
  text-align: center;
}

.screen-all-news-wrapper .screen-1-logo {
  display: inline-block;
}

.screen-all-news-wrapper .screen-1-logo-img {
  max-height: 87px;
  max-width: 146px;
}

.screen-all-news-wrapper .screen-1-sublogo {
  margin-bottom: 22px;
}

.screen-all-news-wrapper .screen-1-sublogo-img {
  max-height: 15px;
  max-width: 114px;
}

.screen-all-news-controls-wrapper {
  margin-top: 30px;
}

.screen-all-news-controls-wrapper .bullets-count-wrapper {
  float: left;
  height: 40;
  margin: 0 5px;
}

.screen-all-news-controls-wrapper .bullet-count {
  color: #909090;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 93.75%;
  font-size: 0.9375rem;
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition: color .3s linear;
  width: 38px;
}

.screen-all-news-controls-wrapper .bullet-dots {
  cursor: default;
}

.screen-all-news-controls-wrapper .bullet-dots:after {
  display: none;
}

.screen-all-news-controls-wrapper .bullet-active {
  color: #f25322;
  cursor: default;
}

.screen-all-news-controls-wrapper .slider-text-controls-right {
  left: 0;
}

.desktop .bullet-count:hover {
  color: #ff7e00;
}

.desktop .bullet-active:hover {
  color: #f25322;
}

.desktop .bullet-dots:hover {
  color: #909090;
}

@media (min-width: 480px) {
  .screen-all-news-wrapper {
    margin: 0 -40px;
    padding: 0 40px;
  }
  .screen-all-news-wrapper .screen-1-news-list__item-title {
    margin-bottom: 11px;
  }
  .screen-all-news-wrapper .screen-1-news-list__item-text {
    display: block;
  }
}

@media (min-width: 600px) {
  .screen-all-news .screen-1-logo-wrapper {
    display: none;
  }
  .screen-all-news .screen-1-logo-img {
    max-height: 128px;
    max-width: 216px;
  }
  .screen-all-news .screen-1-sublogo-img {
    max-height: 21px;
    max-width: 100%;
  }
}

@media (min-width: 860px) {
  .screen-all-news {
    padding-top: 130px;
  }
  .screen-all-news-wrapper .screen-1-logo-wrapper {
    display: none;
  }
  .screen-all-news-wrapper .screen-1-news-list__item-text-wrapper {
    overflow: hidden;
    position: relative;
  }
  .screen-all-news-wrapper .screen-1-news-list__item-text {
    margin-bottom: 0;
  }
  .screen-all-news .screen-1-news-list__item:nth-child(n+4) {
    display: block;
  }
  .screen-all-news .screen-news-title-wrapper {
    height: 40px;
    line-height: 40px;
    margin-bottom: 31px;
  }
  .screen-all-news .screen-news-title {
    font-size: 250%;
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .desktop .screen-all-news {
    padding-top: 95px;
  }
  .screen-all-news-wrapper {
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .screen-all-news-wrapper .screen-news-title-wrapper {
    width: 917px;
  }
  .screen-all-news-wrapper .screen-1-news-list {
    width: 937px;
  }
  .screen-all-news-wrapper .screen-1-news-list__item {
    width: 292px;
  }
  .screen-all-news-wrapper .screen-1-news-list__item:nth-child(1) {
    height: 260px;
    width: auto;
  }
  .screen-all-news-wrapper .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-img-wrapper {
    width: 50%;
    height: 260px;
  }
  .screen-all-news-wrapper .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-content {
    height: 260px;
  }
  .screen-all-news-wrapper .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-title {
    font-size: 131.25%;
    font-size: 1.3125rem;
    line-height: 1.14286;
  }
  .screen-all-news-wrapper .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-text-wrapper {
    height: 194px;
  }
  .screen-all-news-wrapper .screen-1-news-list__item-text-wrapper {
    height: 204px;
  }
  .screen-all-news-wrapper .screen-all-news-controls-wrapper {
    margin-top: 10px;
  }
}

@media (min-width: 1580px) {
  .screen-all-news-wrapper .screen-news-title-wrapper {
    width: 1197px;
  }
  .screen-all-news-wrapper .screen-1-news-list {
    width: 1217px;
  }
  .screen-all-news-wrapper .screen-1-news-list__item {
    width: 284px;
  }
  .screen-all-news-wrapper .screen-1-news-list__item:nth-child(1) {
    height: 335px;
  }
  .screen-all-news-wrapper .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-img-wrapper {
    margin-left: -12.5px;
    height: 349px;
  }
  .screen-all-news-wrapper .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-content {
    height: 335px;
    padding-left: 40px;
    padding-right: 45px;
  }
  .screen-all-news-wrapper .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-text-wrapper {
    height: 269px;
  }
  .screen-all-news-wrapper .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-title {
    font-size: 212.5%;
    font-size: 2.125rem;
    line-height: 1.17647;
  }
  .screen-all-news-wrapper .screen-1-news-list__item-title {
    font-size: 112.5%;
    font-size: 1.125rem;
    line-height: 1.16667;
  }
  .screen-all-news-wrapper .screen-1-news-list__item-text {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.3125;
  }
}

@media (min-width: 1920px) {
  .screen-all-news-wrapper .screen-1-news-list__item {
    padding: 0;
  }
}

/* .screen-all-news end */
.content-left-sidebar {
  background-color: #000000;
  bottom: 0;
  display: block;
  left: 143px;
  position: fixed;
  top: 38px;
  width: 0;
  overflow: hidden;
  z-index: 1;
  display: none;
}

.content-left-sidebar .content-left-sidebar-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow-y: auto;
  top: 75px;
}

.content-left-sidebar .content-left-sidebar-header {
  background-color: #363636;
  box-sizing: border-box;
  height: 75px;
  padding: 23.5px 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.content-left-sidebar .content-left-sidebar-header .content-header-title {
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 112.5%;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.content-left-sidebar .content-left-sidebar-header .screen-news-title-wrapper {
  margin-bottom: 0;
}

.content-left-sidebar .content-left-sidebar-header .screen-news-title,
.content-left-sidebar .content-left-sidebar-header .screen-news-all,
.content-left-sidebar .content-left-sidebar-header .screen-news-rss-wrapper {
  display: block;
}

.content-left-sidebar .content-left-sidebar-header .screen-news-all {
  margin-left: 29px;
  margin-right: 10px;
}

.content-left-sidebar .content-left-sidebar-header .screen-news-title-wrapper {
  display: block;
}

.content-left-sidebar .news-left-sidebar-list-wrapper .screen-1-news-list {
  margin: 0;
  width: auto;
}

.content-left-sidebar .news-left-sidebar-list-wrapper .screen-1-news-list__item {
  background-color: #000000;
  border-bottom: 1px solid #383838;
  box-shadow: none;
  display: block;
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.content-left-sidebar .news-left-sidebar-list-wrapper .screen-1-news-list__item:nth-child(1) {
  border-top-color: none;
}

.content-left-sidebar .news-left-sidebar-list-wrapper .active-sidebar:before {
  display: none;
}

.content-left-sidebar .news-left-sidebar-list-wrapper .screen-1-news-list__item-container,
.content-left-sidebar .news-left-sidebar-list-wrapper .screen-1-news-list__item-content {
  display: block;
}

.content-left-sidebar .news-left-sidebar-list-wrapper .screen-1-news-list__item-content {
  padding: 20px 33px 16px;
}

.content-left-sidebar .news-left-sidebar-list-wrapper .screen-1-news-list__item-img-wrapper {
  display: none;
}

.content-left-sidebar .news-left-sidebar-list-wrapper .screen-1-news-list__item-title {
  margin-bottom: 16px;
}

.content-left-sidebar .news-left-sidebar-list-wrapper .screen-1-news-list__item-text {
  margin-bottom: 5px;
}

.content-left-sidebar .news-left-sidebar-list-wrapper .screen-1-news-list__item-footer {
  margin-bottom: 0;
}

.content-left-sidebar .content-menu-sidebar-menu-wrapper .content-menu-sidebar-menu-list__item,
.content-left-sidebar .content-menu-sidebar-menu-wrapper .content-menu-sidebar-menu-list__item-link {
  display: block;
}

.content-left-sidebar .content-menu-sidebar-menu-wrapper .content-menu-sidebar-menu-list__item {
  border-bottom: 1px solid #383838;
}

.content-left-sidebar .content-menu-sidebar-menu-wrapper .content-menu-sidebar-menu-list__item:nth-child(1) {
  border-top-color: none;
}

.content-left-sidebar .content-menu-sidebar-menu-wrapper .content-menu-sidebar-menu-list__item-link {
  color: #f9f5e2;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 112.5%;
  font-size: 1.125rem;
  line-height: 1.16667;
  padding: 20px 33px;
  position: relative;
  text-decoration: transparent;
  transition: color .3s linear, background-color .3s linear;
}

.content-left-sidebar .content-menu-sidebar-menu-wrapper .content-menu-sidebar-menu-list__item-link:before {
  background-color: #f25322;
  bottom: 0;
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  opacity: 0;
  transition: opacity .3s linear;
  width: 3px;
}

.content-left-sidebar .content-menu-sidebar-menu-list__item {
  border-left: 3px solid transparent;
}

.content-left-sidebar .active-sidebar {
  background-image: url("../images/new-sidebar-border-active.png");
  background-position: -8px 0;
  background-repeat: repeat-y;
  background-size: auto;
  border-left: 3px solid #f25322;
}

.content-left-sidebar .active-sidebar .content-menu-sidebar-menu-list__item-link {
  cursor: default;
}

.content-left-sidebar .active-sidebar .screen-1-news-list__item-title {
  cursor: default;
  color: #f9f5e2;
}

.ie .content-left-sidebar .content-left-sidebar-header {
  width: 300px;
  left: auto;
  right: auto;
  top: 38px;
  display: none;
}

@media (min-width: 1200px) {
  .ie .content-left-sidebar .content-left-sidebar-header {
    display: block;
  }
}

@media (min-width: 1400px) {
  .ie .content-left-sidebar .content-left-sidebar-header {
    width: 347px;
  }
}

.desktop .content-left-sidebar .content-menu-sidebar-menu-list__item:not(.active-sidebar):hover .content-menu-sidebar-menu-list__item-link {
  background-color: #292929;
}

.desktop .content-left-sidebar .content-menu-sidebar-menu-list__item:not(.active-sidebar):hover .content-menu-sidebar-menu-list__item-link:before {
  opacity: 1;
}

.desktop .content-left-sidebar .news-left-sidebar-list-wrapper .screen-1-news-list__item:not(.active-sidebar):hover {
  background-color: #292929;
}

.desktop .content-left-sidebar .news-left-sidebar-list-wrapper .screen-1-news-list__item:not(.active-sidebar):hover .screen-1-news-list__item-title {
  color: #f9f5e2;
}

@media (min-width: 860px) {
  .content-left-sidebar .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-content {
    height: auto;
  }
  .content-left-sidebar .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-footer {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
  }
}

@media (min-width: 1200px) {
  .desktop .content-left-sidebar {
    display: block;
    width: 100%;
    max-width: 300px;
  }
  .desktop .new-controls-wrapper {
    display: none;
  }
  .desktop .screen-content-wrapper .screen-news-title-wrapper {
    display: none;
  }
}

@media (min-width: 1400px) {
  .desktop .content-left-sidebar {
    width: 347px;
    max-width: 347px;
  }
}

/* new content */
.screen-content {
  background-image: url("../images/screen-3-bg.jpg");
  background-position: 50% -110px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 96px 0 0px;
  overflow: hidden;
}

.screen-content-wrapper {
  margin: 0 -20px;
  padding: 0 20px;
}

.screen-content .screen-news-all {
  display: none;
}

.screen-content .screen-1-logo-wrapper {
  padding-top: 45px;
  text-align: center;
}

.screen-content .screen-1-logo {
  display: inline-block;
}

.screen-content .screen-1-logo-img {
  max-height: 87px;
  max-width: 146px;
}

.screen-content .screen-1-sublogo {
  margin-bottom: 29px;
}

.screen-content .screen-1-sublogo-img {
  max-height: 15px;
  max-width: 114px;
}

.screen-content .screen-1-news-list__item-footer {
  margin-bottom: 11px;
}

.new-content-wrapper,
.content-text-wrapper {
  position: relative;
  max-width: 1050px;
  padding-top: 30px;
}

.content-text-wrapper {
  padding-bottom: 50px;
}

.new-content-text,
.content-text {
  color: #b8b8a2;
}

.new-content-text h1,
.new-content-text h2,
.content-text h1,
.content-text h2 {
  font-size: 125%;
  font-size: 1.25rem;
  line-height: 1.3;
}

.new-content-text h1,
.new-content-text h2,
.new-content-text h3,
.new-content-text h4,
.new-content-text h5,
.new-content-text h6,
.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
  color: #f9f5e2;
  letter-spacing: 0.4px;
  font-weight: normal;
}

.new-content-text h2,
.new-content-text h3,
.new-content-text h4,
.new-content-text h5,
.new-content-text h6,
.new-content-text p,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6,
.content-text p {
  margin: 9px 0;
}

.new-content-text a,
.content-text a {
  color: #f9f5e2;
}

.new-content-text ul,
.content-text ul {
  margin-top: 12px;
}

.new-content-text li,
.content-text li {
  position: relative;
  padding-left: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.new-content-text li:before,
.content-text li:before {
  background-color: #13c500;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 6px;
}

.constructor-block {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .constructor-block {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .constructor-block {
    margin-bottom: 50px;
  }
}

.screen-container .content-close-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 42px;
  width: 42px;
  z-index: 5;
}

.screen-container .content-close-wrapper svg {
  height: 42px;
  width: 42px;
}

.screen-container .new-close-link {
  display: block;
  background-color: rgba(0, 0, 0, 0.33);
}

.screen-container .content-header-title {
  font-size: 162.5%;
  font-size: 1.625rem;
}

.screen-container .content-update-date {
  font-size: 75%;
  font-size: 0.75rem;
  line-height: 2.33333;
  margin-bottom: 33px;
  text-transform: uppercase;
}

.screen-container .media-content-wrapper {
  max-height: 420px;
  max-width: 720px;
  position: relative;
}

.screen-container .content-bg {
  background-color: #1c1c1e;
  background-image: url("../images/content-bg.png");
  background-position: 50% -80px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2000px;
  right: -2000px;
}

.screen-container .content-main-img-wrapper {
  max-height: 243px;
  max-width: 684px;
  position: relative;
  z-index: 1;
}

.screen-container .content-main-img-wrapper img {
  max-height: 243px;
  margin: 0;
}

.screen-container .content-main-video-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.screen-container .content-main-video-wrapper img.spacer {
  display: block;
}

.screen-container .content-main-video-wrapper iframe,
.screen-container .content-main-video-wrapper object,
.screen-container .content-main-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.screen-container .screen-news-title {
  display: none;
}

.screen-container .screen-news-all {
  display: inline;
  margin-left: 0;
  font-size: 100%;
  font-size: 1rem;
}

.screen-container .screen-news-title-wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
}

.desktop .screen-container .content-close-wrapper {
  position: fixed;
  z-index: 3;
}

.content-button-wrapper {
  margin-top: 34px;
  position: relative;
}

.content-button-wrapper .button-default-orange {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

.new-controls-wrapper {
  background-color: #363636;
  position: relative;
}

.new-controls {
  background-color: #363636;
  display: table;
  height: 64px;
  width: 100%;
}

.new-control {
  border-right: 1px solid #0f1010;
  color: #f9f5e2;
  display: table-cell;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 87.5%;
  font-size: 0.875rem;
  height: 24px;
  padding: 20px;
  text-decoration: none;
  vertical-align: middle;
  width: 50%;
}

.new-control span {
  display: inline-block;
  vertical-align: middle;
  height: 19px;
}

.new-control-svg-wrapper {
  height: 19px;
  margin-right: 15px;
  margin-top: 2px;
}

.new-control-right {
  border-left: 1px solid #0f1010;
  border-right: none;
  text-align: right;
}

.new-control-right .new-control-svg-wrapper {
  margin-left: 15px;
  margin-right: 0;
}

.new-control-disabled {
  cursor: default;
  opacity: .5;
}

.desktop .new-control:hover .svg-arrow {
  fill: #ff7e00;
}

.desktop .new-control-disabled:hover {
  color: #f9f5e2;
}

.desktop .new-control-disabled:hover .svg-arrow {
  fill: #f9f5e2;
}

.comments-wrapper {
  background-color: #101010;
  padding-bottom: 6px;
  padding-top: 47px;
  position: relative;
}

.comments-wrapper .comments-title-close {
  display: none;
}

.comments-wrapper.comments-close .comments-title-open {
  display: none;
}

.comments-wrapper.comments-close .comments-title-close {
  display: inline;
}

.comments-wrapper.comments-close .comments-container {
  display: none;
}

.comments-content {
  max-width: 1050px;
}

.comments-header {
  font-size: 162.5%;
  font-size: 1.625rem;
  line-height: 1.11538;
  padding-bottom: 24px;
}

.comments-login-wrapper {
  background-color: #1f1f1f;
  border: 1px solid #4c4c4c;
  display: table;
  height: 84px;
  margin-bottom: 34px;
  width: 100%;
}

.commets-login-content {
  display: table-cell;
  height: 84px;
  text-align: center;
  vertical-align: middle;
}

.login-text .login-link,
.login-text a {
  color: #f9f5e2;
}

.comments-add-wrapper {
  overflow: hidden;
  padding-bottom: 34px;
  position: relative;
}

.comments-add-title {
  color: #f9d088;
  margin-bottom: 15px;
}

.commtent-add-replay {
  color: #909090;
  display: none;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.71429;
  margin-bottom: 10px;
  vertical-align: middle;
}

.comments-add-replay-svg-wrapper {
  display: inline-block;
  height: 24px;
  margin-left: -10px;
  padding: 0 10px;
  vertical-align: middle;
  width: 12px;
}

.comments-add-replay-svg-wrapper .svg-icon {
  display: inline-block;
  margin-top: 4px;
  height: 14px;
  width: 14px;
  overflow: hidden;
}

.commtent-add-replay-autor {
  color: #f9f5e2;
}

.desktop .comments-add-replay-svg-wrapper:hover .svg-close {
  fill: #ff7e00;
}

.comments-add-textarea-wrapper {
  margin-bottom: 20px;
}

.comments-list {
  margin-bottom: 25px;
}

.comments-list__item {
  margin-top: 15px;
}

.comments-list__item:nth-child(1) {
  margin-top: 0;
}

.comments-list__item-author,
.comments-list__item-data,
.comments-list__item-replay-author,
.commtent-add-replay-title,
.commtent-add-replay-autor {
  display: inline-block;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.71429;
}

.comments-list__item-author {
  color: #f9d088;
  font-family: "warhelioscondcbold", sans-serif;
  padding-right: 10px;
}

.comments-list__item-data {
  color: #909090;
  padding-right: 10px;
}

.comments-list__item-replay-author {
  background-image: url("../images/replay-arrow.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 10px 9px;
  color: #909090;
  display: none;
  padding-left: 13px;
}

.comments-list__item-text {
  color: #ffffff;
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.375;
  margin-top: 4px;
}

.comment-replay {
  color: #909090;
  display: inline-block;
  font-size: 87.5%;
  font-size: 0.875rem;
  margin-top: -8px;
  padding: 6px 0;
}

.comments-list__item > .comments-list,
.comments-list__item > ul {
  margin-bottom: 0;
  margin-left: 30px;
  margin-top: 5px;
}

.comments-list__item > .comments-list .comments-list__item-replay-author,
.comments-list__item > ul .comments-list__item-replay-author {
  display: inline-block;
}

.comments-controls-more {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.comments-controls-more .button-simple {
  width: auto;
}

.comments-load-more-link {
  background-color: #1c1c1e;
  color: #f9f5e2;
  display: block;
  line-height: 63px;
  position: relative;
  text-align: center;
}

@media (min-width: 1580px) {
  .comments-list__item > .comments-list,
  .comments-list__item > ul {
    margin-left: 30px;
    margin-top: 16px;
  }
}

@media (min-width: 480px) {
  .screen-content-wrapper {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .new-control {
    padding-left: 40px;
    padding-right: 40px;
  }
  .new-control .content-header-title {
    font-size: 225%;
    font-size: 2.25rem;
    line-height: 1.05556;
  }
}

.screen-container .content-header-wrapper {
  padding: 0 20px;
}

@media (min-width: 480px) {
  .screen-container .content-header-wrapper {
    padding: 0 40px;
  }
}

@media (min-width: 768px) {
  .screen-container .content-header-wrapper {
    padding: 0 50px;
  }
}

@media (min-width: 1024px) {
  .screen-container .content-header-wrapper {
    padding-right: 0;
  }
  .desktop .screen-container .content-header-wrapper {
    padding: 0 50px;
  }
}

@media (min-width: 1200px) {
  .screen-container .content-header-wrapper {
    padding: 0 70px;
    padding-right: 0;
  }
  .desktop .screen-container .content-header-wrapper {
    padding: 0 70px;
  }
}

@media (min-width: 1366px) {
  .screen-container .content-header-wrapper {
    padding: 0 120px;
    padding-right: 0;
  }
  .desktop .screen-container .content-header-wrapper {
    padding-left: 120px;
    padding-right: 0;
  }
}

@media (min-width: 1580px) {
  .desktop .screen-container .content-header-wrapper {
    padding-left: 60px;
  }
}

@media (min-width: 600px) {
  .screen-content {
    padding-top: 134px;
  }
  .screen-content .screen-1-logo-wrapper {
    display: none;
  }
  .screen-container .social-share-wrapper {
    text-align: left;
  }
  .screen-container .social-share-list {
    display: inline-block;
    width: auto;
    margin-right: 14px;
    vertical-align: middle;
  }
  .screen-container .social-share-list__item {
    width: 41px;
  }
  .screen-container .share-counts-wrapper {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
  }
  .screen-container .content-header-title {
    margin-bottom: 9px;
  }
  .screen-container .screen-1-news-list__item-footer {
    margin-bottom: 30px;
  }
}

.content-header-title {
  max-width: 650px;
}

.new-content-text h2,
.content-text h2 {
  font-size: 162.5%;
  font-size: 1.625rem;
  line-height: 1.23077;
}

@media (min-width: 768px) {
  .screen-content-wrapper {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .new-control {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 860px) {
  .screen-content {
    padding-top: 130px;
  }
  .content-text-wrapper {
    padding-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .desktop .screen-content {
    padding-top: 75px;
  }
  .desktop .screen-container .content-close-wrapper {
    top: 58px;
    right: 15px;
  }
  .screen-container {
    position: relative;
  }
  .screen-container .content-close-wrapper {
    top: 104px;
    right: 20px;
  }
  .screen-container .content-close-wrapper-fixed {
    top: 66px;
  }
  .screen-content-wrapper .content-top {
    position: relative;
  }
  .screen-content-wrapper .social-share-wrapper {
    position: absolute;
    right: -100px;
    top: 50%;
    width: 41px;
    z-index: 2;
    transform: translateY(-50%);
  }
  .screen-content-wrapper .social-share-list {
    margin-right: 0;
  }
  .screen-content-wrapper .share-counts-wrapper {
    position: relative;
    right: 0;
    float: right;
    text-align: right;
  }
  .screen-content-wrapper .share-counts-wrapper {
    margin-top: 10px;
  }
  .desktop .screen-content-wrapper .social-share-wrapper {
    right: -35px;
  }
  .screen-container .social-share-list {
    display: block;
  }
  .screen-container .social-share-list__item {
    width: auto;
  }
  .comments-wrapper {
    padding-top: 37px;
  }
}

@media (min-width: 1200px) {
  .screen-content-wrapper {
    margin-left: -70px;
    margin-right: -70px;
    padding-left: 70px;
    padding-right: 70px;
  }
  .screen-content-wrapper .social-share-wrapper {
    top: 50%;
    width: 41px;
    z-index: 1;
  }
  .new-control {
    padding-left: 70px;
    padding-right: 70px;
  }
  .desktop .content-wrapper {
    margin-left: 300px;
  }
  .desktop .new-content-wrapper,
  .desktop .content-text-wrapper {
    padding-bottom: 62px;
  }
  .desktop .screen-content-wrapper .social-share-wrapper {
    right: -55px;
  }
}

@media (min-width: 1366px) {
  .desktop .screen-content-wrapper .social-share-wrapper {
    right: 15px;
  }
}

@media (min-width: 1400px) {
  .desktop .content-wrapper {
    margin-left: 347px;
  }
  .desktop .screen-content-wrapper .social-share-wrapper {
    right: 15px;
  }
}

@media (min-width: 1580px) {
  .desktop .new-controls-wrapper {
    display: none;
  }
  .screen-container {
    position: relative;
  }
  .desktop .screen-container {
    position: static;
  }
  .desktop .content-wrapper .container {
    padding-left: 60px;
    padding-right: 100px;
  }
  .desktop .content-wrapper .screen-content-wrapper {
    margin-left: -60px;
    margin-right: -100px;
    padding-left: 60px;
    padding-right: 100px;
  }
  .desktop .content-wrapper .content-close-wrapper {
    right: 20px;
  }
  .desktop .content-wrapper .new-control {
    padding-left: 60px;
    padding-right: 100px;
  }
  .desktop .screen-content-wrapper .social-share-wrapper {
    right: 20px;
  }
}

/* faq styles */
.faq-form-wrapper {
  margin: 0 -20px;
}

@media (min-width: 480px) {
  .faq-form-wrapper {
    margin: 0 -40px;
  }
}

@media (min-width: 600px) {
  .faq-form-wrapper {
    margin: 0;
  }
}

.faq-form-header {
  font-size: 225%;
  font-size: 2.25rem;
  margin-bottom: 20px;
  padding: 0 20px;
}

@media (min-width: 480px) {
  .faq-form-header {
    padding: 0 40px;
  }
}

@media (min-width: 600px) {
  .faq-form-header {
    padding: 0;
  }
}

.faq-form-container {
  background-color: #0f1010;
  border-top: 1px solid #f25322;
  max-width: 630px;
  overflow: hidden;
}

.faq-form-container .button-default-wrapper {
  display: block;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .faq-form-container .button-default-wrapper .button-default {
    margin-left: 0;
  }
}

.form-connection-error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0f1010;
  color: #f9d088;
  padding: 10px 35px;
  border: 1px solid #f25322;
  border-top: none;
  box-shadow: 1px 0 10px 0px #f25322;
  transform: translateY(-110%);
  z-index: 10;
}

.faq-form {
  background-color: #0f1010;
  padding: 35px 20px 35px;
  text-align: left;
  transform-origin: center left;
  transform: rotateY(0deg);
}

@media (min-width: 480px) {
  .faq-form {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.form-success-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  text-align: center;
  background-color: #0f1010;
  display: none;
  opacity: 0;
  overflow-y: auto;
  vertical-align: middle;
}

.form-success-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.form-success-container {
  display: inline-block;
  max-width: 80%;
  vertical-align: middle;
  padding: 35px 0;
}

.form-success-text {
  margin-bottom: 20px;
  font-size: 162.5%;
  font-size: 1.625rem;
  text-align: center;
}

.faq-page .media-content-wrapper {
  max-height: none;
}

.faq-page .content-text {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.faq-page .content-text:nth-child(2n+3):before {
  content: "";
  background-color: #1c1c1e;
  background-image: url("../images/content-bg.png");
  background-position: 50% 0;
  position: absolute;
  left: -100%;
  right: -100%;
  height: 10000px;
  top: 0;
}

.faq-page .content-text:nth-child(2n):before {
  content: "";
  background-color: #0f1010;
  background-image: url("../images/content-bg.png");
  background-position: 50% 0;
  position: absolute;
  left: -100%;
  right: -100%;
  height: 10000px;
  top: 0;
}

.faq-page .content-text-wrapper {
  padding-top: 0;
}

.faq-page .content-button-wrapper {
  margin-top: 0;
}

.faq-content-wrapper {
  padding-left: 40px;
  position: relative;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .faq-content-wrapper {
    padding-right: 40px;
  }
}

.faq-content-wrapper:nth-child(1) {
  margin-top: 0;
}

.faq-content-header {
  font-size: 225%;
  font-size: 2.25rem;
  line-height: 1;
  color: #f9f5e2;
  margin-bottom: 30px;
  margin-left: -40px;
}

.faq-content-list__item {
  margin-bottom: 20px;
  margin-top: 30px;
}

.faq-content-title {
  font-size: 112.5%;
  font-size: 1.125rem;
  color: #f9f5e2;
  font-family: "warhelioscondcbold", sans-serif;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.faq-header-marker {
  height: 28px;
  width: 23px;
  position: absolute;
  top: 0;
  left: -40px;
}

ul.faq-content-list {
  margin: 0;
}

li.faq-content-list__item {
  padding-left: 0;
  margin-bottom: 0;
  line-height: inherit;
}

li.faq-content-list__item:before {
  display: none;
}

.faq-content-text {
  position: relative;
  overflow: hidden;
  display: none;
}

.faq-content-list__item-visible .faq-content-text {
  display: block;
}

/* faq styles end */
/* search page styles */
.search-screen {
  background-image: url("../images/screen-3-bg.jpg");
  background-position: 50% -110px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 96px 0 30px;
  overflow: hidden;
}

@media (min-width: 600px) {
  .search-screen {
    padding-top: 130px;
  }
}

.search-screen .screen-1-logo-wrapper {
  padding-top: 20px;
  text-align: center;
}

@media (min-width: 600px) {
  .search-screen .screen-1-logo-wrapper {
    display: none;
  }
}

.search-screen .screen-1-logo {
  display: inline-block;
}

.search-screen .screen-1-logo-img {
  max-height: 87px;
  max-width: 146px;
}

@media (min-width: 1024px) {
  .search-screen .screen-news-title-wrapper {
    font-size: 250%;
    font-size: 2.5rem;
    height: 40px;
    line-height: 40px;
    margin-bottom: 31px;
  }
}

@media (min-width: 600pxa) {
  .search-screen .screen-news-title {
    font-size: 162.5%;
    font-size: 1.625rem;
  }
}

@media (min-width: 1024px) {
  .search-screen .screen-news-title {
    font-size: 250%;
    font-size: 2.5rem;
    height: 40px;
    line-height: 40px;
    margin-bottom: 31px;
  }
}

.search-screen .screen-1-news-list__item-footer {
  display: block;
}

@media (min-width: 768px) {
  .search-screen .screen-1-news-list__item-footer {
    font-size: 87.5%;
    font-size: 0.875rem;
    line-height: 1;
  }
}

.search-header-wrapper {
  background-color: #0f1010;
  border-top: 1px solid #f25322;
  padding: 25px 20px;
}

@media (min-width: 480px) {
  .search-header-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 600px) {
  .search-header-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1024px) {
  .search-header-wrapper {
    max-width: 626px;
    padding: 40px 50px;
  }
}

@media (min-width: 600px) {
  .search-form-wrapper {
    display: table;
    width: 100%;
  }
}

.form-search-screen-title {
  font-size: 100%;
  font-size: 1rem;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .form-search-screen-title {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    width: 75px;
  }
}

@media (min-width: 600px) {
  .form-search-screen {
    display: table-cell;
    vertical-align: middle;
  }
}

.form-search-screen-field {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.form-search-screen-input-wrapper,
.js-form-search-screen-button {
  display: block;
  vertical-align: top;
}

.form-search-screen-input-wrapper {
  box-sizing: border-box;
  margin-right: 44px;
  position: relative;
}

.form-search-screen-input-wrapper input {
  height: 45px;
  line-height: 45px;
  color: #f9d088;
}

.form-search-screen-button {
  height: 43px;
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
}

.form-search-screen-button svg {
  height: 43px;
  width: 43px;
}

@media (min-width: 1024px) {
  .search-screen {
    padding-top: 130px;
  }
  .desktop .search-screen {
    padding-top: 96px;
  }
}

.search-content-wrapper {
  margin: 0 -20px;
}

@media (min-width: 480px) {
  .search-content-wrapper {
    margin: 0 -40px;
  }
}

@media (min-width: 600px) {
  .search-content-wrapper {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .search-content-wrapper {
    max-width: 1075px;
  }
}

.search-list__item {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.search-list__item:nth-child(1) {
  border-top: none;
}

.search-list__item-link {
  background-color: rgba(32, 32, 32, 0.8);
  display: block;
  padding: 20px 20px;
  position: relative;
  text-decoration: none;
  transition: background-color .3s linear;
}

@media (min-width: 480px) {
  .search-list__item-link {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 600px) {
  .search-list__item-link {
    padding: 18px 50px 25px;
  }
}

.search-list__item-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: transparent;
  transition: background-color .3s linear;
}

.search-list__item-header,
.search-list__item-text {
  color: #f9f5e2;
  display: block;
}

.search-list__item-header {
  font-size: 112.5%;
  font-size: 1.125rem;
  transition: color .3s linear;
  position: relative;
}

@media (min-width: 600px) {
  .search-list__item-header:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 11px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #09c100;
  }
}

@media (min-width: 768px) {
  .search-list__item-header {
    font-size: 162.5%;
    font-size: 1.625rem;
  }
  .search-list__item-header:before {
    top: 16px;
  }
}

.search-list__item-text {
  font-size: 87.5%;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .search-list__item-text {
    font-size: 100%;
    font-size: 1rem;
    margin-top: 15px;
  }
}

.desktop .search-list__item-link:hover {
  background-color: #292929;
}

.desktop .search-list__item-link:hover .search-list__item-header {
  color: #f9d088;
}

.desktop .search-list__item-link:hover:before {
  background-color: #f25322;
}

/* search page styles end */
.desktop .disabled-sidebar.screen-content .content-wrapper {
  margin-left: 0;
}

.desktop .disabled-sidebar.screen-content .content-left-sidebar {
  display: none;
}

@media (min-width: 1200px) {
  .desktop .screen-content:not(.disabled-sidebar) .share-counts-wrapper {
    margin: 10px 0;
  }
  .desktop .screen-content:not(.disabled-sidebar) .footer_social {
    margin-top: 30px;
  }
}

@media (min-width: 1366px) {
  .desktop .screen-content .content-header-wrapper {
    padding-left: 80px;
  }
  .desktop .screen-content .container {
    padding: 0 80px;
  }
  .desktop .disabled-sidebar.screen-content .content-header-wrapper {
    padding-left: 120px;
  }
  .desktop .disabled-sidebar.screen-content .container {
    padding: 0 120px;
  }
}

@media (min-width: 1580px) {
  .desktop .disabled-sidebar.screen-content .content-header-wrapper {
    padding-left: 120px;
  }
  .desktop .disabled-sidebar.screen-content .container {
    padding: 0 120px;
  }
  .desktop .screen-content .content-header-wrapper {
    padding-left: 120px;
  }
  .desktop .screen-content .container {
    padding: 0 120px;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-big_item {
    width: 50%;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-big_link {
    font-size: 0;
    line-height: 0;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-big_link {
    font-size: 0;
    line-height: 0;
    text-align: left;
    box-sizing: border-box;
    padding-left: 19px;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-big_ico-holder {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-big .social-ico,
  .desktop .screen-content:not(.disabled-sidebar) .social-short .social-ico,
  .desktop .screen-content:not(.disabled-sidebar) .social-vertical .social-ico {
    margin-right: 0;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-ico__wg {
    width: 29px;
    height: 36px;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-big .social-ico__wg {
    width: 20px;
    height: 25px;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-big_info {
    font-size: 81.25%;
    font-size: 0.8125rem;
    line-height: 1.30769;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 3px;
    color: #fff;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-ico__facebook {
    width: 12px;
    height: 20px;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-big .social-ico__facebook {
    width: 13px;
    height: 25px;
  }
  .desktop .screen-content:not(.disabled-sidebar) .share-counts-wrapper {
    margin: 0;
  }
  .desktop .screen-content:not(.disabled-sidebar) .footer_social {
    margin-top: 40px;
  }
}

@media (min-width: 1700px) {
  .desktop .screen-content:not(.disabled-sidebar) .social-big {
    margin: 0 auto;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-big_item {
    height: 83px;
    width: 25%;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-big_link {
    height: 83px;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-big_ico-holder {
    width: 34px;
    margin-right: 14px;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-big .social-ico__wg {
    width: 27px;
    height: 35px;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-big_info {
    font-size: 87.5%;
    font-size: 0.875rem;
    line-height: 1.28571;
    text-align: left;
    white-space: normal;
    margin-right: 48px;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-big .social-ico__facebook {
    width: 17px;
    height: 33px;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-big .social-ico__vk {
    width: 38px;
    height: 23px;
  }
  .desktop .screen-content:not(.disabled-sidebar) .social-big .social-ico__youtube {
    width: 40px;
    height: 34px;
  }
}

.content-iframe-notice {
  display: none;
  padding: 60px 20px;
}

@media (min-width: 414px) {
  .content-iframe-notice {
    padding: 100px 40px;
  }
}

.content-iframe {
  display: block;
}

@media (max-width: 767px) {
  .content-iframe-notice {
    border: 1px solid #f25322;
    display: block;
    font-size: 112.5%;
    font-size: 1.125rem;
    font-family: "warhelioscondc", sans-serif;
    text-align: center;
  }
  .content-iframe {
    display: none;
  }
}

@media (min-width: 1200px) {
  .desktop .screen-5-technics-titles-wrapper {
    width: 219px;
  }
  .desktop .screen-5-technics-titles-wrapper {
    margin-top: 12px;
  }
  .desktop .screen-5-popup-wrapper {
    padding: 0;
  }
  .desktop .screen-5-popup-container,
  .desktop .screen-5-popup-content {
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .desktop .popup-list {
    display: table;
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: static;
  }
  .desktop .popup-list__item.popup-active {
    display: table-cell;
    vertical-align: middle;
    padding: 80px 70px;
    position: static;
  }
  .desktop .popup-list__item-img-wrapper {
    background-position: 40% 50%;
    background-size: cover;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    top: 35px;
    padding: 0;
  }
  .desktop .popup-list__item-img {
    background-position: 40% 50%;
    background-size: cover;
  }
  .desktop .popup-list__item-content {
    display: block;
    float: right;
    width: 295px;
    background-image: none;
    border-top: none;
  }
  .desktop .popup-list__item-title-wrapper {
    margin-bottom: 27px;
  }
}

@media (min-width: 1366px) {
  .popup-footer-wrapper {
    padding: 0 120px;
  }
  .desktop .popup-list__item.popup-active {
    padding: 80px 120px;
  }
  .desktop .popup-list__item-img-wrapper {
    background-position: 50% 50%;
  }
  .desktop .popup-list__item-img {
    background-position: 50% 50%;
  }
  .desktop .popup-list__item-content {
    width: 350px;
  }
}

@media (min-width: 1580px) {
  .screen-5-technics-titles-wrapper {
    margin-top: 15px;
  }
  .desktop .popup-list__item-content {
    width: 440px;
  }
  .desktop .screen-5-technics-titles-wrapper {
    width: 270px;
  }
}

@media (min-width: 1920px) {
  .screen-5-technics-titles-wrapper {
    margin-top: 20px;
  }
  .desktop .popup-list__item-content {
    width: 540px;
  }
  .desktop .popup-list__item-back-link {
    margin-left: 20px;
  }
  .desktop .popup-list__item.popup-active {
    padding: 80px 140px;
  }
}

.content-wrapper {
  position: relative;
}

.pjax-screen-content {
  position: fixed;
  z-index: 9;
  display: none;
  height: auto;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  top: 0px;
  opacity: 1;
  width: auto;
  overflow: hidden;
  overflow-y: auto;
}

.pjax-container {
  position: relative;
}

.load-new .header-menu {
  top: 0;
}

.load-new .pjax-screen-content {
  background-color: rgba(15, 16, 16, 0.7);
  display: block;
}

.load-new .content-wrapper {
  height: 100%;
  width: 100%;
}

.new-content-overlay {
  background-color: #202020;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}

.screen-content,
.desktop .screen-content {
  background-image: none;
  padding-top: 0;
}

.screen-content-wrapper {
  background-image: url("../images/screen-3-bg.jpg");
  background-position: 50% -110px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 96px;
  overflow: hidden;
}

.pjax-container .screen-content-wrapper {
  padding-top: 56px;
}

.content-left-sidebar {
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

.content-left-sidebar .screen-1-news-list__item:not(.active-sidebar) {
  border-left: 3px solid transparent;
}

.content-left-sidebar .screen-1-news-list__item:not(.active-sidebar):before {
  left: -3px;
}

@media (max-width: 1023px) {
  .screen-container .content-close-wrapper {
    top: 104px;
  }
  .screen-container .content-close-wrapper-fixed {
    top: 66px;
  }
  .pjax-container .content-close-wrapper {
    top: 80px;
  }
}

@media (min-width: 480px) and (max-width: 1023px) {
  .content-wrapper {
    position: static;
  }
}

@media (min-width: 600px) {
  .screen-content-wrapper {
    padding-top: 126px;
  }
  .pjax-container .screen-content-wrapper {
    padding-top: 126px;
  }
}

@media (min-width: 1024px) {
  .content-wrapper {
    position: static;
  }
  .device .screen-container .new-content-wrapper,
  .device .screen-container .content-text-wrapper {
    margin: 0;
  }
  .device .screen-container .content-header-wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding-right: 120px;
  }
  .pjax-container .content-close-wrapper {
    top: 80px;
  }
  .desktop .screen-content-wrapper {
    padding-top: 66px;
  }
  .desktop .js-pjax-screen-content {
    left: 143px;
  }
  .desktop .pjax-container .content-close-wrapper {
    top: 20px;
  }
  .screen-content-wrapper {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .desktop .new-content-overlay {
    left: 300px;
  }
  .desktop .content-left-sidebar {
    top: 0;
  }
}

@media (min-width: 1366px) {
  .device .new-control {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (min-width: 1400px) {
  .desktop .new-content-overlay {
    left: 347px;
  }
}

@media (min-width: 1580px) {
  .desktop .content-wrapper .screen-content-wrapper {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1920px) {
  .screen-1-news-list__item {
    padding: 0;
  }
  .screen-1 .screen-1-news-list {
    width: 770px;
    margin: 0 -15px;
  }
  .screen-1 .screen-1-news-list__item {
    width: 355px;
    margin: 0 15px;
  }
  .screen-1 .screen-1-news-list__item .screen-1-news-list__item-text-wrapper {
    height: 131px;
  }
}

@media (min-width: 1920px) and (max-height: 719px) {
  .desktop .screen-1-content {
    padding: 40px 0 20px;
  }
  .desktop .screen-1-server-start {
    top: auto;
  }
}

@media (min-width: 1920px) and (min-height: 720px) {
  .screen-1 .screen-1-title {
    font-size: 300%;
    font-size: 3rem;
    max-width: 100%;
  }
  .screen-1 .screen-1-text {
    font-size: 137.5%;
    font-size: 1.375rem;
    line-height: 1.27273;
  }
  .screen-1 .screen-1-news-list {
    width: 770px;
    margin: 0 -15px;
  }
  .screen-1 .screen-1-news-list__item {
    width: 355px;
    margin: 0 15px;
  }
  .screen-1 .screen-1-news-list__item:nth-child(1) {
    padding: 0;
    margin-bottom: 20px;
    height: auto;
    width: auto;
  }
  .screen-1 .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-content {
    height: 243px;
  }
  .screen-1 .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-text-wrapper {
    height: 183px;
  }
  .screen-1 .screen-1-news-list__item:nth-child(1) .screen-1-news-list__item-img-wrapper {
    height: 243px;
  }
  .screen-1 .screen-1-news-list__item .screen-1-news-list__item-text-wrapper {
    height: 183px;
  }
  .screen-1 .screen-1-news-list__item .screen-1-news-list__item-title {
    font-size: 112.5%;
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
  .screen-1 .screen-1-news-list__item .screen-1-news-list__item-text {
    font-size: 100%;
    font-size: 1rem;
  }
}
