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

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

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Extrabold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

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

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

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

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

a:hover {
  text-decoration: underline;
}

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

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

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

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

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

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

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

img {
  vertical-align: bottom;
}

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

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

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

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

optgroup option {
  padding-left: 22px;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

td,
th {
  padding: 0;
}

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

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

q {
  quotes: "\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: 'Gilroy', 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;
}

body {
  background: #F9FCFF;
}

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

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

.main-header-top {
  padding: 4px 0px;
  transform-origin: top left;
  overflow: hidden;
}

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

.main-header-logo {
  width: 200px;
  height: 74px;
}

.main-header-logo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}

.main-header-top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: 35px;
}

.main-header-top-box {
  display: flex;
  margin-right: 15px;
  width: 154px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 102.6%;
  color: #000000;
}

.main-header-top-box:last-child {
  margin-right: 0px;
}

.main-header-top-box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: #F3DC06;
  min-width: 44px;
  margin-right: 10px;
  border-radius: 100%;
}

a.main-header-top-box p {
  text-decoration: underline;
}

a.main-header-top-box:hover p {
  text-decoration: none;
}

.main-header-top-phone p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #000000;
  margin-bottom: 5px;
}

.main-header-top-phone:hover .main-header-top-phone-number {
  color: #0068CC;
}

.main-header-top-phone-number {
  font-style: normal;
  font-weight: bold;
  transition: 0.25s;
  font-size: 22px;
	text-align: center;
  line-height: 20px;
  color: #000000;
}
.main-header-top-phone-number:hover {
	color: #0068CC;
}

.main-menu-header {
  background: #0068CC;
  padding: 16px 0px;
}

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

.main-menu-header ul a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 102.6%;
  color: #FFFFFF;
}

.main-menu-header ul a:hover {
  color: #F3DC06;
}

.main-header.fixed .main-header-top {
  transform: translateY(0);
  -webkit-animation: headerNone 0.5s linear 0s 1 normal forwards;
  animation: headerNone 0.5s linear 0s 1 normal forwards;
}

@-webkit-keyframes headerNone {
  0% {
    max-height: 150px;
  }

  100% {
    max-height: 0px;
    padding: 0px;
  }
}

@keyframes headerNone {
  0% {
    max-height: 150px;
  }

  100% {
    max-height: 0px;
    padding: 0px;
  }
}

.main-menu-btns-mob {
  display: none;
}

.hero {
  position: relative;
}

.hero-slide {
  position: relative;
  padding-top: 50px;
  padding-bottom: 160px;
  height: inherit;
  display: flex;
  justify-content: center;
}

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

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

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

.hero-slide-left {
  width: 46%;
}

.hero-slide-right {
  width: 46%;
  height: 550px;
}

.hero-slide-right img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.hero-slide-title {
  font-style: normal;
  font-weight: 900;
  font-size: 46px;
  line-height: 112.7%;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #222222;
  position: relative;
}

.hero-slide-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -130px;
  width: 100px;
  height: 100px;
  background-image: url("../images/hero-slide-title-before.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-slide-description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 121.2%;
  color: #222222;
  margin-bottom: 40px;
  width: 450px;
  max-width: 100%;
}

.hero-slide-form {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  box-shadow: 0px 34px 24px -17px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  padding: 20px 25px;
}

.hero-slide-form form {
  width: 100%;
}

.hero-slide-form-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 102.6%;
  color: #333333;
  margin-bottom: 20px;
}

.hero-slide-form-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.hero-slide-form-flex input {
  display: block;
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #000000;
  height: 52px;
}

.hero-slide-form-flex input::-moz-placeholder {
  color: #333333;
}

.hero-slide-form-flex input:-ms-input-placeholder {
  color: #333333;
}

.hero-slide-form-flex input::placeholder {
  color: #333333;
}

.main-btn {
  background: #F3DC06;
  border-radius: 6px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 102.6%;
  color: #333333;
}

.main-btn:hover {
  background: #ffe920;
}

.hero-slide-form-el {
  width: calc(50% - 10px);
}

.hero-slick .slick-track {
  display: flex;
}

.hero-slick-navigation {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 1300px;
  max-width: 100%;
  z-index: 20;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}

.hero-slick-slide-counts {
  display: flex;
  align-items: flex-end;
}

.hero-slick-slide-active {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 102.6%;
  text-align: center;
  color: #121212;
}

.hero-slick-slide-all {
  font-size: 14px;
  line-height: 22px;
  color: #121212;
}

.hero-slick-btn-prev {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 3.46563px;
  width: 45px;
  height: 26px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
  cursor: pointer;
}

.hero-slick-btn-prev svg {
  fill: #000000;
  transition: 0.25s;
}

.hero-slick-btn-prev:hover {
  background: #F3DC06;
  border-color: #F3DC06;
}

.hero-slick-btn-prev:hover svg {
  fill: #0068CC;
}

.hero-slick-btn-next {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 3.46563px;
  width: 45px;
  height: 26px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
  cursor: pointer;
}

.hero-slick-btn-next svg {
  transform: rotate(180deg);
  fill: #000000;
  transition: 0.25s;
}

.hero-slick-btn-next:hover {
  background: #F3DC06;
  border-color: #F3DC06;
}

.hero-slick-btn-next:hover svg {
  fill: #0068CC;
}

.hero-bg-ornam {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  pointer-events: none;
  z-index: 30;
}

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

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

.m-2 {
  position: relative;
  padding-top: 80px;
  z-index: 20;
  padding-bottom: 110px;
}

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

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

.section-title {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 112.7%;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 50px;
  padding-left: 20px;
  border-left: 3px solid #F3DC06;
  position: relative;
  z-index: 20;
}

