body,
html {
  scrollbar-color: #ffc300 #f0f0f0;
  scrollbar-width: thin;
  overflow-x: hidden;
}

.swiper-slide {
  outline: none;
}
.swiper-slide:hover, .swiper-slide:active, .swiper-slide:focus {
  outline: none;
}

.bg__style {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  padding: 0;
  /* letter-spacing: 0.025em; */
  position: relative;
  color: #151735;
  font-size: 14px;
  min-height: 100vh;
}

/* ::-webkit-scrollbar {
  height: 5px;
} */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e0e0e0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffc300;
}

body * {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

ul,
li {
  display: block;
  margin: 0;
  padding: 0;
}

button {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

button,
button:hover,
button:active,
button:focus {
  outline: none;
  border: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "NEXT ART", sans-serif;
}

p,
div,
a,
ul,
li,
h1,
h2,
h3,
h4,
h5,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  color: #151735;
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
}

a,
button,
input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

select {
  cursor: pointer;
}

select:hover,
select:active,
select:focus,
input,
input:hover,
input:focus,
button,
button:hover,
button:active,
button:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Source Sans Pro", sans-serif;
}

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

.pos_rel {
  position: relative;
}

.pos_abs {
  position: absolute;
}

.container {
  position: relative;
}

.custom__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom__logo span {
  font-family: "NEXT ART", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6em;
  color: #4f4a45;
}
.custom__logo img {
  width: 151px;
  height: auto;
}

.custom__logo header,
section,
footer {
  position: relative;
  /* z-index: 5; */
  /* overflow-x: hidden; */
}

header.header {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-bottom: 1px solid #e8e8e8;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.fixed_header {
  /* background: #fff; */
  z-index: 5000;
}

.my_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.my_row_menu {
  display: none;
}

.menu {
  width: 100%;
}

.nav {
  width: 100%;
}

.custom-logo img,
.my_row_menu .custom-logo img {
  width: 100%;
}

.nav__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center; */
}

.menu__close {
  width: 32px;
  height: 32px;
  /* background: url(../img/close_search.png) no-repeat center; */
  outline: none;
  /* margin-left: auto; */
  position: relative;
  background-color: none;
  border: none;
  margin-left: auto;
}

.menu__close::before,
.menu__close::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 0px;
  position: absolute;
  background: #151735;
  top: 15px;
  pointer-events: none;
}

