@charset "UTF-8";

@import url(../libs/animateCSS/animate.css);

@import url(../libs/fancybox/jquery.fancybox.min.css);

@import url(../libs/jQuerryFormStyler/jquery.formstyler.css);

@import url(../libs/jQuerryFormStyler/jquery.formstyler.theme.css);

@import url(../libs/remodal/remodal.css);

@import url(../libs/remodal/remodal-default-theme.css);

@import url(../libs/slick/slick.css);

@import url(../libs/slick/slick-theme.css);

@import url(../libs/date/jqui.css);

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

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

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

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

a:hover {
  text-decoration: underline;
}

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

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

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

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

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

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

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

img {
  vertical-align: bottom;
}

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

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

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

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

optgroup option {
  padding-left: 22px;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

.hamburger:hover {
  opacity: .7;
}

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

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

/*end*/

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

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

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

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

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

input::placeholder {
  padding: 0;
}

input {
  outline: none;
  border: none;
}

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

textarea {
  resize: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

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

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

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

label.error {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

:root {
  --main-family: 'Montserrat', sans-serif;
  --container-width: 1300px;
}

.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:-ms-input-placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 300;
  background: #00B2BB;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.main-header-top {
  background: #31353D;
  padding: 9px 0px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 132.5%;
}

.main-header .wrapper {
  width: 1520px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-header-body {
  padding-bottom: 16px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header-logo {
  width: 238px;
  display: block;
  height: auto;
  margin-right: 15px;
}

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

.main-header-phone {
  display: flex;
  align-items: center;
  color: #31353D;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 132.5%;
  text-transform: uppercase;
  margin-right: 50px;
}

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

.main-header-phone:hover {
  opacity: 0.9;
}

.main-header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 1px solid  #31353D;
  width: 156px;
  height: 46px;
  color: #31353D;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 132.5%;
}

.main-header-btn:hover {
  background: #31353D;
  color: #ffffff;
}

.main-menu {
  margin-left: auto;
  margin-right: 20px;
}

.main-menu > ul {
  display: flex;
  align-items: center;
}

.main-menu > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
}

.main-menu > ul > li > a {
  color: #31353D;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 132.5%;
  text-transform: uppercase;
}

.sub-menu .sub-menu {
	position: static;
	padding: 10px 0 0 12px;
	transform: none;
	box-shadow: none;
	background: none;
}

.main-menu > ul > li > a:hover {
  opacity: 0.9;
}

.main-menu > ul > li.menu-item-has-children {
  position: relative;
}

.main-menu > ul > li.menu-item-has-children:after {
  content: '';
  display: block;
  width: 7px;
  height: 4px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNyA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMy41IDQuNUwwIDAuNUw3IDAuNUwzLjUgNC41WiIgZmlsbD0iIzMxMzUzRCIvPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sub-menu {
  position: absolute;
  transform: translateY(100%);
  bottom: 0px;
  left: 0px;
  border-radius: 10px 10px 10px 10px;
  background: #FFF;
  padding: 12px;
  width: 215px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
}

.sub-menu li {
  margin-bottom: 10px;
}

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

.sub-menu a {
  color: #31353D;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.sub-menu a:hover {
  opacity: 0.9;
}

.mobile-header {
  display: none;
}

.mobile-header-bg {
  display: none;
}

.page-container {
  width: 100%;
  overflow: hidden;
  padding-top: 125px;
}

.hero {
  position: relative;
  padding: 130px 0px;
}

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

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

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

.hero-left {
  width: calc(50% - 25px);
}

.hero-title {
  color: #FFF;
  font-size: 51px;
  font-style: normal;
  font-weight: 900;
  line-height: 125%;
  margin-bottom: 24px;
}

.hero-text {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 173%;
}

.hero-right {
  width: calc(50% - 25px);
}

.hero-form {
  width: 100%;
  border-radius: 15px;
  background: rgba(244, 244, 244, 0.95);
  padding: 30px 17px;
}

.hero-form input,
.hero-form textarea {
  display: block;
  width: 100%;
  height: 55px;
  padding: 15px;
  line-height: 25px;
  color: #31353D;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid #B7B7B7;
  background: transparent;
  line-height: 132.5%;
}

.hero-form input::-moz-placeholder,
.hero-form textarea::-moz-placeholder {
  color: #B7B7B7;
}

.hero-form input:-ms-input-placeholder,
.hero-form textarea:-ms-input-placeholder {
  color: #B7B7B7;
}

.hero-form input::placeholder,
.hero-form textarea::placeholder {
  color: #B7B7B7;
}

.hero-form textarea {
  height: 120px;
}

.hero-form-col-icon-data {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 100%;
  background-image: url("../images/hero-form-icon-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hero-form-col-icon-name {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 100%;
  background-image: url("../images/hero-form-icon-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hero-form-col-icon-email {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 100%;
  background-image: url("../images/hero-form-icon-3.svg");
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hero-form-col-icon-phone {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 100%;
  background-image: url("../images/hero-form-icon-4.svg");
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hero-form-col-icon-local {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 100%;
  background-image: url("../images/hero-form-icon-5.svg");
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hero-form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.ui-widget.ui-widget-content {
	z-index: 100 !important;
}

.hero-form-row:last-child {
  margin-bottom: 0px;
}

.hero-form-col {
  width: calc(50% - 8px);
  position: relative;
}

.jq-selectbox {
  margin-bottom: 0px;
  border-radius: 10px;
  border: 1px solid #B7B7B7;
  background: transparent;
}

.jq-selectbox__select-text {
  padding: 18px 20px;
  color: #31353D;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 132.5%;
}

.jq-selectbox__trigger {
  background-image: url("../images/select-arrow.svg");
}

.jq-selectbox__dropdown ul {
  max-height: 280px;
}

a.hero-form-send {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 40px;
}

.hero-form-send {
  border-radius: 15px;
  background: #00B2BB;
  width: 231px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 132.5%;
  max-width: 100%;
  margin-left: auto;
}

.hero-form-send:hover {
  background: #008A90;
}

.m-2 {
  background: #F8F8F8;
  padding: 24px 0px;
}

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

.m-2-text {
  color: #31353D;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  width: 323px;
  margin-right: 50px;
}

.m-2-flex {
  width: calc(100% - 370px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -20px;
}

.m-2-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.m-2-item-icon {
  width: 55px;
  min-width: 55px;
  height: 55px;
  margin-right: 12px;
}

.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: #31353D;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}

.m-2-item-text {
  color: #31353D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.5px;
}

.m-3 {
  margin: 120px 0px;
}

.m-3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.m-3-header .section-title {
  text-align: left;
  margin-bottom: 0px;
  width: calc(50% - 30px);
}

.section-title {
  margin-bottom: 60px;
  color: #31353D;
  font-size: 40px;
  font-style: normal;
  text-align: center;
  font-weight: 800;
  line-height: 125%;
}

.m-3-header-title {
  width: calc(50% - 30px);
  color: #777;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 183%;
}

.m-3-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -60px;
}

.m-3-item {
  width: calc(50% - 60px);
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 60px;
  padding: 20px 40px 30px 40px;
  border-radius: 15px;
  transition: 0.25s;
  background: #F4F9FA;
  box-shadow: 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
}

.m-3-item:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}

.m-3-item-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 12px;
}

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

.m-3-item-title {
  color: #31353D;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  margin-bottom: 30px;
}

.m-3-item-text {
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 183%;
  margin-bottom: 30px;
}

.m-3-item-btn {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #31353D;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 183%;
}

.m-3-item-btn:after {
  content: '';
  display: block;
  background-image: url("../images/m-3-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-left: 14px;
  transition: 0.25s;
}

.m-3-item-btn:hover:after {
  transform: translateX(10px);
}

.m-4 {
  background: #00B2BB;
  padding: 54px 0px;
  overflow: hidden;
}

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

.m-3-left {
  width: 205px;
}

.m-3-left-image {
  width: 100%;
}

.m-3-left-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.m-3-right {
  width: 205px;
}

.main-btn {
  width: 205px;
  max-width: 100%;
  height: 66px;
  border-radius: 15px;
  background: #31353D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00B2BB;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 132.5%;
  text-transform: uppercase;
}

.main-btn:hover {
  color: #FFF;
}

.main-btn-2 {
  width: 205px;
  max-width: 100%;
  height: 66px;
  border-radius: 15px;
  background: #00B2BB;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 132.5%;
  text-transform: uppercase;
}

.main-btn-2:hover {
  background: #008A90;
}

.m-3-mid {
  width: calc(100% - 600px);
}

.m-3-mid-title {
  color: #31353D;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.m-3-mid-text {
  color: #31353D;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 183%;
}

.m-5 {
  margin: 120px 0px;
}

.m-5-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: -60px;
  margin-left: -30px;
  margin-right: -30px;
}

.m-5-item {
  width: calc(33.33% - 60px);
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 60px;
  padding: 30px 30px 40px 30px;
  border-radius: 15px;
  background: #F4F9FA;
}

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

.m-5-item-title {
  color: #31353D;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
}

.m-5-item-after-title {
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  margin-bottom: 30px;
  text-align: center;
}

.m-5-item-price {
  color: #00B2BB;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 20px;
}

.m-5-item-desc {
  color: #31353D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 185%;
  margin-bottom: 30px;
  width: 180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-6 {
  margin: 120px 0px;
}

.m-6-block {
  border-radius: 15px;
  background: #FBFBFB;
  padding: 64px 50px;
  position: relative;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.m-6-block:before {
  content: '';
  display: block;
  z-index: -1;
  pointer-events: none;
  position: absolute;
  width: 842px;
  height: 493px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/m-6-block-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-6-column {
  width: calc(50% - 45px);
}

.m-6-item {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #777;
  cursor: pointer;
  background: rgba(251, 251, 251, 0.9);
  padding: 24px;
  margin-top: 40px;
}

.m-6-item:first-child {
  margin-top: 0px;
}

.m-6-item.active .m-6-item-title:after {
  transform: translateY(-50%) rotate(180deg);
  background-image: url("../images/m-6-arrow-active.svg");
}

.m-6-item.active .m-6-item-answer {
  padding-top: 30px;
  max-height: 400px;
}

.m-6-item-title {
  position: relative;
  padding-right: 40px;
  color: #31353D;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  transition: 0.25s;
}

.m-6-item-title:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 8px;
  height: 4px;
  transition: 0.25s;
  background-image: url("../images/m-6-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-6-item-answer {
  padding-top: 0px;
  overflow: hidden;
  max-height: 0px;
  color: #31353D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.m-7 {
  margin: 120px 0px;
}

.m-7-box {
  padding: 30px;
  color: #31353D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 183%;
  border-radius: 15px;
  border: 1px solid  #00B2BB;
  background: #FFF;
  position: relative;
  box-shadow: 20px 20px 0px 0px #00B2BB;
  z-index: 20;
}

.m-7-box h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}

.m-7-box a {
  color: #31353D;
  text-decoration: underline;
}

.m-7-box a:hover {
  text-decoration: none;
}

.m-7-box p {
  margin-bottom: 20px;
}

.m-7-box p:last-child {
  margin-bottom: 0px;
}

.m-8 {
  margin: 120px 0px;
}

.m-8-block {
  display: flex;
  margin-bottom: 80px;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.m-8-block ol li {
  list-style-type: circle;
  list-style-position: inside;
  display: list-item;
}

.m-8-block:last-child {
  margin-bottom: 0px;
}

.m-8-block:nth-child(even) {
  flex-direction: row-reverse;
}

.m-8-block:nth-child(even) .m-8-block-image {
  margin-left: 40px;
  margin-right: -30px;
}

.m-8--2 .m-8-block:nth-child(2):after{
  display: none;
}

.m-8-block:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  background-image: url("../images/m-8-item-2-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  width: 631px;
  height: 664px;
  right: 400px;
}

.m-8-block-image {
  width: 430px;
  min-width: 430px;
  margin-right: 40px;
  margin-left: -30px;
}

.m-8-block-image img {
  width: 100%;
  height: auto;
  display: block;
}

.m-8-block-title {
  color: #31353D;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 143%;
  margin-bottom: 30px;
}

.m-8-block-text {
  color: #31353D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 183%;
}

.m-8-block-text a {
  color: #31353D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 183%;
  text-decoration: underline;
}

.m-8-block-text a:hover {
  text-decoration: none;
}

.m-8-block-text p {
  margin-bottom: 20px;
}

.m-8-block-text p:last-child {
  margin-bottom: 0px;
}

.m-8-block-text h2 {
  color: #31353D;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.m-8-block-text h3 {
	color: #31353D;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.m-8-block-text h2:first-child {
  margin-top: 0px;
}

.m-8-block-text ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}

.m-8-block-text ul li {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  position: relative;
  padding-left: 20px;
}

 .m-8-block-text ul li:before {
 	content:'';
 	display: block;
 	position: absolute;
 	top: 11px;
 	left: 0px;
 	width: 6px;
 	height: 6px;
 	border-radius: 100%;
 	background: #000000;
 }

.m-8-block-text table {
  border-radius: 15px;
  background: #F4F9FA;
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 10px;
  display: block;
  overflow: hidden;
}

.m-8-block-text table thead {
  background: #E9F3F4;
  display: block;
  width: 100%;
}

.m-8-block-text table thead tr {
  padding: 0px 9px;
  display: flex;
  width: 100%;
}

.m-8-block-text table thead td {
  width: 25%;
  padding: 16px;
  color: #31353D;
  font-size: 16px;
  font-style: normal;
  line-height: 1.4;
  font-weight: 800;
}

.m-8-block-text table tbody {
  display: block;
  width: 100%;
}

.m-8-block-text table tbody tr {
  display: flex;
  width: 100%;
  padding: 0px 15px;
}

.m-8-block-text table tbody td {
  width: 25%;
  padding: 10px;
  color: #31353D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.m-8-block-text table tbody td strong {
  font-weight: 800;
}

.m-8-block-text *:last-child {
  margin-bottom: 0px;
}

.m-9 {
  margin: 120px 0px;
}

.m-9-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -60px;
}

.m-9-item {
  width: calc(50% - 60px);
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 60px;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid  #00B2BB;
  background: #FFF;
  box-shadow: 20px 20px 0px 0px #00B2BB;
}

.m-9-item-top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}

.m-9-item-stars {
  width: 210px;
  height: 30px;
  background-image: url("../images/m-9-stars.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.m-9-item-logo {
  width: 33px;
  height: 33px;
  background-image: url("../images/m-9-logo-google.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-9-item-text {
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%;
  margin-bottom: 26px;
}

.m-9-item-author {
  color: #31353D;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 161%;
}

.main-footer {
  background: #31353D;
  padding: 50px 0px;
}

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

.main-footer-logo {
  width: 238px;
  display: block;
  height: auto;
  margin-bottom: 25px;
}

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

.main-footer-left-copy {
  color: #CBCBCB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%;
  margin-bottom: 10px;
}

.main-footer-left-info-1 {
  color: #CBCBCB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%;
  margin-bottom: 10px;
}

.main-footer-left-info-2 {
  color: #CBCBCB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%;
}

.main-footer-right-title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 161%;
  margin-bottom: 15px;
}

.main-footer-social-list {
  display: flex;
  margin-bottom: 40px;
}

.main-footer-social-list a {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

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

.main-footer-social-list a:hover {
  opacity: 0.8;
}

.main-footer-social-list a:last-child {
  margin-right: 0px;
}

.main-footer-partners-list {
  display: flex;
}

.main-footer-partners-list a {
  margin-right: 22px;
}

.main-footer-partners-list a:last-child {
  margin-right: 0px;
}

.main-footer-partners-list a:hover {
  opacity: 0.8;
}

.main-footer-mid {
  display: flex;
  align-items: flex-start;
}

.main-footer-mid-column {
  margin-left: 70px;
  margin-right: 70px;
}

.main-footer-mid-title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 161%;
  margin-bottom: 15px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-footer-mid-title:hover {
  color: #00B2BB;
}

.main-footer-mid-menu {
  display: flex;
  flex-direction: column;
}

.main-footer-mid-menu a {
  color: #CBCBCB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 209%;
}

.main-footer-mid-menu a:hover {
  color: #00B2BB;
}

.hero-v2 {
  padding: 56px 0px;
}

.m-10 {
  margin: 120px 0px;
}

.m-10-box {
  border-radius: 15px;
  background: #F4F9FA;
  box-shadow: 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m-10-icon {
  width: 200px;
  min-width: 200px;
  margin-right: 40px;
}

.m-10-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.m-10-box-text {
  color: #31353D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 183%;
}

.m-10-box-text p {
  margin-bottom: 20px;
}

.m-10-box-text p:last-child {
  margin-bottom: 0px;
}

.m-10-box-text a {
  color: #00B2BB;
  text-decoration: underline;
}

.m-10-box-text a:hover {
  text-decoration: none;
}

.m-11 {
  margin: 120px 0px;
  position: relative;
}

.m-11-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
}

.m-11-item {
  width: calc(20% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  color: #31353D;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.m-11-item:hover {
  color: #00B2BB;
}

.m-11-item:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-image: url("../images/m-11-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-11-bg {
  position: absolute;
  top: -60px;
  left: 0px;
  width: 100%;
  z-index: -1;
}

.m-11-bg img {
  display: block;
  width: 100%;
  height: auto;
}

.m-12-block {
  display: flex;
  align-items: center;
  margin-top: -50px;
}

.m-12-block:first-child {
  margin-top: 0px;
}

.m-12-block:nth-child(even) {
  margin-left: auto;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.m-12-image {
  width: 223px;
  min-width: 223px;
  margin-right: 65px;
}

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

.m-12-block-box {
  width: 450px;
}

.m-12-block-title {
  color: #31353D;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  margin-bottom: 20px;
}

.m-12-block-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

.m-14 {
  margin: 120px 0px;
}

.m-14-box {
  border-radius: 15px;
  border: 1px solid #161616;
  background: #FFF;
  box-shadow: 20px 20px 0px 0px #161616;
  padding: 30px;
  color: #31353D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 183%;
}

.m-14-box h3 {
  color: #31353D;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 183%;
  margin-bottom: 30px;
  text-align: center;
}

.m-14-box p {
  margin-bottom: 20px;
}

.m-14-box *:last-child {
  margin-bottom: 0px;
}

.m-15 {
  margin: 120px 0px;
  position: relative;
  padding-top: 120px;
}

.m-15-bg-map {
  position: absolute;
  top: -170px;
  left: 0px;
  width: 100%;
  z-index: -1;
}

.m-15-bg-map img {
  display: block;
  width: 100%;
  height: auto;
}

.m-15-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
}

.m-15-item {
  width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  position: relative;
  padding-left: 18px;
  color: #31353D;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
}

.m-15-item:hover {
  text-decoration: underline;
}

.m-15-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-image: url("../images/m-15-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0px;
}

.m-16 {
  margin: 120px 0px;
  position: relative;
}

.m-16-table {
  border-radius: 15px;
  background: #F4F9FA;
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
  margin-bottom: 60px;
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-16-row {
  display: flex;
  justify-content: space-between;
  padding: 18px 40px;
  position: relative;
}

.m-16-row:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  background: #EFEFEF;
  width: calc(100% - 80px);
  height: 1px;
}

.m-16-row:first-child:after {
  display: none;
}

.m-16-row:last-child:after {
  display: none;
}

.m-16-col {
  width: calc(50% - 10px);
}

.m-16-row-header {
  background: #E9F3F4;
}

.m-16-col {
  color: #31353D;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

.m-16-col strong {
  color: #00B2BB;
}

.m-16-bottom-text {
  color: #31353D;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  text-align: center;
}

.m-16-bottom-text a {
  color: #00B2BB;
  font-weight: 700;
}

.m-16-bottom-text a:hover {
  text-decoration: underline;
}

.m-16-bottom-text strong {
  color: #00B2BB;
}

.m-17 {
  margin: 120px 0px;
  position: relative;
}

.m-8-block-box {
  max-width: 100%;
}

.m-17-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}

.m-17-item {
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  position: relative;
  border-radius: 20px;
  border: 1px solid #F4F4F4;
  background: #F8F8F8;
  box-shadow: 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
}

.m-17-item:hover {
  z-index: 20;
}

.m-17-item:hover .m-17-item-description {
  max-height: 300px;
  padding-top: 40px;
  padding-bottom: 20px;
  opacity: 1;
}

.m-17-item-image {
  width: 100%;
  height: 291px;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}

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

.m-17-item-box {
  padding: 20px;
}

.m-17-item-title {
  color: #31353D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 12px;
}

.m-17-item-price {
  color: #00B2BB;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  position: relative;
  z-index: 20;
}

.m-17-item-description {
  position: absolute;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s;
  bottom: 40px;
  left: -1px;
  width: calc(100% + 2px);
  transform: translateY(100%);
  border-radius: 0px 0px 20px 20px;
  background: #F8F8F8;
  opacity: 0;
  padding: 20px 20px 0px 20px;
  box-shadow: 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  color: #31353D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.m-8-2 .m-8-block:nth-child(2):after {
  background-image: url("../images/m-8-2-after-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 716px;
  height: 546px;
  position: absolute;
  top: -184px;
  transform: none;
}

.m-18 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.m-18-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.m-18-map {
  width: 385px;
  margin-right: 60px;
  height: 510px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
}

.m-18-map iframe {
  width: 100%;
  height: 100%;
}

.m-18-right {
  width: calc(100% - 445px);
}

.m-18-title {
  color: #31353D;
  text-align: left;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  margin-bottom: 30px;
}

.m-18-text {
  color: #31353D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 163%;
  margin-bottom: 30px;
}

.m-18-text a {
  color: #00B2BB;
  font-weight: 600;
}

.m-18-text a:hover {
  text-decoration: underline;
}

.m-18-right-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.m-18-right-info {
  color: #31353D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 223%;
  width: calc(100% - 300px);
}

.m-18-right-info a {
  text-decoration: underline;
  color: #31353D;
}

.m-18-right-info a:hover {
  text-decoration: none;
}

.m-18-right-info h3 {
  color: #00B2BB;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 217%;
  margin-top: 30px;
}

.m-18-right-info h3:first-child {
  margin-top: 0px;
}

.m-18-right-word-hours {
  width: 230px;
}

.m-18-right-word-hours h3 {
  color: #00B2BB;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 223%;
  margin-bottom: 10px;
}

.m-18-right-word-hours ul {
  margin-top: 0px;
  padding-top: 0px;
}

.m-18-right-word-hours ul li {
  position: relative;
  color: #31353D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 223%;
  padding-left: 20px;
}

.m-18-right-word-hours ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 19px;
  background: #31353D;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

.hero-form-col--full {
  width: 100%;
}

.con-form {
  width: 1025px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
  border-radius: 15px;
  border: 1px solid #00B2BB;
  background: #F4F9FA;
  box-shadow: 20px 20px 0px 0px #00B2BB;
  margin-top: 120px;
}

.con-form .hero-form-send {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.rem-call {
  background: rgba(244, 244, 244, 0.95);
}

.rem-call .hero-form {
  background: transparent;
  padding: 0px;
}

.rem-call .hero-form-send {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.rem-call-title {
  color: #31353D;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  margin-bottom: 30px;
}

.m-19 {
  padding: 120px 0px;
}

.m-19-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
}

.m-19-item {
  width: calc(33.33% - 60px);
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
  position: relative;
  border-radius: 15px;
  transition: 0.25s;
  background: #F4F9FA;
  padding-bottom: 25px;
  overflow: hidden;
}

.m-19-item:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.m-19-item:hover .m-19-item-btn {
  opacity: 1;
}

.m-19-item-permalink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.m-19-item-image {
  width: 100%;
  height: 196px;
  position: relative;
  margin-bottom: 20px;
}

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

.m-19-item-title {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
  color: #31353D;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 132.5%;
}

.m-19-item-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 163%;
}

.m-19-item-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  background: #00B2BB;
  width: 175px;
  height: 60px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 132.5%;
  opacity: 0;
  transition: 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-19-pagination {
  margin-top: 20px;
}

.m-20 {
  padding: 120px 0px;
}

.m-20-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.m-20-sidebar {
  width: 342px;
  padding: 20px 15px;
  border-radius: 20px;
  background: #F4F9FA;
}

.m-20-text {
  width: calc(100% - 402px);
  color: #31353D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 163%;
}

.m-20-text h2 {
  color: #31353D;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 132.5%;
  margin-bottom: 30px;
  margin-top: 40px;
}

.m-20-text p {
  color: #31353D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 163%;
  margin-bottom: 20px;
}

.m-20-text a {
  color: #31353D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 163%;
  margin-bottom: 20px;
  text-decoration: underline;
}

.m-20-text a:hover {
  text-decoration: none
}

.m-20-text p:last-child {
  margin-bottom: 0px;
}

.m-20-text img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 20px;
  display: block;
}

.m-20-text ul {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
}

.m-20-text ul li {
  position: relative;
  color: #31353D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 223%;
  padding-left: 20px;
}

.m-20-text ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 19px;
  background: #31353D;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

.m-20-item {
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  display: block;
  padding-bottom: 20px;
}

.m-20-item:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.m-20-item:last-child {
  margin-bottom: 0px;
}

.m-20-item-links {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.m-20-item-image {
  width: 100%;
  height: 171px;
}

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

.m-20-item-title {
  padding: 15px 15px 0px 15px;
  color: #31353D;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 132.5%;
}

.m-20-sidebar-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 1px solid #00B2BB;
  margin-top: 30px;
  color: #00B2BB;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  height: 60px;
  line-height: 132.5%;
}

.m-20-sidebar-btn:hover {
  background: #00B2BB;
  color: #ffffff;
}

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




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

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


*/

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

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

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




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


.m-19-pagination {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-numbers {
  width: 32px;
  height: 32px;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 32px;
  text-align: center;
  transition: 0.25s;
  background: #ffffff;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.page-numbers:hover,
.page-numbers.current {
  background: #00B2BB;
  color: #FFFFFF;
}

.page-numbers.next  {
  background-color: #ffffff !important;
  background-image: url('../images/pag_next.svg');
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0px;
}
.page-numbers.next:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
.page-numbers.prev  {
  background-color: #ffffff !important;
  background-image: url('../images/pag_prev.svg');
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0px;
}
.page-numbers.prev:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
@media screen and (min-width: 992px) {
  .m-9-item:nth-child(2),
  .m-9-item:nth-child(3),
  .m-9-item:nth-child(5),
  .m-9-item:nth-child(6) {
    border: 1px solid #161616;
    box-shadow: 20px 20px 0px 0px #161616;
  }

  .m-9-item:nth-child(2) .m-9-item-stars,
  .m-9-item:nth-child(3) .m-9-item-stars,
  .m-9-item:nth-child(5) .m-9-item-stars,
  .m-9-item:nth-child(6) .m-9-item-stars {
    background-image: url("../images/m-9-stars-black.svg");
  }
}

@media screen and (min-width: 1280px) {
  .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: initial;
  }
}

@media screen and (max-width: 1460px) {
  .main-header-phone {
    margin-right: 20px;
	  font-size: 16px;
  }

  .main-menu > ul > li > a {
    font-size: 13px;
  }

  .main-menu > ul > li {
    padding: 10px;
  }
}

@media screen and (max-width: 1280px) {
  .main-header .main-header-phone {
    display: none;
  }

  .main-header .main-header-btn {
    display: none;
  }

  .main-header .main-menu {
    display: none;
  }

  .header-hambugreg {
    display: block;
  }

  .main-header-body {
    padding: 10px 20px;
  }

  .header-hamburger-line {
    background: #000000;
  }

  .header-hamburger-line:before,
  .header-hamburger-line:after {
    background: #000000;
  }

  .mobile-header {
    display: block;
    position: fixed;
    height: 100vh;
    overflow: auto;
    padding: 160px 20px 20px 20px;
    background: #00B2BB;
    width: 280px;
    top: 0px;
    z-index: 290;
    right: 0px;
    transition: 0.25s;
    transform: translateX(110%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  }

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

  .main-menu {
    margin-bottom: 40px;
  }

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

  .main-menu > ul > li {
    padding: 0px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

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

  .main-menu > ul > li > a {
    font-size: 16px;
  }

  .main-header-phone {
    margin-bottom: 20px;
    margin-right: 0px;
  }

  .menu-item-has-children a {
    order: 1;
    max-width: calc(100% - 32px);
  }

  .menu-item-has-children:after {
    order: 2;
  }

  .sub-menu {
    padding: 0px;
    padding-left: 20px;
    width: 100%;
    background: transparent;
    opacity: 1;
    overflow: hidden;
    position: static;
    pointer-events: initial;
    transform: none;
    order: 3;
    max-height: 0px;
    box-shadow: none;
  }

  .menu-item-has-children.active .sub-menu {
    padding-top: 25px;
    max-height: 400px;
  }

  .sub-menu li {
    margin-bottom: 20px;
  }

  .mobile-header-bg {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s;
  }

  .mobile-header-bg.active {
    opacity: 1;
    pointer-events: initial;
  }

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

  .hero {
    padding: 100px 0px;
  }

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

  .hero-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .hero-right {
    width: 100%;
  }

  .main-menu > ul > li.menu-item-has-children:after {
    width: 12px;
    height: 12px;
    margin-left: 20px;
  }

  .m-2 .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .m-2-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
  }

  .m-2-flex {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    justify-content: center;
  }

  .m-2-item {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
  }

  .m-8-block:nth-child(2):after {
    display: none;
  }

  .main-footer-mid-column {
    margin-left: 50px;
    margin-right: 50px;
  }

  .m-11-item {
    font-size: 18px;
    width: calc(25% - 20px);
  }

  .m-12-block {
    margin-top: 0px;
  }

  .m-15-item {
    width: calc(33.33% - 20px);
    font-size: 18px;
  }
}

@media screen and (max-width: 1100px) {
  .m-18-flex {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .m-18-map {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 100%;
  }

  .m-18-right {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .m-18 {
    padding: 80px 0px;
  }

  .con-form {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: 0px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 992px) {
  .m-9-item:nth-child(even) {
    border: 1px solid #161616;
    box-shadow: 20px 20px 0px 0px #161616;
  }

  .m-9-item:nth-child(even) .m-9-item-stars {
    background-image: url("../images/m-9-stars-black.svg");
  }

  .m-3-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .m-3-header .section-title {
    width: 100%;
    margin-bottom: 20px;
  }

  .m-3-header-title {
    width: 100%;
  }

  .section-title {
    font-size: 28px;
  }

  .m-3 {
    margin: 80px 0px;
  }

  .m-3-flex {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }

  .m-3-item {
    width: 100%;
    margin-top: 20px;
    padding: 30px 20px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .m-3-item:first-child {
    margin-top: 0px;
  }

  .m-4 .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .m-3-left {
    width: auto;
    margin-bottom: 20px;
  }

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

  .m-3-right {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .m-4 {
    padding: 40px 0px;
  }

  .m-5 {
    margin: 80px 0px;
  }

  .m-5-flex {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .m-5-item {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    width: 450px;
    max-width: 100%;
  }

  .m-5-item:first-child {
    margin-top: 0px;
  }

  .m-5-item-price {
    font-size: 32px;
  }

  .m-5-item-after-title {
    margin-bottom: 20px;
  }

  .m-5-item-title {
    font-size: 24px;
  }

  .m-6 {
    margin: 80px 0px;
  }

  .m-6-column {
    width: 100%;
    margin-top: 20px;
  }

  .m-6-column:first-child {
    margin-top: 0px;
  }

  .m-6-item {
    margin-top: 20px;
  }

  .m-7 {
    margin: 80px 0px;
  }

  .m-8 {
    margin: 80px 0px;
  }

  .m-8-block {
    flex-direction: column-reverse !important;
    justify-content: center;
    align-items: center;
  }

  .m-8-block-image {
    margin-left: auto !important;
    width: 430px;
    min-width: 1px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto !important;
  }

  .m-8-block-image img {
    max-width: 100%;
    max-height: 250px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .m-8-block {
    margin-bottom: 40px;
  }

  .m-9 {
    margin: 80px 0px;
  }

  .m-9-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }

  .m-9-item {
    margin-left: 0px;
    margin-right: auto;
    width: calc(100% - 20px);
    margin-top: 40px;
  }

  .m-9-item:first-child {
    margin-top: 0px;
  }

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

  .main-footer-mid {
    display: none;
  }

  .main-footer-flex {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 238px;
    max-width: 100%;
    padding-top: 90px;
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-footer-logo {
    position: absolute;
    top: 0px;
    left: 0%;
  }

  .main-footer-right {
    width: 100%;
  }

  .main-footer-left {
    width: 100%;
    margin-top: 40px;
  }

  .m-10 {
    margin: 80px 0px;
  }

  .m-10-box {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
  }

  .m-10-box-text {
    margin-bottom: 20px;
  }

  .m-10-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .m-11-item {
    width: calc(33.33% - 20px);
  }

  .m-11 {
    margin: 80px 0px;
  }

  .m-12-block {
    flex-direction: row !important;
    justify-content: center !important;
    margin-top: 40px;
  }

  .m-12-image {
    width: 150px;
    min-width: 150px;
    margin-right: 40px;
  }

  .m-12-block-title {
    font-size: 20px;
  }

  .m-13 {
    margin: 80px 0px;
  }

  .m-14 {
    margin: 80px 0px;
  }

  .m-15 {
    margin: 80px 0px;
  }

  .m-14-box h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .m-14-box {
    padding: 30px 20px;
  }

  .m-8-block-text ul li {
    width: calc(50% - 20px);
  }

  .m-16 {
    margin: 80px 0px;
  }

  .m-17 {
    margin: 80px 0px;
  }

  .m-17-item {
    width: calc(50% - 30px);
  }

  .m-17-item-description {
    position: relative;
    opacity: 1;
    max-height: initial;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 0px !important;
    margin-top: 12px;
    transform: none;
    border-radius: 0px;
    top: 0px;
  }

  .m-8-block-image {
    margin-top: 20px;
  }

  .m-19 {
    padding: 80px 0px;
  }

  .m-19-item {
    width: calc(50% - 60px);
  }

  .m-20 {
    padding: 80px 0px;
  }

  .m-20-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .m-20-text {
    width: 100%;
    margin-bottom: 40px;
  }

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

@media screen and (max-width: 767px) {
  .hero {
    padding: 60px 0px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-form-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
  }

  .hero-form-col {
    width: 100%;
    margin-bottom: 12px;
  }

  .hero-form-col:last-child {
    margin-bottom: 0px;
  }

  .hero-form {
    padding: 12px;
  }

  .hero-left {
    margin-bottom: 20px;
  }

  .hero-form-send {
    margin-left: auto;
    margin-right: auto;
  }

  .m-2-item-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 12px;
  }

  .m-3-item-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .m-6-block {
    padding: 30px 20px;
  }

  .m-8-block-text {
    line-height: 24px;
  }

  .m-11-item {
    width: calc(50% - 20px);
    font-size: 14px;
    margin-top: 10px;
  }

  .m-11-bg {
    position: static;
  }

  .m-12-image {
    width: 80px;
    min-width: 80px;
    margin-right: 20px;
  }

  .m-12-block-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .m-15-item {
    width: calc(50% - 20px);
    font-size: 16px;
    margin-top: 10px;
  }

  .m-15 {
    padding-top: 0px;
  }

  .m-15-bg-map {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .m-6-block {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }

  .m-6-item {
    padding: 20px 16px;
  }

  .m-6-item-title {
    font-size: 16px;
  }

  .m-6-item.active .m-6-item-answer {
    padding-top: 15px;
  }

  .m-8-block-text ul li {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .m-8-block-text ul {
    margin-left: 0px;
    margin-right: 0px;
  }

  .m-16-row {
    padding: 10px 15px;
  }

  .m-16-row:after {
    width: calc(100% - 30px);
  }

  .m-16-col {
    font-size: 16px;
  }

  .m-16-bottom-text {
    font-size: 16px;
  }

  .m-16-table {
    margin-bottom: 30px;
  }

  .m-17-item-image {
    height: 150px;
  }

  .m-8-block-text table {
    padding-bottom: 0;
  }

  .m-8-block-text table tbody td {
    padding: 10px 4px;
  }

  .m-8-block-text table tbody tr {
    padding: 0px;
  }

  .m-8-block-text table thead tr {
    padding: 0px;
  }

  .m-8-block-text table thead td {
    padding: 10px 4px;
    font-size: 12px;
  }

  .m-8-block-text table tbody td {
    font-size: 12px;
    line-height: 14px;
  }

  .m-8-block-text table tbody td strong {
    font-size: 10px;
  }

  .m-8-block-text table {
    border-radius: 8px;
  }

  .m-8-block-text table thead {
    text-align: center;
  }

  .m-8-block-text table tbody td {
    text-align: center;
  }

  .m-8-block-text table tbody td:first-child {
    text-align: left;
  }

  .m-18-right-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .m-18-right-info {
    margin-bottom: 20px;
  }

  .m-18-right-info {
    width: 100%;
  }

  .m-18-title {
    font-size: 24px;
  }

  .m-18-map {
    height: 420px;
  }

  .m-19-list {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .m-19-item:first-child {
    margin-top: 0px;
  }
}

@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;
  }
}

@media screen and (max-width: 500px) {
  .main-header-logo {
    width: 180px;
  }

  .main-footer-flex {
    width: 460px;
    max-width: 100%;
  }

  .m-17-item {
    width: 100%;
    margin-left: 0px;
    margin-top: 16px;
    margin-right: 0px;
  }

  .m-17-item:first-child {
    margin-top: 0px;
  }

  .m-17-flex {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
}

.hero-title.black {
  color: #000000;
}
.m-9-item:nth-child(1) .m-9-item-logo {
  background-image: url('../images/rev_image_1.jpg');
}

.m-9-item:nth-child(2) .m-9-item-logo {
  background-image: url('../images/rev_image_2.jpg');
}
.m-9-item:nth-child(3) .m-9-item-logo {
  background-image: url('../images/rev_image_3.jpg');
}
.m-9-item:nth-child(4) .m-9-item-logo {
  background-image: url('../images/rev_image_4.jpeg');
}
.m-9-item-logo {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-left li, .hero-left li a {color: #fff !important;}