/* Fonts */
@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 */
/*  colors */
/*  fonts */
/* mixin */
.header-logo-wrapper, .slider-wrapper, .kaspersky-wrapper {
  *zoom: 1;
}

.header-logo-wrapper:before, .slider-wrapper:before, .kaspersky-wrapper:before, .header-logo-wrapper:after, .slider-wrapper:after, .kaspersky-wrapper:after {
  content: " ";
  display: table;
}

.header-logo-wrapper:after, .slider-wrapper:after, .kaspersky-wrapper: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;
  color: #ffffff;
  line-height: 1.2;
  font-size: 100%;
  height: 100%;
  width: 100%;
  background-color: #0f0f0f;
}

body {
  font-size: 100%;
  font-size: 1rem;
  font-family: "warhelioscondc", sans-serif;
}

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

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

strong,
b {
  font-family: "warhelioscondcbold", sans-serif;
  font-weight: normal;
}

a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

svg {
  display: inherit;
  overflow: visible;
  vertical-align: middle;
}

path {
  -webkit-transition: fill .3s linear;
  -moz-transition: fill .3s linear;
  -o-transition: fill .3s linear;
  transition: fill .3s linear;
}

.arrow-svg {
  position: relative;
}

.arrow-path {
  fill: #ffffff;
}

.question-path {
  fill: #8b8b7b;
  -webkit-transition: fill .3s linear;
  -moz-transition: fill .3s linear;
  -o-transition: fill .3s linear;
  transition: fill .3s linear;
}

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

.nobr {
  white-space: nowrap;
}

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

.button {
  display: table;
  height: 59px;
  border: 4px solid #de4315;
  margin: 0 auto;
  background-color: #de4315;
  text-align: center;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 162.5%;
  font-size: 1.625rem;
  text-transform: uppercase;
  -webkit-transition: background-color .3s linear;
  -moz-transition: background-color .3s linear;
  -o-transition: background-color .3s linear;
  transition: background-color .3s linear;
}

.desktop .button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.button-text {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 15px;
}

@media (min-width: 768px) {
  .button-text {
    padding: 5px 25px;
  }
}

.button-wrapper {
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .button-wrapper {
    position: absolute;
    bottom: 50px;
    left: 45px;
    right: 45px;
    margin-top: 0;
  }
}

.header-table {
  display: table;
  width: 100%;
  background-image: url(../images/quection-cover-line.png);
  background-position: 50% 0%;
  -moz-background-size: auto 160%;
    -o-background-size: auto 160%;
       background-size: auto 160%;
  background-repeat: no-repeat;
  height: 100px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .header-table {
    height: 140px;
  }
}

@media (min-width: 1024px) {
  .header-table {
    height: 160px;
    -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
         background-size: auto 100%;
  }
}

.header-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 181.25%;
  font-size: 1.8125rem;
  line-height: 1.2069;
  text-transform: uppercase;
}

@media (min-width: 600px) {
  .header-cell {
    font-size: 250%;
    font-size: 2.5rem;
    line-height: 1.1;
  }
}

@media (min-width: 768px) {
  .header-cell {
    font-size: 275%;
    font-size: 2.75rem;
    line-height: 0.90909;
  }
}

@media (min-width: 1024px) {
  .header-cell {
    font-size: 312.5%;
    font-size: 3.125rem;
    line-height: 1.08;
  }
}

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

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

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

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

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

@media (min-width: 1024px) {
  .container {
    padding: 0 100px;
    max-width: 1315px;
  }
}

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

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

.screen {
  position: relative;
  overflow: hidden;
}

.arrow-link {
  display: none;
  position: absolute;
  height: 46px;
  width: 46px;
  left: 21.5px;
  bottom: 25px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #ffffff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: transparent;
  -webkit-transition: border-color .3s linear, background-color .3s linear;
  -moz-transition: border-color .3s linear, background-color .3s linear;
  -o-transition: border-color .3s linear, background-color .3s linear;
  transition: border-color .3s linear, background-color .3s linear;
}

.arrow-link img {
  margin: 0 auto;
  height: 20px;
  width: 18px;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: 50%;
  margin-top: -10px;
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  -webkit-animation: arrow 4s ease-in-out infinite;
     -moz-animation: arrow 4s ease-in-out infinite;
       -o-animation: arrow 4s ease-in-out infinite;
          animation: arrow 4s ease-in-out infinite;
}

@media (min-width: 1024px) {
  .arrow-link {
    display: block;
  }
}

.arrow-img-hover {
  opacity: 0;
}

