@charset "UTF-8";
@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/Circe/Circe-Regular.eot") format("eot"), url("../fonts/Circe/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe/Circe-Regular.woff") format("woff"), url("../fonts/Circe/Circe-Regular.ttf") format("truetype");
}

/* Circe-Light */
@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/Circe/Circe-Light.eot") format("eot"), url("../fonts/Circe/Circe-Light.woff") format("woff"), url("../fonts/Circe/Circe-Light.ttf") format("truetype");
}

/* Circe-Bold */
@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/Circe/Circe-Bold.eot") format("eot"), url("../fonts/Circe/Circe-Bold.woff") format("woff"), url("../fonts/Circe/Circe-Bold.ttf") format("truetype");
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img[src=''],
img:not([src]) {
  opacity: 0;
}

/* Change Autocomplete styles in Chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition: 'color 9999s ease-out, background-color 9999s ease-out';
  -webkit-transition-delay: 9999s;
}

/* stylelint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus, a:hover, a:active, a:visited {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

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

input,
textarea {
  border-radius: 0;
}

input::-ms-clear {
  width: 0;
}

body {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
}

.color-white {
  color: #fff;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.strong {
  font-weight: 700;
}

.mt-30 {
  margin-top: 30px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.align-items-center {
  display: flex;
  align-items: center;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase;
}

.block-title {
  font-size: 42px;
}

.overflow-h {
  overflow: hidden !important;
}

.hidden {
  display: none;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}

.swiper-pagination.disabled {
  display: none;
}

.swiper-arrow.disabled {
  display: none;
}

/******* Preloader ********/
.dr-preloader {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  transition: all 300ms linear 0ms;
  background-color: #fff;
}

.dr-preloader-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 320px;
  height: 320px;
}

.dr-preloader-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #00c5de;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-double-bounce 2s infinite ease-in-out;
}

.dr-preloader-double-bounce-2 {
  animation-delay: -1s;
}

@keyframes sk-double-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

.block-title {
  font-size: 36px;
  color: #364C76;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 400;
}

.block-title span {
  font-weight: 700;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 80%;
}

.play:hover {
  transform: translate(-50%, -50%) scale(1.05);
  opacity: 1;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  z-index: 10200;
  position: fixed;
  box-sizing: border-box;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.13);
  transition: border 0.3s ease, height 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  padding-right: var(--popup-scroll-offset);
}

.header__wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0 20px;
  max-width: 100%;
  box-sizing: border-box;
  align-items: center;
}

