/** initial setup **/


.voo {
        font-size: 1.5em;
}

.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0,0,0,.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(C:\OSPanel\domains\omnicom/source4a37f8008959c75f619bf0a3a4e2d7a2.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body,
html {
  cursor: default;
}

code {
  cursor: text;
}

a,
button,
input[type=checkbox],
input[type=radio],
input[type=submit],
label {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

embed,
img,
object {
  max-width: 100%;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  font-weight: 700;
  vertical-align: bottom;
}

td {
  font-weight: 400;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

input,
select,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: 700;
}

td,
td img {
  vertical-align: top;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

code,
kbd,
pre,
samp {
  font-family: monospace,sans-serif;
}

.clickable,
button,
input[type=button],
input[type=file],
input[type=submit],
label {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
input[type=button] {
  width: auto;
  overflow: visible;
}

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

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  font: 13px sans-serif;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

body.body-fullscreen {
  overflow: hidden;
}

body,
input,
select,
textarea {
  color: #333;
}

a,
a:hover {
  color: inherit;
}

footer,
header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

::-moz-selection {
  background: transparent;
  text-shadow: none;
}

::selection {
  background: transparent;
  text-shadow: none;
}

.where-buy__cart *::-moz-selection,  input::-moz-selection , textarea::-moz-selection {
  background: #fb4f14;
  text-shadow: none;
}

.where-buy__cart *::selection,  input::selection, textarea::selection {
  background: #fb4f14;
  text-shadow: none;
}

.contact-tab .contact__text *::-moz-selection, .contact-tab .contact__text::-moz-selection, .contact-tab .contact-more *::-moz-selection, .contact-tab .contact-more::-moz-selection {
  background: #fb4f14;
  text-shadow: none;
}

.contact-tab .contact__text *::selection, .contact-tab .contact__text::selection, .contact-tab .contact-more *::selection, .contact-tab .contact-more::selection {
  background: #fb4f14;
  text-shadow: none;
}

blockquote {
  padding: 16px;
  background: #eee;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
}

svg {
  overflow: hidden;
}

.svg.svg-spectr {
  width: 672px;
  height: 672px;
}

.svg.svg-logo {
  width: 260px;
  height: 38px;
}

.svg.svg-social-fb {
  width: 13px;
  height: 25px;
}

.svg.svg-social-fb-stroke {
  width: 16px;
  height: 36px;
}

.svg.svg-social-yt {
  width: 27px;
  height: 19px;
}

.svg.svg-social-twitter {
  width: 42px;
  height: 36px;
}

.svg.svg-play {
  width: 17px;
  height: 22px;
}

.svg.svg-dropdown {
  width: 20px;
  height: 10px;
}

.svg.svg-checkbox {
  width: 12px;
  height: 8px;
}

.svg.svg-page-up {
  width: 14px;
  height: 39px;
}

.svg.svg-terminal {
  width: 100%;
  height: 100%;
}

.svg.svg-circle-plus {
  width: 70px;
  height: 70px;
}

.svg.svg-dealer-status {
  width: 25px;
  height: 25px;
}

.svg.svg-marker-active {
  width: 42px;
  height: 50px;
}

.svg.svg-player-fullscreen-off,
.svg.svg-player-fullscreen-on,
.svg.svg-player-pause,
.svg.svg-player-play,
.svg.svg-player-sound-off,
.svg.svg-player-sound-on {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  fill: #fff;
}

.svg.svg-thumb-play {
  width: 100%;
  height: 100%;
}

.svg.svg-left-large,
.svg.svg-right-large {
  width: 100%;
  height: 100%;
  fill: #002855;
}

.svg.svg-left,
.svg.svg-right {
  fill: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.svg.svg-load {
  width: 84px;
  height: 81px;
}

.svg.svg-production {
  width: 100%;
  height: 100%;
}

.player {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.player__copy {
  position: absolute;
  color: #fff;
  font-family: EtelkaTextPro,sans-serif;
  font-size: 19px;
  font-weight: 400;
  height: 47px;
  line-height: 47px;
  bottom: 0;
  left: 35px;
  z-index: 30;
}

.player .button {
  height: 100%;
  width: 44px;
  position: relative;
  cursor: pointer;
  z-index: 99;
  float: left;
}

.player .button-action_play .svg-player-play {
  display: block;
}

.player .button-action_pause .svg-player-play,
.player .button-action_play .svg-player-pause {
  display: none;
}

.player .button-action_pause .svg-player-pause,
.player .button-sound_on .svg-player-sound-on {
  display: block;
}

.player .button-sound_off .svg-player-sound-on,
.player .button-sound_on .svg-player-sound-off {
  display: none;
}

.player .button-sound_off .svg-player-sound-off {
  display: block;
}

.player .button-volume {
  width: 100px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}

.player .button-volume__progress {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: hsla(0,0%,100%,.5);
}

.player .button-volume__used {
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  background-color: #fb4f14;
  position: relative;
}

.player .button-volume__pin {
  position: absolute;
  width: 13px;
  height: 13px;
  right: 0;
  background-color: #fb4f14;
  top: 50%;
  margin-top: -6.5px;
  border-radius: 100px;
}

.player .button-fullscreen {
  float: right;
  margin-right: 10px;
}

.player .button-fullscreen_on .svg-player-fullscreen-on {
  display: block;
}

.player .button-fullscreen_off .svg-player-fullscreen-on,
.player .button-fullscreen_on .svg-player-fullscreen-off {
  display: none;
}

.player .button-fullscreen_off .svg-player-fullscreen-off {
  display: block;
}

.player__thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}

.player__thumb-filter {
  width: 100%;
  height: 100%;
  background-color: rgba(0,30,80,.8);
}

.player-thumb-play__arc {
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}

.player__icon {
  cursor: pointer;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.player__icon:hover .player-thumb-play__arc {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.player__source {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.player__close {
  position: absolute;
  right: 0;
  top: 0;
}

.player-close {
  width: 80px;
  height: 80px;
  background-color: #fb4f14;
  cursor: pointer;
}

.player__navigation {
  height: 47px;
  width: 100%;
  background-color: rgba(0,0,0,.8);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease,-webkit-transform .5s ease;
  z-index: 30;
}

.player__navigation:hover,
.player__overflow:hover+.player__navigation {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.player-progress {
  height: 3px;
  width: 100%;
  position: relative;
  background-color: #5b6168;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: height .3s ease,margin-top .3s ease;
  -o-transition: height .3s ease,margin-top .3s ease;
  transition: height .3s ease,margin-top .3s ease;
}

.player-progress:hover {
  height: 6px;
  margin-top: -3px;
}

.player-progress__buffered {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  background-color: hsla(0,0%,100%,.5);
  -webkit-transition: width .5s linear;
  -o-transition: width .5s linear;
  transition: width .5s linear;
}

.player-progress__seen {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #fb4f14;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  -o-transition: transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear,-webkit-transform .5s linear;
}

.player-buttons-wrap {
  height: 44px;
  position: relative;
}

.player-buttons-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.time {
  height: 100%;
  width: 100px;
  line-height: 44px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.time__current,
.time__raz {
  display: inline-block;
}

.time__raz {
  margin: 0 5px;
}

.time__max {
  display: inline-block;
}

.player__text-container {
  max-width: 53.39%;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60%;
  bottom: 0;
  left: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(-50%,1em);
  -ms-transform: translate(-50%,1em);
  transform: translate(-50%,1em);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease,-webkit-transform .6s ease;
}

.player__title {
  font-size: 42px;
  font-weight: 200;
  line-height: 54px;
  letter-spacing: .05em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.player__sub-title,
.player__title {
  color: #fff;
  font-family: EtelkaWide,sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.player__sub-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: .06em;
  padding: 0 10px;
  width: 100%;
}

.player__sub-title--bottom {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 30;
}

.player--active .player__icon {
  opacity: 1;
}

.player--active .player__text-container {
  opacity: 1;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.player__overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.player--fullscreen .player__sub-title--bottom {
  bottom: 61px;
}

@font-face {
font-display: swap;
  font-family: EtelkaWide;
  src: url(/fonts/EtelkaWide/EtelkaWideLightPro.otf);
  src: url(/fonts/EtelkaWide/EtelkaWideLightPro.otf?#iefix) format("embedded-opentype"),url(/fonts/EtelkaWide/EtelkaWideLightPro.woff) format("woff"),url(/fonts/EtelkaWide/EtelkaWideLightPro.ttf) format("truetype"),url(/fonts/EtelkaWide/EtelkaWideLightPro.svg#EtelkaWideLightPro) format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
font-display: swap;
  font-family: EtelkaWide;
  src: url(/fonts/EtelkaWide/EtelkaWideMediumPro.otf);
  src: url(/fonts/EtelkaWide/EtelkaWideMediumPro.otf?#iefix) format("embedded-opentype"),url(/fonts/EtelkaWide/EtelkaWideMediumPro.woff) format("woff"),url(/fonts/EtelkaWide/EtelkaWideMediumPro.ttf) format("truetype"),url(/fonts/EtelkaWide/EtelkaWideMediumPro.svg#EtelkaWideMediumPro) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
font-display: swap;
  font-family: EtelkaTextPro;
  src: url(/fonts/EtelkaTextPro/EtelkaTextPro.otf);
  src: url(/fonts/EtelkaTextPro/EtelkaTextPro.otf?#iefix) format("embedded-opentype"),url(/fonts/EtelkaTextPro/EtelkaTextPro.woff) format("woff"),url(/fonts/EtelkaTextPro/EtelkaTextPro.ttf) format("truetype"),url(/fonts/EtelkaTextPro/EtelkaTextPro.svg#EtelkaTextPro) format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
font-display: swap;
  font-family: AkzidenzLightCn;
  src: url(/fonts/Akzidenz/AkzidenzGroteskPro-LightCn.otf);
  src: url(/fonts/Akzidenz/AkzidenzGroteskPro-LightCn.otf?#iefix) format("embedded-opentype"),url(/fonts/Akzidenz/AkzidenzGroteskPro-LightCn.woff) format("woff"),url(/fonts/Akzidenz/AkzidenzGroteskPro-LightCn.ttf) format("truetype"),url(/fonts/Akzidenz/AkzidenzGroteskPro-LightCn.svg#AkzidenzGroteskPro-LightCn) format("svg");
  font-weight: 200;
  font-style: normal;
}

.circle-static-btn {
  border-radius: 50%;
  border: 1px solid #002855;
  display: inline-block;
  position: relative;
  width: 62px;
  height: 62px;
}

.circle-static-btn_special-theme svg {
  fill: #fb4f14;
}

.rectangle-btn {
  min-width: 325px;
  height: 80px;
  padding: 0 100px;
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.rectangle-btn:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #fff;
  opacity: .1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  content: "";
}

.rectangle-btn span {
  text-transform: uppercase;
  font: 300 13px/80px EtelkaWide;
  letter-spacing: .1em;
}

.rectangle-btn:hover {
  color: #fff;
}

.rectangle-btn:hover .rectangle-btn__line:first-of-type {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1);
  transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1);
  -o-transition: transform .4s cubic-bezier(.23,1,.32,1);
  transition: transform .4s cubic-bezier(.23,1,.32,1);
  transition: transform .4s cubic-bezier(.23,1,.32,1),-webkit-transform .4s cubic-bezier(.23,1,.32,1);
}

.rectangle-btn:hover .rectangle-btn__line:first-of-type span {
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
}

.rectangle-btn:hover .rectangle-btn__line:first-of-type span,
.rectangle-btn:hover .rectangle-btn__line:nth-of-type(2) {
  -webkit-transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1) .2s;
  transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1) .2s;
  -o-transition: transform .4s .2s cubic-bezier(.23,1,.32,1);
  transition: transform .4s cubic-bezier(.23,1,.32,1) .2s;
  transition: transform .4s cubic-bezier(.23,1,.32,1) .2s,-webkit-transform .4s cubic-bezier(.23,1,.32,1) .2s;
}

.rectangle-btn:hover .rectangle-btn__line:nth-of-type(2) {
  -webkit-transform: scaleY(1) translateZ(0);
  transform: scaleY(1) translateZ(0);
}

.rectangle-btn:hover .rectangle-btn__line:nth-of-type(2) span {
  -webkit-transform: scaleY(0) translateZ(0);
  transform: scaleY(0) translateZ(0);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1) .4s;
  transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1) .4s;
  -o-transition: transform .4s .4s cubic-bezier(.23,1,.32,1);
  transition: transform .4s cubic-bezier(.23,1,.32,1) .4s;
  transition: transform .4s cubic-bezier(.23,1,.32,1) .4s,-webkit-transform .4s cubic-bezier(.23,1,.32,1) .4s;
}

.rectangle-btn:hover .rectangle-btn__line:nth-of-type(3) {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1);
  transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1);
  -o-transition: transform .4s cubic-bezier(.23,1,.32,1);
  transition: transform .4s cubic-bezier(.23,1,.32,1);
  transition: transform .4s cubic-bezier(.23,1,.32,1),-webkit-transform .4s cubic-bezier(.23,1,.32,1);
}

.rectangle-btn:hover .rectangle-btn__line:nth-of-type(3) span {
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
}

.rectangle-btn:hover .rectangle-btn__line:nth-of-type(3) span,
.rectangle-btn:hover .rectangle-btn__line:nth-of-type(4) {
  -webkit-transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1) .2s;
  transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1) .2s;
  -o-transition: transform .4s .2s cubic-bezier(.23,1,.32,1);
  transition: transform .4s cubic-bezier(.23,1,.32,1) .2s;
  transition: transform .4s cubic-bezier(.23,1,.32,1) .2s,-webkit-transform .4s cubic-bezier(.23,1,.32,1) .2s;
}

.rectangle-btn:hover .rectangle-btn__line:nth-of-type(4) {
  -webkit-transform: scaleY(1) translateZ(0);
  transform: scaleY(1) translateZ(0);
}

.rectangle-btn:hover .rectangle-btn__line:nth-of-type(4) span {
  -webkit-transform: scaleY(0) translateZ(0);
  transform: scaleY(0) translateZ(0);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1) .4s;
  transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1) .4s;
  -o-transition: transform .4s .4s cubic-bezier(.23,1,.32,1);
  transition: transform .4s cubic-bezier(.23,1,.32,1) .4s;
  transition: transform .4s cubic-bezier(.23,1,.32,1) .4s,-webkit-transform .4s cubic-bezier(.23,1,.32,1) .4s;
}

.rectangle-btn:hover .rectangle-btn__line:nth-of-type(5) {
  opacity: 0;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transition: opacity .6s cubic-bezier(.165,.84,.44,1) .6s,-webkit-transform .6s cubic-bezier(.23,1,.32,1) .5s;
  transition: opacity .6s cubic-bezier(.165,.84,.44,1) .6s,-webkit-transform .6s cubic-bezier(.23,1,.32,1) .5s;
  -o-transition: transform .6s .5s cubic-bezier(.23,1,.32,1),opacity .6s .6s cubic-bezier(.165,.84,.44,1);
  transition: transform .6s cubic-bezier(.23,1,.32,1) .5s,opacity .6s cubic-bezier(.165,.84,.44,1) .6s;
  transition: transform .6s cubic-bezier(.23,1,.32,1) .5s,opacity .6s cubic-bezier(.165,.84,.44,1) .6s,-webkit-transform .6s cubic-bezier(.23,1,.32,1) .5s;
}

.rectangle-btn:hover .rectangle-btn__line:nth-of-type(5) span {
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1) .7s;
  transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1) .7s;
  -o-transition: transform .4s .7s cubic-bezier(.23,1,.32,1);
  transition: transform .4s cubic-bezier(.23,1,.32,1) .7s;
  transition: transform .4s cubic-bezier(.23,1,.32,1) .7s,-webkit-transform .4s cubic-bezier(.23,1,.32,1) .7s;
}

.rectangle-btn:hover .rectangle-btn__line:nth-of-type(6) {
  opacity: 0;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transition: opacity .6s cubic-bezier(.165,.84,.44,1) .6s,-webkit-transform .6s cubic-bezier(.23,1,.32,1) .5s;
  transition: opacity .6s cubic-bezier(.165,.84,.44,1) .6s,-webkit-transform .6s cubic-bezier(.23,1,.32,1) .5s;
  -o-transition: transform .6s .5s cubic-bezier(.23,1,.32,1),opacity .6s .6s cubic-bezier(.165,.84,.44,1);
  transition: transform .6s cubic-bezier(.23,1,.32,1) .5s,opacity .6s cubic-bezier(.165,.84,.44,1) .6s;
  transition: transform .6s cubic-bezier(.23,1,.32,1) .5s,opacity .6s cubic-bezier(.165,.84,.44,1) .6s,-webkit-transform .6s cubic-bezier(.23,1,.32,1) .5s;
}

.rectangle-btn:hover .rectangle-btn__line:nth-of-type(6) span {
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1) .7s;
  transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1) .7s;
  -o-transition: transform .4s .7s cubic-bezier(.23,1,.32,1);
  transition: transform .4s cubic-bezier(.23,1,.32,1) .7s;
  transition: transform .4s cubic-bezier(.23,1,.32,1) .7s,-webkit-transform .4s cubic-bezier(.23,1,.32,1) .7s;
}

.rectangle-btn .rectangle-btn__line {
  position: absolute;
  z-index: 1;
}

.rectangle-btn .rectangle-btn__line span {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rectangle-btn .rectangle-btn__line:first-of-type {
  top: 0;
  right: 0;
  height: 1px;
  width: 20%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
}

.rectangle-btn .rectangle-btn__line:first-of-type span {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.rectangle-btn .rectangle-btn__line:nth-of-type(2) {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0) translateZ(0);
  transform: scaleY(0) translateZ(0);
}

.rectangle-btn .rectangle-btn__line:nth-of-type(2) span {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(1) translateZ(0);
  transform: scaleY(1) translateZ(0);
}

.rectangle-btn .rectangle-btn__line:nth-of-type(3) {
  bottom: 0;
  left: 0;
  height: 1px;
  width: 20%;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
}

.rectangle-btn .rectangle-btn__line:nth-of-type(3) span {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.rectangle-btn .rectangle-btn__line:nth-of-type(4) {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0) translateZ(0);
  transform: scaleY(0) translateZ(0);
}

.rectangle-btn .rectangle-btn__line:nth-of-type(4) span {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(1) translateZ(0);
  transform: scaleY(1) translateZ(0);
}

.rectangle-btn .rectangle-btn__line:nth-of-type(5) {
  top: 0;
  right: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
}

.rectangle-btn .rectangle-btn__line:nth-of-type(5) span {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.rectangle-btn .rectangle-btn__line:nth-of-type(6) {
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
}

.rectangle-btn .rectangle-btn__line:nth-of-type(6) span {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.rectangle-btn_blue-theme {
  color: #002855;
}

.rectangle-btn_blue-theme:after {
  border-color: #002855;
}

.rectangle-btn_blue-theme .rectangle-btn__line span {
  background-color: #002855;
}

.rectangle-btn_blue-theme:hover {
  color: #002855;
}

.page-up-btn {
  background-color: #fb4f14;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,40,84,.3);
  box-shadow: 0 3px 5px 0 rgba(0,40,84,.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 283px;
  right: 52px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .6s ease,visibility 0s ease .6s,background .6s ease;
  -o-transition: opacity .6s ease,visibility 0s ease .6s,background .6s ease;
  transition: opacity .6s ease,visibility 0s ease .6s,background .6s ease;
  width: 82px;
  height: 82px;
  z-index: 200;
cursor:pointer;
}

.page-up-btn svg {
  fill: #fff;cursor:pointer;
}

.page-up-btn_show {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.page-up-btn:hover {
  background-color: #002855;
}

.read-more-btn {
  text-align: center;
  position: relative;
  text-decoration: none;
}

.read-more-btn .read-more-btn__title {
  color: #fff;
  font: 200 13px/1em EtelkaWide;
  letter-spacing: .12em;
  margin-top: 35px;
  margin-bottom: 77px;
  text-transform: uppercase;
}

.read-more-btn:after {
  background-color: hsla(0,0%,100%,.25);
  content: "";
  display: block;
  height: 132px;
  width: 2px;
  position: absolute;
  bottom: -9px;
  right: 50%;
  -webkit-transform: translate(50%,50%);
  -ms-transform: translate(50%,50%);
  transform: translate(50%,50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 1;
}

.read-more-btn_animation:after {
  -webkit-animation: a 1.2s ease;
  animation: a 1.2s ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: translate(50%,50%) scaleY(0);
  -ms-transform: translate(50%,50%) scaleY(0);
  transform: translate(50%,50%) scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.read-more-btn--blue .read-more-btn__title {
  color: #002855;
}

.read-more-btn--blue:after {
  background-color: rgba(0,40,85,.6);
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: translate(50%,50%) scaleY(0);
    transform: translate(50%,50%) scaleY(0);
    opacity: 0;
  }

  1% {
    opacity: 0;
    -webkit-transform: translate(50%,50%) scaleY(0);
    transform: translate(50%,50%) scaleY(0);
  }

  80% {
    -webkit-transform: translate(50%,50%) scaleY(1);
    transform: translate(50%,50%) scaleY(1);
    opacity: 1;
  }

  to {
    -webkit-transform: translate(50%,50%) scaleY(1);
    transform: translate(50%,50%) scaleY(1);
    opacity: 0;
  }
}

@keyframes a {
  0% {
    -webkit-transform: translate(50%,50%) scaleY(0);
    transform: translate(50%,50%) scaleY(0);
    opacity: 0;
  }

  1% {
    opacity: 0;
    -webkit-transform: translate(50%,50%) scaleY(0);
    transform: translate(50%,50%) scaleY(0);
  }

  80% {
    -webkit-transform: translate(50%,50%) scaleY(1);
    transform: translate(50%,50%) scaleY(1);
    opacity: 1;
  }

  to {
    -webkit-transform: translate(50%,50%) scaleY(1);
    transform: translate(50%,50%) scaleY(1);
    opacity: 0;
  }
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a9a9a9;
}

.input-dropdown {
  display: inline-block;
  position: relative;
}

.input-dropdown input[type=text] {
  border: 1px solid #4c6888;
  color: #002855;
  font: 200 13px/1em EtelkaWide;
  width: 500px;
  height: 72px;
  padding: 0 82px;
  -webkit-transition: border .6s ease;
  -o-transition: border .6s ease;
  transition: border .6s ease;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.input-dropdown .input-dropdown__link {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  z-index: 1;
}

.input-dropdown .input-dropdown__link-btn {
  width: 82px;
  height: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  right: 0;
  z-index: 1;
}

.input-dropdown .input-dropdown__link-btn svg {
  fill: none;
  stroke: #fb4f14;
}

.input-dropdown .input-dropdown__list {
  background-color: #fff;
  border: 1px solid #4c6588;
  border-top: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .6s ease,visibility 0s ease .6s;
  -o-transition: opacity .6s ease,visibility 0s ease .6s;
  transition: opacity .6s ease,visibility 0s ease .6s;
  padding: 9px 30px 22px;
  position: absolute;
  height: auto;
  left: 0;
  top: 72px;
  width: 100%;
  z-index: 10;
}

.input-dropdown .input-dropdown__scroll {
  max-height: 250px;
  padding-right: 5px;
}

.input-dropdown .input-dropdown__item {
  height: 50px;
}

.input-dropdown .input-dropdown__btn,
.input-dropdown .input-dropdown__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-dropdown .input-dropdown__btn {
  color: #002855;
  font: 200 13px/1em EtelkaWide;
  width: 100%;
  height: 100%;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color .25s ease;
  -o-transition: color .25s ease;
  transition: color .25s ease;
}

.input-dropdown .input-dropdown__btn:hover {
  color: #fb4f14;
}

.input-dropdown_active input[type=text] {
  border-bottom-color: transparent;
}

.input-dropdown_active .input-dropdown__link-btn {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-dropdown_active .input-dropdown__list {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.input-text {
  width: 100%;
  position: relative;
  margin-bottom: 46px;
}

.input-text input,
.input-text textarea {
  width: 100%;
  border: 0;
  outline: 0;
  font-family: EtelkaTextPro,sans-serif;
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-transition: padding .4s ease;
  -o-transition: padding .4s ease;
  transition: padding .4s ease;
}

.input-text input:focus::-webkit-input-placeholder,
.input-text textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.input-text input:focus::-moz-placeholder,
.input-text textarea:focus::-moz-placeholder {
  opacity: 0;
}

.input-text input:focus:-ms-input-placeholder,
.input-text textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.input-text input:focus:-moz-placeholder,
.input-text textarea:focus:-moz-placeholder {
  opacity: 0;
}

.input-text input:focus~.input-text__border:first-of-type,
.input-text textarea:focus~.input-text__border:first-of-type {
  width: 100%;
}

.input-text input:focus~.input-text__border:nth-of-type(2),
.input-text textarea:focus~.input-text__border:nth-of-type(2) {
  height: 100%;
}

.input-text input:focus~.input-text__border:nth-of-type(3),
.input-text textarea:focus~.input-text__border:nth-of-type(3) {
  width: 100%;
}

.input-text input:focus~.input-text__border:nth-of-type(4),
.input-text textarea:focus~.input-text__border:nth-of-type(4) {
  height: 100%;
}

.input-text input {
  height: 86px;
  padding-right: 35px;
}

.input-text input:focus {
  padding-left: 35px;
}

.input-text textarea {
  height: 220px;
  padding: 33px 45px;
  resize: vertical;
}

.input-text textarea~.input-text__border:nth-of-type(2) {
  height: 100%;
}

.input-text textarea~.input-text__border:nth-of-type(3) {
  width: 100%;
}

.input-text textarea~.input-text__border:nth-of-type(4) {
  height: 100%;
}

.input-text__border {
  -webkit-transition: width .4s ease,height .4s ease;
  -o-transition: width .4s ease,height .4s ease;
  transition: width .4s ease,height .4s ease;
  position: absolute;
}

.input-text__border:first-of-type {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}

.input-text__border:nth-of-type(2) {
  width: 1px;
  height: 0;
  top: 0;
  right: 0;
}

.input-text__border:nth-of-type(3) {
  width: 0;
  height: 1px;
  bottom: 0;
  right: 0;
}

.input-text__border:nth-of-type(4) {
  width: 1px;
  height: 0;
  left: 0;
  bottom: 0;
}

.input-text_grey input,
.input-text_grey textarea {
  color: #002855;
  background-color: #fff;
}

.input-text_grey input::-webkit-input-placeholder,
.input-text_grey textarea::-webkit-input-placeholder {
  color: #909090;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.input-text_grey input::-moz-placeholder,
.input-text_grey textarea::-moz-placeholder {
  color: #909090;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.input-text_grey input:-ms-input-placeholder,
.input-text_grey textarea:-ms-input-placeholder {
  color: #909090;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.input-text_grey input:-moz-placeholder,
.input-text_grey textarea:-moz-placeholder {
  color: #909090;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.input-text_grey .input-text__border {
  background-color: #bcbcbc;
}

.input-text_white input,
.input-text_white textarea {
  color: #fff;
  background-color: #fff;
}

.input-text_white input::-webkit-input-placeholder,
.input-text_white textarea::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.input-text_white input::-moz-placeholder,
.input-text_white textarea::-moz-placeholder {
  color: #fff;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.input-text_white input:-ms-input-placeholder,
.input-text_white textarea:-ms-input-placeholder {
  color: #fff;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.input-text_white input:-moz-placeholder,
.input-text_white textarea:-moz-placeholder {
  color: #fff;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.input-text_white .input-text__border {
  background-color: #fff;
  opacity: .25;
}

.input-text_blue input,
.input-text_blue textarea {
  color: #fff;
  background-color: #002855;
}

.input-text_blue input::-webkit-input-placeholder,
.input-text_blue textarea::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.input-text_blue input::-moz-placeholder,
.input-text_blue textarea::-moz-placeholder {
  color: #fff;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.input-text_blue input:-ms-input-placeholder,
.input-text_blue textarea:-ms-input-placeholder {
  color: #fff;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.input-text_blue input:-moz-placeholder,
.input-text_blue textarea:-moz-placeholder {
  color: #fff;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.input-text_blue .input-text__border {
  background-color: rgba(123,143,185,.25);
}

.input-text__message {
  color: #fb4f14;
  font-family: EtelkaTextPro,sans-serif;
  font-size: 11px;
  position: absolute;
  top: 60px;
  left: 0;
  letter-spacing: .17em;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.input-text__message.input-text__message--blue {
  background-color: #002855;
}

.input-text_error .input-text__message {
  opacity: 1;
}

.input-text_error input {
  padding-left: 0!important;
}

.input-text_error .input-text__border:nth-of-type(2) {
  height: 0!important;
}

.input-text_error .input-text__border:nth-of-type(3) {
  width: 0!important;
}

.input-text_error .input-text__border:nth-of-type(4) {
  height: 0!important;
}

.input-text_value input {
  padding-left: 35px;
}

.input-text_value .input-text__border:first-of-type {
  width: 100%;
}

.input-text_value .input-text__border:nth-of-type(2) {
  height: 100%;
}

.input-text_value .input-text__border:nth-of-type(3) {
  width: 100%;
}

.input-text_value .input-text__border:nth-of-type(4) {
  height: 100%;
}

.input-text_success .input-text__icon svg {
  stroke-dashoffset: 0;
}

.input-text__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-text__icon svg {
  fill: none;
  stroke: #ff5611;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  height: 13px;
  width: 18px;
}

.input-checkbox label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-checkbox label .input-checkbox__box {
  border: 1px solid #bcbcbc;
  position: relative;
  margin-right: 20px;
  min-width: 24px;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.input-checkbox label .input-checkbox__box svg {
  opacity: 0;
  fill: none;
  stroke: #ff5611;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.input-checkbox label .input-checkbox__text {
  color: #002855;
  font: 200 13px/1em EtelkaWide;
  text-transform: uppercase;
}

.input-checkbox input {
  display: none;
}

.input-checkbox input:checked+label .input-checkbox__box svg {
  opacity: 1;
}

.input-checkbox--lg label .input-checkbox__box {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.input-checkbox--white label .input-checkbox__text {
  color: #fff;
}

.select {
  width: 100%;
  position: relative;
  height: 86px;
  font-family: EtelkaTextPro,sans-serif;
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-transition: padding .4s ease;
  -o-transition: padding .4s ease;
  transition: padding .4s ease;
  color: #002855;
  border: 1px solid #bcbcbc;
  margin-bottom: 46px;
}

.select_opened .select-list {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.select_opened .select__icon {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.select__hidden {
  display: none;
}

.select__icon {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.select__icon svg {
  width: 100%;
  height: 100%;
  fill: #c5c5c5;
}

.select__current {
  width: 100%;
  height: 100%;
  cursor: pointer;
  line-height: 86px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 35px;
}

.select-list {
  position: absolute;
  background-color: #fff;
  left: -1px;
  right: -1px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  border: 1px solid #bcbcbc;
  border-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.select-list__item {
  display: block;
  cursor: pointer;
  padding: 19px 35px;
}

.select-list__item:active {
  color: #fd9602;
}

.form-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-footer .input-checkbox {
  padding-right: 10px;
}

.form-footer .btn,
.form-footer .rectangle-btn {
  margin-left: auto;
}

.btn {
  border-radius: 0;
  border: 0;
  background-color: #002855;
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
  height: 80px;
  line-height: 80px;
  width: 290px;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: center;
  text-decoration: none;
}

.btn span {
  z-index: 2;
  width: 100%;
  color: #fff;
  font-family: EtelkaTextPro,sans-serif;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  bottom: 0;
  right: 0;
}

.btn:after,
.btn span {
  position: absolute;
  top: 0;
  left: 0;
}

.btn:after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  z-index: 1;
  -webkit-transition: width .4s ease;
  -o-transition: width .4s ease;
  transition: width .4s ease;
  background-color: #fb4f14;
}

.btn:hover:after {
  width: 100%;
}

.anim--fadeDown {
  -webkit-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  transform: translateY(-1em);
  opacity: 0;
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;
}

.anim--fadeUp {
  -webkit-transform: translateY(1.5em);
  -ms-transform: translateY(1.5em);
  transform: translateY(1.5em);
  opacity: 0;
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;
}

.anim+.academic-section__title-line:after {
  width: 0;
  -webkit-transition: width .6s ease .6s;
  -o-transition: width .6s ease .6s;
  transition: width .6s ease .6s;
}

.anim--active.anim--fadeDown,
.anim--active.anim--fadeUp {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.anim--active+.academic-section__title-line:after {
  width: 100%;
}

.fadeOut {
  -webkit-animation-name: b;
  animation-name: b;
}

@-webkit-keyframes b {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes b {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeIn {
  -webkit-animation-name: c;
  animation-name: c;
}

@-webkit-keyframes c {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes c {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.btn-sm {
  background-color: #002855;
  padding: 0 35px;
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
  height: 55px;
  min-width: 200px;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.btn-sm span {
  position: relative;
  z-index: 2;
  color: #fff;
  font: 200 14px/1em EtelkaWide;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.btn-sm:after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: width .4s ease;
  -o-transition: width .4s ease;
  transition: width .4s ease;
  background-color: #fb4f14;
}

.btn-sm:hover:after {
  width: 100%;
}

.transparent-btn {
  border: 1px solid #002855;
  color: #002855;
  display: inline-block;
  font: 200 13px/80px EtelkaWide;
  min-width: 325px;
  height: 80px;
  padding: 0 52px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color .6s ease,background .6s ease;
  -o-transition: color .6s ease,background .6s ease;
  transition: color .6s ease,background .6s ease;
}

.transparent-btn:after {
  content: "";
  display: none;
}

.transparent-btn:hover {
  background-color: #002855;
  color: #fff;
}

.transparent-btn:hover:after {
  content: "";
}

.marker-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.marker-btn svg {
  fill: none;
  stroke: #fb4f14;
}

.marker-btn span {
  color: #002855;
  display: inline-block;
  font: 200 13px/1em EtelkaWide;
  margin-left: 20px;
  text-transform: uppercase;
  -webkit-transition: color .6s ease;
  -o-transition: color .6s ease;
  transition: color .6s ease;
}

.marker-btn:hover span {
  color: #fb4f14;
}

.btn-play {
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background .6s ease;
  -o-transition: background .6s ease;
  transition: background .6s ease;
  width: 60px;
  height: 60px;
}

.btn-play svg {
  fill: #fb4f14;
  margin-left: 15%;
  -webkit-transition: fill .6s ease;
  -o-transition: fill .6s ease;
  transition: fill .6s ease;
}

.btn-social {
  width: 92px;
  height: 92px;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid #002855;
  -webkit-transition: background .6s ease;
  -o-transition: background .6s ease;
  transition: background .6s ease;
  position: relative;
}

.btn-social svg {
  fill: #002855;
  -webkit-transition: fill .6s ease;
  -o-transition: fill .6s ease;
  transition: fill .6s ease;
}

.btn-social:hover {
  background-color: #002855;
}

.btn-social:hover svg {
  fill: #fff;
}

.scroll-custom {
  background-color: #dfdfdf;
  cursor: pointer;
  position: absolute;
  width: 2px;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  -o-transition: transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear,-webkit-transform .3s linear;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.scroll-custom__slider {
  background-color: #fb4f14;
  width: 100%;
}

.list__item {
  position: relative;
  font-size: 23px;
  font-family: EtelkaTextPro,sans-serif;
  line-height: 43px;
  color: #002855;
  letter-spacing: .06em;
  font-weight: 400;
  padding-left: 40px;
  margin-bottom: 26px;
}

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

.list__item:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50%;
  border: 2px solid #fb4f14;
}

.page-slider {
  position: relative;
  width: 100%;
  height: 567px;
  margin: 0 auto;
}

.page-slider__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 71px;
  z-index: 2;
  background-color: rgba(0,40,85,.7);
}

.page-slider__bar:after {
  content: "";
  display: block;
  clear: both;
}

.page-slider__title {
  width: calc(100% - 310px);
  float: left;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff;
}

.page-slider__title span {
  font-family: EtelkaTextPro,sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 42px;
  line-height: 71px;
}

.page-slider__content,
.page-slider__content .owl-item,
.page-slider__content .owl-stage,
.page-slider__content .owl-stage-outer {
  height: 100%;
}

.page-slider__nav {
  width: 310px;
  float: left;
  height: 100%;
  padding: 0 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-slider__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 100%;
}

.page-slider__count {
  color: #fff;
  font-family: EtelkaWide,sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  pointer-events: none;
}

.page-slider--disabled {
  opacity: .7;
  cursor: default;
}

.page-slider__left,
.page-slider__right {
  width: 55px;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}
/*
.header {
  background-color: #fff;
  width: 100vw;
  height: 125px;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 200;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
*/
.header {
  background-color: #fff;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  z-index: 200;
  transform: translateZ(0);
  display: flex;
  justify-content: space-between;
}


.header__logo {
  fill: #002855;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
}

.header__logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header__logo svg {
  -webkit-transition: fill .6s ease;
  -o-transition: fill .6s ease;
  transition: fill .6s ease;
}

.header--transparent {
  -webkit-transition: background-color .6s ease;
  -o-transition: background-color .6s ease;
  transition: background-color .6s ease;
  background-color: transparent;
}

.header--transparent .header__logo svg {
  fill: #fff;
}

.header--transparent .nav__menu-btn {
  border-color: #fff;
}

.header--transparent .nav__menu a {
  color: #fff;
}

.header--back {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header--back .header__back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav {
  margin-right: 212px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-left-menu {
 margin-left: 104px;
}
.nav__menu {
  display: inline-block;
}

.nav__menu .nav__item {
  display: inline-block;
  margin-right: 62px;
}

.nav__menu .nav__item:last-child {
  margin-right: 0;
}

.nav__menu .nav__item--active .nav__link {
  color: #fb4f14;
}

.nav__menu .nav__link {
  border-bottom: 1px solid transparent;
  font: 200 13px/50px EtelkaWide;
  letter-spacing: .1em;
  padding-bottom: 2px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color .6s ease,border .6s ease;
  -o-transition: color .6s ease,border .6s ease;
  transition: color .6s ease,border .6s ease;
  color: #002855;
}

.nav__menu .nav__link:hover {
  color: #fb4f14;
  border-color: #fb4f14;
}

.header--transparent .nav__menu .nav__link {
  color: #fff;
}

.header--transparent .nav__menu .nav__link:hover {
  color: #fb4f14;
  border-color: #fb4f14;
}

.nav__menu-btn {
  width: 80px;
  height: 80px;
  border: 1px solid #002855;
  border-radius: 50%;
  -webkit-transition: border .6s ease,-webkit-transform .6s ease;
  transition: border .6s ease,-webkit-transform .6s ease;
  -o-transition: border .6s ease,transform .6s ease;
  transition: border .6s ease,transform .6s ease;
  transition: border .6s ease,transform .6s ease,-webkit-transform .6s ease;
  position: fixed;
  top: 23px;
  right: 53px;
  z-index: 400;
}

.nav__menu-btn .nav__menu-btn-line {
  background-color: #fb4f14;
  height: 2px;
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) rotate(-60deg);
  -ms-transform: translate(-50%,-50%) rotate(-60deg);
  transform: translate(-50%,-50%) rotate(-60deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;
}

.nav__menu-btn .nav__menu-btn-line:first-child {
  -webkit-transform: translate(-65%,-500%) rotate(-60deg);
  -ms-transform: translate(-65%,-500%) rotate(-60deg);
  transform: translate(-65%,-500%) rotate(-60deg);
}

.nav__menu-btn .nav__menu-btn-line:last-child {
  -webkit-transform: translate(-35%,400%) rotate(-60deg);
  -ms-transform: translate(-35%,400%) rotate(-60deg);
  transform: translate(-35%,400%) rotate(-60deg);
}

.nav__menu-btn:hover .nav__menu-btn-line {
  -webkit-transform: translate(-50%,-50%) rotate(0deg);
  -ms-transform: translate(-50%,-50%) rotate(0deg);
  transform: translate(-50%,-50%) rotate(0deg);
}

.nav__menu-btn:hover .nav__menu-btn-line:first-child {
  -webkit-transform: translate(-50%,-500%) rotate(0deg);
  -ms-transform: translate(-50%,-500%) rotate(0deg);
  transform: translate(-50%,-500%) rotate(0deg);
}

.nav__menu-btn:hover .nav__menu-btn-line:last-child {
  -webkit-transform: translate(-50%,400%) rotate(0deg);
  -ms-transform: translate(-50%,400%) rotate(0deg);
  transform: translate(-50%,400%) rotate(0deg);
}

.nav__menu-btn_close {
  border-color: #fff;
}

.nav__menu-btn_close .nav__menu-btn-line {
  opacity: 0;
}

.nav__menu-btn_close .nav__menu-btn-line:first-child {
  -webkit-transform: translate(-50%) rotate(45deg) scaleX(1.5);
  -ms-transform: translate(-50%) rotate(45deg) scaleX(1.5);
  transform: translate(-50%) rotate(45deg) scaleX(1.5);
  opacity: 1;
}

.nav__menu-btn_close .nav__menu-btn-line:last-child {
  -webkit-transform: translate(-50%) rotate(-45deg) scaleX(1.5);
  -ms-transform: translate(-50%) rotate(-45deg) scaleX(1.5);
  transform: translate(-50%) rotate(-45deg) scaleX(1.5);
  opacity: 1;
}

.nav__menu-btn_close:hover {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nav__menu-btn_close:hover .nav__menu-btn-line:first-child {
  -webkit-transform: translate(-50%) rotate(45deg) scaleX(1.5);
  -ms-transform: translate(-50%) rotate(45deg) scaleX(1.5);
  transform: translate(-50%) rotate(45deg) scaleX(1.5);
  opacity: 1;
}

.nav__menu-btn_close:hover .nav__menu-btn-line:last-child {
  -webkit-transform: translate(-50%) rotate(-45deg) scaleX(1.5);
  -ms-transform: translate(-50%) rotate(-45deg) scaleX(1.5);
  transform: translate(-50%) rotate(-45deg) scaleX(1.5);
  opacity: 1;
}

.nav__menu-btn--blue {
  border-color: #002855;
}

.header--transparent+.nav__menu-btn {
  border-color: #fff;
}

.back {
	display:none !important;
  height: 125px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 54px;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 200;
  top: 0;
  left: 0;
}

.back .svg-left {
  fill: #002855;
  width: 52px;
  height: 13px;
  margin-right: 37px;
}

.back span {
  color: #002855;
  font-family: EtelkaWide,sans-serif;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .1em;
}

main {
  padding-top: 125px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 100%;
}

.main-wrapper {
  margin: 0 auto;
  width: 1705px;
}

.main--big-business {
  padding: 0;
}

.footer {
  bottom: 0;
  margin-top: auto;
  min-height: 80px;
  position: relative;
  width: 100%;
  z-index: 200;
}

.footer--white .footer__copyright {
  color: #fff;
}

.footer--white .footer__auth {
  color: #fff;
  border-color: #fff;
}

.footer__copyright {
  margin-left: 54px;
  -webkit-transition: color .6s ease;
  -o-transition: color .6s ease;
  transition: color .6s ease;
}

.footer__auth,
.footer__copyright {
  color: #002855;
  font-family: EtelkaTextPro;
  font-weight: 200;
  font-size: 19px;
  line-height: 80px;
  letter-spacing: .01em;
}

.footer__auth {
  float: right;
  margin-right: 54px;
  -webkit-transition: color .6s ease,border .6s ease;
  -o-transition: color .6s ease,border .6s ease;
  transition: color .6s ease,border .6s ease;
  text-decoration: underline;
}

.footer__auth:hover {
  color: #fb4f14;
  border-color: #fb4f14;
}

.slash {
  display: inline-block;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
}

.slash:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 38px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  background-color: #fb4f14;
}

.slash_static:after {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes d {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes d {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 202px;
  width: 100%;
}

.loader svg {
  fill: #002855;
}

.loader--anim svg {
  -webkit-animation: e 1s ease infinite;
  animation: e 1s ease infinite;
}

@-webkit-keyframes e {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}

@keyframes e {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}

.page-title {
  color: #002855;
  display: inline-block;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.page-title .page-title__underline {
  background-color: #fb4f14;
  display: block;
  margin: 16px auto 0;
}

.bottom-nav {
  background-color: #002855;
  height: 425px;
  overflow: hidden;
}

.bottom-nav .bottom-nav__wrapper {
  height: 100%;
  margin: 0 auto;
  width: 1705px;
}

.bottom-nav .bottom-nav__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.bottom-nav .bottom-nav__btn,
.bottom-nav .bottom-nav__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.bottom-nav .bottom-nav__btn {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
  position: relative;
  text-decoration: none;
}

.bottom-nav .bottom-nav__btn .bottom-nav__pointer {
  width: 53px;
  height: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
}

.bottom-nav .bottom-nav__btn_prev .bottom-nav__pointer {
  left: -71px;
}

.bottom-nav .bottom-nav__btn_prev:hover .bottom-nav__pointer {
  -webkit-transform: translate(-55%,-50%);
  -ms-transform: translate(-55%,-50%);
  transform: translate(-55%,-50%);
}

.bottom-nav .bottom-nav__btn_next {
  text-align: right;
  padding-right: 0;
  padding-left: 10px;
}

.bottom-nav .bottom-nav__btn_next .bottom-nav__title {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bottom-nav .bottom-nav__btn_next .bottom-nav__pointer {
  right: -71px;
}

.bottom-nav .bottom-nav__btn_next:hover .bottom-nav__pointer {
  -webkit-transform: translate(55%,-50%);
  -ms-transform: translate(55%,-50%);
  transform: translate(55%,-50%);
}

.bottom-nav .bottom-nav__btn .bottom-nav__bg {
  background-size: cover;
  background-position: 50% 50%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bottom-nav .bottom-nav__btn .bottom-nav__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 232px;
  font: 200 34px/1em EtelkaWide;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 18px;
  width: 100%;
  z-index: 1;

    height: 100% !important;
    margin-bottom: 0px !important;
    align-items: center !important;
}

.bottom-nav .bottom-nav__btn .bottom-nav__subtitle {
  font: 200 13px/1em EtelkaWide;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
}

.bottom-nav .bottom-nav__show-all {
  position: relative;
}

.bottom-nav .bottom-nav__show-all:after,
.bottom-nav .bottom-nav__show-all:before {
  content: "";
  background-color: hsla(0,0%,100%,.25);
  display: block;
  height: 100px;
  width: 1px;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%,-100%);
  -ms-transform: translate(-50%,-100%);
  transform: translate(-50%,-100%);
  z-index: 1;
}

.bottom-nav .bottom-nav__show-all:after {
  top: auto;
  bottom: -30px;
  -webkit-transform: translate(-50%,100%);
  -ms-transform: translate(-50%,100%);
  transform: translate(-50%,100%);
}

.bottom-nav--academic {
  margin-left: 54px;
  margin-right: 54px;
}

.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  -o-transition: transform 2s;
  transition: transform 2s;
  transition: transform 2s,-webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  -o-transition: transform 2s;
  transition: transform 2s;
  transition: transform 2s,-webkit-transform 2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.case__title {
  display: none;
}

.case__grid-gutter-sizer {
  width: 6px;
}

.case__grid-item {
  float: left;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
}

.case__grid-item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.case__grid-item:after {
  content: "";
  background-color: rgba(0,30,80,.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .6s ease,visibility .6s ease .6s;
  -o-transition: opacity .6s ease,visibility .6s ease .6s;
  transition: opacity .6s ease,visibility .6s ease .6s;
  z-index: 1;
}

.case__grid-item_width-half {
  width: calc(50% - 3px);
}

.case__grid-item_width-full {
  width: 100%;
}

.case__grid-item_height-half {
  height: 765px;
}

.case__grid-item_height-full {
  height: 1536px;
}

.case__grid-item-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.case__grid-item-bg {
  width: 100%;
  height: 100%;
}

.case__grid-item-bg-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: -webkit-filter .6s ease;
  transition: -webkit-filter .6s ease;
  -o-transition: filter .6s ease;
  transition: filter .6s ease;
  transition: filter .6s ease,-webkit-filter .6s ease;
}

.case__grid-item-bg-image:last-child {
  display: none;
}

.case__grid-item-bg-image:first-child {
  display: block;
}

.case__grid-item-wrapper {
  margin: 0 auto;
  width: 70%;
}

.case__grid-item-title {
  height: 178px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}

.case__grid-item-title .case__grid-item-title-text {
  color: #002855;
  font: 200 42px/54px EtelkaWide;
  letter-spacing: .1em;
  -webkit-transition: color .6s ease;
  -o-transition: color .6s ease;
  transition: color .6s ease;
}

.case__grid-item-title .case__grid-item-title-text:last-child {
  display: none;
}

.case__grid-item-title .case__grid-item-title-text:first-child {
  display: block;
}

.case__grid-item-title:after {
  background-color: #fb4f14;
  content: "";
  display: inline-block;
  height: 2px;
  width: 145px;
  position: absolute;
  left: 50%;
  bottom: -28px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}



.case__grid-item-subtitle {
  color: #fff;
  font: 200 23px/45px EtelkaTextPro;
  letter-spacing: .05em;
  margin-top: 96px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .6s ease,visibility .6s ease;
  -o-transition: opacity .6s ease,visibility .6s ease;
  transition: opacity .6s ease,visibility .6s ease;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.case__grid-item_hover .case__grid-item-subtitle {visibility: visible !important;/* color: white !important; */}

.case__grid-item_hover .case__grid-item-link {
  display:none !important;
}

.case__grid-item-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.case__filter {
  height: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case__filter-title {
  color: #002855;
  font: 200 13px/1em EtelkaWide;
  letter-spacing: .12em;
  margin-bottom: 24px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.case-intro {
  height: calc(100vh - 125px);
  position: relative;
}

.case-intro_scrolled .case-intro__bg {
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
}

.pace-done .case-intro__subtitle,
.pace-done .case-intro__title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.pace-done .case-intro__btn {
  opacity: 1;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.pace-done .case-intro__btn .slash {
  -webkit-animation: d .6s ease .6s;
  animation: d .6s ease .6s;
}

.pace-done .case-intro__btn:after {
  -webkit-animation: a 1.2s ease;
  animation: a 1.2s ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.case-intro__bg {
  background-position: 50%;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100vh - 125px);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
}

.case-intro__bg,
.case-intro__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-intro__container {
  background-color: rgba(0,40,85,.75);
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100%;
  margin: 80px 0 218px;
  width: 1705px;
}

.case-intro__title {
  color: #fff;
  font: 200 68px/93px EtelkaWide;
  letter-spacing: .05em;
  margin-bottom: 22px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  transform: translateY(-3em);
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;
  width: 100%;
}

.case-intro__subtitle {
  color: #fff;
  font: 200 21px/23px EtelkaWide;
  letter-spacing: .05em;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateY(3em);
  -ms-transform: translateY(3em);
  transform: translateY(3em);
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;
  width: 100%;
}

.case-intro__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%,-3em);
  -ms-transform: translate(-50%,-3em);
  transform: translate(-50%,-3em);
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;
  z-index: 1;
}

.case-scroll-animation.case-text-block-with-separator {
  opacity: 0;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;
}

.case-scroll-animation_active.case-text-block-with-separator {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.case-text-block-with-separator__container {
  margin: 0 auto;
  text-align: center;
  width: 70%;
}

.case-text-block-with-separator__title {
  color: #002855;
  font: 200 68px/90px EtelkaWide;
  letter-spacing: .05em;
  margin-top: 175px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.case-text-block-with-separator__description {
  color: #002855;
  font: 200 23px/45px EtelkaTextPro;
  letter-spacing: .04em;
  margin-top: 25px;
}

.case-text-block-result .case-text-block-result__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 64px;
}

.case-text-block-result .case-text-block-result__item {
  text-align: center;
}

.case-text-block-result .case-text-block-result__digit {
  color: #002855;
  font: 200 160px/1em AkzidenzLightCn;
  letter-spacing: .01em;
  margin-bottom: 13px;
}

.case-text-block-result .case-text-block-result__title {
  color: #002855;
  font: 200 21px/33px EtelkaWide;
  letter-spacing: .05em;
}

.case-scroll-animation.case-text-block-result {
  opacity: 0;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;
}

.case-scroll-animation_active.case-text-block-result {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.case-text-block {
  margin-top: 197px;
}

.case-text-block .case-text-block__container {
  margin: 0 160px;
}

.case-text-block .case-text-block__title {
  color: #002855;
  font: 400 30px/46px EtelkaWide;
  margin-bottom: 26px;
}

.case-text-block .case-text-block__text {
  color: #002855;
  font: 200 23px/45px EtelkaTextPro;
}

.case-text-block .case-text-block__list li {
  padding-left: 44px;
  position: relative;
}

.case-text-block .case-text-block__list li:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50%;
  border: 2px solid #fb4f14;
}

.case-video-block {
  margin-top: 190px;
}

.case-video-player {
  height: 854px;
}

.case-quote-block {
  margin-top: 200px;
  margin-bottom: 280px;
}

.case-quote-block__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.case-quote-block__container .case-quote-block__image {
  margin-left: 84px;
  width: 540px;
  min-width: 540px;
}

.case-quote-block__container .case-quote-block__image img {
  width: 100%;
  height: auto;
}

.case-quote-block__container .case-quote-block__content {
  margin-left: 145px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.case-quote-block__container .case-quote-block__title {
  color: #002855;
  font: 200 42px/53px EtelkaWide;
  margin-top: -8px;
  text-transform: uppercase;
}

.case-quote-block__container .case-quote-block__author {
  color: #fb4f14;
  font: 200 13px/22px EtelkaWide;
  text-transform: uppercase;
  margin-top: 24px;
}

.case-quote-block__container .case-quote-block__text {
  color: #002855;
  font: 200 23px/45px EtelkaTextPro;
  margin-top: 81px;
}

.case-section-preview {
  height: 952px;
  overflow: hidden;
  position: relative;
}

.case-section-preview__bg {
  background-position: 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.case-section-preview__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.case-scroll-animation_active.case-section-preview .case-section-preview__btn .slash {
  -webkit-animation: d .6s ease .6s;
  animation: d .6s ease .6s;
}

.case-scroll-animation_active.case-section-preview .case-section-preview__btn:after {
  -webkit-animation: a 1.2s ease;
  animation: a 1.2s ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.case-graph__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 918px;
  overflow: hidden;
}

.case-graph {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.case-graph .case-graph-element__pointers-item {
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.case-graph .case-graph-element__pointers-item_active {
  opacity: 1;
}

.case-graph .case-graph-element__circle {
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.case-graph .case-graph-element__circle_active {
  opacity: 1;
}

.case-graph .case-graph-element__point {
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.case-graph .case-graph-element__point_active {
  opacity: 1;
}

.case-graph .case-graph__base {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #f5f5f5;
  stroke-width: 15;
  stroke-miterlimit: 10;
}

.case-graph__colors_orange {
  fill: #fb4f14;
}

.case-graph__colors_dark-grey {
  fill: #bfbfbf;
}

.case-graph-element__line {
  stroke-width: 2;
  stroke-miterlimit: 10;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.case-graph-element__line_orange {
  stroke: #fb4f14;
}

.case-graph-element__line_dark-grey {
  stroke: #bfbfbf;
}

.case-graph__note {
  opacity: 0;
  margin-bottom: 115px;
  min-width: 300px;
  position: absolute;
  text-align: center;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 1;
}

.case-graph__note .case-graph__note-title {
  color: #002855;
  font: 200 80px/1em AkzidenzLightCn;
}

.case-graph__note .case-graph__note-slash {
  margin-top: 30px;
  margin-bottom: 38px;
}

.case-graph__note .case-graph__note-text {
  color: #002855;
  font: 200 21px/33px EtelkaWide;
}

.case-graph__note_active {
  opacity: 1;
}

.main-page-slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-page-slider+footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.main-page-slider--blue .main-page-slider__bg {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.main-page-slider__bg {
  background: #002855;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-page-slider__wrapper {
  text-align: center;
  height: 100%;
  width: 80%;
  margin: 0 auto;
}

.main-page-slider__slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease .6s,opacity 0s ease .6s;
  -o-transition: visibility 0s ease .6s,opacity 0s ease .6s;
  transition: visibility 0s ease .6s,opacity 0s ease .6s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.main-page-slider__slide .main-page-slider__text-container,
.main-page-slider__slide .main-page-slider__title-container {
  color: #002855;
  height: calc(50% - 19px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-page-slider__slide .main-page-slider__text-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
}

.main-page-slider__slide .main-page-slider__slash-container {
  font-size: 0;
  width: 100%;
}

.main-page-slider__slide .main-page-slider__title {
  font: 300 68px/1em EtelkaWide;
  letter-spacing: .06em;
  margin-bottom: 31px;
  text-transform: uppercase;
  -webkit-transition: color .6s ease .6s,opacity .6s ease,-webkit-transform .6s ease;
  transition: color .6s ease .6s,opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: color .6s ease .6s,opacity .6s ease,transform .6s ease;
  transition: color .6s ease .6s,opacity .6s ease,transform .6s ease;
  transition: color .6s ease .6s,opacity .6s ease,transform .6s ease,-webkit-transform .6s ease;
  -webkit-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  transform: translateY(-3em);
  opacity: 0;
}

.main-page-slider__slide .main-page-slider__text {
  font: 300 23px/43px EtelkaWide;
  letter-spacing: .04em;
  margin-top: 28px;
  -webkit-transition: color 0s ease .6s,opacity .6s ease,-webkit-transform .6s ease;
  transition: color 0s ease .6s,opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: color 0s ease .6s,opacity .6s ease,transform .6s ease;
  transition: color 0s ease .6s,opacity .6s ease,transform .6s ease;
  transition: color 0s ease .6s,opacity .6s ease,transform .6s ease,-webkit-transform .6s ease;
  -webkit-transform: translateY(3em);
  -ms-transform: translateY(3em);
  transform: translateY(3em);
  opacity: 0;
}

.main-page-slider__slide .main-page-slider__btn {
  margin-top: 111px;
}

.main-page-slider__slide .main-page-slider__btn_mobile,
.main-page-slider__slide .main-page-slider__page-down-btn {
  display: none;
}

.main-page-slider__slide .main-page-slider__point {
  font: inherit;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.main-page-slider__slide_active {
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  z-index: 2;
}

.main-page-slider__slide_active .main-page-slider__text-container .main-page-slider__text,
.main-page-slider__slide_active .main-page-slider__title-container .main-page-slider__title {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.main-page-slider__slide_active .main-page-slider__slash-container .slash {
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.main-page-slider__slide_active .main-page-slider__point {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
  opacity: 1;
}

.main-page-slider--blue .main-page-slider__slide .main-page-slider__text,
.main-page-slider--blue .main-page-slider__slide .main-page-slider__title {
  color: #fff;
}

.main-page-slider__nav {
  position: absolute;
  top: 50%;
  left: 124px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.main-page-slider__nav .main-page-slider__nav-item {
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  color: #002855;
  -webkit-transition: color .6s ease;
  -o-transition: color .6s ease;
  transition: color .6s ease;
  font: 300 20px/1em EtelkaWide;
  letter-spacing: .02em;
  margin-bottom: 30px;
}

.main-page-slider__nav .main-page-slider__nav-item:last-child {
  margin: 0;
}

.main-page-slider__nav .main-page-slider__nav-item span {
  opacity: 0;
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

.main-page-slider__nav .main-page-slider__nav-item:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #002855;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: opacity .15s ease .15s,background .3s ease;
  -o-transition: opacity .15s ease .15s,background .3s ease;
  transition: opacity .15s ease .15s,background .3s ease;
  z-index: 1;
}

.main-page-slider__nav .main-page-slider__nav-item:after {
  content: "";
  background-color: #fb4f14;
  display: block;
  position: absolute;
  top: 50%;
  left: -78px;
  -webkit-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease,-webkit-transform .6s ease;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  opacity: 0;
  width: 40px;
  height: 2px;
  z-index: 1;
}

.main-page-slider__nav .main-page-slider__nav-item:hover:before {
  background-color: #002855;
}

.main-page-slider__nav .main-page-slider__nav-item_active span {
  opacity: 1;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

.main-page-slider__nav .main-page-slider__nav-item_active:before {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.main-page-slider__nav .main-page-slider__nav-item_active:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.main-page-slider--blue .main-page-slider__nav .main-page-slider__nav-item {
  color: #fff;
}

.main-page-slider--blue .main-page-slider__nav .main-page-slider__nav-item:before {
  border-color: #fff;
}

.main-page-slider--blue .main-page-slider__nav .main-page-slider__nav-item:hover:before {
  background-color: #fff;
}

.main-page-slider__slide_active .spectr__slide .spectr__title,
.main-page-slider__slide_active .spectr__svg {
  opacity: 1;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.main-page-slider__slide_active .spectr__slide .spectr__title {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.main-page-slider__slide_active .spectr:after {
  opacity: 1;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.main-page-slider__slide_active .spectr:after,
.main-page-slider__slide_active .spectr__svg {
  -webkit-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
}

.spectr {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 1;
}

.spectr:after {
  background-image: url(/images/gradient.png);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  content: "";
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0s ease 0s;
  -o-transition: opacity 0s ease 0s;
  transition: opacity 0s ease 0s;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 2;
}

.spectr__hand {
  display: none;
  position: absolute;
  margin-bottom: -480px;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
}

.spectr__hand svg {
  fill: hsla(0,0%,100%,.4);
}

.spectr__svg {
  height: 155%;
  opacity: 0;
  -webkit-transition: opacity 0s ease;
  -o-transition: opacity 0s ease;
  transition: opacity 0s ease;
  z-index: 2;
}

.spectr__curve {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.spectr__progress {
  stroke: #002f5f;
  stroke-miterlimit: 10;
}

.spectr__progress,
.spectr__progress-bar {
  fill: none;
  fill-rule: evenodd;
  clip-rule: evenodd;
}

.spectr__progress-bar {
  stroke: #fb4f14;
  stroke-miterlimit: 10;
  -webkit-transition: 2s linear;
  -o-transition: 2s linear;
  transition: 2s linear;
}

.spectr__curves,
.spectr__progress-bar {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.spectr__curves {
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
}

.spectr__pins {
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  -o-transition: transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear,-webkit-transform 2s linear;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.spectr__pin {
  cursor: pointer;
}

.spectr__pin .spectr__pin-point {
  fill: hsla(0,0%,100%,.5);
}

.spectr__pin .spectr__pin-circle {
  stroke: #fff;
  stroke-miterlimit: 10;
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease,-webkit-transform .6s ease;
  fill: none;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.spectr__pin .spectr__pin-hover {
  fill: transparent;
}

.spectr__pin:hover .spectr__pin-point,
.spectr__pin_active .spectr__pin-point {
  fill: #fb4f14;
}

.spectr__pin_active .spectr__pin-circle {
  opacity: 1;
}

.isFirefox .spectr__pin .spectr__pin-circle,
.spectr__pin_active .spectr__pin-circle {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.spectr__curves {
  fill: none;
  stroke: #405e80;
  stroke-miterlimit: 10;
}

.spectr__slide,
.spectr__slides {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.spectr__slide {
  visibility: hidden;
  -webkit-transition: visibility 0s ease .6s;
  -o-transition: visibility 0s ease .6s;
  transition: visibility 0s ease .6s;
}

.spectr__slide_active {
  visibility: visible;
}

.spectr__slide_active .spectr__slash {
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.spectr__slide_active .spectr__text {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.spectr__slide-wrapper {
  margin: 0 auto;
  width: 80%;
  height: 100%;
}

.spectr__title-container {
  height: calc(50% - 19px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spectr__title {
  color: #fff;
  font: 300 68px/1em EtelkaWide;
  letter-spacing: .06em;
  margin-bottom: 31px;
  -webkit-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  transform: translateY(-3em);
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;
  opacity: 0;
  text-transform: uppercase;
  text-align: center;
}

.spectr__slash-container {
  font-size: 0;
  text-align: center;
  width: 100%;
}

.spectr__text {
  color: #fff;
  font: 300 23px/43px EtelkaWide;
  letter-spacing: .05em;
  text-align: center;
  margin-top: 28px;
  -webkit-transform: translateY(3em);
  -ms-transform: translateY(3em);
  transform: translateY(3em);
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;
  opacity: 0;
}

.spectr__bg {
  fill: #002651;
}

.solutions {
  position: relative;
  height: 100%;
}

.solution__section {
  position: relative;
}

.solution__section--terminals .solution__section-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.solution__section--terminals .solution__section-content {
  margin-left: 16.66667%;
  margin-top: -125px;
  position: relative;
  width: 33.33333%;
}

.solution__section--terminals .solution__section-image {
  position: absolute;
  right: -4.16667%;
  top: 50%;
  -webkit-transform: translate(100%,-50%);
  -ms-transform: translate(100%,-50%);
  transform: translate(100%,-50%);
  width: 41.66667vw;
}

.solution__section--terminals .solution__section-head {
  margin-bottom: 26px;
}

.solution__section--terminals .solution__section-desc {
  margin-bottom: 74px;
}

.solution__section--universal .solution__section-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.solution__section--universal .solution__section-content {
  text-align: center;
  width: 45.83333%;
}

.solution__section--universal .solution__section-head {
  margin-bottom: 19px;
}

.solution__section--universal .solution__section-desc {
  margin-top: 25px;
  margin-bottom: 0;
}

.solution__section--terminal {
  background-size: cover;
  background-position: 50% 50%;
  height: calc(100vh - 125px);
}

.solution__section--guarantee .solution__section-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.solution__section--guarantee .solution__section-content {
  text-align: center;
  width: 45.83333%;
}

.solution__section--guarantee .solution__section-head {
  margin-bottom: 19px;
}

.solution__section--guarantee .solution__section-desc {
  margin-top: 25px;
  margin-bottom: 74px;
}

.solution__section--guarantee .solution__section-btn {
  margin: 0 auto;
}

.solution__section--slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 66px;
}

.solution__section--slider .academic-slider__nav-left,
.solution__section--slider .academic-slider__nav-right {
  display: none;
}

.solution__section-box {
  height: calc(100vh - 125px);
}

.solution__section-content {
  color: #002855;
}

.solution__section-head {
  font: 200 68px/93px EtelkaWide;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.solution__section-desc {
  font: 200 23px/45px EtelkaTextPro;
  text-align: justify;
}

.solution__detail .academic-section {
  padding-top: 0;
}

.solution__detail .academic-section__title {
  font-size: 42px;
  display: inline-block;
  text-align: left;
  position: relative;
  margin-top: 48px;
  margin-bottom: 68px;
}

.solution__detail .academic-section__title:after {
  content: "";
  position: absolute;
  left: 105%;
  width: 90%;
  height: 2px;
  bottom: 34px;
  background-color: #fb4f14;
}

.solution__detail .academic-section .academic-slider__text {
  height: auto;
}

.solution__detail .academic-section .academic-slider__title {
  height: auto;
  font-size: 32px;
}

.solution__detail .academic-section .academic-slider__title .academic-slider__title-text span {
  display: block;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0;
}

.solution__detail .academic-section .academic-slider__image {
  height: 100%;
}

.solution__detail .academic-section .academic-slider__content .btn {
  border: 1px solid #002855;
  background-color: transparent;
}

.solution__detail .academic-section .academic-slider__content .btn span {
  color: #002855;
  -webkit-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}

.solution__detail .academic-section .academic-slider__content .btn:after {
  display: none;
}

.solution__detail .academic-section .academic-slider__content .btn:hover {
  background-color: #002855;
}

.solution__detail .academic-section .academic-slider__content .btn:hover span {
  color: #fff;
}

.solution__detail .academic-section .academic-slider__dot span {
  display: inline-block;
}

.solutions-section.solution__detail.mobile-view .solution__detail__slider {
  position: relative;
  top: 0;
}

.solutions-section.solution__detail.mobile-view .slider__nav {
  display: none;
}

.solutions-section.solution__detail.mobile-view .slider__container {
  position: relative;
  overflow: visible;
}

.solutions-section.solution__detail.mobile-view .slider__item {
  position: relative;
  -webkit-transform: translate(0) scale(1);
  -ms-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
  opacity: 1;
  height: auto;
}

.solutions-section.solution__detail.mobile-view .slider__item.slider__item--left {
  background-image: none!important;
  padding-top: 23.4375vw;
  padding-bottom: 46.875vw;
}

.solutions-section.solution__detail.mobile-view .slider__item.slider__item--center {
  padding-top: 10%;
  padding-bottom: 15.625vw;
}

.solutions-section.solution__detail.mobile-view .slider__item.slider__item--center .slider__item__desc {
  width: 100%;
}

.solutions-section.solution__detail.mobile-view .slider__item.slider__item--terminal-slider {
  height: 100vw;
}

.solutions-section.solution__detail.mobile-view .slider__item__box {
  position: static;
  width: 95%;
  margin: 0 auto;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  text-align: center;
  padding: 3vw 0;
}

.solutions-section.solution__detail.mobile-view .slider__item__img {
  display: block;
  width: 80%;
  margin: -3vw auto 0;
}

.solutions-section.solution__detail.mobile-view .slider__item__img img {
  max-width: 100%;
}

.solutions-section.solution__detail.mobile-view .slider__item__head {
  font-size: 7.03125vw;
  line-height: 8.28125vw;
}

.solutions-section.solution__detail.mobile-view .slider__item__desc {
  font-size: 2.5vw;
  line-height: 4.53125vw;
}

.solutions-section.solution__detail.mobile-view .slider__item .btn {
  margin: 50px auto 0;
}

.cooperation {
  margin-top: 13.02083vw;
  background-color: #002855;
  color: #fff;
  padding: 13.85417vw 14.84375vw;
  position: relative;
}

.cooperation .input-checkbox label {
  opacity: .25;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.cooperation .input-checkbox input:checked+label {
  opacity: 1;
}

.cooperation .input-checkbox .input-checkbox__text {
  text-transform: none;
  letter-spacing: .05em;
}

.cooperation__line-top {
  position: absolute;
  width: 2px;
  top: -81px;
  height: 81px;
  left: 50%;
  background-color: #ff5014;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  overflow: hidden;
}

.cooperation__line {
  position: absolute;
  width: 2px;
  top: 0;
  left: 50%;
  background-color: #26486e;
  height: 18.07292vw;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.cooperation__line .move-line {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ff5014;
  -webkit-transform: translateY(-41%) translateZ(0) scale(1);
  transform: translateY(-41%) translateZ(0) scale(1);
  -webkit-transition: -webkit-transform .5s ease .2s;
  transition: -webkit-transform .5s ease .2s;
  -o-transition: transform .5s ease .2s;
  transition: transform .5s ease .2s;
  transition: transform .5s ease .2s,-webkit-transform .5s ease .2s;
  -webkit-backface-visibility: hidden;
}

.cooperation__item {
  font-size: 1.66667vw;
  line-height: 2.1875vw;
  width: 100%;
  padding: 2.60417vw 50% 2.60417vw 0;
  text-align: right;
  color: #26486e;
  -webkit-transition: color .5s ease .2s;
  -o-transition: color .5s ease .2s;
  transition: color .5s ease .2s;
  position: relative;
}

.cooperation__item-last {
  text-align: center;
  font-family: EtelkaWide;
  padding: 2.60417vw 0;
}

.cooperation__item-last .description {
  font-size: .88542vw;
  line-height: 1.71875vw;
}

.cooperation__item-last .bottom__box {
  padding: 40px 0;
}

.cooperation__item-last .bottom__box>* {
  display: inline-block;
  vertical-align: middle;
}

.cooperation__item-last .bottom__box a {
  color: #fff;
  margin: 0 20px;
  text-decoration: none;
}

.cooperation__item__line {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%) translateZ(0) scale(1);
  transform: translate(-50%) translateZ(0) scale(1);
}

.cooperation__item__line:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  border: 1px solid #26486e;
  border-radius: 100%;
  background-color: #002855;
  -webkit-font-smoothing: antialiased;
  -webkit-filter: blur(0);
  -webkit-transform: translate(-50%,-50%) translateZ(0) scale(1);
  transform: translate(-50%,-50%) translateZ(0) scale(1);
  -webkit-transition: border .5s ease .2s,width .5s ease .2s,height .5s ease .2s;
  -o-transition: border .5s ease .2s,width .5s ease .2s,height .5s ease .2s;
  transition: border .5s ease .2s,width .5s ease .2s,height .5s ease .2s;
  z-index: 1;
}

.cooperation__item__line:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  border: 1px solid transparent;
  border-radius: 100%;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-filter: blur(0);
  -webkit-transform: translate(-50%,-50%) translateZ(0) scale(1);
  transform: translate(-50%,-50%) translateZ(0) scale(1);
  z-index: 2;
  -webkit-transition: border .5s ease .2s,opacity .5s ease .2s,width .5s ease .2s,height .5s ease .2s;
  -o-transition: border .5s ease .2s,opacity .5s ease .2s,width .5s ease .2s,height .5s ease .2s;
  transition: border .5s ease .2s,opacity .5s ease .2s,width .5s ease .2s,height .5s ease .2s;
}

.cooperation__item__line .line {
  position: absolute;
  top: calc(-50% + 20px);
  left: 0;
  height: 100%;
  width: 2px;
  overflow: hidden;
}

.cooperation__item__line .line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #ff5014;
  -webkit-font-smoothing: antialiased;
  -webkit-filter: blur(0);
  -webkit-transform: translateY(-100%) translateZ(0) scale(1);
  transform: translateY(-100%) translateZ(0) scale(1);
  opacity: 0;
  -webkit-transition: opacity .5s ease .2s,-webkit-transform .5s ease .2s;
  transition: opacity .5s ease .2s,-webkit-transform .5s ease .2s;
  -o-transition: transform .5s ease .2s,opacity .5s ease .2s;
  transition: transform .5s ease .2s,opacity .5s ease .2s;
  transition: transform .5s ease .2s,opacity .5s ease .2s,-webkit-transform .5s ease .2s;
}

.cooperation__item__line--in_slider:after,
.cooperation__item__line--in_slider:before {
  display: none;
}

.cooperation__item__line--in_slider .line {
  height: calc(100% + 45% + 9px);
}

.cooperation__item--active,
.cooperation__item--active .cooperation__item__button:after {
  color: #fff;
}

.cooperation__item--active .cooperation__item__line:before {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
}

.cooperation__item--active .cooperation__item__line:after {
  opacity: 1;
  width: 2px;
  height: 2px;
  border: 2px solid #fff;
}

.cooperation__item--active .cooperation__item__line .line:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cooperation__item--active.scrolled .cooperation__item__line:before {
  width: 10px;
  height: 10px;
  border: 2px solid #fb4f14;
}

.cooperation__item--active.scrolled .cooperation__item__line:after {
  opacity: 0;
}

.cooperation__item--active .cooperation__item__name:after {
  width: 100%;
}

.cooperation__item--active .cooperation-slider__nav__line .line {
  -webkit-transform: translate(75%);
  -ms-transform: translate(75%);
  transform: translate(75%);
}

.cooperation__item--active .cooperation-slider__head {
  color: #fff;
}

.cooperation__item--active.cooperation__form-head .cooperation__item__line-2 .line:after,
.cooperation__item--active.cooperation__form .cooperation__item__line .line:after {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.cooperation__item__name {
  text-transform: uppercase;
  font-family: EtelkaWide;
  padding: 1.19792vw 0;
  margin: 0 10% 0 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-filter: blur(0);
}

.cooperation__item__name span {
  position: relative;
  z-index: 2;
  font-weight: 100;
}

.cooperation__item__name:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 0;
  height: 100%;
  right: 0;
  border-top: 1px solid #fb4f14;
  border-bottom: 1px solid #fb4f14;
  -webkit-transition: width .5s ease .2s;
  -o-transition: width .5s ease .2s;
  transition: width .5s ease .2s;
}

.cooperation__item__name--in_slider {
  font-size: 2.76042vw;
  line-height: 3.64583vw;
  padding: 2.60417vw 0;
}

.cooperation__item__name--in_slider:after {
  border-top: 0;
  border-bottom-width: 1px;
}

.cooperation__item__name--in_slider:hover:after {
  width: 30%;
}

.cooperation__item--right {
  text-align: left;
  padding: 2.60417vw 0 2.60417vw 50%;
}

.cooperation__item--right .cooperation__item__name {
  margin: 0 0 0 10%;
}

.cooperation__item--right .cooperation__item__name:after {
  left: 0;
}

.cooperation__item--center {
  text-align: left;
  padding: 15.625vw 0 2.60417vw 5%;
}

.cooperation__item--center .cooperation__item__line {
  height: 100%;
  width: 1px;
  left: 0;
}

.cooperation__item--center .cooperation__item__line:after,
.cooperation__item--center .cooperation__item__line:before {
  display: none;
}

.cooperation__item--center .cooperation__item__line-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1px;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  background-color: #26486e;
}

.cooperation__item--center .cooperation__item__name {
  font-size: 2.76042vw;
  line-height: 3.64583vw;
  font-weight: 100;
}

.cooperation__item--center .cooperation__item__name.no-line:after {
  display: none;
}

.cooperation__item__button-box {
  width: 100%;
  padding: 2.60417vw 0;
  position: relative;
}

.cooperation__item__button-box .cooperation__item__line {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 1;
}

.cooperation__item__button-box .cooperation__item__line:before {
  width: 10px;
  height: 10px;
  border: 2px solid #26486e;
  border-radius: 100%;
  background-color: #002855;
  -webkit-transition: border .5s ease .2s,width .5s ease .2s,height .5s ease .2s;
  -o-transition: border .5s ease .2s,width .5s ease .2s,height .5s ease .2s;
  transition: border .5s ease .2s,width .5s ease .2s,height .5s ease .2s;
}

.cooperation__item__button-box .cooperation__item__line:after,
.cooperation__item__button-box .cooperation__item__line:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.cooperation__item__button-box .cooperation__item__line:after {
  width: 0;
  height: 0;
  border: 1px solid transparent;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: border .5s ease .2s,opacity .5s ease .2s,width .5s ease .2s,height .5s ease .2s;
  -o-transition: border .5s ease .2s,opacity .5s ease .2s,width .5s ease .2s,height .5s ease .2s;
  transition: border .5s ease .2s,opacity .5s ease .2s,width .5s ease .2s,height .5s ease .2s;
}

.cooperation__item__button-box .cooperation__item__line:after,
.cooperation__item__button-box .cooperation__item__line:before {
  display: none;
}

.cooperation__item__button-box .cooperation__item__line .line {
  top: calc(-50% + 15px);
}

.cooperation__item__button-box .rectangle-btn__line--active {
  position: absolute;
  opacity: 1;
}

.cooperation__item__button-box .rectangle-btn__line--active:nth-child(8) {
  width: 0;
  height: 1px;
  top: 0;
  left: 50%;
  background-color: #fb4f14;
  -webkit-transition: opacity .4s ease .5s,height .4s ease .5s,width .4s ease .5s;
  -o-transition: opacity .4s ease .5s,height .4s ease .5s,width .4s ease .5s;
  transition: opacity .4s ease .5s,height .4s ease .5s,width .4s ease .5s;
}

.cooperation__item__button-box .rectangle-btn__line--active:nth-child(9) {
  height: 0%;
  background-color: #fb4f14;
  top: 0;
  right: 0;
  width: 1px;
  -webkit-transition: opacity .4s ease .8s,height .4s ease .8s,width .4s ease .8s;
  -o-transition: opacity .4s ease .8s,height .4s ease .8s,width .4s ease .8s;
  transition: opacity .4s ease .8s,height .4s ease .8s,width .4s ease .8s;
}

.cooperation__item__button-box .rectangle-btn__line--active:nth-child(10) {
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fb4f14;
  -webkit-transition: opacity .4s ease .5s,height .4s ease .5s,width .4s ease .5s;
  -o-transition: opacity .4s ease .5s,height .4s ease .5s,width .4s ease .5s;
  transition: opacity .4s ease .5s,height .4s ease .5s,width .4s ease .5s;
}

.cooperation__item__button-box .rectangle-btn__line--active:nth-child(11) {
  height: 0%;
  background-color: #fb4f14;
  bottom: 0;
  left: 0;
  width: 1px;
  -webkit-transition: opacity .4s ease .8s,height .4s ease .8s,width .4s ease .8s;
  -o-transition: opacity .4s ease .8s,height .4s ease .8s,width .4s ease .8s;
  transition: opacity .4s ease .8s,height .4s ease .8s,width .4s ease .8s;
}

.cooperation__item__button-box.cooperation__item--active .svg.svg-ico.pos-center {
  fill: #fff;
}

.cooperation__item__button-box.cooperation__item--active .rectangle-btn .rectangle-btn__line span {
  background-color: #fb4f14;
}

.cooperation__item__button-box.cooperation__item--active .rectangle-btn .rectangle-btn__line--active {
  position: absolute;
  opacity: 1;
}

.cooperation__item__button-box.cooperation__item--active .rectangle-btn .rectangle-btn__line--active:nth-child(8) {
  width: 50%;
  height: 1px;
}

.cooperation__item__button-box.cooperation__item--active .rectangle-btn .rectangle-btn__line--active:nth-child(9) {
  height: 25%;
  width: 1px;
}

.cooperation__item__button-box.cooperation__item--active .rectangle-btn .rectangle-btn__line--active:nth-child(10) {
  width: 50%;
  height: 1px;
}

.cooperation__item__button-box.cooperation__item--active .rectangle-btn .rectangle-btn__line--active:nth-child(11) {
  height: 25%;
  width: 1px;
}

.cooperation__item__button {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  min-width: 0;
  background-color: #002855;
  position: relative;
  z-index: 2;
}

.cooperation__item__button:after {
  content: attr(data-text);
  font-size: 14px;
  line-height: 1.82292vw;
  color: #26486e;
  left: 125%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
  position: absolute;
  -webkit-transition: color .7s ease .7s;
  -o-transition: color .7s ease .7s;
  transition: color .7s ease .7s;
}

.cooperation__item__button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  min-width: 0;
}

.cooperation__item__button svg {
  width: 60%;
  height: 60%;
  fill: #26486e;
  stroke: #26486e;
  stroke-width: 0px;
  -webkit-transition: fill .5s ease 1.2s;
  -o-transition: fill .5s ease 1.2s;
  transition: fill .5s ease 1.2s;
}

.cooperation__slider {
  z-index: 1;
  padding: 0 0 2.60417vw 50%;
}

.cooperation-slider {
  margin-left: 10%;
  font-family: EtelkaWide;
}

.cooperation-slider__head {
  font-size: 1.14583vw;
  line-height: 1.82292vw;
  color: #26486e;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2.60417vw;
  -webkit-transition: color .5s ease .2s;
  -o-transition: color .5s ease .2s;
  transition: color .5s ease .2s;
}

.cooperation-slider__list {
  margin: 0;
  padding: 0;
}

.cooperation-slider__list li {
  font-size: .88542vw;
  line-height: 1.71875vw;
  margin-top: 25px;
  padding-left: 25px;
  position: relative;
  opacity: 0;
  text-align: left;
  -webkit-transition: opacity .5s ease .2s;
  -o-transition: opacity .5s ease .2s;
  transition: opacity .5s ease .2s;
}

.cooperation-slider__list li.active {
  opacity: 1;
}

.cooperation-slider__list li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border: 2px solid #fb4f14;
  border-radius: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cooperation-slider__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.cooperation-slider__left .slide-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity .5s ease .2s;
  -o-transition: opacity .5s ease .2s;
  transition: opacity .5s ease .2s;
}

.cooperation-slider__left .slide-item--active {
  opacity: 1;
  z-index: 1;
}

.cooperation-slider__left .slide-item .svg-production {
  width: 70%;
  height: 70%;
}

.cooperation-slider__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #26486e;
  z-index: 3;
}

.cooperation-slider__nav__line {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
  overflow: hidden;
}

.cooperation-slider__nav__line .line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fb4f14;
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
  -webkit-transition: -webkit-transform .5s ease .2s;
  transition: -webkit-transform .5s ease .2s;
  -o-transition: transform .5s ease .2s;
  transition: transform .5s ease .2s;
  transition: transform .5s ease .2s,-webkit-transform .5s ease .2s;
}

.cooperation-slider__nav .slider__nav-item {
  cursor: pointer;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #26486e;
  background-color: #002855;
  border-radius: 100%;
  z-index: 2;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
}

.cooperation-slider__nav .slider__nav-item,
.cooperation-slider__nav .slider__nav-item:after {
  position: absolute;
  top: 50%;
  -webkit-transition: border .5s ease .2s,opacity .5s ease .2s,width .5s ease .2s,height .5s ease .2s;
  -o-transition: border .5s ease .2s,opacity .5s ease .2s,width .5s ease .2s,height .5s ease .2s;
  transition: border .5s ease .2s,opacity .5s ease .2s,width .5s ease .2s,height .5s ease .2s;
}

.cooperation-slider__nav .slider__nav-item:after {
  content: "";
  width: 2px;
  height: 2px;
  left: 50%;
  border: 2px solid transparent;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.cooperation-slider__nav .slider__nav-item.slider__nav-item--active,
.cooperation-slider__nav .slider__nav-item:hover {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  -webkit-font-smoothing: antialiased;
}

.cooperation-slider__nav .slider__nav-item.slider__nav-item--active:after,
.cooperation-slider__nav .slider__nav-item:hover:after {
  opacity: 1;
  border: 2px solid #fff;
}

.cooperation-slider__nav .slider__nav-item.slider__nav-item--active>.cooperation__line:before,
.cooperation-slider__nav .slider__nav-item:hover>.cooperation__line:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.cooperation-slider__nav .slider__nav-item.was-active {
  border: 2px solid #fb4f14;
}

.cooperation__form {
  padding-top: 0;
  overflow: hidden;
}

.cooperation__form .cooperation__item__line:after,
.cooperation__form .cooperation__item__line:before {
  display: none;
}

.cooperation__form .cooperation__item__line .line {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 2px;
  height: 100%;
}

.cooperation__form .cooperation__item__line .line:after {
  content: "";
  background-color: #fb4f14;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .5s ease .2s;
  transition: -webkit-transform .5s ease .2s;
  -o-transition: transform .5s ease .2s;
  transition: transform .5s ease .2s;
  transition: transform .5s ease .2s,-webkit-transform .5s ease .2s;
}

.cooperation__form-head {
  background-color: #002855;
}

.cooperation__form-head .cooperation__item__line {
  width: 2px;
  height: 100%;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  background-color: #26486e;
}

.cooperation__form-head .cooperation__item__line .line {
  top: 0;
}

.cooperation__form-head .cooperation__item__line-2 .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  overflow: hidden;
}

.cooperation__form-head .cooperation__item__line-2 .line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
  background-color: #fb4f14;
  -webkit-transition: -webkit-transform .5s ease .2s;
  transition: -webkit-transform .5s ease .2s;
  -o-transition: transform .5s ease .2s;
  transition: transform .5s ease .2s;
  transition: transform .5s ease .2s,-webkit-transform .5s ease .2s;
}

.cooperation__form .contact-tab__form {
  width: 90%;
}

.cooperation__form .contact-tab__form input,
.cooperation__form .contact-tab__form textarea {
  background-color: transparent;
  display: block;
}

.cooperation__form .contact-tab__form input[type=text] {
  color: #fff;
}

.cooperation__form .contact-tab__form .input-checkbox {
  position: relative;
  margin-bottom: 96px;
}

.cooperation__form .contact-tab__form .input-checkbox input {
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  opacity: 0;
}

.cooperation__form .contact-tab__form .input-checkbox__text {
  color: #fff;
  text-align: left;
}

.cooperation__form .contact-tab__form .input-checkbox.input-error label {
  opacity: 1;
}

.cooperation__form .contact-tab__form .input-checkbox.input-error .input-checkbox__text {
  color: #fb4f14;
}

.cooperation__form .contact-tab__form .input-checkbox.input-error .input-checkbox__box {
  border: 1px solid #fb4f14;
}

.cooperation__form .contact-tab__form .input-text__message {
  top: 100%;
  background-color: transparent;
  text-align: left;
}

.cooperation__form--success {
  padding: 7.8125vw 0;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.cooperation__form--success .slash {
  margin: 20px 0;
}

.cooperation__form--success .success__head {
  font-size: 2.70833vw;
  line-height: 3.64583vw;
  text-transform: uppercase;
  font-family: EtelkaWide;
  font-weight: 100;
}

.cooperation__form--success .success__description {
  font-family: EtelkaTextPro;
  font-size: .88542vw;
  line-height: 1.71875vw;
}

.cooperation.show-line>.cooperation__line:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.form-send__button {
  display: inline-block;
  background-color: #002855;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.form-send__button .rectangle-btn {
  font-family: EtelkaWide;
  border: 0;
  background-color: #002855;
  font-weight: 100;
  text-transform: uppercase;
  font-size: .57292vw;
  line-height: 3.64583vw;
  letter-spacing: .1em;
}

.where-buy__carts-container {
  margin-top: 132px;
}

.where-buy__carts_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.where-buy__carts_page .where-buy__cart {
  width: calc(50% - 20px);
}

.where-buy__carts_page .where-buy__cart:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.where-buy__carts_popup-list {
  display: block;
  padding: 40px 165px 0 0;
}

.where-buy__carts_popup-list .where-buy__cart {
  width: 100%;
}

.where-buy__carts_popup-list .where-buy__cart_empty {
  min-height: 565px;
}

.where-buy__carts_popup-detail .where-buy__cart {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 101px;
}

.where-buy__cart {
  border: 1px solid #dfdfdf;
  margin-bottom: 40px;
  padding: 0 20px 162px 194px;
  position: relative;
}

.where-buy__cart_empty .where-buy__cart-text {
  color: #7f7f7f;
  font: 200 18px/20px EtelkaTextPro;
  margin-top: 94px;
}

.where-buy__cart_empty .where-buy__cart-text:hover {
  color: #7f7f7f;
}

.where-buy__cart_empty .where-buy__cart-phone {
  color: #7f7f7f;
  font: 200 18px/20px EtelkaTextPro;
  margin-top: 31px;
}

.where-buy__cart_empty .where-buy__cart-phone:hover {
  color: #7f7f7f;
}

.where-buy__cart-title {
  font: 400 20px/35px EtelkaWide;
  color: #002855;
  margin-top: 90px;
  text-transform: uppercase;
}

.where-buy__cart-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 7px;
}

.where-buy__cart-status .where-buy__cart-status-icon {
  display: inline-block;
  margin-right: 14px;
}

.where-buy__cart-status span {
  font: 200 18px/1em EtelkaTextPro;
  text-transform: uppercase;
}

.where-buy__cart-status_gold .where-buy__cart-status-icon svg {
  fill: #fb4f14;
}

.where-buy__cart-status_gold span {
  color: #fb4f14;
}

.where-buy__cart-status_silver .where-buy__cart-status-icon svg {
  fill: #707a81;
}

.where-buy__cart-status_silver span {
  color: #707a81;
}
.where-buy__cart-status_bronze .where-buy__cart-status-icon svg {
  fill: #965e4c;
}

.where-buy__cart-status_bronze span {
  color: #965e4c;
}

.where-buy__cart-text {
  color: #30446d;
  font: 200 23px/35px EtelkaTextPro;
  margin-top: 37px;
}

.where-buy__cart-phone {
  display: inline-block;
  color: #002855;
  font: 200 23px/40px EtelkaTextPro;
  margin-top: 24px;
  text-decoration: none;
}

.where-buy__cart-phone:hover {
  color: #002855;
}

.where-buy__cart-email {
  display: block;
  color: #fb4f14;
  font: 200 23px/40px EtelkaTextPro;
  text-decoration: none;
}

.where-buy__cart-email:hover {
  color: #fb4f14;
}

.where-buy__cart-website {
  color: #002855;
  font: 200 23px/40px EtelkaTextPro;
  display: block;
  text-decoration: none;
}

.where-buy__cart-website:hover {
  color: #002855;
}

.where-buy__cart-feedback-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 60px;
  left: 194px;
  z-index: 1;
}

.where-buy__recommendation {
  margin: 140px 0;
  text-align: center;
}

.where-buy__recommendation-text {
  color: #002855;
  font: 200 23px/45px EtelkaTextPro;
  margin-top: 52px;
}

.where-buy__wrapper {
  width: 1705px;
  margin: 0 auto;
}
.where-buy_for-international {
display: none;
}

.contact-tab {
  margin-bottom: 190px;
}

.contact-tab .contact__title {
  opacity: 0;
  -webkit-transform: translateY(-2em);
  -ms-transform: translateY(-2em);
  transform: translateY(-2em);
}

.contact-tab__bar {
  margin-left: 47px;
  margin-right: 47px;
  margin-bottom: 194px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.contact-tab-bar__item,
.contact-tab__bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-tab-bar__item {
  height: 97px;
  background-color: #002855;
  color: #fff;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background .4s ease;
  -o-transition: background .4s ease;
  transition: background .4s ease;
}

.contact-tab-bar__item_active {
  cursor: default;
  background-color: #fb4f14;
}

.contact-tab-bar__item:hover {
  background-color: #fb4f14;
}

.contact-tab-bar__item span {
  width: 100%;
  font-family: EtelkaWide,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.contact-tab-content__item {
  position: absolute;
  top: 0;
  left: 0;
}

.contact-tab-content__item_active {
  position: relative;
}

.contact-tab__content {
  width: 667px;
  float: left;
  position: relative;
}

.contact-tab__form {
  width: 852px;
  float: right;
}

.contact__content {
  width: 1704px;
  margin-left: auto;
  margin-right: auto;
}

.contact__content:after {
  content: "";
  display: table;
  clear: both;
}

.contact__title {
  position: relative;
  margin-bottom: 55px;
  -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
  transition: opacity .4s ease,-webkit-transform .4s ease;
  -o-transition: transform .4s ease,opacity .4s ease;
  transition: transform .4s ease,opacity .4s ease;
  transition: transform .4s ease,opacity .4s ease,-webkit-transform .4s ease;
}

.contact__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fb4f14;
  bottom: 13px;
  left: 0;
  z-index: 1;
}

.contact__title span {
  font-family: EtelkaWide,Helvetica,sans-serif;
  font-size: 42px;
  font-weight: 200;
  text-transform: uppercase;
  color: #002855;
  background-color: #fff;
  display: inline;
  position: relative;
  z-index: 2;
  line-height: 1.26em;
  letter-spacing: .085em;
  padding-right: 14px;
}

.contact__text {
  font-family: EtelkaTextPro,sans-serif;
  font-size: 23px;
  font-weight: 200;
  color: #002855;
  line-height: 1.9em;
  margin-bottom: 46px;
  letter-spacing: .036em;
  -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
  transition: opacity .4s ease,-webkit-transform .4s ease;
  -o-transition: transform .4s ease,opacity .4s ease;
  transition: transform .4s ease,opacity .4s ease;
  transition: transform .4s ease,opacity .4s ease,-webkit-transform .4s ease;
  opacity: 0;
  -webkit-transform: translateY(4em);
  -ms-transform: translateY(4em);
  transform: translateY(4em);
}

.contact__text a {
  color: #002855;
  text-decoration: none;
  position: relative;
}

.contact__text a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #a1a7b5;
  border-bottom: 1px solid #d3d6db;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.contact__text a:hover:after {
  opacity: 0;
}

.contact-more {
  font-family: EtelkaTextPro,sans-serif;
  font-size: 23px;
  font-weight: 200;
  color: #002855;
  line-height: 1.9em;
  letter-spacing: .036em;
  max-width: 536px;
  -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
  transition: opacity .4s ease,-webkit-transform .4s ease;
  -o-transition: transform .4s ease,opacity .4s ease;
  transition: transform .4s ease,opacity .4s ease;
  transition: transform .4s ease,opacity .4s ease,-webkit-transform .4s ease;
  opacity: 0;
  -webkit-transform: translateY(6em);
  -ms-transform: translateY(6em);
  transform: translateY(6em);
}

.contact-more:after {
  content: "";
  display: table;
  clear: both;
}

.contact-more a {
  text-decoration: none;
  color: #002855;
}

.contact-more__elm {
  /* float: left; */
  /* width: 100%; */
  padding-right: 5px;
}

.contact-more__elm:first-child:after {
  content: "|";
  display: none;
  float: right;
}

.contact-more__elm:nth-child(2n) {
  /* text-align: right; */
}

a.contact-link-special {
  color: #fb4f14;
  position: relative;
  text-decoration: none;
}

a.contact-link-special:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fda789;
  border-bottom: 1px solid #fed3c4;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

a.contact-link-special:hover:after {
  opacity: 0;
}

.contact-tab__form-btn {
  float: right;
}

.contact-tab-content__item_active {
  z-index: 1;
}

.contact-tab-content__item_active .contact-more,
.contact-tab-content__item_active .contact__text,
.contact-tab-content__item_active .contact__title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.contact-mobile {
  display: none;
}

.contact-info {
  width: 100%;
  font-family: EtelkaTextPro,sans-serif;
  font-size: 23px;
  font-weight: 200;
  color: #002855;
  line-height: 1.9em;
  letter-spacing: .036em;
  margin-bottom: 60px;
}

.contact-info+.form-footer {
  margin-bottom: 80px;
}

.contact-info__elm {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  padding: 1.29em 0;
}

.contact-info__elm:last-child {
  border-bottom: 0;
}

.contact-info__title {
  display: table-cell;
}

.contact-info__phone {
  display: table-cell;
  text-align: right;
}

.contact-info__phone a {
  text-decoration: none;
  color: #002855;
}

.about-content {
  width: 1366px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 160px;
}

.about-content__title {
  color: #002855;
  font: 200 68px/90px EtelkaWide;
  letter-spacing: .05em;
  margin-top: 90px;
  margin-bottom: 83px;
  text-transform: uppercase;
  text-align: center;
}

.about-content__title:after {
  content: "";
  width: 140px;
  height: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #ff4e02;
  margin-top: 31px;
}

.about-content__title_separator {
  margin-top: 163px;
  margin-bottom: 51px;
}

.about-content__title_separator:after {
  width: 40px;
  margin-top: 42px;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.about-content__subtitle {
  color: #002855;
  font: 400 31px/1.6em EtelkaWide;
  letter-spacing: .03em;
  margin-bottom: 48px;
}

.about-content__text {
  color: #002855;
  font: 200 23px/1.9em EtelkaTextPro;
  letter-spacing: .04em;
}

.about-content__text p {
  margin-bottom: 1.2em;
}

.team {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 121px;
}

.team__subtitle {
  display: none;
}

.team__detail {
  margin-bottom: 110px;
  overflow: hidden;
  height: 725px;
}

.team__detail-elm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 725px;
}

.team__detail-picture {
  width: 1069px;
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team__detail-content {
  width: calc(100% - 1069px);
  padding-left: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team__detail-fullname {
  color: #002855;
  font-family: EtelkaWide,sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 54px;
  text-transform: uppercase;
  height: 108px;
  margin-bottom: 13px;
  letter-spacing: .06em;
}

.team__detail-position {
  color: #fb4f14;
  font-size: 20px;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 90px;
}

.team__detail-position,
.team__detail-slogan {
  font-family: EtelkaWide,sans-serif;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  letter-spacing: .06em;
}

.team__detail-slogan {
  color: #002855;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 50px;
}

.team__detail-excerpt {
  color: #002855;
  font-family: EtelkaTextPro,sans-serif;
  font-size: 23px;
  font-weight: 200;
  line-height: 43px;
  max-width: 890px;
  height: 129px;
  margin-bottom: 90px;
  letter-spacing: .06em;
  overflow: hidden;
}

.team__detail-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team__detail-links .btn:first-child {
  margin-right: 70px;
}

.team__list {
  overflow: hidden;
  height: 343px;
}

.team__list-elm {
  width: 100%;
  height: 263px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.team__list-elm:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,120,255,.2);
  opacity: 1;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.team__list-elm:hover .team__list-hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.team__list-position {
  display: none;
}

.team__list-bg {
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.team__list-bg--filter {
  opacity: 1;
}

.team__list .team__list-elm--active {
  cursor: default;
}

.team__list .team__list-elm--active .team__list-image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.team__list .team__list-elm--active .team__list-hover {
  display: none;
}

.team__list .team__list-elm--active:after {
  opacity: 0;
}

.team__list-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #002855;
  text-align: center;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
}

.team__list-title {
  color: #fff;
  font-family: EtelkaWide,sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
  text-transform: uppercase;
  margin-top: 73px;
  margin-bottom: 20px;
  letter-spacing: .06em;
}

.team__list-subtitle {
  display: none;
}

.team__list-desc {
  font-family: EtelkaTextPro,sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .04em;
}

.team__list-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.team__list-nav {
  margin-left: auto;
  width: calc((100% - 35px) / 7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team__list-nav .team__list-next,
.team__list-nav .team__list-prev {
  width: calc((100% - 130px) / 2);
}

.team__list-nav.disabled {
  display: none;
}

.team__list-next .svg,
.team__list-prev .svg {
  cursor: pointer;
  height: 100%;
  fill: #fb4f14;
  -webkit-transition: fill .6s ease;
  -o-transition: fill .6s ease;
  transition: fill .6s ease;
}

.team__list-next.disabled .svg,
.team__list-prev.disabled .svg {
  cursor: default;
  fill: #002855;
}

.team__list-prev {
  margin-right: 70px;
}

.services__screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 0;
  position: relative;
  height: calc(100vh - 125px);
}

.services__screen-text {
  color: #002855;
  font: 200 23px/45px EtelkaTextPro;
  text-align: justify !important;
}

.services__screen-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.services__screen-wrapper {
  width: 50%;
}

.services__screen--image {
  background-size: cover;
  background-position: 50%;
}

.services__screen--image .services__screen-title {
  color: #fff;
  font: 200 68px/90px EtelkaWide;
  letter-spacing: .05em;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.services__screen--underline .services__screen-title {
  color: #002855;
  position: relative;
  font: 200 68px/1em EtelkaWide;
  margin-bottom: 81px;
  padding-bottom: 47px;
  text-align: center;
  text-transform: uppercase;
}

.services__screen--underline .services__screen-title:after {
  background-color: #fb4f14;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 143px;
  height: 3px;
  z-index: 1;
}

.services__screen--sep .services__screen-wrapper,
.services__screen--underline .services__screen-text {
  text-align: center;
}

.services__screen--sep .services__screen-title {
  color: #002855;
  font: 200 68px/90px EtelkaWide;
  letter-spacing: .05em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.services__screen--sep .services__screen-text {
  color: #002855;
  font: 200 23px/45px EtelkaTextPro;
  letter-spacing: .04em;
  margin-top: 25px;
}

.services__screen--text .services__screen-text {
  color: #002855;
  font: 200 23px/45px EtelkaTextPro;
  letter-spacing: .04em;
  text-align: justify;
}

.chronograph {
  background-color: #002855;
  color: #fff;
  position: relative;
  text-align: center;
  padding-bottom: 306px;
  overflow: hidden;
  height: 1384px;
}

.chronograph:before {
  content: "";
  display: block;
  position: absolute;
  top: -105px;
  left: 50%;
  height: 407px;
  width: 2px;
  background-color: #fb4f14;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.chronograph .owl-item,
.chronograph .owl-stage,
.chronograph .owl-stage-outer {
  height: 100%;
}

.chronograph__content {
  height: 536px;
  overflow: hidden;
}

.chronograph__elm {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.chronograph__title {
  font-size: 68px;
  font-family: EtelkaWide,sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  width: 640px;
  letter-spacing: .04em;
  margin-bottom: 38px;
}

.chronograph__desc {
  font-family: EtelkaWide,sans-serif;
  font-weight: 200;
  font-size: 23px;
  color: #fff;
  width: 900px;
  letter-spacing: .04em;
  line-height: 1.9em;
}

.chronograph__navigation {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.chronograph__navigation:after {
  content: "";
  display: none;
  width: 100%;
  height: 132px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaoAAAAqCAYAAADiSB+aAAAFcklEQVR4nO3dy29UVRzA8e+0hWIVgg8QX0A0CgmKGkwwVCG4MCYGF7IC1/wRbiT8G7JVVu58xEeIGBWNxDSKohRta4HwVrGAlNIZF79puL09t9PHTEdmvp+kua9zzz0ztPlxHvec0q633kbSZAf27ekGNgDLgNO79+4/0eQiSW2ro9kFkP6ntgEbiUC1/cC+PVuaXB6pbXUBD2eOSzPYzx4XnZ/YLyXS5NMXXa9Vluw2lUeJqWWY2HZktvl8Jn46cuk6EtcmfjoTaToz1/LXU/d35q7Xui91T/56Nq9UWVPPTH2OzlyekH4umXuy2/w9pVz6UiI/Euny25n8/sz0d2wUuAQMAl+/+/G3PVevjx481Nd/fEfvxq7Fi7p23dWzZMeVa9efBp4AVgLduTwq1W254HmVRJpywX35tNn9cuZ69ricuTebZjyxn79vPLct59KVc/mUc+nGc+eKzmefn9qmnpHfJ/E5xhPfT+q7yn83Rd9p9t+jkktfSfyQ2K91f9F+Ud7Zz59Pn/9MMPvn5VVy29RzU+VJ5ZEveypN4X4XcKrgZqltvfHK8zuBs4f6+n/b9fLmAaB75/ZNp3bv3f9ms8smtZtSpVIU5KS29iJwP/Be9XgT8BTwDnCzWYWS2pF9VFLaMHAPsLR63A8sAtY2q0BSuzJQSWmngDFgTfV4BDhD9E9JWkAGKiltnKhVrc2cOw48xK1alqQFYKCSig0Cq4jRfRPHY8DjTSuR1IYMVFKxk8QQ2dXV45vA78C6ppVIakMGKqnYGNFXtSZz7jjR9PdgU0oktSEDlTS9QeAR4uVlgPPA30wdVJH6W7oDWNK4okntoavZBZD+5/4AthI1qJPVc8eJ96q+Id6t2kD0Y10CDgP/AtuBFdX054GDxMhBSbPkC79Sba8Cl4Gvqsc9wO7queXAz8AFou9qJXCDmJLpCFHTeq66/YwIahXgBHB2wT6BdBuz6U+qbZDJw9SvEX1XdwPfEbWoE8BH1WudwIfAEDAAfEJMbvs6UTNbDrxGTHorqQYDlVTbENHftDJz7lfgCnA0c64M/AIcIwLWhMtEs2AF+AB4H+gDNgMPNKrQUqswUEm1XQPOMXn03zDR5JefKf0YMYQ9rx84TQQ3iGbBAWAL068wILU9A5U0M4NMDlRl4IdEujHgz8T5n4AvcueOEM2HDnWXpmGgkmZmiJikdtkc768wuTkQ4B+ipuYLxNI0DFTSzIwAF5lcq6qHYWLx0s5aCaV2ZaCSpreEW31I+ea/ejhHBKlVdc5XahkGKimtA3gBeJJbs0sMEqP0uotumoMLRH+XgUoqYKCS0p4lgtL3xEwTEFMnXSKmVKqXcaKv6t465im1FKdQktLWE+9K5adu+ZKYdaKe/gLuq3OeUsuwRiVNVQLuJD033wWiBlRPI8Qy9/7HUUowUElTVYDrLNxKvleIJsB69n1JLcNAJaUNE0t5LMSw8avEooyLFuBZ0m3HQCWl9RHz+22j8VMcjRKBSlKCgUpKuwx8DjwKvERjg9UNIlC55o6UYKCSig0CnxJLfGxr4HPGiD6q8QY+Q7ptGaik6Q0Tq/M+BvQ26BkVIkjZ/CclGKik2oaIZsD1xBL0jTBO/d/PklqC721IMzNA/L30Ei/oDtQx7w5iiLp9VFKCgUqauX5i3r9e4qXfi3XKt5sIfpISbPqTZudHYpDFVur33lMPMYu6pAQDlTR7h4ka1eY65VcmPV2TJAxU0lyUiclpVwCr65DfmTrkIbUsA5U0N6NEsHqG+TcBOohCmkapUvFvRJqHdcBi4GizCyK1KmtU0vz0E0uCOPO51CDWqKT5W0qs0DvU5HJILcn3qKT5G6HxM6xLbes/pDl5veCGOfMAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: 50%;
}

.chronograph__btn {
  width: 102px;
  height: 14px;
  margin: 0 65px;
  cursor: pointer;
}

.chronograph__btn svg {
  width: 100%;
  height: 100%;
  fill: #fb4f14;
  display: block;
  -webkit-transition: fill .4s ease;
  -o-transition: fill .4s ease;
  transition: fill .4s ease;
}

.chronograph__btn--disable svg {
  fill: #1f456f;
}

.chronograph__future {
  position: absolute;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  cursor: pointer;
  font-family: EtelkaWide,sans-serif;
  font-size: 13px;
  font-weight: 200;
  text-transform: uppercase;
  color: #fb4f14;
  z-index: 2;
}

.chronograph .slick-list,
.chronograph .slick-track {
  height: 100%;
}

.expertise__container-text {
  height: calc(100vh - 230px - 125px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.expertise__title {
  color: #002855;
  font-family: EtelkaWide,sans-serif;
  font-size: 70px;
  font-weight: 200;
  line-height: 93px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: .06em;
  -webkit-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  transform: translateY(-1em);
  opacity: 0;
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;
}

.expertise__title .expertise__title-line {
  margin: 35px auto 0;
  width: 142px;
  height: 2px;
}

.expertise__title .expertise__title-line:after {
  content: "";
  width: 0;
  display: block;
  height: 100%;
  -webkit-transition: width .6s ease .6s;
  -o-transition: width .6s ease .6s;
  transition: width .6s ease .6s;
  background-color: #fb4f14;
}

.expertise__subtitle {
  text-align: center;
  max-width: 1340px;
  margin: 0 auto;
  letter-spacing: .06em;
  color: #002855;
  -webkit-transform: translateY(1.5em);
  -ms-transform: translateY(1.5em);
  transform: translateY(1.5em);
  opacity: 0;
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease;
  transition: transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;
}

.expertise__subtitle .expertise__subtitle-top {
  font-family: EtelkaWide,sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

.expertise__subtitle .expertise__subtitle-bottom {
  display: block;
  text-align: center;
  color: #002c5b;
  font-family: EtelkaTextPro,sans-serif;
  font-size: 23px;
  font-weight: 200;
  line-height: 45px;
  margin-top: 17px;
}

.expertise__container-btn {
  height: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

.expertise--btn {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0;
}

.expertise--btn .read-more-btn__title {
  color: #002855;
  opacity: 0;
  -webkit-transition: opacity .6s ease .6s;
  -o-transition: opacity .6s ease .6s;
  transition: opacity .6s ease .6s;
}

.expertise--btn:after {
  background-color: #d5dde5;
  opacity: 0;
  -webkit-transform: translate(50%,50%) scaleY(0);
  -ms-transform: translate(50%,50%) scaleY(0);
  transform: translate(50%,50%) scaleY(0);
}

.expertise__video {
  height: 100vh;
  background-color: #000;
}

.pace-done .expertise__subtitle,
.pace-done .expertise__title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.pace-done .expertise__title-line:after {
  width: 100%;
}

.pace-done .expertise--btn .slash {
  -webkit-animation: d .6s ease .6s;
  animation: d .6s ease .6s;
}

.pace-done .expertise--btn .read-more-btn__title {
  opacity: 1;
}

.pace-done .expertise--btn:after {
  -webkit-animation: a 1.2s ease 1s;
  animation: a 1.2s ease 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: translate(50%,50%) scaleY(0);
  -ms-transform: translate(50%,50%) scaleY(0);
  transform: translate(50%,50%) scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.academic-section {
  max-width: 1365px;
  margin: 0 auto;
  padding-top: 90px;
}

.academic-section__title {
  color: #002855;
  font-family: EtelkaWide,sans-serif;
  font-size: 68px;
  font-weight: 200;
  line-height: 93px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: .06em;
}

.academic-section__title span {
  font-weight: inherit;
  display: none;
}

.academic-section__title span:first-child {
  display: block;
}

.academic-section__title-line {
  margin: 0 auto 77px;
  width: 142px;
  height: 2px;
}

.academic-section__title-line:after {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  background-color: #fb4f14;
}

.academic-section__subtitle {
  text-align: center;
  margin: 0 auto 60px;
  letter-spacing: .06em;
  color: #002855;
}

.academic-section__subtitle-top {
  font-family: EtelkaWide,sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 47px;
  display: block;
  margin-bottom: 48px;
}

.academic-section__subtitle-bottom {
  display: block;
  text-align: center;
  font-weight: 200;
}

.academic-section__subtitle-bottom,
.academic-section__text {
  color: #002855;
  font-family: EtelkaTextPro,sans-serif;
  font-size: 23px;
  line-height: 45px;
}

.academic-section__text {
  font-weight: 400;
  margin-bottom: 44px;
  text-align: justify;
}

.academic-section__text:last-child {
  margin-bottom: 0;
}

.academic-section--slider {
  max-width: 100%!important;
  padding-left: 48px;
  padding-right: 48px;
}

.academic-section--big {
  max-width: 1560px;
  padding-top: 153px;
}

.academic-slider__wrapper {
  display: block;
  position: relative;
}

.academic-slider__item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-left: 50%;
  padding-bottom: 160px;
  padding-top: 130px;
}

.academic-slider__image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  bottom: 0;
  width: 50%;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.academic-slider__title {
  color: #002855;
  font-family: EtelkaWide,sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 36px;
  letter-spacing: .06em;
  height: 108px;
  overflow: hidden;
}

.academic-slider__title-text {
  font-weight: inherit;
  display: none;
}

.academic-slider__title-text:first-child {
  display: block;
}

.academic-slider__text {
  margin-bottom: 90px;
  height: 90px;
  display: block;
  overflow: hidden;
  letter-spacing: .06em;
}

.academic-slider__btn {
  height: 91px;
  padding: 0 30px;
  min-width: 367px;
  text-align: center;
  font-weight: 400;
  line-height: 91px;
}

.academic-slider__content {
  width: 931px;
}

.academic-slider__dots {
  background-color: #002855;
  width: calc(100% - 500px);
}

.academic-slider__dots-nav {
  width: 500px;
  height: 100%;
  background-color: #002855;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.academic-slider__dots-nav .disabled {
  opacity: .3;
}

.academic-slider__dots-nav-left {
  margin-right: 80px;
}

.academic-slider__dots-nav-left,
.academic-slider__dots-nav-right {
  width: 50px;
  cursor: pointer;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.academic-slider__dots-wrappper {
  height: 95px;
  line-height: 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.academic-slider__dots-wrappper--no-slider .academic-slider__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.academic-slider__dots-wrappper--no-slider .academic-slider__dot {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0!important;
  padding-right: 0!important;
}

.academic-slider__dots-wrappper--no-slider .academic-slider__dots-nav {
  display: none;
}

.academic-slider__dot {
  text-align: center;
  padding-left: 135px;
  padding-right: 135px;
  display: inline-block;
  background-color: #002855;
  -webkit-transition: background-color .6s ease;
  -o-transition: background-color .6s ease;
  transition: background-color .6s ease;
  white-space: nowrap;
  cursor: pointer;
}

.academic-slider__dot--active {
  background-color: #fb4f14;
}

.academic-slider__dot-text {
  color: #fff;
  font-family: EtelkaWide,sans-serif;
  font-size: 13px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: .06em;
  display: none;
}

.academic-slider__dot-text:first-child {
  display: block;
}

.academic-slider__nav-left,
.academic-slider__nav-right {
  position: absolute;
  width: 45px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  z-index: 2;
  cursor: pointer;
}

.academic-slider__nav-right {
  right: 40px;
}

.academic-slider__nav-right:active {
  -webkit-transform: translate(15%,-50%);
  -ms-transform: translate(15%,-50%);
  transform: translate(15%,-50%);
}

.academic-slider__nav-left {
  left: 40px;
}

.academic-slider__dots .owl-item .academic-slider__dot {
  padding-left: 135px;
  padding-right: 135px;
}

.academic-slider__dots .owl-item:first-child .academic-slider__dot {
  padding-left: 225px;
}

.academic-feedback {
  border-top: 1px solid #fb4f14;
  border-bottom: 1px solid #fb4f14;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 82px 0 97px;
  margin-bottom: 157px;
}

.academic-feedback__title {
  color: #002855;
  font-family: EtelkaWide,sasn-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-align: center;
  display: block;
  width: 100%;
  letter-spacing: .06em;
  margin-bottom: 48px;
}

.academic-feedback__btn {
  margin-right: 25px;
  min-width: 352px;
}

.academic-feedback__btn:last-child {
  margin-right: 0;
}

.academic-demands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 183px;
}

.academic-demands__image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 106px;
}

.academic-demands__content,
.academic-demands__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.academic-demands__list {
  margin-bottom: 90px;
}

.academic-demands__title {
  color: #002855;
  font-family: EtelkaWide,sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 36px;
  letter-spacing: .06em;
}

.academic-demands .btn {
  min-width: 385px;
}

.kurs-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.kurs-info__title {
  font-family: AkzidenzLightCn,sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 115px;
}

.kurs-info__sub-title,
.kurs-info__title {
  color: #002855;
  text-transform: uppercase;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.kurs-info__sub-title {
  opacity: .6;
  font-family: EtelkaWide,sans-serif;
  font-size: 19px;
  font-weight: 200;
  line-height: 33px;
}

.kurs-info__item {
  position: relative;
}

.kurs-info__item:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 34px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%,-50%) rotate(33deg);
  -ms-transform: translate(50%,-50%) rotate(33deg);
  transform: translate(50%,-50%) rotate(33deg);
  background-color: #fb4f14;
}

.kurs-info__item:first-child {
  padding-left: 10px;
  padding-right: 80px;
}

.kurs-info__item:nth-child(2) {
  padding-left: 80px;
  padding-right: 80px;
}

.kurs-info__item:last-child {
  padding-left: 80px;
  padding-right: 0;
}

.kurs-info__item:last-child:after {
  display: none;
}

.kurs-info--slider {
  margin-bottom: 80px;
}

.kurs-info--section {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 77px;
}

.timeline {
  height: 445px;
  position: relative;
}

.timeline:before {
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1f456f;
}

.timeline:after,
.timeline:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}

.timeline:after {
  width: 50%;
  border-bottom: 2px solid #fb4f14;
  right: 0;
}

.timeline .owl-item:first-of-type .timeline__elm:before {
  width: calc(50% + 1px);
}

.timeline .owl-item.center .timeline__elm:after {
  height: 40px;
}

.timeline .owl-item.center .timeline__elm .timeline__date {
  font-size: 80px;
  color: hsla(0,0%,100%,.8);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.timeline .owl-item.center .timeline__elm .timeline__title {
  opacity: 0;
}

.timeline__elm {
  text-align: center;
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
}

.timeline__elm:before {
  right: 0;
  width: 100%;
  border-bottom: 2px solid #fb4f14;
}

.timeline__elm:after,
.timeline__elm:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}

.timeline__elm:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 22px;
  width: 2px;
  background-color: #fb4f14;
  -webkit-transition: height .4s ease;
  -o-transition: height .4s ease;
  transition: height .4s ease;
}

.timeline__date {
  font-family: AkzidenzLightCn,sans-serif;
  font-weight: 200;
  color: hsla(0,0%,100%,.5);
  font-size: 40px;
  -webkit-transition: font-size .4s ease,color .4s ease,-webkit-transform .4s ease;
  transition: font-size .4s ease,color .4s ease,-webkit-transform .4s ease;
  -o-transition: font-size .4s ease,color .4s ease,transform .4s ease;
  transition: font-size .4s ease,color .4s ease,transform .4s ease;
  transition: font-size .4s ease,color .4s ease,transform .4s ease,-webkit-transform .4s ease;
  margin-bottom: 4px;
}

.timeline__title {
  font-family: EtelkaWide,sans-serif;
  font-weight: 200;
  color: #7d889a;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 37px;
}

.page-introduction {
  margin: 100px 0 0;
}

.page-introduction__title {
  color: #002855;
  position: relative;
  text-align: center;
  font: 200 68px/1em EtelkaWide;
  padding-bottom: 47px;
  text-transform: uppercase;
}

.page-introduction__title:after {
  background-color: #fb4f14;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 143px;
  height: 3px;
  z-index: 1;
}

.page-introduction__subtitle {
  color: #002855;
  font: 400 30px/46px EtelkaWide;
  margin-top: 81px;
  text-align: center;
}

.page-introduction__subtitle+.page-introduction__description {
  margin-top: 53px;
}

.page-introduction__description {
  color: #002855;
  font: 200 23px/45px EtelkaTextPro;
  margin-top: 81px;
  text-align: center;
}

.filter-container {
  margin-top: 116px;
  position: relative;
  z-index: 1;
}

.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.filter .input-dropdown {
  margin-right: 33px;
}

.filter .input-dropdown:last-of-type {
  margin-right: 0;
}

.filter .marker-btn {
  position: absolute;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.customPin {
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

.customPin .svg-map-pin {
  display: block;
  fill: #fb4f14;
  width: 36px;
  height: 36px;
  z-index: 1;
}

.customPin .svg-map-pin-active {
  display: none;
  width: 81px;
  height: 99px;
  fill: none;
  stroke: #fb4f14;
}

.customPin--active {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.customPin--active .svg-map-pin {
  display: none;
}

.customPin--active .svg-map-pin-active {
  display: block;
}

.gallery--cover .gallery__item {
  background-size: cover;
}

.gallery__main-block {
  background-color: #fff;
  height: 856px;
  width: 100%;
  position: relative;
}

.gallery__item {
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 856px;
  width: 100%;
}

.gallery__preview-block {
  margin-top: 22px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery__preview-block.owl-carousel .gallery__preview-item {
  width: 100%;
}

.gallery__preview-item-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 2;
}

.online__screen {
  min-height: calc(100vh - 125px);
  padding: 30px 0;
}

.online__screen-text-block {
  margin-left: 16.66667%;
  position: relative;
  width: 33.33333%;
}

.online__screen-image-block {
  position: absolute;
  right: -4.16667%;
  top: 50%;
  -webkit-transform: translate(100%,-50%);
  -ms-transform: translate(100%,-50%);
  transform: translate(100%,-50%);
  width: 41.66667vw;
}

.online__screen-title {
  color: #002855;
  font: 200 68px/93px EtelkaWide;
  text-transform: uppercase;
}

.online__screen-text {
  color: #002855;
  font: 200 23px/45px EtelkaTextPro;
}

.online__screen-text a {
  color: #fb4f14;
  text-decoration: none;
}

.online__screen-list {
  color: #002855;
  font: 200 23px/55px EtelkaTextPro;
  margin: 11px auto 0;
  width: 75%;
}

.online__screen-list li:before {
  content: "/ ";
  display: inline;
  font: inherit;
}

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

.online__screen--centered .online__screen-text,
.online__screen--centered .online__screen-title {
  margin: 0 auto;
  width: 45.83333%;
}

.online__screen--centered .online__screen-title {
  margin-top: 102px;
  margin-bottom: 19px;
}

.online__screen--centered .online__screen-text {
  margin-top: 25px;
}

.online__screen--centered .online__screen-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 59px;
}

.online__screen--intro {
  background-image: url(/images/online/shadow.jpg),url(/images/online/mountain.png);
  background-repeat: no-repeat;
  background-size: contain,auto;
  background-position: bottom,right 46vh;
}

.online__screen--intro .online__screen-text,
.online__screen--intro .online__screen-title {
  margin-left: 12.5%;
  width: 45.83333%;
}

.online__screen--intro .online__screen-title {
  margin-top: 76px;
  margin-bottom: 19px;
}

.online__screen--intro .online__screen-title img {
  width: 384px;
  height: 86px;
}

.online__screen--intro .online__screen-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.online__screen--with-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.online__screen--with-image .online__screen-title {
  margin-bottom: 62px;
}

.gallery__bar {
  background-color: rgba(0,40,85,.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: background .6s ease;
  -o-transition: background .6s ease;
  transition: background .6s ease;
  height: 98px;
  width: 100%;
  z-index: 1;
}

.gallery__bar .gallery__digitals {
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 115px;
  z-index: 3;
}

.gallery__bar .gallery__digitals,
.gallery__bar .gallery__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font: 400 13px/1em EtelkaWide;
  height: 100%;
}

.gallery__bar .gallery__title {
  text-transform: uppercase;
  -webkit-transition: opacity .6s ease 0s;
  -o-transition: opacity .6s ease 0s;
  transition: opacity .6s ease 0s;
  opacity: 0;
  padding: 0 0 0 55px;
  width: calc(100% - 115px);
  z-index: 2;
}

.gallery__bar .gallery__title span {
  color: #fff;
  font: inherit;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.gallery__bar .gallery__pointers {
  display: none;
  margin-left: auto;
  height: 100%;
}

.gallery__bar .gallery__pointers .gallery__pointers-btn {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery__bar--show-title .gallery__title {
  opacity: 1;
}

.gallery__bar--opacity-bg {
  background-color: rgba(0,40,85,0);
}

.gallery__preview-item {
  background-position: 50%;
  background-size: cover;
  cursor: pointer;
  margin-right: 4px;
  position: relative;
  height: 160px;
  width: 212px;
}

.gallery__preview-item:last-of-type {
  margin: 0;
}

.gallery__preview-item:after {
  content: "";
  display: block;
  opacity: 1;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.gallery__preview-item-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter .6s ease;
  transition: -webkit-filter .6s ease;
  -o-transition: filter .6s ease;
  transition: filter .6s ease;
  transition: filter .6s ease,-webkit-filter .6s ease;
}

.gallery__preview-item--video:after {
  background-color: rgba(0,30,80,.8);
  opacity: 1;
}

.gallery__preview-item--image:after {
  background-color: rgba(0,120,255,.2);
}

.gallery__preview-item:hover.gallery__preview-item--image {
  opacity: 1;
}

.gallery__preview-item:hover.gallery__preview-item--image .gallery__preview-item-image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.gallery__preview-item:hover.gallery__preview-item--image:after {
  opacity: 0;
}

.gallery__preview-item:hover .gallery__preview-item-btn {
  background-color: #fff;
}

.gallery__preview-item--active.gallery__preview-item--image .gallery__preview-item-image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.gallery__preview-item--active.gallery__preview-item--image:after {
  opacity: 0;
}

.gallery__preview-item--active .gallery__preview-item-btn {
  background-color: #fff;
}

.gallery__preview-item--active:hover.gallery__preview-item--image .gallery__preview-item-image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.gallery__preview-item--active:hover.gallery__preview-item--image:after {
  opacity: 0;
}

.quote {
  background-color: rgba(0,40,85,.04);
  border-left: 1px solid #fb4f14;
  padding: 16px 0 16px 54px;
}

.quote__image {
  float: left;
  width: 172px;
  text-align: center;
}

.quote__image img {
  width: 100%;
  max-height: 190px;
  height: auto;
}

.quote__content {
  position: relative;
}

.quote__text {
  font: 200 20px/40px EtelkaTextPro;
  margin-top: 23px;
}

.quote__author,
.quote__text {
  color: #002855;
  float: right;
  padding: 0 45px;
  width: calc(100% - 172px);
}

.quote__author {
  font: 400 13px/23px EtelkaWide;
  text-transform: uppercase;
  margin-top: 21px;
}

.text-block {
  color: #002855;
  font: 200 23px/45px EtelkaTextPro;
}

.text-block .text-block__title--h2 {
  font: 200 42px/54px EtelkaWide;
  margin-bottom: 66px;
  text-transform: uppercase;
}

.text-block .text-block__title--h3 {
  font: 400 30px/46px EtelkaWide;
  margin-bottom: 26px;
}

.text-block .text-block__list li {
  padding-left: 44px;
  position: relative;
}

.text-block .text-block__list li:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50%;
  border: 2px solid #fb4f14;
}

.text-block--white-theme {
  color: #fff;
}

.title-separator {
  position: relative;
  text-align: center;
  width: 100%;
}

.title-separator:before {
  content: "";
  display: block;
  background-color: #fb4f14;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  height: 1px;
  z-index: 1;
}

.title-separator span {
  background-color: #fff;
  color: #002855;
  font: 400 20px/1em EtelkaWide;
  padding: 0 35px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.materials-table {
  margin-top: 55px;
  margin-bottom: 59px;
}

.materials-table:last-child {
  margin-bottom: 0;
}

.materials-table .materials-table__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 18px 26px;
  position: relative;
  -webkit-transition: background .6s ease,opacity .6s ease,-webkit-transform .6s ease;
  transition: background .6s ease,opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: background .6s ease,transform .6s ease,opacity .6s ease;
  transition: background .6s ease,transform .6s ease,opacity .6s ease;
  transition: background .6s ease,transform .6s ease,opacity .6s ease,-webkit-transform .6s ease;
}

.materials-table .materials-table__doc-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #002855;
  font: 200 20px/37px EtelkaTextPro;
  -webkit-transition: color .6s ease;
  -o-transition: color .6s ease;
  transition: color .6s ease;
}

.materials-table .materials-table__doc-title span {
  color: inherit;
  display: inline-block;
  font: inherit;
}

.materials-table .materials-table__doc-size {
  color: #8d8d8d;
  font: 200 13px/37px EtelkaWide;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color .6s ease;
  -o-transition: color .6s ease;
  transition: color .6s ease;
  width: 18%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.materials-table .materials-table__doc-size span {
  color: inherit;
  display: inline-block;
  font: inherit;
}

.materials-table .materials-table__doc-category {
  color: #002855;
  font: 400 13px/37px EtelkaWide;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: color .6s ease;
  -o-transition: color .6s ease;
  transition: color .6s ease;
  width: 18%;
}

.materials-table .materials-table__doc-category span {
  color: inherit;
  display: inline-block;
  font: inherit;
}

.materials-table .materials-table__doc-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.materials-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 207px;
  margin-bottom: 130px;
}

.materials-table__container {
  margin-top: 151px;
}

.materials-table_wrapper {
  margin: 0 auto;
  width: 1710px;
}

.pressroom__main-news-container {
  margin-top: 132px;
  margin-bottom: 123px;
}

.pressroom__main-news {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pressroom__main-news-img {
  width: 50%;
}

.pressroom__main-news-img img {
  width: 100%;
  height: auto;
}

.pressroom__main-news-content {
  color: #002855;
  padding: 0 65px;
  width: 50%;
}

.pressroom__main-news-date {
  font: 200 40px/1em AkzidenzLightCn;
  margin-bottom: 30px;
}

.pressroom__main-news-title {
  color: #002855;
  font: 400 30px/46px EtelkaWide;
  margin-bottom: 31px;
}

.pressroom__main-news-title a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

.pressroom__main-news-description {
  font: 400 23px/45px EtelkaTextPro;
  max-height: 180px;
  margin-bottom: 61px;
}

.pressroom__newslist-container {
  margin-bottom: 244px;
}

.pressroom__newslist-container:last-of-type {
  margin-bottom: 204px;
}

.pressroom__newslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px;
}

.pressroom__newslist-new-container {
  display: none;
  width: 100%;
}

.pressroom__newslist-new-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pressroom__newslist-new-block .pressroom__newslist-item {
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: opacity .6s ease .6s,-webkit-transform .6s ease .6s;
  transition: opacity .6s ease .6s,-webkit-transform .6s ease .6s;
  -o-transition: opacity .6s ease .6s,transform .6s ease .6s;
  transition: opacity .6s ease .6s,transform .6s ease .6s;
  transition: opacity .6s ease .6s,transform .6s ease .6s,-webkit-transform .6s ease .6s;
}

.pressroom__newslist-new-block .pressroom__newslist-item:first-child {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.pressroom__newslist-new-block .pressroom__newslist-item:last-child {
  -webkit-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s;
}

.pressroom__newslist-new-block--open .pressroom__newslist-item {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.pressroom__newslist-item {
  padding: 75px 54px 83px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background .6s ease;
  -o-transition: background .6s ease;
  transition: background .6s ease;
  width: 33.33333%;
}

.pressroom__newslist-itemE {
  padding: 75px 54px 83px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background .6s ease;
  -o-transition: background .6s ease;
  transition: background .6s ease;
  width: 33.33333%;
  background-repeat: no-repeat;
  background-position: center 95%;
  /* background-image: url(/upload/ico1.png); */
}

.pressroom__newslist-date {
  color: rgba(0,40,85,.4);
  font: 200 40px/1em AkzidenzLightCn;
}

.pressroom__newslist-date,
.pressroom__newslist-title {
  -webkit-transition: color .6s ease;
  -o-transition: color .6s ease;
  transition: color .6s ease;
}

.pressroom__newslist-title {
  color: #002855;
  height: 138px;
  margin-top: 77px;
  text-transform:uppercase;
}

.pressroom__newslist-title span {
  font: 400 30px/46px EtelkaWide;
}

.pressroom__newslist-img {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.pressroom__newslist-img svg {
  max-height: 100%;
  width: 100%;
  -webkit-transition: fill .6s ease;
  -o-transition: fill .6s ease;
  transition: fill .6s ease;
}

.pressroom__newslist-showmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.pressroom__detail-title {
  color: #002855;
  font: 200 68px/93px EtelkaWide;
  margin-top: 85px;
  text-align: center;
  text-transform: uppercase;
}

.pressroom__detail-date {
  color: #fb4f14;
  font: 200 20px/1em EtelkaWide;
  margin-top: 19px;
  text-align: center;
  text-transform: uppercase;
}

.pressroom__detail-gallery {
  margin-top: 123px;
  margin-bottom: 88px;
}

.pressroom__detail-social {
  height: 178px;
  margin-top: 89px;
  margin-bottom: 109px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.pressroom__detail-social:after {
  background-color: #fb4f14;
  content: "";
  display: block;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  z-index: 1;
}

.pressroom__detail-social.anim--active:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.pressroom__detail-social-btn {
  margin-right: 26px;
}

.pressroom__detail-social-btn:last-of-type {
  margin: 0;
}

.pressroom__detail-quote {
  margin-top: 47px;
  margin-bottom: 52px;
}

.pressroom__wrapper {
  margin: 0 auto;
  width: 1708px;
}

.pressroom__detail-wrapper {
  margin: 0 auto;
  width: 1365px;
}

.production__gallery {
  margin-top: 110px;
  margin-bottom: 90px;
}

.production__text-wrapper {
  margin: 0 auto;
  width: 1366px;
}

.production__text-wrapper:last-child {
  margin-bottom: 71px;
}

.industy-solutions__text-block {
  margin-top: 83px;
  margin-bottom: 152px;
}

.industy-solutions__reviews {
  margin-top: 33px;
}

.industy-solutions__reviews-showmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 83px;
}

.industy-solutions__reviews-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.industy-solutions__reviews-new-block {
  display: none;
  width: 100%;
}

.industy-solutions__reviews-new-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.industy-solutions__reviews-new-list .industy-solutions__reviews-item {
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: opacity .6s ease .6s,-webkit-transform .6s ease .6s;
  transition: opacity .6s ease .6s,-webkit-transform .6s ease .6s;
  -o-transition: opacity .6s ease .6s,transform .6s ease .6s;
  transition: opacity .6s ease .6s,transform .6s ease .6s;
  transition: opacity .6s ease .6s,transform .6s ease .6s,-webkit-transform .6s ease .6s;
}

.industy-solutions__reviews-new-list .industy-solutions__reviews-item:first-child {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.industy-solutions__reviews-new-list .industy-solutions__reviews-item:last-child {
  -webkit-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s;
}

.industy-solutions__reviews-new-list--open .industy-solutions__reviews-item {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.industy-solutions__reviews-item {
  min-height: 416px;
  padding: 0 54px 90px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background .6s ease;
  -o-transition: background .6s ease;
  transition: background .6s ease;
  width: 33.33333%;
  display: block;
}

.industy-solutions__reviews-item-title {
  color: #002855;
  margin-top: 77px;
  -webkit-transition: color .6s ease;
  -o-transition: color .6s ease;
  transition: color .6s ease;
}

.industy-solutions__reviews-item-title span {
  font: 400 30px/46px EtelkaWide;
}

.industy-solutions__reviews-item-description {
  color: #002855;
  margin-top: 22px;
  max-height: 180px;
  -webkit-transition: color .6s ease;
  -o-transition: color .6s ease;
  transition: color .6s ease;
}

.industy-solutions__reviews-item-description span {
  font: 200 23px/45px EtelkaTextPro;
}

.industy-solutions__show-reviews {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.industy-solutions__text-wrapper {
  margin: 0 auto;
  width: 1370px;
}

.industy-solutions__reviews-wrapper {
  margin: 0 auto;
  width: 1708px;
}

.industy-solutions__reviews-wrapper:last-child {
  margin-bottom: 177px;
}

.big-business__introduction {
  position: relative;
  width: 100%;
}

.big-business__introduction-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 1;
}

.big-business__introduction-wrapper {
  display: table;
  min-height: 100vh;
  padding: 80px 0 200px;
  width: 100%;
}

.big-business__introduction-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  z-index: 2;
}

.big-business__introduction__subtitle,
.big-business__introduction__title {
  color: #fff;
  margin: 0 auto;
  width: 1250px;
}

.big-business__introduction-btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.big-business__introduction-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.big-business__content {
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}

.big-business__content-wrapper {
  margin: 0 auto;
  padding-top: 190px;
  padding-bottom: 163px;
  width: 1378px;
}

.big-business__content-btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 128px;
}

big-business__introduction-btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.big-business__content-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.big-business__feedback {
  background-color: #002855;
  display: table;
  min-height: 100vh;
  width: 100%;
  z-index: 3;
}

.big-business__feedback-wrapper {
  display: table-cell;
  padding: 40px 0;
  vertical-align: middle;
  width: 100%;
}

.big-business__feedback-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1670px;
}

.big-business__feedback-content {
  padding-right: 187px;
  width: 50%;
}

.big-business__feedback-content .big-business__feedback-content-title {
  color: #fff;
  font: 200 42px/54px EtelkaWide;
  margin-top: -11px;
  position: relative;
  text-transform: uppercase;
}

.big-business__feedback-content .big-business__feedback-content-title span {
  background-color: #002855;
  font: inherit;
  padding-right: 33px;
  position: relative;
  z-index: 2;
}

.big-business__feedback-content .big-business__feedback-content-title:after {
  background-color: #fb4f14;
  content: "";
  display: block;
  position: absolute;
  bottom: 16px;
  right: 0;
  height: 1px;
  width: 100%;
  z-index: 1;
}

.big-business__feedback-content .big-business__feedback-content-subtitle {
  color: hsla(0,0%,100%,.25);
  font: 200 23px/45px EtelkaTextPro;
  margin-top: 51px;
  letter-spacing: .05em;
}

.big-business__feedback-form-block {
  width: 50%;
}

.big-business__feedback-form-block .form-footer {
  margin-top: 78px;
}

.faq {
  width: 2245px;
  margin: 0 auto;
  padding-top: 207px;
  margin-bottom: 150px;
}

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

.faq__sidebar {
  width: 760px;
  margin-right: 170px;
  padding-left: 50px;
  float: left;
}

.faq__content {
  position: relative;
  width: calc(100% - 760px - 170px);
  float: left;
  overflow: hidden;
}

.faq__title {
  position: relative;
  margin-bottom: 122px;
}

.faq__title span {
  color: #002855;
  font-family: EtelkaWide,sans-serif;
  font-size: 68px;
  font-weight: 200;
  line-height: 93px;
  text-transform: uppercase;
  display: inline;
  padding-right: 36px;
  background-color: #fff;
  z-index: 2;
  position: relative;
  letter-spacing: .06em;
}

.faq__title:after {
  content: "";
  position: absolute;
  bottom: 24px;
  height: 1px;
  width: 100%;
  left: 0;
  z-index: 1;
  background-color: #fb4f14;
}

.faq .faq__btn {
  text-align: center;
  min-width: 437px;
  height: 72px;
  line-height: 72px;
}

.faq__menu {
  list-style-type: none;
  margin-left: -50px;
}

.faq__menu-item {
  margin-bottom: 50px;
}

.faq__menu-item:last-child {
  margin-bottom: 100px;
}

.faq__menu-link {
  position: relative;
  padding: 32px 50px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.faq__menu-link--deactivate {
  cursor: default;
}

.faq__menu-link--deactivate .faq__menu-link-hover {
  display: none;
}

.faq__menu-link-text {
  color: #002855;
  font-family: EtelkaWide,sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  -webkit-transition: color .6s ease;
  -o-transition: color .6s ease;
  transition: color .6s ease;
  letter-spacing: .06em;
  overflow: hidden;
}

.faq__menu-link-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  background-color: #002855;
  overflow: hidden;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.faq__menu-link-hover-text {
  color: #fff;
  font-family: EtelkaWide,sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color .6s ease;
  -o-transition: color .6s ease;
  transition: color .6s ease;
  letter-spacing: .06em;
  padding: 0 50px;
}

.faq__menu-link--active .faq__menu-link-hover {
  width: 100%;
}

.faq__menu-sub {
  padding-right: 157px;
}

.faq__menu-sub .faq__menu-link {
  margin-bottom: 0;
  padding: 9px 50px;
}

.faq__menu-sub .faq__menu-link-hover-text,
.faq__menu-sub .faq__menu-link-text {
  font-size: 13px;
  line-height: 42px;
  font-weight: 200;
}

.faq__menu-sub .faq__menu-item {
  margin-bottom: 0;
}

.faq__tab {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 0;
  padding-top: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transform: translateY(3%);
  -ms-transform: translateY(3%);
  transform: translateY(3%);
  -webkit-transition: visibility .6s ease,opacity .6s ease,height 0s ease .7s,padding-top 0s ease .7s,overflow 0s ease .7s,-webkit-transform 0s ease .6s;
  transition: visibility .6s ease,opacity .6s ease,height 0s ease .7s,padding-top 0s ease .7s,overflow 0s ease .7s,-webkit-transform 0s ease .6s;
  -o-transition: transform 0s ease .6s,visibility .6s ease,opacity .6s ease,height 0s ease .7s,padding-top 0s ease .7s,overflow 0s ease .7s;
  transition: transform 0s ease .6s,visibility .6s ease,opacity .6s ease,height 0s ease .7s,padding-top 0s ease .7s,overflow 0s ease .7s;
  transition: transform 0s ease .6s,visibility .6s ease,opacity .6s ease,height 0s ease .7s,padding-top 0s ease .7s,overflow 0s ease .7s,-webkit-transform 0s ease .6s;
}

.faq__tab--active {
  opacity: 1;
  visibility: visible;
  position: relative;
  overflow: auto;
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding-top: 209px;
  -webkit-transition: visibility .6s ease .3s,opacity .6s ease .3s,height 0s ease .3s,padding-top 0s ease .3s,overflow 0s ease .3s,-webkit-transform .6s ease .3s;
  transition: visibility .6s ease .3s,opacity .6s ease .3s,height 0s ease .3s,padding-top 0s ease .3s,overflow 0s ease .3s,-webkit-transform .6s ease .3s;
  -o-transition: transform .6s ease .3s,visibility .6s ease .3s,opacity .6s ease .3s,height 0s ease .3s,padding-top 0s ease .3s,overflow 0s ease .3s;
  transition: transform .6s ease .3s,visibility .6s ease .3s,opacity .6s ease .3s,height 0s ease .3s,padding-top 0s ease .3s,overflow 0s ease .3s;
  transition: transform .6s ease .3s,visibility .6s ease .3s,opacity .6s ease .3s,height 0s ease .3s,padding-top 0s ease .3s,overflow 0s ease .3s,-webkit-transform .6s ease .3s;
}

.faq__tab:first-child .faq__tab-title {
  margin-bottom: 26px;
}

.faq__tab-title {
  font-size: 42px;
  font-weight: 200;
  line-height: 93px;
  text-transform: uppercase;
  margin-bottom: 56px;
}

.faq__tab-sub-title,
.faq__tab-title {
  color: #002855;
  font-family: EtelkaWide,sans-serif;
  letter-spacing: .06em;
}

.faq__tab-sub-title {
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  margin-bottom: 19px;
  margin-top: 30px;
  margin-top: 86px;
}

.faq__tab-sub-title:first-of-type {
  margin-top: 0;
}

.faq__tab-list,
.faq__tab-text {
  margin-bottom: 37px;
}

.faq__tab-text {
  color: #002855;
  font-family: EtelkaTextPro,sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 43px;
}

.faq__tab-link,
.faq__tab-link:hover {
  color: #002855;
}

.popup {
  background-color: #fff;
  position: fixed;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 300;
  overflow-x: hidden;
}

.popup_active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.popup__wrapper {
  margin: 171px 25px;
}

.main-menu {
  background-color: #002855;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
}

.main-menu,
.main-menu__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.main-menu__wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  width: 55%;
}

.main-menu__container {
  width: 100%;
}

.main-menu__side {
  float: left;
  width: 50%;
}

.main-menu__side--left .main-menu__menu-item:last-child {
  margin-bottom: 101px;
}

.main-menu__menu-item,
.main-menu__menu-title {
  font: 200 42px/1em EtelkaWide;
  letter-spacing: .12em;
  margin-bottom: 53px;
}

.main-menu__menu-item a,
.main-menu__menu-title a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .6s ease;
  -o-transition: color .6s ease;
  transition: color .6s ease;
  position: relative;
  padding-top: 2.5px;
}

.main-menu__menu-item a:after,
.main-menu__menu-title a:after {
  content: "";
  background-color: #fb4f14;
  display: block;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
}

.main-menu__menu-item a:hover,
.main-menu__menu-title a:hover {
  color: #fb4f14;
}

.main-menu__menu-item a:hover:after,
.main-menu__menu-title a:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.main-menu__submenu-toggle {
  font: 200 42px/1em EtelkaWide;
  letter-spacing: .12em;
  margin-bottom: 53px;
  position: relative;
}

.main-menu__submenu-toggle span {
  color: #fff;
  font: inherit;
  text-transform: uppercase;
  -webkit-transition: color .6s ease;
  -o-transition: color .6s ease;
  transition: color .6s ease;
  position: relative;
}

.main-menu__submenu-toggle .main-menu__submenu-toggle-icon {
  display: none;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  z-index: 1;
}

.main-menu__submenu-toggle_active span {
  color: #fb4f14;
}

.main-menu__submenu-toggle_active .main-menu__submenu-toggle-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.main-menu__menu-item {
  font: 300 13px/1em EtelkaWide;
  margin-bottom: 38px;
}

.main-menu__menu-item a:after {
  bottom: -1px;
}

.main-menu__separator {
  font-size: 0;
  margin: 79px 0 82px;
}

.main-menu__footer {
  height: 193px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-menu__footer-wrapper {
  width: 50%;
}

.main-menu__footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}

.main-menu__footer-menu-item {
  color: #fff;
  font: 200 13px/1em EtelkaWide;
  letter-spacing: .12em;
  padding: 0 28px;
  position: relative;
}

.main-menu__footer-menu-item:after {
  content: "|";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 1;
}

.main-menu__footer-menu-item a {
  color: inherit;
  font: inherit;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .6s ease;
  -o-transition: color .6s ease;
  transition: color .6s ease;
}

.main-menu__footer-menu-item a:after {
  content: "";
  background-color: #fb4f14;
  display: block;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
}

.main-menu__footer-menu-item:first-child {
  padding-left: 0;
}

.main-menu__footer-menu-item:last-child {
  padding-right: 0;
}

.main-menu__footer-menu-item:last-child:after {
  content: none;
}

.main-menu__footer-menu-item:hover a {
  color: #fb4f14;
}

.main-menu__footer-menu-item:hover a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.main-menu__footer-social .main-menu__footer-social-item {
  margin-right: 48px;
  border-color: #b9c4d0;
  -webkit-transition: background .6s ease;
  -o-transition: background .6s ease;
  transition: background .6s ease;
}

.main-menu__footer-social .main-menu__footer-social-item svg {
  fill: #b9c4d0;
  -webkit-transition: fill .6s ease;
  -o-transition: fill .6s ease;
  transition: fill .6s ease;
}

.main-menu__footer-social .main-menu__footer-social-item:last-of-type {
  margin-right: 0;
}

.main-menu__footer-social .main-menu__footer-social-item:hover {
  background-color: #b9c4d0;
}

.main-menu__footer-social .main-menu__footer-social-item:hover svg {
  fill: #002855;
}

.where-buy__map {
  width: 100%;
  height: 100%;
}

.where-buy__map_active {
  width: 50%;
}
.popup_active .where-buy__map_active {
  visibility: hidden;
}

.where-buy__list-popup {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  padding-top: 125px;
  height: 100%;
  width: 50%;
  z-index: 350;
}

.where-buy__list-popup_active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.where-buy__list-popup-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 105px 0 auto;
  height: 100%;
  width: 80%;
}

.where-buy__list-popup-title {
  color: #002855;
  font: 200 42px/54px EtelkaWide;
  margin-top: 24px;
  text-transform: uppercase;
}

.where-buy__list-popup-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
  height: 100%;
}

.where-buy__list-popup-recommendation {
  margin: 76px 0 110px;
  text-align: center;
  display: none;
}

.where-buy__list-popup-recommendation-text {
  color: #002855;
  font: 200 16px/30px EtelkaTextPro;
  margin-top: 36px;
}

.where-buy__detail-popup {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 125px;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  height: 100%;
  overflow-y: scroll;
  width: 50%;
  z-index: 400;
}

.where-buy__detail-popup_active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.where-buy__detail-popup .input-checkbox label .input-checkbox__text {
  color: #909090;
}

.where-buy__detail-popup-wrapper {
  margin-left: 178px;
  width: 65%;
}

.where-buy__detail-popup-title {
  position: relative;
}

.where-buy__detail-popup-title span {
  background-color: #fff;
  color: #002855;
  display: inline;
  font: 200 42px/54px EtelkaWide;
  padding-right: 43px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.where-buy__detail-popup-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fb4f14;
  bottom: 13px;
  left: 0;
  z-index: 1;
}

.where-buy__detail-popup-subtitle {
  color: #002855;
  font: 200 20px/1em EtelkaWide;
  margin-top: 12px;
  text-transform: uppercase;
}

.where-buy__detail-popup-form {
  margin: 143px 0 210px;
}

.where-buy__detail-popup-form-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.where-buy__detail-popup-form-footer .input-checkbox {
  padding-right: 10px;
}

.where-buy__detail-popup-form-footer .where-buy__form-btn {
  margin-left: auto;
}

.where-buy__cart-popup {
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: opacity .6s ease,visibility .6s ease .6s;
  -o-transition: opacity .6s ease,visibility .6s ease .6s;
  transition: opacity .6s ease,visibility .6s ease .6s;
  top: 50%;
  left: 25%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  margin-top: -150px;
  width: 32%;
  z-index: 2;
}

.where-buy__cart-popup_active {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.terminal-slider {
  display: block;
  position: relative;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}

.terminal-slider .svg-terminal {
  width: 100%;
  max-width: 492px;
  height: 100%;
  stroke: #fff;
  fill: #fff;
}

.terminal-slider .svg-circle-plus {
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  width: 70px;
  height: 70px;
}

.terminal-slider .svg-circle-plus svg {
  width: 18px;
  height: 18px;
  position: absolute;
  fill: #fb4f14;
  -webkit-transform: translate3d(-50%,-50%,0) scale(1);
  transform: translate3d(-50%,-50%,0) scale(1);
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  -o-transition: transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s,-webkit-transform .5s ease 0s;
}

.terminal-slider .svg-circle-plus.left {
  left: 0;
}

.terminal-slider .svg-circle-plus.right {
  right: 0;
}

.terminal__slider_image {
  width: 100%;
  height: 66.53061%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.terminal__slider_image .svg-terminal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-49%,-50%);
  -ms-transform: translate(-49%,-50%);
  transform: translate(-49%,-50%);
  z-index: 1;
}

.terminal__slider__item {
  text-decoration: none;
  position: absolute;
  width: calc(50% - 225px);
  top: 15%;
  height: 70px;
  cursor: default;
}

.terminal__slider__item:before {
  content: "";
  position: absolute;
  right: 0;
  top: 48%;
  width: calc(100% - 70px);
  height: 1px;
  border-top: 1px solid #335f84;
}

.terminal__slider__item:after {
  content: "";
  position: absolute;
  left: 100%;
  top: calc(48% - 2px);
  width: 6px;
  height: 6px;
  border: 1px solid #335f84;
  border-radius: 100%;
  z-index: 1;
}

.terminal__slider__item__head {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  font-family: EtelkaWide;
  font-weight: 200;
  padding: 15px 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.terminal__slider__item--left {
  left: 0;
}

.terminal__slider__item--left .terminal__slider__item__head {
  text-align: left;
  padding-left: 85px;
}

.terminal__slider__item--right {
  right: 0;
}

.terminal__slider__item--right .terminal__slider__item__head {
  text-align: right;
  padding-right: 85px;
}

.terminal__slider__item--right:before {
  right: auto;
  left: 0;
}

.terminal__slider__item--right:after {
  left: auto;
  right: 100%;
}

.terminal__slider__item--bottom {
  bottom: 17.5%;
  top: auto;
  width: calc(50% - 225px);
}

.terminal__slider__item--bottom .svg-circle-plus {
  top: auto;
  bottom: 0;
}

.terminal__popup__body {
  background-color: #002855;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.terminal__popup__body:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 0;
  width: 1px;
  background-color: #fb4f14;
  -webkit-transition: height .6s ease 1s;
  -o-transition: height .6s ease 1s;
  transition: height .6s ease 1s;
  z-index: 2;
}

.terminal__popup__nav-line {
  width: 0;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 300px;
  height: 1px;
  background-color: #335377;
  -webkit-transition: width .6s ease .5s;
  -o-transition: width .6s ease .5s;
  transition: width .6s ease .5s;
}

.terminal__popup__nav-line:before {
  content: "";
  width: 100%;
  background-color: #fb4f14;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
  -webkit-transition: -webkit-transform .6s ease .5s;
  transition: -webkit-transform .6s ease .5s;
  -o-transition: transform .6s ease .5s;
  transition: transform .6s ease .5s;
  transition: transform .6s ease .5s,-webkit-transform .6s ease .5s;
}

.terminal__popup__body__slider {
  margin: 400px auto 0;
  width: 100%;
}

.terminal__popup__body__slider__item {
  width: 100%;
}

.terminal__popup__body__slider__item__head {
  width: 60%;
  margin: 0 auto;
  font-family: EtelkaWide;
  font-weight: 200;
  font-size: 2.8vw;
  line-height: 3.5vw;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.2vw;
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
  -webkit-transition: opacity .4s ease .5s,-webkit-transform .3s ease .5s;
  transition: opacity .4s ease .5s,-webkit-transform .3s ease .5s;
  -o-transition: opacity .4s ease .5s,transform .3s ease .5s;
  transition: opacity .4s ease .5s,transform .3s ease .5s;
  transition: opacity .4s ease .5s,transform .3s ease .5s,-webkit-transform .3s ease .5s;
}

.terminal__popup__body__slider__item__desc {
  width: 40%;
  margin: 0 auto;
  font-family: EtelkaWide;
  font-weight: 200;
  font-size: 1vw;
  line-height: 1.5vw;
  text-align: center;
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%);
  opacity: 0;
  -webkit-transition: opacity .4s ease .5s,-webkit-transform .3s ease .5s;
  transition: opacity .4s ease .5s,-webkit-transform .3s ease .5s;
  -o-transition: opacity .4s ease .5s,transform .3s ease .5s;
  transition: opacity .4s ease .5s,transform .3s ease .5s;
  transition: opacity .4s ease .5s,transform .3s ease .5s,-webkit-transform .3s ease .5s;
}

.popup.popup_active .terminal__popup__body:before {
  height: 343px;
}

.popup.popup_active .terminal__popup__nav-line {
  width: 100%;
}

.popup.popup_active .terminal__popup__nav-line:before {
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
}

.popup.popup_active .terminal__popup__nav-line.nav-line--center:before {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.popup.popup_active .terminal__popup__nav-line.nav-line--end:before {
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.popup.popup_active .terminal__popup__body__slider .owl-item.active .terminal__popup__body__slider__item .terminal__popup__body__slider__item__desc,
.popup.popup_active .terminal__popup__body__slider .owl-item.active .terminal__popup__body__slider__item .terminal__popup__body__slider__item__head {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.popup.popup_active .terminal__popup__body__slider__nav {
  margin-top: 60px;
  text-align: center;
}

.popup.popup_active .terminal__popup__body__slider__nav>* {
  display: inline-block;
  vertical-align: middle;
}

.popup.popup_active .terminal__popup__body__slider__nav .nav__next,
.popup.popup_active .terminal__popup__body__slider__nav .nav__prev {
  cursor: pointer;
  margin-top: -5px;
  width: 76px;
  height: 10px;
}

.popup.popup_active .terminal__popup__body__slider__nav .nav__next svg,
.popup.popup_active .terminal__popup__body__slider__nav .nav__prev svg {
  width: 100%;
  height: 100%;
  fill: #fb4f14;
  -webkit-transition: fill .5s ease;
  -o-transition: fill .5s ease;
  transition: fill .5s ease;
}

.popup.popup_active .terminal__popup__body__slider__nav .nav__next.not-active svg,
.popup.popup_active .terminal__popup__body__slider__nav .nav__prev.not-active svg {
  fill: #1f456f;
}

.popup.popup_active .terminal__popup__body__slider__nav .nav__count {
  padding: 0 10px;
}

.popup-academic {
  margin: 0 auto;
  padding-top: 143px;
  width: 1300px;
}

.popup-academic__title {
  height: 108px;
  width: calc(100% - 100px);
  position: relative;
}

.popup-academic__title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 13px;
  background-color: #fb4f14;
  z-index: 1;
}

.popup-academic__title span {
  color: #002855;
  font-family: EtelkaWide,sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 54px;
  text-transform: uppercase;
  display: inline;
  position: relative;
  background-color: #fff;
  padding-right: 62px;
  z-index: 2;
  letter-spacing: .1em;
}

.popup-academic__sub-title {
  position: relative;
  margin-bottom: 54px;
  margin-top: 92px;
}

.popup-academic__sub-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 13px;
  background-color: #fb4f14;
  z-index: 1;
}

.popup-academic__sub-title span {
  background-color: #fff;
  color: #002855;
  font-family: EtelkaWide,sans-serif;
  font-size: 19px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  line-height: 42px;
  padding-right: 62px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.popup-academic__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.popup-academic__desc,
.popup-academic__time {
  color: #002855;
  font-family: EtelkaTextPro,sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: .03em;
}

.popup-academic__desc {
  display: block;
  width: calc(100% - 240px);
}

.popup-academic__time {
  width: 240px;
  padding-right: 20px;
  display: block;
}

.popup-academic__content-wrapper {
  height: calc(100vh - 251px);
}

.popup-academic__content {
  height: 100%;
  display: block;
  padding-top: 62px;
  width: calc(100% - 100px);
}

.popup .all-line-slider-popups__body {
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding-top: 115px;
  overflow: hidden;
}

.popup .all-line-slider-popups__body .nano {
  margin-top: 30px;
}

.popup .all-line-slider-popups__body .nano .scroll-custom {
  top: 10px;
  right: 2vw;
}

.popup .all-line-slider-popups__body h2 {
  font-family: EtelkaWide;
  font-weight: 100;
  font-size: 40px;
  text-transform: uppercase;
  color: #002855;
  position: relative;
  display: block;
  margin-left: 8.8vw;
  margin-bottom: 52px;
  width: 50%;
}

.popup .all-line-slider-popups__body h2 span {
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 20px;
  font-weight: inherit;
}

.popup .all-line-slider-popups__body h2:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  bottom: 6px;
  background-color: #fb4f14;
}

.popup .all-line-slider-popups__body .chars-line__nav {
  width: 100%;
  background-color: #002855;
  overflow: hidden;
  font-family: EtelkaWide;
  font-size: 11px;
  font-weight: 100;
  position: relative;
}

.popup .all-line-slider-popups__body .chars-line__nav__slide-nav {
  position: absolute;
  background-color: #002855;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 10.8vw;
}

.popup .all-line-slider-popups__body .chars-line__nav__slide-nav .nav__slide {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
}

.popup .all-line-slider-popups__body .chars-line__nav__slide-nav .nav__slide svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  fill: #fff;
  z-index: 0;
}

.popup .all-line-slider-popups__body .chars-line__nav__slide-nav .nav__slide.prev {
  left: 0;
}

.popup .all-line-slider-popups__body .chars-line__nav__slide-nav .nav__slide.next {
  right: 0;
}

.popup .all-line-slider-popups__body .chars-line__nav__slide-nav .nav__slide.disable {
  opacity: .5;
}

.popup .all-line-slider-popups__body .chars-line__nav__head {
  padding-left: 8.8vw;
  padding-right: 7.5vw;
  color: #fff;
  text-transform: uppercase;
  float: left;
  width: 21%;
}

.popup .all-line-slider-popups__body .chars-line__nav__head span {
  display: inline-block;
  padding: 20px 0;
}

.popup .all-line-slider-popups__body .chars-line__nav__box {
  overflow: hidden;
  width: calc(79% - 8.8vw);
  position: relative;
  z-index: 1;
  margin-right: 8.8vw;
  float: left;
}

.popup .all-line-slider-popups__body .chars-line__nav__box .owl-stage-outer {
  overflow: hidden;
}

.popup .all-line-slider-popups__body .chars-line__nav__box .owl-stage-outer .owl-item {
  float: left;
}

.popup .all-line-slider-popups__body .chars-line__nav__box .owl-dots,
.popup .all-line-slider-popups__body .chars-line__nav__box .owl-nav {
  display: none;
}

.popup .all-line-slider-popups__body .chars-line__nav__box__item {
  color: #fff;
  text-transform: uppercase;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: transparent;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  font-weight: 100;
}

.popup .all-line-slider-popups__body .chars-line__nav__box__item--active,
.popup .all-line-slider-popups__body .chars-line__nav__box__item:hover {
  background-color: #fb4f14;
}

.popup .all-line-slider-popups__body .chars-box {
  outline: none;
  width: calc(100% - 8.8vw);
  margin-left: 8.8vw;
  max-height: 100%;
}

.popup .all-line-slider-popups__body .chars-box__head {
  width: calc(100% - 8.8vw);
  position: relative;
  margin-bottom: 40px;
}

.popup .all-line-slider-popups__body .chars-box__head span {
  color: #002855;
  text-transform: uppercase;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 20px 10px 0;
  font-family: EtelkaWide;
  font-size: 16px;
}

.popup .all-line-slider-popups__body .chars-box__head:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  background-color: #fb4f14;
  height: 1px;
}

.chars-box__line-box {
  width: calc(100% - 8.8vw);
  overflow: hidden;
  font-family: EtelkaWide;
  clear: both;
  font-size: 0;
}

.chars-box__line-box>* {
  display: inline-block;
  vertical-align: top;
}

.chars-box__line-box__head {
  text-transform: uppercase;
  color: #002855;
  font-size: 11px;
  width: 17%;
  min-height: 80px;
  line-height: 20px;
  font-weight: 100;
}
.chars-box__line-box .chars-box__line-box__head2 {
 width:600px;
}

.chars-box__line-box .line-box {
  width: 83%;
  font-size: 0;
}

.chars-box__line-box .line-box .owl-stage-outer {
  overflow: hidden;
}

.chars-box__line-box .line-box .owl-stage-outer .owl-item {
  float: left;
}

.chars-box__line-box .line-box .owl-dots,
.chars-box__line-box .line-box .owl-nav {
  display: none;
}

.chars-box__line-box .line-box__item {
  display: inline-block;
  vertical-align: top;
  color: #909090;
  font-size: 16px;
  width: 100%;
  text-align: center;
  min-height: 80px;
  font-weight: 100;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.chars-box__line-box .line-box__item span {
  display: inline-block;
  width: 60%;
  text-align: left;
  line-height: 30px;
  padding-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  font-weight: inherit;
}

.chars-box__line-box .line-box__item--active {
  color: #002855;
}

.popup-faq {
  margin: 0 auto;
  padding-top: 143px;
  width: 1300px;
}

.popup-faq__title {
  width: calc(100% - 100px);
  position: relative;
}

.popup-faq__title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 13px;
  background-color: #fb4f14;
  z-index: 1;
}

.popup-faq__title span {
  color: #002855;
  font-family: EtelkaWide,sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 54px;
  text-transform: uppercase;
  display: inline;
  position: relative;
  background-color: #fff;
  padding-right: 62px;
  z-index: 2;
  letter-spacing: .1em;
}

.popup-faq__content-wrapper {
  height: calc(100vh - 251px);
}

.popup-faq__content {
  height: 100%;
  display: block;
  width: calc(100% - 100px);
}

.popup__reviews-slider {
  margin: 7vh auto 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.popup__reviews-slider-pointer {
  width: 46px;
  height: 155px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.popup__reviews-slider-pointer--left {
  left: 73px;
}

.popup__reviews-slider-pointer--right {
  right: 73px;
}

.popup__reviews-slider-pointer--inactive,
.popup__reviews-slider-pointer--mobile {
  display: none;
}

.popup__reviews-slider-pointer svg {
  fill: #fb4f14;
  width: 100%;
  height: 100%;
}

.popup__reviews-slider-bar {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  display: none;
  height: 68px;
  width: 100%;
  overflow: hidden;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.popup__reviews-slider-bar .popup__reviews-slider-bar-bg,
.popup__reviews-slider-bar .popup__reviews-slider-bar-bg--temp {
  background-position: 50%;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}

.popup__reviews-slider-bar .popup__reviews-slider-bar-bg--temp {
  z-index: 1;
}

.popup__reviews-slider-block {
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 125px 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__reviews-item {
  width: 100%;
  position: relative;
  opacity: .4;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.owl-item.active .popup__reviews-item {
  opacity: 1;
}

.popup__reviews-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  height: 100%;
  width: 85%;
}

.popup__reviews-item-title {
  color: #fff;
  font: 200 42px/54px EtelkaWide;
  text-transform: uppercase;
}

.popup__reviews-item-text {
  color: #fff;
  font: 400 23px/43px EtelkaTextPro;
  margin-top: 73px;
  text-align: justify;
}

.popup__reviews-item-subtitle {
  color: #fff;
  font: 400 13px/26px EtelkaWide;
  margin-top: 8px;
  text-transform: uppercase;
}

.popup__reviews-item-image {
  height: 823px;
  width: 684px;
  background-position: 50% 0;
  background-size: cover;
}

.popup__reviews-item-content {
  height: 495px;
  width: calc(100% - 684px);
}

.popup__reviews-bg,
.popup__reviews-bg--temp {
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.popup__reviews-bg--temp {
  z-index: 1;
}

.popup__reviews-item-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1828px;
}

.popup__reviews-item-content-wrapper {
  padding: 0 20px 0 136px;
}

.popup__reviews-slider-counter {
  color: #fff;
  font: 400 8px/17px EtelkaWide;
  position: relative;
  z-index: 3;
}

.popup-team {
  padding: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: auto;
}

.popup-team__image {
  height: 100%;
  width: 1250px;
  position: relative;
}

.popup-team__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,120,255,.2);
}

.popup-team__picture {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
}

.popup-team__hidden {
  height: 560px;
  position: absolute;
}

.popup-team__content {
  width: calc(100% - 1250px);
  position: relative;
  padding: 228px 145px 85px;
  height: 100%;
}

.popup-team__content .nano-content {
  padding-right: 20px;
}

.popup-team__slogan {
  font-size: 42px;
  font-weight: 200;
  line-height: 54px;
  padding-bottom: 13px;
}

.popup-team__profile,
.popup-team__slogan {
  color: #002855;
  font-family: EtelkaWide,sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.popup-team__profile {
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  padding-bottom: 86px;
}

.popup-team__text {
  color: #002855;
  font-family: EtelkaTextPro,sans-serif;
  font-size: 23px;
  font-weight: 200;
  line-height: 43px;
  letter-spacing: .06em;
  width: 100%;
}

.popup-team__nav {
  position: absolute;
  height: 85px;
  bottom: 0;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-team__nav-btn {
  fill: #fb4f14;
  width: 102px;
  cursor: pointer;
  height: 100%;
  -webkit-transition: fill .25s ease;
  -o-transition: fill .25s ease;
  transition: fill .25s ease;
}

.popup-team__nav-btn--disable {
  fill: #002855;
  cursor: default;
}

.popup-team__count {
  color: #002855;
  font-family: EtelkaWide,sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: .06em;
  width: 133px;
  text-align: center;
}

.dealers__popup-wrapper {
  margin: 0 auto;
  text-align: center;
  width: 74%;
}

.dealers__popup-title {
  color: #002855;
  font: 200 68px/90px EtelkaWide;
  letter-spacing: .05em;
  margin-top: 125px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.dealers__popup-text li {
  margin-bottom: 1vw;
  margin-top: 1vw;
}
.dealers__popup-text {
  color: #002855;
  font: 200 23px/45px EtelkaTextPro;
  letter-spacing: .04em;
  margin: 25px 0;
  text-align: justify;
}

.success__popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.success__popup-wrapper {
  margin: 0 auto;
  width: 50%;
}

.success__popup-title {
  color: #002855;
  position: relative;
  font: 200 68px/1em EtelkaWide;
  margin-bottom: 81px;
  padding-bottom: 47px;
  text-align: center;
  text-transform: uppercase;
}

.success__popup-title:after {
  background-color: #fb4f14;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 143px;
  height: 3px;
  z-index: 1;
}

.success__popup-text {
  color: #002855;
  font: 200 23px/45px EtelkaTextPro;
  letter-spacing: .04em;
  text-align: center;
}

.autorization {
  background-color: #002855;
}

.autorization__scroll {
  display: table;
  width: 835px;
  height: 100%;
  margin: 0 auto;
}

.autorization__container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: auto;
}

.autorization__title {
  position: relative;
  margin-bottom: 107px;
  text-align: left;
}

.autorization__title span {
  color: #fff;
  font-family: EtelkaWide;
  font-size: 68px;
  font-weight: 200;
  line-height: 93px;
  text-transform: uppercase;
  display: inline;
  background-color: #002855;
  z-index: 2;
  position: relative;
  letter-spacing: .085em;
  padding-right: 60px;
}

.autorization__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fb4f14;
  bottom: 26px;
  left: 0;
  z-index: 1;
}

.autorization__link {
  color: #fff;
  font-family: EtelkaWide;
  font-size: 13px;
  font-weight: 200;
  line-height: 1em;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  letter-spacing: .08em;
  display: inline-block;
  -webkit-transition: color .25s ease,border-color .25s ease;
  -o-transition: color .25s ease,border-color .25s ease;
  transition: color .25s ease,border-color .25s ease;
}

.autorization__link:hover {
  color: #fb4f14;
  border-color: #fb4f14;
}

.autorization__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.autorization__btn {
  position: static;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  margin-right: 75px;
}

.autorization__btn .rectangle-btn {
  min-width: 0;
  line-height: 80px;
  padding: 0 90px;
}

.autorization__form .input-text {
  background-color: transparent;
}

.autorization__form .input-text input {
  background-color: transparent;
  color: #fff;
}

.autorization__form .input-text .input-text__message {
  background-color: transparent;
}

.owl-carousel {
  display: block;
}

.fullscreen {
  overflow: hidden;
}

@media screen and (min-width:1001px) {
  .case__grid-item:hover:after, .case__grid-item_hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .case__grid-item:hover .case__grid-item-bg-container, .case__grid-item_hover .case__grid-item-bg-container  {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .case__grid-item:hover .case__grid-item-title .case__grid-item-title-text, .case__grid-item_hover .case__grid-item-title .case__grid-item-title-text  {
    color: #fff;
  }

  .case__grid-item:hover .case__grid-item-subtitle, .case__grid-item_hover .case__grid-item-subtitle {
    opacity: 1;
    visibility: visible;
  }

  .case__grid-item:hover .case__grid-item-bg-image, .case__grid-item_hover .case__grid-item-bg-image  {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .materials-table .materials-table__row:hover {
    background-color: #002855;
  }

  .materials-table .materials-table__row:hover .materials-table__doc-category,
  .materials-table .materials-table__row:hover .materials-table__doc-size,
  .materials-table .materials-table__row:hover .materials-table__doc-title {
    color: #fff;
  }

  .pressroom__newslist-item:hover {
    background-color: #002855;
  }

  .pressroom__newslist-item:hover .pressroom__newslist-date {
    color: hsla(0,0%,100%,.4);
  }

  .pressroom__newslist-item:hover .pressroom__newslist-title {
    color: #fff;
  }

  .pressroom__newslist-item:hover .pressroom__newslist-img {
    fill: #fff;
  }

  .industy-solutions__reviews-item:hover {
    background-color: #002855;
  }

  .industy-solutions__reviews-item:hover .industy-solutions__reviews-item-description,
  .industy-solutions__reviews-item:hover .industy-solutions__reviews-item-title {
    color: #fff;
  }
}

@media screen and (max-width:2295px) {
  .player__copy {
    font-size: 16px;
  }

  .player__title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 18px;
  }

  .player__sub-title {
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
  }

  .player__sub-title--bottom {
    bottom: 27px;
  }

  .player__icon {
    width: 105px;
    height: 105px;
  }

  .player--fullscreen .player__sub-title--bottom {
    bottom: 30px;
  }

  .list__item {
    font-size: 17px;
    line-height: 33px;
    padding-left: 28px;
    margin-bottom: 20px;
  }

  .list__item:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50%;
    border: 2px solid #fb4f14;
  }

  .page-slider {
    height: 427px;
  }

  .page-slider__title {
    width: calc(100% - 230px);
  }

  .page-slider__title span {
    font-size: 11px;
    padding-left: 30px;
    line-height: 53px;
  }

  .page-slider__bar {
    height: 53px;
  }

  .page-slider__nav {
    width: 230px;
    padding: 0 30px;
  }

  .page-slider__count {
    font-size: 11px;
    line-height: 17px;
  }

  .page-slider__left,
  .page-slider__right {
    width: 40px;
  }

  .back {
    /*height: 95px;*/
	height: 40px;
    margin-left: 36px;
  }

  .back .svg-left {
    width: 23px;
    margin-right: 30px;
  }

  .back span {
    font-size: 11px;
  }

  .team {
    padding-left: 36px;
    padding-right: 36px;
    margin-bottom: 83px;
  }

  .team__detail {
    margin-bottom: 76px;
    height: 550px;
  }

  .team__detail-elm {
    height: 550px;
  }

  .team__detail-picture {
    width: 802px;
  }

  .team__detail-content {
    width: calc(100% - 802px);
    padding-left: 57px;
  }

  .team__detail-fullname {
    font-size: 32px;
    line-height: 48px;
    height: 97px;
    margin-bottom: 12px;
  }

  .team__detail-position {
    font-size: 16px;
    margin-bottom: 60px;
  }

  .team__detail-slogan {
    font-size: 22px;
    margin-bottom: 36px;
  }

  .team__detail-excerpt {
    font-size: 17px;
    line-height: 33px;
    max-width: 675px;
    height: 100px;
    margin-bottom: 58px;
  }

  .team__detail-links .btn:first-child {
    margin-right: 57px;
  }

  .team__list {
    height: 257px;
  }

  .team__list-elm {
    height: 197px;
  }

  .team__list-title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 50px;
    margin-bottom: 15px;
  }

  .team__list-desc {
    font-size: 10px;
    line-height: 17px;
  }

  .team__list-nav {
    height: 68px;
  }

  .team__list-nav .team__list-next,
  .team__list-nav .team__list-prev {
    width: calc((100% - 57px) / 2);
  }

  .team__list-prev {
    margin-right: 57px;
  }

  .expertise__container-text {
    height: calc(100vh - 355px);
  }

  .expertise__title {
    font-size: 53px;
    font-weight: 200;
    line-height: 70px;
    margin-bottom: 41px;
  }

  .expertise__title .expertise__title-line {
    margin: 23px auto 0;
  }

  .expertise__subtitle {
    max-width: 1016px;
  }

  .expertise__subtitle .expertise__subtitle-top {
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
  }

  .expertise__subtitle .expertise__subtitle-bottom {
    font-size: 17px;
    font-weight: 200;
    line-height: 33px;
  }

  .expertise__container-btn {
    height: 260px;
  }

  .academic-section {
    max-width: 1024px;
    padding-top: 64px;
  }

  .academic-section__title {
    font-size: 53px;
    line-height: 70px;
    margin-bottom: 23px;
  }

  .academic-section__title-line {
    margin-bottom: 62px;
    width: 107px;
  }

  .academic-section__subtitle {
    margin-bottom: 60px;
  }

  .academic-section__subtitle-top {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 18px;
  }

  .academic-section__subtitle-bottom,
  .academic-section__text {
    font-size: 17px;
    line-height: 33px;
  }

  .academic-section__text {
    margin-bottom: 33px;
  }

  .academic-section--slider {
    padding-left: 35px;
    padding-right: 35px;
  }

  .academic-section--big {
    max-width: 1280px;
    padding-top: 100px;
  }

  .academic-section--detail .academic-section__subtitle-top {
    margin-bottom: 0;
  }

  .academic-section--detail .academic-section__subtitle {
    margin-bottom: 41px;
  }

  .academic-slider__item {
    padding-bottom: 110px;
    padding-top: 90px;
  }

  .academic-slider__title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 27px;
    height: 84px;
  }

  .academic-slider__text {
    margin-bottom: 67px;
    height: 70px;
  }

  .academic-slider__btn {
    height: 91px;
    padding: 0 30px;
    min-width: 367px;
    text-align: center;
    line-height: 91px;
  }

  .academic-slider__col:nth-child(2) {
    padding-top: 85px;
  }

  .academic-slider__content {
    width: 640px;
  }

  .academic-slider__dots {
    width: calc(100% - 196px);
  }

  .academic-slider__dots-nav {
    width: 196px;
  }

  .academic-slider__dots-nav-left {
    width: 42px;
    margin-right: 36px;
  }

  .academic-slider__dots-nav-right {
    width: 42px;
  }

  .academic-slider__dots-wrappper {
    height: 73px;
    line-height: 73px;
  }

  .academic-slider__dot {
    padding-left: 117px;
    padding-right: 117px;
  }

  .academic-slider__dot-text {
    font-size: 11px;
  }

  .academic-slider__nav-left,
  .academic-slider__nav-right {
    width: 32px;
    top: 55%;
  }

  .academic-slider__nav-right {
    right: 30px;
  }

  .academic-slider__nav-left {
    left: 30px;
  }

  .academic-slider__dots .owl-item .academic-slider__dot {
    padding-left: 117px;
    padding-right: 117px;
  }

  .academic-slider__dots .owl-item:first-child .academic-slider__dot {
    padding-left: 168px;
  }

  .academic-feedback {
    padding: 78px 0 87px;
    margin-bottom: 109px;
  }

  .academic-feedback__title {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 42px;
  }

  .academic-feedback__btn {
    margin-right: 21px;
    min-width: 306px;
  }

  .academic-demands {
    margin-bottom: 134px;
  }

  .academic-demands__image {
    margin-right: 80px;
  }

  .academic-demands__list {
    margin-bottom: 44px;
  }

  .academic-demands__title {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .academic-demands .btn {
    min-width: 306px;
  }

  .kurs-info__title {
    font-size: 55px;
    line-height: 75px;
  }

  .kurs-info__sub-title {
    font-size: 16px;
    line-height: 25px;
  }

  .kurs-info__item:after {
    height: 30px;
    top: 57%;
  }

  .kurs-info__item:first-child {
    padding-left: 6px;
    padding-right: 72px;
  }

  .kurs-info__item:nth-child(2) {
    padding-left: 72px;
    padding-right: 72px;
  }

  .kurs-info__item:last-child {
    padding-left: 72px;
    padding-right: 0;
  }

  .kurs-info--slider {
    margin-bottom: 76px;
  }

  .kurs-info--section {
    margin-bottom: 49px;
  }

  .faq {
    width: 1685px;
    padding-top: 154px;
    margin-bottom: 100px;
  }

  .faq__sidebar {
    width: 571px;
    margin-right: 125px;
    padding-left: 35px;
  }

  .faq__content {
    width: calc(100% - 571px - 125px);
  }

  .faq__title {
    margin-bottom: 90px;
  }

  .faq__title span {
    font-size: 53px;
    line-height: 70px;
    padding-right: 25px;
  }

  .faq__title:after {
    bottom: 20px;
  }

  .faq .faq__btn {
    min-width: 373px;
    height: 54px;
    line-height: 54px;
  }

  .faq__menu {
    margin-left: -35px;
    margin-bottom: 80px;
  }

  .faq__menu-item {
    margin-bottom: 23px;
  }

  .faq__menu-item:last-child {
    margin-bottom: 38px;
  }

  .faq__menu-link {
    padding: 21px 35px;
  }

  .faq__menu-link-hover-text,
  .faq__menu-link-text {
    font-size: 16px;
    line-height: 32px;
  }

  .faq__menu-link-hover-text {
    padding: 0 35px;
  }

  .faq__menu-sub {
    padding-right: 120px;
  }

  .faq__menu-sub .faq__menu-link {
    margin-bottom: 0;
    padding: 8px 35px;
  }

  .faq__menu-sub .faq__menu-link-hover-text,
  .faq__menu-sub .faq__menu-link-text {
    font-size: 11px;
    line-height: 32px;
  }

  .faq__tab--active {
    padding-top: 157px;
  }

  .faq__tab:first-child .faq__tab-title {
    margin-bottom: 24px;
  }

  .faq__tab-title {
    font-size: 32px;
    line-height: 70px;
    margin-bottom: 43px;
  }

  .faq__tab-sub-title {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 13px;
    margin-top: 58px;
  }

  .faq__tab-list,
  .faq__tab-text {
    margin-bottom: 26px;
  }

  .faq__tab-text {
    font-size: 17px;
    line-height: 33px;
  }

  .popup-academic {
    padding-top: 113px;
    width: 1024px;
  }

  .popup-academic__content-wrapper {
    height: calc(100vh - 199px);
  }

  .popup-academic__content {
    padding-top: 39px;
    width: calc(100% - 122px);
  }

  .popup-academic__title {
    height: 86px;
    width: calc(100% - 122px);
  }

  .popup-academic__title span {
    font-size: 32px;
    line-height: 40px;
    padding-right: 18px;
  }

  .popup-academic__sub-title {
    margin-bottom: 41px;
    margin-top: 72px;
  }

  .popup-academic__sub-title span {
    font-size: 16px;
    line-height: 32px;
    padding-right: 18px;
  }

  .popup-academic__item {
    margin-bottom: 36px;
  }

  .popup-academic__desc,
  .popup-academic__time {
    font-size: 17px;
    line-height: 33px;
  }

  .popup-academic__desc {
    width: calc(100% - 180px);
  }

  .popup-academic__time {
    width: 180px;
  }

  .popup-faq {
    padding-top: 113px;
    width: 1024px;
  }

  .popup-faq__content-wrapper {
    height: calc(100vh - 199px);
  }

  .popup-faq__content,
  .popup-faq__title {
    width: calc(100% - 122px);
  }

  .popup-faq__title span {
    font-size: 32px;
    line-height: 40px;
    padding-right: 18px;
  }

  .popup-team {
    padding: 13px;
  }

  .popup-team__image {
    width: 934px;
  }

  .popup-team__hidden {
    height: 420px;
  }

  .popup-team__content {
    width: calc(100% - 934px);
    padding: 170px 110px 75px;
  }

  .popup-team__slogan {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 19px;
  }

  .popup-team__profile {
    font-size: 11px;
    line-height: 17px;
    padding-bottom: 55px;
  }

  .popup-team__text {
    font-size: 17px;
    line-height: 33px;
  }

  .popup-team__nav {
    height: 75px;
  }

  .popup-team__nav-btn {
    width: 75px;
  }

  .popup-team__count {
    font-size: 11px;
    line-height: 17px;
    width: 98px;
  }
}

@media screen and (max-width:1720px) {
  .player__copy {
    font-size: 13px;
  }

  .player__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .player__sub-title {
    font-size: 10px;
    line-height: 12px;
  }

  .player__sub-title--bottom {
    bottom: 20px;
  }

  .player__icon {
    width: 83px;
    height: 83px;
  }

  .player--fullscreen .player__sub-title--bottom {
    bottom: 30px;
  }

  .list__item {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .page-slider {
    height: 302px;
  }

  .page-slider__title {
    width: calc(100% - 180px);
  }

  .page-slider__title span {
    font-size: 10px;
    padding-left: 25px;
    line-height: 53px;
  }

  .page-slider__bar {
    height: 53px;
  }

  .page-slider__nav {
    width: 180px;
    padding: 0 25px;
  }

  .page-slider__count {
    font-size: 10px;
    line-height: 12px;
  }

  .page-slider__left,
  .page-slider__right {
    width: 37px;
  }

  .back {
    /*height: 80px;*/
	height: 35px;
    margin-left: 36px;
  }

  .back .svg-left {
    width: 30px;
    height: 6px;
    margin-right: 30px;
  }

  .back span {
    font-size: 11px;
  }

  .team {
    padding-left: 27px;
    padding-right: 27px;
    margin-bottom: 59px;
  }

  .team__detail {
    margin-bottom: 54px;
    height: 391px;
  }

  .team__detail-elm {
    height: 391px;
  }

  .team__detail-picture {
    width: 571px;
  }

  .team__detail-content {
    width: calc(100% - 571px);
    padding-left: 40px;
  }

  .team__detail-fullname {
    font-size: 25px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 10px;
  }

  .team__detail-position {
    font-size: 12px;
    margin-bottom: 56px;
  }

  .team__detail-slogan {
    font-size: 20px;
    margin-bottom: 27px;
  }

  .team__detail-excerpt {
    font-size: 16px;
    line-height: 33px;
    max-width: 100%;
    height: 76px;
    margin-bottom: 30px;
  }

  .team__detail-links .btn:first-child {
    margin-right: 40px;
  }

  .team__list {
    height: 200px;
  }

  .team__list-elm {
    height: 140px;
  }

  .team__list-title {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
  }

  .team__list-hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team__list-desc {
    display: none;
  }

  .team__list-nav {
    height: 55px;
  }

  .team__list-nav .team__list-next,
  .team__list-nav .team__list-prev {
    width: calc((100% - 40px) / 2);
  }

  .team__list-prev {
    margin-right: 40px;
  }

  .expertise__container-text {
    height: calc(100vh - 215px);
  }

  .expertise__title {
    font-size: 42px;
    line-height: 53px;
    margin-bottom: 30px;
    margin-top: 45px;
  }

  .expertise__title .expertise__title-line {
    margin: 12px auto 0;
    width: 101px;
  }

  .expertise__subtitle {
    max-width: 1000px;
  }

  .expertise__subtitle .expertise__subtitle-top {
    font-size: 20px;
    line-height: 35px;
  }

  .expertise__subtitle .expertise__subtitle-bottom {
    font-size: 16px;
    line-height: 30px;
  }

  .expertise__container-btn {
    height: 135px;
  }

  .academic-section {
    max-width: 911px;
    padding-top: 106px;
  }

  .academic-section__title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 19px;
  }

  .academic-section__title-line {
    margin-bottom: 24px;
    width: 101px;
  }

  .academic-section__subtitle {
    margin-bottom: 49px;
  }

  .academic-section__subtitle-top {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 28px;
  }

  .academic-section__subtitle-bottom,
  .academic-section__text {
    font-size: 16px;
    line-height: 30px;
  }

  .academic-section__text {
    margin-bottom: 26px;
  }

  .academic-section--slider {
    padding-left: 25px;
    padding-right: 25px;
  }

  .academic-section--slider .academic-section__title-line {
    margin-bottom: 40px;
  }

  .academic-section--big {
    max-width: 1110px;
    padding-top: 73px;
  }

  .academic-section--detail .academic-section__subtitle {
    margin-bottom: 37px;
  }

  .academic-slider__item {
    padding-bottom: 150px;
    padding-top: 112px;
  }

  .academic-slider__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 17px;
    height: 60px;
  }

  .academic-slider__text {
    margin-bottom: 38px;
    height: 60px;
  }

  .academic-slider__btn {
    height: 91px;
    padding: 0 30px;
    min-width: 367px;
    text-align: center;
    line-height: 91px;
  }

  .academic-slider__content {
    width: 500px;
  }

  .academic-slider__dots {
    width: calc(100% - 145px);
  }

  .academic-slider__dots-nav {
    width: 145px;
  }

  .academic-slider__dots-nav-left {
    width: 31px;
    margin-right: 26px;
  }

  .academic-slider__dots-nav-right {
    width: 31px;
  }

  .academic-slider__dots-wrappper {
    height: 55px;
    line-height: 55px;
  }

  .academic-slider__dot {
    padding-left: 75px;
    padding-right: 75px;
  }

  .academic-slider__dot:first-child {
    padding-left: 120px;
  }

  .academic-slider__dot-text {
    font-size: 10px;
  }

  .academic-slider__nav-left,
  .academic-slider__nav-right {
    width: 23px;
    top: 54%;
  }

  .academic-slider__nav-right {
    right: 21px;
  }

  .academic-slider__nav-left {
    left: 21px;
  }

  .academic-slider__dots .owl-item .academic-slider__dot {
    padding-left: 75px;
    padding-right: 75px;
  }

  .academic-slider__dots .owl-item:first-child .academic-slider__dot {
    padding-left: 120px;
  }

  .academic-feedback {
    padding: 47px 0 60px;
    margin-bottom: 80px;
  }

  .academic-feedback__title {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 36px;
  }

  .academic-feedback__btn {
    margin-right: 20px;
    min-width: 264px;
  }

  .academic-demands {
    margin-bottom: 97px;
  }

  .academic-demands__image {
    margin-right: 65px;
  }

  .academic-demands__list {
    margin-bottom: 40px;
  }

  .academic-demands__title {
    font-size: 13px;
    margin-bottom: 25px;
  }

  .academic-demands .btn {
    min-width: 265px;
  }

  .kurs-info__title {
    font-size: 48px;
    line-height: 61px;
  }

  .kurs-info__sub-title {
    font-size: 13px;
    line-height: 18px;
  }

  .kurs-info__item:after {
    height: 22px;
    top: 51%;
  }

  .kurs-info__item:first-child {
    padding-left: 3px;
    padding-right: 40px;
  }

  .kurs-info__item:nth-child(2) {
    padding-left: 40px;
    padding-right: 40px;
  }

  .kurs-info__item:last-child {
    padding-left: 40px;
    padding-right: 0;
  }

  .kurs-info--slider {
    margin-bottom: 45px;
  }

  .kurs-info--section {
    margin-bottom: 35px;
  }

  .faq {
    width: 1196px;
    padding-top: 30px;
  }

  .faq__sidebar {
    width: 405px;
    margin-right: 93px;
    padding-left: 25px;
  }

  .faq__content {
    width: calc(100% - 405px - 93px);
  }

  .faq__title {
    margin-bottom: 61px;
  }

  .faq__title span {
    font-size: 42px;
    line-height: 53px;
    padding-right: 8px;
  }

  .faq__title:after {
    bottom: 12px;
  }

  .faq .faq__btn {
    min-width: 373px;
    height: 43px;
    line-height: 43px;
  }

  .faq__menu {
    margin-left: -25px;
    margin-bottom: 62px;
  }

  .faq__menu-item {
    margin-bottom: 13px;
  }

  .faq__menu-item:last-child {
    margin-bottom: 29px;
  }

  .faq__menu-link {
    padding: 20px 25px;
  }

  .faq__menu-link-hover-text,
  .faq__menu-link-text {
    font-size: 12px;
    line-height: 23px;
  }

  .faq__menu-link-hover-text {
    padding: 0 25px;
  }

  .faq__menu-sub {
    padding-right: 85px;
  }

  .faq__menu-sub .faq__menu-link {
    margin-bottom: 0;
    padding: 8px 25px;
  }

  .faq__menu-sub .faq__menu-link-hover-text,
  .faq__menu-sub .faq__menu-link-text {
    font-size: 10px;
    line-height: 23px;
  }

  .faq__tab--active {
    padding-top: 114px;
  }

  .faq__tab:first-child .faq__tab-title {
    margin-bottom: 24px;
  }

  .faq__tab-title {
    font-size: 25px;
    line-height: 50px;
    margin-bottom: 34px;
  }

  .faq__tab-sub-title {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 8px;
    margin-top: 48px;
  }

  .faq__tab-list {
    margin-bottom: 24px;
  }

  .faq__tab-text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 22px;
  }

  .popup-academic {
    padding-top: 80px;
    width: 766px;
  }

  .popup-academic__content-wrapper {
    height: calc(100vh - 140px);
  }

  .popup-academic__content {
    padding-top: 39px;
    width: calc(100% - 36px);
  }

  .popup-academic__title {
    height: 60px;
    width: calc(100% - 36px);
  }

  .popup-academic__title span {
    font-size: 25px;
    line-height: 30px;
    padding-right: 30px;
  }

  .popup-academic__title:after {
    bottom: 9px;
  }

  .popup-academic__sub-title {
    margin-bottom: 18px;
    margin-top: 94px;
  }

  .popup-academic__sub-title span {
    font-size: 13px;
    line-height: 22px;
    padding-right: 18px;
  }

  .popup-academic__sub-title:after {
    bottom: 9px;
  }

  .popup-academic__item {
    margin-bottom: 19px;
  }

  .popup-academic__desc,
  .popup-academic__time {
    font-size: 16px;
    line-height: 30px;
  }

  .popup-academic__desc {
    width: calc(100% - 166px);
  }

  .popup-academic__time {
    width: 166px;
  }

  .popup-faq {
    padding-top: 80px;
    width: 766px;
  }

  .popup-faq__content-wrapper {
    height: calc(100vh - 140px);
  }

  .popup-faq__content,
  .popup-faq__title {
    width: calc(100% - 36px);
  }

  .popup-faq__title span {
    font-size: 25px;
    line-height: 30px;
    padding-right: 30px;
  }

  .popup-faq__title:after {
    bottom: 9px;
  }

  .popup__reviews-slider-pointer {
    width: 25px;
    height: 82px;
  }

  .popup__reviews-slider-pointer--left {
    left: 54px;
  }

  .popup__reviews-slider-pointer--right {
    right: 54px;
  }

  .popup__reviews-slider-block {
    padding: 80px 0;
  }

  .popup__reviews-item-title {
    font-size: 25px;
    line-height: 30px;
  }

  .popup__reviews-item-text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 37px;
  }

  .popup__reviews-item-subtitle {
    font-size: 10px;
    line-height: 12px;
    margin-top: 12px;
  }

  .popup__reviews-item-image {
    height: 439px;
    width: 365px;
  }

  .popup__reviews-item-content {
    height: 418px;
    width: calc(100% - 365px);
  }

  .popup__reviews-item-block {
    width: 976px;
  }

  .popup__reviews-item-content-wrapper {
    padding-left: 73px;
  }

  .popup-team {
    padding: 10px;
  }

  .popup-team__image {
    width: 663px;
  }

  .popup-team__hidden {
    height: 270px;
  }

  .popup-team__content {
    width: calc(100% - 663px);
    padding: 124px 75px 60px;
  }

  .popup-team__slogan {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 11px;
  }

  .popup-team__profile {
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 36px;
  }

  .popup-team__text {
    font-size: 16px;
    line-height: 30px;
  }

  .popup-team__nav {
    height: 60px;
  }

  .popup-team__nav-btn {
    width: 55px;
  }

  .popup-team__count {
    font-size: 10px;
    line-height: 12px;
    width: 70px;
  }

  .autorization__row {
    margin-top: 0;
  }
}

@media screen and (max-width:1400px) {
  .cooperation {
    padding: 13.85417vw 12.29868vw;
  }

  .cooperation__item-last .description {
    font-size: 1.1713vw;
    line-height: 2.19619vw;
  }

  .cooperation__item__line .line {
    top: calc(-50% + 16.5px);
  }

  .cooperation__item--active .cooperation__item__line:before {
    width: 33px;
    height: 33px;
  }

  .cooperation__item__name span {
    font-size: 1.83016vw;
    line-height: 2.19619vw;
  }

  .cooperation__item__name--in_slider span {
    font-size: 3.07467vw;
    line-height: 3.87994vw;
  }

  .cooperation__item__button-box .cooperation__item__line .line {
    top: calc(-50% + 21px);
  }

  .cooperation-slider__head {
    font-size: 1.46413vw;
    line-height: 2.56223vw;
  }

  .cooperation-slider__list li {
    font-size: 1.1713vw;
    line-height: 2.19619vw;
  }

  .cooperation-slider__nav .slider__nav-item.slider__nav-item--active,
  .cooperation-slider__nav .slider__nav-item:hover {
    width: 33px;
    height: 33px;
  }

  .cooperation__form--success .success__description {
    font-size: 1.1713vw;
    line-height: 2.12299vw;
  }

  .form-send__button .rectangle-btn {
    font-size: .73206vw;
    line-height: 1.46413vw;
  }

  .popup .all-line-slider-popups__body h2 {
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 36px;
  }

  .popup .all-line-slider-popups__body .chars-line__nav {
    font-size: 10px;
  }

  .popup .all-line-slider-popups__body .chars-line__nav__box__item {
    font-size: 10px;
  }

  .popup .all-line-slider-popups__body .chars-box__head span {
    font-size: 12px;
  }

  .chars-box__line-box__head {
    font-size: 10px;
  }

  .chars-box__line-box .line-box__item {
    font-size: 12px;
  }
}

@media screen and (max-width:1300px) {
  .player__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .player__sub-title {
    font-size: 10px;
    line-height: 12px;
  }

  .player__sub-title--bottom {
    bottom: 16px;
  }

  .player__icon {
    width: 82px;
    height: 82px;
  }

  .player--fullscreen .player__sub-title--bottom {
    bottom: 30px;
  }

  .list__item {
    font-size: 15px;
    line-height: 28px;
  }

  .page-slider {
    height: 460px;
  }

  .page-slider__title {
    width: calc(100% - 170px);
  }

  .page-slider__title span {
    padding-left: 20px;
  }

  .page-slider__bar {
    height: 53px;
  }

  .page-slider__nav {
    width: 170px;
    padding: 0 20px;
  }

  .page-slider__left,
  .page-slider__right {
    width: 39px;
  }

  .back {
    margin-left: 18px;
  }

  .back .svg-left {
    width: 30px;
    height: 6px;
    margin-right: 19px;
  }

  .back span {
    font-size: 10px;
  }

  .about-content__text p {
    margin-bottom: .7em;
  }

  .team {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 24px;
  }

  .team__detail-picture {
    width: 411px;
  }

  .team__detail-content {
    width: calc(100% - 411px);
    padding-left: 38px;
  }

  .team__detail-fullname {
    font-size: 22px;
    line-height: 28px;
    height: 56px;
  }

  .team__detail-position {
    font-size: 11px;
    margin-bottom: 58px;
  }

  .team__detail-slogan {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .team__detail-excerpt {
    font-size: 15px;
    line-height: 28px;
    height: 90px;
    margin-bottom: 35px;
  }

  .team__detail-links .btn {
    min-width: 225px;
  }

  .team__detail-links .btn:first-child {
    margin-right: 38px;
  }

  .team__list {
    height: 144px;
  }

  .team__list-elm {
    height: 106px;
  }

  .team__list-title {
    font-size: 10px;
    line-height: 16px;
  }

  .team__list-nav .team__list-next,
  .team__list-nav .team__list-prev {
    width: calc((100% - 38px) / 2);
  }

  .team__list-prev {
    margin-right: 38px;
  }

  .expertise__title {
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 16px;
    margin-top: 23px;
  }

  .expertise__title .expertise__title-line {
    margin: 12px auto 0;
    width: 76px;
  }

  .expertise__subtitle {
    max-width: 800px;
  }

  .expertise__subtitle .expertise__subtitle-top {
    font-size: 18px;
    line-height: 30px;
  }

  .expertise__subtitle .expertise__subtitle-bottom {
    font-size: 15px;
    line-height: 28px;
    margin-top: 9px;
  }

  .academic-section {
    max-width: 740px;
    padding-top: 87px;
  }

  .academic-section__title {
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 19px;
  }

  .academic-section__title-line {
    margin-bottom: 29px;
    width: 76px;
  }

  .academic-section__subtitle {
    margin-bottom: 35px;
  }

  .academic-section__subtitle-top {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 11px;
  }

  .academic-section__subtitle-bottom,
  .academic-section__text {
    font-size: 15px;
    line-height: 28px;
  }

  .academic-section__text {
    margin-bottom: 13px;
  }

  .academic-section--big,
  .academic-section--slider {
    padding-left: 15px;
    padding-right: 15px;
  }

  .academic-section--big {
    max-width: 100%;
    padding-top: 75px;
  }

  .academic-section--detail .academic-section__subtitle {
    margin-bottom: 33px;
  }

  .academic-slider__item {
    padding-top: 94px;
    padding-bottom: 104px;
  }

  .academic-slider__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 13px;
  }

  .academic-slider__text {
    margin-bottom: 40px;
    height: 85px;
  }

  .academic-slider__btn {
    height: 91px;
    padding: 0 30px;
    min-width: 367px;
    text-align: center;
    line-height: 91px;
    font-weight: 400;
  }

  .academic-slider__content {
    width: 430px;
  }

  .academic-slider__dots {
    width: calc(100% - 265px);
  }

  .academic-slider__dots-nav {
    width: 265px;
  }

  .academic-slider__dots-nav-left {
    margin-right: 45px;
  }

  .academic-slider__dots-wrappper {
    height: 55px;
    line-height: 55px;
  }

  .academic-slider__dot {
    padding-left: 60px;
    padding-right: 60px;
  }

  .academic-slider__dot:first-child {
    padding-left: 66px;
  }

  .academic-slider__nav-left,
  .academic-slider__nav-right {
    top: 54%;
  }

  .academic-slider__nav-right {
    right: 0;
  }

  .academic-slider__nav-left {
    left: 0;
  }

  .academic-slider__dots .owl-item .academic-slider__dot {
    padding-left: 60px;
    padding-right: 60px;
  }

  .academic-slider__dots .owl-item:first-child .academic-slider__dot {
    padding-left: 66px;
  }

  .academic-feedback {
    padding: 46px 0 60px;
  }

  .academic-feedback__title {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 27px;
  }

  .academic-demands__image {
    margin-right: 0;
    background-position: top;
  }

  .academic-demands__list {
    margin-bottom: 42px;
  }

  .academic-demands__title {
    font-size: 11px;
    margin-bottom: 26px;
  }

  .academic-demands .btn {
    min-width: 283px;
  }

  .kurs-info__title {
    font-size: 38px;
    line-height: 43px;
  }

  .kurs-info__sub-title {
    font-size: 11px;
    line-height: 18px;
  }

  .kurs-info__item:after {
    height: 21px;
    top: 48%;
  }

  .kurs-info__item:first-child {
    padding-left: 3px;
    padding-right: 38px;
  }

  .kurs-info__item:nth-child(2) {
    padding-left: 30px;
    padding-right: 30px;
  }

  .kurs-info__item:last-child {
    padding-left: 30px;
    padding-right: 0;
  }

  .kurs-info--slider {
    margin-bottom: 53px;
  }

  .kurs-info--section {
    margin-bottom: 33px;
  }

  .online__screen--with-image {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faq {
    width: 958px;
    padding-top: 34px;
    margin-bottom: 90px;
  }

  .faq__sidebar {
    width: 353px;
    margin-right: 45px;
    padding-left: 25px;
  }

  .faq__content {
    width: calc(100% - 353px - 45px);
  }

  .faq__title {
    margin-bottom: 61px;
  }

  .faq__title span {
    font-size: 35px;
    line-height: 46px;
    padding-right: 8px;
  }

  .faq__title:after {
    bottom: 12px;
  }

  .faq .faq__btn {
    min-width: 298px;
  }

  .faq__menu {
    margin-bottom: 62px;
  }

  .faq__menu-item {
    margin-bottom: 11px;
  }

  .faq__menu-item:last-child {
    margin-bottom: 31px;
  }

  .faq__menu-link {
    padding: 20px 30px;
  }

  .faq__menu-link-hover-text,
  .faq__menu-link-text {
    font-size: 11px;
    line-height: 23px;
  }

  .faq__menu-link-hover-text {
    padding: 0 30px;
  }

  .faq__menu-sub {
    padding-right: 42px;
  }

  .faq__menu-sub .faq__menu-link {
    margin-bottom: 0;
    padding: 8px 30px;
  }

  .faq__menu-sub .faq__menu-link-hover-text,
  .faq__menu-sub .faq__menu-link-text {
    font-size: 10px;
    line-height: 23px;
  }

  .faq__tab--active {
    padding-top: 122px;
  }

  .faq__tab:first-child .faq__tab-title {
    margin-bottom: 34px;
  }

  .faq__tab-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 54px;
  }

  .faq__tab-sub-title {
    font-size: 18px;
    line-height: 30px;
    margin-top: 58px;
  }

  .faq__tab-list {
    margin-bottom: 26px;
  }

  .faq__tab-text {
    font-size: 15px;
    line-height: 28px;
  }

  .terminal__popup__nav-line {
    top: 139px;
  }

  .terminal__popup__body__slider {
    margin: 250px auto 0;
  }

  .terminal__popup__body__slider__item__head {
    font-size: 3.41797vw;
    line-height: 4.49219vw;
  }

  .terminal__popup__body__slider__item__desc {
    font-size: 1.46484vw;
    line-height: 2.73438vw;
    width: 68%;
  }

  .popup.popup_active .terminal__popup__body:before {
    height: 204px;
  }

  .popup-academic {
    width: 771px;
  }

  .popup-academic__content-wrapper {
    height: calc(100vh - 133px);
  }

  .popup-academic__content {
    padding-top: 45px;
    width: calc(100% - 34px);
  }

  .popup-academic__title {
    height: 53px;
    width: calc(100% - 34px);
  }

  .popup-academic__title span {
    font-size: 22px;
    line-height: 28px;
    padding-right: 6px;
  }

  .popup-academic__title:after {
    bottom: 6px;
  }

  .popup-academic__sub-title {
    margin-bottom: 23px;
    margin-top: 75px;
  }

  .popup-academic__sub-title span {
    font-size: 11px;
    line-height: 22px;
    padding-right: 6px;
  }

  .popup-academic__sub-title:after {
    bottom: 6px;
  }

  .popup-academic__desc,
  .popup-academic__time {
    font-size: 15px;
    line-height: 28px;
  }

  .popup-academic__desc {
    width: calc(100% - 170px);
  }

  .popup-academic__time {
    width: 170px;
  }

  .popup-faq {
    width: 771px;
  }

  .popup-faq__content-wrapper {
    height: calc(100vh - 133px);
  }

  .popup-faq__content,
  .popup-faq__title {
    width: calc(100% - 34px);
  }

  .popup-faq__title span {
    font-size: 22px;
    line-height: 28px;
    padding-right: 6px;
  }

  .popup-faq__title:after {
    bottom: 6px;
  }

  .popup__reviews-slider-pointer {
    width: 25px;
    height: 84px;
  }

  .popup__reviews-slider-pointer--left {
    left: 16px;
  }

  .popup__reviews-slider-pointer--right {
    right: 16px;
  }

  .popup__reviews-slider-block {
    padding: 80px 0;
  }

  .popup__reviews-item-title {
    font-size: 25px;
    line-height: 30px;
  }

  .popup__reviews-item-text {
    font-size: 15px;
    line-height: 28px;
    margin-top: 26px;
  }

  .popup__reviews-item-subtitle {
    font-size: 10px;
    line-height: 12px;
    margin-top: 12px;
  }

  .popup__reviews-item-image {
    height: 366px;
    width: 304px;
  }

  .popup__reviews-item-content {
    height: 360px;
    width: calc(100% - 304px);
  }

  .popup__reviews-item-block {
    width: 834px;
  }

  .popup__reviews-item-content-wrapper {
    padding-left: 48px;
  }

  .popup-team {
    padding: 9px;
  }

  .popup-team__image {
    width: 493px;
  }

  .popup-team__hidden {
    height: 365px;
  }

  .popup-team__content {
    width: calc(100% - 493px);
    padding: 82px 46px 45px;
  }

  .popup-team__slogan {
    font-size: 22px;
    line-height: 32px;
  }

  .popup-team__profile {
    padding-bottom: 36px;
  }

  .popup-team__text {
    font-size: 15px;
    line-height: 28px;
  }

  .popup-team__nav {
    height: 45px;
  }
}

@media screen and (max-width:1000px) {
  .svg.svg-logo {
    width: 170px;
    height: 25px;
  }

  .svg.svg-social-fb {
    width: 9px;
    height: 18px;
  }

  .svg.svg-social-fb-stroke {
    width: 10px;
    height: 22px;
  }

  .svg.svg-social-yt {
    width: 20px;
    height: 14px;
  }

  .svg.svg-social-twitter {
    width: 25px;
    height: 22px;
  }

  .svg.svg-dropdown {
    width: 16px;
    height: 7px;
  }

  .svg.svg-page-down,
  .svg.svg-page-up {
    width: 7px;
    height: 25px;
  }

  .svg.svg-dealer-status {
    width: 18px;
    height: 18px;
  }

  .svg.svg-marker-active {
    width: 33px;
    height: 39px;
  }

  .svg.svg-hand {
    width: 124px;
    height: 54px;
  }

  .svg.svg-load {
    width: 51px;
    height: 51px;
  }

  .player__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 8px;
  }

  .player__sub-title--bottom {
    bottom: 18px;
  }

  .player__text-container {
    max-width: 100%;
    height: 60%;
  }

  .player--fullscreen .player__sub-title--bottom {
    bottom: 35px;
  }

  .circle-static-btn {
    width: 48px;
    height: 48px;
  }

  .rectangle-btn {
    min-width: 225px;
    height: 55px;
    padding: 0 55px;
  }

  .rectangle-btn span {
    font: 300 10px/55px EtelkaWide;
  }

  .page-up-btn {
    bottom: 208px;
    right: 25px;
    width: 55px;
    height: 55px;
  }

  .read-more-btn .read-more-btn__title {
    font: 200 10px/1em EtelkaWide;
    margin-top: 19px;
  }

  .read-more-btn:after {
    height: 70px;
    width: 1px;
    bottom: 0;
  }

  .read-more-btn_short-line .read-more-btn__title {
    margin-bottom: 60px;
  }

  .read-more-btn_short-line:after {
    height: 45px;
  }

  .input-dropdown input[type=text] {
    font: 200 10px/1em EtelkaWide;
    width: 408px;
    height: 50px;
    padding: 0 62px;
  }

  .input-dropdown .input-dropdown__link {
    height: 50px;
  }

  .input-dropdown .input-dropdown__link-btn {
    width: 62px;
  }

  .input-dropdown .input-dropdown__list {
    padding: 11px 55px 20px;
    top: 50px;
  }

  .input-dropdown .input-dropdown__scroll {
    max-height: 190px;
  }

  .input-dropdown .input-dropdown__item {
    height: 38px;
  }

  .input-dropdown .input-dropdown__btn {
    font: 200 10px/1em EtelkaWide;
  }

  .input-text {
    margin-bottom: 32px;
  }

  .input-text input,
  .input-text textarea {
    font-size: 10px;
  }

  .input-text input {
    height: 50px;
    padding-right: 24px;
  }

  .input-text input:focus {
    padding-left: 24px;
  }

  .input-text textarea {
    height: 190px;
    padding: 20px 24px;
  }

  .input-text__message {
    top: 40px;
  }

  .input-text_value input {
    padding-left: 24px;
  }

  .input-checkbox label .input-checkbox__box {
    margin-right: 14px;
    width: 18px;
    min-width: 18px;
    height: 18px;
  }

  .input-checkbox label .input-checkbox__text {
    font: 200 10px/1em EtelkaWide;
  }

  .input-checkbox--lg label .input-checkbox__box {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .select {
    font-size: 10px;
    height: 50px;
    margin-bottom: 32px;
  }

  .select__current {
    line-height: 50px;
    padding: 0 24px;
  }

  .select-list__item {
    padding: 19px 24px;
  }

  .form-footer {
    display: block;
  }

  .form-footer .input-checkbox {
    margin-bottom: 80px;
    padding-right: 0;
  }

  .form-footer .btn,
  .form-footer .rectangle-btn {
    margin-left: 0;
  }

  .btn {
    width: 220px;
    height: 55px;
    line-height: 55px;
  }

  .btn span {
    font-size: 10px;
  }

  .btn-sm {
    height: 40px;
    padding: 0 35px;
    min-width: 140px;
  }

  .btn-sm span {
    font: 200 11px/1em EtelkaWide;
  }

  .transparent-btn {
    font: 200 10px/68px EtelkaWide;
    height: 68px;
    min-width: 200px;
    padding: 0 52px;
  }

  .marker-btn span {
    font: 200 11px/1em EtelkaWide;
    margin-left: 28px;
  }

  .btn-social {
    width: 55px;
    height: 55px;
  }

  .scroll-custom {
    width: 2px;
  }

  .list__item {
    font-size: 16px;
    line-height: 30px;
  }

  .page-slider {
    height: 447px;
  }

  .page-slider__title {
    width: calc(100% - 180px);
  }

  .page-slider__title span {
    padding-left: 25px;
    line-height: 73px;
  }

  .page-slider__bar {
    height: 73px;
  }

  .page-slider__nav {
    width: 180px;
    padding: 0 25px;
  }

  .page-slider__left,
  .page-slider__right {
    width: 34px;
  }

  .header {
    height: 80px;
  }

  .nav {
    display: none;
  }

  .nav__menu-btn {
    width: 55px;
    height: 55px;
    top: 13px;
    right: 25px;
  }

  .nav__menu-btn .nav__menu-btn-line {
    width: 20px;
  }

  .back {
    margin-left: 26px;
  }

  .back .svg-left {
    width: 33px;
    height: 8px;
    margin-right: 19px;
  }

  .back span {
    font-size: 10px;
  }

  main {
    padding-top: 80px;
  }

  .main-wrapper {
    width: 590px;
  }

  .footer {
    height: 45px;
    min-height: 45px;
  }

  .footer__copyright {
    font-size: 13px;
    line-height: 45px;
    margin-left: 25px;
  }

  .footer__auth {
    font-size: 13px;
    line-height: 45px;
    margin-right: 25px;
  }

  .slash:after {
    height: 23px;
  }

  .loader {
    height: 133px;
  }

  .page-title {
    font: 200 42px/63px EtelkaWide;
  }

  .page-title .page-title__underline {
    width: 88px;
    height: 2px;
    margin-top: 14px;
  }

  .bottom-nav {
    height: 205px;
  }

  .bottom-nav .bottom-nav__wrapper {
    width: 100%;
  }

  .bottom-nav .bottom-nav__btn {
    padding: 0 65px;
  }

  .bottom-nav .bottom-nav__btn_prev {
    display: none;
  }

  .bottom-nav .bottom-nav__btn .bottom-nav__bg {
    display: block;
  }

  .bottom-nav .bottom-nav__btn .bottom-nav__title {
    font: 200 21px/1.2em EtelkaWide;
    height: 115px;
    margin-bottom: 12px;
  }

  .bottom-nav .bottom-nav__btn .bottom-nav__subtitle {
    font: 200 10px/1em EtelkaWide;
  }

  .bottom-nav .bottom-nav__show-all {
    display: none;
  }

  .bottom-nav--academic {
    margin-left: 25px;
    margin-right: 25px;
  }

  .bottom-nav--academic .bottom-nav__container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bottom-nav--academic .bottom-nav__btn {
    display: none;
  }

  .bottom-nav--academic .bottom-nav__show-all {
    display: block;
  }

  .bottom-nav--academic .bottom-nav__show-all:before {
    height: 48px;
    top: -23px;
  }

  .bottom-nav--academic .bottom-nav__show-all:after {
    height: 48px;
    bottom: -23px;
  }

  .case__title {
    display: block;
    margin: 49px 0 22px;
  }

  .case__grid-gutter-sizer {
    width: 0;
  }

  .case__grid-item,
  .case__grid-item:nth-last-child(2) {
    margin-bottom: 4px;
  }

  .case__grid-item_width-half {
    width: 100%;
  }

  .case__grid-item_height-full,
  .case__grid-item_height-half {
    height: 400px;
  }

  .case__grid-item-bg .case__grid-item-bg-image:first-child {
    display: none;
  }

  .case__grid-item-bg .case__grid-item-bg-image:last-child {
    display: block;
  }

  .case__grid-item-wrapper {
    width: 90%;
  }

  .case__grid-item-title {
    height: 100px;
  }

  .case__grid-item-title:after {
    height: 2px;
    width: 77px;
    bottom: -14px;
  }

  .case__grid-item-title .case__grid-item-title-text {
    font: 200 25px/29px EtelkaWide;
  }

  .case__grid-item-title .case__grid-item-title-text:first-child {
    display: none;
  }

  .case__grid-item-title .case__grid-item-title-text:last-child {
    display: block;
  }

  .case__filter {
    height: 130px;
  }

  .case__filter-title {
    display: none;
  }

  .case-intro,
  .case-intro__bg {
    height: calc(100vh - 80px);
  }

  .case-intro__container {
    margin: 0;
    width: 100%;
  }

  .case-intro__title {
    font: 200 45px/53px EtelkaWide;
    margin-bottom: 17px;
  }

  .case-intro__subtitle {
    font: 200 14px/17px EtelkaWide;
  }

  .case-intro__btn {
    bottom: 35px;
  }

  .case-text-block-with-separator__container {
    width: 100%;
  }

  .case-text-block-with-separator__title {
    font: 200 42px/53px EtelkaWide;
    margin-top: 93px;
    margin-bottom: 15px;
  }

  .case-text-block-with-separator__description {
    font: 200 16px/29px EtelkaTextPro;
    margin-top: 14px;
  }

  .case-text-block-result .case-text-block-result__container {
    margin-top: 21px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .case-text-block-result .case-text-block-result__item {
    display: none;
  }

  .case-text-block-result .case-text-block-result__item:last-child {
    display: block;
  }

  .case-text-block-result .case-text-block-result__digit {
    font: 200 96px/1em AkzidenzLightCn;
    margin-bottom: 6px;
  }

  .case-text-block-result .case-text-block-result__title {
    font: 200 15px/20px EtelkaWide;
  }

  .case-text-block {
    margin-top: 92px;
  }

  .case-text-block .case-text-block__container {
    margin: 0;
  }

  .case-text-block .case-text-block__title {
    font: 400 20px/35px EtelkaWide;
    margin-bottom: 16px;
  }

  .case-text-block .case-text-block__text {
    font: 200 16px/30px EtelkaTextPro;
  }

  .case-text-block .case-text-block__list li {
    padding-left: 26px;
  }

  .case-text-block .case-text-block__list li:before {
    width: 8px;
    height: 8px;
    top: 11px;
    border-width: 2px;
  }

  .case-video-block {
    margin-top: 100px;
  }

  .case-video-player {
    height: 295px;
  }

  .case-quote-block {
    margin-top: 98px;
    margin-bottom: 32px;
  }

  .case-quote-block__container .case-quote-block__image {
    display: none;
  }

  .case-quote-block__container .case-quote-block__content {
    margin: 0;
  }

  .case-quote-block__container .case-quote-block__title {
    font: 200 25px/30px EtelkaWide;
    margin-top: 0;
  }

  .case-quote-block__container .case-quote-block__author {
    font: 200 12px/20px EtelkaWide;
    margin-top: 13px;
  }

  .case-quote-block__container .case-quote-block__text {
    font: 200 16px/30px EtelkaTextPro;
    margin-top: 30px;
  }

  .case-section-preview {
    height: 240px;
  }

  .case-graph__container {
    height: 320px;
  }

  .case-graph {
    width: 150%;
    left: -25%;
  }

  .case-graph__note {
    margin-bottom: 18px;
    min-width: 200px;
  }

  .case-graph__note .case-graph__note-title {
    font: 200 48px/1em AkzidenzLightCn;
    margin-bottom: 7px;
  }

  .case-graph__note .case-graph__note-slash {
    display: none;
  }

  .case-graph__note .case-graph__note-text {
    font: 200 15px/20px EtelkaWide;
  }

  .main-page-slider__wrapper {
    width: 460px;
  }

  .main-page-slider__slide .main-page-slider__title-container {
    height: calc(50% - 10px);
  }

  .main-page-slider__slide .main-page-slider__title {
    font: 300 42px/50px EtelkaWide;
    margin-bottom: 18px;
  }

  .main-page-slider__slide .main-page-slider__text {
    font: 300 16px/25px EtelkaWide;
    margin-top: 20px;
  }

  .main-page-slider__slide .main-page-slider__btn {
    margin-top: 69px;
  }

  .main-page-slider__slide .main-page-slider__btn_mobile {
    display: inline-block;
  }

  .main-page-slider__slide .main-page-slider__page-down-btn {
    margin-top: 100px;
  }

  .main-page-slider__nav {
    display: none;
  }

  .spectr {
    margin: 0 0 0 -12%;
    width: 124%;
  }

  .spectr__hand {
    display: inline-block;
    position: absolute;
  }

  .spectr__svg {
    height: 805px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
  }

  .spectr__slide .spectr__title-container {
    height: calc(50% - 10px);
  }

  .spectr__slide .spectr__title {
    font: 300 42px/50px EtelkaWide;
    margin-bottom: 18px;
  }

  .spectr__slide .spectr__text {
    font: 300 16px/25px EtelkaWide;
    margin-top: 20px;
  }

  .spectr__slide-wrapper {
    width: 600px;
  }

  .solutions {
    height: auto;
  }

  .solution__section {
    margin: 0 auto;
    width: calc(100% - 50px);
  }

  .solution__section--terminals .solution__section-box {
    height: auto;
  }

  .solution__section--terminals .solution__section-content {
    margin-top: 0;
    padding-bottom: 267px;
  }

  .solution__section--terminals .solution__section-content .btn {
    margin: 0 auto;
  }

  .solution__section--terminals .solution__section-image {
    margin: 0 auto;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 66.66667%;
  }

  .solution__section--terminals .solution__section-content {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  .solution__section--terminals .solution__section-head {
    margin-top: 168px;
    margin-bottom: 0;
  }

  .solution__section--terminals .solution__section-desc {
    margin-bottom: 25px;
  }

  .solution__section--universal .solution__section-box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .solution__section--universal .solution__section-content {
    margin-left: 0;
    width: 100%;
  }

  .solution__section--universal .solution__section-head {
    margin-top: 95px;
    margin-bottom: 17px;
  }

  .solution__section--universal .solution__section-desc {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
  }

  .solution__section--terminal {
    margin-top: 96px;
    height: 556px;
    width: 100%;
  }

  .solution__section--guarantee .solution__section-content {
    width: 100%;
  }

  .solution__section--guarantee .solution__section-head {
    margin-top: 103px;
    margin-bottom: 17px;
    width: 100%;
  }

  .solution__section--guarantee .solution__section-desc {
    margin-top: 14px;
    margin-bottom: 35px;
    width: 100%;
  }

  .solution__section--slider {
    padding-bottom: 0;
  }

  .solution__section--slider .academic-slider__nav-left,
  .solution__section--slider .academic-slider__nav-right {
    display: block;
  }

  .solution__section-box {
    height: auto;
  }

  .solution__section-head {
    font-size: 45px;
    line-height: 53px;
    text-align: center;
  }

  .solution__section-desc {
    font-size: 16px;
    line-height: 29px;
  }

  .solution__detail .academic-section__title {
    font-size: 25px;
    margin-top: 88px;
    margin-bottom: 21px;
  }

  .solution__detail .academic-section__title:after {
    bottom: 18px;
  }

  .solution__detail .academic-section .academic-slider__title {
    font-size: 22px;
  }

  .solution__detail .academic-section .academic-slider__title .academic-slider__title-text span {
    font-size: 11px;
  }

  .solution__detail .academic-section .academic-slider__text {
    font-size: 15px;
    line-height: 29px;
    width: 75%;
    margin: 0 auto 40px;
  }

  .solution__detail .academic-section .academic-slider__content .btn {
    margin: 0 auto;
  }

  .solutions-section.solution__detail.mobile-view .slider__item.slider__item--terminal-slider {
    height: 80vw;
  }

  .cooperation__item-last .description {
    font-size: 1.6vw;
    line-height: 3vw;
  }

  .cooperation__form--success .success__description {
    font-size: 1.6vw;
    line-height: 2.9vw;
  }

  .where-buy__carts-container {
    margin-top: 75px;
  }

  .where-buy__carts_page .where-buy__cart {
    width: 100%;
  }

  .where-buy__carts_page .where-buy__cart:last-child {
    margin-bottom: 0;
  }

  .where-buy__carts_popup-list {
    padding: 1px 23px 0 0;
  }

  .where-buy__cart {
    margin-bottom: 16px;
    padding: 0 20px 120px 90px;
  }

  .where-buy__cart_empty {
    display: none;
  }

  .where-buy__cart-title {
    font: 400 16px/26px EtelkaWide;
    margin-top: 54px;
  }

  .where-buy__cart-status {
    margin-top: 6px;
  }

  .where-buy__cart-status .where-buy__cart-status-icon {
    margin-right: 10px;
  }

  .where-buy__cart-status span {
    font: 200 13px/1em EtelkaTextPro;
  }

  .where-buy__cart-text {
    font: 200 16px/22px EtelkaTextPro;
    margin-top: 30px;
  }

  .where-buy__cart-phone {
    margin-top: 19px;
  }

  .where-buy__cart-email,
  .where-buy__cart-phone,
  .where-buy__cart-website {
    font: 200 16px/30px EtelkaTextPro;
  }

  .where-buy__cart-feedback-btn {
    bottom: 45px;
    left: 90px;
  }

  .where-buy__recommendation {
    margin: 75px 0 76px;
  }

  .where-buy__recommendation-text {
    font: 200 16px/30px EtelkaTextPro;
    margin-top: 36px;
  }

  .where-buy__wrapper {
    width: 590px;
  }

  .contact-tab {
    display: none;
  }

  .contact-mobile {
    display: block;
    margin-left: 56px;
    margin-right: 56px;
    margin-top: 89px;
  }

  .contact__title {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin-bottom: 59px;
  }

  .contact__title.contact__title_small {
    margin-bottom: 87px;
  }

  .contact__title.contact__title_small span {
    font-size: 25px;
  }

  .contact__title.contact__title_small:after {
    bottom: 9px;
  }

  .contact__title span {
    font-size: 42px;
    padding-right: 25px;
  }

  .contact__title:after {
    bottom: 16px;
  }

  .contact__text {
    margin-bottom: 29px;
  }

  .contact-more,
  .contact__text {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    font-size: 16px;
  }

  .contact-more {
    max-width: 375px;
    margin-bottom: 55px;
  }

  .contact-info {
    font-size: 16px;
  }

  .about-content {
    margin-left: 25px;
    margin-right: 25px;
    width: auto;
    margin-bottom: 117px;
  }

  .about-content__title {
    font-size: 44px;
    line-height: 53px;
    margin-top: 40px;
    margin-bottom: 54px;
  }

  .about-content__title:after {
    width: 90px;
    margin-top: 16px;
  }

  .about-content__title_separator {
    margin-top: 85px;
    margin-bottom: 26px;
  }

  .about-content__title_separator:after {
    width: 20px;
    margin-top: 22px;
  }

  .about-content__subtitle {
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 25px;
  }

  .about-content__text {
    font-size: 16px;
    text-align: left;
  }

  .team {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 45px;
  }

  .team__subtitle {
    color: #002855;
    font-family: EtelkaWide,sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: .06em;
    display: block;
  }

  .team__detail {
    margin-bottom: 77px;
    height: auto;
  }

  .team__detail-elm {
    height: auto;
    display: block;
  }

  .team__detail-picture {
    width: 100%;
    height: 393px;
  }

  .team__detail-content {
    width: 100%;
    padding-left: 0;
    display: block;
    padding-top: 60px;
  }

  .team__detail-fullname {
    font-size: 25px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 6px;
  }

  .team__detail-position {
    font-size: 12px;
    margin-bottom: 44px;
  }

  .team__detail-slogan {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .team__detail-excerpt {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    margin-bottom: 40px;
  }

  .team__detail-links .btn {
    min-width: 218px;
  }

  .team__detail-links .btn:first-child {
    margin-right: 20px;
  }

  .team__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  .team__list .team__list-elm--active .team__list-hover {
    display: block;
  }

  .team__list-elm {
    height: auto;
    position: relative;
    width: calc((100% - 10px) / 2);
    margin-bottom: 32px;
  }

  .team__list-elm:nth-child(odd) {
    margin-right: 10px;
  }

  .team__list-elm:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 225px;
  }

  .team__list-image {
    height: 225px;
  }

  .team__list-hover {
    position: static;
    height: auto;
    background-color: #fff;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    display: block;
    text-align: left;
    padding-top: 20px;
  }

  .team__list-position,
  .team__list-subtitle {
    color: #002855;
    font-family: EtelkaWide,sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: .06em;
    display: block;
  }

  .team__list-title {
    display: none;
  }

  .services__screen {
    height: auto;
  }

  .services__screen-text {
    font-size: 16px;
    line-height: 29px;
  }

  .services__screen-btn {
    margin-top: 30px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
  }

  .services__screen-wrapper {
    width: calc(100% - 50px);
  }

  .services__screen--image {
    min-height: calc(100vh - 80px);
  }

  .services__screen--image .services__screen-title {
    font-size: 42px;
    line-height: 53px;
    top: 50%;
  }

  .services__screen--image .services__screen-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
  }

  .services__screen--underline .services__screen-title {
    font: 200 45px/1em EtelkaWide;
    margin-bottom: 52px;
    padding-bottom: 25px;
  }

  .services__screen--underline .services__screen-title:after {
    width: 88px;
    height: 2px;
  }

  .services__screen--sep .services__screen-title {
    font-size: 42px;
    line-height: 53px;
    margin-bottom: 15px;
  }

  .services__screen--sep .services__screen-text {
    font-size: 16px;
    line-height: 29px;
    margin-top: 14px;
  }

  .services__screen--text .services__screen-text {
    font-size: 16px;
    line-height: 29px;
  }

  .chronograph {
    padding-bottom: 130px;
    height: 800px;
  }

  .chronograph:before {
    height: 170px;
    top: -68px;
  }

  .chronograph__content {
    height: 465px;
  }

  .chronograph__title {
    font-size: 42px;
    margin-bottom: 26px;
  }

  .chronograph__desc {
    font-size: 16px;
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }

  .chronograph__navigation {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 222px;
  }

  .chronograph__navigation:after {
    display: block;
  }

  .chronograph__btn {
    display: none;
  }

  .chronograph__future {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    font-size: 11px;
  }

  .expertise--btn:after {
    bottom: 5px;
  }

  .expertise__container-text {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    margin-bottom: 60px;
  }

  .expertise__title {
    font-size: 42px;
    line-height: 53px;
    margin-bottom: 54px;
    margin-top: 170px;
  }

  .expertise__title .expertise__title-line {
    margin: 16px auto 0;
    width: 88px;
  }

  .expertise__subtitle {
    max-width: 699px;
  }

  .expertise__subtitle .expertise__subtitle-top {
    font-size: 20px;
    line-height: 35px;
  }

  .expertise__subtitle .expertise__subtitle-bottom {
    font-size: 16px;
    line-height: 30px;
    margin-top: 27px;
  }

  .academic-section {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 132px;
  }

  .academic-section__title {
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 19px;
  }

  .academic-section__title span:first-child {
    display: none;
  }

  .academic-section__title span:last-child {
    display: block;
  }

  .academic-section__title-line {
    margin-bottom: 53px;
    width: 88px;
  }

  .academic-section__subtitle {
    margin-bottom: 28px;
  }

  .academic-section__subtitle-top {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 11px;
  }

  .academic-section__subtitle-bottom {
    display: none;
  }

  .academic-section__text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .academic-section--big,
  .academic-section--slider {
    padding-left: 25px;
    padding-right: 25px;
  }

  .academic-section--big {
    padding-top: 78px;
  }

  .academic-section--detail .academic-section__subtitle {
    margin-bottom: 30px;
  }

  .academic-slider__item {
    padding-top: 61px;
    padding-bottom: 76px;
    padding-left: 0;
  }

  .academic-slider__image {
    position: static;
    display: block;
    width: 100%;
    min-height: 260px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 10px;
  }

  .academic-slider__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 13px;
    text-align: center;
  }

  .academic-slider__title-text:first-child {
    display: none;
  }

  .academic-slider__title-text:last-child {
    display: block;
  }

  .academic-slider__text {
    margin-bottom: 40px;
    height: 60px;
    text-align: center;
  }

  .academic-slider__btn {
    height: 55px;
    padding: 0 30px;
    min-width: 215px;
    text-align: center;
    display: inline-block;
    line-height: 55px;
    font-weight: 400;
  }

  .academic-slider__content {
    width: 100%;
    text-align: center;
  }

  .academic-slider__dots {
    width: calc(100% - 182px);
  }

  .academic-slider__dots-nav {
    width: 182px;
  }

  .academic-slider__dots-nav-left {
    margin-right: 30px;
  }

  .academic-slider__dots-wrappper {
    height: 65px;
    line-height: 65px;
  }

  .academic-slider__dot-text:first-child {
    display: none;
  }

  .academic-slider__dot-text:last-child {
    display: block;
  }

  .academic-slider__dot {
    padding-left: 32px;
    padding-right: 32px;
  }

  .academic-slider__dot:first-child {
    padding-left: 65px;
  }

  .academic-slider__nav-left,
  .academic-slider__nav-right {
    top: 56%;
    width: 32px;
  }

  .academic-slider__dots .owl-item .academic-slider__dot {
    padding-left: 32px;
    padding-right: 32px;
  }

  .academic-slider__dots .owl-item:first-child .academic-slider__dot {
    padding-left: 65px;
  }

  .academic-feedback {
    padding: 70px 0 84px;
  }

  .academic-feedback__title {
    margin-bottom: 38px;
  }

  .academic-feedback__btn {
    min-width: 248px;
    height: 55px;
    line-height: 55px;
    padding: 0 32px;
  }

  .academic-demands {
    padding: 0 37px;
    margin-bottom: 86px;
    display: block;
  }

  .academic-demands__image {
    display: block;
    height: 205px;
    background-position: 50%;
    margin-bottom: 75px;
  }

  .academic-demands__title {
    font-size: 16px;
    margin-bottom: 17px;
  }

  .academic-demands .btn {
    min-width: 307px;
  }

  .kurs-info__title {
    font-size: 30px;
    line-height: 43px;
  }

  .kurs-info__sub-title {
    font-size: 13px;
    line-height: 20px;
  }

  .kurs-info__item:after {
    height: 21px;
    top: 48%;
  }

  .kurs-info__item:first-child,
  .kurs-info__item:last-child,
  .kurs-info__item:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .kurs-info--slider {
    margin-bottom: 32px;
  }

  .kurs-info--section {
    margin-bottom: 37px;
  }

  .timeline {
    height: 205px;
  }

  .timeline .owl-item.center .timeline__elm:after {
    height: 31px;
  }

  .timeline .owl-item.center .timeline__elm .timeline__date {
    font-size: 48px;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }

  .timeline__date {
    font-size: 30px;
    margin-bottom: 2px;
  }

  .timeline__title {
    font-size: 10px;
    margin-bottom: 30px;
  }

  .page-introduction {
    margin: 136px 0 0;
  }

  .page-introduction__title {
    font: 200 45px/1em EtelkaWide;
    padding-bottom: 25px;
  }

  .page-introduction__title:after {
    width: 88px;
    height: 2px;
  }

  .page-introduction__subtitle {
    font-size: 20px;
    line-height: 35px;
    margin-top: 52px;
  }

  .page-introduction__subtitle+.page-introduction__description {
    margin-top: 27px;
    text-align: center;
  }

  .page-introduction__description {
    font: 200 16px/30px EtelkaTextPro;
    margin-top: 55px;
    text-align: center;
  }

  .filter-container {
    margin-top: 75px;
  }

  .filter {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 66px;
  }

  .filter .input-dropdown {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .filter .input-dropdown:last-of-type {
    margin-bottom: 0;
  }

  .filter .marker-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .customPin .svg-map-pin {
    width: 27px;
    height: 27px;
  }

  .customPin .svg-map-pin-active {
    width: 50px;
    height: 60px;
  }

  .gallery__item,
  .gallery__main-block {
    height: 445px;
  }

  .gallery__preview-block {
    display: none;
  }

  .online__screen {
    min-height: 0;
  }

  .online__screen-text-block {
    margin: 0 auto;
    text-align: center;
    width: calc(100% - 50px);
  }

  .online__screen-image-block {
    margin: 0 auto;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 66.66667%;
  }

  .online__screen-title {
    font-size: 42px;
    line-height: 53px;
  }

  .online__screen-text {
    font-size: 16px;
    line-height: 29px;
  }

  .online__screen-list {
    font-size: 16px;
    line-height: 29px;
    width: calc(100% - 50px);
  }

  .online__screen--centered .online__screen-text,
  .online__screen--centered .online__screen-title {
    width: calc(100% - 50px);
  }

  .online__screen--centered .online__screen-title {
    margin-top: 42px;
    margin-bottom: 17px;
  }

  .online__screen--centered .online__screen-text {
    margin-top: 15px;
  }

  .online__screen--centered .online__screen-btn {
    margin-top: 29px;
  }

  .online__screen--intro {
    background-size: contain,70%;
    background-position: bottom,100% 100%;
  }

  .online__screen--intro .online__screen-text,
  .online__screen--intro .online__screen-title {
    margin: 0 auto;
    width: calc(100% - 50px);
  }

  .online__screen--intro .online__screen-title {
    margin-top: 46px;
    margin-bottom: 17px;
  }

  .online__screen--intro .online__screen-title img {
    width: 200px;
    height: 45px;
  }

  .online__screen--intro .online__screen-btn {
    margin-top: 30px;
    position: static;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
  }

  .online__screen--with-image .online__screen-title {
    margin-bottom: 32px;
  }

  .gallery__bar {
    height: 73px;
  }

  .gallery__bar .gallery__digitals {
    font-size: 11px;
    width: 100px;
  }

  .gallery__bar .gallery__title {
    display: none;
  }

  .gallery__bar .gallery__pointers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 38px;
  }

  .gallery__bar .gallery__pointers .gallery__pointers-btn {
    width: 33px;
    margin-right: 30px;
  }

  .gallery__bar .gallery__pointers .gallery__pointers-btn:last-of-type {
    margin-right: 0;
  }

  .quote {
    padding: 40px 0 51px 39px;
  }

  .quote__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .quote__image {
    width: 128px;
    min-width: 128px;
  }

  .quote__image img {
    max-height: 140px;
  }

  .quote__text {
    font-size: 15px;
    line-height: 27px;
    margin-top: 19px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 40px 0 0;
    width: 100%;
  }

  .quote__author {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    height: 140px;
    line-height: 22px;
    margin-top: 0;
    padding: 0 25px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: calc(100% - 128px);
  }

  .text-block {
    font: 200 16px/30px EtelkaTextPro;
  }

  .text-block .text-block__title--h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 28px;
  }

  .text-block .text-block__title--h3 {
    font: 400 20px/35px EtelkaWide;
    margin-bottom: 16px;
  }

  .text-block .text-block__list li {
    padding-left: 26px;
  }

  .text-block .text-block__list li:before {
    width: 8px;
    height: 8px;
    top: 11px;
    border-width: 2px;
  }

  .title-separator span {
    font: 400 12px/1em EtelkaWide;
    padding: 0 12px;
  }

  .materials-table {
    margin-top: 50px;
    margin-bottom: 94px;
  }

  .materials-table:last-child {
    margin-bottom: 87px;
  }

  .materials-table .materials-table__row {
    padding: 14.5px 0;
  }

  .materials-table .materials-table__doc-title {
    font: 200 16px/30px EtelkaTextPro;
  }

  .materials-table .materials-table__doc-size {
    font: 200 10px/30px EtelkaWide;
    width: 25%;
  }

  .materials-table .materials-table__doc-category {
    font: 400 10px/23px EtelkaWide;
    width: 23%;
  }

  .materials-table .materials-table__doc-category span {
    margin-top: 4px;
  }

  .materials-download {
    display: none;
  }

  .materials-table__container {
    margin-top: 18px;
  }

  .materials-table_wrapper {
    width: 590px;
  }

  .pressroom__main-news-container {
    margin-top: 37px;
    margin-bottom: 78px;
  }

  .pressroom__main-news {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pressroom__main-news-content,
  .pressroom__main-news-img {
    width: 100%;
    display: inline-block;
  }

  .pressroom__main-news-content {
    margin-top: 56px;
    padding: 0;
  }

  .pressroom__main-news-date {
    font: 200 30px/1em AkzidenzLightCn;
    margin-bottom: 20px;
  }

  .pressroom__main-news-title {
    font: 400 20px/35px EtelkaWide;
    margin-bottom: 8px;
  }

  .pressroom__main-news-title a {
    border-bottom: 1px solid #002855;
  }

  .pressroom__main-news-description {
    font: 400 16px/30px EtelkaTextPro;
    margin-bottom: 40px;
    max-height: none;
  }

  .pressroom__newslist-container {
    margin-bottom: 140px;
  }

  .pressroom__newslist-container:last-of-type {
    margin-bottom: 88px;
  }

  .pressroom__newslist {
    margin-top: 98px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pressroom__newslist-item {
    margin-top: 98px;
    padding: 0 70px;
    width: 100%;
    display: inline-block;
  }

  .pressroom__newslist-item:first-of-type {
    margin: 0;
  }

  .pressroom__newslist-itemE {
    margin-top: 0px;
    padding: 0 70px;
    width: 100%;
    display: inline-block;
    padding-bottom: 60px;
    margin-bottom: 40px;
  }

  .pressroom__newslist-itemE:first-of-type {
    /* margin: 0; */
    /* margin-top: 98px; */ */
  }

  .pressroom__newslist-new-block .pressroom__newslist-item {
    margin-top: 98px;
  }

  .pressroom__newslist-date {
    color: rgba(25,44,84,.4);
    font: 200 30px/1em AkzidenzLightCn;
  }

  .pressroom__newslist-title {
    height: auto;
    max-height: 70px;
    margin-top: 21px;
  }

  .pressroom__newslist-title span {
    border-bottom: 1px solid #002855;
    font: 400 20px/35px EtelkaWide;
  }

  .pressroom__newslist-img {
    height: 48px;
    margin-top: 34px;
  }

  .pressroom__newslist-showmore {
    margin-top: 103px;
  }

  .pressroom__detail-title {
    font-size: 45px;
    line-height: 53px;
    margin-top: 132px;
  }

  .pressroom__detail-date {
    font-size: 14px;
    margin-top: 18px;
  }

  .pressroom__detail-gallery {
    margin-top: 64px;
    margin-bottom: 65px;
  }

  .pressroom__detail-social {
    height: 117px;
    margin-top: 67px;
    margin-bottom: 139px;
  }

  .pressroom__detail-social-btn {
    margin-right: 16px;
  }

  .pressroom__detail-social-btn:last-of-type {
    margin: 0;
  }

  .pressroom__detail-quote {
    margin-top: 67px;
    margin-bottom: 46px;
  }

  .pressroom__detail-wrapper,
  .pressroom__wrapper {
    width: 590px;
  }

  .production__gallery {
    margin-top: 91px;
    margin-bottom: 65px;
  }

  .production__text-wrapper {
    width: 590px;
  }

  .production__text-wrapper:last-child {
    margin-bottom: 89px;
  }

  .industy-solutions__text-block {
    margin-top: 55px;
    margin-bottom: 173px;
  }

  .industy-solutions__reviews {
    margin-top: 0;
  }

  .industy-solutions__reviews-showmore {
    margin-top: 100px;
  }

  .industy-solutions__reviews-list {
    display: block;
  }

  .industy-solutions__reviews-item {
    margin-top: 84px;
    min-height: 0;
    padding: 0 80px;
    width: 100%;
  }

  .industy-solutions__reviews-item:first-of-type {
    margin-top: 88px;
  }

  .industy-solutions__reviews-item-title {
    margin-top: 0;
  }

  .industy-solutions__reviews-item-title span {
    font-size: 20px;
    line-height: 35px;
    border-bottom: 1px solid #002855;
  }

  .industy-solutions__reviews-item-description {
    margin-top: 9px;
    max-height: none;
  }

  .industy-solutions__reviews-item-description span {
    font: 200 16px/30px EtelkaTextPro;
  }

  .industy-solutions__show-reviews {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }

  .industy-solutions__reviews-wrapper,
  .industy-solutions__text-wrapper {
    width: 590px;
  }

  .industy-solutions__reviews-wrapper:last-child {
    margin-bottom: 143px;
  }

  .big-business__introduction-wrapper {
    padding-bottom: 140px;
  }

  .big-business__introduction__subtitle,
  .big-business__introduction__title {
    width: 590px;
  }

  .big-business__introduction-btn-block {
    height: 140px;
  }

  .big-business__content {
    min-height: auto;
  }

  .big-business__content-wrapper {
    padding: 102px 0 70px;
    width: 590px;
  }

  .big-business__content-btn-block {
    margin-top: 113px;
  }

  .big-business__content-btn {
    padding-top: 72px;
  }

  .big-business__feedback-block {
    width: 590px;
  }

  .big-business__feedback-content {
    padding-right: 0;
    width: 100%;
    display: inline-block;
  }

  .big-business__feedback-content .big-business__feedback-content-title {
    font-size: 25px;
    line-height: 30px;
    margin-top: 0;
  }

  .big-business__feedback-content .big-business__feedback-content-title span {
    padding-right: 25px;
  }

  .big-business__feedback-content .big-business__feedback-content-title:after {
    bottom: 8px;
  }

  .big-business__feedback-content .big-business__feedback-content-subtitle {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
  }

  .big-business__feedback-form-block {
    margin-top: 96px;
    width: 100%;
    display: inline-block;
  }

  .big-business__feedback-form-block .form-footer {
    margin-top: 18px;
  }

  .faq {
    width: 100%;
    padding-top: 89px;
    padding-left: 57px;
    padding-right: 57px;
  }

  .faq__sidebar {
    margin-right: 0;
    padding-left: 0;
  }

  .faq__content,
  .faq__sidebar {
    width: 100%;
    float: none;
  }

  .faq__title {
    margin-bottom: 46px;
  }

  .faq__title span {
    font-size: 42px;
    line-height: 53px;
    padding-right: 8px;
  }

  .faq__title:after {
    bottom: 14px;
  }

  .faq .faq__btn {
    min-width: 333px;
    height: 54px;
    line-height: 54px;
  }

  .faq__menu {
    margin-bottom: 62px;
  }

  .faq__menu-item {
    margin-bottom: 23px;
  }

  .faq__menu-item:last-child {
    margin-bottom: 38px;
  }

  .faq__menu-link {
    padding: 20px 30px;
  }

  .faq__menu-link-hover-text,
  .faq__menu-link-text {
    font-size: 14px;
    line-height: 32px;
  }

  .faq__menu-link-hover-text {
    padding: 0 30px;
  }

  .faq__menu-sub {
    padding-right: 119px;
  }

  .faq__menu-sub .faq__menu-link {
    margin-bottom: 0;
    padding: 8px 30px;
  }

  .faq__menu-sub .faq__menu-link-hover-text,
  .faq__menu-sub .faq__menu-link-text {
    font-size: 12px;
    line-height: 32px;
  }

  .faq__tab--active {
    padding-top: 49px;
  }

  .faq__tab:first-child .faq__tab-title {
    margin-bottom: 34px;
  }

  .faq__tab-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 57px;
  }

  .faq__tab-sub-title {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 16px;
    margin-top: 48px;
  }

  .faq__tab-list {
    margin-bottom: 24px;
  }

  .faq__tab-text {
    font-size: 16px;
    line-height: 30px;
  }

  .main-menu {
    display: block;
    min-height: 100%;
    height: auto;
    padding-top: 145px;
    padding-bottom: 105px;
  }

  .main-menu__wrapper {
    display: block;
    margin: 0 auto;
    width: 355px;
  }

  .main-menu__side {
    width: 100%;
  }

  .main-menu__side--left .main-menu__menu-item:last-child {
    margin-bottom: 58px;
  }

  .main-menu__menu-item,
  .main-menu__menu-title {
    font: 200 25px/1em EtelkaWide;
    margin-bottom: 40px;
  }

  .main-menu__menu-item a:after,
  .main-menu__menu-title a:after {
    bottom: 0;
  }

  .main-menu__submenu-toggle {
    font-size: 25px;
    margin-bottom: 40px;
  }

  .main-menu__submenu-toggle .main-menu__submenu-toggle-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main-menu__submenu-toggle:hover {
    cursor: pointer;
  }

  .main-menu__sub-menu {
    display: none;
    padding-left: 40px;
  }

  .main-menu__menu-item {
    font: 300 16px/1em EtelkaWide;
    margin-bottom: 45px;
  }

  .main-menu__menu-item a:after {
    bottom: -1px;
  }

  .main-menu__menu-item:last-child a {
    padding-right: 0;
  }

  .main-menu__separator {
    margin: 56px 0 58px;
  }

  .main-menu__footer {
    margin-top: 54px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
  }

  .main-menu__footer-wrapper {
    width: 355px;
  }

  .main-menu__footer-menu {
    margin-bottom: 61px;
  }

  .main-menu__footer-menu-item {
    font: 200 16px/1em EtelkaWide;
    padding: 0 30px;
  }

  .main-menu__footer-menu-item:first-child {
    padding-left: 0;
  }

  .main-menu__footer-menu-item:last-child {
    padding-right: 0;
  }

  .main-menu__footer-menu-item a:after {
    bottom: -1px;
  }

  .main-menu__footer-social .main-menu__footer-social-item {
    margin-right: 40px;
  }

  .where-buy__list-popup {
    padding-top: 80px;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    width: 100%;
  }

  .where-buy__list-popup-wrapper {
    margin: 0 auto;
    width: 590px;
  }

  .where-buy__list-popup-title {
    font: 200 25px/30px EtelkaWide;
    margin-top: 90px;
  }

  .where-buy__list-popup-content {
    margin-top: 27px;
  }

  .where-buy__list-popup-recommendation {
    display: block;
  }

  .where-buy__detail-popup {
    padding-top: 80px;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    width: 100%;
  }

  .where-buy__detail-popup-wrapper {
    margin: 0 auto;
    width: 590px;
  }

  .where-buy__detail-popup-title {
    margin-top: 91px;
  }

  .where-buy__detail-popup-title span {
    font: 200 25px/30px EtelkaWide;
    padding-right: 25px;
  }

  .where-buy__detail-popup-title:after {
    bottom: 8px;
  }

  .where-buy__detail-popup-subtitle {
    font: 200 12px/1em EtelkaWide;
    margin-top: 6px;
  }

  .where-buy__detail-popup-form {
    margin: 94px 0 90px;
  }

  .where-buy__detail-popup-form-footer {
    display: block;
    text-align: left;
    margin-top: 50px;
  }

  .where-buy__detail-popup-form-footer .input-checkbox {
    padding-right: 0;
  }

  .where-buy__detail-popup-form-footer .where-buy__form-btn {
    margin-top: 80px;
    margin-left: 0;
  }

  .where-buy__cart-popup {
    display: none;
  }

  .terminal-slider {
    width: 90%;
  }

  .terminal-slider .svg-circle-plus {
    width: 55px;
    height: 55px;
  }

  .terminal-slider .svg-circle-plus svg {
    width: 15px;
    height: 15px;
  }

  .terminal__slider_image {
    height: 64.6%;
  }

  .terminal__slider__item {
    width: calc(47% - 175px);
    height: 55px;
  }

  .terminal__slider__item:before {
    width: calc(100% - 55px);
  }

  .terminal__slider__item__head {
    font-size: 10px;
  }

  .terminal__slider__item--left .terminal__slider__item__head {
    padding-left: 0;
    padding-top: 70px;
  }

  .terminal__slider__item--right .terminal__slider__item__head {
    padding-right: 0;
    padding-top: 70px;
  }

  .terminal__slider__item--bottom {
    bottom: 12.5%;
    width: calc(47% - 175px);
  }

  .terminal__popup__nav-line {
    top: 236px;
    top: 127px;
  }

  .terminal__popup__body__slider {
    margin: 400px auto 0;
  }

  .terminal__popup__body__slider__item__head {
    font-size: 6.5625vw;
    line-height: 8.28125vw;
    width: 90%;
  }

  .terminal__popup__body__slider__item__desc {
    font-size: 2.5vw;
    line-height: 4.53125vw;
  }

  .popup.popup_active .terminal__popup__body:before {
    height: 333px;
  }

  .popup.popup_active .terminal__popup__body__slider__nav {
    background: transparent url(/images/solutions-detail/mobile-scroll-hand.png) 50% 50% no-repeat;
    height: 50px;
    position: relative;
  }

  .popup.popup_active .terminal__popup__body__slider__nav:after,
  .popup.popup_active .terminal__popup__body__slider__nav:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
  }

  .popup.popup_active .terminal__popup__body__slider__nav:before {
    left: 0;
    background: -webkit-linear-gradient(left,#002855,rgba(125,185,232,0));
    background: -webkit-gradient(linear,left top,right top,from(#002855),to(rgba(125,185,232,0)));
    background: -o-linear-gradient(left,#002855 0,rgba(125,185,232,0) 100%);
    background: linear-gradient(90deg,#002855 0,rgba(125,185,232,0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002855",endColorstr="#007db9e8",GradientType=1);
  }

  .popup.popup_active .terminal__popup__body__slider__nav:after {
    right: 0;
    background: -webkit-linear-gradient(left,rgba(125,185,232,0),#002855);
    background: -webkit-gradient(linear,left top,right top,from(rgba(125,185,232,0)),to(#002855));
    background: -o-linear-gradient(left,rgba(125,185,232,0) 0,#002855 100%);
    background: linear-gradient(90deg,rgba(125,185,232,0) 0,#002855);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007db9e8",endColorstr="#002855",GradientType=1);
  }

  .popup.popup_active .terminal__popup__body__slider__nav>* {
    display: none;
  }

  .popup-academic {
    width: auto;
    margin-left: 57px;
    margin-right: 57px;
    padding-top: 85px;
  }

  .popup-academic__content-wrapper {
    height: calc(100vh - 132px);
  }

  .popup-academic__content {
    padding-top: 72px;
    width: calc(100% - 58px);
  }

  .popup-academic__title {
    height: 60px;
    width: calc(100% - 58px);
  }

  .popup-academic__title span {
    font-size: 25px;
    line-height: 30px;
    padding-right: 21px;
  }

  .popup-academic__title:after {
    bottom: 6px;
  }

  .popup-academic__sub-title {
    margin-bottom: 17px;
    margin-top: 63px;
  }

  .popup-academic__sub-title span {
    font-size: 12px;
    line-height: 32px;
    padding-right: 21px;
  }

  .popup-academic__sub-title:after {
    bottom: 12px;
  }

  .popup-academic__desc,
  .popup-academic__time {
    font-size: 16px;
    line-height: 30px;
  }

  .popup-academic__desc {
    width: calc(100% - 160px);
  }

  .popup-academic__time {
    width: 160px;
  }

  .popup .all-line-slider-popups__body h2 {
    width: auto;
    margin-left: 30px;
  }

  .popup .all-line-slider-popups__body .chars-line__nav__slide-nav {
    width: 156px;
  }

  .popup .all-line-slider-popups__body .chars-line__nav__slide-nav .nav__slide svg {
    width: 30px;
  }

  .popup .all-line-slider-popups__body .chars-line__nav__slide-nav .nav__slide.prev svg {
    left: 30px;
  }

  .popup .all-line-slider-popups__body .chars-line__nav__slide-nav .nav__slide.next svg {
    right: 30px;
    left: auto;
  }

  .popup .all-line-slider-popups__body .chars-line__nav__head {
    padding-left: 30px;
    padding-right: 100px;
    width: 300px;
  }

  .popup .all-line-slider-popups__body .chars-line__nav__box {
    width: calc(100% - 300px - 156px);
    margin-right: 0;
  }

  .popup .all-line-slider-popups__body .chars-line__nav__box__item {
    background-color: #fb4f14;
  }

  .popup .all-line-slider-popups__body .chars-box {
    margin-left: 30px;
    width: calc(100% - 30px);
  }

  .popup .all-line-slider-popups__body .chars-box__head {
    width: calc(100% - 90px);
  }

  .chars-box__line-box__head {
    width: 200px;
  }
.chars-box__line-box .chars-box__line-box__head2 {
 width:400px;
}

  .chars-box__line-box .line-box {
    width: calc(100% - 200px);
  }

  .chars-box__line-box .line-box__item {
    color: #002855;
  }

  .popup-faq {
    width: auto;
    margin-left: 57px;
    margin-right: 57px;
    padding-top: 85px;
  }

  .popup-faq__content-wrapper {
    height: calc(100vh - 132px);
  }

  .popup-faq__content,
  .popup-faq__title {
    width: calc(100% - 58px);
  }

  .popup-faq__title span {
    font-size: 25px;
    line-height: 30px;
    padding-right: 21px;
  }

  .popup-faq__title:after {
    bottom: 6px;
  }

  .popup__reviews-slider {
    margin-top: 27px;
  }

  .popup__reviews-slider-pointer {
    position: fixed;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 235px;
    width: 31px;
    height: 106px;
  }

  .popup__reviews-slider-pointer--left {
    left: 26px;
  }

  .popup__reviews-slider-pointer--right {
    right: 26px;
  }

  .popup__reviews-slider-block {
    display: block;
    padding: 80px 0 92px;
  }

  .popup__reviews-wrapper {
    width: 75%;
  }

  .popup__reviews-item-title {
    font-size: 25px;
    line-height: 30px;
  }

  .popup__reviews-item-text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 22px;
  }

  .popup__reviews-item-subtitle {
    font-size: 10px;
    line-height: 20px;
    margin-top: 12px;
  }

  .popup__reviews-item-image {
    height: 365px;
    width: 100%;
  }

  .popup__reviews-item-content {
    margin-top: 75px;
    height: auto;
    width: 100%;
  }

  .popup__reviews-item-content .nano-content {
    position: static;
  }

  .popup__reviews-item-block {
    width: 365px;
  }

  .popup__reviews-item-content-wrapper {
    padding: 0;
  }

  .popup-team {
    padding: 4px;
    display: block;
  }

  .popup-team__image {
    width: 100%;
    height: 400px;
  }

  .popup-team__hidden {
    height: 300px;
  }

  .popup-team__content {
    width: 100%;
    padding: 67px 48px 40px;
    min-height: 300px;
  }

  .popup-team__content .nano-content {
    position: static;
  }

  .popup-team__content .nano {
    height: auto;
  }

  .popup-team__slogan {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 16px;
  }

  .popup-team__profile {
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 45px;
  }

  .popup-team__text {
    font-size: 16px;
    line-height: 30px;
  }

  .popup-team__nav {
    height: 80px;
    position: static;
  }

  .popup-team__nav-btn {
    width: 55px;
  }

  .popup-team__count {
    font-size: 10px;
    line-height: 17px;
    width: 70px;
  }

  .dealers__popup-wrapper {
    width: calc(100% - 50px);
  }

  .dealers__popup-title {
    font-size: 42px;
    line-height: 53px;
    margin-top: 80px;
    margin-bottom: 15px;
  }

  .dealers__popup-text {
    font-size: 16px;
    line-height: 29px;
    margin: 14px 0;
  }

  .success__popup-wrapper {
    margin: 0 auto;
    width: calc(100% - 50px);
  }

  .success__popup-title {
    font: 200 45px/1em EtelkaWide;
    margin-bottom: 52px;
    padding-bottom: 25px;
  }

  .success__popup-title:after {
    width: 88px;
    height: 2px;
  }

  .success__popup-text {
    font-size: 16px;
    line-height: 29px;
  }

  .autorization__scroll {
    width: 100%;
    padding: 100px 30px;
  }

  .autorization__title {
    margin-bottom: 95px;
  }

  .autorization__title span {
    font-size: 30px;
    line-height: 53px;
    padding-right: 19px;
  }

  .autorization__title:after {
    bottom: 16px;
  }

  .autorization__link {
    font-size: 11px;
  }

  .autorization__row {
    margin-top: 60px;
  }

  .autorization__btn {
    margin-right: 40px;
  }

  .autorization__btn .rectangle-btn {
    line-height: 55px;
    font-size: 10px;
    padding: 0 57px;
  }
}

@media screen and (max-width:700px) {
#str_niz {
display:none;
}
  .cooperation__item {
    padding: 10.9375vw 0;
    text-align: center;
  }

  .cooperation__item-last {
    padding: 7.8125vw 0;
  }

  .cooperation__item-last .description {
    font-size: 2.65625vw;
    line-height: 5.15625vw;
  }

  .cooperation__item-last .bottom__box a {
    display: block;
    margin: 20px 0;
  }

  .cooperation__item__line {
    top: -25%;
    height: 30%;
  }

  .cooperation__item__line:before {
    top: 100%;
  }

  .cooperation__item__line:after {
    top: 100%;
  }

  .cooperation__item__line .line {
    top: 0;
  }

  .cooperation__item__line--in_slider {
    display: none;
  }

  .cooperation__item__name {
    width: 100%;
    padding: 20px 0;
    margin: 0!important;
    background-color: #002855;
  }

  .cooperation__item__name:after {
    display: none;
  }

  .cooperation__item__name span {
    font-size: 3.90625vw;
    line-height: 4.6875vw;
  }

  .cooperation__item__name--in_slider span {
    font-size: 6.5625vw;
    line-height: 8.28125vw;
  }

  .cooperation__item__button-box .cooperation__item__line {
    height: 50%;
  }

  .cooperation-slider {
    margin-left: 0;
    background-color: #002855;
  }

  .cooperation-slider__head {
    font-size: 3.125vw;
    line-height: 5.625vw;
    padding-top: 7.8125vw;
  }

  .cooperation-slider__list {
    width: 80%;
    margin: 0 auto;
  }

  .cooperation-slider__list li {
    font-size: 2.34375vw;
    line-height: 4.6875vw;
  }

  .cooperation-slider__left {
    width: 100%;
    position: relative;
    height: 335px;
    background-color: #002855;
  }

  .cooperation__form {
    background-color: #002855;
  }

  .cooperation__form .cooperation__item__line {
    display: none;
  }

  .cooperation__form-head {
    padding: 4.6875vw 0 0;
  }

  .cooperation__form-head .cooperation__item__line {
    display: none;
  }

  .cooperation__form-head .cooperation__item__line-2 {
    display: none;
  }

  .cooperation__form-head .cooperation__item__name {
    font-size: 6.5625vw;
    line-height: 8.28125vw;
  }

  .cooperation__form .contact-tab__form {
    width: 100%;
  }

  .cooperation__form--success {
    width: 80%;
    padding: 46.875vw 0;
  }

  .cooperation__form--success .success__head {
    font-size: 6.5625vw;
    line-height: 8.28125vw;
  }

  .cooperation__form--success .success__description {
    font-size: 2.5vw;
    line-height: 4.53125vw;
  }

  .form-send__button .rectangle-btn {
    font-size: 1.5625vw;
    line-height: 4.6875vw;
  }
}

@media screen and (max-width:640px) {
  .cooperation-page .page-introduction__description {
    text-align: center;
  }

  .cooperation__line-top {
    top: -10.125vw;
    height: 10.125vw;
  }
}

@media screen and (max-width:639px) and (min-height:620px) {
  .main-page-slider__slide .main-page-slider__page-down-btn {
    display: inline-block;
  }
}

@media screen and (max-width:639px) {
  .svg.svg-logo {
    width: 114px;
    height: 19px;
  }

  .svg.svg-social-fb {
    width: 8px;
    height: 15px;
  }

  .svg.svg-social-fb-stroke {
    width: 10px;
    height: 22px;
  }

  .svg.svg-social-yt {
    width: 17px;
    height: 11px;
  }

  .svg.svg-social-twitter {
    width: 24px;
    height: 20px;
  }

  .svg.svg-dropdown {
    width: 11px;
    height: 5px;
  }

  .svg.svg-dealer-status {
    width: 15px;
    height: 15px;
  }

  .svg.svg-marker-active {
    width: 24px;
    height: 28px;
  }

  .svg.svg-hand {
    width: 66px;
    height: 28px;
  }

  .svg.svg-load {
    width: 49px;
    height: 49px;
  }

  .player__copy {
    display: none;
  }

  .player__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    white-space: inherit;
    overflow: auto;
  }

  .player__sub-title {
    font-size: 8px;
    line-height: 14px;
  }

  .player__sub-title--bottom {
    bottom: 2px;
  }

  .player__icon {
    width: 50px;
    height: 50px;
  }

  .player--fullscreen .player__sub-title--bottom {
    bottom: 35px;
  }

  .circle-static-btn {
    width: 36px;
    height: 36px;
  }

  .rectangle-btn {
    min-width: 185px;
    height: 55px;
    padding: 0 55px;
  }

  .rectangle-btn span {
    font: 300 10px/55px EtelkaWide;
  }

  .page-up-btn {
    bottom: 158px;
    right: 10px;
    width: 50px;
    height: 50px;
  }

  .read-more-btn .read-more-btn__title {
    font: 200 8px/1em EtelkaWide;
    margin-top: 19px;
    margin-bottom: 41px;
  }

  .read-more-btn:after {
    height: 56px;
  }

  .read-more-btn_short-line .read-more-btn__title {
    margin-bottom: 26px;
  }

  .read-more-btn_short-line:after {
    height: 13px;
  }

  .input-dropdown input[type=text] {
    font: 200 8px/1em EtelkaWide;
    width: 290px;
    height: 42px;
    padding: 0 49px;
  }

  .input-dropdown .input-dropdown__link {
    height: 42px;
  }

  .input-dropdown .input-dropdown__link-btn {
    width: 49px;
  }

  .input-dropdown .input-dropdown__list {
    padding: 0 25px 20px;
    top: 42px;
  }

  .input-dropdown .input-dropdown__scroll {
    max-height: 150px;
  }

  .input-dropdown .input-dropdown__item {
    height: 30px;
  }

  .input-dropdown .input-dropdown__btn {
    font: 200 8px/1em EtelkaWide;
  }

  .input-text input,
  .input-text textarea {
    font-size: 8px;
  }

  .input-text input {
    height: 40px;
    padding-right: 20px;
  }

  .input-text input:focus {
    padding-left: 20px;
  }

  .input-text textarea {
    height: 100px;
    padding: 15px 20px;
  }

  .input-text__message {
    top: 30px;
    font-size: 8px;
  }

  .input-text_value input {
    padding-left: 24px;
  }

  .input-checkbox label .input-checkbox__box {
    margin-right: 13px;
    width: 15px;
    min-width: 15px;
    height: 15px;
  }

  .input-checkbox label .input-checkbox__text {
    font: 200 8px/1em EtelkaWide;
  }

  .input-checkbox--lg label .input-checkbox__box {
    width: 21px;
    min-width: 21px;
    height: 21px;
  }

  .select {
    font-size: 8px;
    height: 40px;
    margin-bottom: 32px;
  }

  .select__current {
    line-height: 40px;
    padding: 0 20px;
  }

  .select-list__item {
    padding: 15px 20px;
  }

  .form-footer .input-checkbox {
    margin-bottom: 42px;
  }

  .btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
  }

  .btn-sm {
    height: 35px;
    padding: 0 30px;
    min-width: 125px;
  }

  .btn-sm span {
    font: 200 10px/1em EtelkaWide;
  }

  .transparent-btn {
    font: 200 8px/50px EtelkaWide;
    height: 50px;
    min-width: 200px;
    padding: 0 38px;
  }

  .marker-btn span {
    font: 200 8px/1em EtelkaWide;
    margin-left: 18px;
  }

  .btn-social {
    width: 50px;
    height: 50px;
  }

  .list__item {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
    padding-left: 23px;
  }

  .list__item:before {
    width: 7px;
    height: 7px;
    top: 5px;
    border: 1px solid #fb4f14;
  }

  .page-slider {
    height: 221px;
  }

  .page-slider__title {
    width: calc(100% - 170px);
  }

  .page-slider__title span {
    padding-left: 20px;
    line-height: 36px;
  }

  .page-slider__bar {
    height: 36px;
  }

  .page-slider__nav {
    width: 170px;
    padding: 0 20px;
  }

  .page-slider__left,
  .page-slider__right {
    width: 27px;
  }

  .header {
    height: 70px;
  }

  .nav__menu-btn {
    width: 50px;
    height: 50px;
    top: 9px;
    right: 10px;
  }

  .nav__menu-btn .nav__menu-btn-line {
    width: 20px;
  }

  .back {
    height: 70px;
    margin-left: 15px;
  }

  .back .svg-left {
    width: 27px;
    height: 5px;
    margin-right: 0;
  }

  .back span {
    display: none;
  }

  main {
    padding-top: 70px;
  }

  .main-wrapper {
    width: 300px;
  }

  .footer {
    height: 40px;
    min-height: 40px;
    line-height: 40px;
  }

  .footer__copyright {
    margin-left: 15px;
    line-height: 40px;
  }

  .footer__auth {
    margin-right: 10px;
    line-height: 40px;
  }

  .slash:after {
    height: 15px;
  }

  .loader {
    height: 100px;
  }

  .page-title {
    font: 200 26px/34px EtelkaWide;
  }

  .page-title .page-title__underline {
    width: 56px;
    height: 1px;
    margin-top: 13px;
  }

  .bottom-nav {
    height: 100px;
  }

  .bottom-nav .bottom-nav__btn {
    padding: 0 45px;
  }

  .bottom-nav .bottom-nav__btn .bottom-nav__title {
    font: 200 14px/1.2em EtelkaWide;
    height: 58px;
    margin-bottom: 3px;
  }

  .bottom-nav .bottom-nav__btn .bottom-nav__subtitle {
    font: 200 8px/1em EtelkaWide;
  }

  .bottom-nav--academic {
    margin-left: 15px;
    margin-right: 15px;
  }

  .bottom-nav--academic .bottom-nav__show-all:after,
  .bottom-nav--academic .bottom-nav__show-all:before {
    display: none;
  }

  .case__title {
    display: block;
    margin: 45px 0 37px;
  }

  .case__grid-item,
  .case__grid-item:nth-last-child(2) {
    margin-bottom: 2px;
  }

  .case__grid-item_height-full,
  .case__grid-item_height-half {
    height: 200px;
  }

  .case__grid-item-wrapper {
    width: 90%;
  }

  .case__grid-item-title {
    height: 51px;
  }
  .case__grid-item-title_inn {
    height: 76px !important;
  }
.case__grid-item-bg-image_inn {
background-position-y: 20px !important;
}

  .case__grid-item-title .case__grid-item-title-text {
    font: 200 18px/24px EtelkaWide;
  }

  .case__grid-item-title:after {
    height: 1px;
    width: 48px;
    bottom: -5px;
  }

  .case__filter {
    height: 72px;
  }

  .case-intro,
  .case-intro__bg {
    height: calc(100vh - 70px);
  }

  .case-intro__title {
    font: 200 26px/32px EtelkaWide;
    margin-bottom: 16px;
  }

  .case-intro__subtitle {
    font: 200 10px/18px EtelkaWide;
  }

  .case-intro__btn {
    bottom: 28px;
  }

  .case-text-block-with-separator__title {
    font: 200 26px/32px EtelkaWide;
    margin-top: 77px;
    margin-bottom: 14px;
  }

  .case-text-block-with-separator__description {
    font: 200 12px/20px EtelkaTextPro;
    margin-top: 14px;
  }

  .case-text-block-result .case-text-block-result__container {
    margin-top: 11px;
  }

  .case-text-block-result .case-text-block-result__digit {
    font: 200 52px/1em AkzidenzLightCn;
    margin-bottom: 1px;
  }

  .case-text-block-result .case-text-block-result__title {
    font: 200 10px/12px EtelkaWide;
  }

  .case-text-block {
    margin-top: 45px;
  }

  .case-text-block .case-text-block__title {
    font: 400 14px/24px EtelkaWide;
    margin-bottom: 4px;
  }

  .case-text-block .case-text-block__text {
    font: 200 12px/20px EtelkaTextPro;
  }

  .case-text-block .case-text-block__list li {
    padding-left: 18px;
  }

  .case-text-block .case-text-block__list li:before {
    width: 7px;
    height: 7px;
    top: 7px;
    border-width: 1px;
  }

  .case-video-block {
    margin-top: 51px;
  }

  .case-video-player {
    height: 150px;
  }

  .case-quote-block {
    margin-top: 48px;
    margin-bottom: 20px;
  }

  .case-quote-block__container .case-quote-block__title {
    font: 200 18px/24px EtelkaWide;
  }

  .case-quote-block__container .case-quote-block__author {
    font: 200 9px/13px EtelkaWide;
    margin-top: 4px;
  }

  .case-quote-block__container .case-quote-block__text {
    font: 200 12px/20px EtelkaTextPro;
    margin-top: 17px;
  }

  .case-section-preview {
    height: 120px;
  }

  .case-graph__container {
    height: 195px;
  }

  .case-graph__note {
    margin-bottom: 11px;
  }

  .case-graph__note .case-graph__note-title {
    font: 200 26px/1em AkzidenzLightCn;
    margin-bottom: 0;
  }

  .case-graph__note .case-graph__note-slash {
    display: none;
  }

  .case-graph__note .case-graph__note-text {
    font: 200 10px/10px EtelkaWide;
  }

  .main-page-slider__wrapper {
    width: 290px;
  }

  .main-page-slider__slide .main-page-slider__title-container {
    height: calc(50% - 7.5px);
  }

  .main-page-slider__slide .main-page-slider__title {
    font: 300 26px/32px EtelkaWide;
    margin-bottom: 16px;
  }

  .main-page-slider__slide .main-page-slider__text {
    font: 300 12px/20px EtelkaWide;
    margin-top: 16px;
  }

  .main-page-slider__slide .main-page-slider__btn {
    margin-top: 29px;
  }

  .main-page-slider__slide .main-page-slider__page-down-btn {
    margin-top: 79px;
  }

  .spectr__svg {
    height: 340px;
  }

  .spectr__hand {
    margin-bottom: -215px;
    margin-left: 0;
  }

  .spectr__slide .spectr__title-container {
    height: calc(50% - 7.5px);
  }

  .spectr__slide .spectr__title {
    font: 300 26px/32px EtelkaWide;
    margin-bottom: 16px;
  }

  .spectr__slide .spectr__text {
    font: 300 12px/20px EtelkaWide;
    margin-top: 16px;
  }

  .spectr__slide-wrapper {
    width: 270px;
  }

  .solution__section {
    width: calc(100% - 30px);
  }

  .solution__section--terminals .solution__section-content {
    padding-bottom: 144px;
  }

  .solution__section--terminals .solution__section-content .btn {
    margin: 0 auto;
  }

  .solution__section--terminals .solution__section-head {
    margin-top: 29px;
    margin-bottom: 0;
  }

  .solution__section--terminals .solution__section-desc {
    margin-bottom: 14px;
  }

  .solution__section--universal .solution__section-head {
    margin-top: 77px;
    margin-bottom: 14px;
  }

  .solution__section--universal .solution__section-desc {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .solution__section--terminal {
    margin-top: 78px;
    height: 895px;
  }

  .solution__section--guarantee .solution__section-head {
    margin-top: 77px;
    margin-bottom: 14px;
  }

  .solution__section--guarantee .solution__section-desc {
    margin-top: 14px;
    margin-bottom: 35px;
  }

  .solution__section--slider {
    padding-bottom: 0;
  }

  .solution__section-head {
    font-size: 26px;
    line-height: 32px;
  }

  .solution__section-desc {
    font-size: 12px;
    line-height: 20px;
  }

  .solution__detail .academic-section__title {
    font-size: 26px;
    padding-bottom: 18px;
    margin: 0 auto;
    text-align: center;
    margin-top: 78px;
    margin-bottom: 36px;
    display: block;
  }

  .solution__detail .academic-section__title:after {
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 20%;
    bottom: 0;
  }

  .where-buy__carts-container {
    margin-top: 39px;
  }

  .where-buy__carts_popup-list {
    padding: 0 8px 0 0;
  }

  .where-buy__cart {
    margin-bottom: 15px;
    padding: 0 20px 106px 15px;
  }

  .where-buy__cart-title {
    font: 400 12px/21px EtelkaWide;
    margin-top: 40px;
  }

  .where-buy__cart-status {
    margin-top: 3px;
  }

  .where-buy__cart-status .where-buy__cart-status-icon {
    margin-right: 8px;
  }

  .where-buy__cart-status span {
    font: 200 10px/1em EtelkaTextPro;
  }

  .where-buy__cart-text {
    font: 200 12px/20px EtelkaTextPro;
    margin-top: 20px;
  }

  .where-buy__cart-phone {
    margin-top: 21px;
  }

  .where-buy__cart-email,
  .where-buy__cart-phone,
  .where-buy__cart-website {
    font: 200 12px/20px EtelkaTextPro;
  }

  .where-buy__cart-feedback-btn {
    bottom: 34px;
    left: 15px;
  }

  .where-buy__recommendation {
    margin: 48px 0 37px;
  }

  .where-buy__recommendation-text {
    font: 200 12px/20px EtelkaTextPro;
    margin-top: 28px;
  }

  .where-buy__wrapper {
    width: 290px;
  }

  .contact-mobile {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 42px;
  }

  .contact__title {
    margin-bottom: 44px;
  }

  .contact__title span {
    font-size: 25px;
    padding-right: 18px;
  }

  .contact__title:after {
    bottom: 9px;
  }

  .contact__text {
    margin-bottom: 10px;
  }

  .contact-more {
    max-width: 264px;
    margin-bottom: 31px;
  }

  .contact-more,
  .contact__text {
    font-size: 12px;
  }

  .contact-info {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .contact__title.contact__title_small {
    margin-bottom: 50px;
  }

  .contact__title.contact__title_small span {
    font-size: 18px;
  }

  .contact__title.contact__title_small:after {
    display: none;
  }

  .about-content {
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 63px;
  }

  .about-content__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 33px;
  }

  .about-content__title:after {
    width: 55px;
    margin-top: 13px;
  }

  .about-content__title_separator {
    margin-top: 72px;
  }

  .about-content__title_separator:after {
    width: 16px;
    margin-top: 17px;
  }

  .about-content__subtitle {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .about-content__text {
    font-size: 12px;
    line-height: 1.7em;
  }

  .team {
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 13px;
  }

  .team__subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: center;
  }

  .team__detail {
    margin-bottom: 52px;
  }

  .team__detail-picture {
    height: 227px;
  }

  .team__detail-content {
    padding-top: 40px;
    text-align: center;
  }

  .team__detail-fullname {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 10px;
  }

  .team__detail-position {
    font-size: 8px;
    margin-bottom: 31px;
  }

  .team__detail-slogan {
    font-size: 14px;
    margin-bottom: 11px;
  }

  .team__detail-excerpt {
    font-size: 12px;
    line-height: 20px;
    height: auto;
    margin-bottom: 29px;
  }

  .team__detail-links .btn {
    min-width: 144px;
  }

  .team__detail-links .btn:first-child {
    margin-right: 6px;
  }

  .team__list-elm {
    position: relative;
    width: 100%;
    margin-bottom: 32px;
  }

  .team__list-elm:nth-child(odd) {
    margin-right: 0;
  }

  .team__list-hover {
    position: static;
    height: auto;
    background-color: #fff;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    display: block;
    text-align: left;
    padding-top: 13px;
  }

  .team__list-position,
  .team__list-subtitle {
    font-size: 8px;
    font-weight: 400;
    line-height: 14px;
  }

  .services__screen {
    height: auto;
  }

  .services__screen-text {
    font-size: 12px;
    line-height: 20px;
  }

  .services__screen-wrapper {
    width: calc(100% - 30px);
  }

  .services__screen--image {
    min-height: calc(100vh - 70px);
  }

  .services__screen--image .services__screen-title {
    font-size: 23px;
    line-height: 30px;
  }

  .services__screen--underline .services__screen-title {
    font: 200 26px/1em EtelkaWide;
    margin-bottom: 33px;
    padding-bottom: 23px;
  }

  .services__screen--underline .services__screen-title:after {
    width: 56px;
    height: 2px;
  }

  .services__screen--sep .services__screen-title {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 14px;
  }

  .services__screen--sep .services__screen-text {
    font-size: 12px;
    line-height: 20px;
    margin-top: 14px;
  }

  .services__screen--text .services__screen-text {
    font-size: 12px;
    line-height: 20px;
  }

  .chronograph {
    padding-bottom: 174px;
    height: 604px;
  }

  .chronograph:before {
    top: -41px;
    height: 115px;
  }

  .chronograph__content {
    height: 300px;
  }

  .chronograph__elm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 75px;
  }

  .chronograph__title {
    width: 100%;
    max-width: 640px;
  }

  .chronograph__title {
    font-size: 26px;
    margin-bottom: 14px;
  }

  .chronograph__desc {
    font-size: 12px;
    margin-left: 13px;
    margin-right: 13px;
    line-height: 1.7em;
  }

  .chronograph__navigation {
    height: 166px;
  }

  .chronograph__navigation:after {
    height: 111px;
  }

  .chronograph__future {
    font-size: 8px;
  }

  .expertise__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 35px;
    margin-top: 60px;
  }

  .expertise__title .expertise__title-line {
    margin: 12px auto 0;
    width: 56px;
  }

  .expertise__subtitle {
    max-width: 100%;
  }

  .expertise__subtitle .expertise__subtitle-top {
    font-size: 14px;
    line-height: 24px;
  }

  .expertise__subtitle .expertise__subtitle-bottom {
    font-size: 12px;
    line-height: 20px;
    margin-top: 19px;
  }

  .expertise__container-btn {
    height: 110px;
  }

  .academic-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
  }

  .academic-section__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 14px;
  }

  .academic-section__title-line {
    margin-bottom: 31px;
    width: 56px;
  }

  .academic-section__subtitle {
    margin-bottom: 19px;
  }

  .academic-section__subtitle-top {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 11px;
  }

  .academic-section__text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .academic-section--big {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 51px;
  }

  .academic-section--detail .academic-section__subtitle {
    margin-bottom: 24px;
  }

  .academic-slider__item {
    padding-top: 4px;
    padding-bottom: 73px;
  }

  .academic-slider__image {
    min-height: 120px;
    margin-bottom: 39px;
  }

  .academic-slider__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 13px;
  }

  .academic-slider__text {
    margin-bottom: 9px;
    height: 80px;
  }

  .academic-slider__btn {
    height: 50px;
    padding: 0 30px;
    min-width: 160px;
    line-height: 50px;
    font-weight: 400;
  }

  .academic-slider__nav-left,
  .academic-slider__nav-right {
    top: 44%;
    width: 21px;
  }

  .academic-slider__dots-wrappper {
    display: none;
  }

  .academic-feedback {
    padding: 38px 0 48px;
    margin-bottom: 48px;
    display: block;
  }

  .academic-feedback__title {
    margin-bottom: 23px;
    font-size: 14px;
    line-height: 24px;
  }

  .academic-feedback__btn {
    display: block;
    margin-left: auto;
    width: 222px;
    min-width: 222px;
    height: 50px;
    line-height: 50px;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
  }

  .academic-feedback__btn span {
    font-size: 8px;
  }

  .academic-feedback__btn:last-child {
    margin-bottom: 0;
    margin-right: auto;
  }

  .academic-demands {
    padding: 0;
    margin-bottom: 55px;
  }

  .academic-demands__image {
    height: 125px;
    margin-bottom: 35px;
  }

  .academic-demands__list {
    padding-left: 15px;
    margin-bottom: 28px;
  }

  .academic-demands .btn {
    margin-left: auto;
    margin-right: auto;
    min-width: 217px;
  }

  .academic-demands__title {
    font-size: 10px;
    margin-bottom: 14px;
    text-align: center;
  }

  .kurs-info__title {
    font-size: 26px;
    line-height: 34px;
  }

  .kurs-info__sub-title {
    font-size: 10px;
    line-height: 20px;
  }

  .kurs-info__item:after {
    height: 21px;
    top: 48%;
  }

  .kurs-info__item:first-child,
  .kurs-info__item:last-child,
  .kurs-info__item:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .kurs-info--slider {
    margin-bottom: 27px;
  }

  .kurs-info--section {
    margin-bottom: 22px;
  }

  .timeline {
    height: 130px;
  }

  .timeline .owl-item.center .timeline__elm:after {
    height: 16px;
  }

  .timeline .owl-item.center .timeline__elm .timeline__date {
    font-size: 26px;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
  }

  .timeline__elm:after {
    height: 12px;
  }

  .timeline__date {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .timeline__title {
    font-size: 8px;
    margin-bottom: 18px;
  }

  .page-introduction {
    margin: 45px 0 0;
  }

  .page-introduction__title {
    font: 200 26px/1em EtelkaWide;
    padding-bottom: 23px;
  }

  .page-introduction__title:after {
    width: 56px;
    height: 2px;
  }

  .page-introduction__subtitle {
    font-size: 14px;
    line-height: 24px;
    margin-top: 33px;
  }

  .page-introduction__subtitle+.page-introduction__description {
    margin-top: 18px;
    text-align: center;
  }

  .page-introduction__description {
    font: 200 12px/20px EtelkaTextPro;
    margin-top: 34px;
    text-align: left;
  }

  .filter-container {
    margin-top: 60px;
  }

  .filter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 48px;
  }

  .filter .input-dropdown {
    margin-bottom: 14px;
  }

  .filter .input-dropdown:last-of-type {
    margin-bottom: 0;
  }

  .customPin .svg-map-pin {
    width: 27px;
    height: 27px;
  }

  .gallery__item,
  .gallery__main-block {
    height: 218px;
  }

  .online__screen-text-block {
    width: calc(100% - 30px);
  }

  .online__screen-image-block {
    width: calc(100% - 30px);
  }

  .online__screen-title {
    font-size: 26px;
    line-height: 32px;
  }

  .online__screen-text {
    font-size: 12px;
    line-height: 20px;
  }

  .online__screen-list {
    font-size: 12px;
    line-height: 28px;
    width: calc(100% - 30px);
  }

  .online__screen--centered .online__screen-text,
  .online__screen--centered .online__screen-title {
    width: calc(100% - 30px);
  }

  .online__screen--centered .online__screen-title {
    margin-top: 22px;
    margin-bottom: 14px;
  }

  .online__screen--centered .online__screen-text {
    margin-top: 15px;
  }

  .online__screen--centered .online__screen-btn {
    margin-top: 19px;
  }

  .online__screen--intro .online__screen-text,
  .online__screen--intro .online__screen-title {
    width: calc(100% - 30px);
  }

  .online__screen--intro .online__screen-title {
    margin-bottom: 14px;
  }

  .online__screen--with-image .online__screen-title {
    margin-bottom: 22px;
  }

  .gallery__bar {
    height: 36px;
  }

  .gallery__bar .gallery__digitals {
    font-size: 10px;
    width: 60px;
  }

  .gallery__bar .gallery__pointers {
    margin-right: 20px;
  }

  .gallery__bar .gallery__pointers .gallery__pointers-btn {
    width: 26px;
    margin-right: 24px;
  }

  .gallery__bar .gallery__pointers .gallery__pointers-btn:last-of-type {
    margin-right: 0;
  }

  .quote {
    border-left: none;
    border-top: 1px solid #fb4f14;
    padding: 47px 20px 41px;
  }

  .quote__content {
    display: block;
  }

  .quote__image {
    float: none;
    margin: 0 auto;
    width: 195px;
  }

  .quote__image img {
    max-height: none;
  }

  .quote__text {
    font-size: 12px;
    line-height: 20px;
    margin-top: 30px;
  }

  .quote__author,
  .quote__text {
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .quote__author {
    font-size: 8px;
    height: auto;
    line-height: 18px;
    margin-top: 14px;
  }

  .text-block {
    font: 200 12px/20px EtelkaTextPro;
  }

  .text-block .text-block__title--h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 13px;
  }

  .text-block .text-block__title--h3 {
    font: 400 14px/24px EtelkaWide;
    margin-bottom: 4px;
  }

  .text-block .text-block__list li {
    padding-left: 18px;
  }

  .text-block .text-block__list li:before {
    width: 7px;
    height: 7px;
    top: 7px;
    border-width: 1px;
  }

  .title-separator span {
    font: 400 10px/1em EtelkaWide;
    padding: 0 10px;
  }

  .materials-table {
    margin-top: 48px;
    margin-bottom: 143px;
  }

  .materials-table:last-child {
    margin-bottom: 130px;
  }

  .materials-table .materials-table__row {
    padding: 0;
    margin-bottom: 42px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .materials-table .materials-table__doc-title {
    font: 200 12px/20px EtelkaTextPro;
    width: 100%;
  }

  .materials-table .materials-table__doc-size {
    font: 200 10px/1em EtelkaWide;
    text-align: left;
    width: 100%;
  }

  .materials-table .materials-table__doc-size span {
    margin-top: 13px;
  }

  .materials-table .materials-table__doc-category {
    font: 400 8px/1em EtelkaWide;
    width: 100%;
  }

  .materials-table .materials-table__doc-category span {
    margin-top: 10px;
  }

  .materials-table__container {
    margin-top: 18px;
  }

  .materials-table_wrapper {
    width: 290px;
  }

  .pressroom__main-news-container {
    margin-top: 17px;
    margin-bottom: 77px;
  }

  .pressroom__main-news-content {
    margin-top: 38px;
    text-align: center;
  }

  .pressroom__main-news-date {
    font: 200 26px/1em AkzidenzLightCn;
    margin-bottom: 19px;
  }

  .pressroom__main-news-title {
    font: 400 14px/24px EtelkaWide;
    margin-bottom: 9px;
  }

  .pressroom__main-news-description {
    font: 400 12px/20px EtelkaTextPro;
    margin-bottom: 29px;
  }

  .pressroom__main-news-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pressroom__newslist-container {
    margin-bottom: 77px;
  }

  .pressroom__newslist-container:last-of-type {
    margin-bottom: 66px;
  }

  .pressroom__newslist {
    margin-top: 61px;
  }

  .pressroom__newslist-item {
    margin-top: 53px;
    padding: 0;
    width: 100%;
  }

  .pressroom__newslist-item:first-of-type {
    margin: 0;
  }

 .pressroom__newslist-itemE {
    margin-top: 53px;
    padding: 0;
    width: 100%;
    /* background-repeat: no-repeat; */
    background-position: center 100%;
    background-size: auto 20%;
    padding-bottom: 50px;
    margin-bottom: 0px;
  }

  .pressroom__newslist-itemE:first-of-type {
    margin: 0;
  }

  .pressroom__newslist-new-block .pressroom__newslist-item {
    margin-top: 53px;
  }

  .pressroom__newslist-date {
    font: 200 26px/1em AkzidenzLightCn;
  }

  .pressroom__newslist-title {
    max-height: 48px;
    margin-top: 19px;
  }

  .pressroom__newslist-title span {
    font: 400 14px/24px EtelkaWide;
  }

  .pressroom__newslist-img {
    height: 43px;
    margin-top: 28px;
  }

  .pressroom__newslist-showmore {
    margin-top: 57px;
  }

  .pressroom__detail-title {
    font-size: 26px;
    line-height: 32px;
    margin-top: 40px;
  }

  .pressroom__detail-date {
    font-size: 10px;
    margin-top: 19px;
  }

  .pressroom__detail-gallery {
    margin-top: 40px;
    margin-bottom: 28px;
  }

  .pressroom__detail-social {
    height: 97px;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .pressroom__detail-social-btn {
    margin-right: 14px;
  }

  .pressroom__detail-social-btn:last-of-type {
    margin: 0;
  }

  .pressroom__detail-quote {
    margin-top: 50px;
    margin-bottom: 26px;
  }

  .pressroom__detail-wrapper,
  .pressroom__wrapper {
    width: 290px;
  }

  .production__gallery {
    margin-top: 49px;
    margin-bottom: 48px;
  }

  .production__text-wrapper {
    width: 290px;
  }

  .production__text-wrapper:last-child {
    margin-bottom: 52px;
  }

  .industy-solutions__text-block {
    margin-top: 34px;
    margin-bottom: 139px;
  }

  .industy-solutions__reviews-showmore {
    margin-top: 55px;
  }

  .industy-solutions__reviews-item {
    margin-top: 45px;
    padding: 0;
  }

  .industy-solutions__reviews-item:first-of-type {
    margin-top: 54px;
  }

  .industy-solutions__reviews-item-title span {
    font-size: 14px;
    line-height: 24px;
  }

  .industy-solutions__reviews-item-description {
    margin-top: 9px;
  }

  .industy-solutions__reviews-item-description span {
    font: 200 12px/20px EtelkaTextPro;
  }

  .industy-solutions__show-reviews {
    margin-top: 72px;
  }

  .industy-solutions__reviews-wrapper,
  .industy-solutions__text-wrapper {
    width: 290px;
  }

  .industy-solutions__reviews-wrapper:last-child {
    margin-bottom: 43px;
  }

  .big-business__introduction-wrapper {
    padding-bottom: 114px;
  }

  .big-business__introduction__subtitle,
  .big-business__introduction__title {
    width: 290px;
  }

  .big-business__introduction-btn-block {
    height: 114px;
  }

  .big-business__content-wrapper {
    padding: 65px 0 46px;
    width: 290px;
  }

  .big-business__content-btn-block {
    margin-top: 72px;
  }

  .big-business__feedback-block {
    width: 290px;
  }

  .big-business__feedback-content .big-business__feedback-content-title {
    font-size: 18px;
    line-height: 24px;
  }

  .big-business__feedback-content .big-business__feedback-content-title span {
    padding-right: 15px;
  }

  .big-business__feedback-content .big-business__feedback-content-title:after {
    bottom: 7px;
  }

  .big-business__feedback-content .big-business__feedback-content-subtitle {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
  }

  .big-business__feedback-form-block {
    margin-top: 74px;
    text-align: center;
  }

  .big-business__feedback-form-block .form-footer {
    margin-top: 12px;
  }

  .faq {
    width: 100%;
    padding-top: 38px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq__title {
    margin-bottom: 37px;
  }

  .faq__title span {
    font-size: 26px;
    line-height: 32px;
    padding-right: 15px;
  }

  .faq__title:after {
    bottom: 7px;
  }

  .faq .faq__btn {
    min-width: 198px;
    height: 50px;
    line-height: 50px;
  }

  .faq__menu {
    margin-bottom: 59px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .faq__menu-item {
    margin-bottom: 13px;
  }

  .faq__menu-item:last-child {
    margin-bottom: 29px;
  }

  .faq__menu-link {
    padding: 20px 10px;
  }

  .faq__menu-link-hover-text,
  .faq__menu-link-text {
    font-size: 11px;
    line-height: 24px;
  }

  .faq__menu-link-hover-text {
    padding: 0 10px;
  }

  .faq__menu-sub {
    padding-right: 0;
  }

  .faq__menu-sub .faq__menu-link {
    margin-bottom: 0;
    padding: 8px 10px;
  }

  .faq__menu-sub .faq__menu-link-hover-text,
  .faq__menu-sub .faq__menu-link-text {
    font-size: 10px;
    line-height: 20px;
  }

  .faq__tab--active {
    padding-top: 49px;
  }

  .faq__tab:first-child .faq__tab-title {
    margin-bottom: 34px;
  }

  .faq__tab-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 22px;
  }

  .faq__tab-sub-title {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
    margin-top: 38px;
  }

  .faq__tab-list {
    margin-bottom: 13px;
  }

  .faq__tab-text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 11px;
  }

  .popup__wrapper {
    margin: 70px 15px;
  }

  .main-menu {
    padding-top: 93px;
    padding-bottom: 14px;
  }

  .main-menu__wrapper {
    width: 225px;
  }

  .main-menu__side--left .main-menu__menu-item:last-child {
    margin-bottom: 39px;
  }

  .main-menu__menu-item,
  .main-menu__menu-title {
    font: 200 18px/1em EtelkaWide;
    margin-bottom: 22px;
  }

  .main-menu__menu-item a:after,
  .main-menu__menu-title a:after {
    bottom: 0;
  }

  .main-menu__submenu-toggle {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .main-menu__sub-menu {
    padding-left: 23px;
  }

  .main-menu__menu-item {
    font: 300 12px/1em EtelkaWide;
    margin-bottom: 28px;
  }

  .main-menu__menu-item a:after {
    bottom: -1px;
  }

  .main-menu__submenu-toggle .main-menu__submenu-toggle-icon {
    left: -26px;
  }

  .main-menu__separator {
    margin: 43px 0 37px;
  }

  .main-menu__footer {
    margin: 0 0 34px;
  }

  .main-menu__footer-wrapper {
    width: 225px;
  }

  .main-menu__footer-menu {
    margin-top: 39px;
    margin-bottom: 34px;
  }

  .main-menu__footer-menu-item {
    font: 200 12px/1em EtelkaWide;
    padding: 0 21px;
  }

  .main-menu__footer-menu-item:first-child {
    padding-left: 0;
  }

  .main-menu__footer-menu-item:last-child {
    padding-right: 0;
  }

  .main-menu__footer-menu-item a:after {
    bottom: -1px;
  }

  .main-menu__footer-social .main-menu__footer-social-item {
    margin-right: 40px;
  }

  .where-buy__list-popup {
    padding-top: 70px;
  }

  .where-buy__list-popup-wrapper {
    width: 290px;
  }

  .where-buy__list-popup-title {
    font: 200 18px/24px EtelkaWide;
    margin-top: 0;
  }

  .where-buy__list-popup-content {
    margin-top: 16px;
  }

  .where-buy__list-popup-recommendation {
    margin: 25px 0 47px;
  }

  .where-buy__list-popup-recommendation-text {
    display: none;
  }

  .where-buy__detail-popup {
    padding-top: 70px;
  }

  .where-buy__detail-popup-wrapper {
    width: 290px;
  }

  .where-buy__detail-popup-title {
    margin-top: 0;
  }

  .where-buy__detail-popup-title span {
    font: 200 18px/24px EtelkaWide;
    padding-right: 0;
  }

  .where-buy__detail-popup-title:after {
    content: none;
  }

  .where-buy__detail-popup-subtitle {
    font: 200 8px/1em EtelkaWide;
    margin-top: 6px;
  }

  .where-buy__detail-popup-form {
    margin: 37px 0 15px;
  }

  .where-buy__detail-popup-form-footer {
    margin-top: 19px;
  }

  .where-buy__detail-popup-form-footer .where-buy__form-btn {
    margin-top: 42px;
  }

  .terminal-slider {
    padding-top: 83px;
  }

  .terminal-slider .svg-terminal {
    display: block;
    margin: 0 auto 47px;
    position: relative;
  }

  .terminal-slider .svg-circle-plus {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
  }

  .terminal__slider_image {
    height: auto;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .terminal__slider_image .svg-terminal {
    height: 209px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .terminal__slider__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    margin-right: 0;
    position: static;
    width: 100%;
  }

  .terminal__slider__item:before {
    content: none;
  }

  .terminal__slider__item:after {
    content: none;
  }

  .terminal__slider__item__head {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 11px;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
  }

  .terminal__slider__item--left .terminal__slider__item__head {
    padding-top: 11px;
    text-align: center;
  }

  .terminal__slider__item--right .terminal__slider__item__head {
    padding-top: 11px;
    text-align: center;
  }

  .terminal__slider__item--bottom {
    width: 100%;
  }

  .popup-academic {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 72px;
  }

  .popup-academic__content-wrapper {
    height: calc(100vh - 117px);
  }

  .popup-academic__content {
    padding-top: 30px;
    width: calc(100% - 15px);
  }

  .popup-academic__title {
    height: 45px;
    width: calc(100% - 15px);
  }

  .popup-academic__title span {
    font-size: 18px;
    line-height: 24px;
    padding-right: 0;
  }

  .popup-academic__title:after {
    display: none;
  }

  .popup-academic__sub-title {
    margin-bottom: 17px;
    margin-top: 62px;
  }

  .popup-academic__sub-title span {
    font-size: 10px;
    line-height: 17px;
    padding-right: 0;
  }

  .popup-academic__sub-title:after {
    display: none;
  }

  .popup-academic__desc,
  .popup-academic__time {
    font-size: 12px;
    line-height: 20px;
  }

  .popup-academic__item {
    display: block;
    margin-bottom: 24px;
  }

  .popup-academic__desc {
    width: 100%;
  }

  .popup-academic__time {
    width: 100%;
    padding-right: 0;
    margin-bottom: 7px;
  }

  .popup .all-line-slider-popups__body {
    padding-top: 75px;
  }

  .popup .all-line-slider-popups__body h2 {
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .popup .all-line-slider-popups__body .chars-line__nav {
    background-color: transparent;
  }

  .popup .all-line-slider-popups__body .chars-line__nav__slide-nav {
    display: none;
  }

  .popup .all-line-slider-popups__body .chars-line__nav__head {
    display: none;
  }

  .popup .all-line-slider-popups__body .chars-line__nav__box {
    width: 100%;
  }

  .popup .all-line-slider-popups__body .chars-line__nav__box__item {
    background-color: transparent;
    padding: 0;
    font-size: 10px;
    line-height: 1em;
    color: #002855;
    text-align: left;
  }

  .popup .all-line-slider-popups__body .chars-box {
    margin-left: 0;
    width: 100%;
  }

  .popup .all-line-slider-popups__body .chars-box__head {
    width: calc(100% - 45px);
    margin-bottom: 7px;
  }

  .chars-box__line-box {
    margin-bottom: 20px;
  }

  .chars-box__line-box__head {
    width: 100%;
    min-height: 0;
  }
.chars-box__line-box .chars-box__line-box__head2 {
 width:100%;
}
  .chars-box__line-box .line-box {
    width: 100%;
  }

  .chars-box__line-box .line-box__item {
    min-height: 0;
  }

  .chars-box__line-box .line-box__item span {
    width: 100%;
    font-size: 10px;
    line-height: 17px;
    display: block;
    color: #002855;
    font-weight: 200;
  }

  .popup-faq {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 72px;
  }

  .popup-faq__content-wrapper {
    height: calc(100vh - 117px);
  }

  .popup-faq__content,
  .popup-faq__title {
    width: calc(100% - 15px);
  }

  .popup-faq__title span {
    font-size: 18px;
    line-height: 24px;
    padding-right: 0;
  }

  .popup-faq__title:after {
    display: none;
  }

  .popup__reviews-slider {
    margin-top: 0;
  }

  .popup__reviews-slider-pointer {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 55px;
    height: 8px;
  }

  .popup__reviews-slider-pointer--left {
    margin-right: 23px;
  }

  .popup__reviews-slider-pointer--right {
    margin-left: 23px;
  }

  .popup__reviews-slider-pointer--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .popup__reviews-slider-pointer svg {
    fill: #fff;
  }

  .popup__reviews-slider-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .popup__reviews-slider-block {
    padding: 70px 0 0;
  }

  .popup__reviews-wrapper {
    width: 290px;
  }

  .popup__reviews-item-title {
    font-size: 18px;
    line-height: 24px;
  }

  .popup__reviews-item-text {
    font-size: 12px;
    line-height: 20px;
    margin-top: 18px;
  }

  .popup__reviews-item-subtitle {
    font-size: 8px;
    line-height: 14px;
    margin-top: 7px;
  }

  .popup__reviews-item-image {
    height: 207px;
  }

  .popup__reviews-item-content {
    margin-top: 38px;
    padding-bottom: 68px;
  }

  .popup__reviews-item-block {
    width: 290px;
  }

  .popup-team__image {
    width: 100%;
    height: 232px;
  }

  .popup-team__hidden {
    height: 180px;
  }

  .popup-team__content {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 39px;
  }

  .popup-team__slogan {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 7px;
  }

  .popup-team__profile {
    font-size: 8px;
    line-height: 14px;
    padding-bottom: 17px;
  }

  .popup-team__text {
    font-size: 12px;
    line-height: 20px;
  }

  .popup-team__nav {
    height: 60px;
  }

  .popup-team__nav-btn {
    width: 55px;
  }

  .popup-team__count {
    font-size: 11px;
    line-height: 16px;
    width: 60px;
  }

  .dealers__popup-wrapper {
    width: calc(100% - 30px);
  }

  .dealers__popup-title {
    font-size: 26px;
    line-height: 32px;
    margin-top: 70px;
    margin-bottom: 14px;
  }

  .dealers__popup-text {
    font-size: 12px;
    line-height: 20px;
    margin: 14px 0;
  }

  .success__popup-wrapper {
    width: calc(100% - 30px);
  }

  .success__popup-title {
    font: 200 26px/1em EtelkaWide;
    margin-bottom: 33px;
    padding-bottom: 23px;
  }

  .success__popup-title:after {
    width: 56px;
    height: 2px;
  }

  .success__popup-text {
    font-size: 12px;
    line-height: 20px;
  }

  .autorization__scroll {
    width: 100%;
    padding: 0 17px;
  }

  .autorization__title {
    margin-bottom: 65px;
  }

  .autorization__title span {
    font-size: 26px;
    line-height: 32px;
    padding-right: 11px;
  }

  .autorization__title:after {
    bottom: 7px;
  }

  .autorization__row {
    margin-top: 30px;
  }

  .autorization__btn {
    margin-right: 20px;
  }

  .autorization__btn .rectangle-btn {
    line-height: 50px;
    font-size: 8px;
    padding: 0 50px;
  }

  .autorization__form .input-text {
    margin-bottom: 18px;
  }
}

@media screen and (max-width:480px) {
  .solutions-section.solution__detail.mobile-view .slider__item.slider__item--terminal-slider {
    height: auto;
  }

  .solutions-section.solution__detail.mobile-view .slider__item.slider__item--terminal-slider .terminal__slider_image .svg-terminal {
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .solutions-section.solution__detail.mobile-view .slider__item.slider__item--terminal-slider .terminal__slider__item {
    padding-top: 70px;
    text-align: center;
    display: block;
    margin: 50px auto 0;
  }

  .solutions-section.solution__detail.mobile-view .slider__item.slider__item--terminal-slider .terminal__slider__item__head {
    padding-top: 0;
    text-align: center;
  }

  .solutions-section.solution__detail.mobile-view .slider__item.slider__item--terminal-slider .terminal__slider__item:after,
  .solutions-section.solution__detail.mobile-view .slider__item.slider__item--terminal-slider .terminal__slider__item:before,
  .solutions-section.solution__detail.mobile-view .slider__item.slider__item--terminal-slider .terminal__slider__item__head br {
    display: none;
  }

  .solutions-section.solution__detail.mobile-view .slider__item.slider__item--terminal-slider .terminal__slider__item .svg-circle-plus {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }

  .solutions-section.solution__detail.mobile-view .slider__item__head {
    font-size: 8.125vw;
    line-height: 10vw;
  }

  .solutions-section.solution__detail.mobile-view .slider__item__desc {
    font-size: 3.75vw;
    line-height: 6.25vw;
  }
}

@media screen and (max-width:450px) {
  .cooperation__item-last {
    padding: 11.11111vw 0;
  }

  .cooperation__item-last .description {
    font-size: 3.75vw;
    line-height: 6.25vw;
  }

  .cooperation__item__button:after {
    background-color: #002855;
    padding: 15px 0;
    left: -75%;
    top: 150%;
  }

  .cooperation-slider__head {
    font-size: 4.44444vw;
    line-height: 8vw;
    padding-top: 11.11111vw;
    margin-top: 0;
  }

  .cooperation-slider__list li {
    opacity: 1;
    font-size: 3.33333vw;
    line-height: 6.66667vw;
  }

  .cooperation__form--success .success__description {
    font-size: 3.75vw;
    line-height: 6.25vw;
  }

  .terminal__popup__body__slider {
    margin: 220px auto 0;
  }

  .terminal__popup__body__slider__item__head {
    font-size: 8.125vw;
    line-height: 10vw;
  }

  .terminal__popup__body__slider__item__desc {
    font-size: 3.75vw;
    line-height: 6.25vw;
    width: 90%;
  }

  .popup.popup_active .terminal__popup__body:before {
    height: 185px;
  }
}

@media screen and (max-width:400px) {
  .cooperation-slider__left .slide-item .svg-production {
    width: 100%;
    height: 100%;
  }

  .cooperation-slider__nav {
    display: none;
  }
}

@media screen and (max-width:2295px) and (min-width:1721px) {
  .svg.svg-logo {
    width: 209px;
    height: 31px;
  }

  .svg.svg-social-fb {
    width: 10px;
    height: 18px;
  }

  .svg.svg-social-fb-stroke {
    width: 12px;
    height: 27px;
  }

  .svg.svg-social-yt {
    width: 20px;
    height: 14px;
  }

  .svg.svg-social-twitter {
    width: 32px;
    height: 27px;
  }

  .svg.svg-play {
    width: 14px;
    height: 17px;
  }

  .svg.svg-dropdown {
    width: 15px;
    height: 8px;
  }

  .svg.svg-page-up {
    width: 10px;
    height: 32px;
  }

  .svg.svg-dealer-status {
    width: 18px;
    height: 18px;
  }

  .svg.svg-marker-active {
    width: 33px;
    height: 39px;
  }

  .svg.svg-load {
    width: 70px;
    height: 69px;
  }

  .circle-static-btn {
    width: 48px;
    height: 48px;
  }

  .rectangle-btn {
    min-width: 276px;
    height: 68px;
  }

  .rectangle-btn span {
    font: 300 11px/68px EtelkaWide;
  }

  .page-up-btn {
    bottom: 190px;
    right: 35px;
    width: 70px;
    height: 70px;
  }

  .read-more-btn .read-more-btn__title {
    font: 200 11px/1em EtelkaWide;
    margin-top: 23px;
    margin-bottom: 58px;
  }

  .read-more-btn:after {
    height: 98px;
    width: 1px;
    bottom: -7px;
  }

  .input-dropdown input[type=text] {
    font: 200 11px/1em EtelkaWide;
    width: 372px;
    height: 54px;
    padding: 0 60px;
  }

  .input-dropdown .input-dropdown__link {
    height: 54px;
  }

  .input-dropdown .input-dropdown__link-btn {
    width: 60px;
  }

  .input-dropdown .input-dropdown__list {
    padding: 7px 22px 16px;
    top: 54px;
  }

  .input-dropdown .input-dropdown__scroll {
    max-height: 190px;
  }

  .input-dropdown .input-dropdown__item {
    height: 38px;
  }

  .input-dropdown .input-dropdown__btn {
    font: 200 11px/1em EtelkaWide;
  }

  .input-text {
    margin-bottom: 34px;
  }

  .input-text input,
  .input-text textarea {
    font-size: 11px;
  }

  .input-text input {
    height: 64px;
    padding-right: 42px;
  }

  .input-text input:focus {
    padding-left: 42px;
  }

  .input-text textarea {
    height: 164px;
    padding: 26px 42px;
  }

  .input-text__message {
    top: 47px;
  }

  .input-text_value input {
    padding-left: 42px;
  }

  .input-checkbox label .input-checkbox__box {
    margin-right: 12px;
    width: 18px;
    min-width: 18px;
    height: 18px;
  }

  .input-checkbox label .input-checkbox__text {
    font: 200 11px/1em EtelkaWide;
  }

  .input-checkbox--lg label .input-checkbox__box {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .select {
    font-size: 11px;
    height: 64px;
    margin-bottom: 34px;
  }

  .select__current {
    line-height: 64px;
    padding: 0 42px;
  }

  .select-list__item {
    padding: 19px 42px;
  }

  .btn {
    width: 245px;
    height: 68px;
    line-height: 68px;
  }

  .btn-sm {
    height: 40px;
    padding: 0 35px;
    min-width: 140px;
  }

  .btn-sm span {
    font: 200 11px/1em EtelkaWide;
  }

  .transparent-btn {
    font: 200 11px/68px EtelkaWide;
    min-width: 275px;
    height: 68px;
    padding: 0 44px;
  }

  .marker-btn span {
    font: 200 11px/1em EtelkaWide;
    margin-left: 28px;
  }

  .btn-play {
    width: 44px;
    height: 44px;
  }

  .btn-social {
    width: 70px;
    height: 70px;
  }

  .header {
    height: 95px;
  }

  .nav {
    margin-right: 155px;
  }
.top-left-menu {
 margin-left: 77px;
}
  .nav__menu .nav__item {
    margin-right: 45px;
  }

  .nav__menu .nav__link {
    font-size: 11px;
  }

  .nav__menu-btn {
    width: 70px;
    height: 70px;
    top: 13px;
    right: 35px;
  }

  .nav__menu-btn .nav__menu-btn-line {
    height: 2px;
    width: 25px;
  }

  main {
    padding-top: 95px;
  }

  .main-wrapper {
    width: 1280px;
  }

  .footer {
    height: 60px;
    min-height: 60px;
  }

  .footer__copyright {
    margin-left: 35px;
    font-size: 16px;
    line-height: 60px;
  }

  .footer__auth {
    margin-right: 35px;
    font-size: 16px;
    line-height: 60px;
  }

  .slash:after {
    height: 30px;
  }

  .loader {
    height: 100px;
  }

  .bottom-nav {
    height: 318px;
  }

  .bottom-nav .bottom-nav__wrapper {
    width: 1280px;
  }

  .bottom-nav .bottom-nav__btn .bottom-nav__title {
    font: 200 27px/1.2em EtelkaWide;
    height: 176px;
    margin-bottom: 14px;
  }

  .bottom-nav .bottom-nav__btn .bottom-nav__subtitle {
    font: 200 11px/1em EtelkaWide;
  }

  .bottom-nav .bottom-nav__btn .bottom-nav__pointer {
    width: 43px;
    height: 10px;
    top: 50%;
  }

  .bottom-nav .bottom-nav__btn.bottom-nav__btn_prev .bottom-nav__pointer {
    left: -60px;
  }

  .bottom-nav .bottom-nav__btn.bottom-nav__btn_next .bottom-nav__pointer {
    right: -60px;
  }

  .bottom-nav .bottom-nav__show-all:after,
  .bottom-nav .bottom-nav__show-all:before {
    height: 65px;
    top: -25px;
  }

  .bottom-nav .bottom-nav__show-all:after {
    top: auto;
    bottom: -25px;
  }

  .bottom-nav--academic {
    margin-left: 35px;
    margin-right: 35px;
  }

  .case__grid-gutter-sizer {
    width: 4px;
  }

  .case__grid-item {
    margin-bottom: 4px;
  }

  .case__grid-item_width-half {
    width: calc(50% - 2px);
  }

  .case__grid-item_height-half {
    height: 570px;
  }

  .case__grid-item_height-full {
    height: 1144px;
  }

  .case__grid-item-title {
    height: 133px;
  }

  .case__grid-item-title .case__grid-item-title-text {
    font: 200 31px/40px EtelkaWide;
  }

  .case__grid-item-title:after {
    height: 2px;
    width: 107px;
    bottom: -21px;
  }

  .case__grid-item-subtitle {
    font: 200 17px/33px EtelkaTextPro;
    margin-top: 73px;
  }

  .case__filter {
    height: 175px;
  }

  .case__filter-title {
    font: 200 11px/1em EtelkaWide;
    margin-bottom: 19px;
  }

  .case-intro,
  .case-intro__bg {
    height: calc(100vh - 95px);
  }

  .case-intro__container {
    margin: 80px 0 140px;
    width: 1280px;
  }

  .case-intro__title {
    font: 200 53px/65px EtelkaWide;
    margin-bottom: 34px;
  }

  .case-intro__subtitle {
    font: 200 17px/17px EtelkaWide;
  }

  .case-text-block-with-separator__title {
    font: 200 53px/70px EtelkaWide;
    margin-top: 136px;
    margin-bottom: 12px;
  }

  .case-text-block-with-separator__description {
    font: 200 17px/33px EtelkaTextPro;
    margin-top: 17px;
  }

  .case-text-block-result .case-text-block-result__container {
    margin-top: 50px;
  }

  .case-text-block-result .case-text-block-result__digit {
    font: 200 120px/1em AkzidenzLightCn;
    margin-bottom: 8px;
  }

  .case-text-block-result .case-text-block-result__title {
    font: 200 16px/25px EtelkaWide;
  }

  .case-text-block {
    margin-top: 147px;
  }

  .case-text-block .case-text-block__container {
    margin: 0 125px;
  }

  .case-text-block .case-text-block__title {
    font: 400 22px/35px EtelkaWide;
    margin-bottom: 19px;
  }

  .case-text-block .case-text-block__text {
    font: 200 17px/33px EtelkaTextPro;
  }

  .case-text-block .case-text-block__list li {
    padding-left: 31px;
  }

  .case-text-block .case-text-block__list li:before {
    width: 8px;
    height: 8px;
    top: 12px;
    border-width: 2px;
  }

  .case-video-block {
    margin-top: 142px;
  }

  .case-video-player {
    height: 640px;
  }

  .case-quote-block {
    margin-top: 150px;
    margin-bottom: 210px;
  }

  .case-quote-block__container .case-quote-block__image {
    margin-left: 62px;
    width: 404px;
    min-width: 404px;
  }

  .case-quote-block__container .case-quote-block__content {
    margin-left: 108px;
  }

  .case-quote-block__container .case-quote-block__title {
    font: 200 32px/48px EtelkaWide;
    margin-top: -11px;
  }

  .case-quote-block__container .case-quote-block__author {
    font: 200 11px/17px EtelkaWide;
    margin-top: 14px;
  }

  .case-quote-block__container .case-quote-block__text {
    font: 200 17px/33px EtelkaTextPro;
    margin-top: 55px;
  }

  .case-section-preview {
    height: 715px;
  }

  .case-graph__container {
    height: 730px;
  }

  .case-graph__note {
    margin-bottom: 95px;
  }

  .case-graph__note .case-graph__note-title {
    font: 200 60px/1em AkzidenzLightCn;
  }

  .case-graph__note .case-graph__note-slash {
    margin-top: 25px;
    margin-bottom: 19px;
  }

  .case-graph__note .case-graph__note-text {
    font: 200 16px/25px EtelkaWide;
  }

  .main-page-slider__slide .main-page-slider__title-container {
    height: calc(50% - 15px);
  }

  .main-page-slider__slide .main-page-slider__title {
    font: 300 53px/1em EtelkaWide;
    margin-bottom: 24px;
  }

  .main-page-slider__slide .main-page-slider__text {
    font: 300 20px/35px EtelkaWide;
    margin-top: 18px;
  }

  .main-page-slider__slide .main-page-slider__btn {
    margin-top: 84px;
  }

  .main-page-slider__nav {
    left: 95px;
  }

  .main-page-slider__nav .main-page-slider__nav-item {
    font: 300 16px/1em EtelkaWide;
    margin-bottom: 21px;
  }

  .main-page-slider__nav .main-page-slider__nav-item:before {
    width: 8px;
    height: 8px;
  }

  .main-page-slider__nav .main-page-slider__nav-item:after {
    left: -60px;
    width: 30px;
    height: 2px;
  }

  .spectr__slide .spectr__title-container {
    height: calc(50% - 15px);
  }

  .spectr__slide .spectr__title {
    font: 300 53px/1em EtelkaWide;
    margin-bottom: 24px;
  }

  .spectr__slide .spectr__text {
    font: 300 20px/35px EtelkaWide;
    margin-top: 18px;
  }

  .solution__section--terminals .solution__section-box {
    height: calc(100vh - 95px);
  }

  .solution__section--terminals .solution__section-head {
    margin-bottom: 20px;
  }

  .solution__section--terminals .solution__section-desc {
    margin-bottom: 77px;
  }

  .solution__section--universal .solution__section-content {
    margin-top: -146px;
  }

  .solution__section--universal .solution__section-head {
    margin-bottom: 14px;
  }

  .solution__section--universal .solution__section-desc {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .solution__section--terminal {
    height: 100vh;
  }

  .solution__section--guarantee .solution__section-head {
    margin-bottom: 14px;
  }

  .solution__section--guarantee .solution__section-desc {
    margin-top: 16px;
    margin-bottom: 84px;
  }

  .solution__section--slider {
    padding-bottom: 78px;
  }

  .solution__section-box {
    height: 100vh;
  }

  .solution__section-head {
    font-size: 53px;
    line-height: 70px;
  }

  .solution__section-desc {
    font-size: 20px;
    line-height: 35px;
  }

  .solution__detail .academic-section__title {
    font-size: 32px;
    margin-top: 140px;
    margin-bottom: 52px;
  }

  .solution__detail .academic-section__title:after {
    bottom: 25px;
  }

  .where-buy__carts-container {
    margin-top: 92px;
  }

  .where-buy__carts_page .where-buy__cart {
    width: calc(50% - 16px);
  }

  .where-buy__carts_page .where-buy__cart:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .where-buy__carts_popup-list {
    padding: 50px 136px 0 0;
  }

  .where-buy__carts_popup-list .where-buy__cart_empty {
    min-height: 425px;
  }

  .where-buy__carts_popup-detail .where-buy__cart {
    padding-bottom: 72px;
  }

  .where-buy__cart {
    margin-bottom: 32px;
    padding: 0 20px 119px 144px;
  }

  .where-buy__cart_empty .where-buy__cart-text {
    font: 200 14px/20px EtelkaTextPro;
    margin-top: 70px;
  }

  .where-buy__cart_empty .where-buy__cart-phone {
    font: 200 14px/20px EtelkaTextPro;
    margin-top: 19px;
  }

  .where-buy__cart-title {
    font: 400 17px/26px EtelkaWide;
    margin-top: 67px;
  }

  .where-buy__cart-status {
    margin-top: 6px;
  }

  .where-buy__cart-status .where-buy__cart-status-icon {
    margin-right: 11px;
  }

  .where-buy__cart-status span {
    font: 200 14px/1em EtelkaTextPro;
  }

  .where-buy__cart-text {
    font: 200 17px/22px EtelkaTextPro;
    margin-top: 30px;
  }

  .where-buy__cart-phone {
    margin-top: 21px;
  }

  .where-buy__cart-email,
  .where-buy__cart-phone,
  .where-buy__cart-website {
    font: 200 17px/30px EtelkaTextPro;
  }

  .where-buy__cart-feedback-btn {
    bottom: 45px;
    left: 144px;
  }

  .where-buy__recommendation {
    margin: 99px 0;
  }

  .where-buy__recommendation-text {
    font: 200 17px/33px EtelkaTextPro;
    margin-top: 35px;
  }

  .where-buy__wrapper {
    width: 1280px;
  }

  .contact-tab {
    margin-bottom: 130px;
  }

  .contact-tab__bar {
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 145px;
  }

  .contact-tab-bar__item {
    height: 73px;
  }

  .contact-tab-bar__item span {
    font-size: 11px;
  }

  .contact-tab__content {
    width: 500px;
  }

  .contact-tab__form {
    width: 640px;
  }

  .contact__content {
    width: 1280px;
  }

  .contact__title {
    margin-bottom: 42px;
  }

  .contact__title span {
    font-size: 32px;
  }

  .contact__text {
    margin-bottom: 35px;
  }

  .contact-more,
  .contact__text {
    font-size: 17px;
    letter-spacing: .05em;
  }

  .contact-more {
    max-width: 405px;
  }

  .contact-info {
    font-size: 17px;
    letter-spacing: .05em;
  }

  .about-content {
    width: 1000px;
    margin-bottom: 127px;
  }

  .about-content__title {
    font-size: 53px;
    line-height: 70px;
    margin-top: 65px;
    margin-bottom: 62px;
  }

  .about-content__title:after {
    width: 108px;
    margin-top: 21px;
  }

  .about-content__title_separator {
    margin-top: 120px;
    margin-bottom: 37px;
  }

  .about-content__title_separator:after {
    width: 30px;
    margin-top: 24px;
  }

  .about-content__subtitle {
    font-size: 23px;
    margin-bottom: 34px;
  }

  .about-content__text {
    font-size: 17px;
  }

  .services__screen {
    height: calc(100vh - 95px);
  }

  .services__screen-text {
    font-size: 20px;
    line-height: 35px;
  }

  .services__screen--image .services__screen-title {
    font-size: 53px;
    line-height: 70px;
  }

  .services__screen--underline .services__screen-title {
    font: 200 53px/1em EtelkaWide;
    margin-bottom: 61px;
    padding-bottom: 34px;
  }

  .services__screen--underline .services__screen-title:after {
    width: 107px;
    height: 2px;
  }

  .services__screen--sep .services__screen-title {
    font-size: 53px;
    line-height: 70px;
    margin-bottom: 12px;
  }

  .services__screen--sep .services__screen-text {
    font-size: 17px;
    line-height: 33px;
    margin-top: 17px;
  }

  .services__screen--text .services__screen-text {
    font-size: 17px;
    line-height: 33px;
  }

  .chronograph {
    height: 984px;
    padding-bottom: 230px;
  }

  .chronograph:before {
    top: -78px;
    height: 305px;
  }

  .chronograph__content {
    height: 405px;
  }

  .chronograph__title {
    font-size: 53px;
    margin-bottom: 28px;
  }

  .chronograph__desc {
    font-size: 16px;
    width: 640px;
  }

  .chronograph__btn {
    width: 76px;
    height: 10px;
    margin: 0 50px;
  }

  .chronograph__future {
    font-size: 11px;
  }

  .timeline {
    height: 335px;
  }

  .timeline .owl-item.center .timeline__elm:after {
    height: 28px;
  }

  .timeline .owl-item.center .timeline__elm .timeline__date {
    font-size: 60px;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }

  .timeline__elm:after {
    height: 16px;
  }

  .timeline__date {
    font-size: 30px;
    margin-bottom: 2px;
  }

  .timeline__title {
    font-size: 10px;
    margin-bottom: 27px;
  }

  .page-introduction {
    margin: 100px 0 0;
  }

  .page-introduction__title {
    font: 200 53px/1em EtelkaWide;
    padding-bottom: 34px;
  }

  .page-introduction__title:after {
    width: 107px;
    height: 2px;
  }

  .page-introduction__subtitle {
    font-size: 22px;
    line-height: 35px;
    margin-top: 61px;
  }

  .page-introduction__subtitle+.page-introduction__description {
    margin-top: 17px;
  }

  .page-introduction__description {
    font: 200 17px/33px EtelkaTextPro;
    margin-top: 51px;
  }

  .filter-container {
    margin-top: 81px;
  }

  .filter .input-dropdown {
    margin-right: 27px;
  }

  .filter .input-dropdown:last-of-type {
    margin-right: 0;
  }

  .filter .marker-btn {
    right: 0;
  }

  .customPin .svg-map-pin {
    width: 27px;
    height: 27px;
  }

  .customPin .svg-map-pin-active {
    width: 69px;
    height: 84px;
  }

  .gallery__item,
  .gallery__main-block {
    height: 640px;
  }

  .gallery__preview-block {
    margin-top: 16px;
  }

  .online__screen {
    min-height: calc(100vh - 95px);
  }

  .online__screen-text-block {
    margin-left: 12.5%;
    width: 37.5%;
  }

  .online__screen-image-block {
    width: 41.66667vw;
  }

  .online__screen-title {
    font-size: 53px;
    line-height: 70px;
  }

  .online__screen-text {
    font-size: 20px;
    line-height: 35px;
  }

  .online__screen-list {
    font-size: 20px;
    line-height: 50px;
  }

  .online__screen--centered .online__screen-text,
  .online__screen--centered .online__screen-title {
    width: 41.66667%;
  }

  .online__screen--centered .online__screen-title {
    margin-top: 102px;
    margin-bottom: 14px;
  }

  .online__screen--centered .online__screen-text {
    margin-top: 16px;
  }

  .online__screen--centered .online__screen-btn {
    margin-top: 59px;
  }

  .online__screen--intro .online__screen-text,
  .online__screen--intro .online__screen-title {
    width: 41.66667%;
  }

  .online__screen--intro .online__screen-title {
    margin-top: 76px;
    margin-bottom: 14px;
  }

  .online__screen--intro .online__screen-title img {
    width: 384px;
    height: 86px;
  }

  .online__screen--with-image .online__screen-title {
    margin-bottom: 62px;
  }

  .gallery__bar {
    height: 73px;
  }

  .gallery__bar .gallery__digitals {
    font-size: 11px;
    width: 80px;
  }

  .gallery__bar .gallery__title {
    font-size: 11px;
    padding-left: 40px;
    width: calc(100% - 80px);
  }

  .gallery__preview-item {
    margin-right: 4px;
    height: 120px;
    width: 158px;
  }

  .gallery__preview-item:last-of-type {
    margin: 0;
  }

  .quote {
    padding: 12px 0 12px 39px;
  }

  .quote__image {
    width: 128px;
    min-width: 128px;
  }

  .quote__image img {
    max-height: 140px;
  }

  .quote__text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 11px;
  }

  .quote__author,
  .quote__text {
    padding: 0 33px;
    width: calc(100% - 128px);
  }

  .quote__author {
    font-size: 11px;
    line-height: 17px;
    margin-top: 22px;
  }

  .text-block {
    font: 200 17px/33px EtelkaTextPro;
  }

  .text-block .text-block__title--h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 52px;
  }

  .text-block .text-block__title--h3 {
    font: 400 22px/35px EtelkaWide;
    margin-bottom: 19px;
  }

  .text-block .text-block__list li {
    padding-left: 31px;
  }

  .text-block .text-block__list li:before {
    width: 8px;
    height: 8px;
    top: 12px;
    border-width: 2px;
  }

  .title-separator span {
    font: 400 16px/1em EtelkaWide;
    padding: 0 30px;
  }

  .materials-table {
    margin-top: 39px;
    margin-bottom: 37px;
  }

  .materials-table:last-child {
    margin-bottom: 0;
  }

  .materials-table .materials-table__row {
    padding: 13.5px 19px;
  }

  .materials-table .materials-table__doc-title {
    font: 200 16px/28px EtelkaTextPro;
  }

  .materials-table .materials-table__doc-size {
    font: 200 11px/28px EtelkaWide;
  }

  .materials-table .materials-table__doc-category {
    font: 400 11px/28px EtelkaWide;
  }

  .materials-download {
    margin-top: 146px;
    margin-bottom: 94px;
  }

  .materials-table__container {
    margin-top: 112px;
  }

  .materials-table_wrapper {
    width: 1280px;
  }

  .pressroom__main-news-container {
    margin-top: 118px;
    margin-bottom: 90px;
  }

  .pressroom__main-news-content {
    padding: 0 50px;
  }

  .pressroom__main-news-date {
    font: 200 30px/1em AkzidenzLightCn;
    margin-bottom: 22px;
  }

  .pressroom__main-news-title {
    font: 400 22px/35px EtelkaWide;
    margin-bottom: 30px;
  }

  .pressroom__main-news-description {
    font: 400 17px/33px EtelkaTextPro;
    margin-bottom: 41px;
    max-height: 132px;
  }

  .pressroom__newslist-container {
    margin-bottom: 183px;
  }

  .pressroom__newslist-container:last-of-type {
    margin-bottom: 135px;
  }

  .pressroom__newslist {
    margin-top: 25px;
  }

  .pressroom__newslist-item {
    padding: 56px 40px 61px;
  }

  .pressroom__newslist-date {
    font: 200 30px/1em AkzidenzLightCn;
  }

  .pressroom__newslist-title {
    height: 105px;
    margin-top: 58px;
  }

  .pressroom__newslist-title span {
    font: 400 22px/35px EtelkaWide;
  }

  .pressroom__newslist-img {
    height: 48px;
    margin-top: 45px;
  }

  .pressroom__newslist-showmore {
    margin-top: 46px;
  }

  .pressroom__detail-title {
    font-size: 53px;
    line-height: 70px;
    margin-top: 64px;
  }

  .pressroom__detail-date {
    font-size: 16px;
    margin-top: 18px;
  }

  .pressroom__detail-gallery {
    margin-top: 86px;
    margin-bottom: 66px;
  }

  .pressroom__detail-social {
    height: 140px;
    margin-top: 51px;
    margin-bottom: 96px;
  }

  .pressroom__detail-social-btn {
    margin-right: 20px;
  }

  .pressroom__detail-social-btn:last-of-type {
    margin: 0;
  }

  .pressroom__detail-quote {
    margin-top: 43px;
    margin-bottom: 36px;
  }

  .pressroom__wrapper {
    width: 1280px;
  }

  .pressroom__detail-wrapper {
    width: 1024px;
  }

  .production__gallery {
    margin-top: 104px;
    margin-bottom: 67px;
  }

  .production__text-wrapper {
    width: 1024px;
  }

  .production__text-wrapper:last-child {
    margin-bottom: 93px;
  }

  .industy-solutions__text-block {
    margin-top: 60px;
    margin-bottom: 122px;
  }

  .industy-solutions__reviews {
    margin-top: 25px;
  }

  .industy-solutions__reviews-showmore {
    margin-top: 62px;
  }

  .industy-solutions__reviews-item {
    min-height: 310px;
    padding: 0 40px 62px;
  }

  .industy-solutions__reviews-item-title {
    margin-top: 58px;
  }

  .industy-solutions__reviews-item-title span {
    font-size: 22px;
    line-height: 35px;
  }

  .industy-solutions__reviews-item-description {
    margin-top: 15px;
    max-height: 132px;
  }

  .industy-solutions__reviews-item-description span {
    font: 200 17px/33px EtelkaTextPro;
  }

  .industy-solutions__text-wrapper {
    width: 1028px;
  }

  .industy-solutions__reviews-wrapper {
    width: 1280px;
  }

  .industy-solutions__reviews-wrapper:last-child {
    margin-bottom: 135px;
  }

  .big-business__introduction-wrapper {
    padding-bottom: 258px;
  }

  .big-business__introduction__subtitle,
  .big-business__introduction__title {
    width: 950px;
  }

  .big-business__introduction-btn-block {
    height: 258px;
  }

  .big-business__content-wrapper {
    padding: 161px 0 130px;
    width: 1034px;
  }

  .big-business__content-btn-block {
    margin-top: 101px;
  }

  .big-business__feedback-block {
    width: 1244px;
  }

  .big-business__feedback-content {
    padding-right: 138px;
  }

  .big-business__feedback-content .big-business__feedback-content-title {
    font-size: 32px;
    line-height: 40px;
    margin-top: -8px;
  }

  .big-business__feedback-content .big-business__feedback-content-title span {
    padding-right: 20px;
  }

  .big-business__feedback-content .big-business__feedback-content-title:after {
    bottom: 10px;
  }

  .big-business__feedback-content .big-business__feedback-content-subtitle {
    font-size: 17px;
    line-height: 33px;
    margin-top: 40px;
  }

  .big-business__feedback-form-block .form-footer {
    margin-top: 64px;
  }

  .main-menu__wrapper {
    width: 50%;
  }

  .main-menu__side--left .main-menu__menu-item:last-child {
    margin-bottom: 68px;
  }

  .main-menu__menu-item,
  .main-menu__menu-title {
    font: 200 27px/1em EtelkaWide;
    margin-bottom: 38px;
  }

  .main-menu__menu-item a:after,
  .main-menu__menu-title a:after {
    bottom: 0;
  }

  .main-menu__menu-item {
    font: 300 11px/1em EtelkaWide;
    margin-bottom: 24px;
  }

  .main-menu__menu-item a:after {
    bottom: -2px;
  }

  .main-menu__submenu-toggle {
    font-size: 27px;
    margin-bottom: 38px;
  }

  .main-menu__separator {
    margin: 52px 0 54px;
  }

  .main-menu__footer {
    height: 174px;
  }

  .main-menu__footer-menu {
    margin-bottom: 39px;
  }

  .main-menu__footer-menu-item {
    font: 200 11px/1em EtelkaWide;
    padding: 0 23px;
  }

  .main-menu__footer-menu-item:first-child {
    padding-left: 0;
  }

  .main-menu__footer-menu-item:last-child {
    padding-right: 0;
  }

  .main-menu__footer-menu-item a:after {
    bottom: -2px;
  }

  .main-menu__footer-social .main-menu__footer-social-item {
    margin-right: 30px;
  }

  .where-buy__list-popup {
    padding-top: 95px;
  }

  .where-buy__list-popup-wrapper {
    margin-right: 65px;
  }

  .where-buy__list-popup-title {
    font: 200 32px/40px EtelkaWide;
    margin-top: 16px;
  }

  .where-buy__list-popup-content {
    margin-top: 0;
  }

  .where-buy__detail-popup {
    padding-top: 95px;
  }

  .where-buy__detail-popup-wrapper {
    margin-left: 135px;
  }

  .where-buy__detail-popup-title {
    margin-top: 16px;
  }

  .where-buy__detail-popup-title span {
    font: 200 32px/40px EtelkaWide;
    padding-right: 30px;
  }

  .where-buy__detail-popup-title:after {
    bottom: 10px;
  }

  .where-buy__detail-popup-subtitle {
    font: 200 16px/1em EtelkaWide;
    margin-top: 8px;
  }

  .where-buy__detail-popup-form {
    margin: 107px 0 130px;
  }

  .where-buy__cart-popup {
    margin-top: -110px;
    width: 32%;
  }

  .popup__reviews-slider-pointer {
    width: 35px;
    height: 115px;
  }

  .popup__reviews-slider-pointer--left {
    left: 69px;
  }

  .popup__reviews-slider-pointer--right {
    right: 69px;
  }

  .popup__reviews-slider-block {
    padding: 95px 0;
  }

  .popup__reviews-item-title {
    font-size: 32px;
    line-height: 48px;
  }

  .popup__reviews-item-text {
    font-size: 17px;
    line-height: 33px;
    margin-top: 55px;
  }

  .popup__reviews-item-subtitle {
    font-size: 11px;
    line-height: 17px;
    margin-top: 15px;
  }

  .popup__reviews-item-image {
    height: 618px;
    width: 514px;
  }

  .popup__reviews-item-content {
    height: 390px;
    width: calc(100% - 514px);
  }

  .popup__reviews-item-block {
    width: 1357px;
  }

  .popup__reviews-item-content-wrapper {
    padding-left: 102px;
  }

  .dealers__popup-title {
    font-size: 53px;
    line-height: 70px;
    margin-top: 95px;
    margin-bottom: 12px;
  }

  .dealers__popup-text {
    font-size: 17px;
    line-height: 33px;
    margin: 17px 0;
  }

  .success__popup-title {
    font: 200 53px/1em EtelkaWide;
    margin-bottom: 61px;
    padding-bottom: 34px;
  }

  .success__popup-title:after {
    width: 107px;
    height: 2px;
  }

  .success__popup-text {
    font-size: 17px;
    line-height: 33px;
  }

  .autorization__scroll {
    width: 625px;
  }

  .autorization__title {
    margin-bottom: 93px;
  }

  .autorization__title span {
    font-size: 53px;
    line-height: 60px;
    padding-right: 35px;
  }

  .autorization__title:after {
    bottom: 15px;
  }

  .autorization__link {
    font-size: 11px;
  }

  .autorization__row {
    margin-top: 45px;
  }

  .autorization__btn {
    margin-right: 45px;
  }

  .autorization__btn .rectangle-btn {
    padding: 0 82px;
    font-size: 11px;
    line-height: 68px;
  }
}



@media screen and (max-width:1720px) and (min-width:1301px) {
  .svg.svg-logo {
    width: 170px;
    height: 25px;
  }

  .svg.svg-social-fb {
    width: 8px;
    height: 14px;
  }

  .svg.svg-social-fb-stroke {
    width: 10px;
    height: 22px;
  }

  .svg.svg-social-yt {
    width: 15px;
    height: 11px;
  }

  .svg.svg-social-twitter {
    width: 26px;
    height: 22px;
  }

  .svg.svg-play {
    width: 11px;
    height: 14px;
  }

  .svg.svg-dropdown {
    width: 16px;
    height: 7px;
  }

  .svg.svg-page-up {
    width: 7px;
    height: 25px;
  }

  .svg.svg-dealer-status {
    width: 15px;
    height: 15px;
  }

  .svg.svg-marker-active {
    width: 35px;
    height: 42px;
  }

  .svg.svg-load {
    width: 51px;
    height: 51px;
  }

  .circle-static-btn {
    width: 35px;
    height: 35px;
  }

  .rectangle-btn {
    min-width: 220px;
    height: 55px;
    padding: 0 70px;
  }

  .rectangle-btn span {
    font: 300 10px/55px EtelkaWide;
  }

  .page-up-btn {
    bottom: 210px;
    right: 22px;
    width: 55px;
    height: 55px;
  }

  .read-more-btn .read-more-btn__title {
    font: 200 10px/1em EtelkaWide;
    margin-top: 18px;
    margin-bottom: 36px;
  }

  .read-more-btn:after {
    height: 70px;
    width: 1px;
    bottom: -14px;
  }

  .input-dropdown input[type=text] {
    font: 200 10px/1em EtelkaWide;
    width: 315px;
    height: 54px;
    padding: 0 62px;
  }

  .input-dropdown .input-dropdown__link {
    height: 54px;
  }

  .input-dropdown .input-dropdown__link-btn {
    width: 62px;
  }

  .input-dropdown .input-dropdown__list {
    padding: 0 30px 28px;
    top: 54px;
  }

  .input-dropdown .input-dropdown__scroll {
    max-height: 160px;
  }

  .input-dropdown .input-dropdown__item {
    height: 32px;
  }

  .input-dropdown .input-dropdown__btn {
    font: 200 10px/1em EtelkaWide;
  }

  .input-text {
    margin-bottom: 32px;
  }

  .input-text input,
  .input-text textarea {
    font-size: 10px;
  }

  .input-text input {
    height: 48px;
    padding-right: 22px;
  }

  .input-text input:focus {
    padding-left: 22px;
  }

  .input-text textarea {
    height: 117px;
    padding: 26px 22px;
  }

  .input-text__message {
    top: 47px;
  }

  .input-text_value input {
    padding-left: 22px;
  }

  .input-checkbox label .input-checkbox__box {
    margin-right: 13px;
    width: 15px;
    min-width: 15px;
    height: 15px;
  }

  .input-checkbox label .input-checkbox__text {
    font: 200 10px/1em EtelkaWide;
  }

  .input-checkbox--lg label .input-checkbox__box {
    width: 22px;
    min-width: 22px;
    height: 22px;
  }

  .select {
    font-size: 10px;
    height: 48px;
    margin-bottom: 32px;
  }

  .select__current {
    line-height: 48px;
    padding: 0 22px;
  }

  .select-list__item {
    padding: 19px 22px;
  }

  .btn {
    width: 200px;
    height: 55px;
    line-height: 55px;
  }

  .btn span {
    font-size: 10px;
  }

  .btn-sm {
    height: 35px;
    padding: 0 30px;
    min-width: 125px;
  }

  .btn-sm span {
    font: 200 10px/1em EtelkaWide;
  }

  .transparent-btn {
    font: 200 10px/55px EtelkaWide;
    min-width: 225px;
    height: 55px;
    padding: 0 35px;
  }

  .marker-btn span {
    font: 200 10px/1em EtelkaWide;
    margin-left: 13px;
  }

  .btn-play {
    width: 38px;
    height: 38px;
  }

  .btn-social {
    width: 55px;
    height: 55px;
  }

  .scroll-custom {
    width: 1px;
  }

  .header {
    height: 80px;
  }

  .nav {
    margin-right: 108px;
  }
.top-left-menu {
 margin-left: 54px;
}

  .nav__menu .nav__item {
    margin-right: 35px;
  }

  .nav__menu .nav__link {
    font-size: 10px;
  }

  .nav__menu-btn {
    width: 55px;
    height: 55px;
    top: 13px;
    right: 22px;
  }

  .nav__menu-btn .nav__menu-btn-line {
    width: 22px;
  }

  main {
    padding-top: 80px;
  }

  .main-wrapper {
    width: 912px;
  }

  .footer {
    height: 45px;
    min-height: 45px;
  }

  .footer__copyright {
    margin-left: 25px;
    font-size: 13px;
    line-height: 45px;
  }

  .footer__auth {
    margin-right: 25px;
    font-size: 13px;
    line-height: 45px;
  }

  .slash:after {
    height: 22px;
  }

  .loader {
    height: 135px;
  }

  .bottom-nav {
    height: 245px;
  }

  .bottom-nav .bottom-nav__wrapper {
    width: 912px;
  }

  .bottom-nav .bottom-nav__btn .bottom-nav__title {
    font: 200 21px/1.2em EtelkaWide;
    height: 137px;
    margin-bottom: 12px;
  }

  .bottom-nav .bottom-nav__btn .bottom-nav__subtitle {
    font: 200 10px/1em EtelkaWide;
  }

  .bottom-nav .bottom-nav__btn .bottom-nav__pointer {
    width: 28px;
    top: 50%;
  }

  .bottom-nav .bottom-nav__btn.bottom-nav__btn_prev .bottom-nav__pointer {
    left: -40px;
  }

  .bottom-nav .bottom-nav__btn.bottom-nav__btn_next .bottom-nav__pointer {
    right: -40px;
  }

  .bottom-nav .bottom-nav__show-all:after,
  .bottom-nav .bottom-nav__show-all:before {
    height: 46px;
    top: -12px;
  }

  .bottom-nav .bottom-nav__show-all:after {
    top: auto;
    bottom: -12px;
  }

  .bottom-nav--academic {
    margin-left: 25px;
    margin-right: 25px;
  }

  .case__grid-gutter-sizer {
    width: 4px;
  }

  .case__grid-item {
    margin-bottom: 4px;
  }

  .case__grid-item_width-half {
    width: calc(50% - 2px);
  }

  .case__grid-item_height-half {
    height: 406px;
  }

  .case__grid-item_height-full {
    height: 816px;
  }

  .case__grid-item-title {
    height: 105px;
  }

  .case__grid-item-title .case__grid-item-title-text {
    font: 200 25px/30px EtelkaWide;
  }

  .case__grid-item-title:after {
    height: 2px;
    width: 77px;
    bottom: -14px;
  }

  .case__grid-item-subtitle {
    font: 200 16px/30px EtelkaTextPro;
    margin-top: 50px;
  }

  .case__filter {
    height: 163px;
  }

  .case__filter-title {
    font: 200 10px/1em EtelkaWide;
    margin-bottom: 20px;
  }

  .case-intro,
  .case-intro__bg {
    height: calc(100vh - 80px);
  }

  .case-intro__container {
    margin: 37px 0 76px;
    width: 912px;
  }

  .case-intro__title {
    font: 200 45px/53px EtelkaWide;
    margin-bottom: 17px;
  }

  .case-intro__subtitle {
    font: 200 14px/17px EtelkaWide;
  }

  .case-text-block-with-separator__title {
    font: 200 42px/53px EtelkaWide;
    margin-top: 141px;
    margin-bottom: 21px;
  }

  .case-text-block-with-separator__description {
    font: 200 16px/29px EtelkaTextPro;
    margin-top: 16px;
  }

  .case-text-block-result .case-text-block-result__container {
    margin-top: 21px;
  }

  .case-text-block-result .case-text-block-result__digit {
    font: 200 96px/1em AkzidenzLightCn;
    margin-bottom: 8px;
  }

  .case-text-block-result .case-text-block-result__title {
    font: 200 15px/20px EtelkaWide;
  }

  .case-text-block {
    margin-top: 92px;
  }

  .case-text-block .case-text-block__container {
    margin: 0 92px;
  }

  .case-text-block .case-text-block__title {
    font: 400 20px/35px EtelkaWide;
    margin-bottom: 17px;
  }

  .case-text-block .case-text-block__text {
    font: 200 16px/30px EtelkaTextPro;
  }

  .case-text-block .case-text-block__list li {
    padding-left: 25px;
  }

  .case-text-block .case-text-block__list li:before {
    width: 8px;
    height: 8px;
    top: 12px;
    border-width: 2px;
  }

  .case-video-block {
    margin-top: 36px;
  }

  .case-video-player {
    height: 457px;
  }

  .case-quote-block {
    margin-top: 107px;
    margin-bottom: 37px;
  }

  .case-quote-block__container .case-quote-block__image {
    margin-left: 47px;
    width: 288px;
    min-width: 288px;
  }

  .case-quote-block__container .case-quote-block__content {
    margin-left: 78px;
  }

  .case-quote-block__container .case-quote-block__title {
    font: 200 25px/30px EtelkaWide;
    margin-top: -5px;
  }

  .case-quote-block__container .case-quote-block__author {
    font: 200 12px/20px EtelkaWide;
    margin-top: 13px;
  }

  .case-quote-block__container .case-quote-block__text {
    font: 200 16px/30px EtelkaTextPro;
    margin-top: 29px;
  }

  .case-section-preview {
    height: 510px;
  }

  .case-graph__container {
    height: 410px;
  }

  .case-graph__note {
    margin-bottom: 39px;
  }

  .case-graph__note .case-graph__note-title {
    font: 200 48px/1em AkzidenzLightCn;
    margin-bottom: 7px;
  }

  .case-graph__note .case-graph__note-slash {
    display: none;
  }

  .case-graph__note .case-graph__note-text {
    font: 200 15px/20px EtelkaWide;
  }

  .main-page-slider__slide .main-page-slider__title-container {
    height: calc(50% - 11px);
  }

  .main-page-slider__slide .main-page-slider__title {
    font: 300 42px/1em EtelkaWide;
    margin-bottom: 16px;
  }

  .main-page-slider__slide .main-page-slider__text {
    font: 300 16px/25px EtelkaWide;
    margin-top: 14px;
  }

  .main-page-slider__slide .main-page-slider__btn {
    margin-top: 57px;
  }

  .main-page-slider__nav {
    left: 65px;
  }

  .main-page-slider__nav .main-page-slider__nav-item {
    font: 300 14px/1em EtelkaWide;
    margin-bottom: 13px;
  }

  .main-page-slider__nav .main-page-slider__nav-item:before {
    width: 6px;
    height: 6px;
  }

  .main-page-slider__nav .main-page-slider__nav-item:after {
    left: -40px;
    width: 20px;
    height: 2px;
  }

  .spectr__slide .spectr__title-container {
    height: calc(50% - 11px);
  }

  .spectr__slide .spectr__title {
    font: 300 42px/1em EtelkaWide;
    margin-bottom: 16px;
  }

  .spectr__slide .spectr__text {
    font: 300 16px/25px EtelkaWide;
    margin-top: 14px;
  }

  .solution__section--terminals .solution__section-content {
    margin-top: -43px;
  }

  .solution__section--terminals .solution__section-head {
    margin-bottom: 21px;
  }

  .solution__section--terminals .solution__section-desc {
    margin-bottom: 25px;
  }

  .solution__section--universal .solution__section-head {
    margin-bottom: 19px;
  }

  .solution__section--universal .solution__section-desc {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .solution__section--terminal {
    height: calc(100vh - 80px);
  }

  .solution__section--guarantee .solution__section-head {
    margin-bottom: 19px;
  }

  .solution__section--guarantee .solution__section-desc {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .solution__section--slider {
    padding-bottom: 0;
  }

  .solution__section-box {
    height: calc(100vh - 80px);
  }

  .solution__section-head {
    font-size: 42px;
    line-height: 53px;
  }

  .solution__section-desc {
    font-size: 16px;
    line-height: 30px;
  }

  .solution__detail .academic-section__title {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 19px;
  }

  .solution__detail .academic-section__title:after {
    bottom: 18px;
  }

  .where-buy__carts-container {
    margin-top: 72px;
  }

  .where-buy__carts_page .where-buy__cart {
    width: calc(50% - 10px);
  }

  .where-buy__carts_page .where-buy__cart:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .where-buy__carts_popup-list {
    padding: 21px 47px 0 0;
  }

  .where-buy__carts_popup-list .where-buy__cart_empty {
    min-height: 390px;
  }

  .where-buy__carts_popup-detail .where-buy__cart {
    padding-bottom: 52px;
  }

  .where-buy__cart {
    margin-bottom: 20px;
    padding: 0 20px 102px 95px;
  }

  .where-buy__cart_empty .where-buy__cart-text {
    font: 200 14px/20px EtelkaTextPro;
    margin-top: 53px;
  }

  .where-buy__cart_empty .where-buy__cart-phone {
    font: 200 14px/30px EtelkaTextPro;
    margin-top: 11px;
  }

  .where-buy__cart-title {
    font: 400 14px/21px EtelkaWide;
    margin-top: 55px;
  }

  .where-buy__cart-status {
    margin-top: 2px;
  }

  .where-buy__cart-status .where-buy__cart-status-icon {
    margin-right: 11px;
  }

  .where-buy__cart-status span {
    font: 200 12px/1em EtelkaTextPro;
  }

  .where-buy__cart-text {
    font: 200 16px/25px EtelkaTextPro;
    margin-top: 28px;
  }

  .where-buy__cart-phone {
    margin-top: 21px;
  }

  .where-buy__cart-email,
  .where-buy__cart-phone,
  .where-buy__cart-website {
    font: 200 16px/30px EtelkaTextPro;
  }

  .where-buy__cart-feedback-btn {
    bottom: 38px;
    left: 95px;
  }

  .where-buy__recommendation {
    margin: 56px 0 121px;
  }

  .where-buy__recommendation-text {
    font: 200 16px/30px EtelkaTextPro;
    margin-top: 31px;
  }

  .where-buy__wrapper {
    width: 1110px;
  }

  .contact-tab {
    margin-bottom: 70px;
  }

  .contact-tab__bar {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 86px;
  }

  .contact-tab-bar__item {
    height: 55px;
  }

  .contact-tab-bar__item span {
    font-size: 10px;
  }

  .contact-tab__content {
    width: 356px;
  }

  .contact-tab__form {
    width: 454px;
  }

  .contact__content {
    width: 910px;
  }

  .contact__title {
    margin-bottom: 26px;
  }

  .contact__title span {
    font-size: 23px;
  }

  .contact__title:after {
    bottom: 7px;
  }

  .contact__text {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .contact-more {
    max-width: 388px;
  }

  .contact-info,
  .contact-more {
    font-size: 16px;
  }

  .about-content {
    width: 915px;
    margin-bottom: 66px;
  }

  .about-content__title {
    font-size: 42px;
    line-height: 53px;
    margin-top: 107px;
    margin-bottom: 30px;
  }

  .about-content__title:after {
    margin-top: 14px;
    width: 100px;
  }

  .about-content__title_separator {
    margin-top: 130px;
    margin-bottom: 30px;
  }

  .about-content__title_separator:after {
    width: 21px;
    margin-top: 27px;
  }

  .about-content__subtitle {
    font-size: 20.8px;
    margin-bottom: 27px;
  }

  .about-content__text {
    font-size: 16px;
  }

  .about-content__text p {
    margin-bottom: .8em;
  }

  .services__screen {
    height: calc(100vh - 80px);
  }

  .services__screen-text {
    font-size: 16px;
    line-height: 30px;
  }

  .services__screen--image .services__screen-title {
    font-size: 42px;
    line-height: 53px;
  }

  .services__screen--underline .services__screen-title {
    font: 200 42px/1em EtelkaWide;
    margin-bottom: 29px;
    padding-bottom: 24px;
  }

  .services__screen--underline .services__screen-title:after {
    width: 101px;
    height: 2px;
  }

  .services__screen--sep .services__screen-title {
    font-size: 42px;
    line-height: 53px;
    margin-bottom: 21px;
  }

  .services__screen--sep .services__screen-text {
    font-size: 16px;
    line-height: 29px;
    margin-top: 16px;
  }

  .services__screen--text .services__screen-text {
    font-size: 16px;
    line-height: 29px;
  }

  .chronograph {
    padding-bottom: 152px;
    height: 649px;
  }

  .chronograph:before {
    top: -36px;
    height: 70px;
  }

  .chronograph__content {
    height: 342px;
  }

  .chronograph__title {
    font-size: 42px;
    margin-bottom: 32px;
  }

  .chronograph__desc {
    font-size: 16px;
    width: 920px;
  }

  .chronograph__btn {
    width: 54px;
    height: 8px;
    margin: 0 35px;
  }

  .chronograph__future {
    font-size: 10px;
  }

  .timeline {
    height: 140px;
  }

  .timeline .owl-item.center .timeline__elm:after {
    height: 36px;
  }

  .timeline .owl-item.center .timeline__elm .timeline__date {
    font-size: 48px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .timeline__elm:after {
    height: 12px;
  }

  .timeline__date {
    font-size: 25px;
    margin-bottom: 5px;
  }

  .timeline__title {
    font-size: 10px;
    margin-bottom: 27px;
  }

  .page-introduction {
    margin: 110px 0 0;
  }

  .page-introduction__title {
    font: 200 42px/1em EtelkaWide;
    padding-bottom: 24px;
  }

  .page-introduction__title:after {
    width: 101px;
    height: 2px;
  }

  .page-introduction__subtitle {
    font-size: 18px;
    line-height: 30px;
    margin-top: 29px;
  }

  .page-introduction__subtitle+.page-introduction__description {
    margin-top: 18px;
  }

  .page-introduction__description {
    font: 200 16px/30px EtelkaTextPro;
    margin-top: 28px;
  }

  .filter-container {
    margin-top: 62px;
  }

  .filter .input-dropdown {
    margin-right: 23px;
  }

  .filter .input-dropdown:last-of-type {
    margin-right: 0;
  }

  .filter .marker-btn {
    right: 40px;
  }

  .customPin .svg-map-pin {
    width: 20px;
    height: 20px;
  }

  .customPin .svg-map-pin-active {
    width: 50px;
    height: 60px;
  }

  .gallery__item,
  .gallery__main-block {
    height: 456px;
  }

  .gallery__preview-block {
    margin-top: 12px;
  }

  .online__screen {
    min-height: calc(100vh - 80px);
  }

  .online__screen-title {
    font-size: 42px;
    line-height: 53px;
  }

  .online__screen-text {
    font-size: 16px;
    line-height: 30px;
  }

  .online__screen-list {
    font-size: 16px;
    line-height: 40px;
  }

  .online__screen--centered .online__screen-title {
    margin-top: 82px;
    margin-bottom: 19px;
  }

  .online__screen--centered .online__screen-text {
    margin-top: 10px;
  }

  .online__screen--centered .online__screen-btn {
    margin-top: 49px;
  }

  .online__screen--intro {
    background-size: contain,70%;
    background-position: bottom,right 50vh;
  }

  .online__screen--intro .online__screen-title {
    margin-top: 56px;
    margin-bottom: 19px;
  }

  .online__screen--intro .online__screen-title img {
    width: 200px;
    height: 45px;
  }

  .online__screen--with-image .online__screen-title {
    margin-bottom: 52px;
  }

  .gallery__bar {
    height: 57px;
  }

  .gallery__bar .gallery__digitals {
    font-size: 10px;
    width: 77px;
  }

  .gallery__bar .gallery__title {
    font-size: 10px;
    padding-left: 30px;
    width: calc(100% - 77px);
  }

  .gallery__preview-item {
    margin-right: 3px;
    height: 85px;
    width: 112px;
  }

  .gallery__preview-item:last-of-type {
    margin: 0;
  }

  .quote {
    padding: 40px 0 40px 39px;
  }

  .quote__image {
    width: 128px;
    min-width: 128px;
  }

  .quote__image img {
    max-height: 140px;
  }

  .quote__text {
    font-size: 15px;
    line-height: 27px;
    margin-top: 0;
  }

  .quote__author,
  .quote__text {
    padding: 0 33px;
    width: calc(100% - 128px);
  }

  .quote__author {
    font-size: 10px;
    line-height: 22px;
    margin-top: 18px;
  }

  .text-block {
    font: 200 16px/30px EtelkaTextPro;
  }

  .text-block .text-block__title--h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 29px;
  }

  .text-block .text-block__title--h3 {
    font: 400 20px/35px EtelkaWide;
    margin-bottom: 17px;
  }

  .text-block .text-block__list li {
    padding-left: 25px;
  }

  .text-block .text-block__list li:before {
    width: 8px;
    height: 8px;
    top: 12px;
    border-width: 2px;
  }

  .title-separator span {
    font: 400 12px/1em EtelkaWide;
    padding: 0 15px;
  }

  .materials-table {
    margin-top: 25px;
    margin-bottom: 47px;
  }

  .materials-table:last-child {
    margin-bottom: 0;
  }

  .materials-table .materials-table__row {
    padding: 12px 20px;
  }

  .materials-table .materials-table__doc-title {
    font: 200 14px/25px EtelkaTextPro;
  }

  .materials-table .materials-table__doc-size {
    font: 200 10px/25px EtelkaWide;
    width: 15%;
  }

  .materials-table .materials-table__doc-category {
    font: 400 10px/25px EtelkaWide;
    width: 23%;
  }

  .materials-download {
    margin-top: 97px;
    margin-bottom: 92px;
  }

  .materials-table__container {
    margin-top: 67px;
  }

  .materials-table_wrapper {
    width: 1110px;
  }

  .pressroom__main-news-container {
    margin-top: 72px;
    margin-bottom: 61px;
  }

  .pressroom__main-news-content {
    padding: 0 40px;
  }

  .pressroom__main-news-date {
    font: 200 30px/1em AkzidenzLightCn;
    margin-bottom: 10px;
  }

  .pressroom__main-news-title {
    font: 400 20px/35px EtelkaWide;
    margin-bottom: 16px;
  }

  .pressroom__main-news-description {
    font: 400 16px/30px EtelkaTextPro;
    margin-bottom: 28px;
    max-height: 120px;
  }

  .pressroom__newslist-container {
    margin-bottom: 109px;
  }

  .pressroom__newslist-container:last-of-type {
    margin-bottom: 54px;
  }

  .pressroom__newslist {
    margin-top: 33px;
  }

  .pressroom__newslist-item {
    padding: 55px 40px 52px;
  }

  .pressroom__newslist-date {
    font: 200 30px/1em AkzidenzLightCn;
  }

  .pressroom__newslist-title {
    height: 105px;
    margin-top: 31px;
  }

  .pressroom__newslist-title span {
    font: 400 20px/35px EtelkaWide;
  }

  .pressroom__newslist-itemE {
    padding: 5px 40px 88px;
    /* margin-bottom: 20px; */
    background-position: center 65%;
  }

   .pressroom__newslist-itemE  .pressroom__newslist-title span {
    font: 400 15px/25px EtelkaWide;
  }

  .pressroom__newslist-img {
    height: 43px;
    margin-top: 24px;
  }

  .pressroom__newslist-showmore {
    margin-top: 51px;
  }

  .pressroom__detail-title {
    font-size: 43px;
    line-height: 53px;
    margin-top: 107px;
  }

  .pressroom__detail-date {
    font-size: 14px;
    margin-top: 18px;
  }

  .pressroom__detail-gallery {
    margin-top: 75px;
    margin-bottom: 46px;
  }

  .pressroom__detail-social {
    height: 117px;
    margin-top: 57px;
    margin-bottom: 47px;
  }

  .pressroom__detail-social-btn {
    margin-right: 17px;
  }

  .pressroom__detail-social-btn:last-of-type {
    margin: 0;
  }

  .pressroom__detail-quote {
    margin-top: 48px;
    margin-bottom: 46px;
  }

  .pressroom__wrapper {
    width: 1106px;
  }

  .pressroom__detail-wrapper {
    width: 742px;
  }

  .production__gallery {
    margin-top: 63px;
    margin-bottom: 46px;
  }

  .production__text-wrapper {
    width: 730px;
  }

  .production__text-wrapper:last-child {
    margin-bottom: 94px;
  }

  .industy-solutions__text-block {
    margin-top: 28px;
    margin-bottom: 55px;
  }

  .industy-solutions__reviews {
    margin-top: 33px;
  }

  .industy-solutions__reviews-showmore {
    margin-top: 51px;
  }

  .industy-solutions__reviews-item {
    min-height: 274px;
    padding: 0 25px 52px;
  }

  .industy-solutions__reviews-item-title {
    margin-top: 49px;
  }

  .industy-solutions__reviews-item-title span {
    font-size: 20px;
    line-height: 35px;
  }

  .industy-solutions__reviews-item-description {
    margin-top: 17px;
    max-height: 120px;
  }

  .industy-solutions__reviews-item-description span {
    font: 200 16px/30px EtelkaTextPro;
  }

  .industy-solutions__text-wrapper {
    width: 916px;
  }

  .industy-solutions__reviews-wrapper {
    width: 1110px;
  }

  .industy-solutions__reviews-wrapper:last-child {
    margin-bottom: 54px;
  }

  .big-business__introduction-wrapper {
    padding-bottom: 120px;
  }

  .big-business__introduction__subtitle,
  .big-business__introduction__title {
    width: 815px;
  }

  .big-business__introduction-btn-block {
    height: 120px;
  }

  .big-business__content-wrapper {
    padding: 148px 0 83px;
    width: 915px;
  }

  .big-business__content-btn-block {
    margin-top: 77px;
  }

  .big-business__feedback-block {
    width: 1105px;
  }

  .big-business__feedback-content {
    padding-right: 97px;
  }

  .big-business__feedback-content .big-business__feedback-content-title {
    font-size: 25px;
    line-height: 30px;
    margin-top: -6px;
  }

  .big-business__feedback-content .big-business__feedback-content-title span {
    padding-right: 20px;
  }

  .big-business__feedback-content .big-business__feedback-content-title:after {
    bottom: 8px;
  }

  .big-business__feedback-content .big-business__feedback-content-subtitle {
    font-size: 16px;
    line-height: 30px;
    margin-top: 29px;
  }

  .big-business__feedback-form-block .form-footer {
    margin-top: 47px;
  }

  .main-menu__wrapper {
    width: 56%;
  }

  .main-menu__side--left .main-menu__menu-item:last-child {
    margin-bottom: 55px;
  }

  .main-menu__menu-item,
  .main-menu__menu-title {
    font: 200 25px/1em EtelkaWide;
    margin-bottom: 27px;
  }

  .main-menu__menu-item a:after,
  .main-menu__menu-title a:after {
    bottom: 0;
  }

  .main-menu__menu-item {
    font: 300 10px/1em EtelkaWide;
    margin-bottom: 17px;
  }

  .main-menu__menu-item a:after {
    bottom: -2px;
  }

  .main-menu__submenu-toggle {
    font-size: 25px;
    margin-bottom: 27px;
  }

  .main-menu__separator {
    margin: 42px 0 44px;
  }

  .main-menu__footer {
    height: 113px;
  }

  .main-menu__footer-menu {
    margin-bottom: 23px;
  }

  .main-menu__footer-menu-item {
    font: 200 11px/1em EtelkaWide;
    padding: 0 21px;
  }

  .main-menu__footer-menu-item:first-child {
    padding-left: 0;
  }

  .main-menu__footer-menu-item:last-child {
    padding-right: 0;
  }

  .main-menu__footer-menu-item a:after {
    bottom: -2px;
  }

  .main-menu__footer-social .main-menu__footer-social-item {
    margin-right: 21px;
  }

  .where-buy__list-popup {
    padding-top: 80px;
  }

  .where-buy__list-popup-wrapper {
    margin-right: 40px;
    width: 85%;
  }

  .where-buy__list-popup-title {
    font: 200 25px/30px EtelkaWide;
    margin-top: 0;
  }

  .where-buy__list-popup-content {
    margin-top: 13px;
  }

  .where-buy__detail-popup {
    padding-top: 80px;
  }

  .where-buy__detail-popup-wrapper {
    margin-left: 95px;
  }

  .where-buy__detail-popup-title {
    margin-top: 0;
  }

  .where-buy__detail-popup-title span {
    font: 200 25px/30px EtelkaWide;
    padding-right: 20px;
  }

  .where-buy__detail-popup-title:after {
    bottom: 8px;
  }

  .where-buy__detail-popup-subtitle {
    font: 200 12px/1em EtelkaWide;
    margin-top: 8px;
  }

  .where-buy__detail-popup-form {
    margin: 46px 0 50px;
  }

  .where-buy__detail-popup-form-footer .where-buy__form-btn {
    min-width: 200px;
  }

  .where-buy__cart-popup {
    margin-top: -60px;
    width: 40%;
  }

  .dealers__popup-title {
    font-size: 42px;
    line-height: 53px;
    margin-top: 80px;
    margin-bottom: 21px;
  }

  .dealers__popup-text {
    font-size: 16px;
    line-height: 29px;
    margin: 16px 0;
  }

  .success__popup-title {
    font: 200 42px/1em EtelkaWide;
    margin-bottom: 29px;
    padding-bottom: 24px;
  }

  .success__popup-title:after {
    width: 101px;
    height: 2px;
  }

  .success__popup-text {
    font-size: 16px;
    line-height: 29px;
  }

  .autorization__scroll {
    width: 445px;
  }

  .autorization__title {
    margin-bottom: 60px;
  }

  .autorization__title span {
    font-size: 22px;
    line-height: 51px;
    padding-right: 23px;
  }

  .autorization__title:after {
    bottom: 15px;
  }

  .autorization__link {
    font-size: 12px;
  }

  .autorization__btn {
    margin-right: 25px;
  }

  .autorization__btn .rectangle-btn {
    line-height: 55px;
    font-size: 10px;
    padding: 0 57px;
  }
}

@media screen and (max-width:1300px) and (min-width:1001px) {
  .svg.svg-logo {
    width: 170px;
    height: 25px;
  }

  .svg.svg-social-fb {
    width: 6px;
    height: 13px;
  }

  .svg.svg-social-fb-stroke {
    width: 10px;
    height: 22px;
  }

  .svg.svg-social-yt {
    width: 14px;
    height: 10px;
  }

  .svg.svg-social-twitter {
    width: 26px;
    height: 22px;
  }

  .svg.svg-play {
    width: 11px;
    height: 14px;
  }

  .svg.svg-dropdown {
    width: 14px;
    height: 7px;
  }

  .svg.svg-page-up {
    width: 7px;
    height: 25px;
  }

  .svg.svg-dealer-status {
    width: 15px;
    height: 15px;
  }

  .svg.svg-marker-active {
    width: 35px;
    height: 42px;
  }

  .svg.svg-load {
    width: 51px;
    height: 51px;
  }

  .circle-static-btn {
    width: 30px;
    height: 30px;
  }

  .rectangle-btn {
    min-width: 200px;
    height: 55px;
    padding: 0 60px;
  }

  .rectangle-btn span {
    font: 300 10px/55px EtelkaWide;
  }

  .page-up-btn {
    bottom: 180px;
    right: 15px;
    width: 55px;
    height: 55px;
  }

  .read-more-btn .read-more-btn__title {
    font: 200 10px/1em EtelkaWide;
    margin-top: 18px;
    margin-bottom: 48px;
  }

  .read-more-btn:after {
    height: 70px;
    width: 1px;
    bottom: -1px;
  }

  .input-dropdown input[type=text] {
    font: 200 9px/1em EtelkaWide;
    width: 315px;
    height: 42px;
    padding: 0 56px;
  }

  .input-dropdown .input-dropdown__link {
    height: 42px;
  }

  .input-dropdown .input-dropdown__link-btn {
    width: 56px;
  }

  .input-dropdown .input-dropdown__list {
    padding: 0 28px 28px;
    top: 42px;
  }

  .input-dropdown .input-dropdown__scroll {
    max-height: 160px;
  }

  .input-dropdown .input-dropdown__item {
    height: 32px;
  }

  .input-dropdown .input-dropdown__btn {
    font: 200 10px/1em EtelkaWide;
  }

  .input-text {
    margin-bottom: 32px;
  }

  .input-text input,
  .input-text textarea {
    font-size: 10px;
  }

  .input-text input {
    height: 48px;
    padding-right: 22px;
  }

  .input-text input:focus {
    padding-left: 22px;
  }

  .input-text textarea {
    height: 117px;
    padding: 26px 22px;
  }

  .input-text__message {
    top: 47px;
  }

  .input-text_value input {
    padding-left: 22px;
  }

  .input-checkbox label .input-checkbox__box {
    margin-right: 13px;
    width: 15px;
    min-width: 15px;
    height: 15px;
  }

  .input-checkbox label .input-checkbox__text {
    font: 200 10px/1em EtelkaWide;
  }

  .input-checkbox--lg label .input-checkbox__box {
    width: 22px;
    min-width: 22px;
    height: 22px;
  }

  .select {
    font-size: 10px;
    height: 48px;
    margin-bottom: 32px;
  }

  .select__current {
    line-height: 48px;
    padding: 0 22px;
  }

  .select-list__item {
    padding: 19px 22px;
  }

  .btn {
    width: 200px;
    height: 55px;
    line-height: 55px;
  }

  .btn span {
    font-size: 10px;
  }

  .btn-sm {
    height: 35px;
    padding: 0 30px;
    min-width: 125px;
  }

  .btn-sm span {
    font: 200 10px/1em EtelkaWide;
  }

  .transparent-btn {
    font: 200 10px/55px EtelkaWide;
    height: 55px;
    min-width: 220px;
    padding: 0 32px;
  }

  .marker-btn span {
    font: 200 10px/1em EtelkaWide;
    margin-left: 10px;
  }

  .btn-play {
    width: 38px;
    height: 38px;
  }

  .btn-social {
    width: 55px;
    height: 55px;
  }

  .scroll-custom {
    width: 1px;
  }

  .header {
    height: 80px;
  }

  .nav {
    display: none;
  }

  .nav__menu-btn {
    width: 55px;
    height: 55px;
    top: 13px;
    right: 15px;
  }

  .nav__menu-btn .nav__menu-btn-line {
    width: 22px;
  }

  main {
    padding-top: 80px;
  }

  .main-wrapper {
    width: 682px;
  }

  .footer {
    height: 40px;
    min-height: 40px;
  }

  .footer__copyright {
    font-size: 13px;
    line-height: 40px;
    margin-left: 15px;
  }

  .footer__auth {
    margin-right: 15px;
    font-size: 13px;
    line-height: 40px;
  }

  .slash:after {
    height: 20px;
  }

  .loader {
    height: 115px;
  }

  .page-title {
    font: 200 35px/46px EtelkaWide;
  }

  .page-title .page-title__underline {
    width: 75px;
    height: 2px;
    margin-top: 16px;
  }

  .bottom-nav {
    height: 225px;
  }

  .bottom-nav .bottom-nav__wrapper {
    width: 820px;
  }

  .bottom-nav .bottom-nav__btn .bottom-nav__title {
    font: 200 19px/1.2em EtelkaWide;
    height: 100%;
    margin-bottom: 0px;
    align-items: center;
  }

  .bottom-nav .bottom-nav__btn .bottom-nav__subtitle {
    font: 200 10px/1em EtelkaWide;
  }

  .bottom-nav .bottom-nav__btn .bottom-nav__pointer {
    width: 28px;
    top: 50%;
  }

  .bottom-nav .bottom-nav__btn.bottom-nav__btn_prev .bottom-nav__pointer {
    left: -40px;
  }

  .bottom-nav .bottom-nav__btn.bottom-nav__btn_next .bottom-nav__pointer {
    right: -40px;
  }

  .bottom-nav .bottom-nav__show-all:after,
  .bottom-nav .bottom-nav__show-all:before {
    height: 46px;
    top: -24px;
  }

  .bottom-nav .bottom-nav__show-all:after {
    top: auto;
    bottom: -24px;
  }

  .bottom-nav--academic {
    margin-left: 15px;
    margin-right: 15px;
  }

  .case__title {
    display: block;
    margin: 57px 0 20px;
  }

  .case__grid-gutter-sizer {
    width: 2px;
  }

  .case__grid-item {
    margin-bottom: 2px;
  }

  .case__grid-item_width-half {
    width: calc(50% - 1px);
  }

  .case__grid-item_height-half {
    height: 305px;
  }

  .case__grid-item_height-full {
    height: 612px;
  }

  .case__grid-item-title {
    height: 73px;
  }

  .case__grid-item-title .case__grid-item-title-text {
    font: 200 22px/28px EtelkaWide;
  }

  .case__grid-item-title:after {
    height: 2px;
    width: 58px;
    bottom: -8px;
  }

  .case__grid-item-subtitle {
    font: 200 15px/30px EtelkaTextPro;
    margin-top: 32px;
  }

  .case__filter {
    height: 106px;
  }

  .case__filter-title {
    display: none;
  }

  .case-intro,
  .case-intro__bg {
    height: calc(100vh - 80px);
  }

  .case-intro__container {
    margin: 61px 0 132px;
    width: 682px;
  }

  .case-intro__title {
    font: 200 35px/46px EtelkaWide;
    margin-bottom: 11px;
  }

  .case-intro__subtitle {
    font: 200 12px/16px EtelkaWide;
  }

  .case-text-block-with-separator__container {
    width: 100%;
  }

  .case-text-block-with-separator__title {
    font: 200 36px/46px EtelkaWide;
    margin-top: 140px;
    margin-bottom: 15px;
  }

  .case-text-block-with-separator__description {
    font: 200 15px/28px EtelkaTextPro;
    margin-top: 9px;
  }

  .case-text-block-result .case-text-block-result__container {
    margin-top: 23px;
  }

  .case-text-block-result .case-text-block-result__digit {
    font: 200 76px/1em AkzidenzLightCn;
    margin-bottom: 9px;
  }

  .case-text-block-result .case-text-block-result__title {
    font: 200 13px/17px EtelkaWide;
  }

  .case-text-block {
    margin-top: 105px;
  }

  .case-text-block .case-text-block__container {
    margin: 0 65px;
  }

  .case-text-block .case-text-block__title {
    font: 400 18px/26px EtelkaWide;
    margin-bottom: 9px;
  }

  .case-text-block .case-text-block__text {
    font: 200 16px/30px EtelkaTextPro;
  }

  .case-text-block .case-text-block__list li {
    padding-left: 21px;
  }

  .case-text-block .case-text-block__list li:before {
    width: 8px;
    height: 8px;
    top: 12px;
    border-width: 2px;
  }

  .case-video-block {
    margin-top: 70px;
  }

  .case-video-player {
    height: 342px;
  }

  .case-quote-block {
    margin-top: 106px;
    margin-bottom: 34px;
  }

  .case-quote-block__container .case-quote-block__image {
    display: none;
  }

  .case-quote-block__container .case-quote-block__content {
    margin: 0 65px;
  }

  .case-quote-block__container .case-quote-block__title {
    font: 200 22px/28px EtelkaWide;
    margin-top: 0;
  }

  .case-quote-block__container .case-quote-block__author {
    font: 200 11px/15px EtelkaWide;
    margin-top: 10px;
  }

  .case-quote-block__container .case-quote-block__text {
    font: 200 15px/28px EtelkaTextPro;
    margin-top: 26px;
  }

  .case-section-preview {
    height: 380px;
  }

  .case-graph__container {
    height: 305px;
  }

  .case-graph__note {
    margin-bottom: 21px;
  }

  .case-graph__note .case-graph__note-title {
    font: 200 38px/1em AkzidenzLightCn;
    margin-bottom: 4px;
  }

  .case-graph__note .case-graph__note-slash {
    display: none;
  }

  .case-graph__note .case-graph__note-text {
    font: 200 13px/15px EtelkaWide;
  }

  .main-page-slider__slide .main-page-slider__title-container {
    height: calc(50% - 10px);
  }

  .main-page-slider__slide .main-page-slider__title {
    font: 300 35px/1em EtelkaWide;
    margin-bottom: 16px;
  }

  .main-page-slider__slide .main-page-slider__text {
    font: 300 15px/28px EtelkaWide;
    margin-top: 14px;
  }

  .main-page-slider__slide .main-page-slider__btn {
    margin-top: 57px;
  }

  .main-page-slider__nav {
    left: 52px;
  }

  .main-page-slider__nav .main-page-slider__nav-item {
    font: 300 14px/1em EtelkaWide;
    margin-bottom: 13px;
  }

  .main-page-slider__nav .main-page-slider__nav-item:before {
    width: 6px;
    height: 6px;
  }

  .main-page-slider__nav .main-page-slider__nav-item:after {
    left: -36px;
    width: 20px;
    height: 2px;
  }

  .spectr__svg {
    height: 130%;
  }

  .spectr__slide .spectr__title-container {
    height: calc(50% - 10px);
  }

  .spectr__slide .spectr__title {
    font: 300 35px/1em EtelkaWide;
    margin-bottom: 16px;
  }

  .spectr__slide .spectr__text {
    font: 300 15px/28px EtelkaWide;
    margin-top: 14px;
  }

  .solution__section--terminals .solution__section-content {
    margin-left: 12.5%;
    margin-top: -12px;
    width: 37.5%;
  }

  .solution__section--terminals .solution__section-head {
    margin-bottom: 26px;
  }

  .solution__section--terminals .solution__section-desc {
    margin-bottom: 31px;
  }

  .solution__section--universal .solution__section-content {
    width: 58.33333%;
  }

  .solution__section--universal .solution__section-head {
    margin-bottom: 13px;
  }

  .solution__section--universal .solution__section-desc {
    margin-top: 11px;
    margin-bottom: 0;
  }

  .solution__section--terminal {
    height: calc(100vh - 80px);
  }

  .solution__section--guarantee .solution__section-content {
    width: 58.33333%;
  }

  .solution__section--guarantee .solution__section-head {
    margin-bottom: 13px;
  }

  .solution__section--guarantee .solution__section-desc {
    margin-top: 11px;
    margin-bottom: 35px;
  }

  .solution__section--slider {
    padding-bottom: 0;
  }

  .solution__section-box {
    height: calc(100vh - 80px);
  }

  .solution__section-head {
    font-size: 35px;
    line-height: 46px;
  }

  .solution__section-desc {
    font-size: 15px;
    line-height: 28px;
  }

  .solution__detail .academic-section__title {
    font-size: 22px;
    margin-top: 23px;
    margin-bottom: 20px;
  }

  .solution__detail .academic-section__title:after {
    bottom: 17px;
  }

  .where-buy__carts-container {
    margin-top: 72px;
  }

  .where-buy__carts_page .where-buy__cart {
    width: calc(50% - 8px);
  }

  .where-buy__carts_page .where-buy__cart:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .where-buy__carts_popup-list {
    padding: 21px 20px 0 0;
  }

  .where-buy__carts_popup-list .where-buy__cart_empty {
    min-height: 380px;
  }

  .where-buy__carts_popup-detail .where-buy__cart {
    padding-bottom: 37px;
  }

  .where-buy__cart {
    margin-bottom: 16px;
    padding: 0 20px 107px 22px;
  }

  .where-buy__cart_empty .where-buy__cart-text {
    font: 200 14px/20px EtelkaTextPro;
    margin-top: 54px;
  }

  .where-buy__cart_empty .where-buy__cart-phone {
    font: 200 14px/30px EtelkaTextPro;
    margin-top: 11px;
  }

  .where-buy__cart-title {
    font: 400 14px/21px EtelkaWide;
    margin-top: 55px;
  }

  .where-buy__cart-status {
    margin-top: 2px;
  }

  .where-buy__cart-status .where-buy__cart-status-icon {
    margin-right: 8px;
  }

  .where-buy__cart-status span {
    font: 200 12px/1em EtelkaTextPro;
  }

  .where-buy__cart-text {
    font: 200 15px/23px EtelkaTextPro;
    margin-top: 25px;
  }

  .where-buy__cart-phone {
    margin-top: 21px;
  }

  .where-buy__cart-email,
  .where-buy__cart-phone,
  .where-buy__cart-website {
    font: 200 15px/28px EtelkaTextPro;
  }

  .where-buy__cart-feedback-btn {
    bottom: 47px;
    left: 22px;
  }

  .where-buy__recommendation {
    margin: 72px 0 88px;
  }

  .where-buy__recommendation-text {
    font: 200 15px/23px EtelkaTextPro;
    margin-top: 35px;
  }

  .where-buy__wrapper {
    width: 915px;
  }

  .contact-tab {
    margin-bottom: 45px;
  }

  .contact-tab__bar {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 85px;
  }

  .contact-tab-bar__item {
    height: 55px;
  }

  .contact-tab-bar__item span {
    font-size: 10px;
  }

  .contact-tab__content {
    width: 356px;
  }

  .contact-tab__form {
    width: 454px;
  }

  .contact__content {
    width: 910px;
  }

  .contact__title {
    margin-bottom: 30px;
  }

  .contact__title span {
    font-size: 23px;
  }

  .contact__title:after {
    bottom: 7px;
  }

  .contact__text {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .contact-more {
    max-width: 350px;
  }

  .contact-info,
  .contact-more {
    font-size: 15px;
  }

  .about-content {
    width: 743px;
    margin-bottom: 67px;
  }

  .about-content__title {
    font-size: 36px;
    line-height: 46px;
    margin-top: 92px;
    margin-bottom: 31px;
  }

  .about-content__title:after {
    width: 75px;
    height: 1px;
    margin-top: 16px;
  }

  .about-content__title_separator {
    margin-top: 104px;
    margin-bottom: 23px;
  }

  .about-content__title_separator:after {
    width: 20px;
    margin-top: 22px;
  }

  .about-content__subtitle {
    font-weight: 200;
    font-size: 19px;
    margin-bottom: 20px;
  }

  .about-content__text {
    font-size: 15px;
  }

  .services__screen {
    height: calc(100vh - 80px);
  }

  .services__screen-text {
    font-size: 15px;
    line-height: 28px;
  }

  .services__screen--image .services__screen-title {
    font-size: 36px;
    line-height: 46px;
    top: 60%;
  }

  .services__screen--underline .services__screen-title {
    font: 200 35px/1em EtelkaWide;
    margin-bottom: 40px;
    padding-bottom: 25px;
  }

  .services__screen--underline .services__screen-title:after {
    width: 76px;
    height: 2px;
  }

  .services__screen--sep .services__screen-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px;
  }

  .services__screen--sep .services__screen-text {
    font-size: 15px;
    line-height: 28px;
    margin-top: 9px;
  }

  .services__screen--text .services__screen-text {
    font-size: 15px;
    line-height: 28px;
  }

  .chronograph {
    padding-bottom: 134px;
    height: 649px;
  }

  .chronograph:before {
    top: -36px;
    height: 70px;
  }

  .chronograph__content {
    height: 360px;
  }

  .chronograph__title {
    font-size: 35px;
    margin-bottom: 25px;
  }

  .chronograph__desc {
    font-size: 15px;
  }

  .chronograph__btn {
    width: 54px;
    height: 8px;
    margin: 0 35px;
  }

  .chronograph__future {
    font-size: 10px;
  }

  .timeline {
    height: 140px;
  }

  .timeline .owl-item.center .timeline__elm:after {
    height: 36px;
  }

  .timeline .owl-item.center .timeline__elm .timeline__date {
    font-size: 38px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  .timeline__elm:after {
    height: 12px;
  }

  .timeline__date {
    font-size: 21px;
    margin-bottom: 6px;
  }

  .timeline__title {
    font-size: 10px;
    margin-bottom: 26px;
  }

  .page-introduction {
    margin: 95px 0 0;
  }

  .page-introduction__title {
    font: 200 35px/1em EtelkaWide;
    padding-bottom: 25px;
  }

  .page-introduction__title:after {
    width: 76px;
    height: 2px;
  }

  .page-introduction__subtitle {
    font-size: 18px;
    line-height: 30px;
    margin-top: 40px;
  }

  .page-introduction__subtitle+.page-introduction__description {
    margin-top: 20px;
    text-align: center;
  }

  .page-introduction__description {
    font: 200 15px/28px EtelkaTextPro;
    margin-top: 30px;
    text-align: justify;
  }

  .filter-container {
    margin-top: 62px;
  }

  .filter {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .filter .input-dropdown {
    margin-right: 15px;
  }

  .filter .marker-btn {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .customPin .svg-map-pin {
    width: 20px;
    height: 20px;
  }

  .customPin .svg-map-pin-active {
    width: 50px;
    height: 60px;
  }

  .gallery__item,
  .gallery__main-block {
    height: 456px;
  }

  .gallery__preview-block {
    margin-top: 12px;
  }

  .online__screen {
    min-height: 0;
  }

  .online__screen-text-block {
    margin-left: 12.5%;
    width: 37.5%;
  }

  .online__screen-image-block {
    margin: 0 auto;
    width: 83.33333%;
  }

  .online__screen-title {
    font-size: 35px;
    line-height: 46px;
  }

  .online__screen-text {
    font-size: 15px;
    line-height: 28px;
  }

  .online__screen-list {
    font-size: 15px;
    line-height: 42px;
    width: 83.33333%;
  }

  .online__screen--centered .online__screen-text,
  .online__screen--centered .online__screen-title {
    width: 83.33333%;
  }

  .online__screen--centered .online__screen-title {
    margin-top: 62px;
    margin-bottom: 13px;
  }

  .online__screen--centered .online__screen-text {
    margin-top: 11px;
  }

  .online__screen--centered .online__screen-btn {
    margin-top: 39px;
  }

  .online__screen--intro {
    background-size: contain,70%;
    background-position: bottom,100% 100%;
  }

  .online__screen--intro .online__screen-text,
  .online__screen--intro .online__screen-title {
    margin: 0 auto;
    width: 83.33333%;
  }

  .online__screen--intro .online__screen-title {
    margin-top: 56px;
    margin-bottom: 13px;
  }

  .online__screen--intro .online__screen-title img {
    width: 200px;
    height: 45px;
  }

  .online__screen--intro .online__screen-btn {
    margin-top: 30px;
    position: static;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
  }

  .online__screen--with-image .online__screen-title {
    margin-bottom: 42px;
  }

  .gallery__bar {
    height: 57px;
  }

  .gallery__bar .gallery__digitals {
    font-size: 10px;
    width: 77px;
  }

  .gallery__bar .gallery__title {
    font-size: 10px;
    padding-left: 30px;
    width: calc(100% - 77px);
  }

  .gallery__preview-item {
    margin-right: 3px;
    height: 85px;
    width: 112px;
  }

  .gallery__preview-item:last-of-type {
    margin: 0;
  }

  .quote {
    padding: 40px 0 40px 39px;
  }

  .quote__image {
    width: 128px;
    min-width: 128px;
  }

  .quote__image img {
    max-height: 140px;
  }

  .quote__text {
    font-size: 15px;
    line-height: 27px;
    margin-top: 0;
  }

  .quote__author,
  .quote__text {
    padding: 0 33px;
    width: calc(100% - 128px);
  }

  .quote__author {
    font-size: 10px;
    line-height: 22px;
    margin-top: 18px;
  }

  .text-block {
    font: 200 16px/30px EtelkaTextPro;
  }

  .text-block .text-block__title--h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .text-block .text-block__title--h3 {
    font: 400 18px/26px EtelkaWide;
    margin-bottom: 9px;
  }

  .text-block .text-block__list li {
    padding-left: 21px;
  }

  .text-block .text-block__list li:before {
    width: 8px;
    height: 8px;
    top: 12px;
    border-width: 2px;
  }

  .title-separator span {
    font: 400 12px/1em EtelkaWide;
    padding: 0 15px;
  }

  .materials-table {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .materials-table:last-child {
    margin-bottom: 0;
  }

  .materials-table .materials-table__row {
    padding: 12px 20px;
  }

  .materials-table .materials-table__doc-title {
    font: 200 14px/25px EtelkaTextPro;
  }

  .materials-table .materials-table__doc-size {
    font: 200 10px/25px EtelkaWide;
    width: 15%;
  }

  .materials-table .materials-table__doc-category {
    font: 400 10px/25px EtelkaWide;
    margin-top: 3.5px;
    width: 18%;
  }

  .materials-download {
    margin-top: 68px;
    margin-bottom: 80px;
  }

  .materials-table__container {
    margin-top: 67px;
  }

  .materials-table_wrapper {
    width: 975px;
  }

  .pressroom__main-news-container {
    margin-top: 70px;
    margin-bottom: 60px;
  }

  .pressroom__main-news-content {
    padding: 0 40px;
  }

  .pressroom__main-news-date {
    font: 200 28px/1em AkzidenzLightCn;
    margin-bottom: 10px;
  }

  .pressroom__main-news-title {
    font: 400 18px/30px EtelkaWide;
    margin-bottom: 23px;
  }

  .pressroom__main-news-description {
    font: 400 15px/28px EtelkaTextPro;
    margin-bottom: 40px;
    max-height: 112px;
  }

  .pressroom__newslist-container {
    margin-bottom: 88px;
  }

  .pressroom__newslist-container:last-of-type {
    margin-bottom: 47px;
  }

  .pressroom__newslist {
    margin-top: 34px;
  }

  .pressroom__newslist-item {
    padding: 60px 30px 55px;
  }

  .pressroom__newslist-date {
    font: 200 28px/1em AkzidenzLightCn;
  }

  .pressroom__newslist-title {
    height: 90px;
    margin-top: 28px;
  }

  .pressroom__newslist-title span {
    font: 400 18px/30px EtelkaWide;
  }

  .pressroom__newslist-itemE .pressroom__newslist-title span {
    font: 400 14px/28px EtelkaWide;
  }


  .pressroom__newslist-img {
    height: 43px;
    margin-top: 21px;
  }

  .pressroom__newslist-showmore {
    margin-top: 54px;
  }

  .pressroom__detail-title {
    font-size: 35px;
    line-height: 46px;
    margin-top: 88px;
  }

  .pressroom__detail-date {
    font-size: 12px;
    margin-top: 12px;
  }

  .pressroom__detail-gallery {
    margin-top: 70px;
    margin-bottom: 46px;
  }

  .pressroom__detail-social {
    height: 117px;
    margin-top: 57px;
    margin-bottom: 58px;
  }

  .pressroom__detail-social-btn {
    margin-right: 17px;
  }

  .pressroom__detail-social-btn:last-of-type {
    margin: 0;
  }

  .pressroom__detail-quote {
    margin-top: 48px;
    margin-bottom: 46px;
  }

  .pressroom__wrapper {
    width: 995px;
  }

  .pressroom__detail-wrapper {
    width: 742px;
  }

  .production__gallery {
    margin-top: 63px;
    margin-bottom: 46px;
  }

  .production__text-wrapper {
    width: 730px;
  }

  .production__text-wrapper:last-child {
    margin-bottom: 73px;
  }

  .industy-solutions__text-block {
    margin-top: 28px;
    margin-bottom: 36px;
  }

  .industy-solutions__reviews {
    margin-top: 34px;
  }

  .industy-solutions__reviews-showmore {
    margin-top: 54px;
  }

  .industy-solutions__reviews-item {
    min-height: 260px;
    padding: 0 15px 53px;
  }

  .industy-solutions__reviews-item-title {
    margin-top: 51px;
  }

  .industy-solutions__reviews-item-title span {
    font-size: 18px;
    line-height: 30px;
  }

  .industy-solutions__reviews-item-description {
    margin-top: 14px;
    max-height: 112px;
  }

  .industy-solutions__reviews-item-description span {
    font: 200 15px/28px EtelkaTextPro;
  }

  .industy-solutions__text-wrapper {
    width: 742px;
  }

  .industy-solutions__reviews-wrapper {
    width: 994px;
  }

  .industy-solutions__reviews-wrapper:last-child {
    margin-bottom: 47px;
  }

  .big-business__introduction-wrapper {
    padding-bottom: 121px;
  }

  .big-business__introduction__subtitle,
  .big-business__introduction__title {
    width: 742px;
  }

  .big-business__introduction-btn-block {
    height: 121px;
  }

  .big-business__content-wrapper {
    padding: 104px 0 71px;
    width: 742px;
  }

  .big-business__content-btn-block {
    margin-top: 42px;
  }

  .big-business__feedback-block {
    width: 908px;
  }

  .big-business__feedback-content {
    padding-right: 42px;
  }

  .big-business__feedback-content .big-business__feedback-content-title {
    font-size: 22px;
    line-height: 28px;
    margin-top: -5px;
  }

  .big-business__feedback-content .big-business__feedback-content-title span {
    padding-right: 17px;
  }

  .big-business__feedback-content .big-business__feedback-content-title:after {
    bottom: 7px;
  }

  .big-business__feedback-content .big-business__feedback-content-subtitle {
    font-size: 15px;
    line-height: 28px;
    margin-top: 33px;
  }

  .big-business__feedback-form-block .form-footer {
    margin-top: 46px;
  }

  .main-menu__wrapper {
    width: 62%;
  }

  .main-menu__side--left .main-menu__menu-item:last-child {
    margin-bottom: 45px;
  }

  .main-menu__menu-item,
  .main-menu__menu-title {
    font: 200 22px/1em EtelkaWide;
    margin-bottom: 24px;
  }

  .main-menu__menu-item a:after,
  .main-menu__menu-title a:after {
    bottom: 0;
  }

  .main-menu__menu-item {
    font: 300 9px/1em EtelkaWide;
    margin-bottom: 18px;
  }

  .main-menu__menu-item a:after {
    bottom: -2px;
  }

  .main-menu__submenu-toggle {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .main-menu__separator {
    margin: 38px 0 39px;
  }

  .main-menu__footer {
    height: 108px;
  }

  .main-menu__footer-menu {
    margin-bottom: 20px;
  }

  .main-menu__footer-menu-item {
    font: 200 9px/1em EtelkaWide;
    padding: 0 19px;
  }

  .main-menu__footer-menu-item:first-child {
    padding-left: 0;
  }

  .main-menu__footer-menu-item:last-child {
    padding-right: 0;
  }

  .main-menu__footer-menu-item a:after {
    bottom: -2px;
  }

  .main-menu__footer-social .main-menu__footer-social-item {
    margin-right: 20px;
  }

  .where-buy__list-popup {
    padding-top: 80px;
  }

  .where-buy__list-popup-wrapper {
    margin-right: 17px;
    width: 90%;
  }

  .where-buy__list-popup-title {
    font: 200 22px/28px EtelkaWide;
    margin-top: 5px;
  }

  .where-buy__list-popup-content {
    margin-top: 5px;
  }

  .where-buy__detail-popup {
    padding-top: 80px;
  }

  .where-buy__detail-popup-wrapper {
    margin-left: 36px;
    width: 85%;
  }

  .where-buy__detail-popup-title {
    margin-top: 0;
  }

  .where-buy__detail-popup-title span {
    font: 200 22px/28px EtelkaWide;
    padding-right: 17px;
  }

  .where-buy__detail-popup-title:after {
    bottom: 8px;
  }

  .where-buy__detail-popup-subtitle {
    font: 200 11px/1em EtelkaWide;
    margin-top: 6px;
  }

  .where-buy__detail-popup-form {
    margin: 52px 0 28px;
  }

  .where-buy__detail-popup-form-footer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .where-buy__detail-popup-form-footer .where-buy__form-btn {
    min-width: 200px;
  }

  .where-buy__cart-popup {
    margin-top: 0;
    width: 45%;
  }

  .dealers__popup-title {
    font-size: 36px;
    line-height: 46px;
    margin-top: 80px;
    margin-bottom: 15px;
  }

  .dealers__popup-text {
    font-size: 15px;
    line-height: 28px;
    margin: 9px 0;
  }

  .success__popup-title {
    font: 200 35px/1em EtelkaWide;
    margin-bottom: 40px;
    padding-bottom: 25px;
  }

  .success__popup-title:after {
    width: 76px;
    height: 2px;
  }

  .success__popup-text {
    font-size: 15px;
    line-height: 28px;
  }

  .autorization__scroll {
    width: 445px;
  }

  .autorization__title {
    margin-bottom: 65px;
  }

  .autorization__title span {
    font-size: 35px;
    line-height: 46px;
    padding-right: 15px;
  }

  .autorization__title:after {
    bottom: 12px;
  }

  .autorization__link {
    font-size: 12px;
  }

  .autorization__btn {
    margin-right: 22px;
  }

  .autorization__btn .rectangle-btn {
    line-height: 55px;
    font-size: 10px;
    padding: 0 57px;
  }
}

@media screen and (max-width:1000px) and (min-width:638px) and (min-height:850px) {
  .main-page-slider__slide .main-page-slider__page-down-btn {
    display: inline-block;
  }
}

@media screen and (max-width:1300px) and (min-width:1001px) and (max-height:640px) {
  .chronograph {
    padding-bottom: 0;
    height: 560px;
  }

  .chronograph__content {
    height: 320px;
  }
}

@media (pointer:coarse) {
  .btn:hover:after {
    width: 0;
  }

  .anim--fadeDown {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }

  .anim--fadeUp {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }

  .btn-sm:hover:after {
    width: 0;
  }

  .case-intro__title {
    opacity: 1;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }

  .case-intro__subtitle {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .case-intro__btn {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .case-scroll-animation.case-text-block-with-separator {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .case-scroll-animation.case-text-block-result {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .main-menu__menu-item a:hover,
  .main-menu__menu-title a:hover {
    color: #fff;
  }

  .main-menu__menu-item a:hover:after,
  .main-menu__menu-title a:hover:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .main-menu__footer-menu-item:hover a {
    color: #fff;
  }

  .main-menu__footer-menu-item:hover a:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .main-menu__footer-social .main-menu__footer-social-item:hover {
    background-color: transparent;
  }

  .main-menu__footer-social .main-menu__footer-social-item:hover svg {
    fill: #b9c4d0;
  }

  .fullscreen {
    position: fixed;
  }
}

@media screen and (max-height:700px) {
  .cooperation__item__name--in_slider {
    padding: 10px 0;
  }

  .cooperation-slider__head {
    margin-top: 15px;
  }

  .cooperation-slider__list li {
    margin-top: 15px;
  }
}

@media (pointer:fine) {
  .academic-slider__dot:hover {
    background-color: #fb4f14;
  }

  .academic-slider__nav-right:hover {
    -webkit-transform: translate(15%,-50%);
    -ms-transform: translate(15%,-50%);
    transform: translate(15%,-50%);
  }

  .academic-slider__nav-left:hover {
    -webkit-transform: translate(-15%,-50%);
    -ms-transform: translate(-15%,-50%);
    transform: translate(-15%,-50%);
  }

  .faq__menu-link:hover .faq__menu-link-hover {
    width: 100%;
  }
}

@media screen and (min-height:1720px) {
  .online__screen--intro {
    background-position: bottom,right 70vh;
  }
}

@media (pointer:course) {
  .faq__menu-link:active .faq__menu-link-hover {
    width: 100%;
  }
}

@media screen and (max-width:1300px) and (min-width:1200px) {
  .nav {
    margin-right: 98px;
    display:block;
  }
.top-left-menu {
 margin-left: 54px;
}

  .nav__menu .nav__item {
    margin-right: 15px;
  }

  .nav__menu .nav__link {
    font-size: 10px;
  }

}
/*1001 - 11270 */

@media (min-width:1001px) and (max-width: 1270px){
  .lls5-fixed .solution__section--guarantee .solution__section-desc{
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}



@media (max-width:1005px){
  .solution__section--universal__fixed,
  .solution__section--universal__fixed .solution__section-box,
  .lls5-fixed .solution__section-box,
  .solution__section--universal-fixed .solution__section-box
  {
    height: auto!important;
  }
  .lls5-fixed .solution__section--terminals{
    background: none!important;
  }
  .lls5-fixed .solution__section--terminals .solution__section-content{
    padding-bottom: 0!important;
  }
  .lls5-fixed .solution__section-image2 img{
    padding: 30px 0px 0px!important;
    display: block!important;
  }
  .lls5-fixed .solution__section--fuelscan-list,
  .lls5-fixed .solution__section--fuelscan-heading,
  .solution__section--fuelscan-bottom
  {
    position: static!important;
  }
  .lls5-fixed .solution__section--fuelscan{
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 30px 15px!important;
  }
  .solution__section--fuelscan-bottom
  {
    padding-top: 30px;
  }


}
@media (max-width:768px){
  .lls5-fixed .solution__section-desc{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width:720px){
  .lls5-fixed .solution__section-image2{
    /*margin-bottom: 0!important; */
  }
}

@media (max-width:639px){
  .lls5-fixed .solution__section-s2-img img {
    max-width: 100%!important;
    width: auto!important;
    margin-left: 0!important;
  }

}

@media (max-width:380px){

  .lls5-fixed .solution__section--fuelscan-heading > *:nth-child(1) {
    font-size: 30px!important;
  }
}

@media (max-height:800px) and (min-width:1001px){
  .lls5-fixed .solution__section--universal__fixed .solution__section-box,
  .lls5-fixed .solution__section--guarantee .solution__section-box,
  .lls5-fixed .solution__section-s1 .solution__section-box,
  .lls5-fixed .solution__section-s2 .solution__section-box,
  .lls5-fixed .solution__section-s3 .solution__section-box,
  .lls5-fixed .solution__section--terminals .solution__section-box,
  .universal-mod .solution__section-box
  {
    height: auto!important;
  }
  .solution__section--universal__fixed{
    padding-top: 70px;
    margin-bottom: 70px!important;
  }
  .solution__section--universal__fixed .innov-btns{
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .solution__section--guarantee .solution__section-desc{
    padding-bottom: 30px!important;
  }
  .lls5-fixed .solution__section-s1 .solution__section-box .solution__section-s1-title,
  .lls5-fixed .solution__section-s3 .solution__section-box .solution__section-s3-title,
  .lls5-fixed .solution__section--terminals,
  .guarantee-mod-fix,
  .universal-mod
  {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .guarantee-mod-fix .case-text-block-result__title{
    max-width: 250px;
  }
}
@media (max-width: 1000px){
  .guarantee-mod-fix{
    padding-top: 80px!important;
    padding-bottom: 80px!important;
  }
  .guarantee-mod-fix .solution__section-desc{
    margin-top: 50px!important;
  }
}
@media (max-width: 720px){
  .solution__section--universal__fixed{
    padding-top: 80px;
  }
  .expertise__title {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 639px){
  .lls5-fixed .solution__section--fuelscan-heading > *:nth-child(1) {
    position: relative;
    z-index: 100;
  }
  .lls5-fixed .solution__section--fuelscan-img img {
    position: relative;
    top: -51px;
  }
}

.err-region{
  position: absolute;
  right: 0;
  top: -23px;
  color: #fb4f14;
}
input[name="icon_data_reg"]{
  position: relative;
}
.remove-close{
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
}