.section-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  background: rgba(244, 220, 12, 0.52);
  filter: blur(60.5px);
  border-radius: 100%;
  animation: animTitle 3s linear 0s infinite;
}

@keyframes animTitle {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

.section-title-blue:before {
  background: rgba(0, 104, 204, 0.54);
}

.m-2-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  z-index: 40;
  margin-top: -40px;
}

.m-2-el {
  width: calc(25% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
}

.m-2-el-image {
  margin-bottom: 20px;
  width: 100%;
}

.m-2-el-image img {
  display: block;
  width: 100%;
  height: auto;
	
}
.m-2 .m-2-el-image{
	margin-bottom: 40px;
}
.m-2 .m-2-el-image img {
	transform: scale(1.3);
}
.m-2-el-box-title {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 112.7%;
  color: #222222;
}

.m-2-el-box-text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 112.7%;
  color: #000000;
}

.m-2-absolute-image-bottom {
  position: absolute;
  bottom: -170px;
  left: -120px;
  width: 385px;
  z-index: 10;
}

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

.m-2-absolute-image-right {
  position: absolute;
  bottom: -253px;
  right: 0px;
  z-index: 10;
  width: 218px;
  height: 538px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.bottom-line-grad {
  background: linear-gradient(270deg, rgba(243, 220, 6, 0) 13.53%, #F3DC06 47.57%, rgba(243, 220, 6, 0) 87.34%);
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}

.m-3 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #ffffff;
  position: relative;
}

.m-3 .section-title {
  position: relative;
  z-index: 50;
}

.bottom-line-grad--blue {
  background: linear-gradient(270deg, rgba(0, 104, 204, 0) 13.53%, #0068CC 47.57%, rgba(0, 104, 204, 0) 87.34%);
}

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

.m-4-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -40px;
}

.m-4-item {
  width: calc( (100% / 6) - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
}

.m-4-item-image {
  width: 100%;
  margin-bottom: 20px;
}

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

.m-4-item-title {
  font-style: normal;
  font-weight: 800;
  text-align: center;
  font-size: 18px;
  line-height: 112.7%;
  color: #222222;
}

.m-4-ansolute-image {
  position: absolute;
  width: 212px;
  bottom: -80px;
  left: 0px;
}

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

.m-5 .m-4-item-title {
  text-align: left;
}

.m-6-top-absolute-image {
  position: absolute;
  top: -248px;
  right: 0px;
  width: 360px;
}

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

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

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

.m-6 .section-title {
  color: #ffffff;
}

.m-6-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -40px;
}

.m-6-el {
  width: calc(25% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
}

.m-6-el-image {
  width: 100%;
}

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

.m-6-el-title {
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 112.7%;
  color: #FFFFFF;
  margin-top: 15px;
}

.m-7-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px;
  margin-top: -40px;
}

.m-7-el {
  width: calc(33.333% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
}

.m-7-el-image {
  width: 100%;
}

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

.m-7-el-title {
  margin-top: 25px;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 112.7%;
  color: #222222;
}

.m-7-section-title-2 {
  margin-top: 80px;
}

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

.m-7-color-item {
  width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}

.m-7-color-item img {
  display: block;
  width: 100%;
  height: auto;
}

.m-8-absolute-image-right {
  position: absolute;
  top: -110px;
  right: 0px;
  width: 298px;
}

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

.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_5 {
  padding-bottom: 140px;
  padding-top: 80px;
}

.m_5 .slick-dots {
  bottom: 60px;
  left: 0px;
  width: 100%;
}

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

.m_5 .slick-dots li {
  background: #BCBCBC;
  border-radius: 12px;
  width: 23px;
  height: 5px;
  transition: 0.25s;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
}

.m_5 .slick-dots li.slick-active {
  background: #0068CC;
  width: 64px;
}

.m_5 .m_5_slick {
  position: static;
}

.m_5 .wrapper {
  position: static;
}

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

.m-9-left {
  width: 500px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -80px;
}

.m-9-right {
  width: calc(100% - 560px);
}

.m-9-left-item {
  width: 230px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
  margin-top: 80px;
}

.m-9-left-item-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0068CC;
  border-radius: 6px;
  position: relative;
  z-index: 20;
}

.m-9-left-item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 112.7%;
  color: #000000;
}

.m-9-item-count {
  font-style: normal;
  font-weight: 900;
  font-size: 55px;
  line-height: 112.7%;
  color: #FFDC4F;
  position: absolute;
  left: 0%;
  width: 80px;
  top: -40px;
  text-align: center;
}

.m-9-left-item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 112.7%;
  color: #000000;
}

.m-9-left-bg {
  position: absolute;
  top: 58%;
  left: 35%;
  transform: translate(-50%, -50%);
  width: 284px;
  height: 304px;
}

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