.header__floating {
  height: 80px;
  background: #f1f1f1;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header__floating .sub-menu,
.header__floating .header__navigation__submenu {
  top: 49px;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.header__logo img {
  vertical-align: top;
}

@media (max-width: 350px) {
  .header__logo img {
    max-width: 140px;
  }
}

.header__grow {
  display: none;
  flex-grow: 1;
}

@media (max-width: 1000px) {
  .header__grow {
    display: block;
  }
}

.header__navigation {
  padding: 0;
  display: flex;
  flex-grow: 1;
  list-style: none;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .header__navigation {
    display: none;
  }
}

.header__navigation li {
  position: relative;
  text-align: left;
}

.header__navigation > li {
  display: flex;
  text-align: center;
}

.header__navigation a {
  color: #6a6a6a;
  margin: 0 1.2em;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 1200px) {
  .header__navigation a {
    margin: 0 0.8em;
  }
}

@media (max-width: 1150px) {
  .header__navigation a {
    margin: 0 0.5em;
  }
}

@media (max-width: 1100px) {
  .header__navigation a {
    margin: 0 0.4em;
  }
}

.header__navigation a:hover {
  text-decoration: none;
  color: #00c5de;
}

.header__navigation a:hover:before {
  width: 100%;
}

.header__navigation a:before {
  left: 50%;
  width: 0;
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  background: #00c5de;
  transition: all 0.3s ease;
}

.header__navigation .sub-menu, .header__navigation__submenu {
  top: 40px;
  left: -31px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 99;
  display: none;
  padding: 0.3rem 1rem;
  position: absolute;
  transform: translateY(20px);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
  transition: top 0.15s ease-out, opacity 0.15s ease-out, transform 0.15s ease-out;
}

.header__navigation .sub-menu > li, .header__navigation__submenu > li {
  margin: 0 !important;
  display: block;
  padding: 7px 5px !important;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header__navigation .sub-menu > li:last-child, .header__navigation__submenu > li:last-child {
  border-bottom: 0;
}

.header__navigation .sub-menu > li > a, .header__navigation__submenu > li > a {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 22px !important;
  text-transform: normal;
  text-decoration: none;
}

.header__navigation .sub-menu > li > a:before, .header__navigation__submenu > li > a:before {
  left: 0;
  transform: translateX(0);
}

.header__navigation .sub-menu.visible, .header__navigation__submenu.visible {
  opacity: 1;
  transform: translateY(0);
}

.header__navigation__submenu__triangle {
  top: -15px;
  left: 0;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ddd;
}

.header__navigation__submenu__triangle div {
  top: 2px;
  left: -13px;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #fff;
}


.header__mobile-menu .header__navigation li {
	display: block;
	text-wrap: wrap !important;
}
.header__mobile-menu .header__navigation a {
	display: block;
	width: 100%;
	text-align: center;
}
.header__mobile-menu .header__navigation .sub-menu {
	display: block;
	position: relative;
	top: inherit;
	left: inherit;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	background-color: transparent;
	border: none;
	outline: none;
	text-wrap: wrap !important;
	white-space-collapse: none !important;
}
.header__mobile-menu .header__navigation .sub-menu.visible {
	max-height: 5000px;
}


.header .btn {
  padding: 1.5em 2em 1.5em 2em;
  line-height: 1em;
}

@media (max-width: 1100px) {
  .header .btn {
    min-width: auto;
  }
}

@media (max-width: 600px) {
  .header .btn {
    display: none;
  }
}

.header__lang {
  cursor: pointer;
  margin: 0 0 0 1.2em;
  border: 1px solid #ddd;
  padding: 5px 25px 5px 15px;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  border-radius: 13px;
}

.header__lang__current {
  z-index: 2;
  position: relative;
}

.header__lang__list {
  top: -1px;
  left: -1px;
  right: -1px;
  border: 1px solid #ddd;
  opacity: 0;
  padding: 30px 0 0 0;
  text-transform: uppercase;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  transform: scaleY(0.9);
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 13px;
  pointer-events: none;
  transform-origin: top center;
  transition: all 0.15s ease;
}

.header__lang__list > a {
  color: #000;
  display: block;
  padding: 3px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
}

.header__lang__list > a:hover {
  background: rgba(0, 197, 222, 0.2);
}

.header__lang:after {
  top: 11px;
  right: 13px;
  width: 4px;
  height: 4px;
  z-index: 2;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.header__lang:hover {
  cursor: default;
}

.header__lang:hover .header__lang__list {
  opacity: 1;
  transform: scaleY(1);
  pointer-events: all;
}

.header__mobile-menu {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  position: fixed;
  background: #00c5de;
  flex-direction: column;
  clip-path: circle(0 at calc(100% - 41px) 41px);
  pointer-events: none;
	overflow: hidden;
	overflow-y: visible;
  transition: clip-path 1s ease;
}

@media (min-width: 901px) {
  .header__mobile-menu {
    display: none;
  }
}

.header__mobile-menu .header__wrapper {
  height: 80px;
}

.header__mobile-menu .header__logo {
  filter: brightness(0) invert(1);
}

.header__mobile-menu .header__navigation {
  display: flex;
  flex-grow: 1;
  text-align: center;
  flex-direction: column;
}

.header__mobile-menu .header__navigation li {
	display: block;
	width: 100%;
  margin: 0.8em 0;
}

.header__mobile-menu .header__navigation li a {
  color: #fff;
  padding: 6px 10px 4px 10px;
  border-radius: 5px;
  text-decoration: none;
	margin: 0 !important;
}

.header__mobile-menu .header__navigation li a:hover {
  text-decoration: none;
}

.header__mobile-menu .header__navigation li a:before {
  display: none;
}

.header__mobile-menu .header__navigation li a:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
}

.header__mobile-menu .btn {
  display: inline-block;
  margin-bottom: 30px;
}

.header__mobile-menu-toggle {
  width: 40px;
  height: 40px;
  margin: 0 0 0 20px;
  z-index: 3;
  display: none;
  position: relative;
}

@media (max-width: 1000px) {
  .header__mobile-menu-toggle {
    display: block;
  }
}

.header__mobile-menu-toggle > div {
  top: 50%;
  right: 8px;
  width: 60%;
  height: 3px;
  margin: -1px 0 0 0;
  position: absolute;
  background: #0d0926;
  transition: right 0.3s ease, transform 0.3s ease, background 1s ease;
}

.header__mobile-menu-toggle > div:nth-child(1) {
  transform: translate(0, -12px);
}

.header__mobile-menu-toggle > div:nth-child(2) {
  width: 40%;
  transform: translate(0, 0);
  background: #00c5de;
}

.header__mobile-menu-toggle > div:nth-child(3) {
  transform: translate(0, 12px);
}

body.mobile-menu-opened .header__mobile-menu {
  clip-path: circle(var(--mobile-menu-radius) at calc(100% - 41px) 41px);
  pointer-events: all;
}

body.mobile-menu-opened .header__mobile-menu-toggle > div {
  background: #fff;
}

body.mobile-menu-opened .header__mobile-menu-toggle > div:nth-child(1) {
  transform: translate(0, 0) rotate(45deg);
}

body.mobile-menu-opened .header__mobile-menu-toggle > div:nth-child(2) {
  right: 100%;
  opacity: 0;
  pointer-events: none;
}

body.mobile-menu-opened .header__mobile-menu-toggle > div:nth-child(3) {
  transform: translate(0, 0) rotate(-45deg);
}

.footer {
  color: #fff;
  padding-right: var(--popup-scroll-offset);
}

.footer__line1 {
  background: linear-gradient(180deg, #0c0823 0%, #130c35 100%);
}

.footer__line2 {
  padding: 1em 0;
  text-align: center;
  background: #0d0924;
}

.footer__wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
  box-sizing: border-box;
}

.footer__cta {
  top: -75px;
  color: #000;
  display: flex;
  padding: 30px 30px 30px 220px;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  align-items: center;
  border-radius: 13px;
  margin-bottom: -75px;
}

@media (max-width: 800px) {
  .footer__cta {
    flex-wrap: wrap;
    text-align: center;
    margin-top: 90px;
  }
}

@media (max-width: 500px) {
  .footer__cta {
    padding: 50px 20px 30px 20px;
    overflow: visible;
    flex-direction: column;
  }
}

.footer__cta:before {
  top: 0;
  left: 70px;
  width: 60px;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
  transform: skewX(-20deg);
  background: #00c5de;
}

@media (max-width: 500px) {
  .footer__cta:before {
    display: none;
  }
}

.footer__cta:after {
  top: 0;
  left: 140px;
  width: 25px;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
  transform: skewX(-20deg);
  background: #00c5de;
}

@media (max-width: 500px) {
  .footer__cta:after {
    display: none;
  }
}

.footer__cta__case {
  left: 20px;
  width: 189px;
  margin: -30px 30px -30px 0;
  z-index: 2;
  position: absolute;
  max-width: 100%;
}

@media (max-width: 500px) {
  .footer__cta__case {
    top: 0;
    left: 50%;
    margin: 20px 0 0 0;
    transform: translate(-50%, -100%);
  }
}

.footer__cta__text {
  z-index: 2;
  position: relative;
  flex-grow: 1;
  font-weight: 700;
}

.footer__cta__text span {
  color: #00c5de;
  white-space: nowrap;
  text-transform: uppercase;
}

.footer__cta__btn {
  margin: 0 0 0 30px;
}

@media (max-width: 800px) {
  .footer__cta__btn {
    margin: 20px 0 0 0;
    flex-grow: 1;
  }
}

.footer__data {
  display: flex;
  padding: 2.5em 0 3em 0;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 700px) {
  .footer__data {
    flex-direction: column;
  }
}

.footer__data p {
  padding: 0 0 0 30px;
  position: relative;
}

.footer__data a {
  color: #fff;
}

.footer__data__logo {
  width: 270px;
  height: 56px;
  padding: 0 80px 0 0;
  align-self: start;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.footer__data__logo img {
  height: 100%;
  vertical-align: top;
}

@media (max-width: 1100px) {
  .footer__data__logo {
    width: 40%;
    text-align: right;
  }
}

@media (max-width: 700px) {
  .footer__data__logo {
    width: auto;
    padding: 0;
    align-self: center;
  }
}

.footer__data__title {
  width: calc(100% - 270px);
  font-size: 1.45em;
  padding-top: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .footer__data__title {
    width: 60%;
  }
}

@media (max-width: 700px) {
  .footer__data__title {
    width: auto;
    padding: 0;
    text-align: center;
  }
}

.footer__data__social {
  order: 3;
  width: 270px;
  display: flex;
  padding: 0 80px 0 0;
  box-sizing: border-box;
}

.footer__data__social a {
  width: 48px;
  height: 48px;
  border: 1px dashed #fff;
  display: block;
  position: relative;
  flex-grow: 0;
  box-sizing: border-box;
  flex-shrink: 0;
  margin-left: 16px;
  border-radius: 100%;
  transition: all 0.3s ease;
}

.footer__data__social a img {
  top: 50%;
  left: 50%;
  height: 100%;
  position: absolute;
  max-width: 44%;
  transform: translate(-50%, -50%);
  max-height: 44%;
  transition: all 0.3s ease;
}

.footer__data__social a:hover {
  transform: scale(1.05);
}

.footer__data__social a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.footer__data__social a:nth-child(1) {
  margin-left: 0;
}

@media (max-width: 1100px) {
  .footer__data__social {
    width: 40%;
    justify-content: flex-end;
  }
	.page-contact__content .footer__data__social {
		justify-content: flex-start;
	}
}

@media (max-width: 700px) {
  .footer__data__social {
    width: auto;
    margin: 30px 0;
    padding: 0;
  }
}

.footer__data__address {
  order: 4;
  flex-grow: 1;
}

@media (max-width: 1100px) {
  .footer__data__address {
    width: 60%;
  }
	.page-contact__content .footer__data__address {
		width: 100%;
	}
}

@media (max-width: 700px) {
  .footer__data__address {
	  margin-bottom: 20px;
    text-align: center;
  }
	.page-contact__content .footer__data__address {
		text-align: left;
	}
  .footer__data__address p {
    padding: 0;
  }
  .footer__data__worktime-ins {
	  display: block !important;
	  padding-left: 0 !important;
  }
  .footer__data__address .footer__data__icon {
    transform: scale(1.2);
  }
  .footer__data__worktime .footer__data__icon {
	  position: relative;
	  margin: 0 auto 10px;
  }
}

.footer__data__worktime {
  order: 5;
  flex-grow: 1;
}

@media (max-width: 1100px) {
  .footer__data__worktime {
    order: 5;
    width: 40%;
    padding: 0 80px 0 0;
    text-align: right;
    box-sizing: border-box;
  }
}

@media (max-width: 700px) {
  .footer__data__worktime {
    width: auto;
    padding: 0;
    text-align: center;
  }
  .footer__data__worktime p {
    padding: 0;
  }
}

.footer__data__contacts {
  order: 6;
}

@media (max-width: 1100px) {
  .footer__data__contacts {
    order: 6;
    width: 60%;
  }
	.page-contact__content .footer__data__contacts {
		width: 100%;
	}
}

@media (max-width: 700px) {
  .footer__data__contacts {
    text-align: center;
  }
	.page-contact__content .footer__data__contacts {
		text-align: left;
	}
  .footer__data__contacts p {
    margin: 1.7em 0 0 0;
    padding: 0;
  }
}

.footer__data__icon {
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
}

.footer__data__icon img {
  top: 50%;
  right: 0;
  position: absolute;
  max-width: 100%;
  transform: translate(0, -50%);
  max-height: 100%;
}

@media (max-width: 700px) {
  .footer__data__icon {
    margin: 0 auto 10px auto;
    position: relative;
  }
	.page-contact__content .footer__data__icon {
		margin: 0;
		position: absolute;
	}
  .footer__data__icon img {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.footer-form {
  max-width: 1140px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  padding: 60px 60px;
}

.form-input-list {
  margin-top: 50px;
}

.form-input-list .form-input {
  max-width: calc(50% - 0px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-input-list .form-input label {
  margin-top: 0px;
  max-width: 120px;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #2b2b2b;
  opacity: 0.87;
}

.form-input-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-input-list .form-input input {
  outline: none;
  padding-left: 30px;
  width: calc(100% - 130px);
  border: none;
  border-bottom: 1px solid #bcbcbc;
  height: 28px;
  font-size: 15px;
  background: transparent;
  line-height: 27px;
  color: #bcbcbc;
}

.form-input div {
  position: relative;
  width: calc(100% - 130px);
}

.form-input div:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/autosorcing/form-user.svg);
}

.form-input.phone div:after {
  background-image: url(../img/autosorcing/form-phone.svg);
}

.footer-form .form-input label {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.footer-form .form-input textarea {
  margin-top: 45px;
  resize: none;
  background: #ffffff;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  width: 93%;
  height: 140px;
  border: none;
  padding: 15px 30px;
}

.footer-form input[type="submit"] {
  background: #00c5de;
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.12);
  border-radius: 60px;
  border: none;
  height: 50px;
  padding: 0px 30px;
  color: #fff;
  margin: 0 auto;
  margin-top: 25px;
  display: block;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .form-input-list .form-input {
    max-width: 100%;
    margin-top: 20px;
  }
  .form-input-list {
    margin-top: 20px;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .footer-form {
    padding: 40px 20px;
  }
  .form-input textarea {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .form-input-list .form-input {
    flex-direction: column;
    align-items: center;
  }
  .form-input-list .form-input input {
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .form-input div {
    max-width: 340px;
    margin-top: 20px;
    width: 100%;
  }
}

@media (max-width: 420px) {
  .form-input textarea {
    max-width: 220px;
  }
  .form-input-list .form-input {
    max-width: 220px;
  }
  .form-input-list .form-input input {
    max-width: 200px;
  }
}

@media (max-width: 360px) {
  .form-input textarea {
    max-width: 200px;
  }
}

.footer-menu__list {
  display: flex;
  justify-content: space-between;
  max-width: 420px;
  list-style: none;
  padding-left: 0px;
  margin-top: 0px;
}

.footer-menu__list > li > a {
  font-weight: 900;
  color: #fff;
  font-size: 20px;
}

.footer-menu__list .sub-menu {
  padding-left: 0px;
  list-style: none;
  padding-right: 20px;
  margin-top: 10px;
}

.footer-menu__list .sub-menu li a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-menu__list a:hover {
  text-decoration: none;
}

.footer_menu {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.footer__data__worktime div > p {
  padding-left: 0px;
}

.footer__data__worktime div > p:first-child {
	margin-top: 0;
}
.footer__data__worktime div > p:last-child {
	margin-bottom: 0;
}

.custom-tb {
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  transition: all 0.3s ease;
}
.custom-tb--textarea {
	height: 88px;
}

.custom-tb input,
.custom-tb textarea {
  width: calc(100% - 60px);
  border: 0;
  height: 100%;
  margin: 0 20px 0 40px;
  outline: 0;
  padding: 0;
  z-index: 2;
  position: relative;
  font-size: 1.143em;
  background: transparent;
}
.custom-tb textarea {
	resize: none;
}

.custom-tb__icon {
  top: 50%;
  left: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  transform: translateY(-50%);
}

.custom-tb__icon img {
  top: 50%;
  left: 50%;
  height: 100%;
  position: absolute;
  max-width: 100%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.custom-tb__placeholder {
  top: 50%;
  left: 40px;
  right: 20px;
  color: #cfcfcf;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  font-size: 1.143em;
  transform: translateY(-50%);
  transition: all 0.15s ease;
}

.custom-tb__invalid {
  background: rgba(255, 0, 0, 0.05);
  border-color: rgba(255, 0, 0, 0.1);
}

.custom-tb__disabled {
  filter: grayscale(1);
  opacity: 0.5;
  pointer-events: none;
}

.custom-tb__focused {
  box-shadow: 0px 0 7px rgba(0, 197, 222, 0.28);
  border-color: rgba(0, 97, 122, 0.3);
}

.custom-tb__focused .custom-tb__placeholder {
  opacity: 0.5;
}

.custom-tb__not-empty .custom-tb__placeholder {
  opacity: 0;
}

.custom-ta {
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  transition: all 0.3s ease;
}

.custom-ta textarea {
  width: calc(100% - 40px);
  border: 0;
  resize: none;
  height: 80px;
  margin: 0;
  outline: 0;
  padding: 16px 20px;
  z-index: 2;
  position: relative;
  font-size: 1.143em;
  background: transparent;
  vertical-align: top;
}

.custom-ta__icon {
  top: 17px;
  left: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  transition: all 0.15s ease;
}

.custom-ta__icon img {
  top: 50%;
  left: 50%;
  height: 100%;
  position: absolute;
  max-width: 100%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.custom-ta__placeholder {
  top: 15px;
  left: 40px;
  right: 20px;
  color: #cfcfcf;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  font-size: 1.143em;
  transition: all 0.15s ease;
}

.custom-ta__invalid {
  background: rgba(255, 0, 0, 0.05);
  border-color: rgba(255, 0, 0, 0.1);
}

.custom-ta__disabled {
  filter: grayscale(1);
  opacity: 0.5;
  pointer-events: none;
}

.custom-ta__focused {
  box-shadow: 0px 0 7px rgba(0, 197, 222, 0.28);
  border-color: rgba(0, 97, 122, 0.3);
}

.custom-ta__focused .custom-ta__icon {
  opacity: 0;
}

.custom-ta__focused .custom-ta__placeholder {
  left: 20px;
  opacity: 0.5;
}

.custom-ta__not-empty .custom-ta__placeholder {
  opacity: 0;
}

.custom-ta__not-empty .custom-ta__icon {
  opacity: 0;
}

.popup-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20001;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
}

.popup-container_popup {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 100;
  overflow: auto;
  position: absolute;
}

.popup-container_popup.current .popup-container_popup-panel {
  transform: scale(1) skewX(-10deg) translate(-50%, -50%);
}

.popup-container_popup.current .popup-container_popup-panel > div {
  transform: skewX(10deg);
}

@media (max-width: 1100px) {
  .popup-container_popup.current .popup-container_popup-panel {
    transform: scale(1) skewX(0);
  }
  .popup-container_popup.current .popup-container_popup-panel > div {
    transform: skewX(0);
  }
}

.popup-container_popup.current.mobile .popup-container_popup-panel {
  transform: translateY(0);
}

.popup-container_popup.mobile .popup-container_popup-panel {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  max-width: 100%;
  transform: translateY(100%);
}

.popup-container_popup-panel {
  display: inline-block;
  padding: 3em 5em;
  max-width: calc(100% - 40px);
  transform: scale(0.7) skewX(3deg);
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  border-radius: 20px;
}

.popup-container_popup-panel > div {
  transform: skewX(-3deg);
  transition: transform 0.3s ease;
}

@media (max-width: 1100px) {
  .popup-container_popup-panel {
    transform: scale(0.7) skewX(0);
  }
  .popup-container_popup-panel > div {
    transform: skewX(0);
  }
}

@media (max-width: 500px) {
  .popup-container_popup-panel {
    padding: 50px 20px 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .popup-container_popup-panel_close {
    top: -40px;
    right: -10px;
    width: 40px;
    height: 40px;
    position: absolute;
  }
  .popup-container_popup-panel_close:before {
    top: 50%;
    left: 50%;
    width: 80%;
    height: 2px;
    content: "";
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #000;
  }
  .popup-container_popup-panel_close:after {
    top: 50%;
    left: 50%;
    width: 80%;
    height: 2px;
    content: "";
    position: absolute;
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #000;
  }
}

.popup-container_loading {
  width: 42px;
  padding: 26px 31px 26px 27px;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}

.popup-container_loading_point {
  float: left;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
  animation: POPUP-LOADING 1.3s linear infinite;
  background: #fff;
  border-radius: 8px;
}

.popup-container_loading_point:nth-child(2) {
  animation-delay: 0.18s;
}

.popup-container_loading_point:nth-child(3) {
  animation-delay: 0.36s;
}

.success-form-popup {
  text-align: center;
}

.success-form-popup p:nth-child(1) {
  color: #00c5de;
  font-size: 2.5em;
  font-weight: 700;
  text-transform: uppercase;
}

.success-form-popup p:nth-child(2) {
  font-size: 1.5em;
}

.success-form-popup center {
  margin-top: 2em;
}

.contact-form-popup {
  max-width: 400px;
}

.contact-form-popup p {
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 2em;
}

.contact-form-popup .custom-tb {
  margin-bottom: 20px;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

p,
ul {
  margin: 0.5em 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  opacity: 1;
  transition: opacity 0.15s ease;
  will-change: opacity;
}

img.lazy {
  opacity: 0;
}

input,
textarea {
  font-size: 16px;
  font-family: Circe, sans-serif;
}

form {
  transition: opacity 0.3s ease;
}

form.loading {
  opacity: 0.5;
  pointer-events: none;
}

.content-block {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
  padding-right: var(--popup-scroll-offset);
}

@media (max-width: 500px) {
  .content-block {
    padding: 40px 0;
  }
}

.content-block__wrapper {
  width: 1200px;
  margin: 0 auto;
  z-index: 10;
  padding: 0 20px;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
}

.content-block__title {
  color: #364c76;
  margin: 0 0 0.5em 0;
  font-size: 2.25em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .content-block__title {
    font-size: 2em;
    line-height: 1.15em;
  }
	.page-id-228 .content-block__title {
		font-size: 1.3em;
	}
}

.btn {
  color: #fff;
  cursor: pointer;
  border: 1px solid #00c5de;
  outline: 0;
  padding: 1.3em 2em 1.1em 2em;
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 240px;
  text-align: center;
  background: #00c5de;
  box-sizing: border-box;
  font-weight: 700;
  border-radius: 61px;
  text-transform: uppercase;
  text-decoration: none;
}

.btn:before {
  width: 200%;
  height: 500%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: translate(-110%, -110%) translateZ(0);
  background: rgba(255, 255, 255, 0.2);
  transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
  border-radius: 100%;
}

.btn:hover:before {
  transform: translate(-45%, -34%) translateZ(0);
}

.btn:hover {
  text-decoration: none;
}

.btn__light {
  color: #00c5de;
  background: transparent;
}

.btn__light:before {
  background: rgba(0, 197, 222, 0.08);
}

.btn__white {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn__white:before {
  background: rgba(255, 255, 255, 0.08);
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  left: 20px;
  width: 40px;
  margin: 0;
  height: 40px;
  cursor: pointer;
  outline: 0;
  position: absolute;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  transition: all 0.3s ease;
}

.swiper-button-next {
  left: auto;
  right: 20px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: -2px 3px 10px rgba(0, 0, 0, 0.15);
}

.swiper-button-prev:before,
.swiper-button-next:before {
  top: 50%;
  left: 50%;
  width: 30%;
  height: 30%;
  content: "";
  position: absolute;
  transform: translate(-35%, -50%) rotate(45deg);
  border-left: 2px solid #00c5de;
  border-bottom: 2px solid #00c5de;
}

.swiper-button-next:before {
  transform: translate(-65%, -50%) rotate(-135deg);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-pagination {
  left: 50%;
  bottom: 0.7em;
  transform: translateX(-50%);
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  cursor: pointer;
  outline: 0;
  opacity: 0.8;
  background: #fff;
  box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.08);
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #00c5de;
}

body {
  --header-height: 100px;
}

@media (max-width: 900px) {
  body {
    --header-height: 80px;
  }
}

.app-header {
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  z-index: 10200;
  position: fixed;
  box-sizing: border-box;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.13);
  transition: border 0.3s ease, height 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  padding-right: var(--popup-scroll-offset);
}

@media (max-width: 500px) {
  .app-header {
    border-bottom: 1px solid transparent;
  }
}

.app-header__floating {
  height: 80px;
  background: #f1f1f1;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.app-header__floating .sub-menu,
.app-header__floating .app-header__navigation__submenu {
  top: 49px;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.app-header__wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0 20px;
  max-width: 100%;
  box-sizing: border-box;
  align-items: center;
}

.app-header__logo img {
  vertical-align: top;
}

@media (max-width: 350px) {
  .app-header__logo img {
    max-width: 140px;
  }
}

.app-header__grow {
  display: none;
  flex-grow: 1;
}

@media (max-width: 1000px) {
  .app-header__grow {
    display: block;
  }
}

.app-header__navigation {
  padding: 0;
  display: flex;
  flex-grow: 1;
  list-style: none;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .app-header__navigation {
    display: none;
  }
}

.app-header__navigation li {
  position: relative;
  text-align: left;
}

.app-header__navigation > li {
  display: flex;
  text-align: center;
}

.app-header__navigation a {
  color: #6a6a6a;
  margin: 0 1.2em;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 1200px) {
  .app-header__navigation a {
    margin: 0 0.8em;
  }
}

@media (max-width: 1150px) {
  .app-header__navigation a {
    margin: 0 0.5em;
  }
}

@media (max-width: 1100px) {
  .app-header__navigation a {
    margin: 0 0.4em;
  }
}

.app-header__navigation a:hover {
  color: #00c5de;
}

.app-header__navigation a:before {
  left: 50%;
  width: 0;
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  background: #00c5de;
  transition: all 0.3s ease;
}

.app-header__navigation a:hover:before {
  width: 100%;
}

.app-header__navigation .sub-menu,
.app-header__navigation__submenu {
  top: 40px;
  left: -31px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 99;
  display: none;
  padding: 0.3rem 1rem;
  position: absolute;
  transform: translateY(20px);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
  transition: top 0.15s ease-out, opacity 0.15s ease-out, transform 0.15s ease-out;
}

.app-header__navigation .sub-menu.visible,
.app-header__navigation__submenu.visible {
  opacity: 1;
  transform: translateY(0);
}

.app-header__navigation .sub-menu > li,
.app-header__navigation__submenu > li {
  margin: 0 !important;
  display: block;
  padding: 7px 5px !important;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.app-header__navigation .sub-menu > li > a,
.app-header__navigation__submenu > li > a {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 22px !important;
  text-transform: normal;
  text-decoration: none;
}

.app-header__navigation .sub-menu > li > a::before,
.app-header__navigation__submenu > li > a:before {
  left: 0;
  transform: translateX(0);
}

.app-header__navigation .sub-menu > li:last-child,
.app-header__navigation__submenu > li:last-child {
  border-bottom: 0;
}

.app-header__navigation__submenu__triangle {
  top: -15px;
  left: 0;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ddd;
}

.app-header__navigation__submenu__triangle div {
  top: 2px;
  left: -13px;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #fff;
}

.app-header .btn {
  padding: 0.9em 2em 0.7em 2em;
  line-height: 1em;
}

@media (max-width: 1100px) {
  .app-header .btn {
    padding: 0.9em 1.2em 0.7em 1.2em;
    min-width: auto;
  }
}

@media (max-width: 1000px) {
  .app-header .btn {
    padding: 0.5em 1.2em 0.3em 1.2em;
  }
}

@media (max-width: 600px) {
  .app-header .btn {
    display: none;
  }
}

.app-header__lang {
  cursor: pointer;
  margin: 0 0 0 1.2em;
  border: 1px solid #ddd;
  padding: 5px 25px 5px 15px;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  border-radius: 13px;
}

.app-header__lang__current {
  z-index: 2;
  position: relative;
}

.app-header__lang__list {
  top: -1px;
  left: -1px;
  right: -1px;
  border: 1px solid #ddd;
  opacity: 0;
  padding: 30px 0 0 0;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  transform: scaleY(0.9);
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 13px;
  pointer-events: none;
  transform-origin: top center;
  transition: all 0.15s ease;
}

.app-header__lang__list > a {
  color: #000;
  display: block;
  padding: 3px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
}

.app-header__lang__list > a:hover {
  background: rgba(0, 197, 222, 0.2);
}

.app-header__lang:after {
  top: 11px;
  right: 13px;
  width: 4px;
  height: 4px;
  z-index: 2;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.app-header__lang:hover {
  cursor: default;
}

.app-header__lang:hover .app-header__lang__list {
  opacity: 1;
  transform: scaleY(1);
  pointer-events: all;
}

.app-header__mobile-menu {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  position: fixed;
  background: #00c5de;
  flex-direction: column;
  clip-path: circle(0 at calc(100% - 41px) 41px);
  pointer-events: none;
  transition: clip-path 1s ease;
}

@media (min-width: 901px) {
  .app-header__mobile-menu {
    display: none;
  }
}

.app-header__mobile-menu .app-header__wrapper {
  height: 80px;
}

.app-header__mobile-menu .app-header__logo {
  filter: brightness(0) invert(1);
}

.app-header__mobile-menu .app-header__navigation {
  display: flex;
  flex-grow: 1;
  text-align: center;
  flex-direction: column;
}

.app-header__mobile-menu .app-header__navigation li {
	width: 100%;
  margin: 0.8em 0;
}

.app-header__mobile-menu .app-header__navigation li a {
  color: #fff;
  padding: 6px 10px 4px 10px;
  border-radius: 5px;
}

.app-header__mobile-menu .app-header__navigation li a:before {
  display: none;
}

.app-header__mobile-menu .app-header__navigation li a:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
}

.app-header__mobile-menu .btn {
  display: inline-block;
  margin-bottom: 30px;
}

.app-header__mobile-menu-toggle {
  width: 40px;
  height: 40px;
  margin: 0 0 0 20px;
  z-index: 3;
  display: none;
  position: relative;
}

@media (max-width: 1000px) {
  .app-header__mobile-menu-toggle {
    display: block;
  }
}

.app-header__mobile-menu-toggle > div {
  top: 50%;
  right: 8px;
  width: 60%;
  height: 3px;
  margin: -1px 0 0 0;
  position: absolute;
  background: #0d0926;
  transition: right 0.3s ease, transform 0.3s ease, background 1s ease;
}

.app-header__mobile-menu-toggle > div:nth-child(1) {
  transform: translate(0, -12px);
}

.app-header__mobile-menu-toggle > div:nth-child(2) {
  width: 40%;
  transform: translate(0, 0);
  background: #00c5de;
}

.app-header__mobile-menu-toggle > div:nth-child(3) {
  transform: translate(0, 12px);
}

body.mobile-menu-opened .app-header__mobile-menu {
  clip-path: circle(var(--mobile-menu-radius) at calc(100% - 41px) 41px);
  pointer-events: all;
}

body.mobile-menu-opened .app-header__mobile-menu-toggle > div {
  background: #fff;
}

body.mobile-menu-opened .app-header__mobile-menu-toggle > div:nth-child(1) {
  transform: translate(0, 0) rotate(45deg);
}

body.mobile-menu-opened .app-header__mobile-menu-toggle > div:nth-child(2) {
  right: 100%;
  opacity: 0;
  pointer-events: none;
}

body.mobile-menu-opened .app-header__mobile-menu-toggle > div:nth-child(3) {
  transform: translate(0, 0) rotate(-45deg);
}

.anchor {
  top: -80px;
  position: absolute;
}

.icon {
  width: 70px;
  height: 70px;
  margin: 0 20px 0 0;
  display: inline-block;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
}

.icon:before {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px dashed #00c5de;
  content: "";
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.icon:after {
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.08);
  border-radius: 100%;
}

.icon img {
  top: 50%;
  left: 50%;
  height: 100%;
  z-index: 2;
  position: absolute;
  max-width: 40%;
  transform: translate(-50%, -50%);
  max-height: 40%;
}

@media (max-width: 900px) {
  .block-1 {
    padding-top: 80px;
  }
  .block-1 .swiper-button-next {
    top: 40px;
    right: 20px;
  }
  .block-1 .swiper-button-prev {
    top: 40px;
    left: auto;
    right: 75px;
  }
}

@media (max-width: 600px) {
  .block-1 {
    min-height: 100vh;
  }
}

@media (max-width: 600px) {
  .block-1 {
    min-height: 100vh;
  }
}

@media (max-width: 500px) {
  .block-1 {
    text-align: center;
  }
  .block-1 .swiper-button-next {
    top: auto;
    left: 75px;
    right: auto;
    bottom: 0;
  }
  .block-1 .swiper-button-prev {
    top: auto;
    left: 20px;
    right: auto;
    bottom: 0;
  }
}

.block-1:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 1;
  content: "";
  position: absolute;
  background: #f1f1f1;
}

.block-1 .pg-canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 1;
  opacity: 0.08;
  position: absolute;
}

.block-1 .content-block__wrapper {
  width: 1600px;
  z-index: 3;
  padding: 0 80px;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 1600px) {
  .block-1 .content-block__wrapper {
    padding: 0;
  }
}

.block-1 .swiper-container {
  width: 100%;
}

.block-1 .swiper-container .swiper-slide {
  display: flex;
}

@media (max-width: 600px) {
  .block-1 .swiper-container .swiper-slide {
    min-height: calc(100vh - 80px);
  }
}

.block-1 .swiper-container .swiper-slide > div {
  width: 1200px;
  margin: 0 auto;
  padding: 3em 20px calc(3em + 60px) 20px;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1600px) {
  .block-1 .swiper-container .swiper-slide > div {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 900px) {
  .block-1 .swiper-container .swiper-slide > div {
    padding: 20px 20px 80px 20px;
  }
}

.block-1 .swiper-container .swiper-slide p {
  font-size: 1.715em;
  padding-right: 33%;
}

@media (max-width: 600px) {
  .block-1 .swiper-container .swiper-slide p {
    font-size: 1.2em;
  }
}

@media (max-width: 500px) {
  .block-1 .swiper-container .swiper-slide p {
    padding: 0;
    text-align: center;
  }
}

.block-1 .swiper-container .swiper-slide .btn {
  margin-top: 1.5em;
}

@media (max-width: 400px) {
  .block-1 .swiper-container .swiper-slide .btn {
    margin-top: 1em;
  }
}

.block-1__shadows {
  top: 0;
  right: 0;
  height: calc(100% - 60px);
  z-index: 2;
  position: absolute;
}

.block-1__slide-title {
  color: #00c5de;
  font-size: 3.999em;
  font-weight: 700;
  line-height: 1.2em;
}

.block-1__slide-title h1 {
  font-size: inherit;
}

@media (max-width: 1100px) {
  .block-1__slide-title {
    font-size: 4em;
  }
}

@media (max-width: 900px) {
  .block-1__slide-title {
    font-size: 3em;
  }
}

@media (max-width: 600px) {
  .block-1__slide-title {
    font-size: 2.5em;
  }
}

@media (max-width: 400px) {
  .block-1__slide-title {
    font-size: 1.8em;
  }
}

.block-1__slide-title-2 {
  color: #00c5de;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2em;
}

.block-1__icons-grid {
  margin: 40px 0 0 -20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 60%;
}

@media (max-width: 600px) {
  .block-1__icons-grid {
    display: none;
  }
}

.block-1__icons-grid__item {
  width: 50%;
  padding: 15px;
  display: flex;
  box-sizing: border-box;
  align-items: top;
}

@media (max-width: 1100px) {
  .block-1__icons-grid__item {
    width: 100%;
  }
}

.block-1__icons-grid__item__title {
  color: #00c5de;
  padding: 0 0 5px 0;
  font-size: 1.143em;
  font-weight: 700;
  line-height: 1.2em;
}

.block-1__icons-grid__item__text {
  font-size: 1.143em;
  font-weight: 300;
  line-height: 1.2em;
}

.block-1__slide-1 > div > img {
  right: -30px;
  bottom: 0;
  position: absolute;
  max-height: 100%;
}
.page-id-228 .block-1__slide-1 > div > img {
	bottom: -30px;
}

@media (max-width: 800px) {
  .block-1__slide-1 > div > img {
    max-height: 60%;
  }
}

@media (max-width: 600px) {
  .block-1__slide-1 > div > img {
    max-height: 80%;
  }
}

@media (max-width: 500px) {
  .block-1__slide-1 > div > img {
    right: 0;
    max-height: calc(80% - 150px);
  }
}

.block-2__grid {
  display: flex;
  flex-wrap: wrap;
}

.block-2__grid__item {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.block-2__list {
	padding-left: 48px;
	padding-right: 48px;
}

@media (max-width: 900px) {
  .block-2__grid__item {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .block-2__grid__item {
    width: 100%;
  }
}

.block-2__grid__item__image {
  position: relative;
  padding-top: 60%;
}

.block-2__grid__item__image img {
  top: 50%;
  left: 50%;
  height: 100px;
  z-index: 3;
  position: absolute;
  max-width: 80%;
  transform: translate(-50%, -50%);
  max-height: 80%;
}

.block-2__grid__item__image:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
}

.block-2__grid__item__list {
  list-style: none;
}

.block-2__grid__item__list li {
  margin: 1em 0;
  position: relative;
}

.block-2__grid__item__list li:before {
  top: 6px;
  left: -20px;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  background: #00c5de;
  border-radius: 100%;
}

.block-2__grid__item__image__shadow-1 {
  width: 50%;
  z-index: 1;
  position: absolute;
}

.block-2__grid__item__image__shadow-1 > div {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background: #f4f7ff;
  border-radius: 13px;
}

.block-2__grid__item__image__shadow-2 {
  width: 30%;
  height: 31%;
  z-index: 1;
  position: absolute;
}

.block-2__grid__item__image__shadow-2 > div {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute !important;
  background: url(../img/autosorcing/block-2-shadow-2.svg) no-repeat center;
  background-size: 100% auto;
}

.block-2__grid__item__title {
  color: #364c76;
  margin: 2em 0 0.5em 0;
  font-size: 1.286em;
  min-height: 3.2em;
  text-align: center;
  line-height: 1.6em;
  text-transform: uppercase;
}

.block-2__grid__item:nth-child(1) .block-2__grid__item__image__shadow-1 {
  top: -30px;
  left: -30px;
  bottom: 30px;
}

.block-2__grid__item:nth-child(2) .block-2__grid__item__image__shadow-1 {
  top: -20px;
  left: 25%;
  bottom: -20px;
}

.block-2__grid__item:nth-child(3) .block-2__grid__item__image__shadow-1 {
  top: -30px;
  right: -30px;
  bottom: 30px;
}

.block-2__grid__item:nth-child(4) .block-2__grid__item__image__shadow-1 {
  top: 30px;
  left: -30px;
  bottom: -30px;
}

.block-2__grid__item:nth-child(5) .block-2__grid__item__image__shadow-1 {
  top: -20px;
  left: 25%;
  bottom: -20px;
}

.block-2__grid__item:nth-child(6) .block-2__grid__item__image__shadow-1 {
  top: -30px;
  right: -30px;
  bottom: 30px;
}

.block-2__grid__item:nth-child(1) .block-2__grid__item__image__shadow-2 {
  top: 34.5%;
  right: -30px;
}

.block-2__grid__item:nth-child(2) .block-2__grid__item__image__shadow-2 {
  top: -20px;
  left: 25%;
}

.block-2__grid__item:nth-child(3) .block-2__grid__item__image__shadow-2 {
  top: -30px;
  left: 40%;
}

.block-2__grid__item:nth-child(4) .block-2__grid__item__image__shadow-2 {
  right: -30px;
  bottom: -30px;
}

.block-2__grid__item:nth-child(5) .block-2__grid__item__image__shadow-2 {
  top: 20%;
  right: -30px;
}

.block-2__grid__item:nth-child(6) .block-2__grid__item__image__shadow-2 {
  right: -20px;
  bottom: -30px;
}

.block-3 {
  color: #fff;
  padding: 40px 0;
  background: linear-gradient(180deg, #0c0823 0%, #130c35 100%);
}

.block-3 svg {
	bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (max-width: 1000px) {
  .block-3 svg {
    display: none;
  }
}

.block-3 .content-block__title {
  color: #fff;
}

.block-3 .icon {
  width: 50px;
  height: 50px;
  margin: 0 20px 0 0;
}

.block-3 .icon:before {
  border-color: #fff;
}

.block-3__columns {
  display: flex;
  flex-wrap: wrap;
}

.block-3__content__left,
.block-3__content__right {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 1em;
}

@media (max-width: 1000px) {
  .block-3__content__left,
  .block-3__content__right {
    width: 100%;
  }
}

.block-3__content__left {
  padding-right: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1000px) {
  .block-3__content__left {
    padding: 0;
    margin-top: 50px;
    text-align: center;
  }
}

.block-3__content__right {
  padding-left: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1000px) {
  .block-3__content__right {
    padding: 0;
    margin-top: 50px;
    text-align: center;
  }
}

.block-3__content__left .block-3__columns,
.block-3__content__right .block-3__columns {
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 1000px) {
  .block-3__content__left .block-3__columns,
  .block-3__content__right .block-3__columns {
    margin: 0 0 20px 0;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .block-3__content__left .block-3__columns,
  .block-3__content__right .block-3__columns {
    flex-direction: column;
  }
  .block-3__content__left .block-3__columns .icon,
  .block-3__content__right .block-3__columns .icon {
    margin: 0;
  }
}

.block-3__content__right .block-3__columns {
  margin-left: 30px;
}

@media (max-width: 1000px) {
  .block-3__content__right .block-3__columns {
    margin: 0 0 20px 0;
  }
}

.block-3__content__title {
  font-size: 1.714em;
  align-self: center;
  font-weight: 700;
  padding-top: 0.4em;
  text-transform: uppercase;
}
@media (max-width: 700px) {
	.block-3__content__title {
		font-size: 1.4em;
	}
}



.block-3__content__list {
  color: #fff;
  font-size: 1.143em;
  list-style: none;
  padding-left: 110px;
}

@media (max-width: 1000px) {
  .block-3__content__list {
    display: inline-block;
    padding-left: 50px;
  }
}

.block-3__content__list li {
  margin: 0.5em 0;
  position: relative;
  text-align: left;
}

.block-3__content__list li:before {
  top: 1px;
  left: -40px;
  width: 17px;
  height: 17px;
  content: "";
  position: absolute;
  background: #fff url(../img/autosorcing/check-icon-dark.svg) no-repeat center;
  border-radius: 100%;
  background-size: 45% auto;
}

.block-3__content__right__text {
  padding: 0 20% 0 2%;
  font-size: 1.143em;
  text-align: center;
}

@media (max-width: 1000px) {
  .block-3__content__right__text {
    padding: 0;
  }
}

.block-3__content__right__text a {
  color: #fff;
  font-size: 1.5em;
}

.block-4 {
  overflow: hidden;
}

.block-4 .icon:before {
  border-color: #3771e1;
}

.block-4__icon-shadow {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: rotate(-10deg);
}

.block-4__icon-shadow:before {
  top: 50%;
  left: 50%;
  width: 67px;
  height: 32px;
  content: "";
  position: absolute;
  transform: translate(-50%, -200%);
  background: url(../img/autosorcing/block-4-icon-shadow.svg) no-repeat center;
  background-size: 100% auto;
}

.block-4__grid {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.block-4__grid__item {
  width: 50%;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  align-items: start;
}

@media (max-width: 700px) {
  .block-4__grid__item {
    width: 100%;
  }
}

.block-4__grid__item:nth-child(2) .block-4__icon-shadow {
  transform: rotate(22deg);
}

.block-4__grid__item:nth-child(3) .block-4__icon-shadow {
  transform: rotate(-85deg);
}

.block-4__grid__item:nth-child(4) .block-4__icon-shadow {
  transform: rotate(150deg);
}

.block-4__grid__item:nth-child(5) .block-4__icon-shadow {
  transform: rotate(-140deg);
}

.block-4__shadow-1 {
  top: 20%;
  left: 0;
  width: 100px;
  height: 200px;
  filter: blur(150px);
  position: absolute;
  background: #3771e1;
}

.block-4__shadow-2 {
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  filter: blur(110px);
  position: absolute;
  background: #3771e1;
}

.block-5 {
  background: #f1f1f1;
  padding-bottom: 0;
}

.block-5 .content-block__wrapper {
  width: 1000px;
  padding-bottom: 30px;
}

.block-5__columns {
  display: flex;
}

@media (max-width: 750px) {
  .block-5__columns {
    flex-direction: column;
  }
}

.block-5__left {
  flex-grow: 1;
  margin-right: 30px;
}

@media (max-width: 750px) {
  .block-5__left {
    margin: 0;
  }
}


  .block-5__left__btn {
    text-align: center;
  }


.block-5__left__title {
  font-size: 1.286em;
  font-weight: 700;
}

.block-5__left__range-container {
  margin: 0.5em 0 2.5em 0;
  display: flex;
  align-items: center;
}

.block-5__left__range {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}

.block-5__left__range input {
  width: 100%;
}

.block-5__left__range input::-webkit-slider-runnable-track {
  height: 9px;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
  border-radius: 22px;
}

.block-5__left__range input::-webkit-slider-thumb {
  cursor: pointer;
  margin-top: -4px;
}

.block-5__left__range > div {
  width: 0;
  margin: 0 auto;
  position: relative;
  flex-grow: 0;
  transform: translateY(5px);
  flex-shrink: 0;
}

.block-5__left__range > div:nth-child(2) {
  margin-left: 0;
}

.block-5__left__range > div:last-child {
  margin-right: 0;
}

.block-5__left__range > div > div {
  position: absolute;
  transform: translateX(-50%);
  font-weight: 300;
}

.block-5__left__range > div:nth-child(2) > div {
  transform: translateX(3px);
}

.block-5__left__range > div:last-child > div {
  transform: translateX(-110%);
}

.block-5__left__range-value {
  flex: 50px 0 0;
  border: 1px solid #d0d0d0;
  margin: 0 15px 0 0;
  padding: 0.2em 0;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  font-weight: 300;
  border-radius: 12px;
}

.block-5__left__input {
  flex-grow: 1;
}

.block-5__left__checkboxes {
  margin: 0 0 2em 0;
}

.block-5__right {
  width: 320px;
  padding: 15px;
  flex-grow: 0;
  background: #fff;
  box-sizing: border-box;
  flex-shrink: 0;
	border-radius: 12px;
}

@media (max-width: 750px) {
  .block-5__right {
    width: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
  }
}

.block-5__right__logo {
  height: 30px;
  text-align: center;
}

.block-5__right__logo img {
  max-height: 100%;
}

.block-5__right__title1 {
  color: #00c5de;
  padding: 0.7em 0;
  font-size: 1.714em;
  text-align: center;
  line-height: 1em;
  font-weight: 700;
}

.block-5__right__title2 {
  font-size: 1.286em;
  text-align: center;
  font-weight: 700;
}

.block-5__right__title2 span {
  color: #00c5de;
}

.block-5__right__key-value {
  margin: 0.5em 0;
  display: flex;
}

.block-5__right__key-value > div:nth-child(2) {
  height: 1.03em;
  flex-grow: 1;
  border-bottom: 1px dashed #d7d7d7;
}

.block-5__right__key-value > div:nth-child(3) {
  color: #00c5de;
}

.block-5 input[type="checkbox"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 0 8px 0 2px;
  cursor: pointer;
  transform: translateY(-1px);
}

.block-5 label {
  font-size: 1.286em;
  font-weight: 300;
  vertical-align: middle;
}

.block-6 .content-block__wrapper {
  width: 1000px;
}

.block-6__grid {
  display: flex;
  flex-wrap: wrap;
}

.block-6__grid__item {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}

@media (max-width: 700px) {
  .block-6__grid__item {
    width: 100%;
  }
}

.block-6__grid__item__title {
  color: #364c76;
  font-size: 1.286em;
  font-weight: 700;
}

.block-6__content__list {
  list-style: none;
  padding-left: 25px;
}

.block-6__content__list li {
  margin: 0.5em 0;
  position: relative;
}

.block-6__content__list li:before {
  top: 2px;
  left: -25px;
  width: 17px;
  height: 17px;
  content: "";
  position: absolute;
  background: #00c5de url(../img/autosorcing/check-icon-light.svg) no-repeat center;
  border-radius: 100%;
  background-size: 45% auto;
}

.block-6__shadow-1 {
  top: 50%;
  right: -100px;
  width: 200px;
  height: 200px;
  position: absolute;
}

.block-6__shadow-1 > div {
  width: 100%;
  height: 100%;
  background: #f4f7ff;
  border-radius: 20px;
}

.block-6__shadow-2 {
  top: 50%;
  right: -80px;
  width: 140px;
  height: 200px;
  position: absolute;
}

.block-6__shadow-2 > div {
  width: 100%;
  height: 100%;
  background: url(../img/autosorcing/block-2-shadow-2.svg) no-repeat center;
  background-size: 100% auto;
}

.block-7 {
  background: linear-gradient(180deg, #0c0823 0%, #130c35 100%);
}
.block-7__head {
	color: #fff;
}

.block-7 .swiper-container {
  margin: 0 auto;
  min-width: 360px;
}

.block-7 .swiper-container:not(.swiper-container-initialized) .block-7__grid__item {
  margin: 0 15px;
}

@media (max-width: 1000px) {
  .block-7 .swiper-container {
    width: 33.333%;
    overflow: visible;
  }
}

@media (max-width: 450px) {
  .block-7 .swiper-container {
    min-width: 280px;
  }
  .block-7 .swiper-container .btn {
    min-width: auto;
  }
}

.block-7 .swiper-pagination {
  bottom: -40px;
  display: none;
}

.block-7 .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 0;
}

@media (max-width: 1000px) {
  .block-7 .swiper-pagination {
    display: block;
  }
}

.block-7__grid {
  display: flex;
}

.block-7__grid__item {
  width: 33.333%;
  height: auto;
  padding: 30px 30px 60px 30px;
  position: relative;
  flex-grow: 0;
  box-sizing: border-box;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

@media (max-width: 1000px) {
  .block-7__grid__item:not(.swiper-slide-active) {
    opacity: 0.5;
  }
}

.block-7__grid__item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  content: "";
  z-index: 1;
  position: absolute;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  transition: bottom 0.3s ease;
}

.block-7__grid__item:after {
  top: 14px;
  left: 11px;
  right: 11px;
  bottom: 31px;
  border: 1px dashed #00c5de;
  content: "";
  z-index: 2;
  position: absolute;
  border-radius: 7px;
  transition: bottom 0.3s ease;
}

.block-7__grid__item.swiper-slide-active {
  padding-bottom: 40px;
}

.block-7__grid__item.swiper-slide-active:before {
  bottom: 0;
}

.block-7__grid__item.swiper-slide-active:after {
  bottom: 11px;
}

.block-7__grid__item__wrapper {
  height: 100%;
  z-index: 3;
  display: flex;
  position: relative;
  flex-direction: column;
}

.block-7__grid__item__wrapper > div:nth-child(1) {
  flex-grow: 1;
}

.block-7__grid__item__title1 {
  color: #00c5de;
  font-size: 2em;
  margin-top: 1em;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 700px) {

	.block-7__grid__item__title1 {
		font-size: 1.5em;
		margin-top: 0.1em;
	}

}


.block-7__grid__item__title2 {
  color: #364c76;
  font-size: 1.429em;
  text-align: center;
  font-weight: 700;
}

.block-7__grid__item__list {
  margin-top: 2em;
  list-style: none;
  padding-left: 25px;
}

.block-7__grid__item__list li {
  margin: 0.5em 0;
  position: relative;
}

.block-7__grid__item__list li:before {
  top: 1px;
  left: -25px;
  width: 17px;
  height: 17px;
  content: "";
  position: absolute;
  background: #00c5de url(../img/autosorcing/check-icon-light.svg) no-repeat center;
  border-radius: 100%;
  background-size: 45% auto;
}

.block-7__grid__item__logo {
  text-align: center;
}

.block-7__grid__item__logo img {
  max-width: 140px;
}

.block-7__grid__item__btn {
  margin: 30px 0 0 0;
  text-align: center;
}

.block-7__shadow {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0.1;
  position: absolute;
  transform: translate(-50%, -50%);
}

.block-7__shadow > div {
  width: 100%;
  height: 100%;
}

.block-7__shadow > div > div {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
}

.block-9 .icon:before {
  border-color: #3771e1;
}

.block-9 .icon:after {
  background-color: #00c5de;
}

.block-9__columns {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.block-9__item {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}

@media (max-width: 700px) {
  .block-9__item {
    width: 100%;
  }
}

.block-9__item__title {
  color: #00c5de;
  font-size: 1.286em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 700px) {
	.block-9__item__title {
		font-size: 1em;
	}
}

.block-9__item__text {
  padding-left: 90px;
}

.block-9__item .block-9__columns {
  margin: 0;
  flex-wrap: nowrap;
  align-items: center;
}

.block-9__shadow-1 {
  width: 200px;
  height: 200px;
  position: absolute;
}

.block-9__shadow-1 > div {
  width: 100%;
  height: 100%;
  background: #f4f7ff;
  border-radius: 20px;
}

.block-9__shadow-2 {
  width: 70px;
  height: 100px;
  position: absolute;
}

.block-9__shadow-2 > div {
  width: 100%;
  height: 100%;
  background: url(../img/autosorcing/block-2-shadow-2.svg) no-repeat center;
  background-size: 100% auto;
}

.block-10 {
  background: linear-gradient(180deg, #0c0823 0%, #130c35 100%);
}

.block-10 a {
  color: #fff;
}

.block-10 .content-block__title {
  color: #fff;
}

.block-10 .content-block__wrapper {
  color: #fff;
  text-align: center;
}

.block-10 .content-block__wrapper p {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.block-10 .content-block__wrapper a {
  font-size: 1.8em;
}

.block-10-form {
	padding-top: 20px;
}


.block-11 .content-block__wrapper {
  width: 1000px;
}

.block-11 .icon {
  top: -20px;
  left: -10px;
  position: relative;
}

.block-11 .icon:before {
  border-color: #3771e1;
}

.block-11 .icon:after {
  background-color: #00c5de;
}

.block-11__columns {
  display: flex;
  flex-wrap: wrap;
}

.block-11__item {
  width: calc(50% - 30px);
  margin: 20px 15px 40px 15px;
  padding: 0 15px 15px 0;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
}

@media (max-width: 700px) {
  .block-11__item {
    width: calc(100% - 30px);
  }
}

@media (max-width: 450px) {
  .block-11__item {
    width: 100%;
    margin: 20px 0 40px 0;
    padding: 10px 15px 15px 0;
  }
}

.block-11__item__title {
  color: #00c5de;
  font-size: 1.286em;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 450px) {
  .block-11__item__title {
    font-size: 1em;
  }
}

.block-11__item__text {
  font-weight: 500;
  padding-left: 90px;
}

.block-11__item .block-11__columns {
  flex-wrap: nowrap;
  align-items: center;
}

.block-11__shadow-1 {
  width: 200px;
  height: 200px;
  position: absolute;
}

.block-11__shadow-1 > div {
  width: 100%;
  height: 100%;
  background: #f4f7ff;
  border-radius: 20px;
}

.block-11__shadow-2 {
  width: 70px;
  height: 100px;
  position: absolute;
}

.block-11__shadow-2 > div {
  width: 100%;
  height: 100%;
  background: url(../img/autosorcing/block-2-shadow-2.svg) no-repeat center;
  background-size: 100% auto;
}

.block-12 {
  background: linear-gradient(180deg, #0c0823 0%, #130c35 100%);
}

.block-12 .content-block__title {
  color: #fff;
}

.block-12 .content-block__wrapper {
  color: #fff;
  width: 1000px;
  text-align: center;
}

.block-12 p {
  margin: 1.5em 0;
}

.block-12__icon__index {
  top: 14%;
  left: 14%;
  width: 30px;
  color: #00c5de;
  height: 30px;
  z-index: 4;
  position: absolute;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 32px;
  border-radius: 100%;
}

.block-12__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.block-12__grid__item {
  flex: calc(20% - 20px) 0 0;
  padding: 0 10px;
  min-width: 170px;
  margin-top: 3em;
}

.block-12__grid__item .icon {
  margin: 0;
}

.block-12__grid__item .icon:before {
  border-color: #ffffff;
}

.block-12__grid__item .icon:after {
  background-color: #00c5de;
}

.block-12__shadow {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0.1;
  position: absolute;
  transform: translate(-50%, -50%);
}

.block-12__shadow > div {
  width: 100%;
  height: 100%;
}

.block-12__shadow > div > div {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
}

.block-13 .content-block__wrapper {
  width: 900px;
}

.block-13__description {
  padding: 0.7em 0 3em 0;
  font-size: 1.5em;
  text-align: center;
}

.block-13__grid {
  display: flex;
  flex-wrap: wrap;
}

.block-13__grid__item {
  width: 33.333%;
  margin: 0 0 30px 0;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 700px) {
  .block-13__grid__item {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .block-13__grid__item {
    width: 100%;
  }
}

.block-13__grid__item .icon {
  margin: 20px 0 0 0;
}

.block-13__grid__item .icon:before {
  border-color: #3771e1;
}

.block-13__grid__item b {
  color: #00c5de;
  font-size: 1.286em;
  font-weight: 700;
}

.block-13__icon-shadow {
  top: 50%;
  left: 50%;
  width: 202px;
  height: 158px;
  position: absolute;
  transform: translate(-50%, -50%) scale(0.75);
  background: url(../img/autosorcing/icon-shadow-2.svg) no-repeat center;
  background-size: 100% auto;
}

.block-14 {
  position: relative;
  background: #f1f1f1;
}

.block-14 .content-block__wrapper {
  width: 1600px;
  z-index: 3;
  padding: 3em 80px;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .block-14 .content-block__wrapper {
    padding: 3em 40px;
  }
}

@media (max-width: 650px) {
  .block-14 .content-block__wrapper {
    padding: 3em 20px;
  }
  .block-14 .content-block__wrapper .swiper-button-next,
  .block-14 .content-block__wrapper .swiper-button-prev {
    display: none;
  }
}

.block-14__first-slide {
  padding-top: var(--header-height);
}

.block-14__first-slide .content-block__wrapper {
  padding-top: 0 !important;
}

.block-14__list .swiper-slide {
  margin: 10vh 0;
}

.block-14__list .swiper-slide:nth-child(2n + 1) > div {
  flex-direction: row-reverse;
}

.block-14__list .swiper-slide:nth-child(2n + 1) > div .block-14__content {
  text-align: right;
}

.block-14__list .swiper-slide:nth-child(2n + 1) > div .block-14__content__title2 {
  flex-direction: row-reverse;
}

.block-14__list .swiper-slide:nth-child(2n + 1) > div .block-14__content__title2:before {
  margin: 0 0 0 10px;
}

@media (max-width: 650px) {
  .block-14__list .swiper-slide:nth-child(2n + 1) > div {
    flex-direction: column;
  }
  .block-14__list .swiper-slide:nth-child(2n + 1) > div .block-14__content {
    text-align: left;
  }
  .block-14__list .swiper-slide:nth-child(2n + 1) > div .block-14__content__title2 {
    flex-direction: row;
  }
  .block-14__list .swiper-slide:nth-child(2n + 1) > div .block-14__content__title2:before {
    margin: 0 10px 0 0;
  }
}

.block-14__slide-title {
  color: #00c5de;
  font-size: 3.999em;
  font-weight: 700;
  line-height: 1.2em;
}

.block-14 .swiper-container {
  width: 100%;
}

.block-14 .swiper-slide > div {
  width: 100%;
  margin: 20px auto;
  display: flex;
  padding: 30px;
  max-width: 1200px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
}

@media (max-width: 650px) {
  .block-14 .swiper-slide > div {
    flex-direction: column;
  }
}

.block-14 .swiper-slide p {
  font-size: 1.531em;
  line-height: 1.2em;
}

.block-14 .swiper-slide .btn {
  margin-top: 1.5em;
}

.block-14 .video__wrap {
  width: 50%;
}

@media (max-width: 650px) {
  .block-14 .video__wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}

.block-14 .video {
  width: 100%;
  position: relative;
  background: linear-gradient(176.15deg, rgba(31, 13, 83, 0) 14.46%, rgba(26, 11, 70, 0.469) 62.55%, rgba(31, 13, 83, 0.7) 105.64%);
  border-radius: 20px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.11);
  overflow: hidden;
}

.block-14 .video .preview {
  width: 100%;
  position: relative;
  z-index: -1;
}

.block-14 .video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.block-14 .video .embed-container iframe,
.block-14 .video .embed-container object,
.block-14 .video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 650px) {
  .block-14__video {
    order: 2;
    width: 100%;
    margin-top: 20px;
    padding-top: 56.25%;
	  position: relative;
  }
}

.block-14__video iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 650px) {
  .block-14__video iframe {
    top: 0;
    left: 0;
    position: absolute;
  }
}

.block-14__video__cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}

@media (max-width: 650px) {
  .block-14__video__cover {
    top: 0;
    left: 0;
    position: absolute;
  }
}

.block-14__video__cover img {
  top: 50%;
  left: 50%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.block-14__video__cover img.swiper-lazy-loaded {
  opacity: 1;
}

.block-14__video__cover img:not(.lazy):not(.swiper-lazy) {
  opacity: 1;
}

.block-14__video__play {
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid #fff;
  z-index: 2;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: all 0.3s ease;
}

.block-14__video__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: -2px 3px 10px rgba(0, 0, 0, 0.15);
}

.block-14__video__play:before {
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 100%;
  transition: all 0.3s ease;
}

.block-14__video__play:hover:before {
  width: 84%;
  height: 84%;
}

.block-14__video__play:after {
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  transform: translate(-33%, -48%);
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #00c4de;
}

.block-14__separator {
  width: 1px;
  margin: 0 40px;
  background: linear-gradient(180deg, rgba(49, 75, 126, 0) 0%, rgba(49, 75, 126, 0.8) 47.24%, rgba(49, 75, 126, 0) 98.58%);
}

@media (max-width: 800px) {
  .block-14__separator {
    margin: 0 20px 0 30px;
  }
}

@media (max-width: 650px) {
  .block-14__separator {
    display: none;
  }
}

.block-14__content {
  width: 60%;
}

@media (max-width: 650px) {
  .block-14__content {
    order: 1;
    width: auto;
  }
}

.block-14__content__title1 {
  color: #00c5de;
  margin: 0 0 1em 0;
  font-size: 1.75em;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 800px) {
	.block-14 .swiper-slide > div {
		padding: 20px;
	}
  .block-14__content__title1 {
    font-size: 1.4em;
  }
  .block-14__content__title1 nobr {
    white-space: normal;
  }
}

@media (max-width: 650px) {
  .block-14__content__title1 {
    text-align: center;
  }
}

.block-14__content__title2 {
  color: #00c5de;
  display: flex;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
}

.block-14__content__title2:before {
  top: 3px;
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
  content: "";
  position: relative;
  background: #00c5de url(../img/autosorcing/check-icon-light.svg) no-repeat center;
  border-radius: 100%;
  background-size: 45% auto;
}

.block-14__content__text {
  padding: 5px 0 10px 27px;
}

.block-14__shadow {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0.1;
  position: absolute;
  transform: translate(-50%, -50%);
}

.block-14__shadow > div {
  width: 100%;
  height: 100%;
}

.block-14__shadow > div > div {
  width: 100%;
  height: 100%;
  background: linear-gradient(315deg, #3f67e2 13.96%, #91acff 85.26%);
  border-radius: 100%;
}

.block-14__shadow-2 {
  top: 20%;
  left: 0;
  width: 100px;
  height: 200px;
  filter: blur(150px);
  position: absolute;
  background: #3771e1;
}

.block-14__shadow-3 {
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  filter: blur(110px);
  position: absolute;
  background: #3771e1;
}

.block-15 .content-block__wrapper {
  width: 1000px;
}

.block-15__grid {
  display: flex;
  flex-wrap: wrap;
}
.block-15__list {
	padding-left: 48px;
	padding-right: 48px;
}

.block-15__grid__item {
  width: 33.333%;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}
.swiper-slide .block-15__grid__item {
	width: 100%;
}

@media (max-width: 700px) {
  .block-15__grid__item {
    width: 50%;
  }
	.swiper-slide .block-15__grid__item {
		width: 100%;
	}
}

@media (max-width: 450px) {
  .block-15__grid__item {
    width: 100%;
  }
}

.block-15__grid__item__image {
	display: block;
  position: relative;
  padding-top: 60%;
}

.block-15__grid__item__image img {
  top: 50%;
  left: 50%;
  z-index: 3;
  position: absolute;
  max-width: 80%;
	max-height: 100%;
  transform: translate(-50%, -50%);
}

.block-15__grid__item__image:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
}

.block-15__grid__item__image__shadow-1 {
  width: 50%;
  z-index: 1;
  position: absolute;
}

.block-15__grid__item__image__shadow-1 > div {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background: #f4f7ff;
  border-radius: 13px;
}

.block-15__grid__item__image__shadow-2 {
  width: 30%;
  height: 31%;
  z-index: 1;
  position: absolute;
}

.block-15__grid__item__image__shadow-2 > div {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute !important;
  background: url(../img/autosorcing/block-2-shadow-2.svg) no-repeat center;
  background-size: 100% auto;
}

.block-15__grid__item__title {
  color: #fff;
  margin: 3em 0 0.5em 0;
  padding: 0.2em 1.5em 0 1.5em;
  display: inline-block;
  font-size: 1.286em;
  background: #00c5de;
  text-align: center;
  line-height: 1.6em;
  font-weight: 700;
  border-radius: 16px;
  text-transform: uppercase;
}

.block-15__grid__item:nth-child(1) .block-15__grid__item__image__shadow-1 {
  top: -30px;
  left: -30px;
  bottom: 30px;
}

.block-15__grid__item:nth-child(2) .block-15__grid__item__image__shadow-1 {
  top: -20px;
  left: 25%;
  bottom: -20px;
}

.block-15__grid__item:nth-child(3) .block-15__grid__item__image__shadow-1 {
  top: -30px;
  right: -30px;
  bottom: 30px;
}

.block-15__grid__item:nth-child(4) .block-15__grid__item__image__shadow-1 {
  top: 30px;
  left: -30px;
  bottom: -30px;
}

.block-15__grid__item:nth-child(5) .block-15__grid__item__image__shadow-1 {
  top: -20px;
  left: 25%;
  bottom: -20px;
}

.block-15__grid__item:nth-child(6) .block-15__grid__item__image__shadow-1 {
  top: -30px;
  right: -30px;
  bottom: 30px;
}

.block-15__grid__item:nth-child(1) .block-15__grid__item__image__shadow-2 {
  top: 34.5%;
  right: -30px;
}

.block-15__grid__item:nth-child(2) .block-15__grid__item__image__shadow-2 {
  top: -20px;
  left: 25%;
}

.block-15__grid__item:nth-child(3) .block-15__grid__item__image__shadow-2 {
  top: -30px;
  left: 40%;
}

.block-15__grid__item:nth-child(4) .block-15__grid__item__image__shadow-2 {
  right: -30px;
  bottom: -30px;
}

.block-15__grid__item:nth-child(5) .block-15__grid__item__image__shadow-2 {
  top: 20%;
  right: -30px;
}

.block-15__grid__item:nth-child(6) .block-15__grid__item__image__shadow-2 {
  right: -20px;
  bottom: -30px;
}

.block-15__shadow-1 {
  width: 100px;
  height: 100px;
  position: absolute;
}

.block-15__shadow-1 > div {
  width: 100%;
  height: 100%;
  background: url(../img/autosorcing/block-2-shadow-2.svg) no-repeat center;
  background-size: 100% auto;
}

.block-16 {
  overflow: hidden;
  text-align: center;
}

.block-16 .content-block__wrapper {
  width: 1000px;
  padding: 0 20px;
}

.block-16__map {
  width: 100%;
  position: relative;
  padding-top: 67.14%;
}

.block-16__map svg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
  position: absolute;
}

.block-16__background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.block-16__background img {
  top: 50%;
  left: 50%;
  position: absolute;
  min-width: 100%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  object-fit: cover;
}

.block-16 svg path {
  cursor: pointer;
  transition: all 0.3s ease;
}

.block-16 svg > g {
  transition: all 0.3s ease;
  pointer-events: none;
}

.block-16 svg > g.hovered {
  transform: translateY(-10px);
}

.block-16 svg > path:hover {
  fill: #e6f9fb;
}

.block-17 {
  overflow: hidden;
  padding-bottom: 155px;
}

.block-17 .content-block__wrapper {
  width: 800px;
}

.block-17 .content-block__wrapper:before {
  top: 0;
  left: 0;
  width: 80px;
  height: 1000px;
  content: "";
  position: absolute;
  transform: translate(-100%, -110px) rotate(25deg);
  background: linear-gradient(270deg, #f8f9fa 0, #f8f9fa 40px, rgba(255, 255, 255, 0) 40px, rgba(255, 255, 255, 0) 55px, #f8f9fa 55px);
  transform-origin: top left;
}

.block-17 .content-block__wrapper:after {
  top: 0;
  right: 0;
  width: 80px;
  height: 1000px;
  content: "";
  position: absolute;
  transform: translate(100%, -110px) rotate(-25deg);
  background: linear-gradient(90deg, #f8f9fa 0, #f8f9fa 40px, rgba(255, 255, 255, 0) 40px, rgba(255, 255, 255, 0) 55px, #f8f9fa 55px);
  transform-origin: top right;
}

.block-17__columns {
  display: flex;
}

@media (max-width: 800px) {
  .block-17__columns {
    flex-direction: column;
  }
}

.block-17__manager {
  width: 35%;
  margin-right: 10%;
}

@media (max-width: 800px) {
  .block-17__manager {
    margin-right: 5%;
  }
}

@media (max-width: 800px) {
  .block-17__manager {
    width: auto;
    margin: 0 auto;
    max-width: 250px;
  }
}

.block-17__manager__photo {
  border: 3px solid #3f67e2;
  position: relative;
  margin-top: 30px;
  padding-top: 120%;
  border-radius: 30px;
}

.block-17__manager__photo img {
  left: 50%;
  bottom: 4px;
  position: absolute;
  max-width: 98%;
	border-radius: 25px;
  transform: translateX(-50%);
}

.block-17__manager__photo:before {
  top: 0;
  left: -3px;
  right: -3px;
  bottom: 0;
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), white 40%, white 60%, rgba(255, 255, 255, 0));
}

.block-17__manager__info {
  margin: 32px 0 0 0;
  padding: 10px 15px;
  max-width: 250px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
}

.block-17__manager__info p:nth-child(2) {
  color: #00c5de;
  font-size: 1.286em;
  font-weight: 700;
}

.block-17__form {
  width: 55%;
  padding: 45px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
}

@media (max-width: 800px) {
  .block-17__form {
    width: auto;
    padding: 0;
    margin-top: 32px;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
  }
}

.block-17__form .custom-tb,
.block-17__form .custom-ta {
  margin-bottom: 24px;
}

.block-18 {
  border-top: 8px solid #f9f9fa;
}

.block-18 .content-block__wrapper {
  width: 1200px;
}

.block-18 .icon {
  top: 0;
  left: 50%;
  margin: 0;
  position: relative;
  position: absolute;
  transform: translate(-50%, -50%);
}

.block-18 .icon:before {
  border-color: #3771e1;
}

.block-18 .icon:after {
  background-color: #00c5de;
}

.block-18__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.block-18__item {
  width: calc(25% - 30px);
  margin: 50px 15px 40px 15px;
  padding: 50px 1.2em 1.2em 1.2em;
  position: relative;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
}

@media (max-width: 1200px) {
  .block-18__item {
    width: calc(33.333% - 30px);
  }
}

@media (max-width: 900px) {
  .block-18__item {
    width: calc(50% - 30px);
  }
}

@media (max-width: 600px) {
  .block-18__item {
    width: calc(100% - 30px);
  }
}

@media (max-width: 450px) {
  .block-18__item {
    width: 100%;
    margin: 20px 0 40px 0;
    padding: 50px 15px 15px 15px;
  }
}

.block-18__item__shadow-1 {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  transform: translate(-50%, -50%);
}

.block-18__item__shadow-1.right {
  left: auto;
  right: 0;
  transform: translate(50%, -50%) rotate(90deg);
}

.block-18__item__shadow-2 {
  top: 0;
  left: 50%;
  width: 25%;
  filter: brightness(0);
  z-index: -1;
  opacity: 0.05;
  position: absolute;
  transform: translate(-150%, -110%);
}

.block-18__item__shadow-2.right {
  left: auto;
  right: 50%;
  transform: translate(150%, -110%);
}

.block-18__item__title {
  color: #00c5de;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 450px) {
  .block-18__item__title {
    font-size: 1em;
  }
}

.block-18__item__text {
  margin-top: 10px;
  font-weight: 500;
}

.block-18__item .block-18__columns {
  flex-wrap: nowrap;
  align-items: center;
}

.block-19 {
  background: #f5f5f5;
}

.block-19 .content-block__wrapper {
  width: 980px;
}

@media (max-width: 800px) {
  .block-19 {
    padding-top: 160px;
  }
}

.block-19__dotted-wrapper {
  border: 1px dashed #00c5de;
  padding: 25px;
  border-radius: 15px;
}

@media (max-width: 800px) {
  .block-19__dotted-wrapper {
    padding: 10px;
  }
}

.block-19__title {
  margin: 0 0 14px 0;
  padding: 0 55px;
}

.block-19__title > div {
  padding: 0 0 0 calc(30% + 30px);
}

.block-19__title__line1 {
  font-size: 1.286em;
  font-weight: 500;
}

.block-19__title__line1 > span {
  color: #00c5de;
}

.block-19__title__line2 {
  color: #00c5de;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
}

@media (max-width: 800px) {
  .block-19__title {
    display: none;
  }
}

.block-19__title-mobile {
  margin: 20px 0;
  display: none;
  text-align: center;
}

@media (max-width: 800px) {
  .block-19__title-mobile {
    display: block;
  }
}

.block-19__content {
  display: flex;
  padding: 16px 30px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
}

.block-19__content__left {
  width: 30%;
  flex-grow: 0;
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .block-19__content__left {
    width: 40%;
  }
}

@media (max-width: 500px) {
  .block-19__content__left {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .block-19__content__left {
    width: 60%;
  }
}

@media (max-width: 350px) {
  .block-19__content__left {
    width: 80%;
  }
}

.block-19__content__right {
  padding: 0 0 0 30px;
  position: relative;
  font-weight: 500;
}

.block-19__content__right > p {
  margin: 1em 0;
}

.block-19__content__right > img {
  right: 20px;
  bottom: 20px;
  opacity: 0.1;
  position: absolute;
}

@media (max-width: 800px) {
  .block-19__content__right {
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .block-19__content {
    align-items: center;
    flex-direction: column;
  }
}

.block-19__photo {
  border: 3px solid #3f67e2;
  margin: -112px 0 0 0;
  position: relative;
  background: #fff;
  padding-top: 100%;
  border-radius: 30px;
}

.block-19__photo:before {
  top: 0;
  left: -3px;
  right: -3px;
  bottom: 0;
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), white 40%, white 60%, rgba(255, 255, 255, 0));
}

.block-19__photo__image-wrapper {
  top: -0.5px;
  left: -0.5px;
  right: -0.5px;
  bottom: -0.5px;
  overflow: hidden;
  position: absolute;
  border-radius: 28px;
}

.block-19__photo__image-wrapper > img {
  top: 50%;
  left: 50%;
  position: absolute;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.block-19__shadow-1 {
  top: 20%;
  left: 0;
  width: 100px;
  height: 200px;
  filter: blur(150px);
  position: absolute;
  background: #3771e1;
}

.block-19__shadow-2 {
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  filter: blur(110px);
  position: absolute;
  background: #3771e1;
}

.block-19__shadow-3 {
  width: 200px;
  height: 200px;
  position: absolute;
}

.block-19__shadow-3 > div {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 20px;
}

.block-19__shadow-4 {
  width: 120px;
  height: 100px;
  position: absolute;
}

.block-19__shadow-4 > div {
  width: 100%;
  height: 100%;
  background: url(../img/autosorcing/block-2-shadow-2.svg) no-repeat center;
  background-size: 100% auto;
}

.block-20__columns {
  margin: 0 -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	position: relative;
}
.team__slider {
	padding-left: 40px;
	padding-right: 40px;
}
.block-20__item {
  flex: calc(33.333% - 80px) 0 1;
  margin: 20px 40px;
}

.block-20__item__bordered-wrapper {
  border: 18px solid #f5f6f7;
  border-radius: 32px;
}

.block-20__item__photo-wrapper {
  overflow: hidden;
  position: relative;
  background: #eee;
  padding-top: 124%;
  border-radius: 16px;
}

.block-20__item__photo-wrapper > img {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
	object-fit: cover;
}

.block-20__item__info {
  margin: 20px 10px -35px 10px;
  padding: 10px 15px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
}

.block-20__item__info__name {
  color: #00c5de;
  margin: 5px 0 0 0;
  font-size: 1.125em;
  font-weight: 700;
}

.block-20__item__description {
  padding: 40px 0 0 0;
  position: relative;
  text-align: center;
}

@media (max-width: 1200px) {
  .block-20__columns {
    margin: 0 -10px;
  }
  .block-20__item {
    margin: 20px 10px;
  }
}

@media (max-width: 800px) {
  .block-20__item {
    flex: calc(50% - 20px) 0 1;
  }
}

@media (max-width: 550px) {
  .block-20__item {
    flex: calc(100% - 20px) 0 1;
  }
}

.block-21 {
  padding: var(--header-height) var(--popup-scroll-offset) 0 0;
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.block-21:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
  background: #f1f1f1;
}

.block-21 .pg-canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 0);
  z-index: 1;
  opacity: 0.08;
  position: absolute;
}

.block-21__shadows {
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  position: absolute;
}

@keyframes AAAAA {
  0% {
    opacity: 0;
    transform: translate(-50%, 20vh);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes BBBBB {
  0% {
    opacity: 0;
    transform: translate(50%, 20vh);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.block-21__columns {
  display: flex;
  flex-grow: 1;
}

.block-21__columns > div {
  flex: 50% 0 0;
}

.block-21__columns > div:nth-child(1) {
  position: relative;
  animation: 0.3s AAAAA ease-in;
}

.block-21__columns > div:nth-child(1) img {
  left: 40%;
  bottom: 0;
  height: 115%;
  position: absolute;
  transform: translateX(-50%);
}

@media (max-width: 750px) {
  .block-21__columns > div:nth-child(1) img {
    height: 100%;
  }
}

@media (max-width: 650px) {
  .block-21__columns > div:nth-child(1) img {
    transform: translateX(-60%);
  }
}

.block-21__columns > div:nth-child(2) {
  padding-bottom: 10vh;
  animation: 0.3s BBBBB ease-in;
}

.block-21__columns > div:nth-child(2) h3 {
  color: #364c76;
  font-size: 1.7em;
  margin-top: 0;
  text-transform: uppercase;
}

@media (max-width: 550px) {
  .block-21__columns > div:nth-child(2) h3 {
    text-align: center;
  }
}

.block-21__columns > div:nth-child(2) p {
  margin: 1.5em 0;
}

@media (max-width: 550px) {
  .block-21__columns {
    flex-direction: column;
  }
}

.block-21 .content-block__wrapper {
  z-index: 3;
  position: relative;
  flex-grow: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.block-22 {
  background: linear-gradient(180deg, #0c0823 0%, #130c35 100%);
}
.price__head {
	color: #fff;
}
.price__text {
	max-width: 800px;
	margin: 0 auto 1.5rem;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}
.price__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}
.price-item {
	width: calc(33.3% - 24px);
	margin: 0 12px 24px;
}
@media (max-width: 700px) {
	.price-item {
		width: calc(50% - 24px);
	}
}
@media (max-width: 400px) {
	.price-item {
		width: calc(100% - 24px);
	}
}
.price-item img {
	display: block;
	width: 100%;
	height: auto;
}

.block-22 .content-block__title {
  color: #fff;
}

.block-22 .content-block__wrapper {
  color: #fff;
  width: 1000px;
}

.block-22__item {
  padding: 0 calc(50% + 80px) 100px 0;
  position: relative;
  min-height: 100px;
  text-align: right;
  box-sizing: border-box;
}

.block-22__item .icon {
  top: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0) scale(0.3);
  background: #130c35;
  transition: all 0.5s ease;
}

.block-22__item.revealed .icon {
  transform: translate(-50%, 0);
}

.block-22__item__title {
  color: #00c5de;
  margin: 0 0 1em 0;
  opacity: 0;
  display: flex;
  font-size: 1.3em;
  transform: translateX(-20vh);
  min-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s ease;
}

.revealed .block-22__item__title {
  opacity: 1;
  transform: translateX(0) !important;
}

.block-22__item p {
  opacity: 0;
  transform: translateY(10vh);
  transition: all 0.5s ease 0.3s;
}

.block-22__item:nth-child(2n) {
  padding: 0 0 100px calc(50% + 80px);
  text-align: left;
}

.block-22__item:nth-child(2n) .block-22__item__title {
  transform: translateX(20vh);
}

.block-22__item:before {
  top: 70px;
  left: 50%;
  width: 0;
  bottom: 100%;
  content: "";
  position: absolute;
  border-right: 1px dashed #00c5de;
  transition: all 0.5s ease 0.3s;
}

.block-22__item:last-child {
  padding: 100px 25% 0 25%;
  text-align: center;
}

.block-22__item:last-child .block-22__item__title {
  transform: translateY(10vh);
}

.block-22__item:last-child:before {
  display: none;
}

@media (max-width: 600px) {
  .block-22__item {
    padding: 100px 0 40px 0 !important;
    text-align: center !important;
  }
  .block-22__item .block-22__item__title {
    transform: translateY(10vh);
  }
  .block-22__item:before {
    display: none;
  }
}

.block-22__item.revealed:before {
  bottom: -35px;
}

.block-22__item.revealed p {
  opacity: 1;
  transform: translateY(0);
}

.block-22__icon-index {
  top: 50%;
  left: 50%;
  color: #00c5de;
  z-index: 2;
  position: absolute;
  transform: translate(-50%, -50%);
  font-weight: 700;
}

.block-22__shadow {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0.1;
  position: absolute;
  transform: translate(-50%, -50%);
}

.block-22__shadow > div {
  width: 100%;
  height: 100%;
}

.block-22__shadow > div > div {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
}

.block-23 {
  background: #130c35;
}

.block-23__content {
  color: #fff;
  margin: 0 auto;
  padding: 60px;
  position: relative;
  max-width: 900px;
  text-align: center;
}

.block-23__content__line1 {
  top: 0;
  left: 40px;
  right: 0;
  height: 8px;
  position: absolute;
  background: #394763;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.block-23__content__line2 {
  top: 0;
  right: 0;
  width: 8px;
  bottom: 35px;
  position: absolute;
  background: #394763;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.block-23__content__line3 {
  left: 0;
  right: 40px;
  height: 8px;
  bottom: 0;
  position: absolute;
  background: #394763;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.block-23__content__line4 {
  top: 35px;
  left: 0;
  width: 8px;
  bottom: 0;
  position: absolute;
  background: #394763;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.block-23__content__quotes1 {
  top: -5px;
  left: -15px;
  width: 40px;
  position: absolute;
  transform: scale(-1, 1);
}

.block-23__content__quotes2 {
  right: -15px;
  width: 40px;
  bottom: -3px;
  position: absolute;
}

.block-23__content__quotes3 {
  top: 50%;
  left: 50%;
  width: 100px;
  z-index: -1;
  position: absolute;
  transform: translate(-50%, -50%);
}

.block-23__shadow {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0.1;
  position: absolute;
  transform: translate(-50%, -50%);
}

.block-23__shadow > div {
  width: 100%;
  height: 100%;
}

.block-23__shadow > div > div {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
}

.block-24 {
  width: 1160px;
  margin: 10vh auto 15vh auto;
  display: flex;
  max-width: 100%;
}

@media (max-width: 1000px) {
  .block-24 {
    flex-direction: column;
  }
}

@keyframes CCCCC {
  0% {
    opacity: 0;
    transform: translate(-50%, -20vh);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes DDDDD {
  0% {
    opacity: 0;
    transform: translate(50%, -20vh);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.block-24 .content-block__title {
  flex: 50% 0 0;
  margin: 0;
  padding: 0 10% 0 0;
  font-size: 1.7em;
  text-align: left;
  box-sizing: border-box;
  line-height: 1em;
  animation: 0.3s CCCCC ease-in;
}

@media (max-width: 1100px) {
  .block-24 .content-block__title {
    flex: auto;
  }
}

@media (max-width: 1000px) {
  .block-24 .content-block__title {
    padding: 0;
    text-align: center;
    margin-bottom: 1em;
  }
  .block-24 .content-block__title br {
    display: none;
  }
}

.block-24__buttons {
  flex: 50% 0 0;
  display: flex;
  align-items: center;
  animation: 0.3s DDDDD ease-in;
}

.block-24__buttons .btn {
  padding: 1em 0.5em 0.8em 0.5em;
  flex-grow: 1;
  min-width: auto;
  white-space: nowrap;
  margin-left: -1px;
  border-radius: 0;
  vertical-align: middle;
}

.block-24__buttons .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 61px;
  border-bottom-left-radius: 61px;
}

.block-24__buttons .btn:last-child {
  border-top-right-radius: 61px;
  border-bottom-right-radius: 61px;
}

@media (max-width: 500px) {
  .block-24__buttons .btn {
    margin: 10px;
    white-space: normal;
    border-radius: 61px;
  }
  .block-24__buttons .btn:first-child {
    margin: 10px;
  }
}

@media (max-width: 1100px) {
  .block-24__buttons {
    flex: auto;
  }
}

@media (max-width: 500px) {
  .block-24__buttons {
    margin: 0 -10px;
    flex-wrap: wrap;
  }
}

.block-7__grid__item__btn span {
  font-size: 1.286em;
  text-align: center;
  font-weight: 700;
  color: #00c5de;
  display: inline-block;
  margin-bottom: 15px;
}

.block-02 .content-block__wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/autosorcing/contact-servic-bg.png);
  background-color: #0e092a;
  box-shadow: 0px 2px 33px rgba(0, 0, 0, 0.48);
  border-radius: 20px;
}

.contact-serc_info {
  max-width: 450px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-serc_icon {
  max-width: 56px;
  margin-right: 25px;
}

.contact-serc_info p {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
}

.contact-serc_info span {
  font-weight: 800;
  text-transform: uppercase;
}

.contact-form_input {
  max-width: 315px;
  width: 100%;
  position: relative;
}

.contact-form_input input {
  outline: none;
  width: 100%;
  max-width: 250px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.12);
  border: none;
  border-radius: 60px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #c8c1f1;
  opacity: 0.4;
  padding-left: 50px;
  padding-right: 15px;
}

.contact-servic .contact-form_input input {
  opacity: 1;
}

.contact-form_input:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/autosorcing/phone-call.svg);
}

.contact-servic input[type="submit"] {
  margin-left: 20px;
  background: #00c5de;
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.12);
  border-radius: 60px;
  border: none;
  padding: 0px 16px;
	font-size: 15px;
  line-height: 50px;
  cursor: pointer;
  color: #fff;
}

.contact-servic {
  padding: 30px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-servic .wpcf7-response-output,
.contact-servic .wpcf7-spinner {
  position: absolute;
  bottom: -85px;
}

.contact-servic form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-serc_info form .contact-form_input + p {
  margin: 0px !important;
  height: 50px;
}

.block-10-form .wpcf7-not-valid-tip,
.contact-servic .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -40px;
}

@media (max-width: 1120px) {
  .contact-servic {
    flex-direction: column;
    align-items: center;
  }
  .contact-servic input[type="submit"] {
    margin-top: 15px;
    margin-left: 0px;
  }
}

@media (max-width: 420px) {
  .contact-servic {
    padding: 20px 0px;
  }
  .contact-servic form {
    display: block;
  }
}

@media (max-width: 350px) {
  .contact-form_input input {
    display: block;
    margin: 0 auto;
  }
  .contact-form_input:after {
    left: 25px;
  }
}

.block_02_shadow div {
  background-image: url(../img/autosorcing/block_02_shadow.png);
}

.block-10-form .tel {
  outline: none;
  width: 100%;
  max-width: 250px;
  height: 50px;
	border: 2px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.12);
  border-radius: 60px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #c8c1f1;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.block-10-form .btn {
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}

.block-10-form .wpcf7-not-valid-tip {
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
}

@media (max-width: 450px) {
  .block-10-form .wpcf7-not-valid-tip {
    position: static;
    transform: inherit;
    bottom: inherit;
  }
}

details {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #e1e5ee;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  padding: 20px 20px;
  margin-top: 20px;
}

summary::-webkit-details-marker {
  display: none;
}

summary::-moz-list-bullet {
  list-style-type: none;
}

summary::marker {
  display: none;
}

summary {
  display: block;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  color: #3f403f;
}

summary:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/autosorcing/faq-icon.svg);
}

@media (max-width: 768px) {
  summary:before {
    top: 5px;
    right: 5px;
  }
}

details[open] > summary:before {
  transform: rotate(45deg);
}

details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}

@keyframes sweep {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

summary:focus {
  outline: 0;
}

details p {
  margin-top: 25px;
}

.page-404 {
  padding: 100px 20px;
}

.page-404__title {
  color: #00c5de;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 80px;
}

.page-404__wrap {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-404__text {
  margin-bottom: 40px;
}

.page-404__btn {
  font-size: 14px;
}

.custom-popup {
  display: block;
  padding: 3em 5em;
  max-width: 560px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 20px 1px black;
  transition: transform .3s ease;
  border-radius: 20px;
  margin: auto;
  transform: scale(1) skewX(-10deg);
}

.custom-popup__body {
  transform: skewX(10deg);
}

.custom-popup__title {
  color: #00c5de;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .custom-popup {
    padding: 40px 20px;
    transform: inherit;
  }
  .custom-popup__body {
    transform: inherit;
  }
}

.popup-order .btn {
  padding: 12px;
}

.popup-order .wpcf7-spinner {
  position: absolute;
  display: none;
}

.hero {
  padding-top: 120px;
  padding-bottom: 10px;
  background: url("../img/hero-bg.png") 50%/cover no-repeat;
}

.hero__wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 923px;
  margin: 0 auto;
}

.hero__cam {
  margin-top: -150px;
}

.hero__cam img {
  width: 100%;
}

@media (max-width: 580px) {
  .hero__cam {
    margin-top: 0;
  }
}

.hero h1 {
  color: #00c5de;
  font-size: 65px;
  font-weight: 700;
  line-height: 77px;
}

@media (max-width: 580px) {
  .hero h1 {
    font-size: 45px;
    line-height: inherit;
  }
}

@media (max-width: 410px) {
  .hero h1 {
    font-size: 40px;
  }
}

.hero__subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #6A6A6A;
}

.hero .btn {
  margin-top: 20px;
}

.about {
  position: relative;
  overflow: hidden;
}

.about::after, .about::before {
  content: '';
  width: 112px;
  height: 64px;
  position: absolute;
  background: url("../img/Frame.svg");
}

@media (max-width: 770px) {
  .about::after, .about::before {
    display: none;
  }
}

.about::after {
  bottom: 30%;
  left: -50px;
  transform: rotate(90deg);
}

.about::before {
  top: 30%;
  right: -50px;
}

.about .content-block__title {
  margin: 0 0 1.5em 0;
}

.about__card {
  text-align: center;
  margin-bottom: 50px;
}

.about__card:nth-child(odd) .img.decor-vector::before {
  bottom: 10%;
}

.about__card:nth-child(even) .img.decor-vector::before {
  top: -40%;
}

.about__card .img {
  position: relative;
  margin-bottom: 25px;
}

.about__card .img img {
  border-radius: 20px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.11);
  width: 100%;
}

.about__card .img.decor-vector {
  position: relative;
}

.about__card .img.decor-vector::before {
  content: '';
  width: 90px;
  height: 98px;
  background: url("../img/vector.svg");
  position: absolute;
  right: 5%;
  transform: translate(50%, 50%);
}

.about__card .icon {
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

@media (max-width: 770px) {
  .about__card .icon {
    bottom: -13%;
  }
}

@media (max-width: 500px) {
  .about__card .icon {
    bottom: -20%;
  }
}

.about__card .icon::after {
  background: #00c5de;
  z-index: -1;
}

.about__card .icon img {
  border-radius: 0px;
  box-shadow: none;
}

.about__card .title {
  font-size: 20px;
  color: #00c5de;
  font-weight: 700;
}

.about__card .text {
  line-height: 24px;
  color: #6A6A6A;
}

.reviews {
  line-height: normal;
  padding: 70px 0;
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0.912716) 77.88%, rgba(247, 247, 247, 0) 100%);
}

.reviews__items {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.reviews__card {
  position: relative;
  width: 100%;
  padding: 15px;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.reviews__card:nth-child(4n + 2) {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.reviews__card:nth-child(4n + 3) {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

@media (max-width: 990px) {
  .reviews__card {
    flex: 0 0 0 0 50%;
    max-width: 50%;
  }
  .reviews__card:nth-child(4n + 2) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .reviews__card:nth-child(4n + 3) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .reviews__card {
    min-width: 100%;
  }
  .reviews__card:nth-child(4n + 2) {
    max-width: 100%;
  }
  .reviews__card:nth-child(4n + 3) {
    max-width: 100%;
  }
}

.reviews__card .video {
  max-height: 315px;
  position: relative;
  background: linear-gradient(176.15deg, rgba(31, 13, 83, 0) 14.46%, rgba(26, 11, 70, 0.469) 62.55%, rgba(31, 13, 83, 0.7) 105.64%);
  border-radius: 20px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.11);
  overflow: hidden;
}

.reviews__card .video .preview {
  width: 100%;
  position: relative;
  z-index: -1;
}

.reviews__card .video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.reviews__card .video .embed-container iframe,
.reviews__card .video .embed-container object,
.reviews__card .video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.reviews__card .client {
  display: flex;
  align-items: center;
}

.reviews__card .client__wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviews__card .client__wrapper P {
  font-size: 16px;
  color: #364C76;
  margin: 0;
}

.reviews__card .client__wrapper p.bold {
  font-size: 20px;
  font-weight: 700;
}

.reviews__card .client__wrapper .date {
  text-align: end;
}

.reviews__card .client .logo {
  border-radius: 50px;
  overflow: hidden;
  width: 56px;
  height: 56px;
  position: relative;
  margin-right: 10px;
}

.reviews__card .client .logo img {
  width: 150%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reviews__message {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.11);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0 20px 20px 20px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  color: #364C76;
  background: #fff;
}

.reviews__message::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-bottom: 40px solid white;
}

.reviews__message::after {
  content: "";
  width: 36.38px;
  height: 31px;
  background: url("../img/review-vector.svg");
  position: absolute;
  bottom: -15px;
  right: 25px;
}

.reviews__message .title {
  font-size: 18px;
  font-weight: 700;
}

.reviews__message li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}

.reviews__message li:first-child {
  margin-top: 0;
}

.reviews__message li:last-child {
  margin-bottom: 0;
}

.reviews__message li::before {
  content: "•";
  color: #5c36ca;
  font-weight: 700;
  position: absolute;
  left: 0;
}


.review__list {
	position: relative;
	padding-left: 48px;
	padding-right: 48px;
}
.review__list .swiper-slide {
	width: 33.3%;
}
.review-item {
	width: 100%;
}
.review-item-ins {
	display: block;
	width: 100%;
	padding-top: 142%;
	position: relative;
}
.review-item img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.review__button-prev {
	left: 0;
}
.review__button-next {
	right: 0;
}



.phone-form {
  margin-bottom: -100px;
}

.phone-form__wrapper {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.12);
  background: #0E092A;
  color: white;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  position: relative;
}

@media (max-width: 990px) {
  .phone-form__wrapper {
    flex-direction: column;
  }
}

.phone-form__wrapper:after, .phone-form__wrapper:before {
  content: '';
  width: 89px;
  height: 102.93px;
  position: absolute;
  background: url("../img/phone-form-vector.svg");
}

@media (max-width: 550px) {
  .phone-form__wrapper:after, .phone-form__wrapper:before {
    display: none;
  }
}

.phone-form__wrapper:before {
  bottom: -40px;
  left: -40px;
}

.phone-form__wrapper:after {
  top: -40px;
  right: -40px;
}

.phone-form .title {
  display: flex;
}

@media (max-width: 990px) {
  .phone-form .title {
    justify-content: center;
    margin-bottom: 20px;
  }
}

.phone-form .title img {
  max-width: 56.11px;
  margin-right: 30px;
}

.phone-form .title p {
  font-size: 22px;
  line-height: 29px;
  max-width: 366px;
}

.phone-form .title span {
  font-weight: 700;
  text-transform: uppercase;
}

.phone-form form {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

@media (max-width: 990px) {
  .phone-form form {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 20px;
  }
}

.phone-form form input[type="text"], .phone-form form input[type="tel"] {
  display: block;
  max-height: 50px;
  background: rgba(255, 255, 255, 0.2);
  max-width: 100%;
  width: 100%;
  color: #C8C1F1;
  border: none;
  padding: 11px 24px;
  padding-left: 50px;
  border-radius: 60px;
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.12);
  position: relative;
}

.phone-form form input[type="text"]::placeholder, .phone-form form input[type="tel"]::placeholder {
  color: white;
}

@media (max-width: 1200px) {
  .phone-form form input[type="text"], .phone-form form input[type="tel"] {
    min-width: auto;
  }
}

@media (max-width: 580px) {
  .phone-form form input[type="text"], .phone-form form input[type="tel"] {
    min-width: 373px;
  }
}

@media (max-width: 430px) {
  .phone-form form input[type="text"], .phone-form form input[type="tel"] {
    min-width: auto;
    width: 100%;
  }
}

.phone-form form .input-wrapper {
  position: relative;
}

.phone-form form .input-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: url("../img/phone.svg");
}

.phone-form form button, .phone-form form input[type="submit"] {
  padding: 12px;
  font-family: "Circe", sans-serif;
  text-transform: none;
}

@media (max-width: 580px) {
  .phone-form form button, .phone-form form input[type="submit"] {
    min-width: 100%;
  }
}

.phone-form form .wpcf7-spinner {
  display: none;
}

.about-cam {
  padding: 120px 0;
  padding-top: 150px;
  background: linear-gradient(180deg, #0C0823 0%, #130C35 100%);
  color: white;
  overflow: hidden;
}

.about-cam .block-title {
  color: #fff;
}

.about-cam__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-cam__item:nth-child(even) {
  flex-direction: row-reverse;
}

@media (max-width: 650px) {
  .about-cam__item:nth-child(even) {
    flex-direction: column;
  }
}

.about-cam__item:nth-child(even) .about-cam__img.vector-decor::before {
  top: auto;
  bottom: 10%;
  right: 3%;
}

.about-cam__item:nth-child(even) .about-cam__content {
  margin-left: 0;
  margin-right: -200px;
}

@media (max-width: 650px) {
  .about-cam__item:nth-child(even) .about-cam__content {
    margin-right: 0;
  }
}

@media (max-width: 650px) {
  .about-cam__item {
    flex-direction: column;
  }
}

.about-cam__img img {
  width: 100%;
}

.about-cam__img.vector-decor {
  position: relative;
}

.about-cam__img.vector-decor::before {
  content: '';
  position: absolute;
  top: 35%;
  transform: translate(-50%, -50%);
  width: 106px;
  height: 122.59px;
  background: url("../img/about-cam-vector.svg");
}

.about-cam__content {
  position: relative;
  z-index: 2;
  margin-left: -200px;
}

@media (max-width: 650px) {
  .about-cam__content {
    margin-left: 0;
    text-align: center;
  }
}

.about-cam__content::after {
  content: '';
  width: 80px;
  height: 5px;
  background: url("../img/about-cam-text-vector.svg") no-repeat;
  position: absolute;
  bottom: -20px;
  right: 0;
}

.about-cam__title {
  font-size: 26px;
  display: inline-block;
  border-bottom: 1px dashed #FFFFFF;
  margin-bottom: 20px;
  position: relative;
}

.about-cam__title::before {
  content: '';
  width: 58px;
  height: 58px;
  position: absolute;
  top: -7px;
  left: -80px;
  background: url("../img/cam-vector.svg") no-repeat;
}

@media (max-width: 450px) {
  .about-cam__title::before {
    display: none;
  }
}

.about-cam__text {
  line-height: 24px;
  font-weight: 400;
  max-width: 589px;
}

.img-quality {
  padding: 80px 0;
  line-height: normal;
  background: url("../img/img-bg.png") 50%/cover no-repeat;
}

.img-quality__wrapper {
  text-align: center;
}

.img-quality__example {
  position: relative;
}

.img-quality__item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.11);
  padding: 10px;
  padding-bottom: 5px;
  box-sizing: border-box;
  border: 2px solid #00c5de;
  border-radius: 20px;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  width: 100%;
}

.img-quality__item img {
  width: 100%;
  border-radius: 20px;
}

.img-quality__item.active {
  visibility: visible;
  position: static;
  opacity: 1;
}

.img-quality__buttons-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-quality__buttons-item .number {
  border-radius: 50%;
  font-size: 24px;
  color: transparent;
  position: relative;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #00c5de;
  background: white;
  transition: 0.5s;
}

.img-quality__buttons-item .number::after {
  content: '';
  width: 54px;
  height: 54px;
  border-radius: 50px;
  border: 1px dashed #00c5de;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-quality__buttons-item.active .img-quality__btn {
  opacity: 100%;
}

.img-quality__buttons-item.active .img-quality__line {
  border: none;
  background: #00c5de;
}

.img-quality__buttons-item.active .img-quality__line::after {
  background: white;
}

.img-quality__buttons-item.active .number {
  background: #00c5de;
  color: white;
}

.img-quality__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
  column-gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .img-quality__buttons {
    row-gap: 40px;
    justify-content: center;
  }
}

.img-quality__buttons .line {
  width: 100%;
  height: 2px;
  background: #00c5de;
  position: absolute;
  top: 82px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .img-quality__buttons .line {
    display: none;
  }
}

.img-quality__buttons .line__wrapper {
  display: flex;
  justify-content: center;
}

.img-quality__buttons .line__item {
  width: 18px;
  height: 18px;
  border: 2px solid #00c5de;
  background: white;
  margin-top: 30px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}

.img-quality__buttons .line__item::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #00c5de;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .img-quality__buttons .line__item {
    display: none;
  }
}

.img-quality__btn {
  margin-top: 70px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.11);
  padding: 30px 50px;
  border-radius: 20px;
  font-size: 20px;
  color: #414141;
  position: relative;
  opacity: 50%;
  transition: 0.5s;
}

@media (max-width: 1200px) {
  .img-quality__btn {
    margin-top: 40px;
  }
}

@media (max-width: 560px) {
  .img-quality__btn {
    width: 100%;
  }
}

.img-quality__btn p {
  color: #00c5de;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.img-quality__btn span {
  color: #00c5de;
}

.img-quality__btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 90%;
  border: 1px dashed #00c5de;
  border-radius: 20px;
}

.img-quality__btn::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 30px solid white;
}

.img-quality .btn {
  margin-top: 50px;
  display: inline-block;
}

.how {
  background: linear-gradient(281.67deg, #180d54 -4.4%, #171258 44.88%, #472ba7 127.43%, #5c36ca 136.4%);
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.how__decoration-item {
  position: absolute;
  transform: translate(-50%, -50%);
}

.how__decoration-item.top {
  top: 20px;
  left: 20px;
}

.how__decoration-item.bottom {
  bottom: -150px;
  right: -100px;
}

.how__bg {
  display: flex;
  align-items: end;
}

.how__bg img {
  width: 100%;
}

.how__bg-phone {
  min-width: 266px;
  z-index: 2;
}

.how__bg-phone img {
  margin-bottom: -10px;
}

.how__bg-phone .btn {
  position: absolute;
  bottom: 10px;
  left: 25px;
  font-size: 14px;
}

.how__bg-cam {
  margin-left: -40px;
}

@media (max-width: 990px) {
  .how__bg {
    order: 2;
    margin-top: 30px;
  }
}

.how__content {
  color: white;
  position: relative;
  max-width: 470px;
}

.how__content .block-title {
  text-align: left;
  color: white;
  font-size: 32px;
  line-height: 56px;
}

.how__content .company-name {
  font-size: 18px;
  font-weight: 700;
}

.how__message {
  position: absolute;
  bottom: -50px;
  left: -30px;
  background: white;
  padding: 30px;
  box-sizing: border-box;
  color: #364C76;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0 30px 30px 30px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.11);
}

@media (max-width: 1200px) {
  .how__message {
    position: relative;
  }
}

@media (max-width: 990px) {
  .how__message {
    bottom: auto;
    left: auto;
  }
}

.how__message h2,
.how__message h3,
.how__message h4 {
  margin-bottom: 20px;
}

.how__message p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  line-height: normal;
}

.how__message p:last-child {
  margin: 0;
}

.how__message:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 0;
  height: 0;
  border-right: 40px solid transparent;
  border-bottom: 40px solid white;
}

.reviews-slider {
  padding: 150px 0;
}

.reviews-slider .block-title {
  margin-bottom: 50px;
}

.reviews-slider .swiper-button-next,
.reviews-slider .swiper-button-prev {
  top: 50%;
  width: 46px;
  height: 46px;
}

.reviews-slider .swiper-button-next::before,
.reviews-slider .swiper-button-prev::before {
  border-color: #7D53F8;
}

@media (max-width: 600px) {
  .reviews-slider .swiper-button-next,
  .reviews-slider .swiper-button-prev {
    display: none;
  }
}

.reviews-slider .swiper-button-next {
  right: -70px;
}

.reviews-slider .swiper-button-prev {
  left: -70px;
}

.reviews-slider .swiper-pagination {
  left: 50% !important;
  bottom: -20% !important;
}

.reviews-slider .swiper-pagination-bullet {
  background: #C4C4C4 !important;
}

.reviews-slider .swiper-pagination-bullet-active {
  background: #7D53F8 !important;
}

.reviews-slider__slider {
  position: relative;
}

.reviews-slider__slide {
  display: flex;
  justify-content: space-between;
  line-height: normal;
  column-gap: 30px;
  overflow: hidden;
}

@media (max-width: 970px) {
  .reviews-slider__slide {
    flex-direction: column;
    row-gap: 30px;
  }
}

.reviews-slider__slide .video {
  min-width: 508px;
  position: relative;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.11);
  background: linear-gradient(182.74deg, rgba(31, 13, 83, 0) 8.87%, rgba(26, 11, 70, 0.469) 56.4%, rgba(31, 13, 83, 0.7) 87.07%);
  border-radius: 20px;
  overflow: hidden;
}

.reviews-slider__slide .video .preview {
  width: 100%;
  z-index: -1;
  position: relative;
}

.reviews-slider__slide .video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.reviews-slider__slide .video .embed-container iframe,
.reviews-slider__slide .video .embed-container object,
.reviews-slider__slide .video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 970px) {
  .reviews-slider__slide .video {
    min-width: 100%;
  }
}

.reviews-slider__slide .content {
  color: #364C76;
  font-size: 16px;
  line-height: 24px;
}

.reviews-slider__slide .content h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.reviews-slider__slide .content p:first-child {
  margin-bottom: 20px;
}

.faq {
  background: linear-gradient(180deg, #0C0823 0%, #130C35 100%);
  position: relative;
}

.faq .block-title {
  font-weight: 700;
  text-transform: none;
  color: white;
}

.faq__decoration-item {
  position: absolute;
  transform: translate(-50%, -50%);
}

.faq__decoration-item.top {
  top: 20px;
  left: 20px;
}

.faq__decoration-item.bottom {
  bottom: -150px;
  right: -100px;
}

.faq__preview {
  color: white;
  font-weight: 700;
}

.faq__item {
  color: white;
}

.faq__item[open] .faq__preview::before {
  transform: rotate(45deg);
}

.faq__item p {
  line-height: normal;
}

.section-text {
  padding: 100px 0;
}

.section-text .block-title {
  max-width: 1000px;
  margin-bottom: 25px;
}

@media (max-width: 420px) {
  .section-text .block-title {
    font-size: 30px;
  }
}

.section-text h1,
.section-text h2,
.section-text h3,
.section-text h4,
.section-text h5,
.section-text h6 {
  margin-bottom: 30px;
}

.section-text strong {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
  margin-right: 5px;
}

.section-text p {
  line-height: 24px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.section-text img {
  display: flex;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.section-text a {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.section-text ul, .section-text ol {
  margin-bottom: 40px;
  margin-left: 40px;
}

.section-text ol {
  list-style-type: decimal;
}

.section-text ol li {
  list-style-type: decimal;
  margin-bottom: 15px;
}

.section-text ol li:last-child {
  margin-bottom: 0;
}

.section-text ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

.section-text ul li:last-child {
  margin-bottom: 0;
}

.section-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00c5de;
  left: 20px;
  top: 7px;
}

@media (max-width: 767px) {
  .section-text ul li:before {
    left: 0;
  }
}

@media (max-width: 767px) {
  .section-text ul li {
    margin-bottom: 15px;
    padding-left: 20px;
  }
}

.cam-forms {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0.912716) 77.88%, rgba(247, 247, 247, 0) 100%);
  position: relative;
  overflow: hidden;
}

.cam-forms .block-title {
  margin-bottom: 50px;
}

.cam-forms__vector {
  position: absolute;
  top: 30%;
  right: -65px;
}

.cam-forms .footer-form {
  position: relative;
  background: url("../img/footer-form-bg.png") center;
}

.cam-forms .footer-form__vector {
  position: absolute;
}

.cam-forms .footer-form__vector.top {
  top: -40px;
  right: 10%;
}

.cam-forms .footer-form__vector.bottom {
  bottom: -40px;
  left: 10%;
}

.article {
  padding-top: 120px;
  padding-bottom: 100px;
}

.article__content ul {
  padding: 1rem;
  list-style: none;
}

.article__content ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

.article__content ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00c5de;
  left: 20px;
  top: 7px;
}

.articles {
  padding-top: 120px;
  padding-bottom: 100px;
}

.articles__head {
  text-align: center;
  text-transform: uppercase;
}

.articles-card {
  margin-bottom: 40px;
}

.articles-card__link {
  color: #00c5de;
}

.it-benefits {
  padding-bottom: 100px;
}

@media (max-width: 840px) {
  .it-benefits {
    padding-bottom: 40px;
  }
}

.it-benefits__content {
  text-align: center;
}

.it-benefits__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.it-benefits__graph {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (max-width: 840px) {
  .it-benefits__graph {
    flex-wrap: wrap;
    min-width: auto;
    padding: 20px 0;
  }
}

.it-benefits__graph .center-item {
  pointer-events: none;
  position: relative;
}

@media (max-width: 920px) {
  .it-benefits__graph .center-item {
    margin-top: 30px;
  }
}

@media (max-width: 840px) {
  .it-benefits__graph .center-item {
    display: none;
  }
}

.it-benefits__graph .center-item .it-benefits__icon img {
  width: 100%;
}

@media (max-width: 1220px) {
  .it-benefits__graph .center-item .it-benefits__icon {
    width: 252px;
    margin-top: 55px;
  }
}

@media (max-width: 920px) {
  .it-benefits__graph .center-item .it-benefits__icon {
    width: 170px;
  }
}

.it-benefits__graph .center-item .it-benefits__line {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1220px) {
  .it-benefits__graph .center-item .it-benefits__line {
    top: -112px;
  }
}

.it-benefits__graph .item {
  position: absolute;
  top: 10px;
  left: -152px;
  color: black;
  display: flex;
  text-decoration: none;
  transition: all 0.3s ease;
}

.it-benefits__graph .item:hover {
  transition: all 0.3s ease;
  color: #00c5de;
  z-index: 10;
}

.it-benefits__graph .item:hover .it-benefits__icon {
  transform: scale(1.1);
}

@media (max-width: 840px) {
  .it-benefits__graph .item {
    position: static;
    flex: 0 1 50%;
  }
  .it-benefits__graph .item .it-benefits__line {
    display: none;
  }
}

.it-benefits__graph .item__wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 840px) {
  .it-benefits__graph .item__wrapper {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}

@media (max-width: 450px) {
  .it-benefits__graph .item__wrapper {
    min-width: 250px;
    flex-direction: inherit;
  }
}

.it-benefits__graph .item.position-6 {
  left: 50%;
  top: 497px;
  transform: translateX(-50%);
}

@media (max-width: 1220px) {
  .it-benefits__graph .item.position-6 {
    top: 450px;
  }
}

@media (max-width: 920px) {
  .it-benefits__graph .item.position-6 {
    top: 380px;
  }
}

@media (max-width: 840px) {
  .it-benefits__graph .item.position-6 {
    transform: translate(0);
  }
}

.it-benefits__graph .item.position-6 .item__wrapper {
  flex-direction: column;
}

@media (max-width: 840px) {
  .it-benefits__graph .item.position-6 .item__wrapper {
    flex-direction: column;
  }
}

@media (max-width: 450px) {
  .it-benefits__graph .item.position-6 .item__wrapper {
    min-width: 250px;
    flex-direction: inherit;
  }
}

.it-benefits__graph .item.position-6 p {
  position: static;
  order: 3;
  width: 100%;
  text-align: center;
}

@media (max-width: 840px) {
  .it-benefits__graph .item.position-6 p {
    max-zoom: 200px;
  }
}

.it-benefits__graph .item.position-6 .it-benefits__line {
  order: 1;
}

.it-benefits__graph .item.position-6 .it-benefits__line img {
  margin-left: -1px;
  top: -60px;
}

.it-benefits__graph .item.position-6 .it-benefits__icon {
  order: 2;
}

@media (max-width: 920px) {
  .it-benefits__graph .item.position-1 .it-benefits__line {
    display: none;
  }
}

.it-benefits__graph .item.position-2 {
  top: 108px;
  left: -216px;
}

.it-benefits__graph .item.position-2.reverse {
  left: auto;
  right: -214px;
}

.it-benefits__graph .item.position-3 {
  top: 205px;
  left: -152px;
}

.it-benefits__graph .item.position-4 {
  top: 304px;
  left: -216px;
}

.it-benefits__graph .item.position-4 .it-benefits__line {
  transform: scaleY(-1);
}

.it-benefits__graph .item.position-4.reverse {
  left: auto;
  right: -212px;
}

.it-benefits__graph .item.position-4.reverse .it-benefits__line {
  transform: scale(-1);
}

.it-benefits__graph .item.position-5 {
  top: 402px;
  left: -152px;
}

.it-benefits__graph .item.position-5 .it-benefits__line {
  transform: scaleY(-1);
}

.it-benefits__graph .item.position-5.reverse .it-benefits__line {
  transform: scale(-1);
}

@media (max-width: 920px) {
  .it-benefits__graph .item.position-5 .it-benefits__line {
    display: none;
  }
}

.it-benefits__graph .item.reverse {
  right: -152px;
  left: auto;
}

.it-benefits__graph .item.reverse .item__wrapper {
  flex-direction: row-reverse;
}

@media (max-width: 840px) {
  .it-benefits__graph .item.reverse .item__wrapper {
    flex-direction: column;
  }
}

@media (max-width: 450px) {
  .it-benefits__graph .item.reverse .item__wrapper {
    flex-direction: inherit;
  }
}

.it-benefits__graph .item.reverse .it-benefits__line {
  transform: scaleX(-1);
}

.it-benefits__graph .item.reverse p {
  left: auto;
  right: -220px;
  text-align: left;
}

@media (max-width: 1030px) {
  .it-benefits__graph .item.reverse p {
    right: -160px;
  }
}

@media (max-width: 840px) {
  .it-benefits__graph .item.reverse p {
    text-align: center !important;
  }
}

.it-benefits__graph .item p {
  width: 200px;
  text-align: right;
  font-size: 18px;
  position: absolute;
  left: -220px;
}

@media (max-width: 1030px) {
  .it-benefits__graph .item p {
    max-width: 150px;
    left: -160px;
  }
}

@media (max-width: 840px) {
  .it-benefits__graph .item p {
    position: static;
    max-width: 200px;
    text-align: center;
    order: 2;
  }
}

.it-benefits__graph .item .it-benefits__icon {
  width: 138.83px;
  height: 151.45px;
  background: url("../img/autosorcing/item-bg.svg") 0 0/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.it-benefits__graph .item .it-benefits__icon img {
  max-width: 60px;
}

@media (max-width: 520px) {
  .it-benefits__graph .item .it-benefits__icon {
    background: none;
  }
}

.it-benefits__graph .item .it-benefits__line {
  pointer-events: none;
  margin-bottom: 5px;
}

.it-benefits__graph .item .it-benefits__line img {
  position: absolute;
  margin-left: -30px;
}

.it-benefits__graph .item .it-benefits__line.reverse {
  transform: scaleY(-1);
}




.page-contact {
	padding-top: 120px;
	padding-bottom: 100px;
}
.page-contact .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.page-contact__info {
	width: 50%;
}
.page-contact__head {
	margin-bottom: 32px;
}
.page-contact__content {
	position: relative;
}
.page-contact__content .footer__data__social,
.page-contact__content .footer__data__address,
.page-contact__content .footer__data__worktime {
	padding-bottom: 24px;
}

.page-contact__content .footer__data__social a {
	border-color: #00c5de;
}
.page-contact__content .footer__data__social a .footer__data__icon {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.page-contact__content .footer__data__icon {
	background: #00c5de;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.page-contact__content p {
	position: relative;
	padding-left: 30px;
}

.page-contact__form {
	padding-top: 40px;
}
.page-contact__form-head {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 1.3;
}



.page-contact__map {
	width: 46%;
	position: relative;
}
.page-contact__map-ins {
	display: block;
	width: 100%;
	min-height: 100%;
	position: relative;
}
.page-contact__map-ins iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



@media (max-width: 720px) {
	.page-contact__info,
	.page-contact__map {
		width: 100%;
	}
	.page-contact__info {
		padding-bottom: 32px;
	}
	.page-contact__map-ins {
		height: 320px;
	}

}


/*# sourceMappingURL=main.css.map */