@charset "utf-8";

@font-face {
  font-family: 'Barlow Semi Condensed';
  src: url('../fonts/barlow-condensed/BarlowSemiCondensed-Light.eot');
  src: local('Barlow Semi Condensed Light'), local('BarlowSemiCondensed-Light'),
  url('../fonts/barlow-condensed/BarlowSemiCondensed-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/barlow-condensed/BarlowSemiCondensed-Light.woff2') format('woff2'),
  url('../fonts/barlow-condensed/BarlowSemiCondensed-Light.woff') format('woff'),
  url('../fonts/barlow-condensed/BarlowSemiCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: optional;
}

code,
kbd,
pre,
samp,
tt,
var {
  font: 14px/18px Consolas,"Courier New",monospace;
}

body,
optgroup {
  color: #000;
  background: #fff;
}

body,
code,
dl,
dd,
form,
pre {
  margin: 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:link img,
a:visited img,
object,
fieldset,
abbr,
acronym {
  border: none;
}

sub,
sup {
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
}

sub {
  top: 5px;
  vertical-align: middle;
}

sup {
  top: -2px;
  margin-top: -11px;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #999;
}

address,
cite,
dfn {
  font-style: normal;
}

code,
pre {
  white-space: pre-wrap;
}

img {
  vertical-align: bottom;
}

td,
th,
textarea {
  vertical-align: top;
}

input,
select,
button {
  overflow: visible;
  vertical-align: middle;
}

legend {
  color: #000;
  margin: 0 0 -2px;
  padding: 0;
}

li {
  display: block;
  list-style: none;
}

optgroup option {
  padding-left: 22px;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

td,
th {
  padding: 0;
}

address,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}

th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

q {
  quotes: "\00ab" "\00bb" "\201e" "\201c";
}

q:after {
  content: "\00bb";
}

q:before {
  content: "\00ab";
}

q > q:after {
  content: "\201c";
}

q > q:before {
  content: "\201e";
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger:hover {
  opacity: .7;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*end*/

/*Стили сбросса*/

button {
  border: none;
  display: block;
  cursor: pointer;
  transition: 0.25s;
}

* {
  box-sizing: border-box;
  outline: none;
}

input::-moz-placeholder {
  padding: 0;
}

input:-ms-input-placeholder {
  padding: 0;
}

input::placeholder {
  padding: 0;
}

input {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  transition: 0.25s;
}

textarea {
  resize: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a,
.hamburger,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*конец стилей сбросса*/

input.error {
  border: 1px solid red !important;
}

label.error {
  display: none !important;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.wpcf7-form br {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  display: none !important;
}

input.wpcf7-not-valid {
  border: 1px solid red !important;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

.page_container {
  width: 100%;
  overflow: hidden;
}

:root {
  --main-family: 'Inter', sans-serif;
  --section-padding: 60px;
  --section-padding-mobile: 40px;
  --container-width: 1300px;
  --main-color: #222222;
  --contrast-color: #ffffff;
  --accent-color: #D76701;
  --standart-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

.page_container {
  width: 100%;
}

body,
input,
button,
textarea,
a {
  font-weight: 400;
}

.main_wrapper {
  width: 100%;
  overflow: hidden;
}

.section {
  position: relative;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

.wrapper {
  width: var(--container-width);
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.header-language {
  position: relative;
  padding: 10px;
}

.header-language:hover .hover-language {
  max-height: 80px;
  opacity: 1;
}

.active-language .lang-item {
  display: none;
}

.active-language .current-lang {
  display: block;
}

.active-language .current-lang a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #003563;
}

.hover-language {
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  max-height: 0px;
  transition: 0.35s;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #fff;
  box-shadow: var(--standart-shadow);
  border-radius: 10px;
}

.hover-language a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #003563;
}

.hover-language a:hover {
  color: #D64F52;
}

.hover-language ul {
  padding: 6px 10px;
}

.hover-language .current-lang {
  display: none;
}

.active-language .current-lang:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 3px;
  background-image: url("../images/lang-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  transition: 0.25s;
}

.active-language .current-lang {
  display: flex;
  align-items: center;
  justify-content: center;
}

.remodal-form {
  width: 450px;
  max-width: 100%;
}

.remodal-close:before {
  display: none;
}

.remodal_form {
  width: 450px;
  max-width: 100%;
}

.remodal-close {
  left: auto;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../images/remodal_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.remodal-form__header {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--main-color);
  margin-bottom: 40px;
}

.input-hidden {
  display: none !important;
}

.remodal_wrapper_2 .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.remodal-form__form {
  width: 100%;
}

.remodal-form__form input {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  line-height: 30px;
  padding: 10px 20px;
  color: var(--main-color);
  font-size: 16px;
}

.remodal-form__form input:focus {
  border: 1px solid #575656;
}

.remodal-form__form input::-moz-placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form input:-ms-input-placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form input::placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form label {
  display: block;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  color: var(--main-color);
}

.remodal-form__form button {
  width: 100% !important;
}

.remodal-thanks {
  background: #36B37E;
  border-radius: 10px;
  width: 450px;
  max-width: 100%;
  padding: 50px 30px;
}

.remodal-thanks .remodal-close {
  background-image: url("../img/remodal_close_white.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.remodal-thanks__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.remodal-thanks__icon {
  width: 32px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 26px;
  min-width: 32px;
}

.remodal-thnaks__header {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
  text-align: left;
  color: #FFFFFF;
}

.remodal_thanks__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  line-height: 16px;
  color: #FFFFFF;
}

.jq-selectbox {
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 18px;
  width: 100%;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--main-color);
}

.jq-selectbox__select-text {
  padding: 15px 20px;
}

.jq-selectbox__trigger-arrow {
  display: none;
}

.jq-selectbox__trigger {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../img/select_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  transform: none;
}

.header-hambugreg {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transition: 0.25s;
}

.header-hambugreg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #003563;
}

.header-hambugreg:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #003563;
}

.header-hambugreg.is-active .header-hamburger-line {
  transform: translate(-50%, -50%) rotate(135deg);
  opacity: 0;
}

.header-hambugreg.is-active:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.header-hambugreg.is-active:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
}

.header-hamburger-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #003563;
}

.pagination-wordpres {
  padding-top: 50px;
}

.pagination-wordpres .screen-reader-text {
  display: none;
}

.pagination-wordpres .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-wordpres .nav-links a {
  background: var(--contrast-color);
  border: 1px solid  #E0E0E0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: var(--main-color);
  margin-left: 4px;
  margin-right: 4px;
}

.pagination-wordpres .nav-links a:hover {
  border: 1px solid #D64F52;
}

.pagination-wordpres .nav-links .current {
  background: #D64F52;
  border: 1px solid #D64F52;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: var(--contrast-color);
  margin-left: 4px;
  margin-right: 4px;
}

.pagination-wordpres .nav-links .next,
.pagination-wordpres .nav-links .prev {
  font-size: 0px;
  color: transparent;
}

.pagination-wordpres .nav-links .next {
  background-image: url("../images/pagination_wordpres_next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.pagination-wordpres .nav-links .prev {
  background-image: url("../images/pagination_wordpre_prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.cars-text-seo {
  margin-top: 60px;
}

.sp_cs_page_container {
  width: 100%;
  overflow: hidden;
}

.sp_cs_page_container p,
.sp_cs_page_container h1,
.sp_cs_page_container h2,
.sp_cs_page_container h3,
.sp_cs_page_container h4 {
  margin: 0px;
}

.sp_cs_page_container * {
  box-sizing: border-box;
}

.sp_cs_page_container .sp_cs_hero {
  position: relative;
  padding-top: 70px;
  padding-bottom: 413px;
}

.sp_cs_page_container .sp_cs_background {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.sp_cs_page_container .sp_cs_hero_pre_title {
  font-style: normal;
  font-weight: 450;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #232D40;
}

.sp_cs_page_container .sp_cs_hero_title {
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  line-height: 75px;
  text-align: center;
  color: #232D40;
  margin-bottom: 14px;
}

.sp_cs_page_container .sp_cs_hero_title strong {
  color: #FF7474;
  font-weight: 600;
}

.sp_cs_page_container .sp_cs_hero_text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #232D40;
  margin-bottom: 59px;
}

.sp_cs_page_container .sp_cs_hero_btn {
  background: #21C38C;
  box-shadow: 0px 12px 30px rgba(33, 195, 140, 0.15);
  border-radius: 4px;
  width: 276px;
  max-width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #21C38C;
}

.sp_cs_page_container .sp_cs_hero_btn:hover {
  background: transparent;
  color: #21C38C;
}

.sp_cs_page_container .sp_cs_background,
.sp_cs_page_container .sp_cs_background_desctop,
.sp_cs_page_container .sp_cs_background_mobile {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  top: 0px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.sp_cs_page_container .sp_cs_hero_container {
  position: relative;
  z-index: 20;
	padding-top: 40px;
}

.sp_cs_page_container .sp_cs_background_desctop {
  display: none;
}

.sp_cs_page_container .sp_cs_background_mobile {
  display: none;
}

.sp_cs_page_container .sp_cs_wrapper {
  width: 1290px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.sp_cs_page_container .sp_cs_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp_cs_page_container .sp_cs_2 {
  padding-top: 104px;
  padding-bottom: 87px;
  background: #FFFFFF;
}

.sp_cs_page_container .sp_cs_2 .sp_cs_section_title {
  margin-bottom: 13px;
}

.sp_cs_page_container .sp_cs_left {
  width: 1px;
  flex-grow: 2;
}

.sp_cs_page_container .sp_cs_right {
  width: 500px;
  min-width: 500px;
  margin-left: 100px;
}

.sp_cs_page_container .sp_cs_right_video {
  width: 100%;
  padding-top: 100%;
  position: relative;
	overflow: hidden;
}

.sp_cs_page_container .sp_cs_right_video iframe,
.sp_cs_page_container .sp_cs_right_video .wp-video {
  display: block;
  width: calc(100% + 6px) !important;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -3px;
}

.sp_cs_page_container .sp_cs_section_title {
  font-style: normal;
  font-weight: 450;
  font-size: 50px;
  line-height: 54px;
  text-transform: uppercase;
  color: #001C42;
}

.sp_cs_page_container .sp_cs_2_text_after_title {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #7A8594;
  margin-bottom: 31px;
}

.sp_cs_page_container .sp_cs_2_text {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #14292D;
}

.sp_cs_page_container .sp_cs_2_text p {
  margin-bottom: 22px;
}

.sp_cs_page_container .sp_cs_2_text p:last-child {
  margin-bottom: 0px;
}

.sp_cs_page_container .sp_cs_2_text strong {
  font-weight: 400;
  color: #001C42;
}

.sp_cs_page_container .sp_cs_right_image {
  display: none;
}

.sp_cs_page_container .sp_cs_3 {
  background: #E9EDF3;
  padding-top: 104px;
  padding-bottom: 116px;
}

.sp_cs_page_container .sp_cs_3 .sp_cs_section_title {
  margin-bottom: 55px;
color: #001C42;
}

.sp_cs_page_container .sp_cs_3_flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -50px;
}

.sp_cs_page_container .sp_cs_3_el {
  width: calc(33.33% - 30px);
  margin-top: 50px;
  margin-left: 15px;
  margin-right: 15px;
}

.sp_cs_page_container .sp_cs_3_el:hover .sp_cs_3_el_icon_hover {
  opacity: 1;
}

.sp_cs_page_container .sp_cs_3_el:hover .sp_cs_3_el_icon_static {
  opacity: 0;
}

.sp_cs_page_container .sp_cs_3_el:hover .sp_cs_3_el_text strong {
  font-weight: 600;
}

.sp_cs_page_container .sp_cs_3_el_icon_wrapper {
  position: relative;
  width: 90px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 21px;
}

.sp_cs_page_container .sp_cs_3_el_icon_static {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
}

.sp_cs_page_container .sp_cs_3_el_icon_hover {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
  z-index: 10;
  opacity: 0;
}

.sp_cs_page_container .sp_cs_3_el_text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #001C42;
}

.sp_cs_page_container .sp_cs_3_el_text strong {
  font-weight: 400;
  transition: 0.25s;
}

.sp_cs_page_container .sp_cs_4 {
  padding-top: 104px;
	background: #ffffff;
}

.sp_cs_page_container .sp_cs_4 .sp_cs_section_title {
  margin-bottom: 55px;
}

.sp_cs_page_container .sp_cs_4_flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -20px;
}

.sp_cs_page_container .sp_cs_4_el {
  width: calc(33.333% - 60px);
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  position: relative;
  padding: 49px 30px 37px 30px;
}

.sp_cs_page_container .sp_cs_4_el:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 4px rgba(233, 237, 243, 0.5);
  border-radius: 10px;
}

.sp_cs_page_container .sp_cs_4_el:hover:after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.sp_cs_page_container .sp_cs_4_el_icon {
  width: 60px;
  height: 60px;
  margin-bottom: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
}

.sp_cs_page_container .sp_cs_4_el_title {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #001C42;
  position: relative;
  z-index: 20;
  margin-bottom: 21px;
}

.sp_cs_page_container .sp_cs_4_el_text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7C8593;
  position: relative;
  z-index: 20;
}

.sp_cs_page_container .sp_cs_4_el_text strong {
  color: #21C38C;
  font-weight: 600;
}

.sp_cs_page_container .sp_cs_5 {
  padding-top: 104px;
  padding-bottom: 110px;
	background: #ffffff;
}

.sp_cs_page_container .sp_cs_5 .sp_cs_section_title {
  margin-bottom: 13px;
}

.sp_cs_page_container .sp_cs_5_after_title {
  margin-bottom: 9px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #7C8593;
  width: 370px;
  max-width: 100%;
}

.sp_cs_page_container .sp_cs_5_flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}

.sp_cs_page_container .sp_cs_5_el {
  width: calc(33.33% - 30px);
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.sp_cs_page_container .sp_cs_5_el:nth-child(1) .sp_cs_5_el_image {
  width: calc(100% + 11px);
  margin-left: -11px;
}

.sp_cs_page_container .sp_cs_5_el:nth-child(3) .sp_cs_5_el_image {
  width: calc(100% + 37px);
  margin-left: -7px;
}

.sp_cs_page_container .sp_cs_5_el_image {
  margin-bottom: 28px;
  height: 257px;
  display: flex;
  align-items: flex-end;
}

.sp_cs_page_container .sp_cs_5_el_image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.sp_cs_page_container .sp_cs_5_el_text {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #001C42;
}

.sp_cs_page_container .sp_cs_6 {
  position: relative;
  padding-top: 54px;
  padding-bottom: 169px;
}

.sp_cs_page_container .sp_cs_6 .sp_cs_6_row:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  background: rgba(0, 28, 66, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
}

.sp_cs_page_container .sp_cs_6.active .sp_cs_6_row:after {
  opacity: 1;
}

.sp_cs_page_container .sp_cs_6_bg_desctop {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 1920px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sp_cs_page_container .sp_cs_6_bg_tab,
.sp_cs_page_container .sp_cs_6_bg_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sp_cs_page_container .sp_cs_6_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 1071px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sp_cs_page_container .sp_cs_6_el {
  width: 300px;
  position: relative;
  z-index: 10;
}

.sp_cs_page_container .sp_cs_6_el:nth-child(1),
.sp_cs_page_container .sp_cs_6_el:nth-child(4),
.sp_cs_page_container .sp_cs_6_el:nth-child(7) {
  margin-right: 71px;
}

.sp_cs_page_container .sp_cs_6_el:nth-child(2),
.sp_cs_page_container .sp_cs_6_el:nth-child(5),
.sp_cs_page_container .sp_cs_6_el:nth-child(8) {
  margin-right: 100px;
}

.sp_cs_page_container .sp_cs_6_el:nth-child(4) {
  padding-top: 149px;
}

.sp_cs_page_container .sp_cs_6_el:nth-child(4),
.sp_cs_page_container .sp_cs_6_el:nth-child(5),
.sp_cs_page_container .sp_cs_6_el:nth-child(6) {
  margin-top: 131px;
}

.sp_cs_page_container .sp_cs_6_el:nth-child(7),
.sp_cs_page_container .sp_cs_6_el:nth-child(8),
.sp_cs_page_container .sp_cs_6_el:nth-child(9) {
  margin-top: 192px;
}

.sp_cs_page_container .sp_cs_6_el:hover {
  z-index: 80;
}

.sp_cs_page_container .sp_cs_6_el_content {
  position: relative;
  padding: 23px 20px 18px 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 4px rgba(0, 28, 66, 0.2);
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  color: #001C42;
}

.sp_cs_page_container .sp_cs_6_el_count {
  background: #001C42;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  border-radius: 100%;
  color: #FFFFFF;
  position: absolute;
  top: -14px;
  left: 20px;
}


.sp_cs_6_el {
	transform: translateY(80px);
	animation: sp_cs_6_move 0.75s linear 0s 1 normal forwards; 
	animation-play-state: paused;
}
.sp_cs_6_el.animated {
	animation-play-state: running;
}

@keyframes sp_cs_6_move {
	0% {
		transform: translateY(80px);
	}
	100% {
		transform: translateY(0px);
	}
} 

.sp_cs_page_container .sp_cs_6_bg_tab {
  display: none;
}

.sp_cs_page_container .sp_cs_6_bg_box {
  display: none;
}

.sp_cs_page_container .sp_cs_7 {
  padding-top: 104px;
  padding-bottom: 120px;
  background: #ffffff;
}

.sp_cs_page_container .sp_cs_7 .sp_cs_section_title {
  margin-bottom: 4px;
  width: 900px;
  max-width: 100%;
  color: #001C42;
}

.sp_cs_page_container .sp_cs_7_after_title {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #7C8593;
  margin-bottom: 47px;
  width: 768px;
  max-width: 100%;
}

.sp_cs_page_container .sp_cs_7_slick {
  background: #E9EDF3;
  border-radius: 10px;
  margin-bottom: 68px !important;
}

.sp_cs_page_container .sp_cs_7_slick .slick-dots {
  bottom: -68px;
  height: 32px;
}

.sp_cs_page_container .sp_cs_7_slick .slick-dots button {
  display: none !important;
}

.sp_cs_page_container .sp_cs_7_slick .slick-dots li {
  width: 32px;
  height: 32px;
  margin-left: 11px;
  margin-right: 11px;
  border: 1px solid transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  background: transparent;
  border-radius: 100%;
}

.sp_cs_page_container .sp_cs_7_slick .slick-dots li:after {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 100%;
  transition: 0.25s;
  background: #E9EDF3;
}

.sp_cs_page_container .sp_cs_7_slick .slick-dots li.slick-active {
  border-color: #001C42;
}

.sp_cs_page_container .sp_cs_7_slick .slick-dots li.slick-active:after {
  background: #001C42;
}

.sp_cs_page_container .sp_cs_7_slick .slick-dots li:hover:after {
  background: #001C42;
}

.sp_cs_page_container .sp_cs_7_slide_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 950px;
}

.sp_cs_page_container .sp_cs_7_slide img {
  max-width: calc(100% - 0px);
  max-height: calc(100% - 0px);
}

.sp_cs_page_container .slick-prev,
.sp_cs_page_container .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 300px;
  width: 70px;
  height: 70px;
  display: block;
  padding: 0px;
  transform: none;
  cursor: pointer;
  color: transparent;
  border: none;
  border-radius: 100%;
  outline: none;
  background-color: #001C42;
  box-shadow: 3px 10px 12px 4px rgba(140, 155, 177, 0.2);
	opacity: 1 !important;
}

.sp_cs_page_container .slick-prev:hover,
.sp_cs_page_container .slick-next:hover {
  box-shadow: 3px 12px 16px 4px rgba(140, 155, 177, 0.3);
  background-color: #21C38C;
}

.sp_cs_page_container .slick-prev {
  left: -35px;
  background-image: url("../images/sp_cs_7_arrow_prev.svg");
}

.sp_cs_page_container .slick-next {
  right: -35px;
  background-image: url("../images/sp_cs_7_arrow_next.svg");
}

.sp_cs_page_container .sp_cs_7_image_tab {
  display: none;
}

.sp_cs_page_container .sp_cs_7_slide_title {
  display: none;
}

.sp_cs_page_container .sp_cs_7_title_br_for_mob {
  display: none;
}

.sp_cs_page_container .sp_cs_8 {
  background: #E9EDF3;
  padding-top: 104px;
  padding-bottom: 151px;
}

.sp_cs_page_container .sp_cs_8 .sp_cs_section_title {
  margin-bottom: 47px;
}

.sp_cs_page_container .sp_cs_8_flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}