.m-9-right-form {
  z-index: 20;
  position: relative;
  background: rgba(254, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 40px 20px;
  width: 400px;
  max-width: 100%;
  margin-right: auto;
}

.m-9-right-form input {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  padding: 15px;
}

.m-9-right-form input::-moz-placeholder {
  color: #666666;
}

.m-9-right-form input:-ms-input-placeholder {
  color: #666666;
}

.m-9-right-form input::placeholder {
  color: #666666;
}

.m-9-right-form button {
  width: 226px;
  max-width: 100%;
  margin-left: auto;
  margin-top: 35px;
  margin-right: auto;
}

.m-9-right-form-title {
  font-style: normal;
  font-weight: 600;
  width: 350px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 23px;
  line-height: 112.7%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}

.m-9-right-form-title-label {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #666666;
  margin-bottom: 10px;
}

.m-9-right-form-title-label strong {
  color: red;
  padding-left: 5px;
}

.m-9-right-bg {
  position: absolute;
  bottom: -81px;
  right: 0px;
  width: 504px;
}

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

.m-9-absolute-top {
  position: absolute;
  width: 309px;
  top: -154px;
  z-index: 10;
  left: 0px;
}

.m-9-absolute-top img {
  width: 100%;
  height: auto;
  display: block;
}

.m-9-absolute-bot {
  position: absolute;
  bottom: -180px;
  z-index: 10;
  right: 0px;
  width: 235px;
}

.m-9-absolute-bot img {
  width: 100%;
  height: auto;
  display: block;
}

.m-10 {
  padding-top: 60px;
}

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

.m-10-contacts {
  position: relative;
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
}

.anhor {
  position: absolute;
  top: -80px;
  left: 0px;
}

.m-10-item {
  width: calc(20% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 30px;
}

.m-10-icon {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 225px;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13px;
  position: relative;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-10-icon:after {
  content: '';
  display: block;
  border: 1px solid #F3DC06;
  border-radius: 225px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.m-10-text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #222222;
}

.m-10-contact-left {
  width: 46%;
}

.m-10-contact-right {
  width: 46%;
}

.m-10-contact-title {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 118.5%;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 40px;
  position: relative;
}

.m-10-contact-title:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #025ABB;
  top: -10px;
  left: -20px;
  position: absolute;
}

.m-10-contact-box {
  margin-bottom: 30px;
}

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

.m-10-contact-box-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #343434;
  margin-bottom: 20px;
}

.m-10-contact-box-row {
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #222222;
}

.m-10-contact-box-row a {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #222222;
}

.m-10-contact-box-row a:hover {
  text-decoration: underline;
}

.m-10-contact-box-row .icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  min-width: 24px;
  display: block;
}

.m-10-contact-box-row .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.m-10-right-title {
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 104.02%;
  text-align: center;
  color: #025ABB;
  margin-bottom: 12px;
}

.m-10-right-text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #025ABB;
  margin-bottom: 16px;
}

.m-10-form {
  background: #025ABB;
  border-radius: 26px;
  width: 497px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
}

.m-10-form input,
.m-10-form textarea {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  padding: 14px 15px;
  color: #000000;
  margin-bottom: 10px;
}

.m-10-form input::-moz-placeholder,
.m-10-form textarea::-moz-placeholder {
  color: #666666;
}

.m-10-form input:-ms-input-placeholder,
.m-10-form textarea:-ms-input-placeholder {
  color: #666666;
}

.m-10-form input::placeholder,
.m-10-form textarea::placeholder {
  color: #666666;
}

.m-10-form textarea {
  height: 110px;
}

.m-10-form-label {
  display: block;
  margin-bottom: 5px;
}

.m-10-form-label-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
  color: #FFFFFF;
}

.m-10-form-label-title strong {
  color: red;
  padding-left: 5px;
}

.main-btn-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFD40B;
  border-radius: 60px;
  width: 394px;
  max-width: 100%;
  height: 58px;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  margin-top: 30px;
  line-height: 111.5%;
  color: #121212;
}

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

.main-footer {
  font-style: normal;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  background: #3A3A3A;
  padding: 10px 0px;
}

.remodal-form {
  padding: 0px !important;
  padding-top: 40px !important;
  position: relative;
}

.remodal-form:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 100%;
  height: 10px;
  background: #025ABB;
}

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

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

.remodal-form .m-10-form {
  border-radius: 0px;
}

.remodal-form .m-10-form-label-title {
  text-align: left;
}

.al-2 {
  position: relative;
  z-index: 70;
}

.al-3 {
  position: relative;
  padding-bottom: 80px;
}

.al-3 .m-2-absolute-image-right {
  bottom: 0px;
  top: -200px;
}

.page-container {
  position: relative;
  z-index: 20;
}

.al-4 {
  position: relative;
  z-index: 60;
}

.al-4 .m-6-top-absolute-image {
  top: auto;
  bottom: -340px;
}

.pr-2-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -40px;
}

.pr-2-el {
  width: calc(33.33% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
}

.pr-2-el-image {
  width: 100%;
}

.pr-2-el-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.pr-2-el-box {
  margin-top: 20px;
}

.pr-2-el-box-title {
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 112.7%;
  color: #222222;
}

.ma-2-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}

.ma-2-tab {
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #C5C5C5;
  border-radius: 12px;
  font-style: normal;
  font-weight: 800;
  transition: 0.25s;
  font-size: 16px;
  line-height: 102.6%;
  color: #333333;
  padding: 17px 45px;
}

.ma-2-tab:hover {
  background: #ffef5a;
}

.ma-2-tab.active {
  background: #F3DC06 !important;
  border-radius: 12px;
}

.ma-2-blocks {
  margin-top: 60px;
}

.ma-2-block {
  display: none;
}

.ma-2-block.active {
  display: block;
}

.th-1-btn {
  width: 280px;
  max-width: 100%;
}

.fixed-btn {
  position: fixed;
  z-index: 200;
  right: 20px;
  bottom: 40px;
}

.fixed-btn-wrap {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  position: relative;
  background: #F3DC06;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-bottom: 8px;
}

.fixed-btn-wrap img {
  position: relative;
  z-index: 20;
	width: 50%;
	height: 50%;
}

.fixed-btn-wrap:after {
  content: '';
  display: block;
  width: 110%;
  height: 110%;
  background: #F3DC06;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 100%;
  -webkit-animation: animfixbtn 4s linear 0s infinite;
  animation: animfixbtn 4s linear 0s infinite;
}

.fixed-btn-wrap:before {
  content: '';
  display: block;
  width: 120%;
  height: 120%;
  background: #F3DC06;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 100%;
  -webkit-animation: animfixbtn 4s linear 0s infinite;
  animation: animfixbtn 4s linear 0s infinite;
}

