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

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-bottom: 1px solid red !important;
}

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

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

.input_page_name {
  display: none !important;
}

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

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

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

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

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

.page_container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.remodal-form__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jq-selectbox__trigger {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-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;
}

.header-language-with-flags {
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  z-index: 20;
}

.header-language-with-flags:hover .lang-wrap-hover {
  transform: translateX(-50%) scaleY(1);
  pointer-events: inherit;
  opacity: 1;
}

.lang-wrap-active .lang-item {
  display: none;
  width: 28px;
  height: 28px;
}

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

.lang-wrap-active img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.lang-wrap-hover {
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  transform: translateX(-50%) scaleY(0);
  width: 86px;
  padding-top: 0px;
  padding-bottom: 10px;
  background: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 8px;
  transform-origin: top center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.lang-wrap-hover ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lang-wrap-hover ul .lang-item {
  width: 28px;
  height: 28px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.lang-wrap-hover ul .current-lang {
  display: none;
}

.lang-wrap-hover ul img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.main-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 300;
  transition: 0.25s;
  padding: 10px 0px;
}

.main-header.fixed,
.main-header.active {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

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

.main-header-mid {
  width: 135px;
}

.main-header-left {
  width: calc(50% - 80px);
  display: flex;
  align-items: center;
}

.main-header-right {
  width: calc(50% - 80px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

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

.main-header-menu > ul > li {
  margin-right: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

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

.main-header-menu > ul > li > a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #1D1D1B;
}

.main-header-menu > ul > li > a:hover {
  color: #f1c527;
}

.main-header-menu > ul > li.menu-item-has-children {
  display: flex;
  align-items: center;
}

.main-header-menu > ul > li.menu-item-has-children:after {
  content: '';
  display: block;
  background-image: url("../images/menu_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  min-width: 8px;
  height: 8px;
  margin-left: 6px;
  transform-origin: center;
  transition: 0.25s;
}

.main-header-menu > ul > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: inherit;
}

.sub-menu {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 200px;
  padding: 10px 20px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  transform: translate(-50%, 100%);
  border-radius: 10px;
  opacity: 0;
  transition: 0.25s;
  pointer-events: none;
}

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

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

.sub-menu a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #1D1D1B;
}

.sub-menu a:hover {
  color: #f1c527;
}

.main-header-phone {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 15.6892px;
  line-height: 18px;
  text-transform: uppercase;
  color: #1D1D1B;
  margin-right: 55px;
}

.main-header-phone .icon {
  width: 21px;
  height: 21px;
  min-width: 21px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  transition: 0.25s;
}

.main-header-phone:hover {
  color: #f1c527;
}

.main-header-phone:hover .icon {
  transform: scale(1.4);
}

.main-header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #1D1D1B;
  width: 183px;
  height: 54px;
  margin-right: 64px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #1D1D1B;
}

.main-header-btn:hover {
  background: #1D1D1B;
  color: #ffffff;
}

.header-hambugreg {
  display: none;
}

.mobile-nav {
  display: none;
}

.page-container {
  width: 100%;
  overflow: hidden;
}

.hero {
  position: relative;
  padding-top: 190px;
  padding-bottom: 218px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.hero-left {
  width: 560px;
  max-width: 100%;
  position: relative;
  z-index: 20;
}

.hero-right {
  width: calc(100% - 580px);
}

.hero-title {
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 62px;
  text-transform: uppercase;
  color: #1D1D1B;
  margin-bottom: 85px;
  position: relative;
}

.hero-title strong {
  font-weight: 600;
  letter-spacing: 26px;
}

.hero-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: -68px;
  width: 44px;
  height: 36px;
  background-image: url("../images/hero-title-pre-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-row {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.hero-row .icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  margin-right: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.main-btn {
  position: relative;
  display: flex;
  width: 310px;
  max-width: 100%;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  z-index: 20;
  overflow: hidden;
}

.main-btn:after {
  content: '';
  display: block;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: 0.25s;
  transform-origin: center;
  transform: translateX(0%);
  background: linear-gradient(80.87deg, #7A9A3E -87.34%, #000000 2.18%, #000000 7.44%, #7A9A3E 98.34%);
}

.main-btn:hover {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.main-btn:hover:after {
  transform: translateX(-40%);
}

.hero-bottom-bg {
  height: 300px;
  width: 100%;
  position: absolute;
  bottom: -166px;
  left: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 20;
}

.hero-left-tree {
  width: 361px;
  height: 531px;
  position: absolute;
  top: 140px;
  left: -75px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-image-right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1161px;
  height: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 30;
}

.hero-bird-wrapper {
  top: 278px;
  right: 58%;
}

.bird-wrapper {
  width: 163px;
  height: 174px;
  position: absolute;
  z-index: 30;
  -webkit-animation: birdMove 10s linear 0s infinite;
  animation: birdMove 10s linear 0s infinite;
}

.bird {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-smoke-1 {
  position: absolute;
  width: 616px;
  height: 333px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 88px;
  right: 292px;
  z-index: 10;
  -webkit-animation: hero-smoke-top 80s linear 0s infinite;
  animation: hero-smoke-top 80s linear 0s infinite;
}

.hero-smoke-2 {
  position: absolute;
  width: 436px;
  height: 236px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 150px;
  right: 32px;
  -webkit-animation: hero-smoke-top 40s linear 0s infinite;
  animation: hero-smoke-top 40s linear 0s infinite;
}

@-webkit-keyframes birdMove {
  0% {
    transform: rotateX(0deg);
  }

  20% {
    transform: rotateX(18deg);
  }

  40% {
    transform: rotateX(13deg);
  }

  60% {
    transform: rotateX(-16deg);
  }

  80% {
    transform: rotateX(-13deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

@keyframes birdMove {
  0% {
    transform: rotateX(0deg);
  }

  20% {
    transform: rotateX(18deg);
  }

  40% {
    transform: rotateX(13deg);
  }

  60% {
    transform: rotateX(-16deg);
  }

  80% {
    transform: rotateX(-13deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

.hero-smoke-top {
  width: 616px;
  height: 333px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 60;
  position: absolute;
  right: -400px;
  top: -160px;
  -webkit-animation: hero-smoke-top 40s linear 0s infinite;
  animation: hero-smoke-top 40s linear 0s infinite;
}

@-webkit-keyframes hero-smoke-top {
  0% {
    transform: scale(1) translate(0px, 0px);
  }

  20% {
    transform: scale(1.1) translate(-30px, 30px);
  }

  50% {
    transform: scale(1.2) translate(0px, 0px);
  }

  70% {
    transform: scale(1.3) translate(30px, 30px);
  }

  100% {
    transform: scale(1) translate(0px, 0px);
  }
}

@keyframes hero-smoke-top {
  0% {
    transform: scale(1) translate(0px, 0px);
  }

  20% {
    transform: scale(1.1) translate(-30px, 30px);
  }

  50% {
    transform: scale(1.2) translate(0px, 0px);
  }

  70% {
    transform: scale(1.3) translate(30px, 30px);
  }

  100% {
    transform: scale(1) translate(0px, 0px);
  }
}

.hero-right-local {
  width: 365px;
  max-width: 100%;
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  font-style: italic;
  font-weight: 200;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.hero-right-local strong {
  font-style: normal;
  font-weight: 400;
  display: block;
  padding-bottom: 8px;
}

.hero-right-local .icon {
  width: 15px;
  min-width: 15px;
  height: 20px;
  margin-right: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-rows {
  padding-bottom: 30px;
}

.hero-mob-bg {
  display: none;
}

.m_2 {
  position: relative;
  z-index: 20;
  padding-top: 140px;
  padding-bottom: 40px;
}

.m_2_grid {
  display: flex;
  flex-wrap: wrap;
}

.m_2_grid_item {
  width: 33.333%;
}

.m_2_grid_item:first-child {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 45px;
}

.main_before_title {
  padding-left: 35px;
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 44px;
  color: #C5C5C5;
}

.main-title {
  padding-left: 35px;
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  color: #000000;
}

.main-title:before {
  content: '|';
  display: block;
  width: 20px;
  height: 44px;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 44px;
  transform-origin: center;
  color: #F8D44C;
  position: absolute;
  top: 3px;
  left: 0px;
  transform: rotate(25deg);
}

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

.m_2_sub_title {
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.m_2_sub_title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 45px;
  width: 144px;
  max-width: 45%;
  height: 1px;
  background: #0E9F1C;
}

.m_2_text {
  font-style: normal;
  font-weight: 200;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 50px;
}

.section {
  padding-top: 120px;
  position: relative;
  padding-bottom: 40px;
}

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

.m_3_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 1100px;
  max-width: 100%;
  margin-bottom: 70px;
}

.m_3_top_left {
  width: 290px;
}

.m_3_top_right {
  width: calc(100% - 320px);
}

.m_3_top_tabs {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
  justify-content: flex-end;
  padding-bottom: 7px;
}

.m_3_tab {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 127px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  transition: 0.25s;
  background: #ffffff;
  border: 1px solid #000000;
}

.m_3_tab.active {
  transform: none;
  background: linear-gradient(84.95deg, #000000 -89.97%, #000000 -14.61%, #7A9A3E 140.08%);
  color: #FFFFFF;
}

.m_3_tab:hover {
  transform: translateY(-4px);
}

.m_3_block {
  display: none;
}

.m_3_block.active {
  display: block;
}

.m_3_box {
  width: 990px;
  max-width: 100%;
  margin-left: 0px;
  margin-right: auto;
}

.m_3_block_slick {
  width: calc(100% - 60px);
  margin-left: 40px;
  position: relative;
}

.m_3_block_slick .slick-prev,
.m_3_block_slick .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 25px;
  display: block;
  padding: 0px;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.m_3_block_slick .slick-prev {
  z-index: 99;
  left: -40px;
  background-image: url("../images/m_3_slick_prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.m_3_block_slick .slick-next {
  z-index: 99;
  right: -40px;
  background-image: url("../images/m_3-slick_next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

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

.m_3_block_slide_image {
  display: block;
  width: 100%;
  position: relative;
}

.m_3_block_slide_image:after {
  content: '';
  display: block;
  background-image: url("../images/m_3_zoom_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 20;
  transform-origin: center;
  transition: 0.25s;
}

.m_3_block_slide_image:after:hover {
  transform: scale(1.2);
}

.m_3_block_slide_image img {
  width: 100%;
  height: 463px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.m_3_block_description {
  background: linear-gradient(84.95deg, #000000 -89.97%, #000000 -14.61%, #7A9A3E 140.08%);
  margin-top: -70px;
  position: relative;
  z-index: 30;
  width: 580px;
  padding: 30px 40px 50px 40px;
}

.m_3_sub_title {
  font-style: normal;
  font-weight: 200;
  font-size: 40px;
  line-height: 124.02%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.m_3_sub_title strong {
  font-weight: 500;
}

.m_3_sub_title sup {
  font-size: 20px;
}

.m_3_block_bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.m_3_text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 33px;
  color: #FFFFFF;
}

.m_3_text p {
  margin-bottom: 20px;
}

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

.m_3_text ul li {
  position: relative;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 33px;
  color: #FFFFFF;
  padding-left: 20px;
  margin-bottom: 10px;
}

.m_3_text ul li:last-child {
  margin-bottom: 0px;
}

.m_3_text ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 0px;
  width: 7px;
  height: 7px;
  background: #F8D44C;
}

.m_3_block_price {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 124.02%;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 35px;
}

.m_3_block_price strong {
  font-size: 40px;
  font-weight: 300;
  line-height: 124.02%;
}

.m_3_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 60px;
  max-width: 100%;
  border: 1px solid #111111;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #111111;
}

.m_3_btn:hover {
  background: #111111;
  color: #ffffff;
}

.m_3_block_bottom_right {
  width: calc(100% - 580px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 30px;
}

.m_3_left_image {
  position: absolute;
  width: 432px;
  height: 289px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 40%;
  left: -40px;
  display: none;
}

.m_3_image_right {
  position: absolute;
  top: -100px;
  right: -320px;
  width: 583.52px;
  height: 1025.42px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-3-bird-wrapper {
  width: 98px;
  height: 107px;
  position: absolute;
  top: 410px;
  right: 20px;
  z-index: 20;
}

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

.m_4_left {
  width: 40%;
}

.m_4_text {
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 35px;
}

.m_4_text p {
  margin-bottom: 20px;
}

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

.m_4_right {
  width: 55%;
}

.m_4_right img {
  width: 100%;
  height: auto;
}

.m_4_adv {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -30px;
  margin-left: -25px;
  margin-right: -25px;
}

.m_4_adv_item {
  width: calc( (100% / 7) - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 30px;
  align-items: center;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.m_4_adv_icon {
  width: 100px;
  height: 100px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
}

.m_5 {
  overflow: hidden;
}

.m_5_slide {
  padding-left: 4px;
  padding-right: 4px;
}

.m_5_slide_wrapper {
  width: 350px;
  height: 535px;
  padding-bottom: 70px;
}

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

.m_5_slide_bottom .m_5_slide_wrapper {
  padding-bottom: 0px;
  padding-top: 70px;
}

.m_5_slick .slick-list {
  overflow: visible;
}

.m_6 {
  position: relative;
}

.m_6:before {
  content: '';
  display: block;
  width: 100%;
  height: 52.6px;
  margin-bottom: -1px;
  background-image: url("../images/m_6_ornament.png");
  background-position: center;
  background-size: cover;
}

.m_6:after {
  content: '';
  display: block;
  width: 100%;
  height: 52.6px;
  background-image: url("../images/m_6_ornament.png");
  background-position: center;
  background-size: cover;
}

.m_6_image_bg {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.m_6_image_bg img {
  display: block;
  width: 100%;
  height: auto;
}

.m_6_wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m_6_block {
  background: rgba(0, 0, 0, 0.23);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 600px;
  padding: 40px 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.m_6_block p {
  margin-bottom: 20px;
}

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

.m_6_block h2 {
  font-weight: 700;
  margin-bottom: 20px;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.m_6_play_btn {
  width: 205px;
  height: 205px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: 0.25s;
  transform-origin: center;
}

.m_6_play_btn:hover {
  transform: scale(0.7);
}

.m_6_bottom_logo {
  width: 150px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -170px;
  top: 50%;
  transform: translateY(-50%);
}

.m_7_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.m_7_left {
  width: 435px;
}

.m_7_text_left {
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 30px;
  padding-left: 35px;
}

.m_7_text_left p {
  margin-bottom: 20px;
}

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

.m_7_right {
  width: calc(100% - 510px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m_7_right_el {
  width: calc(50% - 17px);
}

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

.m_7_right_el_grey {
  background: #F5F5F5;
  padding: 20px;
}

.m_7_right_count {
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  color: #000000;
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
  line-height: 30px;
}

.m_7_right_count strong {
  font-size: 53px;
  font-weight: 200;
  line-height: 53px;
}

.m_7_right_text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.m_8 {
  position: relative;
}

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

.m_8 .main-title {
  margin-bottom: 90px;
}

.m_8_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -30px;
  margin-left: -65px;
  margin-right: -65px;
}

.m_8_el {
  width: calc(20% - 130px);
  margin-left: 65px;
  margin-right: 65px;
  min-width: 140px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  margin-top: 30px;
}

.m_8_el_icon {
  width: 140px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}

.m_8_decor_left {
  position: absolute;
  top: -150px;
  left: -300px;
  width: 569.21px;
  height: 836.91px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-8-bird-wrapper {
  top: 150px;
  left: 0px;
}

.m_9 img {
  width: 100%;
  height: auto;
  display: block;
}

.m_9_block_bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}

a.m_9_link_map {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  text-align: right;
  text-decoration: underline;
  text-transform: uppercase;
  color: #000000;
}

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

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

.m_10_el {
  width: calc(25% - 30px);
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 30px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
  background: #FBFBFB;
  border: 1px solid #000000;
}

.m_10_el_icon {
  width: 100%;
  height: 180px;
  margin-bottom: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.m_10_el_time {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #121212;
  margin-bottom: 12px;
}

.m_10_el_distance {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #156B13;
  margin-bottom: 12px;
}

.m_10_el_title {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #121212;
	padding-left: 5px;
	padding-right: 5px;
}

.m_11 {
  overflow: hidden;
}

.m_11 .wrapper {
  position: static;
}

.m_11_slik {
  position: static;
  margin-left: -15px;
}

.m_11_slik .slick-list {
  overflow: visible;
}

.m_11_slide {
  padding-left: 15px;
  padding-right: 15px;
  width: 423px;
}

.m_11_slide_wrapper {
  width: 100%;
}

.m_11_slide_image {
  width: 100%;
  height: 284px;
}

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

.m_11_slide_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.m_11_slide_title {
  width: calc(100% - 80px);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 44px;
  color: #000000;
}

.m_11_slide_count {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  width: 60px;
}

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

.m_11 {
  padding-bottom: 100px;
}

.m_11 .slick-dots {
  position: absolute;
  left: 50%;
  width: 500px;
  max-width: 100%;
  transform: translateX(-50%);
  bottom: 60px;
}

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

.m_11 .slick-dots li {
  width: 20px;
  height: 4px;
  background: #DBDBDB;
  margin-left: 5px;
  margin-right: 5px;
  transition: 0.25s;
}

.m_11 .slick-dots li.slick-active {
  background: #F8D44C;
  width: 45px;
}

.m_11_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}

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

.m_11_btn_prev {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  margin-right: 10px;
  border: 1px solid #000000;
  transition: 0.25s;
}

.m_11_btn_prev .arrow {
  width: 20px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.m_11_btn_prev:hover {
  background: rgba(0, 0, 0, 0.1);
}

.m_11_btn_next {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  border: 1px solid #000000;
  transition: 0.25s;
}

.m_11_btn_next .arrow {
  width: 20px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.m_11_btn_next:hover {
  background: rgba(0, 0, 0, 0.1);
}

.m_12_video_block {
  display: block;
  width: 100%;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 60px;
}

.m_12_video_block:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/m_12_video_btn.svg");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 20;
  background-size: contain;
  width: 150px;
  height: 150px;
}

.m_13 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 112px;
  padding-bottom: 112px;
}

.m_13 .main_before_title {
  color: #ffffff;
}

.m_13 .main-title {
  color: #ffffff;
}

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

.m_13_el {
  width: calc(33.333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.51);
  height: 224px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
}

.m_13_count {
  position: relative;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 27px;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.51;
  padding-bottom: 5px;
  width: 100%;
  margin-bottom: 15px;
}

.m_13_count:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 110px;
  height: 1px;
  background: #ffffff;
}

.m_13_title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  width: 100%;
  color: #FFFFFF;
}

.m_13_el_last {
  background: linear-gradient(80.87deg, rgba(41, 219, 37, 0.36) -88.34%, rgba(0, 0, 0, 0.36) 2.18%, rgba(0, 0, 0, 0.36) 47.44%, rgba(41, 219, 37, 0.36) 140.34%);
  border: none;
  cursor: pointer;
}

.m_13_el_last:hover .m_13_el_last_arrow {
  transform: translateX(20px);
}

.m_13_el_last_title {
  font-style: normal;
  font-weight: 300;
  font-size: 27px;
  line-height: 39px;
  text-transform: uppercase;
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.m_13_el_last_arrow {
  width: 80px;
  transition: 0.25s;
  transform-origin: center;
  margin-right: auto;
  height: 10px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}

.m_14 {
  padding-top: 115px;
  padding-bottom: 150px;
}

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

.m_14_left {
  width: 53%;
}

.m_14_right {
  width: calc(47% - 130px);
}

.m_14_form {
  width: 450px;
  max-width: 100%;
  margin-left: auto;
}

.form_style input,
.form_style textarea {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #B9B9B9;
  padding-bottom: 15px;
  padding-top: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 15px;
}

.form_style textarea {
  height: 120px;
}

.form_style button {
  margin-top: 40px;
  width: 100%;
}

.m_14_text_after_title {
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding-left: 35px;
  margin-bottom: 35px;
  width: 440px;
  max-width: 100%;
  margin-top: 20px;
}

.m_14_row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-left: 35px;
  color: #121212;
}

.m_14_row:last-child {
  margin-bottom: 0px;
}

.m_14_row .icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m_14_row div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.m_14_row a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
}

.m_14_row a:hover {
  color: #f1c527;
}

a.m_14_row:hover {
  color: #f1c527;
}

.hero-sta {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 36px;
}

.main-footer-bottom {
  margin-top: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 128.9%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.main-footer {
  border-top: 1px solid #000000;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
  margin-top: 30px;
}

.main-footer:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 52.6px;
  background-image: url("../images/m_6_ornament.png");
  background-position: center;
  transform: translateY(-100%);
  background-size: cover;
}

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

.main-footer-mid {
  width: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-footer-logo {
  max-width: 100%;
}

.main-footer-logo img {
  max-width: 100%;
}

.main-footer-social-rows {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.main-footer-social-rows a {
  display: block;
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 7.5px;
  margin-right: 7.5px;
  transform-origin: center;
}

.main-footer-social-rows a:hover {
  transform: scale(1.2);
}

.main-footer-left {
  width: calc(50% - 140px);
}

.main-footer-right {
  width: calc(50% - 140px);
}

.main-footer-left-menu li,
.main-footer-right-menu li {
  margin-bottom: 30px;
}

.main-footer-left-menu li:last-child,
.main-footer-right-menu li:last-child {
  margin-bottom: 0px;
}

.main-footer-left-menu a,
.main-footer-right-menu a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

.main-footer-left-menu a:hover,
.main-footer-right-menu a:hover {
  color: #f1c527;
}

.main-footer-right-menu {
  text-align: right;
}

.remodal-title {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 40px;
}

.p_1 {
  padding-top: 120px;
  padding-bottom: 40px;
  position: relative;
}

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

.p_1_left {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.p_1_right {
  width: 50%;
  margin-top: 70px;
  position: relative;
}

.p_1_right > img {
  width: 100%;
  display: block;
  height: 560px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 20;
  -o-object-position: center;
  object-position: center;
}

.p_1_right_absolute_image {
  position: absolute;
  height: calc(100% + 150px);
  top: -75px;
  left: 150px;
  width: 920px;
}

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

.breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.breadcrumbs a {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 27px;
  color: #565656;
}

.breadcrumbs a:hover {
  color: #f1c527;
}

.breadcrumbs .sep {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 27px;
  color: #565656;
  padding-left: 5px;
  padding-right: 5px;
}

.breadcrumbs p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 27px;
  color: #BEBEBE;
}

.p_1_title {
  font-style: normal;
  font-weight: 200;
  font-size: 50px;
  line-height: 124.02%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
  position: relative;
}

.p_1_title sup {
  font-size: 18px;
}

.p_1_title strong {
  font-weight: 500;
}

.p_1_title:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: -68px;
  width: 44px;
  height: 42px;
  background-image: url("../images/hero-title-pre-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p_1_text {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

.p_1_text p {
  margin-bottom: 20px;
}

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

.p_1_text li {
  position: relative;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding-left: 21px;
}

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

.p_1_text li:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  width: 7px;
  height: 7px;
  background: #000000;
}

.p_1_price {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 124.02%;
  color: #111111;
  margin-top: 40px;
  margin-bottom: 40px;
}

.p_1_price strong {
  font-size: 24px;
  font-weight: 300;
}

.p_1_btn_play {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 50px;
}

.p_1_btn_play .icon {
  width: 30px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  transform-origin: center;
  transition: 0.25s;
  position: relative;
  left: 5px;
}

.p_1_btn_play:hover .icon {
  transform: scale(1.2);
}

.p_1_next_page {
  height: 30px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 130px;
  transition: 0.25s;
  transform-origin: center;
}

.p_1_next_page:hover {
  transform: translateY(10px);
}

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

.p_1_mob {
  display: none;
}

.p_1_left_tree {
  width: 510.77px;
  height: 340.56px;
  position: absolute;
  top: 350px;
  left: -240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-1-bird-wrapper {
  left: 20px;
  top: 340px;
  width: 100px;
  height: 120px;
}

.p_2 {
  overflow: hidden;
  position: relative;
  padding-top: 120px;
  padding-bottom: 0px;
}

.p_2_navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.p_2_left_arrow {
  width: 260px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: 0.25s;
  transform-origin: center;
  margin-right: 35px;
}

.p_2_left_arrow:hover {
  transform: translateX(-20px);
}

.p_2_right_arrow {
  width: 260px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: 0.25s;
  transform-origin: center;
  margin-left: 35px;
}

.p_2_right_arrow:hover {
  transform: translateX(20px);
}

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

.p_2_slick {
  margin-left: -30px;
  margin-right: -30px;
}

.p_2_slick .slick-list {
  overflow: visible;
}

.p_2_slide {
  padding-left: 30px;
  padding-right: 30px;
}

.p_2_dot {
  cursor: pointer;
  border: 1px solid #000000;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.25s;
}

.p_2_dot.active {
  background: #000000;
}

.p_2_slide_wrapper {
  width: 100%;
}

.p_2_slide_wrapper img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p_3_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
flex-direction: column;
}

.p_3_flex .main-title {
  margin-bottom: 60px;
}

.p_3_left {
  width: 100%;
	margin-bottom: 20px;
}

.p_3_right {
  width: 100%;
}

.p_3_text {
  font-style: normal;
  font-weight: 200;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}

.p_3_text p {
  margin-bottom: 20px;
}

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

.p_3_adv {
  margin-top: 60px;
}

.p_4_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}

.p_4_left {
  width: 40%;
}

.p_4_right {
  width: 40%;
}

.p_4_right_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
	margin-bottom: 5px;
}

.p_4_right_row_right {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: right;
  white-space: nowrap;
  margin-left: 12px;
}

.p_4_right_row_left {
  display: flex;
  align-items: flex-end;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  flex-grow: 2;
}

.p_4_right_row_left p {
  white-space: nowrap;
}

.p_4_right_row_left:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  bottom: 6px;
  margin-left: 12px;
  background: #000000;
}

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

.p_4 .slick-dots li {
  border: 1px solid #000000;
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-left: 10px;
  background: transparent;
  margin-right: 10px;
}

.p_4 .slick-dots li.slick-active {
  background: #000000;
}

.p_4 .slick-dots {
  bottom: -20px;
}

.p_4_slide_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.p_4_slide_wrapper img {
  max-width: 100%;
  height: auto;
}

.m_5 .main-title {
  margin-bottom: 40px;
}

.first-display {
  padding-top: 120px;
  position: relative;
  padding-bottom: 40px;
}

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

.s_1_left {
  width: 45%;
  padding-bottom: 300px;
}

.s_1_right {
  width: 45%;
  position: relative;
  height: 640px;
}

.s_1_right img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 920px;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.s-1-bird-wrapper {
  top: 70px;
  left: 10px;
  width: 100px;
  height: 107px;
}

.s_1_left_tree {
  width: 510.77px;
  height: 340.56px;
  position: absolute;
  top: 150px;
  left: -240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.s_2 {
  position: relative;
  z-index: 20;
  padding-bottom: 40px;
}

.s_2_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.s_2_el {
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 60px;
}

.s_2_el_image_wrapper {
  width: 100%;
  height: 300px;
}

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

.s_2_el_wrapper_title {
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 10px 12px;
  background: #000000;
  z-index: 20;
  margin-top: -24px;
  margin-bottom: 25px;
}

.s_2_el_count {
  border: 1px solid #FFFFFF;
  width: 50px;
  min-width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  transform: rotate(-90deg);
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 20px;
}

.s_2_el_title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.s_2_el_text {
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: 200;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}

.a_1_text {
  margin-bottom: 60px;
}

.a-1-bird-wrapper {
  bottom: 95px;
  left: -80px;
}

.a-1-bird-wrapper-2 {
  width: 98px;
  height: 107px;
  top: 280px;
  left: 10px;
}

.a_1_left_tree {
  width: 510.77px;
  height: 340.56px;
  position: absolute;
  top: 250px;
  left: -200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.a_2_flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -60px;
  margin-right: -60px;
  margin-top: -80px;
}

.a_2_el {
  width: calc(33.33% - 120px);
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

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

.a_2_el_title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  padding-bottom: 28px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.a_2_el_title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 236px;
  max-width: 80%;
  height: 1px;
  background: #F8D44C;
}

.a_2_el_text {
  font-style: normal;
  font-weight: 200;
  font-size: 15px;
  width: 100%;
  line-height: 24px;
  color: #000000;
}

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

.m_4_right_tree {
  position: absolute;
  top: -200px;
  right: -350px;
  width: 600px;
  height: 1042px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.a_4_wrapper {
  position: relative;
  border: 1px solid #000000;
  display: flex;
}

.a_4_wrapper:before {
  content: '';
  display: block;
  position: absolute;
  background: linear-gradient(180deg, #030303 0%, #64561F 142.02%);
  width: 16px;
  height: 16px;
  top: 0px;
  left: 0px;
  transform: translate(-100%, -100%);
}

.a_4_wrapper:after {
  content: '';
  display: block;
  position: absolute;
  background: #F8D44C;
  width: 16px;
  height: 16px;
  bottom: 0px;
  right: 0px;
  transform: translate(100%, 100%);
}

.a_4_el {
  position: relative;
  width: 25%;
}

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

.a_4_el:nth-child(3) {
  border-right: 1px solid #000000;
}

.a_4_el_count {
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 56px;
  padding-top: 75px;
  padding-right: 20px;
  margin-bottom: 35px;
  padding-left: 50px;
  color: #000000;
}

.a_4_el_text {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 50px;
  padding-bottom: 85px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.c_1 {
  padding-bottom: 0px;
}

.c_1 .p_1_title {
  margin-bottom: 80px;
}

.m_14_row_contacts_page {
  margin-top: 0px !important;
  position: relative;
  z-index: 20;
}

.c_1_flex {
  display: flex;
  justify-content: space-between;
}

.c_1_el {
  width: calc(50% - 15px);
  background: #F5F5F5;
  -webkit-backdrop-filter: blur(40.5px);
  backdrop-filter: blur(40.5px);
  padding: 40px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.c_1_el_title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125.2%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
  position: relative;
  z-index: 20;
}

.c_1_row {
  display: flex;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
  color: #000000;
  position: relative;
  z-index: 20;
  margin-bottom: 17px;
}

.c_1_row:last-child {
  margin-bottom: 0px;
}

.c_1_row .icon {
  width: 14px;
  height: 14px;
  min-width: 14px;
  margin-right: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
  transform-origin: center;
}

.c_1_row:hover.icon {
  transform: scale(1.2);
}

.c_1_row_title {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  text-decoration: underline;
}

.c_1_el_logo_bg {
  width: 180px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.c_1_el_socials {
  margin-top: 30px;
  display: flex;
}

.c_1_el_socials a {
  display: block;
  width: 27px;
  height: 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
  transform-origin: center;
  margin-right: 24px;
}

.c_1_el_socials a:last-child {
  margin-right: 0px;
}

.c_1_el_socials a:hover {
  transform: scale(1.2);
}

.c_1_left_image {
  position: absolute;
  width: 282px;
  height: 188px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 60%;
  right: 20px;
}

.c_2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 160px;
}

.c_2_title {
  font-style: normal;
  font-weight: 600;
  font-size: 66px;
  line-height: 74px;
  color: #FFFFFF;
  text-align: center;
}

.th_1_left {
  padding-top: 80px;
}

.sw-1 .s_1_left {
  padding-bottom: 0px !important;
}

.sw-1-text {
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

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

.sw-1-text p:last-child {
  margin-bottom: 0px;
}

.sw-1-gallery-flex {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0px;
  padding-bottom: 30px;
  padding-top: 30px;
  flex-wrap: wrap;
}

.sw-1-gallery {
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  height: 300px;
}

.sw-1-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

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

.m_3_sp_left {
  width: 320px;
}

.m_3_sp_right {
  width: calc(100% - 360px);
}

.c_1_el .m_14_row {
  padding-left: 0px;
  margin-top: 30px;
}

.sw-1 {
  padding-bottom: 0px;
  margin-bottom: -60px;
}

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




.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;
}
 */

@media screen and (min-width: 1400px){
	.m_3_tab {
		width: 100%;
	}
}

@media screen and (max-width: 1660px) {
  .m_6_bottom_logo {
    left: 50%;
    top: -30px;
    transform: translate(-50%, -100%);
  }

  .m-8-bird-wrapper {
    top: -80px;
  }

  .m_8_decor_left {
    left: -340px;
  }

  .a-1-bird-wrapper-2 {
    top: auto;
    bottom: 150px;
  }

  .a_1_left_tree {
    top: auto;
    bottom: 0px;
  }

  .c_1_left_image {
    top: 170px;
  }

  .hero-image-right {
    width: 950px;
  }
}

@media screen and (max-width: 1600px) {
  .hero {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .hero-bird-wrapper {
    top: 243px;
    right: 40%;
  }

  .hero-left-tree {
    top: 484px;
  }

  .p-1-bird-wrapper {
    top: auto;
    bottom: 80px;
  }
}

@media screen and (max-width: 1500px) {
  .hero-title:before {
    left: 0px;
    top: 9px;
  }

  .hero-title {
    padding-left: 60px;
    font-size: 40px;
    line-height: 55px;
  }

  .p_1_title:before {
    left: 0px;
    top: 6px;
  }

  .p_1_title {
    padding-left: 60px;
    font-size: 40px;
    line-height: 55px;
  }
}

@media screen and (max-width: 1400px) {
  .p_1_title {
    font-size: 32px;
    line-height: 42px;
  }

  .p_1_right > img {
    height: 380px;
  }

  .p_1_next_page {
    margin-top: 40px;
  }

  .p-1-bird-wrapper {
    bottom: auto;
    top: 160px;
    left: auto;
    right: 30px;
  }

  .p_1_left_tree {
    top: auto;
    bottom: 0px;
  }

  .s_1_left_tree {
    display: none;
  }

  .p_1_title:before {
    left: 0px;
    top: 0px;
  }

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

  .m_3_sp_left {
    width: 100%;
    margin-bottom: 30px;
  }

  .m_3_top_tabs {
    justify-content: flex-start;
  }

  .m_3_sp_right {
    margin-right: auto;
    width: 950px;
    max-width: 100%;
  }

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

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

  .header-hambugreg {
    display: block;
    margin-left: 50px;
  }

  .main-header-right {
    width: calc(100% - 130px);
  }

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

  .logo img {
    max-width: 120px;
    max-height: 75px;
  }

  .mobile-nav {
    display: none;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-nav.active {
    display: block;
  }

  .mobile-nav .main-header-phone {
    display: none;
  }

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

  .main-header-menu > ul > li {
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 10px;
  }

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

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

  .main-header-menu > ul > li.menu-item-has-children.active .sub-menu {
    display: block;
  }

  .sub-menu {
    position: static;
    padding: 0px;
    padding-left: 20px;
    box-shadow: none;
    background: transparent;
    display: none;
    opacity: 1;
    pointer-events: inherit;
    transform: none;
    width: 100%;
    order: 3;
    padding-top: 20px;
  }

  .main-header-menu > ul > li.menu-item-has-children:after {
    margin-left: 0px;
    width: 30px;
    height: 20px;
    background-size: auto;
  }

  .main-header-menu > ul > li {
    width: 100%;
    flex-wrap: wrap;
  }

  .sub-menu a {
    font-size: 14px;
  }

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

  .hero-title {
    font-size: 32px;
    width: 380px;
    max-width: 100%;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .hero-row {
    margin-bottom: 15px;
  }

  .hero-left-tree {
    top: 0px;
    left: -200px;
    opacity: 0.3;
  }

  .hero-bird-wrapper {
    right: 35%;
  }

  .bird-wrapper {
    width: 120px;
    height: 120px;
  }

  .hero-smoke-1 {
    top: 0px;
    right: 0px;
  }

  .hero-smoke-2 {
    top: 50px;
    right: 120px;
  }

  .m_2_grid_item:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .m_2_grid {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .m_2_sub_title {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .m_2_text {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .m_2_sub_title:after {
    left: 20px;
  }

  .m_3_box {
    margin-left: 0px;
    width: 100%;
  }

  .m_3_top {
    margin-bottom: 50px;
  }

  .m_3_tab {
    height: 45px;
    min-width: 120px;
  }

  .m-3-bird-wrapper {
    top: -10px;
  }

  .m_3_image_right {
    top: -240px;
  }

  .m_3_top {
    width: 100%;
  }

  .m_3_block_slick {
    width: calc(100% - 80px);
  }

  .m_4_adv_item {
    width: 150px;
  }

  .m_4_adv {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .m_6_wrapper {
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .m_6_block {
    margin-top: -1px;
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    background: rgba(0, 0, 0, 0.67);
    margin-bottom: 40px;
  }

  .a_2_flex {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -60px;
  }

  .a_2_el {
    width: calc(33.333% - 60px);
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 60px;
  }

  .c_1 {
    padding-bottom: 0px;
  }

  .a_4_el_count {
    font-size: 42px;
    line-height: 42px;
    padding-left: 30px;
  }

  .a_4_el_text {
    padding-left: 30px;
  }

  .m_6_block {
    margin-bottom: 70px;
  }

  .m_6:after {
    bottom: 263px;
    position: absolute;
    left: 0px;
  }

  .hero-image-right {
    width: 750px;
  }

  .hero-title:before {
    top: 1px;
  }
}

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

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

  .m_7_right {
    width: 100%;
  }

  .m_7_text_left {
    padding-left: 0px;
  }

  .m_10_el {
    width: calc(50% - 30px);
  }

  .c_2_title {
    font-size: 44px;
    line-height: 54px;
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .c_2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sw-1-gallery {
    height: 220px;
  }

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

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

  .hero {
    padding-top: 500px;
    padding-bottom: 0px;
  }

  .hero-image-right {
    height: 650px;
    width: 100%;
    background: transparent !important;
  }

  .hero-left-tree {
    top: 50px;
  }

  .hero-mob-bg {
    display: block;
    width: 100%;
    height: 450px;
	  z-index: 150;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .hero-bird-wrapper {
    top: 390px;
    right: 2%;
  }

  .hero-left {
    width: 100%;
  }

  .hero-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero-right {
    position: absolute;
    top: -320px;
    right: 140px;
    width: 365px;
    max-width: 100%;
  }

  .hero-right-local {
    width: 100%;
  }

  .hero-rows {
    width: 380px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero .main-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-left-tree {
    display: none;
  }

  .m_2_grid {
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .m_2_grid_item:first-child {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .m_2_grid_item {
    width: 50%;
  }

  .m_2_grid_item:nth-child(1) {
    order: 1;
  }

  .m_2_grid_item:nth-child(2) {
    order: 2;
  }

  .m_2_grid_item:nth-child(3) {
    order: 3;
  }

  .m_2_grid_item:nth-child(4) {
    order: 5;
  }

  .m_2_grid_item:nth-child(5) {
    order: 4;
  }

  .m_2_grid_item:nth-child(6) {
    order: 6;
  }

  .m_2_grid_item:nth-child(7) {
    order: 7;
  }

  .m_2_grid_item:nth-child(8) {
    order: 9;
  }

  .m_2_grid_item:nth-child(9) {
    order: 8;
  }

  .main-title {
    font-size: 28px;
    line-height: 36px;
  }

  .main-title:before {
    top: 0px;
  }

  .m_2 {
    padding-top: 60px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .m_3_top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

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

  .m_3_top_right {
    width: 100%;
  }

  .m_3_top_tabs {
    justify-content: flex-start;
  }

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

  .m_3_block_description {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .m_3_block_bottom_right {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-right: 0px;
    text-align: center;
  }

  .m_3_sub_title {
    font-size: 26px;
    line-height: 32px;
  }

  .m_3_sub_title strong {
    font-size: 32px;
    line-height: 40px;
  }

  .m_3_text ul li {
    line-height: 24px;
  }

  .m_3_text ul li:before {
    top: 10px;
  }

  .m_3_block_description {
    margin-top: 0px;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 30px 20px;
  }

  .m_3_block_price {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .m_3_block_price strong {
    font-size: 32px;
  }

  .m_3_block_slide_image img {
    height: 320px;
  }

  .m_3_block_slick {
    width: 500px;
    max-width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }

  .m_3_left_image {
    top: -40px;
    width: 320px;
    opacity: 0.3;
  }

  .m_3_block_bottom_right {
    width: 100%;
  }

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

  .m_4_left {
    width: 100%;
    padding-bottom: 40px;
  }

  .m_4_right {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    z-index: 30;
  }

  .m_4_right img {
    width: 100%;
  }

  .m_4_adv_item {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    width: 140px;
  }

  .m_4_flex {
    margin-bottom: 30px;
  }

  .m_4_adv {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
  }

  .m_5_slide_wrapper {
    width: 175px;
    padding-bottom: 35px;
    height: 267px;
  }

  .m_5_slide_bottom .m_5_slide_wrapper {
    padding-top: 35px;
  }

  .m_5_slide {
    padding-left: 1px;
    padding-right: 1px;
  }

  .m_6_block {
    padding: 40px 25px;
  }

  .m-8-bird-wrapper {
    top: -20px;
    left: -10px;
  }

  .m_11 {
    padding-bottom: 100px;
  }

  .m_12_video_block {
    height: 400px;
  }

  .m_13_el {
    width: calc(50% - 30px);
  }

  .m_13_el {
    height: 160px;
  }

  .m_12 {
    padding-bottom: 0px;
    margin-bottom: -1px;
  }

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

  .m_14_left {
    width: 100%;
  }

  .m_14_right {
    width: 100%;
    margin-top: 40px;
  }

  .m_14_form {
    margin-left: auto;
    margin-right: auto;
  }

  .m_14 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .main-footer-left {
    order: 2;
    width: calc(50% - 10px);
  }

  .main-footer-mid {
    order: 1;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 40px;
  }

  .main-footer-right {
    order: 3;
    width: calc(50% - 10px);
  }

  .main-footer-left-menu li,
  .main-footer-right-menu li {
    margin-bottom: 15px;
  }

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

  .p_1_right {
    width: 100%;
  }

  .p_1 {
    padding-top: 95px;
  }

  .p_1_right {
    margin-top: 40px;
    margin-bottom: 50px;
    margin-left: -10px;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
  }

  .p_1_right > img {
    width: 320px;
    max-width: 100%;
    height: auto;
  }

  .p_1_right_absolute_image {
    height: calc(100% + 140px);
    top: -70px;
    left: 80px;
  }

  .p_1_left {
    width: 100%;
    padding-top: 20px;
  }

  .breadcrumbs {
    display: none;
  }

  .p_1_left .p_1_text {
    display: none;
  }

  .p_1_left .p_1_price {
    display: none;
  }

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

  .p_1_price {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .p_1_btn_play {
    margin-top: 0px;
  }

  .p_1_mob {
    display: block;
    padding-top: 40px;
  }

  .p_1_left_tree {
    display: none;
  }

  .p-1-bird-wrapper {
    right: 10px;
    top: 220px;
  }

  .p_2_right_arrow {
    width: 50px;
    background-position: right center;
    background-size: cover;
    margin-left: 25px;
  }

  .p_2_left_arrow {
    width: 50px;
    background-position: left center;
    background-size: cover;
    margin-right: 25px;
  }

  .p_2_dot {
    width: 8px;
    height: 8px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .p_2 {
    padding-top: 80px;
  }

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

  .p_3_left {
    width: 100%;
  }

  .p_3_right {
    width: 100%;
    margin-top: 20px;
  }

  .p_3_flex .main-title {
    margin-bottom: 40px;
  }

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

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

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

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

  .s_1_right {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    height: 450px;
    margin-bottom: 40px;
  }

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

  .s_1 {
    padding-top: 0px;
  }

  .s-1-bird-wrapper {
    top: 350px;
    left: auto;
    right: 10px;
  }

  .s_1_left {
    width: 100%;
  }

  .s_2_el {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .s_2_flex {
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    margin-top: 0px;
  }

  .s_2 {
    margin-top: 0px;
    padding-top: 80px;
  }

  .s_1_left {
    padding-bottom: 0px;
  }

  .a_1 {
    padding-top: 0px;
  }

  .a-1-bird-wrapper-2 {
    bottom: auto;
    top: 350px;
  }

  .a_1_left_tree {
    display: none;
  }

  .a-1-bird-wrapper {
    left: auto;
    right: 40px;
  }

  .a_2_el {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
  }

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

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

  .m_4_right_tree {
    display: none;
  }

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

  .c_1_el {
    width: 100%;
    margin-bottom: 20px;
  }

  .c_1_el:last-child {
    margin-bottom: 0px;
  }

  .th_1_left {
    padding-top: 0px;
    text-align: center;
  }

  .main-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .sw-1-gallery {
    width: calc(50% - 30px);
    height: 260px;
  }

  .main-header .active {
    max-height: 100vh;
    overflow: auto;
  }

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

  .a_4_el {
    border-bottom: 1px solid #000000;
    width: 100%;
  }

  .a_4_el:last-child {
    border-bottom: none;
  }

  .a_4_el:nth-child(3) {
    border-right: none;
  }

  .a_4_el_count {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .a_4_el_text {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px;
    align-items: center;
  }

  .hero-title:before {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .m_3_top {
    margin-bottom: 0px;
  }

  .m_6:after {
    bottom: 242px;
  }
}

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

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

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

  .remodal_thanks__icon {
    margin-right: 20px;
  }

  .hero-mob-bg {
    height: 240px;
    width: 100%;
    background-size: contain;
    background-position: bottom right;
  }

  .hero-right {
    position: static;
    margin-top: 20px;
    width: 310px;
    max-width: 100%;
  }

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

  .hero-right-local {
    font-size: 12px;
  }

  .hero {
    padding-top: 280px;
  }

  .hero-smoke-1 {
    opacity: 1;
  }

  .hero-smoke-2 {
    opacity: 0.2;
  }

  .hero-bird-wrapper {
    top: 210px;
  }

  .bird-wrapper {
    width: 80px;
    height: 80px;
  }

  .hero-smoke-top {
    opacity: 0.4;
  }

  .hero-smoke-1 {
    top: -120px;
    right: auto;
    left: -200px;
    opacity: 0.2;
  }

  .hero-row {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-row .icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 15px;
  }

  .hero-rows {
    padding-bottom: 10px;
  }

  .hero-rows {
    width: 310px;
    max-width: 100%;
  }

  .m_2_grid_item {
    width: 100%;
  }

  .m_2_grid_item:nth-child(1) {
    order: 1;
  }

  .m_2_grid_item:nth-child(2) {
    order: 2;
  }

  .m_2_grid_item:nth-child(3) {
    order: 3;
  }

  .m_2_grid_item:nth-child(4) {
    order: 4;
  }

  .m_2_grid_item:nth-child(5) {
    order: 5;
  }

  .m_2_grid_item:nth-child(6) {
    order: 6;
  }

  .m_2_grid_item:nth-child(7) {
    order: 7;
  }

  .m_2_grid_item:nth-child(8) {
    order: 8;
  }

  .m_2_grid_item:nth-child(9) {
    order: 9;
  }

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

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

  .m_2_sub_title:after {
    left: 10px;
  }

  .m_3_block_slide_image img {
    height: 220px;
  }

  .m_3_block_slick {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
  }

  .m_3_block_slide {
    padding-left: 0px;
    padding-right: 0px;
  }

  .m_3_block_slick .slick-prev {
    left: 0px;
    width: 40px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
  }

  .m_3_block_slick .slick-next {
    right: 0px;
    width: 40px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
  }

  .m_3_block_slide_image:after {
    right: 50px;
    bottom: 10px;
  }

  .m_3_block_description {
    padding: 30px 10px;
  }

  .m_6_bottom_logo {
    top: 17px;
    opacity: 0.3;
  }

  .m_7_right_el {
    width: 100%;
  }

  .m_7_right_el:nth-child(1) {
    order: 2;
  }

  .m_7_right_el:nth-child(2) {
    order: 1;
  }

  .m_7_right_el:nth-child(3) {
    order: 3;
  }

  .m_7_right_el_logo {
    padding: 10px;
  }

  .m_7_right {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }

  .m_10_el {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding: 30px 20px;
    margin-top: 10px;
  }

  .m_10_el:first-child {
    margin-right: 0px;
  }

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

  .m_11_top_right {
    display: none;
  }

  .m_11_top_left {
    width: 100%;
  }

  .m_11_slide {
    width: 280px;
  }

  .m_11_slide_image {
    height: 180px;
  }

  .m_11_slide_bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }

  .m_11_slide_title {
    width: 100%;
    margin-bottom: 5px;
  }

  .m_11_slide {
    padding-left: 5px;
    padding-right: 5px;
  }

  .m_11_slik {
    margin-left: -5px;
  }

  .m_12_video_block {
    margin-top: 40px;
    height: 320px;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }

  .m_12_video_block:after {
    width: 80px;
    height: 80px;
  }

  .fancybox-slide {
    padding: 40px 10px;
  }

  .m_13_el {
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 20px 10px;
  }

  .m_13 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .m_13_el_last_title {
    font-size: 24px;
    line-height: 30px;
  }

  .m_14 .main-title {
    font-size: 22px;
    line-height: 30px;
  }

  .s_1_right {
    height: 250px;
  }

  .s-1-bird-wrapper {
    top: 180px;
  }

  .a-1-bird-wrapper-2 {
    top: 190px;
  }

  .sw-1-gallery {
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  .sw-1-gallery:first-child {
    margin-top: 0px;
  }

  .sw-1-gallery-flex {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }

  .p_1_title {
    font-size: 24px;
    line-height: 34px;
  }

  .p_1_title:before {
    top: -4px;
  }
}

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

  .mobile-nav .main-header-phone {
    display: flex;
    margin-top: 30px;
    font-size: 18px;
  }

  .m_4_adv_item {
    width: calc(50% - 20px);
  }

  .m_8_el {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    min-width: 1px;
    font-size: 14px;
  }

  .m_8_flex {
    margin-left: -10px;
    margin-right: -10px;
  }

  .m_8_decor_left {
    left: -360px;
  }

  .m-8-bird-wrapper {
    top: -23px;
    left: -38px;
  }

  .m_8_el_icon {
    width: 80px;
    height: 80px;
  }

  .m_8 .main-title {
    margin-bottom: 60px;
  }

  .main-footer-left-menu a,
  .main-footer-right-menu a {
    font-size: 14px;
  }

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

  .p_1_text li {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .p_1_text p {
    margin-bottom: 10px;
  }

  .s_2_el {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }

  .s_2_el_wrapper_title {
    width: calc(100% - 20px);
  }

  .s_2_el_text {
    width: calc(100% - 20px);
  }

  .s_2_el_image_wrapper {
    height: 240px;
  }

  .c_1_el {
    padding: 30px 20px;
  }

  .c_1_el_title {
    font-size: 20px;
  }

  .c_1 .p_1_title {
    margin-bottom: 80px;
  }

  .c_1_left_image {
    top: 100px;
  }

  .c_1_row {
    font-size: 16px;
  }
	.m_3_tab {
		font-size: 14px;
	}
	.hero-smoke-2 {
		display: none;
	}
	.hero-image-right {
		z-index: 230;
	}
	.hero-sta {
		text-align: center;
		margin-top: 20px;
	}
}

@media screen and (max-width: 374px) {
  .hero-title {
    font-size: 26px;
    line-height: 34px;
  }

  .hero-title strong {
    letter-spacing: 12px;
  }

  .p_1_title {
    font-size: 22px;
    line-height: 32px;
  }

  .c_1_el_socials a {
    margin-right: 15px;
  }
	.m_3_tab {
		font-size: 12px;
	}
}