.menu__close::before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__close::after {
  right: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav__item {
  position: relative;
  width: auto;
}

/* .nav__item:not(:last-child) {
  margin-right: 3vw;
} */
.nav__item:not(:last-child) {
  margin-right: 20px;
}

.nav__item a {
  font-weight: 400;
  font-size: 18px;
  color: #4f4a45;
}
.nav__item a:hover {
  color: #ffc300;
}

.menu__burger {
  cursor: pointer;
  margin-left: 20px;
  width: 30px;
  padding: 0;
}

.menu__burger span {
  width: 30px;
  display: block;
  height: 2px;
  margin-bottom: 4px;
  background: #151735;
  border-radius: 0;
}

.menu__burger .burger__line_third {
  margin-bottom: 0;
  width: 66%;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: -20px;
  top: calc(50% - 5px);
  background: url(../img/icon/arow_bottom.svg) no-repeat center;
}

.sub-menu {
  padding: 24px 40px 30px 30px;
  position: absolute;
  width: 800px;
  top: calc(100% - 1px);
  left: -100px;
  background: #3a3a3a;
  border-radius: 0 0 2px 2px;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 21px rgba(100, 100, 100, 0.1);
          box-shadow: 0px 16px 21px rgba(100, 100, 100, 0.1);
  overflow-y: auto;
  scrollbar-color: #65cf19 c36 #f0f0f0;
  scrollbar-width: thin;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub-menu::-webkit-scrollbar {
  width: 4px;
}

.sub-menu::-webkit-scrollbar-track {
  background: #e0e0e0;
}

.sub-menu::-webkit-scrollbar-thumb {
  background: #65cf19;
}

.nav__item .child__item a {
  display: inline;
  font-size: 12px;
  font-weight: 400;
  color: #272727;
}

.nav__item .child__item a:hover {
  color: #65cf19;
}

.child__item {
  margin-bottom: 15px;
  text-align: left;
  width: 30%;
}

@media screen and (min-width: 992px) {
  .menu-item-has-children:hover .sub-menu {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 1199px) {
  /* Menu style */
  .menu__burger {
    display: block;
  }
  .child__item {
    width: 100%;
  }
  .menu {
    padding: 0 25px;
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    right: -400px;
    overflow-y: auto;
    background: #f6f7f9;
    width: 100%;
    max-width: 400px;
    z-index: 400;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    /* transform: translateX(100%); */
    height: 3px;
    overflow-y: auto;
    scrollbar-color: #65cf19 #e0e0e0;
    scrollbar-width: thin;
    overflow-x: hidden;
    text-align: left;
  }
  .close__burger {
    -webkit-animation: rightBottomHide 1s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    animation: rightBottomHide 1s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  }
  .open_menu {
    /* transform: translateX(0); */
    width: 100%;
    -webkit-box-shadow: -5px 0 10px rgba(95, 93, 91, 0.7);
            box-shadow: -5px 0 10px rgba(95, 93, 91, 0.7);
    z-index: 9999;
    -webkit-animation: rightBottomShow 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    animation: rightBottomShow 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  }
  @-webkit-keyframes rightBottomShow {
    0% {
      height: 3px;
      /* transform: translateX(100%); */
      right: -400px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      padding-bottom: 0;
    }
    50% {
      height: 3px;
      /* transform: translateX(0%); */
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      padding-bottom: 0;
    }
    100% {
      height: 100vh;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow-y: auto;
      padding-bottom: 40px;
      right: 0;
    }
  }
  @keyframes rightBottomShow {
    0% {
      height: 3px;
      /* transform: translateX(100%); */
      right: -400px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    50% {
      height: 3px;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    100% {
      height: 100vh;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow-y: auto;
    }
  }
  @-webkit-keyframes rightBottomHide {
    0% {
      height: 100vh;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow: hide;
      right: 0;
    }
    50% {
      height: 3px;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    100% {
      height: 3px;
      right: -400px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
  }
  @keyframes rightBottomHide {
    0% {
      height: 100vh;
      right: 0;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      overflow: hide;
      /* transform: translateX(0%); */
    }
    50% {
      height: 3px;
      right: 0px;
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
    100% {
      height: 3px;
      right: -400px;
      /* transform: translateX(100%); */
      -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
      transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    }
  }
  .my_row_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
  }
  .nav {
    margin-top: 30px;
  }
  .nav__list {
    display: block;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .nav__item {
    padding: 8px 0 5px 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
  }
  .nav__item.hover-1 a::after {
    display: none;
  }
  .nav__item:not(:last-child) {
    margin-right: auto;
  }
  .nav__item > a {
    color: #220d08;
    padding: 0;
    font-size: 24px;
    text-align: left;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: 700;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .open_menu .nav__item > a {
    -webkit-animation: fadeInTopCustom 0.8s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    animation: fadeInTopCustom 0.8s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  @-webkit-keyframes fadeInTopCustom {
    0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      overflow: visible;
      opacity: 1;
    }
  }
  @keyframes fadeInTopCustom {
    0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      overflow: visible;
      opacity: 1;
    }
  }
  .open_menu .nav__item:first-child > a {
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s;
  }
  .open_menu .nav__item:nth-of-type(2) > a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .open_menu .nav__item:nth-of-type(3) > a {
    -webkit-animation-delay: 1.55s;
    animation-delay: 1.55s;
  }
  .open_menu .nav__item:nth-of-type(4) > a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .open_menu .nav__item:nth-of-type(5) > a {
    -webkit-animation-delay: 1.45s;
    animation-delay: 1.45s;
  }
  .open_menu .nav__item:nth-of-type(6) > a {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }
  .open_menu .nav__item:nth-of-type(7) > a {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
  }
  .open_menu .nav__item:nth-of-type(8) > a {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
  .has_child::before {
    display: none;
  }
  .open_child_menu {
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    right: -25px;
    top: 15px;
    background: url(../img/icon/arow_bottom.svg) no-repeat center;
  }
  .menu-item-has-children::before {
    display: none;
  }
  .open_child_menu {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    right: -32px;
    top: 6px;
    background: url(../img/icon/arow_bottom.svg) no-repeat center/10px;
  }
  .sub-menu {
    padding: 70px 15px 40px;
    position: fixed;
    left: auto;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    max-width: 400px;
    background: transparent;
    border-radius: 0 0 2px 2px;
    border-bottom: none;
    -webkit-transform: translateY(0%) translateX(100%);
            transform: translateY(0%) translateX(100%);
    opacity: 1;
    pointer-events: all;
    display: block;
    margin-bottom: 0 !important;
    background: #fff;
    z-index: 15;
    height: 100vh;
    overflow-y: auto;
  }
  .sub-menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .close_child_menu {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: 15px;
    top: 15px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: url(../img/icon/menu_back.svg) no-repeat center/cover;
    cursor: pointer;
  }
  .child__item {
    width: 100%;
    padding: 0px 0 7px;
    text-align: center;
    margin-bottom: 13px;
  }
  header .nav__item .child__item a {
    font-weight: 500;
    font-size: 18px;
    color: #171717;
    text-align: center;
    text-transform: uppercase;
  }
  .mobile_phone:hover {
    color: #dc1118;
  }
}
.section__title {
  font-family: "NEXT ART", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 127.02%;
  color: #4f4a45;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}
.section__title:after {
  content: "";
  display: block;
  width: 190px;
  height: 4px;
  background: #ffc300;
  position: absolute;
  top: 100%;
  left: 0;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
  max-width: 280px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  border: 2px solid #ffc300;
  color: #fff;
  background: #ffc300;
  border-radius: 0;
}

.btn_style {
  width: 298px;
  height: 70px;
}
.btn_style span {
  display: block;
  width: 100%;
  height: 100%;
  background: #ffc300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_style span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 16px;
  top: 17px;
  border: 2px solid #ffc300;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_style span:active:after, .btn_style span:hover:after {
  left: 0px;
  top: 0px;
}

.btn.open__form > * {
  pointer-events: none;
}

a.btn:active,
a.btn:hover {
  color: #fff;
}

.btn:active,
.btn:hover {
  border: 2px solid #ffc300;
}

.btn.btn_tr {
  color: #4f4a45;
  background: #fff;
}

.btn.btn_tr:active,
.btn.btn_tr:hover {
  background: #ffc300;
  color: #fff;
}

.lang {
  position: relative;
  margin: 0 30px 0 auto;
}

.lang__block {
  padding-top: 10px;
  padding-left: 5px;
  position: absolute;
  width: 40px;
  top: 50%;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
  left: -5px;
}

.lang__block_mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang__block_mob .lang-item {
  margin-left: 10px;
}

.lang__block.open {
  z-index: 5;
  opacity: 1;
  pointer-events: all;
  top: 100%;
}

.lang__block li {
  margin-bottom: 5px;
}

.current__lang {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 159.02%;
  color: #ffc300;
  cursor: pointer;
}

.lang li a {
  color: #4f4a45;
  font-weight: 700;
  font-size: 18px;
  line-height: 159.02%;
}

.lang li a:hover {
  color: #ffc300;
}

.lang li a img,
.current__lang img {
  margin-right: 12px;
  width: 29px;
  pointer-events: none;
}

.header__btn {
  font-weight: 400;
  font-size: 18px;
  width: 190px;
  height: 48px;
  background-color: #fff;
}
.header__btn svg {
  display: none;
}
.header__btn:hover {
  background-color: #ffc300;
}

@media screen and (max-width: 1400px) {
  .lang {
    margin-right: 20px;
  }
  .nav__item:not(:last-child) {
    margin-right: 15px;
  }
  .custom__logo span {
    font-size: 16px;
  }
  .custom__logo img {
    width: 124px;
  }
  .header__btn {
    width: 182px;
  }
}
@media screen and (max-width: 1199px) {
  .custom__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .custom__logo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .custom__logo span {
    font-size: 12px;
  }
  .header__btn {
    font-size: 0;
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header__btn svg {
    display: block;
  }
  .header__btn:hover path {
    fill: #fff;
  }
}
@media screen and (max-width: 568px) {
  .custom__logo span {
    display: none;
  }
  .header__btn {
    width: 25px;
    height: 25px;
  }
}
.head__section {
  min-height: 820px;
  height: 100vh;
  max-height: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.head__section .head__bg {
  position: absolute;
  left: 0;
  top: 82px;
  width: 100%;
  height: calc(100% - 82px);
  background: url(../img/head_flowers.jpg) repeat-x left top, url(../img/head_bg.jpg) repeat;
}
.head__section.bg__style {
  position: relative;
}
.head__section.bg__style:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}

.offer {
  padding-top: 40px;
}
.offer h1 {
  font-family: "NEXT ART", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
  line-height: 127.02%;
  color: #fff;
  margin-bottom: 13px;
  position: relative;
}
.offer h1 span {
  font-size: 64px;
  line-height: 127.02%;
}
.offer p {
  font-weight: 400;
  font-size: 20px;
  line-height: 159.02%;
  color: #fff;
  margin-bottom: 42px;
  max-width: 470px;
}
.offer .offer__img {
  position: absolute;
  left: calc(50% - 60px);
  bottom: -100px;
  width: 1200px;
}
.offer .offer__img img {
  width: 100%;
}
.offer .offer__img img.mobile_img {
  display: none;
}

.bg_grey {
  background: #f2efe9;
}

.section__offer {
  margin-bottom: 42px;
}
.section__offer .section__title_appointment {
  margin-bottom: 14px;
}
.section__offer .section__title_element,
.section__offer .section__title_appointment {
  margin-bottom: 14px;
}
.section__offer .section__title_autonomy,
.section__offer .section__title_advant {
  margin-bottom: 28px;
}
.section__offer p {
  font-weight: 400;
  font-size: 18px;
  line-height: 159%;
  color: #4f4a45;
}

@media screen and (max-width: 1400px) {
  .head__section {
    min-height: 750px;
  }
  .head__section .head__bg {
    top: 67px;
    height: calc(100% - 67px);
  }
  .offer h1 {
    font-size: 32px;
  }
  .offer h1 span {
    font-size: 56px;
  }
  .offer .offer__img {
    width: 1000px;
    bottom: -50px;
  }
  .section__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .head__section {
    min-height: 700px;
  }
  .head__section .head__bg {
    top: 93px;
    height: calc(100% - 93px);
    background: url(../img/head_flowers.jpg) repeat-x left top/auto 100px, url(../img/head_bg.jpg) repeat;
  }
  .section__title {
    font-size: 26px;
  }
  .offer h1 {
    font-size: 26px;
  }
  .offer h1 span {
    font-size: 48px;
  }
  .offer p {
    font-size: 20px;
  }
  .offer .offer__img {
    width: 800px;
    bottom: 0;
    left: 50%;
  }
}
@media screen and (max-width: 991px) {
  .pb_100 {
    padding-bottom: 80px;
  }
  .pt_100 {
    padding-top: 80px;
  }
  .head__section .head__bg {
    display: none;
  }
  .offer {
    padding-top: 50px;
  }
  .offer .offer__img {
    position: static;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .offer .offer__img img.desctop_img {
    display: none;
  }
  .offer .offer__img img.mobile_img {
    display: block;
  }
  .offer h1 {
    font-size: 26px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .offer p {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .offer__btn {
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .head__section {
    height: auto;
    min-height: initial;
    padding-bottom: 80px;
    padding-top: 93px;
  }
}
@media screen and (max-width: 568px) {
  .head__section {
    padding-top: 63px;
  }
  .offer h1 span {
    font-size: 12vw;
  }
}
.text__content h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1.2em;
}
.text__content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1.2em;
}
.text__content li,
.text__content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 159%;
  color: #4f4a45;
}
.text__content li {
  padding-left: 15px;
  position: relative;
}
.text__content li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #ffc300;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

.appointment {
  padding: 76px 0;
}
.appointment .appointment__card {
  padding: 23px 27px 40px;
  background: #fff;
  width: 100%;
  min-height: 275px;
}
.appointment .appointment__card .appointment__icon {
  margin-bottom: 20px;
}
.appointment .appointment__card .appointment__name {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 159%;
  color: #4f4a45;
  margin-bottom: 10px;
}
.appointment .appointment__card .text__content li,
.appointment .appointment__card .text__content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 159%;
  color: #4f4a45;
}
.appointment .appointment__card .text__content li {
  padding-left: 15px;
  position: relative;
}
.appointment .appointment__card .text__content li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #ffc300;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

@media screen and (max-width: 767px) {
  .appointment .appointment__card {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.secure .secure__img img {
  width: 100%;
  height: auto;
}

.secure__content {
  margin-bottom: 30px;
}
.secure__content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #4f4a45;
  margin-bottom: 20px;
}

.gallary .gallary__slide {
  display: block;
  height: 300px;
}
.gallary .gallary__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.element {
  padding: 94px 0;
}
.element .section__offer {
  margin-bottom: 70px;
}
.element .element_img {
  margin: 37px 0 22px;
  text-align: center;
}
.element .element__row {
  padding-left: 45px;
}
.element .element__item {
  position: relative;
}
.element .element__item .element__name {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  line-height: 127%;
  color: #4f4a45;
  margin-bottom: 4px;
}
.element .element__item p {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #4f4a45;
}
.element .element__item.element__item_over {
  width: 100%;
  max-width: 326px;
}
.element .element__item.element__item_over:after {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: 67%;
  width: 123px;
  height: 188px;
  background: url(../img/element_1.svg) no-repeat left center;
}
.element .element__item.element__item_hatch {
  width: 100%;
  max-width: 360px;
}
.element .element__item.element__item_hatch:after {
  content: "";
  display: block;
  position: absolute;
  right: -50px;
  top: 67%;
  width: 192px;
  height: 235px;
  background: url(../img/element_2.svg) no-repeat left center;
}
.element .element__item.element__item_door {
  width: 100%;
  max-width: 475px;
}
.element .element__item.element__item_door:after {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  bottom: calc(100% - 24px);
  width: 190px;
  height: 207px;
  background: url(../img/element_3.svg) no-repeat left center;
}
.element .element__item.element__item_ventilation {
  width: 100%;
  max-width: 306px;
}
.element .element__item.element__item_ventilation:after {
  content: "";
  display: block;
  position: absolute;
  left: 160px;
  bottom: calc(100% - 24px);
  width: 20px;
  height: 252px;
  background: url(../img/element_4.svg) no-repeat left center;
}

@media screen and (max-width: 1400px) {
  .element .section__offer {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .element .section__offer {
    margin-bottom: 40px;
  }
  .element .element__item.element__item_over:after {
    width: 60px;
    overflow: hidden;
  }
  .element .element__item.element__item_hatch:after {
    width: 110px;
    background-position-x: -88px;
    right: -35px;
  }
  .element .element__item.element__item_door:after {
    width: 120px;
  }
}
@media screen and (max-width: 991px) {
  .element .element_img img {
    width: 100%;
  }
  .element .element__item.element__item_over:after {
    left: -60px;
  }
  .element .element__item.element__item_hatch:after {
    width: 70px;
    background-position-x: -88px;
    right: -35px;
    height: 188px;
    background-size: cover;
  }
  .element .element__item.element__item_door:after {
    left: -60px;
    width: 90px;
    height: 173px;
    background-size: cover;
  }
  .element .element__item.element__item_ventilation:after {
    height: 173px;
    background-size: cover;
    background-position: bottom;
    width: 7px;
  }
  element .element__item.element__item_door {
    width: 100%;
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .element .element__row {
    padding-left: 0;
  }
  .element .element__item.element__item_over:after {
    left: -15px;
    width: 40px;
  }
  .element .element__item.element__item_door:after {
    left: -15px;
    width: 64px;
    height: 144px;
  }
  .element .element__item.element__item_ventilation:after {
    height: 140px;
  }
  .element .element__item.element__item_ventilation,
  .element .element__item.element__item_door,
  .element .element__item.element__item_over,
  .element .element__item.element__item_hatch {
    padding-right: 15px;
    max-width: 250px;
  }
  .element .element__item.element__item_hatch:after {
    height: 171px;
  }
}
@media screen and (max-width: 568px) {
  .element .element__item.element__item_hatch:after,
  .element .element__item.element__item_ventilation:after,
  .element .element__item.element__item_door:after,
  .element .element__item.element__item_over:after {
    display: none;
  }
  .element .element__item .element__name {
    font-size: 18px;
  }
}
.autonomy .autonomy__card .autonomy__img {
  height: 300px;
  margin-bottom: 28px;
}
.autonomy .autonomy__card .autonomy__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.autonomy .autonomy__card .autonomy__name {
  font-weight: 400;
  font-size: 24px;
  line-height: 127%;
  color: #4f4a45;
  margin-bottom: 5px;
}
.autonomy .autonomy__card p {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #4f4a45;
}

@media screen and (max-width: 1400px) {
  .autonomy .autonomy__card .autonomy__name {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .autonomy .autonomy__card .autonomy__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 568px) {
  .autonomy .autonomy__card .autonomy__name {
    font-size: 18px;
  }
}
.advant .section__offer {
  margin-bottom: 33px;
}
.advant .advant__btn {
  max-width: 298px;
  height: 70px;
}
.advant .advant__card {
  background: #ffffff;
  -webkit-box-shadow: 0px 7px 23px rgba(164, 151, 120, 0.1);
          box-shadow: 0px 7px 23px rgba(164, 151, 120, 0.1);
  padding: 32px 25px 15px;
  min-height: 300px;
  text-align: center;
}
.advant .advant__card .advant__icon {
  margin-bottom: 27px;
}
.advant .advant__card p {
  font-weight: 300;
  font-size: 18px;
  line-height: 159%;
  color: #4f4a45;
}

@media screen and (max-width: 1199px) {
  .advant .advant__card {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .offer__btn,
  .secure__btn,
  .advant .advant__btn {
    width: 270px;
    height: 60px;
  }
}
@media screen and (max-width: 568px) {
  .advant .advant__card {
    padding-left: 10px;
    padding-right: 10px;
  }
  .advant .advant__card p {
    font-size: 16px;
  }
}
.partners .swiper-slide {
  height: 150px;
  width: auto !important;
  padding: 0 25px;
}
.partners .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.partners .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.portfolio {
  padding-top: 55px;
  padding-bottom: 55px;
}
.portfolio .section__offer {
  margin-bottom: 55px;
}
.portfolio .portfolio__slide {
  height: 300px;
  display: block;
}
.portfolio .portfolio__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.portfolio .portfolio__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 38px;
}
.portfolio .portfolio__nav .portfolio__pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 25px;
  width: auto;
}
.portfolio .portfolio__nav .portfolio__pag .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: #d9d9d9;
  margin: 0 10px;
  -webkit-box-shadow: 0 0 0px 0px #f2efe9, 0 0 0px 0px #ffc300;
          box-shadow: 0 0 0px 0px #f2efe9, 0 0 0px 0px #ffc300;
}
.portfolio .portfolio__nav .portfolio__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-box-shadow: 0 0 0px 1px #f2efe9, 0 0 0px 2px #ffc300;
          box-shadow: 0 0 0px 1px #f2efe9, 0 0 0px 2px #ffc300;
}
.portfolio .portfolio__nav .portfolio__arrow path {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio .portfolio__nav .portfolio__arrow:hover path {
  fill: #ffc300;
}

@media screen and (max-width: 1400px) {
  .portfolio .portfolio__slide {
    height: 280px;
  }
}
@media screen and (max-width: 1199px) {
  .portfolio .portfolio__slide {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .portfolio .portfolio__slide {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 568px) {
  .portfolio .portfolio__nav .portfolio__pag {
    margin: 0 15px;
  }
}
.step .section__title_step {
  margin-bottom: 28px;
}
.step .step__item {
  padding-right: 70px;
  margin-bottom: 60px;
  position: relative;
}
.step .step__item:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 12px;
  top: calc(50% - 25px);
  background: url(../img/arrow_right.svg) no-repeat center/100%;
}
.step .step__item:nth-child(2)::after, .step .step__item:last-child::after {
  display: none;
}
.step .step__number {
  font-family: "NEXT ART";
  font-weight: 700;
  font-size: 80px;
  line-height: 1em;
  color: #ffc300;
}
.step .step__text {
  font-family: "NEXT ART";
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #4f4a45;
}

@media screen and (max-width: 1400px) {
  .step .step__item {
    padding-right: 55px;
  }
  .step .step__item br {
    display: none;
  }
  .step .step__item:after {
    width: 40px;
    height: 40px;
  }
  .step .step__number {
    font-size: 70px;
  }
}
@media screen and (max-width: 991px) {
  .step .step__item:after {
    display: none;
  }
  .step .step__item {
    padding-right: 12px;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .step .step__text {
    font-size: 16px;
  }
  .step .step__number {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .step .section__offer {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 568px) {
  .step .step__item {
    display: block !important;
    margin-top: 40px;
  }
  .step .step__number {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  .step {
    padding-bottom: 100px;
  }
  .step .step__item {
    width: 100%;
    margin-bottom: 0;
  }
}
.contact {
  padding-bottom: 176px;
}
.contact .contact__wrap {
  padding-top: 84px;
  padding-bottom: 25px;
}
.contact .contact__wrap .contact__block {
  padding-right: 70px;
}
.contact .contact__wrap .contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2em;
  color: #4f4a45;
  margin-bottom: 30px;
}
.contact .contact__wrap .contact__item a {
  color: #4f4a45;
  text-decoration-line: underline;
}
.contact .contact__wrap .contact__item a:hover {
  color: #ffc300;
}
.contact .contact__wrap .contact__item span {
  margin-right: 19px;
  height: 24px;
}
.contact .contact__wrap .work {
  padding-left: 42px;
  margin-bottom: 30px;
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact .contact__wrap .work span {
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #4f4a45;
}
.contact .contact__wrap .work span:first-child {
  margin-right: 40px;
}
.contact .contact__form {
  background: #ffffff;
  -webkit-box-shadow: 0px 7px 24px rgba(164, 151, 120, 0.17);
          box-shadow: 0px 7px 24px rgba(164, 151, 120, 0.17);
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 52px 80px 70px;
}
.contact .contact__form .form__title {
  font-family: "NEXT ART";
  font-weight: 400;
  font-size: 24px;
  line-height: 127%;
  color: #4f4a45;
  margin-bottom: 10px;
}
.contact .contact__form .form__subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.25em;
  color: #4f4a45;
  margin-bottom: 45px;
  width: 100%;
  max-width: 370px;
}

.form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form__wrap .input__group {
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.form__wrap .input__group.input__group_phone, .form__wrap .input__group.input__group_name {
  width: calc(50% - 15px);
}
.form__wrap .input__group .place_span {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #4f4a45;
  position: absolute;
  left: 0;
  padding-left: 30px;
  top: 18px;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .place_span.fixed_span {
  opacity: 0;
}
.form__wrap .input__group .place_span span {
  color: #ff533c;
}
.form__wrap .order__input {
  display: block;
  width: 100%;
  height: 60px;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  color: #4f4a45;
  padding-left: 30px;
}
.form__wrap .order__input.order__input_message {
  height: 200px;
  padding-top: 18px;
}
.form__wrap .form__btn {
  max-width: 100%;
  width: 100%;
  height: 60px;
}
.form__wrap .form__btn:hover {
  background: #fff;
  color: #4f4a45;
}

@media screen and (max-width: 1400px) {
  .contact .contact__wrap .contact__block {
    padding-right: 30px;
  }
  .contact .contact__wrap .contact__item a {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .contact .contact__form {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .contact {
    padding-bottom: 0;
  }
  .contact .contact__form {
    position: static;
    margin-top: 35px;
    -webkit-transform: none;
            transform: none;
  }
  .contact .contact__wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .form__wrap .form__btn,
  .form__wrap .order__input {
    height: 50px;
  }
  .form__wrap .input__group.input__group_phone,
  .form__wrap .input__group.input__group_name {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 568px) {
  .contact .contact__form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form__wrap .input__group.input__group_phone,
  .form__wrap .input__group.input__group_name {
    width: 100%;
  }
  .form__wrap .order__input {
    padding-left: 20px;
  }
  .form__wrap .input__group .place_span {
    top: 14px;
    padding-left: 20px;
  }
}
.footer {
  padding-top: 19px;
  padding-bottom: 39px;
  border-top: 1px solid #d9d9d9;
}
.footer .footer__copyright {
  font-family: "NEXT ART", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  color: #4f4a45;
  border-right: 1px solid #d9d9d9;
  margin-right: 20px;
  padding-right: 20px;
}
.footer .footer__copyright span {
  font-size: 18px;
  margin: 0 12px 0 12px;
}
.footer .footer__secure {
  font-weight: 300;
  font-size: 18px;
  line-height: 127.02%;
  color: #4f4a45;
}
.footer .footer__policy {
  font-weight: 300;
  font-size: 18px;
  line-height: 127.02%;
  text-decoration-line: underline;
  color: #4f4a45;
  margin-left: auto;
}
.footer .footer__policy:hover {
  color: #ffc300;
}

@media screen and (max-width: 1400px) {
  .contact .contact__wrap .contact__block {
    padding-right: 30px;
  }
  .contact .contact__wrap .contact__item a {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .footer .footer__copyright {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer__policy,
  .footer .footer__secure,
  .footer .footer__copyright {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer__copyright {
    border-right: none;
    margin-right: 0;
  }
  .footer .footer__copyright,
  .footer .footer__secure {
    margin-bottom: 20px;
  }
  .footer .footer__policy {
    margin-right: auto;
  }
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup.open {
  opacity: 1;
  pointer-events: all;
  z-index: 999999;
}
.popup .popup__title {
  font-family: "NEXT ART";
  font-weight: 400;
  font-size: 20px;
  line-height: 127%;
  text-align: center;
  color: #4f4a45;
  margin-bottom: 10px;
}
.popup .popup__subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #4f4a45;
  margin-bottom: 35px;
}
.popup .form__wrap .input__group {
  margin-bottom: 20px;
}
.popup .form__wrap .input__group.input__group_phone,
.popup .form__wrap .input__group.input__group_name {
  width: 100%;
}
.popup .popup__content {
  width: 100%;
  max-width: 470px;
  padding: 80px 30px 80px;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 7px 24px rgba(164, 151, 120, 0.17);
          box-shadow: 0px 7px 24px rgba(164, 151, 120, 0.17);
}
.popup .popup__content .close_popup {
  position: absolute;
  right: 23px;
  top: 27px;
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  background: url(../img/close.svg) no-repeat center;
}

.xyz_start {
  opacity: 0;
}

.xyz_start.xyz-in {
  opacity: 1;
}

.wpcf7-response-output {
  display: none;
}/*# sourceMappingURL=main.css.map */