/*
  HTML5 Reset :: reset.css
  -------------------------------------------------------------------
  Подготовлен командой LiveHTML | by LiveHTML :: http://livehtml.ru
  -------------------------------------------------------------------
  Выражаем особую благодарность людям, чьи труды способствовали появлению данного ресета:
  We have learned much from/been inspired by/taken code where offered from:

  Eric Meyer          :: http://ericmeyer.com
  HTML5 Doctor        :: http://html5doctor.com
  and the HTML5 Boilerplate :: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Сбрасываем значения по умолчанию для элементов | Let's default this puppy out
-------------------------------------------------------------------------------*/
@import "../assets/web/fonts/geometria/style.css";
@import "../assets/web/fonts/circe/style.css";
@import "../assets/web/fonts/icomoon/style.css";
@import "../assets/web/fonts/icomoon-free/style.css";
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
header,
section,
footer {
  clear: both;
}
/* Всегда показывать полосу прокрутки (чтобы сайт не прыгал, когда на других страницах нет данной полосы)
   force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}
/* Добавляем буллеты к UL и цифры к OL, т.к. в контенте могут использоваться стандартные списки
  we can use default ULs & OLs with bullets */
ul {
  list-style: outside disc;
  margin: 15px 0 15px 30px;
}
ol {
  list-style: outside decimal;
  margin: 15px 0 15px 30px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
td img {
  vertical-align: top;
}
/* Сбрасываем отступы у элементов форм
  Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input,
select {
  vertical-align: middle;
}
input[type=radio],
input[type=checkbox] {
  margin: 1px 4px 4px 0;
}
input[type=text],
input[type=password] {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
  border-radius: 0;
  -webkit-appearance: none;
}
/* Решение проблемы с обрезанием стилизованных кнопок в IE | make buttons play nice in IE */
button,
input[type=submit] {
  width: auto;
  overflow: visible;
}
.ie7 input[type=submit],
.ie7 input[type=reset],
.ie7 input[type=button] {
  filter: chroma(color=#000000);
}
/* Курсор-указатель на кликабельных элементах | hand cursor on clickable elements */
input[type=button],
input[type=submit],
button {
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
/* Стандартизируем моноширные элементы | standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}
/* Устанавливаем произвольный цвет для выделения (не забываем убрать тень для текста)
  Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
/* ::-moz-selection{ background:#fcd700; color:#fff; text-shadow:none; } */
/* ::selection { background:#fcd700; color:#fff; text-shadow:none; } */
/* Устанавливаем произвольный цвет подсветки ссылок на Apple устройствах: j.mp/webkit-tap-highlight-color */
/* a:link {-webkit-tap-highlight-color:#fcd700;} */
/* Правильный ресайз картинок в IE7
  scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* Сброс float блоков | let's clear some floats */
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* Coded in LiveHTML :: http://livehtml.io */
.hack {
  color: red;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
html {
  min-width: auto;
  width: auto;
  height: 100%;
}
body {
  font: normal normal 14px/1.5 'Geometria', arial, sans-serif;
  background: #ffffff;
  color: #111111;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 320px;
  min-height: initial;
}
body input,
body textarea,
body button {
  font-family: 'Geometria', arial, sans-serif;
}
body *,
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body {
    padding: 75px 0 0;
  }
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.container {
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  height: auto;
  max-width: 1346px;
  max-height: initial;
  min-width: 320px;
  min-height: initial;
}
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    max-width: 760px;
    max-height: initial;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .container {
    max-width: 930px;
    max-height: initial;
  }
}
.btn.outlined {
  color: #0875d6;
  border: 2px solid #0875d6;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font: 400 16px/53px 'Circe';
  -webkit-border-radius: 57px;
  -moz-border-radius: 57px;
  border-radius: 57px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 237px;
  height: 57px;
}
.btn.outlined.square {
  padding: 0 32px;
  border: 1px solid #0875d6;
  width: auto;
  height: 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font: 400 18px/48px 'Circe';
}
@media (max-width: 767px) {
  .btn.outlined.square {
    font-size: 18px;
    line-height: 44px;
    width: auto;
    height: auto;
  }
}
.btn.yellow {
  color: #ffffff;
  background: #fcc400;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font: 400 18px/57px 'Circe';
  -webkit-border-radius: 57px;
  -moz-border-radius: 57px;
  border-radius: 57px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 237px;
  height: 57px;
}
.btn.yellow.btn--sanz1{
      width: 327px;
    height: 68px;
    font: 400 24px/72px 'Circe';
}
.btn.yellow.long {
  width: 320px;
  height: 57px;
}
@media (max-width: 767px) {
  .btn.yellow.long {
    width: auto;
    height: 57px;
    display: block;
  }
}
.btn.blue {
  color: #ffffff;
  background: #0875d6;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font: 400 15px/54px 'Circe';
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  border-radius: 54px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 254px;
  height: 54px;
}
.link {
  text-decoration: none;
  color: #0875d6;
  font-size: 19px;
  line-height: 25px;
}
.link--icon {
  margin: 2px 0 -2px 19px;
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .link--icon {
    margin: 1px 0 -1px 10px;
    font-size: 8px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .link {
    font-size: 14px;
    line-height: 20px;
  }
}
.header {
  padding: 50px 0;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}

.header--lang
{
	color: #238ce9;
	line-height: 44px;
	font-size: 17px;
	text-decoration: none;
	display:none;
}

@media (max-width: 1399px) {
	.header--lang
	{
		display:block;
	}
}

@media (max-width: 767px) {
  .header {
    z-index: 101;
    padding: 0;
    border-bottom: 1px solid #CDCDCD;
    background: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 75px;
  }


	.header--lang
	{
		position:absolute;
		top:15px;
		right: 20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
  .header {
    padding: 35px 0;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .header {
    padding: 40px 0;
  }
}
.header--open {
  padding: 21px 10px;
  z-index: 2;
  margin: 0 30px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.header--open span {
  background: #0875d6;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 35px;
  height: 2px;
}
.header--open span:before,
.header--open span:after {
  content: "";
  background: #0875d6;
  display: block;
  width: 35px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
.header--open span:before {
  margin: -10px 0 0;
}
.header--open span:after {
  margin: 10px 0 0;
}
.header--open.shown span {
  background: none;
}
.header--open.shown span:before,
.header--open.shown span:after {
  margin: 0!important;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 34px;
  height: 3px;
}
.header--open.shown span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.header--open.shown span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .header--open {
    float: none;
    margin: 0;
    position: absolute;
    top: 15px;
    right: auto;
    bottom: auto;
    left: 15px;
  }
  .header--menu .header--open {
    display: none;
  }
}
.header--logo {
  text-decoration: none;
  color: #111111;
  background: url(../assets/web/img/header--logo.svg) center center no-repeat;
  background-size: auto 100%;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 174px;
  height: 47px;
}
@media (max-width: 767px) {
  .header--logo {
    float: none;
    margin: 13px 0 14px;
    width: auto;
    height: 47px;
  }
}
.header--auth {
  min-width: 124px;
  height: 44px;
  overflow: hidden;
  
  border: 2px solid #238ce9;
  color: #238ce9;
  text-decoration: none;
  padding: 2px 34px 0;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 17px;
  line-height: 38px;
}
@media (max-width: 767px) {
  .header--auth {
    margin: 15px 34px 20px;
    display: inline-block;
    vertical-align: top;
  }
}
.header--auth .spinner{
  width: 25px;
  height: 25px;
}
.header--auth .dot1,
.header--auth .dot2{
  background-color: #238ce9;
}
.header--nav-list {
  list-style: none;
  margin: 0 0 0 120px;
  padding: 0;
}
.header--nav-item {
  margin-right: 57px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.header--nav-sub {
  background-color: white;
  
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  display: none;
  background-color: #f9f9f9;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
.header--nav-sub-i {
  font-size: 18px;
  line-height: 43px;
  padding: 0 20px;
}
.header--nav-sub-i a {
  color: #111111;
  text-decoration: none;
  display: block;
}
.header--nav-sub-i a:hover {
  color: #0875d6;
}
.header--nav-link {
  text-decoration: none;
  color: #7d7d7d;
  margin: 2px 0 -2px;
  font-size: 17px;
  line-height: 44px;
  display: block;
}
.header--nav-link-icon {
  color: #0875d6;
  margin: 16px 0 -16px 15px;
  transition: 200ms all ease;
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 11px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header--nav-item:hover .header--nav-sub {
  display: block;
}
.header--nav-item:hover .header--nav-link {
  color: #111111;
}
.header--nav-item:hover .header--nav-link-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header--menu {
  z-index: 2;
  padding: 15px 0;
  background: #ffffff;
  text-align: center;
  display: none;
}
.header--menu .header--open:not(.shown) { display: none; }
.header--menu .header--open { margin: 8px 30px 0;}
.header--menu .header--open.shown span:before
,.header--menu .header--open.shown span:after {
  width: 26px;
}

@media (max-width: 767px) {
  .header--menu {
    overflow: auto;
    position: absolute;
    top: 75px;
    right: 0;
    bottom: auto;
    left: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.36);
    max-width: initial;
    max-height: calc(100vh - 75px);
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .header--menu {
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    top: -23px;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    width: 350px;
    height: auto;
  }
}
@media (min-width: 1400px) {
  .header--menu {
    display: none !important;
  }
}
.header--menu-item {
  text-align: left;
  padding: 15px 34px;
  text-decoration: none;
  color: #111111;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 20px;
  line-height: 30px;
}
.header--menu-item.sub {
  color: #9B9B9B;
  margin-left: 20px;
}
.header--overlay {
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
@media (max-width: 768px) {
  .header--overlay {
    display: none !important;
  }
}
.header--drop {
  border: 1px solid #238ce9;
  background: #ffffff;
  margin: 18px 0 0;
  z-index: 100;
  padding: 16px 34px;
  position: absolute;
  top: 100%;
  right: 30px;
  bottom: auto;
  left: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 342px;
  height: auto;
  display: none;
}
@media (max-width: 767px) {
  .header--drop {
    margin: 15px 0 0;
    padding: 0 20px;
    position: absolute;
    top: 100%;
    right: 10px;
    bottom: auto;
    left: auto;
    width: 300px;
    height: auto;
  }
}
.header--drop:before,
.header--drop:after {
  content: "";
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  display: block;
  width: 0;
  height: auto;
  position: absolute;
  top: -12px;
  right: 20px;
  bottom: auto;
  left: auto;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .header--drop:before,
  .header--drop:after {
    right: 133px;
  }
}
@media (max-width: 767px) {
  .header--drop:before,
  .header--drop:after {
    display: none;
  }
}
.header--drop:before {
  border-bottom: 12px solid #238ce9;
}
.header--drop:after {
  margin: 1px 0 0;
  border-bottom: 12px solid #ffffff;
}
.header--drop-box {
  display: none;
}
.header--drop-box.shown {
  display: block;
}
.header--drop-title {
  padding: 29px 0 24px;
  font-size: 24px;
  line-height: 27px;
}
.header--drop-title2 {
  padding: 18px 0 21px;
  font-size: 20px;
  line-height: 22px;
}
.header--drop-form input {
  border: 1px solid #e1e5e9;
  padding: 0 10px;
  margin: 0 0 11px;
  display: block;
  width: 100%;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 16px;
  line-height: 38px;
}
.header--drop-form button {
  margin: 24px 0 0;
  text-align: center;
  padding: 0;
  border: none;
  background: #238ce9;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 16px;
  line-height: 38px;

  overflow: hidden;
}
.header--drop-fields button .spinner,
.header--drop-form button .spinner{
  width: 30px;
  height: 30px;
}
.header--drop-fields  .dot1,
.header--drop-fields  .dot2,
.header--drop-form  .dot1,
.header--drop-form  .dot2{
  background-color: #fff;
}
.header--drop-fields button {
  margin: 30px 0 38px;
  text-align: center;
  padding: 0;
  border: none;
  background: #238ce9;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 16px;
  line-height: 38px;
}
.header--drop-field {
  margin: 0 0 13px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.header--drop-field input {
  border: 1px solid #e1e5e9;
  padding: 0 10px 0 38px;
  display: block;
  width: 100%;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 14px;
  line-height: 38px;
}
.header--drop-field-icon {
  text-align: center;
  color: #D4D4D4;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 1px;
  width: 38px;
  height: auto;
  display: block;
  font-size: 16px;
  line-height: 40px;
}
.header--drop-field-icon.icon-mail {
  font-size: 12px;
  line-height: 40px;
}
.header--drop-center {
  text-align: center;
  padding: 18px 0 20px;
}
.header--drop-forgot {
  color: #959595;
  font-size: 16px;
  line-height: 20px;
}
.header--drop-forgot:hover {
  text-decoration: none;
}
.header--drop-signup {
  color: #238ce9;
  font-size: 16px;
  line-height: 20px;
}
.header--drop-signup:hover {
  text-decoration: none;
}
.header--drop-hr {
  background: #e1e5e9;
  width: auto;
  height: 1px;
}
.header--drop-back {
  color: #238ce9;
  font-size: 14px;
  line-height: 20px;
}
.header--drop-back:before {
  content: "";
  background: url(../assets/web/img/header--back.svg) no-repeat;
  background-size: 100% auto;
  margin: 5px 6px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 10px;
}
.header--drop-back:hover {
  text-decoration: none;
}
.header--drop-back-box {
  padding: 23px 0 0;
}
.block {
  overflow: hidden;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.block.fh {
  width: auto;
  height: 100vh;
}
.block.fh .block--in {
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: auto;
  left: 30px;
}
@media (max-width: 767px) {
  .block.fh {
    width: auto;
    height: auto;
    min-width: initial !important;
    min-height: initial !important;
  }
  .block.fh .block--in {
    transform: none;
    position: relative;
    top: 15px;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
.block.c {
  text-align: center;
}
.block.bg {
  background: #f3f7fa;
}
.block.blue {
  background: #0875d6;
  color: #ffffff;
}
.block.blue .btn.outlined {
  color: #ffffff;
  border-color: #ffffff;
}
.block > .container {
  height: 100%;
}
.block--in {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.block--in.pl40 {
  padding-left: 40px;
}
.block--in.pl100 {
  padding-left: 100px;
}
.block--in.pl130 {
  padding-left: 130px;
}
.block--in.pl500 {
  padding-left: 500px;
}
.block--in.pl560 {
  padding-left: 560px;
}
.block--in.pl600 {
  padding-left: 600px;
}
.block--in.pr40 {
  padding-right: 40px;
}
.block--in.pr100 {
  padding-right: 100px;
}
.block--in.pr180 {
  padding-right: 180px;
}
.block--in.pr560 {
  padding-right: 560px;
}
.block--in.pr600 {
  padding-right: 600px;
}
.block--in.pr670 {
  padding-right: 670px;
}
.block--in.pr740 {
  padding-right: 740px;
}
.block--arrow {
  color: #0875d6;
  margin: 0 0 0 -13px;
  text-decoration: none;
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 50px;
  left: 50%;
}
@media screen and (max-width: 979px) {
  .block--arrow {

    display: none;
  }
}
.block--arrow i {
  font-size: 14px;
  line-height: 14px;
  display: block;
}
.block.blue .block--arrow {
  color: #ffffff;
}
.index--b1 {
  min-width: initial;
  min-height: 575px;
}
.index--b1-in {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .index--b1-in {
    padding: 50px 0 250px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b1-in {
    padding: 0;
  }
}
.index--b1-desc {
  text-transform: uppercase;
  color: #c7d0d7;
  letter-spacing: 3.5px;
  margin: 0 0 28px;
  font: 400 13px/20px 'Circe';
}
@media (max-width: 979px) {
  .index--b1-desc {
    margin: 0 0 15px;
  }
}
.index--b1-title {
  padding: 0 175px;
  margin: 0 0 37px;
  font-size: 45px;
  line-height: 56px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .index--b1-title {
    margin: 0 0 25px;
    padding: 0;
    font-size: 27px;
    line-height: 32px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b1-title {
    margin: 0 0 25px;
    padding: 0 100px;
    font-size: 35px;
    line-height: 40px;
    font-weight: 300;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .index--b1-title {
    padding: 0 50px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
  }
}
.index--b1-text {
  padding: 0 350px;
  margin: 0 0 60px;
  font-size: 18px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .index--b1-text {
    margin: 0 0 25px;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 100;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b1-text {
    margin: 0 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b1-text {
    padding: 0 150px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
}
.index--b1-icon {
  background: left top no-repeat;
  background-size: 100% auto;
  display: block;
}
.index--b1-icon.i1 {
  background-image: url(../assets/web/img/index--b1-icon-01.svg);
  position: absolute;
  top: 164px;
  right: auto;
  bottom: auto;
  left: 24px;
  width: 209px;
  height: 126px;
}
@media (max-width: 767px) {
  .index--b1-icon.i1 {
    position: absolute;
    top: 400px;
    right: auto;
    bottom: auto;
    left: -130px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b1-icon.i1 {
    left: -130px;
  }
}
.index--b1-icon.i2 {
  background-image: url(../assets/web/img/index--b1-icon-02.svg);
  position: absolute;
  top: 312px;
  right: 21px;
  bottom: auto;
  left: auto;
  width: 238px;
  height: 126px;
}
@media (max-width: 767px) {
  .index--b1-icon.i2 {
    position: absolute;
    top: 400px;
    right: -120px;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b1-icon.i2 {
    right: -130px;
  }
}
.index--b1-icon.i3 {
  background-image: url(../assets/web/img/index--b1-icon-03.svg);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 86px;
  width: 309px;
  height: 156px;
}
@media (max-width: 767px) {
  .index--b1-icon.i3 {
    position: absolute;
    top: 550px;
    right: auto;
    bottom: auto;
    left: -130px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b1-icon.i3 {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: -50px;
  }
}
.index--b1-icon.i4 {
  background-image: url(../assets/web/img/index--b1-icon-04.svg);
  position: absolute;
  top: auto;
  right: 233px;
  bottom: 0;
  left: auto;
  width: 222px;
  height: 64px;
}
@media (max-width: 767px) {
  .index--b1-icon.i4 {
    position: absolute;
    top: 580px;
    right: -130px;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b1-icon.i4 {
    position: absolute;
    top: auto;
    right: 30px;
    bottom: 0;
    left: auto;
  }
}
.index--b2 {
  min-width: initial;
  min-height: 600px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b2 {
    width: auto !important;
    height: auto !important;
  }
}
.index--b2-in {
  padding: 0 0 0 560px;
}
@media (max-width: 767px) {
  .index--b2-in {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b2-in {
    padding: 80px 0 50px 340px;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .index--b2-in {
    padding: 0 0 0 340px;
  }
}
.index--b2-title {
  margin: 0 0 51px;
  font-size: 45px;
  line-height: 58px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .index--b2-title {
    margin: 0 0 25px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b2-title {
    margin: 0 0 39px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
  }
}
.index--b2-text {
  padding: 0 100px 0 0;
  margin: 0 0 46px;
  font-size: 18px;
  line-height: 29px;
}
@media (max-width: 1399px) {
  .index--b2-text {
    padding: 0;
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 22px;
  }
}
.index--b2-list {
  margin: 0 0 60px -20px;
  padding: 0 26px 0 0;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 979px) {
  .index--b2-list {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .index--b2-list {
    padding: 0;
    margin: 0 0 35px;
  }
}
.index--b2-item {
  text-align: center;
  padding: 49px 20px 0;
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 979px) {
  .index--b2-item {
    margin: 0 0 30px;
    text-align: left;
    padding: 49px 10px 0 0;
    width: 50%;
    height: auto;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .index--b2-item {
    padding: 49px 10px 0;
    font-size: 14px;
    line-height: 22px;
  }
}
.index--b2-item-icon {
  background: left center no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 979px) {
  .index--b2-item-icon {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.index--b2-item-icon.i1 {
  background-image: url(../assets/web/img/index--b2-item-icon-i1.png);
  background-image: url(../assets/web/img/icon-pack2/Servers.svg);
  width: 26px;
  height: 33px;
}
.index--b2-item-icon.i2 {
  background-image: url(../assets/web/img/icon-pack2/Bubble.svg);
  width: 43px;
  height: 33px;
}
.index--b2-item-icon.i3 {
  background-image: url(../assets/web/img/icon-pack2/SAfe.svg);
  width: 20px;
  height: 33px;
}
.index--b2-icon {
  background: url(../assets/web/img/index--b2-icon.svg) no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 63px;
  width: 350px;
  height: 268px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .index--b2-icon {
    /*background-image: url(../assets/web/img/index--b2-icon-sm.png);*/
    position: absolute;
    top: 30%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 268px;
    /*height: 510px;*/
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .index--b2-icon {
    position: absolute;
    top: 35%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 350px;
    /*height: 230px;*/
  }
}
.index--b3 {
  min-width: initial;
  min-height: 600px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b3 {
    width: auto !important;
    height: auto !important;
  }
}
.index--b3-in {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .index--b3-in {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b3-in {
    padding: 80px 340px 50px 0;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .index--b3-in {
    padding: 0 340px 0 0;
  }
}
.index--b3-title {
  margin: 0 0 39px;
  font-size: 45px;
  line-height: 58px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .index--b3-title {
    margin: 0 0 25px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b3-title {
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
  }
}
.index--b3-text {
  padding: 0 600px 0 0;
  margin: 0 0 51px;
  font-size: 18px;
  line-height: 29px;
}
@media (max-width: 1399px) {
  .index--b3-text {
    padding: 0;
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 22px;
  }
}
.index--b3-list {
  margin: 0 0 60px -10px;
  padding: 0 526px 0 0;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 979px) {
  .index--b3-list {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .index--b3-list {
    padding: 0;
    margin: 0 0 35px;
  }
}
.index--b3-item {
  text-align: center;
  padding: 49px 10px 0;
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 979px) {
  .index--b3-item {
    margin: 0 0 30px;
    text-align: left;
    padding: 49px 10px 0 0;
    width: 50%;
    height: auto;
  }
}
@media (max-width: 1399px) {
  .index--b3-item {
    font-size: 14px;
    line-height: 22px;
  }
}
.index--b3-item-icon {
  background: left center no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 979px) {
  .index--b3-item-icon {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.index--b3-item-icon.i1 {
  background-image: url(../assets/web/img/index--b3-item-icon-i1.png);
  background-image: url(../assets/web/img/icon-pack2/macbook.svg);
  width: 37px;
  height: 31px;
}
.index--b3-item-icon.i2 {
  background-image: url(../assets/web/img/icon-pack2/IT.svg);
  width: 33px;
  height: 31px;
}
.index--b3-item-icon.i3 {
  background-image: url(../assets/web/img/index--b3-item-icon-i3.png);
  background-image: url(../assets/web/img/icon-pack2/internet.svg);
  width: 25px;
  height: 31px;
}
.index--b3-icon {
  background: url(../assets/web/img/index--b3-icon.svg) no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 21px;
  right: 66px;
  bottom: auto;
  left: auto;
  width: 351px;
  height: 261px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b3-icon {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 300px;
    height: 223px;
  }
}
.index--b4 {
  min-width: initial;
  min-height: 675px;
}
.index--b4-in {
  padding: 0 0 50px;
}
@media (max-width: 767px) {
  .index--b4-in {
    padding: 50px 0 80px;
  }
}
.index--b4-desc {
  text-transform: uppercase;
  color: #b3d6f5;
  letter-spacing: 3.5px;
  margin: 0 0 36px;
  font: 400 13px/20px 'Circe';
}
@media (max-width: 767px) {
  .index--b4-desc {
    margin: 0 0 20px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .index--b4-desc {
    margin: 0 0 25px;
  }
}
.index--b4-title {
  padding: 0 175px;
  margin: 0 0 90px;
  font-size: 45px;
  line-height: 58px;
  font-weight: 300;
}
.index--b4-title.alarm {
  padding: 0 350px;
  margin: 0 0 53px;
}
@media (max-width: 767px) {
  .index--b4-title {
    padding: 0!important;
    margin: 0 0 50px!important;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b4-title {
    padding: 0!important;
    margin: 0 0 60px!important;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .index--b4-title {
    padding: 0 30px!important;
  }
}
.index--b4-list {
  padding: 0 100px;
  font-size: 0;
  line-height: 0;
}
.index--b4-list.alarm {
  margin: 0 0 49px;
}
@media (max-width: 767px) {
  .index--b4-list.alarm {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .index--b4-list {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b4-list {
    padding: 0;
  }
}
.index--b4-item {
  text-align: center;
  padding: 105px 60px 0;
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .index--b4-item {
    padding: 105px 0 0!important;
    margin: 0 0 30px;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b4-item {
    padding: 105px 15px 0!important;
  }
}
.index--b4-item.alarm {
  padding-top: 121px;
}
.index--b4-item:nth-child(2) {
  padding-left: 50px;
  padding-right: 50px;
}

.icon,
.index--b4-item-icon {
  background: left center no-repeat;
  background-size: 100% auto;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
.index--b4-item-icon.i1 {
  background-image: url(../assets/web/img/index--b4-item-icon-i1.png);
  width: 50px;
  height: 77px;
}
.index--b4-item-icon.i2 {
  background-image: url(../assets/web/img/index--b4-item-icon-i2.png);
  width: 47px;
  height: 77px;
}
.index--b4-item-icon.i3 {
  background-image: url(../assets/web/img/index--b4-item-icon-i3.png);
  width: 64px;
  height: 77px;
}
.index--b4-item-icon.i4 {
  background-image: url(../assets/web/img/index--b4-item-icon-i4.png);
  width: 62px;
  height: 81px;
}
.index--b4-item-icon.i5 {
  background-image: url(../assets/web/img/index--b4-item-icon-i5.png);
  width: 63px;
  height: 81px;
}
.index--b4-item-icon.i6 {
  background-image: url(../assets/web/img/index--b4-item-icon-i6.png);
  width: 61px;
  height: 81px;
}*/
.index--b4-item-icon.i1 {
  background-image: url(../assets/web/img/icon-pack2/security.png);
  background-image: url(../assets/web/img/icon-pack2/security.svg);
  width: 63px;
  height: 77px;
}
.index--b4-item-icon.i2 {
  background-image: url(../assets/web/img/icon-pack2/person.png);
  background-image: url(../assets/web/img/icon-pack2/person.svg);
  width: 77px;
  height: 77px;
}
.index--b4-item-icon.i3 {
  background-image: url(../assets/web/img/icon-pack2/sertificate.svg);
  width: 64px;
  height: 77px;
}
.index--b4-item-icon.i4 {
  background-image: url(../assets/web/img/icon-pack2/Download_app_white.svg);
  width: 62px;
  height: 81px;
}
.icon.i4b {
  background-image: url(../assets/web/img/icon-pack2/Download_app.svg);
  width: 62px;
  height: 81px;
}
.index--b4-item-icon.i5 {
  background-image: url(../assets/web/img/icon-pack2/Settings_white.svg);
  width: 63px;
  height: 81px;
}
.icon.i5b {
  background-image: url(../assets/web/img/icon-pack2/Settings.svg);
  width: 63px;
  height: 81px;
}
.index--b4-item-icon.i6 {
  background-image: url(../assets/web/img/icon-pack2/touch_white.svg);
  width: 61px;
  height: 81px;
}
.icon.i6b {
  background-image: url(../assets/web/img/icon-pack2/touch.svg);
  width: 61px;
  height: 81px;
}
.index--b4-item-icon.i_time {
  background-image: url(../assets/web/img/icon-pack2/time_white.svg);
  width: 61px;
  height: 81px;
}
.index--b5 {
  min-width: initial;
  min-height: 600px;
}
.index--b5-in {
  padding: 0 0 0 500px;
}

.index--b5-in a {text-decoration: none;}

@media (max-width: 767px) {
  .index--b5-in {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b5-in {
    padding: 0 0 0 275px;
  }
}



.index--b5-desc {
text-transform: uppercase;
  color: #c7d0d7;
letter-spacing: 1px;
  margin: 0 0 37px;
 /*font: 400 12px/18px 'Circe';*/
 font-weight: 400;
 font-size: 0.9em;
 line-height: 1.2em;
}



.index--b5-desc span {border-bottom: 1px dashed #c7d0d7;}

.index--b5-desc span:hover{border-bottom: 1px dashed #238ce9;}

@media (max-width: 767px) {
  .index--b5-desc {
    margin: 0 0 20px;
    font-size: 80%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b5-desc {
    margin: 0 0 25px;
    font-size: 90%;
  }
}
.index--b5-title {
  margin: 0 0 42px;
  font-size: 45px;
  line-height: 56px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .index--b5-title {
    margin: 0 0 30px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b5-title {
    margin: 0 0 25px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
  }
}
.index--b5-list {
  list-style: none;
  margin: 0 0 68px;
  padding: 0;
  font-size: 18px;
  line-height: 35px;
  text-align: left;

}

.leftlist .index--b5-list {
  display: block;
  margin: 0 auto 0 auto;
}

@media (max-width: 767px) {
  .index--b5-list {
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 22px;
  }

.leftlist .index--b5-list {
  margin-left: auto;  
}

}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b5-list {
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 30px;
  }
.leftlist .index--b5-list {
  margin: 0 auto 0 30%; 
}
}

@media (min-width: 1400px){
.leftlist .index--b5-list {
  margin: 0 auto 0 35%; 
}
  
}

.index--b5-item {
  padding: 0 0 0 34px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

@media (max-width: 767px) {
  .index--b5-item {
    margin: 0 0 10px;
  }


}
.index--b5-item:before {
  content: "";
  border-top: 5px solid transparent;
  border-left: 8px solid #0875d6;
  border-bottom: 5px solid transparent;
  display: block;
  width: 0;
  height: auto;
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 3px;
}
@media (max-width: 767px) {
  
.index--b5-item{
  padding: 0 0 0 20px;
}

  .index--b5-item:before {
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b5-item:before {
    position: absolute;
    top: 8px;
    right: auto;
    bottom: auto;
    left: 0px;
  }
}
.index--b5 .btn {
  margin-left: -15px;
}
@media (max-width: 1399px) {
  .index--b5 .btn {
    margin: 0;
  }
}
.index--b5-icon {
  background: url(../assets/web/img/index--b5-icon.png) left top no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 59px;
  right: auto;
  bottom: auto;
  left: 87px;
  width: 255px;
  height: 204px;
}
@media (max-width: 767px) {
  .index--b5-icon {
    margin: 0 0 30px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 200px;
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b5-icon {
    left: 0;
    width: 200px;
    height: 160px;
  }
}



.block5-center{}


.index--b6-in {
  padding: 108px 0 85px 40px;
}
@media (max-width: 767px) {
  .index--b6-in {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b6-in {
    padding: 70px 0;
  }
}
.index--b6-title {
  padding: 0 550px 0 0;
  margin: 0 0 22px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .index--b6-title {
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b6-title {
    padding-right: 250px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .index--b6-title {
    padding-right: 275px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
  }
}
.index--b6-text {
  padding: 0 700px 0 0;
  margin: 0 0 46px;
  font-size: 17px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .index--b6-text {
    padding: 0;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b6-text {
    padding-right: 250px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .index--b6-text {
    padding-right: 275px;
  }
}
.index--b6-date {
  text-align: center;
  position: absolute;
  top: 124px;
  right: 130px;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .index--b6-date {
    text-align: left;
    margin: 0 0 30px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b6-date {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .index--b6-date {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.index--b6-date-day {
  font-size: 147px;
  line-height: 150px;
  font-weight: 200;
}
@media (max-width: 767px) {
  .index--b6-date-day {
    font-size: 100px;
    line-height: 100px;
    font-weight: 200;
  }
}
@media (max-width: 767px) {
  .index--b6-date-in {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 140px;
  }
}
.index--b6-date-month {
  text-transform: uppercase;
  margin: -12px 0 5px;
  letter-spacing: 6px;
  font: 400 22px/40px 'Circe';
}
@media (max-width: 767px) {
  .index--b6-date-month {
    margin: 0 0 5px;
    letter-spacing: 5px;
  }
}
.index--b6-date-city {
  font-size: 17px;
  line-height: 20px;
}
.index--b6 .link {
  color: #ffffff;
}
.index--b7-in {
  font-size: 0;
  line-height: 0;
}
.index--b7-item {
  padding: 60px 70px 54px 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 33.333333%;
  height: auto;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .index--b7-item {
    padding: 30px 0 30px 120px!important;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    min-width: initial;
    min-height: 177px;
  }
  .index--b7-item:last-of-type {
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b7-item {
    width: 50%;
    height: auto;
  }
}
.index--b7-item:nth-child(1) {
  padding-left: 125px;
}
.index--b7-item:nth-child(2) {
  padding-right: 20px;
  padding-left: 172px;
}
.index--b7-item:nth-child(3) {
  padding-right: 0;
  padding-left: 208px;
}
.index--b7-date {
  color: #0875d6;
  text-align: center;
  position: absolute;
  top: 76px;
  right: auto;
  bottom: auto;
  left: 50px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .index--b7-date {
    top: 35px;
    width: auto !important;
    height: auto !important;
  }
}
.index--b7-item:nth-child(1) .index--b7-date {
  width: 86px;
  height: auto;
}
.index--b7-item:nth-child(2) .index--b7-date {
  width: 170px;
  height: auto;
}
.index--b7-item:nth-child(3) .index--b7-date {
  width: 230px;
  height: auto;
}
.index--b7-day {
  margin: 0 0 29px;
  font-size: 86px;
  line-height: 70px;
  font-weight: 200;
}
.index--b7-month {
  text-transform: uppercase;
  letter-spacing: 3.5px;
  font: 400 13px/20px 'Circe';
}
.index--b7-city {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}
.index--b7-start {
  margin: 11px 0 0;
}
.index--b8 {
  min-width: initial;
  min-height: 640px;
}
.index--b8-in {
  padding: 0 600px 0 40px;
}
@media (max-width: 767px) {
  .index--b8-in {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b8-in {
    padding: 0 280px 0 0;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .index--b8-in {
    padding: 0 340px 0 0;
  }
}
.index--b8-title {
  margin: 0 0 32px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .index--b8-title {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b8-title {
    margin: 0 0 20px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
  }
}
.index--b8-text {
  padding: 0 50px 0 0;
  margin: 0 0 61px;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .index--b8-text {
    padding: 0;
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b8-text {
    padding: 0;
    margin: 0 0 30px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .index--b8-text {
    padding: 0;
    margin: 0 0 40px;
  }
}
.index--b8-list {
  margin: 0 0 67px;
  padding: 0 75px 0 0;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 1399px) {
  .index--b8-list {
    padding: 0;
    margin: 0 0 40px;
  }
}
.index--b8-item {
  text-align: center;
  padding: 115px 5px 0;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 979px) {
  .index--b8-item {
    text-align: left;
    margin: 0 0 30px;
    display: block;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
  .index--b8-item:last-of-type {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .index--b8-item {
    padding: 0 0 0 80px!important;
    margin: 0 0 50px;
    min-width: initial;
    min-height: 44px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b8-item {
    padding: 0 140px 0 80px!important;
  }
}
.index--b8-item-icon {
  background: left center no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 979px) {
  .index--b8-item-icon {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.index--b8-item-icon.i1 {
  background-image: url(../assets/web/img/index--b8-item-icon-i1.png);
  background-image: url(../assets/web/img/icon-pack2/Download_app.svg);
  width: 62px;
  height: 81px;
}
.index--b8-item-icon.i2 {
  background-image: url(../assets/web/img/index--b8-item-icon-i2.png);
  background-image: url(../assets/web/img/icon-pack2/Settings.svg);
  width: 63px;
  height: 81px;
}
.index--b8-item-icon.i3 {
  background-image: url(../assets/web/img/icon-pack2/Operator.svg);
  width: 61px;
  height: 81px;
}
.index--b8-slider {
  z-index: 2;
  background: url(../assets/web/img/index--b8-slider.png) no-repeat;
  background-size: 100% auto;
  padding: 76px 0 0 20px;
  width: 290px;
  height: 592px;
  position: absolute;
  top: 50%;
  right: 210px;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b8-slider {
    padding: 65px 0 0 17px;
    width: 250px;
    height: 510px;
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: auto;
    left: auto;
  }
}
.index--b8-slider-in {
  width: 250px;
  height: 444px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .index--b8-slider-in {
    width: 216px;
    height: 383px;
  }
}
.index--b8-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: -135px;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0;
  line-height: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b8-slider .slick-dots {
    text-align: center;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -100px;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .index--b8-slider .slick-dots {
    position: absolute;
    top: 50%;
    right: -65px;
    bottom: auto;
    left: auto;
  }
}
.index--b8-slider .slick-dots li {
  padding: 15px 0;
  cursor: pointer;
  display: block;
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b8-slider .slick-dots li {
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
  }
}
.index--b8-slider .slick-dots li button {
  background: none;
  border: none;
  padding: 0;
  border: 2px solid #0875d6;
  display: block;
  width: 8px;
  height: 8px;
  font-size: 0;
  line-height: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.index--b8-slider .slick-dots li.slick-active button {
  background: #0875d6;
}
.index--b8-slide {
  color: #ffffff;
}
.index--b8-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.index--b9-in {
  padding: 100px 0 100px 560px;
}
@media (max-width: 767px) {
  .index--b9-in {
    padding: 310px 0 75px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b9-in {
    padding: 60px 0 60px 275px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .index--b9-in {
    padding: 80px 0 80px 340px;
  }
}
@media (max-width: 767px) {
  .index--b9.remote .index--b9-in {
    text-align: center;
    padding: 50px 0;
  }
}
.index--b9-title {
  margin: 0 0 23px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .index--b9-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 300;
  }
}
.index--b9-text {
  padding: 0 150px 0 0;
  margin: 0 0 56px;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 979px) {
  .index--b9-text {
    padding: 0;
    margin: 0 0 30px;
  }
}
.index--b9-icon {
  background: url(../assets/web/img/index--b9-icon.png) right top no-repeat;
  display: block;
  position: absolute;
  top: 115px;
  right: auto;
  bottom: auto;
  left: 0;
  width: calc(50% - 186px);
  height: 247px;
}
@media (max-width: 767px) {
  .index--b9-icon {
    width: calc(262px);
    position: absolute;
    top: 70px;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .index--b9-icon {
    width: calc(50% - 130px);
    position: absolute;
    top: 84px;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .index--b9-icon {
    width: calc(50% - 136px);
    position: absolute;
    top: 84px;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
.alarm {
  z-index: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.alarm--b1 {
  min-width: initial;
  min-height: 650px;
}
.alarm--b1-in {
  padding: 100px 600px 0 40px;
}
@media (max-width: 767px) {
  .alarm--b1-in {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .alarm--b1-in {
    padding: 100px 280px 0 0;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .alarm--b1-in {
    padding: 100px 370px 0 0;
  }
}
.alarm--b1-title {
  margin: 0 0 26px;
  font-size: 45px;
  line-height: 58px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .alarm--b1-title {
    margin: 0 0 30px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .alarm--b1-title {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .alarm--b1-title {
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
  }
}
.alarm--b1-text {
  padding: 0 200px 0 0;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .alarm--b1-text {
    padding: 0;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .alarm--b1-text {
    padding: 0;
    margin: 0 0 20px;
  }
}
.alarm--b1-btns {
  margin: 0 0 65px;
}
@media (max-width: 767px) {
  .alarm--b1-btns {
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .alarm--b1-btns {
    margin: 0 0 40px;
  }
}
.alarm--b1-btn {
  background-size: 100% auto;
  margin: 0 17px 0 0;
  //opacity: 0.2;
  transition: 200ms all ease;
}
@media (max-width: 767px) {
  .alarm--b1-btn {
    margin: 0 5px 0 0;
  }
}
.alarm--b1-btn:hover {
  opacity: 1;
}
.alarm--b1-btn.apple {
  background-image: url(../assets/web/img/alarm--b1-btn-apple.png);
  background-image: url(../assets/web/img/icon-pack2/app_store.svg);
  width: 119px;
  height: 43px;
}
.alarm--b1-btn.google {
  background-image: url(../assets/web/img/alarm--b1-btn-google.png);
  background-image: url(../assets/web/img/icon-pack2/google_play.svg);
  width: 127px;
  height: 43px;
}
.alarm--b1-slider {
  z-index: 2;
  background: url(../assets/web/img/alarm--b1-slider.png) no-repeat;
  background-size: 100% auto;
  padding: 72px 0 0 19px;
  width: 367px;
  height: 567px;
  position: absolute;
  top: 50%;
  right: 132px;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, -43%);
  -moz-transform: translate(0, -43%);
  -ms-transform: translate(0, -43%);
  -o-transform: translate(0, -43%);
  transform: translate(0, -43%);
}
@media (min-width: 768px) and (max-width: 1399px) {
  .alarm--b1-slider {
    padding: 56px 0 0 15px;
    position: absolute;
    top: 50%;
    right: 56px;
    bottom: auto;
    left: auto;
    width: 285px;
    height: 440px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .alarm--b1-slider {
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: auto;
    left: auto;
  }
}
.alarm--b1-slider-in {
  width: 241px;
  height: 427px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .alarm--b1-slider-in {
    width: 187px;
    height: 288px;
  }
}
.alarm--b1-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: -208px;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0;
  line-height: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .alarm--b1-slider .slick-dots {
    text-align: center;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -130px;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .alarm--b1-slider .slick-dots {
    position: absolute;
    top: 50%;
    right: -116px;
    bottom: auto;
    left: auto;
  }
}
.alarm--b1-slider .slick-dots li {
  padding: 15px 0;
  cursor: pointer;
  display: block;
}
@media (min-width: 768px) and (max-width: 979px) {
  .alarm--b1-slider .slick-dots li {
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
  }
}
.alarm--b1-slider .slick-dots li button {
  background: none;
  border: none;
  padding: 0;
  border: 2px solid #0875d6;
  display: block;
  width: 8px;
  height: 8px;
  font-size: 0;
  line-height: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.alarm--b1-slider .slick-dots li.slick-active button {
  background: #0875d6;
}
.alarm--b1-slide {
  color: #ffffff;
}
.alarm--b1-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.alarm--b2 {
  min-width: initial;
  min-height: 575px;
}
.alarm--b2-in {
  padding: 0 0 0 600px;
}
@media (max-width: 767px) {
  .alarm--b2-in {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .alarm--b2-in {
    padding: 0 0 0 340px;
  }
}
.alarm--b2-title {
  margin: 0 0 37px;
  font-size: 45px;
  line-height: 58px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .alarm--b2-title {
    margin: 0 0 25px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .alarm--b2-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
}
.alarm--b2-text {
  padding: 0 200px 0 0;
  margin: 0 0 53px;
  font-size: 18px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .alarm--b2-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 979px) {
  .alarm--b2-text {
    padding: 0;
    margin: 0 0 30px;
  }
}
.alarm--b2 .btn {
  margin-left: -12px;
}
@media (max-width: 1399px) {
  .alarm--b2 .btn {
    margin: 0;
  }
}
.alarm--b2-icon {
  background: url(../assets/web/img/alarm--b2-icon.png) left center no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 86px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 362px;
  height: 567px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .alarm--b2-icon {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    width: 285px;
    height: 567px;
  }
}
.alarm--b3 {
  min-width: initial;
  min-height: 575px;
}
.alarm--b3-in {
  padding: 0 740px 50px 40px;
}
@media (max-width: 767px) {
  .alarm--b3-in {
    padding: 40px 0 110px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .alarm--b3-in {
    padding: 0 340px 50px 0;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .alarm--b3-in {
    padding: 0 360px 50px 0;
  }
}
.alarm--b3-title {
  margin: 0 0 49px;
  font-size: 45px;
  line-height: 58px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .alarm--b3-title {
    margin: 0 0 25px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .alarm--b3-title {
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
  }
}
.alarm--b3-input {
  background: #ffffff;
  border: none;
  padding: 0 24px;
  margin: 0 0 24px;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
}
.alarm--b3-text {
  color: #959595;
  padding: 0 0 0 7px;
  margin: 0 0 55px;
  font-size: 14px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .alarm--b3-text {
    margin: 0 0 40px;
  }
}
@media (max-width: 979px) {
  .alarm--b3-text {
    padding: 0;
  }
}
.alarm--b3-info {
  text-align: center;
  position: absolute;
  top: 282px;
  right: 143px;
  bottom: auto;
  left: auto;
  width: 300px;
  height: auto;
}
@media (max-width: 767px) {
  .alarm--b3-info {
    text-align: left;
    margin: 0 0 30px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .alarm--b3-info {
    right: 0;
  }
}
.alarm--b3-info-sec {
  margin: 0 0 3px;
  font-size: 36px;
  line-height: 58px;
  font-weight: 300;
}
.alarm--b3-info-text {
  color: #959595;
  font-size: 14px;
  line-height: 23px;
}
.alarm--b3-arrow {
  background: #0875d6;
  margin: 0 auto;
  width: 26px;
  height: 14px;
}
.alarm--b3-icon {
  background: url(../assets/web/img/alarm--b3-icon.png) left top no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: -50px;
  right: 237px;
  bottom: auto;
  left: auto;
  width: 244px;
  height: 287px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .alarm--b3-icon {
    right: 40px;
  }
}
.alarm--b4 {
  min-width: initial;
  min-height: 575px;
}
.alarm--b4-in {
  padding: 0 40px 50px 600px;
}
@media (max-width: 767px) {
  .alarm--b4-in {
    padding: 40px 0 110px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .alarm--b4-in {
    padding: 0 0 50px 340px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .alarm--b4-in {
    padding: 0 0 50px 360px;
  }
}
.alarm--b4-title {
  margin: 0 0 36px;
  font-size: 45px;
  line-height: 58px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .alarm--b4-title {
    margin: 0 0 25px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .alarm--b4-title {
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
  }
}
.alarm--b4-text {
  padding: 0 120px 0 3px;
  margin: 0 0 42px;
  font-size: 18px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .alarm--b4-text {
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 979px) {
  .alarm--b4-text {
    padding: 0;
  }
}
.alarm--b4-info {
  text-align: center;
  position: absolute;
  top: 286px;
  right: auto;
  bottom: auto;
  left: 163px;
  width: 300px;
  height: auto;
}
@media (max-width: 767px) {
  .alarm--b4-info {
    text-align: left;
    margin: 0 0 30px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .alarm--b4-info {
    left: 0;
  }
}
.alarm--b4-info-sec {
  margin: 0 0 3px;
  font-size: 36px;
  line-height: 58px;
  font-weight: 300;
}
.alarm--b4-info-text {
  color: #959595;
  font-size: 14px;
  line-height: 23px;
}
.alarm--b4-info-text a {
  text-decoration: none;
  color: #0875d6;
}
.alarm--b4-info-text a:hover {
  text-decoration: underline;
}
.alarm--b4-arrow {
  background: #0875d6;
  margin: 0 auto;
  width: 26px;
  height: 14px;
}
.alarm--b4-icon {
  background: url(../assets/web/img/alarm--b4-icon.png) left top no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: -43px;
  right: auto;
  bottom: auto;
  left: 81px;
  width: 307px;
  height: 262px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .alarm--b4-icon {
    left: -10px;
  }
}
.alarm--b5 {
  min-width: initial;
  min-height: 575px;
}
.alarm--b5-in {
  padding: 0 600px 0 40px;
}
@media (max-width: 767px) {
  .alarm--b5-in {
    padding: 40px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .alarm--b5-in {
    padding: 0 340px 0 0;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .alarm--b5-in {
    padding: 0 360px 0 0;
  }
}
.alarm--b5-title {
  margin: 0 0 37px;
  font-size: 45px;
  line-height: 58px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .alarm--b5-title {
    margin: 0 0 25px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .alarm--b5-title {
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
  }
}
.alarm--b5-input {
  background: #ffffff;
  border: none;
  padding: 0 24px;
  margin: 0 0 24px;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
}
.alarm--b5-text {
  padding: 0 100px 0 7px;
  margin: 0 0 55px;
  font-size: 18px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .alarm--b5-text {
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 979px) {
  .alarm--b5-text {
    padding: 0;
  }
}
.alarm--b5-info {
  text-align: center;
  position: absolute;
  top: 298px;
  right: 108px;
  bottom: auto;
  left: auto;
  width: 300px;
  height: auto;
}
@media (max-width: 767px) {
  .alarm--b5-info {
    text-align: left;
    margin: 0 0 30px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .alarm--b5-info {
    right: 0;
  }
}
.alarm--b5-info-sec {
  margin: 0 0 3px;
  font-size: 36px;
  line-height: 58px;
  font-weight: 300;
}
.alarm--b5-info-text {
  color: #959595;
  font-size: 14px;
  line-height: 23px;
}
.alarm--b5-info-text a {
  text-decoration: none;
  color: #0875d6;
}
.alarm--b5-info-text a:hover {
  text-decoration: underline;
}
.alarm--b5-icon {
  background: url(../assets/web/img/alarm--b5-icon.png) left top no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: -36px;
  right: 157px;
  bottom: auto;
  left: auto;
  width: 293px;
  height: 299px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .alarm--b5-icon {
    right: 0;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .alarm--b5-icon {
    right: 49px;
  }
}
.alarm--b5 .btn {
  margin-left: -11px;
  width: 295px;
}
@media (max-width: 767px) {
  .alarm--b5 .btn {
    margin: 0;
    width: 250px;
  }
}
.alarm--b6-icon {
  background: url(../assets/web/img/alarm--b6-icon.png) left top no-repeat;
  background-size: 100% auto;
  display: block;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 149px;
  width: 258px;
  height: 230px;
}
@media (max-width: 767px) {
  .alarm--b6-icon {
    margin: 0 auto 40px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 200px;
    height: 178px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .alarm--b6-icon {
    left: 0;
    width: 230px;
    height: 205px;
  }
}
.secure--b1 {
  min-width: initial;
  min-height: 575px;
}
.secure--b1-in {
  padding: 0 670px 0 100px;
}
@media (max-width: 767px) {
  .secure--b1-in {
    padding: 25px 0 110px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .secure--b1-in {
    padding: 0 280px 0 0;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .secure--b1-in {
    padding: 0 320px 0 0;
  }
}
.secure--b1-title {
  margin: 0 0 30px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .secure--b1-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
}
.secure--b1-text {
  margin: 0 0 41px;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .secure--b1-text {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 22px;
  }
}
.secure--b1-icon {
  background: center top no-repeat;
  background-size: 100% auto;
  display: block;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .secure--b1-icon {
    margin: 0 0 30px;
    background-size: auto 100%!important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    height: 150px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .secure--b1-icon {
    right: 0!important;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .secure--b1-icon {
    right: -20px !important;
  }
}
.secure--b1-icon.secure {
  background-image: url(../assets/web/img/index--b2-icon.svg);
  position: absolute;
  top: 50%;
  right: 47px;
  bottom: auto;
  left: auto;
  width: 340px;
  height: 268px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .secure--b1-icon.secure {
    width: 250px;
    height: 192px;
  }
}
.secure--b1-icon.remote {
  background-image: url(../assets/web/img/index--b3-icon.svg);
  position: absolute;
  top: 50%;
  right: 50px;
  bottom: auto;
  left: auto;
  width: 333px;
  height: 247px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .secure--b1-icon.remote {
    width: 300px;
    height: 222px;
  }
}
.secure--b2 {
  min-width: initial;
  min-height: 625px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .secure--b2 {
    min-width: initial;
    min-height: 550px;
  }
}
.secure--b2-in {
  padding: 0 0 50px;
}
@media (max-width: 767px) {
  .secure--b2-in {
    padding: 35px 0 110px;
  }
}
.secure--b2-title {
  margin: 0 0 25px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .secure--b2-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
}
.secure--b2-text {
  padding: 0 410px;
  margin: 0 0 85px;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .secure--b2-text {
    padding: 0;
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .secure--b2-text {
    padding: 0 80px;
    margin: 0 0 50px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .secure--b2-text {
    margin: 0 0 70px;
    padding: 0 100px;
  }
}
.secure--b2-list {
  padding: 0 100px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 1399px) {
  .secure--b2-list {
    padding: 0;
  }
}
.secure--b2-item {
  text-align: center;
  padding: 105px 60px 0;
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  
  height: 134px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .secure--b2-item {
    text-align: left;
    padding: 0 0 0 80px!important;
    margin: 0 0 30px;
    display: block;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
  .secure--b2-item:last-of-type {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .secure--b2-item {
    padding: 90px 30px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
}
.secure--b2-item.remote {
  padding-top: 57px;
}
.secure--b2-item:nth-child(2) {
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .secure--b2-item:nth-child(2) {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.secure--b2-item-icon {
  background: left top no-repeat;
  background-size: 100% auto;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .secure--b2-item-icon {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.secure--b2-item-icon.i1 {
  background-image: url(../assets/web/img/secure--b2-item-icon-i1.svg);
  background-image: url(../assets/web/img/icon-pack2/Servers.svg);
  width: 70px;
  height: 70px;
}
.secure--b2-item-icon.i2 {
  background-image: url(../assets/web/img/icon-pack2/macbook.svg);
  width: 64px;
  height: 71px;
  width: 84px;
}
.secure--b2-item-icon.i3 {
  background-image: url(../assets/web/img/secure--b2-item-icon-i3.svg);
  background-image: url(../assets/web/img/icon-pack2/time.svg);
  width: 61px;
  height: 71px;
}
.secure--b2-item-icon.i4 {
  background-image: url(../assets/web/img/secure--b2-item-icon-i4.png);
  background-image: url(../assets/web/img/icon-pack2/macbook.svg);
  width: 55px;
  height: 39px;
}
.secure--b2-item-icon.i5 {
  background-image: url(../assets/web/img/secure--b2-item-icon-i5.png);
  background-image: url(../assets/web/img/icon-pack2/Service.svg);
  width: 44px;
  height: 39px;
}
.secure--b2-item-icon.i6 {
  background-image: url(../assets/web/img/secure--b2-item-icon-i6.png);
  background-image: url(../assets/web/img/icon-pack2/Tools.svg);
  width: 34px;
  height: 42px;
  width: 56px;
}


.secure--b3 {
  min-width: initial;
  min-height: 625px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .secure--b3 {
    min-width: initial;
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .secure--b3-in {
    padding: 45px 0 50px;
  }
}
.secure--b3-title {
  margin: 0 0 115px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .secure--b3-title {
    margin: 0 0 50px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .secure--b3-title {
    margin: 0 0 75px;
  }
}
.secure--b3-list {
  padding: 0 85px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 1399px) {
  .secure--b3-list {
    padding: 0;
  }
}
.secure--b3-item {
  text-align: left;
  padding: 25px 0 25px 122px;
  margin: 0 0 135px;
  font-size: 18px;
  line-height: 22px;
  width: 33.333333%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .secure--b3-item {
    padding-left: 130px;
    margin: 0 0 40px!important;
    display: block;
    width: auto;
    height: auto;
  }
  .secure--b3-item:last-of-type {
    margin: 0!important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .secure--b3-item {
    padding: 27px 0 27px 115px;
    margin: 0 0 75px;
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .secure--b3-item {
    margin: 0 0 75px;
  }
}
.secure--b3-item.last {
  margin: 0;
}
.secure--b3-item-icon {
  background: left center no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 95px;
  height: 95px;
}
.secure--b3-item-icon.i1 {
  background-image: url(../assets/web/img/secure--b3-item-icon-i1.png);
}
.secure--b3-item-icon.i2 {
  background-image: url(../assets/web/img/secure--b3-item-icon-i2.png);
}
.secure--b3-item-icon.i3 {
  background-image: url(../assets/web/img/secure--b3-item-icon-i3.png);
}
.secure--b3-item-icon.i4 {
  background-image: url(../assets/web/img/secure--b3-item-icon-i4.png);
}
.secure--b3-item-icon.i5 {
  background-image: url(../assets/web/img/secure--b3-item-icon-i5.png);
}
.secure--b3-item-icon.i6 {
  background-image: url(../assets/web/img/secure--b3-item-icon-i6.png);
}
.secure--b3-item-icon.i7 {
  background-image: url(../assets/web/img/secure--b3-item-icon-i7.png);
}
.secure--b3-item-icon.i8 {
  background-image: url(../assets/web/img/secure--b3-item-icon-i8.png);
}
.secure--b3-item-icon{ background-size: contain; }
.secure--b3-item-icon.i11 { background-image: url(../assets/web/img/secure--b3-item-icon-i11.svg); }
.secure--b3-item-icon.i12 { background-image: url(../assets/web/img/secure--b3-item-icon-i12.svg); }
.secure--b3-item-icon.i13 { background-image: url(../assets/web/img/secure--b3-item-icon-i13.svg); }
.secure--b3-item-icon.i14 { background-image: url(../assets/web/img/secure--b3-item-icon-i14.svg); }
.secure--b3-item-icon.i15 { background-image: url(../assets/web/img/secure--b3-item-icon-i15.svg); }
.secure--b3-item-icon.i16 { background-image: url(../assets/web/img/secure--b3-item-icon-i16.svg); }

.secure--b4-in {
  padding: 143px 180px 143px 560px;
}
@media (max-width: 767px) {
  .secure--b4-in {
    padding: 40px 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .secure--b4-in {
    padding: 90px 0 90px 320px;
  }
}
.secure--b4-title {
  margin: 0 0 32px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .secure--b4-title {
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
  }
}
.secure--b4-text {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .secure--b4-text {
    font-size: 15px;
    line-height: 22px;
  }
}
.secure--b4-icon {
  background: url(../assets/web/img/about--b2-icon.svg) left top no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 157px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 326px;
  height: 253px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .secure--b4-icon {
    left: 0;
    width: 250px;
    height: 194px;
  }
}
.secure--b5-in {
  padding: 106px 560px 106px 130px;
}
@media (max-width: 767px) {
  .secure--b5-in {
    padding: 40px 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .secure--b5-in {
    padding: 90px 320px 90px 0;
  }
}
.secure--b5-title {
  margin: 0 0 32px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .secure--b5-title {
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .secure--b5-title {
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
  }
}
.secure--b5-text {
  margin: 0 0 50px;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .secure--b5-text {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 22px;
  }
}
.secure--b5-icon {
  background: url(../assets/web/img/test--icon.svg) left top no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 50%;
  right: 77px;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 288px;
  height: 222px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .secure--b5-icon {
    right: 0;
    width: 250px;
    height: 191px;
  }
}
.secure--b6-in {
  padding: 150px 600px 150px 130px;
}
@media (max-width: 767px) {
  .secure--b6-in {
    padding: 40px 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .secure--b6-in {
    padding: 90px 350px 90px 0;
  }
}
.secure--b6-title {
  margin: 0 0 17px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .secure--b6-title {
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
  }
}
.secure--b6-text {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .secure--b6-text {
    font-size: 15px;
    line-height: 22px;
  }
}
.secure--b6-form {
  position: absolute;
  top: 50%;
  right: 85px;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 360px;
  height: auto;
}
@media (max-width: 767px) {
  .secure--b6-form {
    margin: 30px 0 0;
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .secure--b6-form {
    right: 0;
    width: 300px;
    height: auto;
  }
}
.secure--b6-input {
  border: 1px solid #e1e5e9;
  margin: 0 0 20px;
  padding: 0 15px;
  display: block;
  width: 100%;
  height: 42px;
  font-size: 18px;
  line-height: 40px;
}
.secure--b6-submit {
  padding: 0;
  border: none;
  color: #ffffff;
  background: #fcc400;
  display: block;
  width: 100%;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.remote--b1 {
  min-width: initial;
  min-height: 650px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .remote--b1 {
    width: auto !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .remote--b1-in {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .remote--b1-in {
    padding: 80px 0 50px;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}
.remote--b1.prices {
  min-width: initial;
  min-height: 700px;
}
.remote--b1.prices .remote--b1-in {
  padding: 100px 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .remote--b1.prices .remote--b1-in {
    padding: 130px 0 50px;
  }
}
.remote--b1-title {
  margin: 0 0 40px;
  padding: 0 150px;
  font-size: 45px;
  line-height: 56px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .remote--b1-title {
    padding: 0;
    margin: 0 0 25px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .remote--b1-title {
    padding: 0 25px;
  }
}
.remote--b1-text {
  margin: 0 0 60px;
  padding: 0 250px;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .remote--b1-text {
    padding: 0;
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .remote--b1-text {
    padding: 0 25px;
  }
}
.remote--b1-progress {
  margin: 0 auto 100px;
  background: #979797;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: 1px;
  max-width: 860px;
  max-height: initial;
}
@media (max-width: 767px) {
  .remote--b1-progress {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.remote--b1-progress-in {
  background: #0875d6;
  width: auto;
  height: 31px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
  top: -15px;
  right: auto;
  bottom: auto;
  left: 0;
}
.remote--b1-progress-label {
  font-size: 18px;
  line-height: 22px;
}
.remote--b1-progress-label.min {
  position: absolute;
  top: 35px;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .remote--b1-progress-label.min {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.remote--b1-progress-label.max {
  position: absolute;
  top: 35px;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(50%, 0px);
  -moz-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  -o-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}
@media (max-width: 767px) {
  .remote--b1-progress-label.max {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.remote--b1-progress-label.cur {
  position: absolute;
  top: 35px;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.remote--b1-price-max {
  margin: 0 0 30px;
  font-size: 50px;
  line-height: 29px;
  font-weight: 300;
}
.remote--b1-price-max >.fz-less{
  font-size: .5em;
}
@media (max-width: 767px) {
  .remote--b1-price-max {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
  }
}
.remote--b1-price-min {
  color: #979797;
  margin: 0 0 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .remote--b1-price-min {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
  }
}
.remote--b1-price-label {
  color: #979797;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .remote--b1-price-label {
    font-size: 15px;
    line-height: 25px;
  }
}
.remote--b2-in {
  padding: 105px 0;
}
@media (max-width: 1399px) {
  .remote--b2-in {
    padding: 80px 0;
  }
}
.remote--b2-title {
  margin: 0 0 76px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .remote--b2-title {
    text-align: left;
    margin: 0 0 40px;
    font-size: 36px;
    line-height: 46px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .remote--b2-title {
    padding: 0 100px;
    margin: 0 0 40px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .remote--b2-title {
    padding: 0 0px;
    margin: 0 0 40px;
  }
}
.remote--b2-list {
  text-align: left;
  list-style: none;
  margin: 0 0 52px;
  padding: 0 60px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 1399px) {
  .remote--b2-list {
    padding: 0;
    margin: 0 0 30px;
  }
}
.remote--b2-item {
  padding: 0 0 0 34px;
  width: 33.333333%;
  height: auto;
  font-size: 18px;
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.remote--b2-item:before {
  content: "";
  border-top: 5px solid transparent;
  border-left: 8px solid #0875d6;
  border-bottom: 5px solid transparent;
  display: block;
  width: 0;
  height: auto;
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 3px;
}
@media (max-width: 767px) {
  .remote--b2-item:before {
    position: absolute;
    top: 8px;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .remote--b2-item {
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .remote--b2-item {
    width: 50%;
    height: auto;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .remote--b2-item {
    padding: 0 0 0 30px;
    font-size: 15px;
    line-height: 27px;
  }
  .remote--b2-item:before {
    left: 0;
  }
}
.remote--b3-icon {
  background: url(../assets/web/img/remote--b3-icon.png) center center no-repeat;
  background-size: auto 100%;
  margin: -10px 0 40px;
  display: block;
  width: 290px;
  height: 222px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 110px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .remote--b3-icon {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: auto;
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .remote--b3-icon {
    left: 0;
    width: 236px;
    height: 180px;
  }
}
.about--b1 {
  min-width: initial;
  min-height: 575px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .about--b1 {
    min-width: initial;
    min-height: 620px;
  }
}
.about--b1-in {
  padding: 100px 740px 0 40px;
}
@media (max-width: 767px) {
  .about--b1-in {
    padding: 40px 0 110px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .about--b1-in {
    padding: 126px 350px 0 0;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .about--b1-in {
    padding: 100px 400px 0 0;
  }
}
.about--b1-title {
  margin: 0 0 45px;
  font-size: 45px;
  line-height: 58px;
  font-weight: 300;
}
@media (max-width: 1399px) {
  .about--b1-title {
    margin: 0 0 30px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .about--b1-title {
    margin: 0 0 30px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
  }
}
.about--b1-text {
  margin: 0 0 63px;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .about--b1-text {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .about--b1-text {
    margin: 0 0 40px;
  }
}
.about--b1 .btn {
  margin: 0 0 0 -15px;
}
@media (max-width: 1399px) {
  .about--b1 .btn {
    margin: 0;
  }
}
.about--b1-icon {
  background: url(../assets/web/img/about--b1-icon.svg);
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 160px;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 355px;
  height: 203px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .about--b1-icon {
    right: -30px;
  }
}
.about--b2-in {
  padding: 105px 0 105px 560px;
}
@media (max-width: 767px) {
  .about--b2-in {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .about--b2-in {
    padding: 70px 0 70px 250px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .about--b2-in {
    padding: 80px 0 80px 350px;
  }
}
.about--b2-title {
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .about--b2-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
}
.about--b2-text {
  padding: 0 200px 0 0;
  margin: 0 0 45px;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .about--b2-text {
    padding: 0;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .about--b2-text {
    padding: 0;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .about--b2-text {
    padding: 0;
  }
}
.about--b2-icon {
  background: url(../assets/web/img/about--b2-icon.svg);
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 157px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 326px;
  height: 249px;
}
@media (max-width: 767px) {
  .about--b2-icon {
    margin: 0 0 40px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 180px;
    height: 137px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .about--b2-icon {
    left: -30px;
    width: 250px;
    height: 190px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .about--b2-icon {
    left: 50px;
    width: 250px;
    height: 190px;
  }
}
@media (max-width: 767px) {
  .about--b3-in {
    padding: 50px 0 60px!important;
  }
}
.about--b3.fh {
  min-width: initial;
  min-height: 700px;
}
.about--b3:not(.fh) .about--b3-in {
  padding: 110px 0 90px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .about--b3:not(.fh) .about--b3-in {
    padding: 80px 0 60px;
  }
}
.about--b3-desc {
  text-transform: uppercase;
  color: #c7d0d7;
  letter-spacing: 3.5px;
  margin: 0 0 46px;
  font: 400 13px/20px 'Circe';
}
@media (max-width: 767px) {
  .about--b3-desc {
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .about--b3-desc {
    margin: 0 0 30px;
  }
}
.about--b3-title {
  padding: 0 150px;
  margin: 0 0 30px;
  font-size: 45px;
  line-height: 58px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .about--b3-title {
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .about--b3-title {
    padding: 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
  }
}
.about--b3-text {
  padding: 0 250px;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .about--b3-text {
    padding: 0;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .about--b3-text {
    padding: 0 60px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .about--b3-text {
    padding: 0 100px;
  }
}
.about--b3-list {
  margin: 90px 0 60px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .about--b3-list {
    margin: 50px -10px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .about--b3-list {
    margin: 50px 0;
  }
}
.about--b3-item {
  text-align: left;
  border: 1px solid #ebebeb;
  padding: 55px 50px 53px;
  display: inline-block;
  vertical-align: top;
  width: 345px;
  height: auto;
}
.about--b3-item:nth-child(2) {
  margin: 0 80px;
}
@media (max-width: 767px) {
  .about--b3-item {
    margin: 0 auto 20px!important;
    padding: 35px 30px 35px;
    width: 280px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .about--b3-item {
    width: 335px;
    height: auto;
  }
  .about--b3-item:nth-child(1) {
    margin: 0 20px 0 0;
  }
  .about--b3-item:nth-child(2) {
    margin: 0;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .about--b3-item:nth-child(1) {
    margin: 0 80px 0 0;
  }
  .about--b3-item:nth-child(2) {
    margin: 0;
  }
}
.about--b3-item-name {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}
.about--b3-item-post {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 25px;
}
.about--b3-item-text {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 25px;
}
.about--b3-item-socials {
  font-size: 0;
  line-height: 0;
}
.about--b3-item-social {
  background: #0875d6;
  color: #ffffff;
  margin: 0 18px 0 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  border-radius: 46px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.about--b3-item-social i {
  display: block;
  font-size: 25px;
  line-height: 46px;
}
.about--b3-item-social i.icon-linkedin {
  font-size: 23px;
  line-height: 46px;
}
.about--b3-grid {
  margin: 50px 0;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .about--b3-grid {
    margin: 30px 0;
  }
}
.about--b3-grid-item {
  /*border: 1px solid #e1e1e1; /*+line 5003*/
  border-right: none;
  padding: 15px 20px;
  display: inline-block;
  vertical-align: middle;
  width: 248px;
  height: auto;
  height: 155px;
}
@media (max-width: 767px) {
  .about--b3-grid-item {
    padding: 10px;
/*    border-right: 1px solid #e1e1e1;*/
    width: 50%;
    height: auto;
  }
  .about--b3-grid-item:first-of-type {
    border-right: none;
  }
  .about--b3-grid-item:last-of-type {
    border-top: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .about--b3-grid-item {
    width: 215px;
    height: auto;
  }
}
.about--b3-grid-item:last-of-type {
/*  width: 249px;*/
  /*border-right: 1px solid #e1e1e1;*/
}
.about--b3-img {
  display: block;
  width: 100%;
  height: auto;
}
.contacts--b1-icon {
  background: url(../assets/web/img/icon-pack2/have_a_question.svg) left top no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 50%;
  right: 100px;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 280px;
  height: 250px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .contacts--b1-icon {
    background-image: url(../assets/web/img/icon-pack2/have_a_question.svg);
    right: 0;
    -webkit-transform: translate(0, -45%);
    -moz-transform: translate(0, -45%);
    -ms-transform: translate(0, -45%);
    -o-transform: translate(0, -45%);
    transform: translate(0, -45%);
    width: 280px;
    height: 250px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .contacts--b1-icon {
    right: -50px;
  }
}
.contacts--b2-map {
  background: #e1e5e9;
  width: auto;
  height: 450px;
}
@media (max-width: 1399px) {
  .contacts--b2-map {
    width: auto;
    height: 380px;
  }
}
.contacts--b3-in {
  padding: 76px 0 40px 100px;
}
@media (max-width: 1399px) {
  .contacts--b3-in {
    padding: 60px 0 20px;
  }
}
.contacts--b3-title {
  margin: 0 0 40px;
  font-size: 45px;
  line-height: 58px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .contacts--b3-title {
    margin: 0 0 30px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .contacts--b3-title {
    margin: 0 0 30px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
  }
}
.contacts--b3-list {
  font-size: 0;
  line-height: 0;
}
.contacts--b3-item {
  padding: 0 120px 40px 0;
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  height: auto;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .contacts--b3-item {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .contacts--b3-item {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 1399px) {
  .contacts--b3-item {
    padding-right: 40px;
    font-size: 16px;
    line-height: 28px;
  }
}
.contacts--b3-item-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .contacts--b3-item-title {
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
  }
}
.contacts--b3-item-text {
  margin: 10px 0 0;
}
.contacts--b3-item-text p {
  margin: 0;
}
.contacts--b3-item-text a {
  text-decoration: none;
  color: #0875d6;
}
.contacts--b3-item-text a:hover {
  text-decoration: underline;
}
.prices--b1-in {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .prices--b1-in {
    padding: 60px 0 0;
  }
}
.prices--b1-desc {
  text-transform: uppercase;
  color: #c7d0d7;
  letter-spacing: 3.5px;
  margin: 0 0 27px;
  font: 400 13px/20px 'Circe';
}
.prices--b1-title {
  padding: 0 150px;
  margin: 0 0 98px;
  font-size: 45px;
  line-height: 58px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .prices--b1-title {
    padding: 0;
    margin: -33px 0 40px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .prices--b1-title {
    padding: 0;
    margin: 48px 0 60px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .prices--b1-title {
    padding: 0;
    margin: 48px 0 60px;
  }
}
.prices--b1-list {
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .prices--b1-list {
    margin: 0 -20px;
  }
}
.prices--b1-item {
  padding: 64px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  width: 420px;
  height: auto;
}
@media (max-width: 979px) {
  .prices--b1-item {
    margin: 0 auto 35px;
    padding: 0;
    display: block;
    width: 100%;
    height: auto;
    max-width: 420px;
    max-height: initial;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .prices--b1-item {
    padding: 0;
    display: block;
    width: auto;
    height: auto;
  }
}
.prices--b1-item-head {
  padding: 226px 0 52px;
  background: #238ce9;
  color: #ffffff;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media (max-width: 979px) {
  .prices--b1-item-head {
    padding: 226px 0 0;
    background: #238ce9!important;
    width: auto;
    height: 372px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .prices--b1-item-head {
    float: left;
    padding: 226px 0 0;
    background: #238ce9!important;
    width: 50%;
    height: 372px;
  }
}
.prices--b1-item:nth-child(2) {
  padding: 0;
}
.prices--b1-item:nth-child(2) .prices--b1-item-head {
  padding: 311px 0 49px;
  background: #0875d6;
}
@media (max-width: 979px) {
  .prices--b1-item:nth-child(2) .prices--b1-item-head {
    padding: 247px 0 0;
    width: auto;
    height: 372px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .prices--b1-item:nth-child(2) .prices--b1-item-head {
    float: right;
    padding: 247px 0 0;
    width: 50%;
    height: 372px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .prices--b1-item:nth-child(2) .prices--b1-item-cont {
    float: left;
    width: 50%;
    height: 372px;
  }
}
.prices--b1-item-icon {
  /*background: #ffffff;*/
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 auto;
  display: block;
}
.prices--b1-item-icon.i1 {
  background-image: url(../assets/web/img/prices--b1-item-icon1.png);
  background-image: url(../assets/web/img/icon-pack2/audit.svg);
  margin: 0 0 0 -94px;
  position: absolute;
  top: 73px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 188px;
  height: 112px;
}
@media (max-width: 1399px) {
  .prices--b1-item-icon.i1 {
    top: 70px;
  }
}
.prices--b1-item-icon.i2 {
  background-image: url(../assets/web/img/prices--b1-item-icon2.png) ;
  background-image: url(../assets/web/img/icon-pack2/Office.svg) ;
  margin: 0 0 0 -88px;
  position: absolute;
  top: 95px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 176px;
  height: 158px;
}
@media (max-width: 1399px) {
  .prices--b1-item-icon.i2 {
    top: 64px;
  }
}
.prices--b1-item-icon.i3 {
  background-image: url(../assets/web/img/prices--b1-item-icon3.png);
  background-image: url(../assets/web/img/icon-pack2/Safe_office.svg);
  margin: 0 0 0 -102px;
  position: absolute;
  top: 73px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 204px;
  height: 89px;
}
.prices--b1-item-icon {
  background-position: center center;
}
.prices--b1-item-price {
  margin: 0 0 -3px;
  font-size: 40px;
  line-height: 58px;
  font-weight: 300;
}
.prices--b1-item-title {
  font-size: 24px;
  line-height: 37px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .prices--b1-item-title {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
  }
}
.prices--b1-item-cont {
  background: #f3f7fa;
  padding: 68px 0 69px;
}
@media (max-width: 767px) {
  .prices--b1-item-cont {
    padding: 35px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .prices--b1-item-cont {
    padding: 64px 0;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .prices--b1-item-cont {
    float: right;
    text-align: left;
    padding: 64px 5px 15px 56px;
    width: 50%;
    height: 372px;
  }
}
.prices--b1-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 979px) {
  .prices--b1-item-list {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px), (min-width: 970px) and (max-width: 1399px) {
  .prices--b1-item-list {
    margin: 0 0 30px;
  }
}
@media (min-width: 1400px) {
  .prices--b1-item-list {
    width: auto;
    height: 229px;

    height: auto;
    min-height: 229px;
  }
}
.prices--b1-item-list-i {
  padding: 0 0 0 87px;
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 18px;
  line-height: 35px;
}
.prices--b1-item-list-i:before {
  content: "";
  border-top: 5px solid transparent;
  border-left: 8px solid #0875d6;
  border-bottom: 5px solid transparent;
  display: block;
  width: 0;
  height: auto;
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 62px;
}
@media (max-width: 767px) {
  .prices--b1-item-list-i {
    padding: 0 0 0 50px;
    font-size: 15px;
    line-height: 30px;
  }
  .prices--b1-item-list-i:before {
    position: absolute;
    top: 8px;
    right: auto;
    bottom: auto;
    left: 25px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .prices--b1-item-list-i {
    padding: 0 0 0 28px;
  }
  .prices--b1-item-list-i:before {
    left: 0;
  }
}
.prices--b2-in {
  padding: 117px 0 131px;
}
@media (max-width: 1399px) {
  .prices--b2-in {
    padding: 70px 0;
  }
}
.prices--b2-title {
  margin: 0 0 32px;
  font-size: 38px;
  line-height: 58px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .prices--b2-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .prices--b2-title {
    padding: 0 90px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .prices--b2-title {
    padding: 0 150px;
    font-size: 40px;
    line-height: 50px;
  }
}
.prices--b2-text {
  padding: 0 300px;
  margin: 0 0 49px;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .prices--b2-text {
    padding: 0;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .prices--b2-text {
    padding: 0 50px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .prices--b2-text {
    padding: 0 100px;
  }
}
.calendar {
  padding: 149px 0 0;
}
@media (max-width: 767px) {
  .calendar {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .calendar {
    padding: 119px 0 0;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .calendar {
    padding: 129px 0 0;
  }
}
.calendar--in {
  border-top: 1px solid #CDCDCD;
  color: #435764;
  width: auto;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .calendar--in {
    border: none;
    width: auto;
    height: auto;
  }
}
.calendar--box {
  overflow: auto;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .calendar--box {
    border-bottom: 1px solid #CDCDCD;
    padding: 0 0 10px;
    overflow: visible;
    display: block;
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .calendar--box:before,
  .calendar--box:after {
    content: "";
    border-left: 9px solid transparent;
    border-top: 9px solid #CDCDCD;
    border-right: 9px solid transparent;
    margin: 0 0 0 -9px;
    display: block;
    width: 0;
    height: auto;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -9px;
    left: 50%;
  }
  .calendar--box:after {
    border-top-color: #ffffff;
    bottom: -8px;
  }
}
.calendar--box-in {
  width: auto;
  height: 100%;
  min-width: initial;
  min-height: 535px;
}
@media (max-width: 767px) {
  .calendar--box-in {
    width: auto;
    height: auto;
    min-width: initial;
    min-height: initial;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .calendar--box-in {
    min-width: initial;
    min-height: 390px;
  }
}
.calendar.active .calendar--box {
  width: 67%;
  height: 100%;
}
@media (max-width: 767px) {
  .calendar.active .calendar--box {
    width: 100%;
    height: auto;
  }
}
.calendar--month {
  border-bottom: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  text-align: center;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: 10%;
  font: 400 24px/15px 'Arial';
}
@media (max-width: 767px) {
  .calendar--month {
    border: none;
    margin: 10px 0 0;
    width: auto;
    height: 50px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .calendar--month {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .calendar--month {
    font-size: 16px;
    line-height: 15px;
  }
}
.calendar--month-in {
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.calendar--month-arrow {
  color: #0875d6;
  margin: 0 32px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 15px;
}
@media (max-width: 767px) {
  .calendar--month-arrow {
    margin: 0 40px;
    font-size: 18px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .calendar--month-arrow {
    margin: 0 10px;
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .calendar--month-arrow {
    margin: 0 18px;
  }
}
.calendar--names {
  width: auto;
  height: 5%;
}
.calendar--name {
  border-right: 1px solid #CDCDCD;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 14.285714%;
  height: 100%;
  font: 700 14px/20px 'Arial';
}
@media (min-width: 768px) and (max-width: 979px) {
  .calendar--name {
    font-size: 8px;
    line-height: 20px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .calendar--name {
    font-size: 10px;
    line-height: 20px;
  }
}
.calendar--name span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.calendar--days {
  width: auto;
  height: 85%;
}
.calendar--day {
  border-top: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  padding: 38px 0 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 14.285714%;
  height: 20%;
}
@media (max-width: 767px) {
  .calendar--day {
    padding: 0;
    text-align: center;
    border: none;
    margin: 10px 0;
    width: 14.285714%;
    height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .calendar--day {
    padding: 20px 0 0;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .calendar--day {
    padding: 30px 0 0;
  }
}
.calendar--day.disabled {
  color: #c8e2f9;
}
.calendar--day-number {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .calendar--day-number {
    margin: 0 auto;
    padding: 2px 0 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    font-size: 13px;
    line-height: 23px;
    width: 28px;
    height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .calendar--day-number {
    position: absolute;
    top: 0;
    right: 4px;
    bottom: auto;
    left: auto;
    font-size: 8px;
    line-height: 20px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .calendar--day-number {
    position: absolute;
    top: 0;
    right: 7px;
    bottom: auto;
    left: auto;
    font-size: 10px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .calendar--day.event .calendar--day-number {
    background: #d3e8fb;
  }
  .calendar--day.event-active .calendar--day-number {
    background: #4fa3ed;
    color: #ffffff;
  }
}
.calendar--day-event {
  overflow: hidden;
  background: #d3e8fb;
  padding: 15px 16px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 16px;
}
.calendar--day-event.active {
  background: #4fa3ed;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .calendar--day-event {
    padding: 7px 10px;
    font-size: 10px;
    line-height: 12px;
  }
}
.calendar--info {
  overflow: auto;
  padding: 68px 75px;
  width: 33%;
  height: 100%;
  font: 400 14px/20px 'Arial';
  display: none;
}
.calendar--info.active {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .calendar--info.active {
    display: block;
  }
}
@media (max-width: 767px) {
  .calendar--info {
    padding: 25px 20px 35px;
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .calendar--info {
    padding: 24px 30px;
    font-size: 10px;
    line-height: 18px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .calendar--info {
    padding: 30px 40px;
    font-size: 10px;
    line-height: 18px;
  }
}
.calendar--info-title {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .calendar--info-title {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .calendar--info-title {
    font-size: 17px;
    line-height: 20px;
  }
}
.calendar--info-address {
  margin: 0 0 43px;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .calendar--info-address {
    text-align: center;
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .calendar--info-address {
    margin: 0 0 25px;
    font-size: 13px;
    line-height: 16px;
  }
}
.calendar--info-text {
  margin: 0 0 40px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .calendar--info-text {
    margin: 0 0 20px;
  }
}
.calendar--info-map {
  margin: 0 0 52px;
}
@media (max-width: 767px) {
  .calendar--info-map {
    margin: 0 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .calendar--info-map {
    margin: 0 0 35px;
  }
}
.calendar--info-map-text {
  margin: 0 0 12px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .calendar--info-map-text {
    margin: 0 0 5px;
  }
}
.calendar--info-map-box {
  background: #e1e5e9;
  width: auto;
  height: 226px;
}
@media (max-width: 767px) {
  .calendar--info-map-box {
    width: auto;
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .calendar--info-map-box {
    width: auto;
    height: 165px;
  }
}
.calendar--info-form-title {
  margin: 0 0 27px;
  font-size: 24px;
  line-height: 27px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .calendar--info-form-title {
    margin: 0 0 15px;
    font-size: 17px;
    line-height: 20px;
  }
}
.calendar--info-input {
  border: 1px solid #e1e5e9;
  margin: 0 0 14px;
  padding: 0 15px;
  display: block;
  width: 100%;
  height: 42px;
  font-size: 18px;
  line-height: 40px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .calendar--info-input {
    margin: 0 0 10px;
    padding: 0 10px;
    width: 100%;
    height: 30px;
    font-size: 13px;
    line-height: 28px;
  }
}
.calendar--info-submit {
  padding: 0;
  border: none;
  color: #ffffff;
  background: #0875d6;
  display: block;
  width: 100%;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .calendar--info-submit {
    width: 100%;
    height: 34px;
    font-size: 13px;
    line-height: 34px;
  }
}
.test {
  min-width: initial;
  min-height: 500px;
}
.test--in {
  padding-left: 600px;
}
@media (max-width: 767px) {
  .test--in {
    padding: 30px 0 40px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .test--in {
    padding-left: 320px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .test--in {
    padding-left: 390px;
  }
}
.test--icon {
  background: url(../assets/web/img/test--icon.svg) no-repeat;
  background-size: 100% auto;
  width: 247px;
  height: 189px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 249px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .test--icon {
    margin: 0 auto 31px;
    width: 140px;
    height: 107px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .test--icon {
    left: 25px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .test--icon {
    left: 20px;
  }
}
.test--number {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .test--number {
    margin-bottom: 15px;
    font: 700 14px/16px 'Trebuchet MS';
  }
}
.test--number-icon.red { color: #f00; }
.test--number-icon {
  color: #7ED321;
  margin: 4px 10px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 12px;
}
.test--question {
  margin: 0 0 38px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .test--question {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
}
.test--btns {
  font-size: 0;
  line-height: 0;
}
.test--btns .btn {
  margin: 0 35px 0 0;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .test--btns .btn {
    margin: 20px auto 0;
    display: block;
    width: 214px !important;
    height: auto !important;
  }
}
.test--item {
  display: none;
}
.test--item.shown {
  display: block;
}
.footer {
  background: #252525;
  padding: 20px 0 30px;
}
@media (max-width: 767px) {
  .footer {
    padding: 25px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer {
    padding: 30px 0 50px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .footer {
    padding: 37px 0 60px;
  }
}
.footer--list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .footer--list {
    text-align: left;
    padding: 0 15px 0 30px;
  }
}
.footer--item {
  padding: 0 30px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .footer--item {
    padding: 0;
    width: 50%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer--item {
    padding: 0 12px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .footer--item {
    padding: 0 20px;
  }
}
.footer--link {
  text-decoration: none;
  color: #a1a1a1;
  display: block;
  font-size: 17px;
  line-height: 50px;
}
.footer--link:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer--link {
    font-size: 11px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer--link {
    font-size: 14px;
    line-height: 50px;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .footer--link {
    font-size: 15px;
    line-height: 50px;
  }
}
.popups {
  background: rgba(0, 0, 0, 0.24);
  position: fixed;
  z-index: 2; /*more or eq&after login popup*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.popups--item {
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.23);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: none;
}
.popups--item.form {
  padding: 35px 30px;
  width: 380px;
  height: auto;
}
.popups--item.success {
  padding: 91px 0 35px;
  width: 380px;
  height: auto;
}
.popups--close {
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  display: block;
  width: 18px;
  height: 18px;
}
.popups--close:before,
.popups--close:after {
  content: "";
  background: rgba(17, 17, 17, 0.3);
  display: block;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.popups--close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.popups--close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popups--close:hover {
  color: #111111;
}
.popups--item.form .popups--title {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 24px;
}
.popups--item.form .popups--field input {
  border: 1px solid #e1e5e9;
  margin: 0 0 20px;
  padding: 0 15px;
  display: block;
  width: 100%;
  height: 42px;
  font-size: 18px;
  line-height: 40px;
}
.popups--item.form .popups--submit {
  padding: 0;
  border: none;
  color: #ffffff;
  background: #fcc400;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.popups--item.success .popups--icon {
  background: url(../assets/web/img/popups--icon.png) no-repeat;
  margin: 0 auto 47px;
  display: block;
  width: 81px;
  height: 58px;
}
.popups--item.success .popups--icon_fail {
  background: url(../assets/web/img/message-24-warning.png) no-repeat;
  background-size: contain;
  margin: 0 auto 47px;
  display: block;
  width: 61px;
  height: 58px;
}
.popups--item.success .popups--title {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.visible-xs,
.visible-xs-ib,
.visible-sm,
.visible-sm-ib,
.visible-md,
.visible-md-ib,
.visible-lg,
.visible-lg-ib {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
  .visible-xs-ib {
    display: inline-block;
    vertical-align: top;
  }
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-sm {
    display: block;
  }
  .visible-sm-ib {
    display: inline-block;
    vertical-align: top;
  }
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 970px) and (max-width: 1399px) {
  .visible-md {
    display: block;
  }
  .visible-md-ib {
    display: inline-block;
    vertical-align: top;
  }
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1400px) {
  .visible-lg {
    display: block;
  }
  .visible-lg-ib {
    display: inline-block;
    vertical-align: top;
  }
  .hidden-lg {
    display: none;
  }
}


.ui-slider-handle {
  width: 100px!important;
  margin-left: -50px!important;
  background-color: #0875d6!important;
  border-color: #0875d6!important;
  height: 31px!important;
  top: -0.8rem!important;
}



















/*sanz*/
.fz35{
  font-size: 35px !important;
}

.opros-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  max-width: 500px;
  margin: auto;
  padding:  10px;
}
.opros-form textarea{
  height: 152px;
}
.opros-form .secure--b6-input{
  border-color: #238ce9;
}
.cloud1.i1 {
    background-image: url(../assets/web/img/index--b1-icon-01.svg);
    position: absolute;
    top: 164px;
    right: auto;
    bottom: auto;
        left: -111px;
    width: 209px;
    height: 124px;
}
.cloud1.i2 {
    background-image: url(../assets/web/img/index--b1-icon-02.svg);
    position: absolute;
    top: 312px;
    right: 21px;
    bottom: auto;
    left: auto;
    width: 238px;
    height: 124px;
}
@media (max-width: 767px){
  .cloud1.i1 {
    top: 254px;
  }
}

.header.lblue,
.block.lblue{
  
}
.header-placeholder {
  height: 127px;
}

.index--sanz {
  min-height: 455px;
}
@media (max-width: 979px){
.index--sanz {
  min-height: 0;
}
.clouds {
  display: none;
  
  position: relative;
  max-width: 548px;
  margin: auto;
}
}
@media (max-width: 767px){
  .index--sanz .index--b1-in {
      padding: 50px 0 10px;
  }
}

/*copied from lk*/
.checkbox {  
  display: block;
  margin-bottom: 5px;
}
.checkbox span {
	padding: 0 0 0 33px;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	display: block;
}
.checkbox span::before {
	content: "";
	border: 1px solid #CDCDCD;
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.checkbox input {
	display: none;
}
.checkbox input + span::before {
	border-color: #238ce9;
	background: #fff;
}
.checkbox input:checked + span::before {
}
.checkbox input:checked + span::after {
	color: #238ce9;
	text-align: center;
	padding: 2px 0 0;
	content: "\e900";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	font-size: 9px;
	line-height: 16px;
	width: 18px;
	height: auto;
}

.checkbox.checkbox--circle input + span::before {
    border-radius: 50%;
}


/*spinner start*/
.spinner {
  margin: auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*spinner end*/





.prices--b1-list + .prices--b1-list {
  margin-top: 15px;
}


.b1-item {
  position: relative; /*for posa */
}
.b1-item__posa.b1-item__posa.b1-item__posa {
  display: none;

  position: absolute;
  z-index: 1; /*more than next block*/
  /*top: 64px; /*старая версия*/
  top: 454px;
  left: 0;
  /*height: 100%; /*старая версия fallback*/
  /*height: calc(100% - 64px);/*старая версия*/
  height: 380px;
  overflow: auto;
  width: 100%;
  
  /*box-shadow: inset 0 0 11px 4px #ccc,inset 0 0 0px 1px #777, 0 0 0px 1px #777;*/
}
.prices--b1-item:nth-child(2) .b1-item__posa {
  /*top: 0; /*старая версия*/
  top: 454px;
}

@media (max-width: 1399px) {
  .b1-item__posa.b1-item__posa.b1-item__posa {
    top: 0;
  }
}


@media (max-width: 979px) {
  .b1-item__posa.b1-item__posa.b1-item__posa {
    top: 370px;
  }
}



img.feature-img {
    height: 68px;
}


.ovv {
  overflow: visible !important;
}

.message {
  padding:0 15px ;
}
.hide { display: none ;}
.tal { text-align: left; }





.secure_infos2 .popups--item
,.secure_infos .popups--item{
  height: 370px;    
  overflow: auto;
  z-index: 1;
}
.secure_infos .secure--b2-item:hover  .popups--item { display: block; }
.secure_infos2 .hover-to-show:hover  .popups--item { display: block; }


.common_link
,.secure_infos2 .hover-to-show>a { color: #2465bb; font-size: 14px;}


.secure--b4-in.block--in .btn { margin-top: 20px;}


#failPopup, #successPopup { z-index: 1;}

.vid_container {
  width: 100%;
  height: auto;
  
  margin-top: 5px;
}
.vid_container >iframe { width: 100%;}




@media (max-width: 767px) {
  .block.fh .index--b55-in {
    transform: none;
    position: relative;
    top: 0px;
    margin-top: 50px;
    padding-bottom: 50px;
    right: auto;
    bottom: auto;
    left: auto;
  }
}