.sp_cs_page_container .sp_cs_8_el {
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
}

.sp_cs_page_container .sp_cs_8_el:hover .sp_cs_8_icon_static {
  opacity: 0;
}

.sp_cs_page_container .sp_cs_8_el:hover .sp_cs_8_icon_hover {
  opacity: 1;
}

.sp_cs_page_container .sp_cs_8_el:hover .sp_cs_8_el_text strong {
  font-weight: 600;
}

.sp_cs_page_container .sp_cs_8_el_icon_wrapper {
  width: 90px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 18px;
}

.sp_cs_page_container .sp_cs_8_icon_static {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
}

.sp_cs_page_container .sp_cs_8_icon_hover {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  opacity: 0;
}

.sp_cs_page_container .sp_cs_8_el_text {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #001C42;
}

.sp_cs_page_container .sp_cs_8_el_text strong {
  font-weight: 400;
}

.sp_cs_page_container .sp_cs_9 {
  position: relative;
  z-index: 20;
  margin-top: -81px;
}

.sp_cs_page_container .sp_cs_9_container {
  width: 770px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 79px 50px  65px 52px;
}

.sp_cs_page_container .sp_cs_9_container:hover .sp_cs_9_bg {
  width: calc(100% - 30px);
  height: calc(100% - 28px);
}

