/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');
@font-face {
  font-family: 'HeuristicaRegular';
  src: url('fonts/Heuristica-Regular.woff') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'HeuristicaItalic';
  src: url('fonts/Heuristica-Italic.woff') format('truetype');
  font-style: normal;
  font-weight: normal;
}
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
aside,
nav,
footer,
header,
section,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}
ul,
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}
input::-ms-clear {
  display: none;
}
button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}
input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
label {
  cursor: pointer;
}
legend {
  display: block;
}
html {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html, 
body {
  color: #313131;
  font-size: 16px;
}
/* typograph */
h1 {
  font-family: 'HeuristicaRegular';
  font-size: 90px;
  font-weight: 400;
  line-height: 81px;
}
h2 {
  font-family: 'HeuristicaRegular';
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
}
h3 {
  font-family: 'HeuristicaRegular';
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}
h4 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
}
h5 {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
button {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}
/* layouts */
body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body &gt; main {
  flex: 1 1 575px;
}
.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
}
.container--bread {
  padding-top: 40px;
  padding-bottom: 16px;
}
.container--relative {
  position: relative;
  z-index: 15;
}
.main .container.container--comparison-slider {
  padding: 0 20px;
}
.second{
width: 102% !important
}
.main .container.container--comparison-slider::focus {
  border: none;
}
.main .service__slider {
  padding: 70px 0 0;
}
.headline {
  font-weight: 400;
  font-size: 48px;
  line-height: 52px;
}
.headline--common {
  margin-bottom: 24px;
}
.headline i {
  font-family: 'HeuristicaItalic';
  color: #1C4236;
  font-style: normal;
}
@media (max-width: 575px) {
  .headline {
    font-size: 26px;
    line-height: 1;
  }
}
.img-box {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-top: 100%;
}
picture.img-box,
a.img-box,
span.img-box {
  display: block;
}

