@charset "UTF-8";
/*Подключение шрифтов*/
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&family=Raleway:wght@300;400;500;600;700;800&family=Source+Sans+Pro:wght@300;400;600;700&family=Montserrat+Alternates:wght@400;500;600;700&display=swap");
/*Обнуление стилей*/
/* Указываем box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0 !important;
  border: 1px solid #f7f0de;
  *border-collapse: expression("collapse", cellSpacing = "0px");
  margin: 10px 0;
}

table th {
  border: 1px solid #f7f0de;
  font-weight: bold;
  padding: 10px 0;
  /* background: #efefef;*/
}

table td {
  border: 1px solid #f7f0de;
  padding: 5px;
}

hr {
  clear: both;
  height: 0px;
  border-top: 1px solid #c2e3ea;
  border-bottom-width: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

/*убираем крестик в input*/
input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input {
  outline: 0 !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
input:focus,
button:focus {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #e0e0e0;
}

input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #e0e0e0;
}

input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #e0e0e0;
}

input::placeholder {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #e0e0e0;
}

p {
  margin: 12px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #081d21;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

.page-content ul li,
.content-wrapper ul li {
  padding-left: 26px;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}

.page-content ul li:after,
.content-wrapper ul li::before {
  content: url(../images/Star.svg);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
}

ol {
  list-style: none;
  counter-reset: num;
  /* Задаём имя счетчика */
  padding: 0;
}

ol li {
  position: relative;
  padding-left: 32px;
  margin: 0 0 16px 0;
}

.slide-item.first ol li::before {
  content: counter(num);
  counter-increment: num;
  /* Увеличиваем значение счётчика */
  position: absolute;
  left: -5px;
  top: 6px;
  color: var(--accent--2, #f5d9cc);
  font-family: "Merriweather", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 139.394% */
  letter-spacing: 0.083px;
  width: 30px;
  display: inline-block;
  text-align: center;
}
.content-wrapper ol li::before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  left: 0px;
  top: -1px;
  color: var(--accent--2, #f5d9cc);
  font-family: "Merriweather", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.083px;
  display: inline-block;
  text-align: center;
}
.itemFullText a:hover {
  text-decoration: underline;
}
.content-wrapper a[href$="doc"],
.content-wrapper a[href$="docx"],
.content-wrapper a[href$="zip"],
.content-wrapper a[href$="rar"],
.content-wrapper a[href$="pdf"],
.content-wrapper a[href$="ppt"],
.content-wrapper a[href$="pptx"],
.content-wrapper a[href$="xls"],
.content-wrapper a[href$="xlsx"],
.content-wrapper a[href$="DOC"] {
  padding-left: 26px;
  display: inline-block;
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 20px;
  margin-top: 8px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  color: var(--Link-2, #a4c6e5);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.085px;
}
.content-wrapper a[href$="doc"],
.content-wrapper a[href$="DOC"] {
  background-image: url("../images/files/doc.svg");
}
.content-wrapper a[href$="docx"] {
  background-image: url("../images/files/docx.svg");
}
.content-wrapper a[href$="pdf"] {
  background-image: url("../images/files/pdf.svg");
}
.content-wrapper a[href$="xls"] {
  background-image: url("../images/files/xls.svg");
}
.content-wrapper a[href$="xlsx"] {
  background-image: url("../images/files/xlsx.svg");
}

h1 {
  font-size: 36px;
  line-height: 46px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
}

h2 {
  font-size: 36px;
  line-height: 46px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
}

h3 {
  color: var(--main-2, #26403c);
  font-family: "Merriweather", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

h4 {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.0015em;
  color: var(--main-2, #26403c);
}

h5 {
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  /* font-size: 15px;
  line-height: 20px;*/
  letter-spacing: 0.0015em;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  z-index: 20;
}

/*style buttons*/
.primary-button {
  background: #135a4a;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  outline: 2px solid var(--metal_gradient, #ebb499);
  background: var(--main-1, #135a4a);
  box-shadow: 2px 2px 16px 0px rgba(25, 25, 25, 0.1),
    1px 1px 4px 0px rgba(25, 25, 25, 0.2);
  padding: 11px 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.188px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
}

.primary-button.icon,
.secondary-button.icon {
  padding-left: 38px;
}

.thirdy-button.icon {
  padding-left: 36px;
}

.primary-button:hover,
.primary-button:focus {
  outline: 2px solid transparent;
  border-radius: 4px;
  background: linear-gradient(270deg, #84849a 0%, #535365 100%);
  box-shadow: 4px 4px 16px 0px rgba(25, 25, 25, 0.1),
    2px 2px 6px 0px rgba(25, 25, 25, 0.2);
  text-decoration: none;
  color: #ffffff;
}

.primary-button:active {
  border-radius: 4px;
  background: var(--_, linear-gradient(270deg, #84849a 0%, #535365 100%));
  outline: 2px solid transparent;
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.1) inset,
    1px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;
  text-decoration: none;
  color: #ffffff;
}

.secondary-button {
  padding: 11px 16px;
  background: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: 1px solid var(--metal_gradient, #ebb499);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #874c31;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  /* line-height: 15px;*/
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
}

.secondary-button:hover,
.secondary-button:focus {
  color: #be704b;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 2px 2px 16px 0px rgba(25, 25, 25, 0.1),
    1px 1px 4px 0px rgba(25, 25, 25, 0.2);
  text-decoration: none;
}

.secondary-button:active {
  color: #be704b;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.1) inset,
    1px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;
  text-decoration: none;
}

.thirdy-button,
.project-single__buttons > a:nth-child(2),
.otzyv__sites > a {
  padding: 11px 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  /* line-height: 15px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  color: #874c31;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  text-decoration: none;
}
.otzyv__sites > a {
  margin-left: 8px;
}

.thirdy-button:hover,
.thirdy-button:focus,
.project-single__buttons > a:nth-child(2):hover,
.project-single__buttons > a:nth-child(2):focus,
.otzyv__sites > a:hover {
  background: #ffffff;
  color: #be704b;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 2px 2px 16px 0px rgba(25, 25, 25, 0.1),
    1px 1px 4px 0px rgba(25, 25, 25, 0.2);
  text-decoration: none;
}

.thirdy-button:active,
.project-single__buttons > a:nth-child(2):active,
.otzyv__sites > a:active {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.1) inset,
    1px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;
  color: #be704b;
  text-decoration: none;
}

a.thirdy-button,
a.secondary-button,
a.primary-button,
.project-single__buttons > a:nth-child(2) {
  text-decoration: none;
}

a.thirdy-button:hover,
a.secondary-button:hover,
a.primary-button:hover {
  text-decoration: none;
}

body {
  scroll-behavior: smooth;
  color: var(--neitral-1, #535365);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 117.647% */
  letter-spacing: 0.085px;
  letter-spacing: 0.005em;
  /*  background: linear-gradient(115.77deg, #F4F4F6 0%, #7FBFCC 46.15%, #4B8078 100%);*/
  -webkit-background-size: cover;
  background-size: cover;
}

a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  color: #005a8f;
  /*font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;*/
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  line-height: 1;
}

a:hover {
  color: #275791;
}

/*Меню navbar*/
.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar .wrapper {
  padding-right: 16px;
  max-width: 1800px;
  padding-left: 12%;
}
.navbar.inner .wrapper {
  padding-left: 16px;
}
.logo + .wrapper {
  padding-left: 17%;
}
.navbar {
  /*display: none;
  position: absolute;
  top: 0;
  left: 0;*/
  z-index: 15 !important;
  background: #ffffff;
  width: 100%;
  min-height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.navbar.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.navbar.visible-menu {
  z-index: 100 !important;
}

.logo {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  z-index: 5;
}
.logo.inner-logo {
  /*margin-left: 8px;*/
  position: static !important;
  flex: 0.5;
}
.logo img {
  width: 56px;
  height: 56px;
}
.logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.logo > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.logo p {
  color: var(--main-3, #081d21);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 120% */
  letter-spacing: 0.038px;
  margin: 0;
  margin-left: 8px;
}
.logo p:first-child {
  margin-left: 14px;
}

/*Контакты*/
.contacts {
  /* -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;*/
  flex: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #535365;
  position: relative;
  /* z-index: 100 !important;*/
}

.contacts-visible {
  position: relative;
}

.contacts-visible img {
  position: absolute;
  right: -30px;
  top: 4px;
}

.contacts-visible:hover {
  cursor: pointer;
}

.contacts-visible::before {
  content: url(..//images/phone_18.svg);
  position: relative;
  left: -4px;
  top: 4px;
}

.contacts-visible img {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.contacts-visible.active img {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.contacts:hover img {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

/*Контакты по клику*/
.contacts-hidden {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-15px);
  position: absolute;
  top: 72px;
  /* left: -webkit-calc(50% - 85px);
  left: calc(50% - 85px);*/
  left: -4px;
  z-index: 20000 !important;
  background: #ffffff;
  mix-blend-mode: normal;
  border: 1px solid #be704b;
  -webkit-box-shadow: 1px 1px 4px rgba(25, 25, 25, 0.2),
    2px 2px 16px rgba(25, 25, 25, 0.1);
  box-shadow: 1px 1px 4px rgba(25, 25, 25, 0.2),
    2px 2px 16px rgba(25, 25, 25, 0.1);
  padding: 16px;
  width: 200px;
  transition: opacity 0.3s ease, visibility 0.1s ease, transform 0.3s ease;
}
.contacts:hover .contacts-hidden {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.tel {
  margin-top: 0;
}

.tel a,
.mail a,
.mail {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #373743;
  text-decoration: none;
}
.tel a:hover {
  color: #275791;
}

.tel,
.mail {
  padding-left: 25px;
  position: relative;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}

.tel::before {
  content: url(../images/phone_18.svg);
  position: absolute;
  left: 0;
  top: 2px;
}

.mail::before {
  content: url(../images/mail.png);
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 18px;
}
.contacts-hidden .mail,
.contacts-hidden .tel {
  display: block;
  margin-bottom: 10px;
}
.contacts-hidden .mail {
  margin-bottom: 0;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contacts-hidden .social-icons {
  display: none;
}

.social-icons svg {
  display: inline-block;
  margin: 0 4px;
}

.social-icons svg circle {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social-icons svg:hover circle {
  fill: #84849a;
}

/*////Меню/////*/
.hamburger-menu.navbar-burger {
  display: none;
  /*  position: absolute;
  bottom: 16px;
  right: 16px;*/
}

.nav-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  min-height: 72px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 570px;
}
.nav-menu__item.active.default {
  display: none;
}
.nav-menu__item.default {
  display: block;
}
.nav-menu__item a {
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  color: #081d21;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.nav-menu__item a:hover,
.lang__item a:hover {
  /* color: #5B9A91;*/
  color: #355a54;
  opacity: 1;
}

svg {
  transition: all 0.4s ease;
}
.nav-menu__item a:hover svg {
  transform: scale(1.15);
}
.nav-menu__item.default a::before {
  display: none;
}
.lang__item a {
  display: inline-block;
  position: relative;
}
.nav-menu__item a::before,
.lang__item a::before {
  content: "";
  width: 100%;
  height: 2.2px;
  border-radius: 2px;
  /* background:#5B9A91;*/
  background: #355a54;
  position: absolute;
  bottom: -8px;
  opacity: 0;
  transition: all 0.4s ease;
}
.nav-menu__item a:hover::before,
.lang__item a:hover::before {
  opacity: 1;
}

.lang {
  /* -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;*/
  flex: 0.5;
  /*  width: 290px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: flex-end;
}

.lang__item {
  margin-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lang__item a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #535365;
}
.menu-header {
  display: none;
}
@media screen and (max-width: 1280px) {
  .loga + .wrapper {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .logo + .wrapper {
    padding-left: 0;
  }
  .navbar .wrapper {
    padding-left: 0;
  }
  .navbar.inner .wrapper {
    padding-left: 16px;
    align-items: center;
  }
  .nav-menu + .lang {
    display: none;
  }
  .nav-menu > .lang {
    display: flex;
  }
  .scroll-top {
    z-index: 1;
  }
  .menu-header + .nav-menu__item {
    padding-bottom: 0;
  }
  .menu-header {
    display: flex;
    width: 290px;
    padding: 16px;
    padding-top: 8px;
    padding-bottom: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f4f4f6;
  }
  .lang {
    justify-content: flex-end;
    flex: auto;
    width: fit-content;
  }
  .navbar {
    /* padding-left: 60px;*/
    left: 0;
    max-width: 100vw;
  }
  .logo {
    left: 16px !important;
    z-index: 1 !important;
    top: 17px !important;
    position: absolute !important;
    margin-left: 0;
    flex: auto;
  }
  .logo.inner-logo {
    flex: 0;
  }
  .contacts {
    flex: 1;
    justify-content: center;
  }
  .logo img {
    width: 40px;
    height: 40px;
    /* margin-top: 8px;*/
  }
  .contacts-hidden {
    top: 52px;
    left: calc(50% - 80px);
  }
  .lang {
    order: 2;
    justify-content: center;
  }
  /*Крестик бургер меню*/
  .hamburger-menu.navbar-burger {
    /* -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
    width: 38px;
    height: 34px;
    /* position: absolute;
    bottom: 18px;
    right: 12px;*/
    /* flex: 1;*/
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    order: 4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .hamburger-menu.navbar-burger:hover {
    cursor: pointer;
    /*  background: #82ABB0;*/
  }
  .bar,
  .bar:after,
  .bar:before {
    width: 28px;
    height: 3px;
  }
  .bar {
    position: relative;
    background: #c2e3ea;
    border: 1px solid #ebb499;
    -webkit-transition: all 0ms 300ms;
    -o-transition: all 0ms 300ms;
    transition: all 0ms 300ms;
  }
  .bar.animate {
    background: transparent !important;
    border: none;
  }
  .bar:before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 8px;
    background: #c2e3ea;
    border: 1px solid #ebb499;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar:after {
    content: "";
    position: absolute;
    left: -1px;
    top: 8px;
    background: #c2e3ea;
    border: 1px solid #ebb499;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar.animate:after {
    background: #c2e3ea;
    border: 1px solid #ebb499;
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar.animate:before {
    background: #c2e3ea;
    border: 1px solid #ebb499;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
      transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar:hover,
  .bar.animate:before:hover,
  .bar.animate:after:hover,
  .bar:after:hover,
  .bar:before:hover {
    cursor: pointer;
    text-decoration: none;
  }
  /*Меню*/
  .nav-menu {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*justify-content: space-between;
  align-items: baseline;*/
    min-height: 72px;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    align-items: flex-end;
    position: fixed;
    top: 0;
    right: 0;
    /* -webkit-transform: translateX(calc(-100% - 68px));
        -ms-transform: translateX(calc(-100% - 68px));
            transform: translateX(calc(-100% - 68px));*/
    transform: translateX(105%);
    width: 290px;
    max-width: 100vw;
    padding: 16px 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 20;
    background: #ffffff;
    background: #fff;
    box-shadow: -4px 0px 6px 0px rgba(0, 0, 0, 0.3),
      0px 0px 16px 0px rgba(0, 0, 0, 0.15);
    /*height: calc(100vh - 72px);*/
    height: 100vh;
    overflow-y: auto;
    z-index: 99999;
  }
  .nav-menu.menu-active {
    transform: translateX(0);
    /* -webkit-transform: translateX(-68px);
    -moz-transform: translateX(-68px);
    -ms-transform: translateX(-68px);*
    -o-transform: translateX(0);*/
  }
  .nav-menu__item {
    padding: 16px;
    margin-bottom: 8px;
  }
  .nav-menu__item:first-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .logo.inner-logo > div {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .navbar.active .logo {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .main-page > .logo {
    display: none;
  }
  /*.navbar .wrapper{
    padding-left: 42px;
  }*/
  .navbar.inner .wrapper {
    padding-left: 16px;
  }
}

@media screen and (max-width: 450px) {
  .navbar {
    padding-left: 42px;
  }
  .navbar.inner {
    padding-left: 0;
  }
}

.logo.inner-logo
/*Слайдер*/
.main-page {
  overflow-y: auto;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  min-height: 100vh;
  vertical-align: bottom;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-page .swiper.main-slider {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 1 !important;
  position: relative;
  min-height: 600px;
  /*max-height: -webkit-fill-available;*/
}

.main-page .swiper.main-slider .swiper-slide.main-slider__slide {
  vertical-align: bottom;
  height: 100vh;
  /* overflow-y: auto;*/
  z-index: 10 !important;
}
@media screen and (max-width: 576px) {
  .main-page .swiper.main-slider .swiper-slide.main-slider__slide,
  .main-page .swiper.main-slider {
    height: calc(100vh - 56px);
    height: calc(var(--vh, 1vh) * 100);
  }
}
.main-page .swiper.main-slider .swiper-slide.main-slider__slide:nth-child(2) {
  z-index: 999999999999 !important;
  position: relative;
}

.main-page .main-slider > .swiper-wrapper {
  width: -webkit-calc(100% - 72px);
  width: calc(100% - 72px);
  margin-left: 72px;
}

.main-page .swiper-pagination.swiper-pagination-vertical {
  z-index: 1000;
}

.main-page .swiper-pagination-vertical.swiper-pagination-bullets {
  height: -webkit-calc(100vh - 75px - 130px);
  height: calc(100vh - 75px - 130px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-height: 500px;
  top: 61%;
  -webkit-transform: translate3d(0px, -61%, 0);
  transform: translate3d(0px, -61%, 0);
  /*  top: 130px;*/
}

.main-page
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  /* -webkit-filter: grayscale(0);
          filter: grayscale(0);*/
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-page
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  font-size: 0;
  opacity: 1;
  width: 50px;
  height: 50px;
  /* opacity: 0.5;*/
  border-radius: 0;
  background-color: transparent;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*  opacity: 0.7;*/
  z-index: 1000 !important;
  background-repeat: no-repeat;
  background-size: auto;
}

.main-page
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet:hover {
  opacity: 0.7;
  /* -webkit-filter: grayscale(0);
          filter: grayscale(0);*/
}

.main-page
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet:first-child {
  background-image: url(../images/main.svg);

  /* mix-blend-mode: luminosity;*/
}
.main-page
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child {
  background-image: url(../images/main_active.svg);
}

.main-page
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-child(2) {
  background-image: url(../images/preimuschestva_active.svg);
}
.main-page
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet:nth-child(2) {
  background-image: url(../images/preimuschestva.svg);
}

.main-page
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet:nth-child(3) {
  background-image: url(../images/uslugi.svg);
}
.main-page
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-child(3) {
  background-image: url(../images/uslugi_active.svg);
}

.main-page
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet:nth-child(4) {
  background-image: url(../images/prices.svg);
}
.main-page
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-child(4) {
  background-image: url(../images/prices_active.svg);
}

.main-page
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet:nth-child(5) {
  background-image: url(../images/otzyvy.svg);
}
.main-page
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-child(5) {
  background-image: url(../images/otzyvy_active.svg);
}

.main-page
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet:nth-child(6) {
  background-image: url(../images/projects.svg);
}
.main-page
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-child(6) {
  background-image: url(../images/projects_active.svg);
}

.main-page
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet:nth-child(7) {
  background-image: url(../images/contacts.svg);
}
.main-page
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet-active.swiper-pagination-bullet:nth-child(7) {
  background-image: url(../images/contacts_active.svg);
}

.main-page .swiper-vertical > .swiper-scrollbar {
  left: 72px;
  right: auto;
  background: transparent;
  min-height: 510px;
  height: -webkit-calc(100% - 75px - 130px);
  height: calc(100% - 75px - 130px);
  top: 61%;
  -webkit-transform: translate3d(0px, -61%, 0);
  transform: translate3d(0px, -61%, 0);
}

.main-page .swiper-scrollbar-drag {
  width: 40px;
  height: 24px;
  background: url(../images/triangle.svg) left center no-repeat;
}

/*Главный слайдер*/
.main-slider {
  /*Иконки-пагинация слева*/
}

.main-slider__slide {
  width: 100%;
  max-width: 100vw;
  text-align: center;
  /*шары на фоне*/
  /*анимация шаров*/
}

.main-slider__slide.first-slide {
  /* padding-top: 72px;*/
}
.main-slider__slide.first-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 72px;
  left: 0;
  background: url(../images/kletka-right.svg) right bottom no-repeat;
  height: calc(100% - 72px);
  z-index: 10;
  min-height: 580px;
}
.main-slider__slide.first-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 72px;
  left: 0;
  background: url(../images/kletka.svg) left bottom no-repeat;
  height: calc(100% - 72px);
  z-index: 10;
  min-height: 580px;
}

.main-slider__slide .slide-item.first,
.main-slider__slide .slide-item.second,
.main-slider__slide .slide-item.third {
  min-height: 600px;
  height: 100%;
  /* height: -webkit-fill-available; */
}
.main-slider__slide .slide-item.first {
  height: calc(100% - 72px);
  /* height: -webkit-fill-available; */
}

.main-slider__slide .slide-item {
  min-height: 600px;
  overflow-y: auto;
  position: relative;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  /* background: -webkit-linear-gradient(334.23deg, #F4F4F6 0%, #7FBFCC 46.15%, #4B8078 100%);
  background: -o-linear-gradient(334.23deg, #F4F4F6 0%, #7FBFCC 46.15%, #4B8078 100%);
  background: linear-gradient(115.77deg, #F4F4F6 0%, #7FBFCC 46.15%, #4B8078 100%);*/
  background: linear-gradient(116deg, #1c1c22 0%, #165d4e 32.6%, #85c7d5 100%)
    /*, url(../images/kletka.svg) top left repeat*/;
  /*background-image:url(/images/kletka.svg) top left repeat;*/
  /*background-size: cover;*/
}

.main-slider__slide .slide-item .primary-button {
  position: relative;
  display: inline-block;
  z-index: 10;
  margin-top: 36px;
}

.main-slider__slide .slide-item h4 {
  font-family: "Merriweather", serif;
  color: var(--main-1, #135a4a);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 126.316% */
  letter-spacing: 0.029px;
  margin: 6px 0 0 0;
  z-index: 10;
}

.main-slider__slide .slide-item.first {
  position: relative;
  overflow: hidden;
}

.main-slider__slide .slide-item.first::before {
  content: url(../images/ellipse_1.svg);
  position: absolute;
  bottom: -900px;
  right: 400;
  -webkit-animation: circle-one 40s linear infinite;
  animation: circle-one 40s linear infinite;
  z-index: 0;
}

.main-slider__slide .slide-item.first::after {
  content: url(../images/ellipse_2.svg);
  position: absolute;
  bottom: -1440px;
  left: 50px;
  -webkit-animation: circle-two 40s linear infinite;
  animation: circle-two 40s linear infinite;
  z-index: 10;
}

@-webkit-keyframes circle-two {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(200px, -120px);
    transform: translate(200px, -120px);
  }
  65% {
    -webkit-transform: translate(-180px, -160px);
    transform: translate(-180px, -160px);
  }
  98% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes circle-two {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(200px, -120px);
    transform: translate(200px, -120px);
  }
  65% {
    -webkit-transform: translate(-180px, -160px);
    transform: translate(-180px, -160px);
  }
  98% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes circle-one {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
  }
  100% {
    -webkit-transform: translate(0, -60);
    transform: translate(0, -60);
  }
}

@keyframes circle-one {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
  }
  100% {
    -webkit-transform: translate(0, -60);
    transform: translate(0, -60);
  }
}

.main-slider__slide .cvr-title,
.main-slider__slide .cvr-title-second {
  display: block;
  text-align: left;
  z-index: 100 !important;
  width: 0;
  white-space: nowrap;
  font-family: "Raleway", sans-serif;
  font-size: 61px;
  font-style: normal;
  font-weight: 300;
  line-height: 86px; /* 140.984% */
  letter-spacing: -0.305px;
  color: #ffffff;
  mix-blend-mode: normal;
  text-transform: uppercase;
  z-index: 10;
  /* animation: text 0.2s linear;*/
}

.main-slider__slide .cvr-title-second {
  width: auto;
}

.main-slider__slide .title-animation {
  overflow: hidden;
  z-index: 30;
  opacity: 0;
  z-index: 10;
}

.main-slider .swiper-pagination-vertical.swiper-pagination-bullets,
.main-slider .swiper-vertical > .swiper-pagination-bullets {
  left: 0px;
  right: auto;
  padding-left: 11px;
  padding-right: 11px;
}

.content-first {
  z-index: 80;
}

.content-first .title-animation,
.content-first h4,
.content-first a.primary-button {
  position: relative;
  bottom: 24px;
}

.content-first {
  width: 100%;
  /*height: 100%;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: absolute !important;
  top: 33% !important;
  left: 0 !important;
}

.content-second {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: absolute;
  top: 30%;
  left: 0;
}

.content-first a.primary-button.icon::before,
.content-second a.primary-button.icon::before {
  content: url(../images/ring.svg);
  position: absolute;
  top: 11px;
  left: 11px;
}
.main-slider__slide .slide-item .content-first h4 {
  color: var(--accent--2, #f5d9cc);
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 139.13% */
  padding-left: 16px;
  padding-right: 16px;
}
.content-second {
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.content-second svg path {
  -webkit-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.content-third {
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

/*Экран preload анимации появления*/
.d-block {
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.content-second.d-block {
  z-index: 20;
}

.d-none {
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.title-up {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  transform: translateY(-130px);
}

/*Экран подсказки/помощи*/
.help {
  width: 100%;
  height: 100%;
  z-index: 10;
  /*padding-top: 16px;*/
}
.content-third.visible .help {
  display: flex;
  align-items: center;
}

.help ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.help-wrapper {
  height: 100%;
  width: 100%;
  height: -webkit-fill-available;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 20;
}

.click-help {
  margin-top: 90px;
}

.click-help:hover {
  cursor: pointer;
}

.help-image,
.help-title {
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  z-index: 30;
}

.help-title {
  margin-bottom: 16px;
}

.help ol {
  margin-bottom: 0;
}

.help-title__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 143px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #ffffff;
  position: relative;
}
.help-title__item + img {
  margin-bottom: 10px;
}

.help-title__item:last-child::after {
  display: none;
}

.person-help {
  z-index: 100 !important;
}

.visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.hidden {
  display: none;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.content-third.visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-animation: content-visible 1s ease;
  animation: content-visible 1s ease;
}

@-webkit-keyframes content-visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes content-visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*Анимация Нажми на меня*/
.click-help:hover svg path#person {
  -webkit-transform: skew(7.8deg);
  -ms-transform: skew(7.8deg);
  transform: skew(7.8deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

/*@keyframes person {
  0% {
    transform: skew(0);
    transform-origin:(bottom); 
  }

  50%{
    transform: skew(8deg);
    transform-origin:(bottom); 

  }
  100% {
    transform: skew(0);
    transform-origin:(bottom); 
  }
}*/
/* 53% {
    transform: skew(0);
    transform-origin:(bottom); 
  }
  60% {
    transform: skew(15deg);
    transform-origin:(bottom); 
  }
  100% {
    transform: skew(0);
    transform-origin:(bottom);  
  }*/
/*Анимация при наведение Нажми на меня*/
/*@keyframes person {
  0% {
    d:path("M237.994 210.611C212.979 281.308 180.065 279.998 140.568 279.998C78.6902 279.998 65.5244 256.433 64.2078 242.032C62.8913 227.631 68.1575 210.611 70.7906 187.046C73.4238 163.481 83.9562 130.75 107.654 113.731C131.352 96.7113 212.979 86.2378 230.094 98.0205C247.21 109.803 263.008 139.915 237.994 210.611Z");
 
  }

  100% {
    d:path("M248.5 164C259.473 238.185 180.065 279.998 140.568 279.998C86.6935 279.998 65.3312 238.143 54 191C44.8981 153.131 48.8019 110.02 72.5 93.0002C147.467 39.16 238.055 93.3808 248.5 164Z");
  

}*/
svg path#person {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
}

/*.click-help svg:hover path#person{
  d: path("M248.5 164C259.473 238.185 180.065 279.998 140.568 279.998C86.6935 279.998 65.3312 238.143 54 191C44.8981 153.131 48.8019 110.02 72.5 93.0002C147.467 39.16 238.055 93.3808 248.5 164Z");
}*/
@-webkit-keyframes person_1 {
  0% {
    d: path(
      "M215.5 254C211.5 279.998 180.065 279.998 140.568 279.998C78.6901 279.998 65.5243 256.433 64.2078 242.032C62.8912 227.631 68.1575 210.611 70.7906 187.046C73.4237 163.481 -27.5001 127.5 121.5 65.5003C148.437 54.2914 112.737 128.305 133.5 127.5C262.5 122.5 236.5 175.5 194.5 198C210.5 204.5 215.5 214.5 215.5 254Z"
    );
  }
  33.3% {
    d: path(
      "M215.5 254C211.5 279.998 180.065 279.998 140.568 279.998C78.6902 279.998 65.5244 256.433 64.2079 242.032C62.8913 227.631 46.867 221.565 49.5001 198C52.1332 174.435 -27.5 127.5 121.5 65.5002C148.437 54.2914 136.237 117.805 157 117C246 113.551 236.5 175.5 194.5 198C210.5 204.5 215.5 214.5 215.5 254Z"
    );
  }
  66.6% {
    d: path(
      "M215.5 254C215.5 286 152 277 138 277C69.0036 277 64.82 247 64.5 243.5C63.1834 229.099 53.9236 203.712 70.7906 187.046C84.5 173.5 -43.5 143 105.5 81C132.438 69.7912 123.737 103.805 144.5 103C273.5 98.0001 230.5 170.5 194.5 198C210.5 204.5 215.5 214.5 215.5 254Z"
    );
  }
  100% {
    d: path(
      "M215.5 254C211.5 279.998 180.065 279.998 140.568 279.998C78.6901 279.998 65.5243 256.433 64.2078 242.032C62.8912 227.631 68.1575 210.611 70.7906 187.046C73.4237 163.481 -27.5001 127.5 121.5 65.5003C148.437 54.2914 112.737 128.305 133.5 127.5C262.5 122.5 236.5 175.5 194.5 198C210.5 204.5 215.5 214.5 215.5 254Z"
    );
  }
}
@keyframes person_1 {
  0% {
    d: path(
      "M215.5 254C211.5 279.998 180.065 279.998 140.568 279.998C78.6901 279.998 65.5243 256.433 64.2078 242.032C62.8912 227.631 68.1575 210.611 70.7906 187.046C73.4237 163.481 -27.5001 127.5 121.5 65.5003C148.437 54.2914 112.737 128.305 133.5 127.5C262.5 122.5 236.5 175.5 194.5 198C210.5 204.5 215.5 214.5 215.5 254Z"
    );
  }
  33.3% {
    d: path(
      "M215.5 254C211.5 279.998 180.065 279.998 140.568 279.998C78.6902 279.998 65.5244 256.433 64.2079 242.032C62.8913 227.631 46.867 221.565 49.5001 198C52.1332 174.435 -27.5 127.5 121.5 65.5002C148.437 54.2914 136.237 117.805 157 117C246 113.551 236.5 175.5 194.5 198C210.5 204.5 215.5 214.5 215.5 254Z"
    );
  }
  66.6% {
    d: path(
      "M215.5 254C215.5 286 152 277 138 277C69.0036 277 64.82 247 64.5 243.5C63.1834 229.099 53.9236 203.712 70.7906 187.046C84.5 173.5 -43.5 143 105.5 81C132.438 69.7912 123.737 103.805 144.5 103C273.5 98.0001 230.5 170.5 194.5 198C210.5 204.5 215.5 214.5 215.5 254Z"
    );
  }
  100% {
    d: path(
      "M215.5 254C211.5 279.998 180.065 279.998 140.568 279.998C78.6901 279.998 65.5243 256.433 64.2078 242.032C62.8912 227.631 68.1575 210.611 70.7906 187.046C73.4237 163.481 -27.5001 127.5 121.5 65.5003C148.437 54.2914 112.737 128.305 133.5 127.5C262.5 122.5 236.5 175.5 194.5 198C210.5 204.5 215.5 214.5 215.5 254Z"
    );
  }
}

svg > path#person_1 {
  -webkit-animation: person_1 9s linear infinite;
  animation: person_1 9s linear infinite;
}

/*@keyframes lip-up{
  0% {
    d: path("M144.154 113.914C142.099 113.914 140.044 114.941 140.044 114.941C140.044 114.941 137.988 113.914 135.933 113.914C134.7 113.914 132.543 114.325 131.207 114.633C130.385 114.838 128.741 113.914 128.741 113.914L134.906 119.051L140.044 120.079L145.181 119.051L151.347 113.914C151.347 113.914 149.703 114.736 148.778 114.633C147.339 114.325 145.387 113.914 144.154 113.914Z");
    d: path("M151.347 113.914C151.347 113.914 145.181 118.024 140.044 118.024C134.906 118.024 128.741 113.914 128.741 113.914C128.741 113.914 130.796 116.071 131.309 117.51C132.337 120.284 135.42 123.161 140.044 123.161C144.668 123.161 147.75 120.284 148.778 117.51C149.291 116.071 151.347 113.914 151.347 113.914Z");
  }
  33.3% {
    d: path("M215.5 254C211.5 279.998 180.065 279.998 140.568 279.998C78.6902 279.998 65.5244 256.433 64.2079 242.032C62.8913 227.631 46.867 221.565 49.5001 198C52.1332 174.435 -27.5 127.5 121.5 65.5002C148.437 54.2914 136.237 117.805 157 117C246 113.551 236.5 175.5 194.5 198C210.5 204.5 215.5 214.5 215.5 254Z");
  }
 
  100%{
    d: path("M144.154 113.914C142.099 113.914 140.044 114.941 140.044 114.941C140.044 114.941 137.988 113.914 135.933 113.914C134.7 113.914 132.543 114.325 131.207 114.633C130.385 114.838 128.741 113.914 128.741 113.914L134.906 119.051L140.044 120.079L145.181 119.051L151.347 113.914C151.347 113.914 149.703 114.736 148.778 114.633C147.339 114.325 145.387 113.914 144.154 113.914Z");
    d: path("M151.347 113.914C151.347 113.914 145.181 118.024 140.044 118.024C134.906 118.024 128.741 113.914 128.741 113.914C128.741 113.914 130.796 116.071 131.309 117.51C132.337 120.284 135.42 123.161 140.044 123.161C144.668 123.161 147.75 120.284 148.778 117.51C149.291 116.071 151.347 113.914 151.347 113.914Z");
  }
  
}*/
/*Анимация по наведению персонаж крутит головой*/
.help-image__item {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  cursor: pointer;
}

.person-help {
  width: 260px;
  height: 300px;
  position: relative;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.person-help svg {
  position: absolute;
  bottom: 0;
}

svg {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

svg.hidden {
  display: block;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
}

svg.visible {
  display: block;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .help-image__item img {
    width: 156px;
    height: 156px;
  }
  .help-title {
    padding-left: 16px;
    padding-right: 16px;
  }
  .help-title__item + img {
    display: none;
    width: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .main-slider__slide .cvr-title,
  .main-slider__slide .cvr-title-second {
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 137.143% */
    letter-spacing: 0.088px;
    text-align: center;
  }
  .main-slider__slide .slide-item h4 {
    font-size: 17px;
    line-height: 21px;
  }
  .main-slider__slide .slide-item .content-first h4 {
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 126.316% */
    letter-spacing: 0.029px;
  }
  .click-help {
    margin-top: 80px;
  }
  .help-title__item + img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .title-animation {
    transform: translate(0) !important;
    opacity: 1 !important;
  }
  .main-slider__slide .cvr-title,
  .main-slider__slide .cvr-title-second {
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px; /* 137.143% */
    letter-spacing: 0.088px;
    text-align: center;
    transform: translate(0) !important;
    opacity: 1 !important;
    white-space: wrap;
  }
  .main-slider__slide .cvr-title {
    max-width: 100vw !important;
    width: 100vw !important;
    overflow: visible;
    padding-left: 72px;
    padding-right: 16px;
  }
  .main-slider__slide .slide-item .content-first h4 {
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 126.316% */
    letter-spacing: 0.029px;
  }
  .main-slider__slide .slide-item h4 {
    font-size: 16px;
    line-height: 21px;
  }
  .help-wrapper {
    position: relative;
  }
  .help-title ol {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .content-third .person-help {
    display: none;
  }
  .help-image,
  .help-title {
    flex-wrap: wrap;
    width: 100%;
  }
  /* li.help-title__item:nth-child(2){
    position: absolute;
    top: 190px;
    left: calc(75% - 90px);
  }
  li.help-title__item + li.help-title__item{
    position: absolute;
    top: 190px;
    left: calc(75% - 90px);
  }*/
  .help-image__item,
  .help-title__item {
    width: 50%;
    max-width: 50%;
    /* text-align: center;
    justify-content: center;
    align-items: center;*/
  }
  .help-image__item:first-child,
  .help-image__item:nth-child(2) {
    margin-bottom: 70px;
  }
  .help-title__item:first-child {
    position: absolute;
    top: 37%;
    left: calc(25% - 72px);
  }
  ol li.help-title__item:nth-child(3) {
    position: absolute;
    top: 37%;
    left: calc(75% - 90px);
  }
  .help-title__item {
    width: 150px;
    min-height: 40px;
    display: flex;
    align-items: center;
  }
  .slide-item.first ol li::before {
    top: 0px;
  }
  .help-wrapper {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .content-first {
    top: 30% !important;
  }
  .main-slider__slide .cvr-title {
    max-width: 100vw !important;
    width: 100vw !important;
    overflow: visible;
    padding-left: 16px;
    padding-right: 16px;
  }
  .main-page .swiper-vertical > .swiper-scrollbar {
    transform: rotate(-90deg) !important;
    top: auto !important;
    bottom: 57px !important;
    left: 100%;
    transform-origin: bottom;
    right: 0;
    min-height: 100vw;
    height: 100vw;
    /*  padding-top: 4px;
    padding-bottom: 4px;*/
  }
  .main-page .swiper-scrollbar-drag {
    /* width: 24px;
    height: 24px;*/
    background: url(../images/triangle.svg) -5px -3px no-repeat;
    background-size: contain;
  }
  .main-page .swiper-scrollbar-drag {
    /* width: 40px;
    height: 24px!important;*/
  }

  .main-page .swiper-pagination-vertical.swiper-pagination-bullets {
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 56px;
    top: auto;
    bottom: 0;
    align-items: center;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    width: calc(100%);
    margin: auto;
    position: sticky;
    background-color: #ffffff;
    padding-left: 14px;
    padding-right: 14px;
  }

  .main-slider__slide .slide-item {
    width: 100vw;
    height: 100vh;
    padding-bottom: 56px;
  }
  .main-page .main-slider > .swiper-wrapper {
    width: 100%;
    margin-left: 0;
    position: relative;
  }
  .main-page
    .swiper-pagination-vertical.swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    background-size: contain;
    border-radius: 0%;
  }

  .main-slider__slide .slide-item .primary-button {
    margin-top: 24px;
  }
  .click-help {
    margin-top: 78px;
  }
  .lang {
    flex: 0.8;
  }
}

@media screen and (max-width: 460px) {
  .main-slider__slide .cvr-title {
    padding-left: 8px;
    padding-right: 8px;
  }
  .contacts-visible img {
    right: -16px;
  }
  .contacts-visible {
    padding-right: 10px;
  }
}
@media screen and (max-width: 420px) {
  .lang__item {
    margin-left: 20px;
  }
  .contacts-visible > span {
    font-size: 16px;
  }
  .main-page
    .swiper-pagination-vertical.swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 356px) {
  .main-slider__slide .cvr-title,
  .main-slider__slide .cvr-title-second {
    font-size: 31px;
    line-height: 43px;
  }
}

/*Второй слайд преимущества*/
.slide-item.second {
  min-height: 600px;
}

.preimushestva {
  height: 60%;
  background: #f4f4f6;
}

.preimushestva h6 {
  margin: 16px 0;
  color: #1c1c22;
}

.preimushestva .preimushestva-slider {
  width: 100%;
}

.preimushestva .swiper-wrapper {
  width: 100%;
}

.preimushestva,
.statistica {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-left: 16px;
}

.preimushestva-wrapper,
.statistica-wrapper {
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 30;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-item.second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.statistica {
  height: 40%;
  background: #135a4a;
}

.statistica__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.statistica .statistica-slider {
  width: 100%;
}

.statistica .swiper-wrapper {
  width: 100%;
  margin-top: 16px;
}

.statistica .round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 126px;
  height: 126px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  mix-blend-mode: normal;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2),
    inset 2px 2px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2),
    inset 2px 2px 16px rgba(0, 0, 0, 0.1);
}

.statistica .round h2 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 49px;
  line-height: 49px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ebb499),
    color-stop(100%, #be704b),
    color-stop(100%, #be704b),
    to(#be704b)
  );
  background: -webkit-linear-gradient(
    top,
    #ebb499 0%,
    #be704b 100%,
    #be704b 100%,
    #be704b 100%
  );
  background: -o-linear-gradient(
    top,
    #ebb499 0%,
    #be704b 100%,
    #be704b 100%,
    #be704b 100%
  );
  background: linear-gradient(
    180deg,
    #ebb499 0%,
    #be704b 100%,
    #be704b 100%,
    #be704b 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.statistica h6 {
  margin: 8px 0;
  color: #ffffff;
}

.preimushestva h2.slide-item__title {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.0025em;
  color: #135a4a;
  padding-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.statistica h2.slide-item__title {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.0025em;
  color: #c2e3ea;
  padding-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media screen and (min-width: 1024px) {
  .preimushestva__item img {
    transition: all 0.7s ease;
  }
  .preimushestva__item img:hover {
    transform: scale(1.15);
    cursor: pointer;
  }
  .statistica__item .round {
    transition: all 0.4s ease;
  }
  .statistica__item .round:hover {
    background-color: #c2e3ea;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  .preimushestva {
    height: 55%;
  }
  .statistica {
    height: 45%;
  }
}
@media screen and (max-width: 450px) {
  .preimushestva,
  .statistica {
    justify-content: space-around;
  }
  .preimushestva__item.swiper-slide {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;*/
  }
  .preimushestva__item.swiper-slide h6 {
    min-height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/*---Слайд Услуги---*/
.slide-item.third {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(11.74%, #f4f4f6),
    color-stop(68.54%, #c2e3ea),
    to(#85c7d5)
  );
  background: -webkit-linear-gradient(
    top,
    #f4f4f6 11.74%,
    #c2e3ea 68.54%,
    #85c7d5 100%
  );
  background: -o-linear-gradient(
    top,
    #f4f4f6 11.74%,
    #c2e3ea 68.54%,
    #85c7d5 100%
  );
  background: linear-gradient(
    180deg,
    #f4f4f6 11.74%,
    #c2e3ea 68.54%,
    #85c7d5 100%
  );
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.uslugi {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.uslugi__item.swiper {
  width: -webkit-calc(100% - 97px);
  width: calc(100% - 97px);
  height: 100%;
  /*  display: flex;
      flex-direction: column;
      justify-content: space-between;*/
}

.uslugi__item.swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.uslugi__item.swiper .item {
  width: calc(100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.uslugi__item.swiper.web .item:nth-child(3n + 2) {
  background: -webkit-linear-gradient(80.8deg, #f0f8fa 13.93%, #c2e3ea 86.64%);
  background: -o-linear-gradient(80.8deg, #f0f8fa 13.93%, #c2e3ea 86.64%);
  background: linear-gradient(9.2deg, #f0f8fa 13.93%, #c2e3ea 86.64%);
}
.uslugi__item.swiper .item:nth-child(3n + 4),
.uslugi__item.swiper.web .item {
  background: -webkit-linear-gradient(
    141.85deg,
    #f0f8fa 0%,
    #c2e3ea 99.99%,
    #c2e3ea 100%
  );
  background: -o-linear-gradient(
    141.85deg,
    #f0f8fa 0%,
    #c2e3ea 99.99%,
    #c2e3ea 100%
  );
  background: linear-gradient(
    308.15deg,
    #f0f8fa 0%,
    #c2e3ea 99.99%,
    #c2e3ea 100%
  );
}
.uslugi__item.swiper.web .item:nth-child(3n) {
  background: -webkit-linear-gradient(
    332.52deg,
    #f0f8fa 34.22%,
    #c2e3ea 65.78%
  );
  background: -o-linear-gradient(332.52deg, #f0f8fa 34.22%, #c2e3ea 65.78%);
  background: linear-gradient(117.48deg, #f0f8fa 34.22%, #c2e3ea 65.78%);
}

.uslugi__item.swiper.cms .item:nth-child(3n + 2) {
  background: linear-gradient(33deg, #f0f8fa 0%, #c2e3ea 100%);
}
.uslugi__item.swiper.cms .item,
.uslugi__item.swiper.cms .item:nth-child(3n + 4) {
  background: linear-gradient(213deg, #f0f8fa 0%, #c2e3ea 100%);
}
.uslugi__item.swiper.cms .item:nth-child(3n) {
  background: linear-gradient(213deg, #f0f8fa 0%, #c2e3ea 100%);
}

.uslugi__item.swiper.mobile .item:nth-child(3n + 2) {
  background: linear-gradient(33deg, #f0f8fa 0%, #c2e3ea 100%);
}
.uslugi__item.swiper.mobile .item,
.uslugi__item.swiper.mobile .item:nth-child(3n + 4) {
  background: linear-gradient(213deg, #f0f8fa 0%, #c2e3ea 100%);
}
.uslugi__item.swiper.mobile .item:nth-child(3n) {
  background: linear-gradient(213deg, #f0f8fa 0%, #c2e3ea 100%);
}

.uslugi__item.swiper.design .item:nth-child(3n + 2) {
  background: linear-gradient(87deg, #f0f8fa 0%, #c2e3ea 100%);
}
.uslugi__item.swiper.design .item,
.uslugi__item.swiper.design .item:nth-child(3n + 4) {
  background: linear-gradient(267deg, #f0f8fa 0%, #c2e3ea 100%);
}
.uslugi__item.swiper.design .item:nth-child(3n) {
  background: linear-gradient(273deg, #f0f8fa 0%, #c2e3ea 100%);
}

/*.uslugi__item.swiper .item:nth-child(4) {
  background: -webkit-linear-gradient(141.85deg, #F0F8FA 0%, #C2E3EA 99.99%, #C2E3EA 100%);
  background: -o-linear-gradient(141.85deg, #F0F8FA 0%, #C2E3EA 99.99%, #C2E3EA 100%);
  background: linear-gradient(308.15deg, #F0F8FA 0%, #C2E3EA 99.99%, #C2E3EA 100%);
}

.uslugi__item.swiper .item:nth-child(5) {
  background: -webkit-linear-gradient(332.52deg, #F0F8FA 34.22%, #C2E3EA 65.78%);
  background: -o-linear-gradient(332.52deg, #F0F8FA 34.22%, #C2E3EA 65.78%);
  background: linear-gradient(117.48deg, #F0F8FA 34.22%, #C2E3EA 65.78%);
}

.uslugi__item.swiper .item:nth-child(6) {
  background: -webkit-linear-gradient(332.52deg, #F0F8FA 34.22%, #C2E3EA 65.78%);
  background: -o-linear-gradient(332.52deg, #F0F8FA 34.22%, #C2E3EA 65.78%);
  background: linear-gradient(117.48deg, #F0F8FA 34.22%, #C2E3EA 65.78%);
}*/

@media screen and (min-width: 1024px) {
  /* .uslugi__item.swiper{
    overflow-y: auto;
    height: 100%;
  }
  .uslugi__item.swiper .swiper-wrapper{
    overflow-y: auto;
  }
  .uslugi__item.swiper .item{
    height: calc(100% / 3);
  }
  .uslugi__item.swiper .swiper-wrapper{
    display: flex;
    flex-direction: column;
  }*/
}

.uslugi__item.swiper .item p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #1c1c22;
  text-align: left;
}
@media screen and (min-width: 650px) {
  .uslugi__item.swiper .item p {
    -webkit-line-clamp: 6; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden;
    margin-bottom: 0;
  }
}

.uslugi__img {
  width: 40%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
}

.uslugi__img img {
  max-width: 100%;
  max-height: 100%;
  padding: 0 16px;
  width: 100%;
  height: 100%;
  /*  object-fit: contain;*/
}

.uslugi__content {
  width: 60%;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
}

.uslugi__content h4 {
  margin-bottom: 16px;
}

h2.slide-item__title {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.0025em;
  color: #535365;
}
@media screen and (max-width: 1200px) {
  .uslugi__content {
    width: 70%;
  }
  .uslugi__img {
    width: 30%;
  }
  .uslugi__img img {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  h2.slide-item__title {
    text-align: left;
    width: 100%;
    justify-content: start;
    height: 50px;
  }
}
.uslugi-wrapper {
  position: relative;
  width: 100%;
  height: -webkit-calc(100% - 146px);
  height: calc(100% - 146px);
  /* display: flex;
  flex-direction: row;*/
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 16px;
}

.uslugi-name {
  height: 100%;
  width: 97px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  float: left;
  /*Видимые/невидимые услуги по клику*/
}

.uslugi-name div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.uslugi-name div.hidden-title {
  border-right: 2px solid #c2e3ea;
  background: #c2e3ea;
  color: #5b9a91;
}

.uslugi-name div.hidden-title:hover {
  background: #f0f8fa;
  opacity: 0.6;
  color: #1c1c22;
  border-right: 2px solid #be704b;
  cursor: pointer;
}

.uslugi-name div.hidden-title:active {
  background: #ffffff;
  color: #1c1c22;
  border-right: 2px solid #be704b;
}

.uslugi-name div.hidden-title.visible-title {
  background: #ffffff;
  color: #1c1c22;
  border-right: 2px solid #be704b;
}

.uslugi-name div.hidden-title.visible-title:hover {
  background: #ffffff;
  opacity: 1;
  color: #1c1c22;
  border-right: 2px solid #be704b;
}

.uslugi__item.web,
.uslugi__item.cms,
.uslugi__item.mobile,
.uslugi__item.design {
  position: absolute;
  top: 0;
  right: -16px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(100px, -20px);
  -ms-transform: translate(100px, -20px);
  transform: translate(100px, -20px);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  /*animation: slidein 0.7s ease*/
}
.uslugi__item.web {
  display: block;
}
/*@keyframes slidein {
  from {
    -webkit-transform: translate(100px, -20px);
    -ms-transform: translate(100px, -20px);
        transform: translate(100px, -20px);
  }

  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
}*/

.uslugi__item.visible-uslugi {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 1;
  visibility: visible;
  /* animation: slidein 0.7s ease*/
}

.main-slider__slide .slide-item .uslugi .primary-button,
.main-slider__slide .slide-item .uslugi .secondary-button {
  margin: 0 8px;
  display: inline-block;
}

/*Задаем заголовкам и кнопкам flex-grow=1*/
.buttons,
.slide-item__title {
  /* -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 0.5;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .uslugi-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .uslugi__img {
    width: 30%;
  }
  .uslugi__content {
    width: 70%;
    overflow-y: auto;
  }

  .uslugi-name {
    height: 50px;
    width: 100%;
    flex-direction: row;
    float: none;
  }
  .uslugi-name div.hidden-title:hover {
    background: #f0f8fa;
    opacity: 0.6;
    color: #1c1c22;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #be704b;
    cursor: pointer;
  }

  .uslugi-name div.hidden-title:active {
    background: #ffffff;
    color: #1c1c22;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #be704b;
  }

  .uslugi-name div.hidden-title.visible-title {
    background: #ffffff;
    color: #1c1c22;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #be704b;
  }

  .uslugi-name div.hidden-title.visible-title:hover {
    background: #ffffff;
    opacity: 1;
    color: #1c1c22;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #be704b;
  }
  .uslugi-wrapper {
    max-width: 100%;
    position: relative;
    z-index: 100;
  }
  .uslugi__item.swiper {
    width: calc(100% - 32px);
    margin: 50px 16px 0 0;
    height: calc(100% - 56px);
  }
  .uslugi__item.web,
  .uslugi__item.cms,
  .uslugi__item.mobile,
  .uslugi__item.design {
    right: 0;
  }
}
@media screen and (max-width: 850px) {
  .uslugi__img {
    width: 20%;
  }
  .uslugi__img img {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 100%;
    /* object-fit: contain;*/
  }
  .uslugi__content {
    width: 80%;
    overflow-y: auto;
  }
}
@media screen and (max-width: 650px) {
  .uslugi__img {
    width: 100%;
    height: 142px;
  }
  .uslugi__content {
    width: 100%;
    overflow-y: auto;
  }
  .uslugi__item.swiper .item {
    flex-direction: column;
    justify-content: flex-start;
    height: fit-content;
    flex-grow: unset;
  }
}
@media screen and (max-width: 576px) {
  /*.preimushestva, .statistica{
    height: 50%;
  }
  .statistica{
    padding-bottom: 8px;
  }*/
  .uslugi-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .uslugi__item.swiper {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) {
  .uslugi-wrapper {
    height: calc(100% - 184px);
  }
  .main-slider__slide .slide-item .uslugi .buttons .secondary-button {
    margin-top: 0;
  }
}

/*Слайд ценовые решения*/
.slide-item.four {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-linear-gradient(9.8deg, #85c7d5 5.3%, #f4f4f6 70.57%);
  background: -o-linear-gradient(9.8deg, #85c7d5 5.3%, #f4f4f6 70.57%);
  background: linear-gradient(80.2deg, #85c7d5 5.3%, #f4f4f6 70.57%);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide-item.four::before {
  content: url(../images/cenovye_resheniya.svg);
  position: absolute;
  bottom: 30px;
  right: -470px;
  z-index: 0;
  overflow: hidden;
}

.prices {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  overflow: hidden;
}

.prices .swiper-wrapper {
  width: 100%;
}

.prices h2.slide-item__title {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.0025em;
  color: #f0f8fa;
  z-index: 20;
  margin-bottom: 0;
}

.prices__item.swiper-slider {
  height: -webkit-calc(100% - 142px);
  height: calc(100% - 142px);
  min-height: 490px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* overflow: hidden;*/
}
.prices .buttons {
  justify-content: center;
  display: flex;
  align-items: center;
}
/*.prices .buttons a.primary-button{
  margin-top: 0!important;
}*/
.buttons {
  /*  margin-top: 16px;*/
  padding-top: 4px;
  padding-bottom: 4px;
}

.buttons .primary-button {
  margin: 0 !important;
}

.prices .item {
  max-width: 1176px;
  /*  min-height: 203px;*/
  padding: 16px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.prices .item:first-child,
.prices .item:nth-child(2) {
  margin-bottom: 16px;
}

.prices .item:nth-child(2) {
  max-width: 1320px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(82.14%, #ffffff),
    to(rgba(255, 255, 255, 0.01))
  );
  background: -webkit-linear-gradient(
    left,
    #ffffff 82.14%,
    rgba(255, 255, 255, 0.01) 100%
  );
  background: -o-linear-gradient(
    left,
    #ffffff 82.14%,
    rgba(255, 255, 255, 0.01) 100%
  );
  background: linear-gradient(
    90deg,
    #ffffff 82.14%,
    rgba(255, 255, 255, 0.01) 100%
  );
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  padding-right: 80px;
  position: relative;
}
.prices .item:nth-child(2) .item__title {
  padding-left: 56px;
}
.prices .item:nth-child(2) .item__title::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 2px;
  top: 0px;
  background: url(../images/gerb.svg) center no-repeat;
}
.prices .item {
  min-height: 158px;
}

.prices .item__title {
  padding-top: 3px;
  padding-bottom: 19px;
  border-bottom: 2px solid #be704b;
  width: 100%;
  text-align: left;
  position: relative;
}

.prices .item__title h3 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #874c31;
}

.prices .item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 11px;
}

.prices .item__content h6 {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.0015em;
  color: #1c1c22;
  text-align: left;
}

.prices .item__content p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #535365;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0;
  /* Убираем внешний отступ */
}
@media screen and (min-width: 767px) {
  .prices .item__content p {
    -webkit-line-clamp: 3; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden;
  }
}

.pay {
  /* width: 40%;*/
  width: calc(50% - 140px);
  padding-right: 12px;
}

.pay h6 {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.0015em;
  color: #1c1c22;
  text-align: left;
}

.result {
  /* width: 40%;*/
  width: calc(50% - 140px);
  padding-right: 12px;
  text-overflow: ellipsis;
}

.cosht {
  width: 10%;
  min-width: 100px;
  width: 192px;
  padding-right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.cosht h3 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.0015em;
  color: #5b9a91;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 10%;
  width: 118px;
}

.button .secondary-button {
  /* position: absolute;
  bottom: 16px;
  right: 16px;*/
}

.prices-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-slider__slide .slide-item.four .primary-button {
  margin-top: 0 !important;
}
.slide-item {
  padding-left: 16px;
  padding-right: 16px;
}
.slide-item.second {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 9999999999999999999;
  background: #f4f4f6;
}
@media screen and (max-width: 1400px) {
  .prices .item:nth-child(2) {
    max-width: 1176px;
    padding-right: 16px;
  }
}

.buttons br {
  display: none;
}

@media screen and (max-width: 800px) {
  .prices .item__content {
    flex-direction: column;
  }
  .prices__item.swiper-slider {
    min-height: 400px;
    max-height: 600px;
    height: auto;
    /* height: auto;*/
  }
  .prices .item {
    overflow-y: auto;
  }
  .prices .item,
  .prices .item:nth-child(2),
  .prices .item:nth-child(1) {
    min-height: 0;
    height: auto;
    max-height: 100%;
    max-width: auto;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .prices__item.swiper-slider {
    width: 100%;
  }
  .slide-item.four {
    padding-right: 0;
  }
  .pay,
  .result,
  .cosht,
  .button {
    width: 100%;
  }
  .result {
    margin-top: 12px;
  }
  .cosht {
    margin-top: 24px;
    margin-bottom: 16px;
    padding-right: 0;
  }
  .button .secondary-button {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 16px;
    width: 100%;
  }
}

/*Страница Отзывы*/
.slide-item.five {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-radial-gradient(
      44.05% 50% at 100% 50%,
      #f4f4f6 0%,
      rgba(244, 244, 246, 0) 100%
    ),
    -webkit-radial-gradient(40.9% 62.32% at 59.1% 0%, #f5d9cc 0%, rgba(
            245,
            217,
            204,
            0
          )
          80.47%),
    #85c7d5;
  background: -o-radial-gradient(
      44.05% 50% at 100% 50%,
      #f4f4f6 0%,
      rgba(244, 244, 246, 0) 100%
    ),
    -o-radial-gradient(40.9% 62.32% at 59.1% 0%, #f5d9cc 0%, rgba(
            245,
            217,
            204,
            0
          )
          80.47%),
    #85c7d5;
  background: radial-gradient(
      44.05% 50% at 100% 50%,
      #f4f4f6 0%,
      rgba(244, 244, 246, 0) 100%
    ),
    radial-gradient(
      40.9% 62.32% at 59.1% 0%,
      #f5d9cc 0%,
      rgba(245, 217, 204, 0) 80.47%
    ),
    #85c7d5;
  background: radial-gradient(
      44.05% 50% at 100% 50%,
      #f4f4f6 0%,
      rgba(244, 244, 246, 0) 100%
    ),
    radial-gradient(
      62.32% 40.9% at 59.1% 0%,
      #f5d9cc 0%,
      rgba(245, 217, 204, 0) 80.47%
    ),
    #85c7d5;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide-item.five:after {
  content: url(..//images/projekty.svg);
  z-index: 0;
  position: absolute;
  right: -676px;
  top: -369px;
}

.otzyvy {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.otzyvy h2.slide-item__title {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.0025em;
  color: #135a4a;
  z-index: 10;
  margin-bottom: 0px;
}

.otzyvy__wrapper {
  z-index: 3;
  position: relative;
  height: 610px;
  max-height: calc(100% - 146px);
  width: 100%;
  max-width: 1152px;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  /* background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 245, 246, 0)), color-stop(97.33%, #F4F5F6)), #85C7D5;
  background: -webkit-linear-gradient(bottom, rgba(244, 245, 246, 0) 0%, #F4F5F6 97.33%), #85C7D5;
  background: -o-linear-gradient(bottom, rgba(244, 245, 246, 0) 0%, #F4F5F6 97.33%), #85C7D5;
  background: linear-gradient(0deg, rgba(244, 245, 246, 0) 0%, #F4F5F6 97.33%), #85C7D5;*/
  background: url(../images/otzyvy_fon.svg) center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

.otzyvy__wrapper::after {
  /* content: url(..//images/projekty_vn.svg);
  z-index: 1;
  position: absolute;
  right: -100px;
  bottom: -460px;*/
}

.swiper.otzyvy-slider {
  z-index: 10;
  width: -webkit-calc(100% - 128px);
  width: calc(100% - 128px);
  height: -webkit-calc(100% - 128px);
  height: calc(100% - 128px);
}

.swiper.otzyvy-slider .otzyvy-slider__wrapper {
  max-width: 100%;
  max-height: 100%;
}

.swiper.otzyvy-slider__item {
  background: #ffffff;
  width: 100%;
}

.swiper.otzyvy-slider .swiper-slide {
  padding: 16px;
  padding-bottom: 8px;
  background: #ffffff;
  /*  overflow: hidden;*/
  width: 100%;
  max-width: 100%;
}

/*Стрелки для навигации*/
.otzyvy .swiper-button-prev,
.otzyvy .swiper-button-next {
  position: absolute;
  left: -webkit-calc(50% - 12px);
  left: calc(50% - 12px);
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.otzyvy .swiper-button-prev:hover,
.otzyvy .swiper-button-next:hover {
  opacity: 0.6;
}

.otzyvy .swiper-button-next {
  top: -webkit-calc(100% - 34px);
  top: calc(100% - 34px);
}

.otzyvy .swiper-button-next:after {
  content: url(../images/arrow-next.svg);
}

.otzyvy .swiper-button-prev {
  top: 26px;
}

.otzyvy .swiper-button-prev:after {
  content: url(../images/arrow-prev.svg);
}

/*Карточка отзыва*/
.otzyv {
  background: #ffffff;
  overflow: hidden;
  /* padding: 16px;*/
  width: 100%;
  height: 100%;
}

.otzyv__logo {
  width: 80px;
  height: 80px;
  float: left;
  background: #ffffff;
  position: relative;
  margin-right: 32px;
}
.otzyv__logo img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.otzyv .otzyv__logo::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 1px;
  height: 80px;
  border-left: 1px solid #f4f4f6;
}

.otzyv__name {
  margin-top: 8px;
}

.otzyv__title {
  text-align: left;
  /* font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;*/
  font-family: "Merriweather", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #1a1a1a;
  /*color: #1C1C22;*/
}

.otzyv__subtitle {
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.004em;
  color: #84849a;
}

.otzyv__text p {
  margin: 10px 0;
  text-align: left;
  width: -webkit-calc(100% - 188px);
  width: calc(100% - 188px);
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #1c1c22;
}
@media screen and (min-width: 992px) {
  .otzyv__text p {
    -webkit-line-clamp: 3; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden;
  }
}

.buttons-otzyvy {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 5;
}

.buttons-otzyvy .secondary-button {
  margin-top: 8px;
}

.buttons-otzyvy .thirdy-button {
  position: relative;
}

.buttons-otzyvy .thirdy-button.icon::after {
  content: url(../images/otzyvy-letter-icon.svg);
  position: absolute;
  left: 11px;
  top: 10px;
}

.rating {
  text-align: left;
  clear: both;
  padding-top: 8px;
}

.rating__number {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  color: #84849a;
  margin-top: 0px;
  margin-bottom: 2px;
  margin-left: 6px;
}

/*.stars {

  &::after{
    content: '⭐';
    //content: '★';

  }
}*/
/*Стили для звезд рейтинга/вывод рейтинга*/
.rating-result {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}

.rating-result span {
  padding: 0;
  font-size: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  /*line-height: 1;
  color: lightgrey;
  text-shadow: 1px 1px #bbb;*/
}

/*.rating-result > span:before {
  content: '★';
}

.rating-result > span.active {
  color: gold;
  text-shadow: 1px 1px #c60;
}*/
.rating-result > span {
  background: url(../images/star.svg) center no-repeat;
  object-fit: contain;
}
.rating-result > span.active {
  background: url(../images/star_active.svg) center no-repeat;
  object-fit: contain;
}

.buttons .secondary-button {
  margin: 0 8px;
  z-index: 5;
}

/*Иконка на кнопке*/
.otzyvy a.primary-button.icon::before {
  content: url(..//images/otzyv-button-icon.svg);
  position: absolute;
  top: 9px;
  left: 11px;
}
@media screen and (max-width: 1200px) {
  .swiper.otzyvy-slider {
    width: -webkit-calc(100% - 96px);
    width: calc(100% - 96px);
    height: -webkit-calc(100% - 96px);
    height: calc(100% - 96px);
  }
  .otzyvy .swiper-button-prev {
    top: 16px;
  }
  .otzyvy .swiper-button-next {
    top: calc(100% - 30px);
  }
}
@media screen and (max-width: 992px) {
  .buttons-otzyvy {
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
  }
  .otzyv__text p {
    width: 100%;
  }
  .otzyv {
    overflow-y: auto;
  }
  .otzyv__text {
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;*/
  }
}
@media screen and (max-width: 767px) {
  .swiper.otzyvy-slider .swiper-slide {
    height: fit-content;
  }
  .buttons-otzyvy .secondary-button {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 480px) {
  .otzyv__name {
    margin-top: 0;
  }
  .otzyv__text p {
    color: var(--neitral-3, #1c1c22);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 120% */
    letter-spacing: 0.038px;
  }
  .otzyv__logo {
    margin-right: 16px;
    width: 40px;
    height: 40px;
  }

  .otzyv__logo img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  .otzyv__title {
    color: var(--neitral-3, #1c1c22);
    font-family: "Merriweather", serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 138.462% */
    letter-spacing: 0.013px;
  }
  .buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .buttons {
    margin-bottom: 10px;
  }
  .main-slider__slide .slide-item .buttons .primary-button {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .main-slider__slide .slide-item .buttons .secondary-button {
    margin-top: 10px;
  }
  .main-slider__slide .slide-item .otzyvy .buttons .primary-button {
    margin-bottom: 0 !important;
  }
  .otzyvy__wrapper {
    z-index: 3;
    position: relative;
    height: 610px;
    max-height: calc(100% - 188px);
  }
  .main-slider__slide .slide-item .uslugi .buttons .primary-button,
  .main-slider__slide .slide-item .otzyvy .buttons .secondary-button {
    margin-top: 0 !important;
  }
}

/*Слайд Дневник событий*/
.slide-item.six {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#9cdbe7),
      color-stop(52.4%, rgba(194, 227, 234, 0.5)),
      color-stop(66.98%, rgba(156, 219, 231, 0))
    ),
    #f4f4f6;
  background: -webkit-linear-gradient(
      top,
      #9cdbe7 0%,
      rgba(194, 227, 234, 0.5) 52.4%,
      rgba(156, 219, 231, 0) 66.98%
    ),
    #f4f4f6;
  background: -o-linear-gradient(
      top,
      #9cdbe7 0%,
      rgba(194, 227, 234, 0.5) 52.4%,
      rgba(156, 219, 231, 0) 66.98%
    ),
    #f4f4f6;
  background: linear-gradient(
      180deg,
      #9cdbe7 0%,
      rgba(194, 227, 234, 0.5) 52.4%,
      rgba(156, 219, 231, 0) 66.98%
    ),
    #f4f4f6;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.experts {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  overflow: hidden;
}

.experts h2.slide-item__title {
  color: #135a4a;
}
.sobytija h2.slide-item__title {
  margin-top: 8px;
}
.sobytija {
  border-bottom: 1px solid #ffffff;
  /* min-height: -webkit-calc(100% - 298px);
  min-height: calc(100% - 298px);*/
  min-height: 460px;
  height: 62%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sobytija a.secondary-button {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}

.sobytija__wrapper {
  max-width: 1038px;
  margin: 0 auto;
  position: relative;
  height: calc(100% - 170px);
  min-height: 284px;
  max-height: 450px;
}
/*На внутренних страницах события*/
.sobytija__inner-wrapper {
  max-width: 1038px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex: 50% 0 0;
  gap: 32px;
  margin-top: 10px;
}
.sobytija__inner-wrapper .last-project {
  width: calc(50% - 16px) !important;
  height: 325px;
}
.sobytija__inner-wrapper .last-project img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  opacity: 1;
  z-index: 1;
}
.sobytija-slider.swiper {
  height: 100%;
}
.sobytija-slider_item {
  height: 100%;
}

/*Стрелки для навигации*/
.sobytija .swiper-button-prev,
.sobytija .swiper-button-next {
  position: absolute;
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}

.sobytija .swiper-button-prev:hover,
.otzyvy .swiper-button-next:hover {
  opacity: 0.6;
}

.sobytija .swiper-button-next {
  right: -40px;
}

.sobytija .swiper-button-next:after {
  content: url(../images/arrow-next.svg);
}

.sobytija .swiper-button-prev {
  left: -52px;
}

.sobytija .swiper-button-prev:after {
  content: url(../images/arrow-prev.svg);
}

.last-project {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.last-project__button.read-more {
  width: 48px;
  height: 48px;
  padding: 8px;
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block;
  z-index: 100;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(4px);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.last-project__button.read-more:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 2px 2px 16px 0px rgba(25, 25, 25, 0.1),
    1px 1px 4px 0px rgba(25, 25, 25, 0.2);
}
.last-project__button.read-more:active {
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.1) inset,
    1px 1px 4px 0px rgba(0, 0, 0, 0.2) inset;
}

.last-project img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  filter: grayscale(1);
  transition: filter 0.4s ease, transform 0.8s ease;
}
.last-project:hover img {
  transform: scale(1.2);
  filter: grayscale(0);
}
.last-project:hover::after {
  opacity: 0.8;
}

.last-project::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(19.68%, rgba(255, 255, 255, 0.95)),
    to(rgba(255, 255, 255, 0.7))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.95) 19.68%,
    rgba(255, 255, 255, 0.7) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.95) 19.68%,
    rgba(255, 255, 255, 0.7) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95) 19.68%,
    rgba(255, 255, 255, 0.7) 100%
  );
  mix-blend-mode: normal;
  z-index: 1;
  transition: all 0.4s ease;
}

.last-project__title {
  position: absolute;
  top: 30px;
  left: 0px;
  text-align: center;
  width: 100%;
  z-index: 10;
  color: var(--neitral-3, #1c1c22);
  text-align: center;
  font-family: "Merriweather", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #1c1c22;
  padding: 16px;
}
.project-date {
  color: var(--main-2, #26403c);
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 127.273% */
  letter-spacing: 0.165px;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  z-index: 10;
  width: 100%;
}
.last-project__title a {
  color: var(--neitral-3, #1c1c22);
  text-decoration: none;
}

/*Карусель баннеров Клиенты*/
.clients {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
  min-height: 285px;
  height: 38%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.clients-slider.swiper {
  /* height: 224px;*/
  height: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.clients-slider.swiper img {
  /* width: 90px;
  height: 90px;*/
  width: 100%;
  height: 100%;
  max-height: 88px;
  object-fit: contain;
  transition: all 0.4s ease;
}

.clients-slider .swiper-slide {
  text-align: center;
  height: 90px;
}

.client-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.client-item img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .sobytija h2.slide-item__title {
    margin-top: 4px;
  }
  .sobytija__wrapper {
    max-height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .sobytija__inner-wrapper {
    gap: 16px;
  }
}
@media screen and (max-width: 700px) {
  .sobytija__inner-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 100% 0 0;
    gap: 16px;
  }
  .sobytija__inner-wrapper .last-project {
    width: 100% !important;
    height: 316px;
  }
}
@media screen and (max-width: 576px) {
  .clients-slider.swiper img {
    /* width: 150px;
     height: 150px;*/
  }

  .clients-slider.swiper {
    min-height: 120px;
    height: auto;
    margin-bottom: 0px;
  }
  .last-project {
    position: relative;
    height: 100%;
  }
  .last-project__title {
    color: var(--neitral-3, #1c1c22);
    text-align: center;
    font-family: "Merriweather", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 126.316% */
    letter-spacing: 0.029px;
  }
  .sobytija__inner-wrapper .last-project {
    height: 300px;
  }
}
@media screen and (max-width: 450px) {
  .sobytija {
    min-height: 300px;
  }
  .sobytija__wrapper {
    height: calc(100% - 180px);
    min-height: 120px;
  }
  .sobytija-slider.swiper {
    height: 100%;
  }
  .sobytija__inner-wrapper .last-project {
    height: 240px;
  }
}

/*Слайд Контакты*/
.slide-item.seven {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#c2e3ea),
    color-stop(50%, #c2e3ea),
    color-stop(50%, #f4f4f6),
    to(#f4f4f6)
  );
  background: -webkit-linear-gradient(
    top,
    #c2e3ea,
    #c2e3ea 50%,
    #f4f4f6 50%,
    #f4f4f6 100%
  );
  background: -o-linear-gradient(
    top,
    #c2e3ea,
    #c2e3ea 50%,
    #f4f4f6 50%,
    #f4f4f6 100%
  );
  background: linear-gradient(
    to bottom,
    #c2e3ea,
    #c2e3ea 50%,
    #f4f4f6 50%,
    #f4f4f6 100%
  );
  height: 100%;
  position: relative;
  /*overflow: hidden;*/
  min-height: 680px;
  overflow-y: auto;

  /*padding-bottom: 40px;*/
}

.contacts-awards {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacts-awards hr {
  display: block;
  z-index: 20;
  position: relative;
  border-color: #c2e3ea;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}
.contacts-part {
  min-height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contacts-awards p.copyright {
  margin-top: 4px;
  padding-bottom: 16px;
}

.contacts-container {
  max-width: 656px;
  width: 100%;
  background: #ffffff;
  mix-blend-mode: normal;
  margin: 0 auto;
  padding: 16px;
}

.contacts-container .contacts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.contacts-container .social-icons a {
  margin: 10px 10px 0;
}

p.tel {
  display: inline-block;
}

a.mail {
  display: inline-block;
  position: relative;
}

.contacts-awards h2.slide-item__title {
  color: #135a4a;
  margin-top: 4px;
  margin-bottom: 6px;
}
form h3 {
  color: var(--main-1, #135a4a);
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 130% */
  letter-spacing: 0.03px;
}
form p {
  color: var(--neitral-3, #1c1c22);
  text-align: center;

  /* Body 2 */
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 120% */
  letter-spacing: 0.038px;
}

.contacts-awards .feedback-form {
  width: 100%;
  max-width: 1078px;
  margin: 20px auto 12px;
  background: -webkit-linear-gradient(
    136.41deg,
    rgba(242, 242, 242, 0.56) 17.69%,
    rgba(242, 242, 242, 0.21) 84.09%
  );
  background: -o-linear-gradient(
    136.41deg,
    rgba(242, 242, 242, 0.56) 17.69%,
    rgba(242, 242, 242, 0.21) 84.09%
  );
  background: linear-gradient(
    313.59deg,
    rgba(242, 242, 242, 0.56) 17.69%,
    rgba(242, 242, 242, 0.21) 84.09%
  );
  background-blend-mode: soft-light;
  mix-blend-mode: normal;
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 1px 72px 0;
  display: block;
  border: 2px solid rgba(242, 242, 242, 0.5);
}
.contacts-awards .feedback-form .fox-column.fox-column6 {
  width: 100% !important;
  margin: 0 !important;
}
.contacts-awards .feedback-form .fox-column.fox-column6:first-child {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
}
/*.contacts-awards .feedback-form .fox-column.fox-column6:first-child>.fox-item.fox-item-board.fox-item-board-labels.control-group{
  display: none!important;
}*/
.contacts-awards .feedback-form .fox-column.fox-column6:first-child > div {
  width: 32% !important;
  float: none !important;
}
.contacts-awards .feedback-form h4 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.0015em;
  color: #135a4a;
}

.contacts-awards .feedback-form h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #1c1c22;
  margin: 10px 0;
}

.feedback-form input#title,
.feedback-form input#email {
  width: 100%;
  background: #ffffff;
  mix-blend-mode: normal;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2),
    inset 2px 2px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2),
    inset 2px 2px 16px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  padding: 14px 16px;
  color: #84849a;
  opacity: 1;
  font-size: 16px;
  line-height: 20px;
}

.fox-column label {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #49495a;
}

.feedback-form input#name {
  background: #ffffff;
  mix-blend-mode: normal;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2),
    inset 2px 2px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2),
    inset 2px 2px 16px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  padding: 14px 16px;
  color: #84849a;
  opacity: 1;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}

.feedback-form input[type="text"] {
  background: #ffffff;
  mix-blend-mode: normal;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2),
    inset 2px 2px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2),
    inset 2px 2px 16px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  padding: 14px 16px;
  color: #84849a;
  opacity: 1;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}

.feedback-form input[placeholder] {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #84849a;
  opacity: 1;
}

.contacts-awards .fox-row .fox-item.fox-item-name,
.contacts-awards .fox-row .fox-item.fox-item-text-field,
.contacts-awards .fox-row .fox-item.fox-item-email,
.contacts-awards .fox-row .fox-item.fox-item-text-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.contacts-awards .form-row.name,
.contacts-awards .form-row.phone {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-calc(50% - 8px);
  width: calc(50% - 8px);
}

.contacts-awards .form-row.phone {
  float: right;
}

.contacts-awards .form-row.name {
  float: left;
}

.contacts-awards input {
  margin: 10px 0 4px;
  text-align: center;
}

.contacts-awards input.secondary-button {
  border: 1px solid #be704b;
  cursor: pointer;
}
.control-group {
  margin-bottom: 8px;
}
/*скроем ошибку*/
/*.fox-item.fox-item-board.fox-item-board-labels.control-group{
  display: none;
}*/
@media screen and (max-width: 992px) {
  .contacts-awards .feedback-form {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.mobile-feedback {
  display: none;
}
@media screen and (min-width: 700px) {
  .contacts-awards .feedback-form.footer-form {
    display: block !important;
  }
}
@media screen and (max-width: 700px) {
  .contacts-part {
    min-height: 62%;
  }
  .contacts-awards .feedback-form .fox-column.fox-column6:first-child > div {
    width: 100% !important;
  }
  .contacts-awards .feedback-form.footer-form {
    display: none;
    position: fixed;
    margin: auto;
    z-index: 999999999999999999;
    left: 16px;
    top: calc(45% - 250px);
    width: calc(100% - 32px);
  }

  .mobile-feedback {
    display: block;
    border-radius: 2px;
    border: 2px solid rgba(242, 242, 242, 0.5);
    background: linear-gradient(
      314deg,
      rgba(242, 242, 242, 0.56) 17.69%,
      rgba(242, 242, 242, 0.21) 84.09%
    );
    background-blend-mode: soft-light;
    box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(25px);
    max-width: 100%;
    padding: 12px 16px 16px;
    margin-top: 0px;
  }
  .mobile-feedback h3 {
    color: var(--main-1, #135a4a);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 130% */
    letter-spacing: 0.03px;
  }
  .mobile-feedback p {
    margin-bottom: 16px;
    margin-top: 4px;
    color: var(--neitral-3, #1c1c22);
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 120% */
    letter-spacing: 0.038px;
  }
  /*  .fadeBack::after{
    content: "";
    position: fixed;
  left: 0;
   bottom: 0;
    background: rgba(0, 0, 0, 0.50);
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: all 0.4s ease;
  }*/
}
@media screen and (max-width: 600px) {
  .contacts-container .contacts-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .contacts-wrapper p.tel {
    margin-bottom: 10px;
  }
  .contacts-wrapper p {
    display: inline-block;
  }
}

/*awards*/
.awards-slider {
  /* max-width: 1296px;*/
  max-width: 1232px;
  margin: auto;
}
.awards {
  /* border-bottom: 1px solid #C2E3EA;*/
}

.awards-item {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.awards-item p {
  max-width: 232px;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #535365;
  margin-left: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.004em;
  text-align: left;
}

.awards-item img {
  width: 48px;
  height: 48px;
}

.awards-item:hover {
  cursor: pointer;
}
p.copyright {
  /* position: absolute;
  bottom: 6px;
  left: calc(50% - 254px / 2);*/
  text-align: center;
}

/*Определяем высоту внутренних контейнеров для слайдов*/
.uslugi,
.prices,
.otzyvy,
.experts,
.contacts-awards {
  /* max-height: 768px;*/
  /* max-height: 900px;*/
}
.copyright-stickers {
  position: relative;
  display: block;
  width: 100%;
  /*max-width: 1296px;*/
  max-width: 1232px;
  margin: 0 auto;
}
.stickers-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}
.stickers-item img {
  width: 120px;
  height: 60px;
  object-fit: contain;
}

.stickers-wrapper {
  position: absolute;
  right: 0;
  top: -14px;
  z-index: 20;
}
.footer .stickers-wrapper {
  top: -9px;
}
@media screen and (max-width: 1460px) {
  .stickers-wrapper {
    right: 84px;
  }
}
@media screen and (max-width: 1300px) {
  .sobytija {
    /* max-width: 1150px;*/
    width: 100%;
    margin: 0 auto;
  }
  .sobytija__wrapper {
    width: 100%;
    max-width: 100%;
  }
  .sobytija-slider.swiper {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  .sobytija .swiper-button-prev {
    left: -8px;
  }
  .sobytija .swiper-button-next {
    right: 8px;
  }
}
@media screen and (max-width: 1150px) {
  .stickers-wrapper,
  .footer .stickers-wrapper {
    position: relative;
    right: 0;
    top: 0;
  }
  .contacts-awards p.copyright {
    margin-bottom: 0;
  }

  .copyright-stickers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 76px;
    gap: 16px;
    flex-wrap: wrap;
    padding-bottom: 16px;
    padding-top: 8px;
    align-items: center;
  }
  .stickers-item {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .contacts-container .contacts-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  p.tel,
  a.mail {
    width: fit-content;
  }
  .sobytija {
    height: 65%;
    min-height: 350px;
  }
  .clients {
    height: 35%;
    min-height: 200px;
  }
  .copyright-stickers {
    padding-right: 0;
  }
  p.copyright {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 450px) {
  .uslugi,
  .prices,
  .otzyvy,
  .experts,
  .contacts-awards {
    /*  max-height: 650px;*/
  }
  .contacts-awards p.copyright {
    text-align: left;
  }
}

.scroll-top {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 100;
  cursor: pointer;
  overflow: hidden;
  width: 57px;
  height: 57px;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  border-radius: 32px;
  background: var(--accent--1, #ebb499);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1),
    0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.scroll-top:hover img {
  padding-right: 123px;
}

.scroll-top:hover {
  width: 164px;
}

.scroll-top img {
  padding: 16px 18px;
  background: #ebb499;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: relative;
  display: inline-block;
}

.scroll-top:before {
  /* content: 'Консультация';
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.004em;
  color: #2D1911;
  position: absolute;
  top: 20px;
  left:53px;
  opacity: 1;
  z-index: 200;
  width: 0px;
  height: 16px;
  display: block;*/
}

.scroll-top .fab {
  -webkit-transition: all 0.37s ease;
  -o-transition: all 0.37s ease;
  transition: all 0.37s ease;
  position: relative;
  bottom: 41px;
  left: 56px;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.038px;
  color: #2d1911;
}
.scroll-top .fab a {
  color: var(--accent-3, #2d1911);
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: none;
}
.scroll-top a {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .scroll-top:hover img {
    padding: 16px 18px;
  }

  .scroll-top:hover {
    width: 57px;
  }
}
@media screen and (max-width: 576px) {
  .scroll-top.main-fab {
    bottom: 68px;
    right: 12px;
    /* bottom: auto;
    right: 16px;
    top: 16px;*/
  }

  /*.contacts-awards .form-row.name,.contacts-awards .form-row.phone,
  .contacts-awards .form-row.e-mail, .contacts-awards .form-row.title{
    display: none;
  }*/
}

/*style page project 2.2 start*/

/*Отступ для внутренних страниц после меню*/
.inner-padding {
  /* height: 72px;
  width: 100%;*/
}

.container.project {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 144px);
  background: -webkit-linear-gradient(9.8deg, #85c7d5 43.99%, #f4f5f6 70.57%);
  background: -o-linear-gradient(9.8deg, #85c7d5 43.99%, #f4f5f6 70.57%);
  background: linear-gradient(80.2deg, #85c7d5 43.99%, #f4f5f6 70.57%);
  z-index: 0;
}
.container.project.static-sobytija {
  background: linear-gradient(80deg, #85c7d5 43.99%, #f4f5f6 70.57%);
}

.ellipse-one {
  z-index: 0;
  content: url(../images/projekty_vn.svg);
  position: absolute;
  bottom: 24px;
  right: -577px;
  z-index: 0;
}
/* .ellipse-one::before {
  content: url(../images/projekty_vn.svg);
  position: absolute;
  bottom: 24px;
  right: -577px;
  z-index: 0;
}*/

.container.project .main {
  /* background: #FFFFFF;*/
  /*padding: 0 16px;*/
  z-index: 200 !important;
  position: relative;
  margin-bottom: 72px;
  padding-bottom: 1px;
}
.container.project .main::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  right: -16px;
  top: 0;
  background: #ffffff;
  z-index: 0;
}

.content-wrapper {
  max-width: 1328px;
  margin: 0 auto;
  z-index: 200 !important;
  padding: 0 16px;
  position: relative;
}

/*Хлебные крошки*/
ul.breadcrumb {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 28px 16px 28px 72px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1328px) {
  ul.breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
  .container > ul.breadcrumb {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.breadcrumb > li {
  display: inline;
}

.breadcrumb > li.active span {
  color: #535365;
}

.breadcrumb li a {
  font-family: "Source Sans Pro", sans-serif;
  color: var(--neitral-3, #1c1c22);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 120% */
  letter-spacing: 0.038px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.breadcrumb li a:hover {
  color: #355a54;
  opacity: 0.9;
}

.breadcrumb li > span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 120% */
  letter-spacing: 0.038px;
  color: var(--main-2, #26403c);
}

span.divider {
  display: inline-block;
  font-size: 15px;
  margin: 0 8px 0 8px;
  color: var(--main-2, #26403c);
}

/*Заголовок*/
.container h2 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.0025em;
  color: #135a4a;
  z-index: 10;
  padding: 12px 0;
  position: relative;
}
h2.container-title {
  text-align: left;
}
.itemFullText {
  position: relative;
  z-index: 10;
}

.project-image {
  width: 100%;
  position: relative;
  transition: opacity 1.4s ease-in-out;
}
.project-image.anim-items {
  opacity: 0;
}

.project-image img {
  width: 100%;
}

.about-project {
  margin: 0 0 24px;
  position: relative;
  transition: all 1s ease;
}
.container.project {
  color: #1c1c22;
}
.container.project .about-project > h6 {
  margin-top: 0;
}
.target-project {
  margin: 24px 0 16px;
  position: relative;
  transition: all 1s ease 0.3s;
}
.container.project p {
  margin: 8px 0;
}
.container.project h4 {
  margin: 24px 0;
  color: #26403c;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.0015em;
  text-align: left;
  transition: all 1s ease;
}
.container.project hr + h4 {
  transition: all 1s ease 0.7s;
}

.container.project ul {
  margin-left: 24px;
}
.container.project ol {
  margin-left: 0;
  padding-left: 0;
}
.container.project ul li {
  padding-left: 0px;
  list-style: disc;
  margin-bottom: 0;
}
.container.project ul li::before {
  content: none;
}
.container.project ol li {
  margin-bottom: 0;
  padding-left: 24px;
}
.container.project ol li::before {
  content: counter(num) ".";
  font-family: "Source Sans Pro";
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.005em;
  text-align: left;
  color: #1c1c22;
  top: 0;
  left: 5px;
}
.container.project .itemFullText ul {
  margin-left: 0;
}
.container.project .itemFullText ul li {
  padding-left: 32px;
  list-style: none;
  margin-bottom: 10px;
}
.container.project .itemFullText ul li::before {
  content: url(../images/umbrella.svg);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
}
.container.project .itemFullText ol li {
  margin-bottom: 10px;
  padding-left: 32px;
}
.container.project .itemFullText ol li::before {
  content: counter(num) " ";
  font-family: 'Merriweather', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.029px;
  text-align: left;
  background: linear-gradient(180deg, #EBB499 0%, #BE704B 100%, #BE704B 100%, #BE704B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: -1px;
  left: 5px;
}
.container.project hr {
  border-color: #c2e3ea;
  margin: 24px 0;
}
.container.project .otzyv__text p {
  color: #535365;
}
.container.project .otzyv-project h6 {
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .about-project.anim-items,
  .target-project.anim-items,
  .itemFullText.anim-items h4 {
    transform: translateX(80px);
    opacity: 0;
  }
  .main.anim-items h4 {
    /* display: inline-block;*/
    /* transition: all 1s ease;*/
  }
}

/*Анимация при загрузке страницы*/
.project-image.anim-items.animActive {
  opacity: 1;
}
.about-project.anim-items.animActive,
.target-project.anim-items.animActive,
.itemFullText.anim-items.animActive h4 {
  opacity: 1;
  transform: translateX(0);
}

/*Описание проекта и презентация на мониторе*/
.describe-project {
  width: 100%;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(52.26%, rgba(132, 132, 154, 0)),
      to(#84849a)
    ),
    #f4f4f6;
  background: -webkit-linear-gradient(
      bottom,
      rgba(132, 132, 154, 0) 52.26%,
      #84849a 100%
    ),
    #f4f4f6;
  background: -o-linear-gradient(
      bottom,
      rgba(132, 132, 154, 0) 52.26%,
      #84849a 100%
    ),
    #f4f4f6;
  background: linear-gradient(0deg, rgba(132, 132, 154, 0) 52.26%, #84849a 100%),
    #f4f4f6;
  z-index: -3;
  min-height: 512px;
  padding: 32px;
  z-index: 10;
  position: relative;
}

.describe-project p.first-describe {
  padding: 12px 0 36px;
  position: relative;
  z-index: 3;
}

.monitor-image {
  margin: 0px 16px 32px 0px;
  width: 480px;
  height: 389px;
  min-height: 389px;
  position: relative;
  float: left;
}

.monitor-image .monitor {
  width: 480px;
  height: 289px;
  background: rgba(255, 255, 255, 0.01);
  mix-blend-mode: normal;
  -webkit-box-shadow: inset 0px 39px 56px -36px rgba(255, 255, 255, 0.5),
    inset 0px 7px 11px -4px #ffffff,
    inset 0px -82px 68px -64px rgba(114, 180, 191, 0.3),
    inset 0px 98px 100px -48px rgba(148, 240, 255, 0.3),
    inset 0px 4px 18px rgba(160, 213, 222, 0.3),
    inset 0px 1px 40px rgba(207, 248, 255, 0.2);
  box-shadow: inset 0px 39px 56px -36px rgba(255, 255, 255, 0.5),
    inset 0px 7px 11px -4px #ffffff,
    inset 0px -82px 68px -64px rgba(114, 180, 191, 0.3),
    inset 0px 98px 100px -48px rgba(148, 240, 255, 0.3),
    inset 0px 4px 18px rgba(160, 213, 222, 0.3),
    inset 0px 1px 40px rgba(207, 248, 255, 0.2);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 20 !important;
}

.monitor-image:before {
  content: "";
  background: #f4f4f6;
  -webkit-box-shadow: inset 0px 39px 56px -36px rgba(255, 255, 255, 0.5),
    inset 0px 7px 11px -4px #ffffff,
    inset 0px -82px 68px -64px rgba(114, 180, 191, 0.3),
    inset 0px 98px 100px -48px rgba(148, 240, 255, 0.3),
    inset 0px 4px 18px rgba(160, 213, 222, 0.3),
    inset 0px 1px 40px rgba(207, 248, 255, 0.2);
  box-shadow: inset 0px 39px 56px -36px rgba(255, 255, 255, 0.5),
    inset 0px 7px 11px -4px #ffffff,
    inset 0px -82px 68px -64px rgba(114, 180, 191, 0.3),
    inset 0px 98px 100px -48px rgba(148, 240, 255, 0.3),
    inset 0px 4px 18px rgba(160, 213, 222, 0.3),
    inset 0px 1px 40px rgba(207, 248, 255, 0.2);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  -webkit-border-radius: 1px;
  border-radius: 1px;
  width: 34px;
  height: 106px;
  position: absolute;
  bottom: 18px;
  left: -webkit-calc(50% - 17px);
  left: calc(50% - 17px);
  z-index: 0;
}

.monitor-image::after {
  content: "";
  position: absolute;
  width: 207.76px;
  height: 26.27px;
  left: -webkit-calc(50% - 207.76px / 2);
  left: calc(50% - 207.76px / 2);
  bottom: 0;
  background: rgba(255, 255, 255, 0.01);
  mix-blend-mode: normal;
  -webkit-box-shadow: inset 0px 39px 56px rgba(255, 255, 255, 0.5),
    inset 0px 7px 11px #ffffff, inset 0px -82px 68px rgba(114, 180, 191, 0.3),
    inset 0px 98px 100px rgba(148, 240, 255, 0.3),
    inset 0px 4px 18px rgba(160, 213, 222, 0.3),
    inset 0px 1px 40px rgba(207, 248, 255, 0.2);
  box-shadow: inset 0px 39px 56px rgba(255, 255, 255, 0.5),
    inset 0px 7px 11px #ffffff, inset 0px -82px 68px rgba(114, 180, 191, 0.3),
    inset 0px 98px 100px rgba(148, 240, 255, 0.3),
    inset 0px 4px 18px rgba(160, 213, 222, 0.3),
    inset 0px 1px 40px rgba(207, 248, 255, 0.2);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 0;
}

.swiper.monitor-slider {
  width: 100%;
  height: 262px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.swiper.monitor-slider .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper.monitor-slider .swiper-slide img {
  width: 471px;
}

/*Анимация на мобильном телефоне*/
.mobile-image {
  width: 120px;
  height: 266px;
  position: relative;
  background: rgba(255, 255, 255, 0.01);
  mix-blend-mode: normal;
  -webkit-box-shadow: inset 0px 39px 56px -36px rgba(255, 255, 255, 0.5),
    inset 0px 7px 11px -4px #ffffff,
    inset 0px -82px 68px -64px rgba(114, 180, 191, 0.3),
    inset 0px 98px 100px -48px rgba(148, 240, 255, 0.3),
    inset 0px 4px 18px rgba(160, 213, 222, 0.3),
    inset 0px 1px 40px rgba(207, 248, 255, 0.2);
  box-shadow: inset 0px 39px 56px -36px rgba(255, 255, 255, 0.5),
    inset 0px 7px 11px -4px #ffffff,
    inset 0px -82px 68px -64px rgba(114, 180, 191, 0.3),
    inset 0px 98px 100px -48px rgba(148, 240, 255, 0.3),
    inset 0px 4px 18px rgba(160, 213, 222, 0.3),
    inset 0px 1px 40px rgba(207, 248, 255, 0.2);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
}

.swiper.mobile-slider {
  width: 100%;
  height: 234px;
  position: absolute;
  top: 16px;
  left: 5px;
}

.swiper.mobile-slider .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper.mobile-slider .swiper-slide img {
  width: 110px;
}

/*Описание шрифтов проекта*/
.describe-fonts {
  display: inline-block;
  vertical-align: top;
}

.second-describe {
  margin-top: 0;
}

.fonts-container {
  background: #ffffff;
  max-width: 552px;
}

.fonts-container img {
  max-width: 100%;
  width: 100%;
}

/*Описание цвнтовой палитры проекта*/
.fonts-color-container {
  position: relative;
  display: inline-block;
  max-width: 552px;
  margin-left: 32px;
  vertical-align: top;
}

.describe-color {
  margin-top: 62px;
  display: inline-block;
  width: 100%;
  max-width: 552px;
  vertical-align: top;
  /*position: relative;
 left:152px;
 bottom: 94px;*/
}

.color-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 8px;
  background: #ffffff;
  max-width: 552px;
}

.first-color {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #00112f;
  height: 88px;
}

.second-color {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #0b446f;
  height: 88px;
}

.third-color {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #8babdc;
  height: 88px;
}

/*Анимация при загрузке*/
@media screen and (min-width: 1024px) {
  .monitor-image.anim-items,
  .mobile-image.anim-items,
  .fonts-container.anim-items,
  .color-container.anim-items {
    transform: translateY(-40px);
    transition: all 1s ease;
    opacity: 0;
  }
}

.mobile-image.anim-items {
  transition: all 1s ease 0.3s;
}
.fonts-container.anim-items {
  transition: all 1s ease 0.6s;
}
.color-container.anim-items {
  transition: all 1s ease 0.9s;
}
.monitor-image.anim-items.animActive,
.mobile-image.anim-items.animActive,
.fonts-container.anim-items.animActive,
.color-container.anim-items.animActive {
  transform: translateY(0);
  opacity: 1;
}

.container h2.container-title {
  color: var(--main-1, #135a4a);
  text-align: left;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 137.143% */
  letter-spacing: 0.088px;
}

@media screen and (max-width: 1024px) {
  .container h2,
  .container h2.container-title {
    font-size: 32px;
    line-height: 42px;
  }
  h2.container-title.static-title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 740px) {
  .container h2,
  .container h2.container-title {
    font-size: 28px;
    line-height: 36px;
  }
  .monitor-image {
    float: none;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 16px;
  }
  p.first-describe {
    float: right;
    width: calc(100% - 136px);
  }
  .describe-project {
    padding: 16px;
  }
  .fonts-color-container {
    margin: 16px auto 0;
  }
  .describe-fonts {
    float: none;
    margin: 0 auto;
  }
  .describe-color {
    margin-top: 16px;
  }
  .container.project .main::before {
    /* display: none;*/
  }
}
@media screen and (max-width: 576px) {
  .container h2,
  .container h2.container-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
  h2.container-title.static-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.03px;
  }
  .monitor-image {
    width: 100%;
  }
  .monitor-image .monitor {
    width: 100%;
    margin-right: 0;
  }
  .swiper.monitor-slider .swiper-slide img {
    width: calc(100% - 9px);
  }
}
@media screen and (max-width: 430px) {
  p.first-describe {
    width: calc(100% - 114px);
  }
  .mobile-image {
    width: 100px;
    height: 216px;
  }
  .swiper.mobile-slider .swiper-slide img {
    width: 100%;
    width: 90px;
  }
  .swiper.mobile-slider .swiper-slide,
  .swiper.mobile-slider .swiper-wrapper,
  .swiper.mobile-slider {
    width: 100%;
  }
  .swiper.mobile-slider {
    height: calc(100% - 32px);
  }
  .monitor-image .monitor {
    height: 240px;
  }
  .swiper.monitor-slider {
    height: 218px;
  }
  div.monitor-image:before {
    width: 24px;
    height: 80px;
    position: absolute;
    bottom: 38px;
    left: -webkit-calc(50% - 12px);
    left: calc(50% - 12px);
    z-index: 0;
  }
  .container h2,
  .container h2.container-title {
    font-size: 20px;
    line-height: 26px;
  }
  .monitor-image::after {
    width: 140px;
    height: 20px;
    left: -webkit-calc(50% - 140px / 2);
    left: calc(50% - 140px / 2);
    bottom: 20px;
  }
  .monitor-image {
    height: 340px;
    min-height: 340px;
  }
}
@media screen and (max-width: 380px) {
  p.first-describe {
    width: calc(100% - 94px);
  }
  .mobile-image {
    width: 80px;
    height: 160px;
  }
  .swiper.mobile-slider .swiper-slide img {
    width: 70px;
  }
  .swiper.mobile-slider {
    height: calc(100% - 20px);
    top: 10px;
  }
  .monitor-image .monitor {
    height: 210px;
  }
  .swiper.monitor-slider {
    height: 190px;
  }
  div.monitor-image:before {
    width: 24px;
    height: 80px;
    position: absolute;
    bottom: 38px;
    left: -webkit-calc(50% - 12px);
    left: calc(50% - 12px);
    z-index: 0;
  }
  .container h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .monitor-image::after {
    width: 140px;
    height: 20px;
    left: -webkit-calc(50% - 140px / 2);
    left: calc(50% - 140px / 2);
    bottom: 20px;
  }
  .monitor-image {
    height: 310px;
    min-height: 310px;
  }
}

/*Отзыв заказчика*/
.container.project .otzyv-project {
  margin-top: 0;
}
.container.project .otzyv-project hr {
  margin-top: 24px;
  margin-bottom: 24px;
}
.otzyv-project {
  position: relative;
  margin-top: 32px;
}

.otzyv-project .otzyv__logo {
  float: left;
}
.container.project .otzyv__logo {
  margin-right: 16px;
}
.container.project .otzyv .otzyv__logo::after {
  content: none;
}
.container.project .otzyv-project .otzyv__text {
  width: calc(100% - 96px);
}

.otzyv-project .rating {
  clear: none;
}

.otzyv-project .otzyv__text {
  float: right;
  width: -webkit-calc(100% - 112px);
  width: calc(100% - 112px);
  margin-top: 8px;
  margin-bottom: 60px;
}

.otzyv-project .otzyv__text p {
  width: -webkit-calc(100%);
  width: calc(100%);
  margin: 0;
}
.otzyv__sites {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
.otzyv {
  transition: opacity 2s ease;
}
.otzyv.anim-items {
  opacity: 0;
}
.otzyv.anim-items.animActive {
  opacity: 1;
}
@media screen and (max-width: 430px) {
  .otzyv-project .otzyv__text {
    width: 100%;
    clear: both;
    margin-bottom: 16px;
  }
  .otzyv-project .rating {
    clear: both;
  }
  .otzyv__sites {
    position: static;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .otzyv__sites > a {
    margin: 8px auto;
  }
}

/*style footer start*/
.footer {
  min-height: 72px;
  width: 100%;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding-left: 16px;
  padding-right: 16px;
}

.footer p.copy {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.004em;
  color: #26403c;
  text-align: center;
}
/*style page project 2.2 end*/

/*style page project 2.1 start*/
.main-project {
  margin-bottom: 48px;
}
.main-project__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  gap: 32px;
}
.project-single {
  position: relative;
  z-index: 3;
  width: calc(33.33% - 22px);
  height: 560px;
  background-image: url(../images/grodno_project.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.project-single:nth-child(2) {
  background-image: url(../images/boksha-project.png);
}
.project-single__word {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: top;
  font-size: 400px;
  font-family: sans-serif;
  font-weight: 600;
  background-image: url(../images/grodno_project.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.4s ease;
  -webkit-text-stroke: 2px transparent;
  text-stroke: 2px transparent;
}
.project-single .project-single__word span {
  display: inline-block;
  margin-bottom: 24px;
  transition: all 0.4s ease-in-out;
  font-family: "Montserrat Alternates", sans-serif;
}
.project-single:nth-child(2) .project-single__word {
  background-image: url(../images/boksha-project.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: top;
  font-size: 400px;
  font-family: sans-serif;
  font-weight: 600;
  -webkit-text-stroke: 2px transparent;
  text-stroke: 2px transparent;
}
.project-single:nth-child(3) {
  background-image: url(../images/smorgon_project.png);
}
.project-single:nth-child(3) .project-single__word {
  background-image: url(../images/smorgon_project.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 400px;
  font-family: sans-serif;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-clip: text;
  -webkit-text-stroke: 2px transparent;
  text-stroke: 2px transparent;
}
.project-single:nth-child(4) {
  background-image: url(../images/borovoj_project.png);
}
.project-single:nth-child(4) .project-single__word {
  background: url(../images/borovoj_project.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 400px;
  font-family: sans-serif;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-clip: text;
  -webkit-text-stroke: 2px transparent;
  text-stroke: 2px transparent;
}
.project-single:nth-child(5) {
  background-image: url(../images/magnus_project.png);
}
.project-single:nth-child(5) .project-single__word {
  background: url(../images/magnus_project.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 400px;
  font-family: sans-serif;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-clip: text;
  -webkit-text-stroke: 2px transparent;
  text-stroke: 2px transparent;
}
.project-single:nth-child(6) {
  background-image: url(../images/belpromstroj_project.png);
}
.project-single:nth-child(6) .project-single__word {
  background: url(../images/belpromstroj_project.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 400px;
  font-family: sans-serif;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-clip: text;
  -webkit-text-stroke: 2px transparent;
  text-stroke: 2px transparent;
}

.project-single::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(240, 248, 250, 0.8) 21.15%,
    rgba(194, 227, 234, 0.9) 83.12%,
    #c2e3ea 100%
  );
  mix-blend-mode: normal;
  position: absolute;
}

/*
.project-single__word>span{
  width: 100%;
  height: 100%;
  display: inline-block;
  height: fit-content;
  position: absolute;
  top: 36px;
  text-align: center;
  vertical-align:top;
  font-size: 400px;
  font-family: sans-serif;
  font-weight: 600;
  background:url(../images/grodno_project.png) no-repeat center/cover;
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent;
  color:transparent;
}*/

/*
.project-single__title{
  z-index: 5;
  position: relative;
}*/
.project-single h3 {
  /* font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 30px;
text-align: center;
color: #1C1C22;*/
  color: var(--main-2, #26403c);
  text-align: center;
  font-family: "Merriweather", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 139.13% */
  /*margin-top: 18px;*/
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.project-single__hashtag {
  position: absolute;
  width: 100%;
  bottom: 52px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #5b9a91;
  padding-bottom: 32px;
  z-index: 20;
  transition: all 0.4s ease;
}
.project-single__hashtag a {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #5b9a91;
  display: inline;
  text-decoration: none;
  position: relative;
}
.project-single__hashtag a::before {
  content: "#";
}
.project-single__hashtag span {
  display: inline-block;
  margin: 0 12px;
  transition: all 0.4s ease;
}
.project-single__hashtag span:hover {
  opacity: 0.6;
}
.project-single__buttons {
  position: absolute;
  width: 100%;
  bottom: 16px;
  text-align: center;
  z-index: 20;
  /* padding-bottom: 12px;*/
}
.project-single__buttons > a {
  margin: 0 8px;
}

/*Анимациии при загрузке страницы*/
@media screen and (min-width: 1024px) {
  .project-single.anim-items,
  .last-project.anim-items {
    transform: scale(1) translate(-70px, -30px);
    opacity: 0;
  }
  .project-single.anim-items.animActive,
  .last-project.anim-items.animActive {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
.project-single,
.last-project {
  transition: transform 1s ease, box-shadow 0.4s ease, opacity 1s ease,
    -webkit-text-stroke 0.01s linear;
  transition: transform 1s ease, box-shadow 0.4s ease, opacity 1s ease,
    text-stroke 0.01s ease;
}

/*.project-single:nth-child(2){
  transition: transform 1s ease 0.3s, opacity 1s ease 0.3s, box-shadow 0.4s ease, -webkit-text-stroke 0.01s linear;;
}
.project-single:nth-child(3){
  transition: transform 1s ease 0.6s, opacity 1s ease 0.6s, box-shadow 0.4s ease, -webkit-text-stroke 0.01s linear;;
}
.project-single.anim-items:nth-child(4){
  transition: transform 1s ease 0.9s, opacity 1s ease 0.9s, box-shadow 0.4s ease, -webkit-text-stroke 0.01s linear;;
}
.project-single.anim-items:nth-child(5){
  transition: transform 1s ease 1.2s, opacity 1s ease 1.2s, box-shadow 0.4s ease, -webkit-text-stroke 0.01s linear;;
}
.project-single.anim-items:nth-child(6){
  transition: transform 1s ease 1.5s, opacity 1s ease 1.5s, box-shadow 0.4s ease, -webkit-text-stroke 0.01s linear;;
}*/
.project-single:hover,
.last-project:hover {
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
/*
.project-single:hover .project-single__word{
  -webkit-text-stroke: 2px #5B9A91;
  text-stroke: 2px #5B9A91;
}*/

@media screen and (max-width: 992px) {
  .project-single {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .project-single h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .project-single {
    height: 450px;
    width: calc(50% - 8px);
  }
  .main-project__wrapper {
    gap: 16px;
  }

  .project-single__word span {
    font-size: 300px;
  }
  .project-single__buttons > a {
    margin: 0;
  }
  .project-single__hashtag span {
    display: inline-block;
    margin: 0 8px;
  }
}
@media screen and (max-width: 630px) {
  .main-project__wrapper {
    justify-content: center;
  }
  .project-single {
    height: 450px;
    width: 70%;
  }
  /* .project-single__word{
    height: 58%;
  }
  .project-single__word span{
    font-size: 300px;
  }
  .project-single__buttons>a{
    margin: 0;
  }
  .project-single__hashtag span{
    display: inline-block;
    margin: 0 8px;
  }*/
}
@media screen and (max-width: 576px) {
  .main-project__wrapper {
    justify-content: center;
  }
  .project-single {
    height: 450px;
    width: 80%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 450px) {
  .main-project__wrapper {
    justify-content: center;
  }
  .project-single {
    height: 400px;
    width: 100%;
    margin-bottom: 3vw;
  }
  .project-single__word span {
    font-size: 220px;
  }
  .project-single__hashtag span {
    margin: 0;
  }
}
/*style page project 2.1 end*/

/*style page solutions 4.1 start*/
.solutions {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 32px;
}
.who-used {
  max-width: 300px;
}
.what-pay {
  width: calc(100% - 316px);
  /* border-right: 1px solid #F4F4F6;*/
}
.what-pay .pay {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 36px;
  margin-top: 24px;
}
.what-pay .pay li {
  padding-left: 64px;
  position: relative;
  transition: all 0.5s ease;
}
.what-pay .pay li:hover::after {
  cursor: pointer;
  transform: scale(1.23);
}
.what-pay .pay li:hover {
  cursor: pointer;
}
.what-pay .pay li:first-child::after {
  content: url(../images/consultation_vn.svg);
  position: absolute;
  left: 0;
  top: -12px;
  transition: all 0.5s ease;
}
.what-pay .pay li:nth-child(2)::after {
  content: url(../images/developer_vn.svg);
  position: absolute;
  left: 0;
  top: -12px;
  transition: all 0.5s ease;
}
.what-pay .pay li:nth-child(3)::after {
  content: url(../images/support_vn.svg);
  position: absolute;
  left: 0;
  top: -12px;
  transition: all 0.5s ease;
}
.solutions h5 {
  margin-bottom: 16px;
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.0015em;
  color: #535365;
}
.container .solutions li {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #081d21;
}
.solutions ul.get {
  margin-bottom: 32px;
}

.content-wrapper .get li {
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}
.content-wrapper .get li:hover {
  cursor: pointer;
}
.content-wrapper .get li::before {
  content: url(../images/Star.svg);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
}
.content-wrapper .get li:hover::before {
  cursor: pointer;
  transform: scale(1.3);
}
.who-used {
  position: relative;
  padding-left: 24px;
  border-left: 1px solid #f4f4f6;
}
.who-used::after {
}
.who-used__swiper.swiper {
  height: 272px;
}
.who-used__swiper .swiper-pagination {
  position: absolute;
  right: 20px !important;
}
.who-used .who-used__swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #f4f4f6;
  border: 2px solid #f4f4f6;
  opacity: 1;
  transition: all 0.5s ease;
}

.who-used__swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.who-used .who-used__swiper .swiper-pagination .swiper-pagination-bullet:hover {
  border: 2px solid #ebb499;
}
/*Анимация при загрузке страницы*/
.what-pay .pay li.anim-items,
.get li.anim-items,
.start-price li.anim-items {
  transform: translate(50px, -20px);
  opacity: 0;
  transition: all 1s ease;
}

.what-pay .pay li.anim-items:nth-child(2),
.get li.anim-items:nth-child(2) {
  transition: all 1s ease 0.3s;
}
.what-pay .pay li.anim-items:nth-child(3),
.get li.anim-items:nth-child(3) {
  transition: all 1s ease 0.6s;
}
.what-pay .pay li.anim-items.animActive,
.get li.anim-items.animActive,
.start-price li.anim-items.animActive {
  transform: translate(0);
  opacity: 1;
}
.who-used.anim-items {
  transform: translate(-50px, -20px);
  opacity: 0;
  transition: all 1.6s ease;
}
.who-used.anim-items.animActive {
  transform: translate(0);
  opacity: 1;
}

/*Форма заказа консультации*/
.order-consultation {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-bottom: 72px;
}
.content-wrapper {
}
.order-consultation h3 {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.0015em;
  color: #135a4a;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 8px;
}
.order-wrapper {
  width: 100%;
  /*  background: #FFFFFF;
mix-blend-mode: normal;
box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(50px);
border-radius: 4px;
border: 2px solid#EBB499;*/
  /*border-image-source: linear-gradient(180deg, #EBB499 0%, #BE704B 100%, #BE704B 100%, #BE704B 100%);*/
}

.order-wrapper > div.fox-container {
  background: #ffffff;
  mix-blend-mode: normal;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(50px);
  border-radius: 4px;
  outline: 2px solid#EBB499;
}
form.form-order {
  padding: 24px 72px 24px 72px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
form.form-order .row {
  width: 100%;
  display: flex;
  flex-direction: column;
}
form.form-order input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dddde3;
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2),
    inset 2px 2px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 48px;
  text-align: center;
}
form.form-order label {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.004em;
  color: #84849a;
  margin-bottom: 18px;
  margin-top: 2px;
}
form.form-order .row:nth-child(2),
form.form-order .row:nth-child(3) {
  width: calc(50% - 8px);
}
form.form-order .row input.secondary-button {
  width: fit-content;
  margin: auto;
  height: auto;
  padding: 11px 16px;
  background: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #be704b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #874c31;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  /* line-height: 15px;*/
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  box-shadow: none;
}
form.form-order .row input.secondary-button:hover,
form.form-order .row input.secondary-button:focus {
  color: #be704b;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 4px rgba(25, 25, 25, 0.2),
    2px 2px 16px rgba(25, 25, 25, 0.1);
  box-shadow: 1px 1px 4px rgba(25, 25, 25, 0.2),
    2px 2px 16px rgba(25, 25, 25, 0.1);
  text-decoration: none;
  cursor: pointer;
}
form.form-order .row input.secondary-button:active {
  color: #be704b;
  background: #f4f4f6;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2),
    inset 2px 2px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2),
    inset 2px 2px 16px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

/*анимация при загрузке страницы*/
form.form-order .row.anim-items {
  transform: translate(0, 25px);
  opacity: 0;
  transition: all 1s ease;
}
form.form-order .row.anim-items.animActive {
  transform: translate(0);
  opacity: 1;
}
form.form-order .row.anim-items:nth-child(2) {
  transition: all 1s ease 0.3s;
}
form.form-order .row.anim-items:nth-child(3) {
  transition: all 1s ease 0.6s;
}
form.form-order .row.anim-items:nth-child(4) {
  transition: all 1s ease 0.9s;
}
form.form-order .row.anim-items:nth-child(5) {
  transition: all 1s ease 1.2s;
}
form.form-order .row.anim-items:nth-child(6) {
  transition: all 1s ease 1.4s;
}
@media screen and (max-width: 1024px) {
  .prices h2.slide-item__title,
  .contacts-awards h2.slide-item__title {
    padding-top: 8px;
  }
  .usligi h2.slide-item__title {
    padding-top: 5px;
  }
  .order-wrapper .zakaz_consult {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 450px) {
  .otzyvy h2.slide-item__title {
    padding-top: 4px;
  }
}

@media screen and (max-width: 1025px) {
  .who-used {
    max-width: 100%;
    width: 100%;
    border-left: none;
    margin-top: 24px;
    padding-left: 0;
  }
  .what-pay {
    width: 100%;
  }
  .solutions {
    flex-direction: column;
  }
  .who-used .who-used__swiper .swiper-pagination {
    display: none;
  }
  /* .who-used__swiper .swiper-pagination {
    position: absolute;
   right: 0;
   bottom: 20px;
  }*/
  .who-used__swiper.swiper {
    height: 100px;
    margin-top: 24px;
  }
  /*.who-used__swiper .swiper-pagination{
  transform: translate3d(0, 0, 0);
  text-align: center;

}
.who-used__swiper .swiper-pagination-vertical.swiper-pagination-bullets {

  top: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%) rotateY(90deg);
  white-space: nowrap;
  height: 100px;
  width: 100px;
}*/
}
@media screen and (max-width: 767px) {
  form.form-order {
    padding: 24px 16px 24px 16px;
  }
}
@media screen and (max-width: 576px) {
  form.form-order .row:nth-child(2),
  form.form-order .row:nth-child(3) {
    width: 100%;
  }
  .solutions ul.pay {
    flex-direction: column;
  }
  .solutions ul.pay li {
    margin-bottom: 32px;
  }
  .solutions ul.pay li:last-child {
    margin-bottom: 8px;
  }
}
.page_pagination {
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.page_pagination ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 0;
  padding: 16px;
  border-radius: 56px;
  background: #fff;
  width: fit-content;
}
.page_pagination ul li.arrow-list:first-child {
  margin-right: 16px;
}
.page_pagination ul li.arrow-list:nth-child(2) {
  margin-right: 12px;
}
.page_pagination ul li.arrow-list:last-child {
  margin-left: 16px;
}
.page_pagination ul li {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.page_pagination ul li:before {
  display: none;
}
.page_pagination ul li a {
  text-decoration: none;
  color: var(--accent-0, #be704b);
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 120% */
  letter-spacing: 0.038px;
}
.page_pagination ul li.active.list-namber {
  color: var(--neitral-2, #373743);
}
.page_pagination ul li.active.list-namber a {
  color: var(--neitral-2, #373743);
}
.list-namber {
  margin: 0 12px;
}

/*события статичная*/
h3 {
  position: relative;
  z-index: 10;
}
.item-text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
}
h3.item-news-title {
  color: var(--main-2, #26403c);
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
  display: block;
  width: 100%;
  clear: both;
  padding-top: 21px;
  padding-bottom: 21px;
}
.itemIntrotext {
  position: relative;
  z-index: 10;
}
.item-text-container p {
  margin-top: 0;
  margin-bottom: 16px;
  color: var(--neitral-1, #535365);
}
.text-part {
  width: 60%;
}
.image-part {
  width: 40%;
}
.sobytija-item-image {
  position: relative;
  z-index: 10;
  width: 100%;
}
.sobytija-item-image img {
  width: 100% !important;
  height: 320px !important;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .item-text-container {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  .text-part {
    width: 100%;
  }
  .image-part {
    width: 100%;
  }
  .sobytija-item-image img {
    height: auto !important;
  }
}
@media screen and (max-width: 430px) {
  .sobytija-item-image img {
    /*height: 240px!important;*/
  }
}

/*{loadmoduleid 198}*/
#rl_modals {
  border-radius: 4px !important;
  border: 2px solid var(--metal_gradient, #ebb499);
  background: #fff;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(25px);
}
#rl_modals_loaded_content {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.fox-item-dropdown .controls {
  /* height: 48px!important;*/
  border: none !important;
  border-radius: 4px !important;
  background: #fff;
  background-image: none;
}
select {
  height: 48px !important;
  border: none !important;
}
.chzn-single {
  height: 48px !important;
  border: none !important;
  background-image: none;
  border-radius: 4px !important;
  background: #fff;
  padding-top: 12px !important;
  background-image: none !important;
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.1) inset,
    1px 1px 4px 0px rgba(0, 0, 0, 0.2) inset !important;
}
.chzn-container-single .chzn-single div b {
  background-image: url(../images/expand.svg) !important;
  background-position: left center !important;
  transition: all 0.3s ease;
}
.chzn-container-single.chzn-with-drop .chzn-single div b {
  background-image: url(../images/expand.svg) !important;
  background-position: left center !important;
  transition: all 0.3s ease;
  transform: rotateX(180deg);
}
.chzn-container-single .chzn-single span {
  color: var(--neitral-1, #535365);
  color: #84849a !important;
  background: #fff;
  background-image: none;
}
.fox-column .chzn-container-single .chzn-drop {
  border: none;
}
.fox-form .chzn-container {
  color: var(--neitral-1, #535365);
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 117.647% */
  letter-spacing: 0.085px;
}
.fox-container {
  background: #ffffff;
}
.hidden-form .fox-container,
.popap-hidden-form .fox-container {
  padding: 8px 16px;
  border-radius: 4px;
  border: 2px solid var(--metal_gradient, #ebb499);
  background: #fff;
  width: calc(100vw - 32px);
  overflow-y: auto;
}
.alert.alert-success {
  background: none !important;
  border: none !important;
  min-height: 200px;
  display: flex;
  align-items: center;
  position: relative !important;
}
.alert .close {
  position: absolute !important;
  right: 0px !important;
  top: 0px !important;
  font-size: 28px !important;
  line-height: 28px !important;
}
.zakaz_consult label {
  color: var(--neitral-0, #84849a);
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  letter-spacing: 0.052px;
}
.zakaz_consult .fox-column.fox-column12 .fox-item.fox-item-text-area,
.zakaz_consult .fox-column.fox-column12 .fox-item.fox-item-attachments {
  flex-direction: column-reverse;
  display: flex;
  align-items: center;
}
.zakaz_consult
  .fox-column.fox-column12
  .fox-item.fox-item-attachments
  .controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}
.fox-item-attachments-btn-cnt {
}
div.fox-item-attachments-btn-cnt .qq-upload-button span {
  background: url(../images/list.svg) no-repeat left 50% transparent !important;
  background-size: contain !important;
}
/*скрывает help block*/
.fox-item.fox-item-attachments .help-block {
  display: none !important;
}
.zakaz_consult .fox-column.fox-column12 {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.zakaz_consult .fox-row:nth-child(3) .fox-column.fox-column12 {
  justify-content: center;
}

.zakaz_consult .fox-column.fox-column12 .col-6 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  float: none !important;
}
.zakaz_consult .fox-column.fox-column12 .col-3 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  float: none !important;
}
.zakaz_consult .fox-column.fox-column12 .col-12 {
  display: flex;
  flex-direction: column-reverse;
  float: none !important;
}
.zakaz_consult .fox-column.fox-column12 {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.zakaz_consult .fox-row:nth-child(3) .fox-column.fox-column12 {
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .zakaz_consult {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .hidden-form .fox-container.zakaz_consult,
  .popap-hidden-form .fox-container.zakaz_consult {
    padding-left: 72px !important;
    padding-right: 72px !important;
    width: 85%;
    max-width: 1328px;
  }
}
@media screen and (min-width: 776px) {
  .zakaz_consult .fox-column.fox-column12 .col-6 {
    width: calc(50% - 8px) !important;
  }
  .zakaz_consult .fox-column.fox-column12 .col-3 {
    width: calc(33.33% - 10.67px) !important;
  }
}

.hidden-form,
.popap-hidden-form {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 999999999999999999;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
}
.popap-hidden-form {
  z-index: 999999999999;
  transform: translateX(-72px);
}
.hidden-form-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.fox-item-checkbox,
.fox-item-checkbox > .controls {
  width: fit-content !important;
  margin: 0 !important;
  line-height: 0;
  height: 32px;
}
.rating-area {
  overflow: hidden;
  width: 265px;
  margin: 0 auto;
}
.rating input[type="checkbox"] {
  width: 0 !important;
  height: 0 !important;
  font-size: 0;
  transition: all 0.3s ease;
  margin-right: 4px !important;
}
.rating .fox-item-checkbox label {
  width: 24px;
  font-size: 0;
}
.rating .fox-item-checkbox label:not(:checked) {
  /*	float: right;
	width: 42px;
	padding: 0;
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;*/
  width: 24px;
  position: relative;
}
.rating .fox-item-checkbox input::after {
  content: "";
  opacity: 1;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/star_2.svg) center no-repeat;
  margin-right: 4px;
  background-size: contain;
}
.rating .fox-item-checkbox input:not(:checked)::after {
  content: "";
  opacity: 1;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/star_2.svg) center no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.rating .fox-item-checkbox input:checked::after {
  content: "";
  opacity: 1;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/star_active.svg) center no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.rating.fox-container {
  padding-top: 0;
}
/*.rating .fox-item-checkbox label:not(:checked):hover{
  background: url(../images/star_active.svg) center no-repeat;
}*/
/*.rating .fox-item-checkbox label:hover,
.rating .fox-item-checkbox label:checked:hover,
.rating .fox-item-checkbox input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating .fox-item-checkbox label:hover ~ label {
  background: url(../images/star_active.svg) center no-repeat;
}*/
h3.form-title {
  color: var(--main-1, #135a4a);
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
}

.scrollUp.jmoddiv,
.scrollUp {
  position: fixed;
  top: auto;
  left: auto;
  bottom: 86px;
  right: 24px;
  display: none;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 32px;
  background: var(--main-1, #135a4a);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1),
    0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 100;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

/*.scrollUp:hover {
  background: #CC9D66;
}

.scrollUp-show {
  display: block;
}*/

.scrollUp:hover {
  cursor: pointer;
  background: #5b9a91;
}

.scrollUp svg {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}

/* Quote */
body blockquote {
  background: #f0f8fa;
  padding: 16px;
  margin: 24px 0;
}
.special-quote {
  position: relative;
  padding: 12px 16px;
  margin: 24px 0;
}
.special-quote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #EBB499 0%, #BE704B 100%, #BE704B 100%, #BE704B 100%);
}
.special-quote p:first-child {
  margin-top: 0;
}
.special-quote p:last-child {
  margin-bottom: 0;
}
.special-quote__name {
  text-align: right;
  color:  #373743;
  font-family: 'Merriweather', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.013px;
  margin-top: 12px;
}

/* Gallery */

/* .itemImageGallery {
  padding-top: 48px;
}
.itemImageGallery::before {
  content: '';
  position: absolute;
  margin-top: -48px;
  left: 0;
  height: 32px;
  width: 100vw;
  background-color: #F0F8FA;
} */
#sigProIdc48946f789 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0 !important;
  padding: 0 !important;
}
#sigProIdc48946f789 li.sigProThumb {
  list-style-type: none !important;
}
#sigProIdc48946f789 li.sigProThumb a.sigProLink {
  color: transparent;
  background-color: transparent;
  border: none;
  width: 100% !important;
}
#sigProIdc48946f789 li.sigProThumb a.sigProLink img.sigProImg {
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
}
@media (max-width:992px) {
  #sigProIdc48946f789 li.sigProThumb a.sigProLink {
    height: 356px !important;
  }
}
@media (max-width:768px) {
  #sigProIdc48946f789 li.sigProThumb a.sigProLink {
    height: 256px !important;
  }
}
@media (max-width:600px) {
  #sigProIdc48946f789 li.sigProThumb a.sigProLink {
    height: 206px !important;
  }
}
@media (max-width:450px) {
  #sigProIdc48946f789 li.sigProThumb a.sigProLink {
    height: 156px !important;
  }
}