.sp_cs_page_container .sp_cs_9_container:hover .sp_cs_9_absolute_logo {
  width: 136px;
  height: 74px;
  box-shadow: 0px 18px 30px 4px rgba(0, 28, 66, 0.15);
}

.sp_cs_page_container .sp_cs_9_bg {
  background: #21C38C;
  box-shadow: 0px 0px 20px 4px rgba(233, 237, 243, 0.5);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.25s;
  transform: translate(-50%, -50%);
}

.sp_cs_page_container .sp_cs_9_absolute_logo {
  background: #FFFFFF;
  box-shadow: 0px 12px 20px 4px rgba(0, 28, 66, 0.1);
  border-radius: 5px;
  width: 125px;
  height: 68px;
  position: absolute;
  left: 52px;
  top: -20px;
  transition: 0.25s;
  transform-origin: left center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 20;
}

.sp_cs_page_container .sp_cs_9_title {
  font-style: normal;
  font-weight: 450;
  font-size: 22px;
  line-height: 33px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 14px;
  position: relative;
  z-index: 30;
}

.sp_cs_page_container .sp_cs_9_text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  z-index: 30;
  line-height: 24px;
  color: #FFFFFF;
}

.sp_cs_page_container .sp_cs_9_text p {
  margin-bottom: 0px;
  margin-top: 0px;
}

