button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a:active,
a:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Regular.eot');
  src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SFProDisplay-Regular.woff2') format('woff2'), url('../fonts/SFProDisplay-Regular.woff') format('woff'), url('../fonts/SFProDisplay-Regular.ttf') format('truetype'), url('../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.eot');
  src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
body {
  width: 100%;
  float: left;
  font-family: SF Pro Display;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #333333;
}
.wrapper {
  width: 100%;
  float: left;
  overflow: hidden;
  background: url("../img/head_bg.png") right top no-repeat;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1430px;
  padding-left: 30px;
  padding-right: 30px;
}
.container_1180 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1430px;
  padding-left: 30px;
  padding-right: 30px;
}
header {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.h_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_logo {
  width: auto;
  float: left;
  max-width: 260px;
}
.h_logo a {
  width: auto;
  float: left;
}
.h_logo a img {
  width: auto;
  float: left;
  max-width: 100%;
}
.h_nav {
  width: auto;
  float: left;
  margin-right: 70px;
}
.h_nav span {
  font-family: Montserrat;
  font-weight: 800;
  line-height: 1.3;
  font-size: 30px;
  margin-bottom: 30px;
  color: #FFF;
  display: none;
}
.h_nav_list {
  width: auto;
  float: left;
}
.h_nav_list li {
  width: auto;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}
.h_nav_list li a {
  width: auto;
  float: left;
  text-decoration: none;
  color: #0E0E0E;
  transition: .3s;
}
.h_nav_list li a:hover {
  color: #003dff;
}
.main_link {
  width: auto;
  float: left;
  border-radius: 100px;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 55px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  text-decoration: none;
  color: #FFF;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #003dff;
  border: none;
  cursor: pointer;
}
.main_link:hover {
  background: #002DBC;
}
.main_link--mod {
  color: #FFFFFF;
  border: 1px solid #fff;
  background: #151515;
}
.main_link--mod:hover {
  background: rgba(21, 21, 21, 0.5);
  color: #E19C18;
  border-color: #151515;
}
.main_link--demo {
  color: #FFFFFF;
  border: 1px solid #fff;
  background: #151515;
}
.main_link--demo:hover {
  /*
  background: #002DBC;
  color: #fff;
  border-color: #002DBC;*/
      color: #E19C18;
    background: rgb(21 21 21 / 50%);
    border-color: #0E0E0E;
}
.block {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.block_wrap {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.start_block_wrap {
  flex-direction: row;
  align-items: flex-start;
}
.start_block_info {
  width: 100%;
  float: left;
  max-width: 550px;
}
.start_block_info p {
  width: 100%;
  float: left;
  margin-bottom: 75px;
  font-size: 22px;
}
.start_block_info p b,
.start_block_info p strong{
	font-weight:bold;
}
h1 {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 80px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.start_block_img {
  width: 100%;
  float: left;
  max-width: calc(100% - 520px);
  margin-left: -30px;
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: flex-end;
}
.start_block_img video{
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.start_block_img img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.block--white {
  color: #FFF;
}
.block_title {
  width: 100%;
  float: left;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 55px;
  line-height: 1.2;
  max-width: 800px;
  margin-bottom: 45px;
}
.block_subtitle {
  width: 100%;
  float: left;
  margin-bottom: 50px;
  text-align: center;
  max-width: 720px;
  font-size: 22px;
}
.config_block {
  padding: 100px 0;
  margin-top: 60px;
  margin-bottom: 60px;
}
.config_block_list {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
  flex-wrap: wrap;
}
.config_block_list > li,
.config_block_list li.slick-slide {
  width: calc(25% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  min-height: 200px;
  position: relative;
  display: flex!important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  transition: .3s;
  backface-visibility: hidden;
}
.config_block_list > li:after,
.config_block_list li.slick-slide:after {
  width: 100%;
  float: left;
  left: 0;
  bottom: 0;
  height: 50%;
  z-index: -1;
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.config_block_list > li img,
.config_block_list li.slick-slide img {
  width: 100%;
  float: left;
  position: absolute;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  z-index: -2;
  left: 0;
  top: 0;
}
.config_block_list > li span,
.config_block_list li.slick-slide span {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  backface-visibility: hidden;
}
.config_block_list > li a,
.config_block_list li.slick-slide a {
  width: auto;
  float: left;
  font-weight: bold;
  color: #E19C18;
  backface-visibility: hidden;
  letter-spacing: 0.03em;
  transition: .3s;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.config_block_list > li a:after,
.config_block_list li.slick-slide a:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 2;
}
.config_block_list > li a:hover,
.config_block_list li.slick-slide a:hover {
  border-color: #E19C18;
}
.config_block_list > li:hover,
.config_block_list li.slick-slide:hover {
  transform: translateY(-30px);
}
.config_block_list .slick-list {
  padding-top: 30px;
  margin-top: -30px;
}
.capabilities_items {
  width: 100%;
  float: left;
}
.capabilities_item {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.capabilities_item:not(:last-child) {
  margin-bottom: 100px;
}
.capabilities_item.lefted {
  flex-direction: row-reverse;
}
.capabilities_item:not(.lefted):after {
  position: absolute;
  left: 395px;
  bottom: -50px;
  width: 300px;
  height: 255px;
  content: "";
  z-index: -1;
  background: url("../img/dotted.png") center no-repeat;
  background-size: contain;
}
.capabilities_item_info {
  width: 100%;
  float: left;
  max-width: 395px;
}
.capabilities_item_info_list {
  width: 100%;
  float: left;
}
.capabilities_item_info_list li {
  width: 100%;
  float: left;
}
.capabilities_item_info_list li span {
  width: 100%;
  float: left;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 7px;
  color: #003dff;
  font-family: Montserrat;
}
.capabilities_item_info_list li p {
  width: 100%;
  float: left;
}
.capabilities_item_info_list li:not(:last-child) {
  margin-bottom: 35px;
}
.capabilities_item_img {
  width: 100%;
  float: left;
  max-width: calc(100% - 435px);
  position: relative;
  box-shadow: 0px 10px 30px rgba(54, 89, 120, 0.12);
}
/*
.capabilities_item_img:before {
  width: 100%;
  float: left;
  height: 20px;
  left: 0;
  top: 0;
  content: "";
  background: url("../img/border.png") center bottom no-repeat;
  background-size: 100% auto;
  transform: translateY(-100%);
  position: absolute;
}
.capabilities_item_img:after {
  position: absolute;
  width: 8px;
  content: "";
  background: url("../img/border_right.png") right center no-repeat;
  background-size: auto 100%;
  right: 0;
  top: -1px;
  bottom: -1px;
}
*/
.capabilities_item_img img {
  width: 100%;
  float: left;
  height: auto;
}
.how_to_start_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 90px;
  position: relative;
}
.how_to_start_list .slick-track {
  display: flex;
}
.how_to_start_list > li,
.how_to_start_list li.slick-slide {
  width: 20%;
  float: left;
  height: initial;
  min-height: initial;
  position: relative;
  padding: 25px;
  transition:.3s;
}
.how_to_start_list > li:not(:nth-child(5n + 5)),
.how_to_start_list li.slick-slide:not( :nth-child(5n + 5)) {
  border-right: 1px solid rgba(14, 14, 14, 0.1);
}
.how_to_start_list > li > *,
.how_to_start_list li.slick-slide > * {
  position: relative;
  z-index: 2;
}
.how_to_start_list > li > img,
.how_to_start_list li.slick-slide > img {
  z-index: 1;
}
.how_to_start_list > li img,
.how_to_start_list li.slick-slide img {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  opacity: 0;
  transition: .2s;
}
.how_to_start_list > li > span,
.how_to_start_list li.slick-slide > span {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
  transition: .3s;
}
.how_to_start_list > li p,
.how_to_start_list li.slick-slide p {
  transition: .2s;
}
#preload{
  display: none;
}

::-webkit-scrollbar { width: 5px; height: 3px;}
::-webkit-scrollbar-track {  background-color: #003dff;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #003dff; border-radius: 5px;}

.purchase_slider video{
	max-width:100%!important;
	height:auto!important;
}
@media (min-width: 1200px) {
  .how_to_start_list > li:hover,
  .how_to_start_list li.slick-slide:hover {
    background: #0E0E0E;
    color: #FFF;
  }
  .how_to_start_list > li:hover img,
  .how_to_start_list li.slick-slide:hover img {
    opacity: 0.2;
  }
  .how_to_start_list > li:hover .how_to_start_list_icon,
  .how_to_start_list li.slick-slide:hover .how_to_start_list_icon {
    background: rgba(255, 255, 255, 0.2);
  }
  .how_to_start_list > li:hover .how_to_start_list_icon svg path,
  .how_to_start_list li.slick-slide:hover .how_to_start_list_icon svg path {
    fill: #fff;
    stroke: #fff;
  }
  .how_to_start_list > li:hover .how_to_start_list_icon svg rect,
  .how_to_start_list li.slick-slide:hover .how_to_start_list_icon svg rect {
    fill: #003DFF;
  }
}
.how_to_start_list_icon {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  margin-bottom: 35px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px -5px rgba(54, 89, 120, 0.12);
  border-radius: 2px;
}
.how_to_start_list_icon svg path,
.how_to_start_list_icon svg rect {
  transition: .3s;
}
.started_block {
  padding: 100px 0;
  margin-bottom: 60px;
  margin-top: 60px;
  background: url("../img/started_bg.jpg") center no-repeat;
  background-size: cover;
}
footer {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding: 35px 0 90px 0;
}
.f_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.f_left {
  width: 100%;
  float: left;
  max-width: 300px;
}
.f_left p {
  width: 100%;
  float: left;
  margin-bottom: 27px;
}
.f_logo {
  width: auto;
  float: left;
  max-width: 240px;
  margin-bottom: 17px;
}
.f_logo a {
  width: auto;
  float: left;
}
.f_logo a img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.part_logo {
  width: auto;
  float: left;
  max-width: 171px;
}
.part_logo img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.f_contacts {
  width: 100%;
  float: left;
  max-width: 370px;
  padding-right: 10px;
}
.f_contacts p:not(:last-child) {
  margin-bottom: 15px;
}
.f_title {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 26px;
  font-family: Montserrat;
}
.f_nav_item {
  width: auto;
  float: left;
  max-width: 200px;
}
.f_nav {
  width: auto;
  float: left;
}
.f_nav_list {
  width: auto;
  float: left;
  display: flex;
  flex-direction: column;
}
.f_nav_list li {
  width: auto;
  float: left;
}
.f_nav_list li:not(:last-child) {
  margin-bottom: 15px;
}
.f_nav_list li a {
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  color: #0E0E0E;
}
.f_nav_list li a:hover {
  color: #003dff;
}
.modal {
  display: none;
  width: 100%;
  max-width: 940px;
  padding: 0!important;
}
.modal_wrap {
  width: 100%;
  float: left;
  display: flex;
}
.modal_wrap_left {
  width: 50%;
  padding: 50px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: url("../img/modal_bg.jpg") center no-repeat;
  background-size: cover;
}
.modal_wrap_left img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  margin-bottom: 45px;
}
.modal_wrap_left > span {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 26px;
}
.modal_wrap_right {
  width: 50%;
  padding: 38px 30px 30px 30px;
}
.modal_wrap_right .main_form {
  margin-bottom: 10px;
}
.modal_title {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 26px;
  font-family: Montserrat;
  color: #003dff;
}
.main_form {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_form button {
  margin-top: 5px;
}
.main_form_item {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.main_form_item span {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
  font-family: Montserrat;
}
.main_form_item--mini {
  width: calc(50% - 5px);
}
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  float: left;
  border: 1px solid #0E0E0E;
  font-size: 16px;
  padding: 0 15px;
  height: 45px;
  background: none;
  font-family: Montserrat;
}
input[type="text"].error_input,
textarea.error_input{
    background: #ffdfdf!important;
}
.thanks_text{
  margin: 40px auto;
  font-size: 23px;
  text-align: left;
  font-weight: bold;
  display: none;
}
textarea {
  padding: 15px;
  height: 90px;
  font-family: Montserrat;
}
.privacy_info {
  width: 100%;
  float: left;
  font-size: 10px;
  opacity: 0.6;
}
.privacy_info a {
  color: #333333;
}
.privacy_info a:hover {
  text-decoration: none;
}
.fancybox-close-small:after {
  border: none!important;
  outline: none!important;
  color: #003dff;
  transition: .3s;
  font-size: 36px;
}
.fancybox-close-small:hover:after {
  background: #003dff;
  color: #FFF;
}
.purchase_slider_wrap {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 60px;
}
.purchase_slider_wrap:after {
  position: absolute;
  right: -50px;
  top: -70px;
  width: 300px;
  height: 255px;
  content: "";
  z-index: -1;
  background: url(../img/dotted.png) right top no-repeat;
  background-size: contain;
}
.purchase_slider {
  width: 100%;
  float: left;
  position: relative;
  box-shadow: 0px 10px 30px rgb(54 89 120 / 12%);
}
.purchase_slider .slick-track {
  display: flex;
}
.purchase_slider .slick-slide {
  height: initial;
  min-height: initial;
}
.purchase_slider .slick-slide img,
.purchase_slider .slick-slide video {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
/*
.purchase_slider:before {
  width: 100%;
  float: left;
  height: 30px;
  left: 0;
  top: 0;
  content: "";
  background: url("../img/border.png") center bottom no-repeat;
  background-size: 100% auto;
  transform: translateY(-100%);
  position: absolute;
}
.purchase_slider:after {
  position: absolute;
  width: 12px;
  content: "";
  background: url("../img/border_right.png") right center no-repeat;
  background-size: auto 100%;
  right: 0;
  top: -1px;
  bottom: -1px;
}
*/
.purchase_slider_nav {
  width: calc(100% + 120px);
  margin-left: -60px;
  margin-right: -60px;
  display: flex;
  flex-wrap: wrap;
  float: left;
}
.purchase_slider_nav > li,
.purchase_slider_nav li.slick-slide {
  width: calc(33,333% - 120px);
  margin-left: 60px;
  margin-right: 60px;
  cursor: pointer;
  position: relative;
}
.purchase_slider_nav > li > span,
.purchase_slider_nav li.slick-slide > span {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 20px;
  transition: .3s;
  margin-bottom: 5px;
}
.purchase_slider_nav > li.slick-current .purchase_slider_nav_icon,
.purchase_slider_nav li.slick-slide.slick-current .purchase_slider_nav_icon {
  opacity: 1;
}
.purchase_slider_nav > li.slick-current > span,
.purchase_slider_nav li.slick-slide.slick-current > span {
  color: #003dff;
}
.purchase_slider_nav > li.slick-current .line,
.purchase_slider_nav li.slick-slide.slick-current .line {
  transition-timing-function: linear;
}
.line_bg {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
.line_bg:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background: #003dff;
  opacity: 0.1;
  z-index: 1;
}
.line {
  position: absolute;
  left: 0;
  top: 0px;
  width: 0;
  display: block;
  height: 1px;
  background: #003dff;
  z-index: 2;
}
.purchase_slider_nav_icon {
  width: 70px;
  height: 70px;
  opacity: 0.5;
  transition: .3s;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px -5px rgba(54, 89, 120, 0.12);
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.full_width {
  width: 100%;
}
.wrapper_no_front {
  background: none;
}
.wrapper_no_front header {
  color: #FFF;
  background: #003dff;
}
.wrapper_no_front header .main_link {
  background: #FFF;
  color: #003dff;
}
.wrapper_no_front header .main_link:hover {
  opacity: 0.75;
}
.wrapper_no_front .h_nav_list li a {
  color: #FFF;
}
.wrapper_no_front .h_nav_list li a:hover {
  opacity: 0.75;
}
.wrapper_no_front footer {
  color: #FFF;
  background: #003dff;
  padding-top: 95px;
}
.wrapper_no_front .f_nav_list li a {
  color: #FFF;
}
.wrapper_no_front .f_nav_list li a:hover {
  color: #FFF;
  opacity: 0.75;
}
.page_content {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 70px;
}
.page_content .container {
  display: flex;
  justify-content: center;
}
.page_content2 {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
.page_content2 .container {
  display: flex;
  justify-content: center;
}
.script_content {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 30px;
}
.script_content .container {
  display: flex;
  justify-content: center;
}
.content {
  width: 100%;
  max-width: 800px;
}
.content > *:last-child {
  margin-bottom: 0;
}
.page_content_wrap {
  width: 100%;
  float: left;
}
.content h2 {
  width: 100%;
  float: left;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px;
}
.content > ul {
  width: 100%;
  float: left;
  margin-bottom: 70px;
}
.content > ul li {
  width: 100%;
  float: left;
}
.content > ul li:not(:last-child) {
  margin-bottom: 30px;
}
.content > ul li ul {
  padding-left: 20px;
  padding-top: 30px;
}
.page_title_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 90px;
  background: #003dff;
}
.page_title_wrap .container {
  display: flex;
  justify-content: center;
}
.page_title {
  width: 100%;
  float: left;
  text-align: center;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 80px;
  line-height: 1.1;
  max-width: 800px;
  color: #FFF;
}
.menu_toggle {
  display: none;
}
.body--active {
  height: 100vh;
  overflow: hidden;
}
.h_logo--toggle {
  display: none;
}
.slick-list,
.slick-track {
  min-width: 100%;
}
.slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  border: 1px solid #0E0E0E;
  position: absolute;
  cursor: pointer;
  bottom: 0;
}
.slick-arrow svg path {
  transition: .3s;
}
.slick-arrow:hover {
  border-color: #003dff;
  background: #003dff;
}
.slick-arrow:hover svg path {
  fill: #fff;
}
.slick-next_arrow {
  right: 50%;
  transform: translateX(calc(100% + 5px));
}
.slick-prev_arrow {
  left: 50%;
  transform: translateX(calc(-100% - 5px));
}
.data-word {
  display: none;
}

@media (max-width: 1199px) {
  .h_nav_list li{
      margin-left: 15px;
      margin-right: 15px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .start_block_info p {
    margin-bottom: 30px;
  }
  .h_nav {
    margin-right: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #003dff;
    z-index: 100;
    padding: 15px;
    padding-top: 80px;
    transition: .3s;
    transform: translateX(-110%);
  }
  .h_nav--active {
    transform: none;
  }
  .h_nav span {
    display: flex;
  }
  .h_nav_list li a {
    color: #FFF;
    font-size: 22px;
  }
  .h_nav_list li a:hover {
    color: #FFF;
  }
  .h_nav_list li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .menu_toggle {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: none;
    position: relative;
    z-index: 101;
    background: none;
    flex-direction: column;
  }
  .menu_toggle span {
    width: 100%;
    margin: 2px 0;
    height: 2px;
    background: #003dff;
    display: flex;
    transition: .3s;
  }
  .wrapper_no_front .menu_toggle span {
    background: #FFF;
  }
  .menu_toggle--active span {
    background: #FFF;
  }
  .menu_toggle--active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  .menu_toggle--active span:last-child {
    margin-top: -10px;
    transform: rotate(-45deg);
  }
  .menu_toggle--active span:first-child {
    margin-top: 5px;
    transform: rotate(45deg);
  }
  .h_logo {
    position: relative;
    z-index: 101;
  }
  .contact {
    display: none;
  }
  header {
    padding: 15px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 102;
    transition: .3s;
  }
  .header--active {
    box-shadow: 0px 10px 30px rgba(54, 89, 120, 0.12);
    background: #FFF;
  }
  .header--open:before {
    z-index: 101;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #003dff;
  }
  .header--open .h_logo a {
    display: none;
  }
  .header--open .h_logo .h_logo--toggle {
    display: block;
  }
  header {
    min-height: 60px;
    align-items: center;
  }
  main {
    padding-top: 60px;
  }
  .block_title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .block_subtitle {
    font-size: 16px;
  }
  .block {
    padding: 25px 0;
  }
  .config_block {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 50px 0;
  }
  .capabilities_item_info_list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .capabilities_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .slick-dots {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    transition: .3s;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #003dff;
  }
  .slick-dots li.slick-active {
    background: #003dff;
  }
  .slick-dots li:not(:last-child) {
    margin-right: 5px;
  }
  .slick-dots li button {
    opacity: 0;
    visibility: hidden;
    font-size: 0;
    padding: 0;
  }
  .how_to_start_list .slick-track {
    display: flex;
  }
  .how_to_start_list li.slick-slide {
    height: initial;
    min-height: initial;
    border-right: 1px solid rgba(14, 14, 14, 0.1);
  }
  .how_to_start_list li.slick-current {
    background: #0E0E0E;
    color: #FFF;
  }
  .how_to_start_list li.slick-current img {
    opacity: 0.2;
    visibility: visible;
  }
  .how_to_start_list li.slick-current .how_to_start_list_icon {
    background: rgba(255, 255, 255, 0.2);
  }
  .how_to_start_list li.slick-current .how_to_start_list_icon svg path {
    fill: #fff;
    stroke: #fff;
  }
  .started_block {
    margin: 25px 0;
    padding: 60px 0;
  }
  footer {
    padding-bottom: 35px;
  }
  .page_title {
    font-size: 36px;
  }
  .page_title_wrap {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .page_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page_content2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}


@media (max-width: 1024px) {
  .container_1180,
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 959px) {
  .start_block_wrap {
    flex-direction: column;
  }
  .start_block_info {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .start_block_info .main_link {
    order: 10;
  }
  .start_block_info p {
    font-size: 16px;
  }
  .start_block_img {
    max-width: 100%;
    margin: 0;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
  }
  .start_block_img img {
    display: flex;
  }
  .h_logo {
    max-width: 180px;
  }
  .wrapper {
    background: none;
  }
  .purchase_slider_nav > li,
  .purchase_slider_nav li.slick-slide {
    width: calc(33.333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .purchase_slider_nav {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .capabilities_item {
    flex-direction: column;
  }
  .capabilities_item_info {
    max-width: 100%;
  }
  .capabilities_item_img {
    max-width: 100%;
    margin-top: 40px;
  }
  .capabilities_item.lefted {
    flex-direction: column;
  }
  .f_wrap {
    flex-wrap: wrap;
  }
  .f_left {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 16px;
  }
  footer {
    padding-bottom: 27px;
    padding-top: 45px;
  }
  .f_contacts {
    max-width: 100%;
    order: 10;
    padding-top: 20px;
    border-top: 1px solid #003dff;
    margin-top: 20px;
    font-size: 16px;
  }
  .f_nav_list li a {
    font-size: 16px;
  }
  .f_nav_item {
    width: 100%;
    max-width: 50%;
  }
  .f_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .purchase_slider_wrap {
    margin-bottom: 20px;
  }
  .purchase_slider_nav > li > span,
  .purchase_slider_nav li.slick-slide > span {
    width: 100%;
    float: left;
    padding-left: 15px;
    display: flex;
    align-items: center;
    min-height: 50px;
    font-size: 16px;
    max-width: calc(100% - 50px);
  }
  .purchase_slider_nav_icon {
    float: left;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }
  .purchase_slider_nav_icon img {
    max-width: 20px;
  }
  .purchase_slider_nav > li > p,
  .purchase_slider_nav li.slick-slide > p {
    width: 100%;
    float: left;
  }
  .wrapper_no_front footer {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .container_1180,
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .start_block_info .main_link {
    width: 100%;
  }
  .block_subtitle {
    margin-bottom: 30px;
  }
  .config_block_list li a {
    font-size: 12px;
  }
  .config_block_list .slick-dots li {
    border-color: #FFF;
  }
  .config_block_list .slick-dots li.slick-active {
    background: #FFF;
  }
  .modal_wrap_left {
    display: none;
  }
  .modal_wrap_right {
    width: 100%;
    padding: 35px 15px;
  }
  .main_form_item--mini {
    width: 100%;
  }
  .modal_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .main_form button {
    width: 100%;
  }
  .how_to_start_list {
    width: calc(100% + 65px);
    margin-left: -50px;
    margin-right: -15px;
    padding-bottom: 0;
  }
  .how_to_start_list .slick-dots {
    padding-left: 35px;
  }
  .how_to_start_list > li,
  .how_to_start_list li.slick-slide {
    padding: 15px;
  }
  body {
    font-size: 14px;
  }
  .content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .content > ul li ul {
    padding-top: 20px;
    padding-left: 10px;
  }
  .content > ul {
    margin-bottom: 40px;
  }
  .content > ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .config_block_list {
    flex-direction: column;
  }
  .config_block_list > li {
    width: calc(100% - 50px);
  }
  .config_block_list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .config_block_list > li:hover,
  .config_block_list li.slick-slide:hover {
    transform: none;
  }
  .purchase_slider_wrap:after {
    display: none;
  }
}
