@charset "UTF-8";

@import "../libs/animateCSS/animate.css";

@import "../libs/fancybox/jquery.fancybox.min.css";

@import "../libs/jQuerryFormStyler/jquery.formstyler.css";

@import "../libs/jQuerryFormStyler/jquery.formstyler.theme.css";

@import "../libs/remodal/remodal.css";

@import "../libs/remodal/remodal-default-theme.css";

@import "../libs/slick/slick.css";

@import "../libs/slick/slick-theme.css";

@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-DemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

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

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

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

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

a:hover {
  text-decoration: underline;
}

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

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

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

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

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

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

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

img {
  vertical-align: bottom;
}

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

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

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

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

optgroup option {
  padding-left: 22px;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

td,
th {
  padding: 0;
}

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

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

q {
  quotes: "«" "»" "„" "“";
}

q:after {
  content: "»";
}

q:before {
  content: "«";
}

q > q:after {
  content: "“";
}

q > q:before {
  content: "„";
}

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

.hamburger:hover {
  opacity: 0.7;
}

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

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

/*end*/

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

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

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

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

input::placeholder {
  padding: 0;
}

input {
  outline: none;
  border: none;
}

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

textarea {
  resize: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

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

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

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

label.error {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

:root {
  --main-family: "TT Firs Neue", sans-serif;
  --container-width: 1380px;
}

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

body,
input,
button,
textarea,
a {
  font-family: var(--main-family);
  font-weight: 400;
}

.section {
  position: relative;
}

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

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

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

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

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

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

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

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

.hover-language a:hover {
  color: #333333;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

.remodal-form__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  background: #FEFEFE;
  padding: 12px 0;
}

.main-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header.fixed {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.main-header-logo {
  display: block;
  width: 106px;
}

.main-header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header-phone {
  display: flex;
  align-items: center;
  color: #121212;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: auto;
}

.header-phone:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  min-width: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTUzNzQgOC40MTIzMkM4LjE0ODg0IDExLjY3MjYgOS4zODYwOCAxMi45NzM0IDEyLjUzMzYgMTQuMzU4OUwxMS4xNjk1IDE2LjI3NDZDNy41NTUyMSAxNC41NDQyIDUuNzU0OTkgMTEuNjI3MyA0LjkwNzE0IDkuMzUxMDNMNi45NTM3NCA4LjQxMjMyWiIgZmlsbD0iIzAyQURFQSIvPgo8cGF0aCBkPSJNNy45NTY0NyAzLjkxMTNDOC41OTU1MiAzLjkwODggOS4wODE0MyA0LjQ0MDU1IDkuMDM3ODYgNS4wNDI2OEM4Ljk2OTMxIDUuOTkwMjIgOS4wNDIyOSA2LjY3Mzg2IDkuMjM4ODIgNy41MjEyNUM5LjM0Njc3IDcuOTg2NzMgOS4xMDI1NSA4LjQ1OTQ5IDguNzE0NDUgOC43NjRDOC4xOTEzNSA5LjE3NDQyIDcuNzkxNzEgOS42OTczOSA3LjQ3NDA5IDEwLjE0NzZDNy4wMzM4NSAxMC43NzE2IDUuNTE4ODIgMTAuNzI2NyA1LjE4Mzc2IDEwLjA0N0M0LjQ5NTE4IDguNjQ5OTMgNC4wMjg1NCA2LjA3NjExIDUuMDM0MDYgNC4zMzcyQzUuMTkyMDEgNC4wNjQwNSA1LjUxMDAzIDMuOTIwODcgNS44Mzk1NiAzLjkxOTU4TDcuOTU2NDcgMy45MTEzWiIgZmlsbD0iIzAyQURFQSIvPgo8cGF0aCBkPSJNMTcuNjU3MSAxNC4yNDk1QzE3LjczNjYgMTMuNjUwNyAxNy4yMzYxIDEzLjEzMTIgMTYuNTk3OSAxMy4wOTk2QzE1LjU5MzYgMTMuMDQ5OSAxNC44ODM4IDEyLjg5OTMgMTQuMDE2NiAxMi42MTMxQzEzLjU0MDMgMTIuNDU2IDEzLjAxNCAxMi42MjgxIDEyLjY0NzIgMTIuOTU1M0MxMi4xNTI5IDEzLjM5NjQgMTEuNTU1MSAxMy43MDgyIDExLjA0MzcgMTMuOTUxOEMxMC4zMzQ4IDE0LjI4OTUgMTAuMTk5NyAxNS43MTU0IDEwLjg3NCAxNi4xMTEyQzEyLjI1OTcgMTYuOTI0OCAxNC45MDkyIDE3LjY3MTkgMTYuODU4IDE2LjkzODJDMTcuMTY0MSAxNi44MjMgMTcuMzUyOSAxNi41NDIxIDE3LjM5MzkgMTYuMjMzM0wxNy42NTcxIDE0LjI0OTVaIiBmaWxsPSIjMDJBREVBIi8+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-phone:hover {
  color: #02ADEA;
}

.header-mail {
  display: flex;
  align-items: center;
  color: #121212;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 45px;
}

.header-mail:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  min-width: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC4xMzU2IDUuMzIxMDRDMTguNjE0MyA1LjMyMTA0IDE5LjAzOTQgNS41Mzk5OSAxOS4zMDY4IDUuODc4NjVMMTEuNTM5IDEyLjA5NDhMMy44NDA0MSA1Ljk5MTUyQzQuMDk3ODIgNS41ODk0MyA0LjU2MjA4IDUuMzIxMDQgNS4wOTIwNCA1LjMyMTA0SDE4LjEzNTZaTTMuNjI2NDYgMTUuNjY4OFY3LjA5NDU1TDkuMTUwNDIgMTEuNDczOEwzLjYzNzg1IDE1Ljg0NEMzLjYzMDM0IDE1Ljc4NjYgMy42MjY0NiAxNS43MjgyIDMuNjI2NDYgMTUuNjY4OFpNNC4xMzE2NiAxNi43MjUxQzQuMzg4ODcgMTYuOTM4MiA0LjcyNDY3IDE3LjA2NzIgNS4wOTIwNCAxNy4wNjcySDE4LjEzNTZDMTguNDUxNCAxNy4wNjcyIDE4Ljc0MzggMTYuOTcxOSAxOC45ODMxIDE2LjgwOThMMTMuMTEzMiAxMi4xMTI2TDEyLjA1NzcgMTIuOTU3M0MxMS43NTkxIDEzLjE5NjIgMTEuMzI0MiAxMy4xOTcxIDExLjAyNDUgMTIuOTU5NUw5Ljk1MzA3IDEyLjExMDFMNC4xMzE2NiAxNi43MjUxWk0xMy45MTE1IDExLjQ3MzhMMTkuNTYxMiAxNS45OTQ5QzE5LjU4NzMgMTUuODkwMyAxOS42MDEyIDE1Ljc4MTEgMTkuNjAxMiAxNS42Njg4VjYuOTIwNjJMMTMuOTExNSAxMS40NzM4WiIgZmlsbD0iIzAyQURFQSIvPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-mail:hover {
  color: #02ADEA;
}

.page-container {
  padding-top: 80px;
}

.hero {
  position: relative;
  padding-top: 150px;
  padding-bottom: 180px;
}

.hero .wrapper {
  position: relative;
  z-index: 20;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-image > div {
  width: 100%;
  height: 100%;
}

.hero-image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.mobile-header {
  display: none;
}

.hero-image-desktop {
  position: relative;
}

.hero-image-desktop:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.hero-image-mobile {
  display: none;
}

.hero-image-mobile:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.hero-title {
  color: #FFF;
  text-align: center;
  font-size: 65.751px;
  font-style: normal;
  font-weight: 700;
  line-height: 75.795px;
  letter-spacing: 1.315px;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.hero-text-after-title {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%;
  width: 925px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 43px;
}

.hero-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #FEFEFE;
  color: #232323;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  padding: 20px 41px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.hero-btn:hover {
  background: #02ADEA;
  color: #fff;
}

.hero-btn-scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 27px;
  bottom: 27px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzUwMjZfMTMxKSI+CjxwYXRoIGQ9Ik0xNC4wMzE3IDAuMDczMjQyMkM4Ljc5NDQxIDAuMDczMjQyMiA0LjUzMzY5IDQuNDAwOTMgNC41MzM2OSA5LjcyMDEyVjE3LjQwMjJDNC41MzM2OSAyMi43MjE0IDguNzk0NDEgMjcuMDQ4OCAxNC4wMzE3IDI3LjA0ODhDMTkuMjY4NyAyNy4wNDg4IDIzLjUyOTggMjIuNzM0NSAyMy41Mjk4IDE3LjQzMTdWOS43MjAxMkMyMy41Mjk4IDQuNDAwOTMgMTkuMjY4NyAwLjA3MzI0MjIgMTQuMDMxNyAwLjA3MzI0MjJaTTIxLjc0MzMgMTcuNDMxN0MyMS43NDMzIDIxLjc0OTYgMTguMjg0MSAyNS4yNjI0IDE0LjAzMTcgMjUuMjYyNEM5Ljc3OTY1IDI1LjI2MjQgNi4zMjAxOSAyMS43MzYyIDYuMzIwMTkgMTcuNDAxOVY5LjcyMDEyQzYuMzIwMTkgNS4zODU4NSA5Ljc3OTY1IDEuODU5NjkgMTQuMDMxNyAxLjg1OTY5QzE4LjI4NDEgMS44NTk2OSAyMS43NDMzIDUuMzg1ODUgMjEuNzQzMyA5LjcyMDEyVjE3LjQzMTdaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTQuMDMxNyA3LjQ1NzI4QzEzLjUzODMgNy40NTcyOCAxMy4xMzg0IDcuODU3MTcgMTMuMTM4NCA4LjM1MDUzVjExLjQ3NjhDMTMuMTM4NCAxMS45NzAyIDEzLjUzODMgMTIuMzcwMSAxNC4wMzE3IDEyLjM3MDFDMTQuNTI1IDEyLjM3MDEgMTQuOTI0OSAxMS45NzAyIDE0LjkyNDkgMTEuNDc2OFY4LjM1MDUzQzE0LjkyNDkgNy44NTcxNyAxNC41MjUgNy40NTcyOCAxNC4wMzE3IDcuNDU3MjhaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzUwMjZfMTMxIj4KPHJlY3Qgd2lkdGg9IjI2Ljk3NTYiIGhlaWdodD0iMjYuOTc1NiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNTQzOTQ1IDAuMDczMjQyMikiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.section {
  padding-top: 80px;
  position: relative;
}

.anhor {
  position: absolute;
  top: -20px;
}

.section-title {
  color: #000;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.section-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 2px;
  background: #02ADEA;
}

.text-after-title {
  color: #121212;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  margin-bottom: 60px;
}

.m-2-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.m-2-item {
  width: calc(25% - 12px);
  border-radius: 4px;
  background: #036;
  padding: 50px 25px 60px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.m-2-item-icon {
  width: 55px;
  height: 55px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.m-2-item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.m-2-item-title {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%;
  margin-bottom: 16px;
}

.m-2-item-text {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 136%;
  margin-bottom: 30px;
}

.m-2-item-count {
  margin-top: auto;
  color: #FFF;
  text-align: center;
  font-size: 21.306px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.56px;
  letter-spacing: 0.426px;
  text-transform: uppercase;
}

.main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  min-width: 161px;
  max-width: 100%;
  border-radius: 4px;
  background: #02ADEA;
  margin-top: 60px;
}

.main-btn:hover {
  background: #0599ce;
}

.m-3-box {
  padding: 60px 70px;
  border-radius: 4px;
  background: #F4F4F4;
}

.m-3-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.m-3-item {
  width: calc(33.33% - 10.6666666667px);
  border-radius: 4px;
  background: #FFF;
  overflow: hidden;
}

.m-3-item-title {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%;
  padding: 20px 30px;
  background: #036;
}

.m-3-item-text {
  color: #121212;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 136%;
  padding: 30px 15px;
}

.m-3-item-text ul li {
  position: relative;
  padding-left: 15px;
  color: #121212;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 136%;
  margin-bottom: 10px;
}

.m-3-item-text ul li:last-child {
  margin-bottom: 0;
}

.m-3-item-text ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  left: 0;
  background: #121212;
}

.m-4-box {
  position: relative;
  padding-top: 60px;
  padding-bottom: 140px;
}

.m-4-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.m-4-box-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 4px;
}

.m-4-content {
  position: relative;
  z-index: 20;
}

.m-4-content .main-btn {
  background: #fff;
  color: #232323;
}

.m-4-content .main-btn:hover {
  opacity: 0.9;
}

.m-4-logo {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}

.m-4-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.m-4-title {
  color: #FFF;
  text-align: center;
  font-size: 65.751px;
  font-style: normal;
  font-weight: 700;
  line-height: 75.795px;
  letter-spacing: 1.315px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.m-4-text {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%;
  width: 920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-4-box-bg-mob {
  display: none;
  width: 100%;
  height: 100%;
}

.m-4-box-bg-mob:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.m-4-box-bg-desk {
  width: 100%;
  height: 100%;
}

.m-4-box-bg-desk:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
}

.m-5-slide {
  padding: 1px;
}

.m-5-slide-box {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid rgba(0, 51, 102, 0.38);
}

.m-5-slide-left {
  width: 490px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.m-5-slide-left img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.m-5-slide-right {
  width: calc(100% - 490px);
  padding: 50px 30px 60px 30px;
}

.m-5-slide-title {
  position: relative;
  color: #121212;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.m-5-slide-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 2px;
  background: #02ADEA;
}

.m-5-slide-text {
  color: #121212;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 136%;
  width: 645px;
  max-width: 100%;
  margin-bottom: 30px;
}

.m-5-btn {
  margin-top: 0;
  margin-left: 0;
}

.slick-dots {
  position: relative;
  margin-top: 35px;
  bottom: 0;
  gap: 13px;
}

.slick-dots li button {
  display: none;
}

.slick-dots li {
  cursor: pointer;
  width: 80px;
  height: 4px;
  background: #C9C9C9;
}

.slick-dots li.slick-active {
  background: #02ADEA;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.m-6-list {
  display: flex;
  flex-wrap: wrap;
}

.m-6-item {
  width: 25%;
  position: relative;
  height: 280px;
}

.m-6-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  overflow: hidden;
}

.m-6-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 10;
}

.m-6-item-image:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-6-item-static-title {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  color: #FFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%;
  text-align: center;
  width: 100%;
  padding: 20px 10px;
}

.m-6-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
  background: linear-gradient(0deg, rgba(2, 173, 234, 0.85) 0%, rgba(2, 173, 234, 0.85) 100%);
  padding: 30px 12px 20px 12px;
  opacity: 0;
  transition: 0.25s;
  transform: rotateY(180deg);
  overflow: auto;
}

.m-6-item-content::-webkit-scrollbar {
  width: 4px;
  /* ширина всей полосы прокрутки */
}

.m-6-item-content::-webkit-scrollbar-track {
  background: #fff;
  /* цвет зоны отслеживания */
}

.m-6-item-content::-webkit-scrollbar-thumb {
  background-color: #036;
  /* цвет бегунка */
  border-radius: 20px;
  /* округлось бегунка */
  border: 3px solid transparent;
  /* отступ вокруг бегунка */
}

.m-6-item-content-title {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%;
  margin-bottom: 20px;
}

.m-6-item-content-text {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 136%;
  margin-bottom: 20px;
}

.m-6-item-content-btn {
  color: #FEFEFE;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: underline;
}

.m-6-item-content-btn:hover {
  text-decoration: none;
}

.m-7-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.m-7-item {
  width: calc(33.33% - 9.3333333333px);
  padding: 30px;
  background: #F3F3F3;
  display: flex;
  align-items: center;
}

.m-7 {
  padding-bottom: 60px;
}

.m-7-item-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003366;
  border-radius: 100%;
}

.m-7-item-icon img {
  display: block;
  width: 27px;
  height: 27px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.m-7-item-text,
.m-7-item-text a {
  color: #121212;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 136%;
}

.main-footer {
  background: #036;
  padding: 40px 0 50px 0;
}

.main-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.main-footer-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 95px;
}

.main-footer-top-email {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 136%;
}

.main-footer-top-email:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 18px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjY5NTA3IDMuOTA1NzZIMTkuNjM4N1YxNy45MDU4SDEuNjk1MDdWMy45MDU3NlpNMy4xOTAzNyA1LjQwNTc2TDEwLjY2NjkgMTAuMDIzNkwxOC4xNDM0IDUuNDA1NzZIMy4xOTAzN1pNMy4xOTAzNyA3LjE2NzFWMTYuNDA1OEgxOC4xNDM0VjcuMTY3MUwxMC42NjY5IDExLjc4MTJMMy4xOTAzNyA3LjE2NzFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-footer-top-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 136%;
}

.main-footer-top-phone:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 18px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjQyOSAxMC40MDYyQzE5LjQyOSA1LjQzNTY5IDE1LjQxMjEgMS40MDYyNSAxMC40NTcyIDEuNDA2MjVWMi45MDYyNUMxNC41ODYzIDIuOTA2MjUgMTcuOTMzNyA2LjI2NDExIDE3LjkzMzcgMTAuNDA2MkgxOS40MjlaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEuNDk4MzEgNS43NzQ3OUMxLjQyNTg3IDYuNzQ5NzIgMS42NjYwNiA3LjY2NzMxIDEuOTk3NzUgOC41NjU3OEMyLjY4NCAxMC40MjM5IDMuNzI4NjMgMTIuMDY3OSA0Ljk5NDM5IDEzLjU4MTlDNi43MDYyMSAxNS42MjM1IDguNzQ5NzEgMTcuMjQwOCAxMS4xNDQgMTguNDA2OUMxMi4yMjI5IDE4LjkzMDcgMTMuMzQgMTkuMzM1OSAxNC41NTI0IDE5LjQwMDlDMTUuMzgzNSAxOS40NDY4IDE2LjA2MzYgMTkuMTgyIDE2LjY5NSAxOC41ODI4QzE2Ljk3MDIgMTguMzIxNiAxNy4yNTI2IDE4LjAzIDE3LjUzNTYgMTcuNzM3OUMxNy42Nzc0IDE3LjU5MTUgMTcuODE5NSAxNy40NDQ5IDE3Ljk2MDggMTcuMzAyQzE4LjU4NiAxNi42NzExIDE4LjU4OTggMTUuOTAyNiAxNy45Njg0IDE1LjI3NTZDMTcuMjI4OCAxNC41MjYzIDE2LjQ4NTMgMTMuNzgwNyAxNS43MzgxIDEzLjAzOUMxNS4xMjgxIDEyLjQzMTEgMTQuMzY1NiAxMi40MzQ5IDEzLjc1NTUgMTMuMDM5QzEzLjU3MDQgMTMuMjIzMSAxMy40MjM0IDEzLjM2NDggMTMuMjg0OCAxMy40OTgzQzEzLjA3NTIgMTMuNzAwMiAxMi44ODUgMTMuODgzNSAxMi42MTE5IDE0LjE2NjZDMTIuNDg2MSAxNC4yOTY2IDEyLjQyMjIgMTQuMzExOSAxMi4yMjY4IDE0LjIzOTJDMTIuMDMxNSAxNC4xNjY2IDExLjYwOTIgMTMuOTQxIDExLjMxOTUgMTMuNzYxM0M5Ljk3MzYzIDEyLjkxNjQgOC44NDUxMyAxMS44MjI5IDcuODQ2MjUgMTAuNTkxOEM3LjM1MDYyIDkuOTgwMSA2LjkwODM3IDkuMzI2MzIgNi42MDMzNyA4LjU5MjI2QzYuNTM4NTYgOC40NDMxNSA2LjU0OTk5IDguMzQzNzQgNi42NzE5OSA4LjIyNTIyQzYuODI3MTQgOC4wNzQ3NCA2Ljk1NDI4IDcuOTUyNzkgNy4wNzE4MSA3Ljg0MDA1QzcuMzA2NjIgNy42MTQ4MiA3LjUwMzE0IDcuNDI2MzIgNy44MDgwMiA3LjEyMDU4QzguNDQ0NzEgNi40NzgyNyA4LjQ0MDkgNS43MjUwOSA3LjgwNDIxIDUuMDc4OTVDNy41NjI2OCA0LjgzNDE5IDcuMzE5NDUgNC41OTExMiA3LjA3Njc4IDQuMzQ4NjJMNy4wNzQ4NSA0LjM0NjY5QzYuOTU0MjggNC4yMjYyIDYuODMzODQgNC4xMDU4NSA2LjcxMzgzIDMuOTg1NUM2LjM0MDIzIDMuNjA3MDIgNS45NjY1NSAzLjIyODQ2IDUuNTg5MTQgMi44NTc2M0M0Ljk3OTE0IDIuMjU3MzggNC4yMTI4MiAyLjI1MzU1IDMuNjAyODIgMi44NTc2M0MzLjYwMjgyIDIuODU3NjMgMi42NzQyIDMuNzQ1MDggMi4yMDc0MyA0LjI0MTY2QzEuNzQwNjcgNC43MzgyMyAxLjU0NDA2IDUuMTc0NTMgMS40OTgzMSA1Ljc3NDc5Wk00LjgzMjY2IDQuMjE4MzdDNC43MDIzNiA0LjA5MDIgNC42ODgxNCA0LjA3NjIyIDQuNTk3NDQgNC4wNzYyMkM0LjUwNDgxIDQuMDc2MjIgNC40NTc3OSA0LjEyMDEyIDQuMzcyMiA0LjIwMDAxQzQuMzU4NDEgNC4yMTI4OSA0LjM0MzYgNC4yMjY3IDQuMzI3NDYgNC4yNDE0MUM0LjIxMTExIDQuMzQ3NDEgMy4zMDc5IDUuMjU1NDYgMy4zMDc5IDUuMjU1NDZDMy4zMDc5IDUuMjU1NDYgMy4wNzgxOSA1LjQ4OTQ0IDMuMDA2NzQgNS43MTU5QzIuOTM1MjkgNS45NDIzNyAyLjk3OTggNi40ODY5OSAzLjA0MTU4IDYuNzk3NDRDMy41NDU0OSA5LjMyOTQ3IDUuMzM5NjggMTEuODI0MyA2LjkzMTI0IDEzLjUxMDFDOC41NDgxOSAxNS4yMjI5IDEwLjg1MTcgMTYuOTA5NCAxMy41OTI2IDE3Ljc1ODJDMTMuOTQwNCAxNy44NjYgMTQuODUwNyAxNy45NTUzIDE1LjEzMDQgMTcuODQ4N0MxNS40MSAxNy43NDIxIDE1LjY4MDYgMTcuNDg3IDE1LjY4MDYgMTcuNDg3TDE2LjQ2ODkgMTYuNjgwN0MxNi40Njg5IDE2LjY4MDcgMTYuNzE4IDE2LjQ1NTQgMTYuNzE4IDE2LjMxNzJDMTYuNzE4IDE2LjE3OTEgMTYuNjQ4NyAxNi4wODk2IDE2LjU1NTEgMTUuOTk1M0MxNS42NjQgMTUuMDk3MSAxNS4xNzMgMTQuNjAwMyAxNS4wODIgMTQuNTA0N0wxNS4wNjU3IDE0LjQ4NzZDMTQuOTI2MSAxNC4zNDA5IDE0Ljg1OTggMTQuMjcxMSAxNC43NDA3IDE0LjI3MTFDMTQuNjI2IDE0LjI3MTEgMTQuNTEyMyAxNC4zOTEzIDE0LjQzOTcgMTQuNDY4MUwxNC40MjM1IDE0LjQ4NTFDMTMuNDc4NiAxNS40NzM0IDEzLjE1NDggMTUuNzMxOCAxMi41NzY1IDE1Ljc3NzhDMTEuNjMwNyAxNS44NTMxIDkuNzk0MjEgMTQuODI2NSA3Ljg0OTkxIDEyLjg0ODRDNS45MDU2MSAxMC44NzAzIDQuOTY4NTEgOC45NzE1MyA1LjA2OTI2IDguMjY5NTZDNS4xNjQyMyA3LjYwNzgyIDUuNTI1OTEgNy4yNTUgNS42MjYzNyA3LjE1N0w1LjY0MTY4IDcuMTQxOTRDNS43MTI0OCA3LjA3MDYzIDYuNDcyMDQgNi4zNDE1MSA2LjQ3MjA0IDYuMzQxNTFDNi40NzIwNCA2LjM0MTUxIDYuNjM3MDcgNi4xOTI4NSA2LjYzNzA3IDYuMTA2ODlDNi42MzcwNyA2LjAyNjkyIDYuNjAxNTYgNS45OTEzOSA2LjU1MjE2IDUuOTQxOThMNi41NDA4NCA1LjkzMDYzQzUuNTkzOTMgNC45NzUxNSA1LjA1MzE5IDQuNDMyMzkgNC45MTg2MiA0LjMwMjM0QzQuODg1MiA0LjI3MDA0IDQuODU2ODYgNC4yNDIxNyA0LjgzMjY2IDQuMjE4MzdaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTAuNDU3MiA0LjQwNjI1QzEzLjc2MDUgNC40MDYyNSAxNi40Mzg0IDcuMDkyNTQgMTYuNDM4NCAxMC40MDYySDE0Ljk0MzFDMTQuOTQzMSA3LjkyMDk3IDEyLjkzNDYgNS45MDYyNSAxMC40NTcyIDUuOTA2MjVWNC40MDYyNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-footer-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-footer-bot-copy {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 25%;
}

.main-footer-bot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 25%;
  justify-content: flex-end;
}