.sp_cs_page_container .sp_cs_9_text p:last-child {
  margin-top: 8px;
}

.sp_cs_page_container .sp_cs_10 {
  padding-top: 97px;
  padding-bottom: 120px;
  border-bottom: 1px solid #001C42;
	background: #ffffff;
}

.sp_cs_page_container .sp_cs_10_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1047px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sp_cs_page_container .sp_cs_10_left {
  width: 445px;
  margin-right: 103px;
}

.sp_cs_page_container .sp_cs_10_left img {
  max-width: 100%;
  display: block;
}

.sp_cs_page_container .sp_cs_10_right {
  width: calc(100% - 548px);
}

.sp_cs_page_container .sp_cs_10_title {
  font-style: normal;
  font-weight: 500;
  font-size: 54px;
  line-height: 64px;
  color: #001C42;
  margin-bottom: 30px;
}

.sp_cs_page_container .sp_cs_10_text {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #001C42;
  margin-bottom: 43px;
}

.sp_cs_page_container .sp_cs_10_text p {
  margin-bottom: 30px;
}

.sp_cs_page_container .sp_cs_10_text p:last-child {
  margin-bottom: 00px;
}

.sp_cs_page_container .sp_cs_10_text strong {
  color: #001C42;
  font-weight: 600;
}

