@charset "UTF-8";



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;

}











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: 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-family: var(--main-family);

  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-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-main-header {

  position: fixed;

  top: 0px;

  width: 100%;

  z-index: 300;

  transition: 0.25s;

  border-bottom: 1px solid rgba(255, 255, 255, 0.3);

}



.sp-main-header.active {

  background: #174AB6;

  overflow: auto;

  height: 100vh;

}



.sp-main-header.fixed {

  background: #174AB6;

}



.sp-wrapper-big {

  width: 1272px;

  max-width: 100%;

  margin-left: auto;

  margin-right: auto;

  padding-left: 16px;

  padding-right: 16px;

}



.sp-main-header-flex {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.sp-main-header-right {

  display: flex;

  align-items: center;

}



.sp-main-header-right-search-and-lang {

  display: flex;

  align-items: center;

  margin-left: 114px;

}



.sp-main-header-right-search-btn {

  width: 20px;

  height: 20px;

  cursor: pointer;

  margin-right: 24px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

}



.sp-main-header-right-search-btn.active .sp-main-header-search-box {

  opacity: 1;

  pointer-events: auto;

}



.sp-main-header-right-land {

  width: 32px;

  height: 32px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

}



.sp-main-header-menu-ul {

  display: flex;

  align-items: center;

}



.sp-main-header-menu-item {

  margin-right: 32px;

  display: flex;

  align-items: center;

  padding-top: 26px;

  padding-bottom: 26px;

  position: relative;

}



.sp-main-header-menu-item:last-child {

  margin-right: 0px;

}



.sp-main-header-menu-item-has-children::after {

  content: '';

  display: block;

  background-image: url("../images/menu_arrow_white_down.svg");

  background-position: center !important;

  background-repeat: no-repeat !important;

  background-size: contain !important;

  width: 12px;

  min-width: 12px;

  height: 12px;

  transform-origin: center;

  transition: 0.25s;

  margin-left: 4px;

}



.sp-main-header-menu-link {

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #FFFFFF;

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.sp-main-header-sub-menu-ul-wrapper {

  display: none;

  position: absolute;

  left: 0px;

  top: calc(100% - 3px);

  padding-top: 8px;

  width: 240px;

}



.sp-main-header-sub-menu-ul {

  width: 100%;

  padding: 8px;

  background: #FFFFFF;

  border: 1px solid #F7FAFC;

  box-shadow: 1px 9px 50px rgba(17, 49, 47, 0.75);

  border-radius: 16px;

  position: relative;

}



.sp-main-header-sub-menu-ul:before {

  content: '';

  display: block;

  position: absolute;

  left: 14px;

  top: -7px;

  transform-origin: center;

  transform: rotate(45deg);

  background: #FFFFFF;

  border-radius: 2px;

  width: 12px;

  height: 12px;

}



.sp-main-header-sub-menu-li {

  margin-bottom: 9px;

}



.sp-main-header-sub-menu-li:last-child {

  margin-bottom: 0px;

}



.sp-main-header-sub-menu-link {

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 155%;

  letter-spacing: 0.02em;

  padding: 7px 8px 7px 12px;

  transition: 0.25s;

  display: flex;

  align-items: center;

  justify-content: space-between;

  width: 100%;

  border-radius: 8px;

  color: #111111;

}



.sp-main-header-sub-menu-link:hover {

  color: #FFFFFF;

  background: #174AB6;

}



.sp-main-header-sub-menu-li-has-child {

  position: relative;

}



.sp-main-header-sub-menu-li-has-child .sp-main-header-sub-menu-link:after {

  content: '';

  display: block;

  background-image: url("../images/sp-main-sub-menu-arrow-right-black.svg");

  background-position: center !important;

  background-repeat: no-repeat !important;

  background-size: contain !important;

  width: 16px;

  height: 16px;

  min-width: 16px;

  transition: 0.25s;

}



.sp-main-header-menu-second-ul-wrapper {

  display: none;

  position: absolute;

  left: 100%;

  top: -7px;

  padding-left: 20px;

  width: 260px;

}



.sp-main-header-menu-second-ul {

  width: 100%;

  background: #FFFFFF;

  border: 1px solid #F7FAFC;

  border-radius: 16px;

  position: relative;

  padding: 8px;

  box-shadow: 1px 9px 50px rgba(17, 49, 47, 0.75);

}



.sp-main-header-menu-second-ul:before {

  content: '';

  display: block;

  position: absolute;

  left: -6px;

  top: 16px;

  background: #FFFFFF;

  border-radius: 2px;

  width: 12px;

  height: 12px;

  transform-origin: center;

  transform: rotate(45deg);

}



.sp-main-header-menu-second-li {

  margin-bottom: 9px;

}



.sp-main-header-menu-second-li:last-child {

  margin-bottom: 0px;

}



.sp-main-header-second-link {

  padding: 7px 8px 7px 12px;

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #111111;

  display: block;

  width: 100%;

  border-radius: 8px;

}



.sp-main-header-second-link:hover {

  color: #FFFFFF;

  background: #174AB6;

}



.sp-main-header-menu-item.sp-main-header-menu-item-has-children:last-child .sp-main-header-menu-second-ul-wrapper {

  left: auto;

  right: 100%;

  padding-left: 0px;

  padding-right: 20px;

}



.sp-main-header-menu-item.sp-main-header-menu-item-has-children:last-child .sp-main-header-menu-second-ul:before {

  left: auto;

  right: -6px;

}



.sp-main-header-search-box {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  background: #FFFFFF;

  border-radius: 12px;

  z-index: 20;

  width: 1240px;

  max-width: 100%;

  height: 56px;

  transition: 0.25s;

  pointer-events: none;

  opacity: 0;

}



.sp-main-header-search-box form {

  display: block;

  width: 100%;

  height: 100%;

}



.sp-main-header-search-box form input {

  display: block;

  width: 100%;

  padding-left: 52px;

  padding-right: 52px;

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 56px;

  letter-spacing: 0.01em;

  color: #000000;

  background: transparent;

  transition: 0.25s;

}



.sp-main-header-search-box form input::-moz-placeholder {

  color: rgba(0, 0, 0, 0.7);

}



.sp-main-header-search-box form input:-ms-input-placeholder {

  color: rgba(0, 0, 0, 0.7);

}



.sp-main-header-search-box form input::placeholder {

  color: rgba(0, 0, 0, 0.7);

}



.sp-main-header-search-box .sp-main-header-search-form-btn {

  width: 50px;

  height: 56px;

  background: transparent;

  background-image: url("../images/sp-main-header-search-form-btn.svg");

  background-position: center;

  background-repeat: no-repeat;

  transition: 0.25s;

  transform-origin: center;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 0px;

  z-index: 30;

}



.sp-main-header-search-box .sp-main-header-search-form-btn:hover {

  transform: translateY(-50%) scale(1.2);

}



.sp-main-header-search-box .sp-main-header-search-btn-clear {

  width: 28px;

  height: 28px;

  right: 16px;

  top: 50%;

  transform: translateY(-50%);

  background-image: url("../images/sp-main-header-btn-clear.svg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  transform-origin: center;

  cursor: pointer;

  position: absolute;

  transition: 0.25s;

  z-index: 30;

}



.sp-main-header-search-box .sp-main-header-search-btn-clear:hover {

  transform: translateY(-50%) scale(1.2);

}



.header-hamburger-btn {

  display: none;

}



.sp-mobile-menu {

  display: none;

}



.sp-ab-1 {

  padding-top: 111px;

  padding-bottom: 95px;

  position: relative;

  z-index: 1;

  background: linear-gradient(80.84deg, #174AB6 0%, #3674F9 100.57%);

}



.sp-ab-1 .sp-wrapper-big {

  position: relative;

  z-index: 20;

}



.sp-ab-1-breadcrumbs {

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 12px;

}



.sp-ab-1-breadcrumbs a {

  font-style: normal;

  font-weight: 400;

  font-size: 12px;

  line-height: 160%;

  letter-spacing: 0.02em;

  color: #FFFFFF;

}



.sp-ab-1-breadcrumbs p {

  font-style: normal;

  font-weight: 400;

  font-size: 12px;

  line-height: 160%;

  letter-spacing: 0.02em;

  color: #FFFFFF;

  opacity: 0.5;

}



.sp-ab-1-breadcrumbs .sp-ab-1-breadcrumbs-sep {

  width: 16px;

  height: 16px;

  min-width: 16px;

  margin-left: 8px;

  margin-right: 8px;

  background-image: url("../images/ab_1_breadcrumbs_arrow.svg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

}



.sp-ab-1-text-wrapper {

  width: 610px;

  max-width: 100%;

  margin-left: auto;

  margin-right: auto;

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 155%;

  text-align: center;

  letter-spacing: 0.02em;

  color: #FFFFFF;

}



.sp-ab-1-text {

  margin-bottom: 20px;

}



.sp-ab-1-text-dop {

  display: none;

}



.sp-ab-1-text-wrapper.active .sp-ab-1-text-dop {

  display: block;

}



.sp-ab-1-title {

  font-style: normal;

  font-weight: 700;

  font-size: 40px;

  line-height: 130%;

  letter-spacing: 0.02em;

  text-align: center;

  color: #FFFFFF;

  margin-bottom: 12px;

}



.sp-ab-1-btn-flex {

  display: flex;

  justify-content: center;

  margin-top: 20px;

}



.sp-ab-1-btn-more {

  display: flex;

  align-items: center;

  justify-content: center;

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 155%;

  letter-spacing: 0.02em;

  text-transform: uppercase;

  color: #FFFFFF;

}



.sp-ab-1-btn-more:after {

  content: '';

  display: block;

  background-image: url("../images/sp_ab_1_btn_more.svg");

  background-position: center;

  background-repeat: no-repeat;

  width: 20px;

  height: 20px;

  margin-left: 10px;

  transform-origin: center;

  transition: 0.25s;

}



.sp-ab-1-btn-more.active:after {

  transform: rotate(180deg);

}



.sp-ab-1-menu {

  position: absolute;

  bottom: 0px;

  left: 50%;

  max-width: 100%;

  transform: translate(-50%, 50%);

  background: #FFFFFF;

  border: 1px solid #F7FAFC;

  box-shadow: 1px 20px 50px rgba(28, 64, 141, 0.15);

  border-radius: 16px;

  display: flex;

  padding: 8px;

  z-index: 1;

}



.sp-ab-1-menu a {

  display: block;

  margin-left: 12px;

  margin-right: 12px;

  padding: 7px 8px 7px 12px;

  transition: 0.25s;

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #111111;

  border-radius: 8px;

  white-space: nowrap;

}



.sp-ab-1-menu a:first-child {

  margin-left: 0px;

}



.sp-ab-1-menu a:last-child {

  margin-right: 0px;

}



.sp-ab-1-menu a:hover {

  background: #174AB6;

  color: #ffffff;

}



.sp-ab-1-elipse {

  position: absolute;

  top: 0px;

  right: 0px;

  width: 601px;

  height: 557px;

  max-height: 100%;

  background-position: top right;

  background-repeat: no-repeat;

  background-size: cover;

}



.sp-ab-1-menu-mobile {

  display: none;

  position: relative;

  max-width: calc(100% - 32px);

  z-index: 2;

}



.jq-selectbox__dropdown {

  z-index: 30;

}



.sp-ab-2 {

  padding-top: 58px;

  padding-bottom: 105px;

  background: rgba(23, 74, 182, 0.05);

  position: relative;

  overflow: hidden;

  z-index: 1;

}



.sp-ab-2-wrapper {

  width: 1094px;

  padding-left: 10px;

  padding-right: 10px;

  max-width: 100%;

  margin-left: auto;

  margin-right: auto;

}



.sp-ab-anhor {

  position: absolute;

  top: -40px;

  left: 0px;

}



.sp-ab-2-title {

  font-style: normal;

  font-weight: 700;

  font-size: 36px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #111111;

  margin-bottom: 60px;

  text-align: center;

}



.sp-ab-2-container {

  position: relative;

}



.sp-ab-2-container .sp-ab-2-container-line {

  display: block;

  position: absolute;

  left: 50%;

  top: -17px;

  background: linear-gradient(80.84deg, #174AB6 0%, #3674F9 100.57%);

  border-radius: 999px;

  width: 8px;

  height: calc(100% + 142px);

  transform: translateX(-50%);

}



.sp-ab-2-row {

  position: relative;

  width: 100%;

  max-height: 233px;

  margin-bottom: 12px;

}



.sp-ab-2-row:last-child {

  margin-bottom: 0px;

}



.sp-ab-2-row:nth-child(even) .sp-ab-2-el {

  margin-left: auto;

}



.sp-ab-2-row:nth-child(even) .sp-ab-2-el-table:before {

  right: auto;

  left: 100%;

  transform-origin: left center;

}



.sp-ab-2-el-table {

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  z-index: 20;

  background: #111111;

  box-shadow: 1px 8px 24px rgba(28, 64, 141, 0.2);

  border-radius: 14px;

  padding: 6px 14px;

  font-style: normal;

  font-weight: 700;

  font-size: 16px;

  line-height: 130%;

  text-align: center;

  letter-spacing: 0.02em;

  color: #FFFFFF;

}



.sp-ab-2-el-table:before {

  content: '';

  display: block;

  position: absolute;

  right: 100%;

  top: 50%;

  transform: scaleX(0) translateY(-50%);

  height: 3px;

  width: 240px;

  transform-origin: center right;

  background: #111111;

  opacity: 0.2;

  -webkit-animation: lineFull 0.7s linear 0.3s 1 normal forwards;

  animation: lineFull 0.7s linear 0.3s 1 normal forwards;

  -webkit-animation-play-state: paused;

  animation-play-state: paused;

}



.sp-ab-2-el-table.animated:before {

  -webkit-animation-play-state: running;

  animation-play-state: running;

}



@-webkit-keyframes lineFull {

  0% {

    transform: scaleX(0) translateY(-50%);

  }



  100% {

    transform: scaleX(1) translateY(-50%);

  }

}



@keyframes lineFull {

  0% {

    transform: scaleX(0) translateY(-50%);

  }



  100% {

    transform: scaleX(1) translateY(-50%);

  }

}



.sp-ab-2-el {

  width: 337px;

  max-width: calc(50% - 70px);

  background: #FFFFFF;

  box-shadow: 1px 20px 50px rgba(28, 64, 141, 0.15);

  border-radius: 16px;

  position: relative;

  z-index: 20;

}



.sp-ab-2-el-title {

  background: #F3F6FB;

  border-radius: 16px 16px 0px 0px;

  padding: 12px 12px 13px 12px;

  font-style: normal;

  font-weight: 500;

  font-size: 18px;

  line-height: 130%;

  letter-spacing: 0.02em;

  color: #111111;

}



.sp-ab-2-el-text {

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #000000;

  padding: 12px 12px 20px 12px;

}



.sp-ab-3 {

  padding-top: 58px;

  padding-bottom: 88px;

  position: relative;

}



.sp-ab-3 .sp-ab-2-title {

  margin-bottom: 52px;

}



.sp-ab-3-block {

  display: flex;

  align-items: center;

  margin-bottom: 28px;

  background: #F3F6FB;

  border-radius: 24px;

  width: 1008px;

  max-width: 100%;

  margin-left: auto;

  margin-right: auto;

  padding: 36px 40px;

}



.sp-ab-3-block:last-child {

  margin-bottom: 0px;

}



.sp-ab-3-block-image {

  width: 148px;

  height: 148px;

  min-width: 148px;

  margin-right: 40px;

  border-radius: 100%;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

}



.sp-ab-3-block-title {

  font-style: normal;

  font-weight: 700;

  font-size: 24px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #111111;

  margin-bottom: 4px;

}



.sp-ab-3-block-text {

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #111111;

  width: 596px;

  max-width: 100%;

}



.sp-ab-4 {

  background: #F3F6FB;

  position: relative;

  padding-top: 58px;

  padding-bottom: 68px;

}



.sp-ab-4 .sp-ab-2-title {

  margin-bottom: 52px;

}



.sp-ab-4-flex {

  display: flex;

  flex-wrap: wrap;

  margin-left: -24px;

  margin-right: -24px;

  margin-top: -48px;

}



.sp-ab-4-el {

  width: calc(25% - 48px);

  margin-left: 24px;

  margin-right: 24px;

  margin-top: 48px;

  padding: 30px 10px;

  background: #FFFFFF;

  box-shadow: 1px 21px 50px rgba(28, 64, 141, 0.05);

  border-radius: 16px;

}



.sp-ab-4-el-photo {

  width: 136px;

  height: 136px;

  margin-left: auto;

  margin-right: auto;

  border-radius: 100%;

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;

  margin-bottom: 24px;

}



.sp-ab-4-el-name {

  font-style: normal;

  font-weight: 700;

  font-size: 20px;

  line-height: 155%;

  text-align: center;

  letter-spacing: 0.02em;

  color: #111111;

  margin-bottom: 4px;

}



.sp-ab-4-el-text {

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 155%;

  text-align: center;

  letter-spacing: 0.02em;

  color: #111111;

}



.sp-ab-4-bottom-block {

  position: relative;

  background: #FFFFFF;

  border-radius: 24px;

  padding: 66px 66px 67px 68px;

  margin-top: 48px;

}



.sp-ab-4-bottom-content {

  width: 590px;

  position: relative;

  z-index: 20;

  max-width: 100%;

}



.sp-ab-4-bottom-title {

  font-style: normal;

  font-weight: 700;

  font-size: 36px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #111111;

  margin-bottom: 4px;

}



.sp-ab-4-bottom-text {

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #111111;

}



.sp-ab-4-bottom-image-right {

  position: absolute;

  top: 16px;

  right: 113px;

  width: 220px;

  height: 220px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

}



.sp-ab-5 {

  margin-bottom: 0;

  position: relative;

  padding-top: 58px;

  padding-bottom: 64px;

}



.sp-ab-5 .sp-ab-2-title {

  margin-bottom: 52px;

}



.sp-ab-5-perfences-tabs {

  display: flex;

  padding: 12px;

  background: #F3F6FB;

  border-radius: 20px;

}



.sp-ab-5-perfences-tab {

  margin-right: 6px;

  margin-left: 6px;

  cursor: pointer;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  transition: 0.25s;

  padding: 11.5px 20px;

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #111111;

  border-radius: 12px;

}



.sp-ab-5-perfences-tab:first-child {

  margin-left: 0px;

}



.sp-ab-5-perfences-tab:last-child {

  margin-right: 0px;

}



.sp-ab-5-perfences-tab:hover {

  background: #1749b615;

}



.sp-ab-5-perfences-tab.active {

  background: #174AB6 !important;

  color: #FFFFFF;

}



.sp-ab-5-wrapper-for-nav {

  display: flex;

  justify-content: center;

  margin-bottom: 32px;

}



.sp-ab-5-block {

  display: none;

  background: #F8FAFE;

  border-radius: 24px;

  padding: 32px 48px 32px 32px;

  align-items: flex-start;

}



.sp-ab-5-block.active {

  display: flex;

}



.sp-ab-5-block-image {

  width: 100px;

  min-width: 100px;

  height: 100px;

  margin-right: 32px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  border-radius: 100%;

}



.sp-ab-5-block-title {

  font-style: normal;

  font-weight: 700;

  font-size: 24px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #000000;

  margin-bottom: 4px;

}



.sp-ab-5-block-text {

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #000000;

}



.sp-ab-5-mob-select {

  display: none;

}



.sp-ab-6 {

  padding-top: 58px;

  padding-bottom: 68px;

  position: relative;

}



.sp-ab-6 .sp-ab-2-title {

  margin-bottom: 52px;

}



.sp-ab-6-slick-wrapper {

  width: 1152px;

  max-width: calc(100% - 150px);

  margin-left: auto;

  margin-right: auto;

}



.sp-ab-6-slick {

  margin-left: -24px;

  margin-right: -24px;

}



.sp-ab-6-slick .slick-prev,

.sp-ab-6-slick .slick-next {

  font-size: 0;

  line-height: 0;

  position: absolute;

  top: 50%;

  width: 48px;

  height: 48px;

  display: block;

  padding: 0px;

  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;

  outline: none;

  background: transparent;

  border: 1px solid rgba(17, 17, 17, 0.25);

  border-radius: 16px;

}



.sp-ab-6-slick .slick-prev {

  z-index: 99;

  left: -64px;

  background-image: url("../images/sp-ab-6-arrow-prev.svg");

  background-position: center;

  background-repeat: no-repeat;

}



.sp-ab-6-slick .slick-next {

  z-index: 99;

  right: -64px;

  background-image: url("../images/sp-ab-6-arrow-next.svg");

  background-position: center;

  background-repeat: no-repeat;

}



.sp-ab-6-slide {

  padding-left: 24px;

  padding-right: 24px;

}



.sp-ab-6-slide-image {

  width: 100%;

  height: 253px;

}



.sp-ab-6-slide-image img {

  display: block;

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

  object-fit: cover;

  -o-object-position: center;

  object-position: center;

  border-radius: 16px;

}



.sp-ab-7 {

  position: relative;

  padding-top: 58px;

  padding-bottom: 88px;

  background: #F3F6FB;

}



.sp-ab-7 .sp-ab-2-title {

  margin-bottom: 52px;

}



.ap-ab-7-flex {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  width: 1062px;

  max-width: 100%;

  margin-left: auto;

  margin-right: auto;

  margin-top: -16px;

}



.sp-ab-7-el {

  width: 300px;

  max-width: 100%;

  margin-left: 27px;

  margin-right: 27px;

  background: #FFFFFF;

  box-shadow: 1px 21px 50px rgba(28, 64, 141, 0.05);

  border-radius: 16px;

  padding: 30px 20px 20px 20px;

  margin-top: 16px;

}



.sp-ab-7-el-photo {

  width: 136px;

  height: 136px;

  margin-bottom: 24px;

  margin-left: auto;

  margin-right: auto;

  border-radius: 100%;

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;

}



.sp-ab-7-el-name {

  font-style: normal;

  font-weight: 700;

  font-size: 20px;

  line-height: 155%;

  text-align: center;

  letter-spacing: 0.02em;

  color: #111111;

  margin-bottom: 2px;

}



.sp-ab-7-el-job {

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 155%;

  text-align: center;

  letter-spacing: 0.02em;

  color: #174AB6;

  margin-bottom: 12px;

}



.sp-ab-7-el-text {

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 155%;

  text-align: center;

  letter-spacing: 0.02em;

  color: #111111;

  margin-bottom: 24px;

}



.sp-ab-7-links {

  display: flex;

  justify-content: flex-start;

  margin-bottom: 24px;

  flex-wrap: wrap;

  margin-top: -12px;

  margin-left: -12px;

  margin-right: -12px;

}



.sp-ab-7-links a {

  display: block;

  width: 32px;

  height: 32px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  margin-left: 12px;

  margin-right: 12px;

  margin-top: 12px;

  transform-origin: center;

}



.sp-ab-7-links a img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: contain;

  object-position: center;

}



.sp-ab-7-links a:hover {

  transform: scale(1.2);

}



.sp-ab-7-btn {

  background: #F3F6FB;

  border-radius: 12px;

  width: 100%;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #174AB6;

}



.sp-ab-7-btn:hover {

  background: #174AB6;

  color: #FFFFFF;

}



.sp-ab-8 {

  position: relative;

  background: radial-gradient(108.91% 310.03% at 66.28% -17.35%, #3674F9 0%, #174AB6 100%);

  padding-top: 58px;

  padding-bottom: 68px;

}



.sp-ab-8 .sp-ab-2-title {

  color: #ffffff;

  margin-bottom: 52px;

}



.sp-ab-8-wrapper {

  width: 1008px;

  max-width: 100%;

  margin-left: auto;

  margin-right: auto;

}



.sp-ab-8-flex {

  display: flex;

  flex-wrap: wrap;

  margin-top: -48px;

  margin-left: -27px;

  margin-right: -27px;

}



.sp-ab-8-el {

  width: calc(33.333% - 54px);

  margin-left: 27px;

  margin-right: 27px;

  background: #FFFFFF;

  box-shadow: 1px 21px 50px rgba(28, 64, 141, 0.05);

  border-radius: 16px;

  margin-top: 48px;

  padding: 24px 5px;

}



.sp-ab-8-el-count {

  font-style: normal;

  font-weight: 700;

  font-size: 24px;

  line-height: 155%;

  text-align: center;

  letter-spacing: 0.02em;

  color: #111111;

  margin-bottom: 4px;

}



.sp-ab-8-el-text {

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 155%;

  text-align: center;

  letter-spacing: 0.02em;

  color: #111111;

}



.sp-ab-9 {

  background: #F8FAFE;

  padding: 78px 0px;

  position: relative;

}



.sp-ab-9-wrapper {

  background: #FFFFFF;

  box-shadow: 1px 28px 50px rgba(28, 64, 141, 0.1);

  border-radius: 24px;

  width: 1008px;

  max-width: 100%;

  padding: 40px 20px;

  margin-left: auto;

  margin-right: auto;

}



.sp-ab-9-conteiner {

  width: 800px;

  max-width: 100%;

  margin-left: auto;

  margin-right: auto;

}



.sp-ab-9-conteiner .sp-ab-2-title {

  margin-bottom: 0px;

}



.sp-ab-9-after-title {

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 155%;

  text-align: center;

  color: #111111;

  opacity: 0.7;

  margin-bottom: 24px;

  margin-top: 8px;

}



.sp-ab-9-form-row {

  display: flex;

  justify-content: space-between;

}



.sp-ab-9-form-el {

  width: calc(50% - 14px);

  margin-bottom: 28px;

  position: relative;

}



.sp-ab-9-form-el-icon-1 {

  position: absolute;

  top: 17px;

  left: 16px;

  pointer-events: none;

  z-index: 20;

  background-image: url("../images/sp-ab-9-icon-1.svg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  width: 20px;

  height: 20px;

}



.sp-ab-9-form-el-icon-2 {

  position: absolute;

  top: 17px;

  left: 16px;

  pointer-events: none;

  z-index: 20;

  background-image: url("../images/sp-ab-9-icon-2.svg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  width: 20px;

  height: 20px;

}



.sp-ab-9-form-el-icon-3 {

  position: absolute;

  top: 17px;

  left: 16px;

  pointer-events: none;

  z-index: 20;

  background-image: url("../images/sp-ab-9-icon-3.svg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  width: 20px;

  height: 20px;

}



.sp-form-style input,

.sp-form-style textarea {

  display: block;

  width: 100%;

  background: #F8FAFE;

  border-radius: 12px;

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 155%;

  letter-spacing: 0.01em;

  color: #000000;

  padding: 15px 10px 15px 52px;

}



.sp-form-style input::-moz-placeholder,

.sp-form-style textarea::-moz-placeholder {

  color: rgba(0, 0, 0, 0.5);

}



.sp-form-style input:-ms-input-placeholder,

.sp-form-style textarea:-ms-input-placeholder {

  color: rgba(0, 0, 0, 0.5);

}



.sp-form-style input::placeholder,

.sp-form-style textarea::placeholder {

  color: rgba(0, 0, 0, 0.5);

}



.sp-form-style textarea {

  height: 260px;

  border: none;

}



.sp-ab-9-form-full-row {

  position: relative;

  margin-bottom: 36px;

}



.sp-ab-9-btn {

  display: flex;

  justify-content: center;

  align-items: center;

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #FFFFFF;

  background: #174AB6;

  border-radius: 12px;

  width: 303px;

  max-width: 100%;

  margin-left: auto;

  margin-right: auto;

  height: 52px;

}



.sp-ab-9-btn:hover {

  transform: translateY(-5px);

}



.sp-ab-9-btn:after {

  content: '';

  display: block;

  background-image: url("../images/sp-ab-9-btn-arrow.svg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  width: 20px;

  height: 20px;

  margin-left: 10px;

}



.sp-ab-10 {

  padding-top: 72px;

  padding-bottom: 76px;

  position: relative;

}



.sp-ab-10 .sp-ab-2-title {

  margin-bottom: 32px;

}



.sp-ab-10-block {

  background: #F8FAFE;

  border-radius: 16px;

  width: 928px;

  max-width: 100%;

  margin-left: auto;

  margin-right: auto;

  margin-bottom: 20px;

  padding: 24px 20px 20px 20px;

  cursor: pointer;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}



.sp-ab-10-block:last-child {

  margin-bottom: 0px;

}



.sp-ab-10-block.active .sp-ab-10-block-body {

  padding-top: 23px;

  max-height: 300px;

}



.sp-ab-10-block.active .sp-ab-10-block-btn {

  transform: rotate(180deg);

}



.sp-ab-10-block-header {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.sp-ab-10-block-question {

  font-style: normal;

  font-weight: 600;

  font-size: 20px;

  line-height: 155%;

  color: #111111;

}



.sp-ab-10-block-body {

  padding-top: 0px;

  max-height: 0px;

  overflow: hidden;

  transition: 0.4s;

  font-style: normal;

  font-weight: 400;

  font-size: 20px;

  line-height: 155%;

  color: #111111;

  width: 681px;

  max-width: 100%;

}



.sp-ab-10-block-btn {

  width: 28px;

  min-width: 28px;

  margin-left: 20px;

  height: 28px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  transform-origin: center;

  transition: 0.25s;

}



.sp-main-footer {

  background: #294175;

  padding-top: 47px;

}



.sp-footer-top {

  display: flex;

  justify-content: space-between;

  align-items: flex-start;

}



.sp-footer-top-block-1 {

  padding-top: 23px;

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

}



.sp-footer-logo {

  margin-bottom: 51px;

}



.sp-footer-logo-lang-wrapper {

  position: relative;

  padding-bottom: 4px;

}



.sp-active-language {

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 12px;

  padding: 9px 8px;

  display: flex;

  align-items: center;

  cursor: pointer;

  justify-content: space-between;

}



.sp-active-language:after {

  content: '';

  display: block;

  background-image: url("../images/footer-lang-arrow.svg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  width: 20px;

  height: 20px;

  min-width: 20px;

  margin-left: 10px;

}



.sp-active-language .sp-lang-item {

  display: none;

}



.sp-active-language .current-lang {

  display: block;

}



.sp-active-language a {

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #FFFFFF;

  display: flex;

  align-items: center;

}



.sp-hover-language li {

  margin-bottom: 5px;

}



.sp-hover-language li:last-child {

  margin-bottom: 0px;

}



.sp-hover-language a {

  display: flex;

  align-items: center;

  font-style: normal;

  font-weight: 500;

  font-size: 14px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: rgba(255, 255, 255, 0.6);

}



.sp-hover-language a:hover {

  color: rgba(255, 255, 255, 0.9);

}



.sp-lang-item:first-child a:before {

  content: '';

  display: block;

  width: 32px;

  height: 32px;

  margin-right: 11px;

  min-width: 32px;

  background-image: url("../images/footer-lang-icon-1.png");

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

}



.sp-lang-item:nth-child(2) a:before {

  content: '';

  display: block;

  width: 32px;

  height: 32px;

  margin-right: 11px;

  min-width: 32px;

  background-image: url("../images/footer-lang-icon-1.png");

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

}



.sp-hover-language {

  opacity: 0;

  pointer-events: none;

  position: absolute;

  left: 0px;

  width: 100%;

  top: 100%;

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 12px;

  padding: 9px 8px;

}



.sp-footer-logo-lang-wrapper:hover .sp-hover-language {

  opacity: 1;

  pointer-events: auto;

}



.sp-footer-top-block-main-link {

  font-style: normal;

  font-weight: 700;

  font-size: 16px;

  line-height: 135%;

  letter-spacing: 0.02em;

  color: #FFFFFF;

  margin-bottom: 10px;

  display: block;

}



.sp-footer-top-menu li {

  margin-bottom: 10px;

}



.sp-footer-top-menu li:last-child {

  margin-bottom: 0px;

}



.sp-footer-top-menu a {

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #FFFFFF;

}



.sp-footer-top-block-2 {

  display: flex;

  flex-direction: column;

}



.sp-footer-top-block-4 {

  display: flex;

  flex-direction: column;

}



a.sp-footer-top-contact-link {

  display: block;

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #FFFFFF;

  text-decoration: underline;

  margin-bottom: 15px;

}



a.sp-footer-top-contact-link:hover {

  text-decoration: none;

}



.sp-footer-top-soc-links {

  display: flex;

  padding-top: 8px;

}



.sp-footer-top-soc-links a {

  display: block;

  width: 28px;

  height: 28px;

  margin-right: 16px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  transform-origin: center;

}



.sp-footer-top-soc-links a:hover {

  transform: scale(1.2);

}



.sp-footer-top-soc-links a:last-child {

  margin-right: 0px;

}



.sp-footer-mid {

  display: flex;

  justify-content: space-between;

  margin-top: 60px;

  padding-bottom: 60px;

}



.sp-footer-mid-left {

  padding-top: 27px;

  width: 450px;

}



.sp-footer-mid-left img {

  margin-right: 32px;

}



.sp-footer-mid-left img:last-child {

  margin-right: 0px;

}



.sp-footer-mid-right {

  width: 609px;

  max-width: calc(100% - 500px);

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 155%;

  color: rgba(255, 255, 255, 0.5);

}



.sp-footer-bottom {

  padding: 24px 0px;

  border-top: 1px solid rgba(255, 255, 255, 0.2);

}



.sp-footer-bottom p {

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 155%;

  text-align: center;

  letter-spacing: 0.02em;

  color: #FFFFFF;

  opacity: 0.5;

}



.sp-footer-top-logos__mobile {

  display: none;

}



.sp-footer-mid-logo {

  display: none;

}



.sp-ab-1-breadcrumbs-sep--black {

  background-image: url("../images/sp-au-1-bread-blakc.svg") !important;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

}



.sp-ab-1-breadcrumbs--black {

  justify-content: flex-start;

  margin-bottom: 30px;

}



.sp-ab-1-breadcrumbs--black a {

  color: #111111;

  opacity: 0.5;

}



.sp-ab-1-breadcrumbs--black a.current,

.sp-ab-1-breadcrumbs--black p {

  color: #111111;

  opacity: 0.5;

}



.sp-ab-1-breadcrumbs--black div:last-child a {

  opacity: 1;

}



.sp-au-1 {

  padding-top: 50px;

  padding-bottom: 72px;

}



.sp-main-header.blue {

  background: #174AB6;

  border-bottom: 1px solid rgba(255, 255, 255, 0.3);

}



.sp-wrapper {

  width: 1040px;

  max-width: 100%;

  margin-left: auto;

  margin-right: auto;

  padding-left: 16px;

  padding-right: 16px;

}



.sp-au-1-wrapper {

  background: #F3F6FB;

  border-radius: 24px;

  padding: 40px;

  margin-bottom: 28px;

}



.sp-au-1-content {

  max-width: 100%;

  display: flex;

  justify-content: space-between;

}



.sp-au-1-left-photo {

  display: block;

  width: 100%;

  height: 291px;

  border-radius: 16px;

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;

}



.sp-au-1-left {

  width: 216px;

  min-width: 216px;

  margin-right: 40px;

}



.sp-au-2-right {

  width: 1px;

  flex-grow: 2;

}



.sp-au-1-title {

  font-style: normal;

  font-weight: 700;

  font-size: 36px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #111111;

  margin-bottom: 4px;

}



.sp-au-1-after-title {

  font-style: normal;

  font-weight: 500;

  font-size: 20px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #111111;

}



.sp-au-1-flex {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

}



.sp-au-1-el {

  width: calc(50% - 20px);

  display: flex;

  align-items: center;

  margin-top: 24px;

}



.sp-au-1-el:hover .sp-au-1-el-text-box {

  text-decoration: underline;

  color: #174AB6;

}



.sp-au-1-el:hover .sp-au-1-el-text-box-abs {

  display: block;

}



.sp-au-1-el-icon-wrapper {

  background: rgba(23, 74, 182, 0.2);

  border-radius: 100%;

  width: 36px;

  height: 36px;

  margin-right: 16px;

  min-width: 36px;

  display: flex;

  align-items: center;

  justify-content: center;

}



.sp-au-1-el-icon {

  width: 22px;

  height: 22px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

}



.sp-au-1-el-text-box {

  display: flex;

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #000000;

}



.sp-au-1-el-text-box .sp-au-1-el-text-p {

  position: relative;

  padding-top: 8px;

  padding-bottom: 8px;

}



.sp-au-1-el-text-box-abs {

  position: absolute;

  bottom: 100%;

  left: calc(100% - 25px);

  background: #FFFFFF;

  border: 1px solid #F7FAFC;

  box-shadow: 1px 8px 50px rgba(17, 17, 17, 0.07);

  border-radius: 16px;

  padding: 12px;

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #111111;

  width: 240px;

  display: none;

}



.sp-au-1-el-text-box-abs:before {

  content: '';

  background: #FFFFFF;

  border-radius: 2px;

  width: 12px;

  height: 12px;

  transform-origin: center;

  transform: rotate(45deg);

  position: absolute;

  left: 12px;

  bottom: -6px;

}



.sp-au-1-el:nth-child(even) .sp-au-1-el-text-box-abs {

  left: auto;

  right: calc(100% - 25px);

}



.sp-au-1-el:nth-child(even) .sp-au-1-el-text-box-abs:before {

  left: auto;

  right: 12px;

}



.sp-au-1-soc-links {

  display: flex;

  margin-top: 28px;

}



.sp-au-1-soc-links a {

  display: block;

  width: 36px;

  height: 36px;

  margin-right: 24px;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  transform-origin: center;

  transition: 0.25s;

}



.sp-au-1-soc-links a:hover {

  transform: scale(1.2);

}



.sp-au-1-soc-links a:last-child {

  margin-right: 0px;

}



.sp-au-1-bio-wrapper {

  border: 2px solid #F3F6FB;

  border-radius: 24px;

  padding: 32px 63px 32px 32px;

  display: flex;

  justify-content: space-between;

  align-items: flex-end;

}



.sp-au-1-bio-left {

  width: calc(100% - 360px);

}



.sp-au-1-bio-right {

  width: 300px;

}



.sp-au-1-bio-video-link {

  display: block;

  width: 100%;

  height: 189px;

  position: relative;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  border-radius: 16px;

  overflow: hidden;

}



.sp-au-1-bio-video-link:after {

  content: '';

  display: block;

  width: 48px;

  height: 48px;

  background-image: url("../images/sp-au-1-video-btn.svg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  z-index: 20;

}



.sp-au-1-bio-video-link:before {

  content: '';

  display: block;

  position: absolute;

  top: 0px;

  left: 0px;

  width: 100%;

  height: calc(100% + 10px);

  background: rgba(255, 255, 255, 0.05);

  -webkit-backdrop-filter: blur(30px);

  backdrop-filter: blur(30px);

}



.sp-au-1-bio-title {

  font-style: normal;

  font-weight: 700;

  font-size: 24px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #000000;

  margin-bottom: 32px;

}



.sp-au-1-bio-text {

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #111111;

}



.sp-au-1-bio-text p {

  margin-bottom: 16px;

}



.sp-au-1-bio-text p:last-child {

  margin-bottom: 0px;

}



.sp-au-2 {

  background: #F3F6FB;

  padding-top: 58px;

  padding-bottom: 100px;

}



.sp-au-2 .sp-ab-2-title {

  margin-bottom: 52px;

}



.sp-au-2-flex {

  display: flex;

  flex-wrap: wrap;

  margin-left: 0px;

  margin-right: 0px;

  margin-top: -24px;

}



.sp-au-2-el {

  width: calc(33.33% - 54px);

  margin-left: 27px;

  margin-right: 27px;

  margin-top: 24px;

  background: #FFFFFF;

  box-shadow: 1px 21px 50px rgba(28, 64, 141, 0.05);

  border-radius: 16px;

  padding: 20px;

}



.sp-au-2-el-wrapper-image {

  border-radius: 16px;

  width: 100%;

  height: 149px;

  margin-bottom: 12px;

}



.sp-au-2-el-wrapper-image img {

  width: 100%;

  height: 100%;

  display: block;

  -o-object-fit: cover;

  object-fit: cover;

  -o-object-position: center;

  object-position: center;

  border-radius: 16px;

}



.sp-au-2-el-meta {

  display: flex;

  justify-content: space-between;

  margin-bottom: 8px;

}



.sp-au-2-el-data {

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: rgba(0, 0, 0, 0.5);

}



.sp-au-2-el-time {

  display: flex;

  align-items: center;

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: rgba(0, 0, 0, 0.5);

}



.sp-au-2-el-time:before {

  content: '';

  display: block;

  width: 16px;

  height: 16px;

  margin-right: 4px;

  background-image: url("../images/sp-au-2-icon-time.svg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

}



.sp-au-2-el-title {

  font-style: normal;

  font-weight: 700;

  font-size: 20px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #111111;

  margin-bottom: 4px;

}



@media (min-width: 1080px) {

  .sp-au-2-el-title.empty-meta {

    padding-top: 30px;

  } 

}



.sp-au-2-el-text {

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #111111;

  margin-bottom: 20px;

}



.sp-au-2-el-btn {

  background: #F3F6FB;

  border-radius: 12px;

  width: 260px;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #174AB6;

  margin-left: auto;

  margin-right: auto;

  max-width: 100%;

}



.sp-au-2-el-btn:hover {

  background: #174AB6;

  color: #F3F6FB;

}



.sp-au-2-bottom-text {

  font-style: normal;

  font-weight: 700;

  font-size: 24px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #000000;

  width: 727px;

  max-width: 100%;

  margin-left: auto;

  margin-right: auto;

  position: relative;

  margin-top: 88px;

}



.sp-au-2-bottom-text:before {

  content: '';

  display: block;

  position: absolute;

  top: -10px;

  left: -20px;

  background-image: url("../images/sp-au-2-before-icon.svg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  width: 64px;

  height: 59px;

}



.sp-au-3 {

  background: linear-gradient(180deg, rgba(243, 246, 251, 0) 0%, #F3F6FB 100%);

  padding-top: 58px;

  padding-bottom: 76px;

}



.sp-au-3 .sp-ab-2-title {

  margin-bottom: 52px;

}



.sp-au-3-block {

  display: none;

}



.sp-au-3-block.active {

  display: block;

}



.sp-ab-9--color-reverse {

  background: #FFFFFF;

}



.sp-ab-9--color-reverse .sp-ab-9-wrapper {

  background: #F3F6FB;

  box-shadow: none;

}



.sp-ab-9--color-reverse .sp-form-style input,

.sp-ab-9--color-reverse .sp-form-style textarea {

  background: #ffffff;

}



































































































































































































































@media screen and (min-width: 1101px) {

  .sp-main-header-menu-item-has-children:hover:after {

    background-image: url("../images/menu_arrow_red_down.svg");

    transform: rotate(180deg);

  }



  .sp-main-header-menu-item-has-children:hover .sp-main-header-menu-link {

    color: #DD2241;

  }



  .sp-main-header-menu-item-has-children:hover .sp-main-header-sub-menu-ul-wrapper {

    display: block;

  }



  .sp-main-header-sub-menu-li-has-child:hover .sp-main-header-sub-menu-link {

    color: #FFFFFF;

    background: #174AB6;

  }



  .sp-main-header-sub-menu-li-has-child:hover .sp-main-header-sub-menu-link:after {

    background-image: url("../images/sp-main-sub-menu-arrow-right-white.svg");

  }



  .sp-main-header-sub-menu-li-has-child:hover .sp-main-header-menu-second-ul-wrapper {

    display: block;

  }



  .sp-main-header-sub-menu-li-has-child .sp-main-header-sub-menu-link:hover:after {

    background-image: url("../images/sp-main-sub-menu-arrow-right-white.svg");

  }



  .sp-main-header-menu-link:hover {

    color: #DD2241;

  }

}



@media screen and (max-width: 1400px) {

  .sp-ab-6-slick .slick-prev {

    left: -44px;

  }



  .sp-ab-6-slick .slick-next {

    right: -44px;

  }

}



@media screen and (max-width: 1272px) {

  .sp-main-header-search-box {

    width: 100%;

    height: 100%;

    border-radius: 0px;

  }



  .sp-main-header-search-box form {

    display: flex;

    align-items: center;

  }



  .sp-main-header-right-search-and-lang {

    margin-left: 94px;

  }

}



@media screen and (max-width: 1200px) {

  .sp-ab-1-menu {

    flex-wrap: wrap;

    justify-content: center;

    width: 950px;

    max-width: 100%;

    padding-top: 6px;

  }



  .sp-ab-1-menu a {

    margin-top: 2px;

  }



  .sp-ab-4-bottom-image-right {

    right: 40px;

  }

}



@media screen and (max-width: 1100px) {

  .sp-main-header-right .sp-main-header-menu {

    display: none;

  }



  .sp-main-header-right .sp-main-header-right-search-and-lang {

    margin-left: 0px;

    margin-right: auto;

  }



  .sp-main-header-flex {

    height: 61px;

    position: relative;

  }



  .sp-main-header-logo {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 120px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

  }



  .sp-main-header-logo img {

    max-width: 100%;

    max-height: 100%;

  }



  .sp-main-header-search-box {

    width: calc(100% + 34px);

    max-width: calc(100% + 34px);

  }



  .header-hamburger-btn {

    display: block;

    width: 20px;

    height: 20px;

    position: relative;

    margin-left: auto;

    cursor: pointer;

    transform-origin: center;

    transition: 0.25s;

  }



  .header-hamburger-btn:before {

    content: '';

    display: block;

    width: 20px;

    height: 2px;

    position: absolute;

    top: 3px;

    left: 50%;

    transform: translate(-50%, -50%);

    transition: 0.25s;

    background: #ffffff;

    transform-origin: center;

  }



  .header-hamburger-btn:after {

    content: '';

    display: block;

    width: 20px;

    height: 2px;

    position: absolute;

    top: calc(100% - 3px);

    left: 50%;

    background: #ffffff;

    transform: translate(-50%, -50%);

    transition: 0.25s;

    transform-origin: center;

  }



  .header-hamburger-btn.active:before {

    top: 50%;

    transform: translate(-50%, -50%) rotate(135deg);

  }



  .header-hamburger-btn.active:after {

    top: 50%;

    transform: translate(-50%, -50%) rotate(225deg);

  }



  .header-hamburger-btn.active .header-hamburger-btn-line {

    transform: translate(-50%, -50%) rotate(225deg);

    opacity: 0;

  }



  .header-hamburger-btn-line {

    width: 20px;

    height: 2px;

    position: absolute;

    top: 50%;

    background: #ffffff;

    transform-origin: center;

    left: 50%;

    transform: translate(-50%, -50%);

    transition: 0.25s;

  }



  .sp-mobile-menu {

    display: none;

    padding-top: 27px;

  }



  .sp-mobile-menu.active {

    display: block;

  }



  .sp-mobile-menu .sp-main-header-menu-ul {

    flex-direction: column;

    justify-content: center;

    align-items: center;

  }



  .sp-mobile-menu .sp-main-header-menu-item {

    margin-right: 0px;

    width: 100%;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 16px 0px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

  }



  .sp-mobile-menu .sp-main-header-menu-item-has-children .sp-main-header-menu-link::after {

    margin-left: auto;

    width: 28px;

    height: 28px;

    background-color: rgba(255, 255, 255, 0.15);

    border-radius: 10px;

    background-image: url("../images/sp-menu-arrow-small-down-white.svg");

    background-position: center;

    background-repeat: no-repeat;

  }



  .sp-main-header-menu-item-has-children.active .sp-main-header-sub-menu-ul-wrapper {

    display: block;

  }



  .sp-main-header-menu-item-has-children .sp-main-header-menu-link:after {

    content: '';

    display: block;

    width: 28px;

    height: 28px;

    min-width: 28px;

    margin-left: 10px;

    background-color: rgba(255, 255, 255, 0.15);

    background-image: url("../images/sp-menu-arrow-small-down-white.svg");

    background-position: center;

    background-repeat: no-repeat;

    transition: 0.25s;

    transform-origin: center;

  }



  .sp-main-header-menu-item-has-children.active .sp-main-header-menu-link:after {

    content: '';

    display: block;

    width: 28px;

    height: 28px;

    min-width: 28px;

    margin-left: 10px;

    background-color: #FFFFFF;

    background-image: url("../images/sp-menu-arrow-small-down-black.svg");

    background-position: center;

    background-repeat: no-repeat;

    transform: rotate(180deg);

  }



  .sp-main-header-menu-item-has-children.active .sp-main-header-menu-link {

    color: #F76F86;

  }



  .sp-main-header-sub-menu-ul-wrapper {

    width: 100%;

    position: static;

    order: 3;

    padding-top: 16px;

    padding-bottom: 21px;

  }



  .sp-mobile-menu .sp-main-header-menu-item {

    flex-wrap: wrap;

  }



  .sp-main-header-menu-link {

    font-size: 20px;

    line-height: 31px;

    width: 100%;

  }



  .sp-main-header-sub-menu-ul {

    background: transparent;

    border: none;

    border-radius: 0px;

    background: transparent;

    box-shadow: none;

    padding: 0px;

  }



  .sp-main-header-sub-menu-ul:before {

    display: none;

  }



  .sp-main-header-sub-menu-link {

    padding: 0px 0px 0px 12px;

    color: #FFFFFF;

  }



  .sp-main-header-sub-menu-li {

    margin-bottom: 16px;

  }



  .sp-main-header-sub-menu-link {

    justify-content: flex-start;

  }



  .sp-main-header-sub-menu-li-has-child .sp-main-header-sub-menu-link:after {

    width: 16px;

    height: 16px;

    margin-left: 8px;

    min-width: 16px;

    background-image: url("../images/sp-main-menu-arrow-sub-menu.svg");

  }



  .sp-main-header-menu-item-has-children::after {

    display: none;

  }



  .sp-main-header-menu-second-ul-wrapper {

    position: static;

    transform: none;

    width: 100%;

  }



  .sp-main-header-sub-menu-li.active .sp-main-header-menu-second-ul-wrapper {

    display: block;

  }



  .sp-main-header-menu-second-ul {

    background: transparent;

    box-shadow: none;

    padding: 0px;

    border-radius: 0px;

    border: none;

    padding-bottom: 16px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.3);

  }



  .sp-main-header-menu-second-ul:before {

    display: none;

  }



  .sp-main-header-menu-second-ul-wrapper {

    padding-left: 30px;

  }



  .sp-main-header-second-link {

    padding: 0px;

    font-size: 16px;

    line-height: 155%;

    letter-spacing: 0.02em;

    color: #FFFFFF;

  }



  .sp-main-header-menu-second-li {

    margin-top: 16px;

  }



  .sp-main-header-sub-menu-link {

    font-size: 16px;

    line-height: 24px;

  }



  .sp-main-header-menu-item.sp-main-header-menu-item-has-children:last-child .sp-main-header-menu-second-ul-wrapper {

    padding-right: 0px;

    padding-left: 0px;

  }



  .sp-main-header-menu-item.sp-main-header-menu-item-has-children:last-child .sp-main-header-menu-second-ul-wrapper {

    padding-right: 0px;

    padding-left: 30px;

  }



  .sp-main-header-right-land {

    display: none;

  }

}



@media screen and (max-width: 992px) {

  .wrapper {

    padding-left: 10px;

    padding-right: 10px;

  }



  .sp-ab-1 {

    background: #174AB6;

    padding-top: 93px;

    padding-bottom: 77px;

  }



  .sp-ab-1-title {

    font-size: 24px;

    line-height: 135%;

    margin-bottom: 12px;

  }



  .sp-ab-1-text-wrapper {

    font-size: 14px;

  }



  .sp-ab-1-menu {

    display: none;

  }



  .sp-ab-1-menu-mobile {

    display: block;

    position: absolute;

    left: 50%;

    bottom: 0px;

    transform: translate(-50%, 50%);

  }



  .sp-ab-1-menu-mobile .jq-selectbox {

    margin-bottom: 0px;

    background: #ffffff;

    width: 343px;

    max-width: 100%;

    border: 1px solid #F7FAFC;

    box-shadow: 1px 20px 50px rgba(28, 64, 141, 0.15);

    border-radius: 12px;

  }



  .sp-ab-1-menu-mobile .jq-selectbox__select-text {

    padding: 15px 20px;

    font-style: normal;

    font-weight: 500;

    font-size: 14px;

    line-height: 155%;

    letter-spacing: 0.02em;

    color: #111111;

  }



  .sp-ab-1-menu-mobile .jq-selectbox__trigger {

    background-image: url("../images/sp-ab-1-dropdown-arrow.svg");

    background-position: center;

    background-repeat: no-repeat;

  }



  .sp-ab-2-title {

    margin-bottom: 43px;

    font-weight: 700;

    font-size: 20px;

    line-height: 155%;

  }



  .sp-ab-2-wrapper {

    padding-left: 12px;

    padding-right: 16px;

  }



  .sp-ab-2-container .sp-ab-2-container-line {

    left: 0px;

    transform: none;

    width: 3px;

  }



  .sp-ab-2-row {

    padding-left: 16px;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    align-items: flex-start;

    margin-bottom: 32px;

    max-height: inherit;

  }



  .sp-ab-2-el-table {

    position: relative;

    margin-bottom: 12px;

    left: 0px;

    transform: none;

  }



  .sp-ab-2-el-table:before {

    display: none;

  }



  .sp-ab-2-el-table:after {

    content: '';

    display: block;

    position: absolute;

    top: 50%;

    left: -23px;

    transform: translateY(-50%);

    background: #FFFFFF;

    border: 3px solid #174AB6;

    box-shadow: 1px 8px 24px rgba(28, 64, 141, 0.2);

    border-radius: 14px;

    width: 12px;

    height: 12px;

  }



  .sp-ab-2-el {

    width: 100%;

    max-width: 100%;

  }



  .sp-ab-2 {

    padding-top: 49px;

    padding-bottom: 32px;

  }



  .sp-ab-1-elipse {

    display: none;

  }



  .sp-ab-2-el-table {

    font-size: 14px;

    line-height: 130%;

  }



  .sp-ab-2-el-title {

    font-size: 16px;

    line-height: 130%;

  }



  .sp-ab-3-block {

    padding: 16px;

    flex-direction: column;

    justify-content: center;

    align-items: center;

  }



  .sp-ab-3-block-image {

    width: 88px;

    height: 88px;

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 16px;

  }



  .sp-ab-3-block-title {

    width: 100%;

    text-align: center;

    font-size: 16px;

    line-height: 135%;

    margin-bottom: 4px;

  }



  .sp-ab-3-block-text {

    font-size: 14px;

    line-height: 150%;

    width: 100%;

  }



  .sp-ab-3-block {

    margin-bottom: 16px;

  }



  .sp-ab-3 {

    padding: 32px 0px;

  }



  .sp-ab-3 .sp-ab-2-title {

    margin-bottom: 32px;

  }



  .sp-ab-4 {

    padding-top: 32px;

    padding-bottom: 32px;

  }



  .sp-ab-4-flex {

    flex-direction: column;

    justify-content: center;

    align-items: center;

    margin-left: 0px;

    margin-right: 0px;

    margin-top: 0px;

  }



  .sp-ab-4 .sp-ab-2-title {

    margin-bottom: 32px;

  }



  .sp-ab-4-el {

    width: 450px;

    max-width: 100%;

    margin-left: auto;

    margin-right: auto;

    margin-top: 16px;

    padding: 16px 10px;

  }



  .sp-ab-4-el:first-child {

    margin-top: 0px;

  }



  .sp-ab-4-el-photo {

    width: 104px;

    height: 104px;

    margin-bottom: 16px;

  }



  .sp-ab-4-el-name {

    font-size: 16px;

    line-height: 21px;

  }



  .sp-ab-4-bottom-block {

    width: 450px;

    max-width: 100%;

    margin-left: auto;

    margin-right: auto;

    margin-top: 16px;

    display: flex;

    flex-direction: column-reverse;

    justify-content: center;

    align-items: center;

    padding: 16px;

  }



  .sp-ab-4-bottom-image-right {

    position: static;

    width: 104px;

    height: 104px;

    margin-bottom: 16px;

  }



  .sp-ab-4-bottom-title {

    font-size: 20px;

    line-height: 155%;

    margin-bottom: 4px;

    text-align: center;

  }



  .sp-ab-4-bottom-text {

    font-size: 14px;

    line-height: 150%;

    text-align: center;

  }



  .sp-ab-5 {

    padding: 32px 0px 36px 0px;

  }



  .sp-ab-5 .sp-ab-2-title {

    margin-bottom: 24px;

  }



  .sp-ab-5-perfences-tabs {

    display: none;

  }



  .sp-ab-5-block {

    width: 450px;

    max-width: 100%;

    margin-left: auto;

    margin-right: auto;

    padding: 16px;

    flex-direction: column;

    justify-content: center;

    align-items: center;

  }



  .sp-ab-5-block-image {

    width: 88px;

    height: 88px;

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 16px;

  }



  .sp-ab-5-block-title {

    font-size: 16px;

    line-height: 135%;

    text-align: center;

    margin-bottom: 4px;

  }



  .sp-ab-5-block-text {

    font-size: 14px;

    line-height: 150%;

  }



  .sp-ab-5-mob-select {

    display: flex;

    justify-content: center;

    width: 450px;

    max-width: 100%;

    margin-left: auto;

    margin-right: auto;

  }



  .sp-ab-5-mob-select .jq-selectbox {

    margin-bottom: 0px;

    background: #F3F6FB;

    border: 1px solid #F7FAFC;

    border-radius: 12px;

  }



  .sp-ab-5-mob-select .jq-selectbox__select-text {

    font-style: normal;

    font-weight: 500;

    font-size: 14px;

    line-height: 155%;

    letter-spacing: 0.02em;

    color: #111111;

    padding: 15px 20px;

  }



  .sp-ab-5-mob-select .jq-selectbox__trigger {

    background-image: url("../images/sp-ab-1-dropdown-arrow.svg");

    background-position: center;

    background-repeat: no-repeat;

  }



  .sp-ab-5-wrapper-for-nav {

    margin-bottom: 24px;

  }



  .sp-ab-6-slick-wrapper {

    max-width: 100%;

  }



  .sp-ab-6 {

    padding-top: 32px;

    padding-bottom: 62px;

  }



  .sp-ab-6 .slick-dotted.slick-slider {

    margin-bottom: 0px;

  }



  .sp-ab-6 .slick-dots li button {

    display: none;

  }



  .sp-ab-6 .slick-dots li {

    background: #D9D9D9;

    width: 10px;

    height: 10px;

    cursor: pointer;

    transition: 0.25s;

    margin-left: 5px;

    margin-right: 5px;

    border-radius: 100%;

  }



  .sp-ab-6 .slick-dots li.slick-active {

    background: #174AB6;

  }



  .sp-ab-6 .slick-dots {

    bottom: -26px;

    display: flex;

    justify-content: center;

    margin-top: 20px;

  }



  .sp-ab-6 .sp-ab-2-title {

    margin-bottom: 32px;

  }



  .sp-ab-7 {

    padding-top: 32px;

    padding-bottom: 32px;

  }



  .sp-ab-7 .sp-ab-2-title {

    margin-bottom: 32px;

  }



  .sp-ab-7-el {

    padding: 16px;

    width: 343px;

    max-width: 100%;

    margin-left: 16px;

    margin-right: 16px;

  }



  .sp-ab-7-el-photo {

    width: 104px;

    height: 104px;

    margin-bottom: 16px;

  }



  .sp-ab-7-el-name {

    font-size: 16px;

    line-height: 135%;

  }



  .sp-ab-7-el-job {

    font-size: 16px;

    line-height: 155%;

    margin-bottom: 8px;

  }



  .sp-ab-7-el-text {

    font-size: 14px;

    line-height: 155%;

    margin-bottom: 20px;

  }



  .sp-ab-7-btn {

    font-size: 16px;

    line-height: 155%;

  }



  .sp-ab-8 {

    padding: 32px 0px;

  }



  .sp-ab-8 .sp-ab-2-title {

    margin-bottom: 32px;

  }



  .sp-ab-8-el {

    width: 343px;

    max-width: 100%;

    margin-left: 10px;

    margin-right: 10px;

    margin-top: 16px;

    padding: 16px 5px;

  }



  .sp-ab-8-flex {

    margin-top: -16px;

    justify-content: center;

    margin-left: -10px;

    margin-right: -10px;

  }



  .sp-ab-8-el-count {

    font-size: 24px;

    line-height: 155%;

    margin-bottom: 4px;

  }



  .sp-ab-8-el-text {

    font-size: 16px;

    line-height: 155%;

  }



  .sp-ab-9 {

    padding: 0px;

    background: transparent;

  }



  .sp-ab-9 .sp-wrapper-big {

    padding: 0px;

  }



  .sp-ab-9-wrapper {

    padding: 32px 16px;

    border: 1px solid #000000;

    box-shadow: none;

    border-radius: 0px;

  }



  .sp-ab-9-after-title {

    font-size: 14px;

    line-height: 155%;

    text-align: center;

    color: #111111;

    opacity: 0.7;

    margin-top: 4px;

    margin-bottom: 32px;

  }



  .sp-ab-9-form-row {

    flex-direction: column;

  }



  .sp-ab-9-form-el {

    width: 100%;

    margin-bottom: 20px;

  }



  .sp-ab-9-form-full-row {

    margin-bottom: 20px;

  }



  .sp-ab-9-btn {

    width: 343px;

    max-width: 100%;

  }



  .sp-ab-10 {

    padding: 32px 0px;

    background: #F8FAFE;

  }



  .sp-ab-10 .sp-ab-2-title {

    margin-bottom: 16px;

  }



  .sp-ab-10-block {

    padding: 20px 12px;

    background: #FFFFFF;

    border-radius: 16px;

  }



  .sp-ab-10-block-question {

    font-size: 16px;

    line-height: 155%;

  }



  .sp-ab-10-block-body {

    font-size: 14px;

    line-height: 155%;

  }



  .sp-footer-top {

    flex-wrap: wrap;

  }



  .sp-footer-top-block-1 {

    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    margin-bottom: 32px;

  }



  .sp-main-footer {

    padding-top: 32px;

  }



  .sp-footer-logo {

    display: none;

  }



  .sp-footer-top-block-2 {

    width: 100%;

    margin-bottom: 44px;

  }



  .sp-footer-top-menu ul {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

  }



  .sp-footer-top-menu li {

    width: calc(50% - 10px);

  }



  .sp-footer-top-logos__mobile {

    display: flex;

    align-items: center;

    margin-bottom: 44px;

  }



  .sp-footer-top-logos__mobile img {

    margin-right: 20px;

    max-height: 24px;

  }



  .sp-footer-top-logos__mobile img:last-child {

    margin-right: 0px;

  }



  .sp-footer-top-block-3 {

    margin-bottom: 32px;

  }



  .sp-footer-top-block-4 {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

    width: 100%;

  }



  .sp-footer-top-block-main-link {

    margin-bottom: 12px;

  }



  a.sp-footer-top-contact-link {

    margin-bottom: 12px;

  }



  .sp-footer-top-soc-links a {

    width: 32px;

    height: 32px;

    margin-left: 14px;

    margin-right: 14px;

  }



  .sp-footer-top-soc-links {

    margin-left: -14px;

    margin-right: -14px;

  }



  .sp-footer-top-soc-links {

    padding-top: 23px;

  }



  .sp-footer-mid {

    padding-top: 32px;

    margin-top: 0px;

    padding-bottom: 39px;

  }



  .sp-footer-mid-left {

    display: none;

  }



  .sp-footer-mid-right {

    width: 100%;

    max-width: 100%;

    font-size: 14px;

    line-height: 155%;

  }



  .sp-footer-bottom {

    padding-top: 12px;

    padding-bottom: 16px;

  }



  .sp-footer-bottom p {

    font-size: 12px;

    line-height: 155%;

  }



  .sp-footer-mid-logo {

    display: block;

    float: left;

    margin-right: 10px;

  }



  .sp-au-1 {

    padding-top: 85px;

    padding-bottom: 32px;

  }



  .sp-ab-1-breadcrumbs--black {

    justify-content: center;

  }



  .sp-au-1-content {

    flex-direction: column;

  }



  .sp-au-2-right {

    width: 100%;

  }



  .sp-au-1-title {

    font-size: 20px;

    line-height: 155%;

    margin-bottom: 2px;

    order: 1;

    padding-left: 124px;

  }



  .sp-au-1-after-title {

    font-style: normal;

    font-weight: 500;

    font-size: 14px;

    line-height: 155%;

    letter-spacing: 0.02em;

    color: #111111;

    margin-bottom: 16px;

    order: 2;

    padding-left: 124px;

  }



  .sp-au-1-soc-links {

    order: 3;

    margin-top: 0px;

    margin-bottom: 25px;

    padding-left: 124px;

  }



  .sp-au-1-soc-links a {

    width: 32px;

    height: 32px;

    margin-right: 16px;

  }



  .sp-au-1-soc-links a:last-child {

    margin-right: 0px;

  }



  .sp-au-2-right {

    display: flex;

    flex-direction: column;

  }



  .sp-au-1-flex {

    order: 4;

  }



  .sp-au-1-el {

    width: 100%;

    margin-top: 12px;

  }



  .sp-au-1-el:first-child {

    margin-top: 0px;

  }



  .sp-au-1-wrapper {

    padding: 16px;

    margin-bottom: 20px;

  }



  .sp-au-1-el-text-box-abs {

    left: 0px !important;

  }



  .sp-au-1-el-text-box-abs:before {

    right: auto !important;

    left: 12px !important;

  }



  .sp-au-1-content {

    position: relative;

  }



  .sp-au-1-left {

    position: absolute;

    top: 0px;

    left: 0px;

    width: 108px;

    min-width: 108px;

    margin-right: 0px;

  }



  .sp-au-1-left-photo {

    height: 108px;

    background-position: 10% 22%;

  }



  .sp-au-1-wrapper {

    width: 500px;

    max-width: 100%;

    margin-left: auto;

    margin-right: auto;

  }



  .sp-au-1-bio-wrapper {

    width: 500px;

    max-width: 100%;

    margin-left: auto;

    margin-right: auto;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    border: 2px solid #F3F6FB;

    border-radius: 24px;

    padding: 16px;

  }



  .sp-au-1-bio-left {

    width: 100%;

  }



  .sp-au-1-bio-title {

    font-size: 20px;

    line-height: 155%;

    margin-bottom: 16px;

  }



  .sp-au-1-bio-text {

    font-size: 14px;

    line-height: 150%;

    margin-bottom: 32px;

  }



  .sp-au-1-bio-text p {

    margin-bottom: 12px;

  }



  .sp-au-1-bio-right {

    width: 311px;

    max-width: 100%;

    margin-left: auto;

    margin-right: auto;

  }



  .sp-au-2 {

    padding: 32px 0px;

  }



  .sp-au-2 .sp-ab-2-title {

    margin-bottom: 32px;

  }



  .sp-au-2-flex {

    margin-left: -10px;

    margin-right: -10px;

    margin-top: -24px;

    justify-content: center;

  }



  .sp-au-2-el {

    width: 343px;

    max-width: 100%;

    margin-left: 10px;

    margin-right: 10px;

    margin-top: 24px;

    padding: 16px;

  }



  .sp-au-2-el-btn {

    width: 311px;

    max-width: 100%;

    height: 44px;

  }



  .sp-au-2-bottom-text {

    margin-top: 59px;

    font-size: 20px;

    line-height: 155%;

  }



  .sp-au-2-bottom-text:before {

    left: -5px;

    top: -20px;

  }



  .sp-au-3 {

    padding-top: 32px;

    padding-bottom: 32px;

    background: linear-gradient(180deg, rgba(243, 246, 251, 0) 0%, #F3F6FB 100%);

  }



  .sp-au-3 .sp-ab-2-title {

    margin-bottom: 24px;

  }

}



@media screen and (max-width: 767px) {

  .sp-ab-1-breadcrumbs--black {

    margin-bottom: 20px;

  }

}

@media screen and (max-width: 600px) {

  .section {

    padding-top: var(--section-padding-mobile);

    padding-bot: 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-ab-6-slide-image {

    height: 220px;

    width: 335px;

    max-width: 100%;

    margin-left: auto;

    margin-right: auto;

  }



  .sp-ab-6-slide {

    padding-left: 0px;

    padding-right: 0px;

  }



  .sp-ab-6-slick {

    margin-left: 0px;

    margin-right: 0px;

  }



  .sp-ab-7-el {

    margin-left: auto;

    margin-right: auto;

  }



  .ap-ab-7-flex {

    flex-direction: column;

  }



  .sp-ab-8-el {

    margin-left: auto;

    margin-right: auto;

  }



  .sp-ab-8-el:first-child {

    margin-top: 0px;

  }



  .sp-ab-8-flex {

    margin-left: auto;

    margin-right: auto;

    margin-top: 0px;

  }

}



@media screen and (max-width: 374px) {

  .sp-main-header-right-search-btn {

    margin-right: 12px;

  }

}



.sp-au-2-el.hidden-el {

  display: none;

}



.sp-show-more {

  background: #F3F6FB;

  border-radius: 12px;

  width: 260px;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 155%;

  letter-spacing: 0.02em;

  color: #174AB6;

  margin-left: auto;

  margin-right: auto;

  max-width: 100%;

  border: 1px solid #174AB6;

  margin-top: 32px;

  cursor: pointer;

}

.newsletter-form-sidebar-wrap .wpcf7-form-control-wrap.your-email {

  margin-bottom: 10px;

  margin-top: 10px;

}