.img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img--cover {
  object-fit: cover;
}
.payment_img {
  max-width: 100%;
  height: auto;
}
.service__text {
  margin: 24px 0 60px;
  font-size: 22px;
  line-height: 130%;
  color: rgba(49, 49, 49, 0.8);
}
.explore {
  padding-top: 140px;
  padding-bottom: 140px;
}
.about_us {
  padding-bottom: 140px;
}
.main--about .about_us .container {
  padding-top: 0;
}
.main--about .priority .container {
  padding: 14rem 20px;
}
.main--about .contacts .container {
  padding-top: 14rem;
}
.results {
  padding-top: 140px;
}
.main-card--about {
  margin: 0;
}
@media (min-width: 950px) {
  .container {
    max-width: 1400px;
    width: 82.86%;
  }
}
@media (max-width: 575px) {
  .service__text {
    font-size: 14px;
    line-height: 16px;
  }
}
.text-green {
  background: -webkit-linear-gradient(267.7deg, #1c4236 0.8%, #4d7564 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.italic {
  font-family: 'HeuristicaItalic';
}
.linear-btn {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  padding: 20px 60px;
  gap: 10px;
  border-radius: 10px;
  background: linear-gradient(267.7deg, #ebc58c 0.8%, #ffddaa 100%);
  transform: scale(1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 30;
}
.linear-btn:hover {
  background: white;
  transform: scale(1.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
/* header */
.header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 40;
  border-radius: 0 0 30px 30px;
}
.header-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.header-nav__logo {
  display: flex;
  align-items: center;
  width: 92px;
  height: 30px;
}
@media (min-width: 768px) {
  .header-nav__logo {
    width: 185px;
    height: 60px;
  }
}
.header-nav__nav {
  display: none;
}
@media (min-width: 1200px) {
  .header-nav__nav {
    display: block;
  }
}
.header-nav__phone {
  display: none;
}
.header-nav__phone--white {
  display: none;
}
@media (min-width: 1200px) {
  .header-nav__phone {
    color: white;
    display: block;
    font-weight: 500;
    line-height: 19.2px;
    text-wrap: nowrap;
  }
  .header-nav__phone--white {
    color: #313131;
    display: block;
    font-weight: 500;
    line-height: 19.2px;
    text-wrap: nowrap;
  }
}
/* footer */
.footer {
  position: relative;
  color: white;
  padding: 4rem 3.75rem;
  background: #142e27;
  border-radius: 30px 30px 0 0;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bg.png);
  background-size: cover;
  mix-blend-mode: multiply;
  border-radius: 30px 30px 0 0;
  z-index: 0;
}
.footer .footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer-inner-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 950px) {
  .footer .footer-inner {
    flex-direction: row;
    text-align: left;
  }
}
@media (min-width: 1201px) {
  .footer .footer-inner {
    justify-content: space-between;
  }
}
@media (max-width: 1200px) {
  .footer .container {
    width: 100%;
  }
  .footer .footer-inner {
    margin: 0 -5px;
  }
  .footer-inner-col {
    flex: 0 0 25%;
    padding: 0 5px;
  }
}
.footer .services {
  display: none;
}
@media (min-width: 768px) {
  .footer .services {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer .services {
    display: flex;
  }
}
.footer .footer-inner-col__logo {
  margin: 0 auto;
  width: 185px;
  height: 60px;
}
.footer .footer-inner-col__links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer .footer-inner-col__links h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  margin-top: 2rem;
  margin-bottom: .5rem;
}
@media (min-width: 950px) {
  .footer .footer-inner-col__links h4 {
    margin: 0;
  }
}
.footer .footer-inner-col__links a {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  opacity: 74%;
}
.footer-inner-col__links__net {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 950px) {
  .footer-inner-col__links__net {
    justify-content:flex-start;
  }
}
.footer .footer-inner-col__copy-top {
  display: none;
}
@media (min-width: 950px) {
  .footer .footer-inner-col__copy-top {
    display: block;
  }
}
.footer .footer-inner-col__copy-bottom {
  display: block;
}
@media (min-width: 950px) {
  .footer .footer-inner-col__copy-bottom {
    display: none;
  }
}
/* navigation menu */
.sidebar-multilevel-menu {
  padding: 2rem 2rem;
  color: #313131;
}
.sidebar-multilevel-menu li + li {
  margin-top: 16px;
}
.sidebar-multilevel-menu li .root-item {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  color: #313131;
  font-weight: 500;
  padding: 7px 0;
}
/*Root menu selected*/
.sidebar-multilevel-menu li a.root-item-selected {
  color: #313131;
  font-weight: 500;
  padding: 7px 0;
}
/*Root items: hover*/
.sidebar-multilevel-menu li:hover a.root-item,
#horizontal-multilevel-menu li.jshover a.root-item {
  color: #ffddaa;
}
.sidebar-multilevel-menu__sublist {
  display: none;
}
button.root-item.active ~ .sidebar-multilevel-menu__sublist {
  display: block;
}
.sidebar-multilevel-menu__sublist li + li {
  margin-top: 8px;
}
.sidebar-multilevel-menu__sublist li .root-item {
  font-size: 14px;
  line-height: 17px;
  color: rgba(49, 49, 49, 0.8);
}
button.root-item {
  display: flex;
  align-items: center;
}
button.root-item svg {
  display: block;
  margin-left: 8px;
  transform: rotate(180deg);
}
button.root-item.active svg {
  transform: rotate(0);
}
/* main */
.main {
  background: #f8f8f8;
}
.main-header-inner {
  position: relative;
  top: -100px;
  background: #142e27;
  height: 849px;
}
@media (min-width: 768px) {
  .main-header-inner {
    height: 940px;
  }
}
@media (max-width: 575px) {
  .main-header-inner {
    height: auto;
    padding-bottom: 60px;
  }
}
.main-header-inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 849px;
  background-image: url(img/bg.png);
  background-size: cover;
  mix-blend-mode: multiply;
}
@media (min-width: 768px) {
  .main-header-inner::before {
    height: 940px;
  }
}
.main-header-inner::after {
  content: '';
  display: block;
  position: absolute;
  top: 86%;
  left: 0;
  width: 100%;
  height: 290px;
  background-image: url(img/break_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 30;
}
@media (max-width: 575px) {
  .main-header-inner::after {
    top: 92%;
    height: 130px;
  }
}
.main-header-inner .main-header-inner__title {
  color: #ffffff;
  max-width: 914px;
  position: relative;
  z-index: 1;
  font-family: 'HeuristicaRegular';
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin-top: 120px;
}
@media (min-width: 768px) {
  .main-header-inner .main-header-inner__title {
    font-size: 68px;
    font-weight: 400;
    line-height: 61.2px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .main-header-inner .main-header-inner__title {
    font-size: 90px;
    font-weight: 400;
    line-height: 81px;
    text-align: left;
  }
}
.main-header-inner .main-header-inner__title span {
  color: #ffddaa;
  font-family: 'HeuristicaItalic';
  position: relative;
  left: 20px;
}
@media (min-width: 1200px) {
  .main-header-inner .main-header-inner__title span {
    left: 5rem;
  }
}
.main-header-inner .main-header-inner__paragraph {
  position: relative;
  z-index: 1;
  color: white;
  max-width: 400px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 72px 0 48px 5%;
}
@media (min-width: 768px) {
  .main-header-inner .main-header-inner__paragraph {
    max-width: 534px;
  }
}
@media (min-width: 1200px) {
  .main-header-inner .main-header-inner__paragraph {
    font-size: 22px;
    line-height: 28.6px;
  }
}
@media (max-width: 992px) {
  .main-header-inner .main-header-inner__paragraph {
    margin: 24px 0;
    max-width: 400px;
  }
}
.main-header-inner .linear-btn {
  position: relative;
  margin-left: 5%;
}
@media (max-width: 992px) {
  .main-header-inner .linear-btn {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .main-header-inner .linear-btn {
    margin-bottom: 80px;
  }
}
.main-header-inner .vector,
.main-header-inner .vector-mb {
  position: absolute;
  width: 80%;
  top: 10px;
  left: 30px;
  z-index: 10;
}
.main-header-inner .vector-mb {
  display: none;
}
.header-group-photo {
  position: absolute;
  top: 280px;
  right: 0;
  width: 513px;
  height: 515px;
  background: url(/local/templates/tree/img/header_photo.png) no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.header-group-photo-mobile {
  display: none;
}
@media (min-width: 768px) {
  .main-header-inner .vector {
    top: 20px;
    left: -23.14px;
  }
}
@media (min-width: 1200px) {
  .main-header-inner .vector {
    top: -44px;
    left: 10%;
    padding: 10px;
    transform: rotate(-2.49deg);
  }
}
@media (max-width: 992px) {
  .header-group-photo {
    right: 70px;
  }
}
@media (max-width: 575px) {
  .header-group-photo {
    display: none;
  }
  .header-group-photo-mobile {
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
  }
  .header-group-photo-mobile-col {
    flex: 1 1;
    padding: 6px;
  }
  .header-group-photo-mobile-col .img-box {
    border-radius: 2px;
  }
  .header-group-photo-mobile-col.first {
    flex: 0 0 100%;
  }
  .header-group-photo-mobile-col.first .img-box {
    padding-top: 38.75%;
  }
  .header-group-photo-mobile-col.second {
    flex: 0 0 58.8%;
  }
  .header-group-photo-mobile-col.second .img-box {
    padding-top: 75%;
  }
  .header-group-photo-mobile-col.third .img-box {
    padding-top: 111.29%;
  }
  .header-group-photo-mobile-col img {
    object-fit: cover;
  }
  .main-header-inner .vector {
    display: none;
  }
  .main-header-inner .vector-mb {
    display: block;
    left: 0;
    top: 80px;
    width: 100%;
  }
}
.main-header-inner .demo-one {
  position: absolute;
  object-fit: cover;
  height: 138px;
  width: 184px;
  bottom: 145px;
  right: 155px;
  z-index: 10;
}
@media (min-width: 568px) {
  .main-header-inner .demo-one {
    object-fit: unset;
    width: 20%;
    height: auto;
    top: 300px;
    right: 20%;
  }
}
@media (min-width: 1200px) {
  .main-header-inner .demo-one {
    width: 13%;
    top: 200px;
    right: 17%;
  }
}
.main-header-inner .demo-two {
  position: absolute;
  width: 124px;
  height: 138px;
  object-fit: cover;
  bottom: 145px;
  right: 5%;
}
@media (min-width: 568px) {
  .main-header-inner .demo-two {
    object-fit:unset;
    height: auto;
    width: 155px;
    top: 440px;
    right: 5%;
  }
}
@media (min-width: 1200px) {
  .main-header-inner .demo-two {
    width: 12%;
    top: 400px;
    right: 10%;
  }
}
.main-header-inner .demo-three {
  position: absolute;
  width: 320px;
  bottom: 300px;
  right: 5%;
}
@media (min-width: 568px) {
  .main-header-inner .demo-three {
    width: 234px;
    top: 600px;
    right: 20%;
  }
}
@media (min-width: 1200px) {
  .main-header-inner .demo-three {
    width: 15%;
    top: 570px;
    right: 25%;
  }
}
.main .main-inner {
  position: absolute;
  width: 1060px;
  height: 831.59px;
  top: 0;
  left: 400px;
}
.main .container {
  padding: 2rem 20px;
}
@media (max-width: 575px) {
  .main .container--without-padding-mb,
  .main .container--without-padding-mb.container--comparison-slider {
    padding: 0;
  }
}
.main .main__title {
  color: #313131;
  text-align: left;
  padding: 2rem 0;
  text-indent: 0;
  margin-left: 0;
}
.main .main__title * {
  font-family: 'HeuristicaRegular';
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}
@media (min-width: 950px) {
  .main .main__title {
    text-indent: -2em;
    margin-left: 2em;
  }
  .main .main__title * {
    font-size: 48px;
    line-height: 52.8px;
  }
  .main .container {
    padding: 70px 20px;
  }
}
.main .main__title h4 {
  text-indent: 0em;
}
.main .main__title p {
  font-family: 'Montserrat', sans-serif;
  color: #313131cc;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.6px;
  text-align: left;
}
@media (max-width: 575px) {
  .main .main__title p {
    font-size: 14px;
    line-height: 16px;
  }
  .main .main__title.main__title--results-video {
    padding-left: 20px;
  }
}
.main .main-infogrid {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.main .main-infogrid-title,
.servicegrid__title {
  font-family: 'HeuristicaItalic';
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  margin: 1rem 0;
}
.main .main-infogrid__item {
  flex: 0 0 33.333%;
  padding: 5px;
}
@media (max-width: 992px) {
  .main .main-infogrid {
    margin: 0;
  }
  .main .main-infogrid__item {
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .main .main-infogrid__item {
    flex: 0 0 100%;
  }
}
.main .main-infogrid__card {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  height: 100%;
}
.main .main-infogrid__item img {
  width: 54px;
  height: 50px;
}
.main .main-card {
  position: relative;
  padding: 5rem;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  background: #142e27;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 10rem;
}
.main .main-card::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bg.png);
  background-size: cover;
  mix-blend-mode: multiply;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .main .main-card {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .main .main-card {
    padding: 50px 20px;
    margin-bottom: 0;
    gap: 1rem;
  }
}
.main-card__img {
  position: absolute;
  width: 817px;
  height: 100%;
  top: 0;
  left: 34px;
  gap: 10px;
  opacity: 0px;
}
.main .main-card .main-card__title {
  font-family: 'HeuristicaRegular';
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
}
@media (max-width: 992px) {
  .main .main-card .main-card__title {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .main .main-card .main-card__title {
    font-size: 26px;
    line-height: 1;
  }
}
.main .main-card .main-card__title span {
  color: #ffddaa;
}
.main .main-about {
  position: relative;
}
.main section {
  position: relative;
}
.main section::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -150px;
  width: 100%;
  height: 290px;
  background-image: url(img/break_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 20;
}
@media (max-width: 575px) {
  .main section::after {
    height: 130px;
    bottom: -72px;
  }
}
.main .main-about__title {
  font-family: 'HeuristicaRegular';
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
  text-align: left;
  padding: 2rem 0;
}
@media (max-width: 992px) {
  .main .main-about__title {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .main .main-about__title {
    font-size: 24px;
    line-height: 1;
  }
}
.main .main-about__title div {
  padding-left: 70px;
}
.main .main-about-row {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 1200px) {
  .main .main-about-row {
    flex-direction: row;
  }
}
.main .main-about-row__image {
  min-width: 400px;
  width: 400px;
  height: 486px;
  border-radius: 10px;
  position: relative;
}
.main .main-about-row__image img {
  background: #666666;
  width: 100%;
  height: 486px;
  border-radius: 10px;
  z-index: 30;
  object-fit: cover;
}
.main-about-row__image div {
  color: white;
  background: #142e2799;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 87px;
  border-radius: 10px;
  z-index: 20;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 575px) {
  .main .main-about-row__image {
    min-width: 335px;
    width: 335px;
    height: 388px;
  }
  .main .main-about-row__image img {
    height: 388px;
  }
  .main-about-row__image div {
    width: 335px;
    padding: 1rem;
  }
}
.main-about-row__image div h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 28.6px;
}
.main-about-row__image div h5 {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
.main-about-row__list ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-about-row__list ul li {
  color: #313131cc;
  display: flex;
  align-items: center;
  padding-top: 1rem;
  gap: 2rem;
  font-size: 18px;
  font-weight: 400;
  border-top: 1px solid #e2e6e5;
}
.main-about-row__list ul li span {
  font-family: 'HeuristicaRegular';
  font-size: 48px;
  font-weight: 400;
  text-wrap: nowrap;
  text-align: right;
}
.main-about-row__list ul li:last-child {
  border-bottom: 1px solid #e2e6e5;
}
@media (max-width: 575px) {
  .main-about-row__list ul li {
    display: block;
    font-size: 14px;
    line-height: 16px;
    border-top: none;
  }
  .main-about-row__list ul li span {
    font-size: 26px;
    line-height: 1;
    display: block;
    text-align: left;
  }
  .main-about-row__list ul li:last-child {
    border-bottom: none;
  }  
}
.priority {
  position: relative;
}
.priority .container {
  padding: 20rem 0;
  z-index: 30;
  position: relative;
}
.priority .main__title {
  text-align: center;
}
.priority .priority-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.priority .priority-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bg.png);
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: 0;
}
@media (max-width: 575px) {
  .priority .priority-inner::before {
    background-image: url(/local/templates/tree/img/24-bg.png);
  }
  .priority .priority-inner::after {
    display: none;
  }
}
.priority .priority-inner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/vector_2.png);
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: 10;
  transform: rotate(-180deg);
}
.priority .main-infogrid__element {
  flex: 0 0 33.3333%;
  padding: 20px 66px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
@media (max-width: 992px) {
  .priority .main-infogrid__element {
    flex: 0 0 50%;
    padding: 20px 10px;
  }
}
.priority .main-infogrid__element h4 {
  font-family: 'HeuristicaRegular';
  font-size: 90px;
  font-weight: 400;
  line-height: 81px;
}
.priority .main-infogrid__element p {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
}
@media (max-width: 575px) {
  .priority .container {
    padding: 5rem 0;
  }
  .priority .main-infogrid__element {
    flex: 0 0 100%;
    padding: 20px 0;
  }
  .priority .main-infogrid__element h4 {
    font-size: 32px;
    line-height: 28px;
  }
  .priority .main-infogrid__element p {
    font-size: 14px;
    line-height: 16px;
  }
}
.main .explore .main-infogrid__item {
  position: relative;
  flex-direction: row;
  align-items: center;
  z-index: 20;
}
.main .explore .main-infogrid__item:nth-child(odd)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/mask_group.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.main .explore .main-infogrid__item h4 {
  color: #313131;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: left;
}
.explore-btns {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  gap: 2rem;
  margin: 2em 0;
}
.explore-btns .explore-btns__download {
  padding: 19px 54px;
  border-radius: 10px;
  border: 2px solid #4d7564;
  transition: 0.5s linear;
}
.explore-btns .explore-btns__download:hover {
  background: #4d7564;
  -webkit-text-fill-color: #fff;
}
.explore-btns .explore-btns__subapp {
  color: white;
  padding: 19px 54px;
  border-radius: 10px;
  background: linear-gradient(267.7deg, #1c4236 0.8%, #4d7564 100%);
  transition: 0.5s linear;
}
.explore-btns .explore-btns__subapp:hover {
  background: #4d7564;
  /* color: #0c0c0c; */
  color: #fff;
}
.explore .main__title p {
  margin-left: 70px;
}
@media (max-width: 575px) {
  .explore-btns {
    flex-direction: column;
    gap: 1rem;
  }
}
/* galleria */
[data-entity=carousel] {
  --f-carousel-spacing: 10px;
  --f-button-width: 40px;
  --f-button-height: 40px;
  height: 400px;
}
.f-carousel {
  --f-carousel-slide-width: calc((100% - 16px) / 2);
}
@media (min-width: 768px) {
  .f-carousel {
    --f-carousel-slide-width: calc((100% - 16px) / 3);
  }
}
@media (min-width: 1200px) {
  .f-carousel {
    --f-carousel-slide-width: calc((100% - 16px) / 4);
  }
}
@media (max-width: 992px) {
  [data-entity=carousel] {
    height: 272px;
  }
}
@media (max-width: 575px) {
  [data-entity=carousel] {
    height: 182px;
  }
}
.main .results .f-carousel {
  margin-bottom: 70px;
  height: auto;
  --f-carousel-spacing: 10px;
  --f-button-width: 0px;
  --f-button-height: 0px;
}
.main .results .f-carousel .f-carousel__slide {
  background: white;
  width: 300px;
  height: 160px;
  border-radius: 10px;
}
.f-carousel-title {
  padding-bottom: 2rem;
}
.f-carousel-title h2 {
  font-family: 'HeuristicaRegular';
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
  text-align: left;
}
@media (max-width: 575px) {
  .f-carousel-title h2 {
    font-size: 26px;
    line-height: 1;
  }
}
.f-carousel-title h3 {
  font-family: 'HeuristicaItalic';
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
}
.f-carousel__nav {
  position: absolute;
  width: 120px;
  top: -55px;
  right: 2%;
}
.f-carousel__card {
  margin-right: 0.5rem;
  padding: 2rem;
  background: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.f-carousel__card h3 {
  font-family: 'HeuristicaRegular';
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
}
.f-carousel__card h5 {
  color: #313131cc;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
.f-carousel__card p {
  color: #313131cc;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: left;
}
@media (max-width: 992px) {
  .f-carousel__nav {
    width: 90px;
    right: 0;
  }
}
@media (max-width: 575px) {
  .f-carousel-title {
    max-width: 250px;
  }
  .f-carousel-title h3 {
    font-size: 26px;
    line-height: 1;
  }
  .f-carousel__card h3 {
    font-size: 20px;
    line-height: 1;
  }
  .f-carousel__card h5,
  .f-carousel__card p {
    font-size: 14px;
    line-height: 16px;
  }
}
/* img slider */
img-comparison-slider {
  margin: 2rem 0;
  width: 100%;
  border-radius: 30px;
  --divider-width: 4px;
  --divider-color: #ffddaa;
  --default-handle-opacity: 1;
--default-handle-color: #ffddaa;
--default-handle-width: 100px
}
@media (max-width: 575px) {
  img-comparison-slider img {
    height: 259px;
    object-fit: cover;
  }
}
#myCarousel_3 .f-carousel__card {
  height: 100%;
}
.main .steps .steps__inner {
  position: relative;
}
.main .steps .container {
  padding: 16em 0;
}
@media (max-width: 992px) {
  .main .steps .container {
    padding: 10rem 20px;
  }
}
.main .steps {
  position: relative;
}
/* .main .steps .steps__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  max-height: 1250px;
  background-image: url(img/bg.png);
  background-size: cover;
  mix-blend-mode: multiply;
} */
.main .steps .main__title p {
  margin-left: 70px;
}
.main .steps .steps-grid {
  position: relative;
}
.main .steps .steps-grid .steps-grid-container {
  min-height: 600px;
  margin: 0 7rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(256px, 1fr));
  grid-template-rows: auto auto auto;
  justify-content: space-between;
  gap: 2rem;
}
.main .steps .steps-grid .steps-grid-container__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 575px) {
  .main .steps .steps-grid .steps-grid-container__item {
    gap: 0;
  }
  .main .steps .steps-grid .steps-grid-container__item + .steps-grid-container__item {
    margin-top: 24px;
  }
}
.main .steps .steps-grid .steps-grid-container__item h2 {
  font-family: 'HeuristicaRegular';
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
}
.main .steps .steps-grid .steps-grid-container__item h5 {
  width: 310px;
  height: 63px;
  color: #313131cc;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
.main .steps .steps-grid .steps-grid__inner {
  display: none;
}
@media (min-width: 1300px) {
  .main .steps .steps-grid .steps-grid__inner {
    display: block;
    position: absolute;
    top: 3.5rem;
    width: 90%;
    opacity: 0.2px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .main .steps .steps-grid .steps-grid__inner {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .main .steps .steps-grid .steps-grid-container {
    display: block;
    margin: 0;
  }
  .main .steps .steps-grid .steps-grid-container__item h5 {
    width: auto;
    height: auto;
  }
}
.main .steps .steps-grid .steps-grid__inner img {
  width: 100%;
  object-fit: cover;
}
.main .results .results__video {
  margin-bottom: 10rem;
  border-radius: 30px;
  width: 100%;
  height: 700px;
}
@media (max-width: 575px) {
  .main .steps .steps-grid .steps-grid-container__item h5 {
    max-width: 370px;
  }
  .main .results .results__video {
    margin-bottom: 2rem;
    height: 350px;
  }
}
.main .results .result-faq {
  display: flex;
  flex-direction: column;
}
.main .results .result-faq .result-faq__item {
  border-top: 1px solid #e2e6e5;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 400;
  line-height: 28.6px;
  text-align: left;
}
.main .results .result-faq .result-faq__item .result-faq__item__line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .results .result-faq .result-faq__item .result-faq__item__line img {
  max-width: 48px;
}
.main .results .result-faq .result-faq__item p {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
.main .results .result-faq .result-faq__item:last-child {
  border-bottom: 1px solid #e2e6e5;
}
@media (max-width: 575px) {
  .result-faq__item__line h3,
  .main .results .result-faq .result-faq__item p {
    font-size: 14px;
    line-height: 16px;
  }
  .main .results .result-faq .result-faq__item .result-faq__item__line img {
    max-width: 28px;
  }
}
.main .expedition {
  background: url('img/bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .main .expedition {
    background-image: url(/local/templates/tree/img/24-bg.png);
  }
}
.main .expedition .container {
  padding: 1rem;
}
.main .expedition .main-infogrid {
  margin: 0;
}
.main .contacts-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .main .contacts-row {
    flex-direction: row;
  }
}
.main .contacts-row .contacts-row__title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .main .contacts-row {
    justify-content: space-between;
    gap: 0;
  }
}
.main .contacts-row .contacts-row__title h3 {
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 400;
  line-height: 28.6px;
  text-align: left;
}
.main .contacts-row .contacts-row__title a {
  font-family: Heuristica;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
}
.main .contacts-row .links {
  display: flex;
  gap: 2rem;
}
@media (max-width: 575px) {
  .main .contacts-row .contacts-row__title {
    gap: 1rem;
  }
  .main .contacts-row .contacts-row__title h2 {
    font-size: 26px;
    line-height: 1;
  }
  .main .contacts-row .contacts-row__title h3,
  .main .contacts-row .contacts-row__title a {
    font-size: 14px;
    line-height: 16px;
  }
  .main .contacts-row .links {
    gap: 1rem;
  }
  .main .contacts-row .links a {
    width: 20px;
    height: 20px;
  }
}
.sidebar {
  color: black;
  position: fixed;
  top: 0;
  left: -400px;
  max-width: 400px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  transform: translateX(-400px);
  transition: transform 0.3s ease;
}
.sidebar-header {
  display: flex;
  align-items: center;
  padding: 2rem;
}
.sidebar.show {
  transform: translateX(0);
}
.toggle-menu {
  display: none;
  margin-left: 2rem;
}
@media (max-width: 575px) {
  .toggle-menu {
    margin-left: 0;
  }
  .header-nav__logo {
    margin-left: auto;
  }
}
.sidebar-header__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem;
}
.sidebar-header__info a {
  color: #313131cc;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
}
@media (min-width: 950px) {
  .toggle-menu {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .sidebar {
    left: 0;
  }
  .toggle-menu {
    display: block;
    cursor: pointer;
  }
}
/* === 404 page === */
.not-found-page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #142E27;
  display: flex;
  align-items: center;
  justify-content: center;
}
.not-found-page::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/local/templates/tree/img/bg.png);
  background-size: cover;
  mix-blend-mode: multiply;
}
.not-found-page .container {
  position: relative;
}
.not-found-page:not(.remove-404-img) .container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-top: 43.1%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE2MCIgaGVpZ2h0PSI1MDQiIHZpZXdCb3g9IjAgMCAxMTYwIDUwNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC4xIj4KPHBhdGggZD0iTTIyNi4yNTEgNDk4LjM2OVYzODQuMzM1SDFWMzI0LjUwM0wxOTEuMDU2IDUuNjMxMjVIMjgzLjk3MkwxMDUuODgzIDMwMy4zODVIMjI2LjI1MVYxODEuNjA5SDMwNy4yMDFWMzAzLjM4NUgzNzAuNTUzVjM4NC4zMzVIMzA3LjIwMVY0OTguMzY5SDIyNi4yNTFaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNzE1XzIxNzEpIi8+CjxwYXRoIGQ9Ik00NjAuMjUyIDQzNi40MjVDNDMyLjA5NiAzOTEuMzc0IDQxOC4wMTggMzI5Ljg5OSA0MTguMDE4IDI1MkM0MTguMDE4IDE3NC4xMDEgNDMxLjg2MSAxMTIuNjI2IDQ1OS41NDggNjcuNTc1NEM0ODcuMjM1IDIyLjUyNTEgNTI4LjUzMiAwIDU4My40MzcgMEM2MzcuODcyIDAgNjc4LjkzNCAyMi41MjUxIDcwNi42MjEgNjcuNTc1NEM3MzQuMzA4IDExMi42MjYgNzQ4LjE1MiAxNzQuMTAxIDc0OC4xNTIgMjUyQzc0OC4xNTIgMzMwLjM2OSA3MzQuNTQzIDM5Mi4wNzggNzA3LjMyNSA0MzcuMTI4QzY4MC4xMDcgNDgxLjcwOSA2MzkuMjggNTA0IDU4NC44NDQgNTA0QzUyOS45MzkgNTA0IDQ4OC40MDkgNDgxLjQ3NSA0NjAuMjUyIDQzNi40MjVaTTUwNC41OTkgMjUyQzUwNC41OTkgMzY5Ljc4OCA1MzEuMzQ3IDQyOC42ODIgNTg0Ljg0NCA0MjguNjgyQzYxMi41MzIgNDI4LjY4MiA2MzIuMjQxIDQxNC44MzggNjQzLjk3MyAzODcuMTUxQzY1Ni4xNzQgMzU4Ljk5NCA2NjIuMjc1IDMxMy45NDQgNjYyLjI3NSAyNTJDNjYyLjI3NSAxOTAuNTI1IDY1Ni4xNzQgMTQ1Ljk0NCA2NDMuOTczIDExOC4yNTdDNjMxLjc3MiA5MC4xMDA1IDYxMS41OTMgNzYuMDIyMyA1ODMuNDM3IDc2LjAyMjNDNTU1Ljc0OSA3Ni4wMjIzIDUzNS41NzEgOTAuMzM1MiA1MjIuOSAxMTguOTYxQzUxMC42OTkgMTQ3LjU4NyA1MDQuNTk5IDE5MS45MzMgNTA0LjU5OSAyNTJaIiBmaWxsPSJ1cmwoI3BhaW50MV9saW5lYXJfNzE1XzIxNzEpIi8+CjxwYXRoIGQ9Ik0xMDE0LjAzIDQ5OC4zNjlWMzg0LjMzNUg3ODguNzc1VjMyNC41MDNMOTc4LjgzMSA1LjYzMTI1SDEwNzEuNzVMODkzLjY1OCAzMDMuMzg1SDEwMTQuMDNWMTgxLjYwOUgxMDk0Ljk4VjMwMy4zODVIMTE1OC4zM1YzODQuMzM1SDEwOTQuOThWNDk4LjM2OUgxMDE0LjAzWiIgZmlsbD0idXJsKCNwYWludDJfbGluZWFyXzcxNV8yMTcxKSIvPgo8L2c+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNzE1XzIxNzEiIHgxPSIxMTU4LjMzIiB5MT0iMTA0LjgyMiIgeDI9Ii0yNS42OTIiIHkyPSIyMTMuNzg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMxQzQyMzYiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNEQ3NTY0Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl83MTVfMjE3MSIgeDE9IjExNTguMzMiIHkxPSIxMDQuODIyIiB4Mj0iLTI1LjY5MiIgeTI9IjIxMy43ODgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzFDNDIzNiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM0RDc1NjQiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDJfbGluZWFyXzcxNV8yMTcxIiB4MT0iMTE1OC4zMyIgeTE9IjEwNC44MjIiIHgyPSItMjUuNjkyIiB5Mj0iMjEzLjc4OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMUM0MjM2Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzRENzU2NCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.not-found-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.not-found-title {
  font-family: "HeuristicaRegular", sans-serif;
  font-size: 48px;
  line-height: 52px;
  margin: 0 0 24px;
}
.not-found-text {
  font-size: 15px;
  line-height: 21px;
  margin: 0 auto 40px;
  max-width: 696px;
}
.not-found-link {
  display: inline-block;
  background-image: linear-gradient(267.7deg, #EBC58C 0.8%, #FFDDAA 100%);
  padding: 29px 115px 25px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #142E27;
}
@media (max-width: 1200px) {
  .not-found-title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 1rem;
  }
  .not-found-text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 32px;
  }
  .not-found-link {
    padding: 21px 83px 17px;
  }
}
/* === loader === */
.loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #142E27;
  transition: opacity 350ms 350ms, visibility 350ms 350ms;
}
.loader-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 350ms;
}
.loader-bg.done {
  opacity: 0;
  visibility: hidden;
}
.loader {
  display: block;
  min-width: 30px;
  min-height: 30px;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: fixed;
  top: 56%;
  left: 50%;
  transform: translateX(-50%) rotate(0);
  animation: loader 750ms linear infinite;
}
@keyframes loader {
  0% {
    transform: translateX(-50%) rotate(0);
  }
  50% {
    transform: translateX(-50%) rotate(180deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}


.priced{
position:relative;
}
.priced::after{
content: '';
    display: block;
    position: absolute;
    bottom: 15px;
    width: 100%;
    height: 190px;
    background-image: url('img/break_1.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 20;
}
.priced::before{
content: '';
    display: block;
    position: absolute;
    top: -55px;
    width: 100%;
    height: 190px;
    background-image: url('img/break_1.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 20;
}
.price-inner{
display:none;
}

.price{
    position: relative;
    display: flex;
    
    flex-direction: column;
}
.price-vector{
    position: absolute;
    width: 98%;
    top: 10px;
    left: 30px;
    z-index: 10;
    display: none;
}

.price-description{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 98px 30px 80px 30px;
    gap: 40px;
    flex-direction: column;
    background-image: url('/local/templates/tree/img/image 1.svg');
    background-size: cover;
    z-index: 0;
}
.price-description-cont{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 40px;
}
/*.price-description::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/local/templates/tree/img/image 1.svg');
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 0;

}*/
.price-description-title{
    color: #ffffff;
    max-width: 914px;
    position: relative;
    z-index: 1;
    font-family: 'HeuristicaRegular';
    font-size: 48px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    margin: 0;
}
.price-description-title span{
    color: #ffddaa;
    font-family: 'HeuristicaItalic';
    position: relative;
    
}
.price-description p{
    position: relative;
    z-index: 1;
    color: white;
    max-width: 400px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    
}
.price-value{
    display: flex;
    width: 100%;
    height: 100%;
    background-image: url('/local/templates/tree/img/фон.png');
    background-size: cover;
    z-index: 0;
    padding-bottom: 132px;
    margin-bottom: 58px;
    flex-direction: column;
}
/*.price-value::after{
    content: '';
    position: absolute;
    top: 320px;
    left: 0;
    width: 100%;
    height: 100%;
    
    mix-blend-mode: multiply;

}*/
.price-description-line{
    width: 100%;
    height: 0px;
    border: 1px #EBC58C solid;
    z-index: 20;
    display: none;
}
.price-value-line{
    width: 100%;
    height: 0px;
    border: 1px #EBC58C solid;
    z-index: 20;
}
.price-value-container{
    width: 100%; 
    height: 100%; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 32px; 
    display: flex;
    padding: 40px 20px;
    z-index: 20;
}
.price-value-description{
    display: flex;
    gap: 32px;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.price-value-description .mob{
    max-width: 60px;
    max-height: 60px;
    display: flex;
}
.price-value-description .desk{
    width: 80px;
    max-height: 80px;
    display: none;
}
.price-value-description-cont p{
    color: white; font-size: 17px; 
    font-family: 'Montserrat', sans-serif; 
    font-weight: 400; 
    line-height: 23.40px; 
    word-wrap: break-word;
    margin: 0;
}
.price-value-description-cont span{
    color: #EBC58C; 
    font-size: 14px; 
    font-family: 'Montserrat', sans-serif; 
    font-weight: 400; line-height: 16.80px; word-wrap: break-word;
}
.price-value-description-cont{
    display: flex;
    width: 100%;
    height: 100%;
    gap: 8px;
    flex-direction: column;
}

.price-value-description-sum{
    display: flex;
    width: 100%;
    height: 100%;
    gap: 8px;
    flex-direction: column;
}
.price-value-description-sum span{
    color: #EBC58C; 
    font-size: 32px; 
    font-family: 'Heuristica'; 
    font-weight: 400; 
    line-height: 28.80px; 
    word-wrap: break-word
}
.price-value-description-sum .sp{
    font-size: 20px; font-family: 'Heuristica'; font-weight: 400; line-height: 18px; word-wrap: break-word
}
.price-value-description-sum p{
    color: white;
    font-family: 'Montserrat', sans-serif; 
    font-weight: 400; 
    word-wrap: break-word;
    margin: 0;
    font-size: 14px; 
    text-transform: lowercase; line-height: 16.80px;
}
.grey-line{
    width: 100%;height: 0px; border: 1px rgba(255, 255, 255, 0.20) solid
}
@media (min-width: 1244px) {
.price{
    position: relative;
    display: flex;
    
    flex-direction: row;
    
}
.price-inner .price-description{
    display: flex;
        width: 33%;
        position: absolute;
        height: 85%;
        left: 1%;
        top: 18%;
        z-index: 2;
        background-image: url('');
        flex: 0 0 26%;
        padding: 193px 0 213px 0px;
        border-right: 1px #EBC58C solid;
        visibility: visible;
}
.price-description{
    display: flex;
    width: 28%;
    height: 100%;
    align-items: flex-end;
    background-image: url('');
    flex: 0 0 26%;
    padding: 193px 0 183px 0px;
    border-right: 1px #EBC58C solid;
visibility: hidden;
}
.price-description-cont{
    padding: 40px 0 40px 100px;
    max-width: 400px;
    justify-content: space-between;
    min-height:968px;
}
.price-description-line{
    display: flex;
}
.price-inner .price-value{
    display: flex;
    width: 70%;
    height: 100%;
position: absolute;
        left: 34%;
        top: 18%;
    background-image: url('');
    background-size: cover;
    z-index: 1;
    padding: 193px 0 169px 0px;
    margin-bottom: 58px;
    flex-direction: column;
visibility:visible;
}
.price-value{
    display: flex;
    width: 100%;
    height: 100%;
    background-image: url('');
    background-size: cover;
    z-index: 0;
    padding: 193px 0 169px 0px;
    margin-bottom: 58px;
    flex-direction: column;
visibility:hidden;
}
.price-value-description .mob{
    
    display: none;
}
.price-value-description .desk{
    
    display: flex;
}
.price-value-container{
    width: 100%; 
    height: auto; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 32px; 
    display: flex;
    padding: 40px 120px 55px 60px;
    z-index: 20;
}
.price-value-description{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    height: 100%;
}
.price-value-description-cont{
    display: flex;
    width: 100%;
    height: 100%;
    gap: 8px;
    flex-direction: column;
    max-width: 320px;
}
.price-value-description-sum{
    display: flex;
    width: 100%;
    height: 100%;
    gap: 8px;
    flex-direction: column;
    max-width: 190px;
}
.price-value-description-cont p{
    color: white; font-size: 28px; 
    font-family: 'Montserrat', sans-serif; 
    font-weight: 400; 
    line-height: 36.40px; 
    word-wrap: break-word;
    margin: 0;
}
.price-value-description-cont span{ 
    font-size: 16px; 
    font-weight: 400; line-height: 20.80px; word-wrap: break-word;
}
.price-value-description-sum span{
    font-size: 56px; 
    font-weight: 400; 
    line-height: 50.40px; 
    word-wrap: break-word
}
.price-value-description-sum .sp{
    font-size: 20px; font-family: 'Heuristica'; font-weight: 400; line-height: 18px; word-wrap: break-word
}
.price-vector{
    top: 10px;
    left: 30px;
    display:block;
}
.price-inner{
position: absolute;
    width: 100%;
    height: 100%;
    top: -219px;
    left: 0;
display:block;
}
.price-inner::before{
    content: '';
    position: absolute;
    top: 18%;
    left: 0;
    width: 34%;
    height: 81%;
    background-image: url('/local/templates/tree/img/image 1.svg') ;
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 0;

}
.price-inner::after{
    content: '';
    position: absolute;
    top: 18%;
    left: 34%;
    width: 67%;
    height: 81%;
    background-image: url('/local/templates/tree/img/фон.png');
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 0;

}
.price::before{
display:none
}
.price::after{
display:none
}
.priced{
position:relative;
}
.priced::after{
content: '';
    display: block;
    position: absolute;
    bottom: 78px;
    width: 100%;
    height: 290px;
    background-image: url('img/break_1.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 20;
}
.priced::before{
content: '';
    display: block;
    position: absolute;
    top: -55px;
    width: 100%;
    height: 290px;
    background-image: url('img/break_1.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 20;
}
}
@media(min-width:1244px){
.price-inner .price-value{
    display: flex;
    width: 75%;
    height: 100%;
position: absolute;
        left: 34%;
        top: 18%;
    background-image: url('');
    background-size: cover;
    z-index: 1;
    padding: 193px 0 169px 0px;
    margin-bottom: 58px;
    flex-direction: column;
visibility:visible;
}}
@media(min-width:1344px){
.price-inner .price-value{
    display: flex;
    width: 65%;
    height: 100%;
position: absolute;
        left: 34%;
        top: 18%;
    background-image: url('');
    background-size: cover;
    z-index: 1;
    padding: 193px 0 169px 0px;
    margin-bottom: 58px;
    flex-direction: column;
visibility:visible;
}
.price-value{
    display: flex;
    width: 100%;
    height: 100%;
    background-image: url('');
    background-size: cover;
    z-index: 0;
    padding: 193px 0 169px 0px;
    margin-bottom: 58px;
    flex-direction: column;
visibility:hidden;
}
.price-value-description .mob{
    
    display: none;
}
.price-value-description .desk{
    
    display: flex;
}
.price-value-container{
    width: 100%; 
    height: auto; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 32px; 
    display: flex;
    padding: 40px 120px 55px 60px;
    z-index: 20;
}
.price-value-description{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    height: 100%;
}
.price-value-description-cont{
    display: flex;
    width: 100%;
    height: 100%;
    gap: 8px;
    flex-direction: column;
    max-width: 320px;
}
.price-value-description-sum{
    display: flex;
    width: 100%;
    height: 100%;
    gap: 8px;
    flex-direction: column;
    max-width: 190px;
}
.price-value-description-cont p{
    color: white; font-size: 28px; 
    font-family: 'Montserrat', sans-serif; 
    font-weight: 400; 
    line-height: 36.40px; 
    word-wrap: break-word;
    margin: 0;
}
.price-value-description-cont span{ 
    font-size: 16px; 
    font-weight: 400; line-height: 20.80px; word-wrap: break-word;
}
.price-value-description-sum span{
    font-size: 56px; 
    font-weight: 400; 
    line-height: 50.40px; 
    word-wrap: break-word
}
.price-value-description-sum .sp{
    font-size: 20px; font-family: 'Heuristica'; font-weight: 400; line-height: 18px; word-wrap: break-word
}}

@media (max-width: 768px) {
	.container:has(.price) {
		margin-top: 30px !important;
		padding: 2rem 0px !important;
	}
}