.sp_cs_page_container .sp_cs_10_btn {
  background: #21C38C;
  box-shadow: 0px 12px 30px rgba(33, 195, 140, 0.15);
  border-radius: 4px;
  width: 276px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #21C38C;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.sp_cs_page_container .sp_cs_10_btn:hover {
  color: #21C38C;
  background: transparent;
}

/* 
Модальное окно с формой




.remodal_2 {
    width: 409px;
    padding: 19px;
    max-width: 100%;
    background: #fff;
}
.remodal_wrapper_2 {
    background: rgba(196, 196, 196, 0.1);
    padding: 40px 20px;
}
.remodal-close {
    width: 25px;
    line-height: 25px;
    left: auto;
    right: 0;
}
.remodal_wrapper_2 h2 {

    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
    font-family: "Century Gothic";
    text-align: center;
    color: #E14B4C;
    margin-bottom: 20px;
}
.remodal_wrapper_2 p {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 20px;
}
.remodal_wrapper_2 input {
    background: #FFFFFF;
    display: block;
    width: 260px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    background: rgba(253, 253, 253, 0.5);
border: 1px solid #000000;
box-sizing: border-box;
    color: #959595;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.remodal_wrapper_2 button {
    background: #C8102E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    line-height: 40px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 44px;
    color: #E14B4C;
    border: 2px solid #E14B4C;
    background: #fff;
}
.remodal_wrapper_2 button:hover {
    background: #E14B4C;
    color: #fff;
}
.remodal_2 .remodal-close:before {
    width: 25px;
    line-height: 25px;
}
.remodal_2 .remodal-close {
    width: 25px;
    line-height: 25px;
} 


*/

/* 
Модальное окно - спасибо

.remodal_thanks {
    width: 430px;
    max-width: 100%;
}
.remodal_thanks h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
}
.remodal_thanks p {
    text-align: center;
}
.remodal_thanks .remodal_wrapper_2 {
    padding: 20px 10px 20px 10px;
}
@media screen and (max-width: 600px){
    .remodal_thanks .remodal_wrapper_2 h2 {
        font-size: 20px;
        text-align: center;
    }
    .remodal_wrapper_2 p {
        font-size: 16px;
        text-align: center;
    }
} */

/* 
    Пагинация вордпресс, через плагин WP-PageNavi




.b_1_paginator {
    margin-top: 20px;
    margin-bottom: 60px;
}
.wp-pagenavi .current {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
    background: #A7046F;
    border: 1px solid #A7046F;
    border-radius: 10px;
    display: block;
    color: #fff;
}
.wp-pagenavi a {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
}
.wp-pagenavi a:hover {
    border: 1px solid #A7046F;
}
.wp-pagenavi .nextpostslink {
    background-image: url(../img/k_1_pagination_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: transparent;
    border: 1px solid transparent;
}
.wp-pagenavi .nextpostslink:hover {
    background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_right.svg) !important;
    background-position: center !important; 
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink:hover {
        background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_left.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink {
    background-image: url(../img/k_1_pagination_left.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    color: transparent;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
}
.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages {
    display: none;
}
 */
.sp_cs_page_container {
	background: #ffffff;
}
.sp_cs_page_container  .sp_cs_7_image_mobile {
	display: none;
}
@media screen and (max-width: 1700px) {
  .sp_cs_page_container .sp_cs_page_container .sp_cs_hero {
    padding-top: 307px;
    padding-bottom: 461px;
  }
}