.main-footer-bot-links a {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.main-footer-bot-links a:hover {
  text-decoration: underline;
}

.main-footer-bot-soc-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 50%;
}

.main-footer-bot-soc-links a {
  width: 25px;
  height: 25px;
  display: block;
}

.main-footer-bot-soc-links a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.main-footer-bot-soc-links a:hover {
  opacity: 0.8;
}

.single .hero-image-desktop {
  display: block;
}

.single .hero-image-desktop:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.single .m-6 {
  padding-bottom: 80px;
}

.main-text {
  color: #000;
  width: 746px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "TT Firs Neue";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}

.main-text p {
  margin-bottom: 20px;
}

.main-text ul {
  margin-bottom: 20px;
}

.main-text ul li {
  position: relative;
  padding-left: 35px;
}

.main-text ul li:before {
  content: "";
  display: none !important;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC42Mjc5MyIgeT0iMC41NjMyMzIiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjEwIiBmaWxsPSIjMDJBREVBIi8+CjxwYXRoIGQ9Ik02LjE3MzgzIDEwLjk4MjVMOS4wNTY2NCAxMy42NTUxTDE1LjA4MjcgNy40NzE0NCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-text li {
  margin-bottom: 10px;
}

.main-text ol {
  margin-bottom: 20px;
}

.main-text ol li {
  display: list-item;
  list-style-type: decimal;
  list-style-position: inside;
}

.main-text:last-child {
  margin-bottom: 0;
}

.main-text a {
  color: #02ADEA;
  text-decoration: underline;
  font-weight: 500;
}

.main-text a:hover {
  text-decoration: none;
}

.main-text h1 {
  color: #000;
  font-size: 65.751px;
  font-style: normal;
  font-weight: 700;
  line-height: initial;
  letter-spacing: 1.315px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.main-text h2 {
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.main-text h3 {
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.68px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.main-text h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.m-12 {
  padding-bottom: 80px;
}

.main-form {
  width: 580px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}


.header-btn-modal {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    padding: 15px 30px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    min-width: 161px;
    max-width: 100%;
    border-radius: 4px;
    background: #02ADEA;
	margin-left: 40px;
}

.header-btn-modal:hover {
    background: #0599ce;
}



@media screen and (min-width: 992px) {
  .m-6-item:hover .m-6-item-static-title {
    opacity: 0;
  }

  .m-6-item:hover .m-6-item-content {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 1200px) {
  .m-2-item {
    width: calc(50% - 8px);
  }

  .m-5-slide-box {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .m-5-slide-left {
    width: 100%;
  }

  .m-5-slide-right {
    width: 100%;
    padding: 35px 10px;
  }

  .m-5-slide-title {
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.68px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .m-5-slide-title:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .m-5-slide-text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 136%;
  }

  .m-5-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .slick-dots li {
    width: 70px;
  }

  .m-6-item {
    width: 33.33%;
  }
	
	
}

@media screen and (max-width: 992px) {
  .header-hambugreg {
    display: block;
    margin-left: 35px;
  }

  .mobile-header {
    display: block;
  }

  .main-header .header-phone {
    font-size: 0;
  }

  .main-header .header-phone:before {
    margin-right: 0;
    width: 28px;
    height: 28px;
  }

  .main-header .header-mail {
    font-size: 0;
    margin-left: 35px;
  }

  .main-header .header-mail:before {
    margin-right: 0;
    width: 28px;
    height: 28px;
  }

  .mobile-header-bg {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 290;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
  }

  .mobile-header-bg.active {
    opacity: 1;
    pointer-events: initial;
  }
	
	.main-header .header-btn-modal {
	display: none;
} 
	
	.header-btn-modal {
		margin-left: auto;
		margin-top: 40px;
	}

  .mobile-header {
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 295;
    transform: translateX(110%);
    right: 0;
    padding-top: 120px;
    padding-right: 20px;
    padding-bottom: 100px;
    height: 100vh;
    overflow: auto;
    width: 300px;
    max-width: 100%;
    transition: 0.25s;
  }

  .mobile-header.active {
    transform: translateX(0%);
  }

  .main-menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .main-menu li {
    margin-left: auto;
    margin-bottom: 25px;
  }

  .main-menu li:last-child {
    margin-bottom: 0;
  }

  .main-menu a {
    color: #000;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
  }

  .m-2-item {
    width: 100%;
  }

  .section {
    padding-top: 60px;
  }

  .anhor {
    top: -30px;
  }

  .section-title {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.68px;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 30px;
  }

  .text-after-title {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 30px;
  }

  .m-2-item {
    padding: 40px 20px;
  }

  .m-2-item-title {
    font-size: 20px;
  }

  .m-2-item-text {
    margin-bottom: 24px;
  }

  .m-2-flex {
    gap: 12px;
  }

  .main-btn {
    margin-top: 30px;
  }

  .m-2 {
    padding-bottom: 60px;
  }

  .m-3 {
    background: #F4F4F4;
    padding-bottom: 60px;
  }

  .m-3-box {
    padding: 0;
  }

  .m-3-flex {
    gap: 12px;
  }

  .m-3-item {
    width: 100%;
  }

  .m-4-box {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .m-4-logo {
    margin-bottom: 120px;
  }

  .m-4-title {
    font-size: 52.082px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 1.042px;
    margin-bottom: 25px;
  }

  .m-4-text {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
    margin-bottom: 30px;
  }

  .m-6-list {
    gap: 20px;
  }

  .m-6-item {
    width: calc(50% - 10px);
    height: initial;
  }

  .m-6-item-image {
    position: relative;
    height: 270px;
    width: 100%;
  }

  .m-6-item-content {
    padding: 25px 0 0 0;
    position: relative;
    transform: none;
    opacity: 1;
    height: initial;
    display: block;
    background: transparent;
  }

  .m-6-item-content-title {
    display: none;
  }

  .m-6-item-content-text {
    color: #121212;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 136%;
  }

  .m-6-item-content-btn {
    color: #02ADEA;
  }

  .m-7-item {
    width: 100%;
  }

  .main-footer-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-footer-top-right {
    margin-top: 35px;
    gap: 10px;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
  }

  .main-footer-top {
    padding-bottom: 35px;
    padding-bottom: 0;
    border: none;
  }

  .main-footer-bot {
    flex-wrap: wrap;
  }

  .main-footer-bot-copy {
    order: 2;
    width: 48%;
  }

  .main-footer-bot-soc-links {
    order: 1;
    width: 100%;
    padding-bottom: 54px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .main-footer-bot-links {
    order: 3;
    width: 48%;
  }

  .main-text h1 {
    font-size: 32px;
  }

  .main-text h2 {
    font-size: 28px;
  }

  .main-text h3 {
    font-size: 24px;
  }

  .main-text h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-image-mobile {
    display: block;
  }

  .hero-image-desktop {
    display: none;
  }

  .main-header-logo {
    width: 71px;
  }

  .page-container {
    padding-top: 60px;
  }

  .hero-title {
    font-size: 52.082px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 1.042px;
    margin-bottom: 27px;
  }

  .hero {
    padding-top: 120px;
    padding-bottom: 120px;
    min-height: calc(100vh - 60px);
  }

  .hero-text-after-title {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
    margin-bottom: 38px;
  }

  .hero-btn {
    font-size: 14px;
  }

  .m-4-box-bg-desk {
    display: none;
  }

  .m-4-box-bg-mob {
    display: block;
  }

  .m-6-item {
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .m-7-item-icon {
    margin-right: 25px;
  }

  .m-7-item {
    padding: 20px 15px;
  }

  .m-7-list {
    gap: 6px;
  }
}

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

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

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






.wpforms-field-row {
  width: 100% !important;
  max-width: 100% !important;
}

/* select {
  display: none !important;
} */

.jq-selectbox__select {
  border-radius: 4px !important;
  border: 1px solid rgba(169, 169, 169, 0.58) !important;
  background: rgba(250, 250, 250, 0.41) !important;
  padding: 10px 20px !important;
  color: #000 !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28.8px !important;
  position: relative !important;
}

.main-form input,
.main-form textarea {
  display: block !important;
  width: 100% !important;
  color: #000 !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  max-width: 100% !important;
  line-height: 28.8px !important;
  border-radius: 4px !important;
  border: 1px solid rgba(169, 169, 169, 0.58) !important;
  background: rgba(250, 250, 250, 0.41) !important;
}

.main-form textarea {
  resize: none !important;
}

.jq-selectbox__trigger {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 50px !important;
  height: 100% !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4wMzMyMDMxIDAuODg2NjVMMC43NTQ0NjMgMC4xNDI1NzhMNS41NDA1NiA2LjM5MTYxTDEwLjMyNjcgMC4xNDI1NzhMMTEuMDQ3OSAwLjg4NjY1TDUuNTQwNTYgOC4wNzc0MkwwLjAzMzIwMzEgMC44ODY2NVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.wpforms-field-label {
  color: #000 !important;
  font-size: 14.75px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28.8px !important;
  margin-bottom: 10px !important;
}

.jq-selectbox__dropdown {
  position: absolute !important;
  bottom: 0px !important;
  width: 100% !important;
  transform: translateY(calc(100% + 10px)) !important;
  border: 1px solid rgba(169, 169, 169, 0.58) !important;
  background: #FBFBFB !important;
  z-index: 50 !important;
  color: #000 !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28.8px !important;
  border-radius: 4px !important;
}

.jq-selectbox__dropdown ul {
  padding: 5px 0 !important;
}

.jq-selectbox__dropdown li {
  margin-bottom: 0 !important;
  padding: 10px 20px !important;
}

.jq-selectbox__dropdown li.sel {
  color: #003366 !important;
}


.jq-radio__div {
  display: block !important;
  border-radius: 300px !important;
  border: 1px solid #000 !important;
  background: #FAFAFA !important;
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  margin-right: 11px !important;
  position: relative !important;
  border-radius: 100% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.jq-radio__div:after {
  content:'' !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 100% !important;
  opacity: 0 !important;
  width: 10px !important;
  height: 10px !important;
  background: #02ADEA !important;
}

.wpforms-selected .jq-radio__div:after {
  opacity: 1 !important;
}

/* .wpforms-field-radio input {
  display: none !important;
} */

.wpforms-submit {
  border-radius: 4px !important;
  background: #02ADEA !important;
  padding: 10px 20px !important;
  color: #FFF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 21px !important;
  text-transform: uppercase !important;
  max-width: 100% !important;
  cursor: pointer !important;
  margin-top: 60px !important;
  outline: none !important;
}

.wpforms-submit-container {
  margin-top: 40px !important;
}

.wpforms-submit-container .wpforms-submit {
  margin-top: 0 !important;
}

.wpforms-submit:after {
  display: none !important;
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
  padding: 10px 0 !important;
}


.background-video-wrapper {
  position: absolute;
	top: 0;
	left: 0;
  width: 100%;
	z-index: 2;
  height: 100%; /* Видео на весь экран по высоте, можно изменить */
  overflow: hidden;
  background: #000; /* запасной фон на случай, если видео не загрузится */
}

.background-video-wrapper video.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover; /* чтобы видео корректно масштабировалось и обрезалось */
  z-index: -1;
}

.hero .wrapper {
  position: relative;
  z-index:10;
}