.arrow-link-up {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.desktop .arrow-link-up {
  position: fixed;
  z-index: 10;
}

@-webkit-keyframes arrow {
  0%, 20%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

@-moz-keyframes arrow {
  0%, 20%, 100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  10% {
    -moz-transform: translateY(4px);
         transform: translateY(4px);
  }
}

@-o-keyframes arrow {
  0%, 20%, 100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  10% {
    -o-transform: translateY(4px);
       transform: translateY(4px);
  }
}

@keyframes arrow {
  0%, 20%, 100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
         -o-transform: translateY(4px);
            transform: translateY(4px);
  }
}

.desktop .arrow-link:hover {
  background-color: rgba(0, 0, 0, 0.9);
  border-color: #de4315;
}

.desktop .arrow-link:hover .arrow-img {
  opacity: 0;
}

.desktop .arrow-link:hover .arrow-img-hover {
  opacity: 1;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Clearfix end */
.wrapper {
  position: relative;
  overflow: hidden;
}

.intro-screen-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

@media (min-width: 1024px) {
  .desktop .intro-screen-wrapper {
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .desktop.js .intro-screen-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20;
    background-color: #000;
  }
}

/* screen-1*/
.screen-1 {
  background-repeat: no-repeat;
  background-position: 68% 35%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  padding: 25px 0 50px;
}

@media (min-width: 468px) {
  .screen-1 {
    padding-top: 20px;
  }
}

@media (min-width: 468px) {
  .screen-1 {
    padding-top: 25px;
  }
}

@media (min-width: 640px) {
  .screen-1 {
    background-position: 50%;
  }
}

@media (min-width: 1024px) {
  .screen-1 {
    padding: 0;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 600px;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
}

.header-wrapper {
  padding-bottom: 25px;
}

@media (min-width: 480px) {
  .header-wrapper {
    padding-bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .header-wrapper {
    position: absolute;
    padding: 0;
    left: 0;
    right: 0;
    top: 30px;
  }
}

@media (min-width: 768px) {
  .container-header {
    max-width: 100%;
    padding: 0;
  }
}

.header-logo-wrapper {
  text-align: center;
}

@media (min-width: 480px) {
  .header-logo-wrapper {
    margin: 0 -20px;
  }
}

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

@media (min-width: 768px) {
  .header-logo-wrapper {
    left: 40px;
    position: absolute;
    right: 40px;
    top: 0;
  }
}

@media (min-width: 1024px) {
  .header-logo-wrapper {
    left: 45px;
    right: 45px;
  }
}

.header-logo {
  display: block;
  margin: 10px auto 0;
  vertical-align: middle;
}

.header-logo:nth-child(1) {
  margin-top: 0;
}

@media (min-width: 480px) {
  .header-logo {
    margin-top: 0px;
    line-height: 60px;
    height: 60px;
  }
}

@media (min-width: 960px) {
  .header-logo {
    line-height: 74px;
    height: 74px;
  }
}

@media (min-width: 1300px) {
  .header-logo {
    line-height: 82px;
    height: 82px;
  }
}

@media (min-width: 480px) {
  .header-logo-left {
    float: left;
    text-align: left;
  }
}

@media (min-width: 480px) {
  .header-logo-right {
    float: right;
    text-align: right;
  }
}

.header-logo_img {
  display: inline-block;
  vertical-align: middle;
  max-height: 60px;
  max-width: 160px;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .header-logo_img {
    max-height: 60px;
    max-width: 190px;
  }
}

@media (min-width: 960px) {
  .header-logo_img {
    max-height: 74px;
    max-width: 274px;
  }
}

@media (min-width: 1300px) {
  .header-logo_img {
    max-height: 82px;
    max-width: 319px;
  }
}

@media (min-width: 480px) {
  .kaspersky-logo {
    margin-right: -10px;
  }
}

@media (min-width: 960px) {
  .kaspersky-logo {
    margin-right: -12px;
  }
}

@media (min-width: 1300px) {
  .kaspersky-logo {
    margin-right: -14px;
  }
}

.watch-video-wrapper {
  margin: 0 auto;
  max-width: 250px;
  text-align: center;
  margin-top: 25px;
  padding: 0 25px;
}

@media (min-width: 480px) {
  .watch-video-wrapper {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .watch-video-wrapper {
    margin-top: 0;
  }
}

.watch-video-link {
  display: table;
  margin: 0 auto;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 118.75%;
  font-size: 1.1875rem;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

@media (min-width: 480px) {
  .watch-video-link {
    height: 60px;
    font-size: 131.25%;
    font-size: 1.3125rem;
  }
}

@media (min-width: 960px) {
  .watch-video-link {
    height: 74px;
  }
}

@media (min-width: 1300px) {
  .watch-video-link {
    height: 82px;
  }
}

.watch-video-link-arrow-wrapper,
.watch-video-link-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.watch-video-link-arrow-wrapper {
  position: relative;
  padding-left: 10px;
}

.arrow-svg-wrapper {
  display: block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 4px solid #ffffff;
  -webkit-transition: border-color .3s linear, background-color .3s linear;
  -moz-transition: border-color .3s linear, background-color .3s linear;
  -o-transition: border-color .3s linear, background-color .3s linear;
  transition: border-color .3s linear, background-color .3s linear;
  background-color: transparent;
}

.watch-video-link-text {
  padding: 0px 10px;
  text-align: left;
}

.desktop .watch-video-link:hover .arrow-path {
  fill: #de4315;
}

.desktop .watch-video-link:hover .arrow-svg-wrapper {
  border-color: #de4315;
  background-color: rgba(0, 0, 0, 0.9);
}

@media (min-width: 1024px) {
  .screen1-content-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 110px 0 140px;
  }
}

@media (min-width: 1300px) {
  .screen1-content-wrapper .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.screen1-content {
  max-width: 540px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .screen1-content {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .screen1-content {
    max-width: 750px;
  }
}

@media (min-width: 1300px) {
  .screen1-content {
    max-width: 900px;
  }
}

.print-wrapper {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 30px;
  opacity: .6;
  height: 288px;
  width: 288px;
  -webkit-transform: rotate(-16deg);
     -moz-transform: rotate(-16deg);
      -ms-transform: rotate(-16deg);
       -o-transform: rotate(-16deg);
          transform: rotate(-16deg);
}

@media (min-width: 1024px) {
  .print-wrapper {
    display: block;
  }
}

@media (min-width: 1300px) {
  .print-wrapper {
    height: 395px;
    width: 395px;
  }
}

.print-img {
  height: 288px;
  width: 288px;
}

@media (min-width: 1300px) {
  .print-img {
    height: 395px;
    width: 395px;
  }
}

.screen-1-title {
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 200%;
  font-size: 2rem;
  text-align: center;
}

@media (min-width: 480px) {
  .screen-1-title {
    font-size: 262.5%;
    font-size: 2.625rem;
  }
}

@media (min-width: 768px) {
  .screen-1-title {
    font-size: 337.5%;
    font-size: 3.375rem;
  }
}

@media (min-width: 1024px) {
  .screen-1-title {
    text-align: left;
  }
}

@media (min-width: 1300px) {
  .screen-1-title {
    font-size: 462.5%;
    font-size: 4.625rem;
  }
}

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

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

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

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

.icon-list-wrapper {
  position: relative;
}

@media (min-width: 1024px) {
  .icon-list-wrapper {
    float: left;
    width: 170px;
  }
}

@media (min-width: 1300px) {
  .icon-list-wrapper {
    width: 240px;
  }
}

.icon-list__item {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: flat;
     -moz-transform-style: flat;
          transform-style: flat;
  display: none;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.icon-list__item.icon-list__item-active {
  display: block;
  position: relative;
  opacity: 1;
  z-index: 1;
}

.icon-list__item-icon-wrapper {
  width: 61px;
  height: 76px;
  background-image: url(../images/shield.png);
  background-repeat: no-repeat;
  background-position: 50%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 13px;
}

@media (min-width: 414px) {
  .icon-list__item-icon-wrapper {
    height: 111px;
    padding-top: 20px;
    width: 88px;
  }
}

@media (min-width: 768px) {
  .icon-list__item-icon-wrapper {
    height: 164px;
    padding-top: 30px;
    width: 130px;
  }
}

@media (min-width: 1024px) {
  .icon-list__item-icon-wrapper {
    margin: 0;
    height: 181px;
    padding-top: 32px;
    width: 144px;
  }
}

@media (min-width: 1300px) {
  .icon-list__item-icon-wrapper {
    height: 255px;
    padding-top: 47px;
    width: 202px;
  }
}

.icon-list__item-icon {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: flat;
     -moz-transform-style: flat;
          transform-style: flat;
  height: 37px;
  text-align: center;
  padding: 0 12px;
  line-height: 37px;
  vertical-align: middle;
}

.icon-list__item-icon img {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 414px) {
  .icon-list__item-icon {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .icon-list__item-icon {
    height: 75px;
    line-height: 75px;
    padding: 0 20px;
    padding-top: 4px;
  }
}

@media (min-width: 1024px) {
  .icon-list__item-icon {
    height: 83px;
    line-height: 83px;
    padding: 0 30px;
  }
}

@media (min-width: 1300px) {
  .icon-list__item-icon {
    height: 110px;
    line-height: 110px;
    padding: 0 35px;
  }
}

.desription-list-wrapper {
  margin-top: 5px;
  text-align: center;
  position: relative;
}

@media (min-width: 414px) {
  .desription-list-wrapper {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .desription-list-wrapper {
    margin-top: 10px;
    margin-left: 170px;
    text-align: left;
  }
}

@media (min-width: 1300px) {
  .desription-list-wrapper {
    margin-left: 240px;
  }
}

.desription-list__item {
  text-shadow: 0 3px 7px black;
  font-size: 137.5%;
  font-size: 1.375rem;
  max-width: 375px;
  margin: 0 auto;
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  min-height: 53px;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: flat;
     -moz-transform-style: flat;
          transform-style: flat;
}

.desription-list__item.desription-list__item-active {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 1;
}

@media (min-width: 480px) {
  .desription-list__item {
    font-size: 175%;
    font-size: 1.75rem;
    min-height: 68px;
  }
}

@media (min-width: 768px) {
  .desription-list__item {
    font-size: 250%;
    font-size: 2.5rem;
    line-height: 1.15;
    max-width: 100%;
    margin: 0 auto;
    min-height: 92px;
  }
}

@media (min-width: 1024px) {
  .desription-list__item {
    font-size: 225%;
    font-size: 2.25rem;
    line-height: 1.16667;
  }
}

@media (min-width: 1300px) {
  .desription-list__item {
    font-size: 300%;
    font-size: 3rem;
    line-height: 1.125;
  }
}

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

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

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

.slider-controls-wrapper-deactive {
  display: none;
}

.controls-list {
  counter-reset: section;
  list-style-type: none;
  margin: 0 -2.5px;
}

.controls-list__item {
  list-style: none;
  display: inline-block;
  padding: 0 2.5px;
}

.controls-list__item-link {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid transparent;
  -webkit-transition: background-color .3s linear, border-color .3s linear;
  -moz-transition: background-color .3s linear, border-color .3s linear;
  -o-transition: background-color .3s linear, border-color .3s linear;
  transition: background-color .3s linear, border-color .3s linear;
}

@media (min-width: 768px) {
  .controls-list__item-link {
    width: 52px;
    height: 52px;
  }
}

.controls-list__item-link:before {
  line-height: 34px;
  vertical-align: middle;
  counter-increment: section;
  content: counters(section, "");
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 93.75%;
  font-size: 0.9375rem;
  text-align: center;
}

@media (min-width: 768px) {
  .controls-list__item-link:before {
    font-size: 125%;
    font-size: 1.25rem;
    line-height: 46px;
  }
}

.controls-list__item-active .controls-list__item-link {
  background-color: #595959;
  border-color: #595959;
}

.desktop .controls-list__item-active .controls-list__item-link:hover {
  cursor: default;
}

.desktop .controls-list__item:not(.controls-list__item-active) .controls-list__item-link:hover {
  border-color: #de4315;
}

/* screen-2 */
.screen-2 {
  background-color: #0f0f0f;
  padding: 40px 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .screen-2 {
    padding-top: 110px;
  }
}

@media (min-width: 1300px) {
  .screen-2 {
    padding-top: 180px;
  }
}

.kaspersky-wrapper {
  position: relative;
}

@media (min-width: 1580px) {
  .kaspersky-wrapper {
    max-width: 1315px;
    margin: 0 auto;
  }
}

.kaspersky-box {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .kaspersky-box {
    margin-bottom: 60px;
    float: left;
    width: 50%;
  }
  .kaspersky-box .container {
    padding-right: 0;
  }
}

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

.kaspersky-box-wrapper {
  margin: 0 auto;
  position: relative;
  text-align: right;
  z-index: 1;
}

@media (min-width: 1024px) {
  .kaspersky-box-wrapper {
    margin-top: -48px;
  }
}

@media (min-width: 1300px) {
  .kaspersky-box-wrapper {
    margin-top: -100px;
  }
}

.kaspersky-box-img-wrapper {
  padding-left: 70px;
  margin: 0 auto;
  position: relative;
  background-position: 50% 0;
  -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
       background-size: auto 100%;
  background-repeat: no-repeat;
}

@media (min-width: 480px) {
  .kaspersky-box-img-wrapper {
    padding-left: 85px;
  }
}

@media (min-width: 1024px) {
  .kaspersky-box-img-wrapper {
    margin: 0;
    display: inline-block;
    margin-left: -70px;
    margin-right: 88px;
    padding-left: 70px;
  }
}

@media (min-width: 1300px) {
  .kaspersky-box-img-wrapper {
    margin-left: -90px;
    margin-right: 112px;
    padding-left: 90px;
  }
}

@media (min-width: 1300px) {
  .kaspersky-box-img-wrapper {
    margin-left: -75px;
    padding-left: 75px;
  }
}

.kaspersky-box-img,
.kaspersky-box-img-wrapper {
  position: relative;
  width: 216px;
  height: 305px;
}

@media (min-width: 480px) {
  .kaspersky-box-img,
  .kaspersky-box-img-wrapper {
    height: 350px;
    width: 250px;
  }
}

@media (min-width: 768px) {
  .kaspersky-box-img,
  .kaspersky-box-img-wrapper {
    height: 430px;
    width: 305px;
  }
}

@media (min-width: 1024px) {
  .kaspersky-box-img,
  .kaspersky-box-img-wrapper {
    height: 457px;
    width: 324px;
  }
}

@media (min-width: 1300px) {
  .kaspersky-box-img,
  .kaspersky-box-img-wrapper {
    height: 562px;
    width: 398px;
  }
}

@media (min-width: 1580px) {
  .kaspersky-box-img,
  .kaspersky-box-img-wrapper {
    height: 662px;
    width: 469px;
  }
}

.kaspersky-box-img {
  position: absolute;
  top: -6.5%;
  height: 140%;
  left: 50%;
  width: 2000px;
  margin-left: -973px;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
       background-size: auto 100%;
}

@media (min-width: 480px) {
  .kaspersky-box-img {
    margin-left: -968px;
  }
}

@media (min-width: 1024px) {
  .kaspersky-box-img {
    margin-left: -976px;
  }
}

.kaspersky-print-img-wrapper {
  position: absolute;
  bottom: -24px;
  left: -24px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

@media (min-width: 480px) {
  .kaspersky-print-img-wrapper {
    bottom: -30px;
    left: -25px;
  }
}

@media (min-width: 768px) {
  .kaspersky-print-img-wrapper {
    bottom: -40px;
    left: -35px;
  }
}

@media (min-width: 1024px) {
  .kaspersky-print-img-wrapper {
    bottom: -105px;
  }
}

@media (min-width: 1300px) {
  .kaspersky-print-img-wrapper {
    bottom: -110px;
    left: -45px;
  }
}

.kaspersky-print-img-wrapper,
.kaspersky-print-img {
  width: 172px;
  height: 172px;
}

@media (min-width: 480px) {
  .kaspersky-print-img-wrapper,
  .kaspersky-print-img {
    width: 210px;
    height: 210px;
  }
}

@media (min-width: 768px) {
  .kaspersky-print-img-wrapper,
  .kaspersky-print-img {
    width: 270px;
    height: 270px;
  }
}

@media (min-width: 1300px) {
  .kaspersky-print-img-wrapper,
  .kaspersky-print-img {
    width: 340px;
    height: 340px;
  }
}

.kaspersky-bottom {
  position: absolute;
  bottom: -150px;
  left: 70px;
  right: -70px;
  background-image: url(../images/kaspersky-box-bottom.png);
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: 50% 50%;
  height: 150px;
}

.kaspersky-desripton-wrapper {
  text-align: center;
}

@media (min-width: 1024px) {
  .kaspersky-desripton-wrapper {
    text-align: left;
    margin-left: 50%;
    margin-bottom: 50px;
  }
  .kaspersky-desripton-wrapper .container {
    padding-left: 0;
  }
}

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

.kaspersky-desripton-header {
  background-image: url(../images/kaspersky-header-line-320.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
       background-size: auto 100%;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 181.25%;
  font-size: 1.8125rem;
  line-height: 1.24138;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

@media (min-width: 600px) {
  .kaspersky-desripton-header {
    font-size: 250%;
    font-size: 2.5rem;
    line-height: 1.1;
  }
}

@media (min-width: 1024px) {
  .kaspersky-desripton-header {
    background-image: none;
    font-size: 275%;
    font-size: 2.75rem;
    line-height: 1.13636;
    margin-left: -100%;
    padding-bottom: 0;
  }
}

.kaspersky-header-container {
  position: relative;
}

.kaspersky-header-container:after {
  background-image: url(../images/kaspersky-header-line.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
       background-size: auto 100%;
  content: '';
  display: none;
  position: absolute;
  bottom: -12px;
  height: 87px;
  left: 50%;
  margin-left: -648.5px;
  width: 1097px;
}

.kaspersky-header-container:before {
  background-image: url(../images/kaspersky-header-line-1024.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
       background-size: auto 100%;
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 2000px;
  right: 0;
}

@media (min-width: 1024px) {
  .kaspersky-header-container:after {
    display: block;
  }
  .kaspersky-header-container:before {
    display: block;
  }
}

@media (min-width: 1300px) {
  .kaspersky-header-container:before {
    right: 70px;
  }
}

@media (min-width: 1580px) {
  .kaspersky-header-container:before {
    right: 0;
  }
}

.kaspersky-header-table {
  display: table;
  height: 130px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .kaspersky-header-table {
    height: 140px;
  }
}

@media (min-width: 1024px) {
  .kaspersky-header-table {
    margin: 0;
    height: 170px;
    max-width: 530px;
  }
}

.kaspersky-header-cell {
  display: table-cell;
  padding: 10px 0px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .kaspersky-header-cell {
    text-align: left;
  }
}

.kaspersky-header-text {
  position: relative;
  z-index: 5;
}

@media (min-width: 1024px) {
  .kaspersky-header-text:before {
    background-color: #de4315;
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: -44px;
    bottom: 6px;
    width: 4px;
  }
}

.kaspersky-desripton-text {
  font-size: 112.5%;
  font-size: 1.125rem;
  padding: 30px 0;
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  .kaspersky-desripton-text {
    font-size: 125%;
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .kaspersky-desripton-text {
    font-size: 125%;
    font-size: 1.25rem;
    padding-top: 40px;
    padding-bottom: 0;
  }
}

@media (min-width: 1300px) {
  .kaspersky-desripton-text {
    font-size: 137.5%;
    font-size: 1.375rem;
    line-height: 1.36364;
  }
}

@media (min-width: 1580px) {
  .kaspersky-desripton-text {
    padding-right: 77px;
  }
}

.kaspersky-desripton-text ul {
  text-align: left;
}

@media (max-width: 1023px) {
  .kaspersky-desripton-text ul {
    padding-left: 25%;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 1023px) and (max-width: 639px) {
  .kaspersky-desripton-text ul {
    max-width: 286px;
    padding-left: 0;
  }
}

.kaspersky-desripton-text li {
  position: relative;
  padding-left: 17px;
  display: block;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .kaspersky-desripton-text li {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 1300px) {
  .kaspersky-desripton-text li {
    font-size: 22px;
    line-height: 30px;
  }
}

.kaspersky-desripton-text li:before {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #de4315;
}

@media (min-width: 768px) {
  .kaspersky-desripton-text li:before {
    top: 9px;
  }
}

@media (min-width: 1300px) {
  .kaspersky-desripton-text li:before {
    top: 11px;
  }
}

.screen-2-bg-sm {
  display: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
  -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
       background-size: 100% auto;
  position: absolute !important;
  width: 766px;
  top: -200px;
  left: 50%;
  bottom: 0;
  margin-left: -383px;
}

@media (max-width: 768px) {
  .screen-2-bg-sm {
    display: block;
  }
}

.video-section {
  margin-bottom: 10px;
  position: relative;
}

@media (min-width: 768px) {
  .video-section {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .video-section {
    background-position: 50% 0;
    -moz-background-size: auto 125%;
      -o-background-size: auto 125%;
         background-size: auto 125%;
  }
}

@media (min-width: 1300px) {
  .video-section {
    margin-bottom: 40px;
  }
}

.video-bg-lg {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: -80px;
}

@media (min-width: 768px) {
  .video-bg-lg {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
}

.vider-header {
  background-image: none;
  text-align: center;
  height: auto;
  z-index: 5;
  position: relative;
}

@media (min-width: 1300px) {
  .vider-header {
    margin-bottom: 20px;
  }
}

.vider-header .header-cell {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .vider-header .header-cell {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1300px) {
  .vider-header .header-cell {
    padding-bottom: 15px;
  }
}

.video-wrapper {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  -webkit-box-shadow: 0 22px 111px #0f0f0f;
     -moz-box-shadow: 0 22px 111px #0f0f0f;
          box-shadow: 0 22px 111px #0f0f0f;
}

.video-wrapper iframe {
  width: 100%;
  display: block;
}

@media (max-width: 414px) {
  .video-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* screen-3 */
.screen-3 {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  -moz-background-size: auto 900px;
    -o-background-size: auto 900px;
       background-size: auto 900px;
  padding-bottom: 15px;
}

@media (min-width: 468px) {
  .screen-3 {
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .screen-3 {
    -moz-background-size: auto;
      -o-background-size: auto;
         background-size: auto;
  }
}

.section-3-wrapper {
  text-align: center;
}

.question-header .header-cell {
  padding: 20px 0;
}

.question-list-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.question-list-wrapper {
  margin-top: -16.5px;
}

@media (min-width: 1024px) {
  .question-list-wrapper {
    margin-top: 0;
  }
}

.question-list__item,
.question-list__item-title {
  color: #8b8b7b;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear;
}

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

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

@media (min-width: 768px) {
  .question-list__item {
    margin-top: 25px;
  }
}

.question-list__item-title-wrapper {
  display: block;
}

.question-list__item-title-header-wrapper {
  display: block;
  height: 33px;
  width: 28px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 15px;
}

.question-list__item-title-header-wrapper:after, .question-list__item-title-header-wrapper:before {
  background-repeat: no-repeat;
  background-position: 50%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  content: '';
  position: absolute;
  height: 1px;
  width: 748px;
  left: 50%;
  margin-left: -385px;
  top: 50%;
  margin-top: -.5px;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.question-list__item-title-header-wrapper:after {
  background-image: url(../images/quection-item-line.png);
}

.question-list__item-title-header-wrapper:before {
  background-image: url(../images/quection-item-line-gray.png);
  opacity: 1;
}

.question-list__item-title {
  display: block;
  font-family: "warhelioscondcbold", sans-serif;
  font-size: 137.5%;
  font-size: 1.375rem;
  line-height: 1.09091;
  position: relative;
  padding-bottom: 10px;
}

@media (min-width: 1024px) {
  .question-list__item-title {
    font-size: 150%;
    font-size: 1.5rem;
  }
}

.question-list__item-text {
  font-size: 112.5%;
  font-size: 1.125rem;
  line-height: 1.33333;
  text-align: center;
}

.question-list__item-text ul {
  text-align: left;
  display: inline-block;
}

.question-list__item-text li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding-left: 17px;
  vertical-align: middle;
}

.question-list__item-text li:before {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #de4315;
}

.question-list__item-text {
  display: none;
  overflow: hidden;
  position: relative;
}

.desktop .question-list__item-title-wrapper:hover .question-path {
  fill: #de4315;
}

.desktop .question-list__item-title-wrapper:hover .question-list__item-title {
  color: #ffffff;
}

.question-list__item-active .question-list__item-title-header-wrapper:after {
  opacity: 1;
}

.question-list__item-active .question-list__item-title-header-wrapper:before {
  opacity: 0;
}

.question-list__item-active .question-path {
  fill: #de4315;
}

.question-list__item-active .question-list__item,
.question-list__item-active .question-list__item-title {
  color: #ffffff;
}

.question-list__item-active .question-list__item-text {
  display: block;
  color: #ffffff;
}

.sharing {
  margin-top: 85px;
}

@media (min-width: 468px) {
  .sharing {
    margin-top: 45px;
  }
}

@media (min-width: 1024px) {
  .sharing {
    margin-top: 120px;
  }
}

/* social share */
.sharing.social-buttons {
  text-align: center;
}

.sharing li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}

.sharing a {
  display: block;
  padding: 13px;
  background: #000;
  text-decoration: none;
  font-size: 100%;
  font-size: 1rem;
  color: #7f7f7f;
  font-family: Arial, sans-serif;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sharing-fb .ico-svg {
  margin-top: -4px;
}

.sharing-tw .l-ico, .sharing-gp .l-ico, .sharing-vk .l-ico {
  margin-top: -3px;
}

.sharing i,
.sharing span {
  display: inline-block;
  vertical-align: middle;
}

.sharing span {
  margin-left: 5px;
}

.ico-svg {
  fill: #7f7f7f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  vertical-align: middle;
}

.desktop .sharing a:hover {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.desktop .sharing-fb:hover {
  background: #4065b4;
}

.desktop .sharing-tw:hover {
  background: #39b9dc;
}

.desktop .sharing-gp:hover {
  background: #c13a35;
}

.desktop .sharing-vk:hover {
  background: #4e759d;
}

.desktop .sharing a:hover .ico-svg {
  fill: #ffffff;
}

/* screen-4 */
.screen-4 {
  color: #7f7f7f;
  background: #000;
  padding: 20px 0 0;
}

@media (min-width: 768px) {
  .screen-4 {
    padding-top: 0;
  }
}

/* footer */
.table {
  display: table;
  width: 100%;
}

.b-footer a {
  color: #7f7f7f;
}

.logo-wg {
  display: inline-block;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 168px;
  height: 38px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.desktop .logo-wg:hover {
  opacity: 1;
}

.copy .cell {
  vertical-align: middle;
  padding: 20px 0;
}

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

.copy .cell:first-child {
  width: 200px;
}

.wg-text {
  max-width: 600px;
  display: inline-block;
  vertical-align: middle;
  font-size: 75%;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .wg-text {
    font-size: 87.5%;
    font-size: 0.875rem;
  }
}

.nobr {
  white-space: nowrap;
}

.copy .cell:last-child {
  width: 270px;
}

.socials {
  float: right;
}

.socials li {
  float: left;
  list-style: none;
  margin-left: 30px;
}

.desktop .ico-fb:hover path {
  fill: #4065b4;
}

.desktop .ico-vk:hover path {
  fill: #4e759d;
}

.desktop .ico-tw:hover path {
  fill: #39b9dc;
}

.desktop .ico-gp:hover path {
  fill: #c13a35;
}

.desktop .ico-yt:hover path {
  fill: #e52d27;
}

@media (max-width: 767px) {
  .copy .cell {
    display: block;
    overflow: hidden;
    padding: 20px 0 0;
  }
  .copy .cell:first-child {
    float: left;
  }
  .copy .cell:last-child {
    clear: both;
    width: auto;
    text-align: center;
  }
  .socials {
    float: none;
    text-align: left;
    padding-bottom: 25px;
    padding-left: 200px;
  }
  .socials li {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 30px 0 0;
  }
}

@media (max-width: 639px) {
  .table.copy {
    float: none;
    display: block;
    width: auto;
    text-align: center;
    padding: 10px;
  }
  .table.copy .cell {
    float: none;
    display: block;
    width: auto;
    text-align: center;
    padding: 10px;
  }
  .table.copy .cell:last-child {
    text-align: center;
  }
  .socials {
    float: none;
    text-align: center;
    padding: 0;
  }
  .socials li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
  }
}

@media (max-width: 414px) {
  .socials li {
    margin: 0 10px;
  }
}

.footer-menu {
  border-top: 1px solid #333;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 81.25%;
  font-size: 0.8125rem;
  line-height: 2;
}

.footer-menu a {
  color: #7f7f7f;
}

@media (min-width: 768px) {
  font-size: 93.75%;
  font-size: 0.9375rem;
}

.desktop .footer-menu a:hover {
  color: #ffffff;
}

.footer-menu__inner {
  text-align: center;
  max-width: 1200px;
  margin: 10px auto 10px;
}

.footer-menu a {
  display: inline-block;
  margin: 5px 15px 2px;
  text-decoration: none;
  line-height: 1.1;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

@media (max-width: 639px) {
  .footer-menu__inner {
    padding: 10px 0;
  }
  .footer-menu__inner a {
    display: block;
    text-align: center;
    margin: 7px 0;
  }
}

/* header-menu */
.l-header {
  display: none;
  position: absolute;
  z-index: 5;
  top: 0;
  width: 100%;
  background: #111 url("../images/header-bg.png") 0 0 repeat;
  -webkit-box-shadow: 0 2px 2px #000;
  -moz-box-shadow: 0 2px 2px #000;
       box-shadow: 0 2px 2px #000;
}

.js-l-header {
  position: fixed;
  z-index: 2;
}

.desktop .js-l-header {
  z-index: 6;
}

@media (min-width: 1024px) {
  .desktop .l-header {
    display: block;
  }
}

.header__inner {
  height: 75px;
  padding: 0 45px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.header__inner:after {
  content: "";
  display: block;
  clear: both;
}

.logo-wt_small {
  display: block;
  background-position: 0 50%;
  background-repeat: no-repeat;
  width: 25%;
  height: 59px;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
}

.logo-rt_small {
  display: block;
  background-position: right 50%;
  background-repeat: no-repeat;
  width: 25%;
  height: 55px;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
}

.l-header .logo-wt_small {
  float: left;
  margin: 8px 0;
}

.l-header .logo-rt_small {
  float: right;
  margin: 7px 0 8px;
  margin-left: -10px;
}

.menu-table {
  margin: 0 auto;
  width: auto;
  height: 48px;
}

.button-header-wrapper {
  display: inline-block;
  height: 52px;
  margin: 8.5px 0;
  text-align: center;
  width: 50%;
}

.button-header {
  font: normal 22px/26px "warhelioscondcbold", sans-serif;
  height: 52px;
  padding: 3px 32px;
}

.menu-table .button-text {
  padding: 5px 20px;
}

@media screen and (max-width: 1580px) {
  .header__inner {
    height: 65px;
  }
  .logo-wt_small {
    height: 43px;
  }
  .logo-rt_small {
    height: 47px;
  }
  .l-header .logo-wt_small {
    margin: 11px 0;
  }
  .l-header .logo-rt_small {
    margin: 8px 0 8px;
  }
  .logo-rt_small {
    margin: 11px 0 7px;
  }
  .button-header-wrapper {
    height: 48px;
    margin: 8px 0;
  }
  .button-header {
    font: normal 18px/22px "warhelioscondcbold", sans-serif;
    height: 44px;
  }
  .menu-table {
    height: 40px;
    font-size: 118.75%;
    font-size: 1.1875rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1299px) {
  .header__inner {
    height: 55px;
  }
  .logo-wt_small {
    height: 43px;
  }
  .logo-rt_small {
    height: 39px;
  }
  .l-header .logo-wt_small {
    margin: 6px 0;
  }
  .logo-rt_small {
    margin: 10px 0 6px;
  }
  .button-header-wrapper {
    height: 40px;
    margin: 4.5px 0;
  }
  .button-header {
    font: normal 16px/19px "warhelioscondcbold", sans-serif;
    height: 40px;
  }
  .menu-table {
    height: 36px;
  }
  .menu-table {
    font-size: 100%;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1581px) {
  .l-header .logo-rt_small {
    margin: 5px 0 9px;
  }
  .logo-rt_small {
    height: 60px;
  }
}

@media (min-width: 1024px) and (max-height: 649px) {
  .header-logo {
    line-height: 74px;
    height: 74px;
  }
  .header-logo_img {
    max-height: 74px;
    max-width: 274px;
  }
  .screen-1-title {
    font-size: 262.5%;
    font-size: 2.625rem;
  }
  .desription-list-wrapper {
    margin-left: 170px;
  }
  .desription-list__item {
    font-size: 175%;
    font-size: 1.75rem;
    line-height: 1.21429;
    min-height: 68px;
    margin: 0;
    max-width: 90%;
  }
  .icon-list-wrapper {
    width: 170px;
  }
  .icon-list__item-icon-wrapper {
    height: 164px;
    padding-top: 30px;
    width: 130px;
  }
  .icon-list__item-icon {
    height: 72px;
    line-height: 72px;
    padding: 0 30px;
    padding-top: 4px;
  }
  .icon-list__item-icon-img {
    height: 70px;
    width: 70px;
  }
  .controls-list__item-link {
    display: block;
    width: 40px;
    height: 40px;
  }
  .controls-list__item-link:before {
    line-height: 34px;
  }
  .print-wrapper {
    height: 268px;
    width: 268px;
  }
  .print-img {
    height: 268px;
    width: 268px;
  }
}

@media (min-width: 1024px) and (min-height: 600px) {
  .header-logo {
    line-height: 74px;
    height: 74px;
  }
  .header-logo_img {
    max-height: 74px;
    max-width: 274px;
  }
  .screen-1-title {
    font-size: 262.5%;
    font-size: 2.625rem;
  }
  .desription-list-wrapper {
    margin-left: 170px;
  }
  .desription-list__item {
    font-size: 175%;
    font-size: 1.75rem;
    line-height: 1.21429;
    min-height: 68px;
    margin: 0;
    max-width: 90%;
  }
  .icon-list-wrapper {
    width: 170px;
  }
  .icon-list__item-icon-wrapper {
    height: 164px;
    padding-top: 30px;
    width: 130px;
  }
  .icon-list__item-icon {
    height: 72px;
    line-height: 72px;
    padding: 0 30px;
    padding-top: 4px;
  }
  .controls-list__item-link {
    display: block;
    width: 40px;
    height: 40px;
  }
  .controls-list__item-link:before {
    line-height: 34px;
  }
  .print-wrapper {
    height: 268px;
    width: 268px;
  }
  .print-img {
    height: 268px;
    width: 268px;
  }
}

@media (min-width: 1200px) and (min-height: 650px) {
  .screen-1-title {
    font-size: 337.5%;
    font-size: 3.375rem;
  }
  .desription-list__item {
    font-size: 212.5%;
    font-size: 2.125rem;
    line-height: 1.17647;
    min-height: 80px;
  }
  .controls-list__item-link {
    width: 48px;
    height: 48px;
  }
  .controls-list__item-link:before {
    font-size: 125%;
    font-size: 1.25rem;
    line-height: 42px;
  }
  .print-wrapper {
    height: 298px;
    width: 298px;
  }
  .print-img {
    height: 298px;
    width: 298px;
  }
}

@media (min-width: 1370px) and (min-height: 780px) {
  .header-logo {
    line-height: 82px;
    height: 82px;
  }
  .header-logo_img {
    max-height: 82px;
    max-width: 319px;
  }
  .screen-1-title {
    font-size: 387.5%;
    font-size: 3.875rem;
  }
  .desription-list-wrapper {
    margin-left: 240px;
  }
  .desription-list__item {
    font-size: 250%;
    font-size: 2.5rem;
    line-height: 1.15;
    max-width: 100%;
    min-height: 92px;
  }
  .controls-list__item-link {
    width: 52px;
    height: 52px;
  }
  .controls-list__item-link:before {
    font-size: 125%;
    font-size: 1.25rem;
    line-height: 46px;
  }
  .icon-list-wrapper {
    width: 240px;
  }
  .icon-list__item-icon-wrapper {
    height: 255px;
    padding-top: 47px;
    width: 202px;
  }
  .icon-list__item-icon-wrapper {
    height: 255px;
    padding-top: 47px;
    width: 202px;
  }
  .icon-list__item-icon {
    height: 115px;
    line-height: 115px;
    padding: 0 35px;
    padding-top: 6px;
  }
  .icon-list__item-icon-img {
    height: 115px;
    width: 115px;
  }
  .print-wrapper {
    height: 358px;
    width: 358px;
  }
  .print-img {
    height: 358px;
    width: 358px;
  }
}

@media (min-width: 1580px) and (min-height: 840px) {
  .screen-1-title {
    font-size: 462.5%;
    font-size: 4.625rem;
  }
  .desription-list__item {
    font-size: 300%;
    font-size: 3rem;
    line-height: 1.125;
    min-height: 108px;
  }
  .print-wrapper {
    height: 395px;
    width: 395px;
  }
  .print-img {
    height: 395px;
    width: 395px;
  }
}