.fixed-btn-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 102.6%;
  text-align: right;
  text-decoration: underline;
  color: #000000;
}

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

@-webkit-keyframes animfixbtn {
  0% {
    transform: translate(-50%, -50%) scale(0.3);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}

@keyframes animfixbtn {
  0% {
    transform: translate(-50%, -50%) scale(0.3);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}

.qu-form {
  width: 850px;
  max-width: 100%;
  padding: 35px 40px;
  position: relative;
  background-image: url("../images/qu-rem-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 23px;
  border-top: 10px solid #0165C5;
  border-bottom: 10px solid #EAD406;
}

.qu-wrap {
  position: relative;
  z-index: 20;
}

.qu-title {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 30px;
}

.qu-box {
  display: none;
}

.qu-box.active {
  display: block;
}

.qu-box-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
}

.qu-box-title-count {
  display: flex;
  align-items: flex-end;
  font-style: normal;
  font-weight: 300;
  color: #0264C3;
  font-size: 24px;
  margin-right: 20px;
  line-height: 34px;
}

.qu-box-title-count strong {
  font-size: 35px;
  line-height: 40px;
}

.qu-box-title-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  text-align: left;
}

.qu-box-btns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}

.qu-box-btn {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: calc(33.33% - 10px);
  padding: 20px 10px;
  cursor: pointer;
  transition: 0.25s;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #444444;
  display: flex;
  align-items: center;
}

.qu-box-btn:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.01);
}

.qu-box-btn.active .qu-box-btn-input {
  background: #0264C3;
}

.qu-box-btn-input {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  width: 18px;
  min-width: 18px;
  transition: 0.25s;
  height: 18px;
  text-align: left;
  margin-right: 6px;
}

.qu-box-btn-text {
  text-align: left;
}

.qu-btn-next {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3DC06;
  border-radius: 60px;
  width: 320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 58px;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 111.5%;
  color: #121212;
}