@media screen and (max-width: 1200px) {
  .sp_cs_page_container .sp_cs_flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sp_cs_page_container .sp_cs_wrapper {
    width: 768px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sp_cs_page_container .sp_cs_left {
    width: 100%;
    margin-bottom: 40px;
  }

  .sp_cs_page_container .sp_cs_right_video {
    display: none;
  }

  .sp_cs_page_container .sp_cs_right_image {
    display: block;
    height: 648px;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .sp_cs_page_container .sp_cs_right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-width: 1px;
  }

  .sp_cs_page_container .sp_cs_page_container .sp_cs_2 {
    padding-bottom: 120px;
  }

  .sp_cs_page_container .sp_cs_3 {
    padding-bottom: 120px;
  }

  .sp_cs_page_container .sp_cs_3_flex {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }

  .sp_cs_page_container .sp_cs_3_el {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .sp_cs_page_container .sp_cs_3_el:first-child {
    margin-top: 0px;
  }

  .sp_cs_page_container .sp_cs_3_el_icon_wrapper {
    min-width: 90px;
    margin-left: 0px;
    margin-right: 30px;
    margin-bottom: 0px;
  }

  .sp_cs_page_container .sp_cs_3_el_icon_static {
    display: none;
  }

  .sp_cs_page_container .sp_cs_3_el_icon_hover {
    opacity: 1;
  }

  .sp_cs_page_container .sp_cs_4 {
    padding-top: 105px;
  }

  .sp_cs_page_container .sp_cs_4_el {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 100%;
    padding: 30px 20px 36px 20px;
  }

  .sp_cs_page_container .sp_cs_4_el:first-child {
    margin-top: 0px;
  }

  .sp_cs_page_container .sp_cs_4_flex {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }

  .sp_cs_page_container .sp_cs_4_el_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .sp_cs_page_container .sp_cs_5_after_title {
    margin-bottom: 11px;
    width: 100%;
  }

  .sp_cs_page_container .sp_cs_5 {
    padding-top: 105px;
    padding-bottom: 115px;
  }

  .sp_cs_page_container .sp_cs_5 .sp_cs_section_title {
    margin-bottom: 13px;
  }

  .sp_cs_page_container .sp_cs_5_flex {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }

  .sp_cs_page_container .sp_cs_5_el {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }

  .sp_cs_page_container .sp_cs_5_el_image {
    height: auto;
  }

  .sp_cs_page_container .sp_cs_5_el:nth-child(1) .sp_cs_5_el_image {
    width: calc(100% + 18px);
    margin-left: -18px;
  }

  .sp_cs_page_container .sp_cs_5_el:nth-child(2) {
    margin-top: 56px;
  }

  .sp_cs_page_container .sp_cs_5_el:nth-child(2) .sp_cs_5_el_image {
    width: 628px;
    max-width: 100%;
    margin-right: auto;
  }

  .sp_cs_page_container .sp_cs_5_el:nth-child(3) {
    margin-top: 45px;
  }

  .sp_cs_page_container .sp_cs_5_el:nth-child(3) .sp_cs_5_el_image {
    width: calc(100% + 63px);
    margin-left: -12px;
  }

  .sp_cs_page_container .sp_cs_6_el {
    width: 100%;
    margin-top: 116px !important;
    display: flex;
    margin-right: 0px !important;
    padding-top: 0px !important;
  }

  .sp_cs_page_container .sp_cs_6_el:nth-child(1) {
    margin-top: 0px !important;
  }

  .sp_cs_page_container .sp_cs_6_el:nth-child(even) {
    justify-content: flex-end;
  }

  .sp_cs_page_container .sp_cs_6_el:nth-child(7) {
    display: none;
  }

  .sp_cs_page_container .sp_cs_6_el:nth-child(8) {
    justify-content: flex-start;
  }

  .sp_cs_page_container .sp_cs_6_el:nth-child(9) {
    justify-content: flex-end;
  }

  .sp_cs_page_container .sp_cs_6_el_content {
    width: 300px;
    max-width: 100%;
  }

  .sp_cs_page_container .sp_cs_6 {
    padding-top: 135px;
    padding-bottom: 119px;
  }

  .sp_cs_page_container .sp_cs_7 {
    padding-top: 104px;
    padding-bottom: 120px;
  }

  .sp_cs_page_container .sp_cs_7_slick {
    width: calc(100% + 120px);
    margin-left: -60px;
  }

  .sp_cs_page_container .sp_cs_7 .sp_cs_section_title {
    margin-bottom: 13px;
  }

  .sp_cs_page_container .sp_cs_7_slide_wrapper {
    height: 1089px;
    padding-top: 49px;
    padding-bottom: 167px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .sp_cs_page_container .sp_cs_7_slide_wrapper img {
    max-width: 100%;
    max-height: 100%;
  }

  .sp_cs_page_container .slick-prev,
  .sp_cs_page_container .slick-next {
    top: 362px;
  }

  .sp_cs_page_container .slick-prev {
    left: 25px;
  }

  .sp_cs_page_container .slick-next {
    right: 25px;
  }

  .sp_cs_page_container .sp_cs_7_slick .slick-dots {
    bottom: 72px;
  }

  .sp_cs_page_container .sp_cs_7_slide_wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .sp_cs_page_container .sp_cs_7_slide_title {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #001C42;
    margin-bottom: 22px;
  }

  .sp_cs_page_container .sp_cs_7_image_desctop {
    display: none;
  }

  .sp_cs_page_container .sp_cs_7_image_tab {
    display: block;
  }

  .sp_cs_page_container .sp_cs_7_slide_wrapper img {
    height: 810px;
    width: calc(100% + 60px);
    margin-left: -30px;
    max-width: 20000px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom;
  }

  .sp_cs_page_container .sp_cs_7_slick .slick-dots li:after {
    background: #ffffff;
  }

  .sp_cs_page_container .sp_cs_7_slick {
    background: transparent;
  }

  .sp_cs_page_container .sp_cs_7_box_slick {
    background: #E9EDF3;
    border-radius: 10px;
  }

  .sp_cs_page_container .sp_cs_7_slick {
    margin-bottom: 0px !important;
  }

  .sp_cs_page_container .sp_cs_8 {
    padding-bottom: 168px;
  }

  .sp_cs_page_container .sp_cs_8_flex {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }

  .sp_cs_page_container .sp_cs_8_el {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 41px;
  }

  .sp_cs_page_container .sp_cs_8_el:first-child {
    margin-top: 0px;
  }

  .sp_cs_page_container .sp_cs_8_icon_hover {
    opacity: 1;
  }

  .sp_cs_page_container .sp_cs_8_icon_static {
    display: none;
  }

  .sp_cs_page_container .sp_cs_9_container {
    width: 770px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 79px 20px  65px 20px;
  }
	
  .sp_cs_page_container .sp_cs_9_container:hover .sp_cs_9_bg {
    width: 100%;
    height: 100%;
  }

  .sp_cs_page_container .sp_cs_9_container:hover .sp_cs_9_absolute_logo {
    width: 124px;
    height: 68px;
  }

  .sp_cs_page_container .sp_cs_9_absolute_logo {
    left: 20px;
  }

  .sp_cs_page_container .sp_cs_10_flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sp_cs_page_container .sp_cs_10_left {
    width: 445px;
    max-width: 100%;
    min-width: 1px;
    margin-bottom: 63px;
    margin-left: auto;
    margin-right: auto;
  }

  .sp_cs_page_container .sp_cs_10 {
    padding-top: 120px;
  }

  .sp_cs_page_container .sp_cs_10_right {
    width: 648px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sp_cs_page_container .sp_cs_10_title {
    text-align: center;
  }

  .sp_cs_page_container .sp_cs_10_text {
    text-align: center;
  }

  .sp_cs_page_container .sp_cs_10_btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 992px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sp_cs_page_container .sp_cs_background {
    display: none;
  }

  .sp_cs_page_container .sp_cs_background_desctop {
    display: block;
  }

  .sp_cs_page_container .sp_cs_6_bg_desctop {
    display: none;
  }

  .sp_cs_page_container .sp_cs_6_bg_tab {
    display: block;
  }
	
	.sp_cs_page_container .slick-prev,
	.sp_cs_page_container .slick-next {
	  font-size: 0;
	  line-height: 0;
	  position: absolute;
	  top: 300px;
	  width: 70px;
	  height: 70px;
	  display: block;
	  padding: 0px;
	  transform: none;
	  cursor: pointer;
	  color: transparent;
	  border: none;
	  border-radius: 100%;
	  outline: none;
		transition: 0.5s;
	  background-color: #001C42;
	  box-shadow: 3px 10px 12px 4px rgba(140, 155, 177, 0.2);
		opacity: 1 !important;
	}

	.sp_cs_page_container .slick-prev:hover,
	.sp_cs_page_container .slick-next:hover {
	  box-shadow:  3px 10px 12px 4px rgba(140, 155, 177, 0.2);
	  background-color:#001C42;
	}
	
	
	.sp_cs_7_slick  {
		padding-bottom: 25px;
	}
	.sp_cs_6_el {
		transform: translateY(0px) !important;
	}
}

@media screen and (max-width: 767px) {
  .sp_cs_page_container .sp_cs_hero {
    padding-top: 103px;
    padding-bottom: 182px;
  }

  .sp_cs_page_container .sp_cs_hero_pre_title {
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 12px;
  }

  .sp_cs_page_container .sp_cs_hero_title {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 16px;
  }

  .sp_cs_page_container .sp_cs_hero_text {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 48px;
  }

  .sp_cs_page_container .sp_cs_background_desctop {
    display: none;
  }

  .sp_cs_page_container .sp_cs_background_mobile {
    display: block;
  }

  .sp_cs_page_container .sp_cs_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sp_cs_page_container .sp_cs_2 {
    padding-bottom: 100px;
    padding-top: 66px;
  }

  .sp_cs_page_container .sp_cs_section_title {
    font-size: 34px;
    line-height: 44px;
  }

  .sp_cs_page_container .sp_cs_2 .sp_cs_section_title {
    margin-bottom: 0px;
  }

  .sp_cs_page_container .sp_cs_2_text_after_title {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 27px;
  }

  .sp_cs_page_container .sp_cs_2_text {
    font-size: 22px;
    line-height: 33px;
  }

  .sp_cs_page_container .sp_cs_2_text p {
    margin-bottom: 16px;
  }

  .sp_cs_page_container .sp_cs_right_image {
    width: calc(100% + 60px);
    margin-left: -30px;
    height: auto;
    padding-top: calc(100% + 60px);
  }

  .sp_cs_page_container .sp_cs_left {
    margin-bottom: 53px;
  }

  .sp_cs_page_container .sp_cs_3 {
    padding-top: 89px;
    padding-bottom: 93px;
  }

  .sp_cs_page_container .sp_cs_section_title {
    margin-bottom: 30px;
  }

  .sp_cs_page_container .sp_cs_3_el {
    flex-direction: column;
  }

  .sp_cs_page_container .sp_cs_3_el_icon_wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 21px;
  }

  .sp_cs_page_container .sp_cs_3_el {
    margin-top: 38px;
  }

  .sp_cs_page_container .sp_cs_4 {
    padding-top: 89px;
  }

  .sp_cs_page_container .sp_cs_4 .sp_cs_section_title {
    margin-bottom: 30px;
  }

  .sp_cs_page_container .sp_cs_4_el {
    padding: 30px 20px 42px 20px;
  }

  .sp_cs_page_container .sp_cs_4_el_title {
    margin-bottom: 17px;
  }

  .sp_cs_page_container .sp_cs_5 {
    padding-top: 89px;
    padding-bottom: 72px;
  }

  .sp_cs_page_container .sp_cs_5_after_title {
    margin-bottom: 30px;
  }

  .sp_cs_page_container .sp_cs_5_flex {
    flex-direction: column;
  }

  .sp_cs_page_container .sp_cs_5_el {
    width: 400px;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }

  .sp_cs_page_container .sp_cs_5_el:nth-child(1) .sp_cs_5_el_image {
    width: calc(100% + 8px);
    margin-left: -8px;
  }

  .sp_cs_page_container .sp_cs_5_el:nth-child(2) {
    margin-top: 38px;
  }

  .sp_cs_page_container .sp_cs_5_el_image {
    margin-bottom: 18px;
  }

  .sp_cs_page_container .sp_cs_5_el:nth-child(3) .sp_cs_5_el_image {
    width: calc(100% + 25px);
    margin-left: -5px;
  }

  .sp_cs_page_container .sp_cs_6 {
    padding-top: 114px;
    padding-bottom: 100px;
  }

  .sp_cs_page_container .sp_cs_6_bg_tab {
    display: none;
  }

  .sp_cs_page_container .sp_cs_6_bg_box {
    display: block;
  }

  .sp_cs_page_container .sp_cs_6_el {
    justify-content: center !important;
    margin-top: 74px !important;
  }

  .sp_cs_page_container .sp_cs_7 {
    padding-top: 83px;
    padding-bottom: 100px;
  }

  .sp_cs_page_container .sp_cs_7 .sp_cs_section_title {
    text-transform: none;
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 4px;
  }

  .sp_cs_page_container .sp_cs_7_title_br_for_mob {
    display: block;
  }

  .sp_cs_page_container .sp_cs_7_after_title {
    margin-bottom: 44px;
  }

  .sp_cs_page_container .sp_cs_7_slide_wrapper {
    height: 660px;
    padding-bottom: 93px;
    padding-top: 31px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sp_cs_page_container .sp_cs_7_slide_wrapper img {
		height: 515px;
		width: calc(100% + 120px);
		margin-left: -60px;
		max-height: 540px;
	}

  .sp_cs_page_container .slick-prev,
  .sp_cs_page_container .slick-next {
    width: 42px;
    height: 42px;
    top: 200px;
  }

  .sp_cs_page_container .slick-prev {
    left: 9px;
    background-image: url("../images/sp_cs_7_slick_prev_arrow_mobile.svg");
  }

  .sp_cs_page_container .slick-next {
    right: 9px;
    background-image: url("../images/sp_cs_7_slick_next_arrow_mobile.svg");
  }

  .sp_cs_page_container .sp_cs_page_container .sp_cs_7_slide_title {
    font-size: 16px;
    line-height: 24px;
  }

  .sp_cs_page_container .sp_cs_7_slick {
    width: calc(100% + 60px);
    margin-left: -30px;
  }

  .sp_cs_page_container .sp_cs_7_slick .slick-dots {
    bottom: 45px;
  }

  .sp_cs_page_container .sp_cs_7_slick .slick-dots li {
    width: 28px;
    height: 28px;
  }

  .sp_cs_page_container .sp_cs_7_slick .slick-dots li:after {
    width: 18px;
    height: 18px;
  }

  .sp_cs_page_container .sp_cs_7_image_desctop {
    display: none;
  }

  .sp_cs_page_container .sp_cs_8 {
    padding-top: 89px;
    padding-bottom: 86px;
  }

  .sp_cs_page_container .sp_cs_8 .sp_cs_section_title {
    margin-bottom: 30px;
  }

  .sp_cs_page_container .sp_cs_8_el {
    margin-top: 30px;
  }

  .sp_cs_page_container .sp_cs_9 {
    margin-top: -10px;
    background: #21C38C;
    box-shadow: 0px 0px 20px 4px rgba(233, 237, 243, 0.5);
    border-radius: 10px;
  }

  .sp_cs_page_container .sp_cs_9_bg {
    display: none;
  }

  .sp_cs_page_container .sp_cs_9_container {
    padding: 79px 0px 65px 0px;
  }

  .sp_cs_page_container .sp_cs_9_absolute_logo {
    left: 0px;
  }

  .sp_cs_page_container .sp_cs_10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sp_cs_page_container .sp_cs_10_left {
    margin-bottom: 33px;
  }

  .sp_cs_page_container .sp_cs_10_title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .sp_cs_page_container .sp_cs_10_text {
    font-size: 20px;
    line-height: 30px;
  }

  .sp_cs_page_container .sp_cs_10_text p {
    margin-bottom: 20px;
  }

  .sp_cs_page_container .sp_cs_7_slide_title {
    font-size: 16px;
    font-weight: 400;
	  margin-bottom: -10px;
	  min-height: 66px;
  }
	.sp_cs_7_image_mobile {
		display: block;
		width: calc(100% + 20px);
		margin-left: -10px;
		height: 479px;
		object-fit: contain;
		object-position: center bottom;
	}
	.sp_cs_page_container .sp_cs_7_image_tab {
		display: none;
	}
	.sp_cs_page_container .sp_cs_7_image_mobile {
		display: block;
	}
}

@media screen and (max-width: 600px) {
  .section {
    padding-top: var(--section-padding-mobile);
    padding-bottom: var(--section-padding-mobile);
  }

  .remodal {
    padding-left: 10px;
    padding-right: 10px;
  }

  .remodal_thanks {
    padding-left: 20px;
    padding-right: 10px;
  }

  .remodal_thanks__icon {
    margin-right: 20px;
  }
}

.sp_cs_right_video .mejs-controls {
    display: none;
}

.sp_cs_right_video .mejs-layers {
    display: none;
}

.support-price_popup-wrapper.js-request-demo-popup {
	top: 60px;
}