.qu-btn-next:after {
  content: '';
  background-image: url("../images/qu-btn-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 10px;
  margin-left: 10px;
}

.qu-btn-next:hover {
  background: #ffe920;
}

.qu-image-right {
  position: absolute;
  top: 40px;
  right: -40px;
  width: 140px;
}

.qu-image-right img {
  display: block;
  width: 100%;
  height: auto;
}

.qu-boxes {
  position: relative;
  z-index: 20;
}

.qu-box-btns-small {
  width: 66.66%;
}

.qu-box-btns-small .qu-box-btn {
  width: calc(50% - 10px);
}

.qu-box-btns-ultra-small {
  width: 200px;
}

.qu-box-btns-ultra-small .qu-box-btn {
  width: calc(50% - 10px);
}

.qu-box-final-icon {
  width: 54px;
  height: 54px;
  background-image: url("../images/qu-box-final-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.qu-box-final-sub-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 20px;
}

.qu-box-form input,
.qu-box-form textarea {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 14px 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.qu-box-form input::-moz-placeholder,
.qu-box-form textarea::-moz-placeholder {
  color: #666666;
}

.qu-box-form input:-ms-input-placeholder,
.qu-box-form textarea:-ms-input-placeholder {
  color: #666666;
}

.qu-box-form input::placeholder,
.qu-box-form textarea::placeholder {
  color: #666666;
}

.qu-box-form textarea {
  height: 110px;
}

.qu-box-form-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.qu-box-form-el {
  width: calc(33.33% - 20px);
  margin-bottom: 20px;
}

.qu-box-form-label-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  display: block;
  line-height: 20px;
  color: #666666;
  text-align: left;
  margin-bottom: 10px;
}

.qu-box-form-label-title strong {
  color: red;
}

.qu-btn-next-warning {
  font-size: 14px;
  color: red;
  margin-top: 20px;
  display: none;
}

.qu-btn-next-warning.active {
  display: block;
}

.qu-box-hidden-input {
  display: none;
}

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




.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;
}
 */
.main-header-top-phone--box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.al-4 .m-2-el {
	width: calc(50% - 40px);
}
@media screen and (max-width: 1800px) {
  .m-2-absolute-image-bottom {
    opacity: 0.3;
  }

  .m-9-absolute-top {
    opacity: 0.3;
  }

  .m-9-absolute-bot {
    opacity: 0.3;
  }
}

@media screen and (max-width: 1600px) {
  .hero-slide-title:before {
    position: relative;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    left: 0px;
    transform: none;
  }

  .m-4-item {
    width: calc( (100% / 5) - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .m-4-flex {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 1200px) {
	.main-header-top-phone--box {
		margin-left: auto;
	}
  .main-header-top-right {
    display: none;
  }

  .main-header-top-phone {
    margin-left: auto;
    margin-right: 0px;
  }

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

  .main-header-top {
    position: relative;
    z-index: 300;
    background: #ffffff;
  }

  .main-menu-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 299;
    padding-top: 100px;
    transition: 0.55s;
    padding-bottom: 40px;
    overflow: auto;
    background: #ffffff;
    transform: translateX(-110%);
  }

  .main-menu-header ul {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .main-menu-header ul li {
    margin-bottom: 20px;
  }

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

  .main-menu-header ul a {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
  }

  .main-menu-header .main-header-top-phone {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
  }

  .main-menu-header .main-header-top-phone p {
    text-align: center;
  }

  .main-menu-header .main-header-top-phone div {
    text-align: center;
  }

  .main-menu-btns-mob {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .main-header-top-box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 190px;
    max-width: 100%;
    align-items: center;
  }

  .main-header-top-box:last-child {
    margin-bottom: 0px;
  }

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

  .main-header.fixed .main-header-top {
    -webkit-animation: none;
    animation: none;
  }

  .overflow {
    overflow: hidden;
  }

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

  .hero-slide-right {
    height: 450px;
  }

  .m-8-absolute-image-right {
    opacity: 0.3;
  }

  .m-9-right-bg {
    display: none;
  }

  .m-9-right-form {
    margin-left: auto;
    margin-right: 0px;
  }
}

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

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

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

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

  .hero-slide-form {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .hero-slide-form-el {
    width: 100%;
    margin-bottom: 15px;
  }

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

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

  .hero-slide-right {
    height: 320px;
  }

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

  .hero-slide-title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-slide-title:before {
    position: relative;
    transform: none;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
  }

  .hero-slide-description {
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .hero-slick-navigation {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 80px;
  }

  .hero-slide {
    padding-bottom: 115px;
    padding-top: 30px;
  }

  .m-2-el {
    width: 320px;
    width: calc(33.333% - 40px);
  }

  .m-2-el-image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .m-4-item {
    width: calc(33.333% - 20px);
  }

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

  .m-2-el-box-title {
    font-size: 16px;
  }

  .m-2-el-box-text {
    font-size: 14px;
  }

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

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

  .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-9-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .m-9-left {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 100%;
    margin-top: -40px;
  }

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

  .m-9-right-form {
    margin-left: auto;
    margin-right: auto;
  }

  .m-9-absolute-top {
    width: 120px;
    top: -60px;
    left: -20px;
  }

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

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

  .m-10-contact-left {
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

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

  .m-10-contact-title {
    font-size: 32px;
    text-align: center;
  }

  .m-10-contact-title:before {
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
  }

  .pr-2-el-box-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 800px) {
  .m-2-el {
    width: calc(50% - 40px);
  }

  .m-6-el {
    width: calc(50% - 40px);
  }

  .m-6-el-image {
    display: flex;
    justify-content: center;
  }

  .m-6-el-title {
    text-align: center;
  }

  .pr-2-el {
    width: calc(50% - 40px);
  }

  .ma-2-tab {
    width: calc(50% - 10px);
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .ma-2-tabs {
    margin-left: 0px;
    margin-right: 0px;
    justify-content: space-between;
    margin-top: -10px;
  }

  .qu-box-form-el {
    width: 100%;
  }

  .qu-box-btn {
    width: calc(50% - 10px);
  }

  .qu-image-right {
    display: none;
  }

  .qu-box-btns-small {
    width: 100%;
  }
	
}

@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;
  }
	.al-4 .m-6-top-absolute-image {
		display: none;
	}
}

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

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

  .main-header-top-box {
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-slide-title {
    font-size: 22px;
    line-height: 30px;
  }

  .hero-slide-title:before {
    margin-bottom: 10px;
  }

  .hero-slide-right {
    height: 220px;
  }

  .m-2-el {
    width: calc(50% - 5px);
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
  }

  .m-2-flex {
    margin-left: 0px;
    margin-right: 0px;
    justify-content: space-between;
    margin-top: 0px;
  }

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

  .m-2-absolute-image-right {
    display: none;
  }

  .m-2-absolute-image-bottom {
    bottom: -134px;
    left: -90px;
    width: 225px;
  }

  .m-2-el-box-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .m-2-el-box-text {
    font-size: 14px;
  }

  .m-4-item {
    width: calc(50% - 20px);
  }

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

  .m-4-item {
    margin-top: 30px;
  }

  .m-4-flex {
    margin-top: -30px;
  }

  .m-4-ansolute-image {
    width: 160px;
  }

  .m-7-color-item {
    width: calc(50% - 20px);
  }

  .m-7-el {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .m-7-flex {
    margin-left: -10px;
    margin-right: -10px;
  }

  .m-9-left-bg {
    display: none;
  }

  .m-9-left-item {
    width: 100%;
    margin-top: 20px;
  }

  .m-9-left {
    margin-top: 0px;
  }

  .m-10-contact-title {
    font-size: 28px;
  }

  .m-10-form {
    padding: 30px 10px;
  }

  .pr-2-el {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .pr-2-flex {
    margin-left: -10px;
    margin-right: -10px;
  }

  .m-6-top-absolute-image {
    width: 220px;
    bottom: -240px;
  }
	
	.main-header-top .main-header-top-phone--box {
			display: none;
	}
	
	.al-4 .m-2-el {
		width: calc(100% - 0px);
	}
	.m-2 .m-2-el-image {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 374px) {
  .m-10-item {
    width: calc(50% - 20px);
  }
}
.m-10-contact-box-row div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.main-menu-header .main-header-top-phone--box {
	margin-left: auto;
	margin-right: auto;
}













.blog {
  position: relative;
  padding-bottom: 20px;
}

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

.blog::before {
  content: url(../images/hero_circl.svg);
  position: absolute;
  border-radius: 693px;
  z-index: -1;
  width: 693px;
  height: 693px;
  left: 0px;
  top: -200px;
}

.blog::after {
  content: url(../images/hero_circl2.svg);
  position: absolute;
  border-radius: 693px;
  z-index: -1;
  width: 693px;
  height: 693px;
  left: 250px;
  top: 50px;
  opacity: .27;
}

.blog-left {
  padding-top: 90px;
}

.blog-right {
  padding-top: 40px;
}

.blog-headline {
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
}

.blog-headline strong {
  font-family: "Montserrat";
  color: #F52571;
}

.blog-headline::after {
  content: ' ';
  display: block;
  width: 304px;
  height: 1px;
  margin: 30px 0px;
  background:#F3DC06;
  margin-left: 3px;
}

.blog-desc {
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
}

.blog-img-bg {
  width: 960px;
  height: 737px;
  position: absolute;
  top: 0px;
  right: 0px;
  object-fit: contain;
  object-position: top right;
}

/* blog list */

.blog-list .wrapper {
  display: flex;
  justify-content: space-between;
}

.blog-list::after {
  content: ' ';
  position: absolute;
  background: linear-gradient(180deg, rgba(243, 250, 248, 0) 0%, #F3FAF8 100%);
  width: 100%;
  height: 800px;
  bottom: 0;
  z-index: -3;
}

.blog-main-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}

.blog-list-bg {
  position: absolute;
  z-index: -2;
  bottom: 0px;
  width: 100%;
  left: 0px;
}

/* blog card */

.blog-card {
  width: calc(50% - 10px);
  margin-bottom: 40px;
}

.blog-card-headline {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin-top: 15px;
  min-height: 60px;
  margin-bottom: 5px;
}

.blog-card-headline-desc {
  color: #0068cc;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 8px;
  padding: 3px 8px;
  border-radius: 20px;
  background: rgba(0, 104, 204, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-card {
  display: flex;
  flex-direction: column;
}
.blog-card-img {
  width: 100%;
  height: 245px;
}
.blog-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 10px;
}

.blog-card-body-desc {
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 15px;
}

.blog-card-link {
  margin-top: auto;
  display: flex;
  align-items: center;
  color: #0068CC;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  transition: .6s;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.blog-card-link img {
  transition: .6s;
  margin-left: 18px;
  position: relative;
  top: 1px;
}

.blog-card-link:hover img {
  transition: .6s;
  transform: translateX(-10px);
}

.blog-card-link:focus,
.blog-card-link:active {
  transition: .6s;
}

.blog-card-link:focus img,
.blog-card-link:active img {
  transition: .6s;
  transform: translateX(20px);
}

/* blog filter */

.blog-list-filter-list {
  width: 350px;
  display: flex;
  flex-direction: column;
}
.blog-list-filter {
  width: 100%;
}
.blog-list-filter-headline {
  color: #000;
  font-size: 35px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 3.5px;
  margin-bottom: 12px;
}

.blog-list-filter-card {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.blog-list-filter-card::after {
  content: ' ';
  opacity: 0.1;
  background: #000;
  width: 100%;
  height: 1px;
  margin: 23px 0px;
}

.blog-list-filter-card:last-child::after {
  display: none;
}

.filter-item {
  color: #0068CC;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transition: .6s;
}

.filter-item img {
  transition: .6s;
  position: relative;
  margin-right: 20px;
  top: 11px;
}


.filter-item:hover img {
  transition: .6s;
  transform: translateX(-5px);
}



/* number of page */

.blog-list-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 120px;
  padding-top: 38px;
  position: relative;
}

.blog-list-bottom::before {
  content: ' ';
  height: 1px;
  opacity: 0.1;
  background: #000;
  width: calc(100% - 0px);
  position: absolute;
  left: 0;
  top: 0;
}

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

.prev-page {
  margin-right: 30px;
}

.next-page {
  margin-left: 30px;
}

.number-page {
  color: #000;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  margin-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.number-page:last-child {
  margin-right: 0;
}

.active-page {
  color: #FFF;
  background: #F52571;
  border-radius: 60px;
  width: 40px;
  height: 40px;
  margin-right: 23px;
}

.number-page:hover {
  color: #8BD1B5;
}

/* adaptive */

/* single blog */

.single-blog {
  padding-top: 60px;
  padding-bottom: 95px;
  position: relative;
}

.single-blog::after {
  content: ' ';
  position: absolute;
  background: linear-gradient(180deg, rgba(243, 250, 248, 0) 0%, #F3FAF8 100%);
  width: 100%;
  height: 800px;
  bottom: 0;
  z-index: -3;
}

.single-blog::before {
  position: absolute;
  width: 985px;
  height: 860px;
  top: -150px;
  right: -50px;
  z-index: -3;
}

.single-blog .wrapper {
  display: flex;
}


.single-blog-img-bg {
  position: absolute;
  top: 1100px;
  left: -200px;
  width: 140%;
  z-index: -2;
}

.single-blog-button-prev {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 90px;
  background: #0068CC;
  margin-bottom: 45px;
  width: 200px;
  transition: 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-blog-button-prev:hover {
  box-shadow: 0px 10px 10px rgba(0,0,0,0.15);
}

.single-blog-headline {
  font-size: 50px;
  margin-right: 35px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 21px;
}

.blog-block-img {
  margin-bottom: 30px;
  border-radius: 10px;
}

.single-blog-headline-desc {
  color: #8BD1B5;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 3px 8px;
  border-radius: 20px;
  background: rgba(139, 209, 181, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-block-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.sinle-blog-anker-link {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.sinle-blog-anker-link a {
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}
.sinle-blog-anker-link a {
  margin-bottom: 10px;
}
.sinle-blog-anker-link a:last-child {
  margin-bottom: 0px;
}

.sinle-blog-anker-link a:hover {
  color: #8BD1B5;
}

.single-blog-desc {
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 50px;
}


.headline-block-blog {
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 15px;
}

.single-blog-right {
  margin-top: -20px;
  position: relative;
}

.single-blog-right::after {
  width: 693px;
  height: 693px;
  z-index: -1;
  opacity: .5;
  position: absolute;
  bottom: 800px;
}

.similar-state-headline {
  font-size: 35px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 3.5px;
  margin-bottom: 30px;
}

.blog-card-single-blog {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.blog-block-3 {
  position: relative;
}

.blog-block-3::after {
  width: 693px;
  height: 693px;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: .5;
  position: absolute;
}

@media screen and (max-width: 1250px) {
  .single-blog {
    padding-top: 60px;
    padding-bottom: 95px;
  }

  .single-blog .wrapper {
    display: flex;
    flex-direction: column;
  }

  .single-blog::before {
    width: 734px;
    height: 642px;
    top: -130px;
    right: -200px;
    z-index: -3;
  }

  

  .single-blog-left {
    padding-bottom: 77px;
  }

  .blog-card-3 {
    display: none;
  }

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

@media screen and (max-width: 1100px) {
	
	.blog-list .wrapper {
    flex-direction: column-reverse;
  }
} 
@media screen and (max-width: 992px){
	
	.blog {
    padding-top: 43px;
  }

  .blog-img-bg {
    right: -140px;
  }

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

  .blog-right {
    padding-top: 0px;
    margin-right: 0px;
  }

  .blog-img img {
    width: 307px;
    height: auto;
  }
	.blog-desc {
    line-height: 30px;
  }

  .blog-right {
    margin-right: -23px;
  }


 

  .single-blog-img-bg {
    display: none;
  }
}

@media screen and (max-width: 759px) {
  .blog-right {
    display: none;
  }

  .filter-item img {
    display: none;
  }

  .filter-item {
    margin-right: 0px;
  }

  .blog-desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
  }

  .blog-headline {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 2px;
  }

  .blog-headline::after {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .blog-main-list {
    justify-content: center;
  }

  .blog-card {
    width: 100%;
    max-width: unset;
  }

  .blog-card-img img {
    width: 100%;
  }

  .blog-card-headline {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
  }

  .number-page {
    margin-right: 20px;
  }

  .prev-page {
    margin-right: 25px;
  }

  .next-page {
    margin-left: 25px;
  }

  .blog-list-bottom {
    padding-bottom: 43px;
  }

  .single-blog {
    padding-top: 40px;
    padding-bottom: 45px;
  }

  .single-blog::before {
    display: none;
  }

  .single-blog-button-prev {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    max-width: 144px;
    padding: 7px 20px;
    margin-bottom: 20px;
  }

  .single-blog-headline {
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .headline-block-blog {
    font-size: 23px;
    font-weight: 500;
    line-height: 25px;
  }

  .blog-block-img {
    margin-bottom: 15px;
  }

  .single-blog-headline-desc {
    margin-bottom: 15px;
  }

  .single-blog-left {
    padding-bottom: 55px;
  }

  .single-blog-img-bg {
    display: block;
    width: 2400px;
    height: 750px;
    top: 1400px;
    left: -1000px;
  }

  .blog-card-2 {
    display: none;
  }

  .blog-card-1 {
    margin-bottom: 0;
  }

}




.single-blog-left {
  width: calc(100% - 480px);
}
.single-blog-right {
  width: 412px;
}
.single-post-content {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  width: 760px;
  max-width: 100%;
}
.single-post-content  p {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}
.single-post-content  p:last-child {
  margin-bottom: 0px;
}
.single-post-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.single-post-content h2 {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: bold;
  line-height: 25px; 
	margin-top: 40px;
  margin-bottom: 20px;
}
.single-post-content h3 {
	margin-top: 60px;
	font-weight: bold;
	font-size:22px;
	margin-bottom: 20px;
}
.single-post-content blockquote {
	padding-left: 30px;
	border-left: 3px solid #F3DC06;
}
.single-post-content h4 {
	margin-top:60px;
	font-weight: bold;
	margin-bottom: 20px;
}
.single-post-content ol li {
  display: list-item;
  list-style-type: decimal;
	list-style-position: inside;
  margin-bottom: 10px;
}
.single-post-content ol li:last-child {
  margin-bottom: 0px;
}
.single-post-content div, p {
	margin-bottom: 20px;
}
.single-post-content ul,
.single-post-content ol {
  margin-bottom: 20px;
}
.single-post-content ul li {
  position: relative;
  margin-bottom: 10px;
	list-style-position: inside;
  padding-left: 20px;
}
.single-post-content ul li:before {
  content:'';
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #000000;
}
.single-post-content ul li:last-child {
  margin-bottom: 0px;
}
.single-blog .wrapper {
  justify-content: space-between;
}
.blog-right {
  width: 520px;
}
.blog-left{
  width: calc(100% - 590px);
}
.blog-list-left {
  width: calc(100% - 424px);
  padding-top: 10px;
}
.blog-list-right {
  width: 354px;
}
.blog-card-categories {
  display: flex;
  flex-wrap: wrap;
}
.blog-img {
  width: 477px;
  max-width: 100%;
  margin-left: auto;
  margin-top: -45px;
}
.blog-img img {
  width: 100%;
  height: auto;
  display: block;
}


.screen-reader-text {
  display: none;
}
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-numbers {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 5px;
}
span.page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #0068CC;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; 
}
.nav-links .next  {
  font-size: 0px;
  width: 40px;
  height: 20px;
  background-image: url('../images/blog-pag-next.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 20px;
}
.nav-links .prev  {
  font-size: 0px;
  width: 40px;
  height: 20px;
  background-image: url('../images/blog-pag-prev.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
}
.blog-post-tumbnail {
  width: 100%;
  margin-bottom: 32px;
}
.blog-post-tumbnail img {
  width: 100%;
  height: auto;
  display: block;
	border-radius: 15px;
}
.blog-list-filter-card.active .filter-item img{
  transform: translateX(10px);
}

.gallery-bottom-line {
  position: absolute;
  bottom: -230px;
  left: 0px;
  width: calc(100% + 100px);
  height: 1100px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-gallery-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer {
  margin-top: auto;
}
.page-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.fancybox-image, .fancybox-spaceball {
  border-radius: 10px !important;
}
.single-gallery-headline--album {
  margin-right: auto;
}

.text-page {
  padding-top: 60px;
  padding-bottom: 60px;
}
.main-title {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px; 
  margin-bottom: 40px;
}
.main-content {
  font-size: 16px;
  line-height: 24px;
}
.main-content p {
  margin-bottom: 20px;
}
.main-content h2 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
.main-content ul,
.main-content ol {
  margin-bottom: 20px;
}
.main-content ol li {
  margin-bottom: 10px;
  list-style-type: decimal;
  display: list-item;
}
.main-content ol li:last-child {
  margin-bottom: 0px;
}
.main-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.main-content ul li:before {
  content:'';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #000000;
  top: 9px;
  left: 0px;
}
.main-content ul li:last-child {
  margin-bottom: 0px  ;
}
.similar-state {
	flex-wrap: wrap;
}
@media screen and (max-width: 1300px){
  .blog-list-filter-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1250px){
  .single-blog-right {
    width: 100%;
  }
  .single-blog-left {
    width: 100%;
  }
  .blog-card-single-blog {
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .similar-state {
    margin-left: -10px;
    margin-right: -10px;
  }
  .blog-post-tumbnail {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1100px){
  .blog-list-left {
    width: 100%;
  } 
  .blog-right {
    width: 330px;
  }
  .blog-left {
    width: calc(100% - 340px);
  }
  .blog-desc {
    font-size: 20px;
  }
  .blog-img {
    margin-top: auto;
  }
  .blog-right {
    display: flex;
    flex-direction: column;
  }
  .blog-list-right {
    width: 100%;
  }
  .blog-list-filter-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -30px;
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
  }
  .blog-list-filter-card {
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .blog-list-filter-headline {
    display: none;
  }
  .blog-list-filter-card::after {
    display: none;
  }
}
@media screen and (max-width: 992px){
	.blog-list-filter-list {
    margin-bottom: 20px;
  }
  .blog-card-single-blog {
    width: calc(50% - 20px);
  }
	.blog-card-single-blog {
    width: calc(50% - 20px);
}
}
@media screen and (max-width: 759px){ 
.blog-right {
    display: none;
  }
  .blog-left {
    width: 100%;
  }
  .blog-card {
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-card-headline {
    min-height: 1px;
  }
  .blog-list-filter-card {
    width: calc(50% - 20px);
  }
  span.page-numbers,
  .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .nav-links .prev {
    width: 30px;
  }
  .nav-links .next {
    width: 30px;
  }
  .page_map .wrapper::after, .page_map .wrapper::before {
    width: calc(100% - 30px);
    left: 15px;
  }
  .blog-img-bg {
    display: none;
  }
  .blog::before {
    left: -157px;
    top: -320px;
  }
  .similar-state .blog-card-single-blog:nth-child(3) {
    display: flex;
  }
  .similar-state {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
  .similar-state .blog-card-single-blog {
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .similar-state .blog-card-single-blog:last-child {
    margin-bottom: 0px;
  }
  .blog-card-headline {
    margin-bottom: 10px;
  }
  .page_map {
    margin-top: 83px;
  }
  .about_company .wrapper {
    padding-top: 60px !important;
  }
  .hero_form   .wpcf7  {
    width: 100%;
  }
  .hero > picture {
    display: block;
    margin-left: auto;
  }
  .about_company-right .about_company-video {
    width: 450px;
    max-width: 100%;
  }
  .our_destinations-body ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .our_destinations {
    position: relative;
    z-index: 30;
  }
  .about_company-video {
    height: 244px;
  }
  .about_company-video:after {
    width: 80px;
    height: 80px;
  }
  .fancybox-slide {
    padding-left: 5px;
    padding-right: 5px;
  }
  .blog-list-bg {
    display: none;
  }
}


.h-2 {
	padding: 120px 0px;
}
.h-2-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.h-2-left {
	width: calc(50% - 50px);
}
.h-2-right {
	width: calc(50% - 50px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.h-2-right img {
	max-width: 100%;
	height: auto;
	display: block;
}
.h-2-adv {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}
.h-2-adv-item {
	width: calc(33.33% - 60px);
	margin-left: 30px;
	padding-right: 30px;
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.h-2-adv-item-icon {
	width: 50px;
	height: 50px;
	min-width: 50px;
	margin-right: 30px;
}
.h-2-adv-item-icon img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
}
.h-2-adv-item-text {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}
.h-2-sub-title{
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 30px;
	font-weight: bold;
}
.h-2-text {
	font-size: 22px;
	line-height: 30px;
}
@media screen and (max-width: 992px){
	.h-2-flex {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.h-2-left {
		width: 100%;
		margin-bottom: 20px;
	}
	.h-2-right {
		width: 100%;
	}
	.h-2-right img {
		max-height: 400px;
	}
	.h-2-adv {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 40px;
	}
	.h-2-adv-item {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		margin-top:0px;
	}
	.h-2-adv-item:last-child {
		margin-bottom: 0px;
	}
	.h-2-sub-title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.h-2-text {
		font-size: 16px;
		line-height: 24px;
	}
	.h-2 {
		padding: 80px 0px;
	}
}

.main-footer-offerta {
	width: fit-content;
	margin-bottom: 20px;
	display: block;
	color: #ffffff;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.main-footer-offerta:hover {
	text-decoration: underline;
}

.main-footer-logos {
	display: flex;
	margin-bottom: 30px;
	justify-content: center;
}
.main-footer-logos .main-footer-logos-item {
	display: block;
	width: 50px;
	height: 50px;
	object-fit: contain;
	object-position: center;
	margin-left: 10px;
	margin-right: 10px;
	background: #ffffff;
	border-radius: 8px;
	padding: 6px;
}
.main-footer {
	padding-top: 20px;
}
.main-footer-logos .main-footer-logos-item img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
}
.single-blog--transparent {
	background: transparent;
}
.single-blog--transparent:after {
	display: none;
}